*{
	font-family: 'poppins', sans-serif;
	scroll-behavior: smooth
}
/*stickyHeader*/
.menu-desktop{
	width: 100%;
	position: absolute;
	z-index: 3;
	display: none;
}
.menu-desktop .logo-sticky img{
	width: 55px;
}
.menu-desktop .logo-sticky img:hover{
	transition: all 0.3s ease;
	transform: scale(1.1);
}
.menu-desktop nav{
	float: right;
}
.menu-desktop nav ul{
	display: inline-flex;
}
.menu-desktop nav ul li{
	padding: 20px 20px;
	color: white;
	font-size: 16px;
}
.menu-desktop nav ul li:hover{
	color: #E44135;
	transition: all 0.3s ease;
}
.menu-sticky{
	width: 100%;
	position: absolute;
	z-index: 3;
	position: fixed;
	margin-top: -100px;
	background-color: white;
	box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.3);
	transition: all 0.3s ease;
	display: none;
}
.menu-sticky .logo-sticky img{
	width: 55px;
}
.menu-sticky .logo-sticky img:hover{
	transition: all 0.3s ease;
	transform: scale(1.1);
}
.menu-sticky nav{
	float: right;
}
.menu-sticky nav ul{
	display: inline-flex;
}
.menu-sticky nav ul li{
	padding: 20px 20px;
	color: #848484;
}
.menu-sticky nav ul li:hover{
	color: #E44135;
	transition: all 0.3s ease;
}
header{
	position: relative;
	z-index: 1;
}
.contenedor{
	width: 100%;
	padding: 20px;
}
.hamburger{
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}
.desplegable{
	position: absolute;
	width: 100%;
	z-index: 2;
	background-color: white;
	transition: all 0.3s ease;
	top: -500px;
}
.desplegable img{
	float: right;
	margin-right: 40px;
	margin-top: 40px;
	margin-bottom: 20px;
	cursor: pointer;
}
ul{
	list-style: none;
}
.desplegable nav ul li{
	display: block;
	text-align: center;
	padding: 20px;
	color: #006CB5;
	font-size: 23px;
	clear: both;
	cursor: pointer;
}
.desplegable nav ul li:hover{
	background-color: #006CB5;
	color: white;
	transition: all 0.3s ease;
}
.desplegable nav ul{
	margin-bottom: 20px;
}
main{
	width: 100%;
	min-width: 320px;
	height: 100vh;
	background: url(../img/fondomobile4.png) center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contenedor-main{
	position: absolute;
  	top: 50%; 
 	left: 50%;
  	transform: translate(-50%, -50%);
}
.titulo-main{
	font-family: Industry-black;
	color: transparent;
	text-align: center;
	font-size: 60px;
	margin-top: 20px;
}
.subtitulo-main{
	font-family: Industry-book;
	text-align: center;
	font-size: 35px;
	color: transparent;
	margin-top: 0px;
	margin-bottom: 30px;
}
.contenedor-logo{
	display: flex;
}
.logoprincipal{
	margin: auto;
}
a{
	color: inherit;
	text-transform: none;
	text-decoration: none;
}
.btn-main{
	color: white;
	font-weight: 700;
	font-size: 22px;
	margin: auto;
	background-color: #E44135;
	text-align: center;
	width: 200px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}
.btn-main:hover{
	transform: scale(0.98);
	transition: all 0.3s ease;
	color: #E44135;
	background-color: white;
}
.redes-main{
	width: 200px;
	display: flex;
	margin: auto;
	align-items: center;
	justify-content: space-around;
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	bottom: 30px;
}
.redes-main img{
	opacity: 0.2;
	cursor: pointer;
}
.redes-main img:hover{
	transform: scale(0.95);
	transition: all 0.3s ease;
	opacity: 1;
}
.contenedor{
	width: 90%;
	margin: auto;
	min-width: 320px;
}

/*servicio*/

#servicios{
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.titulo-seccion{
	text-align: center;
	margin-top: 40px;
	color: #1F3E91;
	font-weight: 700;
	font-size: 30px;
}
.servicio-distribucion{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.bloque-servicio{
	max-width: 300px; 
	margin: 0px 20px;
}
.texto-seccion{
	text-align: center;
	font-size: 12px;
	color: #848484;
	line-height: 16px;
	margin-top: 20px;
	margin-bottom: 10px;

}
#servicios .contenedor img{
	margin-top: 30px;
}
.titulo-servicio{
	color: #848484;
	font-weight: 700;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.texto-servicio{
	color: #848484;
	text-align: center;
	font-size: 16px;
}
.btn-servicio{
	color: white;
	font-weight: 700;
	font-size: 18px;
	margin: auto;
	background-color: #E44135;
	text-align: center;
	width: 200px;
	height: 40px;
	line-height: 38px;
	cursor: pointer;
	border-radius: 20px;
	margin-top: 25px;
	margin-bottom: 10px;
	border: solid 1px #E44135;
}
.btn-servicio:hover{
	background-color: white;
	color: #E44135;
	transition: all 0.3s ease;
}
/*sabermás*/
#sabermas{
	width: 100%;
	float: left;
	background-color: #1A2F5E
}
.titulo-seccion-sabermas{
	text-align: center;
	margin-top: 40px;
	color: white;
	font-weight: 700;
	font-size: 25px;
}
.texto-seccion-sabermas{
	color: white;
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 18px;
}
.btn-sabermas{
	color: white;
	font-weight: 700;
	font-size: 15px;
	margin: auto;
	background-color: #1A2F5E;
	text-align: center;
	width: 200px;
	height: 50px;
	line-height: 45px;
	cursor: pointer;
	border-radius: 30px;
	margin-top: 25px;
	margin-bottom: 40px;
	border: solid 2px white;
}
.btn-sabermas:hover{
	background-color: white;
	color: #1A2F5E;
	transition: all 0.3s ease
}
#quienessomos{
	width: 100%;
	float: left;
}

/*quienessomos*/

.bloque-datos{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.datos{
	width: 280px;
}
.foto-dato{
	margin: auto;
	display: block;
	margin-top: 50px;
	width: 66px;
	max-width: 70px;
}
.foto-dato img{
	height: 50px;
}
.mapa{
	width: 100%;
}
.mapa iframe{
	min-width: 320px;
	width: 100%;
	margin-top: 40px;
	margin-bottom: -5px;
}

/*formulario*/

#contacto{
	width: 100%;
	float: left;
}
#contacto .contenedor-formulario{
	background-color: white;
	box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.3);
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-flex;
}
#contacto .contenedor-formulario .formulario{
	padding: 40px;
}
#contacto .contenedor-formulario .formulario form input{
	border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    outline: none;
    width: 100%;
    margin-bottom: 10px;
    color: #979797;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 10px;
}
#contacto .contenedor-formulario .formulario form textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    outline: none;
    width: 100%;
    max-width: 100%;
    max-height: 88px;
    min-height: 88px;
    color: #979797;
    margin-bottom: 10px;
    font-size: 0.9rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    margin-top: 10px;
}
#contacto .contenedor-formulario .formulario form input[type="submit"]{
	width: 100%;
    border: none;
    border: 1px solid #E44135;
    padding: 10px;
    background: #E44135;
    color: #fff;
    font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
#contacto .contenedor-formulario .formulario form input[type="submit"]:hover{
	background-color: white;
	color: #E44135;
	transition: all 0.3s ease;
}
/*marcas*/

#clientes{
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.clientes{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;

}
.clientes img{
	width: 150px;
	margin: 20px;
}

/*footer*/

footer{
	width: 100%;
	background-color: #1A2F5E;
	float: left;
}
.redes-footer{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}
.redes-footer img{
	margin: 20px;
	cursor: pointer;
}
.redes-footer img:hover{
	transform: scale(0.9);
	transition: all 0.3s ease;
	opacity: 0.7;
}
.texto-footer{
	color: white;
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 18px;
}


@media (min-width: 415px){
	.titulo-servicio{

	font-size: 20px;

	}

	.bloque-servicio{
		max-width: 340px; 
	}
	main{
		background: url(../img/fondotablet.png) center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.titulo-main{
		font-size: 78px;
		margin-top: 10px;
	}
	.subtitulo-main{
		font-size: 46px;
		margin-top: -10px;
		margin-bottom: 30px;
	}


@media (min-width: 769px){
	.titulo-servicio{
	font-size: 25px;
	}
	main{
	background: url(../img/fondodesktop.png) center;
	background-repeat: no-repeat;
	background-size: cover;
	}
	.contenedor-logo{
		display: none;
	}
	.titulo-main{
	font-size: 160px;
	}
	.subtitulo-main{
	font-size: 94px; 
	margin-top: -20px;
	margin-bottom: 30px;
	}
	.menu-sticky{
		display: block;
	}
	.menu-desktop{
		display: block;
	}
	.titulo-seccion{
		font-size: 35px;
	}
	.texto-seccion{
		font-size: 17px;
		line-height: 25px;
	}
	.texto-seccion-sabermas{
		font-size: 17px;
		line-height: 25px;
	}
	.hamburger{
		display: none
	}
	.formulario{
		width: 50%;
	}
	.foto-formulario{
		width: 50%;
		background-image: url(../img/imgform.png);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	#contacto{
		padding: 40px 0px;
	}
	.bloque-servicio{
		max-width: 400px; 
	}
}
@media (min-width: 1090px){
	main{
	background: url(../img/fondodesktop.png) center;
	background-size: cover;

}
}