@import url('./website/us.css');
@import url('./website/services.css');
@import url('./website/privacy.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;
    --color-green: #5a7d5a
}
/*=============================================================================
GENERAL
=============================================================================*/
body {
    overflow-x: hidden;
    position: relative;
    font-family: 'Manrope', 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;
}
.text-white {
    color: #FFF;
}
.bg-cover-index {
    background-image: url("http://placehold.it/1920x1080");
}
.text-bold {
    font-weight: bold;
}
/*=============================================================================
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: white;
    padding: 20px;
    font-family: 'Manrope';
}
/* 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: #C26A5A;
}
/* colores items menu */
/* separación items menu */
.navbar-nav > .nav-item {
    padding-left: 15px;
    padding-right: 15px;
}
/* separación items menu */
.navbar-brand img {
    width: 150px;
}

.bgFondoCuitzeo {
    background-color: white !important;
}
/*=============================================================================
HOME
=============================================================================*/
.fondoPrimeraSeccion {
    background-color: #5A7D5A;
    color: white;
    min-height: 55vh;
}

.fondoSegundaSeccion {
    background-color: #cccccc;
    margin-top: 5rem;
}

.bgQuintaSeccion {
    background-color: white;
}

.hover-card {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    background-color: #fff;
    color: #000;
    width: 90%;
}

.hover-card .texto-card {
    transition: color 0.3s ease;
    color: #000;
}

.hover-card .icono-card {
    transition: color 0.3s ease;
    color: #000;
}

.hover-card:hover {
    background-color: #91918f; /* fondo oscuro al hacer hover */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.hover-card:hover .texto-card {
    color: #fff; /* texto blanco al hacer hover */
}

.hover-card:hover .icono-card {
    color: #fff; /* ícono blanco al hacer hover */
}

.fondoFormulario {
    background-color: #F4C95D;
}

#contenedor-altura-custom {
    height: 400px; /* Cambia este valor según tus necesidades */
}

.cajaFlotante {
    background-color: #91918f;
    height: 80%;
    width: 80%;
    max-width: 420px;
    border-radius: 0.5rem;
    padding: 2rem;
    position: absolute;
    top: 10%;
    left: -10px;
    z-index: 10;
    transform: translateX(-20%);
    color: white;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contenidoCaja {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.25rem;
    /* height: 60%; */
    min-height: 60%;
    width: 100%;
}

.floating-image-bridge {
    position: relative;
    margin-top: -170px; /* para que suba y se superponga sutilmente */
    z-index: 1; /* para que no tape navbar ni contenido */
    display: flex;
    justify-content: center;
    pointer-events: none; /* opcional si es solo decorativa */
}

.floating-image-bridge img {
    max-width: 1200px; /* ajusta al diseño real */
    height: auto;
    display: block;
}

.bg-Cuarta-Seccion {
    background-color: #5A7D5A;
}

.fondo-Card {
    background-color: white;
}

.parrafo-limitado {
    max-width: 700px;
    font-size: 1.1rem;
}

.texto-limitado {
    max-width: 150px;
    text-align: center;
}

.card-personalizada {
    max-width: 280px;
    /* min-height: 360px; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem;
}

.card-img-overlay {
    transition: transform 0.3s ease;
}
.card:hover .card-img-overlay {
    transform: scale(1.05);
}

.fondoBotonCuitzeo {
    background-color: #C26A5A;
    color: white;
}

.fondoBotonCuitzeo:hover {
    background-color: #C26A5A;
    color: white;
}

.bgSextaSeccion {
    background-color: #C26A5A;
}

.estilo-boton {
    background-color: black;
}

.escucharte {
    color: black;
    font-weight: 400;
    font-size: 18px;
}

.tarjetas {
    height: auto;
}

.titulo1 {
    font-size: 35px;
    font-weight: 700;
}

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

.tituloCard {
    font-weight: 700;
}

.titulo4{
    font-weight: 700;
    font-size: 50px;
    color: #C26A5A;
}

.titulo5 {
    font-weight: 700;
    font-size: 50px;
}

.titulo6 {
    font-weight: 700;
    font-size: 36px;
}

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

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

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

.parrafo4 {
    font-weight: 400;
    font-size: 20px;
}

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

.parrafo5 {
    font-weight: 400;
    font-size: 22px;
}

.conecta {
    font-weight: 400;
    font-size: 22px;
    color: white;
}

.bg-fondoNuevaSeccionColum1 {
    background-color: #F4C95D;
}

.bg-fondoNuevaSeccionColum2 {
    background-color: #5A7D5A;
    color: #5A7D5A;
    font-weight: 700;
    font-size: 18px;
}

.icono-nueva-seccion {
    max-width: 150px;
}

.nuestras-regiones {
    font-weight: 700;
    font-size: 48px;
}
/*=============================================================================
FOOTER
=============================================================================*/
.bgFooterCuitzeo {
    background-color: #5A7D5A !important;
    text-align: center;
    color: white !important;
}

.parrafo6, .parrafo7 {
    font-weight: 700;
    font-size: 20px;
}

.parrafo8 {
    font-weight: 300;
    font-size: 20px;
}

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

.parrafo10, .parrafo11 {
    font-weight: 700;
    font-size: 16px;
    color: #F4C95D;
}

.parrafo10:hover {
    color: white;
}

.parrafo11:hover {
    color: white;
}

.inicio, .somos, .vision, .servicios, .contacto, .quejas, .aviso {
    font-weight: 600;
    font-size: 20px;
    padding: .5rem 0rem;
}

.inicio:hover {
    color: #F4C95D !important;
}

.somos:hover {
    color: #F4C95D !important;
}

.vision:hover {
    color: #F4C95D !important;
}

.servicios:hover {
    color: #F4C95D !important;
}

.contacto:hover {
    color: #F4C95D !important;
}

.quejas:hover {
    color: #F4C95D !important;
}

.aviso:hover {
    color: #F4C95D !important;
}

.derechos {
    font-weight: 600;
    font-size: 16px;
}

.parrafoPregunta {
    font-weight: 700;
    font-size: 20px;
}
/*=============================================================================
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) {
    .fondoPrimeraSeccion {
       min-height: 40vh;
    }
}

/* 1600 x 900*/
@media (max-width: 1600px) {
    .fondoPrimeraSeccion {
       min-height: 35vh;
    }
}

/* 1440 x 900 */
@media (max-width: 1440px) {
    .fondoPrimeraSeccion {
        min-height: 65vh;
    }
}

@media (max-width: 1024px) {
    .fondoPrimeraSeccion {
        min-height: 30vh;
    }
}

/* 1280 x 800 */
@media (max-width: 1280px) {
    /* .fondoPrimeraSeccion {
        min-height: 30vh;
    } */
}

/* 990 x 1000 */
@media (max-width: 990px) {
    .fondoPrimeraSeccion {
        min-height: 40vh;
    }
}

/* 767 x 414 */
@media (max-width: 767px) {

    .fondoPrimeraSeccion {
        min-height: 35vh;
    }

    .footer-left, .footer-right {
        align-items: flex-start !important;
        text-align: left !important;
    }

    .footer-nav-wrapper {
        justify-content: flex-start !important;
        text-align: left;
    }

    .cajaFlotante {
        position: static;
        transform: none;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        margin-top: 1rem;
    }

    .floating-img-container {
        bottom: -80px;
    }

    .floating-img {
        width: 100%;
        height: auto;
    }

    .rectangle-offset {
        margin-left: 0px !important;
    }
}

/* 576 x 320 */
@media (max-width: 576px) {
    .derechos {
        text-align: center !important;
    }

    .parrafo6 {
        text-align: center !important;
    }

    .escucharte {
        text-align: center !important;
    }

    .titulo6 {
        text-align: center !important;
    }

    .conecta {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .parrafo5 {
        text-align: center !important;
    }

    .titulo5 {
        text-align: center !important;
    }

    .parrafo4 {
        text-align: center !important;
    }

    .titulo4 {
        text-align: center !important;
    }

    .parrafo2 {
        text-align: center !important;
    }

    .titulo2 {
        text-align: center;
    }

    .floating-image-bridge img {
        max-width: 665px;
    }

    .titulo1 {
        font-size: 23px;
    }

    .fondoPrimeraSeccion {
        min-height: 55vh;
    }

    .text-card-spacing {
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }
}

/* 375 x 320 */
@media (max-width: 375px) {
    .escucharte {
        text-align: center !important;
    }

    .conecta {
        text-align: center;
    }

    .parrafo2 {
        text-align: center !important;
    }

    .titulo2 {
        text-align: center;
    }

    .floating-image-bridge img{
        max-width: 380px;
    }

    .espacio-vertical {
        padding: 20px;
    }

    .parrafo10 {
        margin-bottom: 10px;
    }

    .fondoPrimeraSeccion {
        min-height: 55vh;
    }

    .titulo1 {
        margin-top: 20px;
        font-size: 20px;
        text-align:  center !important;
    }

    .titulo3 {
        font-size: 35px;
    }

    .parrafo3 {
        font-size: 16px;
    }

    .titulo4 {
        font-size: 35px;
        text-align: center !important;
    }

    .parrafo4 {
        font-size: 16px;
        text-align: center !important;
    }

    .titulo5 {
        font-size: 35px;
        text-align: center !important;
    }

    .parrafo5 {
        font-size: 16px;
        text-align: center !important;
    }

    .titulo6 {
        font-size: 25px;
        text-align: center !important;
    }

    .parrafo7 {
        font-size: 16px;
        text-align: center !important;
    }

    .parrafoPregunta {
        font-size: 16px;
        text-align: center !important;
    }

    .logoCuitzeo {
        width: auto;
        max-height: 65px;
    }

    .parrafo6 {
        font-size: 16px;
        text-align: center !important;
    }

    .parrafo8 {
        font-size: 18px;
    }

    .parrafo9 {
        font-size: 16px;
    }

    .derechos {
        font-size: 15px;
        text-align: center !important;
    }

    .fondoSegundaSeccion {
        margin-top: 6rem;
    }

    .hover-card {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .fondoPrimeraSeccion {
        min-height: 85vh;
    }
}
/*
	@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 ) {}
*/

/* ======== */
