@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;
AMARILLO: #FBBD21;
NEGRO: #010000;

*/

/*----------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: 60px 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: 1.8em;
  text-align: center;
  color: #010000;
	background: #FBBD21;
	padding: 5px;
  margin-bottom: 5px;
  line-height: 1.1em;
}
.subtitulo {
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  color: #010000;
  margin-bottom: 5px;
  line-height: 1.1em;
}
.subtitulo2 {
  font-weight: 400;
  font-size: 1em;
  text-align: center;
  color: #010000;
  margin-bottom: 20px;
  line-height: 1.1em;
}
.txt {
  font-size: 0.9em;
  max-width: 960px;
  font-weight: 400;
  margin: auto;
  text-align: justify;
  color: #010000;
}
.txt span {
  font-weight: 700;
}
.txt-analisis {
  font-size: 0.9em;
  max-width: 960px;
  font-weight: 400;
	margin-bottom: 10px;
  text-align: left;
  color: #010000;
}
/*BARRA SUPERIOR*/
	.barrasuperior {
		height: 10px;
	}
	.grupo-barrasuperior {
		display: none;
	}



/*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;
	height: 300px;
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background: #000;
	opacity: 0.4;
}
.textos-banner {
  position: absolute;
  top: 55%;
	left: 50%;
	transform: translateX(-50%) translateY(-55%);
	width: 90%;
}
.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;
}

/*index menu lubricantes*/
.menu-lubricantes {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px 0;
}
.linklubricantes {
	color: #010000;
	padding: 0 10px;
	border-right: 1px solid #333;
	transition: all .4s;
}
.linklubricantes:last-child {
	border-right: none;
}
.linklubricantes:hover {
	color: #FBBD21;
}
.grupo-productosgeneral {
	padding: 100px 0;
	border-bottom: 1px dashed #999;
}
.grupo-productosgeneral:last-child {
	border-bottom: none;
}



/*index*/
.grupo-indexservicios {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-indexservicios {
	background: #fff;
	padding: 10px;
	width: 48%;
	margin: 1%;
}
.columna-indexservicios a {
	color: #010000;
	transition: all .4s;
}
.columna-indexservicios a:hover {
	opacity: 0.5;
}
.columna-indexservicios .rubros {
	padding-top: 10px;
}
.columna-indexservicios .txt {
	padding-bottom: 20px;
}
.indeximg {
	height: 190px;
	object-fit: cover;
}

/*QUIENES SOMOS*/
#nosotros {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #F0F3FA;
}
.filosofia-img {
	width: 60px;
	margin: 10px auto;
}
.nosotros-img {
	max-width: 550px;
}
.compromiso-container {
	background: #FBBD21;
	padding: 15px 10px;
}

/*SOPORTE*/
#soporte {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #F0F3FA;
}
.grupo-soporte {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-soporte {
	background: #fff;
	padding: 15px;
	width: 100%;
	margin-bottom: 20px;
}
.soporte-img {
	height: 350px;
	object-fit: cover;
}



/*QUE NOS DIFERENCIA*/
#diferencia {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #fff;
}
.acordeon {
	width: 100%;
	max-width: 700px;
	margin: auto;
}
.acordeon .acordeon-contenedor {
	position: relative;
	margin: 10px 10px;
}
/* Posiciona las etiquetas en relación con el contenedor. Añade relleno en la parte superior e inferior y aumenta el tamaño de la fuente. También hace que su cursor sea un puntero */
.acordeon .label {
font-family: "Poppins", sans-serif;
	font-weight: 600;
	position: relative;
	font-size: 1.0em;
	cursor: pointer;
	text-align: left;
	display: flex;
	align-items: center;
	transition: all 0.5s;
}
.acordeon .label:hover {
	background: rgba(0,0,0,0.09);
}
/* Posiciona el signo más a 5px de la derecha. Lo centra utilizando la propiedad transform. */
.acordeon .label::before {
	content: '+';
	color: black;
	position: absolute;
	top: 50%;
	right: -5px;
	font-size: 1em;
	transform: translateY(-50%);
}
/* Oculta el contenido (altura: 0), disminuye el tamaño de la fuente, justifica el texto y añade la transición */
.acordeon .content {
font-family: "Poppins", sans-serif;
	position: relative;
	height: 0;
	font-size: 0.9em;
	text-align: justify;
	overflow: hidden;
	transition: all 0.5s;
} 
/* Añade una línea horizontal entre los contenidos */
.acordeon hr {
	width: 100;
	margin-left: 0;
	border: 1px dashed #999;
}
/* Muestra la parte de contenido cuando está activa. Establece la altura */ 

.acordeon .acordeon-contenedor.activa .content {
	height: 120px;
}

/* Cambia de signo positivo a negativo una vez activado */ .acordeon .acordeon-contenedor.activa .label::before {
	content: '-';
	font-size: 1em;
}

.acordeon-icono {
	width: 45px;
	margin: 0;
	margin-right: 10px;
}

.diferencia-img {
	width: 450px;
	height: 350px;
	object-fit: cover;
}



/*ESTILOS PRODUCTOS*/
.grupo-productos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-productos {
	background: #fff;
	padding: 10px;
	width: 48%;
	margin: 1%;
}
.productosrubros {
	font-size: 0.9em;
  line-height: 1.2em;
	margin-bottom: 20px;
}
.productostxt {
	font-size: 0.9em;
}

/*ANALISIS DE ACEITE*/
.analisis-logo {
	width: 300px;
}
.analisis-img {
	width: 450px;
	height: 350px;
	object-fit: cover;

}
.wa-contacto {
	background: #FBBD21;
	padding: 7px;
	border-radius: 30px;
	color: #000;
	width: 200px;
}
.linea-separadora1 {
	height: 2px;
	background: #1d1d1d;
	max-width: 70%;
	margin: auto;
}
.linea-separadora2 {
	height: 6px;
	background: #1d1d1d;
	max-width: 40%;
	margin: auto;
	border-radius: 20px 20px 0 0;
}
.linea-separadora3 {
	height: 6px;
	background: #1d1d1d;
	max-width: 40%;
	margin: auto;
	border-radius: 0 0 20px 20px;
}



/*BOTON FLOTANTE WASAP*/
.btn-whatsapp {
  display: block;
  width: 90px;
  height: 90px;
  color: #fff;
  right: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
}

/*CONTACTO*/
#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: #FBBD21;
  color: #010000;
  padding: 10px;
  text-align: center;
	cursor: pointer;
	border-radius: 20px;
}
.cotiza-img {
	max-width: 440px;
}

/*FOOTER*/
.footer {
  max-width: 100%;
  margin: auto;
  background: #010000;
	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: #FBBD21;
  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) {
/*NOSOTROS	*/
	.grupo-nosotros {
	  max-width: 1200px;
  	margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.columna-nosotros {
		width: 50%;
	}
	
/*SOPORTE*/
.columna-soporte {
	margin: 1%;
	width: 48%;
	padding: 10px;
}

/*COTIZA*/
.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%;
	}
}

/*LAPTOPS*/

@media (min-width: 1024px) {
.titulo {
  font-size: 2.0em;
}
.subtitulo {
  font-size: 1.4em;
}
.txt {
  font-size: 1em;
}
/*BARRA SUPERIOR*/
	.barrasuperior {
		background: #010000;
		display: block;
		font-size: 0.8em;
		height: 26px;
		margin: auto;
	}
	.grupo-barrasuperior {
	  max-width: 1200px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 26px;
	}
	.columna-barrasuperior {
		display: flex;
		align-items: center;
	}
	.superior-img {
		width: 17px;
		margin-right: 10px;
	}
	.lineavertical {
		width: 2px;
		height: 18px;
		margin-right: 10px;
		background: #0F4395;
	}
	.columna-barrasuperior p {
		display: flex;
		align-items: center;
		margin-right: 10px;
		color: #FBBD21;
	}
	.redes-sociales {
		display: flex;
	}
	.redes-img {
		width: 17px;
	}
	.columna-barrasuperior a {
		opacity: 0.7;
		margin: 5px;
	}
	.columna-barrasuperior a:hover {
		opacity: 1;
	}
	
  /*BANNER*/
  .banner-titulo {
    font-size: 3em;
    margin-bottom: 10px;
    line-height: 0.8em;
  }
  .banner-subtitulo {
    font-size: 1.7em;
  }
	
/*	INDEX SERVICIOS*/
	.columna-indexservicios {
	width: 18%;
}

/*	PRODUCTOS*/
	.columna-productos {
	width: 18%;
}

/*SOPORTE*/
	.columna-soporte {
	width: 31%;
}
.soporte-img {
	height: 200px;
}
	
/*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;
	}

	  /*FOOTER*/
  .grupo-footer {
    display: flex;
    justify-content: space-between;
  }
  .footer-columna {
    width: 24%;
    margin: 0.5%;
  }
}
