@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url(../fonts/Montserrat-ExtraBold.eot) format("embedded-opentype"),
    url(../fonts/Montserrat-ExtraBold.woff) format("woff"),
    url(../fonts/Montserrat-ExtraBold.ttf) format("truetype"),
    url(../fonts/Montserrat-ExtraBold.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url(../fonts/Montserrat-Regular.eot) format("embedded-opentype"),
    url(../fonts/Montserrat-Regular.woff) format("woff"),
    url(../fonts/Montserrat-Regular.ttf) format("truetype"),
    url(../fonts/Montserrat-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.eot) format("embedded-opentype"),
    url(../fonts/Poppins-Regular.woff) format("woff"),
    url(../fonts/Poppins-Regular.ttf) format("truetype"),
    url(../fonts/Poppins-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-LightItalic";
  src: url(../fonts/Montserrat-LightItalic.eot) format("embedded-opentype"),
    url(../fonts/Montserrat-LightItalic.woff) format("woff"),
    url(../fonts/Montserrat-LightItalic.ttf) format("truetype"),
    url(../fonts/Montserrat-LightItalic.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
:root {
  --colorazul1: #094ed9;
  --colorazul2: #0986d9;
  --colortext: #707070;
  --colortextblanco: #fff;
}
a {
  text-decoration: none !important;
}
#preloader {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #003b6b;
  z-index: 2;
}
.conocemas {
  border-radius: 30px;
  background-color: #8bc9e2;
  font-family: "Poppins-Bold";
  color: #fff;
  padding: 5px 12px;
  text-decoration: none;
  margin: 0px 20px;
  transition: box-shadow 0.3s;
}
.contactanos {
  border-radius: 30px;
  background-color: #325684;
  font-family: "Poppins-Bold";
  color: #fff;
  padding: 5px 12px;
  text-decoration: none;
  transition: box-shadow 0.3s;
}
.conocemas:hover{
  box-shadow: 0 0 0 .8rem rgba(0, 59, 107, 0.2);
  background-color: #325684;
  color: #fff;
}
.contactanos:hover{
  box-shadow: 0 0 0 .8rem rgba(0, 59, 107, 0.2);
  background-color: #8bc9e2;
  color: #fff;
}

/*CLASES GENERALES */
img {
  max-width: 100% !important;
}
p {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #0a223d;
  text-align: justify !important;
}
h1 {
  font-family: "Montserrat-ExtraBold";
  font-size: 40px;
  color: #02385b;
  line-height: 35px;
}
h2 {
  font-family: "Montserrat-Regular";
  font-size: 25px;
  color: #5d9e92;
  line-height: 26px;
}
h3 {
  font-family: "Poppins-Bold";
  font-size: 17px;
  letter-spacing: 3px;
}
h4 {
  font-family: "Montserrat-LightItalic";
  font-size: 14px !important;
  color: var(--colortext);
}
.btn-form {
  background-color: #0066a9;
  border-radius: 10px;
  color: #fff;
  font-family: "Montserrat-Regular" !important;
  padding: 4px 30px;
  font-size: 14px;
}
.btn-vermas{
  position: relative;
  margin-top: 40px !important;
  background-color: rgb(92,157,145);
  background-color: linear-gradient(90deg, rgba(92,157,145,1) 0%, rgba(47,120,136,1) 50%);
  border-radius: 10px;
  color: #fff;
  font-family: "Montserrat-Regular" !important;
  padding: 4px 30px;
  font-size: 14px;
  margin-left: 30%;
  transition: 1s !important;
}
.btn-vermas:hover{
  background-color: #003b6b;
  color: #599b91;
}
.btn-form:hover{
  background-color: #325684;
  color: #fff;
}

/* HEADER */
header {
  position: fixed;
  z-index: 2;
  width: 100%;
  padding: 10px 20px;
  z-index: 100000;
  background-color: transparent;
  /* background-color: #071c35 !important; */
}
.headerfondo {
  background-color: #071c35 !important;
}
.headerfondo2 {
  background-color: #fff !important;
}
.menuajiasa {
  margin-left: auto !important;
}
header .nav-item {
  padding: 0px 10px;
}
header a {
  font-family: Montserrat-Regular !important;
  color: #fff !important;
  font-size: 13px !important;
  transition: 1s;
}
header a:hover{
    color: #2f7888 !important;
}
.logotipo {
  display: none;
}
#logotipo2{
  display: none;
}
.isotipo{
  display: inline !important;
}
.linea-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.linea-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #2f7888;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.linea-bottom:hover:before, .linea-bottom:focus:before, .linea-bottom:active:before {
    left: 0;
    right: 0;
}

/* REDES */
#redes{
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -100px;
  z-index: 100 !important;
}
.icoredes{
  margin-top: 10px;
  padding: 5px 10px 5px 10px;
  transition: 1s;
  width: 36px;
  background-color: #003b6b;
  border: 1px solid transparent;
}
.icoredes:hover{
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #003b6b;
}
.icoredes:hover .iconoredes{
  color: #3e3e3e;
}
.iconoredes{
  color: #fff;
  font-size: 20px;
}

/* BANNERHOME */
/* #bannerhome{
  background-image: url("../img/fondohome.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
}
#bannerhome h1{
  font-family: Montserrat-ExtraBold;
  color: #fff;
  font-size: 55px;
  padding-top: 250px;
}
#bannerhome p{
  font-family: Montserrat-Regular;
  color: #fff;
  font-size: 20px;
  padding-top: 20px;
}
 */
 #myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 300px;
}

/* NOSOTROS */
.des-nosotros{
  padding-top: 100px;
}
.nosotros h3{
  font-family: Montserrat-ExtraBold;
  color: #0e2946;
  letter-spacing: 0px;
  line-height: 11px;
}
.nosotros span{
  margin-top: 10px !important;
}
.descripcion{
  padding: 20px 0px;
}
.mision{
  font-family: Montserrat-ExtraBold;
  color: #5d9e92;
}
.vision{
  font-family: Montserrat-ExtraBold;
  color:#02385b;
}
.servicios{
  font-family: Montserrat-ExtraBold;
  color: #5d9e92;
}
.fab-ti{
  padding-top: 80px;
}
#nosotros img{
  padding-top: 100px;
}

/* FABRICAMOS */
#fabricamos{
  padding: 60px 0px;
  background-image: url("../img/fondoproductos.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.titulofab{
  padding-top: 100px;
}
#fabricamos .slider {
  width: 100% !important;
  margin: 50px auto;
}
.slick-active {
  opacity: 1 !important;
}
.cajafabricacion{
  background-color: #fff !important;
  border-radius: 30px;
  border-bottom: 15px solid #003b6b;
  height: 400px;
  filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.3));
}
.cajafabricacion img{
  max-width: 70% !important;
  margin-left: auto;
  margin-right: auto;
  top: -30px;
  z-index: 11;
}
.cajafabricacion h3{
  font-family: Montserrat-ExtraBold;
  color: #0e2946;
  letter-spacing: 0px;
  line-height: 8px;
  font-size: 20px !important;
}
.cajafabricacion h2{
  font-family: Montserrat-ExtraBold;
  color: #599b91;
  letter-spacing: 0px;
  line-height: 30px;
  font-size: 20px !important;
}
.cajafabricacion .titulocaja{
  margin-top: 20px;
  padding: 10px 10px;
  border-left: 5px solid #77aba2;
  height: 120px;
  margin-bottom: 20px;
}
.cajafabricacion .contenido{
  padding: 10px 20px;
}
.slick-prev, .slick-next {
  background: #0e2946 !important;
}
.slick-prev::before, .slick-next::before {
  color: #fff !important;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 36px !important;
  height: 32px !important;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}
.slick-prev::before, .slick-next::before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 1 !important;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 10px;
}
.slider {
  width: 50%;
  margin: 100px auto;
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}

/* INGENIERIA Y DISEÑO DE RACKS */
#ingracks{
  background-color: #071c35;
}
#ingracks h1, #ingracks p{
  color: #fff !important;
}
#ingracks h1{
  line-height: 45px !important;
}
#ingracks p{
 padding-top: 40px;
}
#ingracks .row{
  padding: 30px 0px;
}

/* EMPAQUE RETORNABLE */
#empaqueretornable{
  padding: 50px 0px;
}
#empaqueretornable p{
  padding: 10px 0px;
}
#empaqueretornable h1{
  padding-bottom: 60px;
}
#contenedores{
  padding-bottom: 50px;
}
#plasticocorruga{
  padding: 50px;
}
#plasticocorruga p{
  padding-top: 150px;
}
.bulks{
  padding-top: 80px;
}
.text-especiales{
  color: #5d5d5d !important;
  font-family: "Montserrat-Regular" !important;
  font-size: 20px !important;
}

/* DUNNAGE */
#dunnage-croslikn{
  background-image: url("../img/fondo-dunnage.jpg");
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
#dunnage-croslikn h1{
  color: #fff;
}
#dunnage-croslikn h1{
  padding-top: 120px;
  color: #fff;
}

/* BANNEREXITO */
#bannerexito{
  background-image: url("../img/fondoexito.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 450px;
  padding-bottom: 50px;
}
#bannerexito p{
  font-family: Montserrat-ExtraBold;
  color: #fff;
  font-size: 35px;
}
.disenorack{
  padding: 40px 0px;
}
.fondodisenorack{
  background-image: url("../img/disenorack.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  max-width: 100%;
}
.fondodisenorack h2, .fondotote h2{
  font-family: Montserrat-ExtraBold;
  color: #fff;
  font-size: 35px;
  padding-left: 50px;
  padding-bottom: 20px;
}
.fondodisenorack img, .fondotote img{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.disenorack .row + .row{
  margin-top: 40px;
}
.disenorack .row .col-md-6 + .col-md-6{
  padding-top: 80px;
}

.fondotote{
  background-image: url("../img/fondotote.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  max-width: 100%;
  margin-top: -60px;
}
.fondotote h2{
  padding-top: 150px;
  padding-right: 50px;
}
.fondotote img{
  padding-top: 30px;
}
.listacontenedorestote{
  padding-top: 200px;
}

#fondoprodcutos1{
  background-image: url("../img/fondoprodcutos1.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  max-width: 100%;
  padding: 180px 0px;
  margin-top: 40px;
}
#fondoprodcutos1 h1{
  color: #fff;
}

/* PLASTICO CORRUGADO */
#plasticocorrugado{
  background-image: url("../img/fondoplasticocorrugado.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  max-width: 100%;
  padding: 150px 0px;
}
#plasticocorrugado h1{
  color: #02385b;
  padding-bottom: 40px;
}

/* DUNNAGECROS */
#dunnagecroslikn{
  background-image: url("../img/fondodunnagecroslikn.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  max-width: 100%;
  padding: 250px 0px 110px 0px;
}
#dunnagecroslikn h1{
  color: #02385b;
  padding-top: 70px;
}
#dunnagecroslikn h2{
  font-family: "Montserrat-Regular";
  color: #02385b;
}

/* DISEÑO Y FABRICACION */
.nompro{
  font-size: 23px;
  color: #5d9e92;
  font-family: "Montserrat-ExtraBold";
}
.nompro2{
  color: #5d5d5d;
  font-family: "Montserrat-Regular";
  font-size: 20px !important;
}
#disenoyfabricacion {
  padding-top: 40px;
}
#disenoyfabricacion h2{
  font-family: "Montserrat-Regular";
  color: #02385b;
  font-size: 20px;
  line-height: 0px;
  margin-top: 40px;
}
.cajadunnage img{
  margin-left: auto;
  margin-right: auto;
}
.cajadunnage h2{
  margin-left: auto;
  margin-right: auto;
}
#disenoyfabricacion .slider{
    margin: 15px auto !important;
}
.cajadunnage h2{
  font-family: Montserrat-ExtraBold !important;
  color: #003b6b !important;
  font-size: 20px;
  line-height: 22px !important;
  margin-top: 40px;
}

/* ARNESES */
#arneses{
  background-image: url("../img/fondoarneses.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 60px 0px;
  margin: 80px 0px;
}
#arneses h2{
  font-family: "Montserrat-Regular";
  color: #02385b;
  font-size: 20px;
  line-height: 0px;
}
#arneses .row{
  padding-top: 95px;
  padding-bottom: 95px;
}

/* DISCIPLINA */
#bannerdisciplina{
  background-image: url("../img/fondodisciplina.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 450px;
  padding-bottom: 50px;
}
#bannerdisciplina p{
  font-family: Montserrat-ExtraBold;
  color: #fff;
  font-size: 35px;
}

/* CAPACIDAD */
#capacidad{
  background-image: url(../img/fondocapacidad.jpg);
  background-attachment: fixed;
  padding: 60px 0px 60px 0px;
}
#capacidad h2{
  font-family: "Montserrat-Regular";
  font-size: 20px;
  color: #fff;
}
#capacidad h1{
  color: #fff !important;
}
.titulo{
  font-family: Montserrat-ExtraBold;
  font-size: 15px;
  text-align: center;
  border-bottom: 2px solid #fff;
  height: 60px;
  padding-top: 10px;
  color: #fff !important;
}
#capacidad .justify-content-md-center{
  margin-top: 50px;
}
#capacidad .col-md-6{
  padding-right: 0px !important;
  padding-left: 0px !important;
  color: #003b6b;
}
#capacidad .col-md-6{
  padding-right: 0px !important;
  padding-left: 0px !important;
  color: #fff !important;
}
.border-left{
  border-left: 2px solid #003b6b !important;
}
.areas{
  height: 60px;
  padding-top: 10px;
}
.areas2{
  height: 110px;
  background-color: #e1f3ff;
  padding-top: 20px;
}
.fondocolor1{
  background-color: #0066a9;
}
.fondocolor2{
  background-color: #599b91;
}

/* CLIENTES */
#clientes p{
  padding: 40px 0px;
}
#clientes h2{
  font-family: "Montserrat-Regular";
  margin-top: 40px;
}
#clientes .row{
  margin-bottom: 40px;
}

/* DIRECCIÓN */
#direccion{
  margin-top: 40px;
}
#direccion h2{
  font-family: "Montserrat-Regular";
  line-height: 0px;
  margin-top: 40px;
}
.direccion{
  padding-top: 30px;
}
.direccion p{
  padding-top: 30px;
}
.gerenciaventa{
  padding-top: 10px;
}
.mapa{
  width: 100%;
  height: 500px;
}

/* COONTACTANOS */
#contactanos{
  background-image: url("../img/fondoprodcutos1.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  max-width: 100%;
  padding: 120px 0px;
  margin-top: 40px
}
#contactanos h1, #contactanos p{
  color: #fff;
  padding: 20px 0px;
}
#contactanos input{
  width: 100%;
  padding: 3px 5px;
}
input{
  color: #fff;
}
.input1{
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  border: 2px solid #fff;
  background-color: transparent !important;
}
.input2{
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  border: 2px solid #fff;
  background-color: transparent !important;
}
.btn-form{
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  position: absolute;
}
/* FIRMA */
.firmae3{
  padding-top: 14px;
}
.firmae3 p{
  font-size: 12px;
}

/****espacio en nuestros clientes*******/

.clientesespacio{
  margin-top: 15px
}

/****espacio en centros de operaciones y oficinas corporativas*******/

.oficinasespacio{
  margin-top: 15px;
}

/*********Logos chicos******************/

.logochics{
  height: 140px;
}

/********cajafabricacion*************/

#subtituloscaja h3{
  color: #599b91;
  font-size: 30px;
}

#subtituloscaja h4{
  color: #599b91;
  font-size: 19px;
}

/***************************************Fabricación de empaque retornable***************************************/

#bannerretornable {
  background-image: url(../img/bannerretornable.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 250px 0px 150px 80px;
}

/* .titulosretorn{
  padding: 260px 170px 100px;
  border-left:  3px solid #2f7888 !important;
} */

.fabricatipo{
  font-family: "Montserrat-Regular";
  font-size: 58px;
  color: #fff;
  line-height: 30px;
}

.retorntipo{
  font-size: 80px;
  font-family: "Montserrat-ExtraBold";
  padding-right: 350px;
  line-height: 75px;
  color: #fff;
}

#contenidoresp{
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
#contenidoresp .row{
  padding: 40px 0px !important;
}
#contenidoresp {
  padding: 40px 0px !important;
}
.classcontenido h3{
  padding-top: 40px;
}
.barraretorn{
  background-color: #5d9e92;
  height: 200px;
  width: 10px;
}
.temaprinc{
  color: #5d5d5d;
  font-family: "Montserrat-Regular";
  font-size: 23px;
  margin-top: 45px;
}
.temaverde{
  color: #5d9e92;
  font-family: "Montserrat-ExtraBold";
}
.movimagen{
  margin-left: 90px;
}

#extras img{
  border-radius: 30px;
  border-bottom: 15px solid #003b6b;
  filter: drop-shadow(0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.3));
}
.linea-verde{
  position: absolute;
  width: 5px;
  height: 100px;
  background-color: #77aba2;
  top: 100px;
}

/************************************Diseño y Fabricación de Dunnage***************************************/
#bannerdiseno {
  background-image: url(../img/disenoyfbricacion.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 250px 0px 150px 80px;
}
.titulosban{
  border-left: 6px solid #2f7888;
  padding-top: 10px;
  padding-bottom: 5px;  
}
/*******************************Fabricación de empaque metálico retornable************************************/
#bannermetalico {
  background-image: url(../img/bannermetalico.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 250px 0px 150px 80px;
}
/*******************************Protección y manejo para arneses eléctricos************************************/
#bannerproteccion {
  background-image: url(../img/bannerproteccion.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 250px 0px 150px 80px;
}
.espprot{
  margin-left: 70px;
  margin-bottom: 70px;
}
.espproti{
  margin-left: 70px;
}

@media (max-width: 767.98px) {
  .navbar-light .navbar-toggler {
    background-color: #fff !important;
  }
  header {
    background-color: #071c35 !important;
  }
  #bannerhome{
    background-image: url(../img//fonto-home-movil.png);
    background-size: cover;
    width: 100%;
    height: 200px;
    top: 139px;
    position: relative;
    margin-bottom: 104px;
  }
  #myVideo{
    display: none;
  }
  .titulofab {
    padding-top: 0px !important;
  }
  .text-especiales{
    font-family: "Montserrat-Regular" !important;
    font-size: 14px !important;
    color: #0a223d !important;
    text-align: justify !important;
  }
  .input1 {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
  .input2 {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }

  #bannermetalico {
    padding: 250px 0px 150px 30px;
  }
  .titulosban {
    border-left: 2px solid #2f7888;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .fabricatipo {
    font-size: 38px;
    line-height: 30px;
  }
  .retorntipo {
    font-size: 50px;
    line-height: 40px;
  }

  #bannerretornable {
    padding: 250px 0px 150px 30px;
  }

  #bannerdiseno {
    padding: 250px 0px 150px 30px;
  }
  #bannerproteccion {
    padding: 250px 0px 150px 30px;
  }
  .escritorio{
    display: none;
  }
  .contenidoresp{
    text-align: center;
  }

  #extras img {
    margin-top: 30px !important;
  }
 }


 @media (min-width: 768px) {
  .movil{
    display: none;
  }
 }