a {
    cursor: pointer
}
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
:root {
    --heading-color: #065d87;
    --primary-color: #f9a61f;
    --primary-color-rgb: 254, 102, 0;
    --color-client-yell: #c20c0d;
    --color-client-ocaso: #c20c0d;
    --color-client-blue: #f9a61f;
    --color-client-nar1: #de765b;
    --color-clientnar2: #f37900;
}
body {
    color: #747474;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Aller';
}
a {
    color: #747474;
    cursor: pointer;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none
}
a:focus,
a:hover,
a:visited {
    outline: 0;
    color: var(--primary-color, #71989D);
    text-decoration: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color, #2D3C61);
    line-height: 1.1;
    font-family: 'Segoe UI Symbol';
}
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}
h1 {
    font-size: 100px;
    font-weight: 700
}
h2 {
    font-size: 60px
}
h3 {
    font-size: 30px
}
h4 {
    font-size: 25px
}
h5 {
    font-size: 20px
}
h6 {
    font-size: 15px
}
li,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}
img {
    max-width: 100%;
    display: inline-block
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden
}
footer:after,
header:after,
section:after {
    display: block;
    clear: both;
    content: ""
}
.section-title h2 {
    line-height: 1.17
}
.section-title h2 span {
    color: var(--primary-color, #71989D)
}
.theme-btn,
a.theme-btn {
    color: #f2f2f2!important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    min-width: 230px;
    transition: .5s;
    padding: 20px 41px;
    border-radius: 100px;
    background: var(--color-clientnar2, #71989D);
    display: inline-block;
    border: 3px solid rgba(255, 255, 255, .5);
    transition: ease-in-out .5s
}

.promo-section {
    transition: transform 0.2s ease-in-out;
    will-change: transform; 
}



.theme-btn-promo {
    color: #f2f2f2!important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    min-width: 230px;
    padding: 15px 41px;
    border-radius: 100px;
    background: var(--primary-color, #71989D);
    display: inline-block;
    border: 3px solid rgba(255, 255, 255, .5);
    transition: transform .5s ease-in-out, box-shadow .5s ease-in-out;
}

.theme-btn-promo:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

@keyframes pulseAnimation {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.theme-btn-promo {
    animation: pulseAnimation 2s infinite;
}

.theme-btn-val {
    color: #1e55a3 !important;
    cursor: pointer;
    font-size: 36px;
    font-weight: 700;
    min-width: 230px;
    padding: 20px 41px;
    border-radius: 10px;
    background-image: url(../images/slider/plage.jpg);
    display: inline-block;
    border: 3px solid #f9a61f;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform .5s ease-in-out, box-shadow .5s ease-in-out;
}

.theme-btn-val:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.social-style-one {
    display: inline-block
}
.social-style-one a {
    margin: 0 3px;
    width: 35px;
    height: 35px;
    font-size: 13px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    background: var(--color-client-blue);
}
.social-style-one a i {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}
.social-style-one a:hover i {
    color: var(--primary-color, #71989D)
}
.social-style-one a:first-child {
    margin-left: 0
}
.social-style-one a:last-child {
    margin-right: 0
}
.social-style-two {
    display: inline-block
}
.social-style-two a {
    margin: 0 3px;
    width: 40px;
    height: 40px;
    font-size: 13px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background: #fff
}
.social-style-two a:hover {
    background: #f9a61f;
}
.social-style-two a i {
    color: var(--heading-color, #2D3C61);
    -webkit-transition: .5s;
    transition: .5s
}
.social-style-two a:hover i {
    color: #fff
}
.social-style-two a:first-child {
    margin-left: 0
}
.social-style-two a:last-child {
    margin-right: 0
}
.pazination li {
    display: inline-block
}
.pazination li a {
    width: 30px;
    height: 30px;
    color: #677294;
    display: block;
    font-size: 14px;
    transition: .5s;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background: #fff
}
.pazination a:hover,
.pazination li.active a {
    color: #fff;
    background: #1965fd
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader1.jpg)
}
.form-group input,
.form-group textarea {
    border: none;
    padding: 17px 30px;
    color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
    background: #ff8431
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #fff6f0;
}
.form-group input:focus,
.form-group textarea:focus {
    color: black;
    box-shadow: none;
    background: #ff8431
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
    outline: 0
}
.overlay {
    position: relative
}
.overlay:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .1;
    background: #000;
}
.overlay * {
    z-index: 2;
    position: relative
}
.bg-orange {
    background: var(--primary-color, #F8A51F)
}
.bg-black {
    background: #888888;
}
.bg-snow {
    background: #f2f2f2;
}
.bg-orange2 {
    background: #6f6f6e;
}
.bg-blue2 {
    background: #888888;
}
.hero-section {
    position: relative; /* Esto es necesario para posicionar correctamente el video de fondo */
    height: 900px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Coloca el video detrás del contenido */
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: transparent;
}

.hero-inner {
    z-index: 1; /* Asegura que el logo y el contenido estén por encima del video */
    max-width: 900px;
    width: 100%;
    padding: 30px 0 85px;
}

/* Elimina la imagen de fondo anterior y los estilos de background */
.hero-section {
    background: none;
}
.hero-inner .sub-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .8px;
    color: var(--primary-color, #71989D)
}
.hero-inner h1 {
    color: #1d54a3;
    margin: 35px 0 45px;
    line-height: 1.1
}
.hero-inner h4 {
    color: #e95c32;
}
.hero-inner h3 {
    color: #fff;
}
.hero-inner h1 span {
    display: inline-block
}
.hero-inner h1 span:after {
    /* content: '.'; */
    color: var(--primary-color, #71989D)
}
.hero-btn a {
    margin: 0 25px 15px 0
}
.hero-btn a:last-child {
    margin-right: 0
}
.page-banner {
    height: 400px;
    margin-top: 50px;
    background: url(../images/slider/slider6.jpg);
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    display: flex;
    align-items: center
}
.page-banner.overlay:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: calc(50% + 120px);
    height: 100%;
    background: rgba(5, 60, 163, .5);
    clip-path: polygon(calc(100% - 320px) 0, 100% 100%, 0 100%, 0 0)
}
.page-banner .banner-inner {
    padding: 20% 0 10%
}
.page-banner .banner-inner h1 {
    color: #fff;
    font-size: 4em;
    line-height: 1.1;
    margin-bottom: 15px
}
.banner-inner .breadcrumb {
    padding-left: 0;
    background-color: transparent
}
.banner-inner .breadcrumb-item {
    color: #fff;
    font-size: 20px;
    font-weight: 500
}
.banner-inner .breadcrumb a {
    color: #fff
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "\f142";
    font-weight: 600;
    font-size: 13px;
    padding-left: 17px;
    padding-right: 17px;
    color: var(--primary-color, #71989D);
    font-family: "Font Awesome 5 Free"
}
.success-wrap {
    transform: translateY(-60%);
    padding: 48px 40px 48px 40px;
    border-bottom: 5px solid rgba(0, 0, 0, .5);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, .09) 0 2px 1px, rgba(0, 0, 0, .09) 0 4px 2px, rgba(0, 0, 0, .09) 0 8px 4px, rgba(0, 0, 0, .09) 0 16px 8px, rgba(0, 0, 0, .09) 0 32px 16px
}
.success-wrap span {
    color: #f2f2f2
}
.success-item {
    display: flex;
    padding-left: 16px;
    border-right: 1px solid #71989D;
    background-color: rgba(0, 0, 0, .1);
    transition: .5s ease;
    padding-bottom: 5%;
    border-radius: 10px
}
.success-item:hover {
    transform: scale(1.1) translateY(-5px);
    transition: .5s ease
}
.success-wrap .row>div:last-child .success-item {
    border-right: 0
}
.success-item .success-icon {
    color: #fff;
    margin-right: 32px;
    padding-top: 20px
}
.success-icon i {
    background-color: rgba(255, 255, 255, .5);
    padding: 20%;
    border-radius: 100px
}
.success-item .success-icon i:before {
    font-size: 35px
}
.success-item .success-content {
    padding-top: 15px
}
.success-content .count-text {
    color: #fff;
    font-size: 35px;
    font-weight: 700
}
.success-content .count-text:after {
    content: '+'
}
.success-content p {
    font-size: 1.5em;
    font-weight: 700;
    color: var(--heading-color, #2D3C61);
    margin-bottom: 0
}
.about-image {
    max-width: 500px;
    padding: 50px;
    position: relative
}
.about-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 192px;
    height: 192px;
    border-radius: 50%;
    z-index: -1;
    background: var(--primary-color, #71989D)
}
.about-image:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 191px;
    height: 191px;
    z-index: -1;
    background: #164874;
    clip-path: polygon(100% 100%, 0 100%, 0 0)
}
.about-image img {
    border-radius: 50% 0 0 0;
    clip-path: polygon(100% 0, 100% 100%, 110px 100%, 0 calc(100% - 110px), 0 0)
}
.about-image-dos img {
    border-radius: 10px;
}
@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 100px, 0);
        transform: translate3d(-100px, 100px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 100px, 0);
        transform: translate3d(-100px, 100px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}
.about-border {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 0px;
    height: 38%;
    background: #efefef
}
.about-content p {
    color: #3b3b3b;
    margin-bottom: 25px
}
.about-content>i {
    font-weight: 500;
    margin-bottom: 40px;
    display: inline-block;
    color: var(--heading-color, #2D3C61)
}
.about-content .theme-btn {
    padding: 20px 45px
}
.about-content .theme-btn:hover {
    box-shadow: rgba(0, 0, 0, .2) 0 60px 40px -7px
}
.about-content .theme-btn i {
    padding-left: 25px
}

.section-title-1 {
    text-align: center;
    margin-bottom: 30px; 
    animation-name: fadeInUp; 
    animation-duration: 1s;
}

.section-title-1 h2 {
    font-size: 3em; 
    color: #f8a51f; 
    font-weight: 700; 
    line-height: 1.2; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    margin: 0;
    padding: 0; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); 
}


@media (max-width: 767px) {
    .section-title-1 h2 {
        font-size: 2em;
    }
}


.services-section .service-item {
    margin-bottom: 30px; 
    position: relative;
}

.services-section .service-item .service-icon {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5); 
}

.services-section .service-item .service-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 70, 102, 0.7); 
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.services-section .service-item:hover .service-icon::after {
    opacity: 1;
}

.services-section .service-item .service-icon img {
    width: 100%;
    filter: grayscale(100%) brightness(50%);
    transition: filter 0.3s ease-in-out;
}

.services-section .service-item .service-icon .service-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    width: 100%;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

.services-section .service-item:hover .service-icon .service-title {
    opacity: 0; 
}

.services-section .service-item .service-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #797979; 
    color: #fff; 
    opacity: 0; 
    transition: opacity 0.3s ease-in-out;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.services-section .service-item:hover .service-content {
    opacity: 1; 
}

@media (max-width: 767px) {
    .services-section .service-item {
        margin-bottom: 20px; 
    }

    .services-section .service-item .service-icon {
        width: 120%; 
        margin-left: -10%;
        margin-right: -10%; 
    }

    .services-section .service-item .service-icon img {
       
        filter: grayscale(100%) brightness(50%);
        transition: filter 0.3s ease-in-out;
    }

    .services-section .service-item .service-icon .service-title {
        font-size: 18px;
        padding: 0 10px;
        line-height: 1.5;
        transform: translate(-50%, -50%) scale(1.0);
        -webkit-transform: translate(-50%, -50%) scale(1.0);
        -moz-transform: translate(-50%, -50%) scale(1.0);
        -ms-transform: translate(-50%, -50%) scale(1.0);
        -o-transform: translate(-50%, -50%) scale(1.0);
}

    .services-section .service-item .service-content {
        padding: 10px;
        line-height: normal;
       
        transform: scale(1.1);
}
}




.separetor {
    width: calc(100% - 30px);
    height: 5px;
    margin-left: 15px;
    margin-bottom: 40px;
    background: var(--heading-color, #71989D)
}
.background-var {
    background-color: #595959;
    
}
.background-var h2, h3 {
    color: #fff;
}
/* .section-title :nth-child(7) {
    margin-bottom: 60px;
} */
.partners-section .section-title h2 {
    line-height: 1.42;
    margin-top: 50px;
}
.partners-section .slick-slide img {
    margin-left: auto
}
.partners-section img {
    padding: 10%
}
.partners-section .slick-track {
    display: flex;
    align-items: center
}
.partner-wrap .partner-next,
.partner-wrap .partner-prev {
    background: #f9f9f9;
    width: 65px;
    height: 65px;
    line-height: 65px;
    cursor: pointer;
    text-align: center;
    color: var(--primary-color, #71989D);
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}
.partner-wrap .partner-next {
    top: 65%
}
.partner-wrap .partner-next:focus,
.partner-wrap .partner-next:hover,
.partner-wrap .partner-prev:focus,
.partner-wrap .partner-prev:hover {
    color: #fff;
    background: var(--primary-color, #71989D)
}
.partners-section .slick-list {
    margin-left: 100px
}
.partners-section .partner-item {
    padding-top: 25px
}
.cases-section {
    position: relative;
    margin-top: -2.5%;
    border-top: 0px !important;
    /* border-bottom: 5px solid rgba(0, 0, 0, .5) */
}
.cases-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: #6f6f6e;
    clip-path: polygon(100% 0, 0 100%, 0 0)
}
.cases-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 265px;
    height: 265px;
    background: #272525;
    clip-path: polygon(100% 0, 0 100%, 0 0)
}
.cases-section .section-title {
    position: relative;
    z-index: 1
}
.cases-section .section-title h2 {
    color: #fff;
    margin-bottom: 30px
}
.cases-section .section-title p {
    color: #f8f9fa;
    font-size: 18px;
}
.case-wrap {
    margin: 0 -15px;
    position: relative
}
.case-item {
    padding: 0 15px
}
.case-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: rgba(0, 0, 0, .15) 0 15px 25px, rgba(0, 0, 0, .05) 0 5px 10px;
    border-radius: 20px
}
.case-image:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background: var(--primary-color, #71989D);
    clip-path: polygon(100% 100%, 0 100%, 0 0);
    -webkit-transition: .5s;
    transition: .5s
}
.case-image:hover:before {
    width: 240px;
    height: 240px
}
.case-image a {
    position: absolute;
    bottom: -57px;
    left: -65px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    color: var(--heading-color, #2D3C61);
    -webkit-transition: .5s;
    transition: .5s
}
.case-image:hover a {
    left: 40px;
    bottom: 32px
}
.case-content {
    padding-left: 40px
}
.case-content span {
    color: #f2f2f2;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
    letter-spacing: .56px
}
.case-content h4 a {
    color: #71989D
}
.case-wrap .case-next,
.case-wrap .case-prev {
    background: #292929;
    width: 65px;
    height: 65px;
    line-height: 65px;
    cursor: pointer;
    text-align: center;
    color: var(--primary-color, #71989D);
    position: absolute;
    left: 48%;
    bottom: 17px;
    -webkit-transition: .5s;
    transition: .5s;
}
/* Se agrego esta .case-prev para ocultarlo */
/* .case-wrap .case-next {
    left: calc(43% + 85px)
} */
.case-wrap .case-next .case-prev {
    left: calc(43% + 85px)
}
.case-wrap .case-next:focus,
.case-wrap .case-next:hover,
.case-wrap .case-prev:focus,
.case-wrap .case-prev:hover {
    color: #fff;
    background: #4c3526
}
/* .case-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2%;
    width: 100%;
    height: 250px;
    background: rgba(255, 255, 255, .1);
    border-radius: 10px;
    box-shadow: rgba(50, 50, 105, .15) 0 2px 5px 0, rgba(0, 0, 0, .05) 0 1px 1px 0
} */
.team-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 70px
}
.team-item {
    width: 20%;
    padding: 0 20px;
    margin-bottom: 40px
}
.team-item .item-image {
    position: relative;
    text-align: center;
    margin-bottom: 40px
}
.team-item .item-image:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(transparent, #71989D);
    -webkit-transition: .7s;
    transition: .7s
}
.team-item:hover .item-image:before {
    height: 85%
}
.team-item .item-image img {
    width: 100%
}
.team-item .item-image .social-style-two {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%
}
.team-item .team-desc h3 {
    margin-bottom: 12px
}
.team-item .team-desc p {
    color: var(--primary-color, #71989D)
}
.call-back-section {
    background: url(../images/home8.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    /* margin-top: .5%; */
}
.call-back-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color, #71989D);
    opacity: 1;
    border-bottom: transparent !important;
}
.call-back-shap {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, .1);
    /* border-bottom: none; */
    clip-path: polygon(100% 0, 100% 100%, 0 100%)
}
.section-title img {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, .15) 0 15px 25px, rgba(0, 0, 0, .05) 0 5px 10px
}
.call-back-shap:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 265px;
    height: 265px;
    background: #164874;
    clip-path: polygon(100% 0, 100% 100%, 0 100%)
}
.call-back-section .section-title {
    max-width: 100%
}
.call-back-section .section-title h2 {
    color: #fff;
    margin-bottom: 18px;
    line-height: 1.25
}
.call-submit button.theme-btn {
    background: #292929
}
.call-back-form .row>div {
    padding-left: 10px;
    padding-right: 10px
}
.call-submit {
    margin-bottom: 0
}
.testimonial-area {
    display: flex;
    align-items: center
}
.review-buttons {
    margin-right: 30px
}
.review-btn {
    display: block;
    background: #71989D
}
.review-btn,
.review-btn img {
    transition: all .3s ease
}
.review-btn img {
    opacity: 1;
    width: 100%
}
.review-btn:hover img {
    opacity: .4
}
.review-btn.active img {
    opacity: .1
}
.review-btn.active::before {
    transition: transform .3s ease 0s, visibility .3s ease .2s, opacity .3s ease .2s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2)
}
.review-buttons figure {
    width: 100px;
    position: relative;
    margin-bottom: 30px
}
.review-buttons figure:last-child {
    margin-bottom: 0
}
.review-buttons figure::after,
.review-buttons figure::before {
    position: absolute;
    content: '';
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease 0s
}
.review-buttons figure.active-btn::after,
.review-buttons figure.active-btn::before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all .4s ease .2s
}
.review-buttons figure.active-btn::before {
    width: 2px;
    height: 10px
}
.review-buttons figure.active-btn::after {
    width: 10px;
    height: 2px
}
.testimony-content {
    width: 100%
}
.review-single {
    display: none;
    animation: 1s fadeIn
}
.review-single.active {
    display: flex;
    align-items: center
}
.review-single .textimonial-image {
    flex: none;
    max-width: 36%;
    margin-right: 40px;
    animation: 1s fadeInDown
}
.textimonial-content {
    max-width: 566px;
    margin-left: auto;
    animation: 1s fadeInLeft
}
.textimonial-content p {
    font-size: 28px;
    line-height: 1.57;
    padding-top: 50px;
    position: relative;
    color: var(--heading-color, #2D3C61)
}
.textimonial-content p:before {
    content: "\f107";
    font-family: Flaticon;
    font-size: 45px;
    position: absolute;
    top: -34px;
    left: 0;
    color: var(--primary-color, #71989D)
}
.textimonial-content p:after {
    content: "\f108";
    font-family: Flaticon;
    font-size: 45px;
    position: absolute;
    right: 15%;
    bottom: -45px;
    color: var(--primary-color, #71989D)
}
.textimonial-content .reviewer {
    margin-top: 60px
}
.textimonial-content .reviewer h3 {
    font-size: 32px;
    color: #065d87;
}
.textimonial-content .reviewer span {
    color: var(--primary-color, #71989D)
}
.cta-section .cta-text h3 {
    font-size: 45px;
    color: #fff;
    line-height: 1.57
}
.cta-section .cta-btn {
    text-align: center
}
.cta-section .cta-btn .theme-btn {
    background: #F77F10;
    padding: 20px 40px
}
.cta-section {
    /* background: url(../images/bg1.png); */
    background-color: #888888;
}
.cta-section.bg-snow h3 {
    color: #292929
}
.cta-section.bg-snow h3 span {
    color: var(--primary-color, #71989D)
}
.cta-section.bg-snow .theme-btn {
    background: var(--primary-color, #71989D);
    padding: 20px 57px
}
.vission-tabs {
    position: relative
}
.vission-tabs:before {
    content: '';
    position: absolute;
    left: 0;
    top: -45%;
    width: 100%;
    height: 230%;
    z-index: -1;
    background: #f9f9f9
}
.vission-tabs li {
    height: 140px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
    background: url(../images/about/tab-bg.jpg);
    background-size: cover;
    background-position: center;
    transition: .5s
}
.vission-tabs li:last-child {
    margin-bottom: 0
}
.vission-tabs li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 41, 41, .93);
    transition: .5s
}
.vission-tabs li.active:before,
.vission-tabs li:hover:before {
    background: rgba(254, 102, 0, .93)
}
.vission-tabs li h3 {
    position: relative;
    color: #fff;
    margin-right: 70px;
    margin-bottom: 0;
    z-index: 1;
    transition: .7s
}
.vission-tabs li.active h3,
.vission-tabs li:hover h3 {
    padding-right: 70px
}
.vission-tabs li h3:after {
    content: "\f30b";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 5px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}
.vission-tabs li.active h3:after,
.vission-tabs li:hover h3:after {
    opacity: 1;
    visibility: visible
}
.vission-content-wrap {
    max-width: 500px;
    overflow: hidden;
    margin-left: auto
}
.vission-tab-content {
    display: none;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.vission-tab-content.active {
    display: block;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
.vission-tab-content .section-title h2 {
    color: #222;
    margin-bottom: 10px
}
.vission-tab-content p {
    margin-bottom: 30px
}
.vission-tab-content .success-item {
    max-width: 340px;
    align-items: center;
    border-right: 0;
    margin-top: 42px;
    padding: 25px 0 25px 40px;
    border-left: 6px solid var(--primary-color, #71989D)
}
.vission-tab-content .success-item .icon-image {
    margin-right: 35px
}
.vission-tab-content .success-content {
    padding-top: 0
}
.vission-tab-content .success-content .count-text {
    font-size: 40px;
    color: #292929;
    position: relative
}
.vission-tab-content .success-content .count-text:after {
    font-size: 13px;
    position: absolute;
    top: 0;
    right: -10px;
    color: var(--primary-color, #71989D)
}
.vission-tab-content .success-content h5 {
    color: #292929;
    margin-bottom: 0;
    margin-top: 6px
}
.service-details-content .section-title h2 {
    color: #222;
    margin-bottom: 25px
}
.service-details-content p {
    font-size: 16px;
    line-height: 1.64;
    text-align: justify;
    margin-bottom: 35px
}
.service-details-content .section-title h2 span {
    color: transparent;
    -webkit-text-stroke: 1px #222
}
.service-details-content .details-image {
    position: relative;
    margin-bottom: 45px
}
.details-image img {
    border-radius: 20px;
    box-shadow: rgba(113, 152, 157, .4) 0 5px, rgba(113, 152, 157, .3) 0 10px, rgba(113, 152, 157, .2) 0 15px, rgba(113, 152, 157, .1) 0 20px, rgba(113, 152, 157, .05) 0 25px
}
.service-details-content .details-image:after {
    content: url(../images/favicon-clinica-de-rehabilitacion-y-ortopedia.png);
    font-family: Flaticon;
    color: #fff;
    font-size: 45px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 95px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    background: #f2f2f2;
    border-radius: 100px;
    border: 5px solid #71989D
}
.service-details-content h3 {
    color: #222;
    font-size: 35px;
    margin-bottom: 25px
}
.prev-next-area {
    margin-top: 70px
}
.prev-next-area .prev-next-btn {
    width: 100%;
    height: 100px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 100px;
    background: #292929;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .8s
}
.prev-next-area .prev-next-btn:hover {
    background: 0 0
}
.prev-next-area .prev-next-btn:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/services/prev-next.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: -1;
    transition: .8s
}
.prev-next-area .prev-next-btn:hover:before {
    opacity: 1
}
.prev-next-area .prev-next-btn:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    background: 0 0;
    transition: .8s
}
.prev-next-area .prev-next-btn:hover:after {
    background: rgba(254, 102, 0, .9)
}
.prev-next-area .prev-next-btn span {
    position: relative;
    display: inline-block;
    transition: .5s
}
.prev-next-area .prev-next-btn.prev-btn:hover span {
    padding-left: 20%
}
.prev-next-area .prev-next-btn span:before {
    content: "\f30a";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 2px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}
.prev-next-area .prev-next-btn.next-btn:hover span {
    padding-right: 20%
}
.prev-next-area .prev-next-btn.next-btn span:before {
    content: "\f30b";
    right: 0;
    left: auto
}
.prev-next-area .prev-next-btn:hover span:before {
    opacity: 1;
    visibility: visible
}
.service-sidebar {
    max-width: 300px;
    margin-left: auto
}
.service-sidebar .sidebar-widget {
    margin-bottom: 100px
}
.service-sidebar .sidebar-widget:last-child {
    margin-bottom: 0
}
.service-sidebar .sidebar-widget h3 {
    font-size: 35px;
    color: #292929;
    margin-bottom: 35px
}
.service-sidebar .service-widget ul li {
    margin-bottom: 10px
}
.service-sidebar .service-widget ul li a {
    height: 65px;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    color: #292929;
    background: #f9f9f9;
    padding: 18px 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s
}
.service-sidebar .service-widget ul li a:hover {
    color: #fff;
    background: 0 0
}
.service-sidebar .service-widget ul li a:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/next.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: -1;
    transition: .8s
}
.service-sidebar .service-widget ul li a:hover:before {
    opacity: 1
}
.service-sidebar .service-widget ul li a:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    background: 0 0;
    transition: .8s
}
.service-sidebar .service-widget ul li a:hover:after {
    background: rgba(113, 152, 157, .9)
}
.service-sidebar .contact-widget {
    padding: 62px 55px
}
.service-sidebar .contact-widget p {
    font-weight: 700;
    margin-bottom: 26px;
    color: var(--primary-color, #71989D)
}
.service-sidebar .contact-widget h3 {
    color: #222;
    font-size: 42px;
    line-height: 1.43
}
.service-sidebar .contact-widget .theme-btn {
    max-width: 190px;
    min-width: 190px;
    padding: 16px 20px
}
.case-gallery {
    margin-bottom: 32px
}
.case-gallery .tab-content {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 5px solid #f5f5f5
}
.case-gallery-list li a figure {
    position: relative
}
.case-gallery-list li a figure::after,
.case-gallery-list li a figure::before {
    position: absolute;
    content: '';
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease 0s
}
.case-gallery-list li a.active figure::after,
.case-gallery-list li a.active figure::before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all .4s ease .2s
}
.case-gallery-list li a.active figure::before {
    width: 2px;
    height: 10px
}
.case-gallery-list li a.active figure::after {
    width: 10px;
    height: 2px
}
.case-gallery-list li a img {
    opacity: 1;
    width: 100%
}
.case-gallery-list li a.active img {
    opacity: .1
}
.case-gallery-list li a {
    display: block;
    background: #71989D
}
.case-gallery-list li a,
.case-gallery-list li img {
    transition: all .3s ease
}
.case-gallery-list {
    justify-content: center
}
.case-gallery-list li {
    margin-right: 20px
}
.case-gallery-list li:last-child {
    margin-right: 0
}
.case-details-content .section-title h2 {
    color: #222;
    margin-bottom: 25px
}
.case-details-content .section-title h2 span {
    color: transparent;
    -webkit-text-stroke: 1px #222
}
.case-details-content p {
    font-size: 16px;
    line-height: 1.64;
    text-align: justify;
    margin-bottom: 35px
}
.case-details-content h3 {
    color: #222;
    font-size: 35px;
    margin-bottom: 25px
}
.case-middle {
    padding: 10px 0 20px
}
.case-middle .middle-image {
    max-width: 330px;
    margin-left: auto
}
.case-middle .middle-content p {
    text-align: inherit;
    margin-bottom: 25px
}
.case-sidebar {
    max-width: 300px;
    margin-right: auto
}
.case-sidebar .sidebar-widget {
    margin-bottom: 80px
}
.case-sidebar .sidebar-widget:last-child {
    margin-bottom: 0
}
.case-sidebar .sidebar-widget h3 {
    font-size: 35px;
    color: #292929;
    margin-bottom: 35px
}
.case-sidebar .sidebar-widget h3 span {
    color: var(--primary-color, #71989D)
}
.case-sidebar .information-widget {
    padding: 40px 41px 35px
}
.case-sidebar .information-widget h3 {
    font-size: 30px;
    line-height: 1.31;
    margin-bottom: 30px
}
.information-widget li {
    display: flex;
    line-height: 2.68
}
.information-widget li span {
    color: #292929;
    font-weight: 700;
    width: 92px;
    position: relative;
    display: inline-block
}
.information-widget li span:before {
    content: ':';
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 13px
}
.information-widget li a {
    color: var(--primary-color, #71989D)
}
.case-sidebar .contact-widget {
    padding: 62px 55px
}
.case-sidebar .contact-widget p {
    font-weight: 700;
    margin-bottom: 26px;
    color: var(--primary-color, #71989D)
}
.case-sidebar .contact-widget h3 {
    color: #fff;
    font-size: 42px;
    line-height: 1.43
}
.case-sidebar .contact-widget .theme-btn {
    max-width: 190px;
    min-width: 190px;
    padding: 16px 20px
}
.related-cases .case-item {
    padding: 0
}
.related-cases .case-content h4 a {
    color: #292929
}
.get-in-touch .section-title h2 {
    color: #222;
    margin-bottom: 25px
}
.get-in-touch .section-title h2 span {
    color: transparent;
    -webkit-text-stroke: 1px #222
}
.get-in-touch p {
    font-size: 16px;
    line-height: 1.64;
    text-align: justify;
    margin-bottom: 35px
}
.contact-sidebar {
    max-width: 100%;
    margin-right: auto
}
.contact-sidebar .sidebar-widget {
    padding: 52px 45px 50px;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 57%) 0 60px 40px -7px
}
.contact-sidebar .sidebar-widget:last-child {
    margin-bottom: 0
}
.contact-sidebar .sidebar-widget h3 {
    color: #292929;
    font-size: 30px;
    line-height: 1.31;
    margin-bottom: 30px
}
.contact-sidebar .sidebar-widget li {
    display: flex;
    line-height: 2;
    margin-bottom: 15px
}
.contact-sidebar .sidebar-widget li:last-child {
    margin-bottom: 0
}
.contact-sidebar .sidebar-widget li .left-icon {
    width: 45px
}
.contact-sidebar .sidebar-widget li .left-icon i {
    font-size: 19px;
    margin-right: 31px;
    color: var(--primary-color, #71989D)
}
.contact-sidebar .sidebar-widget.bg-black .right-content a,
.contact-sidebar .sidebar-widget.bg-black h3 {
    color: #fff
}
.get-in-touch .call-back-form {
    margin-top: 55px
}
.get-in-touch .call-back-form input,
.get-in-touch .call-back-form textarea {
    background: 0 0;
    border: 1px solid #efefef
}
.get-in-touch .call-back-form input::placeholder,
.get-in-touch .call-back-form textarea::placeholder {
    color: #747474
}
.get-in-touch .call-back-form input:focus,
.get-in-touch .call-back-form textarea:focus {
    box-shadow: none;
    border-color: var(--primary-color, #71989D)
}
.get-in-touch .call-back-form textarea {
    resize: none
}
.map-inner .map {
    height: 450px
}
.leaflet-bottom.leaflet-right {
    display: none
}
.error-image {
    margin-bottom: 80px;
    border-bottom: 6px solid #f6f6f6
}
.error-content {
    max-width: 775px;
    margin: auto;
    display: flex;
    align-items: center
}
.error-content .content-left h2 {
    color: #222;
    line-height: 1.57
}
.error-content .content-left h3 {
    color: #787878;
    line-height: 1.57
}
.error-content .content-right {
    margin-left: auto
}
.error-content .content-right .theme-btn {
    padding: 20px 51px;
    background: #292929
}
.error-content .content-right .theme-btn i {
    padding-left: 0;
    padding-right: 10px
}
.error-content .content-right .theme-btn:hover i {
    transform: translateX(-5px)
}
.widget-title {
    color: #fff;
    line-height: 28px;
    margin-bottom: 20px;
    font-size: 20px;
}
.widget {
    margin-bottom: 50px
}
.widget p,
.widget ul li,
.widget ul li a {
    color: #d0d0d0
}
.subscribe-form .form-group .subscribe-submit:hover,
.widget ul li a:hover {
    color: #fff
}
.widget ul li {
    margin-bottom: 16px
}
.widget ul li:last-child {
    margin-bottom: 0
}
.contact-info-widget ul li {
    margin-bottom: 35px
}
.contact-info-widget h5 {
    margin-bottom: 15px;
    color: var(--primary-color, #71989D)
}
.contact-info-widget p {
    margin-bottom: 0
}
.recent-post-widget .post-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #3b3a3a
}
.recent-post-widget ul>li:last-child .post-item {
    border-bottom: 0
}
.recent-post-widget .post-item h5 {
    font-size: 1em;
    line-height: 30px;
    margin-bottom: 4px;
    /* color: #fff !important; */
}
.recent-post-widget .post-item p {
    margin-bottom: 20px;
    color: var(--primary-color, #71989D)
}
.post-item h5 a {
    color: #fff !important;
}
.recent-post-widget ul>li:last-child .post-item p {
    margin-bottom: 0
}
.menu-widget ul li a {
    font-size: 16px
}
.menu-widget li {
    padding-left: 38px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}
.menu-widget li:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    left: 0;
    top: 0
}
.subscribe-form .form-group input {
    padding: 12px 29px;
    background: #3c3c3c
}
.subscribe-form input::placeholder {
    color: #d0d0d0
}
.subscribe-form .form-group {
    position: relative
}
.subscribe-form .form-group .subscribe-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    color: #d0d0d0;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    transition: .5s;
    border-radius: 15px;
    background: var(--primary-color, #71989D)
}
.widget .social-style-two a {
    background: #d0d0d0;
    margin-right: 6px
}
.widget .social-style-two a i {
    color: #2D3C61
}
.widget .social-style-two a:hover {
    background: #fff
}
.copyright-area {
    color: #f7f9fb;
    padding: 17px 0;
    background: #272525;
}
.copyright-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.copyright-inner p {
    margin: 0
}
.copyright-inner p span {
    color: var(--primary-color, #71989D)
}
.copyright-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 55%
}
.footer-menu {
    margin-left: auto
}
.footer-menu li {
    padding: 0 12px;
    display: inline-block;
    line-height: 12px;
    border-right: 1px solid
}
.footer-menu li:first-child {
    padding-left: 0
}
.footer-menu li:last-child {
    padding-right: 0;
    border-right: none
}
.footer-menu li a {
    color: #f7f9fb
}
.footer-menu li a:hover {
    color: var(--primary-color, #71989D)
}
.scroll-top {
    width: 48px;
    height: 48px;
    color: #fff;
    cursor: pointer;
    margin-left: auto;
    border-radius: 15px;
    background: var(--primary-color, #71989D)
}
.doctorweb .doc1 {
    width: 5%;
    animation: 10s doc infinite ease
}
.doctorweb .doc2 {
    width: 30%
}
@keyframes doc {
    0% {
        transform: rotate(0)
    }
    10% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(360deg)
    }
    90% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(0)
    }
}
.btn-whatsapp {
    display: block;
    width: 75px;
    height: 75px;
    color: #333;
    position: fixed;
    right: 1%;
    bottom: 1%;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    z-index: 999;
    font-size: 70px!important;
    background: #26d466;
    background: -moz-radial-gradient(center, ellipse cover, #26d466 0, #22ba59 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #26d466), color-stop(100%, #22ba59));
    background: -webkit-radial-gradient(center, ellipse cover, #26d466 0, #22ba59 100%);
    background: -o-radial-gradient(center, ellipse cover, #26d466 0, #22ba59 100%);
    background: -ms-radial-gradient(center, ellipse cover, #26d466 0, #22ba59 100%);
    background: radial-gradient(ellipse at center, #26d466 0, #22ba59 100%);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .75);
    transition: ease .5s
}
.btn-whatsapp i {
    color: #fff!important;
    transition: ease .5s;
    display: block;
    margin-top: 4%
}
.btn-whatsapp:hover {
    background-color: #333;
    transform: rotate(360deg);
    transition: ease .5s
}
.btn-whatsapp span {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    font-size: .3em;
    right: 2px;
    background-color: #de2f36;
    color: #fff;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    transition: .5s ease;
    animation: iconw 2s infinite ease-in-out
}
.btn-whatsapp:hover span {
    display: none!important;
    transition: .5s ease
}
@keyframes iconw {
    0% {
        transform: scale(.8)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(.8)
    }
}
::-webkit-scrollbar {
    width: 5px
}
::-webkit-scrollbar-track {
    background: #164874
}
::-webkit-scrollbar-thumb {
    background: #71989D;
    border-radius: 100px;
    transition: .5s
}
::-webkit-scrollbar-thumb:hover {
    background: #fff;
    transition: .5s
}
.social-bar {
    position: fixed;
    right: .5%;
    top: 45%;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 100
}
.icono {
    color: #fff!important;
    text-decoration: none;
    height: 50px;
    width: 50px;
    display: flex;
    transition: all .5s;
    margin-top: 10%;
    position: relative;
    border-radius: 100px;
    border: 2px solid rgba(155, 155, 155, .9)
}
.icono .fa,
.icono .fab {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.icono-facebook {
    background: #f9a61f;
}
.icono-twitter {
    background: #caf55f;
}
.icono-youtube {
    background: #caf55f;
}
.icono-instagram {
    background: #f9a61f;
}
.icono:hover {
    transform: scale(1.1);
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .42);
    color: #333;
    transition: .5s ease
}
.footer-section {
    background: url(../images/bg1.png);
    background-color: #6f6f6e;
    background-size: cover;
    background-repeat: no-repeat;
}
.partners-section img {
    box-shadow: rgba(0, 0, 0, .09) 0 2px 1px, rgba(0, 0, 0, .09) 0 4px 2px, rgba(0, 0, 0, .09) 0 8px 4px, rgba(0, 0, 0, .09) 0 16px 8px, rgba(0, 0, 0, .09) 0 32px 16px;
    border-radius: 0 0 20px 20px
}
.service-details-content ul li {
    list-style-image: url(../images/circle.svg)
}
@media only screen and (min-width: 320px) and (max-width: 991px){
    .texto-logo-kinercenter {
        display: flex;
        align-items: center;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .hero-inner h3 {
        font-size: 22px;
    }
    /* .hero-inner h4 {
        color: #e95c32;
    } */
    
    .centertextr {
        text-align: center
    }
    .doctorweb .doc1 {
        width: 7%
    }
    .doctorweb .doc2 {
        width: 40%
    }
    .doctorweb {
        display: block
    }
    .case-wrap:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2%;
        width: 100%;
        height: 500px;
        background: rgba(255, 255, 255, .1);
        border-radius: 10px;
        box-shadow: rgba(50, 50, 105, .15) 0 2px 5px 0, rgba(0, 0, 0, .05) 0 1px 1px 0
    }
    .cta-section .cta-btn {
        text-align: center!important;
        margin-bottom: 5%
    }
    .cases-section:before,
    .services-section:before {
        width: 110%
    }
    .cases-section:after,
    .services-section:after {
        width: 100%
    }
    .call-back-shap,
    .call-back-shap:after {
        display: none
    }
    .cases-section {
        /* margin-top: -5%; */
        border-top: solid 10px #71989D
    }
    .success-wrap {
        padding: 5% 10%
    }
    .success-item {
        margin-bottom: 10%
    }
    .page-banner .banner-inner h1 {
        font-size: 2em
    }
}

/* Cambios cliente */

.bg-blue {
    background-color: var(--color-client-blue);
}
.icons-footer i {
    color: #1d54a3;
}
.text-footer p {
    color: #f37900;
}
.icon-base i {
    color: #1d54a3;
}
.texto-logo-kinercenter a {
    font-weight: bold;
    color: #1d54a3;
    font-size: 20px;
}
.img-aseg-dev img {
    border-radius: 20px;
}
/* ----------------------- */
.overlay-dos {
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    z-index: 2;
}
.overlay-dos.active {
    visibility: visible;
}
.popup-dos {
    background: #f37900;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 20px;
    /* width: 600px; */
    transition: .5s ease all;
    transform: scale(0.7);
    opacity: 0;
}
.popup-dos .btn-cerrar-popub {
    font-size: 16px;
    line-height: 16px;
    display: block;
    text-align: end;
    transition: .3s ease all;
}
.popup-dos .btn-cerrar-popub:hover {
    color: blue !important;
}
.popup-dos h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    opacity: 0;
}
.popup-dos h4 {
    font-size: 26px;
    color: #7B7D7D;
    font-weight: 600;
    /* margin-bottom: 40px; */
    opacity: 0;
}
.popup-dos.active {
    opacity: 1;
    transform: scale(1);
}
.fas-tree {
    color: #fff;
    font-size: 22px;
}
.fas-tree:hover {
    color: #1f56a3 ;
}
/* Animaciones */

.popup-dos.active { opacity: 1; transform: scale(1);}
.popup-dos.active h3 { animation: entradaTitulo .8s ease .5s forwards;}
.popup-dos.active h4 { animation: entradaSubTitulo .8s ease .5s forwards;}

@keyframes entradaTitulo {
    from {
        transform: translateY(-25px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes entradaSubTitulo {
    from {
        transform: translateY(25px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.color-w {
    color: #fff !important;
    font-size: 22px !important;
}
.service-content p {
    text-align: justify;
}
.areas-hdos {
    font-size: 40px;
}
.menu-scroll-trat {
    overflow-y: scroll !important;
    overflow-x: hidden !important; 
    height: 430px !important;
}
@media only screen and (max-width: 767px) {
    .section__title-style p {
        font-size: 20px !important;
    }
    .section__title-style h2 {
        font-size: 22px !important;
    }
    .partners__section-section--title h3 {
        font-size: 20px !important;
    }
    
    .partners__section-section--title h2 {
        font-size: 28px !important;
        padding-bottom: 10px !important;
    }

    .container__cert-title h2 {
        font-size: 22px !important;
        padding: 0px 20px;
        text-align: center;
    }

    .style__cert-items li {
        font-size: 18px;
        padding: 0px 20px;
        text-align: center;
        line-height: 1.5em;
    }

    .container__cert-title {
        text-align: center !important;
    }

    .container__cert-two img {
        margin: 0px 20px;
        width: 90% !important;
        margin-bottom: 40px;
    }
    .text-popup-styles h3 {
        color: #1f56a3;
        font-size: 22px;
    }
    .text-popup-styles h2 {
        font-size: 28px !important;
    }
    .theme-btn-promo {
        color: #f2f2f2!important;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        min-width: 230px;
        transition: .5s;
        padding: 15px 10px;
        border-radius: 100px;
        background: var(--primary-color, #71989D);
        display: inline-block;
        border: 3px solid rgba(255, 255, 255, .5);
        transition: ease-in-out .5s
    }
}

.text-popup-styles h3 {
    color: #1f56a3;
}
.text-popup-styles h2 {
    font-size: 40px;
}
.main-video {
    width: 100% !important;
    margin: auto;
  }
  video {
    width: 100%;
  }

  .section__title-style h2 {
    font-size: 40px;
  }

  .section__title-style p {
    font-size: 30px;
  }

  .container__cert {
    padding: 150px 0px !important;
  }

  .style__cert-items {
    font-size: 30px;
    line-height: 1.5em;
  }

  .partners__section-section--title h3 {
    font-size: 24px;
    padding-top: 60px;
  }

  .partners__section-section--title h2 {
    font-size: 48px;
    padding-bottom: 60px;
  }

  .background-var2 {
    background-color: #1d54a3;
   
  }

  .container__cert-title h2 {
    font-size: 40px;
  }

  .full-width-video .container {
    max-width: 100%;
    padding: 0;
}

.full-width-video .banner-inner {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; 
}

.full-width-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto;
}


@media (max-width: 767px) {
    .full-width-video .banner-inner {
        padding-top: calc(100vw / (16 / 9));
    }
    
    .full-width-video video {
        width: 100%; 
        height: 150%; 
    }
}

.service-item-1 {
    background: #fff;
    margin-bottom: 100px;
    padding: 40px 40px;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, .15) 0 2px 8px;
    border-radius: 20px
}
.service-item-1 .service-icon-1 {
    justify-content: center;
    margin-bottom: 23px
}

.service-item-1 .service-icon-1 a {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #fff;
    color: var(--primary-color, #71989D)
}
.service-item-1:hover .service-icon-1 a {
    color: #fff;
    border-radius: 50px;
    background: var(--primary-color, #71989D)
}
.service-content-1 h4 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px
}
.service-content-two-1 h4 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 15px
}

@media only screen and (max-width: 375px) {
    .service-item-1 {
        padding: 40px 35px 34px;
    }
}


.about-us .container {
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    height: 100%;
}

.about-us .contact-sidebar {
    text-align: center; 
}

.about-us p {
    text-align: justify;
}

.about-us .col-xl-12 {
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
}




.about-us-1 {
    color: #fff;
    text-align: center; 
  }
  
  .payment-methods img, .insurance-companies img {
    margin-top: 20px;
    display: block;
    width: 150px; 
    height: auto; 
    margin-left: auto;
    margin-right: auto;
  }

  .insurance-companies img {
    margin-top: 20px;
    display: block;
    width: 400px; 
    height: auto; 
    margin-left: auto;
    margin-right: auto;
  }
  
  
  .about-us-1 h3 {
    line-height: 45px;
    color: #333;
    text-align: center; 
  }
  
  .payment-methods, .insurance-companies {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    text-align: center;
  }
  

  @media (max-width: 768px) {
    .insurance-companies img {
      max-height: 200px; 
    }
    
    .about-us-1 h3 {
      font-size: smaller; 
      line-height: normal; 
    }

    .payment-methods, .insurance-companies {
      padding: 1rem;
      margin-top: 10px;
    }
  }
  
  @media (max-width: 480px) {
    .insurance-companies img {
      width: 400px;
    }
    
    
    .row.align-items-center {
      flex-direction: column;
    }
    
    .col-lg-6 {
      width: 100%;
    }
    
    
    .about-us-1 h3 {
      font-size: medium; 
    }
  }
  
  .img-5{
    width: auto;
    padding: 10px !important;
    height: 153px;
    border-radius: 30px 0px;
    padding: 1px;
    background: #ffffff;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
   
  }


  /* SEO */
  .h2-seo {
    color: #065d87;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 0.5em;
  }
  
  .h3-seo {
    color: #065d87;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  
  .p-seo {
    color: #000;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1em;
  }
  
  .strong-seo {
    color: #2c2c2c;
    font-weight: bold;
  }
  
  /* Estilos responsivos */
  @media (max-width: 768px) {
    .h2-seo {
      font-size: 20px;
    }
  
    .h3-seo {
      font-size: 20px;
    }
  
    .p-seo {
      font-size: 1rem;
    }
  }
  
  @media (max-width: 480px) {
    .h2-seo {
      font-size: 20px;
    }
  
    .h3-seo {
      font-size: 20px;
    }
  
    .p-seo {
      font-size: 1rem;
    }
  }
  
  /* links footer*/ 
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .footer-menu li {
    margin: 0;
  }
  
  .footer-menu a {
    text-decoration: none;
    color: #fff; 
    font-size: 16px;
    transition: color 0.3s;
  }
  
  .footer-menu a:hover {
    color: #003366;
  }
  
  @media (max-width: 768px) {
    .footer-menu {
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }
  
    .footer-menu li {
        margin-bottom: 10px;
    }
  }