#portada{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 135px 0px 50px;	
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 2.5%;
}

#portada > img{
	margin-right: -35px;
}

#portada > div{
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#portada > div > h1{
	color: var(--negro);
  font-size: 2.5em;
  text-align: left;
  font-weight: 700;
  width: 100%;
  margin-bottom: 20px;	
}

#portada > div > h1 > span{
	color: var(--naranja);
}

#portada > div > p{
	color: var(--negro);
  font-size: 1.25em;
  text-align: left;
  font-weight: 500;
  line-height: 1.5;
  width: 95%;
  margin-bottom: 20px;	
}

#portada > div > span{
	border: 2px solid var(--naranja);
  transition: all 0.2s ease;
  padding: 20px 40px;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 600;
  color: var(--negro);
  font-size: 1.2em;
  cursor: pointer;
  background: rgba(245, 141, 45, .30);
  text-align: center;
}

#portada > div > span:hover{
	background: rgba(245, 141, 45, .50);
}

#productos{
	width: 100%;
	display: flex;
	padding: 50px 0;	
	max-width: 5000px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--azul-fondo);
}

#productos > p{
	color: var(--blanco);
	font-size: 2.5em;
	text-align: center;
	max-width: 750px;
	font-weight: 700;
	width: 90%;
	z-index: 5;
}

#productos > div{
	width: 80%;
	margin-top: 40px;
	max-width: 1350px;
	display: grid;
	grid-gap: 25px;
	grid-template-columns: repeat(4, 1fr);
	z-index: 5;
}

#productos > div > div{
	display: flex;
	flex-direction: column;
	align-items:center;
	border-radius: 15px;
	padding: 15px;
	box-sizing: border-box;
}

#productos > div > div > img{
	margin-bottom: 10px;
	max-height: 45px;
}

#productos > div > div > h2{
	color: var(--blanco);
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 5px;
	font-weight: 500;
	max-width: 250px;
}

#clientes{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 35px 0;
}

#clientes > h3{
	color: var(--negro);
	font-size: 1.75rem;
	text-align: center;
	max-width: 850px;
	font-weight: 700;
	width: 90%;
}

#clientes > div{
    width: 65%;
    display: flex;
    margin: 35px 0;
    position: static;
}

#clientes > div > div{
	transition-timing-function: linear !important;
	align-items: center;
}

#clientes > div > div > div{
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .5s;
    transition-property: border, background, transform;
    will-change: transform;
}

.dos-columnas{
	width: 100%;
	margin: 50px 0 85px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row-reverse;
}

.dos-columnas:nth-of-type(even){
	flex-direction: row;
}

.dos-columnas > img{
	border-radius: 5px;
	border: .5px solid var(--amarillo);
}

.dos-columnas > div{
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.dos-columnas > div > h3{
	color: var(--negro);
	font-size: 2.25em;
	text-align: left;
	max-width: 850px;
	font-weight: 700;
	width: 90%;
	margin-bottom: 15px;
}

.dos-columnas > div > p{
	color: var(--negro);
	font-size: 1.15em;
	text-align: left;
	max-width: 900px;
	font-weight: 500;
	width: 90%;
	margin-bottom: 25px;
	line-height: 1.25;
}

.dos-columnas > div > ul{
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	list-style: none;
}

.dos-columnas > div > ul > li{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	box-sizing: border-box;
	padding-left: 7%;
	margin-bottom: 12px;
}

.dos-columnas > div > ul > li:before{
	content: "\02714";
	font-size: .7em;
	font-weight: 700;
	color: var(--naranja);
	position: absolute;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	text-align: center;
	border-radius: 100%;
	border: 2px solid var(--naranja);
	left: 0;
	top: -1px;
}

.dos-columnas > div > ul > li > h4{
	color: var(--negro);
	font-size: 1.1em;
	text-align: left;
	font-weight: 500;
	width: 90%;
}

#ventajas{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 50px 0;
	max-width: 5000px;
	background: linear-gradient(315deg, rgba(255,255,255,1) 0%, rgba(254,254,254,1) 41%, rgba(236,236,236,1) 100%);
	padding: 50px 0;
}

#ventajas > h3{
	color: var(--negro);
  font-size: 2.25em;
  text-align: center;
  max-width: 850px;
  font-weight: 700;
  margin-bottom: 15px;
  width: 50%;
}

#ventajas > p {
  color: var(--negro);
  font-size: 1.5em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
  width: 50%;
  max-width: 615px;
}

#ventajas > aside{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	max-width: 1000px;
	margin-bottom: 35px;
	background: var(--blanco);
}

#ventajas > aside > div{
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding: 20px 15px;
	transition: all 0.5s ease;
	border: 2px solid rgba(0, 0, 0, 0);
}

#ventajas > aside > .seleccionado{
	background: var(--azul-claro);
	border: 2px solid var(--azul-claro);
}

#ventajas > aside > div:hover{
	border: 2px solid var(--azul-claro);
}

#ventajas > aside > div > img{
	margin-bottom: 10px;
	transition: all 0.5s ease;
	max-height: 28px;
}

#ventajas > aside > div > p{
	font-weight: 700;
	font-size: 1.2em;
	text-align: center;
	transition: all 0.5s ease;
	color: var(--negro);
}

#ventajas > aside > .seleccionado > p{
	color: var(--blanco);
}

#ventajas > div{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 35px;
	width: 100%;
	transition: all 0.5s ease;
	max-width: 1300px;
}

#ventajas > div > div{
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding: 15px;
}

#ventajas > div > div > img{
	margin-bottom: 15px;
	max-height: 28px;
}

#ventajas > div > div > h5{
	font-weight: 700;
	font-size: 1.1em;
	text-align: center;
	color: var(--negro);
	margin-bottom: 10px;
}

#ventajas > div > div > p{
	font-weight: 500;
	font-size: 1em;
	text-align: center;
	color: var(--negro);
	width: 85%;
}

#caracteristicas{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 50px 0;
}

#caracteristicas > p {
  color: var(--negro);
  font-size: 1.5em;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  width: 80%;
  max-width: 800px;
}

#caracteristicas > div{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 15px;
	width: 100%;
	transition: all 0.5s ease;
}

#caracteristicas > div > div{
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding: 15px;
}

#caracteristicas > div > div > img{
	margin-bottom: 15px;
	max-height: 28px;
}

#caracteristicas > div > div > h5{
	font-weight: 700;
	font-size: 1.1em;
	text-align: center;
	color: var(--negro);
	margin-bottom: 10px;
}

#formulario-contacto{
	width: 100%;
	padding: 45px 0;
	background: rgb(255,255,255);
	background: linear-gradient(315deg, rgba(255,255,255,1) 0%, rgba(254,254,254,1) 41%, rgba(236,236,236,1) 100%);
	display: flex;
	max-width: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#formulario-contacto > h3{
	color: var(--negro);
  font-size: 2.25em;
  text-align: center;
  max-width: 850px;
  font-weight: 700;
  margin-bottom: 15px;
  width: 50%;
}

#formulario-contacto > p{
	color: var(--negro);
  font-size: 1.5em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
  width: 50%;
  max-width: 615px;
}

#formulario-contacto > form{
	width: 50%;
	display: flex;
	max-width: 500px;
	flex-direction: column;
	align-items: center;
}

#formulario-contacto > form > input{
	width: 100%;
	text-align: left;
	padding: 10px 2.5%;
	box-sizing: border-box;
	border-radius: 7.5px;
	font-size: 1em;
	font-weight: 500;
	color: var(--azul-claro);
	transition: all 0.2s ease;
	border: 1px solid var(--negro);
	margin-bottom: 10px;
	outline: none;
}

#formulario-contacto > form > .verde{
	border: 1px solid #0dcf0d;
}

#formulario-contacto > form > .rojo{
	border: 1px solid #ff3030;
}

#formulario-contacto > form > input::placeholder{
  color: var(--azul-claro);
  font-size: 1em;
	font-weight: 500;
	opacity: 1;
	font-family: "OpenSans", serif;
	background: rgba(0, 0, 0, 0);
}

#formulario-contacto > form >  input:focus::placeholder{
  opacity: 1;
}

#formulario-contacto > form > .positivo{
	border: 3px solid green;
}

#formulario-contacto > form > .negativo{
	border: 3px solid red;
}

#formulario-contacto > form > #form-action{
	width: 100%;
  text-align: center;
  padding: 15px 0;
  background: #b4d7e9;
  border: 3px solid var(--azul-claro);
  border-radius: 7.5px;
  font-weight: 500;
  color: var(--negro);
  font-size: 1.1em;
  transition: all 0.2s ease;
  cursor: pointer;
  box-sizing: content-box;
}

#formulario-contacto > form > #form-action:hover{
	background: #6cc3ef;
}

#formulario-contacto > form > span{
	font-weight: 600;
  font-size: .9em;
  width: 95%;
  text-align: center;
  color: red;
  transition: all 0.2s ease;
  margin-bottom: 15px;
}

/*Relaciones de aspecto tablet*/
@media screen and (min-width: 750px) and (max-width: 1099px) {
	#portada{
		width: 95%;
	}
	#portada > div{
		width: 50%;
	}
	#portada > img{
		margin-right: 0;
	}
	#portada > div > h1,
	#portada > div > p{
		width: 100%;
	}
	#productos > div{
		width: 93%;
		grid-template-columns: repeat(2, 1fr);
	}
	#productos > div > div > p{
		width: 85%;
	}
	#ventajas > aside{
		grid-template-columns: repeat(2, 1fr);
		width: 65%;
	}
	#ventajas > div{
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
		width: 90%;
	}
	#caracteristicas > div{
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 15px;
		width: 80%;
	}
	#formulario-contacto > h3,
	#formulario-contacto > p{
		max-width: none;
		width: 70%;
	}
	.dos-columnas,
	.dos-columnas:nth-of-type(even){
		flex-direction: column-reverse;
		align-items: center;
		margin: 40px 0;
	}
	.dos-columnas > img{
		width: 70%;
		margin-bottom: 25px;
	}
	.dos-columnas > div{
		width: 70%;
	}
}



/*Relaciones de aspecto movil*/
/*relacion general*/
@media screen and (max-width: 750px) {
	#portada{
		flex-direction: column-reverse;
		align-items: center;
	}
	#portada > div{
		margin-top: 35px;
		align-items: center;
		width: 90%;
	}
	#portada > div > h1,
	#portada > div > p{
		text-align: center;
		width: 100%;
	}
	#portada > img{
		width: 55%;
		margin-right: 0;
	}
	#productos > div{
		grid-template-columns: repeat(1, 1fr);
		justify-items: center;
	}
	#productos > div > div{
		margin-bottom: 35px;
	}
	#productos > div > div > img{
		max-height: none;
	}

	#formulario-contacto{
		width: 100%;
	}
	#formulario-contacto > h3,
	#formulario-contacto > p,
	#formulario-contacto > form{
		max-width: none;
		width: 90%;
	}
	.dos-columnas,
	.dos-columnas:nth-of-type(even){
		flex-direction: column-reverse;
		align-items: center;
		margin-bottom: 40px;
	}
	.dos-columnas > img{
		width: 90%;
		margin-bottom: 25px;
	}
	.dos-columnas > div{
		width: 90%;
	}
	.dos-columnas > div > ul > li{
		padding-left: 10%;
	}
	#ventajas > h3,
	#ventajas > p,
	#caracteristicas > p{
		width: 95%;
	}
	#ventajas > aside{
		grid-template-columns: repeat(1, 1fr);
		width: 65%;
	}
	#ventajas > div{
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 15px;
		width: 95%;
	}
	#caracteristicas > div{
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
		width: 90%;
	}
	#ventajas > aside > div{
		flex-direction: row;
		justify-content: flex-start;
		border: 2px solid var(--blanco);
	}
	#ventajas > aside > div > img{
		margin-bottom: 0;
		margin-right: 5%;
	}
	#ventajas > aside > div > p{
		width: 80%;
		text-align: left;
	}
}
