@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: #00d5ff;
}

yellow {
  color: #00d5ff;
}

.fondo_yellow {
  background-color: #00d5ff;
}
/* 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-toggle {
  background-color: white;
  margin-top: 16px;
}

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

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

.navbar-brand img {
  max-width: 150px;
  margin: 0 auto;
  top: 0px;
  position: absolute;
}
@media (max-width: 767px) {
  .navbar-brand img {
    max-width: 100px;
    z-index: 1300;
  }
}

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: 991px) {
  .top-bar {
    background: rgba(0, 0, 0, 1);
    position: relative;
  }

  .login_bar {
    background: none;
  }

  #menu {
    height: auto;
    background-color: black;
  }

  .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: #00d5ff;
}

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

.text2 {
  top: 32%;
  left: 55%;
}

.text3 {
  top: 31%;
  left: 55%;
}
.text5 {
  top: 45%;
  width: 75%;
}

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


@media (max-width: 991px) {
  .bx-wrapper .bx-viewport .bxslider.bxslider_head li {
    background-size: cover;
    background-color: #000000;
  }

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

  /* .head_slide2 {
    background-image: none !important;
  } */

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

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

  .text3 {
    top: 10%;
    left: 5%;
    font-size: 14px;
  }

  .text5 {
    top: 30%;
    width: 100%;
  }

  #form_marker,
  .form_wrapper {
    left: 0px;
    top: 39%;
    width: 100%;
  }
  #form_marker,
  .form_wrapper .form-group {
    margin-bottom: 0px !important;
  }
  #form_marker,
  .form_wrapper .form-group span:last-child {
    font-size: 10px;
  }
}
/* 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: #00d5ff;
  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(14, 142, 168);
}

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

.pretty  {
  position: relative;
}

.pretty span {
  line-height: 1;
  padding-top: 18px;
  position: absolute;
}

.pretty .state label {
  padding-left: 5px;
  position: relative;
  line-height: 1;
}
.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: #00d5ff !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 */
@media (max-width: 991px) {
  .features {
    background: white;
  }

  .fature_title {
    height: 40px;
  }

  .feature_description {
    height: 120px;
  }
}
/* 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 #00d5ff;
}

@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: 991px) {
  .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;
}
@media (max-width: 767px) {
  .modal-notifiacion .modal-content {
    width: 94vw;
  }
}

.modal-notifiacion .modal-body {
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

.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;
}

.progress-bar {
  background-color: #00d5ff;
  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: #00d5ff 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%;
  }
}
/* Fin Modal Terminos y condiciones */

.category_block {
  top: 0;
  right: 0;
  justify-content: center;
  display: flex;
}

.category_block .dropdown-toggle {
  background: white;
  color: #959595;
  border: 4px solid #eeeeee !important;
  border-radius: 25px;
  position: relative;
  box-shadow: none !important;
}

.category_block .dropdown-toggle:after {
  right: 15px;
  top: 20px;
  position: absolute;
}

.category_block .dropdown-toggle:active,
.category_block.open .dropdown-toggle {
  background-color: #00d5ff !important;
  color: #ffffff;
  border: 4px solid #ffffff !important;
  border-radius: 25px;
  position: relative;
}

.category_block .dropdown-menu {
  background-color: #00d5ff !important;
  color: #ffffff;
  border-radius: 0 0 10px 10px;
  position: relative;
  margin-top: -5px;
  max-width: 80%;
  box-shadow: none !important;
  border: none !important;
  left: inherit !important;
  width: 100%;
  position: absolute;
  will-change: transform;
}

.category_block .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #ffd446 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.category_block .dropdown-menu .dropdown-item > a {
  color: white;
}

.category_block .dropdown-menu .dropdown-item:last-child {
  border-bottom: none !important;
}

.category_block .dropdown-menu .dropdown-item.activa,
.category_block .dropdown-menu .dropdown-item:hover,
.category_block .dropdown-menu .dropdown-item:focus {
  background: #dba800 !important;
  font-size: 16px !important;
  font-weight: bold !important;
}
.category_block .dropdown-menu .dropdown-item.activa > a,
.category_block .dropdown-menu .dropdown-item:hover > a,
.category_block .dropdown-menu .dropdown-item:focus > a {
  background: transparent;
}
@media (max-width: 767px) {
  .category_block {
    position: relative;
  }
}
.blog_content img {
  max-width: 100%;
}

.banner_normal {
  top: 0;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  display: block;
  overflow: hidden;
}
.banner_normal img {
  height: auto;
  width: 100%;
  min-height: 100%;
  margin: auto;
}

.img-logo-footer {
  width: 150px;
}

.imagen-centrada {
  display: flex;
  width: 100%;
  justify-content: center;
}
.imagen-centrada img {
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.icon-bar {
  background-color: black;
}