@import url(/components/Font-Awesome/web-fonts-with-css/css/fontawesome-all.min.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400i&display=swap');
@import url(../../administracion/fuentes/fuentes.css);
@import url(../../page/fuentes/fuentes.css);

@media (min-width: 1217px) {
	.container {
		max-width: 1200px;
	}
}

* {
	font-family: 'Effra';
}

body {
	margin-top: 158px;
	width: 100%;
	overflow-x: hidden;
}

p {
	margin: 0px;
}

.totalmostrar {
	display: inline-block;
	vertical-align: middle;
}

.totalnomostrar {
	display: inline-block;
	vertical-align: middle;
}

.pagination>li>a,
.pagination>li>span {
	color: #d8d9dd;
	text-decoration: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #d8d9dd;
	border: 1px #d8d9dd solid;

}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #212529;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.direccion {
	display: none;
}

.bodega {
	display: none;
}

img {
	max-width: 100%;
}

.modal-dialog {
	max-width: 700px;
}

.menu {
	display: none;
}

header i {
	padding: 7px;
	border-radius: 10rem;
}

header {
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 19;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 0px;
}

header .header-normal {
	position: fixed;
	z-index: 17;
	background: #234695;
	height: 57px;
	width: 100%;
	padding-top: 5PX;
	padding-bottom: 5px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

header .header-redes {
	background: rgb(255, 255, 255);
}

header .header-redes .red {
	display: inline-block;
	margin: 5px;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}

header .header-redes .redes-2 {
	background: #c89f69;
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	width: 28px;
	text-align: center;
	border-radius: 5em;
}

header .header-redes .red i {
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
	background: #7ACC1F;
	color: #ffffff;
	width: 28px;
	text-align: center;
	border-radius: 5em;
}

header .header-redes .red:hover {
	text-decoration: none;
}

header .header-redes .red:hover i {
	background: #000000;
	color: #FFFFFF;
}

header .header-content {
	background: #ffffff;
	margin-top: 57px;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.75);
}

header .header-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	text-align: center;
	justify-content: space-evenly;
	width: 100%;
	height: 100%;
	text-align: center;
	align-items: center;
}

header .header-content ul li {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #234695;
	text-align: center;
}

header .header-content ul li:first-child {
	border-left: 0;
}

header .botones {
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333333;
}

header .botones:hover {
	color: #EB683A;
	border-radius: 5px;
}

.header-telefonos .fa-whatsapp {
	color: #EB2227 !important;
}

header .ver-carrito {
	color: #000000;
}

.header-telefonos-sinsesion .fa-whatsapp {
	color: #EB2227 !important;
}

header .logo {
	padding-bottom: 10px;
	max-width: 100%;
	height: 100px;
}

header .fa-shopping-cart {
	font-size: 14px;
	color: #FFF;
	padding: 0px !important;
	transition: all 300ms ease-in-out;

}

.btn-carrito {
	padding: 3px 18px;
	border-radius: 5px;
	border: 1px solid #FFF;
	transition: all 300ms ease-in-out;

}

.btn-carrito span {
	font-size: 14px;
	color: #FFF;
	transition: all 300ms ease-in-out;

}

.btn-carrito:hover {
	background: #FFF;
	color: #234695 !important;
}

.btn-carrito:hover span,
.btn-carrito:hover .fa-shopping-cart {
	color: #234695 !important;

}


header .contenidof .btn-trabajanosotros {
	margin-left: 162px;
	margin-bottom: 3px;
	background: #EB2227;
}

header .contenidof .btn-trabajanosotros a {
	text-decoration: none;
	color: #FFFFFF;
}

header .header-content nav ul li a {
	color: #333333;
	text-decoration: none;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	font-size: 17px;
}

header .telefono {
	text-align: right;
	margin-right: -47px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 3px;
}

header .carrito {
	color: #7ACC1F;
	font-size: 35px;
	margin-top: 23px;
}

header .fuente {
	font-size: 15px;
	color: #000000;
	margin-left: 7px;
}

header .header-content nav ul li:hover {
	text-decoration: none;
	background: #7ACC1F;
}

header .header-content nav ul li:hover a {
	color: #ffffff;
	text-decoration: none;
}

header .compra {
	display: inline-block;
	vertical-align: middle;
}

header .header-redes nav ul li {
	position: relative;
	z-index: 8;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	text-align: center;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	padding-top: 15px;
}

header .header-redes nav ul li.width-auto {
	width: auto;
	color: #7ACC1F;
	padding-top: 20px;
}

header .header-redes nav ul li a {
	color: #333333;
	text-decoration: none;
	display: inline-block;
	font-family: 'Myriad Pro Regular';
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	font-size: 12px;
}

header .header-redes nav ul li:hover a {
	text-decoration: none;
	color: #7ACC1F;
}

.header-telefonos {
	font-weight: bold;
}

.header-telefonos-sinsesion {
	margin-top: 0px;
}

header .menupeque ul {
	margin-top: 20px;
}

header .menupeque li a i {
	top: -12px;
	font-size: 30px;
	color: #7ACC1F;
	position: relative;
}

header .menupeque {
	font-size: 15px;
	top: 0;
	position: fixed;
	z-index: 10;
	width: 100%;
	background: #ffffff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

header .menupeque img {
	width: 100px;
	margin: 18px;
}


header .menupeque li {
	display: block;
	float: left;
	padding-right: 6px;
	position: relative;
}

header .menupeque li::before {
	content: "";
	position: absolute;
	border-right: 1px solid #EB2227;
	height: 22px;
	right: 3px;
	bottom: 13px;

}

header .menupeque li:last-child::before {
	display: none;
}

header .menupeque li a {
	color: #000000;
	font-size: 17px;
	display: inline-block;
	padding: 10px;
}

header .menupeque li a:hover {
	color: #FFFFFF;
	background: #EB2227;

}

header .menupeque ul li ul {
	position: absolute;
	background: rgba(255, 255, 255, 1);
	height: auto;
	z-index: -1;
	padding: 0;
	width: 213px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: left;
	padding-top: 10px;
	opacity: 0;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	display: none;
}

header .menupeque ul li:hover ul {
	opacity: 1;
	z-index: 99;
	display: block;
}

header .log {}

header .menupeque ul li ul li {
	text-align: left;
	width: 200px;
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgb(0, 0, 0);
	padding-top: 8px;
}

@media (min-width:500px) {
	header .header-normal .redes {
		padding: 0px;
		font-size: 13px;
	}

	header .header-normal .tr {
		font-size: 13px;
	}

	header .header-normal .email {
		font-size: 15px;
	}

	header .header-content {}

	header .logo {
		max-width: 100%;
	}

	header .header-content .botonera {
		font-size: 13px;
	}

	header .header-content ul li {
		padding-left: 4px;
	}

	header .header-content ul li a {
		padding: 0px;
	}
}

/* estilos contenidos */
.slider-simple .content-caption {
	color: #000000;
	padding: 20px;
	border-radius: 0.5em;
}

.politica {
	padding: 2px;
}

.btn-enviar {
	color: #fff;
	background-color: #294099;
	border-color: #294099;
}

.btn-enviar:hover {
	background-color: #116c3b;
}

.slider-simple .content-caption h2 {
	color: #000000;
	font-weight: 700;
	margin: 0;
	font-size: 30px;
	margin-bottom: 20px;
}

.contenedor-seccion {
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.contenedor-seccion .descripcion-seccion {
	padding-top: 40px;
	padding-bottom: 30px;
}

.contenedor-seccion .descripcion-seccion p {
	margin: 0px;
}

.contenedor-seccion .descripcion-seccion h2 {
	font-family: 'Myriad Pro Regular';
}

.contenedor-seccion .fixed {
	background-position: fixed;
}

.caja-contenido-simple {
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 0.5em;
}

.caja-contenido-simple h2 {
	font-weight: bold;
	font-family: 'Myriad Pro Regular';
	margin-bottom: 0px;
}

.caja-contenido-simple .imagen-contenido {
	display: table;
	width: 100%;
}

.caja-contenido-simple .imagen-contenido div {
	display: table-cell;
	height: 180px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

.caja-contenido-simple .imagen-contenido div img {
	max-width: 100%;
	max-height: 100%;
}

.btn-blanco {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #EB2227;
	border-color: #EB2227;
}

.btn-blanco:hover {
	background: #EB2227;
	color: #FFFFFF;
}

#map {
	width: 100%;
	height: 400px;
}

.btn-vermas {
	background: #000000;
	color: #FFFFFF;
	border: 1px solid #000000;
}

.btn-vermas:hover {
	background: #FFFFFF;
	color: #000000;
}


.carouselsection .caja-contenido-simple {
	padding: 10px;
	border-radius: 0em;
}

.con-espacios .carouselsection .caja-contenido-simple {
	margin: 10px;
}

.con-espacios .carouselsection {
	padding-left: 40px;
	padding-right: 40px;
}

.fondo-video-youtube {
	position: relative;
	display: block;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.banner-video-youtube {
	position: absolute;
	top: -80%;
	left: -80%;
	z-index: 1;
	margin: auto;
	opacity: 1;
	width: 260%;
	height: 260%;
}

.fondo-imagen {
	position: relative;
	display: block;
	width: 100%;
	height: 602px;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.descrip {
	text-align: justify;
	height: 50px;
}

.slider-principal .carousel-caption {
	color: #000000;
	padding: 20px;
	border-radius: 0.5em;
	display: block;
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}

.aloe {
	height: 142px;
}

/*Productos Destacad
os*/
#carousel_productos {
	padding-bottom: 40px;
	display: flex;
	align-items: flex-end;
}

.producto #carousel_productos {
	align-items: inherit !important;
}

#carousel_productos li .imagen {
	width: auto;
	height: 100%;
	display: table-cell;
	vertical-align: top;
	text-align: center;

	text-align: center !important;
}

#carousel_productos li .imagen:hover {
	background: transparent !important;
}

#carousel_productos .imagen img {
	max-width: 100%;
	height: 250px;
	width: auto;
	margin-top: 25px;
	margin-top: 0px;
}

#carousel_productos li h3 {
	font-family: 'Myriad Pro Regular';
	font-size: 18px;
	width: 90%;
	height: 40px;
	margin-top: 15px;
	text-transform: uppercase;
}

#carousel_productos li article {

	font-size: 24px;
	text-align: center;
	color: #949494;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

#carousel_productos li article p {
	margin: 0px;
}

#carousel_productos .boton {
	background: #FFF200;
	color: #EB2227;
	font-size: 14px;
	text-decoration: none;
	padding: 10px;
	padding-bottom: 10px;
	border: 1px transparent solid;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;

	text-align: center;
}

#carousel_productos .boton a {
	color: #FFFFFF;
	text-decoration: none;
}

#carousel_productos .boton:hover {
	background: transparent;
	border: 1px #EB2227 solid;
}

#carousel_productos .boton:hover a {
	color: #333333;
}

#carousel_productos .boton:hover {
	color: #333333;

}


footer h3 {
	color: #fefefe;
	font-family: 'Myriad Pro Regular';
	font-weight: 300;
	text-align: left;
	font-size: 22px;
}

footer article {
	color: #ffffff;
	font-family: 'Myriad Pro Regular';
	font-weight: 300;
	text-align: left;
	font-size: 12px;
	margin-top: 15px;
}

footer article p {
	margin-bottom: 0px;
	font-size: 14px;
}

.barra-derechos {
	background: #000000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ffffff;
}

footer h3 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 21px;
}

footer h3::before {
	content: "";
	position: absolute;
	border-bottom: 1px dashed #ffffff;
	width: 200px;
	bottom: 0;
}

.mapa {
	width: 100%;
	height: 300px;
	position: relative;
}

.mapa .caption {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 80px;
	z-index: 1;
}

.mapa .caption a {
	padding: 10px;
	border: 1px solid #ffffff;
	margin-top: 20px;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	cursor: pointer;
}

.mapa .caption a:hover {
	background: #FFFFFF;
	color: #333333;
}

#linea {
	margin-top: 35px;
}

h1 {
	font-size: 45px;
	font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #294099;
}

.separador {
	margin-bottom: 0px;
}

.lateral {
	text-align: left;
}

.lateral h2 {
	font-size: 15px;
	font-weight: 700;
}

.lateral h2 span {
	font-weight: 600;
	font-size: 19px !important;
	width: 100%;
	display: block;
}

.lateral div {
	font-size: 18px;
	border-top: 1px #ea69416b solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.productos .separador {
	margin-bottom: 40px;
}

.lateral div a {
	text-decoration: none;
	color: #333333;
	font-size: 18px;
	color: #234695;
	transition: 0.5s;
}

.lateral div a:hover {
	transition: 0.5s;

	color: #EB683A;
}

.buscador {
	background: url(/skins/page/images/lupa.png) no-repeat 230px center;
}


.franja-precio {
	background: #d8d9dd;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	padding-right: 5px;
}

.franja-precio .precio {

	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	margin-top: 5px;
	text-align: left;
	float: left;
	padding-left: 10px;
	font-size: 16px !important;
}

.franja-precio .preciosinsesion {

	display: inline-block;
	vertical-align: middle;

	margin-top: 5px;
	text-align: center;

}

.franja-precio .select {
	width: 60px;
	display: inline-block;
	vertical-align: top;
	/* padding-top: 5px; */
	height: 25px !important;
	margin-top: 3px;

}

.tituloproductos {
	background: #7ACC1F;
	color: #FFFFFF;
	font-size: 15px;
	padding: 5px;
	width: 100%;
	margin-bottom: 0px;
	display: table;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;

}

.tituloproductos:hover {
	background: #363636;

}

.tituloproductos:hover .imagen {
	background: #f3eef0;
}

.tituloproductos div {
	max-width: 100%;
	height: 64px;
	display: table-cell;
	vertical-align: middle;
}

header .fa-whatsapp {
	color: #FFFFFF;
	background: #075e54;
	font-size: 16px;
}

header .fa-facebook-f {
	color: #FFFFFF;
	background: #3b5998;
	font-size: 16px;
	display: inline-block;
	width: 31px;
	border-radius: 2em;
	text-align: center;
}

header .fa-twitter {
	color: #FFFFFF;
	background: #00acee;
	font-size: 16px;
}

header .fa-instagram {
	color: #FFFFFF;
	background: #C13584;
	font-size: 16px;
}

header .fa-youtube {
	color: #FFFFFF;
	background: #c4302b;
	font-size: 16px;
}

header .telefono i {
	color: #000000;
}

.botonera-resposive {
	position: fixed;
	background: #FFFFFF;
	color: #333333;
	width: 250px;
	height: 100%;
	overflow: auto;
	top: 0;
	right: 0;
	z-index: 999;
	display: none;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.item {
	list-style: none;
	color: #333333;

}

.item a {
	color: #333333;
	font-size: 17px;
	margin-left: 5px;
}

.btn-menu {
	text-align: right;
	display: block;
	padding: 5px;
	color: #EB2227 !important;

}

.btn-menu .fa-2x {
	font-size: 1.2em !important;
}

.email {

	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.redes {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.redes a {
	display: flex;
	align-items: center;
	margin-right: 15px;
	font-size: 17px;
}

.title-seccion {
	text-align: center;
	font-size: 37px;
	color: #EB2227;
	margin-top: 25px;

}

.redes i {
	padding: 0px;
	margin-right: 5px;
}

.header-normal i {
	line-height: normal;
}

.imagen {
	/*height: 150px;*/
	display: table;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.imagen:hover {
	background: #f3eef0;
}

.imagen div {
	height: 320px;
	display: table-cell;
	vertical-align: middle;
}

.imagen img {
	max-height: 400px;
}

#interna h3 {
	text-align: left;
	color: #EB2227;
}

#interna article {
	text-align: left;
	font-size: 14px;
	margin-top: 20px;
	color: #000000;
}

.cantidad-producto {
	color: #7ACC1F;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	font-family: 'Myriad Pro Regular';
}

.comprar {
	border: 1px #c0a375 solid;
	width: 200px;
	border-radius: 4px !important;
	padding: 5px;
	margin-top: 10px;
	cursor: pointer;
	height: 46px;
	padding-left: 15px;
}

.comprar label {
	font-weight: 100 !important;
	color: #7ACC1F;
	font-size: 14px !important;
	cursor: pointer;
	font-family: 'Myriad Pro Regular' !important;
}

.comprar img {
	margin-top: 0px !important;
	width: 35px;
}

.comprar a {
	font-family: 'Myriad Pro Regular' !important;
	font-weight: 100 !important;
	color: #7ACC1F;
	font-size: 14px !important;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	margin-top: 30px;
}

.popupinicio {
	font-family: 'Myriad Pro Regular' !important;
	font-size: 14px !important;
}

.cabecerapopup {
	color: #ffffff;
	font-family: 'Myriad Pro Regular';
	background: #7ACC1F;
	float: left;
	font-size: 16px;
}

.close {
	opacity: 1 !important;
}

.botton {
	background: #7ACC1F;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.popupinicio a {
	color: #7ACC1F;
	font-size: 16px;
}

.margen-carrito {
	display: inline-block;
	vertical-align: middle;
	padding-left: 12px;
}

.botoneraprimero {
	padding-left: 0px;
}

.infocarrito .cantidad {
	font-size: 18px;
	background: #7ACC1F;
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	margin-top: -5px;
	height: 42px;
	border-radius: 10em;
	margin-left: 10px;
}

.infocarrito .cantidad .texto-cantidad {
	color: #ffffff;
	margin-top: 8px;
	text-align: center;
}

.bordebajo {
	margin-bottom: 10px;
}

.imagencarrito {
	max-width: 100%;
	max-height: 80px;
}

.textocarrito {
	color: #333333;
	font-family: 'Myriad Pro Regular' !important;
	padding-left: 10px;
	padding-right: 10px;
	height: 80px;
	font-size: 12px;
}

.textocarrito div {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
}

.cantidad {
	width: 30px;
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.totalgeneral {
	font-family: 'Myriad Pro Regular';
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: 1px #ebb60e solid;
	color: #7ACC1F;
	font-size: 18px;
}

.totalgeneral .total {
	font-family: 'Myriad Pro Regular';
	font-size: 14px;
}

.titulolinea {
	font-family: 'Myriad Pro Regular' !important;

}

.botonagregar {
	border: none;
	font-family: 'Myriad Pro Regular';
	background: #7ACC1F;
	color: #FFFFFF;
	padding: 10px;
	margin-top: 20px;
	border-radius: 4px;
	text-decoration: none;
	margin-right: 15px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.tituloforma {
	font-family: 'Myriad Pro Regular';
	color: #7ACC1F;
	font-size: 22px;
	margin-bottom: 10px;
}

.formularioform {
	font-family: 'Myriad Pro Regular' !important;
}

.formularioform label {
	font-size: 16px;
	font-family: 'Myriad Pro Regular';
}

#notas {
	width: 99%;
	padding: 10px;
	border: 1px solid #ccc;
	height: 100px;
	resize: none;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.titulonotas {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px #cccccc solid;
	padding-top: 10px;
	font-family: 'Myriad Pro Regular';
	color: #7ACC1F;
	font-size: 22px;
}

#totalgeneral {
	color: #7ACC1F;
}

.descripcionpedido {
	font-family: 'Myriad Pro Regular' !important;
	font-size: 18px;
	margin-top: 40px;
	min-height: 300px;
}

.formadepago {
	font-family: 'Myriad Pro Regular' !important;
	font-size: 14px;
}

a:hover {
	text-decoration: none !important;
}

.botonagregar:hover {
	background: #000000;
	color: #FFFFFF;
}

.iconocarrito {
	width: 102px;
	/* height: 31px; */
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-top: -2px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	font-size: 14px;
	background: url(/skins/page/images/carrito3.png) no-repeat 70px center;
	padding-top: 12px;
	padding-bottom: 5px;
	color: #212529;
	border-radius: 5px;
	text-align: left;
	margin-top: -5px;
	cursor: pointer;
}

.iconocarrito:hover {
	/*background: url(/skins/page/images/carrito2.png) no-repeat;*/
	color: #bc9e6c;
}

.linea-carrito {
	border: 1px #bcbcbc solid;
	width: 1px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	margin-left: 5px;
	margin-right: 5px;
}

.precio {
	font-family: 'Myriad Pro Regular' !important;
	font-size: 20px;
}

.precio label {
	color: #EB2227;
	font-family: 'Myriad Pro Regular';
}

.titulos {
	margin-top: 50px;
}

.titulolinearespuesta {
	display: inline-block;
}

a.botones {
	font-size: 18px;
	font-size: 23px;
	color: #234695;
}

.fondo-contacto {
	/*background: url(/skins/page/images/fondo-rosa2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;*/

	padding-bottom: 60px;
}

.contacto {
	font-family: 'Myriad Pro Regular' !important;
}

.contacto textarea {
	resize: none;
}

.contacto button {
	background: #7ACC1F;
	color: #FFFFFF;
}

.boton_verde {
	background: #7ACC1F;
	color: #FFFFFF;
}

.contacto article {
	font-size: 14px;
	margin-top: 15px;
}

.contacto p {
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
}


.imagen-disenio-6 img {
	-webkit-box-shadow: -14px 9px 17px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -14px 9px 17px -1px rgba(0, 0, 0, 0.75);
	box-shadow: -14px 9px 17px -1px rgba(0, 0, 0, 0.75);
}

.disenio-personalizado {
	padding-top: 130px;
	padding-bottom: 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.columna-6 {
	display: inline-block;
	vertical-align: bottom;
	width: 49%;
	padding-left: 25px;
	padding-right: 10px;
}

.columna-6-3 {
	display: inline-block;
	vertical-align: bottom;
	width: 49%;
	padding-left: 25px;
	padding-right: 10px;
}

.columna-6-2 {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding-left: 10px;
	padding-right: 10px;
}

.botoneraresponsive {
	display: none;
}

.conresponsivecarrito {
	display: none;
}

.tienda-aloe {
	padding-bottom: 20px;
	background: #2C2C2C;
	border-top: 3px solid #7ACC1F;
}

.tienda-aloe h1 {
	color: #ffffff;
	position: relative;
	font-weight: 300;
}

.tienda-aloe h1::before {
	position: absolute;
	content: "";
	border-bottom: 1px dashed #7ACC1F;
	width: 200px;
	left: 50%;
	bottom: 0;
	margin-left: -100px;
}

.productos-aloe {
	background: rgb(255, 255, 255);
	padding-top: 40px;
}

@media (max-width:1024px) and (min-width:0px) {
	footer h3 {
		font-size: 18px;
	}

	.imagen {
		width: 100%;
	}

	.lateral img {
		display: none;
	}

	.franja-precio .precio {
		display: block;
		float: none;
		text-align: center;
	}
}

@media (max-width:768px) and (min-width:0px) {
	footer h3 {
		margin-top: 15px;
	}

	.header-telefonos-sinsesion {
		text-align: center;
	}

	header nav {
		text-align: center;
	}

	.header-redes nav ul {
		display: none;
	}

	.header-telefonos-sinsesion .fa-whatsapp {
		margin-top: -11px;
	}

	header .header-redes .red {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	#linea {
		margin-top: 45px;
	}

	.barra-derechos {
		font-size: 14px;
	}

	.botonerasinresponsive {
		display: none;
	}

	.botoneraresponsive {
		width: 260px;
		height: 100%;
		background: #ffffff;
		right: 0;
		position: fixed;
		z-index: 999;
		top: 0;
		overflow: auto;
		color: #FFFFFF;
		margin-top: 0;

	}

	.botoneraresponsive ul {
		padding: 0px;
	}

	header .header-content nav ul li {
		display: block;
		border-bottom: 1px #c0a375 solid;
	}

	.menu {
		display: block;
		text-align: left;
		color: #c89f69 !important;
		font-size: 24px;
	}

	header .header-content {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.contenedor-seccion .descripcion-seccion {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	header .header-content nav ul li a {
		color: #c0a375 !important;
	}

	.cerrar {
		background: #c89f69 !important;
		color: #ffffff;
		font-size: 18px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.columna-6-2 {
		display: block;
		width: 100%;
		padding: 0px;
	}

	.columna-6 {
		display: block;
		width: 100%;
		padding: 0px;
		margin-top: 30px;
	}

	.columna-6-3 {
		display: block;
		width: 100%;
		padding: 0px;
		margin-top: 30px;
	}
}

@media (max-width:736px) and (min-width:0px) {
	.lateral {
		margin-bottom: 20px;
	}

	.lateral img {
		display: inline-block;
	}
}

@media (max-width:375px) and (min-width:0px) {
	.conresponsivecarrito {
		display: block;

	}

	.fondo-imagen {
		height: 120px !important;
		margin-top: 0px !important;
	}

	.sinresponsivecarrito {
		display: none;
	}

	.imagencarrito {
		max-height: 164px;
	}

	.textocarrito {
		height: auto;
		font-family: 'Myriad Pro Regular' !important;
		font-size: 16px;
	}

	.textocarrito div {
		height: auto;
		margin-top: 15px;
		font-weight: bold;
		font-size: 22px;
	}

	.totalgeneral {
		font-size: 22px;
		font-family: 'Myriad Pro Regular' !important;
	}

	.carousel-control-next-icon,
	.carousel-control-prev-icon {
		margin-bottom: 0 !important;
	}

	.totalgeneral .total {
		font-family: 'Myriad Pro Regular' !important;
		font-size: 22px;
	}

	.titulolinea {
		font-family: 'Myriad Pro Regular' !important;
		font-size: 22px;
	}

	.infocarrito .cantidad {
		width: 32px;
		height: 32px;
		margin-top: -25px;
	}

	.infocarrito {
		text-align: right;
	}

	.infocarrito .cantidad .texto-cantidad {
		margin-top: 5px;
	}

	.margen-carrito img {
		margin-top: -25px;
	}

	header .header-content {
		padding-bottom: 0px;
	}

	.lateral h2 {
		text-align: center;
	}

	.lateral div {
		text-align: center;
	}

	.lateral img {
		margin-top: -10px;
	}

	.buscador {
		background: url(/skins/page/images/lupa.png) no-repeat 300px center;
	}

	footer h3 {
		text-align: center;
	}

	footer article {
		text-align: center;
	}
}

@media (max-width:900px) and (min-width:0px) {
	.caja-productoshome {
		margin-right: auto;
		margin-left: auto;
	}

	body {
		margin-top: 128px !important;
		width: 100% !important;
		overflow-x: hidden !important;
	}

	.fondo-imagen {
		height: 200px !important;
		margin-top: 0px !important;
	}

	.carousel-control-next-icon,
	.carousel-control-prev-icon {
		margin-top: 5rem !important;
	}

	.detalle-imagen-noticia img {
		width: 100% !important;
	}

	.botonera {
		text-align: center !important;
	}

	header .header-content ul li {
		text-align: center;
		width: auto !important;
		margin-left: 2px !important;
		min-width: auto !important;
	}

	.imagen-sello img {
		width: 120px !important;
	}

	.cont-carousel .right_scroll {
		right: 0px !important;
	}

	.cont-carousel .left_scroll {
		left: 0px !important;
	}
}

@media (max-width:1200px) and (min-width:900px) {
	.caja-productoshome {
		margin-right: auto;
		margin-left: auto;
	}

	body {
		margin-top: 128px !important;
	}

	.fondo-imagen {
		height: 300px !important;
		margin-top: 0% !important;
	}

	.carousel-control-next-icon,
	.carousel-control-prev-icon {
		margin-top: 5rem !important;
	}

	.detalle-imagen-noticia img {
		width: 100% !important;
	}

	.botonera {
		text-align: center !important;
	}

	header .header-content ul li {
		text-align: center;
		width: auto !important;
		margin-left: 2px !important;
		min-width: auto !important;
	}

	.imagen-sello img {
		width: 120px !important;
	}

	.cont-carousel .right_scroll {
		right: 0px !important;
	}

	.cont-carousel .left_scroll {
		left: 0px !important;
	}
}

@media (max-width:375px) and (min-width:0px) {
	.comprar {
		text-align: center;
	}
}

/**++++++++++++++++++++++ NOTICIAS +++++++++++++++++++++**/
@media (max-width:576px) and (min-width:0px) {
	footer img.metodos-pago {
		margin-left: 0px !important;
	}

	body {
		margin-top: 40px !important;
	}

	h1 {
		font-size: 40px;

	}

	.test-img {
		width: auto 100%;
	}

	.carousel-indicators {
		z-index: 5;
	}

	.text-test {
		text-align: left !important;
	}

	.email {
		padding: 0%;
	}

	.modal-dialog {
		max-width: 300px;
	}

	.cont-carousel .right_scroll {
		right: 0px !important;

	}

	.cont-carousel .left_scroll {
		left: 0px !important;

	}

	.fondo-imagen {
		background-size: contain;
		background-position: center;
	}

	.modal-open .modal {
		width: 85vw;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.modal-dialog {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.carousel-control-next-icon,
	.carousel-control-prev-icon {
		width: 20px !important;

	}

	#carousel_productos .boton {
		width: 250px;
	}

	.caja-productoshome {
		width: 100% !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center !important;
	}

	.btn-trabaja {
		padding-left: 6px !important;
	}

	.carousel_inner ul {
		padding-left: 0;
		list-style-type: none;
		padding-right: 0px;
	}

	.caja-productoshome {
		margin-right: auto;
		margin-left: auto;
	}

	.ajuste-publicidad {
		width: 100% !important;
	}

	.img-index {
		height: auto !important;
	}

	.btn-trabaja {
		margin-left: 15px;
	}

	header .header-content {
		margin-top: 0px;
	}

	.disenio-personalizado {
		padding-top: 35px;
	}

	.padding-contenedor {
		padding-top: 65px !important;
	}

	.lateral h2 {
		text-align: center;
	}

	.noticias img {
		padding-left: 0px !important;
	}

	.noticias-cel {
		margin-left: 20px;
	}

	.form-cel {
		margin-top: 20px;
	}

	.columna-6-2 {
		width: 100% !important;
	}

	.columna-6-3 {
		width: 100% !important;
	}

	.margen {
		margin: 0 !important;
		margin-top: 120px !important;

	}

	.margen .contenedor-seccion .imagen-disenio-5 img {
		width: 100% !important;
	}

	.caja-carrito .detalle-carrito {
		width: 280px !important;
	}

	.caja-carrito .btn-cerrar-carrito {
		right: 0px !important;
		z-index: 999 !important;
	}
}

.titulo-internas {
	padding: 50px;
}

.titulo-internas h2 {
	font-size: 49px;
	color: #FFFFFF;
}

.noticias img {
	margin-top: 20px;
	width: 77%;
	height: 214px;
	padding-left: 24px;
}

.cantidad-items {
	color: #EB2227;
	font-size: 14px;
	width: 20px;
}


.noticias .noticia {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.noticias .noticia .introduccion {
	padding-top: 10px;
	border-top: 1px solid #EEEEEE;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 13px;
}

.noticias .noticia .fondo-gris {
	background: #313131;
	padding: 10px;
}

.noticias .noticia .fondo-gris .fecha {
	color: rgb(194, 194, 194);
	padding-top: 5px;
	font-size: 13px;
}

.boton-noticia a {
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 7px;
	padding: 3px;
}

.noticias .titulo h4 {
	color: #FFFFFF;
	background: #7ACC1F;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: -20px;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 9;
	position: relative;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	font-size: 20px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.noticia .introduccion p {
	color: #000000;
	padding-bottom: 7px;
}

.padding-noticias {
	width: 85%;
}

.blog-redes {
	margin-top: 17px;
	margin-bottom: 50px;
}

/*++++++++++++++++ COMO COMPRAR +++++++++++++++++++*/

.como-comprar {
	margin-top: 100px;
	margin-bottom: 100px;
}

.como-comprar .imagen-comprar img {
	width: 100%;
}

.imagen-info {
	background: #7ACC1F;
	border-radius: 3rem;
}

.imagen-info img {
	padding: 6px;
}

.pasos .container-icon {
	margin-top: 20px;

}

/*++++++++++++++++ PROPIEDADES +++++++++++++++++++*/
.imagen-propiedad img {
	width: 87%;
}

.propiedad {
	margin-top: 40px;
	margin-bottom: 40px;
}

.propiedades h3 {
	position: relative;
	margin-top: 40px;
}

.propiedades h3::before {
	content: "";
	position: absolute;
	border-bottom: 2px dashed #356913;
	width: 150px;
	bottom: 0;
	left: 50%;
	margin-left: -75px;
}

.propiedades p {
	margin-top: 17px;
}

.padding-contenedor {
	padding-top: 50px;
}

.productos h1 {
	font-size: 32px;
	font-weight: 100;
}

#left_scroll {
	top: 959px;
	position: absolute;
	cursor: pointer;
	color: #34b8b8;
	left: 45px;
	margin-top: -32px;
	margin-right: 42px;
	font-size: 37px;
}

#right_scroll {
	top: 959px;
	right: 45px;
	position: absolute;
	cursor: pointer;
	color: #34b8b8;
	margin-top: -32px;
	margin-right: 14px;
	font-size: 37px;
}

.imagen-noticias {
	width: 103%;
	float: left;
	text-align: center;
}

.noticias {
	padding-top: 40px;
}

.boton-noticia {
	bottom: 0;
	height: 38px;
	line-height: 40px;
	background: #EB2227;
	border: 0;
	color: #fff;
	display: inline-block;
	padding: 0 25px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.contenido-noticia {
	height: 150px;
}

.fecha time,
.detalle-fecha-noticia time {
	color: #EB2227;
	font-size: 13px;
	font-family: 'Myriad Pro Regular';
}

.detalle-imagen-noticia img {
	margin-top: 45px;
	height: 444px;
	width: 74%;
}

.detalle-titulo-noticia {
	margin-top: 20px;
}

.descripcion-noticia {
	margin-top: 15px;
	margin-bottom: 30px;
}

.caja-productoshome h6 {
	font-size: 16px;
	font-size: 18px;
	color: #294099;
}

.caja-productoshome {
	width: 300px;
	text-align: justify;
	padding: 10px;
}

.caja-productoshome p {
	text-align: justify;
}

footer .terminos span a {
	margin-bottom: 0px;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
}

footer img.metodos-pago {
	min-width: 330px;
	margin-left: -50px;
	margin-top: -15px;
}


.nuestros-sellos {
	background: #ebebeb;
}

.imagen-sello img {
	max-width: 61%;
}

.descripcion-sello p {
	margin-top: 10px;
}

.imagen-contacto {
	height: 277px;
}

.testimonios {
	padding-bottom: 40px;
}

.testimonios .imagen-testimonio img {
	width: 60%;
}

.testimonios .nombre h2 {
	margin-top: 10px;
	color: #949494;
	font-weight: 700;
}

.precio-product {
	font-size: 24px;
	height: 30px;
	color: #676767;
}

.boton a i {
	font-size: 22px;
}

.compartir-noticia {
	margin-top: 10px;
}

.compartir-noticia a i {
	color: #2f2f2f;
	background: #f1f1f1;
	font-size: 16px;
	display: inline-block;
	padding: 7px;
	width: 31px;
	border-radius: 2em;
	text-align: center;
}

.compartir-noticia a i:hover {
	background: #EB2227;
	color: #FFFFFF;
}

.padding-contenedor-encontrarnos {
	padding-top: 87px;
	padding-bottom: 100px;
	background: url(../images/fondoencontrarnos.jpg) no-repeat right bottom #FFFFFF;
}

.ciudades {
	margin-top: 40px;
}

.ciudades h6 {
	background: #EB2227;
	font-weight: 700;
	font-size: 30px;
	color: #FFFFFF;
}

.caja-carrito {
	padding-top: 400px;
	display: none;
	width: 300px;
}

.caja-carrito .detalle-carrito {
	position: fixed;
	z-index: 77;
	right: 0;
	top: 0;
	width: 397px;
	height: 100%;
	overflow: auto;
	background: #FFFFFF;
	color: #000000;
	padding: 11px;
	font-size: 14px;

	-webkit-box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.7);
	box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.7);
}

.caja-carrito .btn-cerrar-carrito {
	position: fixed;
	z-index: 29;
	right: 395px;
	top: 0;
	background: #FFFFFF;
	color: #000000;
	cursor: pointer;
	width: 40px;
	padding: 10px;
	border-radius: 5px 0 0 5px;
	font-size: 28px;
	-webkit-box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.7);
	box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.7);
}

.titulo-product-carrito {
	font-size: 19px;
}

.inptt {
	padding-left: 0;
}

.item-carrito {
	padding-top: 17px;
	border-bottom: 1px solid #bebebe;
	padding-bottom: 17px;
}

.logo-alert {
	margin-top: 117px;
	margin-bottom: 20px;
}

.mensaje-alert {
	background: #EB2227;
	border-radius: 11px;
}

.mensaje-alert h3 {
	color: #FFFFFF;
}

.titulo-carrito {
	padding-top: 9px;
	border-bottom: 1px solid #bebebe;
	padding-bottom: 3px;
	text-align: center;
}

.pagar {
	margin-top: 30px;
}

.pagar a {
	background: #fff;
	text-decoration: none;
	color: #ffffff;
	font-size: 20px;
	border: 1px solid #EB2227;
	color: #EB2227;
	transition: all 500ms ease-in-out;
	border-radius: 5px;
	padding: 5px 20px;
}

.pagar a:hover {
	background: #EB2227;
	color: #FFFFFF;
}

.titulo-negocio {
	background: #ea6941;
	color: #FFFFFF;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
	border-radius: 2px;
	text-align: left;
	text-transform: uppercase;
}

.caja-pedido {
	background: #FFFFFF;
	border: 0px solid #CCCCCC;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 1px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	padding-bottom: 10px;
	padding-top: 10px;
}

.titulo-verde {
	margin: 0;
	color: #ea6941 !important;
	font-size: 16px;
	margin-bottom: 15px;
	font-family: 'Myriad Pro Regular';
	font-weight: 700;
	text-transform: uppercase;
}

.titulo-envio {
	bottom: 0;
	font-size: 19px;
	font-family: 'Myriad Pro Regular';
	font-weight: 400;
	color: #ea6941;
}

.titulo-total {
	margin: 0;
	color: #294099 !important;
	font-size: 24px;
	font-family: 'Myriad Pro Regular';
	font-weight: 700;
}

.titulo-sub {
	font-weight: 400;
	font-size: 19px;

	color: #ea6941 !important;

}

.titulo-tot {}

.detalle-carrito .caja-item {
	background: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1px;
	padding: 7px;
}

.btn-pagar {
	margin-top: 20px;
	background: #FFF;
	border: 2px solid #ea6941;
	font-size: 17px;
	padding: 6px 30px;
	color: #ea6941;
	border-radius: 8px;
	transition: all 300ms ease-in-out;
	font-weight: 700;
}

.btn-pagar:hover {
	background: #ea6941;
	color: #FFFFFF;
}


.logo {
	/* border-radius: 34px; */
}

.margen {
	margin: 50px;
	margin-top: 200px;
}


/******************************************/

.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 30px;
	height: 30px;

}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23EB2227' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23EB2227' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.check-terminos {
	margin-left: 0px !important;
}

.politica {
	margin-bottom: 0px;
}

.form-check {
	margin-bottom: 10px;
	padding-left: 0 !important;
}

.ajuste-publicidad {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.img-index {
	height: 500px;
	width: 100%;
	text-align: center;
	max-width: none;
}

.imagen img {
	max-width: none;
	max-height: none;
	height: 400px;
	width: 100%;

}

.carousel_inner ul li {
	vertical-align: 0%;

}

.productos-aloe .carousel_inner ul li {
	vertical-align: bottom;
}

.caja-productoshome h2 {
	padding-top: 20px;
	margin-bottom: 20px;
}

.email a {
	color: #000000 !important;
}

.testimonio {
	max-width: 100% !important;

	height: auto !important;
	width: auto !important;
}

.margen .contenedor-seccion .disenio-personalizado {
	padding-top: 0px !important;
}

.margen .contenedor-seccion .imagen-disenio-5 img {
	width: 70%;
	box-shadow: none !important;
}

.margen .contenedor-seccion .disenio-personalizado .columna-6-2 {
	width: 70%;
}

.margen .contenedor-seccion .disenio-personalizado .columna-6-3 {
	width: 28%;
}

.imagen-sello {
	display: flex;
	align-items: center;
	height: 126px;
}

.title-testimonios {
	display: flex;
	height: 6rem !important;
}


#carousel_productos .imagen-test img {
	max-width: 100%;
}

.imagen-test {
	/*height: 150px;*/
	width: 273px;
	height: 350px;
	display: block;
	overflow: hidden;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.imagen-test img {
	width: 100%;

}

.test-img ul li {
	vertical-align: top !important;
}

.test-img {
	width: 102%;
}

.cont-carousel {
	position: relative;
}

.cont-carousel .right_scroll {
	position: absolute;
	font-size: 15px;
	width: 35px;
	padding: 7px;
	top: 30%;
	right: -50px;
	color: #ffffff;
	text-align: center;

	cursor: pointer;
	background-color: #294099;
	z-index: 2;
}

.cont-carousel .left_scroll {
	position: absolute;
	font-size: 14px;
	width: 35px;
	padding: 7px;
	top: 30%;
	background-color: #294099;
	color: #ffffff;
	left: -50px;
	text-align: center;

	cursor: pointer;
	z-index: 2;
}

.title-test {
	text-align: center;
}

.flotantes {
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 19;
}

.producto-nuevo {
	background-color: #EB2227;
	width: 100%;
	height: 30px;
	display: flex;
	opacity: 0;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.caja-productos {
	justify-items: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
		gap: 10px;

}

.producto-name h6 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0px;
	width: 230px;

}

.precio-ant {

	font-size: 24px;
	color: #949494;
}

.precio-ant span {
	font-size: 16px;
}

.btn-disabled {
	opacity: 0.5;
}

.cont-carousel .caja-productoshome {
	width: 100%;
	text-align: justify;
	padding: 10px;
	min-height: auto;
	display: flex;
	justify-content: start;
	flex-direction: column;
}

.productos-aloe .carousel_inner ul li {
	vertical-align: bottom;
}

footer .derechos {
	background: #EB2227;
	font-family: 'Myriad Pro Regular';
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer .fondo-fucsia {
	background: #242753;
	padding-top: 20px;
	padding-bottom: 10px;
}

footer h3 {
	color: #FFFFFF;
	font-family: 'Myriad Pro Regular';
	position: relative;
	padding-bottom: 10px;
}

footer h3::before {
	position: absolute;
	content: "";
	width: 200px;
	bottom: 0;
	border-bottom: 1px solid #ffffff;
}

footer .fondo-fucsia p {
	color: #FFFFFF;
	font-family: 'Myriad Pro Regular';
}

footer .fondo-fucsia li {
	list-style: none;
	margin-left: -40px;
}

footer .fondo-fucsia li a {
	color: #FFFFFF;
	font-family: 'Myriad Pro Regular';
}

footer .redes-footer .red i {
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	width: 22px;
	height: 22px;
	font-size: 14px;
	text-align: center;
	border-radius: 5em;
}

footer .mapa {
	height: 250px;
}

.titulo-producto {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	max-width: 100%;

}

.titulo-producto h6 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0px;
	vertical-align: middle;
	width: 230px;
}

.valor {
	font-size: 18px;
}

.producto-name {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.caja-precios {
	height: 50px;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.title-productos {
	text-align: left;
	font-size: 25px;
	color: #294099;
}

@media (max-width: 375px) {
	.logos-footer {
		display: block;

	}

	body {
		margin-top: 28px !important;
	}

	.carousel-control-next-icon,
	.carousel-control-prev-icon {
		margin-top: 0px !important;
	}

	.productos-aloe {
		padding-top: 0px;
	}

	h2 {
		text-align: center;
	}
}

.ancla:before {
	display: block;
	content: " ";
	margin-top: -120px;
	height: 120px;
	visibility: hidden;
}

header i {
	background-color: transparent !important;
}

.header-normal .redes a {
	color: #ffffff;
}

.datos-producto {
	border: 2px solid #f3f3f3;
	border-top: none;
	padding: 15px 15px 5px 15px;
}

.compra-productos p {
	font-size: 16px;
	font-size: 15px;
	text-align: left;
	color: #294099;
	transition: color 0.3s ease;
}

.compra-productos p:hover {
	color: #ea6941;
}

.divider {
	color: #ea6941;

}

.compra-productos button {
	cursor: pointer;
	background-color: #ffffff;
	border: none;
	width: 100%;
}

/* .compra-productos .additemsolo p {
	text-align: right;
	border-left: 1px solid #294099;
} */

.compra-productos {
	border-top: 2px solid #f3f3f3;
	padding-top: 7px;
}

.banner2 {
	background-repeat: no-repeat;
	background-size: cover;
	height: 425px;
}

#navbar {
	position: fixed;
	top: 0;
	width: 100%;
	display: block;
	transition: top 0.3s;
}

.title-combos h1 {
	font-size: 32px;
	padding-left: 10px;
	font-weight: 100;
}

footer .logo {
	width: 150px;
	max-height: 88px;
	margin-top: 11px;
}

.logos-footer {
	display: block;
	justify-content: space-around;
}

.item .caja-productos a {
	margin-left: 0px !important;
}

.caja-productos .imagen {
	width: 100%;
}

.caja-productos .imagen:hover {
	background: transparent !important;
}

.caja-productos .imagen img {
	width: 100% !important;
	padding-left: 0px !important;
}

.detalle-producto h1 {
	font-size: 35px;
}

.btn-compra {
	margin-top: 17px;
	background: #fff !important;
	color: #294099 !important;
	border: 1px solid #294099 !important;
	width: 100%;
	font-size: 13px;
	padding: 12px 7px;

	transition: 0.3s ease;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: 10px;
}

.btn-compra {
	transition: 0.5s;
	color: #294099;
}

.btn-compra a {
	text-decoration: none;
	color: #294099;
	font-size: 13px
}

.btn-compra:hover {
	background: #294099 !important;
	color: #ffffff !important;
	border: 1px solid #ffffff;
}

.btn-compra:hover a {

	color: #ffffff !important;

}

.nosotros .fondo-imagen {
	height: 320px !important;
}


/*proporcion 1349 x 400*/

@media screen and (max-width:2560px) {
	.banner2 {
		height: 807px !important;
	}
}

@media screen and (max-width:1920px) {
	.banner2 {
		height: 605px !important;
	}
}

@media screen and (max-width:1680px) {
	.banner2 {
		height: 529px !important;
	}
}

@media screen and (max-width:1440px) {
	.banner2 {
		height: 454px !important;
	}
}

@media screen and (max-width:1366px) {
	.banner2 {
		height: 430px !important;
	}
}

@media screen and (max-width:1349px) {
	.banner2 {
		height: 425px !important;
	}
}

@media screen and (max-width:1280px) {
	.banner2 {
		height: 403px !important;
	}
}

@media screen and (max-width:1024px) {
	.banner2 {
		height: 323px !important;
	}
}

@media screen and (max-width:1000px) {
	.banner2 {
		height: 315px !important;
	}
}

@media screen and (max-width:900px) {
	.banner2 {
		height: 284px !important;
	}
}

@media screen and (max-width:800px) {
	.banner2 {
		height: 252px !important;
	}
}

@media screen and (max-width:700px) {
	.banner2 {
		height: 221px !important;
	}
}

@media screen and (max-width:600px) {
	.banner2 {
		height: 189px !important;
	}
}

@media screen and (max-width:500px) {
	.banner2 {
		height: 158px !important;
	}

	h3.rojo_respuesta {
		margin-top: 18%;
	}
}

@media screen and (max-width:480px) {
	.banner2 {
		height: 151px !important;
	}
}

@media screen and (max-width:320px) {
	.banner2 {
		height: 101px !important;
	}
}

#micarrito {
	position: fixed;
	z-index: 20;
}

.caja-pedido .col-lg-4 .ejemplo {
	color: #3d3d3d;
	font-weight: 300 !important;
	font-size: 13px !important;
}

.caja-pedido label {

	color: #777777;
}

.caja-pedido .col-lg-2 .ejemplo {
	color: #454545;
}

#totalpagar {
	font-size: 25px !important;
}

.total-carrito .col-sm-6 {
	font-size: 22px !important;

}

.caja-productos .btn-compra {
	margin-top: 0;
}
.caja-productos .caja-precios{
	height: auto;
}