
:root {
    --rosa-puerquito-ocico: #FFA7A6;
    --rosa-puerquito-ocico-50: rgba(255, 167, 166, 0.5);
    --rosa-puerquito: #FFCBD9;
    --rosa-puerquito-50: rgba(255, 203, 217, 0.5);
    --beige-gris-blog: #E7DCC5;
    --beige-costloop: #FEF4E3;
    --negro: #111111;
    --gris: #555;
    --rosa-pastel: #F7CDED;
    --rosa-pastel-50: rgba(247, 205, 237, 0.5);
    --rosa-puerquito-palido: #F9DAE2;
    --rosa-gris-50: rgba(178, 120, 140, 0.5);
    --gris-moradoso-50: rgba(152, 141, 145, 0.5);
    --antique-teal: #002b33;
}

body {
    background: var(--rosa-puerquito); /*#f7f3ea;*/
    color: var(--negro);
    font-family: Georgia, serif;
    line-height: 1.7;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*COLORS*/

.bg-beige-gris-blog{
    background: var(--beige-gris) !important;
}

.bg-beige-costloop{
    background: var(--beige-costloop) !important;
}

/* NAVBAR */

.navbar {
    background: var(--rosa-gris-50);
    backdrop-filter: blur(6px);
}

.navbar a{
    font-size: clamp(14px, 10vw, 30px);
}


/* HERO */

.hero {
    background: var(--rosa-puerquito-palido);
    padding: 160px 20px 120px 20px;
    text-align: center;
}

    .hero h1 {
        font-size: 4rem;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .hero p {
        color: var(--gris);
        letter-spacing: 4px;
        text-transform: uppercase;
    }

/* CONTENIDO */

.blog-container {
    max-width: 900px;
    margin: auto;
}

/* TITULO POST */

.post-title {
    font-size: 2.6rem;
    margin-bottom: 20px;
}

.post-meta {
    color: var(--gris);
    margin-bottom: 40px;
}

/* ARTICULO */

.post-content p {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

/* ARTICULOS RELACIONADOS */

.related {
    background: white;
    padding: 60px 20px;
    margin-top: 80px;
}

.card {
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* FOOTER */

footer {
    background: var(--rosa-puerquito-ocico);
    padding: 40px;
    margin-top: 60px;
    text-align: center;
    color: var(--gris);
}

    footer a {
        text-decoration: none;
        color: black;
    }

.chau-philomene-one-regular {
    font-family: "Chau Philomene One", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.chau-philomene-one-regular-italic {
    font-family: "Chau Philomene One", sans-serif;
    font-weight: 400;
    font-style: italic;
}


.google-sans-flex-400 {
    font-family: "Google Sans Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "ROND" 0;
}


.libre-baskerville-400 {
    font-family: "Libre Baskerville", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.img-circle-button {
    clip-path: circle(50%);
}

.btn-img img {
    transition: transform 0.2s;
    cursor: pointer;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    margin: auto;
}
.btn-img img:hover{
    transform: scale(1.05);
}

.btn-img img:active {
    transform: scale(0.95);
}

.gif-click {
    bottom: 2px;
    right: 8px;
    scale: 0.2;
    opacity: 60%;
}

.container-servicios {
    max-width: 400px;
    /*max-width: 100%;*/
    height: auto;
    background-size: contain;
    margin: auto;
}

    .container-servicios img {
        /*width: 100%;*/
        /*height: auto;
        display: block;
        margin: 0 auto;*/
    }





@media (max-width: 780px){
    
    .btn-img img{
        margin: auto;
        width: 200px;
    }

    .gif-click {
        top: 30%;
        left: 40%;
    }
}

.btn-main-color {
    height: 400px;
    width: 400px;
    margin: auto;
    border-radius: 50%;
    transition: transform 0.2s;
    cursor: pointer;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    margin: auto;
}

.btn-main-color:hover {
    transform: scale(1.05);
}

.btn-main-color:active {
    transform: scale(0.95);
}

.btn-main-color-text{

}


@media(max-width: 780px) {
    .btn-main-color {
        height: 200px;
        width: 200px;
    }
}

.circle {
    width: 70vw;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0;
}

.circle-20 {
    width: 20vw;
}

.circle-30 {
    
    width: 30vw;
}

.circle-40{
    width: 40vw;
}

.circle-50 {
    width: 50vw;
}

.circle-60 {
    width: 60vw;
}

.circle-70 {
    width: 70vw;
}

.circle-80 {
    width: 80vw;
}



/*sm*/
@media (min-width: 576px){
    .circle-sm-90 {
        width: 90vw;
    }

    .circle{
        width: 70vw;
    }
}

/*md*/
@media (min-width: 768px){
    .circle-md-80 {
        width: 80vw;
    }

    .circle{
        width: 30vw;
    }

}

/*lg*/
@media (min-width: 992px) {
    .circle-lg-70 {
        width: 70vw;
    }

    .circle {
        width: 20vw;
    }

}

/*xl*/
@media (min-width: 1200px) {
    .circle-xl-60 {
        width: 60vw;
    }

    .circle{
        width: 20vw;
    }
}

/*xxl*/
@media (min-width: 1400px) {
    .circle-xxl-50 {
        width: 50vw;
    }
}





.text-click-into-circle {
    /*font-size: clamp(10px, 3vw, 20px);*/

    opacity: 80%;
    align-self: flex-start;
    text-decoration: none;
    color: black;
    display: inline-block;
    animation: latido-simple 1s infinite;
}


@keyframes latido-simple {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.05);
    }

    50% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}




.img-into-circle {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn-sombra {
    transition: transform 0.2s;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.btn-sombra:hover {
    transform: scale(1.05);
}

.btn-sombra:active {
    transform: scale(0.95);
}

.title-btn-circle{
    font-size: clamp(14px,40vw,40px);
}

.p-btn-circle{
    font-size: clamp(8px, 20px,25px);
}

.meta-circle-servicio h3{

}


/*******
    COOKIES
*********/
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 800px;
    background: var(--beige-costloop);
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    padding: 20px;
    z-index: 9999;
    display: none;
    animation: fadeUp 0.5s ease;
}

.cookie-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .cookie-content p {
        margin: 0;
        font-size: 0.95rem;
    }

    .cookie-content a {
        color: var(--antique-teal);
        text-decoration: underline;
    }

.cookie-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

    .cookie-buttons button {
        border: none;
        padding: 10px 18px;
        border-radius: 25px;
        cursor: pointer;
        font-family: inherit;
        transition: transform 0.2s, box-shadow 0.2s;
    }

#accept-cookies {
    background: var(--rosa-puerquito-ocico);
    color: white;
}

#reject-cookies {
    background: var(--gris-moradoso-50);
    color: black;
}

.cookie-buttons button:hover {
    transform: scale(1.05);
}

.cookie-buttons button:active {
    transform: scale(0.95);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate(-50%, 40px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

/* MOBILE */
@media (max-width: 600px) {
    .cookie-buttons {
        flex-direction: column;
    }

        .cookie-buttons button {
            width: 100%;
        }
}