@charset "utf-8";

/*
Theme Name: Sokanice Theme
Version: 2.0
Author: Rogelio Estrella
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    background-color: #c8ccd2;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #ffffff;
    background-color: #000000;
}
.wp-block-button{
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    position: relative;
}
h1, h2, h3, h4{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    color: #bd10b1;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #ff60f4;
}

.site-wrapper {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}
.site-header{
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0px;
    left: 0px;
}
.headermain {
    background-image: url(images/Sokanica-Masajes-Tantricos-en-Miraflores.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    /* Alineación vertical (y horizontal si lo deseas) */
    display: flex;
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente (opcional) */
    position: relative;
    box-sizing: border-box;
    padding: 0px 35px;
}
.headermain::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
    display: block;
}
.headermain h1{
    font-size: 50px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 120px auto 20px auto;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
.headermain p{
    font-size: 20px;
    margin-bottom: 60px;
    margin-top: 40px;
}
.reserboton a {
    font-size: 24px;
    line-height: 24px;
    background-image: linear-gradient(to bottom, #8a0885, #600054);
    color: #ffffff;
    padding: 20px 20px 20px 80px;
    
    /* Transición suave para todos los cambios */
    transition: all 0.2s ease;
    
    /* Opcional: cursor pointer para indicar interactividad */
    cursor: pointer;
    
    /* Bordes redondeados sutiles para elegancia */
    border-radius: 8px;
    text-decoration: none; /* Quita el subrayado del enlace */
    display: inline-block; /* Asegura que se comporte como botón */
}

/* Efecto hover */
.reserboton a:hover {
    background-image: linear-gradient(to bottom, #6f0669, #4d0043); /* Gradiente más oscuro */
    transform: scale(1.05); /* Escala sutil */
    box-shadow: 0 0px 10px rgba(255, 123, 250, 1); /* Sombra púrpura suave para profundidad */
    color: #ffffff; /* Mantiene el color del texto */
}
.reserboton a::before{
    content: "";
    background-image: url(images/icon-boton.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 61px;
    height: 41px;
    position: absolute;
    left: 13px;
    top: 10px;
    display: block;
    z-index: 2;
}
.wp-block-group__inner-container{
    z-index: 2;
}

.site-footer {
    width: 100%;
    max-width: 1430px;
    display: block;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 0 30px;
}

.site-branding {
    width: 320px;
    height: 120px;
    display: inline-table;
    text-indent: -99999px;
    overflow: hidden;
    background-image: url(images/logosokanice.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 50px 15px 15px 30px;
}

.site-title {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

.site-title a {
    color: inherit;
}

.site-description {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 300;
    color: #666;
}
.primary-menu{
    float: right;
    border-bottom: solid 1px #515051;
    padding-right: 20px;
}

.primary-menu ul,
.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.primary-menu li,
.footer-menu li {
    position: relative;
}
.primary-menu li a::before{
    content: "";
    width: 100%;
    height: 0px;
    background-color: #ff8efa;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.1s ease-in;
    opacity: 0;
}
.primary-menu li a:hover::before{
    height: 3px;
    opacity: 1;
}

.primary-menu a,
.footer-menu a {
    font-size: 20px;
    display: block;
    padding: 20px 15px 10px 15px;
    font-weight: 700;
    color: #ffffff;
    transition: all 0.2s ease;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a {
    color: #ff8efa;
}

.footer-menu a {
    color: #ccc;
    font-size: 0.9rem;
}

.footer-menu a:hover {
    color: #fff;
}

.primary-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.primary-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.primary-menu ul ul li {
    width: 100%;
}

.primary-menu ul ul a {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.primary-menu ul ul a:hover {
    background-color: #2f71b9;
    color: #fff;
}

.site-main {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    display: inline-table;
}

.content-wrapper {
    flex: 2;
}

.widget-area {
    flex: 1;
    min-width: 300px;
}

.posts-container {
    display: grid;
    gap: 2rem;
}

.post-thumbnail {
    width: 100%;
    border-radius: 8px;
}

.entry-title {
    margin: 0 0 0.5rem;
    font-weight: 700;
}

.entry-title a {
    color: inherit;
}

.entry-meta {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.entry-date,
.entry-author {
    margin-right: 1rem;
}

.read-more {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background-color: #1562ab;
    color: #fff;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.read-more:hover {
    background-color: #91b128;
}

.footer-widgets {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.footer-widgets h4{
    font-size: 20px;
    margin-top: 10px;
}

.footer-info {
    text-align: center;
    margin-top: 1rem;
}

.copyright {
    margin: 0;
    font-size: 0.9rem;
}

.privacy-policy {
    margin: 0.5rem 0 0;
    font-size: 0.8rem;
}

.search-form {
    display: flex;
    gap: 0.5rem;
    max-width: 300px;
}

.search-field {
    flex: 1;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.search-submit {
    padding: 0.5rem 1rem;
    background-color: #1562ab;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.search-submit:hover {
    background-color: #91b128;
}

.no-results {
    text-align: center;
    padding: 2rem;
}

.archive-pagination,
.search-pagination {
    margin-top: 2rem;
    text-align: center;
}

.page-links {
    margin: 1rem 0;
}

.edit-link {
    font-size: 0.8rem;
    color: #666;
}
.nosotrosbloque{
    max-width: 1100px;
    width: 100%;
    margin: 100px auto;
    font-size: 18px;
    box-sizing: border-box;
    position: relative;
    padding: 0px 130px;
}
.nosotrosbloque::before{
    content: "";
    width: 60px;
    height: 100%;
    display: block;
    background-image: url(images/linea-decoracion.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 0px;
}
.nosotrosbloque::after{
    content: "";
    width: 60px;
    height: 100%;
    display: block;
    background-image: url(images/linea-decoracion.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0px;
    transform: rotate(180deg);
}
.nosotrosbloque h2, .serviciosblock h2, .masajistasblock h2{
    font-size: 35px;
    line-height: 120%;
}
.nosotrosbloque a{
    text-decoration: underline
}
.nosotrosbloque a:hover{
    text-decoration: underline
}
.serviciosblock{
    background-image: url(images/fondo-servicios.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
}
.serviciosblock::after{
    content: "";
    display: block;
    background-image: url(images/Velas.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 258px;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    right: 15px;
}
.aviso{
    font-size: 26px;
    color: #640158;
    margin-top: 60px;
}
.aviso em{
    font-style: normal;
}
.textnosotros{
    text-align: justify;
}
.fondo-servicios{
    display: inline-table;
    width: 100%;
}
.servicios-container {
    max-width: 1400px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 60px;
    padding: 0px 30px;
}
.servicio-card{
    margin-bottom: 25px;
}
.servicio-card img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: solid 2px #380336;
}
.servicio-card h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 110%;
    margin: 10px 0px 0px 0px;
}
.servicio-card .descripcion{
    box-sizing: border-box;
    width: 100%;
    padding: 0px 25px;
    text-align: justify;
    font-size: 15px;
    font-weight: 300;
    margin: 30px 0px;
}
.servicio-card .subtitulo{
    margin: 5px 0px 0px 0px;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.detalles-precio {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0; /* Sin espacio entre los elementos para que se vean conectados */
    border: 1px solid black; /* Borde negro alrededor del contenedor para el efecto unificado */
    overflow: hidden; /* Para que los bordes internos no se vean redondeados */
    max-width: fit-content;
    margin: 0 auto;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.detalles-precio .tiempo {
    background-color: #5c0456; /* Primer tono púrpura */
    color: white;
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 700;
    border-right: none; /* Sin borde derecho para conexión fluida */
}

.detalles-precio .precio {
    background-color: #3f033b; /* Segundo tono más oscuro */
    color: white;
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 700;
    border-left: none; /* Sin borde izquierdo para conexión fluida */
}
.masajistasblock{
    width: 100%;
    background-color: #171717;
    margin: 0px 0px 35px 0px;
    box-sizing: border-box;
    background-image: url(images/fondo-masajistas.png);
    background-position: center;
    background-attachment: fixed;
    padding-top: 40px;
}
.masajistas-container{
    width: 100%;
    display: inline-table;
    text-align: center;
    margin: 0px 0px 35px 0px;
}
.masajista-card{
    display: inline-table;
    width: 275px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 5px;
}
.masajista-card img{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
    object-fit: cover;
    width: 100%;
    height: 400px;
}
.masajista-card h3{
    font-size: 23px;
    color: #67015c;
    font-style: oblique;
    margin: 5px 0px 10px 0px;
}
.masajista-card .descripcion{
    width: 100%;
    box-sizing: border-box;
    color: #0e0e0e;
    font-size: 15px;
    line-height: 20px;
    padding: 0px 25px;
    margin-bottom: 30px;
}
.masajista-card .ver-galeria{
    display: inline-table;
    color: #67015c;
    padding: 4px 15px;
    border-top: solid 2px #67015c;
    border-bottom: solid 2px #67015c;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 700;
}
.masajista-card .ver-galeria:hover{
    color: #515051;
    border-top: solid 2px #515051;
    border-bottom: solid 2px #515051;
}
.masajista-card a[rel*="lightbox"] {
    /* Estilo base para todos los enlaces lightbox (incluyendo ocultos) */
    text-decoration: none;
}

.masajista-card .sin-galeria {
    /* Si no hay galería, hazlo gris o disabled */
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}
.imgmasa{
    position: relative;
}
.imgmasa::after{
    content: "";
    width: 78px;
    height: 78px;
    display: block;
    background-image: url(images/icon-foto.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.parking{
    background-color: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px 15px 20px 80px;
    font-size: 15px;
    color: #000000;
    background-image: url(images/parking-icon.jpg);
    background-repeat: no-repeat;
    background-position: 10px center;
}

/* Responsive */
@media (max-width: 1300px) {
    .wp-elements-6862bbe3a230a1cf5ceb6b9e30819a60{
        text-align: left;
        box-sizing: border-box;
        padding-left: 30px;
    }
}
@media (max-width: 1050px) {
    .wp-elements-6862bbe3a230a1cf5ceb6b9e30819a60{
        padding-right: 30px;
        text-align: center;
    }
    .serviciosblock{
        padding-bottom: 185px;
    }
    .wp-block-button.reserboton{
        position: relative;
        z-index: 10;
    }
}

@media (max-width: 800px) {
    .servicio-card .descripcion{
        padding: 0px;
        text-align: center;
    }
    .servicios-container{
        gap: 40px;
        grid-template-columns: repeat(2, 1fr);
    }
    .serviciosblock{
        background-size: 1000px auto;
        background-position: left bottom;
    }
    .serviciosblock::after{
    width: 100%;
    height: 200px;
    background-position: center bottom;
    }
}
@media (max-width: 600px) {
    .headermain h1{
    font-size: 35px;
    }
    .headermain p{
        font-size: 18px;
        line-height: 110%;
    }
    .site-branding{
        margin-top: 10px;
        width: 280px;
        height: 105px;
    }
    .nosotrosbloque h2, .serviciosblock h2, .masajistasblock h2{
        font-size: 28px;
    }
    .nosotrosbloque{
        font-size: 16px;
        padding: 70px 30px;
    }
    .nosotrosbloque::before {
        width: 100%;
        height: 60px;
        left: 0px;
        top: 0px;
        background-image: url(images/linea-decoracion-hor.png);
    }
    .nosotrosbloque::after {
        width: 100%;
        height: 60px;
        right: 0px;
        top: auto;
        bottom: 0px;
        background-image: url(images/linea-decoracion-hor.png);
    }
    .aviso{
        font-size: 16px;
    }
    .servicios-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .wp-elements-6862bbe3a230a1cf5ceb6b9e30819a60{
        box-sizing: border-box;
        padding: 0px 30px;
        text-shadow: 1px 2px 2px rgba(0,0,0,0.87);
    }
}
@media (max-width: 510px) {
    .serviciosblock{
            background-size: 1000px auto;
            background-position: center bottom;
    }
}
@media (max-width: 480px) {
    .headermain h1{
    font-size: 30px;
    }
    .headermain p{
        font-size: 16px;
    }
    .reserboton a{
        font-size: 18px;
    }
}