@media only screen and (max-width: 1000px) {
    .imgabout {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .botonflotante {
        bottom: 0px;  
    }
    .bannerinterior {
        
        background-size: cover;
        
    }
    .dropdown,.nav-link,#navbarTogglerDemo01 {
        text-align: center;
    }
    .dropdown-menu{
        width: 100%;
    }
    .dropdown-item{

        white-space: normal;
    }
    .cardgray {
        width: 100%;
    }
    .imgabout{
        height: 281px;
        background-size: cover;
    }
    .banner {
       height: 313px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 1;
        padding-top: 100px;
    }
    .banner {
        height: 313px;
        padding-top: 38px;
        padding-bottom: 100px;
    }
    .heder{
        padding: 0px;
    }
    .liniaR {
        margin-top: -13px;
    }
    
    .navbar-toggler{
        padding: 0px;
        width: 100%;
    }
    .navbar {
      
        padding: 3px;
    }
    .btm {
        width: auto;
        height: auto;
        
    }
    .backgroudmision {
        height: auto;
    }
    .img-tabs{
        width: 155px;
        height: 155px;
    }
    .cont-img-tabs {
        /* border: solid red; */
        height: auto;
        padding: 65px 81px;
    }
    .nav-tabs .nav-link, .nav-tabs .nav-link {
       
        font: normal normal normal 13px/21px 'Inter-Regular';
   
    }
    footer{
        height: 247px;
    }
}

@media only screen and (max-width:500px) {
    .imgabout {
        height: 194px;
        background-size: cover;
    }
   .hc-c .fa-arrow-right{
       display: none;
   }
}
@media only screen and (max-width:400px) {
    .imgabout {
        height: 182px;
        background-size: cover;
    }
   .hc-c .fa-arrow-right{
       display: none;
   }
}
@media only screen and (max-width:390px) {
    .imgabout {
        height: 165px;
        background-size: cover;
    }
   .hc-c .fa-arrow-right{
       display: none;
   }
}
@media only screen and (max-width:380px) {
    .imgabout {
        height: 173px;
        background-size: cover;
    }
   .hc-c .fa-arrow-right{
       display: none;
   }
}
@media only screen and (max-width:300px) {
    .imgabout {
        height: 120px;
        background-size: cover;
    }
   .hc-c .fa-arrow-right{
       display: none;
   }
}