:root{
  --color-primary: #001c68;
}

@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: fivo;
  src: url(../fonts/FivoSans-Regular.otf);
}

@font-face {
  font-family: CORBEL-BOLD;
  src: url(../fonts/Corbel-Bold.ttf);
}

@font-face {
  font-family: CORBEL;
  src: url(../fonts/CORBEL.TTF);
}

@font-face {
  font-family: Futura-XBlk-BT;
  src: url(../fonts/Futura-XBlk-BT.ttf);
}

.nav-logo1 {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  width: 90px;
}

.nav-logo2 {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  width: 90px;
}

.nav-tracking{
  background-color: red !important;
  margin: 10px 17.5px 10px 17.5px !important;
  padding: 10px 17.5px 10px 17.5px !important;
  border-radius: 1em !important;
  font-weight: bold !important;
}

.burger {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.logo-principal{
  display: block;
  width: 280px;
  margin: 0 auto;
  border-radius: 1em;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 5px 5px #12183a;
}

.main-image-div {
  position: absolute;
  top: 0;
  background-image: url("../img/main.jpg");
  background-repeat: no-repeat;
  height: 100vh;
  max-height: 1048px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-image {
  width: 100%;
  position: absolute;
}

.red-line {
  background-color: #ff184f;
  width: 550px;
  margin-bottom: 15px;
  height: 2.5px;
}

.conectando {
  font-family: Poppins-Bold;
  color: white;
  font-size: 40px;
}

.al-svg {
  position: relative;
  z-index: 2;
  width: 95px;
  -webkit-transform: translate(20px, 4px);
          transform: translate(20px, 4px);
}

.peru {
  width: 350px;
}

.nav-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 1px;
  z-index: 100;
}

main{
  position: relative;
  max-width: 1600px; /* Limit the width of the main container */
  margin: 0 auto; /* Center the container horizontally */
  background-color: #fff; /* White background for the content */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow for a modern look */
  border-radius: 8px; /* Rounded corners for the container */
}

.title-main{
  text-align: center;
}

.red-line {
  background-color: #ff184f;
  width: 550px;
  margin-bottom: 15px;
  height: 3.5px;
}

.sucursales {
  position: relative;
  margin-top: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.navbar {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  text-align: center;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.2em;
  padding-top: 25px;
}

.nav-links {
  margin: 20px 35px 20px 35px;
  text-decoration: none;
  color: white;
  font-family: CORBEL;
}

.nav-link-logo{
  margin: 10px 25px 10px 25px;
}

.nav-link-logo img{
  width: 75px;
}

.tracking-div {
  font-family: CORBEL;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 800px;
  height: 12%;
  background-color: white;
  position: absolute;
  bottom: 5px;
}

.maps-marker {
  width: 20px;
}

.donde-encomienda {
  padding: 0 10px;
}

.codigo-rastreo {
  padding: 0 10px;
}

.input-rastreo {
  width: 100px;
  border-radius: 3px;
  padding: 6px;
  border-color: #961c1b;
  border-style: solid;
  border-width: 1px;
}

.bucar-button {
  background-color: #961c1b;
  color: white;
  padding: 5px 28px;
  margin: 0 20px;
  display: inline-block;
  border-radius: 3px;
}

.dots {
  position: absolute;
  height: 100%;
  width: 20%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background-color: #c9c9c9;
}

.on {
  background-color: #115dcc;
}

.left-arrow {
  width: 80px;
}

.img-div-text-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 20px 50px 0px 30px;
  font-family: CORBEL;
}

.right-arrow {
  height: 162px;
  top: 50%;
  -webkit-transform: translateY(-81px);
          transform: translateY(-81px);
  position: absolute;
  right: 40px;
}

.sucursales {
  position: relative;
  margin-top: 250px;
}

.sucursales-title-cont {
  position: relative;
  bottom: 25px;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

.servicios-text {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

.sucursales-title-cont-main {
  margin-left: 25px;
  margin-top: 10px;
}

.sucursales-text-title {
  font-size: 45px;
  font-family: CORBEL-BOLD;
}

.sucursales-title-underline {
  width: 160px;
  height: 4px;
  background-color: #a50a0a;
}

.sucursales-title-text {
  display: inline-block;
  margin-top: 25px;
  margin-left: 10px;
  width: 300px;
  font-family: CORBEL;
  font-size: 1em;
}

.sucursales-images-cont {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 1000px;
  height: 570px;
  overflow: hidden;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.expand {
  height: 1160px;
}

.sucursal-1 {
  position: relative;
  background-image: url("../img/sucursal-1.jpg");
  background-size: cover;
  width: 54.2%;
  margin-right: 0.8%;
  height: 280px;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sucursal-2 {
  position: relative;
  background-image: url("../img/sucursal-2.jpg");
  background-size: cover;
  width: 40%;
  height: 280px;
  margin-bottom: 10px;
  display: inline-block;
}


.sucursal-square-bottom {
  position: relative;
  margin-bottom: 10px;
  background-size: cover;
  width: 31%;
  height: 280px;
  display: inline-block;
}

.sucursal-3 {
  background-image: url("../img/sucursal-3.jpg");
}

.sucursal-4 {
  background-image: url("../img/sucursal-4.jpg");
}

.sucursal-5 {
  background-image: url("../img/sucursal-5.jpg");
}

.sucursal-6 {
  background-image: url("../img/sucursal-6.jpg");
}

.sucursal-7 {
  background-image: url("../img/sucursal-7.jpg");
}

.sucursal-8 {
  background-image: url("../img/sucursal-8.jpg");
}

.sucursal-9 {
  background-image: url("../img/sucursal-9.webp");
}

.sucursal-10 {
  background-image: url("../img/sucursal-10.jpg");
}
.sucursal-11 {
  background-image: url("../img/sucursal-11.webp");
}

.sucursal-1-text {
  display: inline-block;
  color: white;
  font-size: 55px;
  font-family: CORBEL-BOLD;
  height: 60px;
  margin-top: 220px;
  text-shadow: -4px 4px 0px rgba(0, 0, 0, 0.6);
}

.sucursal-7-text {
  display: inline-block;
  color: white;
  font-size: 50px;
  font-family: CORBEL-BOLD;
  height: 60px;
  margin-top: 224px;
  text-shadow: -4px 4px 0px rgba(0, 0, 0, 0.6);
}

.hover-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 25px;
  font-family: fivo;
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hover-cover:hover {
  opacity: .8;
}

.ver-mas-cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: CORBEL;
  font-size: 20px;
  text-align: center;
}

.ver-mas-line {
  margin-top: 15px;
  width: 200px;
  height: 4px;
  background-color: #a00000;
}

.ver-mas {
  margin-top: 10px;
  cursor: pointer;
}

.horarios {
  background-color: #115dcc;
  height: 280px;
  position: relative;
  margin-top: 130px;
  background-image: url("../img/horarios-img.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.horarios-title {
  position: absolute;
  font-family: CORBEL-BOLD;
  font-size: 60px;
  color: white;
  left: 30px;
  bottom: 50px;
}

.horarios-text {
  line-height: 1.6;
  position: absolute;
  bottom: -180px;
  font-size: 24px;
  right: 40%;
  /* background-color: white; */
  display: inline-block;
  font-family: 'fivo';
  padding: 15px 30px 0 50px;
}

.nosotros {
  width: 100%;
  margin-top: 450px;
  height: 700px;
  background-color: #01313e;
  background-image: url("../img/nosotros-img.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: white;
}

.nosotros-png {
  position: absolute;
  right: 0;
  height: 700px;
}

.nosotros-text-div {
  width: 525px;
  position: absolute;
  right: 80px;
  margin-top: 100px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

.nosotros-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: CORBEL-BOLD;
  font-size: 55px;
}

.nosotros-text {
  font-family: CORBEL;
  font-size: 1.15em;
  text-align: justify;
}

.contactanos {
  margin-top: 150px;
  height: 600px;
  text-align: center;
}

.contactanos-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  height: 230px;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-170px);
          transform: translateY(-170px);
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.26);
  border-radius: 4px;
  padding: 0px 24px;
}

.contactanos-title {
  margin-right: 80px;
  color: #001c68;
  font-size: 34px;
  font-family: CORBEL-BOLD;
}

.contactanos-details {
  margin-left: 80px;
  display: inline-block;
  font-weight: bold;
  font-family: fivo;
  text-align: left;
}

.marker-contactanos {
  margin-right: 5px;
  width: 20px;
  -webkit-transform: translate(-5px, 10px);
          transform: translate(-5px, 10px);
  margin-right: 10px;
}

.envelope {
  margin-right: 5px;
  width: 23px;
  -webkit-transform: translate(-6px, 4px);
          transform: translate(-6px, 4px);
}

.phone {
  margin-right: 5px;
  width: 23px;
  -webkit-transform: translate(-6px, 6px);
          transform: translate(-6px, 6px);
}

.footer {
  position: absolute;
  bottom: 0;
  height: 30px;
  background-color: #001c68;
  width: 100%;
}

.wrap-all{
  height: 75vh;
  width: 100%;
  max-height: 650px;
}

.nav-color {
  background-color: rgba(11, 36, 127, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.text-appear {
  -webkit-transform: translateY(0px) m !important;
          transform: translateY(0px) !important;
  opacity: 1 !important;
}
/*# sourceMappingURL=styles.css.map */

.bloque-clientes{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 150px;
  gap: 20px;
  margin-top: 75px;
}

.sub-bloque-clientes{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub-bloque-clientes img{
  transition: all .6s ease-out;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.slider-container {
  position: relative;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto; 
  margin-top: 100px;
  height: 650px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin-left: 72px;
  margin-right: 72px;
}

.slider {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 1;
  min-width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 24px;
  color: black;
  background-color: white;
  height: 100%;
  opacity: 0.5;
  transition: opacity 0.5s;
  font-family: 'CORBEL';
}

.slide figcaption{
  padding: 48px;
}

.slide-title{
  font-weight: bold;
  font-size: 1.75em;
  color: #a00000;
  margin-bottom: 16px;
}

.slide-subtitle{
  font-size: 0.7em;
}

.slide.active {
  opacity: 1;
}

.slider-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.slider-nav-button {
  background: transparent;
  border: none;
  color: gray;
  font-size: 42px;
  cursor: pointer;
  border-radius: 50%;
  line-height: 1;
}

.slider-nav-button:hover {
  color: black;
  opacity: .35;
}