* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


/* Estilos Menu */

body {
	padding: 0;
	margin: 0;
}
nav {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	font-family: 'Montserrat', sans-serif;
	padding: 0 5%;
	height: 80px;
	background-color: #ffffff;
}
nav .logo {
	float: left;
	width: 40%;
	height: 50%;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #000000;
}
.logo img {

	max-width: 100%;
	margin-top: 30px;

}
nav .links {
	float: right;
	padding: 0;
	margin: 0;
	width: 60%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
nav .links li {
	list-style: none;
	text-align: center;
}
nav .links a {
	display: block;
	padding: 1em;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}
#nav-toggle {
	position: absolute;
	top: -100px;
}
nav .icon-burger {
	display: none;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
nav .icon-burger .line {
	width: 30px;
	height: 5px;
	background-color: #000000;
	margin: 5px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}
@media screen and (max-width: 768px) {
	nav .logo {
		    margin: 0px 0px 0px -10px;;
				width: 100%;
	}
	nav .links {
		float: none;
		position: fixed;
		z-index: 9;
		left: 0;
		right: 0;
		top: 80px;
		bottom: 100%;
		width: auto;
		height: auto;
		flex-direction: column;
		justify-content: space-evenly;
		background-color: rgba(0,0,0,.8);
		overflow: hidden;
		box-sizing: border-box;
		transition: all .5s ease-in-out;
	}
	nav .links a {
		font-size: 20px;
		color: #ffffff;
	}
	nav :checked ~ .links {
		bottom: 0;
	}
	nav .icon-burger {
		display: block;
	}
	nav :checked ~ .icon-burger .line:nth-child(1) {
		transform: translateY(10px) rotate(225deg);
	}
	nav :checked ~ .icon-burger .line:nth-child(3) {
		transform: translateY(-10px) rotate(-225deg);
	}
	nav :checked ~ .icon-burger .line:nth-child(2) {
		opacity: 0;
	}
	.logo img {

		max-width: 80%;
		margin-top: 40px;
		margin-left: -20;

	}

}







/* Estilos Menu */


body{
  background-color: #191919;
	font-family: 'Montserrat', sans-serif;
	background: #E5E5E5;
}


h1 , h2 , h3 , h4 , h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
}

p{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.contenedor{
  max-width: 1000px !important;
  margin: 80px auto 0 !important;
  background-color: white;
}

.banner{
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slide{
    padding: 0;
    bottom: 20px;
}
.slide img{
    width: 100%;
    height: auto;
}

.logo{
  max-width: 300px;
  padding: 20px 0 30px;
  display: inline-table;
}

.somos{
  background-color: #efefef;
  width: 100%;
  padding: 5%;
  gap: 30px;
  top: 5px !important;
}

.somos2{
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 20px;
}

.titulo{
  background-color: #000000;
  color: #ffffff;
  padding: 10px 35px 8px;
  border-radius: 7px;
}

.iconos{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    padding-bottom: 30px;
}
.iconos img{
  max-width: 120px;
  margin-bottom:15px;
  min-height: 130px;
}

.iconos p{
    text-align: center;
}

.centrados{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entrada{
  text-align: center;
  padding-bottom: 30px;
  max-width: 90%;
  margin: 0 auto;
}

.titulos{
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.nempresa{
	background-color: #808080;
	padding: 5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	gap: 40px;

}

.nempresa img{
	max-width: 250px;
}

.nmarca{
	background-color: #e5e5e5;
	padding: 5%;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	gap: 10px;

}

.nmarca img{
	max-width: 48%;
}

.cobertura{
	background-color: #4d4d4d;
	padding: 5%;
	display: flex;
	flex-direction: column;

}

.clientes{
	background-color: #989898;
	padding: 1% 5%;
	display: flex;
	flex-direction: column;
}

.canales{
	background-color: #191919;
	padding: 1% 5% 3%;
	display: flex;
	flex-direction: column;
}

.boxescanales{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;

}

.boxes{
	max-width: 165px;
	background-color: #a987aa;
	color: #000000;
	padding-bottom: 10px;
	border-radius: 15px 15px 15px 15px;
	font-weight: 600;
	font-size: 16px;
	margin: 20px 0 10px;
	min-height: 155px;

	display: flex;
	flex-direction: column;
	align-items: center;

}

.boxes img{
	border-radius: 15px 15px 0 0px;
	width: 100%;

}

.boxes p{
	padding: 7px;
	text-align: center;
}

.modernos{
	background-color: #cbcbcb;
	padding: 3% 5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	gap: 40px;

}

.modernosbox{
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
	justify-content: space-around;
	gap:5px;
	width: 100%;
}

.modernosbox img{
	width: 70px;
}

.online{
	background-color: #e5e5e5;
	padding: 3% 5%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;

}

.onlinebotons{
	display: flex;
	align-content: space-between;
	width: 100%;
	justify-content: space-between;

}

.botones{
	border: 2px solid #808080;
	padding: 2px 7px;
	border-radius: 15px;
	color: #808080;
	font-weight: 600;
}

.onlineimagenes{
	padding: 20px 0;
	width: 100%;

	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
	gap:10px;


}

.canales2{
	background-color: #808080;
	padding: 1% 5% 3%;
	display: flex;
	flex-direction: column;
}

.boxes2{
	max-width: 200px;
	background-color: #a987aa;
	color: #000000;
	padding-bottom: 10px;
	border-radius: 15px 15px 15px 15px;
	font-weight: 600;
	font-size: 16px;
	margin: 20px 0 10px;
	min-height: 155px;

	display: flex;
	flex-direction: column;
	align-items: center;

}

.boxes2 img{
	border-radius: 15px 15px 0 0px;
	width: 100%;

}

.boxes2 p{
	padding: 7px;
	text-align: center;
}

.logistica{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 5% 3% 0;
}

.logistica img{
	width: 30%;
}


.canales3{
	background-color: #ffffff;
	padding: 3% 5% 3%;
	display: flex;
	flex-direction: column;
}

.boxesflag{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;

	padding: 3% 0;

}

.flag img{
	max-width: 190px;
}

.online p{
	text-align: center;
}

.iconos2{
	padding: 20px 0;
	width: 100%;

	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
	gap:10px


}

.datafactor{
	background-color: #ffffff;
	border-radius: 30px;
	padding: 3%;
	width: 100%;

	display: flex;
	flex-direction: row;
	gap:20px;



}

.contactform{
	width: 42%;

}
.contactform p{
	font-size: 13px;
	font-weight: 300;

}

.contacto{

}

.imagescontact{
	display: flex;

}
.imagescontact img{
	width: auto;
}


/* FORMULARIO DE CONTACTO */

.contact_form{
  width: 100%;
  height: auto;
  margin: 0px auto;
}


input{
  background-color: #d8d8d8;
  width: 356px;
  height: 40px;
  border-radius: 5px;
  border-style: solid;
  border-width: 0px;
  padding-left: 10px;
  margin-bottom: 5px;
}


textarea{
  background-color: #d8d8d8;
  width: 405px;
  height: 60px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ab4493;
  padding-left: 10px;
  padding-top: 15px;
}


label{
  float: center;
	font-size: 10px;
	font-weight: 700;
}


button{
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  background-color: #000;
  width: 30%;
  cursor: pointer;
	border-radius: 10px;
	text-align: center;
	color:#fff;
}


button p{
  color: #fff;
	text-align: center;
}





.aviso{
  font-size: 13px;
  color: #0e0e0e;
	text-align: left !important;
}


h1{
  font-size: 39px;
  text-align: letf;
  padding-bottom: 20px;
  color: #ab4493;
}


h3{
  font-size: 16px;
  padding-bottom: 30px;
  color: #0e0e0e;
}


p{
  font-size: 14px;
  color: #0e0e0e;
}


::-webkit-input-placeholder {
 color: #000000;
 font-family: 'Montserrat',sans-serif;
}


::-webkit-textarea-placeholder {
 color: #a8a8a8;
}


.formulario input:focus{
  outline:0;
  border: 1px solid #808080;
}


.formulario textarea:focus{
  outline:0;
  border: 1px solid #97d848;
}

#nombre{
	width: 49%;
	margin-top: 10px;
}

#apellido{
	width: 49%;
	margin-top: 10px;
}

.contacto img{
	width: 100%;

}
footer{
	background-color:#000000;
	padding: 20px;
	width: 100%;
	color: #ffffff;
}

.redes{
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	max-width: 1000px;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-around;
}

.redes p{
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;

}

.red{
	display: flex;
	flex-direction: row;
	align-items: center;

}

.redes a{
	text-decoration: none;
}


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

		.somos2 {
		    grid-template-columns: 1fr;
		    justify-content: center;
		    text-align:center;
		}

		.iconos {
		    gap: 10px;
		}

		h3{

		  padding-bottom: 10px;

		}

		.logistica img{
			width: 70%;
		}
		.flag img{
		    	width: 90px !important;
		}

		.iconos2 {
		    padding: 20px 0;
		    width: 100%;
		    display: flex;
		    flex-direction: row;
		    flex-wrap: wrap;
		    gap: 10px;
		    justify-content: space-around;
		}

		.onlineimagenes {
		    padding: 20px 0;
		    width: 100%;
		    display: flex;
		    flex-direction: row;
		    flex-wrap: wrap;
		    justify-content: space-evenly;
		    align-items: center;
		    align-content: center;
		    gap: 10px;
		}

		.modernosbox {
		    gap: 15px;
		    padding-bottom:20px;

		}

		.nempresa {
		    display: flex;
		    flex-direction: column;
		    flex-wrap: wrap;
		    justify-content: space-between;
		    align-content: center;
		    align-items: center;
		    gap: 20px;
		}


		.boxes2 {
		    padding-bottom: 10px;
		    margin: 10px 0 0px;

		}

		.modernos {
		    gap: 15px;
		}

		.contactform {
		    width: 100%;
		}

		.datafactor {
		    padding: 5%;
		    width: 100%;
		    display: flex;
		    flex-direction: column;
		    gap: 37px;
		}

		.redes {
		    display: flex;
		    flex-direction: column;
		}
		.centrados p{
		    font-size:12px;
		}
		.imagescontact{
			display: flex;
			    flex-direction: row;
			    align-items: center;
			    justify-content: center;
			    align-content: center;

		}
		.imagescontact img{
			max-height: 70px;
			max-width: 50%;
		}


}




/* ESTILOS FORMULARIO DE CONTACTO */



input .medio {
	width: 48% !important;
}

.templatemo_contact {
    margin: 30px;
    width: 100%;
    margin-left: 15%;
}

.espacios input{
	width: 49% !important;
}

.templatemo_contactform input, textarea {
    width: 100%;
    background: #dddddd;
    border: 1px solid #393939;
    padding: 7px 10px;
    margin: 0px 0px 10px 0px;
    background-color: #FAFAFA;
	height: 50px !important;
}

.templatemo_contactform textarea {
    height: 50px !important;
}


.templatemo_contactform .btn-primary {
    border: none;
    border-radius: 0px;
    color: #ffffff !important;
    font-weight: 800;
}

.templatemo_contactform .btn-primary:hover {
    background: #a6d82c;
}

.textarea {
    height: 60px !important;
}

.btn-primary {
    color: #ffffff !important;
}

.botonblan{
color: #ffffff !important;
}
