/* @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;
}
.grey {
  color: #6c6c6c !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: var(--main-color);
}

color {
  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: 170px;
  display: flex;
  align-items: center;
}

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

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;
  padding: 0;
  background: none;
  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);
  background: none;
}
.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;
}

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

.sliderhead-text {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-flow: column;
  margin-left: 17%;
  margin-top: 18%;
  color: white;
  line-height: 1;
  width: 67vw;
}


.head_slider_content {
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-form {
  position: absolute;
  height: 100%;
  width: 50%;
}
.slider-form.left {
  left: 0;
  padding-right: 30px;
  padding-left: 5%;
}
.slider-form.right {
  right: 0;
  padding-right: 5%;
  padding-left: 50px;
}


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

.text2 {
  top: 35%;
}

.text3 {
  top: 33%;
}
.text5 {
  top: 49%;
  width: 75%;
}

.sliderhead-text .text1 {
  font-size: 50px;
  font-weight: bold;
}
.sliderhead-text .text2 {
  font-size: 50px;
  font-weight: bold;
}
.sliderhead-text .text3 {
  font-size: 16px;
}

.text5 {
  top: 49%;
  width: 75%;
}

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

.form_thanks {
  left: 0px;
  top: 38%;
  width: 75%;
}

@media (max-width: 991px) {
  .slider-form {
    width: 100%;
  }

  .form_thanks {
    width: 100%;
  }

  .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: 20%;
    left: 5%;
  }

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

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

  #form_marker,
  .form_wrapper {
    left: 0px;
    top: 39%;
    width: 100%;
  }
  #form_marker,
  .form_wrapper .form-group {
    margin-bottom: 10px !important;
  }
  #form_marker,
  .form_wrapper .form-group span:last-child, .form_wrapper .form-group label: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-left: 10%;
    margin-right: 10%;
  }

  .sliderhead-text .text1 {
    font-size: 28px;
  }
  .sliderhead-text .text2 {
    font-size: 28px;
  }
  .sliderhead-text .text3 {
    font-size: 16px;
  }
  .bxslider_trainer_content .bx-wrapper .bx-controls {
    position: initial;
  }

  .slider-form.left {
    left: 0;
    padding-right: 7%;
    padding-left: 2%;
  }
  .slider-form.right {
    right: 0;
    padding-right: 7%;
    padding-left: 2%;
  }
}
/* 
@media (min-width: 992px) {
  .thumbs-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }
  .thumbs-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 100px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
} */

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .thumbs-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.thumbs-indicators {
  display: none;
}
/* .thumbs-indicators > * {
  width: calc(100% / 3);
} */

.thumbs-indicators > *.active, .thumbs-indicators > *:hover {
  background-color: var(--main-color);
}

@media (min-width: 768px) {
  .thumbs-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    left: auto;
  }
  .thumbs-indicators > * {
    text-decoration: none !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 8px;
    opacity: 1;
    width: 200px;
    height: 100px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
    background-clip: padding-box;
    border: none;
    /* -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; */
    overflow: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .thumbs-indicators > * .text-title {
    width: 50%;
    /* display: block; */
    text-indent: initial;
    color: white;
    text-shadow: 0px 0px 5px #5b5b5b;
    text-align: left;
    padding-left: 7px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .thumbs-indicators > * .text-title .text-articulo::after {
    content: " ";
    width: 50%;
    position: absolute;
    background: #c3c3c3;
    display: block;
    height: 1px;
    margin-top: 5px;
  }
  .thumbs-indicators > * .text-title .text-articulo {
    width: 90%;
    font-size: 0.75em;
    margin: 0 auto;
  }
  .thumbs-indicators > * > img {
    height: 85px;
    width: 85px;
    max-width: 50%;
    max-height: 100%;
  }
}
/* 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;
}

.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: 96%;
  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 */
.features-icono {
  max-height: 300px;
  height: auto;
  max-width: 300px;
  width: 100%;
}
@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: center;
}

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

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


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

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


/* team */
.team {
  transform: scale(1);
  display: block;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  transition: all 0.2s ease-in;
  height: 100%;
  background: #FFF;
}

/* .team:hover {
  transform: scale(1.1);
} */
.team .team-content-imagen {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin: auto;
  width: 100%;
}
.team .team_info {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  text-align: left;
}
.team .team-content-title {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
}
.team .team-content-subtitulo {
  margin-bottom: 0px;
  font-size: 13px;
  width: 100%;
  color: #1982C6;
}
.team .team-content-description {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.4;
  width: 100%;
}
.team .team-content-separador {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .team {
    /* display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px; */
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  /* .team:hover {
    transform: scale(1);
  } */
  .team .team-content-titulo {
    font-size: 16px;
  }
  .team .team-content-subtitulo {
    font-size: 15px;
  }
  .team .team-content-description {    
    font-size: 14px;
  }

  .team .team-content-imagen {
    /* grid-area: 1 / 1 / 4 / 2;
    width: auto;
    height: 100%; */
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
  /* .team .rectangle_11-inner {
    position: relative;
    width: auto;
    height: 100%;
    align-items: center;
    display: flex;
  } */

  /* .team .rectangle_11-inner-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
  } */

  .team .team_info {
    /* grid-area: 4 / 1 / 8 / 2;
    background: #FAFAFA; */
    padding: 20px;
    display: flex;
    width: 100%;
    height: 100%;
  }
}
/* Fin teams */

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

@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 #fff !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: var(--shaded-color) !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 {
  max-width: 250px;
  max-height: 350px;
  width: auto;
  height: auto;
}

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

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

.text-shared {
  margin-right: 20px;
  width: 100%;
  text-align: center;
}

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

/* about us */

.content-overbanner {
  /* top: -70px; */
  position: relative;
}
.content-overbanner .content-float {
  background: white;
  width: calc(100% - 30px);
  height: auto;
  bottom: calc(100% - 1px);
  position: absolute;
}

.content-overbanner .br-t {
  border-top-left-radius: 15px;;
  border-top-right-radius: 15px;;
}

@media (min-width: 768px) {
  .content-overbanner {
      width: 750px;
  }
  .content-overbanner .content-float {
    
  }
}

@media (min-width: 992px) {
  .content-overbanner {
      width: 900px;
  }
}

@media (min-width: 1200px) {
  .content-overbanner {
      width: 966px;
  }
}

.btn_main {
  background: var(--button-color) !important;
  color: var(--button-text-color) !important;
  border-radius: 25px !important;
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 30%);
  height: 35px !important;
  font-size: 15px;
  padding: 7px 14px !important;
}

.btn_main:focus,
.btn_main.focus {
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 30%) !important;
}

.btn_main_inv {
  background-color: var(--button-text-color);
  color: var(--button-color) !important;
  border-radius: 25px !important;
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 30%) !important;
}

.btn_main_inv:focus,
.btn_main_inv.focus {
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 30%) !important;
}