@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: 600px;
    height: 170px;
    color: white;
    font-size: 60px;
    text-align: left;
    position: relative;
    z-index: 2;
    margin-top: -41%;
    /* margin-left: 5%;*/
}

.title .t1-inicio {
    width: 600px;
    height: 170px;
    color: white;
    font-size: 60px;
    text-align: left;
    position: relative;
    z-index: 2;
    margin-top: -86%;
    margin-left: -12%;
}

.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: 600px;
    height: 170px;
    color: white;
    font-size: 70px;
    text-align: left;
    position: relative;
    z-index: 2;
    margin-top: 111%;
    margin-left: 5%;
}

.title .t4 {
    width: 600px;
    height: 170px;
    color: white;
    font-size: 50px;
    text-align: left;
    position: relative;
    z-index: 2;
    margin-top: -87%;
    margin-left: 9%;
}

.title .t5 {
    max-width: 100%;
    height: auto;
    color: white;
    font-size: 59px;
    text-align: left;
    position: relative;
    word-wrap: break-word;
    white-space: normal;
    top: -238%;
}

.inicio {
    width: 810px;
    height: 325px;
    color: white;
    font-size: 34px;
    text-align: justify;
    position: relative;
    z-index: 2;
    left: 115%;
    margin-top: -8%;
}

.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: 806px;
    height: 344px;
    color: white;
    font-size: 30px;
    text-align: justify;
    position: absolute;
    z-index: 2;
    left: calc(46vw + 30px);
    top: calc(50vh - 350px);
}

.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: 639px;
    height: 344px;
    color: white;
    font-size: 27px;
    text-align: justify;
    position: relative;
    z-index: 2;
    left: 161%;
    bottom: 66%;
}

.description-t4 {
    width: 616px;
    height: 266px;
    color: white;
    font-size: 22px;
    text-align: justify;
    position: relative;
    z-index: 2;
    left: 147%;
    bottom: 78%;
}

.description-t5 {
    width: 667px;
    height: 344px;
    color: white;
    font-size: 22px;
    text-align: justify;
    position: relative;
    z-index: 2;
    left: 152%;
    bottom: 64%;
}

.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 */
    /* display: none; */
}

.placa:hover {
    transform: translate(-50%, -50%) scale(1.5); /* Aumenta el tamaño al hacer hover */
    cursor: zoom-in;
}

.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: 15%;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.6s;
    left: 48%;
}

.controls .next {
    background: transparent;
    border: none;
    background-image: url('../iconos/ui/capa_1.svg');
    background-size: 38px 38px;
    position: absolute;
    bottom: 16.2%;
    right: 9.2%;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.6s;
    transform: rotate(180deg);
}

.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: 50%;
    transform: translateY(-50%);
    left: 5%;
    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: 8%;
    left: 70%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.gallery-placa {
    position: absolute;
    bottom: 8%;
    left: 70%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.imagen1 {
    width: 750px;
    height: 500px;
    border-radius: 10%;
    position: relative;
    margin-left: 32%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    top: 8%;
}

.imagen1 img,
.imagen2 img {
    height: 85%;
    width: 100%;
    /* object-fit: scale-down;*/
}

.imagen2 {
    width: 750px;
    height: 500px;
    border-radius: 10%;
    position: relative;
    margin-left: 139%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    top: -69%;
}

.imagen1 :hover {
    /* transform: scale(1.4); */
    z-index: 5000;
    transform: translate(50%, -10%) scale(1.5);
    cursor: zoom-in;
}

.imagen2:hover {
    /* transform: scale(1.4); */
    z-index: 5000;
    transform: translate(-50%, 10%) scale(1.5);
    cursor: zoom-in;
}

.gallery .imagen {
    width: 210px;
    height: 188px;
    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.4);
}

.gallery-placa .imagen-placa {
    width: 210px;
    height: 188px;
    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.4);
}

.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: 15%;
    right: 22%;
    /* 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;
}
