@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

body {
  font-family: "Poppins", sans-serif !important;
  padding-top: 70px;
}

header nav {
  background-color: #112b38;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

header ul li {
  list-style: none;
  margin-right: 30px;
}

header ul li a {
  font-size: 20px;
  color: #fff;
}

header .bg-banner {
  background-image: url("../img/Slider.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
  margin-top: -100 !important;
  background-size: cover;
}

header .bg-banner h1 {
  color: #fff;
  font-weight: 200;
  font-size: 50px;
}


header .bg-banner h1 strong {
  font-weight: 800;
}

header .bg-banner h1 span {
  font-weight: 300;
}

header .bg-banner small {
  color: #fff;
  font-size: 18px;
}

header .bg-banner a {
  background-color: #e82226;
  color: #fff;
  padding: 10px 25px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
}

header .link-quote-section {
  background-color: #5b6674;
  padding: 30px;
}

header .link-quote-section a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
}

.step-by-importation-section h2 {
  color: #112b38;
  font-size: 38px;
  font-weight: 800;
}

.step-by-importation-section span {
  background-color: #e82226;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
}

.step-by-importation-section h2 u {
  color: #e82226;
  text-decoration: none;
}

.step-by-importation-section .card-box {
  padding: 30px;
  margin: 0 10px;
  height: 400px;
  -webkit-box-shadow: -1px 2px 38px 0px rgba(230, 227, 230, 1);
  -moz-box-shadow: -1px 2px 38px 0px rgba(230, 227, 230, 1);
  box-shadow: -1px 2px 38px 0px rgba(230, 227, 230, 1);
  transition: 0.2s;
}

.step-by-importation-section .card-box:hover {
  background-color: #e82226;
}

.step-by-importation-section .card-box h4 {
  font-size: 22px;
  font-weight: 700;
  color: #112b38;
  font-weight: 800;
}

.step-by-importation-section .card-box:hover h4,
.step-by-importation-section .card-box:hover p {
  color: #fff;
}

.step-by-importation-section .card-box p {
  font-size: 14px;
  color: #707070;
}

.step-by-importation-section .card-box .content-img {
  height: 70px;
  margin-bottom: 80px;
}

.content-img.cotiza .image {
  background-image: url("../img/Off/Cotizacion_Pedido.png");
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.step-by-importation-section .card-box:hover .content-img.cotiza .image {
  background-image: url("../img/On/Cotizacion_Pedido.png");
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.content-img.provedores .image {
  background-image: url("../img/Off/provedores.png");
  background-repeat: no-repeat;
  width: 145px;
  height: 120px;
  margin: 0 auto;
  position: relative;
  top: 30px;
}

.step-by-importation-section .card-box:hover .content-img.provedores .image {
  background-image: url("../img/On/Visitar_Provedores.png");
  background-repeat: no-repeat;
  width: 145px;
  height: 120px;
  margin: 0 auto;
  position: relative;
  top: 30px;
}

.step-by-importation-section .card-box:hover .content-img.proveedores .image {
  background-image: url("../img/On/Visitar_Provedores.png");
  background-repeat: no-repeat;
  width: 143px;
  height: 120px;
  margin: 0 auto;
  position: relative;
  top: 30px;
}

.content-img.inspeccion .image {
  background-image: url("../img/Off/Inspeccion.png");
  background-repeat: no-repeat;
  width: 143px;
  height: 120px;
  margin: 0 auto;
  position: relative;
  top: 30px;
}

.step-by-importation-section .card-box:hover .content-img.inspeccion .image {
  background-image: url("../img/On/Inspeccion.png");
  background-repeat: no-repeat;
  width: 143px;
  height: 120px;
  margin: 0 auto;
}


.content-img.seguimiento .image {
  background-image: url("../img/Off/Seguimiento_Pedidos.png");
  background-repeat: no-repeat;
  width: 143px;
  height: 140px;
  margin: 0 auto;
}

.step-by-importation-section .card-box:hover .content-img.seguimiento .image {
  background-image: url("../img/On/Seguimiento_Pedidos.png");
  background-repeat: no-repeat;
  width: 143px;
  height: 140px;
  margin: 0 auto;
}

.content-img.envios .image {
  background-image: url("../img/Off/Envios_Aereos.png");
  background-repeat: no-repeat;
  width: 143px;
  height: 140px;
  margin: 0 auto;
}

.step-by-importation-section .card-box:hover .content-img.envios .image {
  background-image: url("../img/On/Envios_Aereos.png");
  background-repeat: no-repeat;
  width: 143px;
  height: 140px;
  margin: 0 auto;
}


.content-img.maritimos .image {
  background-image: url("../img/Off/Envios_Maritimos.png");
  background-repeat: no-repeat;
  width: 143px;
  height: 140px;
  margin: 0 auto;
  position: relative;
  top: 10px;
}

.step-by-importation-section .card-box:hover .content-img.maritimos .image {
  background-image: url("../img/On/Envios_Maritimos.png");
  background-repeat: no-repeat;
  width: 143px;
  height: 140px;
  margin: 0 auto;
  position: relative;
  top: 10px;
}


.section-video-middle iframe {
  border-radius: 5px;
}

.section-video-middle span {
  font-size: 14px;
  font-weight: 600;
  margin-left: 30px;
}

.section-video-middle h2 {
  font-size: 35px;
  margin-left: 30px;
  font-weight: bold;
  color: #112b38;
}

.section-video-middle h2 u {
  color: #e82226;
  text-decoration: none;
}

.section-video-middle p {
  font-size: 18px;
  color: #707070;
  font-weight: 400;
  margin-left: 30px;
}

.section-video-middle a {
  background-color: #e82226;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  margin-left: 30px;
}

.section-faq h2 {
  font-size: 40px;
  color: #112b38;
}

.section-faq h2 u {
  color: #e82226;
  text-decoration: none;
}

.accordion-button h6 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.accordion-item {
  border: 0 !important;
  -webkit-box-shadow: -1px 2px 31px 0px rgba(230, 227, 230, 1);
  -moz-box-shadow: -1px 2px 31px 0px rgba(230, 227, 230, 1);
  box-shadow: -1px 2px 31px 0px rgba(230, 227, 230, 1);
  margin-bottom: 10px;
}

.accordion-body {
  background-color: #fff !important;
  padding: 40px !important;
  -webkit-box-shadow: -1px 2px 31px 0px rgba(230, 227, 230, 1);
  -moz-box-shadow: -1px 2px 31px 0px rgba(230, 227, 230, 1);
  box-shadow: -1px 2px 31px 0px rgba(230, 227, 230, 1);
  margin-bottom: 30px;
}

.accordion-body h4 {
  font-size: 22px;
  font-weight: 600;
  color: #112b38;
}

.accordion-body p {
  font-size: 16px;
  font-weight: 500;
  color: #42495b !important;
}

.accordion-button.collapsed {
  background: #fff !important;
}

.accordion-item {
  border: 0;
}

.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #e82226 !important;
  color: #fff !important;
}

.accordion-button::after {
  transform: rotate(270deg) !important;
  background-size: 18px !important;
}

.accordion-collapse {
  position: relative;
}


.section-provider h2 {
  font-size: 38px;
  color: #112b38;
}

.section-provider h2 u {
  color: #e82226;
  text-decoration: none;
}

.slider-review .img {
  margin-right: 50px;
}

.slider-review .img img {
  border-radius: 50%;
}

.slider-review h4 {
  font-size: 600;
  color: #112b38;
}

.content-text-slider {
  position: relative;
}

.slider-review i {
  font-size: 30px;
  position: absolute;
  color: #e0e7ef;
}

.slider-review i.fa-quote-left {
  left: -40px;
}

.slider-review i.fa-quote-right {
  right: 145px;
  top: 87px;
}

.slider-review p {
  font-size: 18px;
  color: #abbacd !important;
  font-weight: 500;
}

.slider-review span {
  color: #abbacd !important;
  font-weight: 500;
  font-size: 18px;
  font-style: italic;
}

.bg-footer {
  background-color: #e82226;
  padding: 35kpx;
}

footer {
  background-color: #041e38;
  margin-top: 200px !important;
}

footer span {
  font-size: 14px;
  color: #fff;
}

footer ul li {
  list-style: none;
  margin-left: 30px;
}

footer ul li i {
  color: #fff;
  font-size: 28px;
}

.copy {
  background-color: #021b34;
  padding: 15px;
  color: #fff;
  font-size: 13px;
}


@media(max-width: 767px) {

  header .bg-banner  {
    background-position: bottom;
    height: 850px;
  }

  header .bg-banner h1 {
    font-size: 36px;
  }

  iframe {
    width: 100%;
  }

  .slider-review .img img{
    width: 60% !important;
    margin: 0 auto;
  }

  .slider-review i {
    display: none;
  }

  footer {
    margin-top: 50px !important;
  }

}
