@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap");
/* @import url("../fonts/gibson.css"); */

html,
body {
  margin: 0;
  padding: 0 !important;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  background: #fafafa;
  color: #505050;
  font-size: 14px;
}

/* Fuentes */
.monserrat {
  font-family: "Montserrat", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.gibson {
  font-family: "Roboto", sans-serif;
}
/* Din Fuentes */

/* Colores */
.blanco {
  color: #ffffff !important;
}

.fondo_blanco {
  background-color: #ffffff !important;
}

.borde_blanco {
  border-color: #ffffff !important;
}

.negro {
  color: #000000 !important;
}

.fondo_negro {
  background-color: #000000 !important;
}

.yellow {
  color: #ffc400;
}

yellow {
  color: #ffc400;
}

.fondo_yellow {
  background-color: #ffc400;
}
/* Fin Colores */

/* Barra y Menu Superior */
.top-bar {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 70px;
  z-index: 59;
}

.navbar {
  height: 70px;
  margin: 0;
  border: none;
}

.navbar-collapse {
  border: none;
  padding: 0;
}

.navbar-brand {
  height: 70px;
  padding: 0;
  width: 170px;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  max-width: 170px;
  margin: 0 auto;
}

ul.navbar-nav {
  height: 100%;
  margin-left: 50px;
}

.navbar-nav > li {
  text-align: center;
  vertical-align: middle;
  line-height: 13px;
  height: 70px;
}

.navbar-nav > li > a {
  text-decoration: none !important;
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
  color: white !important;
  padding: 0 15px;
  background: none !important;
}

.navbar-nav > li > a:hover {
  text-decoration: underline !important;
}

.login_bar {
  background: white;
  position: absolute;
  border-radius: 15px 0 0 15px;
  right: 0;
  top: 20px;
  height: 30px;
  padding: 0 120px 0 15px;
  line-height: 30px;
}

.login_button {
  position: absolute;
  border-radius: 15px 0 0 15px;
  background-image: url("../images/landing/candado.png");
  background-position: 15px center;
  text-decoration: underline;
  background-repeat: no-repeat;
  right: 0;
  top: 2px;
  height: 26px;
  line-height: 26px;
}

@media (max-width: 1100px) {
  ul.navbar-nav {
    margin-left: 25px;
  }
  .navbar-nav > li > a {
    padding: 0 7px;
  }
  .top-bar {
    background: rgba(0, 0, 0, 1);
    position: relative;
  }

  .login_bar {
    background: none;
  }

  #menu {
    height: auto;
  }

  .navbar {
    height: auto;
  }
}
/* Fin Barra y Menu Superior */

/* Sliders */
.bx-wrapper {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: none;
  border: none;
  background: none;
}

.bx-wrapper .bx-viewport {
  margin: 0;
  width: 100%;
  height: 100%;
}

.bx-wrapper .bx-viewport .bxslider,
.bx-wrapper .bx-viewport .bxslider2 {
  width: 100%;
  height: 100%;
  margin: 0;
}

.bx-wrapper .bx-viewport .bxslider li {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  vertical-align: middle;
}

.bx-wrapper .bx-controls {
  position: absolute;
  bottom: 100px;
  width: 40%;
  z-index: 999;
  right: 10%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffc400;
}

.text1 {
  top: 35%;
  left: 5%;
}

.text2 {
  top: 35%;
  right: 10%;
}

.text3 {
  top: 29%;
  right: 10%;
}

#form_marker,
.form_wrapper {
  left: 0px;
  top: 60%;
  width: 75%;
}

@media (max-width: 991px) {
  .bx-wrapper .bx-viewport .bxslider.bxslider_head li {
    background-size: auto 70%;
    background-color: #000000;
    background-position: left center;
  }

  .bx-wrapper .bx-viewport .bxslider.bxslider_head li .wtext {
    height: 70%;
  }

  .text1 {
    top: 4%;
    left: 5%;
  }

  .text2 {
    top: 17%;
    left: 5%;
  }

  .text3 {
    top: 32%;
    left: 5%;
  }

  #form_marker,
  .form_wrapper {
    left: 0px;
    top: 50%;
    width: 100%;
  }
}

@media (max-width: 540px) {
  .head_slide2 {
    background-image: none !important;
  }
}
/* Fin Sliders */

/* Form Registro */
.input {
  border-radius: 15px;
}

.input.name {
  background-image: url("../images/landing/input-name.png") !important;
  background-position: 15px center;
  background-repeat: no-repeat;
}

.input.email {
  background-image: url("../images/landing/input-email.png") !important;
  background-position: 15px center;
  background-repeat: no-repeat;
}

.btn_yellow {
  background-color: #ffc400;
  background-image: url("../images/landing/register-arrow.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  color: black !important;
  border-radius: 25px !important;
  padding: 7px 85px 7px 15px;
  box-shadow: inset 0px -3px 0px 0px rgb(203, 156, 0);
}

.btn_yellow:focus,
.btn_yellow.focus {
  box-shadow: inset 0px -3px 0px 0px rgb(203, 156, 0) !important;
}

.pretty .state label {
  padding-left: 5px;
}
.pretty .state label:before {
  border: 2px solid #6c6c6c;
  background: white;
}

.pretty.p-default .state label:after {
  transform: scale(0.5);
}

.pretty.p-default input:checked ~ .state label:after {
  background-color: #ffc400 !important;
}

.pretty .state label::after,
.pretty .state label::before {
  width: calc(1em + 4px);
  height: calc(1em + 4px);
}

label.error {
  position: absolute;
  top: 100%;
  right: 15px;
  color: red;
  font-size: 11px;
}

#wterminos {
  padding: 5px;
}

#wterminos.error {
  background-color: #ffb0b0;
  border: 1px solid #858585;
}

select.error,
textarea.error,
input.error {
  background-color: #ffb0b0 !important;
}
/* Fin Form Registro */

/* Features */
.feature {
  height: 260px;
}
@media (max-width: 991px) {
  .features {
    background: white;
  }

  .fature_title {
    height: 40px;
  }

  .feature_description {
    height: 70px;
  }
}
/* Fin Features */

/* Trainer */
.trainer {
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_col {
  display: flex;
  align-items: flex-end;
}

.slide_img {
  max-height: 100%;
  max-width: 100%;
}

@media (max-width: 991px) {
  #trainer .bx-wrapper .bx-controls {
    top: 45%;
    bottom: inherit;
    width: 100%;
    right: inherit;
  }

  .slide_img_movil {
    position: absolute;
    display: block;
    width: 100%;
    top: 55%;
    left: 0;
    height: 45%;
  }
}
/* Fin Trainer */

/* Testimonials */
.testimonial_avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ffc400;
}

@media (max-width: 991px) {
  .testimonials {
    background: white !important;
  }
}
/* Fin Testimonials */

/* Banner */
.banner {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 540px) {
  .banner {
    background: black !important;
  }
}

/* Fin Banner */

/* News */
.new_info {
  bottom: 0;
  left: 0;
  right: 0;
}

.new {
  transform: scale(1);
}

.new:hover {
  transform: scale(1.1);
}

.fixwwhite {
  padding-left: 10px;
  padding-right: 8px;
  text-align: left;
}

.img-resposiva-children {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .news {
    background: white !important;
  }

  .news_list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .new:hover {
    transform: scale(1);
  }

  .fixwwhite {
    white-space: initial;
    padding-left: 10px;
    padding-right: 8px;
    text-align: left;
  }
}
/* Fin News */

/* Prices */
.prices {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.plan_box {
  max-width: 700px;
  border: 1px dashed white;
  margin: 0 auto;
  overflow: hidden;
}

.price_box {
  background: rgba(0, 0, 0, 0.3);
  line-height: 0.8;
  border-radius: 0 10px 10px 0;
}
/* Fin Prices */

/* Foundation */
.foundation {
  margin-top: -30px;
  z-index: 5;
}
/* Fin Foundation */

/* Footer */
footer {
  background: #292929;
}

.footer_redes {
  height: 30px;
  line-height: 30px;
  width: 260px;
  padding: 2px;
}

.footer_follow {
  background-image: url("../images/landing/follow_arrow.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  height: 26px;
  line-height: 26px;
}
/* Fin Footer */

/* Modal Notificación */
.modal-notifiacion .modal-dialog {
  margin-top: 300px;
  width: 400px;
}

.modal-notifiacion .modal-content {
  border-radius: 40px;
}

.modal-notifiacion .modal-body {
  height: 80px;
  padding-left: 130px;
  padding-right: 30px;
  display: flex;
  align-items: center;
}

.modal-notifiacion .woman {
  bottom: 0;
  left: 25px;
}

.progress {
  background-color: #f0f2f8;
  border-radius: 3px;
  box-shadow: none;
  height: 20px;
  margin-top: 5px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.progress-bar {
  background-color: #ffc400;
  box-shadow: none;
  text-align: left;
  height: 100%;
  width: 100%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes bar-loading {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 1.5s linear infinite, bar-loading 1.5s linear;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.25) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.25) 50%,
    rgba(255, 255, 255, 0.25) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}

.error_icon,
.succes_icon {
  top: 15px;
  right: 15px;
}
/* Fin Modal Notificación */



/* Modal Test */
.modal-goals .modal-dialog {
  width: 650px;
  max-width: 650px;
  margin-top: 12vh;
}

.modal-goals .modal-content {
  border-radius: 15px;
}

.modal-goals .modal-body {
  padding-left: 235px;
  padding-right: 20px;
}

.modal-goals .modal-body:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  background: #ffc400 url(../images/backend/header.png);
  width: 200px;
  border-radius: 15px 0 0 15px;
  top: 0;
  left: 0;
}

.modal-goals .man_modal {
  bottom: 0;
  left: -20px;
  max-width: 250px;
}

.modal-goals .modal_title {
  position: absolute;
  right: 0;
  top: 20px;
  background: black;
  border-radius: 50px 0 0 50px;
  padding: 10px 20px 10px 60px;
  width: 500px;
}

.modal-goals .body_test {
  margin-top: 80px;
  display: flex;
  min-height: 160px;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.modal-goals .body_test [data-noti="text"] {
  border: 1px solid grey;
  padding: 4px;
  border-radius: 8px;
}

.modal-goals .icon_title {
  top: 57%;
  left: 20px;
  margin-top: -18px;
  width: 28px;
}
.modal-goals .button_bar {
  margin-top: 20px;
}

.fondo_amarillo_claro {
  background: rgba(255, 198, 0, 0.4);
}

.goals_goback {
  position: absolute;
  top: 100%;
  margin-top: 0;
  right: 0;
}

@media (max-width: 991px) {
  .modal-goals .modal-dialog {
    width: initial;
    max-width: initial;
    margin-top: 20px;
  }

  .modal-goals .modal-body {
    height: auto;
    padding: 20px;
    margin-top: 30px;
  }

  .modal-goals .man_modal { 
    display: none;
  }
  .modal-goals .body_test { 
    margin-top: 30px;
    min-height: 100px;
  }

  .modal-goals .modal-body:before {
    display: none;
  }

  .modal-goals .modal_title {
    position: relative;
    right: 10px;
    top: 0;
    padding: 10px 20px 10px 60px;
    width: 110%;
  }

  div.text1
  {
    width: 100%;
  }

  .contentModalVideo
  {
      display: flex;
      position: absolute;
      right: 16%;
      top: 100%;
  }
}
/* Fin Modal Terminos y condiciones */


.align-self-flex-start {
  align-self: flex-start;
}
.align-self-flex-end {
  align-self: flex-end;
}

.btnModalVideo:focus, .btnModalVideo.focus {
  box-shadow: none !important;
}

.btnModalVideo 
{
    box-shadow: none;
    background-image: none;
    padding: 7px;
    width: 186px;
    display: flex;
    align-items: center;
    background: transparent;
    border: 3px solid white;
    color: white !important;
}

@media (max-width: 480px) {
  .contentModalVideo
  {
    right: 8%;
    top: 13%;
  }
}