/*@import url('https://fonts.googleapis.com/css?family=Arvo|Ubuntu&display=swap');*/

.v-application {
    font-family: 'Ubuntu' !important;
}

body {
    font-size: 1.1em;
}

h2 {
    font-size: 2.2em;
}

p {
    margin: 0.5em;
    font-weight: 500;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

/* //--------------- NS ---------------\\*/
.expand {
    height: 80px !important;
    padding-top: 10px;
}

.v-toolbar {
    transition: 0.5s;
    height: 90px !important;
}

/* //--------------- HS ---------------\\*/
#home .v-parallax {
    background-color: #FF7C04;
}

/* //--------------- QSS ---------------\\*/
#quienes-somos .v-col {
    border: 1px solid purple;
}

/*#quienes-somos h2 {
}*/


/* //--------------- PS ---------------\\*/
#productos {
    background-image: url("../images/bgProductWave.svg");
    /*background-attachment: fixed;
    background-repeat: repeat;
    background-size: cover;*/
    background-position: bottom;
    /*height: 500px;*/
}

#productos h2 {
    color: #C45E00;
}

.card {
    min-height: 200px;
    padding: 10px;
    transition: 0.5s ease-out;
}

.card .v-img {
    margin-bottom: 15px;
    /*transition: 0.75s;*/
    transition: 0.5s ease-out;
}

.card h1 {
    margin-bottom: 10px;
}

.zoom-efect {
    transform: scale(1.1);
}

.up {
    transform: translateY(-20px);
    transition: 0.5s ease-out;
}

/* //--------------- OSS ---------------\\*/
#tienda-fiestimop {
    background: white;
    background-image: url("../images/bgCartOS.jpg");
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    /*height: 500px;*/
    margin: 0px;
    padding: 0px;
}

.online-store {
    color: #F2F2F2;
	font-size: 1.8em;
    text-decoration: none;
}

.online-store:hover {
	color: #FFE273;
    text-decoration: none;
}

.online-store-url {
	font-size: 0.8em;
}

/* //--------------- CS ---------------\\*/
#contacto h2 {
    color: #C45E00;
}