.fondo-1 {
    width: 100%;
    display:flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bac_1.jpg') no-repeat center center fixed;
    background-size: cover;
    height:100vh;
    gap:20px;
    text-align:center;
}
@font-face {
    font-family: 'Adventures';
    src: url('../fonts/AdventuresUnlimited-ScriptRg.ttf') format('truetype');
}
@font-face {
    font-family: 'ivy';
    src: url('../fonts/ivy-presto-headline.otf') format('opentype');
}
.text-slide-1-1 {
    color:white;
    font-family: 'Adventures', sans-serif;
    font-size: 165px;
    font-weight: 500;
    
}
.text-slide-1-2 {
    color:white;
    font-family: 'ivy', sans-serif;
    font-size: 50px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 4px;
    
}
.text-slide-1-3 {
    margin-top:55px;
    color:white;
    width:100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 20px;
    
}
.logo-1 {
    display: block;
    margin: 0 auto;
    width: 280px;
    margin-top: 50px;
}
.glyphicon-chevron-left:before {
    content: none;
}
.glyphicon-chevron-right:before {
    content: none;
}
.chevronleft, .chevronright{
    width: 52px;
    border-radius: 46px;
    background-color: white;
    padding: 10px;
}

.proj-1-selector {
    font-family: 'Open Sans', sans-serif;
    display:flex;
    flex-direction: row;
    justify-content: center;
    gap: 60px;
}
.proj-1-sel {
    font-family: 'Open Sans', sans-serif;
    margin-top: 40px;
    padding: 20px 10px 20px 10px;
    border: solid;
    border-color: white;
    border-width: 6px 0px 6px 0px;
    font-size: 42px;
    cursor: pointer;
    color: white;
}
.fortunetest {
    background-color:black;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 40px;
    color: white;
    height: 80vh;
    width: 100%;
    
}
.triggerzone {
    width: 100%;
    padding: 60px 10%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#currentmodeltit {
    color:#393939;
    font-family: 'Open Sans';
    font-weight: 700;
    font-style:italic;
    font-size: 28px;
    
}
.titpresent {
    color:#393939;
    font-family: 'ivy', sans-serif;
    font-size: 48px;
    font-weight: 300;
    font-style: italic;
    
}
#currentmodel {
    color: #393939;
    font-family: 'Adventures', sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 90px;
    
}
.detailcontent {
    color:#393939;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 30px;
}
.cuadroespecifico {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:600px;
    margin: 40px 0px;
}
.reparteespecifico {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
.detailespecifico {
    color:#393939;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 24px;
}
.iconespecific {
    width:72px;
}
.planta1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.displayplanta {
    font-family:'Open Sans';
    color:#00a83d;
    font-size:30px;
    text-align:center;
    font-weight: 700;
}
.planta1-im {
    width: 800px;
    margin: 20px;
    padding: 20px;
    border-radius: 20px;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.chevronleft2, .chevronright2 {
    width: 78px;
    border-radius: 46px;
    background-color: white;
    padding: 10px;
}

.contenedor-centro {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
    margin-bottom: 50px;
}
.btn-custom {
    background-color: #00A83D;
    border-color: #00A83D;
    color: white;
    font-size: 18px;
    width: 360px;
    padding: 10px;
    border-radius: 30px!important;
}
.btn-custom:hover {
    background-color:  #00A83D;
    color: white;
    opacity: .5
}

.title-tour{
    font-family: 'Open Sans';
    font-weight: 700;
    font-style:italic;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #58595B;
}
.galeria{
    margin-top: 50px;
}
.gallery-img {
    width: 100%; /* Para que las imágenes se adapten */
    height: 200px; /* Tamaño uniforme */
    object-fit: cover; /* Recorte para encajar bien */
    margin-bottom: 15px; /* Espaciado entre imágenes */
    cursor: pointer; /* Indica que son clickeables */
}
/* Centrar el modal */
.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
}

/* Hacer el modal más grande */
.modal-lg {
    max-width: 90%;
    width: auto;
    max-height: 90%;
}


#modalImage {
    width: 100%;
    max-height: 80vh; 
    object-fit: contain;
}
.gallery-img {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.gallery-img:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

/* Botón de cierre en la esquina superior derecha */
.close-modal-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 40px;  
    height: 40px; 
    font-size: 25px;
    color: white;
    background: #00A83D;
    border: none;
    cursor: pointer;
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: background 0.3s;
}

.close-modal-btn:hover {
    background: rgba(0, 0, 0, 0.9);
}


.info{
    padding: 60px;
}
.info h3{
    color: #1AB050;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20pt;
    margin-bottom: 15px;
}
.info p{
    color: #58595B;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15pt;
}
.info p a{
    color: #58595B;
    font-size: 15pt;
}
@media (min-width: 1366px) and (max-width: 1600px) {
    .carousel-inner{
        height: 900px!important;
    } 
    .item{
        height: 900px;
    }
    .proj-1-sel {
        font-family: 'Open Sans', sans-serif;
        width: 350px;
        font-size: 30px;
    }
    .displayplanta {
        font-size: 30px;
        text-align:center;
        font-weight: 700;
        margin-top: -95px;
    }
    .contenedor-centro{
        margin-top: -200px;
    }
}
@media (max-width: 480px) {
    .tour-virtual{
        width: 95%!important;
        margin: 10px;
    }
    #myCarousel {
        height: 100vh;
    }
    .text-slide-1-1 {
        font-size: 90px;
        font-weight: 500;
    }
    .text-slide-1-2 {
        font-size: 30px;
        
    }
    .text-slide-1-3 {
        margin-top:55px;
        width:100%;
        font-size: 15px;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 20px;
        
    }
    .logo-1 {
        width: 250px;
        margin-top: 70px;
    }
    .proj-1-sel{
       font-family: 'Open Sans', sans-serif;
        margin-top: 40px;
        border-width: 4px 0px 4px 0px;
        font-size: 16px;
        cursor: pointer;
         padding: 10px 8px 10px 8px;
    }
    .chevronleft, .chevronright{
        width: 40px;
        border-radius: 46px;
        background-color: white;
        padding: 10px;
        margin-top: 60px;
    }
    #currentmodeltit {
        font-size: 22px;
    }
    .titpresent {
        font-size: 35px;
    }
    #currentmodel {
        font-size: 62px;
    }
    .detailcontent {
        font-size: 22px;
    }
    .detailespecifico {
        font-size: 16px;
    }
    .iconespecific {
        width: 45px;
    }
    .cuadroespecifico {
        display:flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 120%;
        padding: 0px;
        margin-left: -25px;
    }
    .reparteespecifico {
        margin-bottom: 20px;
    }
    #myCarousel2{
        height: 50vh;
    }
    .chevronleft2{
        width: 60px;
        margin-top: -30px;
    }
    .chevronright2{
        width: 60px;
        margin-top: -30px;
    }
    .planta1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .planta1-im {
        margin: 0px;
        padding: 20px;
        
    }
    .btn-custom {
        width: 96%;
        font-size: 18px;
        padding: 10px;
        margin: 10px;
    }
    .img-responsive{
        
        width: 100%;
        height: 90px;
        padding-right: 3px!important;
        padding-left: 3px!important;
    }
    .galeria-col{
        padding-right: 2px!important;
        padding-left: 2px!important;
    }
    .info{
        padding: 20px;
    }
    .info p{
        margin-top: 15px;
        font-size: 13pt;
    }
    .info h3{
        font-size: 18pt;
    }
     /* Aumentamos el tamaño del modal en móviles */
    .modal-dialog {
        width: 100% !important; /* El modal ocupa el 100% del ancho */
        height: 90% !important; /* El modal ocupa el 90% de la altura de la pantalla */
    }

    /* Hacemos la imagen dentro del modal más grande */
    #modalImage {
        width: 100% !important;
        height: auto; /* Deja que la altura se ajuste proporcionalmente */
    }
}