
/* ----------
color verde: #28AF4A;
--------------------------------*/
/*300=LIGHT_400=REGULAR_500=MEDIUM_700=BOLD*/
body,
html {
  left: 0;
  top: 0;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}
body {
  background-color: #fff;
}
a {
  color: #2f2f2f;
  text-decoration: none;
  transition: ease .6s;
  -webkit-transition: ease .6s;
  -moz-transition: ease .6s;
  -o-transition: ease .6s;
  -ms-transition: ease .6s;
}
a:hover {
  text-decoration: none;
  color: #818181;
}
a:focus {
  outline: none;
  color: #999999;
  text-decoration: none;
}
iframe {
  border: none;
  width: 100%;
}
img { max-width: 100%; }
*:focus {
  outline: none;
}

p {
  font-family: 'Rubik', "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 300;
}
h2 {
  font-size: 1.7em;
  letter-spacing: 1.5px;
  font-family: 'Rubik', "Open Sans", sans-serif;
  font-weight: 500;
}
h3 {
  font-size: 1.3em;
  letter-spacing: 1.5px;
  font-family: 'Rubik', "Open Sans", sans-serif;
  font-weight: 500;
}
a { text-decoration: none !important;}

.nop {
  padding: 0 !important;
}
.blue {
  color: #00b0dc !important;
}
.black {
  color: 000;
}

/*----------------------------------------- 2) Preloader --------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  margin: -40px 0 0 -100px;
}
#status img {
  text-align: center;
  margin-top: -80px;
}

/*----------------------------------------- 3) Helper --------------------------------------------------*/
.no-pad {padding: 0 !important; margin: 0 !important;}
.pad-80 {padding-top: 80px;}
.mar-t-50{margin-top: 50px !important;}
.mar-tm-10{ margin-top: -10px;}

.white-col{
  background: #ffffff;
  padding: none;
}

/*---- span -----*/
.title-small span { position: relative;}
.title-small span:after {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 3px;
  background: #DEDEDE;
  width: 28px;
  left: 0;
}
.title-small-center span {position: relative;}
.title-small-center span:after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  height: 3px;
  background: #DEDEDE;
  width: 28px;
  left: 0;
}

/*----------------------------------------- 4) Header --------------------------------------------------*/
.header {
  width: 100%;
  z-index: 9999;
}
.for-sticky {
  position: fixed;
  z-index: -1;
  bottom: 0;
  width: 100%;
  height: 80px;
  opacity: 0.8;
  z-index: 1;
  top: 0;
  left: 0;
  border-bottom: 1px solid #f1f1f1;
  display: block;
  padding: 0px 15px 5px 15px;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.logo-nav {
  padding: 1px 0 15px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 110px;
	height: 100px;
  display: block;
}
.opacity-nav {
  opacity: 0.8;
  z-index: 2;
}

/*VIDEO*/
.o-promoOneMoviepicture {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-flow: row;
  /*margin: -50px 0px;*/
  }
  .o-promoOneMoviepicture{
  display:none;
  }
  .m-promoVideo__container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      flex-flow: row;
      justify-content: center;
      padding: 0px;
      position: relative;
  }
  .a-promoVideo__link, .a-promoVideo__link_BC{
  width: 100%;
  }
  .a-promoVideo__video {
      max-width: 100%;
      width: 100%;
  }
/*FIN VIDEO*/

/*----------- intro ----------*/
.introduction {
	margin-top: 80px;
}
.introduction_left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}
.introduction_left p {
  text-align: center;
}
.about {
  margin: 60px 0px;
}
.about h2 {
  text-align: center;
  color: #28AF4A;
}
.about p {
	font-family: 'Rubik', sans-serif;
	text-align: center;
  margin-top: 25px;

}
.aboutDesc {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 100px 0px 0px;
}

#about-text {
 font-family: 'Rubik', "Open Sans", sans-serif;
  text-align: center;
}
#about-text p{
	text-align: center;	
}
/*----------- beneficios ----------*/
.beneficios {
  margin: 100px 0px 60px 0px;
}
.beneficios_box {
  display: flex;
  flex-direction: column;
  height: 400px;
}
.beneficio_intro{
	display: flex;
    flex-direction: column;
    position: relative;
}
.beneficios h1 {
	font-size: 1.5em;
    letter-spacing: 1.5px;
	color: #28AF4A;
	text-align: center;
}
.beneficios h2{
	font-size: 1em;
	font-family: 'Rubik', sans-serif;
  text-align: center;
  letter-spacing: 0px;
}
.beneficios_blanco h3 {
  color: #28AF4A;
}
.beneficios p {
	font-family: 'Rubik', sans-serif;
  text-align: center;
  line-height: 1.2em;
  font-weight: 300;
  margin: 0;
}
.beneficios img {
	margin-bottom: 15px;
}

.beneficios_blanco, .beneficios_gris {
	display: flex;
	flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 40px 30px 40px;
}
.beneficios_gris {
	background-color: #F5F5F5;
}
/*----------- segmentos ----------*/
.segmentos {
	display: flex;
  flex-direction: row;
  margin: 60px 0px;
  flex-wrap: wrap;
}
.segmentos_child {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.segmentos p {
    font-size: 1.3em;
   font-family: 'Rubik', "Open Sans", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 2px 2px 3px #333;
    text-align: center;
}
.segmentos_copy {
	position: absolute;

  display: block;
}

/*marcas*/
.head-center{
  width: 100%;
  text-align: center;
  letter-spacing: 1.2px;
  font-family: 'Rubik', "Open Sans", sans-serif;
  color: #28AF4A;
  margin: 50px 0px 20px 0px;
}
.subhead-center {
  text-align: center;
  width: 75%;
}

/*PRODUCTOS*/

.mainProds {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: nowrap !important;
  margin: 10px 0px 50px 0px;
}

.mainProds h4 {
  font-family: 'Rubik', "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1em;
  color: #00b0dc;
  z-index: 5;
  padding: 25px 15px 0px 15px;
}
.mainProds p {
  font-family: 'Rubik', "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1em !important;
  line-height: 1.3em;
  color: #000;
  z-index: 5;
  padding: 10px 15px 0px 15px;
}

.buyBttn {
  font-family: 'Rubik', "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 0.7em;
  border: #28AF4A 1px solid;
  text-align: center;
  width: 100px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: 400ms;
  z-index: 1;
  opacity: 0;
  top: -20px;
  position: relative;
}

.g1 {background-color: #f6f6f6;}
.g2 {background-color: #f1f1f1;}

.figLeft {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
.figRight {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
.data {
  display: flex;
  flex-direction: column;
}
.mainFigure {
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.mainFigure:hover img {
  left: 0%;
  position: relative;
}

.mainFigure:hover .buyBttn {
  font-family: 'Rubik', "Open Sans", sans-serif;
  font-weight: 300;
  background-color: #28AF4A;
  color: white;
  text-decoration: none !important;
  opacity: 1;
  position: relative;
  top: 0px;
}


.mainFigure img {
  width: 100%;
  left: 50%;
  position: relative;
  transition: 700ms ease;
}
/*FINPRODCUTOS*/


/*FOOTER*/
.footer {
  background-color: #eaeaea;
  margin: 50px 0px 0px 0px;
  padding: 30px 70px;
}
.footerLeft {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerLeft img {
  width: 150px;
}
.footer p {
  font-family: 'Rubik', "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1em;
}
.footerCtr {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.footerCtr ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
}
.footerCtr ul li{
  margin: 7px 0px;
  font-size: 1em;
  }
.footerCtr ul li a{
  color: #333;
  transition: 400ms;
}
.footerCtr ul li a:hover{
  color: #2b2b2b;
}

.footerRgt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerRgt svg {
  margin: 0px 20px;
  transition: 400ms;
}
svg:hover {
  fill: #28AF4A;
}
/*ENDFOOTER*/

/*----------- aviso privacidad ----------*/
.warning {
  margin-top: 80px;
  padding: 25px;
}
.warning h3 {
  font-size: 1.5em;
  letter-spacing: 1.5px;
	color: #28AF4A;
	text-align: center;
}
/*----------- panel ----------*/
.content-wrap {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100%;
}
.content {
  position: absolute;
  width: 100%;
}
.content::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
  transition: opacity 0.4s, transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
/* Menu Button */
button:focus {
  outline: none;
}
.menu-button {
  width: 34px;
  height: 45px;
  position: fixed;
  right: 0;
  margin-top: 13px;
  margin-right: 35px;
  z-index: 1000;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
}
.menu-button span {
  display: block;
  position: absolute;
  height: 2px;
  margin-top: 20px;
  width: 100%;
  background: #2f2f2f;
  border-radius: 9px;
  opacity: 1;
  left: 0;
}
.menu-button span:nth-child(1) {top: 0px;}

.menu-button span:nth-child(2) {top: 10px;}

.menu-button span:nth-child(3) {top: 20px;}
.menu-button:hover {opacity: 0.6;}
/* Close Button */
.close-button {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent;
}
.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #bdc3c7;
}
.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Menu */
.menu-wrap {
  position: fixed;
  z-index: 1001;
  width: 300px;
  height: 100%;
  right: 0;
  float: right;
  background: #2f2f2f;
  padding: 2.5em 1.5em 0;
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.menu,
.menu-list {
  height: 100%;     
  overflow-x: auto;
}
.menu-list {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.menu-list a {
  display: block;
  padding: 1.5em 0;
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
  color: #a5a5a5;
  position: relative;
}
.menu-list a:hover, .menu-list a:active span {color: #ffffff;}
.menu-list,
.menu-list a {
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu a:nth-child(2) {
  -webkit-transform: translate3d(0, 1000px, 0);
  transform: translate3d(0, 1000px, 0);
}
.menu-list a:nth-child(3) {
  -webkit-transform: translate3d(0, 1500px, 0);
  transform: translate3d(0, 1500px, 0);
}
.menu-list a:nth-child(4) {
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
}
.menu-list a:nth-child(5) {
  -webkit-transform: translate3d(0, 2500px, 0);
  transform: translate3d(0, 2500px, 0);
}
.menu-list a:nth-child(6) {
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0);
}
.menu-list a span:nth-last-child(1){
  margin-bottom: 100px;
}
.menu-list a span {
  margin-left: 10px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  z-index: 2;
  position: absolute;
  margin-bottom: 20px;
  padding: 10px;
}
.menu-list a span:before{
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #ffffff;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  z-index: -1;
}
.menu-list a.active span{
  color: #ffffff !important;
}
.menu-list a.active span:before{
  width: 100%;
}

/* Shown menu */
.show-menu .menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list,
.show-menu .menu-list a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list a {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}
.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/*---------- g. contact -----------*/
.pannel-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#contact-us {
    padding: 50px 20px;
	background-color:#ffffff;
}

#contact-us .wrap {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#contact-us .wrap
{max-width:1200px;margin:0 auto;text-align:center;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#contact-us .wrap.affiliate .pannel-left {
	width:58%
}

#contact-us {
    padding: 50px 20px;
}
#contact-us h2 {
	font-size: 1.5em;
  letter-spacing: 1.5px;
  color: #28AF4A;
}
#contact {padding: 120px 0 200px 0;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}
#contact form {
  margin-top: 25px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#contact .slider-masks {
  background-color: rgba(129, 129, 129, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#contact .group {
  position: relative;
  margin-bottom: 65px;
}
#contact input,
#contact textarea {
  font-size: 13px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #2b2b2b;
  background: transparent;
  color: #969696;
  font-size: 13px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#contact input:focus,
#contact textarea:focus {
  outline: none;
  border-bottom: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#contact label {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
#contact input:focus ~ label,
#contact input:valid ~ label,
#contact textarea:focus ~ label,
#contact textarea:valid ~ label {
  top: -25px;
  font-size: 12px;
  color: #818181;
}
#contact .bar {
  position: relative;
  display: block;
  width: 100%;
}
#contact .bar:before,
#contact .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #818181;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
#contact .bar:before {
  left: 50%;
}
#contact .bar:after {
  right: 50%;
}
#contact input:focus ~ .bar:before,
#contact input:focus ~ .bar:after,
#contact textarea:focus ~ .bar:after,
#contact textarea:focus ~ .bar:before {
  width: 50%;
}
#contact .highlight {
  position: absolute;
  height: 60%;
  width: 100%;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
#contact input:focus ~ .highlight,
#contact textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
#contact input[type=submit] {
  border: 1px solid #2b2b2b !important;
  color: #2b2b2b;
  padding: 10px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
#contact input[type=submit]:hover {
  background: #2b2b2b;
  color: #ffffff;
}
/*Mobile view
*/
	
	
@media screen and (max-width: 991px){
  
  p {
    font-family: 'Rubik', "Open Sans", sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 300;
  }
  h2 {
    font-size: 1.7em;
    letter-spacing: 1.5px;
    font-family: 'Rubik', "Open Sans", sans-serif;
    font-weight: 500;
  }
  h3 {
    font-size: 1.3em;
    letter-spacing: 1.5px;
    font-family: 'Rubik', "Open Sans", sans-serif;
    font-weight: 500;
  }

  /*VIDEO*/
  video {
    max-width: 100%;
  }
.o-promoVideo { display: none;}
.m-promoVideo__container {
    flex-flow: column;
    padding: 0px 0px;
    position: relative;
}
/* .a-promoVideo__link:first-child {
    padding-right: 0px;}
.a-promoVideo__link:last-child {
    padding-left: 0px;}*/
.o-promoOneMoviepicture{
    display:block;
}	
  /*FIN VIDEO*/

	.menu-wrap{width: 220px;}
	.mouse-icon{bottom: 5px;}
	.introduction {
	margin-top: 120px;
  }
  .introduction_left img {
    display: none;
  }
  .beneficios {
    margin: -50px 0px 60px 0px;
  }

	.about img {
		display:none;
  }
  .about {
    margin: 40px 0px;
}
.about h2 {
  font-size: 1.3em;
    letter-spacing: 1.5px;
    font-family: 'Rubik', "Open Sans", sans-serif;
    font-weight: 500;
}
.about p {
	font-family: 'Rubik', sans-serif;
	text-align: center;
  margin-top: 25px;
}

/*------ header -----*/	
.for-sticky{ padding: 0; }
.logo-nav { margin-left: 0;}
.menu-button{margin-right: 15px;}
.ma-infinitypush-wrapper.ma-infinitypush-active-button.ma-infinitypush-button-right .ma-infinitypush-button{
  left: -65px;
}
.ma-infinitypush-wrapper{ width: 200px; }
.ma-infinitypush-wrapper	ul > li{
    width: 200px;
  }

  .beneficios_gris_mobile {
    position: absolute;
    background: transparent;
    bottom: 0;
    margin: 0;
    flex: 0;
  }

/*----- portfolio -----*/
.portfolio-image > li{
  width: 50%;
}
.head-center{
  font-size: 1em;
  text-align: center;
  line-height: normal;
  margin-right: 0;
}

/*---- blog -----*/
.grid-item {width: 50%;}

/*------- about -------*/
.bg-about{min-height: 520px;}
.wrap-about{
  min-height: 520px;
  padding-bottom: 10%;
  padding-left: 30px;
  padding-right: 30px;
}
.wrap-about	.head-quote{padding-top: 10%;}

.content-right{ margin-top: 20px; }

.aboutDesc {
  padding: 0px 15px;
}

	/*---- beneficios -----*/
	
	.beneficio_intro {
    display: flex;
    flex-direction: column;
    height: 335px;
}
	.beneficios_box {
    display: flex;
    flex-direction: row;
    height: auto;
    }
    .beneficios_blanco h3 {
      font-size: 1.3em;
        letter-spacing: 1.5px;
        font-family: 'Rubik', "Open Sans", sans-serif;
        font-weight: 500;
    }
  .beneficios h2 {
    font-size: 1.2em;
  }
	/*---- segmentos -----*/
	.segmentos {
	flex-direction: column;	
}
	.segmentos_box{
		display: flex;
    flex-direction: row;
  }
	.segmentos p {
    line-height: 1.2em;
    position: absolute;
    top: 40%;
  }
  .segmentos h3 {
    font-size: 1.3em;
      letter-spacing: 1.5px;
      font-family: 'Rubik', "Open Sans", sans-serif;
      font-weight: 500;
  }

  
  .beneficios_blanco, .beneficios_gris {
    padding: 20px 10px 30px 10px;
    justify-content: center;
    padding-top: 15px;
  }
/*productos*/
.subhead-center {
  width: 98%;
  margin-bottom: 60px;
}
.head-center {
  font-size: 1.3em;
  letter-spacing: 1.5px;
  font-family: 'Rubik', "Open Sans", sans-serif;
  font-weight: 500;
}
  .mainProds {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
}

.mainProds p {
    font-family: 'Rubik', "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 1.3em !important;

}

.mainFigure {
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.data {
    display: flex;
    flex-direction: column;
}

.mainProds h4 {
    font-size: 1.8em;
    letter-spacing: 0px;
    padding: 40px 5px 0px 5px;
}

.buyBttn {
    font-family: 'Rubik', "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 1em;
    border: #28AF4A 1px solid;
    text-align: center;
    width: 120px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: 400ms;
    z-index: 1;
    opacity: 1;
    top: 0px;
    position: relative;
    margin-top: 10px;
}
.mainFigure img {
    width: 65%;
    left: 0%;
    position: relative;
}
.figLeft {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 0px;
}
.figRight {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border-top-right-radius: 0px;

}
/*FINPRODUCTOS*/

label {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 1.4em;
}

/*FOOTER*/
.footer {
padding: 40px 50px;
}

.footerCtr {
margin: 15px 0px;
}
.footerCtr ul {
display: flex;
flex-direction: column;
align-items: center;
}
.footerCtr ul li{
margin: 7px 0px;
font-size: 1.3em;
}
.footerCtr ul li a:hover{
color: #000;
}
/*ENDFOOTER*/
}