@charset "UTF-8";

::-moz-selection { color: #fff;  background: #3c3c3b; }
::selection      { color: #fff;  background: #3c3c3b; }


/* Fundido */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* Generales */

h1 {
    font-family: NeoSansStd-Bold;
	font-size: 1.66em;
	color: #fff;
}
h2 {
    font-family: NeoSansStd-Bold;
	font-size: 1.33em;
	color: #3c3c3b;
    margin-bottom: 50px;
}
h2.sinmargenabajo {
    margin-bottom: 0.2em;
}
h2.servicioshome {
	font-size: 1.66em;
    text-align: center;
}
h3 {
    font-family: NeoSansPro-Regular;
	font-size: 1.33em;
	color: #e41f12;
}
h3.linearojasup {
    margin-top: 70px;
    margin-bottom: 1em;
    padding-top: 0.5em;
    border-top: solid 1px #e41f12;
}
p {
    font-family: NeoSansPro-Regular;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	color: #3c3c3b;
}
p a {
	color: #e41f12;
    text-decoration: underline;
    text-decoration-color: rgba(228, 31, 19, 1);
    transition: .3s;
}
p a:hover {
    text-decoration-color: rgba(228, 31, 19, 0.3);
}
p.grande {
	font-size: 1.16em;
    margin-top: 1em;
}
p.peque {
	font-size: 0.75em;
    margin-top: 2em;
}
.col2col p {
    margin-bottom: 1em;
}
.col2col p:last-child {
    margin-bottom: 0;
}
p.destacado {
	font-size: 1.16em;
}
b {
    font-family: NeoSansStd-Bold;
	font-weight: normal;
	font-style: normal;
}
i {
	font-family: NeoSansPro-Italic;
}
ul.idiomas {
    position: absolute;
    top: 50px;
    right: 5%;
    display: flex;
    z-index: 1;
}
a.idioma {
    font-family: NeoSansStd-Bold;
	font-weight: normal;
	font-style: normal;
	font-size: 0.88em;
	color: #3c3c3b;
	padding: 12px;
    border-radius: 50%;
    margin-left: 5px;
    transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
a.idioma:hover {
	background: #f2f2f2;
    color: #e41f12;
}
a.actual {
    background: #f2f2f2;
    color: #e41f12;
}


/* Botón volver arriba */

#button {
  display: inline-block;
  background-color: #e5e5e5;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 25px;
  right: 25px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
    border-radius: 50%;
}
#button {
  font-size: 1.33em;
  line-height: 55px;
  color: #e41f12;
}
#button:hover {
  cursor: pointer;
  background-color: #fff;
}
#button:active {
  background-color: #fff;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


/* Home */

.textoinicial {
	font-size: 3.75em;
	line-height: 1.2; 
    padding: 0.1em 0; 
    border-left: 30px solid #e41f12;
    margin: 30px auto;
    position: absolute;
    top: 10vh;
    left: 5%;
}
.textoinicial h1{ 
  background-color: #e41f12;
  padding: 0.2em 0;
  color: #fff; 
  display: inline;
  margin: 0; 
    font-family: NeoSansPro-Regular;
	font-size: 1em;
    
}
.textoinicial h1 strong { 
  position: relative;
  left: -15px; 
}
.fondoblancohome {
    background: #fff;
	width: 100%;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fondoblanco {
    background: #fff;
	width: 100%;
    padding: 65px 0 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fondogris {
	width: 100%;
    padding: 65px 0 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f2f2f2;
}
.titulocontenido {
    width: 90%;
	max-width:  1280px;
}
.bloquecontenido {
    width: 90%;
	max-width:  1280px;
    display: flex;
    justify-content: space-between;
}
.bloquecontenidoencolumnapadtop {
    width: 90%;
	max-width:  1280px;
    display: flex;
    flex-direction: column;
    padding-top: 70px;
}
.bloquecontenidoencolumna {
    width: 90%;
	max-width:  1280px;
    display: flex;
    flex-direction: column;
}
.columnas {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.col2col {
    width: 48%;
}
.col2col img {
    width: 100%;
    max-width: 535px;
}
.col3col {
    width: 31%;
}
.bloqueicono {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bloqueicono img {
    width: 80px;
    margin-bottom: 1.3em;
}
.bloqueicono img.home {
    width: 120px;
    margin-bottom: 2em;
}
.bloqueicono p {
    font-size: 1.16em;
	color: #e41f12;
    text-align: center;
}
.columnasiconos {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}
.bloqueicono7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12%;
    margin: 0 1%;
}
.bloqueicono7 img {
    width: 80px;
    margin-bottom: 1.3em;
}
.bloqueicono7 p {
    font-size: 1em;
	color: #e41f12;
    text-align: center;
}
.bloqueicono4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23%;
    margin: 0 1%;
}
.bloqueicono4 img {
    width: 80px;
    margin-bottom: 1.3em;
}
.bloqueicono4 p {
    font-size: 1em;
	color: #e41f12;
    text-align: center;
}
.bloqueicono3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 28%;
    margin: 3em 2.5% 0 2.5%;
}
.bloqueicono3 img {
    width: 80px;
    margin-bottom: 1.3em;
}
.bloqueicono3 p {
    font-size: 1em;
	color: #3c3c3b;
    text-align: center;
}

/* Footer */
.franjacatalogos {
	width: 100%;
    background: #3c3c3b;
    padding: 1.75em 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.bloquecontenidocatalogos {
    width: 90%;
	max-width:  1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.franjacatalogos p {
    font-size: 1.16em;
	color: #fff;
}
.catalogos {
    display: flex;
}
a.botoncatalogo {
	background: #f2f2f2;
    padding: 0.8em 1em 0.7em 3.5em;
    border-radius: 100vh;
    margin-left: 2em;
    font-family: NeoSansStd-Bold;
    color: #3c3c3b;
    background-image: url("../img/pdf_picto.png");
  background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 1em;
    transition: background 0.2s ease 0s;
	-webkit-transition: background 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
}
a.botoncatalogo:first-of-type {
    margin-left: 0;
}
a.botoncatalogo:hover {
	background: #fff;
    background-image: url("../img/pdf_picto.png");
  background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 1em;
}
.fondorojo {
	width: 100%;
    background: #e41f12;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bloquerrhhfooter {
    width: 90%;
	max-width:  1280px;
    padding: 37px 0;
    display: flex;
    border-bottom: solid 1px #fff;
}
.bloquerrhhfooter p {
    color: #fff;
    font-size: 1.16em;
}
.bloquerrhhfooter p span {
    display: inline-block;
}
.bloquerrhhfooter p a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 1);
    transition: .3s;
}
.bloquerrhhfooter a:hover {
    text-decoration-color: rgba(255, 255, 255, 0.3);
}
.bloquemediofooter {
    width: 90%;
	max-width:  1280px;
    padding: 55px 0 70px 0;
    color: #fff;
    font-size: 0.89em;
    border-bottom: solid 1px #fff;
    display: flex;
    justify-content: space-between;
}
.footerizq {
    display: flex;
    align-items: flex-start;
}
.footerizq img {
    width: 50px;
    height: auto;
    margin-right: 2em;
    margin-top: -0.2em;
}
.bloquemediofooter p {
    color: #fff;
    line-height: 1.5;
}
.bloquemediofooter p span {
    display: inline-block;
}
.bloquemediofooter p a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 1);
    transition: .3s;
}
.bloquemediofooter p a:hover {
    text-decoration-color: rgba(255, 255, 255, 0.3);
}
.footerder {
    text-align: right;
}
.bloqueabajofooter {
    width: 90%;
	max-width:  1280px;
    padding: 21px 0;
    color: #fff;
    font-size: 0.89em;
    text-align: center;
}


/* Resto páginas */

.bloquecabeceraquienes {
    height: 350px;
    background-image: url(../img/cab-quienes-somos.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}
.bloquecabeceralogistica {
    height: 350px;
    background-image: url(../img/cab-logistica.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}
.bloquecabeceratransporte {
    height: 350px;
    background-image: url(../img/cab-transporte.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}
.bloquecabeceraproyectos {
    height: 350px;
    background-image: url(../img/cab-proyectos-a-medida.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}
.bloquecabecerainternacionalizacion {
    height: 350px;
    background-image: url(../img/cab-internacionalizacion.jpg);
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: flex-end;
}
.bloquecabeceracontacto {
    height: 350px;
    background-image: url(../img/cab-contacto.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}
.bloquecabecerarrhh {
    height: 350px;
    background-image: url(../img/cab-rrhh.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}
.fotosga {
    height: 350px;
    background-image: url(../img/foto_v-wms.jpg);
    background-size: cover;
    background-position: right;
}
.izq {
  	background-color: #e41f12;
    height: 100px;
    min-width: 5%;
    width: calc(50% - 640px);
}
.centrarcabecera {
    width: 90%;
    max-width: 1280px;
    display: flex;
}
.cabecera {
    min-height: 100px;
    background-color: #e41f12;
    display: flex;
    align-items: center;
    padding: 1em 2.5em 1em 10%;
    border-top-right-radius: 2.5em;
    margin-left: -10%;
}
.isos {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.5em;
    flex-wrap: wrap;
}
.isos img {
    width: 260px;
    margin-right: 2em;
}
.isos .textos {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.isos .textos p {
    margin-bottom: 0;
}
.rse img {
    width: 180px;
}
.bloquetestimonio {
    width: 31%;
    display: flex;
    flex-direction: column;
    margin-top: 2em;
    padding-left: 1em;
    border-left: solid 1px #3c3c3b;
}
p.testimonio {
    font-family: NeoSansPro-Italic;
    font-size: 1.16em;
    margin-bottom: 1em;
}
.bloquetestimonio img {
    margin-top: 1em;
    max-width: 100%;
}
ul.lista {
    margin-left: 0.75em;
}
.col3col ul.lista {
    margin-top: 1em;
}
ul.lista li {
    margin-bottom: 0.2em;
}
ul.lista li:last-of-type {
    margin-bottom: 0;
}
ul.lista li:before {
  content: "/";
    color: #e41f12;
    font-family: NeoSansStd-Bold;
    margin-right: 0.35em;
    margin-left: -0.75em;
}
.columnasconlinearoja {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3em;
    padding-top: 3em;
    border-top: solid 1px #e41f12;
}
.col2colmapa {
    width: 48%;
}
.col2colmapa img {
    width: 100%;
    margin-top: -3em;
}
.direccion {
    margin-top: 1em;
}
.direccion p {
    margin-bottom: 0.3em;
}
.mapa { 
    margin-bottom: -0.3em;
}
.overlay { 
    background:transparent; 
    position:relative; 
    width:100%; 
    height:480px; /* your iframe height */ 
    top:480px; /* your iframe height */ 
    margin-top:-480px; /* your iframe height */ 
}
.bloquerrhhcontacto {
    width: 90%;
	max-width:  1280px;
}
.bloquerrhhcontacto h2 {
    margin-bottom: 0;
}
.bloquerrhhcontacto h2 a {
    font-family: NeoSansPro-Regular;
	display: inline-block;
	color: #e41f12;
    text-decoration: underline;
    text-decoration-color: rgba(228, 31, 19, 1);
    transition: .3s;
}
.bloquerrhhcontacto h2 a:hover {
    text-decoration-color: rgba(228, 31, 19, 0.3);
}
.bloquelegal {
    width: 100%;
}
.bloquelegal ul li {
    margin-top: -0.5em;
    margin-left: 0.5em;
    text-indent: -0.5em;
}
.bloquelegal h3 {
    margin: 2em 0 1em 0;
}
.bloquelegal p {
    margin-bottom: 1em;
}
.iconosga {
    display: flex;
    align-items: center;
    margin: 2em 0;
}
.iconosga img {
    width: 80px;
    margin-right: 1em;
}


/**** Tabla ****/
.hscroll {
  overflow-x: auto; /* Horizontal */
    font-size: .825em;
    margin-bottom: 2em;
}
th {
  text-align: left;
    font-family: NeoSansStd-Bold;
}
tr a {
    color: #e41f12;
    text-decoration: underline;
}
tr a:hover {
    text-decoration: none;
}


/*************************** Mediaquerys ******************************/

@media all and (max-width: 1170px) {
.textoinicial {
	font-size: 2.5em;
    border-left: 16px solid #e41f12;
    top: 5vh;
}
.textoinicial h1 strong { 
  position: relative;
  left: -8px; 
}
.columnasiconos {
    margin-top: -3em;
}
.col2col .columnasiconos {
    margin-top: 0;
}
.bloqueicono7 {
    width: 23%;
    margin-top: 3em;
}
.bloqueicono4 {
    margin-top: 3em;
}
}

@media all and (max-height: 800px) {
.textoinicial {
	font-size: 2.5em;
    border-left: 16px solid #e41f12;
    top: 5vh;
}
.textoinicial h1 strong { 
  position: relative;
  left: -8px; 
}
}

@media all and (max-width: 900px) {
.fondoblancohome {
    padding: 65px 0;
}
.bloquecontenido {
    flex-direction: column;
}
.col2col {
    width: 100%;
    margin-bottom: 1em;
}
.col2colmapa {
    width: 100%;
    margin-bottom: 3em;
}
.col2col:last-child {
    margin-bottom: 0;
}
.col2colmapa:last-child {
    margin-bottom: 0;
}
.col3col {
    width: 100%;
    margin-bottom: 3em;
}
.col3col:last-child {
    margin-bottom: 0;
}
.bloqueicono img.home {
    width: 120px;
    margin-bottom: 1em;
}
.bloquecontenidocatalogos {
    flex-direction: column;
    align-items: flex-start;
}
.catalogos {
    margin-top: 1em;
}
.bloquemediofooter {
    flex-direction: column;
}
.footerder {
    text-align: left;
    margin-top: 3em;
    margin-left: 5em;
}
.bloquetestimonio {
    width: 100%;
    margin-top: 3em;
}
.columnasconlinearoja {
    flex-direction: column;
}
}

@media all and (max-width: 600px) {
a.idioma {
    padding: 10px;
    margin-left: 0px;
}
.textoinicial {
	font-size: 1.5em;
    top: 0vh;
}
.catalogos {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
}
a.botoncatalogo {
    margin-left: 0;
    margin-top: 1em;
}
.bloqueicono7 {
    width: 48%;
}
.bloqueicono4 {
    width: 48%;
}
.bloqueicono3 {
    width: 45%;
}
}

@media only screen and (max-width: 400px) {
ul.idiomas {
    top: 30px;
}
}
