@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

.font-open-sans {
  font-family: "Open Sans", sans-serif;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.title-1 {
  font-style: normal;
  font-size: 40px;
  line-height: 50px;
}

.title-2 {
  font-style: normal;
  font-size: 36px;
}

.title-3 {
  font-style: normal;
  font-size: 30px;
}

.title-4 {
  font-style: normal;
  font-size: 25px;
}

.title-5 {
  font-style: normal;
  font-size: 22px;
}

.header-index {
  font-size: 35px;
}

.text-1 {
  font-size: 25px;
}

.text-2 {
  font-size: 20px;
}

.text-3 {
  font-size: 18px;
}

.text-4 {
  font-size: 16px;
}

.text-5 {
  font-size: 15px;
}

.text-6 {
  font-size: 14px;
}

.text-7 {
  font-size: 13px;
}

.consejos-content img {
  border-radius: 50%;
}

.video-js {
  height: 405px;
  width: 100%;
  margin: 3em auto;
  display: block;
}

.max-width {
  max-width: 400px;
}

.podcast-card {
  box-shadow: none !important;
}

.activity .card.podcast-card {
  max-width: 350px;
}

.info-display-podcast {
  height: auto;
  padding-top: 0;
  box-shadow: 0px 5px 5px rgba(41, 41, 42, 0.15);
  border-radius: 6px;
  margin: 10px 0;
  background-color: #fff;
  width: 100%;
}

.nutrition h4,
.nutrition p {
  text-align: justify;
  width: 100%;
}

.podcast-row {
  display: flex;
}

.podcast-row-left {
  padding: 2em 10px 1em;
  width: 16%;
}

.podcast-row-left img {
  display: initial;
  margin: 0;
  height: 66px;
  width: 66px;
  max-width: 100%;
}

.activity .podcast-row-left img {
  display: initial;
  margin: 0;
  height: auto;
  width: 66px;
  max-width: 100%;
}

.podcast-row-right {
  width: 70%;
  padding: 2em 1em 1em;
}

.container-cards-recetas .color-gray-middle {
  color: #0c2340;
}

.container-cards-recetas .color-gray-middle small {
  color: #a3a3a3;
}

.podcast-row-right h2 {
  text-align: left;
  font-size: 0.95em;
  font-style: normal;
  font-weight: 700;
  color: #000;
  line-height: 19px;
  letter-spacing: 0em;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

audio {
  width: 88%;
  margin: 0 auto;
  display: block;
}

.video-card {
  display: flex;
}

.card-video-image {
  padding: 10px;
}

.video-card p {
  padding: 15px;
}

.mbl {
  display: none !important;
}

/*  nuevo menu superior */

ul.nav li:before {
  display: none;
}

ul.nav {
  list-style: none;
}

.nav > li {
  float: left;
}

.nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 12px;
  display: block;
}

.nav li a:hover {
  color: #ffb800;
}

.nav li ul {
  display: none;
  position: absolute;
  min-width: 140px;
  background: #325ebf;
  padding: 10px;
  margin: 0;
  border-radius: 15px;
}

.nav li:hover > ul {
  display: block;
}

.nav li ul li {
  position: relative;
  margin: 2px 0px;
  padding: 0;
}

.nav li ul li ul {
  right: -140px;
  top: 0px;
}

.nav li ul li a {
  padding: 5px 12px;
}

/*  fin nuevo menu superior */

.prev-slide,
.next-slide {
  display: none;
}

.infografias h4 {
  min-height: 42px;
  text-align: left !important;
  width: 88%;
}

.infografias small {
  width: 88%;
  color: #4365c4;
}

.section-all-about {
  background-image: url(../img/bg-todo-sobre.jpg);
  background-repeat: no-repeat !important;
  background-position: right top;
  margin: auto;
  width: 100%;
  max-width: 1400px;
  min-height: 450px;
  padding-top: 8px;
  margin-top: 20px;
}

.section-nutrition {
  background-image: url(../img/bg-nutricion.jpg);
  background-repeat: no-repeat !important;
  background-position: right top;
  margin: auto;
  width: 100%;
  max-width: 1400px;
  min-height: 450px;
  padding-top: 8px;
  margin-top: 53px;
}

.section-blog {
  background-image: url(../img/bg-nutricion.jpg);
  background-repeat: no-repeat !important;
  background-position: right top;
  margin: auto;
  width: 100%;
  max-width: 1400px;
  min-height: 450px;
  padding-top: 8px;
  margin-top: 53px;
}

.section-activity {
  background-image: url(../img/bg-actividad-fisica.jpg);
  background-repeat: no-repeat !important;
  background-position: right top;
  margin: auto;
  width: 100%;
  max-width: 1400px;
  min-height: 450px;
  padding-top: 8px;
  margin-top: 20px;
}

.section-activity.alimentacion-sana {
  background-image: url(../img/img-nutricion-1.png);
  background-repeat: no-repeat !important;
  background-position: right top;
  width: 100%;
  min-height: 450px;
  padding-top: 8px;
  margin-top: 20px;
  max-width: 100%;
}

.section-all-about .content {
  max-width: 1200px;
  margin: 60px auto 60px auto;
  width: 90%;
}

.section-nutrition .content {
  max-width: 1200px;
  margin: 60px auto 60px auto;
}

.section-blog .content {
  max-width: 1200px;
  margin: 60px auto 60px auto;
  width: 90%;
}

.section-activity .content {
  max-width: 1200px;
  margin: 60px auto 60px auto;
  width: 90%;
}

.section-mind {
  background-image: url(../img/bg-salud-mental.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  margin: auto;
  width: 100%;
  max-width: 1400px;
  min-height: 450px;
  padding-top: 8px;
  margin-top: 47px;
}

.section-mind small {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #4365c4;
}

.section-mind .content {
  max-width: 1200px;
  margin: 60px auto 60px auto;
  width: 90%;
}

.divider-reloj {
  margin-bottom: -30px;
  margin-top: -58px;
}

.nutrition .swiper-slide {
  max-width: 327px;
}

.blog h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  min-height: 63px;
}

.section-cards-top-container.todo-sobre .swiper-slide {
  min-height: 417px;
  justify-content: space-between;
}

.blog p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  min-height: 73px;
}

.blog a.btn.btn-orange {
  margin-left: auto;
  margin-right: auto;
}

.blog .swiper-wrapper {
  height: 99%;
}

.section-referencias .d-flex.grid-max.justify-content-between {
  width: 100%;
  justify-content: space-between;
}

.desk-60 {
  width: 60%;
}

.content-home {
  position: relative;
}

.content-home .top-home {
  width: 100%;
  height: 59vh;
  position: absolute;
  top: 0;
  background-color: #4365c4;
}

@media only screen and (max-width: 720px) {
  .title-1 {
    font-size: 38px;
  }
  .title-2 {
    font-size: 30px;
  }
  .section-referencias .d-flex.grid-max.justify-content-between {
    justify-content: space-around;
    width: 100%;
    flex-direction: column;
    height: 125px;
  }
  .content-home .sections-home .section-cards-top-container.nutrition {
    margin-left: auto !important;
    margin-right: AUTO !important;
  }
  .mind .swiper-slide {
    width: 98% !important;
  }
  .content-home .sections-home .section-cards-top-container.blog {
    width: 83% !important;
  }
  .mind .swiper-slide.card-1.d-flex.flex-column.text-left {
    width: 96%;
  }
  .desk-60 {
    width: 100%;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-decoration-none {
  text-decoration: none;
}

.color-white {
  color: #fff;
}

.color-dark {
  color: #474747;
}

.color-orange {
  color: #ffb800;
}

.color-blue {
  color: #4365c4;
}

.bg-gray-ligth {
  background-color: #fafafa !important;
}

.color-gray-dark {
  color: #494949 !important;
}

.color-gray-middle {
  color: #4a4a4a;
}

.fw-bold {
  font-weight: bold;
}

.opacity-0 {
  opacity: 0;
}

.divider-blue {
  height: 1px;
  background-color: #4365c4;
  width: 100%;
  margin: 20px 0px;
}

.btn {
  cursor: pointer;
  padding: 8px 30px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 3px;
  text-decoration: none;
}

.btn .mr {
  margin-right: 10px;
}

.btn .ml {
  margin-left: 10px;
}

.btn-white {
  background-color: #fff;
  color: #6d6d6d;
  transition: box-shadow 300ms;
  border: 1px solid #737373;
}

.btn-white:hover {
  box-shadow: 4px 4px 10px #6d6d6d;
}

.btn-orange {
  background-color: #ffb800;
  color: #fff;
  transition: box-shadow 300ms;
}

.btn-hollow {
  background-color: #fff;
  border: 1px solid #ffb800;
  color: #ffb800;
  transition: box-shadow 300ms;
}

.btn-orange:hover {
  box-shadow: 4px 4px 10px #ffb70092;
}

.logo_cuidate {
  width: 45%;
  margin-top: 2em;
}

.logo_receta_cuidate {
  width: 45%;
  margin-bottom: 2em;
}

.bottom-right-text {
  position: absolute;
  bottom: 68px;
  right: 16px;
  color: darkgray;
  font-size: 12px;
}

.link-icon img {
  margin: 0px 10px;
  width: 22px;
}

.p-0 {
  padding: 0px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-40 {
  width: 40%;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.shadown-card {
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}

.nav-page {
  position: fixed;
  height: 100vh;
  width: 82%;
  background-color: #f0f1f2;
  z-index: 10;
  display: none;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.nav-page .close-modal {
  position: absolute;
  top: 21px;
  right: 21px;
  padding: 0;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  align-self: center;
  display: flex;
}

.nav-page .close-modal img {
  display: inline !important;
  width: 11px;
  height: 11px;
  justify-content: space-around;
  vertical-align: middle;
  margin: auto;
}

nav.mbl {
  background: #fff;
  width: 100%;
  padding: 0;
  color: #565656;
  position: rela;
  /* position: relative !important; */
  position: absolute;
  top: 190px;
}

.nav-page .content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nav-page .content .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: calc(100% - 130px);
  opacity: 0;
}

.nav-page .content .links a {
  text-decoration: none;
}

.nav-page .content .links a:hover {
  opacity: 0.8;
}

.card-image-receta {
  margin-bottom: -60px;
}

@media only screen and (max-width: 720px) {
  .nav-page .content .links a {
    font-size: 20px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 1140px) {
  .nav-page .content .links a {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1440px) {
  .nav-page .content .links a {
    margin: 5px 0px;
  }
}

.nav-page .content .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  padding-bottom: 30px;
  height: 100px;
}

.nav-page .content .bottom .references {
  margin-left: 20px;
}

@media only screen and (max-width: 720px) {
  .nav-page .content .bottom {
    flex-direction: column;
    padding-bottom: 0;
  }
  .references p.color-white.text-6 {
    font-size: 11px;
  }
  .nav-page .content .bottom img.logo {
    height: 44px !important;
  }
}

@keyframes open-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes open-nav {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes close-content {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes close-nav {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}

.nav-page-open {
  display: flex;
  animation: open-nav 300ms forwards;
}

.nav-page-open .content .links {
  animation: open-content 300ms 400ms forwards;
}

.nav-page-close {
  display: flex;
  animation: close-nav 300ms 400ms forwards;
}

.nav-page-close .content .links {
  animation: close-content 300ms forwards;
}

.header-page {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 11vh;
  padding: 0px 4em;
}

@media only screen and (min-width: 1400px) {
  .header-page {
    padding: 3em 3%;
  }
}

.header-page .logo {
  width: 250px;
}

.header-page .icon-menu {
  margin-bottom: 1em;
  padding: 12px;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
}

.header-page .icon-menu div {
  height: 4px;
  width: 90%;
  background-color: #fff;
}

.header-page .icon-menu:hover {
  background-color: #fff;
}

.header-page .icon-menu:hover div {
  background-color: #4365c4;
}

@media only screen and (max-width: 720px) {
  .header-page {
    padding: 0px 2em;
    height: 15vh;
  }
  .header-page .logo {
    width: 220px;
  }
  .header-page .icon-menu img {
    width: 45px;
    cursor: pointer;
  }
}

.footer-page {
  background-color: #4365c4;
}

.footer-page .msd {
  padding: 3em 4em;
  align-items: center;
}

.footer-page .politics {
  margin-top: 15px;
  padding: 3em 4em;
}

.footer-page .politics .contactenos {
  margin-bottom: 15px;
}

@media only screen and (min-width: 960px) {
  .footer-page .politics .contactenos {
    display: none;
  }
}

.footer-page .politics .redes img {
  margin: 0px 10px;
}

.footer-page .politics a {
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-page .politics p {
  color: #fff;
  margin: 0px 5px;
}

@media only screen and (max-width: 546px) {
  .footer-page .msd {
    flex-direction: column;
  }
  .footer-page .msd .logo {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 960px) {
  .links h2 {
    position: absolute;
    top: 30px;
    text-align: left;
    left: 33px;
  }
  ul.nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    list-style-position: inside;
    position: relative;
    background: #f0f1f2;
    width: 100%;
    border-radius: 0;
    padding-left: 40px;
  }
  .footer-page .politics {
    background-color: #494949;
    flex-direction: column;
  }
  .footer-page .politics .links {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .footer-page .politics .links p {
    display: none;
  }
  .footer-page .politics .links a {
    text-transform: none;
  }
  .video-js {
    height: 233px;
  }
}

.section-referencias {
  margin-top: 5em;
  display: flex;
  background-color: #ebebeb;
  padding: 3em 8%;
  justify-content: space-between;
  align-items: center;
}

.section-referencias .hidden-md {
  width: 60%;
}

.section-referencias p {
  word-break: break-word;
  font-size: 13px;
}

@media only screen and (max-width: 720px) {
  .section-referencias .hidden-md {
    width: auto;
    display: none;
  }
  .section-referencias img {
    width: 50%;
  }
}

.section-referencias-2 {
  position: relative;
  background-color: #ebebeb;
  padding: 3em 8%;
  margin-top: 5em;
}

@media only screen and (max-width: 720px) {
  .section-referencias-2 .references {
    display: none;
  }
}

.section-referencias-2 p {
  word-break: break-word;
  font-size: 13px;
}

.section-referencias-2 .top {
  display: flex;
  align-items: flex-start;
}

.section-referencias-2 .top .apoyo {
  width: 400px;
  margin-left: 40px;
}

.section-referencias-2 .top .apoyo img {
  width: 200px;
}

@media only screen and (max-width: 720px) {
  .section-referencias-2 .top {
    flex-direction: column-reverse;
  }
  .section-referencias-2 .top .apoyo {
    width: auto;
    margin: 2em 10px;
  }
  .section-referencias-2 .top .apoyo img {
    width: 200px;
  }
}

@media only screen and (max-width: 960px) {
  .content-home .top-home {
    height: 92vh;
  }
  .section-mind {
    background-size: contain;
  }
  .section-activity {
    background-size: contain;
  }
  .section-nutrition {
    background-size: contain;
  }
  .section-all-about {
    background-size: contain;
  }
}

.content-home .top-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

@media only screen and (min-width: 1400px) {
  .content-home .top-home {
    height: 43em;
  }
  .content-home .top-home.th-nutricion {
    height: 38em;
  }
}

.content-home .slide-home {
  position: relative;
  z-index: 2;
  height: 58vh;
  width: 95%;
}

@media only screen and (min-width: 1400px) {
  .content-home .slide-home {
    height: 38em;
    position: relative;
    z-index: 1;
  }
}

.content-home .slide-home .next-slide {
  position: absolute;
  cursor: pointer;
  right: 100px;
  top: 40%;
  z-index: 2;
}

.content-home .slide-home .prev-slide {
  position: absolute;
  cursor: pointer;
  left: 100px;
  top: 40%;
  z-index: 2;
}

@media only screen and (max-width: 960px) {
  .content-home .slide-home .next-slide,
  .content-home .slide-home .prev-slide {
    display: none;
  }
}

.content-home .slide-home .swiper-button-disabled {
  opacity: 0.6;
}

.content-home .slide-home .slide-card {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 960px) {
  .content-home .slide-home .slide-card {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
  }
  .content-home .slide-home .slide-card p {
    color: #fff;
  }
  .content-home .slide-home .slide-card .buttons {
    flex-direction: column;
  }
}

.content-home .slide-home .slide-card .slide-content {
  width: 43%;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5%;
}

.content-home .slide-home .slide-card .slide-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
}

@media only screen and (max-width: 960px) {
  .content-home .slide-home .slide-card .slide-content {
    width: 85%;
  }
}

.content-home .slide-home .slide-card .slide-img {
  width: 55%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media only screen and (max-width: 960px) {
  .logo_cuidate,
  .logo_receta_cuidate {
    display: none;
  }
}

.content-home .slide-home .slide-card .slide-img img {
  max-height: 100%;
  max-width: 100%;
}

.content-home .sections-home {
  background-color: #fff;
  margin-top: -20px;
  z-index: 3;
  position: relative;
}

.content-home .sections-home .section-cards-top-container {
  width: 80%;
  top: -110px;
  margin-left: 10%;
  position: relative;
}

.content-home .sections-home .section-cards-top-container.todo-sobre {
  width: 80%;
  top: unset;
  position: relative;
  margin: auto;
  margin-top: -181px;
}

.content-home .sections-home .section-cards-top-container.nutrition {
  width: 80%;
  top: unset;
  position: relative;
  margin-top: -280px;
  margin-left: 0;
}

.content-home .sections-home .section-cards-top-container.activity {
  width: 83%;
  top: unset;
  position: relative;
  margin: auto;
  margin-top: -83px;
}

.content-home .sections-home .section-cards-top-container.blog {
  width: 81%;
  top: unset;
  position: relative;
  margin: auto;
  margin-top: 55px;
}

.content-home .sections-home .section-cards-top-container.mind {
  width: 80%;
  top: unset;
  position: relative;
  margin: auto;
  margin-top: -108px;
}

@media only screen and (max-width: 960px) {
  .content-home .sections-home .section-cards-top-container {
    top: 0px;
  }
}

.content-home .sections-home .section-cards-top {
  position: relative;
}

.content-home .sections-home .section-cards-top .swiper-pagination-top {
  margin: 40px 0px;
  align-items: center;
}

@media only screen and (min-width: 920px) {
  .content-home .sections-home .section-cards-top .swiper-pagination-top {
    display: none;
  }
}

.content-home
  .sections-home
  .section-cards-top
  .swiper-pagination-top
  .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0px 8px;
}

.content-home
  .sections-home
  .section-cards-top
  .swiper-pagination-top
  .swiper-pagination-bullet-active {
  height: 15px;
  width: 15px;
  background-color: #4365c4;
}

.content-home .sections-home .section-cards-top .swiper-slide {
  padding-top: 30px;
}

.content-home .sections-home .section-cards-top .swiper-slide .card-1 {
  background-color: #fff;
  align-items: center;
  border-radius: 50px;
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.04);
  width: 84%;
  padding: 0px 6% 25px 6%;
  margin: 3px 2%;
  border: 1px solid #f7f1f1;
}

.nutrition .swiper-slide.card-1 {
  border-radius: 15px !important;
}

.podcast-home {
  justify-content: space-around;
}

.content-home .sections-home .mind .swiper-slide .card-1 {
  overflow: hidden;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0;
}

.blog .card {
  overflow: hidden;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0;
  border: 1px solid #f7f1f1;
  box-shadow: 4px 4px 8px 4px rgb(0 0 0 / 4%);
  padding-bottom: 30px;
}

.blog .swiper-slide {
  vertical-align: top;
  align-items: center;
  align-content: baseline;
  align-self: flex-start;
  padding-top: 0 !important;
  max-width: 308px;
}

.blog .card img {
  width: 100%;
}

.content-home .sections-home .blog .swiper-slide .card-1 {
  overflow: hidden;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0;
  box-shadow: 4px 4px 8px 4px rgb(0 0 0 / 4%);
}

.content-home .sections-home .section-cards-top .swiper-slide .card-1 .divider {
  background: #e1e1e1;
  height: 3px;
  width: 25%;
  margin: 15px 0px;
  border-radius: 3px;
}

.content-home
  .sections-home
  .section-cards-top
  .swiper-slide
  .card-1
  .card-img {
  padding: 10px;
  background-color: #fff;
  border-radius: 100%;
  margin-top: -30px;
}

.content-home .sections-home .mind .swiper-slide .card-1 .card-img {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  margin-top: 0;
}

.content-home .sections-home .nutrition .swiper-slide .card-1 .card-img {
  padding: 10px;
  background-color: transparent;
  border-radius: 100%;
  margin-top: -57px;
}

.content-home .sections-home .section-cards-top .swiper-slide .card-1 p {
  min-height: 76px;
}

.content-home .section-bg-simple {
  position: relative;
  display: flex;
  justify-content: center;
}

.content-home .section-bg-simple .bg-img,
.content-home .section-bg-simple .bg-img-sm {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 720px) {
  .content-home .section-menu-maker .bg-img-sm {
    display: none;
  }
}

@media only screen and (max-width: 720px) {
  .content-home .section-menu-maker .bg-img-sm {
    display: block;
  }
  .content-home .section-menu-maker .bg-img {
    display: none;
  }
  .mind .content-home .sections-home .section-cards-top .swiper-slide .card-1 {
    width: 99%;
  }
  .all-about
    .content-home
    .sections-home
    .section-cards-top
    .swiper-slide
    .card-1 {
    width: 82%;
  }
}

.content-home .section-menu-maker .content {
  position: relative;
  z-index: 2;
  padding: 3em 0em;
  width: 40%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-home .section-menu-maker .content .divider {
  background-color: #e1e1e1;
  height: 3px;
  border-radius: 3px;
  width: 20%;
  margin: 15px 0px;
}

@media only screen and (max-width: 720px) {
  .content-home .section-menu-maker .content {
    width: 80%;
    text-align: left;
    align-items: flex-start;
    margin-top: 28em;
  }
  .content-home .section-menu-maker .content .btn {
    width: 100%;
  }
  .content-home .section-menu-maker .content .color-orange {
    color: #494949;
  }
  .content-home .section-menu-maker .content .divider {
    background-color: #6ecdb1;
  }
}

.content-home .section-recipes {
  margin-top: 8em;
}

.content-home .section-recipes .content {
  position: relative;
  z-index: 2;
  width: 40%;
  padding: 3em 30% 13em 0em;
}

@media only screen and (max-width: 720px) {
  .content-home .section-recipes .content {
    width: 70%;
    padding: 3em 0% 13em 0em;
  }
  .content-home .section-recipes .content .title-2 {
    color: #4365c4;
    width: 80%;
    text-align: center;
    margin-left: 10%;
    margin-bottom: 10em;
  }
  .content-home .section-recipes .content p {
    text-align: justify;
  }
}

.content-home .section-recipes .content .deco-img {
  height: 320px;
  position: absolute;
  right: 0px;
  top: -80px;
  z-index: 2;
}

@media only screen and (max-width: 720px) {
  .content-home .section-recipes .content .deco-img {
    height: 260px;
    top: 9em;
    left: 0;
    margin: auto;
  }
}

.content-home .section-all-about .content .divider {
  background-color: #878787;
  height: 3px;
  border-radius: 3px;
  width: 10%;
  margin: 18px 0px;
}

.content-home .section-nutrition .content .divider {
  background-color: #878787;
  height: 3px;
  border-radius: 3px;
  width: 10%;
  margin: 18px 0px;
}

.content-home .section-activity .content .divider {
  background-color: #878787;
  height: 3px;
  border-radius: 3px;
  width: 10%;
  margin: 18px 0px;
}

.content-home .section-mind .content .divider {
  background-color: #878787;
  height: 3px;
  border-radius: 3px;
  width: 10%;
  margin: 18px 0px;
}

.content-home .section-recipes .content .divider {
  background-color: #878787;
  height: 3px;
  border-radius: 3px;
  width: 10%;
  margin: 18px 0px;
}

@media only screen and (max-width: 720px) {
  .content-home .section-recipes .content .divider {
    opacity: 0;
  }
}

.content-home .section-mediterranean-recipes {
  margin-top: 4em;
}

@media only screen and (max-width: 720px) {
  .content-home .section-mediterranean-recipes .bg-img {
    height: 17em;
  }
}

.content-home .section-mediterranean-recipes .content {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 3em 0em 13em 30%;
}

@media only screen and (max-width: 720px) {
  .content-home .section-mediterranean-recipes .content {
    width: 70%;
    padding: 3em 0% 13em 0;
  }
  .content-home .section-mediterranean-recipes .content .title-2 {
    color: #fff;
    width: 80%;
    text-align: center;
    margin-left: 10%;
    margin-bottom: 10em;
  }
  .content-home .section-mediterranean-recipes .content p {
    color: #494949;
    text-align: justify;
  }
}

.content-home .section-mediterranean-recipes .content .divider {
  background-color: #fff;
  height: 3px;
  border-radius: 3px;
  width: 10%;
  margin: 18px 0px;
}

@media only screen and (max-width: 720px) {
  .content-home .section-mediterranean-recipes .content .divider {
    display: none;
  }
}

.content-home .section-mediterranean-recipes .content .deco-img {
  height: 32x0px;
  position: absolute;
  left: 0px;
  top: -80px;
}

@media only screen and (max-width: 720px) {
  .content-home .section-mediterranean-recipes .content .deco-img {
    height: 260px;
    top: 9em;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.content-home .section-riesgo {
  margin-top: 4em;
}

.content-home .section-riesgo .bg-img {
  object-position: right;
}

@media only screen and (max-width: 720px) {
  .content-home .section-riesgo .bg-img {
    height: 10em;
    border-radius: 4px;
    width: 75%;
  }
}

.content-home .section-riesgo .content {
  position: relative;
  z-index: 2;
  width: 35%;
  padding: 4em 40% 5em 0em;
}

@media only screen and (max-width: 720px) {
  .content-home .section-riesgo .content {
    width: 75%;
    padding: 12em 0% 5em 0%;
  }
  .content-home .section-riesgo .content .title-2 {
    text-align: center;
    color: #4365c4;
  }
  .content-home .section-riesgo .content p {
    text-align: justify;
  }
}

.content-home .section-riesgo .divider {
  background-color: #878787;
  height: 3px;
  border-radius: 3px;
  width: 20%;
  margin: 18px 0px;
}

@media only screen and (max-width: 720px) {
  .content-home .section-riesgo .divider {
    opacity: 0;
  }
}

.content-home .container-slide-recipes {
  position: relative;
}

@media only screen and (max-width: 720px) {
  .content-home .container-slide-recipes {
    width: 80%;
    padding-left: 10%;
  }
}

.content-home .container-slide-recipes .swiper-pagination-recipes,
.content-home
  .container-slide-recipes
  .swiper-pagination-mediterranean-recipes {
  align-items: center;
  margin: 15px;
}

@media only screen and (min-width: 920px) {
  .content-home .container-slide-recipes .swiper-pagination-recipes,
  .content-home
    .container-slide-recipes
    .swiper-pagination-mediterranean-recipes {
    display: none;
  }
}

.content-home
  .container-slide-recipes
  .swiper-pagination-recipes
  .swiper-pagination-bullet,
.content-home
  .container-slide-recipes
  .swiper-pagination-mediterranean-recipes
  .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0px 8px;
}

.content-home
  .container-slide-recipes
  .swiper-pagination-recipes
  .swiper-pagination-bullet-active,
.content-home
  .container-slide-recipes
  .swiper-pagination-mediterranean-recipes
  .swiper-pagination-bullet-active {
  height: 15px;
  width: 15px;
  background-color: #4365c4;
}

.content-home .container-slide-recipes .next-slide-recipes {
  position: absolute;
  cursor: pointer;
  right: 80px;
  top: 45%;
  z-index: 2;
}

.content-home .container-slide-recipes .prev-slide-recipes {
  position: absolute;
  cursor: pointer;
  left: 80px;
  top: 45%;
  z-index: 2;
}

.content-home .container-slide-recipes .swiper-pagination-bullet {
  margin: 3px;
}

@media only screen and (max-width: 720px) {
  .content-home .container-slide-recipes .next-slide-recipes,
  .content-home .container-slide-recipes .prev-slide-recipes {
    display: none;
  }
}

.content-home .container-slide-recipes .slide-recipes,
.content-home .container-slide-recipes .slide-mediterranean-recipes {
  margin-top: -8em;
  position: relative;
  z-index: 2;
  width: 80%;
}

@media only screen and (max-width: 720px) {
  .content-home .container-slide-recipes .slide-recipes,
  .content-home .container-slide-recipes .slide-mediterranean-recipes {
    width: 100%;
  }
}

.content-home
  .container-slide-recipes
  .slide-recipes
  .swiper-slide
  .slide-card-recipes,
.content-home
  .container-slide-recipes
  .slide-mediterranean-recipes
  .swiper-slide
  .slide-card-recipes {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px 0px 0px;
}

@media only screen and (max-width: 720px) {
  .content-home
    .container-slide-recipes
    .slide-recipes
    .swiper-slide
    .slide-card-recipes,
  .content-home
    .container-slide-recipes
    .slide-mediterranean-recipes
    .swiper-slide
    .slide-card-recipes {
    width: 84%;
    margin-left: 8%;
  }
}

.content-home
  .container-slide-recipes
  .slide-recipes
  .swiper-slide
  .slide-card-recipes
  .card-img,
.content-home
  .container-slide-recipes
  .slide-mediterranean-recipes
  .swiper-slide
  .slide-card-recipes
  .card-img {
  height: 8em;
  width: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0px 0px;
}

.content-home
  .container-slide-recipes
  .slide-recipes
  .swiper-slide
  .slide-card-recipes
  .content,
.content-home
  .container-slide-recipes
  .slide-mediterranean-recipes
  .swiper-slide
  .slide-card-recipes
  .content {
  padding: 20px;
  min-height: 200px;
}

.content-home
  .container-slide-recipes
  .slide-recipes
  .swiper-slide
  .slide-card-recipes
  .content
  .type
  img,
.content-home
  .container-slide-recipes
  .slide-mediterranean-recipes
  .swiper-slide
  .slide-card-recipes
  .content
  .type
  img {
  width: 18px;
  height: 12px;
  margin-right: 5px;
}

.content-home .section-cards-2 {
  margin-top: 1em;
  display: flex;
  justify-content: space-evenly;
}

@media only screen and (max-width: 546px) {
  .content-home .section-cards-2 {
    flex-direction: column;
    align-items: center;
  }
}

.content-home .section-cards-2 .card-2 {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px 0px 0px;
  width: 280px;
  text-align: center;
  padding: 160px 25px 25px 25px;
}

.content-home .section-cards-2 .card-2 .btn {
  background-color: #fff;
  color: #6d6d6d;
  transition: box-shadow 300ms;
  border: 1px solid #737373;
}

.content-home .section-cards-2 .card-2 .btn:hover {
  box-shadow: 4px 4px 10px #6d6d6d;
}

.content-home .section-cards-2 .card-2 .circle {
  position: absolute;
  height: 120px;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

.content-home .section-cards-2 .card-2 .icon {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
}

.content-home .more-recipes {
  margin: 20px 0px;
  width: 80%;
  margin-left: 10%;
}

@media only screen and (min-width: 720px) {
  .content-home .more-recipes .btn-normal {
    display: none;
  }
}

@media only screen and (max-width: 720px) {
  .content-home .more-recipes .btn-arrow {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .actividad-fisica-container .content-title-55 {
    margin: 1rem;
  }
  .actividad-fisica-container #test_diabetes h2 {
    margin: 1rem;
  }
}

.content-basic {
  position: relative;
}

.content-basic .top-basic-page {
  position: absolute;
  top: 0;
  width: 100%;
  height: 32em;
  background: linear-gradient(90deg, #4365c4 0%, #273354 100%);
  z-index: 1;
}

@media only screen and (max-width: 720px) {
  .content-basic .top-basic-page {
    height: 38em;
  }
}

.content-basic .section-header-basic {
  position: relative;
  margin-bottom: 2em;
  z-index: 2;
  padding: 3em 10%;
  height: 17em;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (min-width: 1400px) {
  .content-basic .section-header-basic {
    padding: 3em 0%;
  }
}

@media only screen and (max-width: 960px) {
  .content-basic .section-header-basic {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 0;
    padding-top: 0em;
  }
  .divider-reloj img {
    max-width: 337px;
  }
  .divider-reloj {
    margin-bottom: -11px;
    margin-top: 11px;
  }
  .swiper-wrapper.nutrition {
    display: block;
  }
}

.content-basic .section-header-basic .text-header,
.content-basic .section-header-basic .image-header {
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .content-basic .section-header-basic .text-header,
  .content-basic .section-header-basic .image-header {
    width: 90%;
  }
}

.content-basic .section-header-basic .text-header {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 960px) {
  .content-basic .section-header-basic .text-header {
    text-align: center;
    align-items: center;
    margin: 3em 0px 2em 0px;
  }
}

.content-basic .section-header-basic .text-header .deco-line {
  align-items: center;
  margin-top: -1em;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .content-basic .section-header-basic .text-header .deco-line {
    display: none;
  }
}

.content-basic .section-header-basic .text-header .deco-line p {
  color: #ffb800;
  font-size: 50px;
}

.content-basic .section-header-basic .text-header .deco-line .line {
  height: 1px;
  background-color: #ffb800;
  width: 110%;
  margin-left: -5px;
}

@media only screen and (max-width: 960px) {
  .content-basic .section-header-basic .text-header .deco-line .line {
    width: 60%;
  }
}

.content-basic .section-header-basic .text-header .deco-line .deco-circle {
  position: absolute;
  left: 100%;
  top: -50%;
}

.content-basic
  .section-header-basic
  .text-header
  .deco-line
  .deco-circle
  .circle {
  height: 130px;
}

.content-basic
  .section-header-basic
  .text-header
  .deco-line
  .deco-circle
  .icon {
  height: 55px;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.content-basic
  .section-header-basic
  .text-header
  .deco-line
  .deco-circle
  .icon-v {
  width: 55px;
  height: auto;
}

.content-basic .section-header-basic .image-header {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 960px) {
  .content-basic .section-header-basic .image-header {
    justify-content: center;
    justify-content-height: 200px;
  }
}

.content-basic .section-header-basic .image-header img {
  height: 140%;
}

@media only screen and (max-width: 960px) {
  .content-basic .section-header-basic .image-header img {
    height: 250px;
  }
}

.content-basic .section-basic-page {
  margin-top: 1em;
  justify-content: space-between;
  align-items: center;
  padding: 2em 10%;
}

@media only screen and (min-width: 1400px) {
  .content-basic .section-basic-page {
    padding: 2em 0%;
  }
}

@media only screen and (max-width: 960px) {
  .content-basic .section-basic-page {
    flex-direction: column;
  }
  .content-basic .section-basic-page h1,
  .content-basic .section-basic-page h2,
  .content-basic .section-basic-page h3,
  .content-basic .section-basic-page h4 {
    text-align: center;
  }
}

.content-basic .section-basic-page .image,
.content-basic .section-basic-page .content {
  width: 45%;
}

@media only screen and (max-width: 960px) {
  .content-basic .section-basic-page .image,
  .content-basic .section-basic-page .content {
    width: 90%;
    margin-top: 2em;
  }
}

.content-basic .section-basic-page .image img {
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .content-basic .basic-page-responsive-reverse {
    flex-direction: column-reverse;
  }
}

.content-basic .section-basic-page-gray {
  background: linear-gradient(90deg, #f6f7fb 0%, #f6f7fb 100%);
}

.content-basic .content-title-55 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 5em;
}

.content-basic .content-title-55 h1,
.content-basic .content-title-55 h2,
.content-basic .content-title-55 h3 {
  width: 55%;
}

@media only screen and (max-width: 960px) {
  .content-basic .content-title-55 h1,
  .content-basic .content-title-55 h2,
  .content-basic .content-title-55 h3 {
    width: 70%;
  }
}

@media only screen and (max-width: 720px) {
  .content-basic .content-title-55 h1,
  .content-basic .content-title-55 h2,
  .content-basic .content-title-55 h3 {
    width: 90%;
  }
}

.content-basic .content-title-55 p {
  width: 70%;
}

@media only screen and (max-width: 720px) {
  .content-basic .content-title-55 p {
    width: 90%;
  }
}

.content-basic .content-title-70 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 5em;
}

.content-basic .content-title-70 h1,
.content-basic .content-title-70 h2,
.content-basic .content-title-70 h3 {
  width: 70%;
}

@media only screen and (max-width: 960px) {
  .content-basic .content-title-70 h1,
  .content-basic .content-title-70 h2,
  .content-basic .content-title-70 h3 {
    width: 70%;
  }
}

@media only screen and (max-width: 720px) {
  .content-basic .content-title-70 h1,
  .content-basic .content-title-70 h2,
  .content-basic .content-title-70 h3 {
    width: 90%;
  }
}

.content-basic .content-title-70 p {
  width: 70%;
}

@media only screen and (max-width: 720px) {
  .content-basic .content-title-70 p {
    width: 90%;
  }
}

.content-basic .padding-basic {
  padding: 1em 10%;
}

@media only screen and (min-width: 1400px) {
  .content-basic .padding-basic {
    padding: 1em 0%;
  }
}

.content-basic .container-slide-basic {
  position: relative;
  margin: 5em 0em 6em 0px;
}

.content-basic .section-consejo {
  background-color: #ffb800;
  width: 80%;
  margin-left: 10%;
  display: flex;
  justify-content: center;
  padding: 3em 0px;
  position: relative;
  margin-top: 4em;
}

.content-basic .section-consejo .indice {
  left: 0;
  top: 0;
  display: flex;
  position: absolute;
  padding: 10px 2em;
  background-color: #4365c4;
  border-bottom-right-radius: 20px;
}

.content-basic .section-consejo .indice img {
  margin-right: 15px;
}

.content-basic .section-consejo h2,
.content-basic .section-consejo h3,
.content-basic .section-consejo h4 {
  width: 60%;
}

@media only screen and (max-width: 720px) {
  .content-basic .section-consejo h2,
  .content-basic .section-consejo h3,
  .content-basic .section-consejo h4 {
    width: 80%;
    margin-top: 1em;
  }
}

.content-basic .section-consejo .content {
  width: 60%;
  margin: 0px 3%;
}

.content-basic .section-consejo .content h2,
.content-basic .section-consejo .content h3,
.content-basic .section-consejo .content h4 {
  width: 85%;
}

@media only screen and (max-width: 960px) {
  .content-basic .section-consejo .content {
    width: 90%;
  }
  .content-basic .section-consejo .content h2,
  .content-basic .section-consejo .content h3,
  .content-basic .section-consejo .content h4 {
    width: 100%;
  }
}

.content-basic .section-consejo-img {
  padding: 3em 0px;
  position: relative;
  justify-content: flex-end;
}

.content-basic .section-consejo-img img {
  height: 130%;
  position: absolute;
  left: 1em;
  top: -15%;
}

.content-basic .section-consejo-img p {
  width: 65%;
  margin-right: 5%;
}

@media only screen and (max-width: 1140px) {
  .content-basic .section-consejo-img {
    align-items: center;
  }
  .content-basic .section-consejo-img img {
    height: 200px;
    top: 10%;
  }
}

@media only screen and (max-width: 960px) {
  .content-basic .section-consejo-img img {
    max-height: 200px;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .content-basic .section-consejo-img p {
    width: 80%;
    margin-right: 10%;
    margin-top: 200px;
  }
}

.content-basic .section-consejo-img-right {
  padding: 3em 0px;
  position: relative;
  justify-content: flex-start;
}

.content-basic .section-consejo-img-right img {
  height: 130%;
  position: absolute;
  right: 0;
  top: -15%;
}

.content-basic .section-consejo-img-right .img-contain {
  height: 100%;
  top: 0;
}

@media only screen and (max-width: 960px) {
  .content-basic .section-consejo-img-right .img-contain {
    margin-top: 2em;
  }
}

.content-basic .section-consejo-img-right p {
  width: 65%;
  margin-left: 5%;
}

@media only screen and (max-width: 1140px) {
  .content-basic .section-consejo-img-right {
    align-items: center;
  }
  .content-basic .section-consejo-img-right img {
    max-height: 200px;
    max-width: 100%;
    top: 10%;
  }
}

@media only screen and (max-width: 960px) {
  .content-basic .section-consejo-img-right {
    flex-direction: column-reverse;
  }
  .content-basic .section-consejo-img-right img {
    height: 200px;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
  }
  .content-basic .section-consejo-img-right p {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 25px;
    text-align: center;
  }
}

.content-basic .section-consejo .indice {
  left: 0;
  top: 0;
  display: flex;
  position: absolute;
  padding: 10px 2em;
  background-color: #4365c4;
  border-bottom-right-radius: 20px;
}

.content-basic .section-consejo .indice img {
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 15px;
  margin-left: 0px;
  height: 20px;
  position: relative;
}

.content-basic .section-consejo .indice p {
  margin: 0;
  text-align: left;
}

.content-basic .sections-get-recipes {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-left: 10%;
  margin-top: 7em;
}

.content-basic .sections-get-recipes .card {
  position: relative;
  width: 48%;
  height: 12em;
}

.content-basic .sections-get-recipes .card .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-basic .sections-get-recipes .card .bottom {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  bottom: 0;
  width: 100%;
  padding: 10px 0px;
}

.video-todo-sobre {
  width: 50%;
  margin-left: 15%;
  position: relative;
  margin-bottom: 4em;
}

.video-sintomas {
  width: 892.81px;
  height: 420px;
  margin-top: -38px;
  position: relative;
  margin-bottom: 8em;
  margin-left: auto;
  margin-right: auto;
}

.video-sintomas .bg,
.video-todo-sobre .bg {
  width: 100%;
}

.video-sintomas .icon,
.video-todo-sobre .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

@keyframes text-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slide-what-is .next-slide {
  position: absolute;
  cursor: pointer;
  right: 80px;
  top: 45%;
  z-index: 2;
}

.slide-what-is .prev-slide {
  position: absolute;
  cursor: pointer;
  left: 80px;
  top: 45%;
  z-index: 2;
}

@media only screen and (max-width: 720px) {
  .slide-what-is .next-slide,
  .slide-what-is .prev-slide {
    display: none;
  }
}

.slide-what-is .swiper-pagination {
  margin-top: 50px;
}

@media only screen and (min-width: 920px) {
  .slide-what-is .swiper-pagination {
    display: none;
  }
}

.slide-what-is .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0px 8px;
}

.slide-what-is .swiper-pagination .swiper-pagination-bullet-active {
  height: 15px;
  width: 15px;
  background-color: #4365c4;
}

.slide-what-is .swiper-basic {
  position: relative;
  width: 75%;
  padding: 5px 0px;
}

.slide-what-is .swiper-basic .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
  padding: 25px 0px;
  opacity: 0.8;
}

.slide-what-is .swiper-basic .swiper-slide img {
  width: 50%;
}

.slide-what-is .swiper-basic .swiper-slide p {
  width: 80%;
  text-align: center;
}

.slide-what-is .swiper-basic .swiper-slide .text-show-active {
  display: none;
  animation: text-animation 800ms;
}

.slide-what-is .swiper-basic .swiper-slide .line {
  height: 5px;
  width: 100%;
  background-color: #ffb800;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  z-index: 2;
  opacity: 0;
  transition: opacity 400ms;
}

.slide-what-is .swiper-basic .swiper-slide-active {
  opacity: 1;
}

.slide-what-is .swiper-basic .swiper-slide-active .line {
  opacity: 1;
}

.slide-what-is .swiper-basic .swiper-slide-active .text-show-active {
  display: block;
}

.slide-test {
  margin-top: 4em;
}

.slide-test .actions {
  padding: 3em 12%;
  justify-content: space-between;
}

@media only screen and (max-width: 720px) {
  .slide-test .actions {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .slide-test .actions .buttons {
    margin-bottom: 3em;
  }
}

.slide-test .swiper-basic {
  width: 75%;
}

.slide-test .swiper-basic .swiper-slide {
  padding: 5px;
  position: relative;
}

.slide-test .swiper-basic .swiper-slide .indice {
  display: flex;
  position: absolute;
  padding: 10px 2em;
  background-color: #4365c4;
  border-bottom-right-radius: 20px;
}

.slide-test .swiper-basic .swiper-slide .indice img {
  margin-right: 15px;
}

.slide-test .swiper-basic .swiper-slide .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 5em 2em 2em 2em;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width: 960px) {
  .slide-test .swiper-basic .swiper-slide .card {
    flex-wrap: wrap;
    justify-content: center;
    padding: 5em 2em 0em 2em;
  }
  .slide-test .swiper-basic .swiper-slide .card img {
    margin-bottom: 30px;
  }
  .content-home .slide-home {
    height: 100%;
  }
  .slide-content .d-flex.buttons.mt-1 {
    display: inline-block;
  }
  .video-sintomas {
    width: 100%;
  }
}

.slide-test .swiper-basic .swiper-slide .card .content {
  justify-content: space-between;
}

@media only screen and (max-width: 960px) {
  .slide-test .swiper-basic .swiper-slide .card .content {
    margin-top: 3em;
  }
}

@media only screen and (max-width: 720px) {
  .slide-test .swiper-basic .swiper-slide .card .content {
    flex-direction: column;
  }
  .slide-test .swiper-basic .swiper-slide .card .content .title {
    width: 100%;
    margin-bottom: 2em;
  }
}

.container-input-radio {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  margin-bottom: 5px;
}

.container-input-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container-input-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 3px solid #c4c4c4;
  border-radius: 50%;
}

.container-input-radio input:checked ~ .checkmark {
  border: 3px solid #ffb800;
}

.container-input-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-input-radio input:checked ~ .checkmark:after {
  display: block;
}

.container-input-radio .checkmark:after {
  top: 2px;
  left: 2.5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffb800;
}

ul {
  list-style: none;
  padding: 0;
  margin-left: 25px;
  margin-top: 20px;
}

ul li {
  margin: 12px 0px;
  color: #565656;
}

ul li:before {
  content: "•";
  font-size: 40px;
  padding-right: 10px;
  margin-left: -25px;
  color: #ffb800;
  vertical-align: -9px;
  line-height: 20px;
}

.flex-cards {
  display: flex;
  justify-content: space-evenly;
  width: 80%;
  margin-left: 10%;
  margin-top: 6em;
  flex-wrap: wrap;
}

.recetas-max-container {
  width: 60%;
}

.card-receta-content h3.title {
  font-size: 20px;
}

.recetas-max-container .card {
  width: 30% !important;
  margin: 2em 0 !important;
}

@media only screen and (max-width: 720px) {
  .flex-cards {
    width: 90%;
    margin-left: 5%;
  }
}

.flex-cards .card {
  width: 35%;
  margin: 2em 5%;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px 0px 0px;
}

.card-receta-content {
  width: 30%;
  margin: 2em 1%;
}

.section-types-recipes.flex-cards.grid-max > div.card {
  border-radius: 0;
  width: 29%;
  margin: 2em 0.8em 6em;
}

.section-types-recipes.flex-cards.grid-max > div img.card-image {
  width: 50%;
  margin: -87px 25% 0;
}

.section-types-recipes.flex-cards.grid-max > div a {
  background-color: #ffb800;
  color: #fff;
  transition: box-shadow 300ms;
  height: 40px;
  cursor: pointer;
  padding: 8px 0;
  border-radius: 0;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  margin: 20px 0 0;
  text-decoration: none;
}

@media only screen and (max-width: 720px) {
  .flex-cards .card {
    width: 50% !important;
  }
}

@media only screen and (max-width: 546px) {
  .flex-cards .card {
    width: 80% !important;
  }
}

.flex-cards .card .card-image {
  width: 100%;
}

.flex-cards .card .content {
  padding: 20px;
}

@media only screen and (max-width: 720px) {
  .flex-cards .card .content .color-blue {
    font-size: 15px;
  }
}

.flex-cards .card .content .title {
  height: 90px;
}

@media only screen and (max-width: 720px) {
  .flex-cards .card .content .title {
    font-size: 18px;
  }
}

.flex-cards .card .content .icon {
  margin-right: 10px;
}

@keyframes show-modal {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes hidden-modal {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}

.section-body-hurt {
  width: 80%;
  margin-left: 10%;
  position: relative;
  margin-top: 8em;
  margin-bottom: 8em;
}

@media only screen and (max-width: 720px) {
  .section-body-hurt {
    width: 90%;
    margin-left: 5%;
    padding-top: 500px;
    margin-top: 4em;
  }
}

.section-body-hurt .body-actions {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: 0;
}

.section-body-hurt .body-actions .circle {
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 960px) {
  .section-body-hurt .body-actions .circle {
    width: 40%;
  }
}

.section-body-hurt .body-actions .body {
  position: relative;
  z-index: 1;
  margin-top: 4em;
}

.section-body-hurt .body-actions .body-responsive {
  height: 450px;
  display: none;
}

@media only screen and (max-width: 720px) {
  .section-body-hurt .body-actions .circle {
    width: 70%;
  }
  .section-body-hurt .body-actions .body {
    display: none;
  }
  .section-body-hurt .body-actions .body-responsive {
    display: block;
    margin-top: 1em;
  }
}

.section-body-hurt .section-content {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 720px) {
  .section-body-hurt .section-content {
    margin-left: 0%;
  }
}

.section-body-hurt .section-content .item-line {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 720px) {
  .section-body-hurt .section-content .item-line {
    display: none;
  }
}

.section-body-hurt .section-content .item-line .line {
  width: 100%;
  height: 2px;
}

.section-body-hurt .section-content .item-line-1 {
  top: 16%;
  left: 10%;
  width: 40%;
}

.section-body-hurt .section-content .item-line-2 {
  top: 34%;
  left: 10%;
  width: 40.5%;
}

.section-body-hurt .section-content .item-line-3 {
  top: 73%;
  left: 10%;
  width: 41.5%;
  align-items: flex-end;
}

.section-body-hurt .section-content .item-line-3 .line {
  height: 110px;
  margin-bottom: 3px;
}

.section-body-hurt .section-content .item-line-4 {
  top: 20%;
  right: 10%;
  width: 40.5%;
}

.section-body-hurt .section-content .item-line-5 {
  top: 47%;
  right: 10%;
  width: 40.5%;
}

.section-body-hurt .section-content .item-line-6 {
  top: 58%;
  right: 10%;
  width: 40.5%;
  align-items: flex-start;
}

.section-body-hurt .section-content .item-line-6 .line {
  height: 110px;
  margin-top: 3px;
}

.section-body-hurt .section-content .hurts {
  display: flex;
  flex-direction: column;
  width: 250px;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 720px) {
  .section-body-hurt .section-content .hurts {
    width: 45%;
  }
}

.section-body-hurt .section-content .hurts .hurt-item {
  margin: 15px 0px;
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media only screen and (max-width: 720px) {
  .section-body-hurt .section-content .hurts .hurt-item {
    width: auto;
  }
}

.section-body-hurt .section-content .hurts .hurt-item .item-img {
  background-color: #fff;
  margin-left: 30px;
  border-radius: 50px;
  width: 100%;
  padding: 5px;
}

.section-body-hurt .section-content .hurts .hurt-item .item-img img {
  height: 85px;
}

.section-body-hurt .section-content .hurts .hurt-item .btn-arrow {
  cursor: pointer;
  width: 250px;
  margin-top: 8px;
  align-items: flex-center;
  font-size: 15px;
  transition: opacity 100ms, transform 100ms;
}

.section-body-hurt .section-content .hurts .hurt-item .btn-arrow:hover {
  opacity: 0.8;
  transform: scale(1.03);
}

.section-body-hurt .section-content .hurts .hurt-item .btn-arrow .number {
  font-size: 18px;
  margin-top: -4px;
  margin-right: 5px;
}

@media only screen and (min-width: 720px) {
  .section-body-hurt .section-content .hurts .hurt-item .btn-arrow .number {
    display: none;
  }
}

.section-body-hurt .section-content .hurts .hurt-item .btn-arrow img {
  height: 18px;
  width: 20px;
}

@media only screen and (max-width: 720px) {
  .section-body-hurt .section-content .hurts .hurt-item .btn-arrow {
    width: 95%;
    font-size: 12px;
  }
  .section-body-hurt .section-content .hurts .hurt-item .btn-arrow img {
    height: 15px;
    width: 18px;
  }
}

.section-body-hurt .section-content .hurts .hurt-item-r {
  width: 200px;
  align-items: flex-start;
}

@media only screen and (max-width: 960px) {
  .section-body-hurt .section-content .hurts .hurt-item-r {
    width: auto;
    margin-left: 50px;
  }
  .section-body-hurt .section-content .hurts .hurt-item-r .item-img {
    width: 200px;
  }
}

@media only screen and (max-width: 720px) {
  .section-body-hurt .section-content .hurts .hurt-item-r {
    width: auto;
    margin-left: 0px;
  }
  .section-body-hurt .section-content .hurts .hurt-item-r .item-img {
    width: auto;
  }
}

@media only screen and (max-width: 720px) and (max-width: 720px) {
  .section-body-hurt .section-content .hurts .hurt-item-r .btn-arrow {
    width: 95%;
    font-size: 12px;
  }
  .section-body-hurt .section-content .hurts .hurt-item-r .btn-arrow img {
    height: 15px;
    width: 18px;
  }
}

.section-body-hurt .section-content .content-modal-body {
  position: absolute;
  z-index: 4;
  width: 90%;
  left: -5%;
  top: -10%;
  display: none;
  background: rgba(67, 101, 196, 0.9);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 4em 10% 5em 10%;
}

@media only screen and (max-width: 720px) {
  .section-body-hurt .section-content .content-modal-body {
    height: 100%;
    top: -2%;
    padding: 2em 10% 3em 10%;
  }
}

.section-body-hurt .section-content .content-modal-body .close-modal {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 8px;
  background-color: #fff;
  cursor: pointer;
}

.section-body-hurt .section-content .content-modal-body .modal-title {
  align-items: center;
}

.section-body-hurt
  .section-content
  .content-modal-body
  .modal-title
  .modal-line {
  width: 80%;
  align-items: center;
  margin-left: 15px;
}

.section-body-hurt
  .section-content
  .content-modal-body
  .modal-title
  .modal-line
  .line {
  width: 100%;
  height: 3px;
  background-color: #ffb800;
}

.section-body-hurt
  .section-content
  .content-modal-body
  .modal-title
  .modal-line
  p {
  color: #ffb800;
  font-size: 50px;
  margin-left: -5px;
}

@media only screen and (max-width: 720px) {
  .section-body-hurt
    .section-content
    .content-modal-body
    .modal-title
    .modal-line {
    width: 20%;
  }
}

.section-body-hurt .section-content .content-modal-body .modal-list {
  width: 60%;
}

@media only screen and (max-width: 720px) {
  .section-body-hurt .section-content .content-modal-body .modal-list {
    width: 90%;
  }
}

.section-body-hurt .section-content .content-modal-body-active {
  display: block;
  animation: show-modal 250ms forwards;
}

.section-body-hurt .section-content .content-modal-body-hidden {
  display: block;
  animation: hidden-modal 250ms forwards;
}

.section-archives {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin-left: 15%;
  margin-top: 4em;
}

@media only screen and (max-width: 720px) {
  .section-archives {
    width: 80%;
    margin-left: 10%;
  }
}

.section-archives .archive-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  background: #fafafa;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  margin-top: 25px;
}

@media only screen and (max-width: 720px) {
  .section-archives .archive-card {
    flex-direction: column;
    padding: 10px 15px;
  }
  .section-archives .archive-card .card-actions {
    margin-top: 20px;
  }
}

.section-archives .archive-card .card-image {
  margin-right: 20px;
}

.section-archives .archive-card .card-action {
  margin-left: 40px;
}

.section-archives .archive-card .icon-date {
  margin-right: 8px;
}

@media only screen and (min-width: 1400px) {
  .home-section-grid-max {
    width: 500px !important;
  }
}

@media only screen and (min-width: 1400px) {
  .grid-max {
    width: 1200px !important;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (min-width: 1400px) {
  .grid-max-sliders {
    max-width: 1200px !important;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (min-width: 1500px) {
  .content-home .sections-home .section-cards-top-container.nutrition {
    width: 80%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 500px) {
  .section-all-about h2.title-2.color-gray-dark {
    max-width: 200px;
  }
  .section-activity h2.title-2.color-gray-dark {
    max-width: 250px !important;
  }
}

@media only screen and (max-width: 1127px) {
  .dsktp {
    display: none;
  }
  .mbl {
    display: flex !important;
  }
}

@media only screen and (min-width: 400px) and (max-width: 562px) {
  .content-home .top-home {
    height: 111vh;
  }
}

@media only screen and (min-width: 1128px) {
  .nav-page {
    display: none !important;
  }
}

@media only screen and (max-width: 1127px) {
  .nav-page .content {
    width: 100%;
    margin: auto;
    font-size: 20px !important;
    height: 98%;
    padding: 0;
    margin: 0;
  }
  .nav-page .content .links a {
    font-size: 20px;
    line-height: 42px;
    color: #565656;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 30px;
    letter-spacing: 0.01rem;
    display: inline-block;
    position: relative;
  }
  .nav-page .content .links .dropdown-content a img {
    position: absolute;
    right: 72px !important;
    bottom: 12px;
  }
  .nav-page .content .links .nolink {
    font-size: 20px;
    line-height: 42px;
    color: #565656;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    letter-spacing: 0.01rem;
  }
  .nav-page .content .links ul li ul li img {
    vertical-align: middle;
    float: right;
    position: absolute;
    right: 64px;
    display: inline-block;
  }
  .nav-page .content .links ul li ul li {
    border-bottom: 0;
  }
  .nav-page .content .links ul li:before {
    display: none;
  }
  .nav-page .content .links {
    width: 100%;
  }
  .nav-page .content .links a:hover {
    background: #ffb800;
    color: #fff;
    width: 100%;
  }
  .nav-page .content .nav li {
    border-bottom: 1px solid #e9eaec;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .nav-page .content .links img {
    vertical-align: middle;
    /* float: right; */
    position: absolute;
    right: 15px;
    bottom: 12px;
  }
  /* Dropdown Button */
  .dropbtn {
    background-color: transparent;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: 0;
    color: #565656;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 30px;
    letter-spacing: 0.01rem;
    position: relative;
  }
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: relative;
    background-color: #f1f1f1;
    min-width: 160px;
    z-index: 1;
  }
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {
    display: block;
  }
  nav.mbl li {
    text-align: left;
    border-bottom: 1px solid #e9eaec;
    padding: 0;
    margin: 0;
  }
  nav.mbl ul {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  nav.mbl li a {
    padding: 15px 30px;
  }
  .dropdown-content a {
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px 50px !important;
  }
}
