@font-face {
    font-family: 'Playfair';
    src: url('/assets/fonts/PlayfairDisplay-VariableFont_wght.ttf');
 }

 @font-face {
    font-family: 'Playfair_bold';
    src: url('/assets/fonts/static/PlayfairDisplay-Bold.ttf');
 }

 @font-face {
    font-family: 'Playfair_medium';
    src: url('/assets/fonts/static/PlayfairDisplay-Medium.ttf');
 }

 @font-face {
    font-family: 'Playfair_regular';
    src: url('/assets/fonts/static/PlayfairDisplay-Regular.ttf');
 }

 @font-face {
    font-family: 'Playfair_italic';
    src: url('/assets/fonts/static/PlayfairDisplay-MediumItalic.ttf');
 }

 .animation_card_header {
    animation: slideInFromLeft 5s ease forwards;
}

#movingImage {
    position: relative;
    animation: moveUpDown 1.5s infinite alternate ease-in-out;
  }

  @keyframes moveUpDown {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-20px); /* Puedes ajustar el valor de desplazamiento vertical aquí */
    }
  }

.navbar_paradisus{
    background-color: #B16878;
    box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 60%);
}

.navbar_li_color{
    color: #fff!important;
    font-family: Playfair;
}

.img_logo{
    width: 100px;
}

.box_tittle{
    background-color: #9D626E;
    color: #fff!important;
    font-family: Playfair;
    padding: 0 30px 0 30px;
}

.text_subfooter{
    color: #9D626E;
    font-family: Playfair_regular;

}

.parallax{
  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-content {
    transform: translate3d(0, 0, 0);
    perspective: 1px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.parallax-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(182 93 110 / 50%);
    z-index: -1;
    transform: translateZ(-1px) scale(2);
    will-change: transform;
}

.tittle_hero{
    color: #fff;
    font-family: Playfair;
}

.text_hero{
    color: #fff;
    font-family: Playfair;
}

.service_title{
    color: #AA6675;
    font-family: Playfair_italic;
}

.tittle_paradisus_section{
    color: #AA6675;
    font-family: Playfair_italic;
    font-size: 80px;
}

.tittle_lase_section{
    color: #AA6675;
    font-family: Playfair_italic;
    font-size: 45px;
}

.color_blanco{
    color: #fff!important;
}

.tittle_section_para{
    color: #fff;
    font-family: Playfair_italic;
    font-size: 70px;
}

.text_section_para{
    color: #fff;
    font-family: Playfair_regular;
}

.texo_services_icons{
    color: #AA6675;
    font-family: Playfair_regular;
}

.subtext_paradisus{
    color: #AA6675;
    font-family: Playfair_regular;
}

.mini_subtext_paradisus{
    color: #AA6675;
    font-family: Playfair_regular;
    font-size: 15px;
}

.btn_cta{
    background-color: #9F586A;
    color: #fff;
    font-family: Playfair;
    box-shadow: 0px 6px 0px 0px rgb(0 0 0 / 60%);
}

.btn_cta:hover{
    transition: 0.3s;
    background-color: #fff;
    font-family: Playfair;
    color: #9F586A;
}

.footer_tittle{
    color: #fff;
    font-family: Playfair;
    font-size: 20px;
}

.footer_paradisus{
    background-color: #B67689!important;
}

.img_icono_footer{
    width: 40px;
}

.logo_democosmetic{
    width: 300px;
}


.img_tab_lase{
    width: 85%;

}

.precio_laser{
    font-size: 30px;
    color: #fff;
    display: inline-block;
    background: #9F586A;
    padding: 5px 30px 5px 30px;
    border-radius: 30px;
    font-family: Playfair;

}

.precio_laser_negative{
    font-size: 30px;
    color: #9F586A;
    display: inline-block;
    background: #fff;
    padding: 5px 30px 5px 30px;
    border-radius: 30px;
    font-family: Playfair;

}

.btn_comprar_paquete{
    font-size: 25px;
    color: #fff;
    display: inline-block;
    background: #9F586A;
    padding: 5px 30px 5px 30px;
    border-radius: 30px;
    font-family: Playfair;
    box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 60%);
}

.btn_comprar_paquete:hover{
    font-size: 25px;
    color: #fff;
    display: inline-block;
    background: #000;
    padding: 5px 30px 5px 30px;
    border-radius: 30px;
    font-family: Playfair;
    box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 60%);
}

.btn_comprar_paquete_negative{
    font-size: 25px;
    color: #9F586A;
    display: inline-block;
    background: #fff;
    padding: 5px 30px 5px 30px;
    border-radius: 30px;
    font-family: Playfair;
    box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 60%);

}

.btn_comprar_paquete_negative:hover{
    font-size: 25px;
    color: #fff;
    display: inline-block;
    background: #000;
    padding: 5px 30px 5px 30px;
    border-radius: 30px;
    font-family: Playfair;
    box-shadow: 0px 6px 16px 0px rgb(0 0 0 / 60%);

}

.subtext_lase {
    color: #AA6675;
    font-family: Playfair_regular;
    font-size: 25px;
}

.ligthbox_img{
    box-shadow: 6px 6px 15px -10px rgb(0 0 0);
    border-radius: 13px;
}

.img_equipo_laser{
    width: 80%;
}

.img_icon__estrella{
    width: 30px;
}

.section_equipo_laser{
background-color: #eed1d5;
}

.nav-link .navbar_li_color:hover{
    background-color: #eed1d5!important;

}

.li_estresllas_texto{
    color: #AA6675;
    font-family: Playfair_regular;
    font-size: 20px;
}

.container_img_equi{
    position: relative;
}

.estrellas_flotantes{
    position: absolute;
    width: 60px;
    left: 30px;
    top: 150px;
}

.estrellas_flotantes_r{
    position: absolute;
    width: 60px;
    right: 30px;
    top: 250px;
}

.img_seziones{
    width:40%;
}

.container_comentario{
    padding: 15px;
    border-radius: 9px;
    background-color: #9F586A;
}

.text_comentario{
    font-size: 12px;
    font-family: Playfair;
    color: #fff;

}

.text_autor{
    font-size: 9px;
    font-family: Playfair;
    color: #fff;
}

.img_productos_carousel{
    width: 200px;
}

.img_corporales{
    width: 60%;
}

.animated-slide-in {
    opacity: 0;
    transform: translateX(-50px); /* Empieza desplazado a la izquierda */
    transition: opacity 0.5s, transform 0.5s;
}

.slide-in {
    opacity: 1;
    transform: translateX(0); /* Termina en su posición original */
}


.border_selecionador{
    border: solid 3px #e09eb1;
    border-radius: 13px;
    height: 220px;
}

@media only screen and (min-width:769px) {
    .logo_ocultar{
        display: none;
    }
  }

  @media only screen and (max-width:769px) {
    .logo_ocultar_menu{
        display: none;
    }
  }


  @media only screen and (max-width:450px) {

    .border_selecionador{
        border: solid 0px #e09eb1;
    }


    .text_hero {
        font-size: 12px;
    }

    .tittle_hero{
        font-size: 22px;
    }

    .tittle_hero{
        font-size: 15px;
    }

    .tittle_section_para {
        font-size: 30px;
    }

    .img_productos_carousel{
        width: 100px;
    }

    .logo_democosmetic {
        width: 150px;
    }

    .text_subfooter{
        font-size: 10px;
    }

    .footer_tittle {
        font-size: 12px;
    }

    .subtext_lase {
        color: #AA6675;
        font-family: Playfair_regular;
        font-size: 20px;
    }


  }
