@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'Montserrat', sans-serif; */

:root {
  --rojobase: #CB0428;

  --rojo01: #6D0316;
  --rojo02: #8C031C;
  --rojo03: #B30424;
  --rojo04: #D9042B;
  --cafe01: #666552;
  --cafe02: #8C8B70;
  --cafe03: #A6A585;
  --cafe04: #B8B696;
  --cafe05: #D8D7C5;
  --crema01: #F2F1C2;
  --gris01: #4D4D4D;
  --gris02: #777777;
  --gris03: #CCCCCC;
  --gris04: #E9E9E9;
  --blanco01: #FFFFFF;
  --amarillo01: #ffc107;
}
::selection{
   background: var(--rojo04)!important;
   color: #ffffff;
}
body{
  /* font-family: 'Open Sans', sans-serif!important;*/
   font-family: 'Montserrat', sans-serif!important;
}
.hseo{ text-indent: -9999px;  height: 0px; line-height: 0px; font-size: 1px; width: 1px; margin: 0px;}

.bk-blanco{
  background: #ffffff!important;
}
.bk-rojo01{
  background: var(--rojo01)!important;
}
.bk-rojo02{
  background: var(--rojo02)!important;
}
.bk-rojo03{
  background: var(--rojo03)!important;
}
.bk-rojo04{
  background: var(--rojo04)!important;
}
.bk-cafe01{
  background: var(--cafe01)!important;
}
.bk-cafe02{
  background: var(--cafe02)!important;
}
.bk-cafe03{
  background: var(--cafe03)!important;
}
.bk-cafe04{
  background: var(--cafe04)!important;
}
.bk-cafe05{
  background: var(--cafe05)!important;
}
.bk-gris01{
   background: var(--gris01)!important;
}
.bk-gris02{
   background: var(--gris02)!important;
}
.bk-gris03{
   background: var(--gris03)!important;
}
.bk-gris04{
   background: var(--gris04)!important;
}
.bk-black-op{
  background: #00000050
}
.bk-amarillo01{
   background: var(--amarillo01)!important;
}

.txt-rojo01{
   color: var(--rojo01)!important;
}
.txt-rojo02{
   color: var(--rojo02)!important;
}
.txt-rojo03{
   color: var(--rojo03)!important;
}
.txt-rojo04{
   color: var(--rojo04)!important;
}
.txt-gris01{
   color: var(--gris01)!important;
}

.txt-gris02{
   color: var(--gris02)!important;
}
.txt-gris03{
   color: var(--gris03)!important;
}
.txt-bco{
  color: #ffffff!important;
}
.txt-amarillo01{
   color: var(--amarillo01)!important;
}
.txt-may{
  text-transform: uppercase!important;
}

.font-thin {
  font-weight: 500 !important;
}

a{
  /*color: var(--gris01)!important; */

  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

ul li{
  display: block;
  margin-bottom: 5px;
}


.titulo-video, .titulo-video h1, .titulo-video h2{
  font-weight: 700!important;
}
.overlay{
   opacity: 0.5!important;
}

.navbar{
  padding-top: 0px;
  padding-bottom: 0px;
}

.btn-rojo{
  background: var(--rojo04)!Important;
  border: 1px solid var(--rojo04)!Important;
  color: #fff!important;
}
.btn-rojo:hover{
  background: #ffffff!Important;
  border: 1px solid var(--rojo04)!Important;
  color: var(--rojo04)!important;
}

.bg-mlh-transp{
  background: rgba(217, 4, 43, 0.75)!important;

}

.team-thumb h3{
  font-size: 28px!important;
  line-height: 30px;
  margin-bottom: 10px!important;
}

 .titulo-seccion{
  /*font-weight: 600;  */
  /*font-size: 35px!important; */
  /*margin-bottom: 40px;  */
}
.titulo-seccion small{
   font-size: 20px !important;
margin-top: -2px !important;
display: block;
margin-bottom: 70px;
font-weight: 500;
}


.logo-nav img{
 /*  max-width: 60%!important;
   position: relative;
   z-index: 2;*/
   /*top: 0px; */

   position: absolute;
z-index: 9;
top: 0px;
display: inline-block;
width: 188px;
}
.heroText{
    z-index: 4!important;
}
ul.tipo-carga{
  padding-left: 0px!important;
  margin-bottom: 0px!important;
}















/* secc- servicios -------------------------- */

.iconbox {
	height:80px;
	width:80px;
	line-height:92px;
	z-index: 5;
	vertical-align: middle;
	text-align: center;
	transition: all 0.3s ease-out 0s;
	margin:auto;
	color:#49a32b;
	font-weight:normal;
}
.icon-boxed {
	height:58px;
	width:58px;
	line-height:68px;
	z-index: 5;
	vertical-align: middle;
	text-align: center;
	transition: all 0.3s ease-out 0s;
	margin:auto;
	font-weight:normal;
	float:left;
}
.icon-boxed.wide90 {
	width:100px;
	height:100px;
	line-height:110px;
	vertical-align: middle;
	text-align: center;
	border-radius:0;
	/*transition: all 0.3s ease-out 0s; */
}
.fea-sce-col:hover .icon-boxed.wide90, .fea-sce-col.active .icon-boxed.wide90 {
	background:#b91319;
	color:#FFF;
}



.fea-sce-col .icon-boxed.wide90{

  background: #ffffff!Important;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}
.fea-sce-col  .icon-boxed.wide90:hover{
  /* background: var(--rojo04)!Important; */
  /* background: #DDDDDD!Important;  */
}



.fea-sce-col .icon-boxed.wide90 span.ico-servicios{
    width: 100%;
   height: 100%;
   display: block;
   position: relative;
   float: left;

   -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}
.fea-sce-col .icon-boxed.wide90 span.ico-servicios-01{
  background: #FFFFFF url(../images/servicios/transporte-de-embarques-dedicados-veracruz-mexico.png) top center!important;
  background-repeat: no-repeat;
  background-size: 100% auto;

   -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.fea-sce-col .icon-boxed.wide90 span.ico-servicios-02{
   background: #FFFFFF url(../images/servicios/transporte-de-mercancia-consolidada.png) top center!important;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.fea-sce-col .icon-boxed.wide90 span.ico-servicios-03{
   background: #FFFFFF url(../images/servicios/transporte-de-materiales-peligrosos.png) top center!important;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.fea-sce-col .icon-boxed.wide90 span.ico-servicios-04{
   background: #FFFFFF url(../images/servicios/manejo-de-contenedores-refrigerados.png)  top center!important;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.fea-sce-col .icon-boxed.wide90 span.ico-servicios-05{
    background: #FFFFFF url(../images/servicios/transporte-de-isotanques-en-veracruz.png) top center!important;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.fea-sce-col .icon-boxed.wide90 span.ico-servicios-06{
   background: #FFFFFF url(../images/servicios/transporte-de-contenedores-mlh-transporte.png)  top center!important;
  background-repeat: no-repeat;
  background-size: 100% auto;
}





.secc-servicios{
  padding-top: 80px;
}

.secc-servicios .nombre-servicio{
  font-size: 18px;
  font-weight: 500;
}
.left-padd12 {
	padding-left:120px;
}
.m-bottom6 {
	margin-bottom:60px;
}

.google-map iframe{
  margin-bottom: -5px;
}

/* ==============================
FOOTER
================================ */


/*------------------*/
/*footer styles */
/*------------------------------------------------------*/
footer {
	width: 100%;
	float: left;
	margin: 0;
	color: #727272;
    line-height: 1.42857143;
}
.footer-bg {
	background: #b91319;
	padding:40px 0 20px 0;
}
.call-to-action{
	margin:0;
}
.call-to-action span{
	border-radius:100px;
	background:#b91319;
	width:75px;
	height:75px;
	line-height:75px;
	text-align:center;
	color:#FFF;
	font-size:30px;
	transition: all 0.2s ease-out 0s;
}
.call-to-action:hover span{
	background:#fff;
	color:#b91319;
}
.call-to-action a{
	color:#FFF;
}
.call-to-action a:hover{
	color:#ffcacc;
}
.copyrights{
    float: left;
    margin: 0;
    padding: 80px 0;
    width: 100%;
}
ul.social-icons {
	margin: 0px 0 0 0;
	padding: 0;
}
ul.social-icons li {
	display:inline-block;
	margin: 0 8px 8px 0;
	padding: 0;
}
ul.social-icons li i {
	color: #fff;
}
ul.social-icons li a {
	background-color: #3b3b3b;
	color: #fff;
	display:inline-block;
	font-size: 14px;
	height:45px;
	line-height:45px;
	margin: 0;
	padding: 0;
	text-align: center;
	width:45px;
}
ul.social-icons li a:hover {
	background-color: #b91319;
}
ul.social-icons li a:hover i {
	color: #fff;
}
ul.social-icons.team li {
	display:inline-block;
	margin: 0 5px 8px 0;
	padding: 0;
}
ul.social-icons.team li a{
	background-color: #bebebe;
	color: #fff;
	display:inline-block;
	font-size: 13px;
	height:30px;
	line-height:30px;
	margin: 0;
	padding: 0;
	text-align: center;
	width:30px;
}
ul.social-icons.team li a:hover {
	background-color: #b91319;
}
iframe {
	border: 0;
}
ul.address-info {
	margin: 0;
	padding: 0;
}
ul.address-info.map {
	background: url(../images/map.png) no-repeat center bottom;
	padding-bottom: 20px;
}
ul.address-info li {
	margin-bottom: 15px;
}
ul.address-info i {
	font-size: 20px;
	margin-right: 10px;
}
ul.address-info.one li {
	margin-bottom: 40px;
}

.footer-bg p{
  color: #ffffff!important;
}

.copyrights{
  background:  var(--gris01)!important;
  color: #ffffff;
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}

.sky-form .icon-append, .sky-form .icon-prepend{
  color:  var(--rojo03)!important;
}
/*.footer-bg{
  background: var(--rojo03)!important;
}
.call-to-action span{
  background: var(--rojo03)!important;
}
*/
a.link-gmaps{
 /* background: var(--rojo03)!important;  */
  display: inline-block;
  margin-top: 5px;
  padding: 7px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

ul.social-icons{
  margin-top: 10px;
}

ul.social-icons li{
  float: left;
  position: relative;
}

.copy-dev{
  background:  #444444;
  color: #BBBBBB;
}
 .txt-copy
{
  text-align: left;
}
.txt-aviso{
  text-align: center;
}

.txt-dev{
  text-align: right;
}
.copy-dev a, .txt-aviso a{
  color: #ffffff;
  text-decoration: none;
  color: #BBBBBB;
}
.copy-dev a:hover, .txt-aviso a:hover{
  color: #ffffff;
  text-decoration: underline;
}

.font20{
  font-size: 20px !important;
}
.font30 {
  font-size: 30px !important;
}
.font-white {
  color: #FFF !important;
}
.left {
  float: left !important;
}
.m-bottom1 {
  margin-bottom: 10px;
}
.m-bottom2{
  margin-bottom: 20px !important;
}

.left-padd9 {
  padding-left: 90px;
}
::after, ::before {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
::selection {

    background: var(--rojo04) !important;
    color: #ffffff;

}
elemento {

}
.left-padd9 {

    padding-left: 90px;

}
.m-top1 {

    margin-top: 10px;

}

footer .col-telefonos{
  padding-left: 40px;
}
footer .col-correos p{
   margin-bottom: 5px;
   display: inline-block;
}
.full-wid {
    width: 100%;
}
.m-top2 {
	margin-top:20px;
}

/* =============================================
           OEA
 =============================================  */
 .secc-ubicacion-oea{
   margin-top: 50px;
 }

 .col-bg-oea{
    background: url(../images/certificacion-operador-economico-autorizado-oea.jpg) no-repeat fixed top!important;
    /*background-attachment: fixed;   */
    /*background-size: 100% auto;  */
}
 .secc-ubicacion-oea h2{
  margin-top: 50px;
  margin-bottom: 0px;
}
 .secc-ubicacion-oea h2.titulo-seccion small{
  margin-bottom:30px;
}

/* =============================================================================

NOSOTROS

============================================================================0*/



.page-header {
  background: url(../images/site-img10.jpg) no-repeat scroll center top;
  background-size: cover;
  float: left;
  margin: 0;
  padding: 130px 0 150px 0;
  width: 100%;
}
.page-header.header-nosotros {
  background: url(../images/modulos/nosotros/header-nosotros.png) no-repeat scroll center top;
}



.mi-vi-val{
  /*padding-top: 80px;
  padding-bottom: 80px;
  color:*/
/*  border: 1px solid #FF0033!important;  */
}

.mi-vi-val p{
  padding-right: 15px;
}
.mi-vi-val h3{
  margin-bottom: 18px;
  font-size: 27px;
}

ul.lista-valores{
  padding: 0px;
}

ul.lista-valores li{
   display: block; float: left;
   margin-right: 12px;
   margin-bottom: 10px;
   padding: 5px;
   padding-left: 10px;
   padding-right: 10px;
   background:  var(--rojo03);
   color: #ffffff!important;
   border: 1px solid  var(--rojo01);
    -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

/* =============================================================    */

/* Nosotros - timeline --------------------------------------------- */


.timeline {
  position: relative;
  padding: 0;
  list-style: none;
  z-index: 0;


}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 4px solid var(--cafe04);
  border-radius: 100%!important;
  background-color: var(--cafe04);
  overflow: hidden;

  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.timeline > li .timeline-image:hover{
   border: 7px solid var(--cafe04);
}
.timeline > li .timeline-image img{
  /*border: 2px solid var(--cafe04);*/
   -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.timeline > li .timeline-image:hover img{
 /* border: 7px solid var(--cafe04);*/
  -webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
  color:var(--azul2);
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}
.timeline .timeline-body > p{
  color: var(--azul1);
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.secc-historia{
  padding-top: 80px;
  padding-bottom: 80px;
}

.secc-historia h3{
  margin-bottom: 30px;
font-size: 27px;
}

.secc-historia h4{
  margin-bottom: 13px;
}














 @media (max-width: 479px){

    .logo-nav img{
      width: 110px;
    }

    h2{
        font-size: 28px;
        line-height: 30px;
    }
    .heroText{
      top: 40%;
      width: 94%;
    }

    .heroText p{
      font-size: 13px;
    }
    ul.social-icons{
      display: inline-block;
    }

    .copy-dev{
      margin: 0 auto;
      margin-top: 30px;
      text-align: center!important;
      padding-top: 10px;
    }
    .copy-dev div{
      margin-bottom: 10px;
      text-align: center;
    }

 }


 /* SERVICIOS ------------------- */
.page-header.header-servicios{
  background:  url(../images/modulos/servicios/bk-servicios.png) no-repeat scroll center top;
}

/* ====================== timeline 2 =======================================*/
.secc-proceso-embarques{
  padding-top: 90px;
  padding-bottom: 80px;
}

.timeline2{

}

.timeline2  .bloque-proceso {
  /*max-width: 300px; */
  /*margin: auto;   */
  margin-top: 60px;

}

.timeline2 p {
  border-top: 2px dashed;
  border-color: var(--rojo03)!important;
  margin:0; padding: 30px;
  counter-increment: section;
  position: relative;
  line-height: 35px;
   color: var(--p-color)!important;
}



.timeline2 p:nth-child(even):before {
  content: counter(section);
  right: 100%;
  margin-right: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 2px;
  height: 40px;
  width: 40px;
  background-color:var(--rojo03)!important;
  text-align:center;
  color: white;
  /*font-size: 110%;  */
  font-size: 20px;
}

.timeline2 p:nth-child(odd):before {
  content: counter(section);
  left: 100%;
  margin-left: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 2px;
  height: 40px;
  width: 40px;
  background-color: var(--rojo03)!important;
  text-align:center;
  color: white;
  font-size: 20px;
}



.timeline2 p:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px;
  padding-right: 0;
}

.timeline2 p:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px;
  padding-left: 0;
}

.timeline2 p:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

.timeline2 p:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}



/* timeline2 ----------------------- */


.secc-seguridad{
  padding-top: 80px;
  padding-bottom: 80px;
}

 .secc-seguridad ul{
   margin-left: 0px;
   padding-left: 0px;
   margin-top: 20px;
 }

.secc-seguridad .titulo-seccion{
  margin-bottom: 30px;
}
.secc-seguridad h4{
  margin-bottom: 20px;
}
.secc-seguridad img, .secc-servicios-ventajas img{
  margin-bottom: 15px;
  /*border: 1px solid var(--gris02)!important;*/
}

/* SERVICIOS ------------------- */
.page-header.header-equipo{
  background:  url(../images/modulos/equipo/bk-equipo.png) no-repeat scroll center top;
}

 /* CONTACRTO ------------------- */
.page-header.header-contacto{
  background: url(../images/modulos/contacto/header-contacto.png) no-repeat scroll center top;
}


input.form-control, textarea.form-control{
  background: #EEEEEE!important;
}

#btn-enviar:hover{
  background: #ffffff!important;
  color: var(--rojo03)!important;
  border: 1px solid var(--rojo03)!important;
}
form.contact-form #msg{
  margin-bottom:-30px;

}
form.contact-form #msg p{
  margin-bottom: 0px;
  padding-bottom: 0px;
}

form.contact-form #msg i{
    color: var(--rojo03)!important;
    font-weight: 700;
}


 /* AVISO DE PRIVACIDAD ------------------- */
.page-header.header-aviso{
  background: url(../images/modulos/aviso-de-privacidad.png) no-repeat scroll center top;
}






























@media (max-width: 479px){

.page-header h3{
   margin-top: -80px;
   background: var(--rojo03);
   display: inline-block;
   padding-left: 10px;
   padding-right: 10px;
}
.page-header h4{
  font-size: 18px;

  background: #00000080;
   display: inline-block;
   padding-left: 10px;
   padding-right: 10px;
}


}














.oculto{
  display: none!important;
}

.no-padding{
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.no-border{
  border: none!important;
}

.test{
  border: 1px dashed  #3300FF!important;
}

