body{
    background:url(../pics/seccion1.jpg) no-repeat;
    background-position:top center;
    background-attachment:fixed;
    background-size:100% auto;
}
#page-seccion1{
    background:url(../pics/seccion1.jpg) no-repeat;
    background-position:top center;
    background-attachment:fixed;
    background-size:100% auto;
}
#page-seccion2{
    background:url(../pics/seccion2.jpg) no-repeat;
    background-position:top center;
    background-attachment:fixed;
    background-size:100% auto;
}
#page-seccion3{
    background:url(../pics/seccion2.jpg) no-repeat;
    background-position:top center;
    background-attachment:fixed;
    background-size:100% auto;
}
#page-seccion4{
    background:url(../pics/seccion3.jpg) no-repeat;
    background-position:top center;
    background-attachment:fixed;
    background-size:100% auto;
}
.container-full{
    /* background:#f2f2f2; */
}

#fcontent{
    width:75% !important;
}

.heading-container .heading-wrap.parallax-content{
    background:rgba(0,0,0,0.8);
}

.content-container{
    padding-bottom:0;
}
.container-full{background:rgba(255,255,255,1);}
.container-full .bg-image{
    z-index:1;
}
.seccion-about .box-parallax-content{
    
    /* background:rgba(188, 114, 31, 0.8); */
    background:rgba(220, 36, 34, 0.8);
    color:#fff;
    border-radius:15px;
}

.seccion-simbolos .box-parallax-content{
    background:rgba(97, 82, 85, 0.7);
    color:#fff;
    border-radius:15px;
}
.seccion1 .box-parallax-content{
    background:rgba(5, 105, 148, 0.8);
    color:#fff;
    border-radius:15px;
}
.seccion2 .box-parallax-content{
    /* background:rgba(23%, 53%, 51%,0.8); */
    background:rgba(34, 81, 29, 0.8);
    color:#fff;
    border-radius:15px;
}
.seccion3 .box-parallax-content{
    /* background:rgba(112, 70, 30, 0.8); */
    background:rgba(34, 81, 29, 0.8);
    color:#fff;
    border-radius:15px;
}
.seccion4 .box-parallax-content{
    background:rgba(188, 114, 31, 0.8);
    color:#fff;
    border-radius:15px;
}

@media (max-width:800px){
    #fcontent{
        width:100% !important;
        padding:0;
    }
    body{
        background:url(../pics/seccion1.jpg) no-repeat;
        background-position:top center;
        background-size:auto;
    }
    .content-container.no-padding{
        padding-top:0 !important;
    }

    .row{
        padding:1% !important;
        
    }
}

#section-himno,
#section-escudo,
#section-bandera{
    display:none;
}

.footer-info-wrap .row{
    background:none !important;
    color:#fff;
}
footer{background:rgba(5, 105, 148, 0.5) !important;}

#galeria img{
    width: 350px;
    height:350px !important;
}