/*HOJA DE ESTILOS CSS PELUSA JOYERA*/
@font-face {
    font-family: Righteous;
    src: url(../fonts/Righteous-Regular.ttf);

}

@font-face {
    font-family: fredoka;
    src: url(../fonts/Fredoka-VariableFont_wdth\,wght.ttf);
}

html,
body {
    overflow-x: hidden;
}

h1,
h2,
h3 {
    font-family: Righteous;
}

p {
    font-family: fredoka;
}

/*navbar*/
.navbar {
    padding: 0px 0;
    font-family: fredoka;
    font-size: 20px;
}

.navbar a {
    transition: all .3s ease;
}

.navbar a:hover {
    color: #E34587;
}

.nav-link.active {
    background-color: #E34587;
    color: white !important;

}

.nav-link {
    padding: 25px 30px !important;
    color: black;
}

.navbar-brand img {
    width: 126px;
    margin-right: 0px;
}

.redes {
    width: 40px !important;
    margin-right: 20px;
    margin-left: 10px;
}

.bg-light {
    background-color: #F4B5D0 !important;
}

/*hero*/
.contenedor-estamos {
    background-color: #F4B5D0;
    background-size: cover;
    background-position: center;
    background-image: url(../imagenes/anillo7.jpg);
    background-attachment: fixed;
    font-size: 28pt;
    background-repeat: no-repeat;
    padding: 150px 100px;
    align-items: center;
    text-align: center;
}

h1 {
    font-size: 50pt;
    margin-bottom: 20px;
}


.columna-estamos {
    background-color: #f4b5d098;
    border-radius: 25px;
}

/*Lanzamiento*/

.contenido-lanzamiento {
    background-color: #E34587;
    color: white;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 64px;
    text-align: center;
    height: 100%;

    font-size: 25px;
}

.contenido-lanzamiento h2 {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 32px;
}


.btn-lanzamiento {
    background-color: #f06936;
    font-family: Righteous;
    color: white;
    padding: 14px 45px;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
    font-size: 30px;
}


.btn-lanzamiento:hover {
    background-color: #ec8120;
    color: white;
}

model-viewer {
    width: 100%;
    height: 600px;
    background: linear-gradient(180deg,
            #f4d7d7,
            #ffffff);
    display: block;

}


/*sobre nosotros*/

.sobre-nosotros {
    margin-top: 10px;
    padding-left: 11px;
    padding-right: 4px;
}

.columna-texto {
    background-color: #E34587;
    color: white;
}

.contenido-sobre {
    padding: 50px;
    text-align: center;
    font-size: 20px;
}

.titulo-sobre {
    font-size: 50px;
    margin-bottom: 25px;
}

.imagen-carrusel {
    height: 600px;
    object-fit: cover;
}

/*galeria*/

.galeria img {
    width: 100%;
    padding-bottom: 20px;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
}

.galeria {
    background: radial-gradient(circle at top center,
            #ff7fa3 0%,
            #ffc2d1 35%,
            #ffe4ec 65%,
            #ffffff 100%);

    padding-top: 100px;
    padding-bottom: 100px;
}

.galeria h2 {
    display: none;
}




/*video*/
.video {
    width: 100%;
    height: 315px;
    padding-bottom: 30px;
}

.video h3 {
    display: none;
}



/*instagram*/

.boton_insta {
    background-color: #f06936;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    margin: 40px 0;
}

.boton_insta:hover {
    background-color: #f69943;
}

.boton_insta a {
    display: block;
    text-decoration: none;
    color: white;
}

.contenido_boton {
    padding: 50px 60px;
}

.contenido_boton img {
    width: 110px;
    height: auto;
}

.contenido_boton h3 {
    padding-bottom: 0px;
    font-size: 45px;
}

/*Custom*/

.contenedor-custom {
    background-color: #F4B5D0;
    background-size: cover;
    background-position: center;
    background-image: url(../imagenes/galeria/Manos1.jpg);
    background-attachment: fixed;
    font-size: 28pt;
    background-repeat: no-repeat;
    padding: 150px 100px;
    align-items: center;
    text-align: center;
}

.columna-custom {
    background-color: #f4b5d098;
    border-radius: 25px;
}

.titulo-grabados {
    background-color: #E34587;
    color: white;
    text-align: center;
    padding: 30px;
}

.grabados {
    padding: 80px 0;
    text-align: center;
}

.grabados h3 {
    color: #E34587;
    margin: 30px;
    font-size: 40px;
}

.contenedor-imagen {
    position: relative;
}

.contenedor-imagen img {
    width: 100%;
    transition: opacity .4s ease;
}

.contenedor-imagen .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.contenedor-imagen:hover .hover {
    opacity: 1;
}

.contenedor-imagen:hover .normal {
    opacity: 0;
}

.btn-paquetes {
    background-color: #f06936;
    color: white;
    padding: 25px;
    border-radius: 8px;
    font-size: 40px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: Righteous;
}

.btn-paquetes:hover {
    background-color: #ec8120;
    color: white;
}

/*Paquetes*/

.titulo-paquetes {
    padding: 60px 0;
}

.encabezado-paquetes {
    background-color: #E34587;
    color: white;
    text-align: center;
    padding: 25px;
    border-radius: 20px;
}

.tarjeta-paquete {
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    height: 100%;
}

.tarjeta-paquete h2 {
    margin-bottom: 20px;
}

.tarjeta-clara {
    background-color: #EBC0D4;
}

.tarjeta-oscura {
    background-color: #E34587;
    color: white;
}

.contenido-paquete {
    background-color: #E34587;
    color: white;
    border-radius: 20px;
    padding: 30px;
}

.contenido-claro {
    background-color: #F4DCE7;
    color: black;
}

.contenido-paquete ul {
    margin: 0;
    padding-left: 20px;
    list-style: none;
    padding-inline-start: 0;
    font-family: fredoka;
    font-size: 20px;
}

.contenido-paquete li {
    margin-bottom: 10px;
}

.boton-paquetes h4 {
    display: none;
}


/*Footer*/

footer {
    background-color: #E34587;
    color: white;
    text-align: center;
    padding: 30px 0;
    margin-top: 30px;
}

footer img {
    padding-bottom: 20px;
    width: 50px;
}


/*MEDIA QUIERIES*/

@media (max-width: 1103px) {
    .encabezado-paquetes h1 {
        font-size: 50px;
    }
}


/* Medium devices (less than 992px) */
@media (max-width: 991px) {
    .lanzamiento {
        padding-bottom: 20px;
    }

    .redes {
        padding-bottom: 40px;
    }

    .contenido_boton h3 {
        padding-bottom: 0px;
        font-size: 38px;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .nav-link {
        text-align: center;
    }

    .redes-sociales {
        text-align: center;
        padding-top: 20px;
    }

    .redes {
        margin: 0 10px;
    }



}

@media (max-width: 590px) {

    h1 {
        font-size: 40pt;
        margin-bottom: 20px;
    }

    .contenido-lanzamiento h2 {
        font-size: 36px;
        font-weight: 800;
        margin-bottom: 32px;
    }

    .contenedor-custom,
    h1 {
        font-size: 37px;
    }


    .contenedor-estamos {
        background-color: #F4B5D0;
        font-size: 18pt;
        padding: 150px 70px;
        align-items: center;
        text-align: center;
    }

    .contenedor-custom {
        background-color: #F4B5D0;
        font-size: 18pt;
        padding: 150px 70px;
        align-items: center;
        text-align: center;
    }

    .contenido_boton h3 {
        padding-bottom: 0px;
        font-size: 29px;
    }

    .contenido_boton img {
        width: 90px;
        height: auto;
    }

}