@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*colores
font-family: "Poppins", sans-serif;
font-family: "Open Sans", sans-serif;
FONDO: #F0F3FA;
AZUL: #0F4395;
FOOTER: #1C2035;

*/

/*----------ESTILOS GENERALES----------*/

html {
	scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background: #fff;

}
img {
  display: block;
  width: 100%;
  margin: auto;
}
ul,
li {
  list-style: none;
}
a {
  display: block;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.contenedor {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.section {
  padding: 100px 0;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
}

/*TITULOS Y TEXTOS*/
.titulo {
  font-weight: 600;
  font-size: 2.0em;
  text-align: center;
  color: #003566;
  margin-bottom: 5px;
  line-height: 1.1em;
}
.subtitulo {
  font-weight: 400;
  font-size: 1.2em;
  text-align: center;
  color: #003566;
  margin-bottom: 5px;
  line-height: 1.1em;
}
.txt {
  font-size: 0.9em;
  max-width: 960px;
  font-weight: 400;
  margin: auto;
  text-align: center;
  color: #003566;
}

/*BANNER*/
.banner {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
	background-image: url(../img/BANNER-LOGO.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}
.euro-img {
	width: 150px;
	margin-bottom: 10px;
}
.banner-titulo {
  font-weight: 500;
  font-size: 2.2em;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
}
.banner-subtitulo {
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.banner-parrafo {
  font-size: 1em;
  font-weight: 200;
  color: #fff;
  text-align: center;
	margin-bottom: 20px;
}
.banner-parrafo2 {
  font-size: 1.2em;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.contactanos {
	display: none;
}

.banner-productos {
	width: 90%;
}

/*CERTIFICACIONES*/
#certificaciones {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #fff;
}
.grupo-certificaciones {
	display: flex;
	justify-content: center;
}
.columna-certificaciones {
	width: 33%;
}

/*QUIENES SOMOS*/
#nosotros {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #F0F3FA;
}

.filosofia-img {
	width: 60px;
	margin: 10px auto;
}

/* NUESTROS PRODUTOS - ESTILOS EN ASSETS styles.css */

/*VIDEOS*/
#videos {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #F0F3FA;
}
.grupo-videos {
	max-width: 500px;
 	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-videos {
	border: 1px dashed #999;
	padding: 10px;
	margin: 15px auto;
	width: 100%;

}
.div_contenedor {
	position: relative;
	padding-bottom: 56.25%; /*panorámico*/
	padding-top: 25px;
	height: 0;
}
.div_contenedor iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*POR QUE*/
#porque {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #fff;
}
.grupo-porque {
	
}
.columna-porque {
	border: 1px dashed #999;
	padding: 20px;
	margin-bottom: 20px;
}
.porque-img {
	width: 60px;
	margin: 0;
}

/*ODS*/
#ods {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #F0F3FA;
}
#ods p {
	text-align: center;
	font-size: 1.2em;
}
.grupo-ods {
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.columna-ods {
	width: 48%;
	margin: 1%;
}

/*ACREDITADO POR AENOR*/
#aenor {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #fff;
}
.aenor-item {
	display: flex;
	padding: 5px 0;
	border-bottom: 1px dashed #999;
}
.aenor-item:last-child {
	border-bottom: none;
}
.aenor-item p {
	text-align: left;
	margin: 0;
}
.aenor-item .icon-check {
	font-size: 1.2em;
	margin-right: 10px;
	color: #0F4395;
}
.aenor-img {
	margin: 20px auto;
	width: 80%;
}

/*SOLICITA SOPORTE TECNICO*/
#soporte-tecnico {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background-image: url(../img/SOPORTE-TECNICO-IMAGEN.jpg);
	background-position: center;
	background-size: cover;
	padding: 90px 10px;
}
.soportetecnico-item {
	display: flex;
	padding: 5px 0;
	border-bottom: 1px dashed #999;
}
#soporte-tecnico h2 {
  font-weight: 600;
  font-size: 2.0em;
  text-align: center;
	color: #fff;
}
.soportetecnico-item .icon-check {
	font-size: 1.2em;
	margin-right: 10px;
	color: #fff;
}
.soportetecnico-item p {
	font-size: 1em;
	text-align: left;
	color: #fff;
	margin: 0;
}


/*BOTON FLOTANTE WASAP*/
.btn-whatsapp {
  display: block;
  width: 90px;
  height: 90px;
  color: #fff;
  right: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
}

/*COTIZA*/
#cotiza {
	background: #F0F3FA;
  max-width: 100%;
  margin: auto;
	overflow: hidden;
}
form {
  width: 95%;
  margin: auto;
  padding: 10px;
}
form p {
	font-size: 0.9em;
	padding: 5px 0;
	color: #666;
}
input, textarea {
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  padding: 10px;
	margin: 5px 0;
	border: none;
	border-radius: 10px;
}
::placeholder {
	color: #999;
}
textarea {
  min-height: 100px;
  max-height: 200px;
  max-width: 100%;
}
#contacto-boton {
  width: 40%;
	max-width: 140px;
  margin: 15px auto;
  background: #0F4395;
  color: #fff;
  padding: 10px;
  text-align: center;
	cursor: pointer;
	border-radius: 20px;
}
.cotiza-img {
	max-width: 440px;
}

/*ESTILOS RESPONSIVE*/
@media (min-width: 450px) {

}

@media (min-width: 768px) {
.grupo-cotiza {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
	align-items: center;
}
	.form-boton {
		display: flex;
		justify-content: flex-start;
	}
	#contacto-boton {
		margin: 10px 0;
	}
.columna-cotiza {
  width: 50%;
}
.form-grupo {
	display: flex;
	justify-content: space-between;
}
	.form-grupo input {
		width: 49%;
	}
}




/*FOOTER*/
.footer {
  max-width: 100%;
  margin: auto;
  background: #1C2035;
	padding: 90px 0;
}
.grupo-footer {
}
.footer-columna {
  margin-bottom: 20px;
  text-align: left;
  padding: 10px;
}
.logofooter {
  width: 260px;
}
.footer .rubros {
  font-size: 1.2em;
  color: #fff;
}
.footer p {
  font-size: 1em;
  color: #fff;
  padding: 10px 20px;
  opacity: 0.8;
}
.footer span {
  font-size: 1em;
  color: #fff;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.redes-socialesfooter {
  padding: 10px 20px;
}
.redes-imgfooter {
	width: 32px;
  margin-left: 0px;
  padding: 5px;
}
.footercertificados-img {
	width: 280px;
	margin-top: 10px;

}
#copy {
  max-width: 1500px;
  padding: 20px 10px;
  margin: auto;
  background: #1C2035;
}
.copy {
  color: #eee;
  font-size: 0.9em;
}




/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/

/*CELULARES*/

@media (min-width: 450px) {
	
}

/*TABLETS*/

@media (min-width: 768px) {

}

/*LAPTOPS*/

@media (min-width: 1024px) {
.titulo {
  font-size: 2.4em;
}
.subtitulo {
  font-size: 1.4em;
}
.txt {
  font-size: 1em;

}

/*SECTION*/
.section {
  padding: 160px 0;
}	
	
  /*BANNER*/
	.banner {
	padding: 80px 0;

	}
	.grupo-banner	{
		max-width: 1200px;
		margin: auto;
		display: flex;
		flex-direction: row-reverse;
	}
	.columna-banner {
		width: 50%;
	}
.euro-img {
	width: 150px;
	margin-right: 0;
}
	.textos-banner {

	}
  .banner-titulo {
		text-align: right;
    font-size: 3em;
    margin-bottom: 10px;
    line-height: 0.8em;
  }
  .banner-subtitulo {
		text-align: right;
    font-size: 1.7em;
  }
	.banner-parrafo {
		text-align: right;
    font-size: 1.2em;
	}
.contactanos {
	display: flex;
	justify-content: flex-end;
}
.contactanos a {
	background: #F0F3FA;
	padding: 3px 15px;
	border-radius: 20px;
	text-align: center;
	color: #0F4395;
	font-weight: 400;
}
.contactanos .icon-whatsapp {
	margin-right: 5px;
  font-size: 1.4em;
	color: #0F4395;
	position: relative;
	top: 3px;
}
	.banner-productos {
	width: 100%;
	}
	
/*GRUPO FILOSOFIA*/
	.grupo-filosofia {
		display: flex;
		justify-content: space-between;
		max-width: 960px;
		margin: auto;
		
	}
	.columna-filosofia {
		width: 31%;
		margin: 1%;
		padding: 20px;
		border: 1px solid #999;
	}
	
/*CERTIFICACIONES*/
	.grupo-certificaciones {
		max-width: 500px;
		margin: auto;
	}

/*VIDEOS	*/

	
/*POR QUE*/
.grupo-porque {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.columna-porque {
	width: 31%;
	margin: 1%;
}
	
/*ODS*/
.columna-ods {
	width: 23%;
}

/*AENOR*/
	.grupo-aenor {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.columna-aenor {
		width: 50%;
		padding: 20px;
	}
	.aenor-img {
		width: 360px;
	}
	  /*FOOTER*/
  .grupo-footer {
    display: flex;
    justify-content: space-between;
  }
  .footer-columna {
    width: 24%;
    margin: 0.5%;
  }
}
