/* MVBOMBONES */
html,
body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
    background: #f3f3f3;
}
h1,h2{
    margin: 0;
    padding: 0;
}
li.nav-item {
    list-style: none;
}
a {
    text-decoration: none;
}
.chocolate a{
    border-bottom: 1px solid #ffbe0b !important;
}
p{
    text-align: justify;
    text-justify: inter-word;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100vh;
    width: 100%;
    background-color: #fff;
}
.logo-preloader{
    height: auto;
    width:200px;
    position: absolute;
    top: 50%;
    left: calc(50% - 100px);
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	animation-duration:2s;
}

/* CHOCO BOX */
.choco-box{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    overflow: hidden;
    max-height: 1359px;
    max-width: 2307px;
}
.choco-box header{
    width:100%;
    min-height: 50px;
    display: block;
    border-bottom: 1px solid #e9e9e9;
}
/* HEADER */
.choco-box header h1{
    display: none;
}
.choco-title,
.nav-item{
    font-family: 'Comfortaa', sans-serif;
}
/* FOOTER */
.choco-box footer{
    width:100%;
    display: block;
    text-align: center;
    font-size: 0.8rem;
    color: #cdcdcd;
    color: #000;
    border-top: 1px solid #e9e9e9;
}
.choco-box footer .social{
    font-size: 1.5rem;
    display:inline-block;
    margin:0 0.5rem;
}
.choco-box footer .social a{
    color: #666 !important;
}
.choco-box footer .choose-language{
    margin-right: 0.3rem;
}
.choco-box footer .choose-language-title{
    font-size: 1rem;
}

/* CONTENT */
.choco-box section.content{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.choco-box section.content .hero-image,
.choco-box section.content .text{
    height: 500px;
    max-height: 500px;
    overflow: hidden;
}

.choco-box section.content .hero-image{
    width: 50%;
    background-position: center;
    background-size: cover;
}

/* HERO IMAGES */
.choco1{
    background: url('../img/choco1.jpeg');
}
.choco2{
    background: url('../img/choco2.jpeg');
}
.choco3{
    background: url('../img/choco3.jpeg');
}
.choco4{
    background: url('../img/choco4.jpeg');
}
.choco5{
    background: url('../img/choco5.jpeg');
}
.choco6{
    background: url('../img/choco6.jpg');
}
.choco7{
    background: url('../img/choco7.jpg');
}
.contact{
    background: url('../img/img_cnt.png');
}

.choco-box section.content .text{
    width: 50%;
    box-sizing: border-box;
    line-height: 1.5rem;
    font-size: 1rem;
}
/* LAYOUT */
.mv-padding{
    padding:1.5rem;
}
/* COLORS */
.drop-shadow{
	/*box-shadow: 0 0 9px rgba(29, 11, 93, 0.1);*/
	box-shadow: 0 0 9px rgba(0,0,0, 0.2)  ;
	-webkit-box-shadow: 0 0 9px rgba(0,0,0, 0.2)  ;
	-moz-box-shadow: 0 0 9px rgba(0,0,0, 0.2)  ;
}
.golden-border{
    /*border: 1px solid #ede0d4;*/
    border: 1px solid #666;
}
.rounded{
    border-radius: 3px;
}
.chocolate-dark{
    color: #000;
}
.chocolate{
    color: #353535;
}
