@media (min-width: 1450px) and (max-width: 1759px) {

    /* @media only screen and (min-width: 1280px) and (max-width: 1536px) { */
    @import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900&display=swap');

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Montserrat', sans-serif;
    }

    .title {
        width: 600px;
        height: 170px;
        color: white;
        font-size: 66px;
        text-align: left;
        position: relative;
        z-index: 2;
        margin-top: 90%;
        margin-left: 34%;
    }

    .title .t1 {
        width: 469px;
        height: 170px;
        color: white;
        font-size: 45px;
        text-align: left;
        position: relative;
        z-index: 2;
        margin-top: -46%;
        margin-left: -8%;
    }

    .title .t1-inicio {
        width: 600px;
        height: 170px;
        color: white;
        font-size: 60px;
        text-align: left;
        position: relative;
        z-index: 2;
        margin-top: -94%;
        margin-left: -19%;

    }

    .title .t2 {
        width: 600px;
        height: 170px;
        color: white;
        font-size: 70px;
        text-align: left;
        position: relative;
        z-index: 2;
        margin-top: -27%;
        margin-left: 5%;
    }

    .title .t3 {
        width: 565px;
        height: 170px;
        color: white;
        font-size: 50px;
        text-align: left;
        position: relative;
        z-index: 2;
        margin-top: 0;
        margin-left: -8%;
    }

    .title .t4 {
        width: 542px;
        height: 170px;
        color: white;
        font-size: 40px;
        text-align: left;
        position: relative;
        z-index: 2;
        margin-top: -74%;
        margin-left: 0%;
    }

    .title .t5 {
        max-width: 100%;
        height: auto;
        color: white;
        font-size: 60px;
        text-align: left;
        position: relative;
        word-wrap: break-word;
        white-space: normal;
        top: -430px;
        margin-left: -10%;

    }

    .inicio {
        width: 810px;
        height: 325px;
        color: white;
        font-size: 28px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 78%;
        margin-top: 0%;
    }

    .description {
        width: 577px;
        height: 344px;
        color: white;
        font-size: 22px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 170%;
        bottom: 50%;
    }

    .description-t1 {
        width: 630px;
        height: 344px;
        color: white;
        font-size: 25px;
        text-align: justify;
        position: absolute;
        z-index: 2;
        left: calc(50vw + 25px);
        top: calc(50vh - 200px);
    }

    .description-t2 {
        width: 577px;
        height: 344px;
        color: white;
        font-size: 22px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 170%;
        bottom: 30%;
    }

    .description-t3 {
        width: 600px;
        height: 344px;
        color: white;
        font-size: 20px;
        text-align: justify;
        position: absolute;
        z-index: 2;
        left: calc(50vw + 110px);
        top: calc(50vh - 200px);
        display: flex;
    }

    .description-t4 {
        width: 525px;
        height: 344px;
        color: white;
        font-size: 20px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 134%;
        bottom: 85%;
    }

    .description-t5 {
        width: 630px;
        height: 344px;
        color: white;
        font-size: 20px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 129%;
        bottom: 85%;
    }

    .description h3 {
        color: white;
        font-size: 30px;
    }

    .placa {
        width: 450px;
        height: 620px;
        position: absolute;
        top: 56%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform 0.3s ease-in-out;
        /* Agrega una transición suave */
    }

    .placa:hover {
        transform: translate(-50%, -50%) scale(1.2);
        cursor: zoom-in;
        z-index: 2000;
    }

    .placa img {
        width: 100% !important;
        height: 100% !important;
        object-fit: scale-down !important;
    }

    .carousel-images {
        display: flex;
        overflow: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        background-position: cover;
        background-repeat: no-repeat;
    }

    .carousel-images img {
        width: 100%;
        height: 100%;
        display: flex;
        position: absolute;
        overflow: hidden;
        /* background-size: cover; */
        object-fit: cover;
    }

    .controls {
        width: 90%;
        margin: 632px auto;
        padding: 67px 5%;
        display: flex;
        justify-content: center;
        overflow-x: auto;
        white-space: nowrap;
    }

    .controls .prev {
        background: transparent;
        border: none;
        background-image: url(../iconos/ui/capa_1.svg);
        background-size: 38px 38px;
        position: absolute;
        bottom: 22.3%;
        width: 36px;
        height: 36px;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.6s;
        left: 50%;
        z-index: 500;
    }

    .controls .next {
        background: transparent;
        border: none;
        background-image: url(../iconos/ui/capa_1.svg);
        background-size: 38px 38px;
        position: absolute;
        bottom: 23.2%;
        right: 3.9%;
        width: 36px;
        height: 36px;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.6s;
        transform: rotate(180deg);
        z-index: 500;
    }

    .linea {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 6.5%;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.3);
        width: 2px;
        height: 100%;
    }

    .carousel-dots {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 58%;
        transform: translateY(-50%);
        left: 4.6%;
        align-items: center;
    }

    .carousel-dots .dot {
        display: block;
        height: 30px;
        width: 30px;
        background-color: white;
        border-radius: 50%;
        margin-bottom: 70%;
        margin-top: 70%;
        cursor: pointer;
        transition: transform 0.3s ease;
        /* Transición suave */

        animation: pulsate 4s infinite;
    }

    @keyframes pulsate {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.5);
        }

        100% {
            transform: scale(1);
        }
    }

    .carousel-dots .dot:hover {
        transform: scale(1.5);
        /* Aumenta el tamaño en 1.5 veces */
        animation: none;
    }

    .active {
        height: 60px !important;
        width: 60px !important;
        background-color: white;
        background-image: url('../iconos/ui/iconoeventos.svg');
        background-position: center;
        background-size: 38px 38px;
        background-repeat: no-repeat;
    }

    .carousel-container {
        position: absolute;
    }

    .gallery {
        position: absolute;
        bottom: 16%;
        left: 74%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
    }

    .gallery-placa {
        position: absolute;
        bottom: 16%;
        left: 74%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
    }

    .imagen1 {
        width: 650px;
        height: 500px;
        border-radius: 10%;
        position: relative;
        margin-left: 22%;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
        top: 1%;
    }

    .imagen1 img,
    .imagen2 img {
        height: 75%;
        width: 100%;
        /* object-fit: scale-down;*/
    }

    .imagen2 {
        width: 650px;
        height: 500px;
        border-radius: 10%;
        position: relative;
        margin-left: 126%;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
        top: -69%;
    }

    .gallery .imagen {
        width: 195px;
        height: 160px;
        border-radius: 10%;
        position: relative;
        margin-right: 5%;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
    }

    .gallery .imagen:hover {
        transform: scale(1.2);
    }

    .gallery-placa .imagen-placa {
        width: 195px;
        height: 160px;
        border-radius: 10%;
        position: relative;
        margin-right: 5%;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
    }

    .gallery-placa .imagen-placa:hover {
        transform: scale(1.2);
    }

    .thumbnail {
        width: 80px;
        height: 60px;
        margin: 0 5px;
        cursor: pointer;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        padding-top: 14%;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        overflow: auto;
    }

    .modal-content {
        margin: auto;
        display: block;
        width: 700px;
        max-width: 100%;
        border-radius: 5%;
        overflow: hidden;
    }

    .contenido {
        width: 900px;
        height: 900px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .contenido img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }

    .close {
        position: absolute;
        top: 5%;
        right: 16%;
        /* color: #f1f1f1; */
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
        background-image: url(../iconos/ui/close-circle.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 1000;
    }

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }   

}

@media (min-width: 1200px) and (max-width: 1449px) {

    .title .t1-inicio {
        font-size: 45px;
        margin-top: -62%;
        margin-left: -12%;
    }

    .inicio {
        width: 600px;
        height: 325px;
        color: white;
        font-size: 26px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 102%;
        margin-top: -18%;
    }

    .title .t1 {
        width: 417px;
        height: 170px;
        color: white;
        font-size: 40px;
        text-align: left;
        position: relative;
        z-index: 2;
        margin-top: -57%;
        margin-left: -10%;
    }

    .description-t1 {
        width: 680px;
        height: 344px;
        color: white;
        font-size: 20px;
        text-align: justify;
        position: absolute;
        z-index: 2;
        left: calc(48vw + 0px);
        top: calc(50vh - 200px);
    }
    
    .placa {
        width: 320px;
        height: 500px;
        position: absolute;
        top: 56%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform 0.3s ease-in-out;
    }

    .placa:hover {
        transform: translate(-50%, -50%) scale(1.2);
        cursor: zoom-in;
        z-index: 2000;
    }

    .placa img {
        width: 100% !important;
        height: 100% !important;
        object-fit: scale-down !important;
    }

    .title .t3 {
        width: 450px;
        height: 170px;
        color: white;
        font-size: 40px;
        text-align: left;
        position: relative;
        z-index: 2;
        margin-top: -10%;
        margin-left: -12%;
    }

        .description-t3 {
        width: 470px;
        height: 170px;
        color: white;
        font-size: 20px;
        text-align: justify;
        position: relative;
        z-index: 2;
        margin-top: 10%;
        margin-left: -39%;
    }

    .gallery {
        position: absolute;
        bottom: 6%;
        left: 73%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
    }

    .gallery .imagen {
        width: 185px;
        height: 150px;
        border-radius: 10%;
        position: relative;
        margin-right: 5%;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
    }

    .gallery-placa {
        position: absolute;
        bottom: 6%;
        left: 73%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
    }

    .gallery-placa .imagen-placa {
        width: 185px;
        height: 150px;
        border-radius: 10%;
        position: relative;
        margin-right: 5%;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
    }

    .controls .prev {
        background: transparent;
        border: none;
        background-image: url(../iconos/ui/capa_1.svg);
        background-size: 38px 38px;
        position: absolute;
        bottom: 15.3%;
        width: 36px;
        height: 36px;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.6s;
        left: 47%;
    }

    .controls .next {
        background: transparent;
        border: none;
        background-image: url(../iconos/ui/capa_1.svg);
        background-size: 38px 38px;
        position: absolute;
        bottom: 16.2%;
        right: 2.9%;
        width: 36px;
        height: 36px;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.6s;
        transform: rotate(180deg);
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        padding-top: 14%;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        overflow: auto;
    }

    .modal-content {
        margin: auto;
        display: block;
        width: 700px;
        max-width: 100%;
        border-radius: 5%;
        overflow: hidden;
    }

    .contenido {
        width: 800px;
        height: 800px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .contenido img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }

    .close {
        position: absolute;
        top: 5%;
        right: 12%;
        /* color: #f1f1f1; */
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
        background-image: url(../iconos/ui/close-circle.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

    .title .t4 {
        width: 406px;
        height: 170px;
        color: white;
        font-size: 30px;
        text-align: left;
        position: relative;
        z-index: 2;
        margin-top: -63%;
        margin-left: 5%;
    }

    .imagen1 {
        width: 550px;
        height: 400px;
        border-radius: 10%;
        position: relative;
        margin-left: 22%;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
        top: -4%;

    }

    .imagen1 img,
    .imagen2 img {
        height: 75%;
        width: 100%;
        /* object-fit: scale-down; */
    }

    .imagen2 {
        width: 550px;
        height: 400px;
        border-radius: 10%;
        position: relative;
        margin-left: 118%;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
        top: -59%;
    }

    .description-t4 {
        width: 542px;
        height: 344px;
        color: white;
        font-size: 16px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 118%;
        bottom: 72%;
    }

    .title .t5 {
        max-width: 63%;
        height: auto;
        color: white;
        font-size: 41px;
        text-align: left;
        position: relative;
        word-wrap: break-word;
        white-space: normal;
        top: -220%;
        margin-left: -7%;
    }

    .description-t5 {
        width: 422px;
        height: 344px;
        color: white;
        font-size: 15px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 129%;
        bottom: 89%;
    }

    .carousel-dots {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 58%;
        transform: translateY(-50%);
        left: 4.9%;
        align-items: center;
    }

    .carousel-dots .dot {
        display: block;
        height: 25px;
        width: 25px;
        background-color: white;
        border-radius: 70%;
        margin-bottom: 70%;
        margin-top: 50%;
        cursor: pointer;
        transition: transform 0.3s ease;
        animation: pulsate 4s infinite;
    }

    @keyframes pulsate {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.5);
        }

        100% {
            transform: scale(1);
        }
    }

    .carousel-dots .dot:hover {
        transform: scale(1.5);
        /* Aumenta el tamaño en 1.5 veces */
        animation: none;
    }

    .active {
        height: 50px !important;
        width: 50px !important;
        background-color: white;
        background-image: url(../iconos/ui/iconoeventos.svg);
        background-position: center;
        background-size: 30px 30px;
        background-repeat: no-repeat;
    }

}

@media (min-width: 12000px) and (max-width: 14490px) {

    .title .t1-inicio {
        margin-top: -82%;
    }

    .inicio {
        width: 750px;
        height: 325px;
        color: white;
        font-size: 25px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 85%;
        margin-top: 0%;
    }

    .title .t1 {
        width: 448px;
        height: 170px;
        color: white;
        font-size: 43px;
        text-align: left;
        position: relative;
        z-index: 2;
        margin-top: -43%;
        margin-left: -8%;
    }

    .description-t1 {
        width: 400px;
        height: 344px;
        color: white;
        font-size: 20px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 163%;
        bottom: 28%;
    }

    .title .t3 {
        width: 565px;
        height: 170px;
        color: white;
        font-size: 50px;
        text-align: left;
        position: relative;
        z-index: 2;
        margin-top: 0%;
        margin-left: -8%;
    }

    .description-t3 {
        width: 576px;
        height: 170px;
        color: white;
        font-size: 21px;
        text-align: justify;
        position: relative;
        z-index: 2;
        margin-top: -8%;
        margin-left: -31%;
    }

    .close {
        position: absolute;
        top: 2%;
        right: 13%;
        /* color: #f1f1f1; */
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
        background-image: url(../iconos/ui/close-circle.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .title .t4 {
        width: 542px;
        height: 170px;
        color: white;
        font-size: 40px;
        text-align: left;
        position: relative;
        z-index: 2;
        margin-top: -60%;
        margin-left: 0%;
    }

    .imagen1 {
        width: 600px;
        height: 450px;
        border-radius: 10%;
        position: relative;
        margin-left: 22%;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
        top: 1%;
    }

    .imagen2 {
        width: 600px;
        height: 450px;
        border-radius: 10%;
        position: relative;
        margin-left: 126%;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
        top: -78%;
    }

    .description-t4 {
        width: 450px;
        height: 344px;
        color: white;
        font-size: 17px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 139%;
        bottom: 95%;
    }

    .title .t5 {
        max-width: 100%;
        height: auto;
        color: white;
        font-size: 60px;
        text-align: left;
        position: relative;
        word-wrap: break-word;
        white-space: normal;
        top: 36%;
        margin-left: -10%;
    }

    .description-t5 {
        width: 600px;
        height: 344px;
        color: white;
        font-size: 20px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 129%;
        bottom: 80%;
    }

}

@media (min-width:400px) and (max-width: 430px) {

    .title .t1-inicio,
    .title .t1,
    .title .t3,
    .title .t4,
    .title .t5 {
        margin-top: -52%;
        font-size: 30px;
    }

    .title .t1-inicio {
        margin-left: -12%;
    }

    .inicio {
        width: 90vw;
        height: 325px;
        color: white;
        font-size: 16px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 3%;
        margin-top: -8%;
    }

    .title .t1 {
        width: 86vw;
        height: 170px;
        color: white;
        text-align: left;
        position: relative;
        z-index: 2;
        margin-left: -25%;
        margin-top: -322px;
        font-size: 20px;
    }

    .description-t1 {
        width: 344px;
        height: 344px;
        color: white;
        font-size: 17px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 148%;
        bottom: 33%;
    }

    .placa {
        width: 320px;
        height: 300px;
        position: absolute;
        top: 66%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform 0.3s ease-in-out;
    }

    .placa:hover {
        transform: translate(-50%, -50%) scale(1.2);
        cursor: zoom-in;
        z-index: 2000;
    }

    .placa img {
        width: 100% !important;
        height: 100% !important;
        object-fit: scale-down !important;
    }

   .title .t3 {
        width: 90vw;
        height: 90px;
        color: white;
        text-align: left;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-145%, -80%);
        z-index: 2;
        font-size: 26px;
    }

    .description-t3 {
        width: 85vw;
        height: 170px;
        color: white;
        font-size: 13px;
        text-align: justify;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .gallery {
        position: absolute;
        bottom: 20%;
        left: 53%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        z-index: 10;
    }

    .gallery .imagen {
        width: 130px;
        height: 100px;
        border-radius: 10%;
        position: relative;
        margin-right: 5%;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
    }

    .controls .prev {
        background: transparent;
        border: none;
        background-image: url(../iconos/ui/capa_1.svg);
        background-size: 38px 38px;
        position: absolute;
        bottom: 10%;
        width: 36px;
        height: 36px;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.6s;
        left: 37%;
        z-index: 10;
    }

    .controls .next {
        background: transparent;
        border: none;
        background-image: url(../iconos/ui/capa_1.svg);
        background-size: 38px 38px;
        position: absolute;
        bottom: 10.5%;
        right: 38%;
        width: 36px;
        height: 36px;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.6s;
        transform: rotate(180deg);
        z-index: 10;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        padding-top: 14%;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        overflow: auto;
    }

    .modal-content {
        margin: auto;
        display: block;
        width: 700px;
        max-width: 100%;
        border-radius: 5%;
        overflow: hidden;
    }

    .contenido {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .contenido img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }

    .close {
        position: absolute;
        top: 80%;
        right: 46%;
        /* color: #f1f1f1; */
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
        background-image: url(../iconos/ui/close-circle.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 500;
    }

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

    .title .t4 {
        width: 85vw;
        height: 170px;
        color: white;
        text-align: left;
        position: relative;
        z-index: 2;
        margin-left: -25%;
        margin-top: -328px;
        font-size: 16px;
    }

    .imagen1,
    .imagen2 {
        display: none;
       
    }

    .gallery-2 {
        position: absolute;
        bottom: 15%;
        left: 53%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        z-index: 10;
    }

    .gallery-2 .imagen {
        width: 180px;
        height: 120px;
        border-radius: 10%;
        position: relative;
        margin-right: 5%;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
    }

    .description-t4 {
        width: 282px;
        height: 344px;
        color: white;
        font-size: 12px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 9%;
        top: -18%;
    }

    .title .t5 {
        max-width: 53%;
        height: auto;
        color: white;
        text-align: left;
        position: relative;
        word-wrap: break-word;
        white-space: normal;
        margin-left: -19%;
        margin-top: 117%;
    }

    .description-t5 {
        width: 322px;
        height: 344px;
        color: white;
        font-size: 15px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 9%;
        bottom: 56%;
    }

    .linea {
        display: flex;
        flex-direction: row;
        position: absolute;
        top: 22.5%;
        left: 0.5%;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.3);
        width: 100%;
        height: 2px;
    }
    
    .carousel-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                -webkit-flex-direction: row;
                flex-direction: row;
        position: absolute;
        top: 25.9%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 20%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
    }
    
    .carousel-dots .dot {
        display: block;
        height: 25px;
        width: 25px;
        background-color: white;
        border-radius: 50%;
        margin-right: 35px; /* Añadir margen derecho entre puntos */
        cursor: pointer;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        animation: pulsate 4s infinite;
    }
    
    /* Elimina el margen derecho del último punto */
    .carousel-dots .dot:last-child {
        margin-right: 0;
    }

    @keyframes pulsate {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.5);
        }

        100% {
            transform: scale(1);
        }
    }

    .carousel-dots .dot:hover {
        transform: scale(1.5);
        /* Aumenta el tamaño en 1.5 veces */
        animation: none;
    }

    .active {
        height: 50px !important;
        width: 50px !important;
        background-color: white;
        background-image: url(../iconos/ui/iconoeventos.svg);
        background-position: center;
        background-size: 30px 30px;
        background-repeat: no-repeat;
    }

}





@media (max-width: 399px) {

    .title .t1-inicio,
    .title .t1,
    .title .t3,
    .title .t4,
    .title .t5 {
        margin-top: -52%;
        font-size: 30px;
    }

    .title .t1-inicio {
        margin-left: -12%;
    }

    .inicio {
        width: 90vw;
        height: 325px;
        color: white;
        font-size: 16px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 3%;
        margin-top: -8%;
    }

    .title .t1 {
        width: 90vw;
        height: 90px;
        color: white;
        text-align: left;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-145%, -80%);
        z-index: 2;
        font-size: 22px;
    }

    .description-t1 {
        width: 85vw;
        height: 170px;
        color: white;
        font-size: 13px;
        text-align: justify;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .placa {
        width: 320px;
        height: 300px;
        position: absolute;
        top: 66%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform 0.3s ease-in-out;
    }

    .placa:hover {
        transform: translate(-50%, -50%) scale(1.2);
        cursor: zoom-in;
        z-index: 2000;
    }

    .placa img {
        width: 100% !important;
        height: 100% !important;
        object-fit: scale-down !important;
    }

  .title .t3 {
        width: 90vw;
        height: 90px;
        color: white;
        text-align: left;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-145%, -80%);
        z-index: 2;
        font-size: 26px;
    }

    .description-t3 {
        width: 85vw;
        height: 170px;
        color: white;
        font-size: 13px;
        text-align: justify;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .gallery {
        position: absolute;
        bottom: 20%;
        left: 53%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        z-index: 10;
    }

    .gallery .imagen {
        width: 130px;
        height: 100px;
        border-radius: 10%;
        position: relative;
        margin-right: 5%;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
    }

    .gallery-placa {
        position: absolute;
        bottom: 20%;
        left: 53%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        z-index: 10;
    }

    .gallery-placa .imagen-placa {
        width: 130px;
        height: 100px;
        border-radius: 10%;
        position: relative;
        margin-right: 5%;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
    }

    .controls .prev {
        background: transparent;
        border: none;
        background-image: url(../iconos/ui/capa_1.svg);
        background-size: 38px 38px;
        position: absolute;
        bottom: 10%;
        width: 36px;
        height: 36px;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.6s;
        left: 37%;
        z-index: 10;
    }

    .controls .next {
        background: transparent;
        border: none;
        background-image: url(../iconos/ui/capa_1.svg);
        background-size: 38px 38px;
        position: absolute;
        bottom: 10.5%;
        right: 38%;
        width: 36px;
        height: 36px;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.6s;
        transform: rotate(180deg);
        z-index: 10;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        padding-top: 14%;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        overflow: auto;
    }

    .modal-content {
        margin: auto;
        display: block;
        width: 700px;
        max-width: 100%;
        border-radius: 5%;
        overflow: hidden;
    }

    .contenido {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .contenido img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }

    .close {
        position: absolute;
        top: 80%;
        right: 46%;
        /* color: #f1f1f1; */
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
        background-image: url(../iconos/ui/close-circle.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 500;
    }

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

    .title .t4 {
        width: 85vw;
        height: 170px;
        color: white;
        text-align: left;
        position: relative;
        z-index: 2;
        margin-left: -25%;
        margin-top: -328px;
        font-size: 16px;
    }

    .imagen1,
    .imagen2 {
        display: none;
       
    }

    .gallery-2 {
        position: absolute;
        bottom: 15%;
        left: 53%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        z-index: 10;
    }

    .gallery-2 .imagen {
        width: 180px;
        height: 120px;
        border-radius: 10%;
        position: relative;
        margin-right: 5%;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
    }

    .description-t4 {
        width: 282px;
        height: 344px;
        color: white;
        font-size: 12px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 9%;
        top: -18%;
    }

    .title .t5 {
        max-width: 53%;
        height: auto;
        color: white;
        text-align: left;
        position: relative;
        word-wrap: break-word;
        white-space: normal;
        margin-left: -19%;
        margin-top: 117%;
    }

    .description-t5 {
        width: 322px;
        height: 344px;
        color: white;
        font-size: 15px;
        text-align: justify;
        position: relative;
        z-index: 2;
        left: 9%;
        bottom: 56%;
    }

    .linea {
        display: flex;
        flex-direction: row;
        position: absolute;
        top: 22.5%;
        left: 0.5%;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.3);
        width: 100%;
        height: 2px;
    }
    
    .carousel-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                -webkit-flex-direction: row;
                flex-direction: row;
        position: absolute;
        top: 25.9%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 20%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
    }
    
    .carousel-dots .dot {
        display: block;
        height: 25px;
        width: 25px;
        background-color: white;
        border-radius: 50%;
        margin-right: 35px; /* Añadir margen derecho entre puntos */
        cursor: pointer;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        animation: pulsate 4s infinite;
    }
    
    /* Elimina el margen derecho del último punto */
    .carousel-dots .dot:last-child {
        margin-right: 0;
    }

    @keyframes pulsate {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.5);
        }

        100% {
            transform: scale(1);
        }
    }

    .carousel-dots .dot:hover {
        transform: scale(1.5);
        /* Aumenta el tamaño en 1.5 veces */
        animation: none;
    }

    .active {
        height: 50px !important;
        width: 50px !important;
        background-color: white;
        background-image: url(../iconos/ui/iconoeventos.svg);
        background-position: center;
        background-size: 30px 30px;
        background-repeat: no-repeat;
    }

}