:root{
    --mdb-heading-color: #2B3238;
}
body, html{
    overflow-x: hidden;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: var(--mdb-heading-color);
}
.txt-subtitle-nosotros{
    max-width: 530px;
    margin-bottom: 40px;
    color: white;
}
.cd-logo{
    max-width: 120px;
    width: 100%;
}
.cd-icon-redes-sociales li{
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    border-radius: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cd-hero{
    margin-top: 70px;
    aspect-ratio: 1317 / 440;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.over-argb{
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.cd-hero h1{
    color: white;
}
.cd-hero h1 span{
    color: #F6BB23;
}
.color-text-yellow{
  color:  #F6BB23;
}
.color-text{
   color: #2B3238;
}
.txt-x1{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 500;
}
.txt-icon{
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
}
.txt-transparent{
    color: transparent;
}
.cd-flex-colum .col-6{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.circle-icon-x2{
    width: 80px;
    height: 80px;
    background: #ffffff42;
    padding: .5rem;
    border-radius: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-icon-x2 img{
    max-width: 50px;
}
.cd-hero p{
    color: white;
    font-size: 20px;
    max-width: 586px;
    line-height: 1.25;
}
.cd-btn-primary, .cd-btn-primary:hover, .cd-btn-primary:active {
    background-color: #F6BB23 !important;
    color: white !important;
    border-radius: 360px;
}
a{
    color: #2B3238;
}
.cd-icon-redes-sociales a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #2B3238;
}
.cd-navbar{
    padding: 15px 20px;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 1023;
    background-color: white;
    min-height: 67px;
}

.col-redes{
    max-width: 220px;
    justify-content: end;
    display: flex;
    align-items: center;
}
.col-logo{
    max-width: 220px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}
.cd-tab-header{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    justify-content: space-around;
}
.cd-collapse-tabs{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 680px;
}
.cd-content-navbar{
    width: 100%;
    max-width: 1280px;
}
.col-list-tab{
    justify-content: center;
    display: flex;
}
.btn-hambuerguesa{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cd--row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.mt-40{
    margin-top: 40px;
}
.cd-img-nosotros{
    max-width: 95%;
}
.cd-section-2{
    padding: 0px 20px;
    display: flex;
    justify-content: center;
}
.cd-section-2 .row{
    width: 100%;
}
.py-8r{
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.txt-subtitle span{
    color: #ffffff;
}
.max-w-500{
    max-width: 500px;
}
.border-rd-1r{
    border-radius: 1rem;
}
.w-105{
    max-width: 105px;
}
.bg-color-secondary{
    background: #f6bb23;
}
.x2-s{
    color: #f6bb23 !important;
}
.cd-btn-secondary, .cd-btn-secondary:hover, .cd-btn-secondary:active {
    background-color: #2B3238 !important;
    color: white !important;
    border-radius: 360px;
}
.max-w-280{
    max-width: 280px;
}
.txt-subtitle span.cd-color-secondary {
    color: #ffffff;
}
.cd-card-animation{
    border-radius: .75rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.cd-card-argb-sm{
    position: relative;
}
.cd-card-animation img{
    object-fit: cover;
    width: 100%;
    aspect-ratio: 14 / 9;
    transition: .3s;
}
.cd-card-animation:hover img{
    transform: scale(1.1, 1.1);
}
.cd-card-animation:hover .p-abs-text{
    background: rgb(171 136 43);
}
.p-abs-text{
    position: relative;
    padding: .75rem 1rem;
    background: #2B3238;
    width: 100%;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.x2-w{
    color: white !important;
}
.bg-color-white-light{
    background: #ffffff;
}
.p-abs-text p{
    margin-bottom: 0;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}
.bg-color-light-gray{
    background: #f9f9f9;
}
.card-especialidad{
    background: white;
    border-radius: 10px;
    padding: 24px 24px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    height: 100%;
}
.bg-content-card{
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
}
.bg-content-card h3{
    font-weight: 600;
    color: #f6bb23;
}
.bg-content-card p{
    max-width: 88%;
}
p{
    color: #2B3238;
}
.max-w-160{
    max-width: 160px;
}
.bg-icon-card{
    background: #ffffff;
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 360px;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
}
.bg-icon-card img{
    width: 100%;
    max-width: 100%;
}
.mt-8r{
    margin-top: 8rem;
}
.bg-image-carousel{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cd-card-imagen img{
    width: 100%;
    height: auto;
    max-width: 280px;
}
.splide__arrow--prev {
    left: -1em;
}
.splide__arrow--next {
    right: -1em;
}
.card-testimonios{
    background: white;
    border-radius: 10px;
    padding: 0;
    display: flex;
    gap: 20px;
    flex-direction: column;
    height: 100%;
    box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.bg-content-card-testimonios{
    padding: 1rem;
}
.bg-image-foto{
    width: 100%;
}
.bg-image-foto img{
    width: 100%;
    height: auto;
}
.sp3 .splide__list{
    padding-top: 2rem !important;
    margin-bottom: 5rem !important;
}
.bg-color-dark{
    background: #2b3238;
}
.cd-text-color-white{
    color: white;
}
.bg-content-card-testimonios h3{
    color: #f6bb23;
    font-size: 18px;
    margin-bottom: 0;
}
.splide__arrow{
    background: rgba(246, 187, 35, 0.6);
}
.hero-sectoin-argb{
    width: 100%;
    height: 100%;
    background: rgba(12, 23, 40, 0.6);
}
.cd-hero-section {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.hero-sectoin-argb h1 {
    max-width: 580px;
    color: white;
}
.hero-sectoin-argb h1 span {
    color: #F6BB23;
}
.hero-sectoin-argb p {
    color: white;
    font-size: 20px;
    max-width: 586px;
    line-height: 1.25;
}
.card-form{
    width: 100%;
    max-width: 90%;
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
}
.section-py-8r{
    padding: 8rem 0;
}
.form-outline .form-control:focus~.form-label {
    color: #f6bb23;
}
.form-outline .form-control:focus~.form-notch .form-notch-leading {
    border-color: #f6bb23;
    box-shadow: -1px 0 0 0 #f6bb23, 0 1px 0 0 #f6bb23, 0 -1px 0 0 #f6bb23;
}
.form-outline .form-control:focus~.form-notch .form-notch-trailing {
    border-color: #f6bb23;
    box-shadow: 1px 0 0 0 #f6bb23, 0 -1px 0 0 #f6bb23, 0 1px 0 0 #f6bb23;
}
.form-outline .form-control:focus~.form-notch .form-notch-middle {
    border-color: #f6bb23;
    box-shadow: 0 1px 0 0 #f6bb23;
    border-top: 1px solid rgba(0, 0, 0, 0);
}
.cd-footer{
    background: #22272b;
    padding-top: 2rem;
    overflow: hidden;
}
.ft-top{
    padding: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.cd-li img{
    max-width: 24px;
}
.cd-ul a{
    display: flex;
    gap: 10px;
    color: white;
    align-items: center;
}
.cd-ul a p{
    font-size: 14px;
    transition: .2s;
}
.cd-ul p{
    font-size: 14px;
    color: white;
    margin-bottom: 0;
    transition: .2s;
}
.cd-ul a.icon-rs{
    height: 24px;
    padding: 5px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 360px;
}
.list-icons{
    display: flex;
    gap: 15px;
}
.logo-footer{
    max-width: 160px;
}
.cd-li{
    margin-bottom: 15px;
}
.cd-ul a:hover {
    color: #f6bb23;
}
.cd-ul a p:hover {
    color: #f6bb23;
}
.ft-bottom p, .ft-bottom a{
    color: white;
    margin-bottom: 0;
    font-size: 14px;
}
.ft-bottom{
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.2);
}
.cd-row-footer{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.row-ft-bottom{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #f6bb23 !important;
    font-weight: 500;
}
.cd-banner{
    margin-top: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-position: center 60%;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}
.over-argb-banner{
    width: 100%;
    height: 100%;
    min-height: 320px;
    display: flex;
    align-items: center;
    background: rgb(43 50 56 / 35%);
}
.over-argb-banner h1{
    color: white;
    text-align: center;
}
.text-justify{
    text-align: justify;
}
.section-col{
    flex-direction: column;
    gap: 4rem;
}
.card-v2{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
.card-v2 img{
    width: 100%;
    max-width: 35px;
}
.card-circle-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 2px solid #f6bb23;
    border-radius: 360px;
}
.card-content-texts h4, .card-content-texts p{
    text-align: center;
}
.card-content-texts p{
    max-width: 90%;
}
.card-content-texts{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.p-20{
    padding-left: 20px;
    padding-right: 20px;
}
video{
    object-fit: cover;
    background-size: cover;
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 125%;
}
section{
    position: relative;
}
.txt-subtitle, .text-sub-2{
    color: #22272b;
}
.cd--row{
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.cd--circle-nom{
    width: 35px;
    height: 35px;
    background: #975e5e;
    border-radius: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cd--col-y{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.y--1{
    max-width: 36px;
}
.y--3{
    max-width: 24px;
}
.y--3 img{
    max-width: 20px;
}
.cd--circle-nom span{
    color: white;
}
.y--2 p{
    font-size: 12px;
    margin-bottom: 0;
}
.row-star{
    display: flex;
    flex-direction: row;
    gap: 4px;
}
.row-star img{
    width: 100%;
    max-width: 17px;
}
.logo-g{
    max-width: 140px;
}
.row-wrap{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.new-d .card-especialidad{
    background: rgba(255, 255, 255, 0);
}
.new-d .bg-content-card h3 {
    font-weight: 500;
    color: #2B3238;
    font-size: 16px;
}
.new-d .card-especialidad{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}
.new-d h3{
    text-align: center;
}
.col-x{
    width: 100%;
    max-width: 15%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.all-services .cd-li{
    margin-bottom: 4px;
}
.description-corta{
    max-width: 300px;
    color: white;
    font-size: 14px;
    margin-top: 20px;
}
.row-insigne{
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.row-insigne img{
    max-height: 40px;
}
.card-argb{
    background: #f6bb23;
    padding: 5rem 4rem;
    margin-top: 2rem;
}
.tranlate-x50{
    transform: translateX(50px);
}
.ml-x-3{
    margin-left: 3rem;
}
.color-secondary{
    color: #f6bb23;
}
.mh-40{
    max-height: 40px !important;
}
.mh-50{
    max-height: 50px !important;
}
.card-img-v3 img{
    width: 100%;
}
.card-v3{
    position: relative;
    border-top-right-radius: 20px;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 10px;
    transition: .3s;
    height: 100%;
}
.card-v3:hover{
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 20px;
}
.card-img-v3{
    aspect-ratio: 9 / 12;
    overflow: hidden;
    transition: .3s;
}
.card-v3 img{
    transition: .3s;
}
.card-v3:hover img{
    transform: scale(1.05);
}
.cardv3-content-absolute{
    position: relative;
    bottom: 0;
    width: 100%;
    background: #f6bb23;
    padding: 16px 20px;
    height: 100%;
}
.cardv3-content-absolute h4{
    font-size: 18px;
    color: #2B3238;
    text-align: center;
    font-weight: 600;
}
.cd-mapa{
    width: 100%;
    max-width: 300px;
    min-height: 200px;
    border-radius: 8px;
    overflow: hidden;
}
.cardv3-content-absolute p{
    margin-bottom: 0;
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    font-weight: 500;
}
.ra-img{
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 6px;
}
.ra-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.rai-1{
    transform: translate(20px, -20px);
}.rai-2{
     transform: translate(-20px, -20px);
}
.cb-60{
    padding-left: 60px;
}
.w-700{
    max-width: 768px;
}
.text-secondary{
    color: #f6bb23 !important;
}
.py-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.cbr-60{
    padding-right: 60px;
}
.sec-contact{
    justify-content: center;
}
.sec-contact .cd-container{
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec-contact h1 {
    max-width: initial;
    color: white;
    text-align: center;
}
.sec-contact p {
    max-width: 698px;
    text-align: center;
}
.cd-banner.servicios-cd{
    background-position: center 44%;
}
.contact-mapa{
    border: 0;
    width: 100%;
    aspect-ratio: 16 / 5;
}
.card-map{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 10%);
}
.border-primary {
    border-color: rgb(246 187 35) !important;
}
.list-contact {
    margin-bottom: 0;
}
.list-contact p{
    margin-bottom: .5rem;
}
.list-contact p:last-child{
    margin-bottom: 0;
}
.card-hover{
    margin-top: 0;
    transition: .3s;
}
.card-hover:hover{
    margin-top: -10px;
    margin-bottom: 10px;
}
.ar-16-9{
    aspect-ratio: 16/9;
}
.over-hidden{
    overflow: hidden;
}
.btn-flotante{
    position: fixed;
    right: 16px;
    bottom: 16px;
    border-radius: 360px;
    background: #25D366;
    box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.2);
    z-index: 1024;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-flotante a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 360px;
}
.btn-flotante i{
    font-size: 1.75rem;
    color: white;
}
.tooltip-inner {
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 992px) {
    .cd-container{
        width: 100%;
        max-width: 768px;
    }
    .cd-row-col{
        flex-direction: column;
    }
    .col-logo{
        max-width: 100%;
        justify-content: space-between;
    }
    .col-redes{
        max-width: initial;
    }
    .col-logo .row{
        width: 100%;
    }
    .cd-collapse-tabs {
        max-width: 100%;
    }
    .cd-tab-header {
        flex-direction: column;
    }
    .cd-tab-header a{
        text-align: center;
    }
    .col-redes {
        max-width: initial;
        justify-content: center;
    }
    .col-list-tab{
        display: none;
    }
    .col-list-tab.show{
        display: flex;
    }
    .col-redes{
        display: none;
    }
    .cd-logo {
        max-width: 100px;
    }
    .cd-img-nosotros {
        max-width: 100%;
        width: 100%;
        margin-bottom: 40px;
    }
    .txt-subtitle-nosotros {
        max-width: inherit;
        margin-bottom: 40px;
        color: white;
    }
    .max-w-500 {
        max-width: inherit;
    }
    .txt-subtitle, .txt-subtitle-nosotros{
        text-align: center;
    }
    .py-8r {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .text-sub-2{
        text-align: center;
    }
    .card-form{
        width: auto;
        max-width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
    .section-py-8r {
        padding: 4rem 0;
    }
}

@media (max-width: 1440px) {

}
@media (max-width: 768px){
    .cd-row-footer {
        flex-direction: column;
    }
    .over-argb-banner {
        min-height: 180px;
    }
    .cd-hero {
        aspect-ratio: 1317 / 630;
    }
    .col-x {
        max-width: 24%;
    }
    .tranlate-x50{
        transform: translateX(0px);
    }
    .ml-x-3{
        margin-left: 0rem;
    }
    .cd-ul p {
        text-align: center;
    }
    .cd-ul a {
        justify-content: center;
    }
    .list-icons {
        justify-content: center;
    }
    .description-corta {
        max-width: initial;
        text-align: center;
    }
    .cd-mapa {
        max-width: initial;
        min-height: 300px;
    }
    .rai-1 {
        transform: translate(0px, -20px);
    }
    .rai-2 {
        transform: translate(0px, -20px);
    }
    .ra-img {
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
    }
    .cb-60 {
        padding-left: 30px;
    }
    .cbr-60{
        padding-right: 30px;
    }
    .contact-mapa{
        aspect-ratio: 16 / 9;
    }
}
@media (max-width: 560px){
    .row-ft-bottom {
        justify-content: center;
        flex-direction: column;
        gap: 4px;
    }
    .row-ft-bottom p{
        text-align: center;
    }
    .card-argb {
        padding: 1.5rem 1.5rem;
        margin-top: 2rem;
    }
    .btn-flotante{
        right: 10px;
        bottom: 10px;
    }
}
@media (max-width: 530px){
    .cd-hero h1 {
        font-size: 28px;
    }
    .cd-btn-primary{
        padding: 10px 25px;
        font-size: 12px !important;
        margin-top: 20px !important;
    }
    .col-x {
        max-width: 45%;
    }
}
@media (max-width: 420px){
    .cd-hero h1 {
        font-size: 24px;
        max-width: 430px;
    }
    .cd-hero p {
        font-size: 16px;
        max-width: 375px;
    }
    .cd-banner {
        margin-top: 67px;
    }
}