@font-face {
  font-family:"Raleway";
  src:url("../fonts/Raleway-Regular.eot?") format("eot"),
  url("../fonts/Raleway-Regular.woff") format("woff"),
  url("../fonts/Raleway-Regular.ttf") format("truetype"),
  url("../fonts/Raleway-Regular.svg#Raleway") format("svg");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"Raleway Bold";
  src:url("../fonts/Raleway-Bold.eot?") format("eot"),
  url("../fonts/Raleway-Bold.woff") format("woff"),
  url("../fonts/Raleway-Bold.ttf") format("truetype"),
  url("../fonts/Raleway-Bold.svg#Raleway-Bold") format("svg");
  font-weight:normal;
  font-style:normal;
}

.escondido {
  display: none;
}

#contenedor{
  width:100%;
  overflow:hidden;
  position:relative;
  font-family:"Raleway";
  color: #3f3f3f;
  background-color:#F8F8F8;
  font-size: 18px;
}

.bg2{
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: center;
}

.pad{
  padding-left:0px;
  padding-right:0px;
}

.clear{
  clear:both;
}

.navbar-inverse{
  background-color: transparent;
}

#back-top {
  background-image: url(../img/whatsapp.png);
  background-repeat: no-repeat;
  width: 58px;
  height: 51px;
  position: fixed;
  right: 15px;
  z-index: 900;
  bottom: 18px;
}

#barra-menu{
  background-color: #ffffff52;
}

#carousel-home .caption{
  position: absolute;
  top: 29%;
  right: 10%;
  width: 25%;
}

#carousel-home .caption h1{
  color: #f3752b;
  text-transform: uppercase;
  font-size: 48px;
}

#carousel-home .caption p{
  color: #f3752b;
  line-height: 33px;
  margin-top: 30px;
  font-size: 24px;
}

#carousel-home .caption a{
  display: inline-block;
  margin-top: 80px;
  background: #FF6D18;
  color: #fff;
  font-size: 24px;
  padding: 13px 40px;
}

#carousel-home .carousel-indicators li{
  width: 15px;
  height: 15px;
  background: #0000003b;
  border-color: #51575d;
  border-width: 0px;
}

#carousel-home .carousel-indicators .active{
  background: #51575d;
  border-color: #51575d;
}

#ofertas{
  margin-top: -1%;
}

.ofertas{
  padding: 45px 10px;
  background-color: #3D3D3D;
}

.ofertas p{
  text-align: center;
  padding-top: 6px;
  font-size: 24px;
  color: #fff;
}

.ofertas p span{
  font-family:"Raleway Bold";
}

#botones ul li a {
  float: left;
  position: relative;
  margin-right: 25px;
  padding: 12px 14px;
  background-color: #F5832C;
  color: #fff;
  font-size: 19px;
  font-family:"Raleway Bold";
}

#botones ul li a:hover{
  background-color: #fff;
  color: #3D3D3D;
  text-decoration: none;
}

#quienes_somos{
  text-align: center;
  padding: 80px 0px;
}

#quienes_somos h1{
  font-family:"Raleway Bold";
  font-size: 36px;
  color: #F5832B;
}

#quienes_somos h1 span{
  color: #3C3C3C;
}

#quienes_somos p{
  line-height: 27px;
  padding: 42px 106px;
}

#quienes_somos p span{
  font-family:"Raleway Bold";
}

#servicios_home{
  padding: 65px 0px;
}

#servicios_home h1{
  font-family:"Raleway Bold";
  font-size: 36px;
  color: #F5832B;
  padding-bottom: 20px;
}

#servicios_home h1 span{
  color: #3C3C3C;
}

#servicios_home p span{
  font-family:"Raleway Bold";
}

#servicios_home p{
  line-height: 27px;
  padding-bottom: 46px;
  border-bottom: 4px #fff dashed;
  margin-bottom: 25px;
}

.item_servicio{
  display: flex;
  color: #fff;
  margin-top: 35px;
}

.items{
  margin: 15px;
  padding: 45px 43px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 23%, rgba(63,63,63,1) 23%, rgba(61,61,61,1) 100%);  
}

.items h2{
  font-family:"Raleway Bold";
  font-size: 36px;
  color: #fff;
  padding-bottom: 20px;
  padding-top: 26px;
}

.item_servicio h2 span{
 color: #F5832B;
}

.item_servicio p{
  font-family:"Raleway Bold";
  color: #fff;
}

.informate{
  font-family:"Raleway Bold";
  float: right;
  padding: 12px 30px;
  color: #fff;
  font-size: 20px;
  border: 4px solid #B5B5B5;
  text-decoration: none;
}

.informate:hover{
  color: #fff;
  text-decoration: none;
  background-color:#F5832B;
}

#nuestros{
  background-image: url(../img/bg_seguridad.jpg);
}

.nuestros{
  padding-top: 140px;
  padding-left: 148px;
}

.nuestros h1{
  font-family:"Raleway Bold";
  font-size: 42px;
  color: #fff;
  line-height: 47px;
  padding-bottom: 82px;
}

.nuestros h1 span{
  color: #F5832B;
}

#noticias{
  padding: 65px 0px;
}

.info{
  float: right;
  position: relative;
}

.hover{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}

.info:hover .hover{
  display: block;
}


#noticias h1{
  font-family:"Raleway Bold";
  font-size: 36px;
  color:#3E3E3E;
  text-align: center;
  padding-bottom: 15px;
}

#noticias h1 span{
  color: #F5832B;
}

#noticias p{
  line-height: 25px;
}

#noticias p span{
  font-family:"Raleway Bold";
  color: #F5832B;
}

footer{
  padding: 45px 0px;
  background-color: #F5832B;
}

footer p{
  font-family:"Raleway Bold";
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  margin-bottom: 13px;
}

footer span {
  float: left;
  padding-right: 15px;
}

#redes {
  position: relative;
  float: right;
}

#fb {
  display: inline-block;
  background: url(../img/redes.png) no-repeat;
  width:72px;
  height: 73px;
}

#ins {
  display: inline-block;
  background: url(../img/redes.png) -76px 0px  no-repeat;
  width: 72px;
  height: 73px;
}

#you {
  display: inline-block;
  background: url(../img/redes.png)  no-repeat right 0px;
  width: 72px;
  height: 73px;
}

#copy{
  padding: 10px 0px;
  background-color: #3D3D3D;
  text-align: center;
}

#copy a{
  display: inline-block;
  background: url(../img/web.svg) no-repeat right;
  padding-right: 147px;
  color: #FFFFFF30 !important;
  font-size: 14px;
  text-decoration: none;
  float: right;
}

#titulo {
  padding-top:424px;
  padding-bottom:101px;
  text-align: left;
}

#titulo h1 {
  color:#fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 55px;
  font-family:"Raleway Bold";
  text-shadow: 1px 3px 4px #000;
  padding-bottom: 15px;
}

.bg1 {
  background-image: url(../img/empresa/bg.jpg);
  background-size: cover;
}

.bg2s {
  background-image: url(../img/servicios/bg.jpg);
  background-size: cover;
}

.bg3a{
  background-image: url(../img/transporte_carga_seca/bg.jpg);
  background-size: cover;
}

.bg3b{
  background-image: url(../img/transporte_extrapesadas/bg.jpg);
  background-size: cover;
}

.bg3c{
  background-image: url(../img/transporte_contenedores/bg.jpg);
  background-size: cover;
}

.bg3d{
  background-image: url(../img/transporte_carga_consolidada/bg.jpg);
  background-size: cover;
}

.bg3e{
  background-image: url(../img/transporte_urbano/bg.jpg);
  background-size: cover;
}

.bg3f{
  background-image: url(../img/servicios_logisticos/bg.jpg);
  background-size: cover;
}


.bg4{
  background-image: url(../img/bg_contacte.jpg);
  background-size: cover;
}

.bg5{
  background-image: url(../img/bg_contactenos.jpg);
  background-size: cover;
}

.bg6{
  background-image: url(../img/bg_condiciones.jpg);
  background-size: cover;
}

.bg7{
  background-image: url(../img/bg-politica.jpg);
  background-size: cover;
}

#condiciones{
  padding: 105px 0px;
}

.cond_text ul li{
  float: left;
  margin-bottom: 21px;
  background-color: #3d3d3d;
  width: 100%;
  padding: 29px 60px;
}

.cond_text ul li h1{
  font-family: "Raleway Bold";
  font-size: 50px;
  color: #FF8C28;
  padding-right: 13px;
  float: left;
  width: 100%;
}

.cond_text ul li p{
  line-height: 26px;
  padding-top: 12px;
  color: #fff;
}


#empresa{
  padding:115px 0px;
}

.emp_text{
  padding-top: 140px;
  padding-right:176px;
  padding-left: 65px;
}

.emp_text p{
  line-height: 33px;
}

.emp_text p span{
  font-family:"Raleway Bold";
}

.emp_text h1{
  padding-bottom: 25px;
  font-family:"Raleway Bold";
  color: #F7842B;
  font-size: 30px;
}

#rutas{
  font-family:"Raleway Bold";
  text-align: center;
  padding: 245px 0px;
  background-image: url(../img/empresa/rutas_flexibles.jpg);
  background-size: cover;
}

#rutas h1{
  font-size: 55px;
  text-shadow: 1px 3px 4px #000;
  padding-bottom: 25px;
  color: #fff;
}

#rutas p{
  color: #FA9C3F;
  font-size: 21px;
  line-height: 31px;
  padding: 5px 186px;
  font-family:"Raleway Bold";
}

#proceso{
  padding: 99px 0px;
}

#proceso h1{
  font-family:"Raleway Bold";
  font-size: 36px;
  padding-bottom: 45px;
}

#proceso h1 span{
  font-family:"Raleway Bold";
  color:#FA8327 ;
}

#proceso p{
  float: left;
  padding-top: 45px;
  font-family:"Raleway Bold";
}

.btn_cotizacion{
  text-align: center;
  margin-top: 74px;
}

.btn_cotizacion a{
  font-family:"Raleway Bold";
  color: #fff;
  font-size: 20px;
  padding: 12px 35px;
  background-color: #F5832B;
  border: 3px solid #FBB383;
}

.btn_cotizacion a:hover{
  color: #fff;
  text-decoration: none;
  background-color: #3D3D3D;
}

#opiniones{
  padding-top: 79px;
  padding-bottom: 192px;
  background-image: url(../img/opiniones/bg_opiniones.jpg);
}

#opiniones h1{
  text-align:right;
  font-family:"Raleway Bold";
  color:#fff;
  font-size: 55px;
  text-shadow: 1px 3px 4px #000;

}

#opiniones p{
  font-size: 22px;
  color: #fff;
  padding-top: 45px;
  float: left;
  font-family:"Raleway Bold";
  line-height: 36px;
  padding-right: 435px;
}

.comillas{
  float: left;
  width:108px;
  height: 81px;
  background-image: url(../img/opiniones/comillas.png);
}

#flota{
  margin-top: 90px;
}

.flota{
  padding: 65px 0px;
  background-image: url(../img/nuestra_flota/flota.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.text-flota{
  padding: 0px 82px;
}

.text-flota h1{
  padding-top: 35px;
  font-family:"Raleway Bold";
  color: #fff;
  font-size: 42px;
  padding-bottom: 40px;
  text-shadow: 1px 3px 4px #000;
}

.text-flota h1 span{
  color: #F5832A;
}

.text-flota p{
  font-family:"Raleway Bold";
  color: #fff;
  line-height: 27px;
  padding-bottom: 46px;
}

.btn_descubrela{
  padding: 13px 24px;
  float: left;
  font-size: 20px;
  font-family:"Raleway Bold";
  background-color: #F5832B;
  color: #fff;
  border: 3px solid #B06733;
}

.btn_descubrela:hover{
  background-color: #fff;
  color: #424242;
  text-decoration: none;
}

#servicios{
  padding:115px 0px;
}

#servicios h1{
  font-family:"Raleway Bold";
  font-size: 42px;
  color:#3D3D3D;
  padding-bottom: 72px;
  padding-top: 19px;
}

#servicios h1 span{
  color: #F58430;
}

#servicios p{
  font-family:"Raleway Bold";
  line-height: 27px;
  padding-bottom: 82px;
}

.btn_servicios{
  font-size: 20px;
  font-family:"Raleway Bold";
  border: 3px solid #F7B17F;
  background-color: #F5832B;
  padding: 11px 30px;
  margin-left: 21%;
  color: #fff;
}

.btn_servicios:hover{
  background-color: #fff;
  color: #3D3D3D;
  text-decoration: none;
}

.ico1{
  background-image:url(../img/servicios/ico1.png);
  background-repeat: no-repeat;
  float: left;
  position: relative;
  width: 157px;
  height: 157px;
  margin-right: 29px;
}

.ico2{
  background-image:url(../img/servicios/ico2.png);
  background-repeat: no-repeat;
  width: 157px;
  height: 157px;
  margin-right: 29px;
  float: left;
  position: relative;
}

.ico3{
  background-image:url(../img/servicios/ico3.png);
  background-repeat: no-repeat;
  width: 157px;
  height: 157px;
  margin-right: 29px;
  float: left;
  position: relative;
}

.ico4{
  background-image:url(../img/servicios/ico4.png);
  background-repeat: no-repeat;
  width: 157px;
  height: 157px;
  margin-right: 29px;
  float: left;
  position: relative;
}

.ico5{
  background-image:url(../img/servicios/ico5.png);
  background-repeat: no-repeat;
  width: 157px;
  height: 157px;
  margin-right: 29px;
  float: left;
  position: relative;
}

.ico6{
  background-image:url(../img/servicios/ico6.png);
  background-repeat: no-repeat;
  width: 157px;
  height: 157px;
  margin-right: 29px;
  float: left;
  position: relative;
}

#servicios2{
  padding: 160px 0px;
  background-image: url(../img/servicios/bg_oferta.jpg);
}

#servicios2 h1{
  font-family:"Raleway Bold";
  font-size: 40px;
  color:#fff;
  padding-bottom: 20px;
}

#servicios2 h1 span{
  color: #F58430;
}

#servicios2 p{
  color: #fff;
  font-family:"Raleway Bold";
  line-height: 27px;
  padding-bottom: 82px;
}

#carga{
  padding: 65px 0px;
}

#carga h1{
  padding-bottom: 25px;
  font-size: 42px;
  color: #3C3C3C;
  font-family:"Raleway Bold";
  text-transform: uppercase;
  margin-top: 19%;
}

#carga h1 span{
  font-family:"Raleway Bold";
  color: #F2842F;
}

#carga p{
  line-height: 25px;
  font-family:"Raleway Bold";
}

#empaques{
  padding: 107px 0px;
}

#empaques h1{
  padding-bottom: 55px;
  font-size: 42px;
  color: #3C3C3C;
  text-align: center;
  font-family:"Raleway Bold";
  text-transform: uppercase;
}

#empaques h1 span{
  font-family:"Raleway Bold";
  color: #F2842F;
}

#empaques p{
  line-height: 25px;
  font-family:"Raleway Bold";
}

#capacidad{
  padding: 51px 0px;
  background-image: url(../img/transporte_carga_seca/bg_capacidad.jpg);
  background-repeat: no-repeat;
}

#capacidad h1{
  padding-bottom: 55px;
  font-size: 42px;
  color: #fff;
  text-align: center;
  font-family:"Raleway Bold";
  text-transform: uppercase;
  text-shadow: 2px 4px 3px #00000094;
}

#capacidad h1 span{
  font-family:"Raleway Bold";
  color: #F2842F;
}

.texto_capacidad{
  margin-top: 9%;
}

.item_empaques{
  margin-bottom: 30px;
}

#carouselservicio_h2 .carousel-indicators{
  bottom: -18px;
  text-align: center;
  width: 100%;
  left: 30%;
}

#carouselservicio_h2 .carousel-indicators li{
  background: #3C3C3C;
  width: 13px;
  height: 13px;
  border: 0px;
  margin-left: 5px;
}

#carouselservicio_h2 .carousel-indicators .active{
  background:#F5832B;
}


.texto_capacidad h2{
  color: #fff;
  font-family:"Raleway Bold";
  font-size:30px;
  padding-bottom: 20px;
  text-shadow: 2px 2px 5px #000;
}

.texto_capacidad p{
  font-size: 24px;
  color: #fff;
  line-height: 35px;
}


.btn_volver{
  text-align: right;
  margin-bottom:6%;
}

.btn_volver a{
  font-family:"Raleway Bold";
  color: #fff;
  padding: 11px;
  background-color: #F5832B;
  border: 3px solid #FBB383;
}

.btn_volver a:hover{
  color: #fff;
  text-decoration: none;
  background-color: #3D3D3D;
}

#pdf{
  margin-top: 6%;
}

.btn_oferta{
  text-align: center;
  padding: 134px 0px;
  background-image: url(../img/oferta_carga/bg_oferta.jpg);
}

.btn_oferta a{
  font-family:"Raleway Bold";
  color: #3D3D3D;
  font-size: 20px;
  padding: 10px 70px;
  background-color: #fff;
  border: 4px solid #A8A9AB;
}

.btn_oferta a:hover{
  color: #fff;
  text-decoration: none;
  border: 4px solid #F5832B;
  background-color: #F5832B;
}

#contacte{
  padding:45px 0px;
}

#contacte h3{
  font-family:"Raleway Bold";
  text-transform: uppercase;
  padding-top:20px;
}

#contacte input {
  width: 100%;
  background-color:#3D3D3D;
  color: #fff;
  border: none;
  font-size: 18px;
  padding: 7px 15px;
  margin-top: 5px;
}


#contacte h4 {
  text-align: left;
  float: left;
  margin-top:12px !important;
  color: #373435 !important;
}

#enviar {
  width: 100px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  font-size: 22px !important;
  margin-top: 41px !important;
  padding: 10px 0px !important;
  background:#3D3D3D !important;
  margin-right: 15px;
  border: none !important;
}

#enviar:hover{
  background-color: #F5832B !important;
}

#borrar {
  width: 100px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  font-size: 22px !important;
  margin-top: 41px !important;
  padding: 10px 0px !important;
  background:#3D3D3D !important;
  border: none !important;
}

#borrar:hover{
  background-color: #F5832B !important;
}

#form-carga{
  padding: 64px 0px;
}

.form_text{
  padding-top: 23px;
  padding-left: 96px;
}

.form_text p{
  line-height:24px;
  font-family:"Raleway Bold";
  text-align: justify;
}

.form_text p span{
  font-family:"Raleway Bold";
  color: #F5832B;
  font-size: 20px;
}

#form-carga h3{
  font-family:"Raleway Bold";
  text-transform: uppercase;
  padding-top:20px;
}

#form-carga input {
  width: 100%;
  font-size: 17px;
  background-color:#3D3D3D;
  color: #fff;
  border: none;
  padding: 8px 15px;
  margin-top: 7px;
}

.form-control {
  height: 38px;
  padding: 8px 10px;
  color: #fff;
  border: none;
  border-radius: 0px;
  background-color: #3D3D3D;
  margin-top: 9px;
  font-size: 17px;
}

.form-control:hover {
    background-color: #3D3D3D;
}

.select2{
  float: left;
  position: relative;
  clear: both;
  margin-top: 5px;
  margin-bottom: 15px;
}

.select2 select{
  background: #fff;
  font-size:30px;
  color: #000;
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0px;
  border:none;
}

#contacto{
  padding: 125px 0px;
}

#contacto h1{
  font-family:"Raleway Bold";
  color: #3D3D3D;
  padding-bottom: 26px;
  font-size: 42px;
}

#contacto h1 span{
  color: #F5832B;
}

#contacto p{
  line-height: 23px;
  padding-right: 129px;
  font-family:"Raleway Bold";
}

#formulario h3{
  font-family:"Raleway Bold";
  text-transform: uppercase;
  padding-top:20px;
  color: #000;
}

#formulario input {
  width: 100%;
  background-color:#3D3D3D;
  color: #fff;
  border: none;
  font-size: 18px;
  padding: 5px 8px;
  margin-top: 5px;
}

#formulario textarea {
  width: 100%;
  background-color:#3D3D3D;
  color: #fff;
  border: none;
  padding: 8px;
  margin-top: 5px;
  height: 120px;
}

#formulario h4 {
  text-align: left;
  float: left;
  margin-top:12px !important;
  color: #373435 !important;
}

#enviar {
  width: 100px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  font-size: 22px !important;
  margin-top: 41px !important;
  padding: 10px 0px !important;
  background:#3D3D3D !important;
  margin-right: 15px;
  border: none !important;
}

#enviar:hover{
  background-color: #F5832B !important;
}

#borrar {
  width: 100px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  font-size: 22px !important;
  margin-top: 41px !important;
  padding: 10px 0px !important;
  background:#3D3D3D !important;
  border: none !important;
}

#borrar:hover{
  background-color: #F5832B !important;
}

#politicas{
  float: left;
  margin-top: 14%;
  padding: 9px;
  color: #fff;
  background-color: #000;
}

#politicas:hover{
  background-color: #F5832B;
  text-decoration:none;

}

#dt_contacto{
  padding:130px 0px;
  background-image: url(../img/bg_contacto.jpg);
}

#dt_contacto h1{
  color: #fff;
  font-family:"Raleway Bold";
  font-size: 42px;
  padding-bottom: 65px;
  text-align: center;
}

#dt_contacto h1 span{
  color: #F78227;
}

#dt_contacto p{
  color: #fff;
  font-family:"Raleway Bold";
  font-size: 26px;
  float: left;
  padding-left: 10px;
  padding-top: 32px;
}

.dt1{
  width:100px;
  height:100px;
  float: left;
  background-image: url(../img/email.png);
}

.dt2{
  width:100px;
  height:100px;
  float: left;
  background-image: url(../img/tel.png);
}

.dt3{
  width:100px;
  height:100px;
  float: left;
  background-image: url(../img/point.png);
}

.h_terminos{
  width: 100%;
  float: left;
  position: relative;
  margin-top:0px;
}

.h_terminos:hover .hover{
  display: block;
}

.hover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}

#alianza{
  text-align: center;
  padding:48px 0px;
  background-color: #fff;
}

#alianza h1 {
  font-family: "Raleway Bold";
  font-size: 31px;
  color: #F5832B;
  margin-bottom: 35px;
  display: inline-block;
  padding: 0px 14px;
}

#alianza h1 span {
  color: #3C3C3C;
}

#politica{
  padding: 65px 0px;
}

#politica p{
  font-size: 14px;
  text-align: justify;
  line-height: 17px;
}

#politica ul li{
  font-size: 14px;
  margin-bottom: 10px;
  text-align: justify;
  background-image: url(../img/li.png);
  background-position: 0px 2px;
  background-repeat: no-repeat;
  padding-left: 18px;
  line-height: 17px;
}

.table-head{
  text-align: center;
  border:1px solid #F5832B !important;
  line-height: 24px !important;
  padding: 5px !important;
}

.table-head2{
  background-color: #F5832B;
  padding: 5px 10px !important;
  border-top: 1px solid #F5832B !important;
  border-left: 1px solid #F5832B !important;
  border-bottom:1px solid #F5832B !important;
  line-height: 22px !important;
  color: #fff;
}

.table-bordered{
  border:1px solid #F5832B !important;
 }

.table-head3{
  padding: 5px !important;
  color: #FFF;
  border:1px solid #F5832B !important;
}

.table-text{
  font-size: 14px;
  padding: 5px 9px !important;
  border:1px solid #F5832B!important;

}

.table-text3{
  padding: 10px !important;
  color: #FFF;
  text-align: center;
  border:1px solid #F5832B !important;
}

#pol-salud{
  padding-bottom: 65px;
}

#pol-salud h1 {
  padding-bottom: 25px;
  font-family: "Raleway Bold";
  color: #F7842B;
  font-size: 30px;
}

#pol-salud p {
  line-height: 23px;
  font-size: 16px;
  text-align: justify;
}

#pol-salud p span{
  font-size: 18px;
  font-family: "Raleway Bold";
  color: #F7842B;
}


/*---------------------------------------------------------*/

@media only screen and (max-width: 320px) {


  .img2 {
    width: 161px;
  }

  .ofertas p{
    font-size: 22px;
  }

  #botones ul li a{
    margin-top: 12px;
    text-align: center;
    width: 100%;
  }

  #quienes_somos p{
    padding: 42px 0px;
  }

  #servicios_home{
    padding: 0px;
  }

  #servicios_home h1{
    font-size: 30px;
  }

  .items{
    padding: 45px 26px;
    margin: 0px;
  }

  .items h2{
    font-size: 27px;
  }

  .item_servicio{
    display: inline-block;
  }

  .nuestros{
    padding-top: 28px;
    padding-left: 0px;
  }

  .nuestros h1{
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }

  #servicios_home p{
    font-size: 15px;
    line-height: 24px;
  }

  #noticias h1{
    font-size: 28px;
  }

  #noticias p{
    font-size: 15px;
  }

  #banner{
    margin-top:36%;
  }

  #titulo{
    margin-top: 33%;
    padding-top: 79px ;
    padding-bottom: 42px;
  }

  #titulo h1{
    font-size: 26px;
  }

  .emp_text{
    padding-top: 47px;
    padding-left: 13px;
    padding-right: 0px;
  }

  .emp_text p{
    line-height: 22px;
    font-size: 15px;
  }

  #empaques h1{
    font-size: 32px;
  }

  #rutas{
    padding: 116px 0px;
  }

  #rutas h1{
    font-size: 35px;
  }

  #proceso h1{
    text-align: center;
    font-size: 32px;
  }

  #opiniones p{
    line-height: 22px;
    font-size: 17px;
    padding-right: 0px;
  }

  .text-flota p{
    font-size: 15px;
    line-height: 22px;
  }

  .text-flota{
    padding: 0px 19px;
  }

  #servicios h1{
    font-size: 22px;
    padding-bottom: 6px;
  }

  #capacidad h1{
    font-size: 27px;
  }

  .texto_capacidad p{
    font-size: 19px;
    line-height: 28px;
  }

  #servicios p{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 31px;
  }

  .ico1{
    padding-left: 161px;
  }

  .btn_servicios{
    float: left;
    font-size: 18px;
    padding: 8px 25px;
    margin-bottom: 36px;
  }

  #servicios2{
    padding: 89px 0px;
  }

  #servicios2 h1{
    font-size: 21px;
  }

  #servicios2 p{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 21px;
  }

  #carga h1{
    font-size: 24px;
  }

  #carga p{
    padding: 0px;
  }

  .btn_oferta{
    padding: 91px 0px;
  }

  .btn_volver a{
    font-size: 15px;
    float: right;
  }

  #quienes_somos h1{
    font-size: 30px;
  }

  #alianza h1{
    font-size: 23px;
  }

  .btn_cotizacion{
    margin-top: 36px;
    margin-bottom: 32px;
  }

  .btn_cotizacion a{
    font-size: 17px;
    padding: 9px 29px;
  }

  .btn_oferta a{
    padding: 9px 33px;
    font-size: 19px;
  }

  #contacto h1{
    font-size: 29px;
  }

  #contacto p{
    padding-right: 0px;
    font-size: 16px;
  }

  #formulario h4{
    font-size: 14px;
  }

  footer p{
    font-size: 15px;
    line-height: 18px;
  }

  #rutas p{
    padding: 5px 7px;
    font-size: 18px;
    line-height: 23px;
  }

  #opiniones h1{
    font-size: 35px;
  }

}


/*-------------------------------------------------------*/

@media (max-width: 400px) and (min-width:321px){

  .img2 {
    width: 161px;
  }

  .ofertas p{
    font-size: 22px;
  }

  #botones ul li a{
    margin-top: 12px;
    text-align: center;
    width: 100%;
  }

  #quienes_somos p{
    padding: 42px 0px;
  }

  #servicios_home{
    padding: 0px;
  }

  #servicios_home h1{
    font-size:26px;
  }

  .items{
    padding: 45px 26px;
    margin: 0px;
  }

  .items h2{
    font-size: 25px;
  }

  .item_servicio{
    display: inline-block;
  }

  .nuestros{
    padding-top: 28px;
    padding-left: 0px;
  }

  .nuestros h1{
    font-size: 21px;
    line-height: 28px;
    text-align: center;
  }

  #alianza h1{
    font-size: 25px;
  }

  #noticias h1{
    font-size: 28px;
  }

  #noticias p{
    font-size: 15px;
  }

  #banner{
    margin-top:36%;
  }

  #titulo{
    margin-top: 33%;
    padding-top: 79px ;
    padding-bottom: 42px;
  }

  #titulo h1{
    font-size: 33px;
  }

  .emp_text{
    padding-top: 47px;
    padding-left: 13px;
    padding-right: 0px;
  }

  .emp_text p{
    line-height: 26px;
    font-size: 15px;
  }

  #rutas{
    padding: 116px 0px;
  }

  #rutas h1{
    font-size: 35px;
  }

  #proceso h1{
    text-align: center;
    font-size: 32px;
  }

  #opiniones p{
    line-height: 24px;
    font-size: 18px;
    padding-right: 0px;
  }

  #opiniones{
    padding-bottom: 74px;
  }

  .text-flota p{
    font-size: 13px;
    line-height: 20px;
  }

  .text-flota h1{
    font-size: 34px;
    padding-bottom: 13px;
    padding-top: 3px;
  }

  .text-flota{
    padding: 0px 19px;
  }

  #servicios h1{
    font-size: 28px;
    padding-bottom: 6px;
  }

  #servicios p{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 31px;
  }

  .btn_servicios{
    float: left;
    font-size: 18px;
    padding: 8px 25px;
    margin-bottom: 36px;
  }

  #servicios2{
    padding: 89px 0px;
  }

  #servicios2 h1{
    font-size: 30px;
  }

  #servicios2 p{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 21px;
  }

  #carga h1{
    font-size: 24px;
  }

  #carga p{
    padding: 0px;
  }

  .btn_oferta{
    padding: 91px 0px;
  }

  .btn_volver a{
    float: right;
  }

  .btn_cotizacion{
    margin-top: 36px;
    margin-bottom: 32px;
  }

  .btn_cotizacion a{
    font-size: 17px;
    padding: 9px 29px;
  }

  .btn_oferta a{
    padding: 9px 33px;
    font-size: 19px;
  }

  #contacto h1{
    font-size: 29px;
  }

  #contacto p{
    padding-right: 0px;
    font-size: 16px;
  }

  #formulario h4{
    font-size: 14px;
  }

  .dt1{
    width: 40px;
    height: 40px;
    background-size: contain;
    margin-bottom: 10px;
  }

  .dt2{
    width: 40px;
    height: 40px;
    background-size: contain;
    margin-bottom: 10px;
  }

  .dt3{
    width: 40px;
    height: 40px;
    background-size: contain;
    margin-bottom: 10px;
  }

  #dt_contacto h1{
    font-size: 23px;
    padding-bottom: 42px;
  }

  #dt_contacto{
    padding: 57px 0px;
  }

  #dt_contacto p{
    padding-left: 5px;
    font-size: 17px;
    padding-top: 9px;
  }

  footer span{
    padding-right: 6px;
  }

  footer p{
    font-size: 16px;
    line-height:19px;
  }

  #copy a{
    font-size: 12px;
    padding-right: 100px;
  }

  #politicas{
    font-size: 15px;
  }

  #rutas p{
    padding: 5px 14px;
    line-height: 24px;
    font-size: 17px;
  }

  #opiniones h1{
    font-size: 36px;
  }
}



/*------------------------------------------------------------------------*/

@media (max-width: 450px) and (min-width:401px){

  .img2 {
    width: 161px;
  }

  .ofertas p{
    font-size: 22px;
  }

  #botones ul li a{
    margin-top: 12px;
    text-align: center;
    width: 100%;
  }

  #quienes_somos p{
    padding: 42px 0px;
  }

  #servicios_home{
    padding: 0px;
  }

  #alianza h1{
    font-size: 29px;
  }

  #servicios_home h1{
    font-size: 27px;
  }

  #servicios_home p{
      font-size: 16px;
  }

  #quienes_somos h1{
    font-size: 30px;
  }

  .items{
    padding: 45px 26px;
    margin: 0px;
  }

  .items h2{
    font-size: 30px;
    text-align: center;
  }

  #rutas p{
    font-size: 19px;
    line-height: 26px;
    padding: 5px 27px;
  }

  #empresa{
    padding: 29px 0px;
  }

  #opiniones h1{
    font-size:39px;
  }

  .item_servicio{
    display: inline-block;
  }

  .nuestros{
    padding-top: 28px;
    padding-left: 0px;
  }

  .nuestros h1{
    font-size: 23px;
    line-height: 35px;
    padding-bottom: 32px;
    text-align: center;
  }

  #opiniones{
    padding-bottom: 91px;
  }

  #noticias h1{
    font-size: 28px;
  }

  #noticias p{
    font-size: 15px;
  }

  #titulo{
    padding-top: 168px;
    padding-bottom: 42px;
  }

  #titulo h1{
    font-size: 29px;
  }

  .emp_text{
    padding-top: 47px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .emp_text p{
    text-align: center;
    line-height: 26px;
    font-size: 15px;
  }

  .emp_text h1{
    text-align: center;
  }

  #rutas{
    padding: 116px 0px;
  }

  #rutas h1{
    font-size: 35px;
  }

  #proceso h1{
    text-align: center;
    font-size: 32px;
  }

  #opiniones p{
    line-height: 25px;
    font-size: 18px;
    padding-right: 0px;
  }

  .text-flota p{
    font-size: 15px;
    line-height: 21px;
  }

  .text-flota h1{
    font-size: 34px;
    padding-bottom: 18px;
  }

  .text-flota{
    padding: 0px 19px;
  }

  #servicios h1{
    font-size: 26px;
    padding-bottom: 51px;  
    padding-top: 11px;
  }

  #servicios p{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 31px;
  }

  .texto_capacidad h2{
    color: #000;
  }

  .texto_capacidad p{
    color: #000;
    padding-bottom: 50px;
  }

  #servicios{
    padding: 63px 0px;
  }

  .ico1{
    width: 105px;
    height: 105px;
    background-size: contain;
    margin-right: 18px;
  }

  .ico2{
    width: 87px;
    height: 87px;
    background-size: contain;
    margin-right: 7px;
  }

  .ico3{
    width: 105px;
    height: 105px;
    background-size: contain;
    margin-right: 7px;
  }

  .ico4{
    width: 105px;
    height: 105px;
    background-size: contain;
    margin-right: 7px;
  }

  .ico5{
    width: 105px;
    height: 105px;
    background-size: contain;
    margin-right: 7px;
  }

  .ico6{
    width: 105px;
    height: 105px;
    background-size: contain;
    margin-right: 7px;
  }

  .btn_servicios{
    float: left;
    font-size: 18px;
    padding: 8px 25px;
    margin-bottom: 36px;
  }

  #servicios2{
    padding: 89px 0px;
  }

  #servicios2 h1{
    font-size: 22px;
  }

  #servicios2 p{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 21px;
  }

  #carga h1{
    text-align: center;
    margin-top: 11%;
    font-size: 24px;
  }

  #carga p{
    text-align: center;
    padding-bottom: 23px;
  }

  #capacidad h1{
    font-size: 33px;
  }

  .texto_capacidad{
    margin-top: 38%;
  }

  .dt1{
    width: 65px;
    height: 65px;
    background-size: contain;
    margin-bottom: 10px;
  }

  .dt2{
    width: 65px;
    height: 65px;
    background-size: contain;
    margin-bottom: 10px;
  }

  .dt3{
    width: 65px;
    height: 65px;
    background-size: contain;
    margin-bottom: 10px;
  }

  #dt_contacto h1{
    font-size: 31px;
    padding-bottom: 42px;
  }

  #dt_contacto{
    padding: 57px 0px;
  }

  #dt_contacto p{
    padding-left: 10px;
    font-size: 17px;
    padding-top: 18px;
  }

  .btn_oferta{
    padding: 91px 0px;
  }

  .btn_volver a{
    float: right;
  }

  .btn_cotizacion{
    margin-top: 36px;
    margin-bottom: 32px;
  }

  .btn_cotizacion a{
    font-size: 17px;
    padding: 9px 29px;
  }

  #empaques h1{
    font-size: 35px;
  }

  .btn_oferta a{
    padding: 9px 33px;
    font-size: 19px;
  }

  #contacto h1{
    font-size: 29px;
  }

  #contacto p{
    padding-right: 0px;
    font-size: 16px;
  }

  #formulario h4{
    font-size: 14px;
  }

}


/*--------------------------------------------------------------------------------*/


@media (max-width: 500px) and (min-width:451px){

  .img2 {
    width: 161px;
  }

  .ofertas p{
    font-size: 22px;
  }

  #botones ul li a{
    margin-top: 12px;
    text-align: center;
    width: 100%;
  }

  #quienes_somos p{
    padding: 42px 0px;
  }

  #servicios_home{
    padding: 0px;
  }

  #servicios_home h1{
    font-size: 30px;
  }

  .items{
    padding: 45px 26px;
    margin: 0px;
  }

  .items h2{
    font-size:30px;
  }

  #rutas p{
    padding: 4px 37px;
    font-size: 19px;
    line-height: 27px;
  }

  #opiniones h1{
    font-size: 44px;
  }

  #opiniones{
    padding-bottom: 97px;
  }

  .text-flota p{
    font-size: 16px;
    line-height: 21px;
  }

  .text-flota h1{
    font-size: 34px;
    padding-bottom: 16px;
    padding-top: 0px;
  }

  .item_servicio{
    display: inline-block;
  }

  .nuestros{
    padding-top: 28px;
    padding-left: 0px;
  }

  .nuestros h1{
    font-size: 27px;
    line-height: 35px;
    text-align: center;
  }

  #noticias h1{
    font-size: 28px;
  }

  #noticias p{
    font-size: 15px;
  }

  #titulo{
    padding-top: 163px;
    padding-bottom: 42px;
  }

  #titulo h1{
    font-size: 33px;
  }

  .emp_text{
    padding-top: 47px;
    padding-left: 13px;
    padding-right: 0px;
  }

  .emp_text p{
    line-height: 26px;
    font-size: 15px;
  }

  #rutas{
    padding: 116px 0px;
  }

  #rutas h1{
    font-size: 35px;
  }

  #proceso h1{
    text-align: center;
    font-size: 32px;
  }

  #opiniones p{
    line-height: 24px;
    font-size: 18px;
    padding-right: 23px;
    text-align: center;
    padding-left: 23px;
  }

  .text-flota{
    padding: 0px 19px;
  }

  #servicios h1{
    font-size: 28px;
    padding-bottom: 6px;
  }

  #servicios p{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 31px;
  }

  .ico1{
    padding-left: 161px;
  }

  .btn_servicios{
    float: left;
    font-size: 18px;
    padding: 8px 25px;
    margin-bottom: 36px;
  }

  #servicios2{
    padding: 89px 0px;
  }

  #servicios2 h1{
    font-size: 30px;
  }

  #servicios2 p{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 21px;
  }

  #carga h1{
    font-size: 24px;
  }

  #carga p{
    padding: 0px;
  }

  .btn_oferta{
    padding: 91px 0px;
  }

  .btn_volver a{
    float: right;
  }

  .btn_cotizacion{
    margin-top: 36px;
    margin-bottom: 32px;
  }

  .btn_cotizacion a{
    font-size: 17px;
    padding: 9px 29px;
  }

  .btn_oferta a{
    padding: 9px 33px;
    font-size: 19px;
  }

  #contacto h1{
    font-size: 29px;
  }

  #contacto p{
    padding-right: 0px;
    font-size: 16px;
  }

  #formulario h4{
    font-size: 14px;
  }

  .dt1{
    width: 65px;
    height: 65px;
    background-size: contain;
    margin-bottom: 10px;
  }

  .dt2{
    width: 65px;
    height: 65px;
    background-size: contain;
    margin-bottom: 10px;
  }

  .dt3{
    width: 65px;
    height: 65px;
    background-size: contain;
    margin-bottom: 10px;
  }

  #dt_contacto h1{
    font-size: 31px;
    padding-bottom: 42px;
  }

  #dt_contacto{
    padding: 57px 0px;
  }

  #dt_contacto p{
    padding-left: 10px;
    font-size: 19px;
    padding-top: 18px;
  }

}


/*----------------------------------------------------------------------------------*/


@media (max-width: 550px) and (min-width:501px){

  .img2 {
    width: 161px;
  }

  #opiniones h1{
    font-size: 39px;
  }

  #opiniones{
    padding-bottom: 115px;
  }

  .ofertas p{
    font-size: 22px;
  }

  #botones ul li a{
    margin-top: 12px;
    text-align: center;
    width: 100%;
  }

  #quienes_somos p{
    padding: 42px 0px;
  }

  #servicios_home{
    padding: 0px;
  }

  #servicios_home h1{
    text-align: center;
  }

  #servicios_home p{
    text-align: center;
  }

  .item_servicio p{
    text-align: left !important;
  }

  .items{
    padding: 45px 26px;
    margin: 0px;
  }

  .items h2{
    font-size: 35px;
    text-align: center;
  }

  .item_servicio{
    display: inline-block;
  }

  .nuestros{
    padding-top: 56px;
    padding-left: 0px;
  }

  .nuestros h1{
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }

  #noticias h1{
    font-size: 28px;
  }

  #noticias p{
    font-size: 15px;
  }

  #banner{
    margin-top:25%;
  }

  #titulo{
    padding-top: 157px;
    padding-bottom: 42px;
  }

  #titulo h1{
    font-size: 33px;
  }

  .emp_text{
    padding-top: 47px;
    padding-left: 13px;
    padding-right: 0px;
  }

  .emp_text p{
    line-height: 26px;
    font-size: 15px;
  }

  #rutas{
    padding: 116px 0px;
  }

  #rutas h1{
    font-size: 35px;
  }

  #rutas p{
    padding: 5px 47px;
    font-size: 19px;
    line-height: 26px;
  }

  #proceso h1{
    text-align: center;
    font-size: 32px;
  }

  #opiniones p{
    line-height: 24px;
    font-size: 18px;
    padding-right: 46px;
    padding-left: 50px
  }

  .text-flota{
    padding: 0px 19px;
  }

  #servicios h1{
    font-size: 26px;
    padding-top: 14px;
    padding-bottom: 6px;
  }

  #servicios p{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 31px;
  }

  .ico1{
    width:125px;
    height:125px;
    margin-right: 34px;
    background-size: contain;
  }

  .ico2{
    width:125px;
    height:125px;
    margin-right: 23px;
    background-size: contain;
  }

  .ico3{
    width:125px;
    height:125px;
    margin-right: 21px;
    background-size: contain;
  }

  .ico4{
    width:125px;
    height:125px;
    margin-right: 21px;
    background-size: contain;
  }

  .ico5{
    width:125px;
    height:125px;
    margin-right: 21px;
    background-size: contain;
  }

  .ico6{
    width:125px;
    height:125px;
    margin-right: 21px;
    background-size: contain;
  }

  #servicios{
    padding: 64px 0px;
  }

  .btn_servicios{
    float: left;
    padding: 9px 21px;
    margin-left: 0%;
    font-size: 17px;
    margin-bottom: 36px;
  }

  #servicios2{
    padding: 89px 0px;
  }

  #servicios2 h1{
    font-size:26px;
    padding-bottom: 0px;
  }

  #servicios2 p{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 21px;
  }

  #carga h1{
    font-size: 24px;
  }

  #carga p{
    padding: 0px;
  }

  .btn_oferta{
    padding: 91px 0px;
  }

  .btn_volver a{
    float: right;
  }

  .btn_cotizacion{
    margin-top: 36px;
    margin-bottom: 32px;
  }

  .btn_cotizacion a{
    font-size: 17px;
    padding: 9px 29px;
  }

  .btn_oferta a{
    padding: 9px 33px;
    font-size: 19px;
  }

  #contacto h1{
    font-size: 29px;
  }

  #contacto p{
    padding-right: 0px;
    font-size: 16px;
  }

  #formulario h4{
    font-size: 14px;
  }

  #dt_contacto h1{
    font-size: 33px;
  }

  #dt_contacto p{
    font-size: 23px;
  }

  #dt_contacto{
    padding: 51px 0px;
  }

  .form_text{
    padding-left:0px;
  }

  .dt1{
    width: 75px;
    height: 75px;
    background-size: contain;
    margin-bottom: 10px;
  }

  .dt2{
    width: 75px;
    height: 75px;
    background-size: contain;
    margin-bottom: 10px;
  }

  .dt3{
    width: 75px;
    height: 75px;
    background-size: contain;
    margin-bottom: 10px;
  }

  #dt_contacto h1{
    font-size: 31px;
    padding-bottom: 42px;
  }

  #dt_contacto{
    padding: 57px 0px;
  }

  #dt_contacto p{
    padding-left: 10px;
    font-size: 19px;
    padding-top: 22px;
  }




}

/*-----------------------------------------------------------------------------*/

@media (max-width: 600px) and (min-width:551px){

  .img2 {
    width: 161px;
  }

  .ofertas p{
    font-size: 22px;
  }

  #botones ul li a{
    margin-top: 12px;
    text-align: center;
    width: 100%;
  }

  #quienes_somos p{
    padding: 42px 0px;
  }

  #servicios_home{
    padding: 0px;
  }

  #servicios_home h1{
    font-size: 31px;
    text-align: center;
  }

  #servicios_home p{
    text-align: center;
  }

  .item_servicio p{
    text-align: left !important;
  }

  .items{
    padding: 45px 26px;
    margin: 0px;
  }

  .items h2{
    font-size: 35px;
  }

  .item_servicio{
    display: inline-block;
  }

  .nuestros{
    padding-top: 56px;
    padding-left:22px;
  }

  .nuestros h1{
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }

  #noticias h1{
    font-size: 28px;
  }

  #noticias p{
    font-size: 15px;
  }

  #titulo{
    padding-top: 178px;
    padding-bottom: 61px;
  }

  #titulo h1{
    font-size: 33px;
  }

  .emp_text{
    padding-top: 47px;
    padding-left: 13px;
    padding-right: 0px;
  }

  .emp_text p{
    line-height: 26px;
    font-size: 15px;
  }

  #rutas{
    padding: 116px 0px;
  }

  #rutas h1{
    font-size: 35px;
  }

  #rutas p{
    padding: 5px 62px;
  }

  #proceso h1{
    text-align: center;
    font-size: 32px;
  }

  #opiniones p{
    line-height: 24px;
    font-size: 18px;
    padding-right: 41px;
    padding-left: 41px;
  }

  #opiniones h1{
    font-size: 40px;
  }

  .text-flota{
    padding: 0px 19px;
  }

  .text-flota h1{
    font-size: 39px;
  }

  .text-flota p{
    font-size: 17px;
    line-height: 22px;
  }

  #servicios h1{
    font-size: 28px;
    padding-bottom: 16px;
    padding-top: 12px;
  }

  #servicios{
    padding: 49px 0px;
  }

  #servicios p{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 31px;
  }

  .ico1{
    width: 125px;
    height: 125px;
    margin-right: 34px;
    background-size: contain;
  }

  .ico2{
    width: 125px;
    height: 125px;
    margin-right: 34px;
    background-size: contain;
  }

  .ico3{
    width: 125px;
    height: 125px;
    margin-right: 34px;
    background-size: contain;
  }

  .ico4{
    width: 125px;
    height: 125px;
    margin-right: 34px;
    background-size: contain;
  }

  .ico5{
    width: 125px;
    height: 125px;
    margin-right: 34px;
    background-size: contain;
  }

  .ico6{
    width: 125px;
    height: 125px;
    margin-right: 34px;
    background-size: contain;
  }

  .btn_servicios {
    float: left;
    padding: 9px 21px;
    margin-left: 0%;
    font-size: 17px;
    margin-bottom: 36px;
  }

  .btn_servicios{
    float: left;
    font-size: 18px;
    padding: 8px 25px;
    margin-bottom: 36px;
  }

  #servicios2{
    padding: 89px 0px;
  }

  #servicios2 h1{
    font-size: 30px;
  }

  #servicios2 p{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 21px;
  }

  #carga h1{
    font-size: 22px;
  }

  #carga p{
    padding: 0px;
  }

  .btn_oferta{
    padding: 91px 0px;
  }

  .btn_volver a{
    float: right;
  }

  .btn_cotizacion{
    margin-top: 36px;
    margin-bottom: 32px;
  }

  .btn_cotizacion a{
    font-size: 17px;
    padding: 9px 29px;
  }

  .btn_oferta a{
    padding: 9px 33px;
    font-size: 19px;
  }

  #contacto h1{
    font-size: 29px;
  }

  #contacto p{
    padding-right: 0px;
    font-size: 16px;
  }

  #formulario h4{
    font-size: 14px;
  }

  #dt_contacto h1{
    font-size: 33px;
  }

  #dt_contacto p{
    font-size: 23px;
    padding-top: 23px;
  }

  #dt_contacto{
    padding: 51px 0px;
  }

  .form_text{
    padding-left:0px;
  }

  .dt1{
    width: 75px;
    height: 75px;
    background-size: contain;
    margin-bottom: 10px;
  }

  .dt2{
    width: 75px;
    height: 75px;
    background-size: contain;
    margin-bottom: 10px;
  }

  .dt3{
    width: 75px;
    height: 75px;
    background-size: contain;
    margin-bottom: 10px;
  }

  #opiniones{
    padding-top: 63px;
    padding-bottom: 110px;
  }
  
}


/*------------------------------------------------------------------------*/



@media (max-width: 700px) and (min-width:601px){
  
  .img2 {
    width: 161px;
  }

  .ofertas p{
    font-size: 22px;
  }

  #botones ul li a{
    margin-top: 12px;
    text-align: center;
    width: 100%;
  }

  #quienes_somos p{
    padding: 42px 0px;
  }

  #servicios_home{
    padding: 0px;
  }

  #servicios_home h1{
    text-align: center;
  }

  #servicios_home p{
    text-align: center;
  }

  .item_servicio p{
    text-align: left !important;
  }

  .items{
    margin: 0px;
  }

  .items h2{
    font-size: 35px;
  }

  .item_servicio{
    display: inline-block;
  }

  .nuestros{
    padding-top: 56px;
    padding-left:22px;
  }

  .nuestros h1{
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }

  #noticias h1{
    font-size: 28px;
  }

  #noticias p{
    font-size: 15px;
  }

  #titulo{
    padding-top: 178px;
    padding-bottom: 61px;
  }

  #titulo h1{
    font-size: 33px;
  }

  .emp_text{
    padding-top: 47px;
    padding-left: 13px;
    padding-right: 0px;
  }

  .emp_text p{
    line-height: 26px;
    font-size: 15px;
  }

  #rutas{
    padding: 116px 0px;
  }

  #rutas h1{
    font-size: 35px;
  }

  #proceso h1{
    text-align: center;
    font-size: 32px;
  }

  #opiniones p{
    line-height: 25px;
    font-size: 18px;
    padding-right: 57px;
    padding-left: 57px;
  }

  #opiniones h1{
    font-size: 47px;
  }

  #rutas p{
    padding: 5px 83px;
  }

  .text-flota{
    padding: 0px 19px;
  }

  #servicios h1{
    font-size: 34px;
    padding-bottom: 40px;
  }

  #servicios p{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 31px;
  }

  .ico1{
    width: 125px;
    height: 125px;
    margin-right: 34px;
    background-size: contain;
  }

  .ico2{
    width: 125px;
    height: 125px;
    margin-right: 34px;
    background-size: contain;
  }

  .ico3{
    width: 125px;
    height: 125px;
    margin-right: 34px;
    background-size: contain;
  }

  .ico4{
    width: 125px;
    height: 125px;
    margin-right: 34px;
    background-size: contain;
  }

  .ico5{
    width: 125px;
    height: 125px;
    margin-right: 34px;
    background-size: contain;
  }

  .ico6{
    width: 125px;
    height: 125px;
    margin-right: 34px;
    background-size: contain;
  }

  .btn_servicios{
    float: left;
    font-size: 18px;
    padding: 8px 25px;
    margin-bottom: 36px;
    margin-left: 30%;
  }

  #servicios{
    padding: 64px 0px;
  }

  #servicios2{
    padding: 89px 0px;
  }

  #servicios2 h1{
    font-size: 30px;
  }

  #servicios2 p{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 21px;
  }

  #carga h1{
    font-size: 22px;
  }

  #carga p{
    padding: 0px;
  }

  .btn_oferta{
    padding: 91px 0px;
  }

  .btn_volver a{
    float: right;
  }

  .btn_cotizacion{
    margin-top: 36px;
    margin-bottom: 32px;
  }

  .btn_cotizacion a{
    font-size: 17px;
    padding: 9px 29px;
  }

  .btn_oferta a{
    padding: 9px 33px;
    font-size: 19px;
  }

  #contacto h1{
    font-size: 29px;
  }

  #contacto p{
    padding-right: 0px;
    font-size: 16px;
  }

  #formulario h4{
    font-size: 14px;
  }

  #dt_contacto h1{
    font-size: 33px;
  }

  #dt_contacto p{
    font-size: 23px;
    padding-top: 23px;
  }

  #dt_contacto{
    padding: 51px 0px;
  }

  .form_text{
    padding-left:0px;
  }

  .dt1{
    margin-bottom: 21px;
  }

  .dt2{
    margin-bottom: 21px;
  }

  .dt3{
    margin-bottom: 21px;
  }

  #opiniones{
    padding-top: 63px;
    padding-bottom: 110px;
  }

  .dt1{
    width: 75px;
    height: 75px;
    background-size: contain;
    margin-bottom: 10px;
  }

  .dt2{
    width: 75px;
    height: 75px;
    background-size: contain;
    margin-bottom: 10px;
  }

  .dt3{
    width: 75px;
    height: 75px;
    background-size: contain;
    margin-bottom: 10px;
  }

  .ofertas{
    padding: 32px 10px;
  }

}


/*----------------------------------------------------------------------------*/

@media (max-width: 750px) and (min-width:701px){

  .img2 {
    width: 193px;
  }

  #botones ul li a{
    margin-top: 12px;
    text-align: center;
    width: 100%;
  }

  #quienes_somos p{
    padding: 42px 0px;
  }

  #servicios_home{
    padding: 0px;
  }

  #servicios_home h1{
    text-align: center;
  }

  .items{
    margin: 0px;
  }

  .items h2{
    text-align: center;
    font-size: 35px;
  }

  #servicios_home p{
    text-align: center;
  }

  .item_servicio{
    display: inline-block;
  }

  .nuestros{
    padding-top: 56px;
    padding-left:22px;
  }

  .nuestros h1{
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }

  #noticias h1{
    font-size: 28px;
  }

  #noticias p{
    font-size: 15px;
  }

  #banner{
    margin-top:23%;
  }

  #titulo{
    padding-top: 217px;
    padding-bottom:31px;
  }

  #rutas p{
    font-size: 19px;
    line-height: 28px;
    padding: 5px 6px;
  }

  #titulo h1{
    font-size: 33px;
  }

  .emp_text{
    padding-top: 47px;
    padding-left: 13px;
    padding-right: 0px;
  }

  #rutas{
    padding: 116px 0px;
  }

  #rutas h1{
    font-size: 35px;
  }

  #proceso h1{
    text-align: center;
    font-size: 32px;
  }

  #opiniones p{
    line-height: 26px;
    font-size: 18px;
    padding-right: 65px;
    padding-left: 55px;
  }

  #opiniones h1{
    font-size: 48px;
  }

  .text-flota{
    padding: 0px 19px;
  }

  .btn_servicios{
    float: left;
    font-size: 18px;
    padding: 8px 25px;
    margin-bottom: 36px;
  }

  #servicios2{
    padding: 89px 0px;
  }

  #servicios2 h1{
    font-size: 36px;
  }

  #servicios{
    padding: 48px 0px;
  }

  #servicios h1{
    font-size: 37px;
  }

  #servicios2 p{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 21px;
  }

  .texto_capacidad h2{
    color: #000;
  }

  .texto_capacidad{
    text-align: center;
    padding-bottom: 55px;
    margin-top: 3%;
  }

  .texto_capacidad p{
    color: #000;
  }

  #carga h1{
    font-size: 33px;
    text-align: center;
    margin-top: 5%;
  }

  #servicios p{
    padding-bottom: 48px;
  }

  #carga p{
    padding: 0px;
    text-align: center;
    padding-bottom: 53px;
  }

  .btn_oferta{
    padding: 91px 0px;
  }

  .btn_volver a{
    float: right;
  }

  .btn_cotizacion{
    margin-top: 36px;
    margin-bottom: 32px;
  }

  .btn_cotizacion a{
    font-size: 17px;
    padding: 9px 29px;
  }

  .btn_oferta a{
    padding: 9px 33px;
    font-size: 19px;
  }

  #contacto h1{
    font-size: 35px;
  }

  #contacto p{
    padding-right: 0px;
  }

  #formulario h4{
    font-size: 16px;
  }

  #politicas{
    margin-top: 8%;
  }

  #dt_contacto h1{
    font-size: 33px;
  }

  #dt_contacto p{
    font-size: 23px;
    padding-top: 23px;
  }

  #dt_contacto{
    padding: 51px 0px;
  }

  .form_text{
    padding-left:0px;
  }

  .dt1{
    width: 75px;
    height: 75px;
    background-size: contain;
    margin-bottom: 10px;
  }

  .dt2{
    width: 75px;
    height: 75px;
    background-size: contain;
    margin-bottom: 10px;
  }

  .dt3{
    width: 75px;
    height: 75px;
    background-size: contain;
    margin-bottom: 10px;
  }

  #opiniones{
    padding-top: 63px;
    padding-bottom: 110px;
  }
  
  .ofertas{
    padding: 32px 10px;
  }

}


/*----------------------------------------------------------------*/

@media (max-width: 767px) and (min-width:751px){

  .img2 {
    width: 193px;
  }

  #botones ul li a{
    width: 100%;
    margin-top: 8px;
    text-align: center;
  }

  .items{
    margin: 0px;
  }

  .items h2{
    text-align: center;
    font-size: 32px;
  }

  #rutas p{
    padding: 5px 78px;
  }

  .text-flota{
    padding: 0px 41px;
  }

  #opiniones{
    padding-bottom: 98px;
  }

  .text-flota h1{
    padding-bottom: 15px;
  }

  .item_servicio{
    display: block;
  }

  .nuestros{
    padding-left:0px;
  }

  .nuestros h1{
    text-align: center;
  }

  #titulo{
    padding-top: 181px;
    padding-bottom: 74px;
  }

  #titulo h1{
    font-size: 40px;
  }

  .emp_text{
    padding-top: 85px;
    padding-right: 58px;
  }

  #rutas{
    padding: 167px 0px;
  }

  #opiniones p{
    padding-right: 43px;
    padding-left: 47px;
    font-size: 20px;
    line-height: 26px;
  }

  #servicios h1{
    font-size: 35px;
  }

  #servicios p{
    padding-bottom: 30px;
  }

  .btn_servicios{
    float:left;
    margin-bottom: 35px;
  }

  #carga h1{
    font-size: 29px;
    text-align: center;
    margin-top: 6%;
  }

  #carga p{
    padding-bottom: 19px;
    text-align: center;
  }

  .texto_capacidad {
    text-align: center;
    padding-bottom: 55px;
    margin-top: 3%;
  }

  #contacto p{
    padding-right:0px
  }

  #politicas{
    margin-top: 6%;
  }

  .dt1{
    width: 75px;
    height: 75px;
    background-size: contain;
    margin-bottom: 10px;
  }

  #dt_contacto p{
    padding-top: 19px;
  }

  #dt_contacto h1{
    padding-bottom: 45px;
  }

  .dt2{
    width: 75px;
    height: 75px;
    background-size: contain;
    margin-bottom: 10px;
  }

  .dt3{
    width: 75px;
    height: 75px;
    background-size: contain;
    margin-bottom: 10px;
  }

  #dt_contacto{
    padding: 64px 0px;
  }

  #servicios2 h1{
    font-size: 35px;
  }

  .ofertas{
    padding: 32px 10px;
  }
  
}

/*-------------------------------------------------------------------*/

@media (max-width: 850px) and (min-width:768px){

  .img2 {
    width: 193px;
  }

  #botones ul li a{
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }

  .items{
    margin: 0px;
    padding: 45px 99px;
  }

  .item_servicio{
    display: block;
  }

  .nuestros{
    padding-left:0px;
  }

  .texto_capacidad p{
    color: #000;
  }

  .items h2{
    text-align: center;
  }

  #servicios_home p{
    text-align: center;
  }

  .texto_capacidad{
    text-align: center;
    margin-top: 4%;
    padding-bottom: 35px;
  }

  .nuestros h1{
    text-align: center;
  }

  #titulo{
    padding-top: 181px;
    padding-bottom: 74px;
  }

  #titulo h1{
    font-size: 45px;
  }

  .emp_text{
    padding-top: 85px;
    padding-right: 58px;
  }

  #rutas{
    padding: 109px 0px;
  }

  #opiniones p{
    padding-right: 38px;
    padding-left: 58px;
    line-height: 30px;
    font-size: 21px;
  }

  .text-flota h1{
    padding-bottom: 11px;
  }

  #rutas p{
    padding: 5px 132px;
  }

  #opiniones{
    padding-bottom: 125px;
  }

  #servicios h1{
    font-size: 35px;
  }

  #servicios p{
    padding-bottom: 30px;
  }

  .btn_servicios{
    float:left;
    margin-bottom: 35px;
  }

  #carga h1{
    font-size: 30px;
    text-align: center;
    margin-top: 5%;
  }

  #carga p{
    text-align: center;
    padding-bottom: 15px;
  }

  .texto_capacidad h2{
    color: #000;
  }

  #contacto p{
    padding-right:0px
  }

  #politicas{
    margin-top: 6%;
  }

  .dt1{
    margin-bottom: 32px;
  }

  .dt2{
    margin-bottom: 32px;
  }

  .dt6{
    margin-bottom: 32px;
  }

  #dt_contacto{
    padding: 64px 0px;
  }

  #servicios2 h1{
    font-size: 35px;
  }

  #dt_contacto p{
    font-size: 20px;
    padding-top: 21px;
  }

  #dt_contacto h1{
    padding-bottom: 52px;
    font-size: 38px;
  }

  .dt1 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .dt2 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .dt3 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .ofertas{
    padding: 32px 10px;
  }

}

/*-------------------------------------------------------------------------*/


@media (max-width: 900px) and (min-width:851px){

  .img2 {
    width: 193px;
  }

  #botones ul li a{
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }

  .items{
    margin: 0px;
    padding: 45px 196px;
  }

  #rutas h1{
    font-size: 45px;
  }

  .items h2{
    font-size: 32px;
    text-align: center;
  }

  .ofertas{
    padding: 32px 10px;
  }

  #rutas p{
    padding: 5px 99px;
  }

  .item_servicio{
    display: block;
  }

  .nuestros{
    padding-left:0px;
  }

  .nuestros h1{
    text-align: center;
  }

  #titulo{
    padding-top: 181px;
    padding-bottom: 74px;
  }

  #titulo h1{
    font-size: 45px;
  }

  .emp_text{
    padding-top: 85px;
    padding-right: 58px;
  }

  #rutas{
    padding: 167px 0px;
  }

  #opiniones p{
    padding-right: 59px;
    padding-left: 50px;
    line-height: 33px;
  }

  #opiniones
{    padding-bottom: 113px;
  }

  #servicios h1{
    font-size: 35px;
  }

  #servicios p{
    padding-bottom: 30px;
  }

  .btn_servicios{
    float:left;
    margin-bottom: 35px;
  }

  #carga h1{
    font-size: 32px;
    text-align: center;
    margin-top: 8%;
  }

  #carga p{
    padding-bottom: 20px;
    text-align: center;
  }

  .texto_capacidad{
    text-align: center;
    padding-bottom: 45px;
    margin-top: 2%;
  }

  .texto_capacidad h2{
    color: #000;
  }

  .texto_capacidad p{
    color: #000;
  }

  #contacto p{
    padding-right:0px
  }

  #politicas{
    margin-top: 6%;
  }

  .dt1{
    margin-bottom: 32px;
  }

  .dt2{
    margin-bottom: 32px;
  }

  .dt6{
    margin-bottom: 32px;
  }

  #dt_contacto{
    padding: 64px 0px;
  }

  #servicios2 h1{
    font-size: 35px;
  }

  #dt_contacto p{
    font-size: 22px;
    padding-top: 21px;
  }

  .dt1 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .dt2 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .dt3 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

}


/*-------------------------------------------------------------------------------*/


@media (max-width: 991px) and (min-width:901px){

  .img2 {
    width: 193px;
  }

  #botones ul li a{
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }

  .items{
    margin: 0px;
    padding: 45px 196px;
  }

  #rutas h1{
    font-size: 45px;
  }

  .ofertas{
    padding: 30px 10px;
  }

  .items h2{
    font-size: 32px;
    text-align: center;
  }

  #rutas p{
    padding: 5px 88px;
  }

  .item_servicio{
    display: block;
  }

  .nuestros{
    padding-left:0px;
  }

  .nuestros h1{
    text-align: center;
  }

  #titulo{
    padding-top: 181px;
    padding-bottom: 74px;
  }

  #titulo h1{
    font-size: 45px;
  }

  .emp_text{
    padding-top: 85px;
    padding-right: 58px;
  }

  #rutas{
    padding: 167px 0px;
  }

  #opiniones{
    padding-bottom: 87px;
  }

  #opiniones p{
    padding-right:84px;
    padding-left: 98px;
  }

  #servicios h1{
    font-size: 35px;
  }

  #servicios p{
    padding-bottom: 30px;
  }

  .btn_servicios{
    float:left;
    margin-bottom: 35px;
  }

  #carga h1{
    font-size:33px;
    text-align: center;
    margin-top: 3%;
  }

  #carga p{
    padding-bottom: 26px;
    text-align: center;
  }

  #contacto p{
    padding-right:0px
  }

  #politicas{
    margin-top: 6%;
  }

  .dt1{
    margin-bottom: 32px;
  }

  .dt2{
    margin-bottom: 32px;
  }

  .dt6{
    margin-bottom: 32px;
  }

  #dt_contacto{
    padding: 64px 0px;
  }

  #servicios2 h1{
    font-size: 35px;
  }

  #dt_contacto p{
    font-size: 22px;
    padding-top: 21px;
  }

  .texto_capacidad{
    text-align: center;
    padding-bottom: 45px;
    margin-top: 2%;
  }

  .texto_capacidad h2{
    color: #000;
  }

  .texto_capacidad p{
    color: #000;
  }

  .dt1 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .dt2 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .dt3 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }
  
}

/*----------------------------------------------------------*/


@media (max-width: 1100px) and (min-width:992px){

  .img2 {
    width: 193px;
  }

  #botones ul li a{
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }

  .items{
    padding: 45px 25px !important;
  }

  #rutas h1{
    font-size: 45px;
  }

  .items h2{
    text-align: center;
    font-size: 25px;
  }

  .ofertas{
    padding: 32px 10px;
  }

  .nuestros{
    padding-left:0px;
    padding-top: 55px;
  }

  .nuestros h1{
    text-align: center;
    font-size: 27px;
    line-height: 40px;
    padding-bottom: 36px;
  }

  .informate{
    font-size: 17px;
    padding: 7px 17px;
  }

  #opiniones{
    padding-bottom: 120px;
  }

  #noticias h1{
    font-size: 33px;
  }

  #noticias p{
    font-size: 15px;
    line-height: 22px;
  }

  #titulo{
    padding-top: 181px;
    padding-bottom: 74px;
  }

  #titulo h1{
    font-size: 45px;
  }

  .emp_text{
    padding-top: 55px;
    padding-right: 18px;
    padding-left: 22px;
  }

  .emp_text p{
    line-height: 25px;
    font-size: 16px;
  }

  .emp_text h1{
    font-size: 23px;
  }

  #rutas{
    padding: 167px 0px;
  }

  #opiniones p{
    padding-right: 191px;
    padding-left: 80px;
  }

  #opiniones{
    padding-bottom: 144px;
  }

  .ico1{
    width: 110px;
    height: 110px;
    background-size: contain;
  }

  .btn_servicios{
    margin-left: 0%;
    padding: 8px 24px;
  }

  .ico2{
    width: 110px;
    height: 110px;
    background-size: contain;
    margin-right: 22px;
  }

  .ico3{
    width: 110px;
    height: 110px;
    background-size: contain;
  }

  .ico4{
    width: 110px;
    height: 110px;
    background-size: contain;
  }

  .ico5{
    width: 110px;
    height: 110px;
    background-size: contain;
  }

  .ico6{
    width: 110px;
    height: 110px;
    background-size: contain;
  }

  #servicios h1{
    font-size: 30px;
  }

  .item_servicio p{
    font-size: 15px !important;
    line-height: 22px !important;
  }

  #carga h1{
    font-size: 29px;
    text-align: center;
    margin-top: 5%;
  }

  #carga p{
    text-align: center;
    padding-bottom: 55px;
  }

  #servicios2{
    padding: 112px 0px;
  }

  #contacto h1{
    font-size: 35px;
  }

  #servicios2 p{
    padding-bottom: 64px;
  }

  #contacto p{
    padding-right:19px;
    font-size: 16px;
  }

  #formulario h4{
    font-size: 15px;
  }

  #politicas{
    margin-top: 6%;
  }

  .dt1{
    margin-bottom: 32px;
  }

  .dt2{
    margin-bottom: 32px;
  }

  .dt6{
    margin-bottom: 32px;
  }

  #dt_contacto{
    padding: 64px 0px;
  }

  #servicios2 h1{
    font-size: 27px;
    padding-bottom: 50px;
  }

  #dt_contacto p{
    font-size: 17px;
    padding-top: 22px;
    padding-left: 5px;
  }

  .dt1 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .dt2 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .dt3 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }
  
  
}



/*------------------------------------------------------------------------*/


@media (max-width: 1200px) and (min-width:1101px){

  .img2 {
    width: 193px;
  }

  .ofertas{
    padding:25px 10px;
  }

  #botones ul li a{
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }

  .items{
    padding: 45px 25px !important;
  }

  .items h2{
    text-align: center;
    font-size: 26px;
  }

  .informate{
    padding: 8px 20px;
    font-size: 17px;
  }

  .nuestros{
    padding-left:0px;
    padding-top: 55px;
  }

  .nuestros h1{
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  #noticias h1{
    font-size: 33px;
  }

  #noticias p{
    font-size: 15px;
    line-height: 22px;
  }

  #titulo{
    padding-top: 220px;
    padding-bottom: 74px;
  }

  #opiniones{
    padding-bottom: 83px;
  }

  #titulo h1{
    font-size: 45px;
  }

  .emp_text{
    padding-top: 8px;
    padding-right: 18px;
    padding-left: 22px;
  }

  .emp_text p{
    line-height: 30px;
    font-size: 17px;
  }

  .emp_text h1{
    font-size: 23px;
  }

  #rutas{
    padding: 167px 0px;
  }

  #opiniones p{
    padding-right: 272px;
    padding-left: 83px;
  }

  #servicios h1{
    font-size: 28px;
    padding-bottom: 57px;
  }

  .item_servicio p{
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .btn_servicios{
    padding: 7px 30px;
  }

  #carga h1{
    font-size: 35px;
    margin-top: 18%;
  }

  #carga p{
    padding: 0px;
  }

  #servicios2{
    padding: 73px 0px;
  }

  #contacto h1{
    font-size: 35px;
  }

  #servicios2 p{
    padding-bottom: 64px;
  }

  #contacto p{
    padding-right:19px;
    font-size: 16px;
  }

  #formulario h4{
    font-size: 15px;
  }

  #politicas{
    margin-top: 6%;
  }

  .dt1 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .dt2 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .dt3 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  #dt_contacto{
    padding: 64px 0px;
  }

  #servicios2 h1{
    font-size: 26px;
    padding-bottom: 62px;
  }

  #servicios{
    padding: 44px 0px;
  }

  #dt_contacto p{
    font-size: 18px;
    padding-top: 21px;
  }

  .ico1{
    width: 115px;
    height: 115px;
    background-size: contain;
  }

  .ico2{
    width: 115px;
    height: 115px;
    background-size: contain;
  }

  .ico3{
    width: 115px;
    height: 115px;
    background-size: contain;
  }

  .ico4{
    width: 115px;
    height: 115px;
    background-size: contain;
  }

  .ico5{
    width: 115px;
    height: 115px;
    background-size: contain;
  }

  .ico6{
    width: 115px;
    height: 115px;
    background-size: contain;
  }
  

}


/*------------------------------------------------------------------------------*/

@media (max-width: 1300px) and (min-width:1201px){

  .img2 {
    width: 193px;
  }

  #botones ul li a{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .items h2{
    text-align: center;
    font-size: 24px;
  }

  .ofertas{
    padding: 25px 10px;
  }

  #servicios_home p{
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }

  .informate{
    padding: 8px 22px ;
    font-size: 17px;
  }

  .nuestros{
    padding-top: 71px;
    padding-left: 66px;
  }

  .nuestros h1{
    font-size: 33px;
  }

  #noticias h1{
    font-size: 33px;
  }

  #titulo{
    padding-top: 215px;
  }

  #titulo h1{
    font-size: 49px;
  }

  .emp_text{
    padding-top: 31px;
    padding-right: 44px;
    padding-left: 37px;
  }

  .emp_text p{
    line-height: 29px;
  }


  #rutas{
    padding: 163px 0px;
  }

  #rutas p{
    padding: 5px 113px;
  }

  .text-flota h1{
    padding-bottom: 9px;
  }

  .text-flota p{
    line-height: 24px;
  }

  #opiniones p{
    padding-right: 0px;
  }

  .text-flota{
    padding: 0px 41px;
  }

  #servicios h1{
    font-size: 31px;
    padding-top: 14px;
    padding-bottom: 13px;
  }

  .ico1{
    width: 115px;
    height: 115px;
    background-size: contain;
  }

  .ico2{
    width: 115px;
    height: 115px;
    background-size: contain;
  }

  .ico3{
    width: 115px;
    height: 115px;
    background-size: contain;
  }

  .ico4{
    width: 115px;
    height: 115px;
    background-size: contain;
  }

  .ico5{
    width: 115px;
    height: 115px;
    background-size: contain;
  }

  .ico6{
    width: 115px;
    height: 115px;
    background-size: contain;
  }

  #servicios2 h1{
    font-size:29px;
    padding-bottom: 12px;
  }

  .btn_servicios{
    float: right;
  }

  #carga h1{
    font-size: 34px;
    margin-top: 13%;
  }

  #empaques h1{
    font-size: 35px;
  }

  #servicios2 p{
    font-size: 17px;
    line-height: 25px;
  }

  #contacto h1{
    font-size: 35px;
  }

  #contacto p{
    padding-right: 67px;
    font-size: 15px;
  }

  #dt_contacto p{
    font-size: 16px;
    padding-top: 23px;
  }

  .items{
    padding: 45px 23px;
  }

  .dt1 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .dt2 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .dt3 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  
}


/*------------------------------------------------------------------------------*/

@media (max-width: 1400px) and (min-width:1301px){

  .img2 {
    width: 193px;
  }

  #botones ul li a{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .items h2{
    font-size: 28px;
    text-align: center;
  }

  .ofertas{
    padding: 31px 10px;
  }

  .item_servicio p{
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .nuestros{
    padding-top: 82px;
    padding-left: 81px;
  }

  .nuestros h1{
    font-size: 35px;
  }

  #noticias h1{
    font-size: 33px;
  }

  #servicios h1{
    font-size: 34px;
    padding-bottom: 51px;
  }

  #titulo{
    padding-top: 215px;
  }

  #titulo h1{
    font-size: 49px;
  }

  .emp_text{
    padding-top: 31px;
    padding-right: 44px;
    padding-left: 37px;
  }

  #rutas{
    padding: 172px 0px;
  }

  #rutas p{
    padding: 5px 130px;
  }

  .text-flota h1{
    padding-bottom: 24px;
  }

  #opiniones p{
    padding-right: 0px;
  }

  .text-flota{
    padding: 0px 41px;
  }

  .btn_servicios{
    float: right;
  }

  #servicios2 h1{
    font-size: 30px;
  }

  #empaques h1{
    font-size: 36px;
  }

  .ico6{
    padding-left: 183px;
  }

  #servicios2 p{
    font-size: 17px;
    line-height: 25px;
  }

  #carga h1{
    font-size: 31px;
  }

  #carga p{
    padding: 0px;
  }

  #contacto h1{
    font-size: 35px;
  }

  #contacto p{
    padding-right: 67px;
    font-size: 15px;
  }

  #dt_contacto p{
    font-size: 19px;
    padding-top: 22px;
  }

  .items{
    padding: 45px 23px;
  }

  #quienes_somos p{
    padding: 42px 27px;
  }

  .dt1 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .dt2 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .dt3 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }
  
}


/*--------------------------------------------------------------------------------*/

@media (max-width: 1499px) and (min-width:1401px){

  .img2 {
    width:250px;
  }

  #botones ul li a{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  #servicios2 h1{
    font-size: 35px;
  }

  #servicios h1{
    font-size: 38px;
    padding-bottom: 32px;
  }

  .btn_servicios{
    float: right;
  }

  .ico2{
    margin-right: 18px;
  }

  .items h2{
    font-size: 28px;
    text-align: center;
  }

  .ofertas{
    padding: 28px 10px;
  }

  .item_servicio p{
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .nuestros{
    padding-top: 69px;
    padding-left: 78px;
  }

  .nuestros h1{
    font-size: 40px;
  }

  #titulo{
    padding-top: 244px;
  }

  .emp_text{
    padding-top: 44px;
    padding-right: 120px;
  }

  #opiniones p{
    padding-right: 0px;
  }

  .ico1{
    padding-left: 173px;
  }

  .dt1 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .dt2 {
    background-size: contain;
    width: 70px;
    height:70px;
  }

  .dt3 {
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  #dt_contacto p{
    padding-left: 5px;
    padding-top: 20px;
    font-size: 22px;
  }
  
}

/*-----------------------------------------------------------------------------*/
@media (max-width: 1600px) and (min-width:1500px){

  .img2 {
    width:250px;
  }

  #botones ul li a{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .items h2{
    font-size: 30px;
    text-align: center;
  }

  #servicios2 h1{
    font-size: 35px;
    padding-bottom: 34px;
  }

  #servicios h1{
    font-size: 38px;
  }

  .btn_servicios{
    margin-left: 27%;
  }

  .dt1{
    background-size: contain;
    width: 80px;
    height: 80px;
  }

  .dt2{
    background-size: contain;
    width: 80px;
    height: 80px;
  }

  .dt3{
    background-size: contain;
    width: 80px;
    height: 80px;
  }

  #dt_contacto p{
    font-size: 22px;
    padding-top: 28px;
  }

  .item_servicio p{
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .nuestros{
    padding-top: 69px;
    padding-left: 78px;
  }

  .nuestros h1{
    font-size: 40px;
  }

  #titulo{
    padding-top: 244px;
  }

  .emp_text{
    padding-top: 44px;
    padding-right: 120px;
  }

  #opiniones p{
    padding-right: 0px;
  }

  .ico1{
    padding-left: 173px;
  }

}

/*------------------------------------------------------------------------------*/


@media (max-width: 1900px) and (min-width:1601px){

  .img2 {
    width:250px;
  }

  #servicios h1{
    font-size: 36px;
  }

  .ofertas p{
    padding-top: 10px;
    font-size: 22px;
  }

  #botones ul li a{
    padding: 12px 7px;
    font-size: 18px;
    margin-right: 5px;
  }

  .items h2{
    font-size: 28px;
    text-align: center;
  }

  .dt1{
    background-size: contain;
    width: 90px;
    height: 90px;
  }

  .dt2{
    background-size: contain;
    width: 90px;
    height: 90px;
  }

  .dt3{
    background-size: contain;
    width: 90px;
    height: 90px;
  }

  #dt_contacto p{
    font-size: 24px;
  }

  .item_servicio p{
    font-size: 15px !important;
    line-height: 24px !important;
  }

  #servicios2 h1{
    font-size: 36px;
  }

  .nuestros{
    padding-top: 69px;
    padding-left: 78px;
  }

  .nuestros h1{
    font-size: 40px;
  }

  #titulo{
    padding-top: 244px;
  }
  
  .ico1{
    padding-left: 173px;
  }

  .ico2{
    padding-left: 173px;
  }

  .ico3{
    padding-left: 173px;
  }

  .ico4{
    padding-left: 173px;
  }

  .ico5{
    padding-left: 173px;
  }

  .ico6{
    padding-left: 173px;
  }
  
}
