@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

* { box-sizing: border-box; }

    
body, input, textarea, button, select {
    font-family: 'Azo Sans', sans-serif;
}

body {
    margin:0;    
    font-size:10px;
    color:var(--oScriptsColor2);
    font-weight: 400;
}

* {
-webkit-tap-highlight-color: transparent;
}
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

input, textarea {
    /*box-shadow: none !important;*/
    outline: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #323031 inset !important;
  -webkit-text-fill-color: white !important;
}

a { text-decoration:none; transition: all 0.3s; }

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
    margin: 0;
    font-size: 1.4em;
}

p, li {
    font-weight: 300;
    font-size: 2em;
    line-height: 1.7em;
    color: #4B4B4B;
}
p strong {
    font-weight: 600;
}

img {
    max-width:100%;
}

.table { display: table; width: 100%; height: 100%; }
.cell { display: table-cell; vertical-align: middle; }
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nmt { margin-top: 0 !important; }
.nmb { margin-bottom: 0 !important; }
.npt { padding-top: 0 !important; }
.npb { padding-bottom: 0 !important; }


.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.espacio1 { height: 1em; }
.espacio2 { height: 2em; }
.espacio3 { height: 3em; }
.espacio4 { height: 4em; }
.espacio5 { height: 5em; }
.espacio6 { height: 6em; }
.espacio7 { height: 7em; }
.espacio8 { height: 8em; }
.espacio9 { height: 9em; }
.espacio10 { height: 10em; }


.container {
    width: 100%;
    max-width: 132em;
    padding: 0 8em;
    margin: 0 auto;
    position: relative;
}

.container.full {
    max-width: none;
}

.columnas,
.items {
    display: flex;
    flex-wrap: wrap;
}

.boton {
    display: inline-block;
    font-weight: 600;
    font-size: 2em;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #E44A4B;
    padding: 1em 2em;
    border: 0;
    transition: all 0.3s;
    cursor: pointer;
}
.boton:hover {
    background: #333132 !important;
}


.select {
    display: inline-block; vertical-align: middle;
    margin: 0.5em 1em;
    width: 100%;
    max-width: 22em;
    position: relative;
    text-align: left;
    user-select: none;
}
.select .selected,
.select .desplegable .option {
    padding: 1.5em 4em 1.5em 2.0em;
    background: #ffffff;
    transition: all 0.3s;
    cursor: pointer;
}
.select .selected span,
.select .desplegable .option span {
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1em;
    color: #9D9D9D;
    transition: all 0.3s;
}
.select .selected:hover span {
    color: #333132;
}
.select .desplegable {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 10000;
    display: none;
    overflow: hidden;
}
.select .selected,
.select .desplegable {
    box-shadow: 0 0.4em 0.4em 0.2em rgba(0, 0, 0, 0.05);
}
.select .desplegable .option span {
    font-weight: 300;
}
.select .desplegable .option:hover {
    background: #178EA3;
}
.select .desplegable .option:hover span {
    color: #ffffff;
}

.select .selected {
    position: relative;
}
.select .selected svg {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 2.7em;
    transition: all 0.3s;
    transform-origin: center;
}



#menuTop {
    padding: 0.0em 0;
    background: #ffffff;
    border-bottom: 1px solid #E0DFDF;
}
#menuTop .columnas {
    margin: 0 -3em;
    justify-content: space-between;
    align-items: center;
}
#menuTop .columna {
    padding: 1.5em;
    display: flex;
    align-items: center;
}
#menuTop .botonAlemania {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1em;
    color: #4B4B4B;
    padding: 0.2em;
}
#menuTop .botonAlemania img {
    display: inline-block; vertical-align: middle;
    margin-left: 1em;
}
#menuTop .botonAlemania:hover {
    color: #E44A4B;
}


#menuPrincipal {
    padding: 1.0em 0;
    background: #ffffff;
}

#menuPrincipal .botonHome {
    padding: 0.5em 1.5em;
}

#menuPrincipal .columnas {
    margin: 0 -3em;
    justify-content: space-between;
    align-items: center;
}
#menuPrincipal .columna {
    padding: 1.5em;
    display: flex;
}

#menuPrincipal .boton {
    font-size: 1.3em;
    padding: 1.5em 2em;
}
#surfaces .boton {
    background: #178EA3;
}
#industrial .boton {
    background: #67C9D4;
}

.botonSeccion,
.botonSeccionLabel {
    padding: 0.3em 1.07em;
    font-size: 1.4em;
    line-height: 1em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333132;
    position: relative;
}
.botonSeccion.home {
    color: #E44A4B;
    font-weight: 600;
}
.botonSeccion.home:hover {
    color: #333132;
}
.botonSeccion.home img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.8em;
    margin-top: -0.2em;
}
.botonSeccionLabel {
    color: #C9C9C9;
    font-weight: 600;
}
.botonSeccion:hover {
    color: #E44A4B;
}
.botonSeccion.activo {
    font-weight: 600;
    color: #333132;
}

#menuTop .botonSeccion,
#menuTop .botonSeccionLabel {
    font-size: 1.3em;
}

#menuTop .botonSeccion::before {
    content: "";
    position: absolute;
    left: 1.07em;
    right: 1.07em;
    bottom: -1.3em;
    height: 0.2em;
    background: #333132;
    opacity: 0;
}
#menuTop .botonSeccion.activo::before {
    opacity: 1;
}

#menuMobile nav .botonSeccionLabel {
    padding: 1em 2em;
    display: block;
}

#headerHome img,
#headerHome video {
    display: block;
    width: 100%;
}
#headerHome .desktop {
    display: block;
}
#headerHome .mobile {
    display: none;
}


#home #intro {
    padding: 7em 0 7em;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}
#home #intro::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 8em;
    width: 68em;
    height: 50.5em;
    background: url(images/fondo_isotipo.svg) center no-repeat;
    background-size: cover;
    transform: translateX(-50%);
    margin-left: -50em;
}
#home #intro .columnas {
    margin: 0 -1em;
    align-items: center;
}
#home #intro .columna {
    padding: 1em;
    flex: 0 0 50%;
    max-width: 50%;
}
.titulo {
    font-weight: 400;
    font-size: 5em;
    line-height: 1.05em;
    color: #333132;
    margin-bottom: 0.8em;
}
.titulo strong {
    font-weight: 600;
}
#home #intro .columna.izq p {
    font-weight: 300;
    font-size: 2em;
    line-height: 1.5em;
    color: #333132;
    max-width: 22.7em;
}
#home #intro .columna.izq p strong {
    font-weight: 600;
}


#home #intro .columna.der .craft {
    margin-bottom: 4em;
}

#home #intro .columna.der .craft strong {
    margin-right: 1.4em;
    font-weight: 600;
    font-size: 2em;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #333132;
    margin-top: 0.2em;
}
#home #intro .columna.der .craft strong,
#home #intro .columna.der .craft img {
    display: inline-block; vertical-align: middle;
}


#home #intro .columna.der .bloque {
    background: #FFFFFF;
    box-shadow: 0px 0px 0.9em rgba(0, 0, 0, 0.15);
    border-radius: 1em;
    padding: 4em 7em;
    padding-left: 12em;
    position: relative;
}
#home #intro .columna.der .bloque .rotate {
    position: absolute;
    width: 30em;
    left: 7em;
    top: 50%;
    transform: translate(-15em,-50%) rotate(-90deg);
    text-align: center;
}
#home #intro .columna.der .bloque .rotate h3 {
    font-weight: 600;
    font-size: 2em;
    line-height: 1.7em;
    letter-spacing: 0.01em;
    color: #E44A4B;
}
#home #intro .columna.der .bloque p {
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.7em;
    letter-spacing: 0.01em;
    color: #4B4B4B;
    margin: 1em 0;
}


#home #intro .slider {
    padding: 0 3em;
    margin-top: 7em;
}

.galeria .thumb {
    background: center no-repeat;
    background-size: cover;
    height: 21em;
    margin-bottom: 2em;
    position: relative;
}
.galeria h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #333132;
    margin-bottom: 0.2em;
}
.galeria h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #9D9D9D;
}

#home .galeria .paginacion .flechas {
    position: absolute;
    left: 20%;
}


.galeria .video,
.galeria .hover {
    cursor: pointer;
}
.galeria .video .thumb::before,
.galeria .hover .thumb::before {
    content: "";
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: #333132;
    opacity: 0;
    transition: all 0.3s;
}
.galeria .video:hover .thumb::before,
.galeria .hover:hover .thumb::before {
    opacity: 0.5;
}
.galeria .video .thumb::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 10em;
    height: 10em;
    background: url(images/icono_play.svg) center no-repeat;
    background-size: cover;
}
.galeria .hover .thumb::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 10em;
    height: 10em;
    background: url(images/icono_camara.svg) center no-repeat;
    background-size: cover;
}

.botonvideo {
    position: relative;
    display: inline-block;
}
.botonvideo img {
    display: block;
}
.botonvideo::before {
    content: "";
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: #333132;
    opacity: 0;
    transition: all 0.3s;
}
.botonvideo:hover::before {
    opacity: 0.5;
}
.botonvideo::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 10em;
    height: 10em;
    background: url(images/icono_play.svg) center no-repeat;
    background-size: cover;
}


#why {
    background: #F2F2F2;
    padding: 8em 0;
}

#why .columnas {
    justify-content: space-between;
    align-items: center;
    margin: 0 -1.5em;
}
#why .columnas .columna {
    padding: 1em 1.5em;
}
#why .columnas .columna.izq .titulo {
    margin-bottom: 0.3em;
}

#why .items {
    margin: 0 -1em;
}
#why .items .item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 1em;  
    margin-top: 3em; 
}
#why .items .item .bloque {
    padding: 3em 3em 3em 13em;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.9em rgba(51, 49, 50, 0.15);
    border-radius: 1em;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.icono {
    background: #E44A4B;
    width: 6em; height: 6em;
    position: relative;
    border-radius: 100000px;
}
.icono.negro {
    background: #333132;
}
.icono img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#why .items .item .bloque .icono {
    position: absolute;
    left: 4em;
    top: 50%;
    transform: translateY(-50%);
}
#why .items .item .bloque p {
    font-size: 1.7em;
}

#ourpeople {
    background: #ffffff;
    padding: 9em 0;
}
#ourpeople .intro {
    max-width: 28.65em;
}


.subtitulo {
    font-weight: 600;
    font-size: 3em;
    line-height: 1.3em;
    color: #9D9D9D;
    margin-bottom: 0.5em;
}

#ourpeople .columnas {
    justify-content: space-between;
}

#ourpeople .items {
    margin: 0 -1.5em;
}

#ourpeople .items .item {
    flex: 0 0 20%;
    padding: 1.5em 1.5em;
}
#ourpeople .items .item.bio {
    cursor: pointer;
}

#ourpeople .items .item .thumb {
    background: center top no-repeat;
    background-size: cover;
    height: 23em;
    margin-bottom: 2em;
    filter: grayscale(100%);
    position: relative;
}

#ourpeople .items .item .thumb::before {
    content: "";
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background: #333132;
    opacity: 0;
    transition: all 0.3s;
}
#ourpeople .items .item.bio:hover .thumb::before {
    opacity: 0.2;
}

#ourpeople .items .item h4,
#ourpeople .items .item h5,
#ourpeople .items .item h6,
#popupOurpeople h4,
#popupOurpeople h5,
#popupOurpeople h6 {
    font-weight: 600;
    font-size: 1.8em;
    line-height: 1.3em;
    color: #333132;
}
#ourpeople .items .item h4,
#popupOurpeople h4 {
    color: #E9343A;
}
#ourpeople .items .item h6,
#popupOurpeople h6 {
    color: #9D9D9D;
}
#ourpeople .items .item .info {
    display: none;
}

#ourpeople .items {
    position: relative;
    overflow: inherit;
}
#ourpeople .items .mask {
    overflow: hidden;
}
#ourpeople .items .paginacion {
    position: absolute;
    right: 0;
    bottom: 100%;
}
#ourpeople .items .paginacion .flechas {
    position: static;
}

#popupOurpeople {
    max-width: 100em;
}
#popupOurpeople .columnas {
    margin: 0 -1.5em;
}
#popupOurpeople .columnas .columna {
    padding: 1.5em;
}
#popupOurpeople .columnas .columna.izq {
    flex: 0 0 30%;
    max-width: 30%;
}
#popupOurpeople .columnas .columna.izq img {
    filter: grayscale(100%);
}
#popupOurpeople .columnas .columna.der {
    flex: 0 0 70%;
    max-width: 70%;
}
#popupOurpeople .columnas .columna.der .info {
    max-height: 44em;
    margin-top: 2em;
    overflow-y: auto;
}
#popupOurpeople .columnas .columna.der p {
    font-size: 1.4em;
    margin: 1.5em 0;
}
#popupOurpeople .columnas .columna.der p:first-of-type {
    margin-top: 0;
}
#popupOurpeople .columnas .columna.der ul {
    margin: 0;
    padding-left: 2em;
}
#popupOurpeople .columnas .columna.der li {
    font-size: 1.4em;
}


.botonesFlechas {
    display: flex;
    flex-wrap: wrap;
    margin:0;
    margin: 0 -0.5em;
}

.botonesFlechas .flecha {
    border: 2px solid #333132;
    padding: 0.5em;
    cursor: pointer;
    margin: 0.5em;
    transition: all 0.3s;

}
.botonesFlechas .flecha:hover {
    background: #333132;
}

.botonesFlechas .flecha svg {
    width: 1.8em; height: auto;
    display: block;
}
.botonesFlechas .flecha svg path {
    fill: none;
    transition: all 0.3s;
    stroke: #333132;
}
.botonesFlechas .flecha:hover svg path {
    stroke: #ffffff;
}

.botonesFlechas .flecha.disabled {
    opacity: 0.5;
}


#about {
    background: #F2F2F2;
    padding: 11em 0;
}
#about .titulo {
    color: #E44A4B;
    margin-bottom: 0.2em;
}

#about .columnas {
    margin: 0 -1.5em;
    align-items: stretch;
}
#about .columnas .columna {
    flex: 0 0 50%;
    padding: 1.5em;
}

#about .columnas .columna.izq p {
    font-size: 2em;
    line-height: 1.7em;
    letter-spacing: 0.01em;
    color: #4B4B4B;
    max-width: 23.5em;
}
#about .columnas .columna.izq p strong {
    font-weight: 500;
}
#about .columnas .columna.izq p.intro {
    font-size: 3.5em;
    letter-spacing: inherit;
    line-height: 1.2em;
    max-width: 13.5em;
    color: #333132;
    margin-bottom: 0.8em;
    font-weight: 400;
}
#about .columnas .columna.izq p.intro strong {
    font-weight: 600;
}

#about .columnas .columna.der p {
    margin: 1em 0;
}
#about .columnas .columna.der p:first-of-type {
    margin-top: 0;
}


#history {
    background: #F2F2F2;
    padding: 11em 0;
    overflow: hidden;
}
#history .columnas::before {
    content: "";
    position: absolute;
    right: 50%;
    width: 50vw;
    height: 100%;
    background: #F2F2F2;
    z-index: 1;
}
#history .columnas {
    margin: 0 -1.5em;
}
#history .columnas .columna {
    padding: 1.5em;
    flex: 0 0 50%;
    max-width: 50%;
}
#history .columnas .columna.izq {
    z-index: 2;
}
#history .columnas .columna.izq p {
    max-width: 21.65em;
}
#history .columnas .columna.der {
    z-index: 0;
}

#history .slider {
    overflow: inherit;
}

#history .slider .item {
    padding-bottom: 2em;
}

#history .slider .num {
    position: relative;
    margin-bottom: 2em;
}
#history .slider .num::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: -4em;
    border-top: 1px dashed #9D9D9D;
}
#history .slider .num span {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 2em;
    line-height: 1em;
    text-align: center;
    background: #F2F2F2;
    color: #E44A4B;
    border: 2px solid #E44A4B;
    border-radius: 10000px;
    padding: 0.7em 1em 0.5em;
    min-width: 5em;
}
#history .slider h3 {
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.3em;
    color: #4B4B4B;
}
#history .slider p {
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.7em;
    color: #4B4B4B;
    max-width: 14em;
}

#mullerway {
    padding: 11em 0 8em;
    background: #ffffff;
}
#mullerway .columnas {
    margin: 0 -1.5em;
}
#mullerway .columna {
    padding: 1.5em;
}
#mullerway .columna.izq {
    flex: 0 0 55%;
    max-width: 55%;
}
#mullerway .columna.izq .titulo {
    margin-bottom: 0.3em;
}
#mullerway .columna.izq p {
    max-width: 28.65em;
}
#mullerway .columna.der {
    flex: 0 0 45%;
    max-width: 45%;
}
#mullerway .columna.der img {
    width: 100%;
    border-radius: 1em;
}

#mullerway .slider {
    margin-top: 6em;
}

#mullerway .slider .item {
    padding: 3em 3em 0em 7em;
    position: relative;
}

#mullerway .slider h4 {
    position: absolute;
    left: 0.1em;
    top: 0em;
    font-weight: 600;
    font-size: 12em;
    line-height: 1em;
    color: #D6D6D6;
}

#mullerway .slider h3 {
    font-weight: 600;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #E44A4B;
    position: relative;
    margin-bottom: 0.4em;
}
#mullerway .slider p {
    font-size: 1.7em;
    position: relative;
}


#community {
    padding: 10em 0;
    background: #F2F2F2;
}
#community .titulo {
    margin-bottom: 0.3em;
    font-size: 4.5em;
}
#community .intro {
    max-width: 28.65em;
}

#community .solapas {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -1em;
}
#community .solapas .scroll {
    flex: 0 0 42%;
    max-width: 42%;
}
#community .solapas .contenidos {
    flex: 0 0 58%;
    max-width: 58%;
    margin: 1em 0;
    display: flex;
    align-items: center;
}
#community .solapas .scroll .solapascontainer {
    flex-wrap: wrap;
    padding: 0 4em 0 1em;
}
#community .solapas .scroll .solapascontainer .item,
#community .solapas .scroll .solapascontainer .item:first-of-type,
#community .solapas .scroll .solapascontainer .item:last-of-type {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1em 0;
}

#community .solapas .scroll .solapascontainer .item .solapa {
    width: 100%;
}

#community .solapas .solapa {
    justify-content: flex-start;
    border-radius: 1em;
    padding: 2.5em 2.5em;
    position: relative;
}
#community .solapas .solapa span {
    font-size: 1.9em;
}

#community .solapas .columnas {
    margin: 0 -1.5em;
    align-items: stretch;
}

#community .solapas .columnas .columna {
    padding: 1.5em;
}
#community .solapas .columnas .columna.col1 {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 2.5em 1.5em;
}
#community .solapas .columnas .columna.col2 {
    flex: 0 0 55%;
    max-width: 55%;
}
#community .solapas p {
    font-size: 1.6em;
    line-height: 1.5em;
    margin: 0.5em 0;
}
#community .solapas p a {
    color: #E44A4B;
    text-decoration: underline;
}



footer .footer1 {
    background: #333132;
    padding: 4em 0;
    position: relative;
    overflow: hidden;
}
footer .footer1::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-30%,-48%);
    background: url(images/fondo_isotipo2.svg) center no-repeat;
    background-size: cover;
    width: 81.3em; height: 60.4em;
}
footer .footer2 {
    background: #ffffff;
    padding: 3em 0 4em;
}
footer .footer2 img {
    display: block;
    margin: 0 auto;
}
footer .footer1 .columnas {
    margin: 0 -1.5em;
}
footer .footer1 .columnas .columna {
    padding: 1.5em;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
footer .footer1 p,
footer .footer1 h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #FFFFFF;
    margin: 1em 0;
}
footer .footer1 h3 {
    font-size: 1.6em;
}
footer .footer1 p a {
    color: #ffffff;
}
footer .footer1 p a:hover {
    color: #E44A4B;
}
footer .footer1 p .redes {
    display: inline-block;
    vertical-align: middle;
    padding: 0.3em;
}
footer .footer1 p .redes img,
footer .footer1 p .redes svg {
    height: 1.6em;
    width: auto;
}
footer .footer1 p .redes svg path {
    stroke:  #ffffff;
    transition: all 0.3s;
}
footer .footer1 p .redes:hover svg path {
    stroke: #E44A4B;
}


footer .footer1 .columnas2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5em;
    justify-content: space-between;
}
footer .footer1 .columnas2 .columna {
    padding: 1.0em;
}
footer .footer1 .columnas2 .columna p {
    font-size: 1.1em;
    line-height: 1.5em;
    color: #FFFFFF;
}

#clients {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    height: 17em;
}
#clients .scroll {
    position: absolute;
    left: 0;
    top: 4em;
    display: flex;
    align-items: center;
}
#clients .scroll .logo {
    padding: 0 2em;
}
#clients .scroll .logo img {
    display: block;
    margin: 0 auto;
    filter: grayscale(100%);
}


.botonMenuMobile.top {
    top: 7em;
}

#headerSlider {
    height: 60em;
    position: relative;
    padding: 11em 0;
    overflow: hidden;
    background: #333132;
    user-select: none;
}
#headerSlider .banners,
#headerSlider .banners .banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center no-repeat;
    background-size: cover;
}
#headerSlider .banners .banner,
#headerSlider .contenido .titulos .headertitulo {
    display: none;
}
#headerSlider .banners .banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333132;
    mix-blend-mode: multiply;
    opacity: 0.3;
}

#headerSlider .contenido {
    position: relative;
    height: 100%;
}
#headerSlider .contenido .container {
    height: 100%;
}
#headerSlider .contenido .titulos {
    width: 100%;
    height: 100%;
    position: relative;
}
#headerSlider .contenido .titulos .titulo {
    position: absolute;
    left: 0;
    top: 0;
}
#headerSlider .contenido .titulos .headertitulo {
    position: absolute;
    top: 0;
}
#headerSlider .contenido .titulos .headertitulo.top {
    top: 15%;
}
#headerSlider .contenido .titulos .headertitulo h1 {
    font-weight: 600;
    font-size: 6em;
    line-height: 1.1em;
    color: #FFFFFF;
    /*max-width: 11em;*/
    text-shadow: 0px 0px 0.15em rgba(0, 0, 0, 0.15);
}

#headerSlider .contenido .titulos .headertitulo h2 {
    position: absolute;
    left: 0;
    top: 17em;
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #FFFFFF;
}

#headerSlider .botonesFlechas {
    position: absolute;
    left: 0;
    bottom: 0;
}
#headerSlider .botonesFlechas .flecha {
    border-color: #ffffff;
}
#headerSlider .botonesFlechas .flecha svg path {
    stroke: #ffffff;
}

#headerSlider .botonesFlechas .flecha:hover {
    background: #ffffff;
}
#headerSlider .botonesFlechas .flecha:hover svg path {
    stroke: #333132;
}


#what {
    padding: 12em 0 9em;
    background: #ffffff;
    position: relative;
}


#what::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60em;
    height: 44.5em;
    background: url(images/fondo_isotipo.svg) center no-repeat;
    background-size: auto;
    background-size: cover;
    margin-left: -80em;
    margin-top: -2em;
}

#what .columnas {
    margin: 0 -1.5em;
    align-items: center;
}
#what .columna {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 1.5em;
    position: relative;
}
#what .columna h2 {
    position: absolute;
    right: 100%;
    top: 1.1em;
    font-weight: 600;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 0.01em;
    color: #E44A4B;
    margin-right: 2em;
    width: 20em;
    text-align: right;
    transform-origin: top right;
    transform: rotate(-90deg);
}
#surfaces #what .columna h2 {
    color: #178EA3;
}
#industrial #what .columna h2 {
    color: #67C9D4;
}

#what .video {
    position: relative;
    display: inline-block;
}
#what .video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333132;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s;
}
#what .video:hover::before {
    opacity: 0.3;
}
#what .video img {
    display: block;
    position: relative;
}
#what .video svg {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    width: 10em; height: auto;
    z-index: 2;
}
#what .video svg path {
    stroke: #ffffff;
    fill: rgba(255, 255, 255, 0);
    transition: all 0.3s;
}
#what .video:hover svg path:nth-of-type(2) {
    fill: #E44A4B;
}
#what .video:hover svg path:nth-of-type(1) {
    fill: rgba(255, 255, 255, 1);
}

#surfaces #what .video svg path {
    stroke: #178EA3;
    fill: rgba(23, 142, 163, 0);
}
#surfaces #what .video:hover svg path:nth-of-type(2) {
    fill: #ffffff;
}
#surfaces #what .video:hover svg path:nth-of-type(1) {
    fill: rgba(23, 142, 163, 1);
}

#industrial #what .video svg path {
    stroke: #67C9D4;
    fill: rgba(103, 201, 212, 0);
}
#industrial #what .video:hover svg path:nth-of-type(2) {
    fill: #ffffff;
}
#industrial #what .video:hover svg path:nth-of-type(1) {
    fill: rgba(103, 201, 212, 1);
}

#what p {
    max-width: 24.9em;
    margin: 1em 0;
}
#what p:first-of-type {
    margin-top: 0;
}
#what p:last-of-type {
    margin-bottom: 0;
}

#ourServices {
    padding: 9.5em 0;
    background: #F2F2F2;
}


.selectGrande {
    display: inline-block;
    width: 100%;
    max-width: 51em;
    position: relative;
    text-align: left;
    user-select: none;
    margin: 0;
}
.selectGrande .selected,
.selectGrande .desplegable .option {
    padding: 3em 7.5em 3em 3.5em;
    background: #ffffff;
    transition: all 0.3s;
    cursor: pointer;
}
.selectGrande .selected span,
.selectGrande .desplegable .option span {
    font-weight: 500;
    font-size: 2.4em;
    line-height: 1em;
    color: #9D9D9D;
    transition: all 0.3s;
}
.selectGrande .selected:hover span {
    color: #333132;
}
.selectGrande .desplegable {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 10000;
    display: none;
    overflow: hidden;
}
.selectGrande .selected,
.selectGrande .desplegable {
    box-shadow: 0 0.4em 0.4em 0.2em rgba(0, 0, 0, 0.05);
}
.selectGrande .desplegable .option span {
    font-weight: 300;
}
.selectGrande .desplegable .option:hover {
    background: #178EA3;
}
.selectGrande .desplegable .option:hover span {
    color: #ffffff;
}

.selectGrande .selected {
    position: relative;
}
.selectGrande .selected svg {
    position: absolute;
    right: 3em;
    top: 50%;
    transform: translateY(-50%);
    width: 2.7em;
    transition: all 0.3s;
    transform-origin: center;
}

#ourServices .contenido {
    padding-top: 3em;
}

#ourServices .columnas {
    margin: 0 -1.5em;
    align-items: center;
}
#ourServices .columnas .columna {
    padding: 1.5em;
    flex: 0 0 50%;
    max-width: 50%;
}

#ourServices .boton {
    font-size: 1.8em;
}

.popupContainer .popupGaleria {
    width: 93vw;
    max-width: 90em !important;
    padding: 4em 5em 3em;
}



.popupGaleria h2 {
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #E44A4B;
    margin-bottom: 1em;
}
#surfaces .popupGaleria h2 {
    color: #178EA3;
}
#industrial .popupGaleria h2 {
    color: #67C9D4;
}
.popupGaleria h2 strong {
    color: #333132 !important;
    font-weight: 600;
}

.popupGaleria .fotoGrande {
    margin-bottom: 1em;
}
.popupGaleria .fotoGrande img,
.popupGaleria .fotoGrande video {
    width: 100%;
    display: block;
}
.popupGaleria .fotoGrande video {
    box-shadow: 0 1em 1.5em 0 rgba(0,0,0,0.2);
}

.popupGaleria .item .thumb {
    width: 100%;
    height: 12.5em;
    background: center no-repeat;
    background-size: cover;
    margin-bottom: 0;
    position: relative;
}
.popupGaleria .item .thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333132;
    opacity: 0;
    transition: all 0.3s;
}
.popupGaleria .item:hover .thumb::before,
.popupGaleria .item.activo .thumb::before {
    opacity: 0.5;
}

.popupGaleria .slider .mask {
    margin: 0 -1em;
}
.popupGaleria .slider .item {
    padding: 1em;
    cursor: pointer;
}
.popupGaleria .slider .item {
}


#ourIndustries {
    padding: 8em 0 10em;
    background: #ffffff;
}
#ourIndustries .intro {
    text-align: center;
    max-width: 22em;
    margin: 0 auto 2em;
}

#ourIndustries .cuadroscroll {
    overflow-x: auto;
}
#ourIndustries .cuadro {
    min-width: 95em;
}

#ourIndustries .cuadro table {
    border-collapse: collapse;
    table-layout: fixed;
    position: relative;
}
#ourIndustries .cuadro .sticky {
    position: sticky;
    left: 0;
}
#ourIndustries .cuadro th {
    background: #178EA3;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.3em;
    color: #FFFFFF;
    border: 0;
    padding: 0.76em 1.53em;
}
#ourIndustries .cuadro th:first-of-type {
    border-radius: 0.3em 0 0 0.3em;
}
#ourIndustries .cuadro th:last-of-type {
    border-radius: 0 0.3em 0.3em 0;
}
#ourIndustries .cuadro td {
    padding: 1.8em 1em;
    width: 12%;
    background: #ffffff;
}
#ourIndustries .cuadro tr td:first-of-type {
    padding-left: 2em;
}
#ourIndustries .cuadro td img {
    width: 3em;
    display: block;
    margin: 0 auto;
}
#ourIndustries .cuadro td h4,
#ourIndustries .cuadro td p {
    font-style: normal;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.3em;
    color: #4B4B4B;
}
#ourIndustries .cuadro td h4 {
    font-weight: 500;
}
#ourIndustries .cuadro td p span {
    color: #178EA3;
}

#ourIndustries .cuadro tr:nth-of-type(even) td {
    background: #F2F2F2;
}
#ourIndustries .cuadro tr:nth-of-type(even) td:first-of-type {
    border-radius: 0.4em 0 0 0.4em;
}
#ourIndustries .cuadro tr:nth-of-type(even) td:last-of-type {
    border-radius: 0 0.4em 0.4em 0;
}

#ourIndustries .cuadro .botonKnow {
    display: inline-block;
    margin: 0 auto;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.1em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #178EA3;
    padding: 1em 1.2em;
    background: rgba(23, 142, 163, 0.25);
    cursor: pointer;
    border-radius: 0.3em;
}
#ourIndustries .cuadro .botonKnow:hover {
    background: rgba(23, 142, 163, 1);
    color: #ffffff;
}


#workingTogether {
    padding: 8.5em 0;
    background: #F2F2F2;
}

#global #workingTogether,
#industrial #workingTogether {
    background: #ffffff;
}

#workingTogether .columnas {
    margin: 0 -1.5em;
}
#workingTogether .columnas .columna {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 1.5em;
}
#workingTogether .columnas .columna.izq {
    padding-top: 3em;
}
#workingTogether .titulo {
    font-size: 4.2em;
    line-height: 1.3em;
}

#workingTogether .columnas .columna.izq p {
    max-width: 20.5em;
    color: #212529;
}
#workingTogether .columnas .columna.izq p strong {
    font-weight: 500;
}

#workingTogether .items .item {
    padding: 1.5em 0;
}
#workingTogether .items .item .bloque {
    background: #FFFFFF;
    box-shadow: 0 0 0.9em rgba(0, 0, 0, 0.15);
    border-radius: 1em;
    padding: 3.0em 3.5em 3.0em 6.5em;
    position: relative;
    height: 100%;
}
#workingTogether .items .item .bloque .icono {
    width: 7.5em; height: 7.5em;
    position: absolute;
    left: -3.75em;
    top: 50%;
    transform: translateY(-50%);
}
#workingTogether .items .item:nth-of-type(odd) .bloque .icono {
    background: #178EA3;
}
#global #workingTogether .items .item:nth-of-type(odd) .bloque .icono {
    background: #E44A4B;
}
#industrial #workingTogether .items .item .bloque .icono {
    background: #67C9D4;
}

#workingTogether .items .item .bloque h4,
#workingTogether .items .item .bloque p {
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    color: #212529;
}
#workingTogether .items .item .bloque h4 {
    font-weight: 600;
}


#contactTeam {
    padding: 7.5em 0;
    background: #333132;
    position: relative;
    overflow: hidden;
}
#contactTeam .columnas {
    margin: 0 -1.5em;
}
#contactTeam .columnas .columna {
    padding: 1.5em;
}
#contactTeam .columnas .columna.izq {
    flex: 0 0 55%;
    max-width: 55%;
}
#contactTeam .columnas .columna.der {
    flex: 0 0 45%;
    max-width: 45%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0 -1.5em;
    position: relative;
}
#contactTeam .columnas .columna.der .ficha {
    width: 66em;
    position: absolute;
    left: 0;
    bottom: 1.5em;
    display: flex;
    align-items: flex-end;
}
#contactTeam .columnas .columna.der .col {
    padding: 0 1.5em;
}

#contactTeam .titulo {
    font-size: 4.2em;
    color: #ffffff;
    max-width: 10.62em;
    line-height: 1.3em;
}
#contactTeam .columna.izq p {
    color: #ffffff;
    max-width: 29.0em;
}
#contactTeam .columnas .columna.der .foto {
    width: 100%;
    max-width: 25.2em;
    display: block;
}
#contactTeam .columnas .columna.der h3,
#contactTeam .columnas .columna.der h4 {
    font-weight: 600;
    font-size: 2.2em;
    line-height: 1.4em;
    color: #E44A4B;
}
#contactTeam .columnas .columna.der h4 {
    color: #ffffff;
}
#contactTeam .columnas .columna.der .boton {
    background: #E44A4B;
}
#contactTeam .columnas .columna.der .boton:hover {
    background: #ffffff !important;
    color: #E44A4B;
}

#contactTeam::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(20%,-48%);
    background: url(images/fondo_isotipo2.svg) center no-repeat;
    background-size: cover;
    width: 95.3em; height: 70.7em;
    opacity: 0.6;
}


#datos {
    padding: 7em 0;
    background: #ffffff;
}
#datos .items {
    margin: 0 -1em;
}
#datos .item {
    padding: 1em;
    flex: 0 0 25%;
    max-width: 25%;
}
#datos .item .bloque {
    background: #FFFFFF;
    box-shadow: 0 0 0.9em rgba(0, 0, 0, 0.15);
    border-radius: 1em;
    padding: 3em 3.3em;
    height: 100%;
    position: relative;
}

#datos .item .bloque .icono {
    width: 7.5em;
    height: 7.5em;
    margin-bottom: 2em;
}
#datos .item:nth-of-type(odd) .bloque .icono {
    background: #178EA3;
}
#industrial #datos .item:nth-of-type(odd) .bloque .icono {
    background: #67C9D4;
}

#datos .item .bloque p,
#datos .item .bloque h3 {
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    color: #4B4B4B;
}
#datos .item .bloque p strong {
    font-weight: 500;
    color: #212529;
}
#datos .item .bloque h3 {
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.1em;
}

#datos .items.global {
    flex-direction: column;
    height: 48em;
}
#datos .items.global .item {
    flex: 0 0 auto;
    max-width: 60%;
    padding: 1.5em;
}
#datos .items.global .item.grande {
    max-width: 40%;
}
#datos .items.global .item.grande .bloque {
    height: 44.2em;
}

#datos .items.global .item.normal .bloque .icono {
    position: absolute;
    left: 4em;
    top: 50%;
    transform: translateY(-50%);
    
}
#datos .items.global .item.normal .bloque {
    padding-left: 15em;
}

#global #datos .items.global .item .bloque .icono {
    background: #E44A4B;
}
#global #datos .items.global .item:nth-of-type(even) .bloque .icono {
    background: #4B4B4B;
}


#start {
    padding: 9em 0;
    background: #F2F2F2;
}
#start h2 {
    font-weight: 400;
    font-size: 4.5em;
    line-height: 1.1em;
    text-align: center;
    color: #333132;
    margin-bottom: 0.25em;
}
#start .intro {
    text-align: center;
    max-width: 43.5em;
    margin: 0 auto 4em;
}

#start .bloque {
    background: #E6E6E6;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#start .bloque .selects {
    padding: 1.5em 2em;
    flex: 0 0 93%;
    max-width: 93%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
#start .bloque .selects .col {
    flex: auto;
    max-width: 100%;
    padding: 1em 0;
}
#start .bloque .selects .col1 {
    flex: 0 0 33em;
}
#start .bloque .selects .col2 {
    flex: 0 0 70em;
}
#start .bloque .selects .label {
    display: inline-block; vertical-align: middle;
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #E44A4B;
    padding: 0.5em 1em;
}

#start .bloque .botonGo {
    flex: 0 0 7%;
    max-width: 7%;
    background: #E44A4B;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
}

#start .bloque .botonGo span {
    font-weight: 600;
    font-size: 2em;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
#start .bloque .botonGo:hover {
    background: #333132;
}

#start .bloque .form {
    padding: 1em 4em 3em;
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
}
#start .bloque .form .boton {
    background: #E44A4B;
}



.popupSurfacesIndustries {
    max-width: 110em !important;
}
#global .popupSurfacesIndustries {
    max-width: 94em !important;
}

.popupSurfacesIndustries .columnas {
}
.popupSurfacesIndustries .columnas .columna.izq {
    flex: 0 0 25%;
    max-width: 25%;
}
.popupSurfacesIndustries .columnas .columna.der {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 4em;
}
.popupSurfacesIndustries p,
.popupSurfacesIndustries li {
    font-size: 1.6em;
    line-height: 1.5em;
}
.popupSurfacesIndustries p {
    margin: 1.8em 0;
}
.popupSurfacesIndustries p:first-of-type {
    margin-top: 0;
}
.popupSurfacesIndustries p:last-of-type {
    margin-bottom: 0;
}
.popupSurfacesIndustries .color {
    color: #178EA3;
}
.popupSurfacesIndustries .foto {
    width: 100%;
    height: 100%;
    background: center no-repeat;
    background-size: cover;
}
.popupSurfacesIndustries ul {
    padding-left: 2em;
}




.desplegableHorizontal {
    display: flex;
    min-height: 60em;
    box-shadow: 0px 0px 0.9em rgba(0, 0, 0, 0.15);

}
.desplegableHorizontal .botonDesp {
    font-size: 1em;
    flex: 0 0 12%;
    max-width: 12%;
    background: #333132;
    position: relative;
    border-left: 1px solid #4B4B4B;
    cursor: pointer;
    transition: all 0.3s;
    user-select: none;
    text-transform: none;
    overflow: hidden;
}

.desplegableHorizontal .botonDesp:hover {
	background: #E44A4B
}
.desplegableHorizontal .botonDesp:first-of-type {
    border-left: 0;
}

.desplegableHorizontal .botonDesp .tituloboton {
    position: absolute;
    left: 50%;
    bottom: -2em;
    width: 100vh;
    
    height: 13em;
    display: flex;
    align-items: center;
    transform-origin: left center;
    transform: rotate(-90deg);
}

.desplegableHorizontal .botonDesp h4 {
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1.2em;
    color: #FFFFFF !important;
    transition: all 0.3s;
    margin: 0;
    text-align: left;

}

.desplegableHorizontal .botonDesp .icono {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4em;
    width: 6em; height: 6em;
    border: 2px solid #ffffff;
    background: transparent;
    border-radius: 10000px;
    transition: all 0.3s;
}
.desplegableHorizontal .botonDesp .icono svg {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    width: 4.0em; height: auto;
}

.desplegableHorizontal .botonDesp .icono svg * {
    fill: #ffffff;
    transition: all 0.3s;
}



.desplegableHorizontal .botonDesp.activo {
    background: #E44A4B;
}
#surfaces .desplegableHorizontal .botonDesp.activo {
    background: #178EA3;
}

#surfaces .desplegableHorizontal .botonDesp:hover {
    background: #178EA3;
	}
#surfaces .desplegableHorizontal .botonDesp:hover {
    border-left: 1px solid #178EA3;
}
	
#industrial .desplegableHorizontal .botonDesp.activo {
    background: #67C9D4;
}

.desplegableHorizontal .botonDesp.activo h4 {
    color: #212529;
    margin: 0;
}
#industrial .desplegableHorizontal .botonDesp.activo h4 {
    color: #333132 !important;
}

.desplegableHorizontal .botonDesp.activo .icono {
    border-color: #ffffff;
}
#industrial .desplegableHorizontal .botonDesp.activo .icono {
    border-color: #333132;
}
.desplegableHorizontal .botonDesp.activo .icono svg * {
    fill: #ffffff;
    transition: all 0.3s;
}
#industrial .desplegableHorizontal .botonDesp.activo .icono svg * {
    fill:  #333132;
}

#industrial .desplegableHorizontal .botonDesp:hover {
    background: #67C9D4;
}

#industrial .desplegableHorizontal .botonDesp:hover h4 {
    color: #333132 !important;
}
#industrial .desplegableHorizontal .botonDesp:hover .icono {
    border-color: #333132;
}
#industrial .desplegableHorizontal .botonDesp:hover .icono svg * {
    fill:  #333132;
}
.desplegableHorizontal .contenidoDesp {
    flex: 0 0 0%;
    max-width: 0%;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
}
.desplegableHorizontal .contenidoDesp .center {
    padding: 4.5em;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: left;
}
.desplegableHorizontal .contenidoDesp .center.scroll {
    overflow-y: auto;
    max-height: 100%;
}
/*.desplegableHorizontal .contenidoDesp.activo {
    flex: 0 0 52%;
    max-width: 52%;
}*/

.desplegableHorizontal .contenidoDesp .foto {
    max-width: 100%;
    display: block;
    margin-bottom: 2em;
}

.desplegableHorizontal .contenidoDesp p {
    font-size: 1.6em;
}
.desplegableHorizontal .contenidoDesp h4 {
    font-weight: 600;
    font-size: 1.6em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #E44A4B;
}

.desplegableHorizontal .contenidoDesp ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 1.5em;
    columns: 2;
}
.desplegableHorizontal .contenidoDesp ul li {
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    color: #4B4B4B;
    margin: 0;
}
.desplegableHorizontal .contenidoDesp ul li:first-of-type {
    margin-top: 0;
}

.desplegableHorizontal .contenidoDesp ul li::before {
    content: "»"; color: #67C9D4;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.desplegableHorizontal .contenidoDesp .items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.desplegableHorizontal .contenidoDesp .item {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding: 1.5em 2em 1.5em 6.5em;
}
.desplegableHorizontal .contenidoDesp .item.i2 {
    flex: 0 0 50%;
    max-width: 50%;
}

.desplegableHorizontal .contenidoDesp .item .icono {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #212529;
    border-radius: 10000px;
}
.desplegableHorizontal .contenidoDesp .item .icono img,
.desplegableHorizontal .contenidoDesp .item .icono svg {
    width: 5em;
}
.desplegableHorizontal .contenidoDesp .item .icono svg * {
    fill: #ffffff;
}

.desplegableHorizontal .contenidoDesp .item:nth-of-type(2) .icono,
.desplegableHorizontal .contenidoDesp .item:nth-of-type(3) .icono,
.desplegableHorizontal .contenidoDesp .item:nth-of-type(6) .icono,
.desplegableHorizontal .contenidoDesp .item:nth-of-type(7) .icono,
.desplegableHorizontal .contenidoDesp .item:nth-of-type(10) .icono,
.desplegableHorizontal .contenidoDesp .item:nth-of-type(11) .icono  {
    background: #FFC900;
}
.desplegableHorizontal .contenidoDesp .item:nth-of-type(2) .icono svg *,
.desplegableHorizontal .contenidoDesp .item:nth-of-type(3) .icono svg *,
.desplegableHorizontal .contenidoDesp .item:nth-of-type(6) .icono svg *,
.desplegableHorizontal .contenidoDesp .item:nth-of-type(7) .icono svg *,
.desplegableHorizontal .contenidoDesp .item:nth-of-type(10) .icono svg *,
.desplegableHorizontal .contenidoDesp .item:nth-of-type(11) .icono svg *  {
    fill: #333132;
}


.desplegableHorizontal .contenidoDesp .item p {
    font-style: normal;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1.1em;
    letter-spacing: 0.01em;
    color: #333132;
    margin: 0;
}

.desplegableHorizontal .contenidoDesp .subitem {
    padding-left: 8em;
    position: relative;
    min-height: 6em;
    display: flex;
    align-items: center;
}
.desplegableHorizontal .contenidoDesp .subitem .icono {
    position: absolute;
    left: 0;
    top: 0;
}
#industrial .desplegableHorizontal .contenidoDesp .subitem .icono {
    background: #67C9D4;
}
#surfaces .desplegableHorizontal .contenidoDesp .subitem .icono {
    background: #178EA3;
}
.desplegableHorizontal .contenidoDesp .subitem .icono.gris {
    background: #333132 !important;
}

.desplegableHorizontal .contenidoDesp .subitem a {
    display: inline-block;
    color: #E44A4B;
    font-weight: 500;
}
#surfaces .desplegableHorizontal .contenidoDesp .subitem a {
    color: #178EA3;
}
.desplegableHorizontal .contenidoDesp .subitem a:hover {
    color: #333132 !important;
}

.desplegableHorizontal .contenidoDesp .subitems {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5em;
}
.desplegableHorizontal .contenidoDesp .subitems .subitem {
    padding: 1.5em;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10em;
}

.desplegableHorizontal .contenidoDesp .subitems .subitem .icono {
    top: 1.5em;
    left: 1.5em;
}


.botonesServicios {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.botonesServicios .botonServicio {
    font-weight: 300;
    font-size: 2.4em;
    line-height: 1em;
    text-align: center;
    color: #9D9D9D;
    min-width: 14.16em;
    padding: 1em 1.5em;
    background: #ffffff;
    border-right: 1px solid #F2F2F2;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 0.2em 0.2em 0.1em rgba(0, 0, 0, 0.05);
    margin: 0.25em 0;
}
.botonesServicios .botonServicio::last-of-type {
    border-right: 0;
}

.botonesServicios .botonServicio:hover {
    color: #333132;
}

.botonesServicios .botonServicio.activo {
    background: #E44A4B;
    color: #ffffff;
    font-weight: 600;
}

#industrial .botonesServicios .botonServicio.activo {
    background: #67C9D4;
}




#contactus {
    padding: 2em 0 8em;
    background: #ffffff;
    position: relative;
    overflow-x: hidden;
}
#contactus .columnas {
    margin: 0 -3em;
}
#contactus .columnas .columna {
    padding: 3em;
}
#contactus .columnas .columna.izq {
    flex: 0 0 70%;
    max-width: 70%;
}
#contactus .columnas .columna.der {
    flex: 0 0 30%;
    max-width: 30%;
}


#contactus .titulo {
    color: #E44A4B;
}

#contactus .columnas .columna.der h4 {
    font-size: 1.7em;
    font-weight: 600;
    margin-bottom: 0.5em;
}
#contactus .columnas .columna.der p {
    font-size: 1.5em;
}
#contactus .columnas .columna.der a {
    color: #E44A4B;
    font-weight: 500;
}
#contactus .columnas .columna.der .foto {
    filter: grayscale(100%);
    width: 38em;
    max-width: none;
}


#contactus::before,
#privacy #privacy::before  {
    content: "";
    position: absolute;
    left: 50%;
    top: 0em;
    width: 68em;
    height: 50.5em;
    background: url(images/fondo_isotipo.svg) center no-repeat;
    background-size: cover;
}

#contactus .items {
    margin: 0 -1.5em;
}
#contactus .items .item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1.5em;
}

#privacy {
    background: #ffffff;
    padding: 5em 0;
    position: relative;
    overflow-x: hidden;
}

#privacy .titulo {
    font-weight: 600;
    color: #E44A4B;
}
#privacy p,
#privacy li {
    font-size: 1.6em;
}
#privacy p {
    margin: 1.5em 0;
}

#members {
    padding: 10em 0;
    background: #ffffff;
}
#members h2 {
    color: #333132;
    text-align: center;
    font-size: 3.2em;
    margin-bottom: 1em;
    font-weight: 600;
}
#members .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#members .logo {
    padding: 3em;
}
#members .logo img {
    display: block;
}


#reviews {
    padding: 12em 0 12em;
}
#reviews h3 {
    font-weight : bold;
    font-size : 2.4em;
    color : #333132;
    margin-bottom: 1em;
}
#reviews p {
    font-style : italic;
    font-size : 2.5em;
    color : #333132;
}
#reviews h4 {
    font-size : 2.4em;
    line-height: 1.3em;
    color : #333132;
    margin-top: 1em;
}



/* ---------------------- Media Queries ------------------ */

@media (max-width: 1850px) {
    body {
        font-size: 9.5px;
    }
}
@media (max-width: 1800px) {
    body {
        font-size: 9px;
    }    
}

@media (max-width: 1700px) {
    body {
        font-size: 8.5px;
    }
}

@media (max-width: 1650px) {    
}

@media (max-width: 1600px) {
    body {
        font-size: 8px;
    }
}

@media (max-width: 1500px) {
    
}

@media (max-width: 1400px) {
    
}

@media (max-width: 1300px) { 
}

@media (max-width: 1250px) {
}

@media (max-width: 1200px) {
    .galeria .thumb {
        height: 14em;
    }
}

@media (max-width: 1150px) {
    #community .solapas .scroll,
    #community .solapas .contenidos {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #community .solapas .scroll .solapascontainer {
        flex-wrap: nowrap;
        padding: 0;
    }
    #community .solapas .scroll .solapascontainer .item, #community .solapas .scroll .solapascontainer .item:first-of-type, #community .solapas .scroll .solapascontainer .item:last-of-type {
        flex: 0 0 auto;
        max-width: none;
        padding: 1em 0.5em 0;
    }
    #community .solapas .scroll .solapascontainer .item .solapa {
        width: 23em;
        border-radius: 1em 1em 0 0;
    }
    .solapas .solapa svg {
        display: none;
    }
    #community .solapas .contenidos {
        margin-top: 0;
    }
    #community .solapas .columnas {
        align-items: center;
    }

    #contactTeam .columnas .columna.izq,
    #contactTeam .columnas .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #contactTeam .titulo,
    #contactTeam .columna.izq p {
        max-width: none;
    }
    #contactTeam .columnas .columna.der {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #contactTeam .columnas .columna.der .col {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    #contactTeam .columnas .columna.der .ficha {
        position: static;
        width: auto;
        flex-wrap: wrap;
    }

}

@media (max-width: 1100px) {

    #contactus .columnas .columna.izq,
    #contactus .columnas .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #contactus .items .item {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (max-width: 1050px) {
    #home #intro .columna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #home #intro .columna.izq {
        padding-bottom: 6em;
    }
    #home #intro .columna.izq p {
        max-width: none;
    }
    #home #intro .columna.der .bloque .rotate {
        position: static;
        transform: none;
        width: auto;
        text-align: left;
    }
    #home #intro .columna.der .bloque {
        padding: 4em 6em;
    }

    #datos .item {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (max-width: 1050px) {

    #start .bloque .selects {
        flex: 0 0 90%;
        max-width: 90%;
    }
    #start .bloque .botonGo {
        flex: 0 0 10%;
        max-width: 10%;
    }

    #datos .items.global {
        flex-direction: row;
        height: auto;
    }
    #datos .items.global .item.grande,
    #datos .items.global .item.normal {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #datos .items.global .item.grande .bloque {
        height: auto;
        padding-left: 15em;
    }

    #datos .items.global .item.grande .bloque .icono {
        position: absolute;
        left: 4em;
        top: 50%;
        transform: translateY(-50%);
    }

}

@media (max-width: 1000px) {
    #ourpeople .items .item {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .desplegableHorizontal {
        flex-wrap: wrap;
        min-height: auto !important;
        height: auto !important;
    }
    .desplegableHorizontal .botonDesp,
    .desplegableHorizontal .contenidoDesp {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .desplegableHorizontal .botonDesp .tituloboton {
        position: static;
        transform: none;
        height: auto;
        padding: 3em 11em 3em 3em;
        width: 100%;
    }
    .desplegableHorizontal .botonDesp .icono {
        left: auto;
        right: 3em;
        top: 50%;
        transform: translateY(-50%);
    }
    .desplegableHorizontal .botonDesp {
        border-left: none;
        border-top: 1px solid #4B4B4B;
    }
    .desplegableHorizontal .botonDesp:first-of-type {
        border-top: none;
    }

    .desplegableHorizontal .contenidoDesp .center.scroll {
        overflow-y: visible;
        max-height: none;
    }
}

@media (max-width: 950px) {
    .botonMenuMobile,
    #menuMobile {
        display: block;
    }
    #menuTop .columna.izq,
    #menuPrincipal .columna.der {
        display: none;
    }
    #menuTop .columnas {
        justify-content: flex-end;
    }
    #what .columna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #what p {
        max-width: none;
    }
    #what .columna h2 {
        position: static;
        text-align: left;
        transform: none;
        margin-bottom: 2em;
    }
}

@media (max-width: 900px) {
    #home .galeria .paginacion .flechas {
        left: 25%;
    }
    #why .columnas {
        padding-bottom: 2em;
    }
    #why .items .item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0;
    }
    #why .items .item .bloque {
        padding: 3em 3em 3em 10em;
    }
    #why .items .item .bloque .icono {
        left: 2em;
    }
    #history .columnas .columna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #history .columnas::before {
        display: none;
    }
    #history .columnas .columna.izq p {
        max-width: none;
    }
    #mullerway .columna.izq,
    #mullerway .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #mullerway .columna.der { order: 1; padding-bottom: 3em; }
    #mullerway .columna.izq { order: 2; }
    #mullerway .columna.der img {
        max-width: 70em;
    }
    #mullerway .columna.izq p {
        max-width: none;
    }
    footer .footer1 .columnas .columna {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #about .columnas .columna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #about .columnas .columna.izq p,
    #about .columnas .columna.izq p.intro {
        max-width: none;
    }
    #ourServices .columnas .columna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #workingTogether .columnas .columna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #workingTogether .columnas .columna.izq p {
        max-width: none;
    }
    #workingTogether .columnas .columna.izq {
        padding-bottom: 4em;
    }
    #workingTogether .titulo br {
        display: none;
    }

    #workingTogether .items {
        margin: 0 -2.5em;
    }
    #workingTogether .items .item {
        padding: 1.5em 2.5em;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #workingTogether .items .item .bloque .icono {
        left: -3em;
        top: 7em;
    }

    
    #contactTeam .titulo {
        font-size: 3.5em;
    }

}

@media (max-width: 850px) {
    .popupSurfacesIndustries .columnas .columna.izq {
        display: none;
    }
    .popupSurfacesIndustries .columnas .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
}


@media (max-width: 800px) {
    #menuPrincipal .columna.der {
        display: none;
    }
    #headerHome .desktop {
        display: none;
    }
    #headerHome .mobile {
        display: block;
    }
    .container {
        padding: 0 6em;
    }
    #headerSlider {
        height: 50em;
    }
    #headerSlider .contenido .titulos .headertitulo h1 {
        font-size: 5em;
    }
    #headerSlider {
        padding: 9em 0;
    }
    #headerSlider .contenido .titulos .headertitulo h2 {
        top: 14em;
    }
}

@media (max-width: 750px) {
    #community .solapas .columnas .columna.col1,
    #community .solapas .columnas .columna.col2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #popupOurpeople .columnas .columna.izq,
    #popupOurpeople .columnas .columna.der {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #popupOurpeople .columnas .columna.izq img {
        max-width: 25em;
    }
    #ourIndustries .cuadro td {
        width: 13%;
    }
}


@media (max-width: 700px) {
    #home .galeria .paginacion .flechas {
        left: 0;
    }
    #history .slider h3 {
        font-size: 2.1em;
    }
    #history .slider p {
        font-size: 1.4em;
    }
    #ourpeople .items .item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    #workingTogether .items .item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #start .bloque .selects {
        flex: 0 0 87%;
        max-width: 87%;
    }
    #start .bloque .botonGo {
        flex: 0 0 13%;
        max-width: 13%;
    }

    .desplegableHorizontal .contenidoDesp .subitems .subitem {
        flex: 0 0 100%;
        max-width: 100%;
    }

}



@media (max-width: 650px) {
}

@media (max-width: 600px) {
    .container {
        padding: 0 4em;
    }
    .titulo {
        font-size: 4.2em;
    }
    #home #intro .columna.der .bloque {
        padding: 4em;
    }
    #start h2 {
        font-size: 3.5em;
        margin-bottom: 0.7em;
    }
    #start .bloque .form {
        padding: 1em 3em 3em;
    }
    .popupContainer .popupGaleria {
        padding: 4em 3em 2em;
    }

    #headerSlider .contenido .titulos .headertitulo h1 {
        font-size: 4.5em;
    }

    .botonesServicios .botonServicio {
        width: 100%;
        max-width: 20em;
    }

}

@media (max-width: 550px) {
    #start .bloque .botonGo {
        flex: 0 0 20em;
        max-width: 20em;
        margin: 1em 3em 4em;
        padding: 2em;
    }
    #start .bloque .selects {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (max-width: 500px) {
    footer .footer1 .columnas .columna {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #ourpeople .items .item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #headerSlider {
        height: 40em;
    }
    #headerSlider .contenido .titulos .headertitulo h1 {
        font-size: 3.5em;
    }
    #headerSlider {
        padding: 7em 0;
    }
    #datos .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .popupGaleria .item .thumb {
        height: 8.5em;
    }
    .desplegableHorizontal .contenidoDesp .center {
        padding: 3em;
    }
    #headerSlider .contenido .titulos .headertitulo h2 {
        top: 11em;
    }
    #datos .items.global .item .bloque .icono {
        position: relative !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
    }
    #datos .items.global .item .bloque {
        padding-left: 3.3em !important;
    }
    #contactus .items .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 450px) {
    .popupGaleria .slider .items {
        margin: 0 -0.5em;
    }
    .popupGaleria .slider .item {
        padding: 0.5EM;
    }

    .galeria .thumb {
        height: 10em;
    }
}

@media (max-width: 400px) {
    .container {
        padding: 0 3em;
    }

    #workingTogether .items .item .bloque .icono {
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        margin-bottom: 1.5em;
    }
    #workingTogether .items .item .bloque {
        padding: 3em;
    }

}

@media (max-width: 350px) {
}

