
.sep05 {
    height: 0.5rem
}
.sep10 {
    height: 1rem
}
.sep20 {
    height: 2rem
}
.sep30 {
    height: 3rem
}
.sep40 {
    height: 4rem
}
.sep50 {
    height: 5rem
}
.sep60 {
    height: 6rem
}
.sep70 {
    height: 7rem
}
.sep80 {
    height: 8rem
}
.sep90 {
    height: 9rem
}
.sep100 {
    height: 10rem
}
h1 {
    color: #fff;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    padding-top: 13%;
    margin-bottom: 0;
}
section.content {
    width: 1180px;
    margin: 0 auto;
    padding: 30px 0;
}
h2.tit {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    font-family: "Open Sans", "Open Sans", "Helvetica Neue", "Helvetica", "sans-serif";
    margin: 45px auto 30px;
    width: 80%;
    line-height: 34px;
}
.parrafo {
    font-family: "Open Sans", "Open Sans", "Helvetica Neue", "Helvetica", "sans-serif";
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    color: rgba(0,0,0,1);
    letter-spacing: normal;
    line-height: 1.5;
}
.justify {
	text-align: justify!important;
}
section.content ul {
    padding-left: 35px;
    padding-top: 30px;
}
section.content ul li {
    font-family: "Open Sans", "Open Sans", "Helvetica Neue", "Helvetica", "sans-serif";
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    color: rgba(0,0,0,1);
    letter-spacing: normal;
    line-height: 1.5;
    list-style: disc;
}
footer {
    background-color: #000;
    padding: 60px 0!important;
}
img.img_footer {
    width: 500px;
    max-width: 40%;
}
.footer_txt {
    color:#fff;
}
.footer_txt {
    color: #fff;
    width: 370px;
    margin: 30px auto;
}
.separador {
    margin-bottom: 30px;
}







@media (max-width: 769px) {


.sep05 {
    height: 0.25rem
}
.sep10 {
    height: 0.5rem
}
.sep20 {
    height: 1rem
}
.sep30 {
    height: 1.5rem
}
.sep40 {
    height: 2rem
}
.sep50 {
    height: 2.5rem
}
.sep60 {
    height: 3rem
}
.sep70 {
    height: 3.5rem
}
.sep80 {
    height: 4rem
}
.sep90 {
    height: 4.5rem
}
.sep100 {
    height: 5rem
}


}



@media (max-width:667px) {

.template.mobileViewLoaded {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}
section.content {
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
}
.parrafo {
    width: 100%!important;
}


}


@media (max-width: 1179px) and (min-width: 668px){

    .template.mobileViewLoaded {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        overflow: auto;
    }
    section.content {
        width: 100%;
        margin: 0 auto;
        padding: 30px 15px;
    }
    .parrafo {
        width: 100%!important;
    }


}