/* @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: "Oswald", 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;
}
/* 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: #fff;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    border-color: #fff;
}

/* Estado activo */
.navbar-light .navbar-nav .nav-link.active {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.nav-link:hover {
    color: #cdf765 !important;
}
/* 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: 175px;
}

.main-navbar-morelos {
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    z-index: 1000;
    color: #fff !important;
    background-color: #1d1d1b;
}

.navbar-social-icons .social-link {
    margin-left: 10px;
    display: inline-block;
}

.navbar-social-icons .social-icon {
    /* width: 24px;
    height: 24px; */
    object-fit: contain;
    transition: transform 0.3s ease;
}

.navbar-social-icons .social-icon:hover {
    transform: scale(1.1);
}

.navbar-toggler {
    background-color: #fff !important;
    border: 1px solid #fff !important;
}
/*=============================================================================
HOME
=============================================================================*/
.background-primera-seccion {
    background-color: #1d1d1b;
    padding-top: 150px;
    position: relative;
    overflow: hidden;
}

.rectamgulo {
    padding-left: 0 !important;
}

.rectangle-box {
    background-color: #ffffff26;
    padding: 30px 90px;
    /* max-width: 995px; */
    width: clamp(950px, 60%, 2500px);
    margin-top: 20px;
    /* position: absolute; */
    position: relative;
    margin-left: 0;
    right: 0;
    /* left: calc((100% - 100vw) / 2); */
    z-index: 1;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.img-col {
    position: relative;
    z-index: 2;
}

.img-home {
    max-width: 80%;
    margin-top: -35px;
}

.text-rectangle {
    color: #fff;
    margin: 0;
    width: 60%;
    font-weight: 700;
    font-size: 40px;
}

.contenedor-padre {
    text-align: right;
    padding: 0 30px;
}

.text-box {
    max-width: 500px;
    width: 100%;
    padding: 20px;
    text-align: right;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.text-box p {
    text-align: right;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 28px;
}

.btn-home {
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #cdf765;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
}

.segunda-seccion {
    min-height: 300px; /* Altura mínima para centrar verticalmente */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #e5e5e5;
}

.segunda-seccion p {
    font-weight: 400;
    font-size: 24px;
}

.btn-home-2 {
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #cdf765;
    font-weight: 700;
}

.btn-home-2:hover {
    background-color: #1d1d1b;
    color: #cdf765;
}

.segunda-seccion btn-home-2 {
    margin-top: 20px; /* Separación del párrafo */
}

/* .columna-sombra {
  border: 2px solid #000;
  border-radius: 8px;
  background: #fff;
  box-shadow: 6px 6px 0px #cdf765;
} */

.titulo-tercera-seccion {
    text-align: center;
}

.parrafo-tercera-seccion {
    text-align: center;
}

.custom-card {
    border: 2px solid #000;
    box-shadow: 6px 6px 0px #cdf765;
    border-radius: 30px;
    transition: transform 0.3s ease;
    overflow: hidden;
    padding: 20px;
    background-color: #e5e5e5;
}

.custom-card:hover {
    transform: translateY(-5px);
}

.card-img-top {
    height: 220px;
    object-fit: cover;
}

.card-img-custom {
    width: 100%;
    margin-bottom: 20px;
}

.card-title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.card-text {
    font-weight: 300;
    font-size: 20px;
    text-align: justify;
    margin-left: 5px;
    margin-left: 5px;
}

.background-cuarta-seccion {
    background-color: #e5e5e5;
}

.title-mision,
.title-vision {
    font-weight: 700;
    font-size: 40px;
}

.card-text-mision,
.card-text-vision {
    font-weight: 400;
    font-size: 24px;
    text-align: justify;
}

.custom-card-text {
    border: 2px solid #000;
    border-radius: 30px;
}

.custom-card-img {
    box-shadow: 6px 6px 0px #cdf765;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
}

.custom-card-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.background-sexta-seccion {
    background-color: #e5e5e5;
}

.columna-izquierda {
    background-color: #cdf765;
    border-radius: 30px;
}

.btn-home-3 {
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #fff;
    font-weight: 700;
}

.titulo-sexta {
    font-weight: 700;
    font-size: 85px;
}

.texto-diferente {
    font-size: 45px;
    font-weight: 700;
    color: #000;
}

.card-sexta-seccion {
    border-radius: 30px;
    background-color: #000;
}

.card-text-sexta {
    color: #ffffffcc;
    font-weight: 400;
    font-size: 18px;
}

.card-title-sexta {
    color: #fff;
    font-weight: 700;
    font-size: 23px;
}

.imagen-quinta-seccion {
    max-width: 1000px;
    height: auto;
}

.contenido-quinta-seccion {
    max-width: 1000px; /* mismo ancho que la imagen */
    border: 2px solid #000; /* borde negro */
    box-shadow: 6px 6px 0px #cdf765; /* sombra verde en derecha e inferior */
    text-align: left; /* contenido alineado a la izquierda */
    position: relative;
    margin-top: -25px;
    background-color: #fff;
    z-index: 2;
    border-radius: 30px;
}

.titulo-quinta-seccion {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
}

.texto-quinta-seccion {
    margin-bottom: 10px;
    line-height: 1.6;
    font-weight: 400;
    font-size: 20px;
    color: #303030e5;
}
/*=============================================================================
QUIENES SOMOS
=============================================================================*/
.background-us-seccion {
    background-color: #1d1d1b;
    padding-top: 140px;
    position: relative;
    overflow: hidden;
}

.rectangulo-us {
    padding-left: 0 !important;
}

.rectangle-box-us {
    background-color: #ffffff26;
    padding: 50px 90px;
    /* max-width: 995px; */
    width: clamp(995px, 60%, 2500px);
    margin-top: 20px;
    /* position: absolute; */
    position: relative;
    margin-left: 0;
    right: 0;
    /* left: calc((100% - 100vw) / 2); */
    z-index: 1;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.mb-custom {
    margin-bottom: 100px;
}

.img-col-us {
    position: relative;
    z-index: 2;
}

.img-us {
    max-width: 60%;
    margin-top: -95px;
}

.text-rectangle-us {
    color: #fff;
    margin: 0;
    width: 60%;
    font-weight: 700;
    font-size: 40px;
}

.contenedor-padre-us {
    padding: 0 0px;
    margin-top: 30px;
}

.text-box-us {
    max-width: 750px;
    width: 100%;
    padding: 20px;
    text-align: right;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.text-box-us p {
    text-align: right;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 28px;
}

.text-content {
    color: #303030; /* Un color de texto claro para el contraste */
    padding-inline: 15px;
    font-weight: 400;
}

.text-content p {
    font-size: 22px;
    margin-bottom: 15px;
}

/* Contenedor relativo para la imagen para posicionar el título encima */
.image-container {
    position: relative;
    display: inline-block; /* Ajusta el contenedor al tamaño de la imagen */
    height: 100%;
}

.image-container img {
    box-shadow: 10px 10px 0 0 black;
    border-radius: 30px;
    height: 100%;
}

/* Título verde fosforescente superpuesto */
.title-overlay {
    position: absolute;
    top: 0px; /* Ajusta este valor para moverlo más arriba o abajo */
    right: 0px; /* Ajusta este valor para moverlo a la izquierda o derecha */
    background-color: #bfff60; /* Tono verde fosforescente */
    padding: 25px 20px;
    border-radius: 12px;
    width: 170%;
    text-align: end;
    z-index: 2; /* Asegura que esté por encima de la imagen */
}

.title-overlay h2 {
    font-size: 1.5rem; /* Tamaño de la fuente */
    font-weight: bold;
    color: #212121; /* Color del texto oscuro */
}

/* Asegura que la imagen tenga bordes redondeados consistentes */
.image-container img.rounded-4 {
    border-radius: 0.75rem !important; /* Bordes redondeados para la imagen */
}

.object-fit-cover {
    width: 100%; /* Asegura que ocupe todo el ancho del contenedor */
    object-fit: cover; /* La magia sucede aquí */
}

.third-container {
    margin-top: 80px;
    background-color: #e5e5e5;
    padding: 80px 0 80px 0; /*top right bottom left*/
    position: relative; /* ¡Muy importante! Para posicionar la sombra relativa a este contenedor */
    z-index: 1;
}

.third-container .text-container {
    border: 3px solid black;
    border-radius: 20px;
    background-color: white;
    text-align: center;
    padding: 40px 90px 40px 90px;
    /* horizontal | vertical | desenfoque | propagación | color */
    box-shadow: 15px 15px 0 0 #cdf765;
}

.third-container .text-container h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.third-container .text-container p {
    font-size: 22px;
}

.mision-title {
    display: inline-block;
    background-color: #cdf765; /* El color verde brillante */
    color: black; /* Color del texto */
    font-weight: bold; /* Asegura que el texto sea negrita */
    padding: 25px 200px;
    border-radius: 50px;
}

.mision-text-container h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.mision-cards-container {
    width: 80%; /* O el porcentaje que necesites */
    margin: 0 auto; /* Para centrar el contenedor */
    gap: 40px; /* Para el espacio entre cards */
}

.mision-card {
    border: 3px solid black;
    border-radius: 40px;
    flex: 1;
    padding: 40px 20px 100px 20px;
    text-align: center;

    /* horizontal | vertical | desenfoque | propagación | color */
    box-shadow: 15px 15px 0 0 #cdf765;
}

.mision-card h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

.mision-card p {
    font-size: 18px;
    font-weight: 400;
    color: #303030;
}

.mision-button button {
    background-color: #000000;
}

.background-quinta-seccion {
    background-color: #CDF765;
}

.icono-quinta {
  width: 80px;   /* Ajusta el tamaño del icono */
  height: auto;
  margin: 0 auto;
}

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

.subtitulo-quinta {
  font-size: 17px;
  font-weight: 700;
}

/*=============================================================================
SERVICIOS
=============================================================================*/
.bg-grey {
    background-color: #e5e5e5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.services-text-container h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.services-title {
    display: inline-block;
    background-color: #cdf765; /* El color verde brillante */
    color: black; /* Color del texto */
    font-weight: bold; /* Asegura que el texto sea negrita */
    padding: 25px 50px;
    border-radius: 50px;
}

.image-service-container {
    position: relative;
    background-image: url("/assets/images/img-services/hands-and-box.jpg");
    background-size: cover; /* La imagen cubre todo el contenedor */
    background-position: center; /* La imagen se centra */

    min-height: 600px; /* Dale una altura mínima para que la imagen sea visible */
    border-radius: 25px; /* Los bordes redondeados del contenedor */
}

/* 2. El cuadro de información */
.info-box {
    position: absolute;
    bottom: 0px;
    left: 50%; /* Lo movemos al 50% del ancho del padre */
    transform: translateX(-50%);
    width: 100%;
    background-color: white;
    padding: 45px 120px;
    border-radius: 20px;
    border: 3px solid black;
    text-align: center;
    box-shadow: 10px 10px 0 0 #cdf765;
}

.info-box p {
    color: #303030;
    font-size: 22px;
}

.services-cards-container {
    width: 100%; /* O el porcentaje que necesites */
    margin: 0 auto; /* Para centrar el contenedor */
    gap: 40px; /* Para el espacio entre cards */
}

.service-card {
    border: 3px solid black;
    border-radius: 40px;
    flex: 1;
    padding: 40px 20px 100px 20px;
    text-align: center;

    /* horizontal | vertical | desenfoque | propagación | color */
    box-shadow: 15px 15px 0 0 #cdf765;
}

.service-icon {
    width: 45px;
    height: 45px;
    object-fit: contain; /* Asegura que la imagen completa quepa sin estirarse */
    margin-bottom: 25px;
}

.service-card h4 {
    font-weight: bold;
    margin-bottom: 25px;
}

.service-card p {
    font-size: 18px;
    font-weight: 400;
    color: #303030;
}

/*=============================================================================
MISIÖN/VISIÖN
=============================================================================*/
.rectangle-box-mision {
    background-color: #ffffff26;
    padding: 30px 90px;
    width: clamp(950px, 60%, 2500px);
    margin-top: 20px;
    position: relative;
    margin-left: 0;
    right: 0;
    z-index: 1;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: flex-start;
}

.text-rectangle-mision {
    color: #fff;
    margin: 0;
    width: 100%;
    font-weight: 700;
    font-size: 40px;
}

.background-segunda-seccion {
    background-color: #1d1d1b;
    position: relative;
    overflow: hidden;
}

.custom-card-img-mision {
    box-shadow: 8px 8px 0px #000;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
}

.custom-card-text-mision {
    border: 2px solid #000;
    border-radius: 30px;
    box-shadow: 8px 8px 0px #cdf765;
}

.card-text-mission {
    font-weight: 400;
    font-size: 24px;
}

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

.titulo-impulsa {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}

.image-container-vision {
    position: relative;
    display: inline-block; /* Ajusta el contenedor al tamaño de la imagen */
    height: 100%;
}

.image-container-vision img {
  box-shadow: 10px 10px 0 0 #bfff60;
  border-radius: 30px;
  height: 100%;
}

.object-fit-cover-vision {
  width: 100%;
  object-fit: cover;
}

.title-overlay-vision {
  position: absolute;
  top: 0px;
  right: -10px;
  background-color: #bfff60;
  padding: 25px 20px;
  border-radius: 12px;
  width: 170%;
  text-align: end;
  z-index: 2;
}

.title-overlay-vision h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #212121;
}

.text-content-vision {
  color: #fff;
  padding-inline: 15px;
  font-weight: 400;
}

.text-content-vision p {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400;
}

.titulo-mission, .titulo-vission {
    font-weight: 700;
    font-size: 24px;
}

.background-tercera-seccion {
    background-color: #E5E5E5;
    position: relative;
    overflow: hidden;
}

.rectangle-box-mision-iconos {
    background-color: #000;
    padding: 30px 60px;
    width: clamp(950px, 60%, 2500px);
    margin-top: 20px;
    position: relative;
    margin-left: 0;
    right: 0;
    z-index: 1;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

.text-rectangle-mision-iconos {
    color: #fff;
    /* margin: 0; */
    margin: 0 0 10px 0;
    width: 100%;
    font-weight: 700;
    font-size: 32px;
}

.parrafo-rectangle-mision-iconos {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.icono-box {
    flex-shrink: 0; /* evita que el icono se deforme */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px; /* espacio con el borde izquierdo */
}

.texto-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px; /* espacio con el borde derecho */
}

.rectangle-box-mision-iconos-verde {
    background-color: #CDF765;
    padding: 30px 60px;
    width: clamp(950px, 60%, 2500px);
    margin-top: 20px;
    position: relative;
    margin-left: 0;
    right: 0;
    z-index: 1;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

.text-rectangle-mision-iconos-verde {
    color: #000;
    /* margin: 0; */
    margin: 0 0 10px 0;
    width: 100%;
    font-weight: 700;
    font-size: 32px;
}

.parrafo-rectangle-mision-iconos-verde {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin: 0;
}

.rectangulo-verde {
    padding-right: 0 !important;
}

.titulo-rectangulos {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 15px 20px;
    border-radius: 20px;
    font-size: 28px;
    font-weight: 700;
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
}

.rectangle-box-mision-iconos,
.rectangle-box-mision-iconos-verde {
    display: flex;
    align-items: center;
    justify-content: center; /* centra horizontalmente */
    gap: 20px;
}

.titulo-nuestros-valores {
    font-weight: 700;
    font-size: 32px;
}
/*=============================================================================
CONTACTO
=============================================================================*/
.contact-container {
    margin-top: 50px;
}

.text-contact {
    padding-right: 190px;
    color: #1D1D1B;
}

.text-contact h2 {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 38px;
}

.text-contact p {
    font-size: 18px;
}

.form-container {
    border: 3px solid black;
    border-radius: 40px;
    box-shadow: 10px 10px 0 0 #cdf765;
    padding: 50px 40px 50px 40px;
}

.form-container p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact-form .form-control {
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0; /* quitamos el redondeo que agrega Bootstrap */
    color: black;
    padding-left: 0; /* quitamos el padding inicial para que se alinee */
    margin-bottom: 40px;
}

.contact-form .form-control:focus {
    background-color: transparent;
    color: black;
    border-color: #CDF765;
    box-shadow: none;
    outline: none;
}

.contact-form .form-control::placeholder {
    color: black;
    font-weight: bold;
    font-size: 20px;
    opacity: 1;
}

.contact-form label {
    font-size: 20px;
}

.contact-form textarea {
    border: none;
    border-bottom: 1px solid black;
    background-color: #CDF765;
    border-radius: 20px !important; /* quitamos el redondeo que agrega Bootstrap */
    color: #515978 !important;
    padding-top: 20px;
    padding-left: 20px !important; /* quitamos el padding inicial para que se alinee */
    resize: none;
    margin-bottom: 10px !important;
}

.contact-form textarea:focus {
    color: black;
    border-color: black;
    background-color: #CDF765 !important;
    box-shadow: none;
    outline: none;
}

.contact-form textarea::placeholder {
    color: #515978 !important;
    opacity: 1;
    font-weight: 400 !important;
    font-size: 17px !important;
}

.contact-form .button {
    background-color: #000;
    color: white;
    border-radius: 30px;
    padding: 15px 100px;
    font-size: 20px;
    font-weight: bold;
}

/*=============================================================================
AVISO DE PRIVACIDAD
=============================================================================*/
.rectangle-box-privacy {
    background-color: #ffffff26;
    padding: 30px 90px;
    width: clamp(995px, 60%, 2500px);
    margin-top: 20px;
    position: relative;
    margin-left: 0;
    right: 0;
    z-index: 1;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: flex-end;
}

.text-rectangle-privacy {
    color: #fff;
    margin: 0;
    width: 60%;
    font-weight: 700;
    font-size: 40px;
}

.img-col-privacy {
    position: relative;
    z-index: 2;
}

.img-privacy {
    max-width: 80%;
    margin-top: -200px;
}

.text-box-privacy {
    max-width: 650px;
    width: 100%;
    padding: 20px;
    text-align: right;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.text-box-privacy p {
    text-align: right;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 24px;
}

.contenedor-padre-privacy {
    text-align: right;
    padding: 0 10px;
}

.contenido-privacy-seccion {
    max-width: 1000px; /* mismo ancho que la imagen */
    border: 2px solid #000; /* borde negro */
    box-shadow: 6px 6px 0px #cdf765; /* sombra verde en derecha e inferior */
    text-align: left; /* contenido alineado a la izquierda */
    position: relative;
    margin-top: -25px;
    background-color: #fff;
    z-index: 2;
    border-radius: 30px;
}

.titulo-privacy-seccion {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    text-align: center !important;
}

.subtitulo-privacy-seccion {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.texto-privacy-seccion {
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: 400;
    font-size: 20px;
    color: #303030e5;
}

.contenido-privacy-seccion ul {
    margin-left: 2rem;
    font-weight: 400;
    font-size: 20px;
}

.texto-privacy-seccion span {
    color: #004846;
    font-weight: 700;
}

/*=============================================================================
FOOTER
=============================================================================*/
.fondo-footer {
    background-color: #1d1d1b;
    color: #fff;
    border-radius: 30px;
}

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

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

.numero-footer {
    font-weight: 300;
    font-size: 18px;
}

.correo-footer {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

.correo-footer:hover {
    color: #bfff60;
}

.text-carrera-footer {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

.text-carrera-footer:hover {
    color: #bfff60;
}

.menu-footer .nav-link {
    color: #fff !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.menu-footer .nav-link:hover {
    color: #bfff60 !important;
}
/*=============================================================================
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
=============================================================================*/
/* 3840 x 2160 */
@media (max-width: 3840px) {
    .text-rectangle {
        width: 100%;
    }
}

/* 1920 x 1080 */
@media (max-width: 1920px) {
    .text-rectangle {
        width: 100%;
    }
}

/* 1600 x 900*/
@media (max-width: 1600px) {
    .text-rectangle {
        width: 100%;
    }
}

/* 1440 x 900 */
@media (max-width: 1440px) {
    .text-rectangle {
        width: 100%;
    }
}

/* 1280 x 800 */
@media (max-width: 1280px) {
    .text-rectangle {
        width: 100%;
    }

    .rectangle-box-us {
        padding: 30px 90px;
        /* max-width: 995px; */
        width: 75%;
    }

    .img-us {
        max-width: 70%;
        margin-top: -95px;
    }

    .contenedor-padre-us {
        margin-top: 20px;
    }

    .text-box-us p {
        font-size: 24px;
    }

    .mision-cards-container {
        width: 85%; /* O el porcentaje que necesites */
    }
}

/* 1024 x 800 */
@media (max-width: 1024px) {
    .card-title-sexta {
        font-size: 22px;
    }

    .titulo-sexta {
        font-size: 60px;
    }

    .texto-diferente {
        font-size: 35px;
    }

    .imagen-quinta-seccion {
        max-width: 910px;
    }
    .text-rectangle {
        width: 100%;
    }

    .text-box p {
        font-size: 20px;
    }
}

/* 990 x 1000 */
@media (max-width: 990px) {
    .text-container {
        margin-top: 30px;
    }

    .img-privacy {
        max-width: 95%;
        margin-top: -275px;
    }

    .navbar-social-icons {
        justify-content: center !important;
        margin-top: 15px;
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

    .titulo-sexta {
        font-size: 72px;
    }

    .cont-boton3 {
        text-align: center;
    }

    .columna-izquierda {
        margin-bottom: 20px;
    }
    .titulo-sexta {
        text-align: center;
    }

    .texto-quinta-seccion {
        font-size: 18px;
    }

    .titulo-quinta-seccion {
        font-size: 28px;
    }

    .imagen-quinta-seccion {
        max-width: 650px;
    }

    .title-mision,
    .title-vision {
        font-size: 35px;
    }

    .card-text-mision,
    .card-text-vision {
        font-size: 18px;
    }

    .card-text {
        font-size: 18px;
    }

    .card-title {
        font-size: 22px;
    }

    .text-rectangle {
        width: 100%;
    }

    .text-box p {
        font-size: 14px;
    }

    .text-content {
        margin-top: 20px;
    }

    .third-container {
        margin-top: 40px;
        padding: 80px 0 80px 0; /*top right bottom left*/
    }

    .third-container .text-container {
        padding: 30px 70px 30px 70px;
        /* horizontal | vertical | desenfoque | propagación | color */
        box-shadow: 15px 15px 0 0 #cdf765;
    }

    .mision-cards-container {
        width: 100%; /* O el porcentaje que necesites */
    }

    .service-card {
        flex: 1 1 45%;
    }

    .text-contact {
        padding-right: 20px;
    }

    .contact-form button {
        border-radius: 30px;
        padding: 10px 80px;
        font-size: 20px;
        font-weight: bold;
    }
}

/* 767 x 414 */
@media (max-width: 767px) {
    .segunda-seccion p {
        font-size: 1.2rem;
        padding: 0 15px; /* Espaciado lateral en móviles */
    }

    .segunda-seccion button {
        width: 100%; /* Botón ocupa todo el ancho en móviles */
        max-width: 250px; /* Limita tamaño máximo del botón */
    }

    .text-rectangle {
        width: 100%;
    }
}

/* 576 x 320 */
@media (max-width: 576px) {
    .menu-footer {
        flex-direction: column;
        align-items: center;
    }
    .text-content-vision p{
        text-align: center;
    }
    .parrafo-rectangle-mision-iconos {
        font-size: 16px;
    }
    .text-rectangle-mision-iconos {
        font-size: 28px;
    }
    .card-text-mission {
        text-align: center;
    }
    .title-mission {
        text-align: center;
    }
    .titulo-mission, .titulo-vission {
        text-align: center;
    }
    .text-rectangle-mision {
        font-size: 35px;
    }
    .text-container {
        margin-top: 30px;
    }
    .contenido-privacy-seccion ul {
        font-size: 14px;
    }

    .subtitulo-privacy-seccion {
        font-size: 18px;
    }

    .texto-privacy-seccion {
        font-size: 14px;
    }

    .text-rectangle-privacy {
        width: 100%;
        font-size: 30px;
    }

    .text-box-privacy p {
        font-size: 16px;
    }

    .img-privacy {
        max-width: 50%;
        margin-top: -25px;
    }

    .titulo-sexta {
        font-size: 45px;
    }

    .texto-quinta-seccion {
        font-size: 15px;
    }

    .titulo-quinta-seccion {
        font-size: 25px;
    }

    .imagen-quinta-seccion {
        max-width: 340px;
    }

    .text-rectangle {
        width: 100%;
        font-size: 30px;
    }

    .img-us {
        max-width: 50%;
        margin-top: -35px;
    }

    .contenedor-padre-us {
        margin-top: 0px;
    }

    .text-box-us p {
        font-size: 18px;
    }

    /* .rectangle-box-us {
        padding: 30px 50px;
        width: 100%;
    } */

    .text-content {
        margin-top: 20px;
    }

    .text-content p {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .third-container {
        margin-top: 40px;
        padding: 60px 13px 60px 13px; /*top right bottom left*/
    }

    .third-container .text-container {
        padding: 30px 40px 30px 40px;
    }

    .third-container .text-container p {
        font-size: 18px;
    }

    .mision-title {
        padding: 20px 80px;
    }

    .mision-cards-container {
        width: 90%;
        flex-direction: column; /* Apila las cards verticalmente */
        gap: 30px; /* Reducimos el espacio entre cards para móvil */
    }

    .info-box {
        padding: 35px 30px;
    }

    .info-box p {
        color: #303030;
        font-size: 18px;
    }

    .services-cards-container {
        width: 90%;
        flex-direction: column; /* Apila las cards verticalmente */
        gap: 30px; /* Reducimos el espacio entre cards para móvil */
    }

    .text-contact {
        padding-right: auto;
        text-align: center;
    }

    .form-container {
        padding: 50px 25px 50px 25px;
        margin-top: 30px;
        margin-bottom: 20px;
        width: 90%;
        margin-inline: auto;
    }

    .rectangle-box-us {
        padding: 30px 90px;
        /* max-width: 995px; */
        width: 100%;
    }

    .text-rectangle-us {
        color: #fff;
        margin: 0;
        width: 100%;
        font-weight: 700;
        font-size: 30px;
        padding-left: 20px;
    }
}

@media (max-width: 390px) {
    .titulo-rectangulos {
        max-width: 100%;
    }

    .text-rectangle-mision-iconos-verde {
        font-size: 20px;
    }
    .text-rectangle-mision-iconos {
        font-size: 20px;
    }
    .parrafo-rectangle-mision-iconos {
        font-size: 16px;
    }
    .rectangle-box-mision-iconos,
    .rectangle-box-mision-iconos-verde {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .rectangle-box-mision-iconos .icono-box,
    .rectangle-box-mision-iconos-verde .icono-box {
        margin-bottom: 15px; /* espacio entre icono y texto */
    }

    .rectangle-box-mision-iconos .texto-box,
    .rectangle-box-mision-iconos-verde .texto-box {
        text-align: center;
    }

    .card-text-mission {
        font-size: 18px;
        text-align: center;
    }
    .title-mission {
        font-size: 18px;
        text-align: center;
    }

    .titulo-impulsa {
        font-size: 24px;
    }
    .titulo-mission, .titulo-vission {
        text-align: center;
    }
    .text-container {
        margin-top: 30px;
    }

    .text-rectangle-mision {
        font-size: 18px;
    }

    .cont-responsive-segunda-seccion {
        margin-top: 30px;
    }

    .text-rectangle {
        font-size: 20px;
    }

    .imagen-quinta-seccion {
        max-width: 315px;
    }

    .img-us {
        max-width: 50%;
        margin-top: -35px;
    }

    .contenedor-padre-us {
        margin-top: 0px;
    }

    .text-box-us p {
        font-size: 18px;
    }

    /* .rectangle-box-us {
        padding: 30px 50px;
        width: 100%;
    } */

    .text-content {
        margin-top: 20px;
    }

    .text-content p {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .third-container {
        margin-top: 40px;
        padding: 60px 13px 60px 13px; /*top right bottom left*/
    }

    .third-container .text-container {
        padding: 30px 40px 30px 40px;
    }

    .third-container .text-container p {
        font-size: 18px;
    }

    .mision-title {
        padding: 20px 80px;
    }

    .mision-cards-container {
        width: 90%;
        flex-direction: column; /* Apila las cards verticalmente */
        gap: 30px; /* Reducimos el espacio entre cards para móvil */
    }
}

/* 375 x 320 */
@media (max-width: 375px) {
    .subtitulo-privacy-seccion {
        font-size: 14px;
    }
    .contenido-privacy-seccion ul {
        font-size: 14px;
    }

    .texto-privacy-seccion {
        font-size: 14px;
    }

    .text-box-privacy p {
        font-size: 14px;
    }

    .text-rectangle-privacy {
        width: 100%;
        font-size: 20px;
    }

    .img-privacy {
        max-width: 45%;
        margin-top: -20px;
    }

    .menu-footer {
        flex-direction: column;
        align-items: center;
        gap: 10;
    }

    .correo-footer {
        font-size: 15px;
    }

    .title-mision,
    .title-vision {
        text-align: center;
    }

    .card-text-mision,
    .card-text-vision {
        font-size: 14px;
        text-align: center;
    }
    .texto-diferente {
        font-size: 30px;
    }

    .titulo-sexta {
        font-size: 40px;
    }

    .imagen-quinta-seccion {
        max-width: 300px;
    }

    .titulo-quinta-seccion {
        font-size: 18px;
        text-align: center;
    }

    .texto-quinta-seccion {
        font-size: 14px;
        text-align: center;
    }

    .btn-home {
        margin: 0 auto !important;
    }

    .text-rectangle {
        width: 100%;
    }

    .text-box p {
        text-align: center !important;
    }

    .text-rectangle {
        font-size: 18px;
    }

    .img-home {
        max-width: 75%;
        margin-top: -25px;
    }
}

/* 320 x 320 */
@media (max-width: 320px) {
    .imagen-quinta-seccion {
        max-width: 245px;
    }

    .texto-diferente {
        font-size: 22px;
    }

    .titulo-sexta {
        font-size: 35px;
    }
}
/*
	@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 ) {}
*/
