#main{
  background-color: #DFF1F8;
}
#logocab{
    width: 230px;
    display: block;
    margin-left: auto;
    margin-bottom: 15px;
    margin-top: -30px;
}
.titlewhite{
    font-family: 'AvantGarde';
    font-size: 4em;
    font-weight: 700;
    color: #0266A7;
    margin-bottom: 30px;
}
.textwhite{
    color: #0266A7;
    font-weight: 700;
    text-align: justify;
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 15px;
}
.parrf{
    color: #0266A7;
    font-weight: 400;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    margin-bottom: 20px;
}
.divtext{
    padding: 0px 3%;
}
.imgproveedores{
   height: calc(100vh - 400px);
    margin: auto;
    display: block;
    margin-top: -100px;
    max-width: 100%;
}


@media only screen and (max-width: 1950px) {
    .divtext {
        padding: 0px 3%;
        padding-right: 0;
    }
    .imgproveedores {
        height: calc(100vh - 300px);
        margin-top: -100px;
    }
}

@media only screen and (max-width: 1690px) {
    #logocab {
        width: 200px;
        margin-top: -10px;
    }
    .titlewhite {
        font-size: 3.5em;
    }
   
}
@media only screen and (max-width: 1601px) {
    .titlewhite {
        font-size: 3.3em;
    }
}

@media only screen and (max-width: 1450px) {
    .titlewhite {      
        font-size: 3em;
        margin-bottom: 40px;
    }
    .textwhite {
        font-size: 1.2em;
    }
    .titlewhite {
        font-size: 2.8em;
    }
  
}
@media only screen and (max-width: 1380px) {
    .titlewhite {
        font-size: 2.5em;
    }
   
    #logocab {
        margin-bottom: 0;
    }
   
    .textwhite {
        font-size: 1.2em;
        margin-bottom: 13px;
    }
    .titlewhite {
        margin-bottom: 20px;
    }
    .parrf {
        color: #0266A7;
        font-weight: 400;
        text-align: left;
        font-size: 1em;
        line-height: 1.2;
        margin-bottom: 17px;
    }
    .imgproveedores {
        height: calc(100vh - 300px);
        margin-top: -60px;
    }
    
}

@media (min-width: 1349px) and (max-width: 1367px) and 
       (min-height: 590px) and (max-height: 610px) {
      
        .textwhite {
            font-size: 1.1em;
        }
        #logocab {
            width: 160px;
        }
        .parrf {
            font-size: 0.88em;
            margin-bottom: 13px;
        }
        .imgproveedores {
            height: calc(100vh - 250px);
            margin-top: -60px;
        }
        .titlewhite {
            margin-bottom: 17px;
        }
        .textwhite {
            margin-bottom: 15px;
        }
        #main {
            padding-top: 30px;
        }
        .divtext {
            padding: 0px 1%;
        }
}
@media only screen and (max-width: 1285px) {
    .titlewhite {
        font-size: 2em;
        margin-bottom: 15px;
    }
   
    #logocab {
        margin-bottom: 0;

    }
   
    .textwhite {
        font-size: 1em;
    }
    
    #logocab {
        margin-top: 0;
    }
    .textwhite {
        font-size: 1.1em;
        margin-bottom: 10px;
    }
    .parrf {
        font-size: 0.83em;
        margin-bottom: 10px;
    }
    .imgproveedores {
        height: calc(100vh - 350px);
        margin-top: -53px;
    }
    .imgproveedores {
        height: calc(100vh - 200px);
        margin-top: -45px;
    }
}
@media only screen and (max-width: 1025px) {
    #logocab {
        width: 170px;
        margin-top: -5px;
    }
    
    .textwhite {
        font-size: 1em;
    }
    .titlewhite {
        font-size: 2em;
        margin-bottom: 20px;
    }
   
}

@media only screen and (max-width: 961px) {
    #logocab {
        margin-bottom: 0;
    }
    .divtext {
        padding: 0px 2%;
        padding-right: 0;
    }
   
}

@media only screen and (max-width: 850px) {
    #logocab {
        width: 130px;
    }
    .titlewhite {
        font-size: 1.45em;
        margin-bottom: 10px;
    }
    .textwhite {
        font-size: 0.8em;
    }   
    
}

@media only screen and (max-width: 770px) {
  
    #logocab {
        width: 145px;
        margin-top: 0;
        margin-bottom: 42px;
    }
    .titlewhite {
        font-size: 1.6em;
        margin-bottom: 10px;
        text-align: center;
    }
   
    .titlewhite {
        margin-top: 50px;
    }
    /* logo fijo movil */
    .scrollmovil{
        height: calc(100dvh - 230px);
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
    }
    .contentlogomovil{
        height: 131px;
        position: relative;
    }
    #logocab {
        width: 145px;
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        right: 0;
    }
    /* fin logo fijo movil */
    .divtext {
        padding: 0px;
        padding-right: 0;
    }
    
    .titlewhite {
        text-align: left;
    }
    
    .textwhite {
        font-size: 0.9em;
    } 
   .ord2{
    order: 2;
   }
   .parrf {
        font-size: 0.8em;
        margin-bottom: 10px;
        text-align: justify;
    }
    .imgproveedores {
        height: auto;
        margin-top: 20px;
        width: 100%;
    }
    .iniparr{
        margin-top: 15px;
    }
}
@media only screen and (max-width: 380px) {  
 
    
    #logocab {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 320px) {
  
    .contentlogomovil {
        height: 145px;
    }
    .scrollmovil {
        height: calc(100dvh - 250px);
    }
}
