@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body.inicio { background-color: #FFFBF4; }
body.explorar { background-color: #FFEEF4; }
body.herramientas { background-color: #E4EFCB; }
body.profesionales { background-color: #F5E0FD; }
body.pagina-perfil { background-color: #E9F1FC; }

body {
    min-height: 100vh;
    padding: 22px;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    color: #222;
}

body::before,
body::after {
    content: "";
    position: fixed;
    z-index: -1;
    pointer-events: none;
}

body::before {
    left: -42px;
    top: 140px;
    width: 190px;
    height: 132px;
    border-radius: 48% 52% 58% 42%;
    background: #D8C2E1;
    transform: rotate(-35deg);
}

body::after {
    right: -72px;
    top: 255px;
    width: 176px;
    height: 276px;
    border-radius: 999px;
    background: #FBD585;
    transform: rotate(-24deg);
}

img {
    display: block;
    max-width: 100%;
}

button,
input {
    font: inherit;
}

button {
    cursor: pointer;
}

a {
    color: inherit;
}

header,
main,
footer {
    width: min(100%, 1280px);
    margin: 0 auto;
}

header {
    position: relative;
    z-index: 2;
}

.inicio header {
    margin-bottom: 14px;
}

.menu-celu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grande,
.menu-grande {
    display: none;
}

header img {
    width: 118px;
}

.hamburguesa {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
    font-size: 28px;
    line-height: 1;
}

.hamburguesa a {
    text-decoration: none;
}

.hero {
    position: relative;
    max-width: 760px;
    padding: 58px 0 52px;
}

.hero::before,
.hero::after{
    display:none;
}

.hero::before {
    left: -36px;
    top: 195px;
    width: 52px;
    height: 42px;
    border-radius: 45% 55% 48% 52%;
    background: #F8B8CF;
    transform: rotate(20deg);
}

.hero::after {
    left: 44px;
    top: 244px;
    width: 26px;
    height: 26px;
    border-radius: 40% 60% 55% 45%;
    background: #D8C2E1;
    transform: rotate(-16deg);
}

.hero-texto h1 {
    max-width: 720px;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
}

.hero-texto p {
    max-width: 470px;
    margin-top: 22px;
    font-size: clamp(15px, 1.5vw, 20px);
    line-height: 1.45;
    font-weight: 500;
}

.inicio .hero {
    max-width: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
    padding: clamp(42px, 7vw, 86px) 0 clamp(34px, 5vw, 62px);
}

.inicio .hero-texto {
    position: relative;
    z-index: 1;
}

.inicio .hero-texto h1 {
    max-width: 640px;
    font-size: clamp(36px, 3.8vw, 50px);
}

.inicio .hero-texto p {
    max-width: 470px;
    font-size: clamp(16px, 1.55vw, 20px);
    font-weight: 600;
}

.hero-imagen {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.hero-imagen img {
    width: min(76vw, 360px);
    height: auto;
}

.inicio .hero::before {
    left: 52%;
    top: 72px;
    width: clamp(112px, 14vw, 170px);
    height: clamp(58px, 8vw, 92px);
    border-radius: 999px;
    background: #D8C2E1;
    transform: rotate(-48deg);
}

.inicio .hero::after {
    left: 55%;
    top: auto;
    bottom: 58px;
    width: 52px;
    height: 42px;
    border-radius: 45% 55% 48% 52%;
    background: #F8B8CF;
    transform: rotate(20deg);
}

.seccion {
    margin: 24px auto 74px;
}

.inicio .seccion,
.inicio .guias {
    width: min(100%, 1120px);
    margin: 0 auto clamp(54px, 7vw, 86px);
}

.titulo-seccion {
    margin-bottom: 36px;
}

.titulo-seccion h2 {
    font-size: clamp(22px, 2.3vw, 28px);
    font-weight: 800;
}

.titulo-seccion p {
    margin-top: 16px;
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.45;
    font-weight: 600;
}

.grid-cards,
.cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.inicio .cards {
    gap: clamp(20px, 3vw, 38px);
}

.grid-doble {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 32px;

    margin: 0 auto;

}

.card-explorar,
.video-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    background: #fff;
}

.card-explorar {
    min-height: 100%;
}

.imagen-card {
    position: relative;
    height: 165px;
    overflow: hidden;
}

.imagen-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-explorar h3,
.card-explorar p,
.card-contenido {
    padding-inline: 16px;
}

.card-explorar h3 {
    margin-top: 18px;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600;
}

.card-explorar p {
    margin-top: 10px;
    padding-bottom: 22px;
    color: #56525D;
    font-size: 15px;
    line-height: 1.22;
    font-weight: 500;
}

.inicio .card-explorar h3 {
    font-size: clamp(21px, 2vw, 25px);
}

.inicio .card-explorar p {
    font-size: clamp(16px, 1.55vw, 20px);
    line-height: 1.18;
}

.flecha {
    position: absolute;
    top: 10px;
    right: 14px;
    padding: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.mitos-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.mito {
    padding: 22px 18px 18px;
    border-radius: 12px;
    background: #fff;
    text-align: center;
}

.mito h3 {
    color: #FFA9C7;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.2;
    font-weight: 700;
}

.mito div {
    margin-top: 14px;
    padding: 12px 18px;
    border-radius: 4px;
}

.mito span {
    display: block;
    color: #777;
    font-size: 16px;
}

.mito p {
    margin-top: 4px;
    font-size: clamp(17px, 2vw, 23px);
    line-height: 1.05;
    font-weight: 500;
}

.realidad1 { background: #E8EBDD; }
.realidad2 { background: #FBD585; }
.realidad3 { background: #F2EAF6; }
.realidad4 { background: #E9F1FC; }

.guias h2 {
    margin-bottom: 38px;
    font-size: clamp(22px, 2.3vw, 28px);
    font-weight: 800;
}

.guia-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.guia-grid article {
    position: relative;
    min-height: 210px;
    padding: 34px 22px 28px;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    display: grid;
    justify-items: center;
    align-content: start;
    background: rgba(255, 255, 255, .22);
    text-align: center;
}

.guia-grid .icono {
    width: clamp(62px, 7vw, 76px);
    height: clamp(62px, 7vw, 76px);
    margin-bottom: 28px;
    border-radius: 50%;
}

.violeta { background: #A88BDD; }
.verde { background: #B6C98B; }
.rosa { background: #F79BC2; }
.amarillo { background: #F8CD67; }

.guia-grid h3 {
    font-size: clamp(21px, 2vw, 25px);
    line-height: 1.15;
    font-weight: 500;
}

.guia-grid p {
    max-width: 230px;
    margin-top: 12px;
    color: #56525D;
    font-size: clamp(16px, 1.55vw, 20px);
    line-height: 1.2;
}

.guia-grid .flecha {
    position: static;
    margin-top: 16px;
    color: #4E4A53;
}

.videos-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.video-card .imagen-card {
    height: 190px;
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .86);
    color: #6A6470;
    transform: translate(-50%, -50%);
}

.card-contenido {
    padding-top: 16px;
    padding-bottom: 18px;
}

.card-contenido h3 {
    font-size: 15px;
    line-height: 1.25;
    font-weight: 600;
}

.card-contenido span {
    display: block;
    margin-top: 7px;
    color: #555;
    font-size: 13px;
}

.herramientas .grid-cards .card-explorar::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 155px;
    z-index: 1;
    width: 66px;
    height: 66px;
    border-radius: 50%;
}

.herramientas .grid-cards .card-explorar:nth-child(1)::before,
.herramientas .grid-doble .card-explorar:nth-child(2)::before {
    background: #A88BDD;
}

.herramientas .grid-cards .card-explorar:nth-child(2)::before,
.herramientas .grid-doble .card-explorar:nth-child(1)::before {
    background: #F79BC2;
}

.herramientas .grid-cards .card-explorar:nth-child(3)::before {
    background: #AED0F8;
}

.herramientas .grid-cards .card-explorar:nth-child(4)::before {
    background: #F8CD67;
}

.herramientas .card-explorar h3,
.herramientas .card-explorar p {
    font-size: 14px;
}

.herramientas .card-horizontal {
    grid-column: 1 / -1;
}

.herramientas .card-horizontal .imagen-card {
    height: 240px;
}

.ayuda {
    position: relative;
    width: min(100%, 920px);
    margin: 82px auto 74px;
    padding: 28px 24px;
    border-radius: 18px;
    background: #F4F8EC;
    display: grid;
    gap: 24px;
    justify-items: center;
    text-align: center;
}

.inicio .ayuda {
    width: min(100%, 920px);
    margin-top: clamp(70px, 10vw, 132px);
    margin-bottom: clamp(80px, 9vw, 112px);
}

.inicio .ayuda-img img {
    width: clamp(170px, 22vw, 255px);
}

.ayuda::before,
.ayuda::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.ayuda::before {
    left: -16px;
    top: -18px;
    width: 82px;
    height: 32px;
    border-radius: 999px;
    background: #FBD585;
    transform: rotate(22deg);
}

.ayuda::after {
    right: 72px;
    bottom: 22px;
    width: 48px;
    height: 38px;
    border-radius: 42% 58% 50% 50%;
    background: #F8B8CF;
    transform: rotate(16deg);
}

.ayuda-img img {
    width: 180px;
}

.ayuda-texto h2 {
    font-size: 18px;
    font-weight: 800;
}

.ayuda-texto p {
    max-width: 420px;
    margin: 22px 0;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

.button,
.ayuda button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 230px;
    min-height: 44px;
    padding: 10px 28px;
    border: none;
    border-radius: 999px;
    background: #F8CD67;
    color: #111;
    font-weight: 500;
    text-decoration: none;
}

.busqueda-profesionales {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 34px 0 150px;
}

.filtros,
.destacados {
    border-radius: 24px;
}

.filtros {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px;
    background: #D8C2E1;
}

.filtros h2,
.destacados h2 {
    font-size: clamp(22px, 2.3vw, 30px);
    font-weight: 800;
}

.campo {
    display: grid;
    gap: 12px;
}

.campo label {
    font-size: clamp(18px, 1.8vw, 24px);
    font-weight: 500;
}

.campo input {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 999px;
    background: #FFFBF4;
    padding: 0 22px;
    color: #444;
    outline: none;
}

.filtros .button {
    justify-self: center;
    margin-top: 10px;
}

.destacados {
    padding: 28px;
    background: rgba(255, 255, 255, .72);
}

.profesional {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 14px;
    align-items: center;
    margin-top: 24px;
}

.foto-profesional img {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    object-fit: cover;
}

.info-profesional h3 {
    font-size: clamp(19px, 2vw, 25px);
    line-height: 1.1;
    font-weight: 500;
}

.info-profesional span,
.info-profesional p {
    display: block;
    margin-top: 6px;
    color: #4E4756;
    font-size: 14px;
}

.acciones {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.acciones .button {
    min-width: 142px;
    min-height: 34px;
    padding-block: 6px;
}

.favorito {
    border: none;
    background: transparent;
    color: #4E4756;
    font-size: 32px;
    line-height: 1;
}

.destacados > .button {
    display: flex;
    width: min(100%, 310px);
    margin: 32px auto 0;
}

.pagina-perfil::before {
    left: 190px;
    top: 210px;
    width: 118px;
    height: 210px;
    background: #D8C2E1;
    transform: rotate(-34deg);
}

.pagina-perfil::after {
    right: 285px;
    top: 310px;
    width: 96px;
    height: 190px;
    background: #F7D990;
    transform: rotate(30deg);
}

.pagina-perfil .hero::before,
.pagina-perfil .hero::after {
    display: none;
}

.perfil-activo {
    color: #9FC5F8 !important;
    font-weight: 800 !important;
}

.perfil-main {
    position: relative;
}

.perfil-main::before,
.perfil-main::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.perfil-main::before {
    left: 350px;
    top: 88px;
    width: 42px;
    height: 48px;
    border-radius: 42% 58% 48% 52%;
    background: #F8B8CF;
    transform: rotate(20deg);
}

.perfil-main::after {
    right: 78px;
    top: 105px;
    width: 92px;
    height: 38px;
    border-radius: 999px;
    background: #B6C98B;
    transform: rotate(34deg);
}

.perfil-hero {
    position: relative;
    display: grid;
    justify-items: center;
    padding: 68px 0 40px;
    text-align: center;
}

.perfil-hero::before,
.perfil-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.perfil-hero::before {
    left: 14px;
    top: 226px;
    width: 42px;
    height: 18px;
    border-radius: 999px;
    background: #B6C98B;
    transform: rotate(-18deg);
}

.perfil-hero::after {
    right: 360px;
    top: 30px;
    width: 36px;
    height: 14px;
    border-radius: 999px;
    background: #F8CD67;
    transform: rotate(16deg);
}

.perfil-foto {
    width: clamp(150px, 18vw, 210px);
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 50%;
    background: #6EC8C7;
}

.perfil-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.perfil-hero h1 {
    margin-top: 36px;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1;
    font-weight: 800;
}

.perfil-hero p {
    margin-top: 18px;
    font-size: clamp(24px, 3vw, 40px);
    line-height: 1.1;
}

.perfil-seccion {
    margin: 28px 0 76px;
}

.perfil-seccion h2 {
    margin-bottom: 68px;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.1;
    font-weight: 800;
}

.perfil-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 56px;
}

.perfil-card {
    position: relative;
    min-height: 190px;
    padding: 78px 30px 30px;
    border-radius: 18px;
    background: #FFFBF4;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 18px;
}

.perfil-card h3 {
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.12;
    font-weight: 800;
}

.perfil-card p {
    margin-top: 22px;
    max-width: 260px;
    font-size: clamp(18px, 1.7vw, 24px);
    line-height: 1.08;
}

.perfil-flecha {
    align-self: end;
    color: #4B4650;
    font-size: 34px;
    line-height: 1;
}

.perfil-icono {
    position: absolute;
    left: 50%;
    top: 0;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #8FD6D5;
    transform: translate(-50%, -50%);
}

.perfil-icono::before,
.perfil-icono::after {
    content: "";
    position: absolute;
    border-color: #fff;
    border-style: solid;
}

.icono-diario::before {
    left: 28px;
    top: 24px;
    width: 42px;
    height: 34px;
    border-width: 0 0 3px 3px;
    border-radius: 0 0 0 12px;
    transform: rotate(-6deg);
}

.icono-diario::after {
    left: 42px;
    top: 35px;
    width: 34px;
    height: 24px;
    border-width: 3px 0 0;
    border-radius: 50%;
    transform: rotate(-22deg);
}

.icono-ejercicios::before {
    left: 26px;
    top: 28px;
    width: 46px;
    height: 46px;
    border-width: 3px;
    border-radius: 50%;
}

.icono-ejercicios::after {
    left: 48px;
    top: 20px;
    width: 25px;
    height: 34px;
    border-width: 0 0 3px 3px;
    transform: rotate(-20deg);
}

.icono-guardados::before {
    left: 32px;
    top: 24px;
    width: 34px;
    height: 48px;
    border-width: 3px;
    border-radius: 10px;
    transform: rotate(-14deg);
}

.icono-guardados::after {
    left: 54px;
    top: 24px;
    width: 16px;
    height: 16px;
    border-width: 0 0 3px 3px;
    border-radius: 0 0 0 8px;
}

.icono-editar::before {
    left: 34px;
    top: 24px;
    width: 22px;
    height: 22px;
    border-width: 3px;
    border-radius: 10px;
}

.icono-editar::after {
    left: 25px;
    top: 54px;
    width: 46px;
    height: 28px;
    border-width: 3px 3px 0;
    border-radius: 28px 28px 0 0;
}

.icono-ayuda::before {
    left: 34px;
    top: 24px;
    width: 28px;
    height: 34px;
    border-width: 3px 3px 0 0;
    border-radius: 0 18px 0 0;
}

.icono-ayuda::after {
    left: 46px;
    top: 70px;
    width: 3px;
    height: 3px;
    border-width: 3px;
    border-radius: 50%;
}

.icono-salir::before {
    left: 28px;
    top: 24px;
    width: 42px;
    height: 50px;
    border-width: 3px 0 3px 3px;
    border-radius: 12px 0 0 12px;
}

.icono-salir::after {
    left: 48px;
    top: 43px;
    width: 32px;
    height: 18px;
    border-width: 3px 3px 0 0;
    transform: rotate(45deg);
}

footer {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 22px;
    padding: 28px 0 24px;
    text-align: center;
}

footer img {
    width: 130px;
}

.footer-centro h5 {
    color: #444;
    font-size: 13px;
    font-weight: 400;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 28px;
}

.footer-links a {
    color: #444;
    font-size: 13px;
    text-decoration: none;
}

.sos {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 20;
    width: 74px;
    height: 74px;
    border: none;
    border-radius: 50%;
    background: #E23830;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}

@media (min-width: 700px) {
    body {
        padding: 28px 48px 36px;
    }

    header img {
        width: 150px;
    }

    .grid-cards,
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .inicio .hero {
        grid-template-columns: 1.12fr .88fr;
        gap: clamp(24px, 4vw, 48px);
    }

    .inicio .hero-texto {
        align-self: center;
    }

    .hero-imagen {
        justify-content: center;
    }

    .hero-imagen img {
        width: min(34vw, 340px);
    }

    .guia-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mitos-grid,
    .videos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-doble {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 760px;
    }

    .ayuda {
        grid-template-columns: .85fr 1.15fr;
        align-items: center;
        justify-items: start;
        text-align: left;
        padding: 36px 52px;
    }

    .ayuda-img {
        justify-self: center;
    }

    footer {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .footer-logo {
        justify-self: start;
    }

    .footer-centro {
        justify-self: end;
    }

    .footer-links {
        grid-column: 1 / -1;
    }

    .filtros {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px;
    }

    .filtros h2,
    .filtros .button {
        grid-column: 1 / -1;
    }

    .perfil-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 64px 32px;
    }
}

@media (min-width: 1024px) {
    body {
        padding: 28px 92px 44px;
    }

    .menu-celu {
        display: none;
    }

    .grande,
    .menu-grande {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 28px;
    }

    .grande ul,
    .menu-grande ul {
        display: flex;
        align-items: center;
        gap: 44px;
        list-style: none;
    }

    .grande a,
    .menu-grande a {
        color: #161219;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
    }

    .activo,
    .activo-i,
    .activo-h,
    .activo-p {
        color: #A98CDF !important;
        font-weight: 800 !important;
    }

    .inicio .activo-i {
        color: #161219 !important;
    }

    .explorar .activo {
        color: #FFA9C7 !important;
    }

    .herramientas .activo-h {
        color: #B6C98B !important;
    }

    .perfil {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 17px;
        font-weight: 500;
        text-decoration: none;
    }

    .perfil img {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        object-fit: cover;
    }

    .hero {
        padding: 98px 0 88px;
    }

    .inicio .hero {
        min-height: 0;
        padding: clamp(24px, 3vw, 40px) 0 clamp(28px, 3.4vw, 44px);
    }

    .inicio .hero-texto h1 {
        max-width: 620px;
        font-size: clamp(38px, 3.8vw, 50px);
    }

    .inicio .hero-imagen img {
        width: clamp(260px, 26vw, 340px);
    }

    .profesionales .hero {
        max-width: 880px;
    }

    .seccion {
        width: min(100%, 1100px);
        margin-bottom: 86px;
    }

    .grid-cards,
    .cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .inicio .cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .inicio .card-explorar {
        min-height: 385px;
    }

    .inicio .imagen-card {
        height: 190px;
    }

    .guia-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
    }

    .explorar .grid-cards .card-explorar:nth-child(4) {
        grid-column: 1;
    }

    .herramientas .grid-cards {
        gap: 44px;
    }

    .herramientas .grid-cards .card-explorar {
        min-height: 330px;
    }

    .herramientas .card-horizontal {
        grid-column: 1 / -1;
        margin-inline: 12px;
    }

    .herramientas .card-horizontal .imagen-card {
        height: 275px;
    }

  .herramientas .grid-doble {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1100px;
    gap: 32px;
}

.herramientas .grid-doble .imagen-card {
    height: 190px;
}
    }

    .mitos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .videos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .busqueda-profesionales {
        grid-template-columns: 1.25fr 1fr;
        align-items: start;
        gap: 18px;
        margin-top: 24px;
        margin-bottom: 190px;
    }

    .filtros {
        min-height: 500px;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 52px;
        padding: 42px 46px;
    }

    .destacados {
        min-height: 500px;
        padding: 40px 48px 34px;
    }

    .profesional {
        grid-template-columns: 90px 1fr 190px;
        gap: 18px;
        margin-top: 28px;
    }

    .foto-profesional img {
        width: 90px;
        height: 80px;
    }

    .acciones {
        grid-column: auto;
        align-self: stretch;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
    }

    .acciones .button {
        min-width: 156px;
        min-height: 32px;
    }

    footer {
        grid-template-columns: 1fr auto 1fr;
        gap: 32px;
        padding-top: 8px;
    }

    .footer-logo {
        justify-self: start;
    }

    .footer-centro {
        justify-self: center;
    }

    .footer-links {
        grid-column: auto;
        justify-self: end;
        gap: 42px;
    }

    .sos {
        width: 92px;
        height: 92px;
        right: max(54px, calc((100vw - 1280px) / 2 + 54px));
        bottom: 96px;
        font-size: 28px;
    }

    .inicio .sos {
        width: clamp(74px, 7vw, 108px);
        height: clamp(74px, 7vw, 108px);
        right: max(34px, calc((100vw - 1280px) / 2 + 34px));
        bottom: clamp(70px, 9vw, 130px);
        font-size: clamp(24px, 2.3vw, 34px);
    }

    .perfil-main {
        padding-top: 10px;
    }

    .perfil-hero {
        padding-top: 72px;
    }

    .perfil-seccion {
        margin-bottom: 84px;
    }

    .perfil-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 34px;
    }

    .perfil-card {
        min-height: 194px;
        padding: 74px 28px 30px;
    }

@media (max-width: 480px) {
    body {
        padding: 18px;
    }

    body::before {
        left: -82px;
        top: 124px;
    }

    body::after {
        right: -124px;
        top: 340px;
    }

    header img {
        width: 106px;
    }

    .hero {
        padding: 48px 0 48px;
    }

    .inicio .hero {
        gap: 18px;
        padding-top: 36px;
        padding-bottom: 42px;
    }

    .inicio .hero-texto h1 {
        font-size: clamp(34px, 11vw, 42px);
    }

    .inicio .hero-texto p {
        font-size: 16px;
    }

    .hero-imagen img {
        width: min(82vw, 300px);
    }

    .seccion {
        margin-bottom: 58px;
    }

    .imagen-card {
        height: 150px;
    }

    .inicio .card-explorar h3,
    .guia-grid h3 {
        font-size: 20px;
    }

    .inicio .card-explorar p,
    .guia-grid p {
        font-size: 16px;
    }

    .herramientas .card-horizontal .imagen-card {
        height: 180px;
    }

    .filtros,
    .destacados {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .acciones .button {
        min-width: 132px;
    }

    .button,
    .ayuda button {
        width: 100%;
        min-width: 0;
    }

    .ayuda {
        margin-bottom: 96px;
    }

    .sos {
        width: 66px;
        height: 66px;
        font-size: 20px;
    }

    .pagina-perfil::before {
        left: -76px;
        top: 210px;
    }

    .pagina-perfil::after {
        right: -82px;
        top: 360px;
    }

    .perfil-main::before,
    .perfil-main::after,
    .perfil-hero::before,
    .perfil-hero::after {
        opacity: .75;
        transform: scale(.75);
    }

    .perfil-hero {
        padding-top: 42px;
    }

    .perfil-seccion {
        margin-bottom: 58px;
    }

    .perfil-seccion h2 {
        margin-bottom: 54px;
    }

    .perfil-card {
        min-height: 168px;
        padding: 68px 24px 24px;
    }

    .perfil-icono {
        width: 82px;
        height: 82px;
    }
}
.herramientas .card-explorar::before{
    display: none;
}
@media (max-width: 768px){

    .herramientas .grid-doble{
        grid-template-columns: 1fr;
        max-width: 520px;
    }

}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}