@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Barlow', sans-serif;
  background-color: #fff;
  font-weight: 400;
  color: #222F3E !important; 
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 25px; 
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Barlow', sans-serif;
}

h1{font-weight:700;}

h2, h3, h4{font-weight: 700;}

h1 span, h2 span, h3 span{font-weight: 300;} 

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
  text-decoration: none !important; 
}

.contenido ul li{font-weight: 400; margin-bottom:10px;}

/* custom header menu
-------------------------------------------------- */

.top-bar {
  padding: .3rem 0;
  background: #B80210; 
}

.top-bar a {
  color: #fff;
  font-size: .9rem; 
}

.datos-top a {
    padding-right: 20px;
}

.float-right {
    float: right;
}

.float-right span {
    float: right;
    margin-top: 4px;
    margin-left: 20px;
    font-size: 16px;
}

.site-logo {
  width: 200px
}

.site-logo img{
  width: 100%;
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%; 
  background-color: #E60013;
}
 
@media (max-width: 991.98px) {
.site-navbar {
  padding-top: 1rem;
  padding-bottom: 1rem; 
  } 

  .site-logo{padding-left: 15px !important;}
}

.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
  padding-top: 20px; 
}
  
.site-navbar .site-logo {
  position: absolute;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 3; 
}
   
@media (max-width: 991.98px) {
  .site-navbar .site-logo {
  float: left;
  padding: 15px 0 0 10px !important;
  position: absolute !important; 
  } 
}
  
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important; 
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0; 
  float: right;
}

.site-navbar .site-navigation .site-menu .active {
  color: #007bff !important; 
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block; 
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block; 
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 15px 7px;
  color: #fff !important;
  display: inline-block;
  text-decoration: none !important; 
  font-weight: 500;
  font-size: 16px;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
    background: #000;
    color:#fff;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative; 
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px; 
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon'; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #007bff;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff !important;
  background: #f8f9fa; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #f8f9fa;
  color: #ced4da; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0; 
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f8f9fa;
  color: #ced4da; 
}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #007bff; 
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer; 
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1; 
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #000;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; 
}
  
.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); 
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px; 
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px; 
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
        
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da; 
}
    
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px; 
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase; 
}
        
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px; 
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none; 
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px; 
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; 
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #fff;
  font-weight: 600; 
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #E50103; 
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block; 
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #007bff; 
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%; 
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa; 
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%; 
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px; 
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none; 
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block; 
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px; 
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0; 
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block; 
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px; 
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em; 
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto; 
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important; 
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: #e60013; 
  height: 50px !important;
}
  
.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
  
.sticky-wrapper .site-navbar {
  background: #E60013; 
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #fff; 
}

.sticky-wrapper .site-navbar ul li a {
  color: rgba(255, 255, 255, 0.7) !important; 
}

.sticky-wrapper .site-navbar ul li a.active {
  color: #fff !important; 
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #E60013;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); 
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff; 
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #fff !important; 
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #007bff !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important; 
}

    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important; } 

      .site-logo{
      	position: absolute !important;
    	float: left;
      }  
  }

a.site-menu-toggle.py-5.js-menu-toggle.text-black {
    float: right;
    color: #fff !important;
}

/* Customizando carousel
-------------------------------------------------- */
/* Carousel base class */
/*.carousel {
  margin-bottom: 4rem;
}*/
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Height carousel */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  /* width: 100% */
  height: 32rem;
  object-fit: cover;
}

/* otro carrusel */



/* Contenido servicios 
---------------------------------------- */

.servicios h2{
  padding:3rem 0 0;
  font-size: 2rem;
}

.separador {
    width: 70px;
    height: 2px;
    background: #fff;
    margin: 15px 0;
}

.separador-2{
    width: 100px;
    height: 1px;
    margin:20px auto;
    background-color:#E1001E;
}

.servicios h3 {
    font-size: 1.5rem;
}

.servicios ul{padding-left: 15px;}

.bg-red{
  background: rgb(224,6,23);
  background: linear-gradient(90deg, rgba(224,6,23,1) 0%, rgba(187,0,14,1) 100%);
}

.bg-grey{
  background: rgb(50,50,50);
  background: linear-gradient(90deg, rgba(50,50,50,1) 0%, rgba(25,25,25,1) 100%);
}

.box-content{
  height: 350px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.content-info {
  position: relative;
  padding:3em;
}

.content-info-int{
  position: relative;
  padding:3em 0;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.n-p{
  padding: 0;
}

.content-img {
    height: 350px;
    overflow: hidden;
}

.content-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

a.primary-action {
    padding: 15px 25px;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    font-weight: 500;
}

a.primary-action:hover{
  background-color: #000;
  border:1px solid #000;
  padding:15px 35px;
}



.effect-hover img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.effect-hover:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Action contact 
---------------------------------------- */
.action-contact{
    background-image: url("../img/bg-action-contact-marubeni.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 10rem 0;
    position: relative;
   /* filter: brightness(50%); */
}

.action-contact:after {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    top: 0;
}

.action-contact .content-info {
    position: relative;
    z-index: 1;
    width: 50%;
    margin:0 auto;
}

.action-contact .content-info p {
    margin-bottom: 40px;
}

/* Footer 
---------------------------------------- */
/* FOOTER */
footer{
    padding: 5rem 0 0;
    background: #f0f0f0;
}

footer h5{
  font-weight: 700;
  margin-bottom:15px;}

footer ul{
    margin-bottom:30px !important;
}

ul.navegacion, ul.locations{
  padding-left: 0;
}

ul.navegacion li, ul.locations li{list-style: none}

footer ul li i{
    font-size: .7rem;
    margin-right:.2rem;
}

footer ul li{margin-bottom:10px; font-size: .9rem;}

footer ul li a{
    color:#222F3E;
    font-size: .9rem;
}

footer ul li a:hover{
    color:#E1001E;
}

img.logo-footer{
    width: 100%;
}

ul.redes-footer li {
    float: right;
    background: #E60013;
    padding: 10px 20px;
    margin-left: 10px;
    font-size: .9rem;
    list-style: none;
}

ul.redes-footer a li span{
    color:#fff;
    font-size: .8rem !important;
    transition: 0.3s;
}

ul.redes-footer a:hover li{
    background:#000 !important;
    transition: 0.3s;
}

.pl-3{padding-left: 30px !important;}

.copyright{
    padding: 1.5rem;
    text-align: center;
    background:#000;
    color: #fff;
    margin-top: 3rem;
}

/* INTERIOR
------------------------------------------------- */
section.encabezado {
    text-align: left;
    padding: 7rem 0;
    background: #ccc;
    position: relative;
}

section.encabezado:before {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.90);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.title{
  position: relative;
}

.breadcrumb-item.active, li.breadcrumb-item a {
    color: #fff;
    background: #c3c3c3;
    padding: 0 10px;
    float: left;
}

.red {
    background: #E50103;
}

.bg{
  background-image: url(../img/bg-lines.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.bg-empresa {
    background-image: url(../img/bg-encabezado-empresa.jpeg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-contacto{
  background-image:  url(../img/bg-contacto-encabezado-min.jpeg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.content-img-int{
  width: 100%;
  padding: 3rem;
}

.content-img-int img{width: 100%;}

.box-content-info{text-align: justify;}


.empresas {padding: 20px 40px;}
.content-logo{width: 150px;}
.content-logo img{width: 100%}
.content-info-contacto p {margin-top: 1rem;}
.content-info-contacto a {color: #222f3e; font-weight: 600;}
h3.title-contact-info {font-size: 20px;}


/* FORMULARIO
-------------------------------------------------- */

.form-marubeni{padding-right: 40px;}

.form-marubeni input, .form-marubeni textarea, .form-marubeni select{
    border:none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    font-size:.8rem;
    padding: 20px 10px;
    color:#666666;
}

/* .form-marubeni{
    padding-left: 5rem;
} */

.form-marubeni input, .form-marubeni select{
    margin-bottom:10px;
}

.form-marubeni textarea{
    height: 130px;
}


.datos-sucursales {
    padding-left: 50px !important;
}
.datos-sucursales ul{
    margin-bottom:30px !important;
}

.datos-sucursales ul li i{
    font-size: .7rem;
    margin-right:.2rem;
}

.datos-sucursales ul li{margin-bottom:10px; font-size: .9rem;}

.datos-sucursales ul li a{
    color:#222F3E;
    font-size: .9rem;
}

.datos-sucursales ul li a:hover{
    color:#E1001E;
}

.form-marubeni button.btn.btn-primary {
    padding: 15px 25px;
    border-radius: 0;
    border: 1px solid #e60013;
    background: none;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    color: #e60013;
    transition: 0.3s;
}

.form-marubeni button.btn.btn-primary:hover{
  border:1px solid #000;
  background-color: #000;
  color:#fff;
  padding: 15px 35px;
  transition: 0.3s;
}

.mapas .border-bottom {
    border-bottom: 1px solid #dee2e6!important;
    margin: 30px 0 20px;
}

/* menu responsive */

li.dato-contacto-mobile {
    margin-bottom: -10px;
}

li.dato-contacto-mobile span a {
    font-weight: 300 !important;
    font-size: 15px;
}

.border-top{
  border-top: 1px solid #e60013 !important; 
}

.icon-close2:before {
    color: #fff;
}


/*.form-trabaja input, .form-marubeni textarea, .form-marubeni select {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    font-size: .8rem;
    color: #666666;
}
.form-trabaja textarea {
    height: 130px;
}
*/


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media only screen and (max-width: 768px) {

  header.js-sticky-header{
    height: 50px;
  }

    .action-contact .content-info{
      width: 100%;
  }

    div#myCarousel, .carousel-inner {
    height: 240px;
  }

  img.bd-placeholder-img {
    height: 240px;
    width: 100%;
  }

  .site-logo {
    padding-left: 15px !important;
  }

  .content-img{display:none;}


.order-1{
  order:1;
}

.order-2{
  order: 2;
}
}

@media only screen and (max-width: 1200px) {

.site-logo {
	position: relative !important;
    width: 200px;
    margin: 0 auto !important;
    padding: 10px 0 10px !important;}
}

