
/* FOLK */
@font-face {
    font-family: 'FOLK';
    src: url('../fonts/folksolid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Montserrat-Bold*/
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Montserrat-Medium*/
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.pink {
    background-color: #FF0067;
}

.textpink {
    color: #FF0067;
}

.borderhr {
    border-bottom: 3px solid #ffa6b2;
    color: #ffa6b2;
}

.info {
    padding-left: 15px;
}

.btn-white {
    background-color: white;
    color: #FF0067;
    border-radius: 30px;
    font-weight: 700;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
}


    .btn-white:hover {
        background-color: #ffffff;
        color: #FF0067;
        border-radius: 30px;
        font-weight: 700;
        width: 100%;
        font-size: 1.1em;
        padding: 10px;
        border-color: 2px solid #FCC5CC;
    }

.btn-descarga {
    background-color: #FF0067;
    color: #ffffff;
    border-radius: 30px;
    font-weight: 700;
    width: 100%;
    font-size: 0.9em;
    padding: 10px;
    text-transform: uppercase;
}

.btn-descarga:hover {
    background-color: #FF0067;
    color: #ffffff;
    border-radius: 30px;
    font-weight: 700;
    width: 100%;
    font-size: 1em;
    padding: 10px;
}

.borde {
    border-radius: 15px;
    padding: 7px;
    background-color: #FF0067;
    border-color: #ffffff;
    color: #ffffff;
}

.fondo-gris {
    background-color: #F7F7F7;
    border-radius: 20px;
}

.fondo-blanco {
    background-color: white;
    border-radius: 20px;
    border: dashed 2px #CECECE;
}


.fondo-1 {
    background-image: url(../img/toallitas.svg);
    background-color: #FCC5CC;
    background-size: contain;
}


.fondo-blanco-2 {
    background-color: white;
    border-radius: 20px;
}

.fondo {
    background-image: url(../img/image1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

h1, h2 {
    font-family: 'FOLK';
}

p {
    font-family: 'Montserrat-Medium';
    font-size: 1.2em !important;
}

a, figcaption, figure {
    text-decoration: none;
    font-family: 'FOLK';
    color: #FF0067;
}

#navbarCollapse li a {
    color: white;
    letter-spacing: 1px;
}

#navbarCollapse li :hover {
    color: #FF0067;
}



span {
    color: #696969;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
}


@media screen and (min-width: 850px) {

    h1, h2 {
        font-size: 4em;
    }
}

.btn-pink {
    background-color: #FF0067;
    color: white;
    border-radius: 30px;
    font-weight: 700;
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
}

    .btn-pink:hover {
        background-color: #FF0067;
        color: white;
        border-radius: 30px;
        font-weight: 800;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
    }
