@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');

@font-face {
    font-family: 'satisfyregular';
    src: url('../font/satisfy-regular-webfont.woff2') format('woff2'),
         url('../font/satisfy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'reeyregular';
	src: url('../font/reey-regular-webfont.woff2') format('woff2'),
		 url('../font/reey-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;  
}

@font-face {
    font-family: 'great_wishesregular';
    src: url('../font/great_wishes-webfont.woff2') format('woff2'),
         url('../font/great_wishes-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'joshicoregular';
    src: url('../font/joshico-regular-webfont.woff2') format('woff2'),
         url('../font/joshico-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary-font: 'great_wishesregular';
    --second-font: "Lilita One", sans-serif;
    --title-color: #000000;
    /* --title-color: #313041; */
    --font-joshi: 'joshicoregular';
}

/* :root {
    --primary-font: 'joshicoregular';
    --second-font: "Lilita One", sans-serif;
    --title-color: #313041;
    --primary-color: #ffc800;
    --second-color: #faf5e6;
    --black-color: #000000;
} */

/* font-family: "Barlow Semi Condensed", sans-serif; */
/* font-family: "Inter", sans-serif; */

*{
    padding: 0;
    margin: 0;
    color: #000000;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

/* RRSS */

.pt_redes{
    position: fixed;
    right: 0;
    top: 33%;
    z-index: 9;
    padding: 11px 11px;
    border-radius: 7px 0 0 7px;
    background-color: #f28b2f;
}

.pt_redes a{
    display: block;
    width: 13px;
}

.pt_redes a:nth-child(2){
    margin: 18px 0;
}

.pt_redes a img{
    display: block;
    width: 100%;
}

/* RRSS */

/*--------------------------------- STYLE - Franja  ---------------------------------*/

.franja img{
    display: block;
    width: 100%;
}

.bg-body-beige{ background-color: #fff7ef; }

@media screen and (min-width: 768px){

    /* RRSS */

    .pt_redes{
        padding: 15px 15px;
    }

    .pt_redes a{
        width: 23px;
    }

    .pt_redes a:nth-child(2){
        margin: 25px 0;
    }

    /* RRSS */

}