@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: '';
	src: url('fonts/.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: var(--gris-claro);
	width: 100%;
	height: 100%;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.btn-whatsapp {
	position: fixed;
	width: 70px;
	height: 70px;
	right: 5pX;
	bottom: 5px;
	z-index: 150;
}

.background {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: -500;
}

.bg-header {
	width: 100%;
	float: left;
}

.header {
	width: 100%;
	float: left;
}

.logo {
	width: 150px;
	height: 75px;
	float: left;
}

.menu {
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: -o-calc(100% - 250px);
	width: calc(100% - 250px);
	height: 40px;
	float: right;
	line-height: 40px;
	text-align: right;
	margin-top: 10px;
}

.bg-slider {
	width: 100%;
	height: 50%;
	float: left;
}

.slider {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	align-items: flex-end;
	flex-direction: row-reverse
}

.slider-txt-main {
	width: 40%;
	height: 100%;
	float: left;
	padding: 0px 20px;
	box-sizing: border-box;
}

.slider-txt {
	width: 100%;
	float: left;
}

.slider-txt-titulo {
	width: 100%;
	float: left;
	font-size: 50px;
	text-align: left;
	font-weight: bolder;
}

.slider-txt-info {
	width: 95%;
	float: left;
	margin: 10px 0px;
	font-size: 18px;
	text-align: left;
}

.slider-btn-main {
	width: 100%;
	float: left;
	margin: 15px 0px;
	display: flex;
	justify-content: space-between;
}

.slider-btn-cotizar {
	border: var(--rosa) 2px solid;
	background-color: var(--rosa);
	width: auto;
	padding: 10px 25px;
	color: #FFF;
	font-weight: bolder;
	text-transform: uppercase;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.slider-btn-catalogo {
	border: var(--azul-oscuro) 2px solid;
	width: auto;
	padding: 10px 25px;
	color: var(--azul-oscuro);
	font-weight: bolder;
	text-transform: uppercase;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.slider-img {
	width: 60%;
	height: 100%;
	float: right;
	object-fit: contain;
	object-position: 100% 100%;
}

.slider-ventajas-main {
	width: 100%;
	float: right;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	gap: 25px;
}

.slider-ventajas {
	width: 100%;
	float: left;
	text-align: center;
	
}

.slider-ventajas-ico {
	width: 50px;
	height: 50x;
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.slider-ventajas-txt {
	width: 100%;
	float: left;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
}

.bg-contenido {
	width: 100%;
	float: left;
}

.contenido {
	width: 100%;
	float: left;
	padding: 15px 0px;
	text-align: justify;
}

.info {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	float: left;
	margin: 0px 10px;
	text-align: justify;
}

.porque-elegirnos-main {
	background-color: var(--blanco);
	width: 100%;
	float: left;
	padding: 35px 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 10px 15px var(--negro-50);
	box-sizing: border-box; 
}

.porque-elegirnos {
	width: 100%;
	height: 180px;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.porque-elegirnos-titulo {
	width: 100%;
	height: 180px;
	float: left;
	margin-right: 25px;
	text-align: left;
	font-weight: bolder;
	font-size: 30px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}

.porque-elegirnos-opciones {
	width: 100%;
	height: 180px;
	float: left;
	padding: 0px 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	border-left: var(--gris) 2px solid;
}

.porque-elegirnos-opciones-titulo {
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 10px 0px;
	text-align: center;
	font-weight: bolder;
	font-size: 16px;
}

.porque-elegirnos-opciones-ico-main {
	width: 75px;
	height: 75px;
	float: left;
	margin: 0px -moz-calc(50% - 25px);
	margin: 0px -webkit-calc(50% - 25px);
	margin: 0px -o-calc(50% - 25px);
	margin: 0px calc(50% - 25px);
	padding: 15px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	box-sizing: border-box;
}

.porque-elegirnos-opciones-ico {
	width: 100%;
	height: 100%;
	float: left;
	object-fit: contain;
}

.porque-elegirnos-opciones-txt {
	width: 100%;
	float: left;
	text-align: center;
}





/*		Tipos de Botargas		*/
.tipos-botargas-main {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 25px;
}

.tipos-botargas {
	width: 100%;
	float: left;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.tipos-botargas-img {
	width: 100%;
	height: 150px;
	margin-top: -15px;
	margin-bottom: -5px;
}

.tipos-botargas-info {
	position: relative;
	background-color: #FFF;
	width: 100%;
	height: 120px;
	float: left;
	text-align: center;
	padding: 10px 15px;
	-moz-border-radius: 15px 0px;
	-webkit-border-radius: 15px 0px;
	border-radius: 15px 0px;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px #00000015;
}

.tipos-botargas-ico {
	border: #FFF 5px solid;
	width: 30px;
	height: 30px;
	float: left;
	padding: 5px;
	margin-top: -30px;
	margin-right: -15px;
	margin-bottom: 0px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.tipos-botargas-titulo {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

.tipos-botargas-txt {
	width: 100%;
	height: 50px;
	float: left;
	margin: 10px 0px;
}

.tipos-botargas-ver-mas {
	width: auto;
	display: inline-block;
	margin-top: -10px;
	padding: 5px 15px;
	color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}





/*		Tipos de Botargas		*/
.nuestro-proceso-main {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 50px;
}

.nuestro-proceso {
	width: 100%;
	float: left;
	text-align: center;
}

.nuestro-proceso-ico {
	border: #FFF 10px solid;
	width: 85px;
	height: 85px;
	display: inline-block;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	box-sizing: border-box;
}

.nuestro-proceso-titulo {
	width: 100%;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: bolder;
}

.nuestro-proceso-txt {
	width: 100%;
	float: left;
	text-align: center;
	color: #FFF;
}





/*		Numeralia		*/
.numeralia-inline {
	background-color: #FFF;
	width: 100%;
	float: left;
	margin-bottom: 50px;
	padding: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	box-sizing: border-box;
}

.numeralia-main {
	width: -moz-calc(100% - 410px);
	width: -webkit-calc(100% - 410px);
	width: -o-calc(100% - 410px);
	width: calc(100% - 410px);
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
}

.numeralia {
	width: 100%;
	height: 80px;
	float: left;
}

.numeralia-dato-main {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.numeralia-ico {
	width: 50px;
	height: 50px;
	float: left;
}

.numeralia-dato {
	width: auto;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
	font-size: 22px;
	font-weight: bolder;
}

.numeralia-txt {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
}

.vida-tu-marca-inline {
	background-color: var(--amarillo);
	width: 380px;
	height: 120px;
	float: right;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: -20px;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.vida-tu-marca-img {
	width: auto;
	height: 150px;
	float: right;
	margin-top: -45px;
	margin-left: -20px;
	margin-right: -15px;
}

.vida-tu-marca-main {
	width: auto;
	max-width: 180px;
	float: left;
	margin-left: 10px;
}

.vida-tu-marca {
	float: left;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}

.vida-tu-marca-link {
	background-color: var(--rosa);
	float: left;
	padding: 10px 20px;
	color: #FFF;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}





/*		Galería		*/
.galeria-inline {
	background-color: #FFF;
	width: 100%;
	float: left;
	margin-bottom: 50px;
	padding: 20px;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	box-sizing: border-box;
}

.galeria-main {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	overflow: hidden;
}

.galeria-img {
	width: 100%;
	height: 150px;
	float: left;
	object-fit: cover;
	object-position: 50% 50%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.galeria-ver-mas {
	background-color: var(--morado);
	display: inline-block;
	margin-top: 15px;
	padding: 8px 15px;
	color: #FFF;
	font-weight: bolder;
	text-transform: uppercase;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}





/*		Recomendaciones		*/
.recomendaciones-inline {
	width: 100%;
	float: left;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-sizing: border-box;
}

.recomendaciones-main {
	width: -moz-calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	width: -o-calc(100% - 240px);
	width: calc(100% - 240px);
	float: left;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.recomendaciones {
	background-color: #FFF;
	width: 100%;
	float: left;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-sizing: border-box;
}

.recomendaciones-comillas {
	width: 25px;
	height: 90px;
	float: left;
	object-fit: contain;
	object-position: 50% 0%;
}

.recomendaciones-frase {
	width: -moz-calc(100% - 35px);
	width: -webkit-calc(100% - 35px);
	width: -o-calc(100% - 35px);
	width: calc(100% - 35px);
	height: 40px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.recomendaciones-logo {
	width: 75px;
	height: 40px;
	float: right;
	object-fit: contain;
	objec-position: 100% 50;
}

.recomendaciones-cliente {
	float: left;
	margin-bottom: 0px;
	margin-top: 15px;
}

.recomendaciones-img {
	width: auto;
	max-width: 220px;
	height: 200px;
	float: right;
	margin-top: -70px;
	margin-bottom: -20px;
	object-fit: contain;
	object-position: 100% 100%;
}





/*		Cintillo de contacto		*/
.cintillo-contacto-main {
	width: 100%;
	float: left;
	padding: 10px 0px;
}

.cintillo-contacto-txt {
	float: left;
	text-align: left;
	font-size: 18px;
	margin: 0px;
	margin-left: 35px;
}

.cintillo-contacto-hablemos {
	font-size: 24px;
	font-weight: bolder;
	text-transform: uppercase;
}

.cintillo-contacto-link {
	background-color: var(--morado);
	float: right;
	margin-top: 5px;
	margin-right: 35px;
	padding: 10px 15px;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}





/*		Footer		*/
.bg-footer {
	background-color: #000;
	width: 100%;
	float: left;
	color: #FFF;
}

.footer {
	width: 100%;
	padding: 10px 0px;
	float: left;
	text-align: center;
	font-size: 11px;
}

.footer-main {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 50px;
}

.footer-info {
	width: 100%;
	float: left;
	color: #FFF;
}

.footer-info p {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.footer-info-titulo {
	width: 100%;
	float: left;
	margin-bottom: 15px !important;
	font-size: 16px;
	font-weight: bolder;
}

.footer-logo {
	width: 150px;
	height: 75px;
	float: left;
}

.footer-contacto-ico {
	width: 15px;
	height: 15px;
	float: left;
}

.footer-contacto-txt {
	width: -moz-calc(100% - 25px);
	width: -webkit-calc(100% - 25px);
	width: -o-calc(100% - 25px);
	width: calc(100% - 25px);
	height: 15px;
	line-height: 15px;
	float: left;
	color: #FFF;
	margin-left: 5px;
}

.footer-red-social-ico {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
}

#desarrollador-web {
	font-size: 11px;
	color: #FF0;
}