body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#infow{
    display: flex;
    width: 285px;
    height: 60px;
    position: fixed;
    background-color: #021725;
    color: white;
    bottom: 1%;
    right: 1%;
    z-index: 12;
    border-radius: 35px;
}

#ikon{
    display: flex;
    width: 20%;
    height: 100%;
    border-radius: 50%;
    border: solid black 1.58px;
}
#namez{
    display: flex;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    width: 80%;
    height: 95%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    
}
#ini{
    text-decoration: none;
    color: white;
    cursor: pointer;
    transition: 0.4s;
}
#ini:hover{
    
    color: rgba(255, 123, 0, 0.986);
}
#footer-copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 20%;
    color: white;
    font-family: Open Sans;
    font-size: 12px;
}
#icon{
    display: none;
    font-size: 40px;
    position: absolute;
    left: 85%;
    font-weight: 700;
    color: #006EA1;
    cursor: pointer;
}
.info-container{
    display: flex;
    width: 100%;
    height: 2.8rem;
    background-color: #025288;
    justify-content: end;
}
.info-container .info{
    display: flex;
   
    width: 32rem;
    height: 100%;
    
    margin-right: 3%;
    align-items: center;
    justify-content: space-evenly;
    font-family: Open Sans;
    font-size: 12.5px;
    color: white;
    font-weight: 400;
  
}
.container-nav-buttons{
    display: flex;
    width: 100%;
    height: 95px;
    transition: 0.5s;
justify-content: space-between;
align-items: center;
    border-bottom: #e5e5e5 solid 1px;
    overflow: hidden;
}
.container-nav-buttons .navegation-buttons{
    display: flex;
    width:50%;
    height:55%;
align-items: center;
    justify-content: space-evenly;

   
}
.navegation-buttons .navi{
    text-decoration: none;
    font-size: 16px;
    font-family: Raleway;
    color: #006EA1;
    font-weight: 600;
    transition: 0.5s;
}
.navi:hover{
color: black;
transform: scale(1.2);
}
.container-nav-buttons .logo{
display: flex;
width: 260px;
height: 65px;
margin-left: 4%;
position: relative;
transition: 0.5s;


}
.logo:hover{
    transform: scale(1.1);
}
.logo .img{
    display: flex;
    width: 100%;
    height: 100%;
}
.footer-container{
display: flex;
flex-direction: column;
width: 100%;
height: 285px;
background-color: #025288;
overflow: hidden;

}
.footer-container .mapping-container{
width: 100%;
height: 81%;
display: flex;
border-bottom: #e5e5e55d solid 1px;
justify-content: space-evenly;
overflow: hidden;
}
.mapping-container .container-letters{
    display: flex;
    flex-direction: column;
    width: 65%;
    height: 100%;


}
.container-letters .title{
    display: flex;
    text-align: center;
    justify-content: center;
  align-items: center;
    width: 100%;
    height: 20%;
    font-family: Raleway;
  color: white;
    font-size: 16px;
    font-weight: 550;
}
.container-letters .put-navs{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 80%;

}
.put-navs .nav{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 30%;
    height: 100%;
 
}
.nav .text{
    text-decoration: none;
    font-family: Open Sans;
    font-size: 15px;
    transition: 0.4s;
    color: white;
    text-align: center;
}
.text:hover{
    color: white;
   transform: scale(1.2);
}
.mapping-container .info-main-container{
    display: flex;
    flex-direction: column;
    width: 25%;
    height: 100%;
  
}
.info-main-container .litle{
    display: flex;
    text-align: center;
    justify-content: center;
  align-items: center;
    width: 100%;
    height: 20%;
    font-family: Raleway;
  color: white;
    font-size: 16px;
    font-weight: 550;
}
.info-main-container .infoz{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 80%;
    align-items: center;
    justify-content: space-evenly;
    font-family:Open Sans;
    font-size: 15px;
    color: white;
    text-align: center;
    
}
.fixed {
    position: fixed;

top: 0;
height: 85px !important;
z-index: 3;
background-color: white;
}
.fixed .navi{
    color: rgb(54, 54, 54);
}
.fixed .logo{
    transform: scale(0.9);
    top: 5%;

}

.mobile-container{
    display: none;
    flex-direction: column;
    width: 100%;
    height: 0px;
    overflow: hidden;
    background-color: rgb(230, 214, 186);
    transition: 0.5s;

   
}
.mobile-container .navegation{
display: flex;
width: 100%;
height: 20%;
border-bottom:1px rgba(182, 175, 175, 0.418) solid;
text-align: center;
align-items: center;
justify-content: center;
text-decoration: none;
color: black;
font-size: 15px;
font-family:Open Sans;
background-color: #f6f6f6;
transition: 0.2s;
overflow: hidden;
}
.navegation:hover{
color: #006EA1;
font-size: 20px;
}

@media(max-width:1450px){
    .container-nav-buttons .navegation-buttons{
        display: flex;
        width:75%;
        height:55%;
    align-items: center;
        justify-content: space-evenly;
        overflow: hidden;
    
       
    }
    .fixed .logo{
        top: 5%;
        }
}
@media(max-width:1002px){
    .mobile-container{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 0px;
        overflow: hidden;
        background-color: rgb(230, 214, 186);
        transition: 0.5s;
    
       
    }
    .deploy{

        height: 210px;
        border-bottom: 1px solid lightgray;
    
    }
    #icon{
        display: flex;
        font-size: 40px;
        position: absolute;
        left: 85%;
        font-weight: 700;
        color: #006EA1;
        cursor: pointer;
    }
    .info-container{
        display: flex;
        width: 100%;
        height: 2.8rem;
        justify-content: center;
    }
    .info-container .info{
        display: flex;
       
        width: 32rem;
        height: 100%;
        
        margin-right: 0%;
        align-items: center;
        justify-content: space-evenly;
        font-family: Open Sans;
        font-size: 12.5px;
        color: white;
        font-weight: 400;
      
    }
    .container-nav-buttons{
        display: flex;
        align-items: center;
        overflow: hidden;
        width: 100%;
        height: 102px;
    
        border-bottom: #e5e5e5 solid 1px;
    }
    .container-nav-buttons .logo{
    display: flex;
    width: 220px;
    height: 60px;
    margin-left: 4%;
    position: relative;
    bottom: 0%;
    }
    .container-nav-buttons .navegation-buttons{
        display:none;
        width:75%;
        height:55%;
    align-items: center;
        justify-content: space-evenly;
    }
    .fixed .logo{
        top: 0%;
        }
}
@media(max-width:650px){
    .footer-container{
        display: flex;
        
        width: 100%;
        height: 600px;
        margin-top: 0%;
        
        }
        .footer-container .mapping-container{
        width: 100%;
        height: 90%;
        display: flex;
        flex-direction: column;
        border-bottom: #e5e5e55d solid 1px;
        justify-content: space-evenly;
        overflow: hidden;
        }
        .mapping-container .container-letters{
            display: flex;
            flex-direction: column;
            width: 100%;
            height: 60%;
        
        
        }
        .mapping-container .info-main-container{
            display: flex;
            flex-direction: column;
            width: 100%;
            height: 40%;
            flex-wrap: wrap;
          
        }
        .info-main-container .infoz{
            display: flex;
            flex-direction: column;
          
            width: 100%;
            height: 80%;
            align-items: center;
            justify-content: space-evenly;
            font-family:Open Sans;
            font-size: 15px;
            color: #bfbfbf;
            text-align: center;

            
        }
    
      
    }
    @media(max-height:500px){
        .fixed {
            position: relative;
        
        top: 0;
        height: 85px !important;
        z-index: 3;
        background-color: white;
        }
    }
@media(max-width:450px){
    .info-container .info{
        display: flex;
       
        width: 32rem;
        height: 100%;
        
        margin-right: 0%;
        align-items: center;
        justify-content: space-evenly;
        font-family: Open Sans;
        font-size:2.4vw;
        color: white;
        font-weight: 400;
      
    }

}