*{
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    margin:0px;
    padding: 0px;
    font-weight: bolder;
    color:#252525;
    font-size: 1em;
}

p{
    text-align: justify !important;
}

h2, h3{
    text-transform: uppercase !important;
}

hr{
    border:1px solid #c6c6c6;
}

:root{
    --inputBorderFocusColor: 2px solid #8ec8ff;
    --sombraFocus: 0 0 0 3px rgb(142 200 255 / 35%);
    --sombra2: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    --swiper-theme-color:#c76900 !important;
}

header{
    background-color: #fff;
    position: relative;
    overflow: hidden;
    height: 70px;
    z-index: 1;
    box-shadow: var(--sombra2);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

header div{
    display: inline-table;
    vertical-align: top;
    text-align: left;
    z-index: 1;
    position: relative;
    overflow: hidden;
    margin-left: 10px;;
}

header > div > img{
width: 100%;
    position:absolute;
}

header div a{
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 1.1em;
    color:#647252;
    text-decoration: none;
    margin-left: 10px;
    font-family: sans-serif !important;
    font-weight: 200 !important;

}

header div a img{
    width: 100%;
    height: 100%;
}


header ul{
    float:right;
    display: inline-table;
    vertical-align: top;
}

header ul li{
    display: inline-table;
margin:13px 10px;
}
header > ul > li > a{
    padding: 10px;
    color:#272a34;
    font-size: 1em;
    text-decoration: none;
    height: 34px;
    line-height: 34px;
    padding: 0px 20px;
    display: block;
    border:2px solid transparent;
    
    line-height: 32px;

} 
header > ul > li > a:hover{
    border:2px solid #c76900;
    color:#c76900;
    border-radius: 4px;
    transition: all 0.1s;
    
    line-height: 32px;

} 

header > ul > li > a:focus{
    border: var(--inputBorderFocusColor);
    box-shadow: var(--sombraFocus);
} 


.intranet{
    border:2px solid #c76900;
    color:#fff !important ;
    background-color: #c76900;
    border-radius: 4px;
    transition: all 0.1s;
    line-height: 32px;
    opacity: 0.7;
    position: relative !important;
}

.intranet::after{
    content: "";
    margin-left: 5px;
    width: 16px;
    height: 16px;
    background-image: url("../img/user.png;");
    background-repeat: no-repeat;
    position: absolute;
}
.intranet img{
    position: absolute;
    right: 0px;
    top: 10px;
    width: 20px;
    height: 20px;
}

.intranet:hover{
    opacity: 1;
}


.thumnails2{
    text-align: center;
    padding: 10px;

}

.thumnails3{
    text-align: center;
    padding: 10px;
    max-width: 1600px !important;
}


.thumnails-staff{
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: var(--sombra2);
    width: 250px;
    height: 200px;
    display: inline-table;
    padding: 10px;
    margin: 25px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.thumnails-staff:hover{
    transition: all .2s;
    transform:scale(1.1);
    cursor: pointer;
}


.thumnails-staff img{
    width:100% !important;
    height: 100% !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    width:200px !important;
    height: 200px !important;
}

.thumnails-staff a{
color:#0055aa;
text-decoration: none;
font-style: italic;
line-height: 25px;

}

.thumnails-staff h4{
    padding: 5px 0px;
    font-size: 1.5em !important;     
    margin-bottom: 0px !important;
}

.thumnails-staff strong{
    color: #fff !important;
    background-color: #c76900;
    padding: 10px 15px;
    display: inline-table;
}

/*Sostenibilidad*/
.thumnails-sostenibilidadBox{
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center !important;
    max-width: 1300px !important;

}

.thumnails-sostenibilidad{
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: var(--sombra2);
    max-width: 330px !important;
    width: 100%;
    display: inline-table;
    padding: 10px;
    margin: 25px;
   box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
 
}

.thumnails-sostenibilidad img{
    width:100% !important;
    height: 100% !important;
    background-color: #fff !important;
    /*border-radius: 50% !important;*/
    width:350px !important;
    height: 350px !important;
    margin-top:10px;
    border-radius: 0% !important;
}

.thumnails-sostenibilidad a{
color:#0055aa;
text-decoration: none;
font-style: italic;
line-height: 25px;

}

.thumnails-sostenibilidad h2{
    padding: 5px 0px;
    font-size: 1.5em !important;     
    margin-bottom: 0px !important;
}

.thumnails-sostenibilidad strong{
    color: #fff !important;
    background-color: #c76900;
    padding: 10px 15px;
    display: inline-table;
}

.dvFlex-sos01{
    height: 90px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    /*justify-content: center;*/

}

.dvFlex-sos02{
    height: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c76900;
}

.thumnails-sostenibilidad p{
    font-size:1.1em !important;
    text-align: justify;
    margin-top: 10px;
}

/*Fin sostenibilidad*/


/*Incio Valor Compartido*/

.dvNtValores {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

.dvNtValores div{
    margin:20px;
    color:#fff;
    font-size: 1.5em;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    width:200px;
    height:200px;
    border-radius:50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 1.3em;
}

.dvNtValor01{
    background-color: #530f7d;
    
}

.dvNtValor02{
    background-color: #b23492;
}

.dvNtValor03{
    background-color: #be1d5e;
}
/*Fin Valor Compartido*/



/*Inicio Stakeholders*/
.dvStakeholders02,
.dvStakeholders01{

    margin-top: 10px;
}
.dvStakeholders02 > div,
.dvStakeholders01 > div{
     width: 100% !important;

}

.dvStakeholders02 > div > div,
.dvStakeholders01 > div > div{
    
    display: inline-table;
    margin:15px;

}

.dvStakeholders01 > div > div > img{
    display: inline-table;
    width:240px;
    height:240px;
    border-radius:50%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}

.dvStakeholders02 > div > div > img{
    display: inline-table;
    width:180px;
    height:180px;
    border-radius:50%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.dvStakeholders02 h4,
.dvStakeholders01 h4{
    color: #fff !important;
    background-color: #c76900;
    margin-top: 10px;
    padding: 10px 15px;
    display: inline-table;
}


/*Fin stakeholders*/

/*Inicio Impacto*/
.dvImpactos{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
     width: 100% !important;
}

.dvImpactos div{
    margin:20px;
    color:#fff;
    font-size: 1.5em;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    width:200px;
    height:200px;
    border-radius:50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.dvImpacto01{
    background-color: #c76900;
    
}

.dvImpacto02{
    background-color: #346f1a;
}

.dvImpacto03{
    background-color: #0c635a;
}



/*Fin Impacto*/

/*Inicio Nuestra Misión*/
.dvNuestraMision{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: top;
    justify-content: center;
}

.dvNuestraMision div{
    margin: 10px;
    max-width: 460px;
    padding: 20px;
    text-align: center;
    display: inline-table;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    border-radius: 6px;
}

.dvNuestraMision div p{
    text-align: left;
    font-size: 1.2em !important;
}
/*Fin Nuestra Misión*/


/*Inicio Que hacemos*/
.dvCont-dvToDo{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
  
}

.dvContWrap{
    flex-wrap: wrap;
}


.dvCont-dvToDo > div{
    margin: 15px;
    width: 100%;
    max-width: 500px;
    padding: 15px;
    text-align: center;
    display: inline-table;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    border-radius: 6px;
}

.dvCont-dvToDo > div > div{
    display: flex;  
    height: 70px;    
    align-items: center; 
    justify-content: center;
    background-color: #c76900;
}

.dvToDo{
    width: 100%;
    max-width: none !important;
}


.dvCont-dvToDo > div > div > h3{
    width: 100%;
    margin:0px;

}

.dvCont-dvToDo div p{
    text-align: left;
    font-size: 1em !important;
}


.noPadding{
    padding: 0px !important;
    border-radius: 0 !important;
    flex-wrap: wrap;
}




/*Fin Que hacemos*/
.dvToDo02{
    max-width: 450px !important;
    display: block;
}

.dvToDo02 h2{
    font-size: 1.3em !important;
}




/**/
/**/
.efecto-parallax{
    height: 50px;;
}

.box1{
    padding: 20px;
    text-align: center;

}

.box1 > div{
    width: 100%;
    display: inline-table;
    text-align: center;
    max-width: 1100px;
    padding: 0px 10px;
}

.box1 h2{
    line-height: 175%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 2em;
    color: #c76900;
}

.box1 label{
    font-size: 1.1em;
    color: #c76900;
}

.box1{
    color: #272a34;
}

.box1 p{
    text-align: justify;
}

.box1 img{
    width: 300px;
    border-radius: 50%;
}

.box1 p{
    line-height: 175%;
    text-align: center;
}

.box2{
    background-color: #f1f3f4;
}

footer{
    padding: 35px 20px;
    background-color: #3e3e3e;
    overflow: hidden;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footerBox{
    color:#fff;
    width:40%;
    display: block;
    float:left;
    padding: 0px 10px;
    text-align: left;
} 

footer .footerBox h2{
    color:#fff;
    margin-bottom: 10px;
}

footer .footerBox2{
    width:20%;
}

footer ul li{
    color:#fff;
    text-align: left;
    list-style:none;
    line-height: 36px;
}
footer ul li a{
    color:#fff;
    text-align: left;
    text-decoration: none;
}


footer .footerBox iframe{
    padding: 0px 10px;
    max-width:400px;
    width: 100%;
    height: 300px;
} 


.dvPie{
    padding: 20px 0px;
    text-align: center;
    color:#fff;
    background-color: #252525;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.bgimg-1 {
    background-image: url("../img/bg1.jpg");
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgimg-1 div{
    text-align: center;

}
.bgimg-1 h2{
    font-size: 4em;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 60%);
}

.bgimg-1 span{
    font-family: sans-serif !important;
    font-weight: 400 !important;
    color:#fff;
    font-size: 1em;
}

.bgimg-2 {
    background-image: url("../img/Camiones/1.png");
}


.bgimg-3 {
    background-image: url("../img/background.jpg");
    height: 140px !important;
}

.bgimg-4 {
    background-image: url("../img/Camiones/2.png");
}

.bgimg-5 {
    background-image: url("../img/Camiones/3.png");
}

.bgimg-6 {
    background-image: url("../img/Camiones/4.png");
}

.bgimg-7 {
    background-image: url("../img/Camiones/5.png");
}

.bgimg-8 {
    background-image: url("../img/Camiones/6.png");
}

.bgimg-9 {
    background-image: url("../img/Camiones/7.png");
}





.bgimg-1, 
.bgimg-2, 
.bgimg-3, 
.bgimg-4,
.bgimg-5,
.bgimg-6, 
.bgimg-7,
.bgimg-8,
.bgimg-9 {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.form-container {
    max-width:1024px !important;
    width: 100%;
    text-align: left !important;
}

.left{
    text-align: left !important;
}

.left p{
    text-align: left !important;
}

.swiper {
    width: 100%;
    height: 700px;
    text-align: center;
  }


  .swiper-slide >div{
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;

}

.custom-input-file {
    background-color:#c76900;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 0;
    min-height: 15px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  
  .custom-input-file .input-file {
   border: 10000px solid transparent;
   cursor: pointer;

   margin: 0;
   opacity: 0;
   outline: 0 none;
   padding: 0;
   position: absolute;

  }

  .stInfo{
      padding: 10px 0px;
      position: relative;
      top: 10px;
  }

.Responsive-slide{
    display: none;
}

.dvNuestraMision div{
    max-width: none !important;
}


.back-quamer {
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(0.6rem);
    background-position: center;
    background-color: #f9f9f9;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
}

.landing-berit{
    z-index: 1;
}

.landing-berit h2{
    color:#fff;
}

.landing-berit img{
    max-width:400px;
    margin-bottom: 20px;
}

.landing-berit h2 span{
    color:#fff;
    background-color: #c76900;
    font-size: 2em;
    padding: 10px 25px;
}

.tittle-berit {
    color: #fff !important;
    background-color: #647252;
    font-size: 2em !important;
    padding: 10px 25px;
    display: inline-table;
}

.subtittle-berit {
    color: #fff !important;
    background-color: #c76900;
    font-size: 1.3em !important;
    padding: 10px 25px;
    margin-bottom: 10px;
}
.subtittle-berit02 {
    color: #fff !important;
    background-color: #c76900;
    padding: 5px 20px;
    margin-bottom: 10px;
    display: inline-table; font-size:1em !important;
}

p{
    font-size: 1.2em !important;
}

.dvDescription{
    margin: 10px;
    max-width: 1600px;
    padding: 20px;
    text-align: center;
    display: inline-table;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    border-radius: 6px;
}


#TituloAsesoria1,
#TituloAsesoria2,
#TituloAsesoria3{
    opacity: 1
}

/*
#TituloAsesoria1:hover,
#TituloAsesoria2:hover,
#TituloAsesoria3:hover{
    opacity: 1;
    cursor: pointer;
    transition: .2s all;
}
*/

#TituloAsesoria1{
}

#TituloAsesoria2{
    background-color: #0c635a;
}

    #TituloAsesoria2 h3{
        background-color: #0c635a;
    }

#TituloAsesoria3{
    background-color: #346f1a !important;
}

    #TituloAsesoria3 h3{
        background-color: #346f1a !important;
    }

/*asesorias*/
#Asesoria1,
#Asesoria2,
#Asesoria3{
    padding: 15px;
}


@media only screen and (max-width:1320px) {

    
}


@media only screen and (max-width:1023px) {
    header{
        height: auto;
    }
    
    header ul{
        display: block;
        text-align: left;
        position: relative;
        left: 0;
        width: 100%;
        margin: 0px;
        
    }
    
    header ul li{
        display: block;
        width: 100%;
        display: block;
        width: 100%;
        float: left;
        margin: 0px;
        border-bottom: 2px solid #fff;
        color:#fff;
        background-color: #c76900;
    }

    header ul li a,
    header ul li a:hover,
    header ul li a:focus
    {
        color:#fff;
    }
    .footerBox{
        padding: 10px 10px;
        width:100% !important;
        margin: 10px 0px;
    }
    .thumnails-flotas iframe{
        width: 100%;
        
    }
    .thumnails3{
        padding: 0px;
    }

    .thumnails-flotas{
        
        margin:10px 5px;
        max-width: 300px;
    }
    

    .box1{
        margin: 0px !important;
        padding: 0px 5px;
    }

    footer div{
        padding: 0px 15px;
    }

    *{
        flex-direction: column;
        align-items: center;
      }

    .box1{
        padding: 20px 10px;
    }
    .Responsive-slide{
        display: block;
        width: 100%;
        height: 450px;
    }

    .Responsive-slide h2{
        font-size: 1.5em !important;
    }

    .swiper {
        display: none;
    }

    .dvCont-dvToDo{
        padding: 0px 15px 10px 15px;
    }
    

    .dvCont-dvToDo > div, 
    .dvToDo02{
        width: 100%;
        max-width:none !important;
        margin:10px 0px;
    }
    .dvCont-dvToDoV2{
        width:100%;
        max-width: none !important;
        align-items: center !important;
        justify-content: center !important;
    }


}

@media only screen and (max-width:425px) {
    .Responsive-slide img{
        width:100%;
        padding: 0px 10px;
    }
}

