
#main{
    width: 100vw;
    height: auto;
    font-family: "U-R";
    font-size: 1vw !important; 
}

section{
    width: 100vw;
    padding-bottom: 5% !important;
}

section span{
    width: 100%;
    height: 27vw !important;
    overflow: hidden;
}

#expand-photo {
    position: absolute;
    width: 5vw;
    height: auto !important;
    top: 21vw;
    left: 4vw;
    z-index: 1;
    overflow: visible;
}

#expand-photo img{
    width: 100%;
}

#expand-photo label {
    width: 190% !important;
    left: -36%;
    padding: 4% 9% !important;
    font-size: 130%;
    text-align: center;
    color: black;
    background-color: white;
    border-radius: 1vw;
}
/*section span:hover img{
    transform: scale(1.05);
}*/

section span a img{
    /*padding: 0 14% !important;*/
    width: 100%;
    height: auto;
    top: -92%;
}

#turquia #ev{
    height: auto !important;
    padding: 0 15% !important;
    margin-top: 5% !important;
    width: 75vw;
    left: 10.5vw;
}

/*#objetivos span img{
    top: -30%;
}*/

section h1{
    width: 100%;
    font-size: 150%;
    font-family: "U-B";
    padding: 3% 5% !important;
}

section h1:after{
    position: absolute;
    left: 5%;
    top: 65%;
    width: 4%;
    height: auto;
    background-color: transparent;
    content: '';
    display: block;
    visibility: visible;    
    font-family: "U-B";
    border-bottom: 0.5vw solid #3c9d36;
    
     border-radius: 1vw 1vw 1vw 1vw;
    -moz-border-radius: 1vw 1vw 1vw 1vw;
    -webkit-border-radius: 1vw 1vw 1vw 1vw;
}

section p,
section ul{    
    width: 100%;
    font-size: 110%;
    font-family: "U-R";
    padding: 0% 5% !important;
}

section ul{    
    padding: 0% 14% !important;
}

section ul li{
    width: 100%;
    height: 9vw !important;
    padding: 1% !important; 
    /*margin: 0% 2% !important;*/ 
    text-align: justify;
}

#ev img {
    left: 35%;
    width: auto;
    height: 55%;
    top: 15%;
}

.lsb-preview::after{
    content: '';
    background: url('../img/Ampliar\ imagen.png');
    position: absolute;
    bottom: 4%;
    left: 4%;
    object-fit: contain;
    aspect-ratio: 560/559;
    width: max(2.5rem,5vw);
    height: auto;
    background-size: max(2.5rem,5vw);
    border-radius: 50%;
    transition: 0.6s ease-in-out box-shadow;
}

.lsb-preview:hover::after{
    box-shadow: 0px 0px 4px 2px #233775;
}

@media screen and (max-width: 991px) and (orientation:portrait){
    section h1{
        padding: 5% !important; 
        font-size: 500%;
    }
    
    section h1:after{
        top: 80%;
        left: 5%;      
        width: 10%;
        border-bottom: 1.5vw solid #3c9d36;
    }
    
    section p,
    section ul{    
        width: 100%;
        font-size: 300%;
        font-family: "U-R";
        padding: 1% 5% !important;
    }
   
    section ul li{
        width: 100%;
        margin: 1% 0 !important;
    }
    
}


@media screen and (max-width: 991px) and (orientation:landscape){
    
   
    
}