#banner-hero {
    position: relative;
    width: 100%;
    border-radius: 6px;
    margin-top: 70px;
}

.contenido-hero > img {
    width: 100%;
    background-size: cover;
    background-position: bottom;
}

#banner-hero:before {
    content: '';
    background: rgba(77,77,92,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}

.contenido-hero {
    position: relative;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .contenido-hero h3 span {
        font-weight: 600;
        position: absolute;
        z-index: 2;
        top: 35%;
        text-transform: uppercase;
        font-size: 43px;
        padding: 10px;
        color: #fff;
    }

    .contenido-hero p {
        position: absolute;
        text-transform: uppercase;
        line-height: 1.8;
        color: #fff;
        font-size: 20px;
        text-align: justify;
        padding: 20px;
        margin-top: 15%;
        z-index: 1;
    }

@media only screen and (min-width:220px) and (max-width: 450px) {
    .contenido-hero h3 span {
        font-size: 14px;
    }

    .contenido-hero p {
        font-size: 10px;
        margin-bottom: -15px;
    }
}

@media only screen and (min-width:450px) and (max-width: 500px) {
    .contenido-hero h3 span {
        font-size: 18px;
    }

    .contenido-hero p {
        font-size: 13px;
    }
}

@media only screen and (min-width:501px) and (max-width: 680px) {
    .contenido-hero h3 span {
        font-size: 21px;
    }

    .contenido-hero p {
        font-size: 15px;
    }
}


@media only screen and (min-width:681px) and (max-width: 870px) {
    .contenido-hero h3 span {
        font-size: 30px;
    }

    .contenido-hero p {
        font-size: 18px;
    }
}

.btn-s{
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    color: #0057AA;
    border: 1px solid #FF9100;
    border-radius: 10px;
    transition: all 400ms ease;
    margin-bottom: 5px;
    z-index: 100;
    text-transform: uppercase;   
}
.btn-s:hover{
  transform: scale(1.1);
  transition: all 400ms ease;
}

#mision{
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  width: 100%;
}

.container-mision{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.container-mision .seccion-izquierda{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container-mision .seccion-izquierda h1{
    display:flex;
    justify-content:center;
  text-transform: uppercase;
  color:#009adc;
  font-size: 24px;
  align-items: center;
  padding: 30px 0px;
  box-sizing: border-box;
}

.container-mision .seccion-izquierda p{
  text-transform: uppercase;
  text-align: justify;
  line-height: 1.8;
  font-size: 18px;
  color: #828282;
  }


@media (max-width: 700px){
	.container-mision{
		display: flex;
		flex-direction: column;
	}
	.container-mision .seccion-izquierda {
		width: 90%;
  }
}

.contenedor-soci{
  display: flex;
  justify-content: center;
  align-content: center;
  box-sizing: border-box;

}
.contenedor-1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 120px;
  background: #e6e7e8;
  padding: 20px;
}
.contenedor-2{
  justify-content: center;
  align-items: center;
  display: flex;
  width: 400px;
  height: 120px;
  padding: 20px;
  background: #f1f2f3;
}
.caja-logo img{
  width: 130px;
  box-sizing: border-box;
  transition: all 300ms;
}

.caja-logo img:hover{
  transform: scale(1.1);
  cursor: pointer;
  transition: all 300ms;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

#sect > a {
  text-decoration: none;
  margin: 1rem 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  transition: 0.5s;
}
.cta:hover{
  transform: scale(1.1);
  transition: 0.5s;
}

p {
  font-size: 0.9rem;
  margin: 1rem 0;
  line-height: 1.5;
  text-align: justify;
}

.fond{
    background: #f5f8fd;
}

#sect {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}



.section-lead {
  max-width: 600px;
  margin: 1rem auto 1.5rem;
}

.service a {
  color: #5b7abb;
  display: block;
}

.service h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #56ceba;
  font-size: 1.3rem;
  margin: 1rem 0 0.6rem;
}

.services-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.service {
  background: #fff;
  margin: 20px;
  padding: 20px;
  height: 300px;
  border-radius: 4px;
  text-align: center;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #e7e7e7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.service i {
  font-size: 3.45rem;
  margin: 1rem 0;
}

.service1 i,
.service1 h4,
.service1 .cta {
  color: #ff9100;
  text-transform: uppercase;

}

.service1:hover {
  border: 2px solid #ff9100;
}

.service2 i,
.service2 h4,
.service2 .cta {
  color: #009adc;
  text-transform: uppercase;

}

.service2:hover {
  border: 2px solid #009adc;
}

.service3 i,
.service3 h4,
.service3 .cta {
  color: #0057aa;
  text-transform: uppercase;
 
}

.service3:hover {
  border: 2px solid #0057aa;
}

.service .cta span {
  font-size: 0.6rem;
}

.service > * {
  flex: 1 1 100%;
}

.service .cta {
  align-self: flex-end;
  transition: 0.5s;
}

@media all and (max-width:900px) {
  .services-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}


.text{
  font-size: 32px;
  margin-top: 20px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.9);
  z-index: 1;
  padding-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  transition: 0.5s;
}

  .slide > img {
  width: 250px;
  height: 100px;
  animation: scroll 60s linear infinite;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider {
  background-color: whitesmoke;
  padding: 8em 2em;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}

#us{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}
.contenedor-us{
    display: flex;
    justify-content: center;
    width: 90%;
    padding: 20px;
}
.us-derecha{
    width: 50%;
    text-align: center;
    align-items: center;
}

.us-izquierda{
    width: 50%;
    text-align: center;
    align-items: center;
}
.us-izquierda h3{
    text-transform: uppercase;
    text-align: center;
}
.us-izquierda p{
    text-transform: uppercase;
    text-align: justify;
    padding: 20px 20px 0px 20px;
    font-size: 16px;
    line-height: 1.8;
}
.us-derecha > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.datos{
display: flex;
justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .contenedor-us{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .us-izquierda{
    width: 100%;
  }
  .us-derecha{
    width: 100%;
  }
}


.contenedor-lista{
  display: flex;
  width: 80%;
  margin: auto;
  padding-bottom: 20px;

}
.listamenu {
  display: inline-block;
  padding: 10px;
  padding-left: 20px;
  border-left: 20px #009adc solid;
  text-align: left;
    width: 100%;
}

#txt-rastreo{
    display: flex;
    align-items:center;
    justify-content: center;
    font-size: 22px;
    color: #009adc;
    text-transform: uppercase;
    margin-top: 50px;
}
.menu-list {
  margin: 5px 0px;
  padding: 0;
  padding-top: 10px;
  border-top: 1px dotted black;
  list-style-type: none;
}

.menu-list > li{
  font-weight: 900;
  padding: 5px;
  
}

.menu-list > li:hover {
  background: #ff9100;
}

.menu-list > li:hover a{
  color: white;
}

.menu-list > li a{
  color: black;
  text-decoration: none;
}

#banner-servicios{
  position: relative;
  width: 100%;
  height: 700px;
  border-radius: 6px;
  margin-bottom: 60px;
}
.contenido-servicios > img{
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: bottom;
  object-fit: cover;
} 

.contenido-servicios{
  position: relative;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container-nosotros{
  top: 630px;
  z-index: 1;
  padding-left: 30px;
  position: absolute;
  display: flex;
  justify-content: left;
  align-items: center;
}
.container-txt{
  background: #fff;
  color: #000000;
  padding: 15px;
  border-radius: 10px 10px 0px 0px;
}
.container-txt > h3{
  font-size: 40px;
}
.container-nosotros{
  padding-left: 30px;
  position: absolute;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media (max-width: 900px){
 #testo, #parra{
  margin-left: 20px;
 }
 
}
@media (max-width: 380px){
 #testo, #parra{
  margin-left: 20px;
 }
}


#banner-mision{
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 6px;
  margin-bottom: 60px;
}
.contenido-mision > img{
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: bottom;
  object-fit: cover;
} 
#banner-mision:before{
  content: '';
  background: rgba(77,77,92,0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}
.contenido-mision{
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contenido-mision span{
  font-weight: 600;
  position: absolute;
  z-index: 2;
  top: 90px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400px;
  padding: 10px;
}

.contenido-mision p{
  position: absolute;
  text-transform: uppercase;
  line-height: 1.8;
  color: #fff;
  font-size: 12px;
  text-align: justify;
  padding: 20px;
  z-index: 1;
}

.btn{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff !important;
    background-color: #0057aa !important;
    border-radius: 6px;
    width: auto;
    margin: auto;
    text-align: center;
    transition: .3s;
    border: none;
    cursor: pointer;
    box-shadow:0 0 10px -1px rgba(0,0,0,.3);
    z-index: 2;
  }

  .btn:hover{
    transition: .3s;
    transform: scale(1.05);
    color: #fff;
    background-color: #009adc;
}

.contenedor-paso{
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 400px;
  background-size: cover;
  object-fit: cover;
  background-image: url(../IMG/cajas.jpg);
}
.contenedor-paso .pasos-img{
  width: 100%;
  
}
.contenedor-paso > h1{
  z-index: 2;
  margin: auto;
  padding: 20px;
  text-transform: uppercase;
  color: #FFF;
}
.contenedor-paso:before{
    content: '';
    background: rgba(77,77,92,0.5);
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    z-index: 1;
}
@media(max-width: 600px){
  .btn-s{
    width: auto;
  }

}

main{
    margin-top: 100px;
    padding-bottom: 100px;
}

main h1{
    text-transform: uppercase;
    text-align: center;
    font-size: 60px;
    color: transparent;
    background-color: #b3b3b3;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8);
    -webkit-background-clip: text;
       -moz-background-clip: text;
            background-clip: text;
}

.container__box{
    max-width: 1100px;
    margin: auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box{
    width: 218px;
    height: 200px;
    background: ghostwhite;
    margin: 1px;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 300ms ease;
    position: relative;
}

.box:hover{
    transform: scale(1.1);
    box-shadow: 0px 0px 30px -15px rgba(0,0,0,0.5);
    background: #009ADC;
    z-index: 1;
}

.box iMG{
    width: 100%;
    height: 130px;
}

.box h5{
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #777777;
}

.box:hover h5{
    color: #fff;
}

html{
	scroll-behavior: smooth;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
