@charset "utf-8";
/* CSS Document */

* {
	-webkit-font-smoothing: antialiased;
	pointer-events: auto;
	padding: 0;
	margin: 0;
	word-wrap: break-word;
	box-sizing: border-box;
}

body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overscroll-behavior-y: none;
    
}

html,body{
	font-size: 16px;
	margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, Gotham, "sans-serif";
    font-weight: 300;
    font-style: normal;
	scroll-behavior: smooth;
    background: #FFF;
    color: #1C1C1B;
    scroll-padding-top:180px;
}


strong{font-weight:900;}


.matic_container {
	display: block;
	width: 100%;
    overflow: hidden;
    position: relative;
}


.marquesina{
  display: block;
    height: 36px;
  width: 100%;
background: #1C1C1B;
    position: relative;
    z-index: 1000;
}

@keyframes slide5 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-189px); /* The image width */
  }
}

.marquesina_pasando{
  display: block;
    height: 36px;
  width: 1890px;
background: url("../img/marquesina.svg") left center repeat-x;
  -webkit-animation: slide5 5s linear infinite;
  animation: slide5 5s linear infinite;
}
        
.menu{
  display: flex;
    flex-direction: column;
    width: 100%;
    position: fixed;
    z-index: 10000;
    background-color: #FFF;
}


.nav_menu_desp{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px 10.3vw;
    height: 140px;
color: #1C1C1B;
}

.nav-e{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:flex-end;
    align-items:stretch;
    gap:0;
    z-index: 1000;
}

.nav-a li{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}

.nav-a a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: auto;
    text-align: center;
    box-sizing: border-box;
    transition: all 1s;
}

.nav-a a:hover{
    opacity: 0.5;
}

.nav-a a img{
   width: auto;
height: 100%
}

.nav-b{
    display: flex;
    flex-direction: row;
}

.nav-b li{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    position: relative;
    gap:50px;
}

.nav-b li a{
  font-weight: 500;
  font-style: normal;
    text-decoration: none;
    font-size: 1.25rem;
    padding: 0 0 0 50px;
    transition: all 1s;
    color: #1C1C1B;
}

.nav-b li a:hover{
    opacity: 0.5;
}

.nav-b li div{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    margin-left: 20px;
}


.nav-b li div a{
    text-decoration: none;
    font-size: 0.6875rem;
    transition: all 1s;
    padding: 0 5px 0 5px;
}

.nav-b li div a:hover{
    opacity: 0.5;
}

.nav-e li{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    position: relative;
    z-index: 5000;
}

.nav-e li button{
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
    margin-left: 60px;
    z-index: 5000;
}

.nav-e li button:hover{
    opacity: 0.5;
}
    
.nav-e li img{
    width: auto;
    height:20px;
    }

.menuHamburguesa{
    display: flex;
	position: fixed;
    flex-direction: column;
	z-index: 9900000;
	width: 100vw;
	height: 100%;
	padding: 40px;
	background: #7DFF00;
	color: #1C1C1B;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: all 1s;
	opacity: 1;
	transform: translate(-2000px, 0);
	pointer-events: none;
}

.menuHamburguesa.activo {
	opacity: 1;
	transform: translate(0, 0);
	pointer-events: auto !important;
}

a.dca_crucesita {
	display: block;
	position: absolute;
	top: 2vw;
	right: 4vw;
	width: 20px;
	height: 20px;
	text-align: center;
	/*justify-content: flex-start;*/
	margin-bottom: 50px;
	z-index: 991000;

}

a.bt-menu-desplegado{
    font-size: 1.5rem;
    margin-top: 20px;
    text-decoration: none;
    color: #1C1C1B;
}

a.bt-menu-desplegado:hover{
    opacity: 0.5;
}

.idiomas{
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px #1C1C1B solid;
}

.idiomas a{
    text-decoration: none;
    color: #1C1C1B;
    padding-bottom: 10px;
}

.abajo{
    margin-top: 200px;
}
        
.cabezal{
  display: flex;
    padding: 4vw 10.3vw;
    flex-direction: row;
    justify-content: space-between;
    gap: 1vw;
    align-items: stretch;
}

.cab1{
    display: flex;
    flex-direction: column;
    width: 25vw;
    justify-content: space-between;
    align-items: flex-start;
}

.cab1 p{
    font-size: 5rem;
    line-height: 4.0rem;
}

.bt_bajar{
    cursor: pointer;
}

.bt_bajar:hover{
    opacity: 0.5;
}

.cab1 img{
   width: 40px;
    height: auto;
}

.cab2{
    display: flex;
    flex-direction: column;
    width: 52vw;
    text-align: right;
}

.cab2 h2{
    font-size: 2rem;
    line-height: 2.3rem;
    padding-bottom: 50px;
}

.cab2 h3{
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding-left: 13vw;
    font-weight: 300;
}



.secciones-internas{
  display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5vw 0 0 10.3vw;
    gap:4vw;
    position: relative;
    z-index: 150;
}

.int1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 48vw;
}

.int2{
    display: block;
    text-align: right;
    width: 48vw;
}

.int2 img{
    width: 100%;
    height: auto;
}

.secciones-internas h1, .secciones-internas2 h1 {
    font-size: 2rem;
    line-height: 2;
    font-weight: 900;
    padding-bottom: 20px;
}

.int1-2{
    padding-left: 6.75vw;
    font-size: 1.68rem;
    line-height: 1.8rem;
}

.int1-2 p{
    padding-bottom: 2vw;
    padding-top: 2vw;
}
        
.secciones-internas2{
  display: flex;
    padding: 0 10.3vw 4vw;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 150;
}

.back2{
    background: url("../img/misc-left-2.png") left center no-repeat;
}

.back3{
    display: block;
    position: absolute;
    right: 0;
    top: 180vw;
    width: 100%;
    height: 1173px;
    background: url("../img/misc-right-2.png") right center no-repeat;
}



.int2-secc2{
    display: flex;
    flex-direction: column;
    /*padding-left: 6.75vw;*/
}

.int2-secc2 h4{
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: 900;
    padding-bottom: 40px;
}

.int2-h4{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 1.25rem;
    line-height: 1.5rem;
    gap:20px;
    padding-left: 13.5vw;
}
.int2-col{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width:calc((100% - 40px) / 2);
    margin-bottom: 15px;
}

.int2-col1{
    display: flex;
    flex-direction: column;
    width:100%;
    margin-bottom: 15px;
}

.int2-col1 img{
    width: 100%;
    height: auto;
}

.int2-col1-mobile{
    display: none;
}

.secc3{
    padding-left: 0;
}
        
.fotos{
  display: flex;

}
        


.caja-iconos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap:40px;
    width: 50vw;
    margin: auto;
}
            
.iconos{
    display: flex;
    width:calc((100% - 120px) / 4);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-weight: 300;
font-size: 1.25rem;
  line-height: 1.5rem;
    text-align: center;
    position: relative;
    z-index: 100;
}

.iconos img{
    width: auto;
    height: 67px;
    margin-bottom: 10px;
}

.caja-iconos2{
    width: 80vw;
}
            
.iconos2{
    width:calc((100% - 160px) / 5);
}

.iconos2 img{
    width: auto;
    height: 67px;
    margin-bottom: 10px;
}

.int3{
    display: flex;
    flex-direction: column;
padding-left: 20.25vw;
    padding-right: 6.25vw;
    gap:20px;
   
}

.int3 p{
    font-size: 1.25rem;
  line-height: 1.5rem; 
}


footer{
  display: flex;
    padding: 0 10.3vw 5vw;
    flex-direction: column;
    justify-content: center;
  align-items: center;
    text-align: center;
    font-weight: 100;
}

footer img{
   width: auto;
    height: 70px;
    margin-bottom: 15px;
    margin-top: 15px
}

footer a{
    text-decoration: none;
    color: #F64718;
    font-size: 1.8rem;
  text-align: center;
}

footer a:hover{
   opacity: 0.5;
}

footer p{
  color: #1C1C1B;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 35px;
}

footer img{
  padding: 0 15px
}

.redes{
   display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 10px;
}

.redes a{
   text-align: center; 
    cursor: pointer;
}

.redes a:hover{
   opacity: 0.5;
}

.redes img{
     width: auto;
    height: 45px;
    margin-bottom: 10px;  
}

/*.cab2 a{
    display: none;}*/

.int2-absolute{
    display: none;
}

.mover{
display: flex;
transition: all 2s;
opacity: 0.5;
transform:translate(-400px,0);
}

.mover.active{
opacity: 1;
transform:translate(0,0);	
}


/*Vicky*/
.omni_marcas_tit{
    display: block;
    text-align: center;
    font-size: 1.875rem;
    color: #ffffff;
    font-weight: 700;
    margin: 6vw 0 5vw;
}

.omni_marcas_tit_empresa{
    display: block;
    text-align: center;
    font-size: 1.875rem;
    color: #ffffff;
    font-weight: 700;
    margin: 6vw 0 2vw 0;
}

.bajada_empresa{
    text-align: center;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 1vw 10vw 3vw ;
}



.omnimarcas{
    flex:none;
    display: flex;
    flex-direction: column;
    width:calc((100% - 80px) / 5);
    align-items: flex-start;
    transition: all 2s;
	transform:translate(-1300px,0);
    opacity: 0;
}



.omnimarcas img{
    height: 35px;
    width: auto;
    margin: 20px auto;
}

.omnimarcas h4{
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 400;
    margin: 30px 0 50px;
    color: #FFF;
    /*padding: 0 20px;*/
    text-align: center;
}

.omnimarcas a{
    display: block;
    width: 100%;
    text-align: center;
    height: 36px;
    padding: 10px 5px;
    color: #FFF;
    border: 1px #FFF solid;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    text-decoration: none;
    margin-top: auto;
}

.omnimarcas a:hover{
    color: #969696;
}


.omnimarcas2{
    flex:none;
    display: flex;
    flex-direction: column;
    width:calc((100% - 60px) / 3);
    align-items: center;
    transition: all 2s;
	transform:translate(1300px,0);
    opacity: 0;
}

.omnimarcas2 img{
    height: 35px;
    width: auto;
    margin: 0 auto;
}

.omnimarcas2 h4{
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 400;
    margin: 30px 0 50px;
    color: #FFF;
    /*padding: 0 40px;*/
    text-align: center;
}

.omnimarcas2 a{
    display: block;
    width: 100%;
    text-align: center;
    height: 36px;
    padding: 10px 5px;
    color: #FFF;
    border: 1px #FFF solid;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    text-decoration: none;
    margin-top: auto;
}

.omnimarcas2 a:hover{
    color: #969696;
}

.omnimarcas.active, .omnimarcas2.active{
    transform:translate(0,0);
    opacity: 1;
}

.omni_cuatromarcas{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:flex-start;
    align-items: stretch;
    gap: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, Gotham, "sans-serif";
    overflow: hidden;
}


#omni_seccion {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 2vw 6vw 6vw;
  background: #000000;
  z-index: 1000;
}

.link-violeta {
    color: #854fa8
}

.link-violeta a {
    color: #854fa8
}

.link-violeta a:hover {
    color: #aef752
}

#abajo {
    margin-top: 50px
}

.omni_cuatroiconos{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:flex-start;
    align-items: stretch;
    gap: 80px;
    font-family: "Helvetica Neue", Helvetica, Arial, Gotham, "sans-serif";
    overflow: hidden;
    background: #ffffff;
    padding: 5vw 12vw;
}


.omnicuatroiconos{
    flex:none;
    display: flex;
    flex-direction: column;
    width:calc((100% - 240px) / 4);
    align-items: center;
    transition: all 2s;
	transform:translate(-1300px,0);
    opacity: 0;
}

.omnicuatroiconos2{
    flex:none;
    display: flex;
    flex-direction: column;
    width:calc((100% - 240px) / 4);
    align-items: flex-start;
    transition: all 2s;
	transform:translate(1300px,0);
    opacity: 0;
}



.omnicuatroiconos img, .omnicuatroiconos2 img{
    height: 100px;
    width: auto;
}

.omnicuatroiconos h4, .omnicuatroiconos2 h4{
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
    margin: 30px 0 0;
    color: #F64718;
    /*padding: 0 20px;*/
    text-align: center;
    font-weight: bold;
}

.omnicuatroiconos.active, .omnicuatroiconos2.active{
    transform:translate(0,0);
    opacity: 1;
}

/*jueves*/
.dos-columnas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.dos-columnas > div {
  width: 50%;
}


.img-fluid {
  max-width: 100%;
  height: auto;
}

.titular-grande {
 background: #ffffff
}

.titular-grande p {
    font-size: 4rem;
    line-height: 3.5rem;
    font-weight: 300;
    padding: 4vw;
}


.naranja {color: #F64718}
.bold { font-weight: 700}

.titular-grande p {
    font-size: 4rem;
    line-height: 3.5rem;
    font-weight: 300;
    padding: 4vw;
}

#muy-simple {
    padding: 3vw 0 0 0;
}

#muy-simple .titulo-a {
    font-size: 4rem;
    line-height: 3.5rem;
    font-weight: 700;
    padding: 1vw 0 2vw 0;
}

#muy-simple .titulo-b {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 300;
    padding: 0 0;
}

#muy-simple .titulo-c {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    padding: 1vw 0 1vw 0;
}

#muy-simple img {
    padding: 1vw 0
}

.link-naranja {
    color: #F64718;
    text-decoration: none;
}


.link-naranja a{
    text-decoration: none;
    color: #F64718;
    text-align: center;
}

.link-naranja a:hover{
   opacity: 0.5;
}

.titular-como { line-height: 20px; color: #F64718; display: block}

/*///////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////*/




@media(max-width:1100px){
    
    .cabezal{
        gap:4vw;
        padding: 4vw;
    }
    
    
    .cab2 h3{
        padding: 0;
    }
    
    .nav_menu_desp{

    padding: 30px 4vw;
    }
    
    .secciones-internas {
        padding: 4vw 0 0 4vw;
    }
    
    .secciones-internas2 {
    display: flex;
    padding: 0 4vw 4vw;
    }
    
    .caja-iconos{
        width: 70vw;
    }
    
.omni_cuatroiconos{
    padding: 5vw 25vw;
    flex-wrap: wrap;
    gap: 60px 180px;
}
    
.omnicuatroiconos, .omnicuatroiconos2{
    width:calc((100% - 180px) / 2);
}
       
}


    
@media(max-width:810px){
    
html,body{
scroll-padding-top:120px;
}
    
    
.menu {
background-size: 100%;
background-color: #FFF;
}
    
.nav_menu_desp{
    width: 100%;
    padding: 20px 4vw;
    height: 80px;
color: #1C1C1B;
}
    
.nav-a a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    }
    
    .idiomas-menu  {
        display: none;
    } 
    
.abajo {
  margin-top: 140px;
}
    
.cabezal{
    flex-direction: column;
    justify-content: space-between;
    gap: 1vw;
    align-items: stretch;
}
    
.cab2{
    width: 100%;
    align-items: flex-end;  
    padding-left: 10vw;
    padding-top: 40px;
    position: relative;
    }

    /*.cab1 a{
        display: none;
    }
    
    .cab2 a{
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40px;
    }
    
    .cab2 a img{
       width: 100%;
        height: auto;
    }*/
    
.secciones-internas{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
    
.int1-2 {
    width: 100vw;
  padding-left: 13.5vw;
    padding-bottom: 150px;
    position: relative;
    box-sizing: border-box;
}
    
.int1{
    width: 100vw;
}
    
.int2{
        display: none;
    }

.int2-absolute{
    display: block;
    position: absolute;
    width: 100%;
    height: 360px;
    bottom: 0;
    right: 0;
    text-align: right;
    }
    
.int2-absolute img{
      width: auto;
    height: 100%;
    }
    
.int2-h4 {
  flex-direction: column;
    padding-left: 20.25vw;
}
    
.int2-col {
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-bottom: 0px;
}
    
    .int2-col1{
        display: none;
    }   
    
.int2-col1-mobile{
    display: flex;
    flex-direction: column;
    width:100%;
    margin-bottom: 15px;
}

.int2-col1-mobile img{
    width: 80%;
    height: auto;
}
    
.iconos{

    width:calc((100% - 40px) / 2);
}
    
.omnimarcas, .omnimarcas2{
    flex:none;
    display: flex;
    flex-direction: column;
    width:calc((100% - 60px) / 2);
    margin-bottom: 50px;
    align-items: flex-start;
}
    
.omni_cuatromarcas{
    flex-wrap: block;
}
    
}

@media(max-width:670px){
    
.int1-2 {
    padding-bottom: 220px;
  }
    
.back3{
    top: 450vw;
}
    
}

@media(max-width:650px){
footer img {
  height: 70px;
  margin-bottom: 30px;
} 
    
.redes img {
  height: 35px;
}
    
footer a, footer p {
  font-size: 1.2rem;
}
    
.secciones-internas h1, .secciones-internas2 h1 {
  font-size: 2.5rem;
  line-height: 2.8rem;
}
    
.int2-secc2 h4 {
  font-size: 2.2rem;
  line-height: 2.5rem;
}
    
.cab2 h2 {
  font-size: 1.6rem;
  line-height: 1.9rem;
}
    
.cab2 h3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
    
.int1-2{
    font-size: 1.45rem;    
    }
    
}

@media(max-width:580px){
    
 .int1-2 {
padding-left: 6.75vw;
     padding-bottom: 50px;
    }
    
.int2-absolute {
    height: 180px;
  }
    
.back3{
    top: 580vw;
}
    
}

@media(max-width:450px){
    
.int1-2 {
     padding-bottom: 100px;
    }
    
.back3{
    top: 800vw;
}
    
.secciones-internas h1, .secciones-internas2 h1 {
  font-size: 1.8rem;
  line-height: 2rem;
}
    
.int2-secc2 h4 {
  font-size: 1.5rem;
  line-height: 1.8rem;
}
    
.int1-2{
    font-size: 1.2rem;    
    }
    
.int2-col1-mobile img {
    width: 100%;
    height: auto;
  }
    
.int3 {
  padding-left: 6.75vw;
  padding-right: 6.25vw;
  gap: 20px;
}
    
.omnimarcas, .omnimarcas2{
    width:100%;
}
    
.omnimarcas h4, .omnimarcas2 h4{
   margin: 30px 0 40px;
   padding-right: 0;
}
    
.bajada_empresa{
    padding-bottom: 50px
    
}
    
    
.dos-columnas {
  flex-direction: column;
}
    
.dos-columnas > div {
  width: 100%;
}
    
.titular-grande p {
    font-size: 3rem;
    line-height: 2.5rem;
    font-weight: 300;
    padding: 50px 0
}
    
#muy-simple img {
    padding: 4vw 0;
    width: 80%
}

    
}
    
    




