@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                        Includes
=========================================================*/
/*========================================================
                      Main Styles
=========================================================*/
html {
	
    overflow:hidden;
    height: 100%;
	
		 
}



body {
    background: #ffffff;
    color: #555555;
    font: 400 15px/28px 'Open Sans', sans-serif;
    -webkit-text-size-adjust: none;
	height: 100%;
    overflow: auto;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}
h1 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 5.7px;
    color: #E6001D;
}
h2 {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 5.7px;
    color: #E6001D;
}
h3 {
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 3.9px;
    color: #E6001D;
}
@media (max-width: 767px) {
    h3 {
        text-align: center;
    }
}
h4 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2.25px;
    color: #24292e;
}
h5 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.25px;
    color: #24292e;
}
h6 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.25px;
    color: #24292e;
}
p a:hover {
    text-decoration: underline;
}
time {
    display: block;
}
a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a:active {
    background: transparent;
}
a:focus {
    outline: none;
}
a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}
a[href^="callto:#"]:hover,
a[href^="mailto:#"]:hover {
    text-decoration: none;
}
a[href^="callto:#"] {
    position: relative;
}
a[href^="callto:#"]:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    right: 50%;
    height: 1px;
    background: #24292e;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a[href^="callto:#"]:hover {
    color: #24292e;
}
a[href^="callto:#"]:hover:before {
    left: 0;
    right: 0;
}
strong {
    font-weight: 700;
}
.fa {
    line-height: inherit;
}
[class*='fa-']:before {
    font-weight: 400;
    font-family: 'FontAwesome';
}
.page {
    overflow: hidden;
    min-height: 500px;
}
.lt-ie9 .page {
    min-width: 1200px;
}
hr {
    float: left;
    width: 39px;
    border: none;
    border-bottom: 2px solid #24292e;
}
@media (max-width: 767px) {
    hr {
        float: none;
        text-align: center;
    }
}
dt {
    font-weight: 700;
    letter-spacing: 2.25px;
    color: #E6001D;
}
@media (max-width: 767px) {
    .center-mobile {
        text-align: center;
    }
}
/*=======================================================
                       Main Layout
=========================================================*/
h4 + h2 {
    margin-top: 23px;
}
h3 + h4 {
    margin-top: 8px;
}
@media (max-width: 767px) {
    h3 + h4 {
        text-align: center;
    }
}
h4 + hr {
    margin-top: 18px;
}
h4 + img {
    margin-top: 5px;
}
img + p {
    margin-top: 4px;
}
p + .btn {
    margin-top: 16px;
}
p + .marked-list {
    margin-top: 30px;
}
.marked-list + .btn {
    margin-top: 16px;
}
dt + dd {
    margin-top: 16px;
}
dd + dt {
    margin-top: 28px;
}
dl + a[href^="mailto:#"] {
    display: inline-block;
    font-weight: 400;
    margin-top: 28px;
    color: #E6001D;
    letter-spacing: 0;
}
.tablet .marked-list a:before,
.mobile .marked-list a:before,
.tablet .btn a:before,
.mobile .btn a:before,
.tablet h4 a:before,
.mobile h4 a:before {
    display: none;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
    display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
    content: " ";
    display: table;
}
.sf-menu:after {
    clear: both;
}
.sf-menu > li {
    position: relative;
    float: left;
}
.sf-menu > li + li {
    margin-left: 30px;
}
@media (max-width: 1199px) {
    .sf-menu > li + li {
        margin-left: 5px;
    }
}
.sf-menu a {
    display: block;
}
.sf-menu > li > a {
    padding: 40px 4px 41px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #E6001D;
    border-bottom: 3px solid transparent;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 979px) {
    .sf-menu > li > a {
        padding: 14px 4px;
    }
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
    border-bottom: 3px solid #E6001D;
}
.sf-menu > li.active > a {
    border-bottom: 3px solid #E6001D;
}
.sf-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -57px;
    right: 0;
    width: 114px;
    line-height: 36px;
    text-align: left;
    padding: 10px 0 10px 15px;
    background: #f1f1f1;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sf-menu ul > li {
    position: relative;
}
.sf-menu ul > li > a {
    color: #E6001D;
    width: 100%;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
    color: #24292e;
}
.sf-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 114px;
    margin-top: 0;
    margin-left: 0;
    padding: 10px 0 10px;
    z-index: 4;
}
/*.sf-menu > li > .sf-with-ul {
  position: relative;

  
}*/
@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}

.sf-menu ._btn a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #E6001D;
}

.sf-menu ._btn a span {
    font-size: 15px;
    padding: 5px 10px;
    color: #FFF;
    background-color: #E6001D;
}

/*==================  Select Menu  ======================*/
.select-menu {
    position: relative;
    display: none;
    margin: 0 auto;
    width: 420px;
    background: #f1f1f1 url('../images/select.png') no-repeat right center;
    border: 1px solid #E6001D;
    overflow: hidden;
}
.select-menu .select {
    width: 440px;
    height: 30px;
    color: #E6001D;
    background-color: transparent;
    font: 400 15px 'Open Sans', sans-serif;
    line-height: 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
    display: none;
}
@media (max-width: 767px) {
    .select-menu {
        display: block;
    }
}
@media (max-width: 479px) {
    .select-menu {
        width: 270px;
    }
    .select-menu .select {
        width: 290px;
    }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
    background: #f1f1f1;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    z-index: 2;
}
.ins1 .stuck_container {
    position: static;
}
@media (max-width: 767px) {
    .stuck_container {
        padding-bottom: 12px;
    }
}
.isStuck {
    background: #f1f1f1;
    z-index: 999;
    border-bottom: 1px solid #E6001D;
}
.isStuck .brand {
    padding: 18px 0;
}
.isStuck .sf-menu > li > a {
    padding: 18px 4px;
}
.isStuck .sf-menu ul {
    top: 100%;
    margin-top: 1px;
}
@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}

.isStuck .brand img {
    max-height: 30px !important;
}
/*==================     ToTop     ======================*/
.toTop {
    width: 40px;
    height: 40px;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    color: #24292e;
    background: transparent;
    border: 3px solid #24292e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    right: 66px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}
.toTop:hover {
    color: #fff;
    background: #24292e;
    text-decoration: none;
}
@media only screen and (max-width: 1399px) {
    .toTop {
        display: none !important;
    }
}
/*==================  RD Parallax    ======================*/
.parallax {
    position: relative;
    overflow: hidden;
    padding-top: 356px;
}
.parallax_image,
.parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform;
}
.parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.parallax_pattern {
    background-repeat: repeat;
}
.parallax_cnt {
    position: relative;
}
/*==================   Tumbnail    ======================*/
.thumb {
    display: block;
    position: relative;
    overflow: hidden;
}
.thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #ffffff;
    background: transparent;
}
.thumb_overlay:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    font: 300 70px 'FontAwesome';
    line-height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    background: url(../images/plus.png);
}
.lt-ie9 .thumb_overlay:before {
    display: none;
}
.thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
    zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
    display: block;
}
.thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
h4 + .thumb {
    margin-top: 6px;
}
.thumb + h4 {
    margin-top: 14px;
}
/*==================     Quote     ======================*/
blockquote {
    padding-top: 40px;
}
blockquote:before,
blockquote:after {
    content: " ";
    display: table;
}
blockquote:after {
    clear: both;
}
blockquote img {
    float: left;
}
blockquote cite {
    position: relative;
    float: left;
    padding-top: 37px;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 2.25px;
    color: #24292e;
}
blockquote cite:before {
    content: "“";
    position: absolute;
    top: 17px;
    left: 0;
    font-size: 72px;
}
blockquote q {
    float: left;
    width: 100%;
}
blockquote img + cite {
    margin-left: 30px;
}
@media (max-width: 1199px) and (min-width: 767px) {
    blockquote img + cite {
        width: 100%;
        padding-top: 28px;
        margin-top: 12px;
        margin-left: 0;
    }
}
blockquote img ~ q {
    margin-top: 24px;
}
@media (max-width: 1199px) and (min-width: 767px) {
    blockquote img ~ q {
        margin-top: 14px;
    }
}
/*==================     Icons     ======================*/
.fa-twitter:hover {
    color: #34b6e4;
}
.fa-facebook:hover {
    color: #3b60af;
}
.fa-google-plus:hover {
    color: #c13832;
}
/*==================    Buttons    ======================*/
.btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 2.25px;
    color: #24292e;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    right: 50%;
    height: 1px;
    background: #E6001D;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn:hover {
    color: #E6001D;
}
.btn:hover:before {
    left: 0;
    right: 0;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
    content: " ";
    display: table;
}
.box:after {
    clear: both;
}
.box_aside {
    float: left;
}
.box_cnt__no-flow {
    overflow: hidden;
}
/*==================  Inline List  ======================*/
.inline-list {
    display: inline-block;
    width: 100%;
    padding: 41px 0 40px;
    background: #E6001D;
}
.inline-list li {
    display: inline-block;
    font-size: 44px;
    line-height: 44px;
    color: #fff;
}
.inline-list li + li {
    margin-left: 64px;
}
/*==================  Index List   ======================*/
.index-list {
    counter-reset: li;
}
.index-list li {
    position: relative;
    padding-top: 52px;
}
.index-list .icon + p {
    margin-top: 17px;
}
.index-list [class*='fa-'] {
    font-size: 36px;
    color: #24292e;
}
@media (max-width: 767px) {
    .index-list {
        padding-top: 20px;
        text-align: center;
    }
}
.index-list li:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: 700;
    letter-spacing: 2.25px;
    color: #24292e;
}
@media (max-width: 767px) {
    .index-list li:before {
        right: 0;
        text-align: center;
    }
}
.index-list__ins1 li {
    padding-top: 54px;
}
.index-list__ins1 .icon + p {
    margin-top: 19px;
}
.index-list__ins2 li {
    padding-top: 42px;
}
.index-list__ins2 h4 + p {
    margin-top: 15px;
}
/*==================  Marked List  ======================*/
.marked-list li {
    position: relative;
    padding-left: 36px;
}
.marked-list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 9px;
    height: 9px;
    margin-top: -4.5px;
    background: #24292e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.marked-list li a {
    position: relative;
    display: inline-block;
}
.marked-list li a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 100%;
    height: 1px;
    background: #E6001D;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.marked-list li a:hover {
    color: #E6001D;
}
.marked-list li a:hover:before {
    right: 0;
}
.marked-list li + li {
    margin-top: 8px;
}
/*==================   Verta Box   ======================*/
.verta-box {
    display: table;
}
.verta-box,
.verta-box_wr,
.verta-box_cnt {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.verta-box_wr {
    display: table-row;
}
.verta-box_cnt {
    display: table-cell;
}
/*==================     Banner    ======================*/
.banner-wr .banner:first-child {
    margin-top: -112px;
}
.banner {
    color: #fff;
    position: relative;
    background: #E6001D;
    z-index: 1;
    letter-spacing: 2.25px;
    line-height: 24px;
}
.banner [class*='grid_'] {
    padding-top: 26px;
    padding-bottom: 26px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.banner.two-columns {
    position: relative;
}
.banner.two-columns [class*='grid_']:first-child {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .banner.two-columns [class*='grid_']:first-child {
        position: static;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.banner [class*='grid_']:first-child {
    padding-left: 55px;
}
.banner [class*='grid_']:last-child {
    padding-right: 25px;
}
.banner .eqWrapped .box_inner {
    height: 100%;
}
.banner:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    padding: 7px;
    border: 3px solid #E6001D;
    clip: rect(auto, auto, 122px, auto);
    z-index: -1;
}
.banner h2 {
    color: #fff;
    text-align: left;
    letter-spacing: 5.2px;
}
.banner h4 a {
    position: relative;
    color: #fff;
}
.banner h4 a:before {
    content: "";
    position: absolute;
    top: -3 px;
    left: 0;
    right: 100%;
    height: 1px;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner h4 a:hover:before {
    right: 0;
}
.banner p {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2.25px;
    color: #24292e;
}
@media (max-width: 1199px) {
    .banner a {
        display: inline-block;
    }
}
@media (max-width: 979px) and (min-width: 767px) {
    .banner [class*='grid_']:first-child {
        padding-left: 26px;
    }
}
@media (max-width: 767px) {
    .banner h2 {
        text-align: center;
    }
    .banner [class*='grid_'] {
        padding: 26px;
        box-sizing: border-box;
    }
    .banner [class*='grid_']:first-child {
        padding-left: 26px;
    }
    .banner [class*='grid_']:last-child {
        padding-top: 26px;
    }
    .banner [class*='grid_'] + [class*='grid_'] {
        margin-top: 0;
    }
}
.banner__ins1 [class*='grid_'] {
    padding-top: 33px;
    padding-bottom: 33px;
    box-sizing: border-box;
}
.contact-info {
    font-size: 15px;
    font-weight: 700;
}
.contact-info dt {
    color: #fff;
}
.contact-info dd {
    color: #24292e;
}
.contact-info dt + dd {
    margin-top: 0;
}
.contact-info dd + dt {
    margin-top: 0;
}
/*==================    Post    ======================*/
.post {
    padding-top: 11px;
}
.post h4,
.post time {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2.25px;
    color: #24292e;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post > a {
    position: relative;
    display: inline-block;
    height: 67px;
    max-width: 67px;
    overflow: hidden;
}
.post > a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post > a:hover:before {
    opacity: .5;
}

.post > a img {
    max-width: none;
}
.post a + h4,
.post a + time {
    margin-left: 27px;
    margin-top: -8px;
}
@media (max-width: 1199px) and (min-width: 767px) {
    .post a + h4,
    .post a + time {
        display: block;
        margin-top: 6px;
        margin-left: 0;
    }
}
.post a ~ p {
    margin-top: 23px;
}
.post a ~ ul {
    margin-top: 23px;
}
.post a:hover + h4,
.post a:hover + time,
.post a:hover ~ p,
.post a:hover ~ ul {
    color: #E6001D;
}
.post2 a {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
    max-width: 100%;
}
.post2 a:before {
    content: "";
    position: absolute;
    top: -50%;
    right: 50%;
    bottom: -50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.5);
    transition: all .5s ease;
    transform: rotate(45deg);
}
.post2 a:hover:before {
    right: -30%;
    left: -30%;
}
.post2 a:after {
    content: "Leia mais";
    font: 700 15px 'Open Sans';
    line-height: 100%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    letter-spacing: 2.25px;
    position: absolute;
    background: transparent;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 333;
    opacity: 0;
    transition: all .5s ease;
}
.post2 a:hover:after {
    opacity: 1;
}
.post2 a + h4,
.post2 a + time {
    display: block;
    margin-top: 6px;
    margin-left: 0;
}
.post2 h4 + p,
.post2 time + p {
    margin-top: 0;
}
/*==================  Product List  ======================*/
.product-list h4 {
    color: #E6001D;
}
.product-list a {
    position: relative;
}
.product-list a:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    right: 100%;
    height: 1px;
    background: #E6001D;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-list a:hover:before {
    right: 0;
}
.product-list .price {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2.25px;
    color: #24292e;
}
.product-list h4 + img {
    margin-top: 5px;
}
.product-list img + .price {
    margin-top: 8px;
}
.product-list li:nth-child(n+4) {
    margin-top: 5px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
    border-top: 3px solid #f1f1f1;
    padding: 0;
    background: none;
}
header .brand {
    float: left;
}
header .nav {
    float: right;
}
@media (max-width: 979px) {
    header {
        text-align: center;
    }
    header .brand,
    header .nav {
        float: none;
        display: inline-block;
    }
    header .brand {
        padding: 14px 0;
    }
}
@media (max-width: 767px) {
    header {
        text-align: center;
    }
    header .brand,
    header .nav {
        float: none;
    }
}
@media (max-width: 767px) {
    header .brand {
        padding: 8px 0;
    }
}
header.ins1 {
    padding: 6px 0;
}
/*==================     Brand     ======================*/
.brand {
    display: inline-block;
    padding: 33px 0 31px;
    font: 600 20px/28px 'Open Sans', sans-serif;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #E6001D;
}
@media (max-width: 1199px) {
    .brand {
        letter-spacing: 0;
    }
}
@media (max-width: 479px) {
    .brand {
        font-size: 17px;
    }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
    display: block;
    background: #ffffff;
}
/*==================      Well     ======================*/
.well {
    padding-top: 94px;
    padding-bottom: 121px;
}
.well2 {
    padding-top: 64px;
    padding-bottom: 69px;
}
.well3 {
    padding-top: 86px;
    padding-bottom: 89px;
}
.well4 {
    padding-top: 56px;
    padding-bottom: 96px;
}
.well5 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.well__ins1 {
    padding-top: 100px;
}
.well__ins2 {
    padding-bottom: 100px;
}
.well__ins3 {
    padding-top: 70px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
    background: #f1f1f1;
}
.primary {
    color: #E6001D;
}
.secondary {
    color: #24292e;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
    background: #ffffff;
    text-align: center;
}
footer .well {
    padding: 65px 0 62px;
}
footer .brand {
    padding: 0;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 12px;
}
footer .copyright {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3.75px;
    color: #24292e;
}
footer .brand + .copyright {
    margin-top: 38px;
}
@media (max-width: 479px) {
    footer .well {
        padding: 35px 0 32px;
    }
    footer .brand {
        font-size: 24px;
        letter-spacing: 6px;
    }
    footer .copyright {
        font-size: 12px;
        letter-spacing: 2.75px;
    }
    footer .brand + .copyright {
        margin-top: 19px;
    }
}


/******/


._subtitulo {
    margin-top: 250px;
    text-align: center;
    color: #E6001D;
    font-weight: 600;
}@media(max-width: 1199px){
    ._subtitulo {
        margin-top: 150px;
    }
}

.contact-form .btn {
    border: none;
    background-color: transparent;
    outline: none;
}

label.error {
    color: red;
}

@media(min-width: 992px){
    ._certificados {
        margin-bottom: 30px;
    }
    ._d-mw150 {
        max-width: 150px;
    }
}