@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: "Montserrat", 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;
}
.fondo_azul_oscuro {
  background-color: #222730 !important;
}

.yellow {
  color: var(--main-color);
}

yellow {
  color: var(--main-color);
}

.fondo_yellow {
  background-color: var(--main-color);
}
/* Fin Colores */

/* Barra y Menu Superior */
.top-bar {
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,241,255,0) 100%);
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: auto;
  z-index: 1040;
}

.top-bar.active {
  background-color: rgba(0,0,0,0.7);
}
.navbar {
  height: 100px;
  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: 250px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 78px;
}

.navbar-brand img {
  margin: 0 auto;
  max-height: 100%;
}
@media (max-width: 767px) {
  .navbar-brand  {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    width: 200px;
  }
  .navbar-brand img {
    z-index: 1300;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

ul.navbar-nav {
  height: 100%;
  margin-left: 12%;
  margin-top: 20px;
}

.navbar-nav > li {
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  height: 70px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.navbar-nav > li > a {
  text-decoration: none !important;
  display: flex;
  height: 30px;
  align-items: center;
  text-align: center;
  color: white !important;
  padding: 0;
  background: none !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.navbar-nav > li > a:hover {
  text-decoration: none !important;
  border-bottom: 3px solid var(--main-color);
}

.navbar-nav > li > a.link_action {
  color: white !important;
  background-color: var(--main-color) !important;
  border-radius: 25px !important;
  padding: 18px 16px;
}
.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 (min-width: 992px) and (max-width: 1220px) {
  ul.navbar-nav {
    margin-left: 5%;
  }
  .navbar-brand {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .top-bar {
    background: rgba(0, 0, 0, 1) !important;
    position: relative;
  }
  ul.navbar-nav {
    margin-left: 0;
  }
  .navbar-brand {
    margin-left: 0px;
    width: 200px;
    padding-left: 0 !important;
  }

  .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-next {
  background: url(../images/NextButton.png) no-repeat center !important;
  right: 10%;
}
.bx-wrapper .bx-prev {
  background: url(../images/PrevButton.png) no-repeat center !important;
  left: 10%;
  z-index: 1000 !important;
}

.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: var(--main-color);
}

.head_slider_content .figure-background {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.head_slider_content .figure-background::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1000px 240px 0 0;
  border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
  position: absolute;
  left: 100%;
  bottom: 0;
}
.sliderhead-text {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-flow: column;
  margin-left: 17%;
  margin-top: 14%;
  color: white;
  line-height: 1;
}
.head_slider_content::before {
  content: " ";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.sliderhead-text .text1 {
  font-size: 50px;
  font-weight: bold;
}
.sliderhead-text .text2 {
  font-size: 50px;
  font-weight: bold;
}
.sliderhead-text .text3 {
  font-size: 22px;
}
.text5 {
  top: 49%;
  width: 75%;
}

#form_marker,
.form_wrapper {
  left: 0px;
  top: 53%;
  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;
  }
}
@media (max-width: 767px) {
  .bx-wrapper .bx-next {
    right: 0;
  }
  .bx-wrapper .bx-prev {
    left: 0;
  }

  .sliderhead-text {
    /* margin-top: 55%; */
    margin-top: 35%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .sliderhead-text .text1 {
    font-size: 28px;
  }
  .sliderhead-text .text2 {
    font-size: 28px;
  }
  .sliderhead-text .text3 {
    font-size: 16px;
  }
}
/* 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: var(--main-color);
  background-image: url("../images/landing/register-arrow.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  color: white !important;
  border-radius: 25px !important;
  padding: 7px 85px 7px 15px;
  box-shadow: inset 0px -3px 0px 0px var(--shaded-color);
}

.btn_yellow:focus,
.btn_yellow.focus {
  box-shadow: inset 0px -3px 0px 0px var(--shaded-color) !important;
}

.btn_main {
  background-color: var(--main-color);
  color: white !important;
  border-radius: 25px !important;
  box-shadow: inset 0px -3px 0px 0px var(--shaded-color);
}

.btn_main:focus,
.btn_main.focus {
  box-shadow: inset 0px -3px 0px 0px var(--shaded-color) !important;
}
.btn_main_inv {
  background-color: white;
  color: var(--main-color) !important;
  border-radius: 25px !important;
}


/* .btn_main.active, 
.btn_main:active {
  box-shadow: inset 0px -3px 0px 0px #1B6516 !important;
  color: #fff;
  background: #2FAF27;
  border-color: #2FAF27;
  filter: opacity(1);
} */

.btn_main_inv:focus,
.btn_main_inv.focus {
}

.btn-primary {
  background: var(--main-color) !important;
  color: white !important;
  border-color: var(--shaded-color);
  box-shadow: inset 0px -3px 0px 0px var(--shaded-color);
  filter: opacity(0.5);
}

.btn-group .btn-primary:first-of-type {
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}
.btn-group .btn-primary:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary.hover, 
.btn-primary:hover, 
.btn-primary:focus-within, 
.btn-primary.active, 
.btn-primary:active {
  box-shadow: inset 0px -3px 0px 0px #1B6516 !important;
  color: #fff;
  background: #2FAF27 !important;
  border-color: #1B6516 !important;
  filter: opacity(1);
}

.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: var(--main-color) !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 var(--main-color);
}

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

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

.banner-superpuesto {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-superpuesto .banner-title {
  line-height: 1;
  margin-bottom: 20px;
}
.banner-icono-play {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 10;
  position: relative;
}

@media (max-width: 540px) {
  .banner-superpuesto .banner-title {
    font-size: 25px;
  }
}

/* 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;
}

.news .news-content-title {
  margin-bottom: 50px;
  margin-top: 40px;
}
.news .news-content-description {
  background-color: #F6F5F2;
  position: relative;
  padding-bottom: 50px;
  min-height: 500px;
}

.news .news-content-imagen {
  position: absolute;
  right: 0;
  width: 46%;
  top: 0;
  top: -40px;
}

@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 */

/* Partners */


.partner {
  transform: scale(1);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(7, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 420px;
  border-radius: 20px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
  overflow: hidden;
  transition: all 0.2s ease-in;
}

.partner:hover {
  transform: scale(1.1);
}
.partner .partner-content-imagen {
  grid-area: 1 / 1 / 4 / 2;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner .partner-content-imagen img {
  max-width: 90%;
  max-height: 90%;
}
.partner .partner_info {
  grid-area: 4 / 1 / 8 / 2;
  background: #FAFAFA;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  text-align: center;
}
.partner .partner-content-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}
.partner .partner-content-description {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.1;
  margin-top: 10px;
  width: 100%;
}

@media (max-width: 991px) {
  .partner:hover {
    transform: scale(1);
  }
}
/* Fin Partners */

/* 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: -50px;
  z-index: 5;
}
.foundation .img-partners {
  z-index: 6;
  left: -70px;
  position: relative;
  max-width: initial;
  bottom: 0;
  width: 120%;
  bottom: 0;
}
.foundation .foundation-footer {
  background-color: #F8920B;
  color: white;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  /* position: absolute; */
  z-index: 1;
  bottom: 0;
}

.partners-slide {
  margin-bottom: 50px;
}

.partners-slide .slick-slide {
  display: flex;
  justify-content: center;
}
.partners-slide .slick-slide > img {
  max-width: 200px;
  max-height: 100px;
}
.partners-slide .slick-track {
  display: flex;
  align-items: baseline;
}

@media (max-width: 991px) {
  .foundation {
    height: auto;
    margin-top: 0;
  }
  .partners-slide {
    margin-bottom: 40px;
  }
  .foundation .foundation-footer {
    position: relative;
  }
}
/* 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;
}

@media (max-width: 767px) {
  .footer_redes {
    width: 100%;
    text-align: center;
  }
}
/* 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: var(--main-color);
  box-shadow: none;
  text-align: left;
  height: 100%;
  width: 100%;
}

.progress-mini {
  position: relative;
  overflow: visible;
  height: 10px;
  background-color: #EBEBEB;
}
.progress-mini .progress-bar {
  z-index: 1;
  position: relative; 
}

@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: var(--main-color) 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: var(--main-color) !important;
  color: #ffffff;
  border: 4px solid #ffffff !important;
  border-radius: 25px;
  position: relative;
}

.category_block .dropdown-menu {
  background-color: var(--main-color) !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: 100%;
}

@media (max-width: 991px) {
  .img-logo-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

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

#modalTerms {
  z-index: 1060;
}
#modalNotificacion {
  z-index: 1060;
}
#modalPrivacy {
  z-index: 1060;
}

/** EStilo container objetivo */
.container.container-objetivo {
  z-index: 100;
  height: 135px;
}
.content-objetivo {
  background-color: white;
  position: relative;
  top: -140px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px; 
  height: auto;
  box-shadow: 0px 2px 5px 3px rgba(0,0,0,0.3);
  width: 100%;
  overflow: hidden;
  max-height: 400px;
  min-height: 300px;
}

.content-objetivo .content-1 {
  background-color: var(--main-color);
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
  padding: 20px 25px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.content-objetivo .objetivo-descripcion {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: white;
}
.content-objetivo .content-1::after {
  content: "";
  position: absolute;
  left: 99.9%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 450px 40px 0 0;
  border-color: var(--main-color) transparent transparent transparent;
}
.content-objetivo .content-2 {
  background-color: white;
  grid-area: 1 / 2 / 2 / 5;
  padding-left: 66px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-objetivo .progress-mini .imagen-progreso {
  position: absolute;  
  right: 0;
  width: 153px;
  height: 90px;
  bottom: 3px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.content-objetivo .progreso-display {
  background-color: #F7F7F7;
  width: auto;
  border-radius: 8px;
  margin: auto;
  top: -45px;
  position: absolute;
  z-index: 0;
  left: 40%;
  height: 100px;
  padding: 14px;
  font-weight: bold;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-objetivo .progreso-display .item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  }

.content-objetivo .progreso-display .item:nth-child(2) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  }

.content-objetivo .progreso-display .item:nth-child(3) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

@media (max-width: 991px) {
  .content-objetivo {
    height: auto;
    top: -232px;
    max-height: 500px;
    min-height: 350px;
  }
  .content-objetivo .objetivo-descripcion {
    font-size: 24px;
  }
  .content-objetivo .content-1::after{
    border-width: 600px 50px 0 0;
  }
  .content-objetivo .content-2 {
    padding-left: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .content-objetivo .progress-mini .imagen-progreso {
    display: none;
  }
}

@media (max-width: 767px) {
  .content-objetivo {
    min-height: 500px;
    height: auto;
    margin-right: 15px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px; 
    overflow: hidden;
    max-height: 600px;
    top: -225px;
  }
  .container.container-objetivo {
    height: 271px;
  }
  .content-objetivo .objetivo-descripcion {
    font-size: 20px;
  }
  .content-objetivo .content-1 {
    padding: 10px 15px;
    grid-area: 1 / 1 / 2 / 2;
  }
  .content-objetivo .content-1::after{
    border-width: 0 800px 21px 0;
    border-color: transparent var(--main-color) transparent transparent;
    left: 0;
    top: 100%;
  }
  .content-objetivo .content-2 {
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 20px;
    grid-area: 2 / 1 / 6 / 2;
  }
  .content-objetivo .content-2 .view-meta {
    text-align: right !important;
  }
  .content-objetivo .progreso-display {
    background: transparent;
    height: auto;
    flex-direction: revert;
    top: 0;
  }
  .content-objetivo .progreso-display .item:nth-child(2) {
    margin: 0px 3px;
  }
  .content-objetivo .progreso-display .item:nth-child(3){
    font-weight: normal;
  }
  .content-objetivo .progress-mini .imagen-progreso {
    width: 105px;
    height: 53px;
  }
}

@media (max-width: 360px) {
  .content-objetivo {
    top: -150px;
  }
}
/** END EStilo container objetivo */

/* .modal-dialog {
  width: 600px;
  margin: 60px auto;
} */

/** Modal donation */

.donate-input-mount {
  height: 50px;
  border-width: 5px;
  border-radius: 30px;
  text-align: center;
  padding: 25px;
  font-size: 40px;
}

.btn_stripe {
  background-color: #696BED;
  background-image: url("../images/register-arrow.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  color: black !important;
  border-radius: 25px !important;
  padding: 4px 40px 3px 22px;
  box-shadow: inset 0px -3px 0px 0px #3a37ac;
  border: none !important;
  line-height: 1;
}

.input-card {
  border: 4px solid #eeeeee !important;
  outline: none !important;
  box-shadow: none !important;
  height: 42px;
  border-radius: 15px;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
 /* .StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
} */

.content-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.text-shared {
  margin-right: 20px;
}

.btn-shared {
  border-radius: 4px;
  border: 2px solid #a6a6a699;
  padding: 4px 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: 0.2 all;
  margin-right: 7px;
}

@media (max-width: 360px) {
  .btn_stripe {
    padding: 4px 20px 3px 12px;
    font-size: 11px;
  }
  .btn_stripe img {
    height: 30px;
  }
}

.goal {
  border: 2px dashed #d1d1d1;
  border-radius: 4px;
}
.goal.plan_item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
} 

[type="radio"]:checked + .goal, .goal:hover {
  background: var(--main-color);
  color: white;
}


.no-plan-fre{
  border: 2px dashed #707070;
  border-radius: 4px;
  text-align: center;
  background: rgb(233 82 27 / 14%);
  padding: 30px 50px;
  font-weight: bold;
  font-size: 17px;
}