
:root {
  --pos-x: calc(100vw - 22vw);
  --pos-y: 2vh;
}

body {
    max-width: 100vw;
    margin: 0;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    overflow-x: hidden;
    font-family: 'Happy';
     background-image: linear-gradient(to top, rgb(255 255 255 / 36%) 0%, rgb(253 240 252 / 82%) 80%), url(../img/fondo_patron.png);
}

.cargando{
    z-index: 999999;
}



.difuminado_mask{
    width: 100vw;
    height: 10vh;
    position: fixed;
    
    background: linear-gradient(to top, rgb(255 255 255 / 0%) 21%, rgb(255 255 255 / 0%) 23%, rgb(253 240 252) 54%);
    z-index: 12;
    top: 0;
    pointer-events: none;
}

@font-face {
    font-family: 'arial_narrow';
    src: url('../fonts/arial_narrow_7.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Happy';
    src: url('../fonts/Happy_Night.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Artmy';
    src: url('../fonts/Artmy_Ornament.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gothica-B';
    src: url('../fonts/Gothica-BoldOblique.ttf') format('truetype');
    font-weight: bold;
    font-style: oblique;
}

@font-face {
    font-family: 'gotham';
    src: url('../fonts/Gotham.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bukhari';
    src: url('../fonts/Bukhari_Script.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
  #content {
    display: none;
  }

#loader {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;   
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    font-size: 2em;
    color: #333;
    transition: opacity 1s ease-in-out;
    overflow: hidden;
}

#loader.hidden {
    opacity: 0;
    pointer-events: none;
}

#loader img{  
    max-width: 100%;
    max-height: 40vh;
    position: absolute;
    bottom: 0;
}

#loader p{
    width: 40%;    
    position: absolute;
    font-size: 1em;    
    color: #f5c1e7;
}

.pin-spacer{
    background-color: transparent;
}

.botones_init{ 
    position: relative;    
    z-index: 18;
}

.scroll_down img{
    width: 100%;
}



footer{
    background: #742151;    
    display: block;
    padding: 4%;
    text-align: center;
    font-family: 'arial_narrow';
}

.footer-brand .footer-logo{
 display: block;
  width: 30vw;
  margin: 0 auto;  
}

.footer-brand .footer-social{
    position: relative;
    width: 30vw;
    margin: auto;
}

.footer-brand .footer-social a{
   text-decoration: none;
   display: inline;
    color: #f388c5;
    font-size: 1.9em;
    margin: 26px;
    text-shadow: 6px 5px 5px black;
}

.footer-brand .footer-social img{   
  width: 8vw;
    margin: 0 auto;
    position: absolute;
    left: -11px;
    top: 34px;
}

.footer-credits a{
    text-decoration: none;
    color: white;
}

.boton_agenda_aqui,
.boton_servicios {
    position: fixed;
    z-index: 30;  /* algo > 15 y > logo/etc */
    top: 50vh;    /* ajusta cada uno si quieres */
    width: 50vw;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.boton_agenda_aqui { top: 50vh; }
.boton_servicios   { top: 60vh; }

.boton_agenda_aqui .button,
.boton_servicios .button {
    width: 70%;
    font-family: 'arial_narrow';    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.botones_init .button {
    display: block;
    margin:auto;
    padding: 10px 20px;
    background-color: #742151de;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    text-shadow: none;
    box-shadow: inset 1px 1px 8px 2px #f671be;
}
.botones_init .button:hover {
    background-color: #0056b3;
}


.yo_parrafo1{
    scale: 0.3;
    opacity: 0;
}

.yo_parrafo2{
    scale: 0.3;
    opacity: 0;
}

.yo_parrafo3{
    scale: 0.3;
    opacity: 0;
}

.servicios{
    padding-top: 10vh;
}

.section-separator {
    display: block;
    max-width: 100%;
    width: 90vw;          /* se adapta al ancho del teléfono */
    height: auto;
    margin: 2.5rem auto;  /* separa visualmente las secciones */
}



@media screen and (min-width: 576px) {
    
    .scroll_down{ 
        height: auto;
        width: 10vw;
    }

  .section-separator {
        width: 600px;     /* o el ancho real del PNG si quieres */
        margin: 3rem auto;
    }
}