@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


:root{
	--colorAqua: #017d6d;
	--colorAzul: #112940;
	--colorVerde: #21302b;
	--colorVerdeClaro: #85b837;


	--colorTexto: #112940;
	--Blanco: #FFF;
	--Negro: #000;
}


/*GLOBALES*/
body {
 background-color: #000;
}
*{
	margin:0px;
	border:0px;
	padding: 0px;
}
.top-centered{
	display: flex;
	justify-content: center;
	align-items: start;
}
.centered{
	display: flex;
	justify-content: center;
	align-items: center;
}
.centered-right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.centered-izq{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.bottom-end{
	display: flex;
	justify-content: flex-end;
	align-items: end;
}

/*HEADER*/
header img.logo.color{
	display: none;
}
header img.logo.blanco{
	display: block;
}

.logo-color header img.logo.color{
	display: block;
}
.logo-color header img.logo.blanco{
	display: none;
}
.logo-color header .nav-item a {
	color: var(--colorTexto);
	font-weight: 600;
}
.logo-color header .nav-item a {

}
/* .logo-color header .nav-item a:hover{
	color: var(--colorAqua);
	border-bottom: 2px solid var(--colorAqua);
}
.logo-color .nav-link:focus, .nav-link:hover{
	color: var(--colorAqua);
} */

header{ 
	padding: 10px 0px;
	top: 0px;
	width: 100%;
    background: #FFF;
	z-index: 9;
}
header img.logo{
	width: 210px;
}
header .nav-item a {
	color: var(--Blanco);
	padding: 10px 20px;
	font-weight: 600;
	text-decoration: none;
	margin: 0px 20px;
}
header .nav-item a:hover {
	font-weight: 500;
	border-bottom: 2px solid var(--colorAqua);
}
header a.informes:hover{
	border-bottom: none;
}
.nav-link:focus, .nav-link:hover{
	color: var(--colorAqua) !important;
}
header .logoa:hover{
	border-bottom: none;
}
header .navbar-collapse{
	justify-content: end;
}



footer {
	background-color: #000;
	padding: 56.25px 0;
}
footer ul {
	margin: 0;
	padding: 0;
	border: 0;
	display: flex;
	align-items: center;
 justify-content: center;
}
footer ul li {
 line-height: normal;
 margin-bottom: 0px;
 list-style: none;
}
footer ul li a {
 margin: 0px 9.375px;
}
footer ul li a svg {
	fill: #91bb10;
}
footer img {
	display: block;
	margin: 18.75px auto;
	width: 82.75px;
}
footer p {
	text-align: center;
	line-height: normal;
	margin-bottom: 0px;
	color: #fff;
	font-family: "Montserrat", serif;
	font-weight: 300;
	font-size: 16px;
}






/*SWIPPER*/
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*BANER PRINCIPAL*/
.bannerPrincipal{
	padding: 0px 0px 50px;
}
.bannerPrincipal .swiper-slide {
	padding: 0% 2%;
	padding: 0;
}
.bannerPrincipal .swiper-button-next{
 right: var(--swiper-navigation-sides-offset, 50px);
 left: auto;
	color: var(--Blanco);
}
.bannerPrincipal .swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 50px);
	right: auto;
	color: var(--Blanco);
}
.bannerPrincipal .swiper-slide{
	position: relative;
}
.bannerPrincipal .swiper-slide .caja {
	position: absolute; 
	left: 5%;
	bottom: 40%;
	width: 590px;
}
.bannerPrincipal .swiper-slide .caja h1 {
	font-size: 3rem;
	color: var(--colorVerde);
	font-weight: 800;
	line-height: normal;
	margin-bottom: 0px;
	text-align: center;
}
.bannerPrincipal .swiper-slide .caja p {
	color: var(--colorVerde);
 font-size: 1.2rem;
 font-weight: 400;
 line-height: normal;
 margin-bottom: 0px;
}
.bannerPrincipal img.b-movil,
section.asesorias-capacitacion img.l-avegan,
.bannerPrincipal h1 {
	display: none;
}








section {
	background-color: #000;
	padding: 75px 0px;
}
section h2.title,
.bannerPrincipal h1 {
	color: #fff;
	line-height: normal;
	margin-bottom: 37.5px;
	font-family: "Oswald", serif;
	font-weight: 700;
	font-size: 32px;
}
section.cenas h2.title,
.bannerPrincipal h1 span {
	color: #91bb10;
}
section.contacto h2.title {
	color: #000;
}
section h4.subtitle,
section h5 {
	color: #91bb10;
	line-height: normal;
	margin-bottom: 37.5px;
	font-family: "Oswald", serif;
	font-weight: 500;
}
section h4.subtitle {
	font-size: 24px;
}
section h5 {
	margin-bottom: 18.75px;
}
section a.btn {
	background-color: #91bb10;
	border-radius: 5px;
	color: #fff;
	line-height: normal;
	border-color: #91bb10;
	font-family: "Oswald", serif;
	font-weight: 600;
	font-size: 20px;
	margin-top: 37.5px;
	padding: 9.375px 37.5px;
}
section.asesorias-capacitacion a.btn {
 margin-bottom: 75px;
}
section a.btn:hover {
	color: #91bb10;
	background-color: #fff;
 border-color: #fff;
}
section ul {
	padding: 0;
	margin-bottom: 18.75px;
	border: 0;
}
section ul li {
	line-height: normal;
	margin-bottom: 0px;
	text-align: left;
	color: #fff;
	margin-bottom: 18.75px;
	font-family: "Montserrat", serif;
	font-weight: 500;
}
section ul li::marker {
	color: #91bb10;
	font-size: 28.125px;
}
section ul li:last-child {
	margin-bottom: 0px;
}


section.asesorias-capacitacion {
	padding-top: 0px;
}
section.asesorias-capacitacion h2.title span,
section.armado-menu h2.title span,
section.venta-producto h2.title span {
	color: #91bb10;
}
section.cenas h2.title span {
	color: #000;
}


section.cenas ul {
	margin-bottom: 75px;
}
section.cenas ul li {
	text-align: center;
	color: #000;
	position: relative;
	padding-left: 18.75px;
	list-style: none;
}
/*section.cenas ul li::marker {
	font-size: 18.75px;
	text-align: center;
}*/
section.cenas ul li::before {
 content: '';
 position: absolute;
 left: auto;
 right: auto;
 top: 0;
 background-color: #91bb10;
 width: 18.75px;
 height: 18.75px;
 line-height: 18.75px;
 border-radius: 100%;
 margin-left: -28.125px;
}




section.cenas,
section.armado-menu,
section.armado-menu,
section.contacto {
	background-image: url('../img/landing/bg_cena.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}


section.armado-menu {
	background-image: url('../img/landing/bg_armado.jpg');
	position: relative;
}
section.armado-menu img.center,
section.venta-producto img,
section.clientes img {
 display: block;
 margin: 0 auto;
 width: 478.5px;
}
section.armado-menu img.left {
	position: absolute;
 left: 8%;
 top: 20%;
 right: auto;
 width: 367.5px;
}
section.armado-menu img.right {
	position: absolute;
	right: 0;
	top: 0;
	left: auto;
	width: 447.75px;
}


section.venta-producto {
	padding-bottom: 0;
}
section.venta-producto img {
	width: 495px;
}


section.clientes {
	padding-top: 37.5px;
}
section.clientes h2.title {
	padding-top: 37.5px;
}
section.clientes .row {
	align-items: center;
}
section.clientes img {
	width: 37.5%;
}
section.clientes ul {
	margin: 0;
 padding: 0;
 border: 0;
 display: flex;
 align-items: center;
 justify-content: center;
}
section.clientes ul li {
 list-style: none;
 margin: 0;
 padding: 0;
}
section.clientes ul.rest li img {
	width: 65%;
}
section.clientes ul li img {
 width: 37.5%;
}



section.contacto {
	background-image: url('../img/landing/bg_contacto.jpg');
	position: relative;
	padding-bottom: 300px;
}
section.contacto img {
	position: absolute;
	left: 0;
	right: 0;	
	margin: 0 auto;
	width: 348px;
	bottom: 0;
}
section.contacto form .form-group {
	margin-bottom: 18.75px;
}
section.contacto form .form-group input,
section.contacto form .form-group textarea,
section.contacto form .form-group select {
	margin-bottom: 0px;
	border-radius: 5px;
	background-color: #a29585;
	border-color: #a29585;
}
section.contacto form .form-group select {
	width: 100%;
	padding: .375rem .75rem;
	display: block;
	appearance: auto;
}
section.contacto form ::placeholder,
section.contacto form .form-group select {
	color: #fff;
	font-family: "Montserrat", serif;
	font-weight: 500;
}
section.contacto form .form-check label {
	display: block !important;
	text-align: left;
}
section.contacto form button {
	background-color: #000;
	color: #91bb10;
	border-radius: 5px;
	font-size: 16px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	padding: 9.325px 37.5px;
}
section.contacto form button:hover {
	background-color: #91bb10;
	color: #000;
}





ul.rs-top {
 position: relative;
 padding: 0;
 margin: 0;
}
ul.rs-top li {
 list-style: none;
 margin-bottom: 0px;
 position: fixed;
 right: 18px;
 top: 85%;
 z-index: 99;
}
ul.rs-top li a img {
 width: 60px;
}



@media screen and (max-width: 768px) {

	ul.rs-top li {
 	right: 15%;
	}

	header,
	header nav.navbar,
	header nav a.navbar-brand {
		padding: 0px !important;
	}

	.bannerPrincipal {
		padding: 0px !important;
	}
	.bannerPrincipal .swiper .swiper-wrapper {
		padding: 56.25px 0px 56.25px;
	}
	.bannerPrincipal .swiper-slide .caja {
 	left: 0;
  bottom: 20%;
  width: 100%;
  right: 0;
 }
 .bannerPrincipal .swiper-slide .caja h1 {
  font-size: 1rem;
  text-align: center;
 }
 .bannerPrincipal .swiper-slide .caja p {
 	font-size: 0.75rem;
 }
 .bannerPrincipal img {
 	display: none;
 }
 .bannerPrincipal img.b-movil,
 section.asesorias-capacitacion img.l-avegan,
 .bannerPrincipal h1 {
	 display: block;
 }
 .bannerPrincipal h1 {
 	position: absolute;
  left: 0;
  right: 0;
  top: -37.5px;
  margin-bottom: 0px;
 }
 .bannerPrincipal h1:last-child {
  bottom: -37.5px;
  top: auto;
	}



 section {
 	padding: 37.5px 0;
 }
 section.asesorias-capacitacion {
  padding-top: 0px;
  padding-bottom: 37.5px;
	}
 section h2.title {
 	font-size: 24px;
 	font-size: 28px;
 	margin-bottom: 18.75px;
 	margin-bottom: 0px;
 	padding: 0px 18.75px;
 }
 section.asesorias-capacitacion h2.title span/*,
 section.armado-menu h2.title span,
 section.venta-producto h2.title span*/ {
 	display: none;
 }
 section h4.subtitle {
  font-size: 20px;
  margin-bottom: 18.75px;
	}
 section.contacto .offset-3 {
  margin-left: 0;
	}
	section ul {
		margin-bottom: 0px;
	}
	section ul li {
	 margin-bottom: 9.375px;
	}
	section a.btn {
		margin-top: 18.75px;
	}

	section.asesorias-capacitacion {
		padding-bottom: 18.75px;
	}
	section.asesorias-capacitacion img {
		margin-bottom: 18.75px;
	}
	section.asesorias-capacitacion img.l-avegan {
  margin: 0 auto 18.75px;
  width: 165.5px;
	}
	section.asesorias-capacitacion ul li {
  list-style: none;
  padding-left: 18.75px;
  position: relative;
  margin-bottom: 18.75px !important;
  font-size: 16px;
	}
	section.asesorias-capacitacion ul li::before {
		content: '';
		position: absolute;
		left: 0;
		right: auto;
		top: 4.687px;
		background-color: #91bb10;
		width: 9.375px;
		height: 9.375px;
		line-height: 9.375px;
		border-radius: 100px;
	}
	section.asesorias-capacitacion a.btn {
  margin-bottom: 18.75px;
  margin-top: 0px;
	}

	section.cenas h2.title,
	section.armado-menu h2.title,
	section.venta-producto h2.title,
	section.contacto h2.title {
		margin-bottom: 18.75px;
	}
	section.cenas ul {
  margin-bottom: 37.5px;
	}
	section.cenas ul li {
	 margin-bottom: 18.75px;
  font-size: 16px;
	}
	section.cenas ul li::before {
		top: 5px;
		width: 9.375px;
  height: 9.375px;
  line-height: 9.375px;
  margin-left: -18.75px;
	}
	section.cenas img {
		display: block;
		margin: 0 auto 18.75px;
		width: 262.5px;
		box-shadow: 0 8px 18px -6px rgb(134 142 158);
	}
	section.cenas a.btn {
		margin-top: 0px;
	}

	section.armado-menu img.left {
  left: -15%;
  top: 12%;
  width: 37.5%;
	}
	section.armado-menu img.right {
		top: 50%;
		top: 10%;
		width: 37.5%;
		right: -12%;
	}

	section.venta-producto h4.subtitle {
		font-size: 18px;
		padding: 0px 56.25px;
		margin-bottom: 37.5px;
	}


	section.clientes {
  padding-top: 0;
	}
	section.clientes ul {
		display: block;
	}
	section.clientes img {
  width: 50%;
	}
	section.clientes ul.rest li,
	section.clientes ul li {
		margin-bottom: 18.75px;
		width: 33.333%;
  display: inline-block;
  float: left;
	}
	section.clientes ul.rest li:last-child,
	section.clientes ul li:last-child {
		margin-bottom: 0;
		width: 100%;
	}
	section.clientes ul.rest li img {
  width: 37.5%;
  width: 65%;
	}
	section.clientes ul.rest li:last-child img {
		width: 37.5%;
	}
	section.clientes ul li img {
		width: 50%;
	}
	section.clientes ul li:last-child img {
		width: 28.125%;
	}


	section.contacto {
		padding-bottom: 262.5px;
	}
	section.contacto img {
		width: 232px;
	}


	footer {
		background: var(--colorVerde) !important;
	}
	footer .top {
  padding: 0px 0px 37.5px;
	}
	footer ul.list-menu {
		float: none;
  margin-top: 25px;
  display: block;
	}
	footer ul.list-menu li a {
		display: inline-block;
		float: none;
	}
}