@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Vedilab
Autor: Omar De Luna
actualización: julio 2018 */



img{border:0; margin: 0; padding: 0;}

* { margin: 0; padding: 0; font-family: 'Barlow Condensed', Helvetica, Arial sans-serif; list-style: none;}

a, input{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

body , html{
	background: #e6e6e6;
}

html {
 scroll-behavior: smooth;
}


main {
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width: 1920px;
	z-index: 1;
	background: white;
	}


.top{
	width: 100%;
	text-align: center;
	padding: 30px 0;
}

#content{
	width: 80%;
	padding: 0px 10%;
	text-align: center;
}

#menuiphone{
	display: none;
}

nav{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 92%;
	background: #333333;
	padding: 10px 4%;
}

nav ul{
	float: left;
}

nav ul li{
	display: inline-block;
	margin-right: 15px;
	position: relative;
}

nav ul li a{
	color: white;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	display: block;
	text-decoration: none;
	padding: 0 23px;
	border: 0;
	background: none;
	letter-spacing: 1px;
}

nav ul li a:hover{
	color: #27afe5;
}

nav ul li a.active, nav ul li ul li a.active{
	color: #27afe5;
}

a.contacta{
	display: inline-block;
	padding: 5px 15px;
	background: white;
	color: #d82128;
	border-radius: 5px;
	margin-top: -5px;
}


nav.rojo ul li a:hover{
	color: #333333;
}

nav.rojo ul li a.active{
	color: #333333;
}

nav.rojo{
	background: #d82128;
}


nav ul li ul{
	position: absolute;
	width: 280px;
	display: none;
	z-index: 999999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

nav ul li:hover ul{
	display: block;
}

nav ul li ul li{
	display: block;
	background: #666;
	border-bottom: solid 1px #333;
}

nav ul li ul li:last-child{
	background: #666;
	border-bottom: 0;
	border-radius: 0;
}

nav ul li ul li:last-child a{
	border-radius: 0;
	color: white;
}

nav ul li ul li:last-child a:hover{
	background: #666;
	border-radius: 0;
	color: #27afe5;
}

.redes{
	float: right;
	padding-top: 10px;
}

.redes a{
	margin-left: 10px;
}

.redes a img:hover{
	transform: scale(1.2);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


.bienvenida{
	width: 50%;
	padding: 100px 25%;
	text-align: center;
}


.Hservicios{
	width: 80%;
	padding: 100px 10%;
	background: linear-gradient(0deg, rgba(242,242,242,1) 72%, rgba(255,255,255,1) 100%);
}

/*.Hservicios li{
	background: #333333;
	padding: 20px 15px;
	border-radius: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: white;
	width: 16%;
	margin-right: 1%;
	display: inline-table;
}*/

.espacio{
	padding: 70px 0;
}


.Hcobertura{
	background: #333;
	width: 80%;
	padding: 100px 5% 30px 15%;
}


.cobIzq{
	float: left;
	width: 40%;
	margin-top: -300px;
}

.cobDer{
	float: left;
	width: 60%;
}

.Hcobertura p{
	color: white;
	font-size: 25px;
}

.Hcobertura a{
	color: #27afe5;
	font-size: 35px;
}

.empresas{
	width: 94%;
	padding: 20px 3%;
	background: #d82128;
	text-align: center;
}

.empresas li{
	display: inline-block;
	color: white;
	font-size: 16px;
	margin: 0 15px;
}

.Hequipo{
	width: 80%;
	padding: 100px 10%;
	text-align: center;
}

.fotoR{
	width: 250px;
	height: 250px;
	overflow: hidden;
	border-radius: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.Hequipo li{
	text-align: center;
	display: inline-block;
	width: 22%;
	margin: 0 1%;
}

.Hequipo li h1{
	font-size: 18px;
	line-height: 24px;
}

.logos{
	text-align: center;
	padding: 20px 0;
	margin: 60px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.logos img{
	margin: 0 30px;
}


footer{
	background: #27afe5;
	width: 92%;
	padding: 20px 4% 60px 4%;
}

.ola{
	display: block;
}

.Fizq{
	float: left;
}

.Fder{
	float: right;
	padding-top: 50px;
}

.Fder li{
	text-align: center;
	display: inline-block;
	margin-left: 25px;
}

.blanco{
	color: white;
}


h1{
	font-size: 80px;
	line-height: 80px;
	color: #d82128;
	font-weight: 700;
}



p{
	font-size: 19px;
	line-height: 27px;
	color: #333;
}


a{
	font-size: 18px;
	line-height: 26px;
	color: #333;
	text-decoration: none;
}

a.mas{
	background: #d82128;
	padding: 10px 40px;
	border-radius: 5px;
	color: white;
	letter-spacing: 1px;
	margin-top: 20px;
	display: inline-block;
}



.cleare{
	display: block;
	clear: both;
}




/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷somos÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.somos{
	width: 80%;
	padding: 100px 10%;
}

.Sizq{
	width: 20%;
	float: left;
}

.Sder{
	width: 75%;
	margin-left: 5%;
	float: left;
}


.experiencia{
	width: 80%;
	padding: 100px 10%;
	background: #f2f2f2;
}

.experiencia li{
	background: #333;
	color: white;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	margin: 10px 10px 0 0;
	font-size: 18px;
	line-height: 22px;
}

.ola2{
	margin-top: -150px;
}




/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷servicios÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.servicios{
	width: 80%;
	padding: 100px 10%;
}

.columna{
	float: left;
	width: 47%;
	margin-right: 3%;
	margin-bottom: 40px;
}

.serv{
	text-align: center;
	background: #f2f2f2;
	border-radius: 15px;
	padding: 40px 0;
}

.serv img{
	height: 100px;
}

.soporte{
	width: 80%;
	padding: 100px 10%;
	background: #333;
}

.soporte p{
	color: white;
}

.Soizq{
	width: 70%;
	float: left;
	margin-right: 5%;
}

.Soder{
	width: 25%;
	float: left;
}

.servi{
	display: inline-block;
	object-fit: cover;
	width: 32%;
	height: 200px;
	border-radius: 15px;
	margin-right: 1%;
}




/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷equipo÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.equipo{
	width: 80%;
	padding: 50px 10% 50px 10%;
}

.pleca{
	width: 80%;
	padding: 20px 10%;
	background: url("images/pleca-43.svg") center top no-repeat;
	background-size: 100%;
}

h2{
	color: #d82128;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
}

h3{
	color: #333;
	font-size: 25px;
	line-height: 33px;
	font-weight: normal;
}

.truck{
	margin-top: -250px;
}

.columna .fotoR{
	margin: 0;
	margin-bottom: 40px;
}



/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷equipo÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.contacto{
	width: 60%;
	padding: 100px 20% ;
}


input[type=text], input[type=email]{
	width: 96%;
	padding: 15px 2%;
	background: #333;
	color: white;
	border-radius: 5px;
	border:0;
	outline: none;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
}

textarea{
	width: 96%;
	padding: 15px 2%;
	background: #333;
	color: white;
	border-radius: 5px;
	border:0;
	outline: none;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
	height: 150px;
}


input[type=submit]{
	width: 100%;
	padding: 15px 2%;
	background: #d82128;
	color: white;
	border-radius: 5px;
	border:0;
	outline: none;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus{
	background: #222;
}

input[type=submit]:hover{
	background: #27afe5;
	color: #333;
}



/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷galeria÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.foto{
	width: 23%;
	margin: 15px 1%;
	float: left;
}

.foto img{
	width: 100%;
}


.servicios iframe{
	margin-right: 2%;
	margin-bottom: 2%;
}



.whats a{
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: #32d851;
	padding: 15px;
	border-radius: 50px;
	z-index: 99;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
}

.whats img{
	display: block;
}

.whats a:hover{
	transform: scale(1.1);
}

.slidePhone{
	display: none;
}



/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷new÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/

.slideH{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 5% 7%;
	width: 86%;
	background: url("images/nuevas/fondo-banner.jpg") no-repeat bottom center;
	background-size: 100%; 
}

.otrofondo{
	background: url("images/nuevas/fondo-banner-2.jpg") no-repeat bottom center;
	background-size: cover; 
}

.slideH h1, .slideH h2{
	color: white;
	font-weight: normal;
}

.slideH h1{
	font-style: italic;
	text-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	font-size: 5vw;
	line-height: 4.7vw;
	max-width: 900px;
}


.slideH div:first-child{
	width: 58%;
}

.slideH div:last-child{
	width: 38%;
}

.jetter{
	margin-left: -15%;
	margin-top: -60%;
	z-index: 9999999;
}

.sli{
	width: 38%;
	position: relative;
}

.slider{
	display: block;
}

.BTN{
	display: inline-block;
	padding: 15px 25px;
	border-radius: 10px;
	background: #333;
	color: white;
	letter-spacing: 2px;
	font-size: 35px;
	line-height: 35px;
}

.BTN:hover{
	color: #d82128;
}

.CH{
	padding: 15px 25px;
	border-radius: 10px;
	font-size: 20px;
	line-height: 20px;
}

.review{
	font-size: 20px;
	color: white;
	background: linear-gradient(180deg, rgba(191,29,35,1) 0%, rgba(135,21,26,1) 100%);
	padding: 10px 10px 10px 70px;
	border-radius: 25px;
	position: relative;
	width: 100%;
}

.review strong{
	color: #fcbd00;
}

.review img{
	position: absolute;
	top: -13px;
	left: -3px;;
}


.services{
	width: 100%;
	padding: 5% 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.services div{
	width: 31%;
}

.services div img{
	object-fit: cover;
	border-radius: 15px;
}


.express{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.express video{
	margin-bottom: 30px;
}

.express div:first-child{
	width: 55%;
}

.express div:last-child{
	width: 45%;
	padding-top: 40px;
}

.express div:first-child img{
	margin-top: -20%;
}

.express h2{
	color: #d82128;
	font-size: 40px;
	line-height: 40px;
}

.express h3{
	padding-right: 20px;
}

.foot{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: url("images/ola-39.svg") no-repeat center bottom;
	background-size: 100%; 
}

.foot div{
	width: 50%;
}

.foot div:first-child{
	text-align: center;
}

.foot a{
	font-size: 35px;
	text-decoration: underline;
}

.reviews{
	width: 86%;
	padding: 5% 7%;
}


.Hfaq{
	width: 80%;
	padding: 100px 10%;
	background: linear-gradient(0deg, rgba(242,242,242,1) 72%, rgba(255,255,255,1) 100%);
}

h1 span{
	visibility: hidden;
	font-size: 0;
}

.contactar{
	width: 100%;
	padding: 0 0 30px 0;
	text-align: center;
}

.contactar p, .contactar a{
	font-size: 30px;
}

.galeria{
	padding: 50px 0;
}


.galFlex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.galFlex > div{
	width: 48%;
	margin-bottom: 40px;
}


.galFlex > div div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.galFlex > div div iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.calcula{
	width: 90%;
	padding: 50px 5%;
}

.amarillo{
	background: yellow;
	color: #333;
	margin-right: 20PX;
	margin-bottom: 20px;
}

.amarillo:hover{
	background: #333;
	color: yellow;
}

.lista{
	padding-left: 20px;
}

.lista li{
	list-style:disc;
	background: none;
}

.lista2{
	padding-left: 20px;
}

.lista2 li{
	list-style:decimal;
	margin-bottom: 5px;
}

.lista2 ::marker {
  color: red;
	font-size: 30px;
	line-height: 18px;
}



/*------------------------------industrial-----------------------------------*/

.industrial .jetter{
	margin-left: 50%;
	margin-top: -20%;
}

.industrial h1, .industrial h2{
	text-transform: uppercase;
}

.industrial h3{
	color: #005290;
}

.azul{
	color: #005290;
}

.industrial .services, hr{
	border-bottom: 1px solid #005290;
	border-top: 0;
}

.industrial hr{
	margin: 30px 0;
}

.industrial li{
	text-align: left;
}

.industrial h3.azulClaroC{
	color: #27afe5;
}

.flechas{
	background: url("images/nuevas/flechas.png") no-repeat bottom right;
	background-size: 50%;
}

/*------------------------------PRIORITY-----------------------------------*/

.gris{
	background: linear-gradient(180deg,rgba(34, 34, 34, 1) 0%, rgba(68, 68, 68, 1) 100%);
}

.no-pad{
	padding-top: 0;
}

@media only screen and (min-width:0px) and (max-width:767px){

.top{
	width: 100%;
	padding: 30px 0;
}
	
.top img{
	width: 290px;
}


#content{
	width: 80%;
	padding: 0px 10%;
}

#menuiphone{
	display: block;
}

nav{
	width: 92%;
	background: #333333;
	padding: 10px 4%;
	overflow: hidden;
	height: 40px;
}
	
	nav.active{
		height: 400px;
	}

	
nav ul{
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

nav ul li{
	display: block;
	margin-right: 0px;
	text-align: center;
}

nav ul li a{
	font-size: 16px;
	line-height: 40px;
	padding: 0 15px;
}


a.contacta{
	display: block;
	border-radius: 5px;
	background: none;
}

	
	
nav ul li ul{
	position: relative;
	width: 100%;
	display: block;
}

nav ul li ul li{
	display: block;
	background: #444;
	border-bottom: solid 1px #333;
}

nav ul li ul li:last-child{
	background: #444;
	border-bottom: 0;
	border-radius: 0;
}

nav ul li ul li:last-child a{
	border-radius: 0;
	color: white;
}

nav ul li ul li:last-child a:hover{
	background: #444;
	border-radius: 0;
	color: #27afe5;
}

.redes{
	padding-top: 0px;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
	
.redes a{
	margin-left: 0px;
}


.bienvenida{
	width: 90%;
	padding: 80px 5% 0 5%;
}


.Hservicios{
	width: 80%;
	padding: 80px 10%;
	text-align: center;
}

/*.Hservicios li{
	padding: 20px 15px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 22px;
	width: 180px;
	margin-right: 2%;
	margin-bottom: 20px;
}*/

.espacio{
	padding: 20px 0;
}


.Hcobertura{
	width: 80%;
	padding: 80px 10% 80px 10%;
}


.cobIzq{
	width: 100%;
	margin-top: -180px;
	text-align: center;
}
	
	.cobIzq img{
		width: 80%;
		margin: 0 auto;
	}

.cobDer{
	width: 100%;
	text-align: center;
}

.Hcobertura p{
	font-size: 23px;
}

.Hcobertura a{
	font-size: 30px;
}

.empresas{
	width: 94%;
	padding: 20px 3%;
}

.empresas li{
	font-size: 16px;
	margin: 5px 10px;
}

.Hequipo{
	width: 80%;
	padding: 100px 10%;
}

.fotoR{
	width: 220px;
	height: 220px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.Hequipo li{
	width: 100%;
	margin: 20px 0%;
}

.Hequipo li h1{
	font-size: 18px;
	line-height: 24px;
}

.logos{
	padding: 20px 0;
	margin: 60px 0;
}

.logos img{
	margin: 0 15px;
	height: 60px;
}


footer{
	width: 92%;
	padding: 20px 4% 40px 4%;
}



.Fizq{
	width: 100%;
	text-align: center;
}

.Fder{
	width: 100%;
	padding-top: 30px;
	text-align: center;
}

.Fder li{
	margin: 10px 20px;
}


h1{
	font-size: 50px;
	line-height: 60px;
}


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


a{
	font-size: 16px;
	line-height: 24px;
}

a.mas{
	padding: 10px 40px;
	border-radius: 5px;
	letter-spacing: 1px;
	margin-top: 20px;
}
	
#slider{
	display: none;
}
	
.slidePhone{
	display: block;
	background: #d82128;
}
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷somos÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.somos{
	width: 80%;
	padding: 80px 10%;
}

.Sizq{
	width: 30%;
	display: none;
}

.Sder{
	width: 100%;
	margin-left: 0%;
}


.experiencia{
	width: 80%;
	padding: 80px 10%;
}

.experiencia li{
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px 10px 0 0;
	font-size: 18px;
	line-height: 22px;
}

.ola2{
	margin-top: -100px;
	background: #333;
	pointer-events: none;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷servicios÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.servicios{
	width: 80%;
	padding: 80px 10%;
}

.columna{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 40px;
}

.serv{
	border-radius: 15px;
	padding: 40px 0;
}

.serv img{
	height: 60px;
}

.soporte{
	width: 80%;
	padding: 80px 10%;
}


.Soizq{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 40px;
}

.Soder{
	width: 38%;
	display: none;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷equipo÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.equipo{
	width: 80%;
	padding: 50px 10% 50px 10%;
}

.pleca{
	width: 80%;
	padding: 20px 10%;
	background-size: 200%;
}

h2{
	font-size: 30px;
	line-height: 30px;
}

h3{
	font-size: 20px;
	line-height: 26px;
}

.truck{
	margin-top: 0px;
	width: 100%;
}

.columna .fotoR{
	margin: 0 auto;
	margin-bottom: 40px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷equipo÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.contacto{
	width: 80%;
	padding: 100px 10% ;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷galeria÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.foto{
	width: 48%;
	margin: 15px 1%;
	float: left;
}
	
.foto img{
	width: 100%;
}
	
.servicios iframe{
	width: 100%;
	margin-right: 0%;
}
	
.servi{
	width: 48%;
	height: 150px;
	border-radius: 15px;
	margin-right: 1%;
}
	
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷new÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/

.slideH{
	padding: 5% 7% 5% 7%;
	width: 86%;
	background: url("images/nuevas/fondo-banner.jpg") no-repeat bottom center #d82128;
	background-size: 100%; 
}


.slideH h1{
	text-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	font-size: 40px;
	line-height: 45px;
	max-width: 900px;
}
	
	.slideH h1 br, .slideH h2 br{
		display: none;
	}


.slideH div:first-child{
	width: 80%;
}	
	
.slideH > div:first-child{
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}

.slideH > div:last-child{
	width: 100%;
	text-align: center;
}
	
.slideH > div:last-child img{
	width: 80%;
	object-fit: cover;
	height: 70vw;
	margin: 0 auto;
}
	
	
.slideH > div:last-child img.especial{
	width: 100%;
	object-fit: cover;
	height: 100%;
	margin-top: -50px;
}
	


.jetter{
	margin-left: -15%;
	margin-top: -60%;
	display: none;
}

.BTN{
	padding: 15px 25px;
	border-radius: 10px;
	letter-spacing: 2px;
	font-size: 23px;
	line-height: 23px;
}


.CH{
	padding: 15px 25px;
	border-radius: 10px;
	font-size: 20px;
	line-height: 20px;
}

.review{
	font-size: 16px;
	line-height: 22px;
	padding: 10px 10px 10px 60px;
	border-radius: 25px;
	width: 100%;
}

.review img{
	position: absolute;
	top: -13px;
	left: -3px;
	width: 60px;
}

.services{
	width: 100%;
	padding: 5% 0;
}

.services div{
	width: 100%;
	margin-bottom: 50px;
}

.services div img{
	border-radius: 15px;
}
	
.services div:last-child{
	width: 100%;
}
	
.services div:last-child img{
	width: 100%;
}
	

.express{

}

.express div:first-child{
	width: 100%;
}

.express div:last-child{
	width: 90%;
	padding: 0 5%;
	text-align: center;
}

.express div:first-child img{
	margin-top: -10%;
}
	
	.express div:last-child > img{
		width: 90%;
	}

.express h2{
	font-size: 40px;
	line-height: 40px;
}

.foot{
	width: 100%;
	background: url("images/ola-39.svg") no-repeat center bottom;
	background-size: 100%; 
	justify-content: center;
	padding-bottom: 50px;
}

.foot div{
	width: 90%;
	padding: 0 5%;
	text-align: center;
}
	
	.foot div h2 br{
		display: none;
	}
	

.foot a{
	font-size: 30px;
}

.reviews{
	width: 86%;
	padding: 5% 7%;
}

.Hfaq{
	width: 80%;
	padding: 100px 10%;
}
	
	
.galFlex > div{
	width: 100%;
	margin-bottom: 40px;
}
	
.otrofondo{
	background: url("images/nuevas/fondo-banner-2.jpg") no-repeat bottom center;
	background-size: cover; 
}
	

	.BTN{
		margin-bottom: 50px;
	}	
	
}


@media only screen and (min-width:768px) and (max-width:1023px){

.top{
	width: 100%;
	padding: 30px 0;
}


#content{
	width: 80%;
	padding: 0px 10%;
}



nav{
	width: 94%;
	background: #333333;
	padding: 10px 3%;
}

	
nav ul{
	float: left;
}

nav ul li{
	display: inline-block;
	margin-right: 5px;
}

nav ul li a{
	font-size: 15px;
	line-height: 30px;
	padding: 0 10px;
}

	a.contacta{
		margin-top: -5px;
	}

.redes{
	padding-top: 10px;
}


.bienvenida{
	width: 60%;
	padding: 80px 20%;
}


.Hservicios{
	width: 80%;
	padding: 80px 10%;
	text-align: center;
}

/*.Hservicios li{
	padding: 20px 15px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 22px;
	width: 20%;
	margin-right: 2%;
	margin-bottom: 20px;
}*/

.espacio{
	padding: 20px 0;
}


.Hcobertura{
	width: 80%;
	padding: 80px 10% 30px 10%;
}


.cobIzq{
	width: 60%;
	margin-top: -180px;
}

.cobDer{
	width: 40%;
}

.Hcobertura p{
	font-size: 23px;
}

.Hcobertura a{
	font-size: 30px;
}

.empresas{
	width: 94%;
	padding: 20px 3%;
}

.empresas li{
	font-size: 16px;
	margin: 5px 10px;
}

.Hequipo{
	width: 80%;
	padding: 100px 10%;
}

.fotoR{
	width: 190px;
	height: 190px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.Hequipo li{
	width: 40%;
	margin: 15px 1%;
}

.Hequipo li h1{
	font-size: 18px;
	line-height: 24px;
}

.logos{
	padding: 20px 0;
	margin: 60px 0;
}

.logos img{
	margin: 0 15px;
	height: 60px;
}


footer{
	width: 92%;
	padding: 20px 4% 40px 4%;
}



.Fizq{
}

.Fder{
	padding-top: 50px;
}

.Fder li{
	margin-left: 25px;
}


h1{
	font-size: 60px;
	line-height: 80px;
}


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


a{
	font-size: 16px;
	line-height: 24px;
}

a.mas{
	padding: 10px 40px;
	border-radius: 5px;
	letter-spacing: 1px;
	margin-top: 20px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷somos÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.somos{
	width: 80%;
	padding: 80px 10%;
}

.Sizq{
	width: 30%;
	display: none;
}

.Sder{
	width: 100%;
	margin-left: 0%;
}


.experiencia{
	width: 80%;
	padding: 80px 10%;
}

.experiencia li{
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px 10px 0 0;
	font-size: 18px;
	line-height: 22px;
}

.ola2{
	margin-top: -150px;
	background: #333;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷servicios÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.servicios{
	width: 80%;
	padding: 80px 10%;
}

.columna{
	width: 47%;
	margin-right: 3%;
	margin-bottom: 40px;
}

.serv{
	border-radius: 15px;
	padding: 40px 0;
}

.serv img{
	height: 80px;
}

.soporte{
	width: 80%;
	padding: 80px 10%;
}


.Soizq{
	width: 57%;
	margin-right: 5%;
	margin-bottom: 40px;
}

.Soder{
	width: 38%;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷equipo÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.equipo{
	width: 80%;
	padding: 50px 10% 50px 10%;
}

.pleca{
	width: 80%;
	padding: 20px 10%;
	background-size: 130%;
}

h2{
	font-size: 30px;
	line-height: 30px;
}

h3{
	font-size: 20px;
	line-height: 26px;
}

.truck{
	margin-top: -50px;
	width: 100%;
}

.columna .fotoR{
	margin: 0;
	margin-bottom: 40px;
}
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷galeria÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.foto{
	width: 31%;
	margin: 15px 1%;
	float: left;
}
	
	
.servi{
	width: 48%;
	height: 150px;
	border-radius: 15px;
	margin-right: 1%;
}
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷new÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/

.slideH{
	padding: 5% 0% 5% 7%;
	width: 93%;
	background: url("images/nuevas/fondo-banner.jpg") no-repeat bottom center #d82128;
	background-size: 100%; 
}


.slideH h1{
	text-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	font-size: 5.4vw;
	line-height: 5vw;
	max-width: 900px;
}


.slideH div:first-child{
	width: 60%;
}

.slideH > div:last-child{
	width: 40%;
}
	
.slideH > div:last-child img{
	width: 100%;
}
	
	.truck2{
		margin-left: -50px;
	}

.jetter{
	margin-left: -15%;
	margin-top: -60%;
	display: none;
}

.BTN{
	padding: 15px 25px;
	border-radius: 10px;
	letter-spacing: 2px;
	font-size: 28px;
	line-height: 28px;
}


.CH{
	padding: 15px 25px;
	border-radius: 10px;
	font-size: 20px;
	line-height: 20px;
}

.review{
	font-size: 16px;
	line-height: 22px;
	padding: 10px 10px 10px 60px;
	border-radius: 25px;
	width: 100%;
}

.review img{
	position: absolute;
	top: -13px;
	left: -3px;
	width: 60px;
}

.services{
	width: 100%;
	padding: 5% 0;
}

.services div{
	width: 48%;
	margin-bottom: 50px;
}

.services div img{
	border-radius: 15px;
}
	
.services div:last-child{
	width: 100%;
}
	
	.services div:last-child img{
		width: 50%;
	}
	

.express{

}

.express div:first-child{
	width: 100%;
}

.express div:last-child{
	width: 90%;
	padding: 0 5%;
	text-align: center;
}

.express div:first-child img{
	margin-top: -10%;
}

.express h2{
	font-size: 40px;
	line-height: 40px;
}

.foot{
	width: 100%;
	background: url("images/ola-39.svg") no-repeat center bottom;
	background-size: 100%; 
	justify-content: center;
}

.foot div{
	width: 48%;
}
	

.foot a{
	font-size: 30px;
}

.reviews{
	width: 86%;
	padding: 5% 7%;
}

.Hfaq{
	width: 80%;
	padding: 100px 10%;
}
	
.otrofondo{
	background: url("images/nuevas/fondo-banner-2.jpg") no-repeat bottom center;
	background-size: cover; 
}
	

}


@media only screen and (min-width:1024px) and (max-width:1300px){

.top{
	width: 100%;
	padding: 30px 0;
}


#content{
	width: 80%;
	padding: 0px 10%;
}



nav{
	width: 92%;
	background: #333333;
	padding: 10px 4%;
}

	
nav ul{
	float: left;
}

nav ul li{
	display: inline-block;
	margin-right: 15px;
}

nav ul li a{
	font-size: 16px;
	line-height: 40px;
	padding: 0 15px;
}



.redes{
	padding-top: 10px;
}


.bienvenida{
	width: 50%;
	padding: 80px 25%;
}


.Hservicios{
	width: 80%;
	padding: 80px 10%;
}

/*.Hservicios li{
	padding: 20px 15px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 22px;
	width: 15%;
	margin-right: 1%;
}*/

.espacio{
	padding: 20px 0;
}


.Hcobertura{
	width: 80%;
	padding: 80px 5% 30px 15%;
}


.cobIzq{
	width: 50%;
	margin-top: -200px;
}

.cobDer{
	width: 50%;
}

.Hcobertura p{
	font-size: 25px;
}

.Hcobertura a{
	font-size: 35px;
}

.empresas{
	width: 94%;
	padding: 20px 3%;
}

.empresas li{
	font-size: 16px;
	margin: 5px 10px;
}

.Hequipo{
	width: 80%;
	padding: 100px 10%;
}

.fotoR{
	width: 220px;
	height: 220px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.Hequipo li{
	width: 40%;
	margin: 15px 1%;
}

.Hequipo li h1{
	font-size: 18px;
	line-height: 24px;
}

.logos{
	padding: 20px 0;
	margin: 60px 0;
}

.logos img{
	margin: 0 15px;
	height: 60px;
}


footer{
	width: 92%;
	padding: 20px 4% 40px 4%;
}


.Fizq{
}

.Fder{
	padding-top: 50px;
}

.Fder li{
	margin-left: 25px;
}


h1{
	font-size: 70px;
	line-height: 70px;
}


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


a{
	font-size: 18px;
	line-height: 26px;
}

a.mas{
	padding: 10px 40px;
	border-radius: 5px;
	letter-spacing: 1px;
	margin-top: 20px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷somos÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.somos{
	width: 80%;
	padding: 100px 10%;
}

.Sizq{
	width: 27%;
}

.Sder{
	width: 68%;
	margin-left: 5%;
}


.experiencia{
	width: 80%;
	padding: 100px 10%;
}

.experiencia li{
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px 10px 0 0;
	font-size: 18px;
	line-height: 22px;
}

.ola2{
	margin-top: -150px;
	background: #333;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷servicios÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.servicios{
	width: 80%;
	padding: 100px 10%;
}

.columna{
	width: 48%;
	margin-right: 2%;
	margin-bottom: 40px;
}

.serv{
	border-radius: 15px;
	padding: 40px 0;
}

.serv img{
	height: 80px;
}

.soporte{
	width: 80%;
	padding: 100px 10%;
}


.Soizq{
	width: 60%;
	margin-right: 5%;
	margin-bottom: 40px;
}

.Soder{
	width: 35%;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷equipo÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.equipo{
	width: 80%;
	padding: 50px 10% 50px 10%;
}

.pleca{
	width: 80%;
	padding: 20px 10%;
}

h2{
	font-size: 35px;
	line-height: 35px;
}

h3{
	font-size: 23px;
	line-height: 29px;
}

.truck{
	margin-top: -150px;
	width: 100%;
}

.columna .fotoR{
	margin: 0;
	margin-bottom: 40px;
}
	
.servicios iframe{
	width: 47%;
	margin-right: 2%;
}
	
.servi{
	width: 31%;
	height: 150px;
	border-radius: 15px;
	margin-right: 1%;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷new÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/

.slideH{
	padding: 5% 7%;
	width: 86%;
	background-size: 100%; 
}


.slideH h1{
	text-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	font-size: 5vw;
	line-height: 4.7vw;
	max-width: 900px;
}


.slideH div:first-child{
	width: 58%;
}

.slideH > div:last-child{
	width: 38%;
}

.jetter{
	margin-left: -15%;
	margin-top: -60%;
}

.BTN{
	padding: 15px 25px;
	border-radius: 10px;
	letter-spacing: 2px;
	font-size: 32px;
	line-height: 32px;
}


.CH{
	padding: 15px 25px;
	border-radius: 10px;
	font-size: 20px;
	line-height: 20px;
}

.review{
	font-size: 18px;
	padding: 10px 10px 10px 70px;
	border-radius: 25px;
}

.review img{
	position: absolute;
	top: -13px;
	left: -3px;;
}

.services{
	width: 100%;
	padding: 5% 0;
}

.services div{
	width: 31%;
}

.services div img{
	border-radius: 15px;
}
	

.express{

}

.express div:first-child{
	width: 55%;
}

.express div:last-child{
	width: 45%;
}

.express div:first-child img{
	margin-top: -20%;
}

.express h2{
	font-size: 40px;
	line-height: 40px;
}

.foot{
	width: 100%;
	background: url("images/ola-39.svg") no-repeat center bottom;
	background-size: 100%; 
}

.foot div{
	width: 48%;
}
	

.foot a{
	font-size: 35px;
}

.reviews{
	width: 86%;
	padding: 5% 7%;
}

.Hfaq{
	width: 80%;
	padding: 100px 10%;
}
	
.otrofondo{
	background: url("images/nuevas/fondo-banner-2.jpg") no-repeat bottom center;
	background-size: cover; 
}
	

}


@media only screen and (min-width:1301px) and (max-width:1600px){


.top{
	width: 100%;
	padding: 30px 0;
}


#content{
	width: 80%;
	padding: 0px 10%;
}



nav{
	width: 92%;
	background: #333333;
	padding: 10px 4%;
}

	
nav ul{
	float: left;
}

nav ul li{
	display: inline-block;
	margin-right: 15px;
}

nav ul li a{
	font-size: 18px;
	line-height: 40px;
	padding: 0 20px;
}



.redes{
	padding-top: 10px;
}


.bienvenida{
	width: 40%;
	padding: 100px 30%;
}


.Hservicios{
	width: 80%;
	padding: 100px 10%;
}

/*.Hservicios li{
	padding: 20px 15px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 22px;
	width: 15%;
	margin-right: 1%;
}*/

.espacio{
	padding: 20px 0;
}


.Hcobertura{
	width: 80%;
	padding: 100px 5% 30px 15%;
}


.cobIzq{
	width: 40%;
	margin-top: -200px;
}

.cobDer{
	width: 60%;
}

.Hcobertura p{
	font-size: 25px;
}

.Hcobertura a{
	font-size: 35px;
}

.empresas{
	width: 94%;
	padding: 20px 3%;
}

.empresas li{
	font-size: 16px;
	margin: 0 10px;
}

.Hequipo{
	width: 80%;
	padding: 100px 10%;
}

.fotoR{
	width: 250px;
	height: 250px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.Hequipo li{
	width: 20%;
	margin: 0 2%;
}

.Hequipo li h1{
	font-size: 18px;
	line-height: 24px;
}

.logos{
	padding: 20px 0;
	margin: 60px 0;
}

.logos img{
	margin: 0 20px;
}


footer{
	width: 92%;
	padding: 20px 4% 60px 4%;
}


.Fizq{
}

.Fder{
	padding-top: 50px;
}

.Fder li{
	margin-left: 25px;
}


h1{
	font-size: 80px;
	line-height: 80px;
}


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


a{
	font-size: 18px;
	line-height: 26px;
}

a.mas{
	padding: 10px 40px;
	border-radius: 5px;
	letter-spacing: 1px;
	margin-top: 20px;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷somos÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/


.somos{
	width: 80%;
	padding: 100px 10%;
}

.Sizq{
	width: 22%;
}

.Sder{
	width: 73%;
	margin-left: 5%;
}


.experiencia{
	width: 80%;
	padding: 100px 10%;
}

.experiencia li{
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px 10px 0 0;
	font-size: 18px;
	line-height: 22px;
}

.ola2{
	margin-top: -150px;
	background: #333;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷servicios÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.servicios{
	width: 80%;
	padding: 100px 10%;
}

.columna{
	width: 48%;
	margin-right: 2%;
	margin-bottom: 40px;
}

.serv{
	border-radius: 15px;
	padding: 40px 0;
}

.serv img{
	height: 100px;
}

.soporte{
	width: 80%;
	padding: 100px 10%;
}


.Soizq{
	width: 70%;
	margin-right: 5%;
}

.Soder{
	width: 25%;
}
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷equipo÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/



.equipo{
	width: 80%;
	padding: 50px 10% 50px 10%;
}

.pleca{
	width: 80%;
	padding: 20px 10%;
}

h2{
	font-size: 40px;
	line-height: 40px;
}

h3{
	font-size: 25px;
	line-height: 33px;
}

.truck{
	margin-top: -250px;
	width: 100%;
}

.columna .fotoR{
	margin: 0;
	margin-bottom: 40px;
}
	
	
	
.servicios iframe{
	width: 47%;
	margin-right: 2%;
}

	
.servi{
	width: 31%;
	height: 180px;
	border-radius: 15px;
	margin-right: 1%;
}
	
	
	
/*÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷new÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷*/

.slideH{
	padding: 5% 7%;
	width: 86%;
	background-size: 100%; 
}


.slideH h1{
	text-shadow: 4px 4px 0px rgba(0,0,0,0.2);
	font-size: 5vw;
	line-height: 4.7vw;
	max-width: 900px;
}


.slideH div:first-child{
	width: 58%;
}

.slideH > div:last-child{
	width: 38%;
}

.jetter{
	margin-left: -15%;
	margin-top: -60%;
}

.BTN{
	padding: 15px 25px;
	border-radius: 10px;
	letter-spacing: 2px;
	font-size: 32px;
	line-height: 32px;
}


.CH{
	padding: 15px 25px;
	border-radius: 10px;
	font-size: 20px;
	line-height: 20px;
}

.review{
	font-size: 18px;
	padding: 10px 10px 10px 70px;
	border-radius: 25px;
}

.review img{
	position: absolute;
	top: -13px;
	left: -3px;;
}

.services{
	width: 100%;
	padding: 5% 0;
}

.services div{
	width: 31%;
}

.services div img{
	border-radius: 15px;
}
	

.express{

}

.express div:first-child{
	width: 55%;
}

.express div:last-child{
	width: 45%;
}

.express div:first-child img{
	margin-top: -20%;
}

.express h2{
	font-size: 40px;
	line-height: 40px;
}

.foot{
	width: 100%;
	background: url("images/ola-39.svg") no-repeat center bottom;
	background-size: 100%; 
}

.foot div{
	width: 50%;
}


.foot a{
	font-size: 35px;
}

.reviews{
	width: 86%;
	padding: 5% 7%;
}

.Hfaq{
	width: 80%;
	padding: 100px 10%;
}

.otrofondo{
	background: url("images/nuevas/fondo-banner-2.jpg") no-repeat bottom center;
	background-size: cover; 
}


}



	


