/* @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: #a3d100;
    --color-blue-t: #2e1a65;
    --color-light-gray: #bbc2dc;
}
/*=============================================================================
GENERAL
=============================================================================*/
body {
    overflow-x: hidden;
    position: relative;
    font-family: "Noto 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: white;
    padding: 20px;
}
/* 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: white;
    border-bottom: 1px solid transparent;
}
.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #a3d100;
    /* border-color: white; */
}
/* 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;
    color: black;
}

.fondoMenuTijuana {
    background-color: #2e1a65 !important;
}

.navbar-toggler {
    background-color: white;
    border-color: white !important;
}
/*=============================================================================
HOME
=============================================================================*/
.custom-imageTijuana {
    width: 100%;
    height: 90vh;
    padding: 0 0 150px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    background-color: #a3d100;
    clip-path: ellipse(100% 90% at 50% 0%);
}

.logoTijuanaColor {
    max-height: 400px;
}

.textoLimit {
    /* max-width: 1000px; */
    margin: 0 auto;
    text-align: start;
    /* padding: 0 20px; */
    font-weight: 600;
    font-size: 17px;
}

/* Contenedor centrado del contenido */
.tituloHomeTijuana {
    margin-top: 0;
    color: #262626;
}

/* Título con espacio */
.tituloHomeTijuana h1 {
    max-width: 55%;
    margin-bottom: 2rem;
    text-align: end;
}

.imagenRedondeada {
    border-radius: 20px; /* ajusta el valor a tu gusto */
}

/* Botón personalizado */
.custom-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: black;
    color: #fff;
    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: #fff;
}

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

.container-custom {
    position: relative;
}

.contenido-flotante {
    background-color: #bbc2dc;
    padding: 40px 30px;
    border-radius: 16px;
    max-width: 450px;
    width: 90%;
    margin-top: -310px; /* Flota hacia arriba para "encajar" entre secciones */
    z-index: 10;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
        rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.icono-flotante {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.icono-bg {
    /* background-color: #e0e0e0; */
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.tituloFlotante {
    color: #2e1a65;
}

.parrafoFlotante {
    color: #2e1a65;
}

.botonFlotanteTij {
    background-color: #2e1a65;
    color: white;
    transition: background-color 0.3s ease;
    border-radius: 8px;
    width: 35%;
}

.botonFlotanteTij:hover {
    background-color: #2e1a65;
}

.parrafoTerceraSect {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
}

.tituloTerceraSect {
    font-weight: 700;
    font-size: 20px;
    color: #2e1a65;
}

.fondoCuartaSeccion {
    background-color: #bbc2dc;
    color: black;
}

.fondoSextaSeccion {
    background-color: white;
    color: black;
}

.custom-slider-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.custom-slider-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
}

.custom-slider-item {
    flex: 0 0 calc(100% / 3 - 20px); /* 3 elementos visibles con espacio */
    box-sizing: border-box;
}

.custom-card {
    background: #a3d100;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 25px;
    height: 100%;
    color: white;
}

.icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    flex-shrink: 0;
    color: black;
}

.fondoFormulario {
    background-color: #2e1a65;
    color: white;
}

.fondoBoton {
    background-color: #bbc2dc;
    color: white;
}

.fondoBoton:hover {
    background-color: #2e1a65;
    color: white;
}

.boxFormulario {
    width: 85%;
}

.custom-slider-container {
    overflow: hidden;
    position: relative;
}

.custom-slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
}

.custom-slider-item {
    flex: 0 0 calc(100% / 3 - 20px);
}

.custom-slider-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.custom-slider-indicators .indicator {
    width: 12px;
    height: 12px;
    background-color: #bbc2dc;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-slider-indicators .indicator.active {
    width: 30px;
    background-color: #2e1a65;
}

.tituloCard {
    color: #2e1a65;
}

.input-group-text {
    background-color: white !important;
    border-right: 0;
}

.form-control {
    border-left: 0;
}

.iconos-Input-Formulario {
    width: 17px;
    height: 17px;
}

.iconos-Redes-Sociales {
    width: 45px;
    height: 45px;
}

.iconos-Redes-Sociales + span {
    font-size: 1.3em;
}

.form-responsive-width {
    width: 75%;
}

.servicios {
    color: #2e1a65;
    font-weight: 700;
    font-size: 56px;
}

.titulo1 {
    font-weight: 800;
    font-size: 60px;
}

.resaltado {
    font-weight: 900;
    color: #000;
}

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

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

.titlesCards {
    font-weight: 600;
    font-size: 24px;
    /* width: 90%; */
}

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

.tituloQuintaSecc {
    font-weight: 700;
    font-size: 45px;
    color: #2e1a65;
}

.subtituloCard {
    font-weight: 700;
    font-size: 14px;
    color: #2e1a65;
}

.parrafoCard {
    color: #2e1a65;
    font-weight: 500;
    font-size: 16px;
}

.rectanguloUno {
    width: 100%;
    max-width: 1100px;
    min-height: 535px;
    background-color: #a3d100;
    border-radius: 8px;
    position: relative;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 30px 30px;
    box-sizing: border-box;
}

.rectanguloDos {
    width: 100%;
    background-color: #2e1a65;
    border-radius: 8px;
    position: absolute;
    top: -40px;
    left: -20px;
    z-index: 2;
    padding: 40px 30px;
    box-sizing: border-box;
}

.titulo1Sexta {
    color: #a3d100;
    font-weight: 700;
    font-size: 50px;
}

.subtituloSexta {
    font-weight: 700;
    font-size: 50px;
    color: #bbc2dc;
}

.parrafoSexta {
    font-weight: 400;
    font-size: 20px;
    color: white;
}

.bgNavSectHome {
    background-color: #a3d100;
    border-radius: 8px;
    padding: 20px 0;
}

.bgNavSectHome .col-6,
.bgNavSectHome .col-md-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.itemsNavbar {
    font-size: 20px;
    font-weight: 600;
    color: #2E1A65;
}
/*=============================================================================
FOOTER
=============================================================================*/
.bg-fondo-footer-Tijuana {
    background-color: #2e1a65;
    color: white;
    text-align: center;
}

.subtituloFooter {
    color: #a3d100;
    font-weight: 700;
    font-size: 16px;
}

.tituloFooter {
    color: #a3d100;
    font-weight: 800;
    font-size: 28px;
}

.texto-icono {
    font-size: 15px;
    font-weight: 700;
    color: white;
}

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

.derechos {
    color: white;
    max-width: 100%;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
}

.privacidad,
.calidad {
    color: white;
}

/* Estilos para segunda columna (menú de links) */
.footer-links a {
    text-decoration: none !important;
    color: inherit; /* conserva color actual */
}

.footer-links p {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links i {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    min-width: 12px;
}

.footer-links {
    width: 100%;
}

/* Asegura el alto consistente de cada columna */
.footer-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Segunda fila de párrafos - evita que el primer párrafo se baje */
.footer-bottom .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-bottom .row > div {
    display: flex;
    align-items: center;
}

.greater {
    color: #a3d100;
    font-size: 1rem;
}

.ir {
    color: white;
    display: inline-block;
    white-space: nowrap;
}

.texto-icono {
    max-width: 300px; /* Ajusta según el diseño */
    word-wrap: break-word;
    line-height: 1.4;
}

.logo-Tijuana-Footer {
    max-width: 200px;
}

.segunda-fila a {
    text-decoration: none;
    color: inherit;
}
/*=============================================================================
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;
}

.custom-banners {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}

.banner-text {
    font-weight: bolder;
}

.text-gray {
    color: var(--color-blue-t);
}

.text-green {
    color: var(--color-green);
}
.f-70 {
    font-size: 60px;
}

.cuadro-gris {
    background-color: var(--color-light-gray);
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    max-width: 607px;
    line-height: 40px;
    position: relative;
    top: -20%;
}

.b-round {
    border-radius: 10px;
}

.bg-image-cards {
    background-size: cover;
    background-position: center;
}

.bg-image-cards2 {
    background-size: cover;
    background-position: center;
    height: auto !important;
}

.filtro-negro-cards {
    background-color: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.bg-purple {
    background-color: var(--color-blue-t);
    box-shadow: 29px 23px 0px -2px rgba(163, 209, 0, 1);
    -webkit-box-shadow: 29px 23px 0px -2px rgba(163, 209, 0, 1);
    -moz-box-shadow: 29px 23px 0px -2px rgba(163, 209, 0, 1);
}

.bg-purple-sombra {
    background-color: var(--color-blue-t);
    box-shadow: 24px 23px 0px -2px rgba(163, 209, 0, 1);
    -webkit-box-shadow: 24px 23px 0px -2px rgba(163, 209, 0, 1);
    -moz-box-shadow: 24px 23px 0px -2px rgba(163, 209, 0, 1);
}

.c-button {
    background-color: #bbc2dc !important;
    color: var(--color-blue-t);
    border-radius: 10px !important;
}

.custom-form {
    border-radius: 10px !important;
}

.custom-purple-btn {
    background-color: #2e1a65 !important;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-size: 12px;
}

.text-justified {
    text-align: justify;
}
/*=============================================================================
MEDIA
=============================================================================*/
/* 3840 x 2160 */
@media (max-width: 3840px) {
   .custom-imageTijuana {
        height: 40vh;
    }
}

/* 1920 x 1080 */
@media (max-width: 1920px) {
    .contenido-flotante {
        margin-top: -200px;
    }
    .tituloHomeTijuana h1 {
        max-width: 60%;
    }

    .custom-imageTijuana {
        height: 60vh;
    }
}

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

/* 1440 x 900 */
@media (max-width: 1440px) {
    .contenido-flotante {
        margin-top: -200px;
    }

    .tituloHomeTijuana h1 {
        max-width: 90%;
    }

    .textoLimit {
        padding: 0 0;
    }


    .custom-imageTijuana{
        height: 90vh;
    }
}

/* 1280 x 800 */
@media (max-width: 1280px) {

    .contenido-flotante {
        margin-top: -250px;
    }

    .textoLimit {
        padding: 0 0;
    }

    .custom-imageTijuana {
        height: 110vh;
    }
}

/* estos media los agregue */
@media (max-width: 1234px) {
    .tituloHomeTijuana h1 {
        max-width: 95%;
    }
}

@media (max-width: 1170px) {
    .tituloHomeTijuana h1 {
        max-width: 95%;
        font-size: 55px;
    }
}

@media (max-width: 1120px) {
    .tituloHomeTijuana h1 {
        max-width: fit-content;
    }
}

@media (max-width: 1070px) {
    .bgNavSectHome {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .custom-imageTijuana {
        height: 55vh;
    }
    .tituloHomeTijuana h1 {
        max-width: fit-content;
        font-size: 50px;
    }
}

@media (max-width: 997px) {

    .subtituloSexta {
        font-size: 40px;
    }

    .cuadro-gris {
        top: -10%;
    }
}
/* estos media los agregue */

/* 990 x 1000 */
@media (max-width: 990px) {

    .bgNavSectHome {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .custom-imageTijuana {
        height: 75vh;
    }

    .footer-links {
        width: auto;
    }
    .derechos {
        white-space: normal;
    }

    .logo-Tijuana-Footer {
        max-width: 150px;
    }

    .rectanguloUno {
        min-height: 535px;
    }

    .tituloHomeTijuana h1 {
        margin-bottom: 30px;
        text-align: center;
        max-width: none;
        font-size: 30px;
    }

    .titulo1 {
        font-size: 40px;
    }

    .logoTijuanaColor {
        max-height: 200px;
    }

    .textoLimit {
        font-size: 16px;
        text-align: center;
    }
}

/* estos media los agregue */
@media (max-width: 880px) {
    .logo-Tijuana-Footer {
        max-width: 100px;
    }

    .rectanguloUno {
        min-height: 535px;
    }
}

@media (max-width: 874px) {
    .logo-Tijuana-Footer {
        max-width: 100px;
    }

    .rectanguloUno {
        min-height: 525px;
    }
}

@media (max-width: 830px) {
    .logo-Tijuana-Footer {
        max-width: 100px;
    }

    .rectanguloUno {
        min-height: 520px;
    }
}

@media (max-width: 824px) {
    .rectanguloUno {
        min-height: 550px;
    }
}
/* estos media los agregue */

/* 767 x 414 */
@media (max-width: 767px) {
    .bgNavSectHome {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .derechos {
        text-align: center !important;
    }
    .privacidad, .calidad {
        text-align: center !important;
    }

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

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

    .logo-Tijuana-Footer {
        max-width: 150px;
    }

    .titulo1Sexta {
        font-size: 40px;
    }

    .subtituloSexta {
        font-size: 30px;
    }

    .parrafoSexta {
        font-size: 16px;
        margin-bottom: 0 !important;
    }

    .rectanguloDos {
        padding: 30px 15px;
    }

    .rectanguloUno {
        padding: 80px 15px 30px;
    }

    .titulo1 {
        font-size: 30px;
    }

    .tituloHomeTijuana h1 {
        max-width: none;
        font-size: 40px;
        /* padding: 0 50px; */
    }

    .logoTijuanaColor {
        max-height: 150px;
    }

    .textoLimit {
        padding: 0 50px;
        margin-bottom: 40px;
    }

    .custom-slider-item {
        flex: 0 0 100%;
    }

    .fondoFormulario {
        padding: 3rem !important;
    }

    .form-responsive-width {
        width: 100%;
    }

    .footer-bottom .row > div {
        justify-content: flex-start;
    }
}

/* 576 x 320 */
@media (max-width: 576px) {
    .tituloHomeTijuana h1 {
        font-size: 30px;
    }
    .derechos {
        text-align: center !important;
    }
    .privacidad, .calidad {
        text-align: center !important;
    }

    .tituloFooter {
        text-align: center !important;
        margin-top: 30px;
    }

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

    .titulo1Sexta {
        font-size: 40px;
    }

    .subtituloSexta {
        font-size: 30px;
    }

    .parrafoSexta {
        font-size: 18px;
    }

    .rectanguloUno {
        min-height: 525px;
    }

    .textoLimit {
        margin-bottom: 100px;
    }

    .titulo1 {
        font-size: 28px;
    }

    .fondoFormulario {
        padding: 2rem !important;
    }
}

/* estos media los agregue */
@media (max-width: 560px) {
    .parrafoSexta {
        font-size: 16px;
    }

    .subtituloSexta {
        font-size: 25px;
    }

    .rectanguloUno {
        min-height: 515px;
    }
}

@media (max-width: 480px) {
    .titulo1Sexta {
        font-size: 30px;
    }

    .parrafoSexta {
        font-size: 16px;
    }

    .subtituloSexta {
        font-size: 22px;
    }

    .rectanguloUno {
        min-height: 500px;
    }
}

@media (max-width: 432px) {
    .rectanguloDos {
        top: -20px;
        left: -10px;
    }

    .custom-imageTijuana {
        height: 90vh;
    }

    .titulo1Sexta {
        font-size: 30px;
    }

    .parrafoSexta {
        font-size: 16px;
    }

    .subtituloSexta {
        font-size: 20px;
    }

    .rectanguloUno {
        min-height: 490px;
    }
}

@media (max-width: 400px) {
    .custom-imageTijuana {
        height: 100vh;
    }

    .derechos {
        text-align: center !important;
    }
    .privacidad, .calidad {
        text-align: center !important;
    }

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

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

    .titulo1Sexta {
        font-size: 30px;
    }

    .parrafoSexta {
        font-size: 16px;
    }

    .subtituloSexta {
        font-size: 18px;
    }

    .rectanguloUno {
        min-height: 490px;
    }
}
/* estos media los agregue */

/* 375 x 320 */
@media (max-width: 375px) {
    .rectanguloDos {
        top: -20px;
        left: -10px;
    }

    .parrafoFlotante {
        font-size: 12px;
    }

    .tituloFlotante {
        font-size: 18px;
    }

    .botonFlotanteTij {
        width: auto;
    }
    .itemsNavbar {
        font-size: 18px;
    }

    .footer-links {
        width: 100%;
    }

    .diaria {
        font-size: 14px;
    }

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

    .privacidad, .calidad {
        text-align: center !important;
    }

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

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

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

    .servicios {
        font-size: 40px;
        text-align: center !important;
    }

    .parrafoTerceraSect {
        font-size: 20px;
    }

    .titlesCards {
        width: 100%;
        text-align: center !important;
        margin-bottom: 30px;
    }
    .custom-imageTijuana {
        height: 100vh;
    }

    .titulo1Sexta {
        font-size: 30px;
    }

    .subtituloSexta {
        font-size: 18px;
    }

    .parrafoSexta {
        font-size: 15px;
    }

    .rectanguloUno {
        min-height: 480px;
    }

    .contenido-flotante {
        margin-top: 0px;
    }

    .fondoFormulario {
        padding: 1rem !important;
    }

    .boxFormulario {
        width: 100%;
        padding: 0;
    }

    .logoTijuanaColor {
        max-height: 300px;
    }

    .tituloHomeTijuana h1 {
        max-width: none;
        font-size: 22px;
        text-align: center;
    }

    .textoLimit {
        margin-bottom: 0;
        text-align: center;
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    .rectanguloUno {
        min-height: 530px;
    }

    .custom-imageTijuana {
        padding: 50px 0 40px 0;
    }
}

/*
	@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 ) {}
*/
