
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');



img {
	/*width: 100%;*/
	height: auto;
}
section {
	display: block;
}
a:hover {
	cursor: pointer;
}
img {
	-ms-interpolation-mode: bicubic;
}
ol, ul {
	list-style: none;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
a {
	text-decoration: none;
	line-height: inherit;
}
a img {
	border: none;
}
textarea {
	height: 268px;
}



h1, h2, h3, h4 {
	text-rendering: optimizeLegibility;
	font-family: 'Montserrat';
	font-style: normal;
}

h1 {
	font-size: 34px;
	line-height: 38px;
	color: #404041;
	padding-bottom: 16px;
	padding-top: 24px;
	text-align: center;
	

}
h2 {
	font-size: 30px;
	line-height: 34px;
	color: #878787;
	padding-bottom: 16px;
	padding-top:16px;
	text-align:center;
	letter-spacing: -2px;
}
h3 {
	font-size: 26px;
	line-height: 24px;
	color: #3a9338;
	padding-bottom: 0px;
	padding-top:16px;
	letter-spacing: -1px;
}
h4 {
	font-size: 18px;
	line-height: 24px;
	color: #565656;
	padding-bottom: 0px;
	padding-top:16px;
	letter-spacing: -1px;
	font-weight: 500
}
p {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size:16px;
	color:#464646;
	line-height: 20px;
}

section {
	padding-bottom: 60px;
	padding-top: 120px;

}

header {
	height: 138px;
	width:100%;
	top: 0;
	position: fixed;
	z-index:99
} 
header .top {
	height:32px;
	width:100%;
	background-color:#3a9338;
}
header .top .bot-call {
	font-family: 'Montserrat';
	font-weight: 500;
	height: 32px;
	width: 174px;
	float: left;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 36px;
	font-size: 14px;
	background-image: url(../img/bot-call-icon.png);
	background-repeat: no-repeat;
	margin-right: 2px;
	-webkit-transition: background-color 0.5s ease-out; /* Safari */
	transition: background-color 0.5s ease-out;
	background-position: 12px 8px;
	background-size: 18px 18px;	
}
header .top .bot-call:hover {
	background-color: #9E9E9E;
	
}
header .top .bot-chat {
	font-family: 'Montserrat';
	font-weight: 500;
	height: 32px;
	width: 216px;
	float: left;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 36px;
	font-size: 14px;
	background-image: url(../img/bot-mail-icon.png);
	background-repeat: no-repeat;
	margin-right: 18px;
	-webkit-transition: background-color 0.5s ease-out; /* Safari */
	transition: background-color 0.5s ease-out;
	 background-size: 18px 18px;
    background-position: 10px 7px;
}
header .top .bot-chat:hover {
	background-color: #9E9E9E;
}

header .top .sub-info {
	font-family: 'Montserrat';
	font-weight: 500;
	float:right;
	font-size: 14px;
	color: #fff;
	padding-top: 8px
}
header .top .sub-info a {
	color: #fff
}

header .main {
	height:106px;
	width:100%;
	background-color:#fff
}
header .main .logo {
	height:61px;
	width:262px;
	float:left;
	margin-top: 22px;
}
header .main nav{
	float:right;
	margin-top: 38px;
}
header .main nav ul li {
	display: inline-block;
} 
header .main nav ul .sep {
	padding-right: 1px;
    padding-left: 4px;
}
header .main nav ul li a {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size:16px;
	color:#777777;
	text-decoration:none;
	-webkit-transition: color 0.5s ease-out; /* Safari */
    transition: color 0.5s ease-out;
}
header .main nav ul li a:hover {
	color:#7cc242;
} 
header .main nav ul li a.current {
	color:#7cc242;
}  


#slider {
	margin-top:138px;
	height: auto;
	background-image:none;
	padding-top: 0 !important
	}

#razones {
    background : -moz-linear-gradient(50.33% 134.3% 90deg,rgba(229, 130, 30, 1) 0%,rgba(255, 255, 255, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(229, 130, 30, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-gradient(linear,50.33% 134.3% ,50.33% -32.36% ,color-stop(0,rgba(229, 130, 30, 1) ),color-stop(1,rgba(255, 255, 255, 1) ));
  background : -o-linear-gradient(90deg, rgba(229, 130, 30, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(229, 130, 30, 1) 0%, rgba(255, 255, 255, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5821E', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(229, 130, 30, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#E5821E' , GradientType=0);;
}

#razones h1 {
	border-bottom: 2px solid #ce0505;
	width: 560px;
    margin: auto;
	margin-bottom: 50px;
}

#razones .razon1, #razones .razon2, #razones .razon3, #razones .razon4, #razones .razon5, #razones .razon6, #razones .razon7, #razones .razon8, #razones .razon9, #razones .razon10  {
	font-family: 'Montserrat';
	font-weight: 400;
	color:#3e3e3e;
	background-repeat: no-repeat;
	padding-left: 60px;
	display: block;
	font-size: 22px;
	margin-bottom: 40px;
}
#razones .razon1 {
	background-image: url(../img/razon1.png);
}
#razones .razon2 {
	background-image: url(../img/razon2.png);
}
#razones .razon3 {
	background-image: url(../img/razon3.png);
}
#razones .razon4 {
	background-image: url(../img/razon4.png);
}
#razones .razon5 {
	background-image: url(../img/razon5.png);
}
#razones .razon6 {
	background-image: url(../img/razon6.png);
}
#razones .razon7 {
	background-image: url(../img/razon7.png);
}
#razones .razon8 {
	background-image: url(../img/razon8.png);
}
#razones .razon9 {
	background-image: url(../img/razon9.png);
}
#razones .razon10 {
	background-image: url(../img/razon10.png);
}

#razones .razon2.dos, #razones .razon3.tres, #razones .razon4.cuatro, #razones .razon5.cinco, #razones .razon6.seis, #razones .razon8.ocho, #razones .razon10.diez   {
    padding-top: 9px;
    height: 51px;
}

#razones .texto-razon1,#razones .texto-razon2, #razones .texto-razon3, #razones .texto-razon4, #razones .texto-razon5, #razones .texto-razon6, #razones .texto-razon7, #razones .texto-razon8, #razones .texto-razon9, #razones .texto-razon10    {
	margin-bottom: 80px;
	margin-top: -25px;
	display: none
}

#razones  .car-1 {
	background-image: url(../img/caract-ico-1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 24px;
	padding-left: 30px;
}
#razones  .car-2 {
	background-image: url(../img/caract-ico-2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 24px;
	padding-left: 30px;
}
#razones  .car-3 {
	background-image: url(../img/caract-ico-3.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 24px;
	padding-left: 30px;
}
#razones  .car-4 {
	background-image: url(../img/caract-ico-4.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 24px 24px;
	padding-left: 30px;
}
#razones  .car-5 {
	background-image: url(../img/caract-ico-5.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 24px;
	padding-left: 30px;
}


#saludables {
	
  background : -moz-linear-gradient(50% 5.41% -90deg,rgba(37, 147, 62, 1) 0.49%,rgba(193, 211, 115, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(37, 147, 62, 1) 0.49%, rgba(193, 211, 115, 1) 100%);
  background : -webkit-gradient(linear,50% 5.41% ,50% 100% ,color-stop(0.0049,rgba(37, 147, 62, 1) ),color-stop(1,rgba(193, 211, 115, 1) ));
  background : -o-linear-gradient(-90deg, rgba(37, 147, 62, 1) 0.49%, rgba(193, 211, 115, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(37, 147, 62, 1) 0.49%, rgba(193, 211, 115, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#25933E', endColorstr='#C1D373' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(37, 147, 62, 1) 0.49%, rgba(193, 211, 115, 1) 100%);
  opacity : 0.8;
  filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity=80) progid:DXImageTransform.Microsoft.gradient(startColorstr='#25933E',endColorstr='#C1D373' , GradientType=0);
}

#saludables h1 {
    color: #ffffff !important;
}

#saludables .texto {
    border-top: 2px solid;
    color: #fff;
    padding-top: 20px;
}

#saludables .texto p {
    color: #ffffff !important;
}

#saludables .caja-beneficio {
  background : #FFFFFF;
  background : rgba(255, 255, 255, 1);
  border-radius : 12px;
  -moz-border-radius : 12px;
  -webkit-border-radius : 12px;
  float: left;
  width: 100%;
  
}


#saludables .caja-beneficio .tit-beneficios {
	font-size: 40px;
	color: #3764a5;
	text-align: left;
	line-height: 30px;
	background-image: url(../img/ico-benef-empresa.png);
	background-repeat: no-repeat;
	background-position: 20px 22px;
	padding-left: 100px;
	border-bottom: 1px solid #3764a5;
	cursor: pointer
}

#saludables .caja-beneficio .tit-beneficios2 {
	font-size: 40px;
	color: #d38e16	;
	text-align: left;
	line-height: 30px;
	background-image: url(../img/ico-benef-empresa2.png);
	background-repeat: no-repeat;
	background-position: 20px 22px;
	padding-left: 100px;
	border-bottom: 1px solid #d38e16;
	cursor: pointer
}

#saludables .caja-beneficio .tit-beneficios span, #saludables .caja-beneficio .tit-beneficios2 span {
  font-size: 20px;
  font-weight: 500;
}

#saludables .caja-beneficio .beneficios, #saludables .caja-beneficio .beneficios2 {
   padding-left: 20px;
   padding-right: 20px;
   display: none
}

#saludables .caja-beneficio .bot-ver-beneficios, #saludables .caja-beneficio .bot-ver-beneficios2 {
  text-align: center;
  display: block;
  font-family: 'Montserrat';
  font-weight: 400;  
  margin-top: 15px;
  margin-bottom: 15px;
  color: #808080;
}

#saludables .link-interes {
  color: #fff !important;
  margin-top: 20px;
}
#saludables .link-interes ul li a {
  color: #fff;

}

#empeza h1 {
    border-bottom: 2px solid #ce0505;
    width: 376px;
    margin: auto;
    margin-bottom: 50px;
}

#empeza .pasos {
    text-align: center
}

#faq {
	background-color: #f2f2f2
}
#faq h1 {
    border-bottom: 2px solid #ce0505;
    width: 516px;
    margin: auto;
    margin-bottom: 50px;
}
#faq .tit-faq1 {
    text-align: left !important;
	font-weight: 500;
	color:#3a9338
}
#faq .faq1, #faq .faq2, #faq .faq3, #faq .faq4, #faq .faq5, #faq .faq6, #faq .faq7 {
    font-family: 'Montserrat';
	background-color: #3a9338;
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: 300;
	padding: 10px;
	margin-bottom: 5px;
}
#faq .faq8, #faq .faq9, #faq .faq10, #faq .faq11, #faq .faq12, #faq .faq13  {
    font-family: 'Montserrat';
	background-color: #ba8824;
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: 300;
	padding: 10px;
	margin-bottom: 5px;
}
  #faq .faq14, #faq .faq15, #faq .faq16, #faq .faq17  {
    font-family: 'Montserrat';
	background-color: #256599;
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: 300;
	padding: 10px;
	margin-bottom: 5px;
}

#faq .texto-faq1, #faq .texto-faq2, #faq .texto-faq3, #faq .texto-faq4, #faq .texto-faq5, #faq .texto-faq6, #faq .texto-faq7, #faq .texto-faq8, #faq .texto-faq9, #faq .texto-faq10, #faq .texto-faq11, #faq .texto-faq12, #faq .texto-faq13, #faq .texto-faq14, #faq .texto-faq15, #faq .texto-faq16, #faq .texto-faq17  {
	padding: 10px;
	display: none
}

#faq .tit-faq2 {
    text-align: left !important;
	font-weight: 500;
	color:#ba8824
}

#faq .tit-faq3 {
    text-align: left !important;
	font-weight: 500;
	color:#256599
}

#clientes h1 {
    border-bottom: 2px solid #ce0505;
    width: 320px;
    margin: auto;
    margin-bottom: 50px;
}

#nosotros, #rse  {
	padding-top: 180px;
    
}

#nosotros h1, #rse h1 {
    border-bottom: 2px solid #ce0505;
    width: 480px;
    margin: auto;
    margin-bottom: 50px;
}

#nosotros h3 {
    font-size: 20px
}

#rse ul {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	color: #464646;
	line-height: 20px;
	list-style-type: disc;
}

#rse ul li {
	line-height: 24px
	
}
#rse .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#rse .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}








footer {
	width:100%;
	display: block;
	background-color: #404041;
	padding-top: 20px;
    padding-bottom: 20px;
}

footer .logo {
	margin: auto;
    display: block;
    width: 180px;
}





@media only screen and (max-width: 640px) and (orientation: landscape) {
  #razones .razon1, #razones .razon7, #razones .razon9 {
    padding-bottom: 18px !important;
    padding-top: 14px !important;
}
 #razones .razon2.dos, #razones .razon3.tres, #razones .razon4.cuatro, #razones .razon5.cinco, #razones .razon6.seis, #razones .razon8.ocho, #razones .razon10.diez {
    padding-top: 14px;
    height: 51px;
}
}



/* Custom Styles for medium screens */
@media only screen and (max-width: 1024px) {
p {
	font-size:13px;
	line-height: 17px;
}
h1 {
	font-size: 30px;
    }
h2 {
	font-size: 26px;
}
h3 {
	font-size: 21px;
	letter-spacing: -0.5px;
}

.close-button {
	width: 17px;
	height: 17px;
	background-image: url(../img/close-but-offcanvas.png);
}
.off-menu { 
    font-family: 'Montserrat';
    font-size: 14px;
	margin-top: 45px;
}
.off-menu li  {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-top: 7px;
	padding-bottom: 7px;
}
.off-menu li a { 
    color: #fff;
}
.off-call-button {
	font-family: 'Montserrat';
	font-size:18px;
	width: 180px;
    height: 30px;
    color: #fff;
    background-color: rgba(255,255,255,0.15);
    background-image: url(../img/bot-call-icon-2x.png);
    background-repeat: no-repeat;
    background-size: 21px auto;
    background-position: 12px center;
    float: left;
    margin-left: 20px;
    padding-top: 5px;
    padding-left: 40px;
	margin-top: 10px;
}



.mobile-header {
	height:144px;
	width:100%;
	background-color:#FFF
}   
.mobile-header .top-tablet {
	height:32px;
	width:100%;
	background-color:rgba(229,229,229,1.00);
}
.mobile-header .top-tablet .bot-call {
	font-family: 'GBold', Arial, serif;
	height: 32px;
	width: 144px;
	background-color: #d0d0d0;
	float: left;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 36px;
	font-size: 16px;
	background-image: url(../img/bot-call-icon.png);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	background-size: 15px 15px;	
	margin-right: 18px;	
}
.mobile-header .top-tablet .bot-chat {
	font-family: 'GBold', Arial, serif;
	height: 32px;
	width: 158px;
	background-color: #d0d0d0;
	float: left;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 36px;
	font-size: 14px;
	background-image: url(../img/bot-chat-icon.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 12px 9px;
}
.mobile-header .top-tablet .bot-adquirilo {
    font-family: 'GBold', Arial, serif; 
	height: 32px;
	width: 190px;
	background-color: #7cc242;
	float: right;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 36px;
	font-size: 14px;
	background-image: url(../img/bot-online-icon.png);
	background-repeat: no-repeat;
	background-position: 12px 7px;
	background-size: 17px 17px;
}
.mobile-header .top-phone {
	height:36px;
	width:100%;
	background-color:#3a9338;
	position: fixed;
    z-index: 999;
}
.mobile-header .top-phone .bot-call {
	height: 36px;
	width: 38px;
	background-color: #7cc242;
	float: left;
	background-image: url(../img/bot-call-icon.png);
	background-repeat: no-repeat;
	background-position: 9px 8px;
    background-size: 20px 20px;
	margin-right:18px;	
}
.mobile-header .top-phone .bot-chat {
	height: 32px;
	width: 38px;
	background-color: #d0d0d0;
	float: left;
	background-image: url(../img/bot-chat-icon.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
    background-size: 20px 20px;
}
.mobile-header .top-phone .bot-adquirilo {
	height: 36px;
	width: 38px;
	background-color: #7cc242;
	float: right;
	background-image: url(../img/bot-mail-icon.png);
	background-repeat: no-repeat;
	background-position: 8px 7px;
    background-size: 22px 22px;
}
.mobile-header .logo-mobile {
	height: auto;
	width: 250px;
	margin: auto;
	margin-top: -48px;
}

#slider {
	margin-top:0px;
	}

#razones .razon1, #razones .razon7, #razones .razon9  {
    padding-bottom: 13px;
    padding-top: 10px;
}
	
#razones .texto-razon1,#razones .texto-razon2, #razones .texto-razon3, #razones .texto-razon4, #razones .texto-razon5, #razones .texto-razon6, #razones .texto-razon7, #razones .texto-razon8, #razones .texto-razon9, #razones .texto-razon10    {
	margin-top: -15px;
}
	
#saludables .caja-beneficio {
    margin-bottom: 15px;
}
	
#empeza .pasos {
    margin-bottom: 20px
}	
#faq .faq1, #faq .faq2, #faq .faq3, #faq .faq4, #faq .faq5, #faq .faq6, #faq .faq7, #faq .faq8, #faq .faq9, #faq .faq10, #faq .faq11, #faq .faq12, #faq .faq13, #faq .faq14  {
    font-size: 16px;
}	


#nosotros, #rse  {
	padding-top: 10px;
    
}
	
#rse ul {
	font-size: 13px;
	line-height: 18px;
}
#rse ul li {
	line-height: 20px
	
}

	
	
}



@media only screen and (max-width: 640px) {
	
div#cboxTopCenter {
    width: 310px !important ;
}
div#cboxMiddleRight {
    height: 600px !important;
}	
div#cboxMiddleLeft {
    height: 600px !important;
}
div#cboxBottomCenter {
    width: 310px !important;
}
div#cboxWrapper {
    height: 630px !important;
}
div#colorbox {
	height: 635px !important;
	width: 350px !important;
}
div#cboxContent {
    height: 600px !important;
	width: 310px !important;
}
div#cboxLoadedContent {
    height: 568px !important;
	width: 310px !important;
}	
.bx-wrapper .bx-pager {
    display: none;
   }

.bx-controls-direction {
    display:none;
}	
	
p {
	font-size:13px;
	line-height: 18px;
}
h1 {
	font-size: 22px;
	letter-spacing: -0.5px;
	padding-bottom: 0px;
    padding-top: 20px;
	line-height: 28px;
    }
h2 {
	font-size: 20px;
	line-height: 22px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
}
h4 {
	font-size: 16px;
}


.mobile-header {
	height:115px;
} 
.menu-icon.dark {
    margin-top: 62px;
}  
.mobile-header .logo-mobile {
	height: auto;
	width: 174px;
	margin: auto;
	margin-top: -42px;
}

#slider {
	padding-bottom: 14px;
	}

#razones h1 {
    width: 340px;
}
	
#razones .razon1, #razones .razon2, #razones .razon3, #razones .razon4, #razones .razon5, #razones .razon6, #razones .razon7, #razones .razon8, #razones .razon9, #razones .razon10  {
	display: block;
	font-size: 18px;
	margin-bottom: 25px;
}	
#razones .razon1, #razones .razon7, #razones .razon9 {
    padding-bottom: 5px;
    padding-top: 5px;
}


#saludables .caja-beneficio .tit-beneficios, #saludables .caja-beneficio .tit-beneficios2 {
	letter-spacing: -2px;
	font-size: 30px;
	line-height: 24px;
	background-size: 54px;
}	
	
#saludables .caja-beneficio .tit-beneficios span, #saludables .caja-beneficio .tit-beneficios2 span {
    font-size: 15px;
    letter-spacing: -1px;
}

#saludables .caja-beneficio .bot-ver-beneficios, #saludables .caja-beneficio .bot-ver-beneficios2 {
    font-size: 14px;
}
	
#empeza h1 {
    width: 340px;
}
#faq h1 {
    width: 338px;
}		

#nosotros h1, #rse h1 {
    width: 300px;
}	
	
}

@media only screen and (max-width: 414px) {
div#colorbox {
    left: 8% !important;
}
}

@media only screen and (max-width: 375px) {
div#colorbox {
    left: 4% !important;
}
}


@media only screen and (max-width: 375px) {
div#colorbox {
    left: 3% !important;
}
}


@media only screen and (max-width: 360px) {
div#colorbox {
    left: 1% !important;
}
}
@media only screen and (max-width: 320px) {
	#razones h1 {
    width: 290px;
}
	#empeza h1 {
    width: 290px;
}
	#faq h1 {
    width: 290px;
}
	#razones .razon1, #razones .razon2, #razones .razon3, #razones .razon4, #razones .razon5, #razones .razon6, #razones .razon7, #razones .razon8, #razones .razon9, #razones .razon10 {
    font-size: 16px;
}
}