@media screen and (max-width: 600px){
    .ocultar{
        display: none;
    }
}

@media screen and (min-width: 600px){
    .ocultar-m{
        display: none;
    }
}

.no-padding{
    padding-left: 0% !important;
    padding-right: 0% !important;
}

.with-padding{
    padding-left: 10% !important;
    padding-right: 5% !important;
}

.with-padding-alt{
    padding-left: 10% !important;
    padding-right: 20% !important;
}
.with-padding-alt-m{
    padding-left: 8% !important;
    padding-right: 8% !important;
}

.with-padding-alt2-m{
    padding-left: 8% !important;
    padding-right: 4% !important;
}

.with-padding-sec{
    padding-left: 5% !important;
    padding-right: 5% !important;
    padding-bottom: 5% !important;
}

.whit-padding-sec-m{
    padding-left: 3% !important;
    padding-right: 3% !important;
    padding-bottom: 5% !important;
}

.padding-12{
    padding: 20% 20%;
}

.padding-12-alt-sec{
    padding: 20% 10%;
}
.padding-12-alt-sec1{
    padding: 20% 18%;
}

.padding-12-alt-sec2{
    padding: 20% 50%;
}

.padding-12-sec{
    padding: 20% 10% 20% 40%;
}
.padding-12-alt{
    padding: 20% 5%;
}

.padding-12-alt1{
    padding: 10% 10% 30% 10%;
}
.padding-alt-sec{
    padding-top: 25%;
    padding-bottom: 10%;
}

.padding-alt-sec1{
    padding-top: 15%;
    padding-bottom: 10%;
}
.top{
    padding-top: 5%;
}

.top-sec{
    padding-top: 25%
}

.top-sec1{
    padding-top: 15%
}

.space{
    padding-top: 10% !important;
}

.space-alt{
    padding-bottom: 15% !important;
}

.space-alt1{
    padding-bottom: 5% !important;
}

.space-alt-sec{
    padding-bottom: 30% !important;
}

.space-alt-sec1{
    padding-bottom: 15% !important;
}

.space-alt-sec-m{
    padding-bottom: 60% !important;
}
.space-alt-sec1-m{
    padding-bottom: 35% !important;
}
.space-sec{
    padding-bottom: 5% !important;
}
.alt-space{
    padding-bottom: 2% !important;
}

.alt-space-m{
    padding-bottom: 5% !important;
}

.padding-lat{
    padding: 10% 18% 30% 18%;
}

.borde{
    border: 1px #000;
}

.modal-coockies{
    background-color: grey;
    padding: 20px;
    display: none;
    position: fixed;
    width: 100%;
    max-width: 100%;
    bottom: 0px;
}

.modal-coockies.activo{
    display: block;
}

.modal-title{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.modal-text{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.modal-text-alt{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 8px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.modal-space{
    padding-left: 70px !important;
}

.modal-link{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
}

.modal-link:hover {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: red;
    text-decoration: none;
}

.btn-white-coockies-m{
    color: #fff;
    display: block;
    text-decoration: none;
    border: 3px solid #eee;
    padding: 10px;
    background-color: transparent;
    border-color: #fff;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 13px;
    border-radius: 50px;
    margin: auto;
    text-align: center;
}
.btn-white-coockies-m:hover{
    color: gray;
    display: block;
    text-decoration: none;
    border: 3px solid white;
    padding: 10px;
    background-color: white;
    border-color: white;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 13px;
    border-radius: 50px;
    margin: auto;
    text-align: center;
}
/* HEADER */
.contain {
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
}

.header{
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.nav-men > a {
    font-family: 'Gantari', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    margin-right: 40px;
}

.nav-men > a:hover{
    color: red;
}

.header-background{
    color: black;
}

@media screen and (max-width: 767px) {
    .header, .header-background {
        display: none;
    }
}
/*Mobile*/
.mob-header {
    background-color: #000;
}

.mob-menu{
    height: 70px;
}
.mob-open, .mob-close{
    width: 30px;
    filter: invert(1);
}

.mob-logo__open{
    position: fixed;
    top: 15px;
    left: 30px;
}

.mob-open{
    position: fixed;
    right: 30px;
    top: 15px;
}

.mob-list{
    height: 100%;
    width: 100%;
    position: fixed;
    right: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 45px;
    background-image: url(img/mobile/home/MicrosoftTeams-image.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s
}

.mob-list__item{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #fff;

}

.mob-close{
    position: fixed;
    right: 30px;
    top: 15px;
    z-index: 5;
}

.mob-logo__close{
    position: fixed;
    left: 30px;
    top: 15px;
    z-index: 5;
}

.opened {
    opacity: 1;
}
.close{
    opacity: 0;
    display:none;
}

@media screen and (min-width: 767px) {
    .mob-header, .mob-menu {
        display: none;
    }
}
/* END HEADER*/

/* INDEX */
.experiencia-text{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.experiencia-text-m{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 39px;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.quienessomos-text{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 55px;
    letter-spacing: -0.05em;
    line-height: 1.2;
}

.quienessomos-bold{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 55px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.quienessomos-space{
    padding-top: 5%;
    padding-bottom: 10%;
}

.servicios-title{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 90px;
    color: #fff;
    letter-spacing: -0.05em;
    line-height: 1.2;
}

.servicios-text{
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    padding-top: 2%;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.equipo-space{
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.equipo-text{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 47px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.quienessomos-text-m{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #000;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.quienessomos-bold-m{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 39px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.servicios-p-m{
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    padding-top: 2%;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.equipo-text-m{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
/* END INDEX */

/* QUIENES SOMOS */
.riesgos-space{
    padding-top: 5%;
}

.riesgos-text1{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 70px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.riesgos-text2{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #fff;
    padding-top: 2%;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.soluciones-text1{
    font-family: 'Gantari', sans-serif;
    font-weight: 300;
    font-size: 50px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.soluciones-text2{
    font-family: 'Gantari', sans-serif;
    font-weight: 350;
    font-size: 23px;
    color: #000;
    padding-top: 2%;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.soluciones-text3{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 60px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.riesgos-text1-m{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.riesgos-text2-m{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24.5px;
    color: #fff;
    padding-top: 25px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.riesgos-space1{
    padding-bottom: 10% !important;
    padding-top: 20%;

}

.logo-text{
    width: 18%;
    height: 73%;
}

.logo-text-m{
    width: 70px
}

.logo-text-en{
    width: 70px
}

.soluciones-text1-m{
    font-family: 'Gantari', sans-serif;
    font-weight: 300;
    font-size: 21px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.soluciones-text1-en{
    font-family: 'Gantari', sans-serif;
    font-weight: 300;
    font-size: 17.9px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.soluciones-text2-m{
    font-family: 'Gantari', sans-serif;
    font-weight: 400;
    font-size: 16.5px;
    color: #000;
    letter-spacing: -0.02em;
    line-height: 1.5;
}

.soluciones-text3-m{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 29px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.soluciones-sec{
    background-image: url(img/web/quienes-somos/MicrosoftTeams-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.soluciones-sec1-m{
    background-color: #fff;
}

.soluciones-sec2-m{
    background-image: url(img/mobile/quienes-somos/ERB2-Banner-P02-o1-20230223.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fff;
}

.space-soluciones-sec{
    padding-top: 53%;
}
/* END QUIENES SOMOS */

/* SERVICIOS */
.sol-space{
    padding-top: 18%;
    padding-bottom: 22%;
    padding-left: 18%;
    padding-right: 18%;
}

.sol-text{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 55px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.sol-text-m{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
    padding-left: 4%;;
}

.sol-text-en{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 29px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
    padding-left: 4%;;
}

.sol-padding1-m{
    padding-left: 5% !important;
    padding-right: 10% !important;
    padding-bottom: 5% !important;
}

.sol-padding2-m{
    padding-top: 20% !important;
    padding-bottom: 50% !important;
}

.sol-padding3-m{
    padding-top: 25%;
    padding-bottom: 25%;
}

.intel-space{
    padding: 18% 10% 18% 40%;
}

.intel-text{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 50px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.servicio-text {
    font-family: 'Gantari', sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #000;
    padding-top: 2%;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.servicio-sub{
    font-family: 'Gantari', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.servicio-text-m{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #000;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.servicio-sub-m{
    font-family: 'Gantari', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #000;
    padding-top: 2%;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.servicios-desc-m{
    font-family: 'Gantari', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color:#000;
    letter-spacing: -0.02em;
    line-height: 1.4;
}
/* END SERVICIOS */

/* EQUIPO */
.eq-space1{
    padding-bottom: 25%;
}
.eq-space{
    padding: 10% 18% 20% 18%;
}

.eq-title{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 39.5px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.eq-text{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 95px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.eq-icon{
    width: 55px;
}
.equipo-space-m{
    padding-top: 20%;
    padding-bottom: 70%;
    padding-left: 8% !important;
    padding-right: 8% !important;
}

.eq-text-m{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 26px;
    color:#000;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.area-title-m{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.area-text-m{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.lider-title-m{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 25px;
    padding-bottom: 3%;
}

.lider-text-m{
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #000;
    letter-spacing: -0.02em;
    line-height: 1.4;
}

.lider-bold-m{
    font-family: 'Gantari', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #000;
    padding-bottom: 5px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
/* END EQUIPO */

/* EXPERIENCIA */
.cap-text{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 85px;
    color: #000;
    letter-spacing: -0.04em;
    line-height: 1.2;
}

.proy-space{
    padding-right: 5%;
}

.cl-text{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 39.5px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.sectores-title{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 65px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.sectores-text{
    color: #fff;
    font-family: 'Gantari', sans-serif;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.cap-text-m{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #000;
    letter-spacing: -0.02em;
    line-height: 1.1;

}

.cap-padding-m{
    padding-left: 0% !important;
    padding-right: 12% !important;
}

.proyectos-text-m{
    font-family: 'Inter', sans-serif;
    font-weight: 350;
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    padding-left: 12px;
    padding-right: 12px;
}

.exp-icon-m{
    width: 14%;
    margin-left: 3px !important;
}

.clientes-title-m{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-left: 5px !important;
}

.clientes-text-m{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.sectores-img{
    width: 100%;
    height: 100%;
}

.sectores-title-m{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 33px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
    padding-left: 10px;
    padding-right: 10px;
}

.sectores-text-m{
    font-family: 'Gantari', sans-serif;
    font-weight: 300;
    font-size: 19px;
    color: #fff;
    padding-top: 2%;
    letter-spacing: -0.01em;
    line-height: 1.4;
    padding-left: 10px;
    padding-right: 10px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: transparent;
    border: none;
}

#btn-back-to-top-m {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: transparent;
    border: none;
}

#btn-back-to-top:hover {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: transparent;
    border: none;
}
/* END EXPERIENCIA */

/* FOOTER */
footer{
    padding: 5% 0%;
}

.footer{
    color:#fff;
    background-color: #000;
}

.footer-m{
    color:#fff;
    background-color: #000;
}

.logo-footer{
    width: 264px;
    padding-bottom: 10%;
}

.f-text{
    font-family: 'Gantari', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

.f-link{
    color: #fff;
    text-decoration: none;
    font-family: 'Gantari', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.f-link:hover{
    color: red;
}

.f-text-m{
    font-family: 'Gantari', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
}

.f-link-m{
    color: #fff;
    font-family: 'Gantari', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
}

.f-link-alt-m{
    color: #fff;
    font-family: 'Gantari', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    text-decoration: none;
}
.f-link-alt-m:hover{
    color: red;
}

.f-link-m:hover{
    color: red;
}

.languaje-space{
    margin-left: 13px;
}

.icon-size{
    font-size: 27px !important;
}

.f-space{
    padding-left: 25px !important;
}
/* END FOOTER */

body{
    background-color: #000;
}

main{
    background-color: #000;
}

.exp1-sec{
    background-image: url(img/web/home/ERB2-Foto-P02-o1-20230221-separate.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10% 5% 20% 5%;
}

.exp1-sec-m{
    background-image: url(img/mobile/home/ERB2-Banner-P02-o1-20230223.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10% 5% 20% 5%;
}

.exp2-sec{
    background-image: url(img/web/home/ERB2-Foto-P01-o1-20230221-separate.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.construct{
    padding-top: 5%;
    padding-bottom: 20%;
}
.construct-m{
    padding-top: 5%;
    padding-bottom: 60%;
}
.exp-img{
    height: 100%;
    width: 100%;
}

.quienes-som-sec{
    background-image: url(img/web/home/ERB2-Banner-P03-o1-20230221.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.quienes-som-sec-m{
    background-image: url(img/mobile/home/ERB2-Banner-P04-o1-20230223.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}

.icon-png{
    width: 45%;
    height: 40%;
}
.icon-png-m{
    width: 45%;
    height: 40%;
    padding-bottom: 4px;
}

.icon-png-alt-m{
    width: 45%;
    height: 40%;
    padding-bottom: 12px;
}

.black-part{
    padding-top: 10%;
    padding-bottom: 5%;
}
.black-part-m{
    padding-top: 30%;
    padding-bottom: 30%;
}

.black-part-sec{
    padding-top: 30%;
    padding-bottom: 25%;
}

.black-text{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.black-text-m{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #000;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.black-text1-m{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #000;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.black-text2-m{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #000;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.black-text3-m{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #000;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.alt-black-text{
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.alt-black-text-m{
    font-family: 'Gantari', sans-serif;
    font-weight: 300;
    font-size: 25px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}


.black-text-alt{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 60px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.black-text-alt1{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 55px;
    letter-spacing: -0.02em;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.black-text-alt2{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 60px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.black-text-alt-m{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.black-text-sec{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 90px;
    color: #000;letter-spacing: -0.02em;
    line-height: 1.2;

}
.black-text-sec1{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 80px;
    color: #000;
    letter-spacing: -0.02em;
    line-height: 1.2;
}


.bold{
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 60px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.bold-m{
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.bold1-m{
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.btn-black{
    color: #000;
    display: block;
    text-decoration: none;
    border: 3px solid #eee;
    padding: 10px;
    background-color: transparent;
    border-color: #000;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 30px;
    border-radius: 50px;
    width: 300px !important;
    margin: left;
    text-align: center;
}
.btn-black:hover{
    color: white;
    display: block;
    text-decoration: none;
    border: 3px solid black;
    padding: 10px;
    background-color: black;
    border-color: black;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 30px;
    border-radius: 50px;
    width: 300px !important;
    margin: left;
    text-align: center;
}

.btn-black-m{
    color: #000;
    display: block;
    text-decoration: none;
    border: 3px solid #eee;
    padding: 10px;
    background-color: transparent;
    border-color: #000;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 20px;
    border-radius: 50px;
    width: 200px !important;
    text-align: center;
}
.btn-black-m:hover{
    color: white;
    display: block;
    text-decoration: none;
    border: 3px solid black;
    padding: 10px;
    background-color: black;
    border-color: black;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 20px;
    border-radius: 50px;
    width: 200px !important;
    text-align: center;
}

.equipo-sec{
    background-image: url(img/web/home/ERB2-Banner-P05-o1-20230221.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.equipo-sec-m{
    background-image: url(img/mobile/home/ERB2-Banner-P05-o1-20230223.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.white-part{
    padding-top: 10%;
}
.white_part{
    padding-bottom: 20%;
}

.white-part-m{
    padding-top: 30%;
    padding-bottom: 70%;
}
.white-part1-m{
    padding-top: 20%;
    padding-bottom: 70%;
}

.white-text{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 39.5px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.white-text-m{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.white-text1{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 70px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.white-text1-m{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.white-text2-m{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.white-text3-m{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.white-text4-m{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.white-text5-m{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.white-text6-m{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.white-text7-m{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.white-text2{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.white-text3{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 60px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.white1-text3{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 65px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.white-text3{
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    font-size: 70px;
    padding-bottom: 5%;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.white-text-alt{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 100px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.white-text-alt1{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 85px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.white-text-sec{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 75px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.white-text-sec1{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 65px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.white-text-alt-sec{
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 75px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.white-text-alt-sec1{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 85px;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.btn-white{
    color: #fff;
    display: block;
    text-decoration: none;
    border: 3px solid #eee;
    padding: 10px;
    background-color: transparent;
    border-color: #fff;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 30px;
    border-radius: 50px;
    width: 300px !important;
    text-align: center;
}
.btn-white:hover{
    color: gray;
    display: block;
    text-decoration: none;
    border: 3px solid white;
    padding: 10px;
    background-color: white;
    border-color: white;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 30px;
    border-radius: 50px;
    width: 300px !important;
    text-align: center;
}

.btn-white-coockies{
    color: #fff;
    display: block;
    text-decoration: none;
    border: 3px solid #eee;
    padding: 10px;
    background-color: transparent;
    border-color: #fff;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 50px;
    width: 40% !important;
    margin: auto;
    text-align: center;
}
.btn-white-coockies:hover{
    color: grey;
    display: block;
    text-decoration: none;
    border: 3px solid white;
    padding: 10px;
    background-color: white;
    border-color: white;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 50px;
    width: 40% !important;
    margin: auto;
    text-align: center;
}

.btn-white-alt{
    color: #fff;
    display: block;
    text-decoration: none;
    border: 3px solid #eee;
    padding: 10px;
    background-color: transparent;
    border-color: #fff;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 30px;
    border-radius: 50px;
    width: 300px !important;
    text-align: center;
}
.btn-white-alt:hover{
    color: red;
    display: block;
    text-decoration: none;
    border: 3px solid white;
    padding: 10px;
    background-color: white;
    border-color: white;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 30px;
    border-radius: 50px;
    width: 300px !important;
    text-align: center;
}

.btn-white-m{
    color: #fff;
    display: block;
    text-decoration: none;
    border: 3px solid #eee;
    padding: 10px;
    background-color: transparent;
    border-color: #fff;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 20px;
    border-radius: 50px;
    width: 200px !important;
    text-align: center;
}
.btn-white-m:hover{
    color: red;
    display: block;
    text-decoration: none;
    border: 3px solid white;
    padding: 10px;
    background-color: white;
    border-color: white;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 20px;
    border-radius: 50px;
    width: 200px !important;
    text-align: center;
}

.btn-white-alt-m{
    color: #fff;
    display: block;
    text-decoration: none;
    border: 3px solid #eee;
    padding: 10px;
    background-color: transparent;
    border-color: #fff;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 20px;
    border-radius: 50px;
    width: 200px !important;
    text-align: center;
}
.btn-white-alt-m:hover{
    color: grey;
    display: block;
    text-decoration: none;
    border: 3px solid white;
    padding: 10px;
    background-color: white;
    border-color: white;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 20px;
    border-radius: 50px;
    width: 200px !important;
    text-align: center;
}

.btn-white-sec{
    color: #fff;
    display: block;
    text-decoration: none;
    border: 3px solid white;
    padding: 10px;
    background-color: transparent;
    border-color: #fff;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 30px;
    border-radius: 50px;
    width: 300px !important;
    margin: auto;
    text-align: center;
}
.btn-white-sec:hover{
    color: black;
    display: block;
    text-decoration: none;
    border: 3px solid white;
    padding: 10px;
    background-color: white;
    border-color: white;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 30px;
    border-radius: 50px;
    width: 300px !important;
    margin: auto;
    text-align: center;
}

.btn-white-sec-m{
    color: #fff;
    display: block;
    text-decoration: none;
    border: 3px solid #eee;
    padding: 10px;
    background-color: transparent;
    border-color: #fff;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 20px;
    border-radius: 50px;
    width: 200px !important;
    margin: auto;
    text-align: center;
}
.btn-white-sec-m:hover{
    color: black;
    display: block;
    text-decoration: none;
    border: 3px solid white;
    padding: 10px;
    background-color: white;
    border-color: white;
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
    font-size: 20px;
    border-radius: 50px;
    width: 200px !important;
    margin: auto;
    text-align: center;
}

.exp-sec{
    background-image: url(img/web/home/ERB2-Foto-P02-o1-20230221-separate.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.header{
    background-color: #000;
}

#header-link{
    color: #fff;
}

.servicios-sec{
    background-color: #000;
}

.servicios-info{
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 25px;
    color: #fff;
}

.centro{
    margin: auto !important;
}

.banner-principal{
    width: 100%;
    height: 100%;
}

.banner-principal-m{
    width: 100%;
    height: 100%;
}

.home-img{
    width: 100%;
}
/* QUIENES SOMOS */
.riesgos-sec{
    background-image: url(img/web/quienes-somos/ERB2-Banner1-P01-o1-20230221.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.riesgos-sec-m{
    background-image: url(img/mobile/quienes-somos/ERB2-Banner-P01-o1-20230223.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.white-p{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    padding-top: 2%;
}

.white-p-m{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 23px;
    color: #fff;
    padding-top: 2%;
}

.white-p-m-sec{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    padding-top: 2%;
}

.white-space{
    padding-bottom: 20%;
}



.black-p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #000;
    padding-top: 2%;
}

.alt-black-p-m{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.black-p-m-sec{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #000;
    padding-top: 2%;
}

.borde{
    border-top: 1px;
    border-color: #000;
}

.soluciones-img{
    height: 100%;
    width: 100%;
}

.img-part{
    padding-bottom: 5%;
}

.alternative{
    padding-bottom: 25%;
}
.alternative1{
    padding-top: 5%;
    padding-bottom: 10%;
}
.alternative1-m{
    padding-bottom: 10%;
}
/* END QUIENES SOMOS */

/* SERVICIOS */
.sol-sec{
    background-image: url(img/web/servicios/ERB2-Banner-P01-o1-20230221.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sol-sec-m{
    background-image: url(img/mobile/servicios/ERB2-Banner-P01-o1-20230223.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.int-sec{
    background-image: url(img/web/servicios/ERB2-Banner-P02-o1-20230221.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.int-sec-m{
    background-image: url(img/mobile/servicios/ERB2-Banner-P02-o1-20230223.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.serv-sec{
    background-color: #fff;
}

.serv-tex{
    text-align: left;
    padding-left: 15%;
    padding-right: 5%;
}
/* END SERVICIOS */

/* EQUIPO */
.eq-sec{
    background-image: url(img/web/equipo/ERB2-Banner-P01-o1-20230221.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.eq-sec-m{
    background-image: url(img/mobile/equipo/ERB2-Banner-P01-o1-20230223.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.alternative2{
    padding-top: 10%;
    padding-bottom: 25%;
}

.area-sec{
    background-color: #000;
}

.white-h2{
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    color: #fff;
}

.liderazgo-sec{
    background-image: url(img/web/equipo/ERB2-Banner-P03-o1-20230221.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.liderazgo-sec1{
    background-color: #fff;
}

.liderazgo-sec-m{
    background-image: url(img/mobile/equipo/ERB2-Foto-P04-o1-20230223.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.liderazgo-img{
    height: 100%;
    width: 100%;
    padding-bottom: 10%;
}

.liderazgo-p{
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 25px;
    color: #000;
}

.liderazgo-p1{
    font-family: 'Gantari', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #000;
}

.liderazgo-div{
    margin-top: auto !important;
    margin-bottom: auto !important;
    padding-left: 5% !important;
}

.liderazgo-div-m{
    margin-top: auto !important;
    margin-bottom: 5% !important;
    padding-left: 5% !important;
}

.liderazgo-div1-m{
    margin-top: auto !important;
    margin-bottom: 4% !important;
    padding-left: 5% !important;
}

.bold-p{
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

.bold-p1{
    font-family: 'Gantari', sans-serif;
    font-weight: 500;
}

.black-h1{
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    font-size: 50px;
    padding-bottom: 5%;
}

.black1-h1{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 50px;
    padding-bottom: 5%;
}

.black-h1-m{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 3%;
}
.icon-eq-m{
    width: 16px;
}
/* END EQUIPO */

/* EXPERIENCIA */
.exp-icon{
    width: 78px;
}

.left-sec{
    text-align: right;
}

.capacidad-sec{
    background-image: url(img/web/experiencia/ERB2-Banner-P01-o1-20230221.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.capacidad-sec-m{
    background-image: url(img/mobile/experiencia/ERB2-Banner-P01-o1-20230223.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.cap-part{
    padding-top: 25%;
    padding-bottom: 10%;
}

.proyectos-sec{
    background-image: url(img/web/experiencia/ERB2-Banner-P02-o1-20230221.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.proyectos-sec-m{
    background-image: url(img/mobile/experiencia/ERB2-Banner-P02-o1-20230223.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.text-right{
    text-align: right !important;
}
.clientes-sec{
    background-image: url(img/web/experiencia/Experiencia2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.clientes-sec-m{
    background-image: url(img/mobile/experiencia/ERB2-R-P02-o1-20230307.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.clientes-link{
    color: #fff;
    text-decoration: underline;
}

.clientes-link:hover{
    color: black;
    text-decoration: underline;
}

.listado-sec{
    background-color: #000;
}

.listado-img{
    width: 100%;
    height: 100%;
}

.listado-p{
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 25px;
}

.listado-div{
    margin-top: 11% !important;
    margin-bottom: 11% !important;
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.listado-div-m{
    margin-top: 15% !important;
    margin-bottom: 15% !important;
    padding-left: 3% !important;
    padding-right: 3% !important;
}

.back-img1{
    background-image: url(img/web/experiencia/ERB2-Foto-P01-o1-20230223-separate.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.back-img2{
    background-image: url(img/web/experiencia/ERB2-Foto-P05-o1-20230223-separate.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.back-img3{
    background-image: url(img/web/experiencia/ERB2-Foto-P03-o1-20230223-separate.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.back-img4{
    background-image: url(img/web/experiencia/ERB2-Foto-P02-o1-20230223-separate.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.back-img5{
    background-image: url(img/web/experiencia/ERB2-Foto-P04-o1-20230223-separate.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.icon-exp{
    width: 148px;
}

.icon-exp-m{
    width: 70px;
    padding-bottom: 3%;
    padding-left: 7px;
    
}

.separador{
    color: gray !important;
}

.link-img-1{
    width: 590px;
    margin-left: -9px !important;
}
.link-img-2{
    width: 130px;
    margin-left: -9px !important;
}
.link-img-3{
    width: 445px;
    margin-left: -9px !important;
}
.link-img-4{
    width: 405px;
    margin-left: -9px !important;
}
.link-img-5{
    width: 335px;
    margin-left: -9px !important;
}

.link-img-1-m{
    width: 380px;
}
.link-img-2-m{
    width: 80px;
}
.link-img-3-m{
    width: 280px;
}
.link-img-4-m{
    width: 245px;
}
.link-img-5-m{
    width: 200px;
}

.link-img-en-1{
    width: 550px;
    margin-left: -9px !important;
}
.link-img-en-2{
    width: 145px;
    margin-left: -9px !important;
}
.link-img-en-3{
    width: 470px;
    margin-left: -9px !important;
}
.link-img-en-4{
    width: 170px;
    margin-left: -9px !important;
}
.link-img-en-5{
    width: 170px;
    margin-left: -9px !important;
}

.link-img-en-1-m{
    width: 300px;
}
.link-img-en-2-m{
    width: 80px;
}
.link-img-en-3-m{
    width: 270px;
}
.link-img-en-4-m{
    width: 100px;
}
.link-img-en-5-m{
    width: 100px;
}

.btt-img{
    width: 56px;
}
/* END EXPERIENCIA */