#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:451px) 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;
    }
}


#banner-servicios{
    position: relative;
    width: 100%;
    height: 700px;
    border-radius: 6px;
}
.contenido-servicios > img{
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: bottom;
    object-fit: cover;
} 

#banner-servicios:before{
    content: '';
    background: rgba(77,77,92,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}
.contenido-servicios h3 span{
	font-weight: 600;
  position: absolute;
  z-index: 2;
  top: 35%;
  text-transform: uppercase;
  font-size: 43px;
  font-weight: 400px;
  padding: 10px;
}
.contenido-servicios 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: 424px){
  .contenido-servicios h3 span{
    font-size: 15px;
  }
  .contenido-servicios p{
    font-size: 12px;
  }
}

@media only screen and (min-width:425px) and (max-width: 680px){
  .contenido-servicios h3 span{
    font-size: 21px;
  }
  .contenido-servicios p{
    font-size: 15px;
  }
}

@media only screen and (min-width:681px) and (max-width: 840px){
  .contenido-servicios h3 span{
    font-size: 35px;
  }
  .contenido-servicios p{
    font-size: 20px;
  }
}

.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;
}

#us{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 40px;
}
.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;
}


*, *: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;
  }
}


.btn-whatsapp {
    display:block;
    width:70px;
    height:70px;
    color:#fff;
    position: fixed;
    right:20px;
    bottom:20px;
    border-radius:50%;
    line-height:80px;
    text-align:center;
    z-index:999;
}

.btn-whatsapp img{
  transition: .5s;
}
.btn-whatsapp img:hover{
    transform: scale(1.1);
    transition: .5s;
}

#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;
}


#datos-contador{
    display: flex;
    margin: auto;
    box-sizing: border-box;
    justify-content: space-around;
    align-items: center;
    background: ghostwhite;

}
.container-todo{
   display:flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding-bottom: 40px;
   }

  .container-num{
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    transition: 0.7s;
    justify-content: center;
    width: 350px;
    height: 300px;
}


.txt-col > i{
  color: white;
}
.uno{
  background: rgb(23, 44, 66);
}
.dos{
  background: rgb(21, 38, 56);
  }

.tres{
  background: rgb(18, 34, 51);
}
.cuatro{
      background: rgb(16, 31, 46);
}
.contador_cantidad{
    font-size: 30px;
    align-items: center;
    display: flex;

}

.txt-col{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contador i{
    font-size: 60px;
    padding: 10px;
    box-sizing: border-box;
}
.contador_cantidad {
    font-size: 60px;
    color: #ff9100;
    font-weight: 800;
  }
.tex{
    font-size: 20px;
    padding: 20px;
    color: #fff;
    font-weight: 900;
}

.contador_cantidad > span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}
.contador p{
    text-align: justify;
    line-height: 1.8;
    font-size: 14px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 20px;
}
@keyframes aparecer{
    0%{
        transform: translateY(20px);
    }
    100%{
        transform: translateY(0px);
    }
}
    .ocultar{
        opacity: 0;
    }
    .animar{
        animation: aparecer 3s ;
        opacity: 1;
    }

@media (max-width: 720px){
    #datos-contador{
        display: flex;
    }
    .contador-col{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    }
}
.title-cards{
    text-align: center;
    font-size: 20px;
    padding: 30px;
    text-transform: uppercase;
}
@media (max-width: 400px){
    #datos-i{
        display: flex;
        flex-direction: column;
    }
    .container-num{
        display: block;
        box-sizing: border-box;
        text-align: center;
        transition: .7s;
        padding: 20px;
    }
    .title-cards{
        font-size: 20px;
    }
}
