#btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-self: flex-end;
    width: 20%;
    height: 20%;
    background-color: #EE6133;
    color: white;
    font-family:Open Sans;
    text-decoration: none;
    font-size: 20px;
    font-weight: 650;
    transition: 0.5s;
}
#btn:hover{
    transform: scale(1.2);
    text-shadow: 
-2px -2px 0 #000,  
2px -2px 0 #000,  
-2px 2px 0 #000,  
2px 2px 0 #000,
0px -2px 0 #000,
0px 2px 0 #000,
-2px 0px 0 #000,
2px 0px 0 #000; 

}
#title{
font-size:30px;
font-family:Open Sans;
font-weight: 700;
color: white;
text-shadow: 
-2px -2px 0 #000,  
2px -2px 0 #000,  
-2px 2px 0 #000,  
2px 2px 0 #000,
0px -2px 0 #000,
0px 2px 0 #000,
-2px 0px 0 #000,
2px 0px 0 #000; 
margin-left: 2.5%;
}
#txt{
    align-self: flex-end;
    text-shadow: 
-2px -2px 0 #000,  
2px -2px 0 #000,  
-2px 2px 0 #000,  
2px 2px 0 #000,
0px -2px 0 #000,
0px 2px 0 #000,
-2px 0px 0 #000,
2px 0px 0 #000; 
font-size:24px;
font-family:Open Sans;
margin-right: 2.5%;
color: white;
}

.carousel-container{
    display: flex;
    overflow:hidden;
    flex-direction: column;

    width: 100%;
    height: 660px;
    position: relative;
}
.carousel-container .container-flecha{
    display: flex;
    width: 85px;
    height: 12.5%;
    z-index: 1;
    position: absolute;
    top: 42.5%;
    justify-content: center;
    align-items: center;
}
#flecha2{
    right: 0%;
}
.container-flecha .navi-z{
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    font-size:60px;
    cursor: pointer;
    transition:0.5s;
}
.navi-z:hover{
    background-color: rgba(0, 0, 0, 0.8);
border-radius: 0%;

}
.carousel-container .carrousel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-image: url(../img/portada.jpg);
    background-size: cover;
    background-position: center center;
    transition: 0.5s;


}
.carrousel .texto{
display: flex;
flex-direction: column;
align-self: flex-end;
justify-content: space-evenly;
width: 600px;
height: 220px;
font-size:20px;
margin-right: 6%;
margin-bottom: 8%;
transition: 0.5s;
}
.texto:hover{
    transform: scale(1.2);
}
.texto .line{
display: flex;
width: 55%;
height: 5px;
background-color: #EE6133;
border-radius: 2vw;
align-self: flex-end;
margin-right: 5%;

}
.carousel-container .carrousel1{
    display: flex;
position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/calle-95.jpg);
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
}
.carousel-container .carrousel2{
    display: flex;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url(../img/slide03.jpg);
    background-position: center center;
    position: absolute;
    opacity: 0; 
    transition: 0.5s;
    pointer-events: none;
}
.carousel-container .carrousel3{
    display: flex;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url(../img/slide01.jpg);
    background-position: center center;
    position: absolute;
    opacity: 0; 
    transition: 0.5s;
    pointer-events: none;
}
.container-esquemas{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 600px;
    align-items: center;
    
}
.container-esquemas .linea{
    display: flex;
    width: 95%;
    height: 5px;
    background-color: #EE6133;
    border-radius: 2vw;
}
.container-esquemas .container-navs{
    display: flex;
    width: 100%;
    height: 50%;
    
}
.container-navs .nav-container{
    display: flex;
    width: 25%;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;

}
.nav-container .img{
    display: flex;
    width: 70%;
    height: 55%;
    transition: 0.5s;
    border-radius: 5px;
    background-color: rgba(212, 221, 219, 0.877);
}
.img:hover{
    transform: scale(1.18);
    cursor: pointer;
} 

.nav-container .desc{
    display: flex;
    width: 90%;
    height: 30%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
}
.container-esquemas .second-mid{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 49.2%;
}
.second-mid .put-title{

display: flex;
width: 100%;
height: 15%;
justify-content: center;
align-items: center;
font-family: Open Sans;
font-weight: 600;
font-size: 24px;
text-align: center;
}
.second-mid .container-quality{
    display: flex;
    width: 100%;
    height:85%;

}
.container-quality .put-quality{
    display: flex;
    width:20%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    font-size: 65px;
}
.put-quality .number{
    font-size: 22px;
    font-weight: 700;
}
.put-quality .description{
    font-size: 20px;
    font-family: Open Sans;
    text-align: center;
    width: 90%;
    height: 25%;

}
.put-quality .star{

    transition: 0.5s;
}
.star:hover{
    color: red;
    transform: scale(1.2);
    transform: rotateY(180deg);
}
.see{
    opacity: 1 !important;
    pointer-events: auto;
  
}
.remove{
 opacity: 0 !important;
  
}
.container-solicitudes{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
}
.container-solicitudes .container-mid{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;
    width: 850px;
    height: 90%;
    border: solid #EE6133;
    border-radius: 10px;
}
#bts{
    width: 30%;
    height: 90%;
    font-size: 18px;
    background-color: #EE6133;
    color: white;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.container-mid .put-image{
display: flex;
width: 28%;
height: 90%;

}
.container-mid .put-description{
    display: flex;
    width: 65%;
    height: 70%;
    flex-direction: column;
}
.put-description .description{
display: flex;
width: 100%;
height: 80%;
font-size: 24px;
align-items: center;
justify-content: center;
text-align: center;

}
.put-description .may-btn{
    display: flex;
    width: 100%;
    height: 20%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media(max-width:1500px){
    .nav-container .img{
        display: flex;
        width: 70%;
        height: 47%;
        transition: 0.5s;
        border-radius: 14px;
    }
    .put-quality .description{
        font-size: 17px;
        font-family: Open Sans;
        text-align: center;
        width: 90%;
        height: 25%;
    
    }

}
@media(max-width:1100px){
    .nav-container .img{
        display: flex;
        width: 70%;
        height: 41%;
        transition: 0.5s;
        border-radius: 14px;
    }
    .put-quality .description{
        font-size: 14px;
        font-family: Open Sans;
        text-align: center;
        width: 90%;
        height: 25%;
    
    }
    

}
@media(max-width:840px){
    .nav-container .img{
        display: flex;
        width: 60%;
        height: 65%;
        transition: 0.5s;
        border-radius: 14px;
    }
    .container-esquemas{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 2000px;
    }
    .container-esquemas .container-navs{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 80%;
    }
    .container-navs .nav-container{
        display: flex;
        width: 100%;
        height: 25%;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: column;
    }
    

}
@media(max-width:655px){ 
    .second-mid .container-quality{
        display: flex;
        flex-direction: column;
        width: 100%;
        height:85%;
    
    }
    .container-quality .put-quality{
        display: flex;
        width:100%;
        height: 20%;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        font-size: 40px;
        overflow: hidden;
    }
    .put-quality .number{
        font-size: 14px;
        font-weight: 700;
    }
    .put-quality .description{
        font-size: 17px;
        font-family: Open Sans;
        text-align: center;
        width: 90%;
        height: 25%;
    
    }
      .nav-container .img{
    display: flex;
    width: 75%;
    height: 65%;
    transition: 0.5s;
    border-radius: 14px;
}
    .carousel-container .carrousel{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        transition: 0.5s;
    
    
    }
    .carrousel .texto{
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: space-evenly;
    width: 98%;
    height: 70%;
    font-size:20px;
    margin-right: 0%;
    margin-bottom: 0%;
    transition: 0.5s;

    }
    .texto:hover{
        transform: scale(1);
    }
    .texto .line{
    display: flex;
    width: 55%;
    height: 5px;
    background-color: #EE6133;
    border-radius: 2vw;
    align-self: center;
    margin-right: 0%;
    
    }
    #btn{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        align-self: center;
        width: 28%;
        height: 20%;
        background-color: #EE6133;
        color: white;
        font-family:Open Sans;
        text-decoration: none;
        font-size: 20px;
        font-weight: 650;
        transition: 0.5s;
    }
    #btn:hover{
        transform: scale(1.2);
        text-shadow: 
    -2px -2px 0 #000,  
    2px -2px 0 #000,  
    -2px 2px 0 #000,  
    2px 2px 0 #000,
    0px -2px 0 #000,
    0px 2px 0 #000,
    -2px 0px 0 #000,
    2px 0px 0 #000; 
    
    }
    #title{
    font-size:30px;
    font-family:Open Sans;
    text-align: center;
    font-weight: 700;
    color: white;
    align-self: center;
    text-shadow: 
    -2px -2px 0 #000,  
    2px -2px 0 #000,  
    -2px 2px 0 #000,  
    2px 2px 0 #000,
    0px -2px 0 #000,
    0px 2px 0 #000,
    -2px 0px 0 #000,
    2px 0px 0 #000; 
    margin-left: 0%;
    }
    #txt{
        align-self: center;
        text-shadow: 
    -2px -2px 0 #000,  
    2px -2px 0 #000,  
    -2px 2px 0 #000,  
    2px 2px 0 #000,
    0px -2px 0 #000,
    0px 2px 0 #000,
    -2px 0px 0 #000,
    2px 0px 0 #000; 
    font-size:24px;
    font-family:Open Sans;
    margin-right:0%;
    text-align: center;
    color: white;
    
    }

    @media(max-width:590px){
        .put-quality .description{
            font-size: 15px;
            font-family: Open Sans;
            text-align: center;
            width: 90%;
            height: 25%;
        
        }
        
           
    
    
    }
@media(max-width:455px){
    .nav-container .img{
        display: flex;
        width: 90%;
        height: 65%;
        transition: 0.5s;
        border-radius: 14px;
    }
       


}

@media(max-width:519px){
    .put-quality .description{
        font-size: 11px;
        font-family: Open Sans;
        text-align: center;
        width: 90%;
        height: 25%;
    
    }}
}
