@font-face {
    font-family: "canis";
    src: url('http://localhost/bubblerooms/wp-content/uploads/fonts/CanisMinor-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*, ::before, ::after {
  box-sizing: border-box;
}

html {
    font-size: 15px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif !important;
    font-size: 1.2rem;
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
}

a {
    text-decoration: none;
}

a:focus,
.menu-icon:focus,
summary:focus{
    outline: none;
}

p:not(:has(a), .web-copyright, #menu-close-btn, .post-timestamp),
.tel-mail p {
    font-weight: 300;
    margin-bottom: 1.5rem !important;
    margin-top: 0 !important;
}

b, strong {
    font-weight: 700;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

table {
    border-collapse: collapse;
}

th {
    padding: 8px;
    text-align: left;
}

footer {
    margin: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

[type="submit"]:disabled {
    opacity: .65;
}

.menu-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    width: 100%;
}

.menu-nav.nav-hidden {
    transform: translateY(-100%);
}

.menu-nav.white-nav {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border-bottom: 2px solid #000000;
}

.menu-link a {
    position: relative;
    padding: 6px 0;
}

.menu-link a::before,
.menu-link a::after {
    content: '';
    position: absolute;
    background-color: #FFFFFF;
    height: 1px;
    left: 25%;
    width: 50%;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.menu-link.black-hover a::before,
.menu-link.black-hover a::after {
    background-color: #000000;
}

.menu-link a::before {
    top: 0;
    transform-origin: center;
}

.menu-link a::after {
    bottom: 0;
    transform-origin: center;
}

.menu-link a:hover::before,
.menu-link a:hover::after,
.menu-link.active-nav-link a::before,
.menu-link.active-nav-link a::after {
  transform: scaleX(1);
}

.nav-icon {
    transform: translateY(25%);
}

.nav-icon:not(.burger-icon) {
    width: 1.2em;
    height: 1.2em;
}

.nav-icon:not(.burger-icon, .icon-black) {
    fill: #FFFFFF;
}

.menu-img {
    width: 160px;
}

.right-menu-btn a {
    padding: 6px 20px;
}

.color-inherit a {
    color: inherit !important;
}

.burger-icon {
    text-align: right;
}

.burger-icon svg {
    width: 1.9em;
    height: 1.9em;
    fill: #bea175;
}

@media only screen and (max-width: 575px) {
    .menu-img {
        width: 100px;
    }
    
    .menu-nav p,
    .menu-nav a {
        font-size: 10px;
    }
    
    .right-menu-btn a {
        padding: 3px 8px;
    }
    
    .burger-icon {
        padding-left: 5px;
    }
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 9999;
}

.menu-overlay.active {
  transform: translateX(0);
}

.transparent-nav {
    background-color: transparent !important;
}

h1, .h1, h2, h3 {
    font-family: "canis", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    margin-bottom: .5rem !important;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 0;
}

h2 {
     font-size: calc(2.5rem + 1vw);   
}

h3 {
    font-size: calc(1.75rem + 0.5vw);
}

.main-text,
.main-text h1 {
    font-size: calc(26px + 1.5vw);
}

.main-text h1,
.main-text p {
    color: #FFFFFF;
}

.main-text-2,
.main-text-2 h1 {
    font-size: calc(30px + 4.5vw);
}

.main-text-3,
.main-text-3 h1 {
    font-size: calc(20px + 2vw);
}

#bg-slider,
#bg-slider-2,
.post-img {
    z-index: 1;
}

#bg-slider-2 {
    padding: 220px 0 150px 0;
}

#bg-slider::before,
#bg-slider-2::before,
.post-img::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0.2;
    z-index: -1;
}

#bg-slider-2::before {
    opacity: 0.5;
}

.post-img::before {
    z-index: 1;
    opacity: 0.7;
}

@keyframes rotating {
    0% {
        transform: rotate(0);
    }
    
    100% {
        transform: rotate(360deg);
    }
}

.star-icon, .center-icon {
    text-align: center;
}

.star-icon:not(.icon-black),
.star-icon:not(.icon-black) svg {
    fill: #FFFFFF;
}

.web-icon svg,
.web-icon:is(svg){
    width: 1.5em;
    height: 1.5em;
}

.star-icon svg,
.star-icon:is(svg) {
    fill: #000000;
}

.star-icon svg,
.star-icon:is(svg) {
    animation: rotating 20s infinite both;
}

.web-btn {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .05em;
}

.web-btn a {
  padding: 12px 35px !important;
  font-size: 1em !important;
  background-image: none !important;
}

.more-info-btn a {
    padding: 8px 12px !important;
    font-size: .9rem !important;
}

.bubble-card > div:first-child {
    background-position: bottom !important;
}

#mensaje, .servicios, .contacto-separator {
    padding: 100px 0;
}

#mensaje p,
#mensaje2 p {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
}

.text-uppercase {
    text-transform: uppercase;
}

.espacio {
    letter-spacing: .1rem;
}

.vc_column-inner {
    padding-top: 0 !important;
}

.web-btn.btn-round a,
.web-btn.btn-round a:hover {
    border: 1px solid #000000;
    border-radius: 2em;
}

.underline-hover a:hover {
    text-decoration: underline;
}

.fondo-estrellas {
    padding: 200px 0;
    position: relative;
}

@media only screen and (max-width: 544px) {
    .fondo-estrellas {
        padding: 150px 0;
    }
    
    #mensaje {
        padding: 50px 0;
    }
    
    .contacto-separator {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 544px) and (max-width: 768px) {
    .fondo-estrellas {
        padding: 150px 0;
    }
    
    .contacto-separator {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 544px) and (max-width: 768px) {
    .fondo-estrellas {
        padding: 150px 0;
    }
    
    .contacto-separator {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .fondo-estrellas {
        padding: 150px 0;
    }
    
    .contacto-separator {
        padding: 50px 0;
    }
}

@keyframes slide-left {
    0% {
        background-position: 0 50%;
    }
    
    100% {
        background-position: -2000px 50%;
    }
}

.fondo-estrellas::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 50%;
    background-image: url('http://localhost/bubblerooms/wp-content/uploads/2025/04/stars.png');
    animation: slide-left 100s linear infinite;
}

.fondo-estrellas .main-text {
    font-size: calc(30px + 3vw);
}

.footer-main-text {
    max-width: 1100px;
}

.relative {
    position: relative;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media only screen and (min-width: 993px) {
    .web-hide-on-lg {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) and (max-width:992px) {
    .web-hide-on-md {
        display: none !important;
    }
}

@media only screen and (min-width: 545px) and (max-width:768px) {
    .web-hide-on-sm {
        display: none !important;
    }
}

@media only screen and (max-width: 544px) {
    .web-hide-on-xs {
        display: none !important;
    }
}

.accordion > summary {
    position: relative;
    padding: 10px 0;
}

.accordion > summary::marker {
    content: '';
}

.accordion > summary::after {
    content: url('http://localhost/bubblerooms/wp-content/uploads/2025/05/arrow-down.svg');
    position: absolute;
    right: 0.5em;
    top: 50%;
    width: 1.5em;
    height: 1.5em;
    transform: translateY(-50%);
    pointer-events: none;
}

.accordion[open] > summary::after {
    transform: translateY(-50%) rotate(180deg);
}

.accordion > summary::before {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid;
    opacity: .2;
    width: 100%;
}

.c-gap-30 {
    column-gap: 30px;
}

.r-gap-12 {
    row-gap: 12px;
}

.gap-30 {
    gap: 0 30px;
}

.shrink-0 {
    flex-shrink: 0;
}

.flex-columns {
    display: flex;
    flex-direction: column;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.policy-text p {
    font-weight: 300;
}

.policy-text a:hover {
    text-decoration: underline;
}

.web-cookies-info table {
    width: 100%;
}

.web-cookies-info table thead {
    border: 1px solid #000000;
}

.web-cookies-info table thead tr {
    background: #000;
    color: #fff;
}

.web-cookies-info table tbody {
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.web-cookies-info tr:nth-child(even) {
    background-color: #dddddd;
}

.web-cookies-info td {
    padding: 8px;
    text-align: left;
}

.fw-900 {
    font-weight: 900;
}

.servicio-contenido > .vc_column-inner > .wpb_wrapper {
    padding: 50px;
}

.servicio-contenido.px-15 > .vc_column-inner > .wpb_wrapper {
    padding: 0 15px;
}

.servicios-row,
.contacto-row {
    display: flex;
    flex-wrap: wrap;
}

.servicio-icon {
    font-size: 1.5rem;
    padding: 15px 13px;
    background-color: #f7f9fe;
    border-radius: 50%;
}

.servicio-icon svg {
    transform: translateY(25%);
}

.servicio-post.full-screen {
    min-height: 100vh !important;
}

.text-white h1,
.text-white h3,
.text-white strong,
.text-white a,
.text-white p {
    color: #FFFFFF !important;
}

.form-control {
    width: 100%;
    padding: 12px 20px 6px 20px;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid white;
    font-size: 1.15rem;
    line-height: 1.2;
    color: #FFFFFF;
}

.form-control::placeholder {
    color: #98999b;
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.form-group {
    margin-bottom: 1rem;
}

.contacto-col-full {
    flex: 0 0 100%;
    max-width: 100%;
}

.web-btn-block {
    display: block;
    width: 100%;
}

.web-btn-2 {
    font-size: 1em;
    font-weight: 300;
    font-family: "", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    text-align: center;
    padding: 12px 35px;
    background-color: #FFFFFF;
    border-radius: 50px;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: .05em;
    cursor: pointer;
}

.wpcf7-spinner {
    display: none;
}

.web-privacy-clause p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    font-style: italic;
    margin-bottom: 1.5rem !important;
    margin-top: 0 !important;
}

.web-privacy-clause a {
    text-decoration: underline;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    border: none;
    color: #FFFFFF;
    background-color: #000000;
    padding: 20px 30px;
}

.testimony-icon svg {
    width: 100px;
    height: 100px;
    fill: #3b3b3b;
}

.testimony-body {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.testimony-body::before {
    content: '“';
    font-size: 150px;
    font-weight: 700;
    left: -30px;
    line-height: 135px;
    opacity: .08;
    position: absolute;
    top: -35px;
    z-index: -1;
}

.fw-400 p {
    font-weight: 400 !important;
}

.error-404-page {
    overflow-x: hidden;
}

.error-404-title {
    font-size: 6rem;
    opacity: 0.2;
}

.error-404-message {
    font-size: calc(30px + 3vw);
}

.error-404-separator {
    width: 60px;
    color: #FFFFFF;
    opacity: .4;
}

.error-404-icon {
    margin: 0 10px !important;
    width: 43px !important;
    height: 43px !important;
}

.noticias-title h2 {
    font-size: calc(1.75rem + 0.5vw);
}

.post-timestamp {
    font-size: .9rem;
    font-style: italic;
    color: #000000;
    opacity: .8;
    padding-bottom: 25px;
}

.post-title-container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.post-title {
    color: white;
    font-size: calc(30px + 4.5vw);
}

.post-content p,
.post-content h2 {
    padding: 0 15px;
}

.post-content p {
    font-weight: 300;
}

.post-content a:hover {
    text-decoration: underline;
}

.pum-container {
    width: calc(100% - 15px) !important;
}

.pum-content {
    padding: 60px 2px 2px;
    font-size: 1.2rem !important;
}

.pum-content :is(.wpb_content_element, .vc_do_btn) {
    margin-bottom: 0;
}

#popmake-1047 {
    background-image: url('http://localhost/bubblerooms/wp-content/uploads/2025/04/Horizonte-Bubble-Rooms-09.jpg');
}

#popmake-1077 {
    background-image: url('http://localhost/bubblerooms/wp-content/uploads/2025/04/sesion-fotos.jpg');
}

#popmake-1047, #popmake-1077 {
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center center;
}

.cancel-policy .vc_toggle_title {
    padding: 10px 0;
    border-bottom: 1px solid #00000033;
}

.cancel-policy .vc_toggle_title h4 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    font-size: 1em;
}

.cancel-policy .vc_toggle_icon {
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-60%);
}

.cancel-policy .vc_toggle_content {
    font-size: 1rem;
}

.cancel-policy .vc_toggle_content p {
    font-weight: 300 !important;
    margin-bottom: 1.5rem !important;
    margin-top: 0 !important;
}


.cancel-policy .vc_toggle_content a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .servicio-post.actividades-post {
        min-height: initial !important;
    }
    
    .servicio-post > div {
        flex: 1 1 100%;
    }
    
    .servicio-post > div:not(.servicio-img) {
        order: 1;
    }
    
    .servicio-post > div:not(.servicio-contenido) {
        order: 2;
    }
    
    .servicio-contenido.first-post > .vc_column-inner > .wpb_wrapper {
        padding: 110px 15px 50px 15px;
    }
    
    .servicio-contenido:not(.first-post) > .vc_column-inner > .wpb_wrapper {
        padding: 50px 15px !important;
    }
    
    .servicio-img {
        height: 400px;
    }
    
    .servicios {
        padding: 50px 0;
    }
    
    .servicio-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .container.servicios-row {
        padding: 0;
    }
    
    .contacto-col-half {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #bg-slider-2 {
        padding: 150px 0 80px 0;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
    
    .pum-container {
        width: 500px !important;
        max-width: 500px !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    
    .servicio-col {
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .contacto-col-half {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .contacto-col-half,
    .contacto-col-full {
        padding: 0 15px;   
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}