.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img[class*=align] {
    height: auto;
}

img.aligncenter {
    margin-bottom: 20px;
}

a:active img[class*=align],
a:focus img[class*=align],
a:hover img[class*=align] {
    border-color: #bbb;
}

a,
b,
body,
div,
h1,
h3,
html,
i,
img,
li,
p,
span,
strong,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

i {
    font-style: italic;
}

b,
strong {
    font-weight: 700;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    line-height: 1;
}

.cf:after,
.cf:before {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.element .row.element-container {
    margin-bottom: 0;
}

body {
    background: #fff;
    font: 14px/21px "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

h1,
h3 {
    color: #181818;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1em;
}

h1 {
    font-size: 46px;
    margin-bottom: 14px;
}

h3 {
    font-size: 28px;
    margin-bottom: 8px;
}

p {
    margin: 0 0 1.1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5em;
}

strong {
    font-weight: 700;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

a,
a:visited {
    color: #2e82bc;
    text-decoration: none;
    outline: 0;
}

a:focus,
a:hover {
    color: #005580;
}

p a,
p a:visited {
    line-height: inherit;
}

ul {
    margin-bottom: 20px;
    list-style: none;
}

li {
    line-height: 1.6em;
    margin-bottom: 12px;
}

li p {
    line-height: 1.6em;
}

.cols {
    margin: 0 10px;
    float: left;
    min-height: 1px;
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    width: auto;
    float: none;
}

.container .column {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%;
}

.row {
    margin-bottom: 10px;
}

.fixed-width {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.fixed-widthhead {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

.full-width {
    max-width: 100%;
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.section + .row {
    padding-top: 40px;
}

body {
    background-color: #fff;
}

.container .one-column.column {
    width: 940px;
}

.container .one-half.column {
    width: 460px;
}

.container .one-third.column {
    width: 300px;
}

.container .one-fourth.column {
    width: 220px;
}

.container .three-fourths.column {
    width: 700px;
}

/* Responsivo */
@media only screen and (min-width:768px) and (max-width:959px) {
    .fixed-width {
        width: 768px;
    }

    .container .column {
        margin-left: 10px;
        margin-right: 10px;
    }

    .container .one-column.column {
        width: 748px;
    }

    .container .one-half.column {
        width: 364px;
    }

    .container .one-third.column {
        width: 236px;
    }

    .container .one-fourth.column {
        width: 172px;
    }

    .container .three-fourths.column {
        width: 556px;
    }
}

@media only screen and (max-width:767px) {
    .fixed-width {
        width: 350px;
        max-width: 100%;
    }

    .fixed-widthhead {
        width: 100%;
        max-width: 98%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .container .column {
        margin: 0;
    }

    div .one-fourth:not(:first-child),
    div .one-half:not(:first-child),
    div .one-third:not(:first-child),
    div .three-fourths:not(:first-child) {
        margin-top: 20px;
    }

    .container .one-column.column,
    .container .one-fourth.column,
    .container .one-half.column,
    .container .one-third.column,
    .container .three-fourths.column {
        width: 350px;
    }
}

@media only screen and (min-width: 768px) {
    .fixed-widthhead {
        width: 850px;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .op-text-blockhead {
        width: 850px;
        margin: 0 auto;
    }

    .op-text-block {
        width: 700px;
        margin: 0 auto;
    }

    .one-columnh {
        max-width: 100%;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .fixed-width {
        width: 420px;
    }

    .container .column {
        margin: 0;
    }

    .container .one-column.column,
    .container .one-fourth.column,
    .container .one-half.column,
    .container .one-third.column,
    .container .three-fourths.column {
        width: 420px;
    }
}

@media only screen and (max-width:480px) {
    .hide-mobile {
        display: none;
    }
}

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.row:after,
.row:before {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after {
    clear: both;
}

.row {
    zoom: 1;
}

#le_body_row_1 {
    padding-top: 30px;
}

#content_area {
    position: relative;
    z-index: 20;
}

.main-content {
    min-height: 100%;
}

.feature-block {
    margin: 40px 0 20px;
    padding: 0;
}

@media only screen and (max-width:959px) {
    .op-text-block {
        max-width: 100%;
    }
}

#content_area {
    padding-top: 0;
}
