@charset "utf-8";
/* CSS Document */
body{margin:0;padding:0;background-color: #e2e2e2 !important;}

#header{margin:0;padding:0;background: #000;width: 100%;position: relative;z-index: 9;}
header{position: fixed;top: 0;transition: top 0.2s ease-in-out;width: 100%;z-index: 9;}
.nav-up {top: -275px;}
.contentHeader{margin: 0 auto;padding: 0 20px;width: 100%;max-width: 1250px;min-width: 10px;display: flex;position: relative;box-sizing: border-box;}
.logo{margin:0;padding:0;}
.logo img{margin: 10px 0 10px 0;padding:0;display: block;}
.menu{margin: 0;padding:0;position: relative;width: 100%;}
.insideMenu{margin: auto;padding:0;float: right;display: flex;position: absolute;right: 0;top: 0;bottom: 0;height: 20px;}
.menu ul{margin:0;padding:0;padding-right: 15px;float: left;}
.menu ul li{margin:0;padding:0;float: left;list-style: none;}
.menu ul li a{margin: 0 10px;padding: 0 10px;color: #fff;text-decoration: none;font-family: 'Roboto Mono', monospace;font-size: 15px;line-height: 0;}
.socialTop{margin:0;padding: 0 0 0 10px;position: relative;margin-top: -3px;}
.socialTop img{margin:0;padding:0;padding-top: 2px;/* display: inline-block; */}
.socialTop ul{margin:0;padding:0;}
.socialTop ul li{margin:0;padding:0;float: left;list-style: none;}
.socialTop ul li a{margin:0;padding: 0 7px;color: #fff;font-size: 21px;}

/* Nuevo Header */

.bgimage {
  width:100%;
  height:500px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/Plato-verde.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.bgimage h4 {
  color:white;
  text-shadow:2px 2px #333;
}

.bgimage h2 {
  color:white;
  text-shadow:2px 2px #333;
  text-align: center;
  font-size: 5rem;
}

#sliderContent{margin-top: 70px;}
#sliderContent2{display: none;}

.titleSlide01{margin:0;padding:0;background: transparent;position: absolute;top: 15%;left: 50%;width: 300px;}
.infoSlide{margin:0;padding:0;position: absolute;top: 38%;left: 10%;}
.infoSlide p{margin:0;padding:0;font-family: 'Rubik';font-weight: 400;font-style: normal;font-size: 14px;text-align: left;color: #000;}
.infoSlide p span{font-family: 'Rubik';font-weight: 600;font-style: normal;}
.infoSlide p.white{margin:0;padding:0;font-family: 'Rubik';font-weight: 400;font-style: normal;font-size: 14px;text-align: left;color: #fff;}
.infoSlide a{margin:0;margin-top: 20px;padding: 6px 37px;font-family: 'Rubik';font-weight: 500;font-style: normal;font-size: 15px;text-align: left;color: #fff;display: table;border: 3px solid #fff;letter-spacing: 2px;text-decoration: none;}

.aditionalTextPlans{margin:0;padding: 30px 40px;background: #000;}
.aditionalTextPlans p{margin:0;color: #fff;}

.lineBlack{width:100%; height:5px; background: #ffffff;}

#container { text-align: center;}
#container2 { text-align: center;}

#container .slider_container {
  margin: 0 auto;
  overflow: hidden;
  background: #0000;
  max-width: 100%;
  position: relative;
}
#container2 .slider_container2 {
  margin: 0 auto;
  overflow: hidden;
  background: #0000;
  max-width: 100%;
  position: relative;
}

#container .slider_container ul {
  margin: 0;
  padding: 0;
}
#container2 .slider_container2 ul {
  margin: 0;
  padding: 0;
}

#container .slider_container ul li {
  display: none;
  list-style: none;
}
#container2 .slider_container2 ul li {
  display: none;
  list-style: none;
}

#container .slider_container ul li img {
  width: 100%;
  display: block;
}
#container2 .slider_container2 ul li img {
  width: 100%;
  display: block;
}

.mobile-hidden {
  display: none;
}

.mobile-hidden-1 {
  display: none;
}

.mobile-hidden-2 {
  display: none;
}
new-img-container-desktop {
	width: 100%;
	position: relative;
  }
  
  .cestaro-desktop {
	width: 100%;
  }
  
  @media (min-width: 1400px) {
	.boton-fantasma-2 {
	  width: 280px;
	  position: relative;
	  bottom: 220px;
	  left: 300px;
	  z-index: 9999;
	}
	.contenedor-fantasma {
	  width: 250px;
	  height: 60px;
	}
  }
  
  @media (max-width: 1025px) {
	.boton-fantasma-2 {
	  width: 280px;
	  position: relative;
	  bottom: 155px;
	  left: 200px;
	  z-index: 9999;
	}
	.contenedor-fantasma {
	  width: 250px;
	  height: 50px;
	}
  }
  
  @media (max-width: 801px) {
	.boton-fantasma-2 {
	  width: 180px;
	  position: relative;
	  bottom: 110px;
	  left: 150px;
	  z-index: 9999;
	}
	.contenedor-fantasma {
	  width: 180px;
	  height: 30px;
	}
  }
  
  @media (min-width: 500px) {
	.new-img-container-mobile {
	  display: none;
	}
  }
  
  @media (max-width: 499px) {
	.cestaro-mobile {
	  width: 100%;
	}
	.new-img-container-desktop {
	  display: none;
	}
	.boton-fantasma-2 {
	  width: 150px;
	  position: relative;
	  bottom: 157px;
	  left: 60px;
	  z-index: 9999;
	}
	.contenedor-fantasma {
	  width: 150px;
	  height: 25px;
	}
	}
  
	@media (max-width: 376px) {
	  .boton-fantasma-2 {
		width: 150px;
		position: relative;
		bottom: 137px;
		left: 30px;
		z-index: 9999;
	  }
	  .contenedor-fantasma {
		width: 150px;
		height: 25px;
	  }
	}
  
	@media (max-width: 321px) {
	  .boton-fantasma-2 {
		width: 150px;
		position: relative;
		bottom: 117px;
		left: 30px;
		z-index: 9999;
	  }
	  .contenedor-fantasma {
		width: 150px;
		height: 20px;
	  }
	}
  
.mobile-span {display: none;}

#container .slider_container ul li:first-child { display: block; }
#container2 .slider_container2 ul li:first-child { display: block; }

#container .slider_container .prev_slide, #container .slider_container .next_slide {
  top: 50%;
  width: 40px;
  opacity: 0.5;
  height: 40px;
  cursor: pointer;
  background: #fff;
  margin-top: -13px;
  position: absolute;
  border-radius: 20px;
}
#container2 .slider_container2 .prev_slide, #container2 .slider_container2 .next_slide {
  top: 50%;
  width: 40px;
  opacity: 0.5;
  height: 40px;
  cursor: pointer;
  background: #fff;
  margin-top: -13px;
  position: absolute;
  border-radius: 20px;
}

#container .slider_container .prev_slide i, #container .slider_container .next_slide i {
  margin-top: 7px;
  font-size: 25px;
}
#container2 .slider_container2 .prev_slide i, #container2 .slider_container2 .next_slide i {
  margin-top: 7px;
  font-size: 25px;
}

#container .slider_container .prev_slide .fa-angle-left, #container .slider_container .next_slide .fa-angle-left { margin-right: 4px; }
#container2 .slider_container2 .prev_slide .fa-angle-left, #container2 .slider_container2 .next_slide .fa-angle-left { margin-right: 4px; }

#container .slider_container .prev_slide .fa-angle-right, #container .slider_container .next_slide .fa-angle-right { margin-left: 4px; }
#container2 .slider_container2 .prev_slide .fa-angle-right, #container2 .slider_container2 .next_slide .fa-angle-right { margin-left: 4px; }

#container .slider_container .prev_slide { left: 16px; }
#container2 .slider_container2 .prev_slide { left: 16px; }

#container .slider_container .next_slide { right: 16px; }
#container2 .slider_container2 .next_slide { right: 16px; }

#container .slider_container .buttons {
  left: 0;
  right: 0;
  bottom: 16px;
  text-align: center;
  position: absolute;
}
#container2 .slider_container2 .buttons {
  left: 0;
  right: 0;
  bottom: 16px;
  text-align: center;
  position: absolute;
}

#container .slider_container .buttons span {
  width: 16px;
  height: 16px;
  opacity: 0.5;
  margin: 0 10px;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  display: inline-block;
  box-sizing: border-box;
}
#container2 .slider_container2 .buttons span {
  width: 16px;
  height: 16px;
  opacity: 0.5;
  margin: 0 10px;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  display: inline-block;
  box-sizing: border-box;
}

#container .slider_container .buttons .current_slide_counter { opacity: 1; }
#container2 .slider_container2 .buttons .current_slide_counter { opacity: 1; }

#container .slider_container .play_pause {
  top: 15px;
  right: 15px;
  position: absolute;
}
#container2 .slider_container2 .play_pause {
  top: 15px;
  right: 15px;
  position: absolute;
}

#container .slider_container .play_pause i {
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
}
#container2 .slider_container2 .play_pause i {
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
}

/* Formulario planilla */

#formulario-cestaro {display: flex; justify-content: center; align-items: center; position: relative; bottom: 25px;}
#parrafo-body p {padding: 0}

#quien-soy{margin:0;padding:0;padding-bottom: 100px; width: 100%;overflow: hidden; background: #ffffff; margin-top: -60px;}
.contentWho{margin: 0 auto;padding: 0 20px;padding-top: 50px;width: 100%;max-width: 1200px;min-width: 10px;display: flex;position: relative;box-sizing: border-box; background-color: #ffffff;}
.contentWho-2{margin: 0 auto;padding: 0 20px;padding-top: 50px;padding-bottom: 50px; width: 100%;max-width: 1200px;min-width: 10px;display: flex;position: relative;box-sizing: border-box; background-color: #ffffff;}
.imageWho{margin:0;padding:0;padding-right: 15px;width: 45%;text-align: left;}
.imageWho img{margin: 0;padding:0;display: block;width: 100%;max-width: 460px;min-width: 10px;}
.imageWho img.my-paroller{position:absolute;width: 100%;max-width: 75px;min-width: 10px;opacity: 0.8;bottom: 70px;}
.imageWho1{margin:0;padding:0;padding-right: 15px;width: 45%;text-align: left;}
.imageWho1 img{margin: 0;padding:0;display: block;width: 100%;max-width: 460px;min-width: 10px;}
.imageWho1 img.my-paroller1{position:absolute;width: 100%;max-width: 75px;min-width: 10px;opacity: 0.8;bottom: 70px; left: -20px;}
.textWho{margin:0;padding:0;padding-left: 15px;padding-top: 60px;width: 55%;display: table;position:relative}
.textWho-2{margin:0;padding:0;padding-left: 15px;padding-top: 10px;width: 55%;display: table;position:relative}
.textWho:before{content:"";position: absolute;bottom: -20%;width: 100px;height: 3px;background: #f1b91d;}
.textWho p{margin:0;padding:0;font-family: 'Rubik';font-weight: 400;font-style: normal;font-size: 13px;text-align: justify;}
.textWho p span{color:#f1b91d;font-weight: 500;font-style: normal;}
.subtitleAntesDespues p {text-align: justify !important;}


.feeds{margin:0;padding:0;background: #000;width: 100%;}
#content-instagram{margin: 0 auto;padding: 20px 20px;padding-top: 0;width: 100%;max-width: 1200px;min-width: 10px;position: relative;box-sizing: border-box;}
.instagram{margin:0;padding:0;}
.titleInstagram{margin:0;padding:0;}
.titleInstagram h3{margin:0;padding: 30px 0;text-align: center; color: #fff;}
.titleInstagram h3 a{margin:0;padding:0;color: #f1b91d;font-family: 'Rubik';font-weight: 400;font-style: normal;font-size: 25px;text-decoration: none;}
.titleInstagram h3 a .fa-instagram{margin:0;padding: 0 15px;font-size: 35px;}
.gallery-instagram{margin:0;padding:0;position: relative;margin-bottom: -20px;}
.gallery-instagram img{}
.gallery-instagram .square{display:block;width: 100%;max-width: 300px;min-width: 10px;height: 100%;background-position: center center;background-size:  cover;background-repeat: no-repeat;position: absolute;top: 0;}
.gallery-instagram #instafeed img{position: relative;display: block;width: 100%;max-width: 300px;min-width:10px;/* height: auto; */}
.gallery-instagram #instafeed{position:relative;}
#instafeed .owl-nav{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 10px;
    height: 40px;
    margin: 0;
    z-index: 9;
    box-sizing: border-box;
}
#instafeed .owl-prev{
    float: left;
    position: absolute;
    left: 0;
    font-size: 0px;
    width: 30px;
    height: 30px;
    background: url(../images/arrowLeft.png) center top no-repeat;
    background-size:  contain;
}
#instafeed .owl-next{
    float: right;
    position: absolute;
    right: 0;
    font-size: 0px;
    width: 30px;
    height: 30px;
    background: url(../images/arrowRight.png) center top no-repeat;
    background-size:  contain;
}
#instafeed .owl-dots{display:none;}


#objetivos{margin:0;padding:0;width: 100%;background: #f1b91d;}
.contentObjetivo{margin: 0 auto;padding: 0 20px;padding-top: 150px;width: 100%;max-width: 1200px;min-width: 10px;display: flex;position: relative;box-sizing: border-box;}
.imageObjetivo{margin:0;padding:0;padding-bottom: 20px;}
.imageObjetivo img{margin:0;padding:0;display:block;width: 100%;max-width: 730px;}
.imageObjetivo img.my-paroller{position:absolute;width: 100%;max-width: 75px;min-width: 10px;opacity: 0.8;bottom: -45px;}
.textObjetivo{margin:0;margin-right: 20px;padding:50px;position: absolute;background: #fff;width: 600px;max-width: 600px;min-width: 10px;height: auto;right: 0;bottom: 100px;}
.textObjetivo p{margin:0;padding:0;font-family: 'Rubik';font-weight: 400;font-style: normal;font-size: 13px;text-align: justify;}
.textObjetivo:before{content:"";position: absolute;background: url(../images/plusObjetivo.png) center center no-repeat;background-size: contain;width: 50px;height: 50px;top: -10px;left: -10px;opacity: 0.8;}

#allObjetivo{overflow:hidden;}
#plusObjetivos{margin:0;padding:0;width: 100%;}
.contentPlusObjetivos{margin: 0 auto;padding: 0 20px;padding-top: 0;width: 100%;max-width: 1200px;min-width: 10px;display: block;position: relative;box-sizing: border-box;}
.imagePlusObjetivos{margin:0;padding:0;}
.imagePlusObjetivos img{margin: 0 auto;margin-top: -30px;padding:0;display: block;width: 100%;max-width: 550px;min-width: 10px;}
.textPlusObjetivos{margin:0;padding:0;padding-top: 20px;padding-bottom: 50px;}
.textPlusObjetivos p{margin:0;padding: 5px 100px;font-family: 'Rubik';font-weight: 400;font-style: normal;font-size: 13px;text-align: center;}
.textPlusObjetivos p span{color:#000;font-weight: 500;font-style: normal;}

#planes{margin:0;padding:0;background: url(../images/imagePlanes.jpg) center top no-repeat;width: 100%;}
#planesText{margin-top:0px;padding-bottom: 0px; background: #e2e2e2;}
.contentPlanes{margin: 0 auto;padding: 0 20px;width: 100%;max-width: 1200px;min-width: 10px;display: flex;position: relative;box-sizing: border-box;}
.titlePlanes{margin: 0 auto;padding:0;}
.titlePlanes img{margin: 0 auto;padding: 70px 0 200px 0;text-align: center;display: block;width: 100%;max-width: 250px;min-width: 10px;}
.titlePlanes img.my-paroller{position:absolute;width: 100%;max-width: 75px;min-width: 10px;opacity: 0.8;top: 100px;left: 20px;padding: 0;}

/*Accordion Style Planes*/


.panel-group{margin-bottom: 0px !important;}
#planesText .planesDistancia{margin:0;padding:10px 10px;font-family: 'Rubik';font-weight: 400;font-style: normal;font-size: 12px;background: #000;text-align: center;color: #fff;}
#planesText .planesDistancia strong{font-family: 'Rubik';font-weight: 600;font-style: normal;font-size: 15px;color: #fff;}
#planesText .panel-heading{border: 0;border-radius: 0;background: #f7d26c;padding: 30px 40px;}
#planesText .panel-heading1{border: 0;border-radius: 0;background: #f1b91d;padding: 30px 40px;}
#planesText .panel-heading2{border: 0;border-radius: 0;background: #cfe987;padding: 30px 40px;}
#planesText .panel-heading3{border: 0;border-radius: 0;background: #f7d26c;padding: 30px 40px;}
#planesText .panel-group .panel{border: 0;border-radius: 0;background: #fff;box-shadow: none;-webkit-box-shadow: none;width: 100%;}
#planesText .bs-example{width:100%;background: #fff;}
#planesText .panel-title{margin:0;padding:0;}
#planesText .panel-title a{margin:0;padding:0;font-family: 'Rubik';font-weight: 400;font-style: normal;font-size: 14px;width: 100%;display: block;text-decoration: none;}
#planesText .panel-title a strong{margin:0;padding: 0 10px 0 10px;font-family: 'Rubik';font-weight: 600;font-style: normal;font-size: 20px;}
#planesText .panel-body{padding: 0 100px 50px 100px;display: block;box-sizing: border-box;border: none;}
#planesText .panel-body .contentPay{display: flex;margin-bottom: 40px;padding-top: 10px;}
#planesText .panel-body .pricePlan{margin: 0 auto;padding-right: 25px;width: 20%;font-family: 'Rubik';font-weight: 800;font-style: normal;font-size: 35px;color: #000;position: relative;}
#planesText .panel-body .pricePlan span{font-family: 'Rubik';font-weight: 500;font-style: normal;font-size: 22px;color: #000;position: relative;display: block;margin: 0 auto;text-align: left;margin-left: 7px;}
#planesText .panel-body .pricePlan:before{content:"";width: 4px;border-radius: 49px;height: 150px;background: #000;display: block;position: absolute;top: 0;right: 0;}
#planesText .panel-body .descPlan{margin:0;padding:0;padding-left: 25px;width: 80%;}
#planesText .panel-body .descPlan h3{font-family: 'Rubik';font-weight: 400;font-style: normal;font-size: 14px;margin: 0;color: #000;margin-bottom: 20px;}
#planesText .panel-body .descPlan h3 strong{font-family: 'Rubik';font-weight: 500;font-style: normal;font-size: 14px;padding-bottom: 7px;display: inline-block;}
#planesText .panel-body .descPlan p{font-family: 'Rubik';font-weight: 400;font-style: normal;font-size: 14px;color: #000;}
#planesText .panel-body .descPlan p.textMin{font-family: 'Rubik';font-weight: 400;font-style: normal;font-size: 11px;color: #000;}
#planesText .panel-body .btnPay{position:relative;margin: 0 20px;padding:0;background: #000;color: #fff;font-family: 'Rubik';font-weight: 100;font-style: normal;font-size: 14px;text-decoration: none;display: table;line-height: 1;padding: 15px 50px 15px 90px;background: #000 url(../images/iconPay.png) 45px 10px no-repeat;border-radius: 7px;float: left;}
#planesText .panel-body .btnPay:before{content:"";width: 100%;height: 100%;position: absolute;border: 3px solid #000;left: 5px;top: 5px;border-radius: 7px;}
#planesText .panel-body .btnPay:hover:before{content:"";width: 100%;height: 100%;position: absolute;border: 3px solid #f1b91d;left: 5px;top: 5px;border-radius: 7px;}
#planesText .panel-body .btnPay:hover{background: #f1b91d;color: #000;background: #f1b91d url(../images/iconPayContrast.png) 45px 10px no-repeat;}
#planesText .panel-body .btnPay span{margin:0;padding:0;font-family: 'Rubik';font-weight: 100;font-style: normal;font-size: 30px;text-decoration: none;padding-right: 6px;}
#planesText .panel-body button, #recetarioText .panel-body button{background:none;border: 0;padding: 0;}
.modal-header h5{font-family: 'Rubik'; font-weight: 600; font-style: normal; font-size: 20px; text-align: center;}
.modal-header .close{margin:0;top: 13px;right: 18px;position: absolute;color: #000;opacity: 1;font-weight: 700;font-size: 35px;font-family: 'Rubik';}
.modal-header .close span{color: #000}
.modal-content{border-radius:0 !important}
.pricePlanMobile{display:none}

.blockBlank{margin:0;padding:0;height: 100px;background: #fff;}

button#load{
    padding: 0 3em;
    outline: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1em;
    line-height: 4;
    overflow: hidden;
    border-radius: 5px;
    background: rgba(0,0,0,0.2);
    text-align: center;
    cursor: pointer;
    margin: 20px auto;
    display: block;
}

#loader-img{
margin: 0 auto;
display: block;
}
 
#content{
    width: 100%;
    margin: 0 auto;
    padding: 3em;
    text-align: center;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
 
.border{border: 3px solid #fff;     border-radius: 5px;}

/*Accordion Style Recetario*/

#recetario{margin:0;padding:0;background: url(../images/imageRecetas.jpg) center top no-repeat;width: 100%;}
#recetarioText .panel-body .pricePlan span{font-family: 'Rubik';font-weight: 500;font-style: normal;font-size: 22px;color: #fff;position: relative;display: block;margin: 0 auto;text-align: left;margin-left: 7px;}
.contentRecetario{margin: 0 auto;padding: 0 20px;width: 100%;max-width: 1200px;min-width: 10px;display: flex;position: relative;box-sizing: border-box;}
.titleRecetario{margin: 0 auto;padding:0;}
.titleRecetario img{margin: 0 auto;padding: 70px 0 200px 0;text-align: center;display: block;width: 100%;max-width: 250px;min-width: 10px;}
.titleRecetario img.my-paroller{position:absolute;width: 100%;max-width: 75px;min-width: 10px;opacity: 0.8;top: 100px;left: 20px;padding: 0;}


#recetarioText{margin-top:-80px;padding-bottom: 200px;}
#recetarioText .panel-heading{border: 0;border-radius: 0;background: #000000;padding: 30px 40px;color: #f1b91d;}
#recetarioText .panel-group .panel{border: 0;border-radius: 0;background: #000000;box-shadow: none;-webkit-box-shadow: none;width: 100%;}
#recetarioText .bs-example{width:100%;background: #000000;}
#recetarioText .panel-title{margin:0;padding:0;}
#recetarioText .panel-title a{margin:0;padding:0;font-family: 'Rubik';font-weight: 400;font-style: normal;font-size: 14px;width: 100%;display: block;text-decoration: none;}
#recetarioText .panel-title a strong{margin:0;padding: 0 10px 0 10px;font-family: 'Rubik';font-weight: 600;font-style: normal;font-size: 20px;}
#recetarioText .panel-body{padding: 0 100px 50px 100px;display: block;box-sizing: border-box;border: none;}
#recetarioText .panel-body .contentPay{display: flex;margin-bottom: 40px;}
#recetarioText .panel-body .pricePlan{margin: 0 auto;padding-right: 25px;width: 20%;font-family: 'Rubik';font-weight: 800;font-style: normal;font-size: 40px;color: #fff;position: relative;}
#recetarioText .panel-body .pricePlan:before{content:"";width: 4px;border-radius: 49px;height: 150px;background: #f1b91d;display: block;position: absolute;top: 0;right: 0;}
#recetarioText .panel-body .descPlan{margin:0;padding:0;padding-left: 25px;width: 80%;}
#recetarioText .panel-body .descPlan .strongMin{color: #fff;padding-bottom: 10px;display: block;}
#recetarioText .panel-body .descPlan h3{font-family: 'Rubik';font-weight: 400;font-style: normal;font-size: 14px;margin: 0;color: #fff;margin-bottom: 20px;}
#recetarioText .panel-body .descPlan h3 strong{font-family: 'Rubik';font-weight: 500;font-style: normal;font-size: 14px;padding-bottom: 7px;display: inline-block;}
#recetarioText .panel-body .descPlan p{font-family: 'Rubik';font-weight: 400;font-style: normal;font-size: 14px;color: #fff;}
#recetarioText .panel-body .descPlan p.textMin{font-family: 'Rubik';font-weight: 400;font-style: normal;font-size: 11px;color: #fff;}
#recetarioText .panel-body .btnPay{position:relative;margin: 0 20px;padding:0;background: #000;color: #020202;font-family: 'Rubik';font-weight: 100;font-style: normal;font-size: 14px;text-decoration: none;display: table;line-height: 1;padding: 15px 50px 15px 90px;background: #f1b91d url(../images/iconPayContrast.png) 45px 10px no-repeat;border-radius: 7px;float: left;}
#recetarioText .panel-body .btnPay:before{content:"";width: 100%;height: 100%;position: absolute;border: 3px solid #f1b91d;left: 5px;top: 5px;border-radius: 7px;}
#recetarioText .panel-body .btnPay:hover:before{content:"";width: 100%;height: 100%;position: absolute;border: 3px solid #fff;left: 5px;top: 5px;border-radius: 7px;}
#recetarioText .panel-body .btnPay:hover{background: #fff;color: #000;background: #fff url(../images/iconPayContrast.png) 45px 10px no-repeat;}
#recetarioText .panel-body .btnPay span{margin:0;padding:0;font-family: 'Rubik';font-weight: 100;font-style: normal;font-size: 30px;text-decoration: none;padding-right: 6px;}


#planilla{margin:0;margin-bottom: 200px;padding: 120px 0;background: #000 url(../images/imagePlanilla.jpg) center top fixed;}
.contentPlanilla{margin:0;padding:0;}
.botonPlanilla{margin: 0 auto;padding:0;text-align: center;}
.botonPlanilla a{margin:0;padding:0;font-family: 'Rubik';font-weight: 600;font-style: normal;font-size: 20px;color: #020202;text-align: center;display: block;text-decoration: none;}
.botonPlanilla a:hover{color: #020202;text-decoration: none}
#planillaBtn{position: relative;margin: 0 auto;color: #fff;font-family: 'Rubik';font-weight: 100;font-style: normal;font-size: 20px;text-decoration: none;display: table;line-height: 1;padding: 15px 50px 15px 50px;background: #020202;border-radius: 7px;z-index: 1; border-color: #020202;}
#planillaBtn:hover{position: relative; margin: 0 auto;color: #000; font-family: 'Rubik'; font-weight: 100; font-style: normal; font-size: 20px; text-decoration: none; display: table; line-height: 1; padding: 15px 50px 15px 50px; background: #f1b91d; border-radius: 7px; }
#planillaBtn:before{content: "";width: 100%;height: 100%;position: absolute;border: 3px solid #020202;left: 5px;top: 5px;border-radius: 7px;z-index: 0;}
#planillaBtn:hover:before{content: "";width: 100%;height: 100%;position: absolute;border: 3px solid #f1b91d;left: 5px;top: 5px;border-radius: 7px;z-index: 0;}
#myBtn {position: relative;margin: 0 auto;margin-top: 50px;}



#contacto{width: 100%; background: #000;}
.contact-form{margin:0;padding:0;margin-right: 10px;}
.contentContacto{margin: 0 auto;padding: 0 20px;padding-top: 170px;width: 100%;max-width: 1200px;min-width: 10px;display: flex;position: relative;box-sizing: border-box; padding-bottom: 150px;}
.allContact{margin:0;padding:0;display: flex;}
.infoContact{margin:0;padding:0;margin-left: 10px; width: 356px;}
.infoContact p{margin:0;padding:0;font-family: 'Rubik';font-weight: 100;font-style: normal;font-size: 13px; color: #fff;}
.infoContact p strong{margin:0;padding:0;font-family: 'Rubik';font-weight: 500;font-style: normal;}
.infoContact p span{margin:0;padding:0;font-family: 'Rubik';font-weight: 500;font-style: normal;}
.infoContact h3{margin:0;padding:0;font-family: 'Rubik';font-weight: 500;font-style: normal;font-size: 16px;line-height: 1;color: #fff;}
.infoContact h3 span{margin:0;padding:0;font-family: 'Rubik';font-weight: 500;font-style: normal;color: #f1b91d;}
.titleContacto{margin: 0 auto;padding:0;}
.titleContacto img{margin: 0 auto;padding: 0 0 0 0;text-align: center;display: block;width: 100%;max-width: 250px;min-width: 10px;margin-top: -80px;}
.titleContacto img.my-paroller{position:absolute;width: 100%;max-width: 75px;min-width: 10px;opacity: 0.8;top: 170px;left: 20px;padding: 0;}

/*.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/


/*Form Contact*/

.instagram-contacto a:hover {
  text-decoration: none;
}

.contact-form p
{
	margin: 0;
	padding: 10px 0 10px 50px;
}
span.span-contact-form
{
	display: block;
}
.contact-form label
{
    display: block;
	margin-left: 5px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
	letter-spacing: -0.03em;
	color: #8b999d;		
}

input#name{
}
.contact-form input[type=text]
{
	display: block;
	width: 100%;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	text-indent: 15px;
	font-size: 13px;
	outline: none;
	font-family: 'Rubik';
	text-transform: lowercase;
	float: left;
	background: none;
	margin-bottom: 15px;
	box-sizing: border-box;
	border: none;
	color: #000000;
	background: #ffffff;
	border: 2px solid #f1b91d;
}
.contact-form textarea
{
	width: 100%;
	height: 150px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 10px 10px 15px;
	font-family: 'Rubik';
	font-size: 13px;
	line-height: 14px;
	overflow: auto;
	outline: none;
	resize: none;
	box-sizing: border-box;
	background: none;
	border: 2px solid #fff;
	text-transform: uppercase;
	display: inline-block;
	display: -webkit-inline-box;
	border: none;
	color: #000000;
	text-transform: lowercase;
	background: #ffffff;
	border: 2px solid #f1b91d;
}
.submit-btn
{
	display: inline-block;
	float: left;
	margin: 0;
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
	letter-spacing: 1.5px;
	color: #000000;
	border: none;
	outline: none;
	cursor: pointer;
	background: #ffffff;
	border: 2px solid #000000;
	position: relative;
	z-index: 1;
	font-weight: 400;
	text-transform: lowercase;
	padding: 10px 50px 10px 50px;
	font-family: 'Rubik';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
}
#mail-message 
{
	width: 100%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: left;
	color: #f05c45;
	position: relative;
	margin-top: -40px;
	display: inline-block;
	display: -webkit-inline-box;
	z-index: 0;
}

.slickwrap{
	width:100%;
	float:none;
	margin: 0 auto;
	position:relative;
	height: auto;
}

.slickwrap h2{
	font-size:16pt;
	font-family: 'Roboto Condensed', sans-serif;
	color: #666666;
	margin:0px;
	padding:0px;
}

.slickwrap h3{
	font-size:12pt;
	font-family: 'Roboto Condensed', sans-serif;
	color: #666666;
	margin:0px;
	padding:0px;
}

.slickwrap hr{
	color:#DBDBDB;
	background-color:#DBDBDB;
	height:1px;
	border:none;
	padding:0px;
	margin:15px 0px 25px 0px;
	width:100%;
}

.slickwrap fieldset{
	border:0px;
	margin: 0;
	padding: 0;
}

.slickwrap label span{
	font-size:9pt;
	color: red;
	padding-right:3px;
}

.largebr{
	margin-top:20px;
}

.slickreporting{
	width: 225px;
	height: 50px;
	float: right;
	position: relative;
	box-sizing: border-box;
}

.successcontainer{
	width: 100%;
	height: 25px;
	float: left;
	padding: 4px 0% 0px 5%;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	display: none;
	color: #bb3c1f;
	line-height: 1.5;
	text-align: left;
	text-shadow: 0 0 5px #fff;
	font-weight: 600;
}

.errorcontainer{
	width: 100%;
	height: 25px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	color: #bb3c1f;
	display: block;
	font-weight: 600;
	font-size: 12px;
	text-align: right;
	padding-top: 10%;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*Modal Pay*/

.contentBt{display:flex}
.contentBt button{margin:0;padding:0;border: none;background: transparent;width: 50%;border-right: 4px solid #f1b91d;border-radius: 0;}
.contentBt button:last-child{margin:0;padding:0;border: none;background: transparent;width: 50%;border: 0;}
#plangeneralHombreRevealMP{margin:0;padding:0;border: none;background: transparent;width: 50%;border-right: 4px solid #f1b91d;border-radius: 0;}
#plangeneralHombreRevealPP{margin:0;padding:0;border: none;background: transparent;width: 50%;}
#plangeneralMujerRevealMP{margin:0;padding:0;border: none;background: transparent;width: 50%;border-right: 4px solid #f1b91d;border-radius: 0;}
#plangeneralMujerRevealPP{margin:0;padding:0;border: none;background: transparent;width: 50%;}
.extraInfo{margin:0;padding:0;background: #f1b91d;margin-top: 40px;}
.contentTransfer{margin:0;padding:0;display: block;margin-bottom: 20px;margin-top: 20px;}
.contentTransfer .InfoLeft{margin:0;padding:0;padding-right: 20px;width: 50%;font-family: 'Rubik';font-weight: 500;font-style: normal;font-size: 12px;border-right: 4px solid #fff;box-sizing: border-box;}
.contentTransfer .InfoRight{margin: auto;padding:0;padding-left: 20px;width: 50%;font-family: 'Rubik';font-weight: 500;font-style: normal;font-size: 12px;box-sizing: border-box;}
.modal-body iframe{margin:0;padding:0;width: 100%;height: 300px;overflow: hidden;}
.textPayGreats{font-family: 'Rubik';font-weight: 300;font-style: normal;font-size: 20px;text-align: center;color: #868484;}
.modal-body form{
    text-align: center;
    padding-top: 50px;
}


.accordiones h2{
  margin: 0 auto;
  padding: 8px 0;
  background: #f1b91d;
  color: white;
  border: 0;
  font-family: 'Rubik';
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  position: relative;
  display: table;
}

.accordion-toggle {cursor: pointer;}
.accordion-content {
  display: none;
  padding: 10px 25px 10px 25px;
  background: #f1b91d;
  color: black;
}
.accordion-content.default {display: block;}

.accordion-content.default p{
  font-family: 'Rubik';
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
	
}

.accordion-toggle .view{
	font-size:14px;
	line-height:200%;
  font-weight:normal;
	color:rgb(127,191,52);
	text-align:left;
 
}

.arrow{
	margin-left: 0;
	display:inline-block;
	position: absolute;
	left: -25px;
	top: 17px;
	font-family: 'Rubik';
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	line-height: 0;
}
.arrowUp:before{content:""; color:white;}
.arrowDown:before{content:""; color:white;}


#mobileMenu {
	display:none;
}


.slicknav_btn {
	position: absolute;
	display: block;
	vertical-align: middle;
	float: left;
	padding: 12px;
	line-height: 1.125em;
	cursor: pointer;
	z-index: 0;
}
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 40px;
    height: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both;
  }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {}
  .slicknav_menu * {
    box-sizing: border-box;
    }
  .slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
    }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #f4c74a;
    }

.slicknav_btn {
  margin: 0;
  padding: 0;
  text-decoration: none;
  margin-left: 30px;
  }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  position: absolute;
  top: 43px;
  width: 100%;
  text-align: center;
  background: rgb(0, 0, 0);
  }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 20px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Rubik';
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    text-align: center;
    }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222;
	cursor: pointer;	  }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

.slicknav_icon .slicknav_icon-bar:last-child{display:none}

.planesPersonalizadosText{text-align: center;}
.planesPersonalizadosText h2{font-family: 'Roboto Mono';font-weight: 900;font-style: normal;font-size: 16px;}
.planesPersonalizadosText h3{font-family: 'Roboto Mono';font-weight: 400;font-style: normal;font-size: 15px;}
.planesPersonalizadosText p{font-family: 'Roboto Mono';font-weight: 100;font-style: normal;font-size: 13px;}
.planesPersonalizadosText strong{font-family: 'Roboto Mono';font-weight: 400;font-style: normal;font-size: 18px;}
.btnWhatsApp{font-family: 'Roboto Mono';font-weight: 400;font-style: normal;font-size: 18px;display: table;background: #f1b91d;margin: 0 auto;color: #fff;border-radius: 5px;padding: 5px 10px;text-decoration: none;margin-top: 10px;}


/* Simple Accordion jQuery */
.jquery_accordion_item {
	display: inline-block;
	width: 100%;
}
.jquery_accordion_title {
	color: #fff;
	line-height: 140%;
	padding: 8px 8px 8px 8px;
	position: relative;
	cursor: pointer;
	display: table;
	margin: 0 auto;
	text-align: center;
	font-family: 'Rubik';
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
}
.jquery_accordion_title:after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	position: absolute;
	left: -10px;
	top: 27%;
	margin-top: -3px; /* half of border value */
}
.jquery_accordion_item.active .jquery_accordion_title:after {
	left: -10px;
	top: 40%;
	margin-top: -9px; /* fixing arrow position */
	content: "";
}
.jquery_accordion_content {
	padding: 8px 35px;
	display: none;
	color: #333;
}
.jquery_accordion_content > *:first-child {
	margin-top: 0;
}


.linkTo{margin:0;color: #f1b91d;text-decoration: none;}
.linkTo:hover, .linkTo:active, .linkTo:focus{margin:0;color: #f1b91d;text-decoration: none;}
.modal-body p{margin:0;padding: 20px 0 0 0;text-align: center;background: #fff;color: #cc1b1b;font-weight: 700;}

/*Carousel Images*/

.imagesAntesDespues{margin:0;padding: 50px 0 50px 0;background: #e2e2e2;}
.imagesAntesDespues .item{margin:0;padding: 5px;}
.imagesAntesDespues .item img{margin: 0 auto;width:100%;max-width: 250px;text-align: center;border-radius: 10px;box-shadow: 4px 3px 2px 0 rgba(0, 0, 0, 0.06);/* padding: 5px; */}
.imagesAntesDespues .owl-dots{display:none}
.imagesAntesDespues .owl-nav{display:none}
.titleAntesDespues{background: #e2e2e2;}
.titleAntesDespues h3{margin: 0;padding: 40px 10px 0 10px;font-family: 'Rubik';font-weight: 600;font-style: normal;font-size: 39px;text-align: center;}
.titleAntesDespues span{color: #f1b91d;}
.subtitleAntesDespues {background: #e2e2e2;}
.subtitleAntesDespues h6 {margin: 0;padding: 20px 20px 0 20px;font-family: 'Rubik';font-weight: 200;font-style: normal;font-size: 18px;text-align: center;}
.subtitleAntesDespues p {text-align: center;}
.subAntesDespues h3 {margin: 0;padding: 40px 10px 0 10px;font-family: 'Rubik';font-weight: 600;font-style: normal;font-size: 39px;text-align: center;}

@media only all and (max-width: 1440px) {}
@media only all and (max-width: 1366px) {}
@media only all and (max-width: 1280px) {}
@media only all and (max-width: 1024px) {
    #planesText .panel-body button, #recetarioText .panel-body button{margin: auto; display: block; margin-bottom: 20px;}
}
@media only all and (max-width: 960px) {}
@media only all and (max-width: 930px) {
    .menu{display:none;}
    #mobileMenu {display: block;position: absolute;width: 100%;left: 0;top: 41%;z-index: 1000;float: left;}
    .logo{margin: auto;}
    .titleSlide01 img{width: 100%;max-width: 200px;min-width: 10px;}
    .titleSlide02 img{width: 100%;max-width: 200px;min-width: 10px;}
    .socialTop{margin: 0 auto;padding: 0;width: 220px;padding-bottom: 30px;padding-top: 30px;}
    .socialTop ul{margin:0 auto}
    .socialTop ul li{margin:0 auto;padding: 0 8px;}
    .socialTop ul li a{font-size: 45px;}
    .socialTop img{width: 46px;margin-top: -12px;}
}
@media only all and (max-width: 800px) {}
@media only all and (max-width: 768px) {
    .contentWho{display:block;}
    .imageWho {margin: auto;width: 100%;padding: 0;}
    .imageWho img.my-paroller{top: 25%;}
    .imageWho img{margin: 0 auto; padding: 0; width: 100%; max-width: 460px; min-width: 10px;}
    .imageWho1 {margin: auto;width: 100%;padding: 0; display: flex; justify-content: center; align-items: center;}
    .imageWho1 img.my-paroller1{top: 25%; display: none;}
    .imageWho1 img{margin: 0 auto; padding: 0; display: flex; width: 100%; max-width: 460px; min-width: 10px; justify-content: center; align-items: center;}
    .textWho{width: 100%; padding: 0; padding-top: 60px;}
    .textObjetivo{width: 100%;max-width: 600px;min-width: 10px;margin: 0 auto;display: table;position: absolute;right: 0;left: 0;bottom: -180px;}
    #plusObjetivos{margin-top: 200px;}
    #sliderContent{display: block;}
    #sliderContent2{display: block;}
    #myBtn {position: relative;margin: 0 auto;margin-top: 20px;}
    #planillaBtn{position: relative;margin: 0 auto; margin-top: 20px;}
    #planillaBtn:hover {position: relative;margin: 0 auto; margin-top: 20px;}
}
@media only all and (max-width: 640px) {
    .mobile-hidden {display:flex; justify-content: space-evenly; align-items: center;}
    .mobile-hidden-1 {display:flex; justify-content: space-evenly; align-items: center;}
    .mobile-hidden-2 {display:flex; justify-content: space-evenly; align-items: center;}
    .mobile-span {display:flex; justify-content: space-evenly; align-items: center;}
    .mobile-hidden {position: relative; }
    .mobile-hidden-2 {position: relative; right: 20px;}
    .mobile-hidden-1 {position: relative; right: 15px;}
    .contentObjetivo{display:block;padding-bottom: 23px;box-sizing: border-box;}
    .textObjetivo{position:relative;width: 100%;max-width: 100%;display: block;margin: 0 auto;bottom: 0;left: auto;}
    .imageObjetivo img.my-paroller{top: 200px;bottom:0;}
    #plusObjetivos{margin-top: 50px;}
    #planesText .panel-body, #recetarioText .panel-body{padding: 0 40px 50px 40px;}
    #planesText .panel-body .contentPay{display:block}
    #planesText .panel-body .pricePlan, #recetarioText .panel-body .pricePlan{display:none}

    #planesText .panel-body .descPlan{width:100%;padding: 0;}
    .pricePlanMobile{display:flex;justify-content: space-evenly;align-items: center; margin: 0 auto;padding: 20px 0 0 0;padding-right: 0;width: 100%;text-align: center;font-family: 'Rubik';font-weight: 800;font-style: normal;font-size: 30px;color: #000;position: relative;}
    .tonificacionOneMP{width: 85%; font-size: 30px;}
    .tonificacionTwoPP{width: 85%; font-size: 30px;}
     #recetarioText .panel-body .pricePlanMobile{display:flex;justify-content: space-evenly;align-items: center; margin: 0 auto;padding: 20px 0 0 0;padding-right: 0;width: 100%;text-align: center;font-family: 'Rubik';font-weight: 800;font-style: normal;font-size: 30px;color: #fff;position: relative;}
    #recetarioText .panel-body .descPlan{width:100%;padding: 0;}
    .aumentar-masa-muscular {font-size: 13px !important;}
    #recetarioText .panel-body .contentPay{display:block}
    .contentContacto, .allContact{display:block}
    .allContact{margin-top: 150px;}
    .contact-form{margin:0}
    .infoContact{margin:0;margin-bottom: 100px;margin-top: 50px;}
    #planesText{padding-bottom: 100px;}
    #container .slider_container ul li img.slide001{float:right;width: auto;height: 389px;margin-right: -21%;}
    #container .slider_container ul li img.slide002{float:right;width: auto;height: 389px;margin-right: -21%;}
	.pricePlanMobile span{font-family: 'Rubik';font-weight: 500;font-style: normal;font-size: 12px;color: #000;position: relative;display: block;margin: 0 auto;text-align: center;margin-left: 7px;}
    
}
@media only all and (max-width: 540px) {
    .textPlusObjetivos p{width:100%;padding: 5px 0;}
    .contentPlanes{padding: 0}
    #planesText .panel-body .btnPay{margin: 0;width: 100%;max-width: 300px;display: block;text-align: right;}
    #planesText .panel-body, #recetarioText .panel-body{padding: 0 20px 50px 20px;}
    #planesText .panel-body .btnPay span{display: block;padding-right: 0;padding-bottom: 5px;text-align: left;}
    #container .slider_container ul li img.slide001{float:right;width: auto;height: 500px;margin-right: -50%;}
    #container .slider_container ul li img.slide002{float:right;width: auto;height: 500px;margin-right: -50%;}
    .infoSlide{top: 60%;}
    .titleSlide01{top: 10%;left: 8%;}
    .infoSlide{top: 60%;}
    .titleSlide02{top: 10%;left: 8%;}
    .slider_container li:last-child .titleSlide01 img{max-width: 240px;min-width: 10px;}
    #myBtn {position: relative;margin: 0 auto;margin-top: 50px;}
    
    
}
@media only all and (max-width: 480px) {
    .contentBt button img{width:100%}
    .contentBt button:first-child img{padding-right: 10px;} 
    #accordion h2{font-size:14px}
    .modal-header h5{font-size:14px}
    .arrow{top: 15px;}
    .arrowUp:before{content:"-"; color:white;}
    .arrowDown:before{content:"+"; color:white;}
    .contentTransfer{display:block}
    .contentTransfer .InfoLeft, .contentTransfer .InfoRight{width:100%;margin: 0;padding: 0;padding-bottom: 10px;border: 0;}
    #container .slider_container ul li img.slide001{float:right;width: auto;height: 420px;margin-right: -50%;}
    #container .slider_container ul li img.slide002{float:right;width: auto;height: 420px;margin-right: -50%;}
    .infoSlide{top: 60%;}
    .titleSlide01{top: 10%;left: 8%;}
    .infoSlide{top: 67%;}
    .titleSlide02{top: 10%;left: 8%;}
    .slider_container li:first-child .titleSlide01 img{max-width: 190px;min-width: 10px;}  
    .slider_container li:last-child .titleSlide01 img{max-width: 220px;min-width: 10px;}
    #myBtn {position: relative;margin: 0 auto;margin-top: 50px;}  
    #quien-soy {margin-top: -30px;}      
}
@media only all and (max-width: 360px) {
    #container .slider_container ul li img.slide001{float:right;width: auto;height: 420px;margin-right: -50%;}
    #container .slider_container ul li img.slide002{float:right;width: auto;height: 420px;margin-right: -50%;}
    .infoSlide{top: 60%;}
    .titleSlide01{top: 10%;left: 2%;}
    .infoSlide{top: 67%;left: 4%;}
    .titleSlide02{top: 10%;left: 8%;}
    .slider_container li:first-child .titleSlide01 img{max-width: 184px;min-width: 10px;}  
    .slider_container li:last-child .titleSlide01 img{max-width: 220px;min-width: 10px;}
    .slider_container li:last-child .infoSlide p{color: #fff;}
  #planesText .planesDistancia{font-size:12px;}
  #myBtn {position: relative;margin: 0 auto;margin-top: 50px;}
}
@media only all and (max-width: 320px) {}


#planesText .panel-body .pricePlan.hidden::before {
	display:none;
}
.hidden{
	display:none;
}

.subAntesDespues span {
    color: #f1b91d;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


/*SELECT*/
/* The container must be positioned relative: */
.custom-select {
	position: relative;
	font-family: Arial;
  }
  
  .custom-select select {
	display: none; /*hide original SELECT element: */
  }
  
  .select-selected {
	background-color: black;
  }
  
  /* Style the arrow inside the select element: */
  .select-selected:after {
	position: absolute;
	content: "";
	top: 7px;
	right: 3px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
  }
  
  /* Point the arrow upwards when the select box is open (active): */
  .select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
  }
  
  /* style the items (options), including the selected item: */
  .select-items div,.select-selected {
	color: #ffffff;
	padding: 0px 0px;
	border: 0px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
  }
  
  /* Style items (options): */
  .select-items {
	position: absolute;
	background-color: black;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
  }
  
  /* Hide the items when the select box is closed: */
  .select-hide {
	display: none;
  }
  
  .select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
  }

  .slicknav_nav a{
	text-transform: uppercase;
  }
  .slicknav_nav .custom-select{
	display:none;
  }
  #main-menu .lengmenu{
	display:none;
  }

  .mobile-hidden select{
	  max-width:80%;
  }

  .imagenportadaplan{
	width:100%; 
	max-width: 500px;
	margin: 10px 0;
  }

  .titleInstagram{
	  text-align: center;
  }
  .titleInstagram img{
	  margin: 0 20px
  }

  .del{
	color: rgba(255, 0, 0, 0.5);
	text-decoration: none;
	position: relative;
	font-size: 0.5em;
	text-align: center;
	font-weight: 600;

  }

  .del:before {
	content: " ";
	display: block;
	width: 60%;
	border-top: 2px solid rgba(255, 0, 0, 0.8);
	height: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotate(-7deg);
	margin-left: 20%;
}

.pricePlanMobile .del{
	font-size: 0.8em;
  }

.pricePlanMobile .del:before {
	width: 26%;
	margin-left: 37%;
	bottom: 6px;
}

.badge-mia{
	background-color: #28a745 !important; 
	animation: blink 1s linear infinite;
	font-size: 15px !important;
	padding: 7px 7px 9px 7px !important;
	margin-left: 5px;
}
@keyframes blink{
	0%{opacity: 0.5;}
	30%{opacity: 1;}
	70%{opacity: 1;}
	100%{opacity: 0.5;}
}

._submit{
	transform: none !important;
}
._form_6 p{
	background: #f0b81d !important;
}
.checked {
    color: orange;
}

.selectlang {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 3px;
	margin-bottom: 12px;
}