@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import 'animate.css';
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,900,700,500);
@import url(//fonts.googleapis.com/css?family=Roboto:400italic,300italic);
@import url(//fonts.googleapis.com/css?family=Lato:400,300,900);

/*========================================================
                    Main layout styles
=========================================================*/
body {
    font: 400 14px 'Roboto', sans-serif;
    line-height: 28px;

    color: #5a5a5a;
    background: #333;
}

a {
    font: inherit;

    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;

    color: inherit;
}

a:active {
    background: transparent;
}

a:hover {
    color: #fb5701;
}

a[href^='tel:'] {
    text-decoration: none;

    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 48px;

    text-transform: uppercase;

    color: #ed1c24;
}

@media (max-width: 479px) {
    h2 {
        font-size: 36px;
    }
}

h3 {
    font-size: 21px;
    font-weight: 300;
    line-height: 34px;

    letter-spacing: -.55px;

    color: #5a5a5a;
}

p {
    letter-spacing: -.35px;
}

* {
    -webkit-text-size-adjust: none;
}

/*============  General Modifiers  =============*/
.fnt__thin {
    font-weight: 300;
}

.fnt_str {
    font-weight: 900;
}

.ta__l {
    text-align: left;
}

.ta__r {
    text-align: right;
}

.ta__c {
    text-align: center;
}

.set-rnd {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .col-sm {
        float: left;

        width: 32%;
    }

    .col-sm+.col-sm {
        width: 33%;
        padding-left: 1%;
    }
}

strong {
    font-weight: 700;
}

/*============  Backgrounds  =============*/
.bg1 {
    background-color: #f9f9f9;
}

.bg2 {
    background-color: #ed1c24;
}

/*========================================================
                    HEADER styles
=========================================================*/
#header {
    background: #333;
}

@media (max-width: 1475px) {
    #header {
        text-align: center;
    }
}

#stuck_container:before,
#stuck_container:after {
    display: table;

    content: ' ';
}

#stuck_container:after {
    clear: both;
}

.brand {
    padding: 33px 54px 35px 50px;
    text-align: center;
    background: #f6f6f6;
}

.brand h1 {
    font: 900 53px/42px 'Lato', sans-serif;

    position: relative;

    display: inline-block;
    overflow: hidden;

    letter-spacing: -1.325px;
    text-transform: uppercase;

    color: #fff;
}

.brand h1 span {
    font-weight: 300;
}

.brand h1 a {
    display: inline-block;

    color: #fff;
}

.brand .slogan {
    display: inline-block;
}

@media (max-width: 767px) {
    .brand h1 {
        font-size: 40px;
        line-height: 40px;
    }
}

.nav-center {
    text-align: center;
}

.nav {
    display: inline-block;
}

@media (max-width: 767px) {
    .nav {
        display: block;
        max-width: 400px;
        margin: 0 auto;
        padding: 10px;
    }
}

/* Main menu styles
========================================================*/
.sf-menu>li {
    font: 400 24px/24px 'Roboto', sans-serif;

    position: relative;

    float: left;

    text-align: left;
    text-transform: uppercase;
}

.sf-menu>li>a {
    display: block;

    padding: 44px 11px 42px;

    color: #b3b4a7;
}

.sf-menu>li>a.sf-with-ul {
    position: relative;
}

.sf-menu>li>a.sf-with-ul:after {
    font: 400 14px/14px 'FontAwesome';

    position: absolute;
    top: 65%;
    left: 50%;

    margin-left: -4px;

    content: '\f0d7';
}

.sf-menu>li+li {
    margin-left: 8px;
}

.sf-menu>li.current>a {
    color: #fb5701;
}

.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover {
    background: #232323;
}

.sf-menu ul {
    font: 300 14px 'Lato', sans-serif;
    line-height: 14px;

    z-index: 2;

    display: none;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 235px;

    text-transform: none;
}

.sf-menu ul li {
    position: relative;
}

.sf-menu ul li+li {
    margin-top: 4px;
}

.sf-menu ul a {
    display: block;

    padding: 13px 32px 14px;

    color: #fff;
}

.sf-menu ul a.sf-with-ul {
    position: relative;
}

.sf-menu ul a.sf-with-ul:after {
    font: 400 14px/18px 'FontAwesome';

    position: absolute;
    right: 18px;

    content: '\f054';
}

.sf-menu ul li.sfHover>a,
.sf-menu ul li>a:hover {
    color: #fff;
    background: #fb5701;
}

.sf-menu ul li.sfHover>a.sf-with-ul,
.sf-menu ul li>a:hover.sf-with-ul {
    position: relative;
}

.sf-menu ul li.sfHover>a.sf-with-ul:after,
.sf-menu ul li>a:hover.sf-with-ul:after {
    content: '\f078';
}

.sf-menu>li>ul {
    position: absolute;
    top: 100%;
    left: 0;

    padding: 17px 0 17px;

    background: #232323;
}

@media (max-width: 979px) {
    .sf-menu>li {
        font-size: 18px;
    }

    .sf-menu>li>a {
        padding: 34px 5px 32px;
    }

    .sf-menu>li+li {
        margin-left: 3px;
    }
}

.sf-menu>li>ul>li>ul {
    padding-top: 4px;
}

@media only screen and (max-width: 767px) {
    .sf-menu {
        position: relative;
        top: auto;

        display: none;
    }

    .select-menu {
        font: 300 14px 'Roboto', sans-serif;

        position: relative !important;
        top: 0 !important;

        display: block;

        width: 100%;
        height: 40px;

        color: #424242;
        border: 3px solid #737373;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        outline: none;
        background: #fff url(../images/select.png) 99% center no-repeat;

        -webkit-appearance: none;
    }
}

/* Stuck menu styles
========================================================*/
.isStuck {
    z-index: 999;

    background: #333;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);

    opacity: 0.95;
}

.isStuck .brand {
    display: none;
}

.isStuck .sf-menu>li>a {
    padding: 20px 11px;
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}

/*========================================================
                    CONTENT styles
=========================================================*/
#content {
    overflow: hidden;

    background: #fff;
}

/*============  Wrappers  =============*/
.cnt-adr {
    font-size: 12px;
    font-weight: 900;
    line-height: 14px;

    position: absolute;
    right: 0;
    bottom: 0;

    width: 50%;
    padding: 13px 0 15px;

    text-align: right;

    color: #fb5701;
    background: rgba(0, 0, 0, .57);
}

.cnt-adr .fa-phone,
.cnt-adr .fa-map-marker {
    position: relative;

    display: inline-block;

    text-align: left;
}

.cnt-adr .fa-phone:before,
.cnt-adr .fa-map-marker:before {
    position: absolute;
    top: 1px;
    left: 0;
}

.cnt-adr .fa-phone {
    margin-top: 9px;
    padding-left: 28px;
}

.cnt-adr .fa-map-marker {
    padding-right: 71px;
    padding-left: 32px;
}

.cnt-adr .fa-phone+.fa-map-marker {
    margin-left: 54px;
}

@media (max-width: 1700px) {
    .cnt-adr {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;

        width: 100%;

        text-align: center;

        background: #333;
    }

    .cnt-adr .fa-map-marker {
        padding-right: 0;
    }
}

@media (max-width: 479px) {

    .cnt-adr .fa-phone,
    .cnt-adr .fa-map-marker {
        display: block;

        margin: 10px 30px !important;
    }

    .cnt-adr .fa-phone+.fa-map-marker {
        margin-left: 0;
    }
}

/*============  Wrappers  =============*/
.wr1 {
    position: relative;
}

.img-wrap-fw {
    text-align: center;
}

.img-wrap-fw__off1 {
    margin-top: 6px;
}

.img-wrap-fw img.js-unveil {
    width: 100%;
    height: auto;
}

.img-wrap {
    text-align: center;
}

.img-wrap__ins1 {
    margin-top: 4px;
}

.img-wrap__off1 {
    margin-top: 6px;
}

@media (max-width: 767px) {
    .img-wrap__off1 {
        margin-bottom: 30px;
    }
}

/*============  Headings  =============*/
.hdng {
    margin-bottom: 30px;
}

.hdng__clr1 {
    color: #e00808;
}

.hdng__off1 {
    margin-bottom: 11px;
}

.hdng__off2 {
    margin-bottom: 72px;
}

/*============  Buttons  =============*/
.btn1 {
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;

    display: inline-block;

    cursor: pointer;
    text-align: center;
    letter-spacing: -.45px;

    color: #fb5701;
}

.btn1 .fa {
    font-size: 17px;
    line-height: inherit;

    padding-right: 10px;
}

.btn1:hover,
.btn1.active {
    color: #fb5701;
}

.btn1:hover {
    text-decoration: underline;
}

.btn2 {
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;

    display: inline-block;

    width: 264px;
    max-width: 100%;
    padding: 18px 0;

    cursor: pointer;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border: 2px solid #fff;
    background: #ed1c24;
}

.btn2:hover,
.btn2.active {
    color: #fb5701;
    border: 2px solid #fefefe;
    background: #fff;
}

.btn3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;

    display: inline-block;

    width: 110px;
    max-width: 100%;
    padding: 14.5px 0;

    cursor: pointer;
    text-align: center;
    text-transform: uppercase;

    color: #fff;
    background: #fb5701;
}

.btn3:hover,
.btn3.active {
    color: #fff;
    background: #fe884a;
}

/*============  Icon  =============*/
.fa-phone:before,
.fa-map-marker:before {
    font-family: 'FontAwesome';
    font-weight: 400;
}

.fa-phone:before {
    font-size: 30px;
    line-height: 1;
}

.fa-map-marker:before {
    font-size: 42px;
    line-height: 1;
}

/*============  Borders  =============*/
.brd1 {
    border: 3px solid #c0dbe2;
}

.brd2 {
    border-bottom: 1px solid #757575;
}

.brd3 {
    border-bottom: 1px solid #fb5701;
}

/*============  List  =============*/
.list {
    display: inline-block;

    text-align: left;
}

.list li.active a {
    color: #fb5701;
}

.list .fa {
    font-size: 17px;
    line-height: inherit;

    display: inline-block;

    min-width: 20px;
    padding-right: 10px;

    color: #fb5701;
}

/*============  Marked List  =============*/
.marked-list {
    text-transform: uppercase;
}

.marked-list li {
    position: relative;

    padding-left: 18px;
}

.marked-list li:before {
    font: 400 12px 'FontAwesome';
    line-height: inherit;

    position: absolute;
    left: 0;

    content: '\f0a9';

    color: #5a5a5a;
}

/*============  Well  =============*/
.well {
    padding: 76px 0 77px;
}

.well__ins1 {
    padding-top: 102px;
    padding-bottom: 124px;
}

.well__ins2 {
    padding: 102px 0 112px;
}

.well__ins3 {
    padding: 112px 0 40px;
}

.well__ins4 {
    padding: 50px 0 90px;
}

.well__ins5 {
    padding: 90px 0 97px;
}

.well__ins6 {
    padding: 90px 0 110px;
}

/*============  Boxes  =============*/
.box1_cnt h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;

    letter-spacing: 0;
    text-transform: uppercase;

    color: #333;
}

.box1_cnt p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;

    letter-spacing: 0;
}

.box1_cnt img+h3 {
    margin-top: 28px;
}

.box1_cnt h3+p {
    margin-top: 24px;
}

.box2_cnt {
    padding-bottom: 50px;
}

.box2_cnt h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;

    letter-spacing: 0;

    color: #333;
}

.box2_cnt p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;

    letter-spacing: 0;
}

.box2_cnt h3+p {
    margin-top: 21px;
}

.box3__off1 {
    margin-bottom: 32px;
}

.box3__off2 {
    margin-bottom: 37px;
}

.box3_cnt .img-wrap+h3 {
    margin-top: 16px;
}

.box3_cnt h3+p {
    margin-top: 21px;
}

.box3_cnt p+.btn1 {
    margin-top: 39px;
}

.box3_cnt p+.btn1__off1 {
    margin-top: 8px;
}

.box3_cnt p+.row {
    margin-top: 20px;
}

.box3_cnt time+.img-wrap {
    margin-top: 25px;
}

.box3_cnt .img-wrap+p {
    margin-top: 18px;
}

.box3 .h3_style1 {
    font-weight: 500;

    color: #fb5701;
}

.box3 .h3_style1 a:hover {
    text-decoration: underline;
}

.box3 .p__off1 {
    margin-top: 10px;
}

.box3 time {
    font-weight: 300;
    line-height: 10px;

    display: block;

    padding-bottom: 4px;

    letter-spacing: -.35px;

    color: #fb5701;
}

.box4 {
    padding: 30px 0 40px;
}

.box4_cnt {
    padding-top: 11px;
}

.box4_cnt h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;

    letter-spacing: -.8px;
    text-transform: none;

    color: #fff;
}

@media (max-width: 767px) {
    .box4 {
        text-align: center;
    }

    .box4_cnt {
        margin-bottom: 15px;
    }
}

/*============  Accordion =============*/
.accrd_hdr {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    line-height: 24px;

    color: #fb5701;
}

.accrd_cnt {
    padding-top: 21px;
}

.accrd .accrd_cnt+.accrd_hdr {
    position: relative;

    margin-top: 52px;
}

.accrd .accrd_cnt+.accrd_hdr:before {
    position: absolute;
    top: -24px;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';
    cursor: default;
    pointer-events: none;

    background: #e1e1e1;
}

.accrd .ui-accordion-header {
    position: relative;

    padding-right: 100px;

    cursor: pointer;

    outline: none;
}

.accrd .ui-accordion-header:after {
    font: normal 17px/44px 'FontAwesome';

    position: absolute;
    top: 50%;
    right: 0;

    display: inline-block;

    width: 42px;
    height: 42px;
    margin-top: -21px;

    content: '\f067';
    text-align: center;

    color: #ccc;
    border: 1px solid;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.accrd .ui-accordion-header:hover:after {
    color: #fb5701;
}

.accrd .ui-accordion-header-active:after {
    content: '\f068';

    color: #fb5701;
}

@media (max-width: 1199px) {
    .accrd .ui-accordion-header {
        padding-right: 60px;
    }
}

/*============  Post =============*/
.post_aside {
    float: left;
}

.post_cnt {
    overflow: hidden;
}

.post:before,
.post:after {
    display: table;

    content: ' ';
}

.post:after {
    clear: both;
}

.post_aside {
    min-width: 60px;
    margin-right: 26px;
    padding-bottom: 28px;

    background: url('../images/ico1.png') no-repeat center bottom;
}

.post_cnt .post_crdts+h3 {
    margin-top: 7px;
}

.post_cnt h3+p {
    margin-top: 10px;
}

.post_cnt p+.btn1 {
    margin-top: 13px;
}

.post .img-wrap {
    position: relative;
    z-index: 1;

    padding-right: 30px;

    background: #fff;
}

.post time {
    display: inline-block;

    text-align: center;
}

.post time .day {
    font-size: 45px;
    font-weight: 500;
    line-height: 46px;

    display: block;

    color: #fb5701;
}

.post time .month {
    font: 400 13px/24px 'Lato', sans-serif;

    display: block;

    text-transform: uppercase;
}

.post_crdts {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;

    position: relative;

    letter-spacing: 0;
    text-transform: uppercase;
}

.post_crdts:after {
    position: absolute;
    z-index: 0;
    top: 100%;
    right: 0;

    width: 100%;
    height: 1px;

    content: '';

    background: #d4d4d4;
}

.post_crdts a {
    position: relative;

    display: inline-block;

    padding-right: 5px;
}

.post_crdts a:after {
    position: absolute;
    top: 50%;
    left: 100%;

    width: 4px;
    height: 4px;
    margin-top: -2px;

    content: '';

    background: #282827;
}

.post_crdts a+a {
    margin-left: 40px;
}

.post+.post {
    margin-top: 45px;
}

@media (max-width: 979px) {
    .post .img-wrap {
        overflow: hidden;

        max-height: 282px;
        margin-bottom: 15px;
        padding-right: 0;
    }

    .post .img-wrap img {
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .post_crdts a+a {
        margin-left: 10px;
    }
}

@media (max-width: 479px) {
    .post_crdts a {
        margin: 0 20% 0 0 !important;
    }
}

/*============  Quote =============*/
.quote {
    padding-left: 70px;

    background: url(../images/braces.png) no-repeat 0 8px;
}

.quote_cnt+.quote_hdr {
    margin-top: 9px;
}

.quote_txt {
    font-style: italic;
}

/*============  Map =============*/
.map {
    width: 100%;
    max-width: 100%;
    height: 529px;
}

@media (max-width: 1199px) {
    .map {
        height: 264.5px;
    }
}

@media (max-width: 479px) {
    .map {
        height: 185.15px;
    }
}

/*============  Address =============*/
.addr p:first-child {
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;

    letter-spacing: -.55px;
}

.addr dl dt,
.addr dl dd {
    display: inline-block;
}

.addr dl dt {
    min-width: 70px;
}

.addr p+dl {
    padding-top: 21px;
}

.addr a {
    color: #fb5701;
}

.addr a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .addr {
        padding-bottom: 30px;
    }
}

/*============  Terms List =============*/
.terms {
    padding-right: 5px;
}

.terms dt {
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;

    letter-spacing: -.55px;
}

.terms dd {
    letter-spacing: -.35px;
}

.terms dt+dd {
    padding-top: 10px;
}

.terms dd+dt {
    padding-top: 38px;
}

.terms a {
    color: #fb5701;
}

.terms a:hover {
    text-decoration: underline;
}

/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
    font-size: 12px;
    line-height: 21px;

    color: #b3b4a7;
    background: #333;
}

#footer h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;

    letter-spacing: -.45px;
}

#footer .list+h2,
#footer .ftr_addr+h2 {
    margin-top: 36px;
}

@media (max-width: 767px) {
    #footer {
        text-align: center;
    }

    #footer .ta__r {
        text-align: center;
    }
}

/*============  Footer Address =============*/
.ftr_addr dl dt,
.ftr_addr dl dd {
    display: inline-block;

    text-align: left;
}

.ftr_addr dl dt {
    min-width: 70px;
}

/*============  Footer Map =============*/
.ftr_map {
    width: 100%;
    max-width: 100%;
    height: 290px;
}

@media (max-width: 767px) {
    .ftr_map {
        height: 150px;
    }
}

@media (max-width: 479px) {
    .ftr_map {
        height: 150px;
    }
}

/*============  Info =============*/
.info {
    line-height: 20px;
    padding: 40px 0;
}

.info p {
    font-size: 14px;
    display: inline-block;
    letter-spacing: 0;
}

/*========================================================
                    Responsive layout
=========================================================*/
@media (max-width: 767px) {

    .box1,
    .box3,
    .box4,
    #footer .grid_3,
    .quote {
        margin-bottom: 30px;
    }
}

/*========================================================
                    Widget styles
=========================================================*/
/* ================== UItoTop ===================*/
#toTop {
    font-size: 37px;
    line-height: 32px;

    position: fixed;
    z-index: 20;
    right: 30px;
    bottom: 35px;

    display: none;
    overflow: hidden;

    width: 32px;
    height: 32px;

    text-align: center;
    text-decoration: none;

    color: #676767;
}

#toTop:hover {
    color: #fb5701;
}

@media only screen and (max-width: 1199px) {
    #toTop {
        display: none !important;
    }
}

.flt__l {
    float: left;
}

.flt__r {
    float: right;
}

.flt__n {
    float: none;
}

@media (max-width: 479px) {
    .flt__n-xs {
        float: none;
    }
}

@media (max-width: 767px) {
    .flt__n-sm {
        float: none;
    }
}

@media (max-width: 979px) {
    .flt__n-md {
        float: none;
    }
}

@media (max-width: 1199px) {
    .flt__n-lg {
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .flt__n-sm-md {
        float: none;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .flt__n-md-lg {
        float: none;
    }
}

@media (max-width: 1475px) {
    .flt__n-xl {
        float: none;
    }
}


/* Gilberto - Create 12/12/2014*/

.text-home-empresa h3 {
    font-weight: bold;
    color: red;
    margin-top: 20px;
}

.item a {
    display: block;
    margin-top: 10px;
    color: #d61a21;
}

.item a:hover {
    color: #ed431c;
}

.box3 .js-unveil {
    border: solid 5px #FFF;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);

}

.urnas .box3 .js-unveil {
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}

.empresa {
    margin: 40px 0;
}

.empresa h3 {
    margin-bottom: 30px;
    color: #d61a21;
}

.info_company:hover {
    color: #18b377;
}

.clinica ul li {
    padding-left: 20px;
}

.clinica ul li::before {
    content: '•';
    color: #d61a21;
    font-size: 20px;
    padding-right: 5px;
}


.urnas {
    margin-top: 30px;
}

.urnas .box3 {
    margin-bottom: 45px;
}

.urnas .box3 .brd3 {
    border-bottom: 1px solid red;
}

.pag-urnas h2.hdng__clr1 {
    padding-top: 58px;
}

.urnas h3.hdng {
    color: #ca0c13;
    font-weight: 700;
}

.endereco p {
    margin-bottom: 30px;
}

.endereco h3 {
    color: #b73b3b;
}

.pag-contato {
    margin-top: 50px;
}

#contact-form .btn3 {
    width: 200px;
    background: #cc0000;
    border: 0;
}

#contact-form select {
    padding-top: 5px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #5a5a5a !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 41px;
    margin: 0;
    padding: 12px 15px 11px;


    border: 1px solid #e9ebe5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    background-color: #fff;

}

#contact-form select option {
    color: #5a5a5a !important;
}


.pag-planos ul li::before {
    content: '•';
    color: #d61a21;
    font-size: 20px;
    padding-right: 5px;
}

.pag-planos ul li {
    margin-bottom: 10px;
}

#contact-form p {
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 25px;
}

.plan h2.hdng__clr1 {
    display: table;
    float: left;
}

.plan .menu-plano {
    float: right;
    margin: 20px 68px 0 0;
}

.plan .menu-plano li {
    display: inline-block;
    margin-right: 20px;
}

.plan .menu-plano li a {
    color: #999;
}

.plan .menu-plano li.active {
    font-weight: bold;
}

.plan .menu-plano li a:hover {
    color: #e00808;
}

.brand .slogan {
    font: 25px 'Roboto', sans-serif;
    text-align: left;
    margin-left: 40px;
    line-height: 25px;
    margin-top: 35px;
    color: #666;
}

.brand .slogan span {
    font-size: 13px;
    font-weight: normal;
    display: block;
}

.error {
    font-size: 12px;
    color: red;
}

/* Mensagem de envio */
.mensagem_envio {
    background-color: #56AD13;
    width: 478px !important;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    width: 110px;
    max-width: 100%;
    padding: 14.5px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.dg-whatsapp-header img {
    max-width: 50px;
    top: 40px;
    left: 50px;
    position: relative;
}

.dg-whatsapp-footer img {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 25px;
    max-width: 50px;
    z-index: 999;
}

/* Whatsapp header */

.dg-whatsapp-header {
    font-size: 13px;
    text-transform: uppercase
}

.dg-whatsapp-header .dg-numero-logo {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch
}

.dg-whatsapp-header .dg-numero-logo .dg-numero {
    font-size: 25px
}

.dg-whatsapp-header .dg-numero-logo .dg-logo {
    top: 0;
    left: 0;
    max-width: 25px;
    margin-right: 15px
}
.obrigada{
    padding: 200px 0;
}