*,
::after,
::before {
    box-sizing: border-box;
}

body {
    font-family: "Quicksand", Arial, sans-serif;
    color: #777777 !important;
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
    display: block;
    /* background: url(../img/dust_scratches.png); */
}

.titulos {
    position: relative;
    color: #4a4c70;
    margin-top: 50px;
}

.subtitulos {
    color: #4a4c70;
}

.text-justify {
    text-align: justify;
}

.titulos::after {
    position: absolute;
    content: "";
    width: 300px;
    height: 2px;
    /* left: calc(50% - 50px); */
    left: 0;
    bottom: 0;
    top: 50px;
    background: #fdbe33;
}

.titulosCenter {
    position: relative;
    color: #4a4c70;
    margin-top: 50px;
}

.titulosCenter::after {
    position: absolute;
    content: "";
    width: 300px;
    height: 2px;
    left: calc(50% - 150px);
    bottom: 0;
    top: 50px;
    background: #fdbe33;
}

/***************     MENÚ     ***********************************/
.menupage {
    /* position: absolute; */
    /* z-index: 1000;  */
    /* background-color: transparent !important;  */
    /* border-bottom: 1px solid rgba(255, 255, 255, .3);  */
    padding: 20px 60px;
}

header {
    position: fixed;
    width: 100% !important;
    background-color: transparent;
    -webkit-transition: background-color 0.5s;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

.navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 0px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    padding: 10px 15px 8px 15px;
    color: #ffffff;
}

.navbar a.nav-link {
    padding: 8px 15px;
    font-size: 16px;
    letter-spacing: 1px;
}

a {
    color: #4a4c70;
    transition: 0.3s;
}

/***************     FIN MENÚ     ***********************************/

.imageBanner {
    width: 100%;
    height: 80dvh;
    position: relative;
    text-align: center;
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../imgs/ImgPaisaje4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.imageBannerPags {
    width: 100%;
    height: 42dvh;
    position: relative;
    
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    display: table;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.imageBanner .container,
.imageBannerPags .container {
    display: table-cell;
    margin: 0;
    padding: 0 1rem;
    vertical-align: middle;
    width: 100%;
}

.imageBannerPags h2 {
    position: relative;
    color: #fdbe33;
    font-size: 60px;
    font-weight: 700;
    align-items: center;
    text-align: center;
}

.imageBannerPags h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #fdbe33;
}

.quicksand-700 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

@media (max-width: 991.98px) {
    .imageBannerPags {
        padding: 100px 0;
    }

    .imageBannerPags h2 {
        font-size: 45px;
    }
}

@media (max-width: 767.98px) {
    .imageBannerPags {
        padding: 110px 0;
    }

    .imageBannerPags h2 {
        font-size: 35px;
    }

    .navbar-brand {
        font-size: 20px;
        line-height: 0px;
        font-weight: 700;
        letter-spacing: 5px;
        text-transform: uppercase;
    }
}

/************ CAROUSEL *********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: 80dvh;
    background: #ffffff;
    margin-bottom: 45px;
}

.carousel .container-fluid {
    padding: 0;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 80dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel .carousel-img {
    position: relative;
    width: 100%;
    height: 80dvh;
    text-align: right;
    overflow: hidden;
}

.carousel .carousel-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.carousel .carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-text {
    position: absolute;
    max-width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.carousel .carousel-text h1 {
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.carousel .carousel-text p {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
}

.carousel .carousel-btn .btn.btn-custom {
    color: #ffffff;
}

.carousel .carousel-btn .btn.btn-custom:hover {
    color: #20212b;
}

.carousel .carousel-btn .btn:first-child {
    margin-right: 15px;
}

.carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 60px;
    top: calc(50% - 30px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 9;
    color: #000000;
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fdbe33;
    background: rgba(256, 256, 256, 0.2);
    font-size: 22px;
    transition: 0.3s;
}

.carousel .owl-nav .owl-prev:hover,
.carousel .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #fdbe33;
}

.carousel .owl-nav .owl-prev {
    margin-right: 2px;
}

.carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .carousel .carousel-text h1 {
        font-size: 35px;
    }

    .carousel .carousel-text p {
        font-size: 16px;
    }

    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) {
    .carousel .carousel-text h1 {
        font-size: 30px;
    }

    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-text h1 {
        font-size: 25px;
    }

    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }
}
/********** FIN CAROUSEL ************/

/********** FOOTER ***************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 70px;
    background: #20212b;
    width: 100%;
    color: #fff !important;
}

.footer a {
    color: #fff !important;
    text-decoration: none;
}

.footer ul {
    list-style-type: none;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.footer .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

/****************** ACERCA DE ***************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}
.about .about-img {
    width: 100%;
    height: 40vh;
}

.card {
    border-radius: 0;
}

/****************** EQUIPO ***************/
.card_eqipo {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.card_eqipo .card_eqipo-item {
    position: relative;
    margin-bottom: 35px;
}

.card_eqipo .card_eqipo-img {
    position: relative;
    overflow: hidden;
}

.card_eqipo .card_eqipo-img img {
    width: 100%;
    transform: scale(1.1);
    margin-bottom: -15px;
    transition: 0.3s;
    height: 330px;
    max-height: 330px;
}

.card_eqipo .card_eqipo-item:hover img {
    margin: -15px 0 0 0;
}

.card_eqipo .card_eqipo-text {
    position: absolute;
    width: calc(100% - 40px);
    height: 0;
    bottom: 0;
    left: 20px;
    padding: 22px 0;
    text-align: center;
    background: #ffffff;
    transition: 0.3s;
    overflow: hidden;
}

.card_eqipo .card_eqipo-text h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.card_eqipo .card_eqipo-text:hover {
   
    height: 96px;
   
}

/****************** TESTIMONIOS ***************/
.testimonios {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.testimonios .testimonios-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding-bottom: 40px; 
}

.testimonios-content {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.testimonios-carousel .owl-dots {
   position: absolute;
    bottom: 20px;      /* Distancia desde el borde inferior */
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 10;       /* Asegura que queden por encima del contenido */
}

.testimonios-carousel .owl-dot span {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: #D6D6D6; /* Color inactivo */
    border-radius: 30px;
    transition: all 0.3s ease;
}

.testimonios-carousel .owl-dot.active span {
     background: #3490dc !important; /* Color de tu marca */
    transform: scale(1.2);
}

.single-contact-address {
    align-items: center;
}

.contact-page-area {
    margin-top: 20px;
    margin-bottom: 50px;
}

.contact-page-area .single-contact-address .lnr {
    font-size: 30px;
    font-weight: 500;
    color: #2d572c;
    margin-right: 30px;
}

.contact-page-area .single-contact-address h5 {
    letter-spacing: 0;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #286043;
}

.contact-page-area .single-contact-address p {
    font-size: 0.875rem;
    margin-top: 0;
}