@import url('./website/banner.css');
@import url('./website/services.css');
@import url('./website/contact.css');
@import url('./website/privacy.css');
@import url('./website/us.css');
@import url('./website/mission-vision.css');
/* @font-face{ font-family: NombreFont; src: url(fonts/NombreFont-Bold.otf); } */
:root {
    --color-blue-hard: #003d92;
    --color-dark-gray: #5b5b5d;
    --color-blue: #1d71b9;
}
/*=============================================================================
GENERAL
=============================================================================*/
body {
    overflow-x: hidden;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}
html {
    overflow-x: hidden;
}
*::-moz-selection {
    background: var(--color-blue-hard);
    color: #fff;
    text-shadow: none;
}
*::selection {
    background: var(--color-blue-hard);
    color: #fff;
    text-shadow: none;
}
.bg-default {
    background-color: #eee;
    border: 1px solid #ddd;
}
.bg-default-02 {
    background-color: #ddd;
    border: 1px solid #ccc;
}
.text-black {
    color: #000;
}
.bg-cover-index {
    background-image: url("http://placehold.it/1920x1080");
}
/*=============================================================================
THANKS PAGE
=============================================================================*/
.thanks-page {
    height: 60vh;
}
.thanks-page img {
    width: 400px;
    max-width: 100%;
}
/*=============================================================================
NAVBAR
=============================================================================*/
.navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    color: black;
    padding: 20px;
}

nav {
    position: absolute !important;
    top: 20px;
    left: calc(50%);
    transform: translateX(-50%);
    z-index: 2000;
    border-radius: 35px !important;
    width: 95%;
    max-width: 1200px;
    padding: 10px 0px !important;
}

/* colores items menu */
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link {
    color: black;
}
.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #3E3F5B;
    /* border-bottom: 2px solid #3E3F5B; */
}
/* colores items menu */
/* separación items menu */
.navbar-nav > .nav-item {
    padding-left: 15px;
    padding-right: 15px;
}
/* separación items menu */
.navbar-brand img {
    max-height: 60px;
    width: auto;
    color: black;
}

.fondoMenu {
    background-color: #ADD3A8 !important;
}

.custom-button-navbar {
    display: inline-block;
    padding: 10px 20px;
    background-color: #3E3F5B;
    color: white;
    text-decoration: none;
    font-weight: 500;
    border-radius: 40px;
    transition: background-color 0.3s ease;
    font-size: 1rem;
}

.custom-button-navbar:hover {
    background-color: #3E3F5B;
    color: white;
}

.navbar-nav .nav-link {
    white-space: nowrap !important;
}

.navbar .btn-contacto {
    background-color: #3E3F5B;
    color: white !important;
}
/*===========HOME=================*/
/* #5b5b5d */
/* #cccccc */
/* Fondo como contenedor con imagen (ajustable después) */
.custom-image {
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Contenedor centrado del contenido */
.tituloHomeVillhermosa {
    text-align: center;
    color: white;
    padding: 20px;
    max-width: 755px;
    margin: 0 auto;
}

/* Título con espacio */
/* .tituloHomeVillhermosa h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    line-height: 1.4;
} */

/* Botón personalizado */
.custom-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #8AB2A5;
    color: #3E3F5B;
    text-decoration: none;
    font-weight: 500;
    border-radius: 40px;
    transition: background-color 0.3s ease;
    font-size: 1.1rem;
}

.custom-button:hover {
    background-color: #757575;
    color: white;
}

.custom-button-servicios {
    display: inline-block;
    padding: 12px 24px;
    background-color: #3E3F5B;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 40px;
    transition: background-color 0.3s ease;
    font-size: 1.1rem;
    width: 15%;
}

.custom-button-servicios:hover {
    background-color: #757575;
    color: #fff;
}

.custom-button-formulario {
    display: inline-block;
    padding: 12px 24px;
    background-color: #F3F6DE;
    color: #3E3F5B;
    text-decoration: none;
    font-weight: 500;
    border-radius: 40px;
    transition: background-color 0.3s ease;
    font-size: 1.1rem;
}

.custom-button-formulario:hover {
    background-color: #F3F6DE;
    color: #3E3F5B;
}

/* Ícono de flecha */
.flechita {
    font-size: 1.2rem;
    vertical-align: middle;
    margin-left: 8px;
    color: #3E3F5B;
}

.flechitaIcono {
    font-size: 1.2rem;
    vertical-align: middle;
    margin-left: 8px;
    color: white;
}

/* Ajusta la posición vertical hacia arriba */
.second-section-position {
    position: relative;
    z-index: 1;
    margin-top: -135px; /* Subir las tarjetas hacia la sección anterior */
}

/* Estilo base de las tarjetas */
.card-custom {
    background-color: #3E3F5B;
    color: white;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.card-custom h5 {
    display: inline-block;
    max-width: 70%;
    text-align: center;
    word-break: break-word;
}

.card-custom p {
    min-height: 60px;
    margin-bottom: 0;
}

/* Efecto hover opcional */
.card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.fondoFilaTerceraSeccion {
    background-color: #F3F6DE;
    color: #3E3F5B;
}

.iconoFileVertical {
    color: white;
}

.fondoCirculo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #757575;
}

.slide-content {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    /* box-shadow: 0 1px 12px rgba(0, 0, 0, 0.5); */
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    transition: transform 0.3s ease;
}

.slide-content:hover {
    transform: translateY(-5px);
}

.slide-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slide-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
    background-color: #3E3F5B;
    padding: 1rem;
    color: #333;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide-text h5 {
    text-align: center;
    color: white;
    margin-top: 15px;
}

.slide-text p {
    text-align: center;
    font-size: 0.75rem;
    color: white;
}

.swiper {
    width: 100%;
    padding: 20px 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Centrar contenido */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px; /* Altura de slide */
}

.mySwiper {
    position: relative;
    padding-bottom: 60px;
}

.swiper {
    padding-bottom: 60px; /* Espacio para los bullets */
    position: relative;
    overflow: visible;
}

.swiper.mySwiper {
    padding-bottom: 40px; /* Aumenta espacio para los bullets */
}

.swiper-pagination-cards {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    display: block;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    opacity: 1;
    margin: 0 6px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    z-index: 10;
}

.swiper-pagination-bullet-active {
    background-color: #3E3F5B !important;
}

.bg-redes-sociales {
    background-color: #8AB2A5;
    color: #3E3F5B;
}

.formulario-contacto {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5%;
    padding: 1.5rem;
    margin-top: 2rem;
    width: 100%;
    color: white;
    z-index: 2;
    top: 60%;
}

.sectSeis {
    height: auto;
}

.boxCardsGral {
    border-radius: 1.25rem !important;
}

.face:hover{
    color: black;
}

.whats:hover {
    color: black;
}

.tituloServicios {
    font-weight: 700;
    font-size: 48px;
    color: #3E3F5B;
}

.tituloCardsServicios {
    font-weight: 700;
    font-size: 32px;
    color: white;
}

.parrafoCards {
    font-weight: 600;
    font-size: 20px;
    /* max-width: 80%; */
    margin: 0 auto;
}

.fondoQuintaSeccion {
    background-color: #F3F6DE;
}


.bg-formulario {
    background-color: #3E3F5B;
    padding: 3rem;
}

.icono-firma {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.iconos-redes-sociales {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}

.custom-button-Cuarta-Secc {
    display: inline-block;
    padding: 12px 24px;
    background-color: #3E3F5B;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 40px;
    transition: background-color 0.3s ease;
    font-size: 1.1rem;
}

.custom-button-Cuarta-Secc:hover {
    background-color: #757575;
    color: #fff;
}

.clientes {
    font-weight: 700;
    font-size: 48px;
    color: #3E3F5B;
}

.titulo-redes {
    color: #3E3F5B;
}

.titulo-redes:hover {
    color: #3E3F5B;
}

.flechita-btn {
    font-size: 1.2rem;
    vertical-align: middle;
    margin-left: 8px;
    color: #3E3F5B;
}

.parrafoSextaSecc {
    font-weight: 400;
    font-size: 24px;
    max-width: 50%;
}

.titulo1 {
    color: white;
    font-weight: 800;
    font-size: 64px;
}

.titulo2 {
    font-weight: 700;
    font-size: 22px;
}

.titulo3 {
    font-weight: 700;
    font-size: 48px;
}

.parrafo1 {
    font-weight: 700;
    font-size: 24px;
}

.parrafo2 {
    font-weight: 400;
    font-size: 16px;
}

.parrafo3 {
    font-weight: 400;
    font-size: 18px;
}

.parrafo4 {
    font-weight: 700;
    font-size: 18px;
}

.parrafo5 {
    font-weight: 700;
    font-size: 20px;
}

.subtituloCuarta {
    font-weight: 400;
    font-size: 24px;
}

.tituloQuinta {
    font-weight: 700;
    font-size: 20px;
}

.solicitud {
    font-weight: 700;
    font-size: 40px;
    color: white;
}

.nombreRedes {
    font-weight: 700;
    font-size: 24px;
    color: white;
}

.textos-formulario {
    color: #F3F6DE;
}

.card-servicio-custom {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 375px;
    max-width: 100%;
    width: 85%;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-servicio-custom .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Opacidad del filtro */
    z-index: 0;
}

.card-servicio-custom .card-body {
    position: relative;
    z-index: 1;
    color: white;
    padding: 1rem;
}

.bgNuevaSeccion {
    background-color: #3E3F5B;
}

.region-item {
    background-color: white;
    border-radius: 20px;
    padding: 1.5rem 2rem;
    text-align: center;
    color: #3E3F5B;
    font-weight: 600;
    width: 90%;
    /* max-width: 220px;
    min-height: 100px; */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.region-item:hover {
    transform: scale(1.05);
}

.presencia {
    font-weight: 700;
    font-size: 44px;
    color: white;
}
/*=============================================================================
FOOTER
=============================================================================*/
.bg-footer {
    background-color: #3E3F5B;
}

a.text-white:hover {
    color: #ccc;
}

i.fab {
    font-size: 1.2rem;
}

.filaCopy {
    font-size: 13px;
}

.border-bottom-custom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 60%;
}

/* .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #E84E1B;
    text-decoration: none;
    transition: all 0.3s ease;
} */

/* .social-icon:hover {
    background-color: white;
    color: #E84E1B;
} */

.iconos-redes-sociales-footer {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}

.logo-Monterrey {
    max-width: 250px;
}

.title-gestion {
    font-weight: 700;
    font-size: 15px;
}

.title-footer {
    font-weight: 700;
    font-size: 30px;
}

.subtitle-footer {
    font-weight: 700;
    font-size: 14px;
}

.go {
    font-weight: 600;
    font-size: 18px;
}

.reservados {
    font-weight: 600;
    font-size: 10px;
}

.politica {
    font-weight: 700;
    font-size: 10px;
}
/*=============================================================================
BLOG
=============================================================================*/
.blog-play-container {
    height: auto !important;
}
.bg-widget-cover.bg-mh {
    background-image: url("http://placehold.it/1920x500.png?text=1920x500.jpg");
    height: 500px;
}
.bg-widget-cover {
    background-position: center;
    background-size: cover;
}
.play-container {
    position: relative;
    height: 100%;
}
.play-container:hover .play-ico {
    opacity: 1;
    cursor: pointer;
}
.play-container:hover {
    cursor: pointer;
}
.play-ico {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 1;
    opacity: 0.5;
}
.img-blog {
    min-height: 800px;
    background-image: url("../img/Blog/header.jpg");
    background-position: center;
    background-size: cover;
}
.container-blog {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
}
.i-text {
    background: #e2dede;
    border: none;
    border-radius: 10px;
    color: #757575;
    text-align: center;
    font-size: 12px;
    padding: 10px 40px;
    margin-right: 10px;
}
.bolder {
    font-weight: bolder !important;
}
.hr-blog {
    max-width: 15%;
    border: 1px solid #e2dede;
    -webkit-box-shadow: 0px 2px 3px #e2e2e2;
    box-shadow: 0px 2px 3px #e2e2e2;
}
.text-intblog {
    width: 100%;
    position: absolute;
    bottom: 10px;
}
.btn-blog {
    width: 100%;
    background: black;
    border: none;
    font-weight: 100;
    font-family: sans-serif;
    color: #fff;
}
.btn-blog2 {
    background: black;
    border: none;
    font-weight: 100;
    font-family: sans-serif;
    color: #fff;
}
.btn-blog3 {
    background: black;
    border: 1px solid #fff;
    font-weight: 100;
    font-family: sans-serif;
    color: #fff;
    padding: 6px 50px;
    font-size: 16px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn-blog3:hover {
    color: #000;
    background-color: #fff;
    text-decoration: none;
}
.text-initblogf {
    position: absolute;
    top: 30%;
    left: 30%;
}
.img-finalblog {
    background-image: url("../img/Blog/footer.jpg");
    background-position: center;
    background-size: cover;
}
.custom-dropdown > li > .dropdown-menu,
.dropdown-child {
    background-color: #333;
}
.dropdown-child > a {
    color: #fff;
}
.custom-dropdown > li > .dropdown-menu > .nav-link:hover,
.custom-dropdown > li > .dropdown-menu > .dropdown-item:hover,
.dropdown-child > a:hover {
    background-color: #222;
}
.dropdown-child > a:hover {
    color: #fff;
}
/*=============================================================================
MEDIA
=============================================================================*/
/* 1920 x 1080 */
@media (max-width: 1920px) {
}

/* 1600 x 900*/
@media (max-width: 1600px) {
}

/* 1440 x 900 */
@media (max-width: 1440px) {
    .formulario-contacto {
        right: 1rem;
        width: 380px;
    }
}

/* 1280 x 800 */
@media (max-width: 1280px) {
    .logo-Monterrey {
        max-width: 200px;
    }

    .custom-image {
        height: 80vh;
    }

    .second-section-position {
        margin-top: -170px;
    }

    .formulario-contacto {
        right: 0.5rem;
        width: 360px;
    }
}

@media (min-width: 1280px) {
    .formulario-contacto {
        position: absolute;
        right: 2rem;
        width: 420px;
        transform: translateY(-50%);
    }
}

/* 990 x 1000 */
@media (min-width: 992px) {
    .formulario-contacto {
        position: absolute;
        /* top: 50%; */
        right: 0rem;
        width: 500px;
        margin-top: 0;
        transform: translateY(-50%);
        z-index: 2;
        border-radius: 5%;
    }
}

@media (max-width: 990px) {
    .subtitle-footer {
        text-align: center;
    }

    .title-footer {
        font-size: 20px;
        text-align: center;
    }

    .logo-Monterrey {
        max-width: 150px;
    }

    .custom-image {
        height: 70vh;
    }

    .second-section-position {
        margin-top: -130px;
    }

    .formulario-contacto {
        position: static;
        transform: none;
        width: auto;
        margin-top: 2rem;
    }

    .sectSeis {
        height: auto;
    }
}

/* 767 x 414 */
@media (max-width: 767px) {
    .presencia {
        font-size: 28px;
    }
    
    .region-item {
        width: 100%;
    }

    .second-section-position {
        margin-top: -120px;
    }
}

/* 576 x 320 */
@media (max-width: 576px) {
    .bg-redes-sociales {
        padding: 1rem !important;
    }
    .parrafoSextaSecc {
        text-align: center;
        max-width: none;
        font-size: 20px;
    }

    .solicitud {
        font-size: 25px;
        text-align: center;
    }

    .custom-button-servicios {
        width: auto;
    }
}

/* 375 x 320 */
@media (max-width: 375px) {

    .title-gestion {
        font-size: 14px;
        text-align: center;
    }

    .subtitle-footer {
        text-align: center;
    }

    .title-footer {
        font-size: 22px;
        text-align: center;
    }

    .bg-redes-sociales {
        padding: 1rem !important;
    }

    .formulario-contacto {
        margin-left: 0;
        margin-right: 0;
    }

    .solicitud {
        font-size: 22px;
        text-align: center;
    }

    .parrafoSextaSecc {
        max-width: none;
        font-size: 18px;
    }

    .card-servicio-custom {
        width: 100%;
    }
    nav {
        margin-left: 0;
    }
    .second-section-position {
        margin-top: -115px;
    }
    .swiper-slide {
        width: 100% !important;
    }

    .sectSeis {
        height: auto;
        margin-left: 0rem;
        margin-right: 0rem;
    }

    .custom-button-servicios {
        width: 45%;
    }
}
/*
	@media( max-width: 1920px ) {}
	@media( max-width: 1600px ) {}
	@media( max-width: 1440px ) {}
	@media( max-width: 1366px ) {}
	@media( max-width: 1280px ) {}
	@media( max-width: 1024px ) {}
	@media( max-width: 736px ) {}
	@media( max-width: 667px ) {}
	@media( max-width: 640px ) {}
	@media( max-width: 568px ) {}
*/
