﻿    @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,800|Rubik:100,300,300i,400,400i,500,500i,700,900');
    @import url('font-awesome.css');
    @import url('flaticon.css');
    @import url('animate.css');
    @import url('owl.css');
    @import url('jquery-ui.css');
    @import url('jquery.fancybox.min.css');
    @import url('jquery.mCustomScrollbar.min.css');
  
    * {
        margin: 0px;
        padding: 0px;
        border: none;
        outline: none;
    }

::i-block-chrome, .col-lg-1 {
    width: 8.333333%;
    float: left;
}

::i-block-chrome, .col-lg-2 {
    width: 16.666667%;
    float: left;
}

::i-block-chrome, .col-lg-3 {
    float: left;
    width: 25%;
}

/* Only for Safari */
::i-block-chrome, .col-lg-3 {
    float: left;
    width: 25%;
}

::i-block-chrome, .col-lg-4 {
    width: 33.333333%;
    float: left;
}

::i-block-chrome, .col-lg-5 {
    width: 41.666667%;
    float: left;
}

::i-block-chrome, .col-lg-6 {
    width: 50%;
    float: left;
}

::i-block-chrome, .col-lg-7 {
    width: 58.333333%;
    float: left;
}

::i-block-chrome, .col-lg-8 {
    width: 66.666667%;
    float: left;
}

::i-block-chrome, .col-lg-9 {
    width: 75%;
    float: left;
}

::i-block-chrome, .col-lg-10 {
    width: 83.333333%;
    float: left;
}

::i-block-chrome, .col-lg-11 {
    width: 91.666667%;
    float: left;
}

::i-block-chrome, .col-lg-12 {
    width: 100%;
    float: left;
}

::i-block-chrome, .slider .slide {
    height: 800px;
}

::i-block-chrome, select.form-control:not([size]):not([multiple]) {
    -moz-appearance: none;
    -webkit-appearance: none;
}

::i-block-chrome, .result-section.section-padding-three {
    height: 500px;
}

::i-block-chrome, .link-holder {
    position: relative !important
}


.btn-primary {
    color: #fff;
    background-color: #1bcad4;
    border-color: #1bcad4;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #294d90;
    border-color: #1ccad4;
}
.btn {
    font-weight: 600;
    border: 2px solid transparent;
    font-size: 12px;
    border-radius: 100px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #294d90;
    border-color: #1bcad4;
}
.modal-backdrop.show {
    opacity: .7;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #000
}
.btn-secondary {
    color: #fff;
    background-color: #FF4343;
    border-color: #ff4343;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #d43838;
    border-color: #a03030;
}
.modal-header {
    padding: 0rem;
    border-bottom: 0px solid #e9ecef;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 3 auto;
    padding: 0 5rem;
}
.modal-body h6{
    font-size: 1rem;
    font-weight: 500;
    color: #375d9d;
    padding-left: 10px;
}
.modal-body .modal-boton{
    border: 1px solid #1bcad4;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    display: block;
}
.modal-footer img{
        width: 20px;
    vertical-align: bottom;
}
.modal-footer h5{
    color: #375d9d;
font-size: 1.25rem;
    font-weight: 500;
}

    .titulobene h1{
        color: #1BCAD4;
            margin-bottom: 40px;
    }
    .iconocolor:hover .textoicono h1{
        font-weight: 700;
            transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    }
    .textoicono h3 {
    color: #284c90;
}
.textoicono h1 {
    color: #284c90;
    font-size: 35px;
    margin-bottom: 20px;
        transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
    .iconocolor .iconosb img{
    width: 90px;
    height: 90px;

    }
    .iconosb{
background-color: #284c90;
    width: 150px;
    margin: auto;
    height: 150px;
    padding: 30px;
    border-radius: 100px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    }
    .iconocolor:hover .iconosb{
        background-color: #1BCAD4;
transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    }
    
    body {
        font-family: 'Rubik', sans-serif;
        font-size: 14px;
        color: ##555555;
        line-height: 1.7em;
        font-weight: 400;
        background: #ffffff;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
    }
    
    a {
        text-decoration: none;
        cursor: pointer;
        color: #000000;
        transition: linear all 300ms;
        -webkit-transition: linear all 300ms;
        -moz-transition: linear all 300ms;
        -ms-transition: linear all 300ms;
        -o-transition: linear all 300ms;
    }
    
    a:hover {
        color: #1bcad4
    }
    
    button,
    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
        outline: none !important;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        position: relative;
        font-weight: normal;
        margin: 0px;
        background: none;
        line-height: 1.6em;
        font-family: 'Rubik', sans-serif;
    }
    
    input,
    button,
    select,
    textarea {}
    
    textarea {
        overflow: hidden;
    }
    
    p {
        position: relative;
        line-height: 1.8em;
    }
    
    .default-container {
        position: static;
        max-width: 1200px;
        padding: 0px 15px;
        margin: 0 auto;
    }
    .o-header .default-container:before {
        content: "";
        position: absolute;
        top: 0px;
        width: 1170px;
        height: 4px;
        background: rgb(52,94,157);
        background: -moz-linear-gradient(left, rgba(52,94,157,1) 0%, rgba(27,202,212,1) 100%);
        background: -webkit-linear-gradient(left, rgba(52,94,157,1) 0%,rgba(27,202,212,1) 100%);
        background: linear-gradient(to right, rgba(52,94,157,1) 0%,rgba(27,202,212,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#345e9d', endColorstr='#1bcad4',GradientType=1 );
    }
    .medium-container {
        max-width: 850px;
    }
    
    .internal-container {
        max-width: 1200px;
        padding: 0px 15px;
        margin: 0 auto;
    }
    
    .external-container {
        max-width: 1200px;
        padding: 0px 15px;
        margin: 0 auto;
    }
    
    .page-wrapper {
        position: relative;
        margin: 0 auto;
        width: 100%;
        min-width: 300px;
    }
    
    ul,
    li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    
    .o-btn {
        display: inline-block;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .list-style-one {
        position: relative;
    }
    
    .list-style-one li {
    position: relative;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    }
    
    .list-style-one li:last-child {
        margin-bottom: 0px;
    }
    
    .list-style-one li span {
    position: absolute;
    left: -20px;
    color: #345e9d;
    }
    
    .list-style-two {
        position: relative;
    }
    
    .list-style-two li {
        position: relative;
        color: #555555;
        font-size: 16px;
        padding-left: 30px;
        font-weight: 400;
        margin-bottom: 8px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .list-style-two li:last-child {
        margin-bottom: 0px;
    }
    
    .list-style-two li:before {
        position: absolute;
        content: "\f1b3";
        left: 0px;
        top: 0px;
        font-weight: 700;
        font-size: 14px;
        color: #1bcad4
        font-family: "Flaticon";
    }
    
    .list-style-three {
        position: relative;
    }
    
    .list-style-three li {
        position: relative;
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 10px;
        padding-left: 30px;
        line-height: 1.7em;
    }
    
    .list-style-three li .icon {
        position: absolute;
        left: 0px;
        top: 0px;
        color: #ffffff;
        font-size: 16px;
    }
    
    .btn-style-one {
    position: relative;
    padding: 2px 7px 2px 15px;
    line-height: 24px;
    background: #1bcad4;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid #1bcad4;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    box-shadow: 0px 2px 5px #bfbfbf;
    }
    
    .btn-style-one:hover {
        background: none;
        color: #1bcad4
    }
    .btn-servicio-p {
    position: relative;
    padding: 8px 7px 8px 20px;
    line-height: 24px;
    background: #1bcad4;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #1bcad4;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    box-shadow: 0px 2px 5px #bfbfbf;
    }
    .btn-servicio-p i{
    background-color: #375D9D;
    border-radius: 50px;
    padding: 6px 8px;
    width: 30px;
    right: 6px;
    top: 5px;
    position: absolute;
    text-align: center;
    height: 30px;
    float: right;
    }
    .btn-servicio-p:hover {
        background: #375D9D;
        color: #fff;
    }
    .btn-servicio-e {
    position: relative;
    padding: 8px 7px 8px 20px;
    line-height: 24px;
    background: #375D9D;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #375D9D;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    box-shadow: 0px 2px 5px #bfbfbf;
    }
    .btn-servicio-e i{
    background-color: #1bcad4;
    border-radius: 50px;
    padding: 6px 6px;
    width: 30px;
    right: 6px;
    top: 5px;
    position: absolute;
    text-align: center;
    height: 30px;
    float: right;
    }
    .btn-servicio-e:hover {
        background: #1bcad4;
        color: #fff;
    }
    
    .servicios a{
    bottom: 60px;
    z-index: 10;
    margin: auto;
    display: block;
    width: 180px;
    }
    .btn-style-login {
    position: relative;
    padding: 15px 30px 15px 30px;
    line-height: 15px;
    background: #385e9d;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid #385e9d;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    box-shadow: 0px 0px 5px #4c4c4c;
    }
    .btn-style-two {
    position: relative;
    padding: 18px 60px 15px 30px;
    line-height: 15px;
    background: #385e9d;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid #385e9d;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    box-shadow: 0px 0px 5px #4c4c4c;
    }
        .btn-style-two i{
position: absolute;
    right: 10px;
    top: 15px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    background-color: #1bcad4;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    width: 35px;
    height: 35px;
        }
    .btn-style-two span {
        font-size: 8px;
        font-weight: 100;
    }   
    .btn-style-two:hover {
        background: #1bcad4;
        color: #fff;
        border: 2px solid #1bcad4;;

    }
    
    .btn-style-three {
        position: relative;
        padding: 15px 60px 15px;
        line-height: 24px;
        background: none;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border: 2px solid #ffffff;
        text-transform: uppercase;
        font-family: 'Rubik', sans-serif;
        border-radius: 10px 8px 8px 35px;
        -webkit-border-radius: 10px 8px 8px 35px;
        -moz-border-radius: 10px 8px 8px 35px;
        -ms-border-radius: 10px 8px 8px 35px;
        -o-border-radius: 10px 8px 8px 35px;
    }
    
    .btn-style-three:hover {
        background-color: #1bcad4
        border-color: #1bcad4
        color: #ffffff;
    }
    
    .btn-style-four {
        position: relative;
        padding: 15px 60px 15px;
        line-height: 24px;
        background: none;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border: 2px solid #ffffff;
        text-transform: uppercase;
        font-family: 'Rubik', sans-serif;
        border-radius: 10px 8px 8px 35px;
        -webkit-border-radius: 10px 8px 8px 35px;
        -moz-border-radius: 10px 8px 8px 35px;
        -ms-border-radius: 10px 8px 8px 35px;
        -o-border-radius: 10px 8px 8px 35px;
    }
    
    .btn-style-four:hover {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #1bcad4
    }
    
    .btn-style-five {
        position: relative;
        padding: 13px 60px 13px;
        line-height: 24px;
        background: #1bcad4
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border: 2px solid #1bcad4
        text-transform: capitalize;
        font-family: 'Rubik', sans-serif;
        border-radius: 10px 8px 8px 35px;
        -webkit-border-radius: 10px 8px 8px 35px;
        -moz-border-radius: 10px 8px 8px 35px;
        -ms-border-radius: 10px 8px 8px 35px;
        -o-border-radius: 10px 8px 8px 35px;
    }
    
    .btn-style-five:hover {
        background: none;
        color: #1bcad4
    }
    
    .btn-style-six {
        position: relative;
        padding: 13px 60px 13px;
        line-height: 24px;
        background: #1bcad4
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border: 2px solid #1bcad4
        text-transform: capitalize;
        font-family: 'Rubik', sans-serif;
        border-radius: 10px 8px 8px 35px;
        -webkit-border-radius: 10px 8px 8px 35px;
        -moz-border-radius: 10px 8px 8px 35px;
        -ms-border-radius: 10px 8px 8px 35px;
        -o-border-radius: 10px 8px 8px 35px;
    }
    
    .btn-style-six:hover {
        background: none;
        color: #1bcad4
    }
    
    .btn-style-seven {
            margin: 10px;
        position: relative;
        padding: 11px 55px 11px;
        line-height: 24px;
        background: #1bcad4;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        border: 2px solid #1bcad4;
        text-transform: capitalize;
        font-family: 'Rubik', sans-serif;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    
    .btn-style-seven:hover {
        background: none;
        color: #fff
    }
    
    .btn-style-eight {
        position: relative;
        padding: 15px 60px 15px;
        line-height: 24px;
        background: none;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border: 2px solid #ffffff;
        text-transform: uppercase;
        font-family: 'Rubik', sans-serif;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    
    .btn-style-eight:hover {
        background-color: #1bcad4
        border-color: #1bcad4
        color: #ffffff;
    }
    
    .btn-style-nine {
        position: relative;
        padding: 15px 60px 15px;
        line-height: 24px;
        background: #1bcad4
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border: 2px solid #1bcad4
        text-transform: uppercase;
        font-family: 'Rubik', sans-serif;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }
    
    .btn-style-nine:hover {
        background: none;
        color: #1bcad4
    }
    
    .btn-style-ten {
        position: relative;
        padding: 11px 55px 11px;
        line-height: 24px;
        background: #fff;
        color: #284c90;
        font-size: 14px;
        font-weight: 500;
        border: 2px solid #1bcad4;
        text-transform: capitalize;
        font-family: 'Rubik', sans-serif;
        border-radius: 5px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }
    
    .btn-style-ten:hover {
        background: #284c90;
        color: #fff
    }
    
    .btn-style-eleven {
        position: relative;
        padding: 15px 60px 15px;
        line-height: 24px;
        background: none;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border: 2px solid #ffffff;
        text-transform: uppercase;
        font-family: 'Rubik', sans-serif;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .btn-style-eleven:hover {
        background-color: #1bcad4
        border-color: #1bcad4
        color: #ffffff;
    }
    
    .btn-style-twelve {
        position: relative;
        padding: 15px 60px 15px;
        line-height: 24px;
        background: #1bcad4
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border: 2px solid #1bcad4
        text-transform: uppercase;
        font-family: 'Rubik', sans-serif;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .btn-style-twelve:hover {
        background: none;
        color: #1bcad4
    }
    
    .before-left:before {
        position: absolute;
        background: #f7f7f7;
        content: '';
        top: 0;
        left: 0;
        width: 35%;
        height: 100%;
    }
    
    .before-right:before {
    position: absolute;
    background: #284c90;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    }
    .form-control {
    display: block;
    width: 100%;
    padding: .175rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: #284c90;
    background-clip: padding-box;
    border: 2px solid #ffffff;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff!important;
}

.celeste a{
    color: #1bcad4!important;
}
.blanco a{
      color: #fff;
}
.blanco a:hover{
    text-decoration: underline;
}
.celeste a:hover{
    text-decoration: underline;
}
.blanco .content h2{
    color: #fff;
}
.blanco .sec-o-title h2{
    color: #fff;
}
.blanco .sec-o-title h2 span {
    color: #ffffff;
}
.blanco .sec-o-title h3{
    color: #fff;
}
.blanco .sec-o-title h4{
    color: #fff;
    margin-top: 2rem;
}
    .social-icon {
        position: relative;
    }
    .bordes{
        border-right: 1px solid #ffffff73;
    }
    
    .social-icon li {
        position: relative;
        margin-right: 15px;
        display: inline-block;
    }
    
    .social-icon li a {
        position: relative;
        font-size: 22px;
        color: #888888;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .social-icon li a:hover {
        color: #1bcad4
    }
    
    .theme_color {
        color: #1bcad4
    }
    
    .preloader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background-color: #ffffff;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../images/preloader.svg);
    }
    
    img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
    /**** 02. Scroll To Top style ****/
    
    .scroll-top {
        position: fixed;
        right: 20px;
        bottom: 20px;
        width: 50px;
        height: 50px;
        color: #ffffff;
        font-size: 28px;
        text-transform: uppercase;
        line-height: 45px;
        text-align: center;
        z-index: 100;
        cursor: pointer;
        background: #1bcad4
        display: none;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    
    .scroll-top:hover {
        color: #ffffff;
        background: #1bcad4
    }
    /**** 03. Section Title ****/
    
    .sec-title {
        position: relative;
        margin-bottom: 45px;
    }
    
    .sec-title h2 {
        position: relative;
        color: #1bcad4
        font-size: 48px;
        font-weight: 600;
        line-height: 1.3em;
        margin-bottom: 8px;
        text-transform: capitalize;
    }
    
    .sec-title p {
        margin-top: 30px;
    }
    
    .sec-title .title-text {
        position: relative;
        color: #555555;
        font-size: 18px;
        line-height: 1.6em;
        font-weight: 500;
        margin-top: 0px;
    }
    
    .sec-title.light h2,
    .sec-title.light .title-text {
        color: #ffffff;
    }
    
    .sec-title.centered {
        text-align: center;
    }
    
    .sec-o-title {
        margin-bottom: 20px;
    }
    
    .sec-o-title .o-title-text {
        position: relative;
        color: #6e6e6e;
        font-size: 16px;
        line-height: 1em;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .blanco p{
        color: #fff;
    }
    .sec-o-title h2 {
    position: relative;
    color: #375d9d;
    font-size: 28px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 8px;

    }

    .text-servicios{
        text-align: right;
        padding-right: 58px;
        padding-top: 40px;
    }
    .textod{
        text-align: right;
    }
    .textoi{
        text-align: left;
    }
    .textod .sec-o-title{
        padding-top: 20%;
    }
    .textoi .sec-o-title{
        padding-top: 20%;
    }
    .sec-o-title h3 {
        position: relative;
        color: #1bcad4;
        font-size: 26px;
        font-weight: 500;
        line-height: 1em;
        margin-bottom: 8px;
    }
      .sec-o-title h4 {
        position: relative;
        color: #1bcad4;
        font-size: 18px;
        font-weight: 500;
        line-height: 1em;
        margin-bottom: 8px;
    }
    .imgespacio{
        padding-left: 80px!important;
        padding-right: 80px!important;
    }
    .imgsombra img{
        box-shadow: 0px 0px 20px #d2d2d2;
    }
    .imgespacio img{
        box-shadow: 0px 0px 20px #d2d2d2;
    }
    .fondo-logo{
        background-image: url(../images/servicios/fondo-logo.jpg);
        background-size: contain;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: 50%
    }
    .sec-o-title .transform-uppercase {
        text-transform: uppercase;

    }
    
    .sec-o-title h2 span {
        color: #323232;
    }
    
    .o-title-column .text {
        position: relative;
        color: #6e6e6e;
        font-size: 16px;
        line-height: 1.7em;
        margin-bottom: 45px;
    }
    
    .section-padding-default {
        position: relative;
        padding: 100px 0;
    }
    
    .section-padding-one {
        position: relative;
        padding: 100px 0 80px;
    }
    
    .section-padding-two {
        position: relative;
        padding: 80px 0 60px;
    }
    
    .section-padding-three {
        position: relative;
        padding: 96px 0 52px;
    }
    
    .section-padding-four {
        position: relative;
        padding: 30px 0 60px;
    }
    
    .section-padding-five {
        position: relative;
        padding: 96px 0 94px;
    }
    
    .section-padding-six {
        position: relative;
        padding: 160px 0 160px;
    }
    
    .section-padding-top {
        position: relative;
        padding-top: 100px;
    }
    
    .section-padding-bottom {
        position: relative;
        padding-bottom: 98px;
    }
    
    .section-padding-no {
        position: relative;
        padding: 0;
    }
    
    .section-margin-default {
        position: relative;
        margin: 100px 0;
    }
    
    .section-margin-no {
        position: relative;
        margin: 0;
    }
    
    .section-bg-all {
        position: relative;
    }
    
    .section-bg-all:before {
        position: absolute;
        background: #f7f7f7;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /**** 04. Owl style ***/
    
    .owl-carousel.owl-loaded {
        margin: 0 auto;
    }
    /**** 05. Background style ***/
    
    .bg-style-one:before {
        position: absolute;
        content: '';
        right: 0;
        top: 0px;
        width: 50%;
        height: 100%;
        display: block;
        background-color: #f9f8fc;
    }
    /**** 06. Main Header style ****/
    
    .o-header {
        position: relative;
        z-index: 999;
        width: 100%;
    }
    
    .header-top {
        position: relative;
        padding: 17px 0px;
        background-color: #f9f8fc;
    }
    
    .header-top .top-left {
        position: relative;
        float: left;
    }
    
    .top-left .header-info-list {
        position: relative;
    }
    
    .top-left .top-item-m {
        margin-top: 12px;
    }
    
    .header-top .top-left .header-info-list li {
        position: relative;
        color: #555555;
        font-size: 16px;
        margin-right: 24px;
        display: inline-block;
    }
    
    .header-top .top-left .header-info-list li strong {
        position: relative;
        color: #222222;
        font-weight: 700;
        font-size: 16px;
        margin-right: 6px;
        display: inline-block;
    }
    
    .header-top .top-left .header-info-list li .icon {
        position: relative;
        color: #1bcad4
        font-size: 18px;
        margin-right: 8px;
        display: inline-block;
    }
    
    .header-top .top-right {
        position: relative;
        float: right;
    }
    
    .header-top .top-right .social-box {
        position: relative;
        float: left;
    }
    
    .header-top .top-right .social-box li {
        position: relative;
        margin-left: 15px;
        display: inline-block;
    }
    
    .header-top .top-right .social-box li.share {
        position: relative;
        color: #222222;
        font-size: 16px;
        font-weight: 500;
        margin-left: 0px;
    }
    
    .header-top .top-right .social-box li a {
        position: relative;
        color: #1bcad4
        font-size: 16px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .header-top .top-right .social-box li a:hover {
        color: #1bcad4
    }
    
    .o-header .main-box {
        position: relative;
        padding: 0px 0px;
        left: 0px;
        top: 0px;
        width: 100%;
        background: none;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .o-header .main-box .external-container {
        position: relative;
        padding: 0px 40px;
    }
    
    .o-header .main-box .logo-box {
        position: relative;
        float: left;
        left: 0px;
        z-index: 10;
        padding: 30px 0px;
    }
    
    .o-header .main-box .logo-box .logo img {
        display: inline-block;
        max-width: 100%;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .o-header .nav-toggler {
        position: absolute;
        top: 50%;
        margin-top: 0px;
        display: block;
    }
    
    .o-header .nav-toggler button {
        position: relative;
        display: block;
        color: #444444;
        text-align: center;
        font-size: 24px;
        line-height: 34px;
        font-weight: normal;
        background: none;
    }
    
    .o-header .header-upper {
        position: relative;
    }
    
    .o-header .header-upper .contact-number {
        position: relative;
        float: left;
        color: #262626;
        font-size: 18px;
        font-weight: 500;
        margin-top: 30px;
        padding: 12px 0px 12px 32px;
        border-left: 1px solid #dde4db;
    }
    
    .o-header .header-upper .contact-number .number-inner {
        position: relative;
        padding-left: 35px;
        line-height: 30px;
    }
    
    .o-header .header-upper .contact-number .icon {
        position: absolute;
        left: 0px;
        top: 0px;
        color: #1bcad4
        font-size: 28px;
        line-height: 1em;
    }
    
    .o-header .nav-outer {
        position: relative;
        float: left;
        float: right;
    }
    
    .o-header .header-upper .logo-box {
        position: relative;
    padding: 15px 0px 10px;
    }
    
    .o-header .header-upper .logo-box .logo {
        position: relative;
    }
    
    .o-header .header-upper .menu-search-box {
        position: relative;
        float: right;
        margin-top: 51px;
    }
    
    .o-header .header-upper .menu-sb-btn {
        position: relative;
        top: 0px;
        display: block;
        width: 100%;
        font-size: 16px;
        color: #555555;
        line-height: 20px !important;
        cursor: pointer;
        background: none;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .o-header .header-upper .menu-sb-btn:after {
        display: none;
    }
    
    .o-header .header-upper .menu-search-box .dropdown-menu {
        top: 67px !important;
        right: 0px;
        padding: 0px;
        width: 280px;
        left: auto !important;
        border-top: 3px solid #1bcad4
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }
    
    .o-header .header-upper .menu-search-box .dropdown-menu>li {
        padding: 0px;
        border: none;
        background: none;
    }
    
    .o-header .header-upper .search-panel .form-group {
        position: relative;
        margin: 0px;
    }
    
    .o-header .header-upper .search-panel input[type="text"],
    .o-header .header-upper .search-panel input[type="search"],
    .o-header .header-upper .search-panel input[type="password"],
    .o-header .header-upper .search-panel select {
        display: block;
        width: 100%;
        height: 50px;
        color: #000000;
        line-height: 24px;
        background: #ffffff;
        border: 1px solid #e0e0e0;
        padding: 10px 40px 10px 15px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .o-header .header-upper .search-panel input:focus,
    .o-header .header-upper .search-panel select:focus {
        border-color: #1bcad4
    }
    
    .o-header .header-upper .search-panel .search-btn {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 40px;
        height: 50px;
        text-align: center;
        color: #555555;
        font-size: 14px;
        background: none;
        cursor: pointer;
    }
    
    .o-header .header-upper .button-box {
        position: relative;
        float: right;
        padding: 35px 0px;
        margin-left: 30px;
    }
.centro{
    text-align: center;
}
    .con-contact-form  .container {
  height: initial;
}
    .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  height: 70vh;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark-02 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;

}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark-02{
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark-02 {
  background-color: #1bcad4;
}
input[type="text"]:disabled {
    opacity: 0.6;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-02:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark-02:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark-02:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    background: white;
}


/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #1bcad4;
}
input[type="text"]:disabled {
    opacity: 0.6;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
    
    .o-header .header-upper .button-box-tow {
    position: relative;
    float: left;
    padding: 15px 0px 10px;
    margin-right: 20px;
    }
    
   .sticky-header .button-box-tow{
    position: relative;
    float: left;
    padding: 15px 0px 10px;
    margin-right: 20px;
}
    .o-header .header-upper .support-box .support .icon {
        position: relative;
        color: #1bcad4
        font-size: 22px;
        top: 3px;
        margin-left: 4px;
    }
    
    .o-header .header-upper .support-box .support-number {
        position: relative;
        color: #1bcad4
        font-size: 20px;
        font-weight: 700;
        text-align: right;
        font-family: 'Rubik', sans-serif;
    }
    
    .o-header.style-two {
        position: absolute;
        background: rgba(255, 255, 255, 0.70)
    }
    
    .main-menu {
        position: relative;
        float: left;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .main-menu .navbar-collapse {
        padding: 0px;
        float: left;
    }
    
    .main-menu .navigation {
        position: relative;
        margin: 0px;
    }
    
    .main-menu .navigation>li {
        position: relative;
        float: left;
        margin-right: 24px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .sticky-header .main-menu .navigation>li>a {
        color: #444444 !important;
    }
    
    .sticky-header .main-menu .navigation>li:hover>a,
    .sticky-header .main-menu .navigation>li.current>a {
        color: #27cad4 !important;
        background-color: inherit !important;
    }
    
    .sticky-header .nav-outer .options-box {
        margin-top: 26px;
    }
    
    .o-header .header-upper .upper-right {
        padding-top: 32px;
    }
    
    .o-header .info-box {
        position: relative;
        float: left;
        margin-left: 35px;
        font-size: 14px;
        color: #98b2c4;
        text-align: left;
        text-transform: uppercase;
        padding: 0px 0px 0px 50px;
    }
    
    .o-header .info-box .icon-box {
        position: absolute;
        left: 0px;
        top: 5px;
        color: #1bcad4
        font-size: 36px;
        line-height: 1em;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .o-header .info-box li {
        position: relative;
        color: #7c7b7b;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.2em;
        text-transform: capitalize;
    }
    
    .o-header .info-box li strong {
        color: #262626;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .header-style-two {
        background-color: #1bcad4
    }
    
    .sticky-header {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        left: 0px;
        top: 0px;
        width: 100%;
        padding: 0px 0px;
        background: #ffffff;
        z-index: 0;
        border-bottom: 1px solid #e8f1f7;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .sticky-header .logo {
        padding: 9px 0px;
    }
    
    .fixed-header .sticky-header {
        z-index: 999;
        opacity: 1;
        visibility: visible;
        -ms-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -op-animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -ms-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -op-animation-duration: 500ms;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -ms-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -op-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -ms-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -op-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
    
    .main-menu .navigation>li>a {
        position: relative;
        display: block;
        color: #222222;
        text-align: center;
        line-height: 30px;
        text-transform: capitalize;
        letter-spacing: 0px;
        opacity: 1;
        font-weight: 400;
        padding: 17px 0px 10px;
        font-size: 14px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        font-family: 'Rubik', sans-serif;
    }
    
    .header-style-two .main-menu .navigation>li>a,
    .o-header.header-style-two .header-upper .menu-sb-btn {
        color: #ffffff;
    }
    
    .sticky-header .main-menu .navigation>li {
        position: relative;
        margin-left: 30px;
        margin-right: 0px;
    }
    
    .sticky-header .main-menu .navigation>li:before,
    .sticky-header .main-menu .navigation>li:after {
        display: none;
    }
    
    .main-menu .navigation>li:hover>a,
    .main-menu .navigation>li.current>a,
    .o-header.light-version .main-menu .navigation>li:hover>a,
    .o-header.light-version .main-menu .navigation>li.current>a {
        opacity: 1;
        color: #1bcad4
    }
    .main-menu .navigation>li> ul > li:hover>a,
    .main-menu .navigation > li > ul > li.current > a {
        opacity: 1;
        color: #1bcad4
    }
    
    .main-menu .navigation>li>ul {
        position: absolute;
        left: 0px;
        top: 100%;
        margin-top: 15px;
        width: 230px;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        padding: 0px 0px;
        background-color: #ffffff;        
        border-top: 3px solid #2a89b3;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    }
    
    .main-menu .navigation>li>ul:before {
        position: absolute;
        content: '';
        left: 0px;
        top: -30px;
        width: 100%;
        height: 30px;
        display: block;
    }
    
    .main-menu .navigation>li>ul.from-right {
        left: auto;
        right: 0px;
    }
    
    .main-menu .navigation>li>ul>li {
        position: relative;
        width: 100%;
        margin: 0px;
        border-bottom: 1px solid #e5e5e5;
    }
    
    .main-menu .navigation>li>ul>li:last-child {
        border-bottom: none;
    }
    
    .main-menu .navigation>li>ul>li>a {
        position: relative;
        display: block;
        padding: 10px 18px;
        line-height: 24px;
        font-weight: 400;
        font-size: 15px;
        text-transform: capitalize;
        color: #555555;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .sticky-header .main-menu .navigation>li>a {
        padding: 18px 0px 14px;
    }
    
    .sticky-header .main-menu .navigation>li>a:before {
        display: none;
    }
    
    /*.main-menu .navigation>li>ul>li:hover>a {
        color: #ffffff;
        background: #1bcad4
    }*/
    
    .main-menu .navigation>li>ul>li.dropdown>a:after {
        font-family: 'FontAwesome';
        content: "\f105";
        position: absolute;
        right: 15px;
        top: 12px;
        width: 10px;
        height: 20px;
        display: block;
        line-height: 20px;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        z-index: 5;
    }
    
    .main-menu .navigation>li>ul>li.dropdown:hover>a:after {
        color: #ffffff;
    }
    
    .main-menu .navigation>li>ul>li>ul {
        position: absolute;
        left: 100%;
        top: 0%;
        margin-top: 15px;
        width: 230px;
        z-index: 100;
        display: none;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        padding: 0px 0px;
        background-color: #ffffff;
        border-top: 3px solid #1bcad4
        -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    }
    
    .main-menu .navigation>li>ul>li>ul.from-right {
        left: auto;
        right: 0px;
    }
    
    .main-menu .navigation>li>ul>li>ul>li {
        position: relative;
        width: 100%;
        margin: 0px;
        border-bottom: 1px solid #e5e5e5;
    }
    
    .main-menu .navigation>li>ul>li>ul>li:last-child {
        border-bottom: none;
    }
    
    .main-menu .navigation>li>ul>li>ul>li>a {
        position: relative;
        display: block;
        padding: 10px 18px;
        line-height: 24px;
        font-weight: 500;
        font-size: 15px;
        text-transform: capitalize;
        color: #555555;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .main-menu .navigation>li>ul>li>ul>li:hover>a {
        color: #ffffff;
        background: #1bcad4
    }
    
    .main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
        font-family: 'FontAwesome';
        content: "\f105";
        position: absolute;
        right: 10px;
        top: 11px;
        width: 10px;
        height: 20px;
        display: block;
        color: #272727;
        line-height: 20px;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        z-index: 5;
    }
    
    .main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
        color: #ffffff;
    }
    
    .main-menu .navigation>li.dropdown:hover>ul {
        visibility: visible;
        opacity: 1;
        margin: 0px;
    }
    
    .main-menu .navigation li>ul>li.dropdown:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 0;
        margin: 0px;
    }
    
    .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 6px;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #ffffff;
        line-height: 28px;
        border: 1px solid #ffffff;
        background-size: 20px;
        cursor: pointer;
        z-index: 5;
        display: none;
    }
    /**** 07. Main Slider Section ****/
    
    .slider {
        position: relative;
    }
    
    .slider .content.alternate {
        max-width: 610px;
        width: 100%;
        float: right;
        display: block;
    }
    
    .slider .slide {
        position: relative;
        padding: 120px 0px 40px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .slider h2 {
        position: relative;
    color: #375D9D;
    font-size: 30px;
        font-weight: 600;
        line-height: 1.1em;
        margin-bottom: 10px;
        opacity: 0;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        font-family: 'Rubik', sans-serif;
    }

    .slider .active h2 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 1300ms;
    }
    
    .slider h2.style-two {
        font-weight: 500;
        margin-bottom: 40px;
    }
    
    .slider h2.style-three {
        font-weight: 500;
        margin-bottom: 20px;
    }
    
    .slider h2.alternate {
        margin-bottom: 35px;
    }
    
    .slider h3 {
        position: relative;
        color: #ffffff;
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 20px;
        display: inline-block;
        opacity: 0;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        font-family: 'Rubik', sans-serif;
    }
    
    .slider .active h3 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 1000ms;
    }
    
    .slider .text {
        position: relative;
        color: #000;
        font-size: 18px;
        opacity: 0;
        line-height: 1.7em;
        font-weight: 400;
        margin-bottom: 40px;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        font-family: 'Rubik', sans-serif;
    }
    
    .slider .active .text {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 2000ms;
    }
    
    .slider .link-box {
        opacity: 0;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }
    
    .slider .link-box .o-btn {
        margin-right: 10px;
    }
    
    .slider .active .link-box {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 2500ms;
    }
    
    .slider .content .title {
        position: relative;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 20px;
        margin-bottom: 25px;
        opacity: 0;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }
    
    .slider .content .title:after {
        position: absolute;
        content: '';
        left: 50%;
        bottom: 0px;
        width: 70px;
        height: 1px;
        margin-left: -35px;
        background-color: #ffffff;
    }
    
    .slider .active .title {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 600ms;
    }
    
    .slider .owl-dots {
        position: absolute;
        left: 50%;
        bottom: 20px;
        max-width: 100px;
        margin-left: -50px;
        width: 100%;
        text-align: center;
    }
    
    .slider .owl-dots .owl-dot {
        position: relative;
        width: 8px;
        height: 8px;
        margin: 5px 5px;
        display: inline-block;
        border-radius: 50%;
        background-color: #cccccc;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .slider .owl-dots .owl-dot:before {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: none;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .slider .owl-dots .owl-dot.active::before,
    .slider .owl-dots .owl-dot:hover::before {
        background-color: #1bcad4
        border-radius: 10px;
    }
    
    .slider .owl-dots .owl-dot:hover,
    .slider .owl-dots .owl-dot.active {
        position: relative;
        width: 22px;
        height: 8px;
        border-radius: 10px;
        background-color: #1bcad4
    }
    
    .slider .owl-nav {
        position: absolute;
        left: 0px;
        top: 50%;
        z-index: 1;
        width: 100%;
        margin-top: -20px;
    }
    
    .slider .owl-nav .owl-prev {
        position: absolute;
        left: 40px;
        color: #ffffff;
        font-size: 38px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .slider .owl-nav .owl-next {
        position: absolute;
        right: 40px;
        color: #ffffff;
        font-size: 38px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .slider .owl-nav .owl-prev:hover,
    .slider .owl-nav .owl-next:hover {
        color: #1bcad4
    }
    .link-holder {
        position: absolute;
        bottom: 20%;
    }
    /**** 08. Banner Section ****/
    
    .banner-section {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        z-index: 0;
    padding-top: 160px;
    padding-bottom: 160px;
    }
    
    .banner-section::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
    
    .banner-title {
        position: relative;
        padding: 0;
    }
    
    .banner-title:before {

    }
    
    .banner-title:after {


    }
    
    .banner-title h2 {
    color: #375d9d;
    font-weight: 600;
    }
    
    .banner-link {
        padding: 15px 0 120px;
    }
    
    .banner-link ul li {
        display: inline;
        margin: 0 15px;
        color: #ffffff;
    }
    
    .banner-link ul li a {
        position: relative;
        color: #ffffff;
    }
    
    .banner-link ul li a::after {
        position: absolute;
        content: "";
        width: 5px;
        height: 1px;
        bottom: 8px;
        right: -20px;
        background: #ffffff;
        z-index: 1;
    }
    
    .banner-link ul li a:hover {
        color: #cccccc;
    }
    /**** 09. About Section ****/
    .home-more {
    text-align: center;
    position: absolute;
    width: 97%;
    height: 100px;
    -webkit-animation: read-more 2s infinite;
    -moz-animation: read-more 2s infinite;
    -o-animation: read-more 2s infinite;
    animation: read-more 2s infinite;
}
@-webkit-keyframes read-more { 0% { bottom: 70px; }
  50% { bottom: 60px; }
  100% { bottom: 70px; } }

@-moz-keyframes read-more { 0% { bottom: 70px; }
  50% { bottom: 60px; }
  100% { bottom: 70px; } }

@-o-keyframes read-more { 0% { bottom: 70px; }
  50% { bottom: 60px; }
  100% { bottom: 70px; } }

@keyframes read-more { 0% { bottom: 70px; }
  50% { bottom: 60px; }
  100% { bottom: 70px; } }
    .about-section .o-title-column {
        position: relative;
    }
    .about-section .col-lg-3, .about-section .col-lg-6{
        padding-left: 15px;
        padding-right: 15px;
    }
    .pt-7 {
    padding-top: 8rem!important;
}
    .about-section .o-title-column .inner-column {
        position: relative;
        padding-top: 30px;
        margin-bottom: 45px;
    }
    
    .about-section-two:before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background-color: #f9f8fc
    }
    
    .about-section-two .o-title-column {
        position: relative;
        margin-top: 25px;
    }
    
    .about-section-two .o-title-column .sec-o-title {
        margin-bottom: 20px;
    }
    
    .about-section-two .o-title-column .inner-column {
        position: relative;
        padding-top: 30px;
        margin-bottom: 45px;
    }
    
    .about-section-three .o-title-column {
        position: relative;
        margin-top: 25px;
    }
    
    .about-section-three .o-title-column .sec-o-title {
        margin-bottom: 20px;
    }
    
    .about-section-three .o-title-column .inner-column {
        position: relative;
        padding-top: 30px;
        margin-bottom: 45px;
    }
    /**** 10. Award Section ****/
    
    .award-section {
        position: relative;
    }
    
    .award-section .award-logos .owl-nav {
        display: none;
    }
    
    .award-section .award-logos .owl-dots {
        position: absolute;
        right: -80px;
        bottom: 0;
    }
    
    .award-section .award-logos .owl-dots .owl-dot {
        position: relative;
        width: 8px;
        height: 8px;
        margin: 5px 5px;
        display: inline-block;
        border-radius: 50%;
        background-color: #cccccc;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .award-section .award-logos .owl-dots .owl-dot:hover,
    .award-section .award-logos .owl-dots .owl-dot.active {
        position: relative;
        width: 22px;
        height: 8px;
        border-radius: 10px;
        background-color: #1bcad4
    }
    
    .award-section .award-logos-two .owl-nav {
        position: absolute;
        right: -105px;
        bottom: 0;
        width: 75px;
    }
    
    .award-section .award-logos-two .owl-nav .owl-prev,
    .award-section .award-logos-two .owl-nav .owl-next {
        float: left;
        font-size: 36px;
        margin-right: 20px;
        color: #1bcad4
    }
    
    .award-section-two {
        position: relative;
    }
    
    .award-section-two .award-logos .owl-nav {
        display: none;
    }
    
    .award-section-two .award-logos .owl-dots {
        position: absolute;
        left: -80px;
        bottom: 0;
    }
    
    .award-section-two .award-logos .owl-dots .owl-dot {
        position: relative;
        width: 8px;
        height: 8px;
        margin: 5px 5px;
        display: inline-block;
        border-radius: 50%;
        background-color: #cccccc;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .award-section-two .award-logos .owl-dots .owl-dot:hover,
    .award-section-two .award-logos .owl-dots .owl-dot.active {
        position: relative;
        width: 22px;
        height: 8px;
        border-radius: 10px;
        background-color: #1bcad4
    }
    
    .award-section-two .award-logos-two .owl-nav {
        position: absolute;
        right: -105px;
        bottom: 0;
        width: 75px;
    }
    
    .award-section-two .award-logos-two .owl-nav .owl-prev,
    .award-section-two .award-logos-two .owl-nav .owl-next {
        float: left;
        font-size: 36px;
        margin-right: 20px;
        color: #1bcad4
    }
    /**** 11. Video Holder ****/
    
    .video-holder {
        position: relative;
    }
    
    .video-holder .image {
        position: relative;
        overflow: hidden;
    }
    
    .video-holder .image img {
        position: relative;
        width: 100%;
    }
    
    .video-holder .overlay-holder {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        text-align: center;
        overflow: hidden;
        line-height: 80px;
        background: rgba(12, 101, 237, 0.08);
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .video-holder .overlay-holder:hover {
        background: rgba(68, 57, 120, 0.20);
    }
    
    .video-holder .overlay-holder span {
        position: relative;
        width: 80px;
        height: 80px;
        top: 40%;
        z-index: 99;
        color: #222222;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        border-radius: 50%;
        padding-left: 4px;
        background-color: #ffffff;
        display: inline-block;
        margin-top: -40px;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
    }
    
    .video-holder .overlay-holder span:before {
        font-size: 30px;
        margin-left: 0;
        color: #1bcad4
    }
    
    .video-holder .overlay-holder:hover span {
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
    
    .video-holder .overlay-holder-two {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        text-align: center;
        overflow: hidden;
        line-height: 80px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .video-holder .overlay-holder-two span {
        position: relative;
        width: 80px;
        height: 80px;
        top: 45%;
        z-index: 99;
        color: #222222;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        border-radius: 50%;
        padding-left: 4px;
        background-color: #ffffff;
        display: inline-block;
        margin-top: -40px;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
    }
    
    .video-holder .overlay-holder-two span:before {
        font-size: 30px;
        margin-left: 0;
        color: #1bcad4
    }
    
    .video-holder .overlay-holder-two:hover span {
        transform: scale(1.3);
        -o-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
    }
    /**** 12. Testimonial section ****/
    
    .testimonial-section {
        position: relative;
    }
    
    .testimonial-section .client-box-img {
        width: 80px;
    }
    
    .testimonial-section .clients-name {
        font-weight: 600;
        color: #1bcad4
    }
    
    .testimonial-section .owl-nav {
        display: none;
    }
    
    .testimonial-section .owl-dots {
        position: relative;
        margin-top: -30px;
    }
    
    .testimonial-section .owl-dots .owl-dot {
        position: relative;
        width: 8px;
        height: 8px;
        margin: 5px 5px;
        display: inline-block;
        border-radius: 50%;
        background-color: #cccccc;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .testimonial-section .owl-dots .owl-dot:hover,
    .testimonial-section .owl-dots .owl-dot.active {
        position: relative;
        width: 22px;
        height: 8px;
        border-radius: 10px;
        background-color: #1bcad4
    }
    
    .testimonial-section-two {
        position: relative;
    }
    
    .testimonial-section-two .client-box-img {
        width: 80px;
        display: block;
    }
    
    .testimonial-section-two .clients-name {
        font-weight: 600;
        color: #1bcad4
    }
    
    .testimonial-section-two .owl-nav {
        display: none;
    }
    
    .testimonial-section-two .owl-dots {
        position: relative;
        left: -5px;
    }
    
    .testimonial-section-two .owl-dots .owl-dot {
        position: relative;
        width: 8px;
        height: 8px;
        margin: 5px 5px;
        display: inline-block;
        border-radius: 50%;
        background-color: #cccccc;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .testimonial-section-two .owl-dots .owl-dot:hover,
    .testimonial-section-two .owl-dots .owl-dot.active {
        position: relative;
        width: 22px;
        height: 8px;
        border-radius: 10px;
        background-color: #1bcad4
    }
    
    .testimonial-section-two .testimonial-two-img {
        position: absolute;
    }
    /**** 13. Counter Section ****/
    
    .counter-section {
        position: relative;
    }
    
    .counter-section [class^="flaticon-"]::before {
        margin-left: 0;
        font-size: 28px;
        color: #284c90;
    }
    
    .count-box .count-text {
        font-family: 'Rubik', sans-serif;
        font-weight: 900;
        font-size: 26px;
    }
    
    .count-outer {
        margin: 35px 0;
    }
    
    .counter-title {
        font-size: 16px;
    }
    /**** 14. Blog Section ****/
    
    .blog-section {
        position: relative;
    }
    
    .blog-section:before {
        position: absolute;
        background: #f7f7f7;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .blog-section-nobg {
        position: relative;
    }
    
    .blog-cont-holder {
        position: relative;
        height: 500px;
        overflow: hidden;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .blog-cont-holder .img_blog img {
        width: 100%;
    }
    
    .blog-box-detail {
        position: absolute;
        background: #284c90;
        bottom: 0;
        width: 100%;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .blog-cont-holder:hover .blog-box-detail {
        position: absolute;
        background: #e1e1e1;
        bottom: 0;
        padding-bottom: 50px !important;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .blog-cont-holder .blog-box-detail a.read-more {
        width: 100%;
        position: absolute;
        visibility: hidden;
        color: #ffffff;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        left: 0;
        right: 0;
    }
    
    .blog-cont-holder:hover .blog-box-detail a.read-more {
        visibility: visible;
        color: #284c90;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .blog-cont-holder:hover .blog-box-detail a.read-more:hover {
        color: #6e6e6e;
    }
    
    .blog-box-detail .space-date,
    .blog-box-detail .font-weight-bold a,
    .blog-box-detail p {
        color: #ffffff;
    }
    
    .blog-cont-holder:hover .blog-box-detail .font-weight-bold a {
        color: #284c90;
    }
    
    .blog-cont-holder:hover .blog-box-detail .font-weight-bold a:hover {
        color: #6e6e6e;
    }
    
    .blog-cont-holder:hover .blog-box-detail .space-date,
    .blog-cont-holder:hover .blog-box-detail p {
        color: #323232;
    }
    /**** 15. Comment Section ****/
    
    .comment-inner {
        padding: 30px;
        position: relative;
        margin: 30px 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }
    
    .reply {
        position: absolute;
        top: 30px;
        right: 30px;
        text-transform: capitalize;
        font-weight: 700;
        font-size: 12px;
        color: #1a1a1a;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .reply i {
        margin-right: 5px;
    }
    
    .com-img {
        width: 80px;
        height: 80px;
        display: table-cell;
        vertical-align: top;
    }
    
    .com-img img {
        border-radius: 200px;
    }
    
    .comm-content {
        display: table-cell;
        vertical-align: top;
        padding-left: 20px;
    }
    
    .comm-content p {
        margin-top: 15px;
    }
    
    .comm-content span {
        color: #1bcad4
        font-size: 13px;
        display: inline-block;
        margin-left: 20px;
        font-weight: 600;
    }
    
    .sub-comm {
        margin-left: 80px;
    }
    
    .form-control {
        padding: 1rem .75rem;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    /**** 16. Pagination Section ****/
    
    .cr-pagination-right,
    .cr-pagination-center,
    .cr-pagination-left {
        margin-top: 60px;
    }
    
    .cr-pagination-right {
        text-align: right;
    }
    
    .cr-pagination-center {
        text-align: center;
    }
    
    .cr-pagination-left {
        text-align: left;
    }
    
    .cr-pagination-center li,
    .cr-pagination-left li,
    .cr-pagination-right li {
        display: inline-block;
        margin-right: 5px;
        transition: ease all 300ms;
        -webkit-transition: ease all 300ms;
        -moz-transition: ease all 300ms;
        -ms-transition: ease all 300ms;
        -o-transition: ease all 300ms;
    }
    
    .cr-pagination-center li a,
    .cr-pagination-left li a,
    .cr-pagination-right li a {
        width: 42px;
        font-size: 16px;
        height: 42px;
        background: 0 0;
        display: block;
        line-height: 40px;
        text-align: center;
        border: 1px solid #f5f5f5;
        transition: ease all 300ms;
        -webkit-transition: ease all 300ms;
        -moz-transition: ease all 300ms;
        -ms-transition: ease all 300ms;
        -o-transition: ease all 300ms;
    }
    
    .cr-pagination-center li:hover a,
    .cr-pagination-left li:hover a,
    .cr-pagination-right li:hover a {
        border: 1px solid #1bcad4
        color: #1bcad4
    }
    
    .cr-pagination-center .active a,
    .cr-pagination-left .active a,
    .cr-pagination-right .active a {
        border: 1px solid #1bcad4
        color: #1bcad4
    }
    /**** 17. 404 Error Section ****/
    
    .error-404 {
        text-align: center;
    }
    
    .error-404 h1 {
        font-size: 204px;
        line-height: 0.9em;
        color: #1bcad4
        font-weight: 900;
    }
    /**** 18. Newsletter Widget ****/
    
    .newsletter-widget {
        position: relative;
    }
    
    .newsletter-widget .text {
        position: relative;
        color: #888888;
        font-size: 16px;
        line-height: 1.7em;
        margin-bottom: 20px;
    }
    /**** 19. Results Section ****/
    .descarga li{
        position: relative;
        color: #fff;
    }
    .descarga li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #27CAD4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -10px;
    }
    .lineas li{
        position: relative;
            padding-left: 20px;
    }
    .lineas li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #27CAD4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
top: 12px;
    left: 8px;
    }
    .result-section {
        position: relative;
    }
    
    .result-section:before {

        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .result-section .sec-o-title h2 span {
        color: #ffffff;
        font-size: 40px;
    }
     .result-section .sec-o-title h5  {
        color: #ffffff;
        font-weight: 400;
    }
    .result-details {
        color: #ffffff;
        position: relative;
        padding: 80px 35px;
        background: #284c90;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        height: 400px;
    }
    
    .result-details:hover {
        padding: 60px 35px 100px;
        background: #d4d4d4;
        color: #323232;
    }
    
    .result-details a {
        position: absolute;
        background: #d4d4d4;
        width: 100%;
        height: 65px;
        visibility: hidden;
        opacity: 0;
        left: 0;
        bottom: 0;
        padding-top: 20px;
        font-family: 'Rubik', sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .result-details a:hover {
        color: #d4d4d4;
    }
    
    .result-details:hover a {
        opacity: 1;
        background: #284c90;
        visibility: visible;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    
    .result-atto-name {
        font-family: 'Rubik', sans-serif;
        font-size: 16px;
        line-height: 1.5;
        font-weight: normal;
    }
    
    .result-details:hover .result-atto-name {
        color: #284c90;
    }
    
    .result-price {
        font-family: 'Rubik', sans-serif;
    font-size: 28px;
    line-height: 1.7;
    font-weight: 500;
    }
    /**** 20. Practice Areas Section ****/
    
    .practice-areas-section {
        position: relative;
    }
    
    .practice-areas-details {
        position: relative;
        font-family: 'Rubik', sans-serif;
        font-size: 16px;
        font-weight: 700;
        padding: 20px;
        background: #e1e1e1;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .practice-areas-details:before {
        background: #284c90;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        visibility: hidden;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        z-index: -1;
    }
    
    .practice-areas-details:hover:before {
        visibility: visible;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    
    .practice-areas-details:hover {
        background: none;
    }
    
    .practice-areas-details [class^="flaticon-"] {
        margin-right: 10px;
        color: #284c90;
    }
    
    .practice-areas-details:hover [class^="flaticon-"] {
        color: #ffffff;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .practice-areas-details:hover a {
        color: #ffffff;
    }
    
    .practice-areas-details a:hover {
        color: #e1e1e1;
    }
    /**** 21. Our Attorneys Section ****/
    
    .our-attorneys-sections {
        position: relative;
    }
    
    .our-attorneys-sections:before {
        position: absolute;
        background: #27CAD4;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .our-attorneys-sections-nobg {
        position: relative;
    }

    
    .attorney-box {
        position: relative;
            margin-left: 20px;
    margin-right: 20px;
    }
    
    .attorney-box .attorney-img img {
        width: 100%;
    }
    
    .attorney-social-details {
        position: absolute;
        bottom: -100px;
        width: 100%;
        background: #284c90;
        padding-bottom: 0;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    .planes .attorney-social-details {
        bottom: -270px;
    } 
    .attorney-social-details img{
            width: 100px;
            margin-top: -50px;
    }
    
    .attorney-box:hover .attorney-social-details {
        background: #1bcad4;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        transform: translateY(0);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        padding-bottom: 20px;
    }
    .attorney-social-details h6 {
    color: #1bcad4;
    text-transform: capitalize;
    font-weight: 400;
    }
    .attorney-social-details h6 a {
    color: #1bcad4;
    text-transform: capitalize;
    font-weight: 400;
    }
    .attorney-box:hover .attorney-social-details h6 {
        color: #284c90;
    }
    .planes{
        padding-top: 40px;
        padding-bottom: 180px;
    }
    .attorney-box:hover .attorney-social-details h6:hover {
        color: #fff;
    }
    .attorney-box:hover .attorney-social-details h6 a {
        color: #284c90;
    }
    
    .attorney-box:hover .attorney-social-details h6 a:hover {
        color: #323232;
    }
    .attorney-social-details ul li {
        margin-bottom: 0;
        color: #ffffff;
    }
    .attorney-social-details p {
        margin-bottom: 0;
        color: #ffffff;
    }
    .attorney-social-details p a{
        color: #ffffff;
    }
    .attorney-box:hover .attorney-social-details p {
        color: #fff;
    }
    .mb-7{
        margin-bottom: 10rem!important;
    }
    
    .attorney-social-details .list-inline {
        visibility: hidden;
        transform: translateY(10%);
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        -o-transform: translateY(10%);
    }
    
    .attorney-box:hover .attorney-social-details .list-inline {
        visibility: visible;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .attorney-box:hover .attorney-social-details .list-inline [class^="fa"] {
        color: #284c90;
    }
    
    .attorney-box:hover .attorney-social-details .list-inline a:hover [class^="fa"] {
        color: #323232;
    }
    /**** 22. Practice Section ****/
    
    .practice-section {
        position: relative;
    }
    
    .practice-section:before {
        position: absolute;
        background: #f7f7f7;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .practice-section-nobg {
        position: relative;
    }
    
    .practice-cont-holder {
        position: relative;
        height: 450px;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .practice-cont-holder .img-practice img {
        width: 100%;
    }
    
    .practice-box-detail {
        position: absolute;
        background: #284c90;
        bottom: 0;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .practice-box-detail h5 {
        padding: 35px 0;
    }
    
    .practice-cont-holder:hover .practice-box-detail {
        position: absolute;
        background: #e1e1e1;
        bottom: 0;
        padding-bottom: 50px !important;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .practice-cont-holder .practice-box-detail a.read-more {
        width: 100%;
        position: absolute;
        visibility: hidden;
        color: #ffffff;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        left: 0;
        right: 0;
    }
    
    .practice-cont-holder:hover .practice-box-detail a.read-more {
        visibility: visible;
        color: #284c90;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .practice-cont-holder:hover .practice-box-detail a.read-more:hover {
        color: #6e6e6e;
    }
    
    .practice-box-detail .space-date,
    .practice-box-detail .font-weight-bold a,
    .practice-box-detail p {
        color: #ffffff;
    }
    
    .practice-cont-holder:hover .practice-box-detail .font-weight-bold a {
        color: #284c90;
    }
    
    .practice-cont-holder:hover .practice-box-detail .font-weight-bold a:hover {
        color: #6e6e6e;
    }
    
    .practice-cont-holder:hover .practice-box-detail .space-date,
    .practice-cont-holder:hover .practice-box-detail p {
        color: #323232;
    }
    /**** 23. Practice Single Section ****/
    
    .practice-single-section {
        position: relative;
    }
    
    .practice-single-section .practice-single-meta-img {
        position: relative;
    }
    
    .practice-single-section .practice-single-meta-img .practice-single-title {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #284c90;
        padding: 0 25px
    }
    
    .practice-single-section .practice-single-meta-img .practice-single-title h2 {
        color: #ffffff;
        font-weight: 900;
    }
    
    .practice-single-section .practice-single-content p {
        margin-bottom: 25px;
    }
    
    .practice-single-section .practice-single-content h3 {
        font-size: 24px;
        margin: 30px 0 16px;
        color: #1a1a1a;
        font-weight: 900;
    }
    
    .practice-single-section .date-meta {
        padding: 10px 0 13px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 25px;
        position: relative;
    }
    
    .practice-single-section .date-meta a {
        color: #858585;
        font-size: 12px;
        padding-right: 20px;
        margin-right: 15px;
        text-transform: capitalize;
        border-right: 1px solid #858585;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        display: inline-block;
    }
    
    .practice-single-section .date-meta a:last-child {
        border-right: 0;
    }
    
    .practice-single-section .practice-single-details blockquote {
        padding: 30px;
        -webkit-box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        border-left: 4px solid #284c90;
        margin-bottom: 30px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }
    
    .practice-single-section .practice-single-details blockquote p {
        font-size: 18px;
        position: relative;
        color: #1a1a1a;
        line-height: 30px;
        font-weight: 600;
    }
    
    .practice-single-section .det-list li {
        position: relative;
        margin-bottom: 18px;
        padding-left: 15px;
    }
    
    .practice-single-section .det-list li::before {
        position: absolute;
        content: "";
        width: 7px;
        height: 7px;
        left: 0;
        top: 10px;
        background-color: #284c90;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .practice-single-section .blog-tags {
        padding: 18px 0;
        border-bottom: 1px solid #d7d7d7;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .practice-single-section .blog-det-social {
        margin: 4px 4px 4px 0;
        display: inline-block;
        padding: 10px 8px;
        text-transform: capitalize;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .practice-single-section .blog-tags .title {
        text-transform: capitalize;
        color: #1a1a1a;
        margin-right: 10px;
        font-size: 18px;
        font-weight: 600;
    }
    
    .practice-single-section .author-section {
        margin: 60px 0;
    }
    
    .practice-single-section .practice-single-details .sec-title {
        position: relative;
        font-size: 18px;
        padding-left: 0;
        padding-right: 16px;
        font-weight: 600;
        display: inline-block;
        text-transform: capitalize;
    }
    
    .practice-single-section .author-post {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 30px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }
    
    .practice-single-section .aut-img {
        display: table-cell;
        vertical-align: top;
        width: 96px;
    }
    
    .practice-single-section .aut-img img {
        border-radius: 200px;
        border: 3px solid #284c90;
    }
    
    .practice-single-section .aut-content {
        display: table-cell;
        vertical-align: top;
        padding-left: 20px;
    }
    
    .practice-single-section .aut-content p {
        margin-top: 15px;
    }
    
    .practice-single-section .aut-social {
        position: absolute;
        right: 30px;
        top: 30px;
    }
    
    .practice-single-section .aut-social a {
        font-size: 16px;
        padding: 0 5px;
        display: inline-block;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    /**** 24. Single Page Next Previous Button ****/
    
    .blog-nav .blog-prev,
    .blog-nav .blog-next {
        padding: 10px 14px 6px;
        margin-left: 5px;
        background: #284c90;
        border: 1px solid #284c90;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        transition: ease all 300ms;
        -webkit-transition: ease all 300ms;
        -moz-transition: ease all 300ms;
        -ms-transition: ease all 300ms;
        -o-transition: ease all 300ms;
    }
    
    .blog-nav .blog-prev:hover,
    .blog-nav .blog-next:hover {
        background: none;
    }
    
    .blog-nav .blog-prev i:before,
    .blog-nav .blog-next i:before {
        font-size: 22px;
        color: #ffffff;
        transition: ease all 300ms;
        -webkit-transition: ease all 300ms;
        -moz-transition: ease all 300ms;
        -ms-transition: ease all 300ms;
        -o-transition: ease all 300ms;
    }
    
    .blog-nav .blog-prev:hover i:before,
    .blog-nav .blog-next:hover i:before {
        color: #284c90;
    }
    /**** 25. Tag ****/
    
    .tag {
        background-color: #f9f9f9;
        color: #1a1a1a;
        margin: 4px 4px 4px 0;
        display: inline-block;
        padding: 10px 18px;
        text-transform: capitalize;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .tag:hover {
        background-color: #284c90;
        color: #ffffff;
    }
    /**** 26. Sidebar Section ****/
    
    .widget {
        margin-bottom: 65px;
        font-size: 15px;
    }
    
    .widget:last-child {
        margin-bottom: 0;
    }
    
    .widget h3 {
        line-height: 0.8;
        margin-bottom: 1.5em;
        position: relative;
        font-weight: 900;
        font-size: 26px;
        color: #284c90;
    }
    
    .widget h3:before {
        content: "";
        width: 5px;
        height: 3px;
        position: absolute;
        bottom: -25px;
        left: 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        background: #284c90;
    }
    
    .widget h3:after {
        content: "";
        width: 100px;
        height: 3px;
        position: absolute;
        bottom: -25px;
        left: 10px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        background: #284c90;
    }
    
    .widget:hover h3:after {
        width: 150px;
    }
    
    .widget ul li,
    .widget-categories ul li,
    .widget-meta a,
    .widget-recent-post ul li {
        position: relative;
        padding: 15px 0;
        border-bottom: #ededed 1px solid;
    }
    
    .widget-meta a {
        display: block;
    }
    
    .widget ul li::before {
        content: "\f101";
        display: block;
        position: absolute;
        bottom: 20px;
        color: #284c90;
        font: normal normal normal 14px/1 FontAwesome;
    }
    
    .widget ul li a,
    .widget_categories ul li a {
        margin-left: 20px;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
    
    .widget ul li a:hover,
    .widget_categories ul li a:hover {
        padding-left: 15px;
    }
    
    .widget #wp-calendar {
        width: 100%;
    }
    
    .widget #wp-calendar a {
        font-weight: 600;
    }
    
    .widget-recent-post ul li {
        display: inline-block;
        width: 100%;
    }
    
    .widget-recent-post ul li::before {
        content: none;
    }
    
    .widget-recent-post ul li a {
        margin-left: 0;
    }
    
    .widget-recent-post .blog-rp-image {
        float: left;
        margin-right: 12px;
    }
    
    .widget-recent-post .blog-rp-info {
        float: left;
    }
    
    .widget-recent-post .blog-rp-image img {
        height: 80px;
    }
    
    .widget-recent-post .blog-rp-info p {
        margin-bottom: 3px;
        font-size: 12px;
        line-height: 18px;
    }
    
    .widget-recent-post .blog-rp-info p a {
        font-size: 13px;
        font-weight: 600;
    }
    
    .side-form {
        position: relative;
    }
    
    .side-form input[type="text"] {
        border-radius: 0;
        height: 60px;
        margin-bottom: 0;
        padding-left: 20px;
        width: 100%;
        background: #cccccc;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    
    .side-form button {
        position: absolute;
        bottom: 20px;
        right: 25px;
        background: none;
        border: 0;
        padding: 0;
        cursor: pointer;
        color: #284c90;
    }
    /**** 27. blog Single Section ****/
    
    .blog-single-section {
        position: relative;
    }
    
    .blog-single-section .blog-single-meta-img {
        position: relative;
    }
    
    .blog-single-section .blog-single-meta-img .blog-single-title {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #284c90;
        padding: 0 25px
    }
    
    .blog-single-section .blog-single-meta-img .blog-single-title h2 {
        color: #ffffff;
        font-weight: 900;
    }
    
    .blog-single-section .blog-single-content p {
        margin-bottom: 25px;
    }
    
    .blog-single-section .blog-single-content h3 {
        font-size: 24px;
        margin: 30px 0 16px;
        color: #1a1a1a;
        font-weight: 900;
    }
    
    .blog-single-section .date-meta {
        padding: 10px 0 13px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 25px;
        position: relative;
    }
    
    .blog-single-section .date-meta a {
        color: #858585;
        font-size: 12px;
        padding-right: 20px;
        margin-right: 15px;
        text-transform: capitalize;
        border-right: 1px solid #858585;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        display: inline-block;
    }
    
    .blog-single-section .date-meta a:last-child {
        border-right: 0;
    }
    
    .blog-single-section .blog-single-details blockquote {
        padding: 30px;
        -webkit-box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        border-left: 4px solid #284c90;
        margin-bottom: 30px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }
    
    .blog-single-section .blog-single-details blockquote p {
        font-size: 18px;
        position: relative;
        color: #1a1a1a;
        line-height: 30px;
        font-weight: 600;
    }
    
    .blog-single-section .det-list li {
        position: relative;
        margin-bottom: 18px;
        padding-left: 15px;
    }
    
    .blog-single-section .det-list li::before {
        position: absolute;
        content: "";
        width: 7px;
        height: 7px;
        left: 0;
        top: 10px;
        background-color: #284c90;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .blog-single-section .blog-tags {
        padding: 18px 0;
        border-bottom: 1px solid #d7d7d7;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .blog-single-section .blog-det-social {
        margin: 4px 4px 4px 0;
        display: inline-block;
        padding: 10px 8px;
        text-transform: capitalize;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .blog-single-section .blog-tags .title {
        text-transform: capitalize;
        color: #1a1a1a;
        margin-right: 10px;
        font-size: 18px;
        font-weight: 600;
    }
    
    .blog-single-section .author-section {
        margin: 60px 0;
    }
    
    .blog-single-section .blog-single-details .sec-title {
        position: relative;
        font-size: 18px;
        padding-left: 0;
        padding-right: 16px;
        font-weight: 600;
        display: inline-block;
        text-transform: capitalize;
    }
    
    .blog-single-section .author-post {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 30px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }
    
    .blog-single-section .aut-img {
        display: table-cell;
        vertical-align: top;
        width: 96px;
    }
    
    .blog-single-section .aut-img img {
        border-radius: 200px;
        border: 3px solid #284c90;
    }
    
    .blog-single-section .aut-content {
        display: table-cell;
        vertical-align: top;
        padding-left: 20px;
    }
    
    .blog-single-section .aut-content p {
        margin-top: 15px;
    }
    
    .blog-single-section .aut-social {
        position: absolute;
        right: 30px;
        top: 30px;
    }
    
    .blog-single-section .aut-social a {
        font-size: 16px;
        padding: 0 5px;
        display: inline-block;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    /**** 28. Attorney Single Section ****/
    
    .attorney-single-continfo {
        position: relative;
        padding: 20px;
        background: #d9d9d9;
    }
    
    ..attorney-single-phone {
        position: relative;
    }
    
    .attorney-single-continfo .attorney-single-phone i,
    .attorney-single-continfo .attorney-single-email i,
    .attorney-single-continfo .attorney-single-address i {
        float: left;
        width: 30px;
        height: 30px;
        padding-top: 8px;
        text-align: center;
        background: #284c90;
        vertical-align: middle;
        color: #ffffff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .attorney-single-continfo .attorney-single-phone .atto-cont-det,
    .attorney-single-continfo .attorney-single-email .atto-cont-det,
    .attorney-single-continfo .attorney-single-address .atto-cont-det {
        display: grid;
        margin-left: 40px;
        margin-top: 15px;
    }
    
    .attorney-single-continfo .attorney-single-phone .atto-cont-det p,
    .attorney-single-continfo .attorney-single-email .atto-cont-det p,
    .attorney-single-continfo .attorney-single-address .atto-cont-det p {
        line-height: 1em;
    }
    
    .attorney-single-continfo .attorney-single-phone .atto-cont-det p span,
    .attorney-single-continfo .attorney-single-email .atto-cont-det p span,
    .attorney-single-continfo .attorney-single-address .atto-cont-det p span {
        font-weight: 700;
    }
    
    .attorney-single-contform {
        position: relative;
        padding: 20px;
        background: #d9d9d9;
    }
    
    .attorney-single-social {
        position: relative;
        padding: 20px;
        background: #d9d9d9;
    }
    
    .attorney-single-social .attorney-single-sociallink .title {
        font-weight: 700;
    }
    
    .attorney-single-social .attorney-single-sociallink a {
        padding-left: 10px;
    }
    
    .attorney-single-section .edu-list .education-title h4,
    .attorney-single-section .hon-awa-list .hon-awa-title h4 {
        font-weight: 600;
    }
    
    .attorney-single-section .edu-list .pass-years {
        color: #284c90;
        font-weight: 500;
    }
    
    .attorney-single-section .prac-areas-list ul li {
        position: relative;
        padding: 15px 0;
        border-bottom: #ededed 1px solid;
    }
    
    .attorney-single-section .prac-areas-list ul li a {
        margin-left: 20px;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
    
    .attorney-single-section .prac-areas-list ul li a:hover {
        padding-left: 15px;
    }
    
    .attorney-single-section .prac-areas-list ul li::before {
        content: "\f101";
        display: block;
        position: absolute;
        bottom: 20px;
        color: #284c90;
        font: normal normal normal 14px/1 FontAwesome;
    }
    
    .attorney-single-section .hon-awa-list .hon-awa-details .hon-awa-title {
        margin-top: -8px;
    }
    
    .attorney-single-section .hon-awa-list .hon-awa-details i {
        float: left;
        font-size: 26px;
        width: 50px;
        height: 50px;
        background: #284c90;
        color: #ffffff;
        text-align: center;
        padding-top: 14px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    
    .attorney-single-section .hon-awa-list .hon-awa-details .hon-awa-det {
        display: grid;
        margin-left: 70px;
    }
    /**** 29. Contact Section ****/
    
    .contact-section {
        position: relative;
    }
    
    .contact-section .contact-number i,
    .contact-section .contact-email i,
    .contact-section .contact-support i {
        width: 50px;
        height: 50px;
        background: #284c90;
        color: #ffffff;
        text-align: center;
        padding-top: 14px;
        font-size: 22px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    
    .contact-section .contact-number span,
    .contact-section .contact-email span,
    .contact-section .contact-support span {
        font-weight: 600;
        font-size: 20px;
        margin-left: 10px;
    }
    
    .contact-section .con-contact-form .form-group {
        position: relative;
    }
    select.form-control:not([size]):not([multiple]) {
        height: initial;        
    }
    select.form-control:not([size]):not([multiple]),
    .contact-section .con-contact-form .form-group input,
    .contact-section .con-contact-form .form-group textarea {
        padding-left: 45px;
    }
    
    .contact-section .con-contact-form .form-group textarea {
        height: 170px;
    }
    
    .contact-section .con-contact-form .form-group i {
        position: absolute;
        top: 22px;
        left: 25px;
        color: #1bcad4;
    }
    
    .contact-section .cont-contact-infos>ul {
        float: left;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .contact-section .cont-contact-infos>ul>li {
        float: left;
        padding-right: 20px;
        width: 100%;
    }
    
    .contact-section .cont-contact-infos>ul li span {
        float: left;
        font-size: 16px;
        margin-bottom: 10px;
        width: 100%;
        font-weight: 700;
    }
    
    .contact-section .cont-contact-infos>ul>li>span>i {
        margin-right: 9px;
        color: #284c90;
    }
    
    .contact-section .cont-contact-details iframe {
        width: 100%;
        border: 0;
    }
    
    .contact-section .cont-contact-details .contact-social {
        position: relative;
        padding: 20px;
        background: #d9d9d9;
    }
    
    .contact-section .cont-contact-details .contact-social .contact-sociallink a {
        padding-left: 10px;
    }
    /**** 30. Main Footer ****/
.modal-footer {
    display: initial;
}
.btn-consulta-01:after{
    content: "";
    background-image: url(../images/icono1.png);
    width: 20px;
    height: 20px;
    z-index: 99;
    position: absolute;
    top: 5px;
    right: 5px;
        background-repeat: no-repeat;
    background-size: contain;
}
.btn-consulta {
    position: relative;
    padding: 8px 35px 8px;
    line-height: 24px;
    background: #375D9D;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid #375D9D;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.btn-consulta:hover {
    background: #1bcad4;
    color: #fff;
}
.btn-servicio {
    position: relative;
    padding: 8px 35px 8px 15px;
    line-height: 24px;
    background: #375D9D;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid #375D9D;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.btn-servicio i {
    background-color: #1bcad4;
    border-radius: 50px;
    padding: 4px 4px;
    width: 20px;
    right: 6px;
    top: 5px;
    position: absolute;
    text-align: center;
    height: 20px;
    float: right;
}
.btn-servicio:hover {
    background: #1bcad4;
    color: #fff;
}
    .servicio-01, .servicio-02, .servicio-03, .servicio-04, .servicio-05, .servicio-06{
    font-weight: 900;
    font-size: 40px;
    width: 120px;
    text-align: center;
    height: 120px;
    line-height: 54px;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.servicio-01:hover, .servicio-02:hover, .servicio-03:hover, .servicio-04:hover, .servicio-05:hover, .servicio-06:hover{
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);
}
.numero{
    font-size: 30px;
    color: #0080b7;
    font-weight: 900;
}
.contenido-01 h2, .contenido-02 h2, .contenido-03 h2, .contenido-04 h2, .contenido-05 h2, .contenido-06 h2{
    color: #ffffff;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}
.contenido-01{
    position: absolute;
	top: 11%;
    left: 12%;
    text-align: right;
}
.contenido-02{
    position: absolute;
	top: 40%;
    left: 4%;
    text-align: right;
}
.contenido-03{
position: absolute;
    top: 11%;
    text-align: left;
    right: 14%;
}
.contenido-04{
    position: absolute;
    top: 40%;
    right: 6%;
    text-align: left;
}
.contenido-05{
position: absolute;
    top: 67%;
    left: 9%;
    text-align: right;
}
.contenido-06{
position: absolute;
    top: 67%;
    right: 13%;
    text-align: left;
}
.servicio-01 .activo, .servicio-02 .activo, .servicio-03 .activo, .servicio-04 .activo, .servicio-05 .activo, .servicio-06 .activo{
    display: none
}
.ultimo .activo{
    display: inherit;
  transition        : all .3s ease;
  -webkit-transition: all .3s ease;

}
.ultimo .desactivo{
    display: none;
  transition        : all .3s ease;
  -webkit-transition: all .3s ease;
}
.servicio-01{
position: absolute;
top: 13%;
    left: 26%;
}
.servicio-02{
    position: absolute;
    top: 39%;
    left: 21%;
}
.servicio-03{
    position: absolute;
top: 13%;
    right: 26%;
}
.servicio-04{
    position: absolute;
    top: 39%;
    right: 21%;
}
.servicio-05{
    position: absolute;
	top: 66%;
    left: 26%;
}
.servicio-06{
    position: absolute;
	top: 66%;
    right: 26%;
}



    .footer {
    position: relative;
    padding: 60px 0px 0px;
    background-color: #EFEFEF;
    }
    
    .footer .footer-widget {
        position: relative;
        margin-bottom: 10px;
    }
    
    .footer .widgets-section {
        position: relative;
        padding-bottom: 40px;
    }
    
    .footer .footer-widget h2 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #345e9d;
    line-height: 1.2em;
    padding-bottom: 14px;
    text-transform: capitalize;
    }
    
    .footer .footer-widget h2:after {
        content: '';
        left: 0px;
        bottom: 0px;
        height: 1px;
        width: 50px;
        background-color: #1bcad4
    }
    
    .footer .logo-widget {
        position: relative;
    }
    
    .footer .logo-widget .social-icon {
        margin-top: 20px;
    }
    
    .footer .logo-widget .logo {
        position: relative;
        margin-bottom: 25px;
    }
    
    .footer .logo-widget .logo img {
        width: 70%;
    }
    
    .footer .logo-widget .text {
        position: relative;
        color: #888888;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.7em;
        margin-bottom: 14px;
    }
    
    .footer-link {
        position: relative;
    }
    
    .footer-link li {
        position: relative;
        margin-bottom: 8px;
    }
    
    .footer-link li a {
    position: relative;
    color: #345e9d;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    }
    
    .footer-link li a:before {
        position: absolute;
        content: "\f101";
        left: 0px;
        top: 0px;
        opacity: 0;
        color: #1bcad4;
        font-family: 'FontAwesome';
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .footer-link li a:hover::before {
        opacity: 1;
    }
    
    .footer-link li a:hover {
        color: #27cad4;
        padding-left: 15px;
    }
    
    .posts-widget .post {
        position: relative;
        padding-bottom: 16px;
        margin-bottom: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }
    
    .posts-widget .post:last-child {
        border: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    
    .posts-widget .post .text {
        position: relative;
        color: #cccccc;
        font-size: 16px;
        line-height: 1.4em;
        margin-bottom: 5px;
    }
    
    .posts-widget .post .text a {
        position: relative;
        color: #cccccc;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        font-family: 'Rubik', sans-serif;
    }
    
    .posts-widget .post .text a:hover {
        color: #1bcad4
    }
    
    .posts-widget .post .post-date {
        position: relative;
    }
    
    .posts-widget .post .post-date li {
        position: relative;
        color: #555555;
        font-size: 12px;
        padding-right: 10px;
        margin-right: 10px;
        font-weight: 700;
        line-height: 1.2em;
        display: inline-block;
        text-transform: uppercase;
        border-right: 1px solid #555555;
        font-family: 'Rubik', sans-serif;
    }
    
    .posts-widget .post .post-date li:last-child {
        margin-right: 0px;
        padding-right: 0px;
        border: none;
    }
    
    .footer .newsletter-widget .form-group {
        position: relative;
        display: block;
        margin-bottom: 16px;
    }
    
    .footer .newsletter-widget .form-group input[type="text"],
    .footer .newsletter-widget .form-group input[type="email"] {
        position: relative;
        display: block;
        width: 100%;
        line-height: 26px;
        padding: 10px 20px;
        height: 48px;
        font-size: 16px;
        color: #ffffff;
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background-color: rgba(255, 255, 255, 0.10);
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    
    .footer .newsletter-widget .form-group button {
        width: 100%;
    }
    
    .footer .footer-bottom {
        position: relative;
        padding: 15px 0px;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }
    
    .footer .footer-bottom .copyright {
    position: relative;
    color: #a9a9a9;
    font-size: 14px;
    text-align: center;
    }
    
    .footer .footer-bottom .footer-nav {
        position: relative;
        text-align: right;
    }
    
    .footer .footer-bottom .footer-nav li {
        position: relative;
        padding-right: 12px;
        margin-right: 10px;
        line-height: 1.1em;
        display: inline-block;
        border-right: 2px solid #555555;
    }
    
    .footer .footer-bottom .footer-nav li:last-child {
        border-right: none;
        margin-right: 0px;
        padding-right: 0px;
    }
    
    .footer .footer-bottom .footer-nav li a,
    .copyright a {
        position: relative;
        color: #a9a9a9;
        font-size: 14px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .footer .footer-bottom .footer-nav li a:hover,
    .copyright a:hover {
        color: #555555;
    }
/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #1bcad4;
  color: #ffffff;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
#regForm .tab h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;

}
#regForm .tab .numero{
    color: #fff;
    background-color: #1bcad4;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -45px;
    top: -8px;
    float: left;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    border: 4px solid;
    border-radius: 50px;
}
.video{
    
    display: block;
    margin: auto;
    margin-top: -120px;

}
.modal-header .close {
    padding: 0.5rem 0.8rem;
    margin: -1rem -1rem -1rem auto;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0;
    background-color: #375d9d;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
.modal-title {
    margin-bottom: 0;
    line-height: 2.5;
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    color: #375d9d;
    font-weight: 500;
}
.modal-header {
    display: initial;
}
@media only screen and (max-width: 986px) {

    ::i-block-chrome, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        width: 100%;
    }
}

@media only screen and (min-width: 767px) {
    ::i-block-chrome, .navbar-expand-md .navbar-collapse {
        display: block;
    }
}
@media only screen and (max-width: 767px) {

    .servicio-01 {
        left: 0;
        top: 20%;
        z-index: 9999;
    }
    .servicio-02 {
        right: 0;
        top: 20%;
        z-index: 9999;
    }
    .servicio-03 {
        right: 0;
        top: 60%;
        z-index: 9999;
    }
    .servicio-04 {
        left: 0;
        top: 60%;
        z-index: 9999;
    }
    .servicio-05 {
        top: 80%;
        left: 0;
        right: 0;
        z-index: 9999;
    }
	.servicio-06 {
        top: 80%;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    .contenido-01,
    .contenido-02,
    .contenido-03,
    .contenido-04,
    .contenido-05,
    .contenido-06 {
        top: 10%;
        left: 0;
        right: 0;
        text-align: center;

    }
    #footer .small-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    }
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 700px;
    margin: 10.75rem auto;
}
}
@media only screen and (max-width: 479px) {

    .servicio-01 {
    left: -20px;
    top: 44%;
    z-index: 9999;
    width: 30%;
    }
    .servicio-02 {
    left: -20px;
    top: 59%;
    z-index: 9999;
    width: 30%;
    }
    .servicio-03 {
	right: -20px;
    top: 42%;
    z-index: 9999;
    width: 30%;
    }
    .servicio-04 {
    right: -30px;
    top: 59%;
    z-index: 9999;
    width: 30%;
    left: initial;
    }
    .servicio-05 {
	top: 76%;
    left: initial;
    left: -20px;
    z-index: 9999;
    width: 30%;
    }
	.servicio-06 {
	top: 76%;
    left: initial;
    right: -20px;
    z-index: 9999;
    width: 30%;
    }
    .contenido-01,
    .contenido-02,
    .contenido-03,
    .contenido-04,
    .contenido-05,
    .contenido-06 {
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
}
/* typingEffect Script */
.typingText {
    background-image: url("../images/fondo-typing_V2.jpg");
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.contenedor-typingText {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    max-width: 1200px;
    margin: 0 auto;
    height: 100vh;   
}
.text-TypingText {
    grid-row-start: 2;
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    text-align: center;
}
.text-1 {
    display: block;
}
.form-row-container {
    margin-bottom: 2.5rem;
}
.form-row-container .form-group {
    margin-bottom: 0;
}
.form-row-container p {
    margin-bottom: .5rem;
    line-height: 1.2rem;
}
.form-row-container p.doble-linea {
    min-height: 40px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ccc;
    opacity: 0.6;
}
.lg-tel {
    color: #375d9d;
    text-decoration: underline #1bcad4;
}
.form-check-label {
    margin-bottom: 1.5rem;    
    color: #fff;
}
.form-check-label a {
    color: #1bcad4;
    text-decoration: underline;
}
#terminosCondiciones .modal-header {
    padding: 1rem 3rem;
}
#terminosCondiciones .modal-title {
    color: #4d4d4d;
    font-weight: normal;
    font-size: .9rem;
}
#terminosCondiciones .modal-body {    
    padding: 0 3rem;
    font-size: .75rem;
}
#terminosCondiciones .modal-body h3 {
    font-size: .8rem;
}
#terminosCondiciones .modal-body p {
    color: #999999;
    line-height: 1.2rem;
}
#terminosCondiciones .modal-body a {
    color: #284c90;
}
.container-modal-body {  
    background-color: #EFEFEF;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #cdcdcd;
    padding: .8rem;
}
#terminosCondiciones .modal-footer {
    border: 0;
    text-align: center;
}

#valores .result-details {
    padding: 40px 35px;
    height: 200px;
}
#valores .result-details:hover {
    padding: 40px 35px;
    background: #1bcad4;
    color: #ffffff;
}
#valores .result-details img {
    width: 50px;
}
.md-accordion .card .card-header a {
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.md-accordion .card .fa-angle-down {
    float: right;
}