@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;
NARANJA: #E57826;
VERDE: #027530;

*/

/*----------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: #027530;
  margin-bottom: 5px;
  line-height: 1.1em;
}
.subtitulo {
  font-weight: 400;
  font-size: 1em;
  text-align: center;
  color: #027530;
  margin-bottom: 5px;
  line-height: 1.1em;
}
.txt {
  font-size: 0.9em;
  max-width: 960px;
  font-weight: 400;
  margin: auto;
  text-align: center;
  color: #333;
}
.txt span {
  font-weight: 800;
}
/*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%;
}

/*QUIENES SOMOS*/
#nosotros {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 68%, rgba(229, 120, 38, 1) 0%);
background: -o-linear-gradient(bottom, rgba(229, 120, 38, 1) 68%, rgba(15, 67, 149, 1) 0%);
background: linear-gradient(bottom, rgba(229, 120, 38, 1) 68%, rgba(15, 67, 149, 1) 0%);
}
#nosotros .titulo {
	color: #fff;
}
.columna-filosofia {
	background: #fff;
	padding: 20px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	margin-bottom: 15px;
}
.filosofia-img {
	width: 60px;
	margin: 10px auto;
}
.nosotros-img {
	height: 300px;
	object-fit: cover;
	max-width: 940px;
	margin-bottom: 20px;
}

/* NUESTROS PRODUTOS - ESTILOS EN ASSETS styles.css */
#servicios {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #F0F3FA;
}
.grupo-servicios {
	max-width: 960px;
	margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.columna-servicios {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
	padding: 10px;
  width: 48%;
  margin: 1%;
	margin-bottom: 20px;
}
.servicios-mitad {
  width: 100%;
}
.servicios-img {
	object-fit: cover;
	margin-bottom: 15px;
}
.servicios-btn {
  align-self: flex-end;
	width: 80%;
	margin: 0 auto;
}
.servicios-boton {
  padding: 10px;
	border-radius: 20px;
	font-size: 0.95em;
	text-align: center;
	background: #F0F3FA;
	color: #0F4395;
	transition: all 0.4s;
}
.servicios-boton:hover {
	background: #0F4395;
	color: #F0F3FA;
}

/*POR QUE - QUE NOS DIFERENCIA*/
#porque {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #fff;
}
.columna-porque {
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}
.porque-img {
	width: 180px;
}

/*VALORES*/
#valores {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
	background: #fff;
}
.grupo-valores {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-valores {
	width: 48%;
	margin: 1%;
	padding: 20PX 10px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}
.valores-img {
	width: 80px;
}



/*SOLICITA SOPORTE TECNICO*/
#beneficios {
  overflow: hidden;
  width: 100%;
  margin: auto;
	background: #E57826;
	padding: 60px 0;
}
#beneficios .titulo {
	color: #fff;
}
#beneficios .txt {
	color: #fff;
}
#beneficios span {
	color: #fff;
}
.columna-beneficios {
	overflow: hidden;
}
.beneficios-img {
	height: 300px;
	width: 800px;
	object-fit: cover;
	margin-bottom: 20px;
	position: relative;
	right: 50%;
}
.beneficios-item {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px dashed #fff;
}
.beneficios-item:last-child {
	border-bottom: none;
}
#beneficios h2 {
  font-weight: 600;
  font-size: 2.0em;
  text-align: center;
}
.beneficios-item .icon-check {
	font-size: 1.2em;
	margin-right: 10px;
}
.beneficios-item p {
	font-size: 1em;
	text-align: left;
	margin: 0;
}

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

/*ESTILOS DEL FORMULARIO 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: #E57826;
  color: #fff;
  padding: 10px;
  text-align: center;
	cursor: pointer;
	border-radius: 20px;
}
.cotiza-img {
	max-width: 440px;
}
/*ESTILOS RESPONSIVE FORMULARIO*/
@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%;
	}
}

/*SISTEMA INFORMATICO*/
.sistemainfoematico {
	padding: 20px;	
}
.sistemainformatico-img {
	max-width: 500px;
}


/* ESTILOS DEL FOOTER*/
.footer {
  max-width: 100%;
  margin: auto;
  background: #F2B88D;
	padding: 80px 0;
}
.footer-columna {
  margin-bottom: 20px;
  text-align: left;
  padding: 10px;
}
.logofooter {
  width: 260px;
}
.footer .rubros {
  font-size: 1.2em;
  color: #027530;
}
.footer p {
  font-size: 1em;
	color: #027530;
  padding: 10px 20px;
  opacity: 0.8;
}
.footer span {
  font-size: 1em;
  color: #027530;
  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: 100%;
  margin: auto;
  padding: 20px 10px;
  background: #027530;
  color: #fff;
  font-size: 0.9em;
	text-align: center;
}
.copy a {
	color: #fff;
}

/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/

/*CELULARES*/
@media (min-width: 450px) {
	
}

/*TABLETS*/
@media (min-width: 768px) {
/*nosotros	*/
.nosotros-img {
	height: 400px;
}
	
}

/*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;
}
	
/*CONTACTO*/
.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: 48%;
	margin: 1%;
	display: flex;
}

/*	VALORES*/
.columna-valores {
	width: 31%;
}
	
	/*POR QUE*/
.grupo-porque {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.columna-porque {
	width: 31%;
	margin: 1%;
}
	
/*BENEFICIOS*/
#beneficios {
	background-image: url(../img/FONDO-SOPORTETECNICO.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
}
.columna-beneficios {
	width: 550px;
}


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