/*CSS by AGRA*/


/*Colors*/
:root{
	--rojo: #d84a49;
	--blanco: #fff;
	--negro: #000;
	--azul: #464593;
	--gris: #4d4d4d;
}
/*End*/


/*Letter Colors*/
.l-blanca{
	color: #fff;
}

.l-negra{
	color: #000;
}

.l-roja{
	color: #d84a49;
}

.l-azul{
	color: #464593;
}

.l-gris{
	color: #4d4d4d;
}
/*End*/


/*Family Font*/
.teko{
	font-family: 'Teko', sans-serif !important;
}

.roboto{
	font-family: 'Roboto', sans-serif !important;
}
/*End*/


/*Fonts size*/
.f-14{
	font-size: 14px !important;
}
.f-15{
	font-size: 15px !important;
}
.f-16{
	font-size: 16px !important;
}
.f-17{
	font-size: 17px !important;
}
.f-18{
	font-size: 18px !important;
}
.f-19{
	font-size: 19px !important;
}
.f-22{
	font-size: 22px !important;
}
.f-25{
	font-size: 25px !important;
}
.f-25-icons{
	font-size: 25px;
}
.title-gallery{
	font-size: 27px;
}
.subtitle-gallery{
	font-size: 22px;
}
.txt-ingredientes{
	font-size: 23px;
}
.txt-promociones{
	font-size: 27px!important;
}
.title-contacto{
	font-size: 30px;
}
.txt-copyright{
	font-size: 25px;
}
/*End*/


/*Colors Hover*/
.h-rojo:hover{
	color: #d84a49;
}

.h-azul:hover{
	color: #464593;
}

.h-blanco:hover{
	color: #fff;
}

.circle-gris{
	background: transparent !important;
}

.circle-azul{
	background: #464593 !important;
}

.circle-negro{
	background: #000 !important;
}

.circle-rojo{
	background: #d84a49 !important;
}
.ct-iconBox.ct-iconBox--type1:hover .circle-gris{
	background: #4d4d4d !important;
	color: #fff;
}
.ct-iconBox.ct-iconBox--type1:hover .circle-azul{
	background: transparent !important;
	color: #464593;
}
.ct-iconBox.ct-iconBox--type1:hover .circle-negro{
	background: transparent !important;
	color: #000;
}
.ct-iconBox.ct-iconBox--type1:hover .circle-rojo{
	background: transparent !important;
	color: #d84a49;
}
/*End*/


/*font-weight*/
.w-300{
	font-weight: 300!important;
}

.w-400{
	font-weight: 400!important;
}

.w-500{
	font-weight: 500!important;
}

.w-600{
	font-weight: 600!important;
}

.w-700{
	font-weight: 700!important;
}

.w-800{
	font-weight: 800!important;
}

.w-900{
	font-weight: 900!important;
}


/*SEO display inline*/
.dis-inline{
	display: inline;
}
/*End*/


/*Btns*/
.btn-red{
	font-size: 23px;
    padding: 7px 18px 7px 18px;
}

.btn-white{
	font-size: 23px;
    padding: 7px 18px 7px 18px;
    border:1px solid #fff !important;
}

/*End*/


.lh-slide{
	line-height: 70px;
}

.lh-banner{
	line-height: 55px;
}

.padd-subtitle{
	padding-bottom: 27px; 
}

.txt-banner{
	font-size: 60px;
}

.title-section{
	font-size: 50px;
}

#section-contac{
	background: url('../../archivos/contacto/e-max-suplemento-alimenticio.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
	position: relative;
}

#section-contac:before{
	width: 100%;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.75);
}


/*Scroll bar*/
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: #d84a49;
}

::-webkit-scrollbar-track {
  background: #464593;
}
/**/


/*Animation*/
.shake-redes:hover {
  animation: shake 0.5s; 
  animation-iteration-count: infinite; 
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
/*End*/


body{
	font-family: 'Roboto', sans-serif !important;
}

#first-separation{
	background: url('../../archivos/banner/e-max-suplemento-alimenticio.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
}

#second-separation{
	background: url('../../archivos/banner/e-max-suplemento-alimenticio.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
}

.img-beneficios{
	position: absolute;
	right: 0;
	top: -120px;
	z-index: -1;
}

.p-no-margin{
	margin: 0;
}

.p-no-padding{
	padding: 0!important;
}

.ct-iconBox-icon{
	margin: 15px auto!important;
}

.justi-p{
	text-align: justify;
}

.flex-box-contact{
	display: flex;
	justify-content: center;
	align-items: center;
}

.center-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-center{
	display: flex;
	align-items: center;
	margin: 10px -15px;
}

.first-menu{
	border-bottom: 1px solid #d84a49;
	padding: 5px 0;
}

.header-contact{
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

.mr-5-header{
	margin-right: 5rem;
}

.icons-header{
	margin-right: 1rem;
}

.col-5{
	width: 20%;
	float: left;
}

.icons-beneficios{
	font-size: 60px;
}

.ct-iconBox.ct-iconBox--type1:hover .icons-beneficios{
	color: #fff;
}

.flex-ingredientes{
	display: flex;
	justify-content: center;
	align-items: center;
}

.number{
	font-size: 50px;
}

.left-footer{
	text-align: left;
}

.right-footer{
	text-align: right;
}

#copyright{
	padding: 50px 0;
}

#copyright:before{
    position: absolute;
	margin-top: -50px;
    width: 100%;
    left: 0;
    border-top: 1px solid #d84a49;
}

.redes-desktop{
	position: fixed;
	right: 0px;
	top: 40%;
	z-index: 99;
}

.redes-mobile{
	display: none;
}

.img-redes{
	width: 35px;
}

.separate-socials{
	padding: 10px;
}

.ct-list-decorated li:before{
	content: '\f10c';
	color: #d84a49;
	font-size: 6px;
	top: 19px;
	font-weight: 800;
}

.navbar-scrolled .navbar.navbar-light{
	background: #000;
}

.navbar-default .navbar-nav>li>a{
	font-size: 2.3rem;
}

.ct-preloader{
	background: #000;
}

.ct-list-decorated li{
	border-bottom: 1px solid #d84a49;
}

.ct-dividerSection .inner .ct-dividerSection--left{
	width: 80%;
}

.ct-dividerSection .inner .ct-dividerSection--right{
	width: 20%;
}

.navbar-default{
	font-family: 'Roboto', sans-serif !important;
}

.navbar-default.navbar-light .navbar-nav>li:hover a{
	border-bottom-color: #d84a49;
}

.ct-iconBox.ct-iconBox--type1 .ct-iconBox-icon{
	border: 1px solid #d84a49;
}

.ct-pageHeader.ct-pageHeader--type1 .ct-pageHeader-title, .ct-pageHeader.ct-pageHeader--type2 .ct-pageHeader-title{
	font-size: 8.6rem;
}

.ct-iconBox.ct-iconBox--type1:hover .ct-iconBox-icon{
	background: #d84a49;
}

.ct-divider-line--type2{
	background: #464593;
}

.ct-divider-line--type2:before, .ct-divider-line--type2:after, .ct-divider-line--type2 .ct-divider-line-inner{
	border: 2px solid #464593;
}

.ct-gallery .ct-gallery-item .ct-gallery-item-inner{
	background-color: rgba(0, 0, 0, .75);
}

.ct-address.ct-address--descendingMotive .ct-address-item:nth-child(1){
	background: #464593;
}

.ct-iconBox.ct-iconBox--type1.ct-iconBox--variant .ct-iconBox-description{
	color: #4d4d4d;
}

.ct-address.ct-address--descendingMotive .ct-address-item:nth-child(2){
	background: #d84a49;
}

.ct-address.ct-address--descendingMotive .ct-address-item:nth-child(3){
	background: #464593;
}

.ct-iconBox.ct-iconBox--type4 .ct-iconBox-icon {
    border: 1px solid #d84a49;
}

.ct-contactForm button[type="submit"]{
	background-color: #d84a49;
}

.ct-contactForm button[type="submit"]:hover{
	background-color: #d84a49;
}

.btn.btn-transparent.btn--white, .btn-transparent.btn--white.ct-cart__product-checkout, .btn-transparent.btn--white.ct-cart__product-clear{
	border: 1px solid #d84a49;
}

.btn.btn-transparent.btn--white:hover, .btn-transparent.btn--white.ct-cart__product-checkout:hover, .btn-transparent.btn--white.ct-cart__product-clear:hover, .btn.btn-transparent.btn--white:focus, .btn-transparent.btn--white.ct-cart__product-checkout:focus, .btn-transparent.btn--white.ct-cart__product-clear:focus{
	color: #d84a49;
}

.ct-iconBox.ct-iconBox--type4:hover .ct-iconBox-icon{
	background-color: #d84a49;
}

.ct-contactForm .form-control, .ct-contactForm .selectize-input{
	border: 2px solid #fff;
}

body.ct-menu-effect .ct-menu-mobile+.navbar-beacon{
	top: 45px;
}

.ct-light-gallery .lg-actions .lg-prev:before{
	content: "Anterior";
}

.ct-light-gallery .lg-actions .lg-next:after{
	content: "Siguiente";
}

.ct-contactForm .btn-enviar{
	background: #d84a49;
    position: absolute;
    top: 50%;
    right: 11px;
    color: #fff;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*Responsive by AGRA*/

@media screen and (max-width: 720px){
	.left-footer{text-align: center;}
	.right-footer{text-align: center;}
	.ct-dividerSection .inner .ct-dividerSection--left{width: 100%;}
	.ct-dividerSection .inner .ct-dividerSection--right{width: 100%;}
	.number{font-size: 35px;}
	.txt-banner{font-size: 29px;}
	.lh-banner{line-height: 33px;}
	.center-slide{display: block; margin-top: 30px;}
	.ct-pageHeader.ct-pageHeader--type1 .ct-pageHeader-title, .ct-pageHeader.ct-pageHeader--type2 .ct-pageHeader-title{font-size:5.6rem;}
	.lh-slide{line-height: 45px;}
	.flex-ingredientes{display: block;}
	.icons-beneficios{font-size: 35px;}
	#beneficios{background: rgba(0,0,0,0.05);}
	.img-beneficios{top: 0; display: none;}
	.col-5{width: 100%;}
	.flex-box-contact{justify-content: flex-start;}
	.fa.fa-bars{font-size: 25px;}
	.logo-mobile{width: 55%; margin-left: 0!important;}
	.navbar-nav {margin: 2.5px -15px;}
	.redes-desktop{display: none;}
	.redes-mobile{display: flex; position: fixed; z-index: 99; bottom: 0; width: 100%; background: #fff;}
	.separate-socials{width: 33.333%; text-align: center;}
	#copyright{padding: 50px 0 90px;}
	.ct-contactForm button{position: relative; right: 0; -moz-transform: translateY(50%); -o-transform: translateY(50%); -ms-transform: translateY(50%); -webkit-transform: translateY(50%); transform: translateY(50%);}
}