
@font-face {
    font-family: BritoniaSevagus;
    src: url("/font/BritoniaSevagus.otf");
}


* {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;  
}

body {
    margin: 0px;
    background-color: #FAF9F8;
}


.header {
    background-color: #FAF9F8;
    padding: 20px;
    height: 80px;
}

.subheader {
    font-family: "Platypi", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 2em;
    text-align: center;
    background-color: #E8E5E3;
    color: #503629;
    padding:20px;
}

.subheader2 {
    font-family: "Platypi", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 1.5em;
    text-align: center;
    background-color: #E8E5E3;
    color: #503629;
    padding: 20px;
    padding-left: 200px;
    padding-right: 200px;
}

.titulo {
    font-family: "Platypi", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 3em;
    text-align: center;
    color: #9D6850;
    padding-top: 0px;
    padding-bottom:20px;
}

.gigante {
    font-family: BritoniaSevagus !important;
    font-size: 5em;
    color: #95B7A8 !important;
    width:80px;
}

.subtitulo {
    font-family: "Platypi", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #9D6850;
    background-color: #F3F2EF;
}

    .subtitulo div {
        font-family: "Platypi", serif;
        font-optical-sizing: auto;
        font-weight: bold;
        font-style: normal;
        font-size: 2em;
        text-align: center;
        color: #9D6850;
        margin-top: 40px;
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 0px;
    }


        .subtitulo div.sub {
            font-family: "Nanum Gothic", sans-serif;
            font-weight: 400;
            font-style: normal;
            margin-top: 10px;
            margin-left: 40px;
            margin-right: 40px;
            margin-bottom: 40px;
        }


    .obrador {
    max-width: 400px;
    margin-top: 20px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 40px;
}

.letra {
    max-width: 400px;
    margin-top: 20px;
    font-family: "Nanum Gothic", sans-serif;
}

    .letra td {
        max-width: 400px;
        margin-top: 20px;
        font-family: "Nanum Gothic", sans-serif;
        color: #503629;
        vertical-align: top;
        height: 150px;
    }

h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
}

.der {
    float:right;
    margin-right:20px;
}

.der {
    margin-left: 20px;
}


.footer {
    font-size:16px;
    background-color: #303030;
    padding: 20px;
    height: 120px;
    color: #FFF;
    padding-top:50px;
}

.footer a
{
    color: #CCC;
    text-decoration: none;
}

#logo {
    width: 270px;  
    float: left;
}

.centrado
{
    text-align: center;
}


#miParrafo {
    background-color: pink;
    padding: 10px;
}


#burguer {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 30px;
    display: none;
}


#miMenu {

    background-color: darkslategrey;
    width: 280px;
    padding: 50px;
    position: absolute;
    right: 0px;
    top:70px;
    display: none;
}

#miMenu.active {
    display: block;

}


.divfooter1 {
    width: 40%;
    display: block;
    float: left;
}

.divfooter2 {
    width: 30%;
    display: block;
    float: left;
}


.divimagen {
    width: 50%;
    display: block;
    float: left;
}


.divimagen img {
    width: 100%;
}

.divproducto {
    width: 33%;
    display: block;
    float: left;
}


    .divproducto img {
        width: 100%;
    }


.tituloproducto {
    color: #624B3D;
    font-size: 28px;
    font-weight: bold;
    margin-left: 30px;
    margin-right: 30px;
}


.descproducto {
    color: #624B3D;
    font-size: 22px;
    font-weight: normal;
    margin-left: 30px;
    margin-right: 30px;
}




.divsubproducto {
    width: 20%;
    display: block;
    float: left;
    text-align:center;
}


    .divsubproducto img {
        width: 100%;
    }


.titulosubproducto {
    color: #624B3D;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}


.descsubproducto {
    color: #624B3D;
    font-size: 22px;
    font-weight: normal;
    margin-left: 30px;
    margin-right: 30px;
}



.info {
        height: 350px;
}

.filoback {
        background-image: url('/img/banner-filosofia.png');
        background-size:cover;
        width:50%;
    }



    menu {
        display: block;
        margin-left: 200px;
        position: relative;
    }

    menu li {
        list-style-type: none;
        display: inline-block;
        margin-left: 10px;
        padding: 15px;
    }

        menu li.linea {
            list-style-type: none;
            display: inline-block;
            margin-left: 10px;
            padding: 15px;
            background-color: #99BCAB;
            border-radius: 25px;
        }

menu li a {
    text-decoration: none;
    font-size: 22px;
    color:#503629;
}

menu li.linea a {
    text-decoration: none;
    font-size: 22px;
    color:#FFF;

}


#carrusel .slick-dots {
    display: none !important;
}



.addCart {
    background-color: #9CB7A8;
    color:#FFF;
    font-size:20px;
    border:0px;
    padding:12px;
    border-radius:30px;
    margin:18px;
    font-weight:bold;
    cursor:pointer;
}

.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/

    float: left;
    width: 80px;
    margin: 10px 0%;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

.selectdiv:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    /*Adjust for position however you want*/

    top: 18px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    /*left line */

    position: absolute;
    pointer-events: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */

    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}

#contenedor {
    display: flex;
    min-height: 50vh; /* Ocupa toda la altura de la ventana */
    flex-direction: column;
}


#contenedor2 {
    min-height: 50vh; /* Ocupa toda la altura de la ventana */
}

@media (950px > width) {
    #burguer {
        display: block;
    }
    menu {
        display: none;
    }
    .subtitulo div {
        font-size: 1.4em;
    }

    #logo {
        width:180px !important;
    }

    .header {
        height: 30px !important;
    }


@media (768px > width) {
    #logo {
        width: 180px !important;
    }

    .header {
        height: 30px !important;
    }

        #burguer {
            display: block;
        }

        .divimagen {
            width: 100%;
        }

    .divfooter1, .divfooter2 {
        width: 100%;
    }

        menu {
            display: none;
        }

        .footer {
            height: 450px;
            margin-top: 50px;
        }

        .der {
            float: none;
            margin-left: 10px;
            margin-right: 10px;
            max-width: 100%;
        }

        .izq {
            float: none;
            margin-left: 10px;
            margin-right: 10px;
            max-width: 100%;
        }


        .subheader2 {
            padding-left: 60px;
            padding-right: 60px;
        }

    .subtitulo div {
        font-size:1.4em;
    }
}
  