/*
:root {
    --dondeRed: #d43631;
    --dondeRed2: #6F1411;
    --dondeRed3: #B10000;
    
    --dondeWhite: #fff;
    --dondeOrange: #ffb838;
    --dondePink:#F1E8D7;
    --dondeBlack:black;
}
*/

#banner{
    background-image: url('http://galletasdondeusa.com/wp-content/uploads/2022/11/img_fondo_our_story@2x.jpg');    
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 500px;
}

#banner .img1{
    float: left;
    position: absolute;
    width: 400px;
    top: 90px;
}
#banner .title{
    text-align: center;
    font: normal normal normal 80px/80px Paytone One;
    color: #000000;
    opacity: 1;
    padding-top: 170px;
    padding-bottom: 150px;
}
#banner .img2{
    float: right;
    position: absolute;
    width: 400px;
    right: 0;
    top: 90px;
}

#banner #fixSol{
    margin-top: -100px;
}

#banner #fixSol img{
    width: 310px;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
}

/*movil*/

#bannerMovil{
    background-image: url('http://galletasdondeusa.com/wp-content/themes/storefront/page-templates/our-story/img/img_fondo_our_story.jpg');    
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 460px;
    display: none;
}

#bannerMovil .imgMovil{
}

#bannerMovil .titleMovil{
    text-align: center;
    font: normal normal normal 50px/50px Paytone One;
    color: #000000;
    opacity: 1;
    padding-top: 80px;
}

/*-----*/

.ourStoryMenu{
    background-color: var(--dondeRed);
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
    display: none !important;
} 

.ourStoryBtn {
    font-weight: bold;
    text-align: center;
    margin-top: 15px !important;
    font-size: 20px;
}

.ourStoryBtnActive{
    color: var(--dondeRed);
    background-color: var(--dondeOrange);
    border-radius: 25px;
}

.boxR{
    background: #F3F4F9 0% 0% no-repeat padding-box;
}

.boxR h1{
    text-align: left;
    font: normal normal normal 60px/139px Paytone One;
    color: #D43631;
    opacity: 1;
    margin: 0px;
}
/*Generic*/
article{
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
}

article p strong{
    text-align: left;
    font: normal normal normal 18px/28px Paytone One;
    color: #000000;
    opacity: 1;    
}

article p {
    text-align: left;
    font: normal normal normal 18px/24px Josefin Sans;
    color: #656565;
    opacity: 1;
}

.boxR h1{
    text-align: left;
    font: normal normal normal 60px/139px Paytone One;
    color: #D43631;
    opacity: 1;
}

.boxL h1{
    text-align: left;
    font: normal normal normal 60px/139px Paytone One;
    color: #00388B;
    opacity: 1;
}

.boxR article{
    margin-left: -10000px;
}

.boxL article{
    margin-left: 10000px;
}

.boxR img{
    width: 100%;
    margin-left: -10000px;
}

.boxL img{
    width: 100%;
    margin-left: 10000px;
}

/*media*/

@media (max-width: 1400px) {

}

@media(max-width: 1200px) {

}

@media(max-width: 992px) {

    #banner .title {
        position: inherit;
        z-index: 1;
        text-shadow: 0px 0px 7px white;
    }
    
}

@media (max-width: 768px) {
    #banner .img1 {
        width: 340px;
    }
    #banner .img2 {
        width: 340px;
    }
}

@media (max-width: 576px) {

    .ourStoryMenu{
        display: flex !important;
    }

    #section_1{display: block;}
    #section_1 .row{flex-direction: column-reverse;}
    #section_1 .boxL img{margin-left: 0px;}
    #section_1 .boxR article{margin-left: 0px;}

    #section_2{display: none;}
    #section_2 .boxL img{margin-left: 0px;}
    #section_2 .boxR article{margin-left: 0px;}

    #section_3{display: none;}
    #section_3 .row{flex-direction: column-reverse;}
    #section_3 .boxL img{margin-left: 0px;}
    #section_3 .boxR article{margin-left: 0px;}

    #section_4{display: none;}
    #section_4 .boxL img{margin-left: 0px;}
    #section_4 .boxR article{margin-left: 0px;}

    #section_5_our{display: none;}
    #section_5_our .row{flex-direction: column-reverse;}
    #section_5_our .boxR img{margin-left: 0px;}
    #section_5_our .boxL article{margin-left: 0px;}

    #section_6{display: none;}
    #section_6 .boxL img{margin-left: 0px;}
    #section_6 .boxR article{margin-left: 0px;}

    #section_7{display: none;}
    #section_7 .row{flex-direction: column-reverse;}
    #section_7 .boxR img{margin-left: 0px;}
    #section_7 .boxL article{margin-left: 0px;}

    #section_8{display: none;}
    #section_8 .boxL img{margin-left: 0px;}
    #section_8 .boxR article{margin-left: 0px;}

    #banner{
        display: none;
    }

    #bannerMovil{
        display: block;
    }
}