.banner {
    position: relative;
    width: 100%;
    height: 150px;;
    
    background: #263B80;
    padding: 0;
  }
.banner img{
    object-fit: scale-down;
}
.logo{
    position: absolute;
    top: 35%;
    right: 7%;

}
.logo_head{
    position: absolute;
    height: 75%;
    top: 20%;
    left: 17%;
}

.text-logo{
        position: absolute;
        left: 38%;
        top: 45%;
    }
.text-logo.es {
    left: 38%;
    height: 32%;
     
    }
.cloud_left{
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 0%;  ;
    left: 11%;
 
}
.middel_cloud{
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 33%;
    
}
.cloud_right{
    margin: 0;
    position: absolute;
    top: 12%;
    left: 49%;
}
.Description-mob{
    display: none;
}
.container-menus{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    right: 6vh;

}
/* phone styles */
@media only screen and (max-width: 480px) {
    .banner {
        position: relative;
        width: 100%;
        height: 130px;  ;
        
        background: #263B80;
        padding: 0;
        border-bottom-color: #dda846;
        border-bottom-width: 3px;
        border-bottom-style: solid;
      }
    .text-logo{
        display: none;
    }
    .logo{
        display:none
    }
    .cloud_left{
        display:none
        
     
    }
    .middel_cloud{
        display:none
      
        
    }
    .cloud_right{
        display:none
        
    }
    .logo_head{
        position: absolute;
        width: 50%;
        top: 27%;
        left: 4%;
    }
    .Description{
        display: none;
        
    
    }
    .Description-mob{
        object-fit: scale-down;
        display: block;
        flex-direction: column;
        position: absolute;
        top: 46%;
        /* height: 8vh; */
        width: 60%;
        right: 1%;
        
    }
    .Description-mob > div{
        display: block;
        font-family: "facundo";
        font-size: 100%;
        font-weight: bold;
        line-height: 100%;
        font-style: normal;
        text-align: left;
        left: 0;
        width: 100%;
        letter-spacing: -0,01vh;
        color: #F6CA65;
        margin-bottom: 0.5vh;
        }
    #sconde {
            top:3vh;
            left:8.2vh;
            margin-left: 0;
            margin-top: 0;
            padding-left: 30%;
        }
  }
  
/* Tablet styles */
@media only screen and (min-width: 481px) and (max-width: 820px){
    .banner {
        position: relative;
        width: 100%;
        height: 109.7px;;
        
        background: #263B80;
        padding: 0;
      }
    .logo{
        display: none;
        
        
    }
    
    .text-logo{
        position: absolute;
        left:33% ;
        width: 35%;
        height: 30%;
        top: 47%;
    }
    .text-logo.es {
        left:33% 
    }
    .logo_head{
        position: absolute;
        left: 10%;
        width:22%;
        height: 60%;
        top:30%;
        
    }
    .cloud_left{
        position: absolute;
        margin: 0;
        left: 0;
        width: 20%;
     
    }
    .middel_cloud{
        margin: 0;
        left: 25%;
        width: 30%;;
        top:auto;
        bottom: 0%;
        
    }
    .cloud_right{
        margin: 0;
        top: 25%;
        left : 50%;
        height: 60%;
        
    }
    .Description{
        left:33% ;
        width: 60%;
        display:flex;
        flex-direction: column;
        top: 45%;
        
    }
    .Description > div{
        display: block;
        font-family: "facundo";
        font-size: 100%;
        font-weight: bold;
        line-height: 100%;
        font-style: normal;
        text-align: left;
        left: 0;
        width: 100%;
        letter-spacing: -0,01vh;
        color: white;
        }
    #sconde {
            position: absolute;
            top:25%;
            margin-left: 0;
            margin-top: 0;
            padding-left: 10%;
        }
  }
/* Tablet styles */
@media only screen and (min-width: 821px) and (max-width: 1280px) {
    /* Add your CSS styles here */
    .banner {
        position: relative;
        width: 100%;
        height: 130px;
        
        background: #263B80;
        padding: 0;
      }
      .logo{
        position: absolute;
        width: 18%;
        height: 35%;
        top: 32.5%;
        right: 3%;
    
    }
      .logo_head{
        position: absolute;
        width: 20%;
        top: 30%;
        left: 11%;
    }
      .cloud_left{
        margin: 0;
        position: absolute;
        top: auto;
        bottom: 0%;
        left: 0.5%;
     
    }
    .middel_cloud{
        margin: 0;
        left: 25%;
        width: 25%;
        top:auto;
        bottom: 0%;
        
    }
    .cloud_right{
        margin: 0;
        top: 31%;
        left: 45%;
        width: 14%;
    
        
    }
    .text-logo{
        position: absolute;
        top: 50%;
        left: 32%;
        /*width: 27%;*/
        width: 34%;
        height: 33%;
    }
    .text-logo.es {
        left: 32%;
        height: 33%;
    }
    
  
  }
@media only screen and (min-width: 2053px){
    .cloud_right{
        margin: 0;
        position: absolute;
        top: 12%;
        left: 49%;
        
    }

}
  

