#main{
    background-image: url('../img/misionvisionfondo.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#logocab{
    width: 230px;
    display: block;
    margin-left: auto;
    margin-top: -30px;
}
.titlewhite{
    font-family: 'AvantGarde';
    font-size: 4.5em;
    font-weight: 700;
    color: white;
    text-shadow: 1px 2px 1px #00000087;
    margin-bottom: 15px;
    text-align: center;
}
.textwhite{
    color: white;
    font-weight: 500;
    text-align: justify;
    font-size: 1.5em;
    line-height: 1.2;
    text-shadow: 1px 2px 1px #00000087;
}
.divtext{
    padding: 0px 15%;
    justify-items: center;
    height: calc(100dvh - 260px);
    align-items: center;
}
.iconleftarrow{
    width: 80px;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
    display: inline-block !important;
    margin-right: 20%;
    cursor: pointer;
    margin-top: 7%;
}
.iconrightarrow{
    width: 80px;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
    display: inline-block !important;
    margin-left: 20%;
    cursor: pointer;
    margin-top: 7%;
    transform: rotate(180deg);
}
.divcontarrowright{
    text-align: right;
}
.divcontarrowleft{
    text-align: left;
}
.icontitle{
    display: inline-block !important;
    vertical-align: baseline;
    width: 150px;
}


@media only screen and (max-width: 1950px) {
  
}

@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: 3.5em;
        margin-bottom: 40px;
    }
    .icontitle {
        width: 125px;
    }
    .textwhite {
        font-size: 1.3em;
    }
    .iconleftarrow {
        margin-top: 3%;
    }
    .iconrightarrow {
        margin-top: 3%;
    }
    .divtext {
        height: calc(100dvh - 250px);
    }
}
@media only screen and (max-width: 1380px) {
    .titlewhite {
        font-size: 2.7em;
        margin-bottom: 40px;
    }
    #logocab {
        margin-bottom: 0;
    }
    .divtext {
        height: calc(100dvh - 230px);
    }
    .iconleftarrow {
        margin-top: 1%;
        width: 70px;
    }
    .iconrightarrow{
        margin-top: 1%;
        width: 70px;
    }
    
}

@media (min-width: 1340px) and (max-width: 1355px) and 
       (min-height: 590px) and (max-height: 610px) {
       
        /* .textwhite {
            font-size: 1.1em;
        } */
        #logocab {
            width: 160px;
        }
        .icontitle {
            width: 120px;
        }
}
@media only screen and (max-width: 1285px) {
    .titlewhite {
        /* font-size: 2.3em; */
        margin-bottom: 20px;
    }
    
    #logocab {
        margin-bottom: 0;
    }
   
    .textwhite {
        font-size: 1.2em;
    } 
    .icontitle {
        width: 100px;
    }
    .iconleftarrow {
        margin-top: 0%;
        width: 60px;
    }
  
}
@media only screen and (max-width: 1025px) {
    #logocab {
        width: 170px;
        margin-top: -5px;
    }
   
    .textwhite {
        font-size: 1em;
    }
    .titlewhite {
        font-size: 2em;
        margin-bottom: 20px;
    }
    .icontitle {
        width: 100px;
    }
    .iconleftarrow {
        width: 60px;
    }
    .iconrightarrow {
        width: 60px;
    }
   
}

@media only screen and (max-width: 961px) {
    #logocab {
        margin-bottom: 0;
    }
    .divtext {
        height: calc(100dvh - 200px);
        padding: 0px 12%;
    }
    .titlewhite {
        margin-bottom: 10px;
    }
    .textwhite {
        padding: 0px 10px;
    }
}

@media only screen and (max-width: 850px) {
    #logocab {
        width: 130px;
    }
    .titlewhite {
        font-size: 1.45em;
        margin-bottom: 10px;
    }
    .textwhite {
        font-size: 0.8em;
    } 
    .icontitle {
        width: 75px;
    }  
    .iconleftarrow {
        width: 45px;
    }
    .iconrightarrow {
        width: 45px;
    }
    .divtext {
        padding: 0px 10%;
    }
  
    
}

@media only screen and (max-width: 770px) {
    #main{
        background-position: top left;
    }
    #logocab {
        width: 145px;
        margin-top: 0;
        margin-bottom: 42px;
    }
    .titlewhite {
        font-size: 1.8em;
        margin-bottom: 25px;
        text-align: center;
    }
   
    .titlewhite {
        margin-top: 40px;
    }
    /* logo fijo movil */
    .scrollmovil{
        height: calc(100dvh - 150px);
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
    }
    .contentlogomovil{
        height: 50px;
        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;
    }
    
    .textwhite {
        font-size: 1em;
    } 

    .icontitle {
        width: 67px;
    }
    .titlewhite {
        margin-bottom: 15px;
    }
    
}
@media only screen and (max-width: 380px) {
  
   
    .titlewhite {
        font-size: 1.9em;
    }
    #logocab {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 320px) {
  
    .titlewhite {
        font-size: 1.6em;
    }
    .icontitle {
        width: 60px;
    }
    .iconleftarrow {
        width: 40px;
        margin-top: 0%;
    }
    .iconrightarrow {
        margin-top: 0%;
        width: 40px;
    }
    .textwhite {
        font-size: 0.9em;
        margin-bottom: 10px;
    }
}
