/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

hr {
    max-width: 50px;
    border-color: #f05f40;
    border-width: 3px;
    margin-top: 6px;
    left: 50%;
    position: relative;
    margin-left: -111px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #ffffff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    text-decoration: underline;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

h5{
  text-transform: uppercase;
  font-weight: bold;
}

p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.bg-primary {
    background-color: #e64141;
}

.bg-dark {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: #dad8d8;
    border-top: 2px solid #8c8b8b;
}

.bg-dark img {
    width: 100px;
}

.bg-dark.mobile img {
    width: auto !important;
    height: 11px;
}

.bg-dark.mobile img.efapel {
    height: 7px;
}

.bg-dark img#mais40 {
    width: 60px;
}

.bg-dark.mobile img#mais40 {
    width: 40px;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    float: left;
    width: 100%;
}

#news{
    width: 100%;
    margin-top: 20px;
}

#news.mobile{
    margin-top: 7px;
}

aside {
    padding: 0;
}

.no-padding {
    padding: 0;
}

.collapse.navbar-collapse{
    margin-bottom: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -80px;
}

.navbar-default .navbar-header .navbar-brand.mobile {
    position: absolute;
    top: -10px;
    left: 0;
    margin-left: 0;
}

.navbar-default .navbar-header .navbar-brand.mobile img{
    width: 50px;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #f05f40;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

.navbar-default.affix .nav.mobile > li.active>a {
    color: #e64141;
}

.navbar-default .nav.mobile > li.active>a{
    color: #e64141;
}

.nav li ul.under_menu{
    position: absolute;
    display: none;
    list-style-type: none;
    width: 123px;
    padding: 0;
    box-shadow: 0 1px 5px #888;
}

.nav li ul.under_menu li{
    float: left;
    background: #CB1B1B;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.nav li ul.under_menu li a{
    color: #ffffff;
    text-decoration: none;
}

.nav li ul.under_menu li:hover{
    background: #E64141;
}

.nav li:hover ul.under_menu{
    display: block;
}

@media(min-width:768px) {
    .navbar-default .nav.mobile > li.active>a {
        color: #fff;
    }
    .navbar-default {
        border-color: #e64141;
        background-color: #e64141;
        margin-bottom: 2px;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #ffffff;
        text-decoration: none;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default .nav > li.active{
        color: #fff;
        border-bottom: 2px solid #fff;
    }

    .navbar-default.affix .nav > li.active{
        color: #e64141;
        border-bottom: 2px solid #e64141;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix img{
        width: 70px;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        top: -13px;
        left: 30px;
        margin-left: 0;

    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
        text-decoration: none;
    }

    .navbar-default.affix .nav > li.active>a,
    .navbar-default.affix .nav>li.active>a:focus {
        color: #e64141;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #f05f40;
    }
}

header {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    margin-top: 52px;
    background-color: #fff;
    overflow: hidden;
}

#home.mobile{
    margin-top: 10px;
}

.navbar-header.mobile{
    background-color: #e64141;
}

.navbar-header.mobile button{
    background-color: #fff;
}

header .header-content {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

header .header-content .header-content-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
    background-position: left center;
    background-size: 100% auto;
}

header .header-content .header-content-inner.mobile{
    background-repeat: no-repeat;
    background-image:url('/img/portfolio/ini_mobile.JPG');
}

@media(min-width:768px) {
    header {
        height: 81%;
    }

    header .header-content {
        float: left;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.content_title {
    font-family: Oswald;
    position:absolute;
    bottom:277px;
    left:0;
    padding: 10px 0 10px 6%;
    width: 100%;
    font-size:25px;
    background-color: #e64141;
    color: #ffffff;
    line-height: 27px;
    text-transform: uppercase;
}

.content_title_top {
    font-family: Oswald;
    position:absolute;
    top: 53px;
    left:0;
    padding: 20px 0 10px 6%;
    width: 100%;
    font-size:25px;
    background-color: #e64141;
    color: #ffffff;
    line-height: 27px;
    text-transform: uppercase;
}

.subtitle{
    font-size: 17px;
}

.body_content{
    position: absolute;
    font-family: Oswald;
    bottom:0;
    height: 277px;
    background-color: #DE4D4E;
    width: 100%;
    padding-left: 6%;
}

.body_content .box {
    float: left;
    width: 30%;
    margin-right: 3%;
    color: #ffffff;
    margin-top: 20px;
    min-height: 162px;
}

.body_content .box > span{
    text-transform: uppercase;
}

.body_content .box:last-child {
    margin-right: 0;
}

.body_content .box > p{
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
}

.body_content .box > p > span{
    color: #000;
    font-family:Oswald;
    float:right;
    letter-spacing: 1px;
}

.body_content .box > p > a{
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 2px 10px;
    -webkit-border-radius:;
    -moz-border-radius:;
    border-radius: 20px;
    text-transform: uppercase;
    min-width: 150px;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 80px;
    text-decoration: none;
    cursor: pointer;
}

.oneline {
    float: left;
    width: 100%;
    text-align: center;

    color: #ffffff;
    margin-top: 10px;
}

.section-heading {
    margin-top: 0;
    margin-bottom: 6px;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 227px;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f05f40;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

.pal2, .pal3, .pal4, .pal5{
    font-family: 'Oswald', sans-serif;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 30%;
    color: rgba(255, 255, 255, 0.55);
    z-index: 11;
    font-weight: 100;
    font-size: 45px;
}
.pal1{
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  height: 40px;
  margin-top: 10px;
  text-transform: uppercase;
}
.pal1.mobile{
    color: rgba(255, 255, 255, 0.7);
    font-size: 36px;
}
.pal2{
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 1px 5px #000000;
}

.pal2.mobile{
    font-size: 24px;
}
.pal3{
    font-size: 30px;
}
.pal4{
    font-size: 18px;
}
.pal5{
    font-size: 23px;
}
span.title{
    float: left;
    padding: 5px;
    font-family: 'Oswald', sans-serif;
    color: #e64141;
    width: 100%;
}
span.date{
    float: left;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    color: #d3d3d3;
    width: 61px;

}
p.news{
    margin: 0;
    float: left;
    font-size: 13px;
    padding: 5px 10px;
    background-color: #f3f3f3;
    height: 86px;
    overflow: hidden;
}
#shadow{
    position: absolute;
    background-color: #000;
    top: 52px;
    left: 0;
    width: 100%;
    height: 81%;
    z-index: 10;
    opacity: 0.2;
}

.header-content-inner, #palhacos, #hospitais{
    background-attachment: fixed;
    box-shadow: 0 0 0 3px #000;
}

.header-content-inner.mobile{
    margin-top:30px;
}

#palhacos{
    position: fixed;
    background-size: 100% auto;
    background-position:left bottom;
    margin-top: 0;
}

#hospitais{
    position: fixed;
    background-size: 100% auto;
    background-position:left bottom;
    margin-top: 0;
}

#comoapoiar{
    position: fixed;
    background-size: 100% auto;
    background-position:left top;
    margin-top: 0;
}

#comoapoiar.mobile{
    position: fixed;
    background-image: url('/img/portfolio/comoapoiar.jpg');
    background-size: auto 100%;
    background-position:center top;
    margin-top: 0;
}

#imagens{
    position: fixed;
    background-size: 100% auto;
    background-position:left center;
    margin-top: 0;
}

#imagens.mobile{
    position: fixed;
    background-image: url('/img/portfolio/IMG_0311.jpg');
    background-size: auto 100%;
    background-position:center top;
    margin-top: 0;
}

#videos{
    position: fixed;
    background-size: 100% auto;
    background-position:left top;
    margin-top: 0;
}

#videos.mobile{
    position: fixed;
    background-image: url('/img/portfolio/IMG_0327.JPG');
    background-size: auto 100%;
    background-position:center top;
    margin-top: 0;
}

#palhacos.mobile{
    margin-top: 48px;
    background-position:top center;

    background-repeat: no-repeat;
    background-image: url('/img/portfolio/quem_somos.jpg');
}

#hospitais.mobile{
    margin-top: 48px;
    background-position:top center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url('/img/portfolio/hospitais.jpg');
}

.quemsomos{
    background-color: rgba(230, 65, 65, 0.85);
    width: 50%;
    position: absolute;
    bottom: 50%;
    margin-bottom: -200px;
    left: 6%;
    text-align: justify;
    padding: 20px;
    color: #fff;
    font-weight: 100;
    text-shadow: 1px 1px #333;
}

.quemsomos.mobile{
    background-color: rgba(230, 65, 65, 0.7);
    width: 98%;
    position: absolute;
    bottom: 35px;
    left: 1%;
    text-align: justify;
    padding: 20px;
    color: #fff;
    font-weight: 100;
    text-shadow: 1px 1px #333;
    margin-bottom: 10px;
}

.quemsomos_title{
    font-family: Oswald;
    position:absolute;
    top:77px;
    left:6%;
    font-size: 30px;
    color: rgba(230, 65, 65, 1);
    text-shadow: 1px 1px 4px #000;
}

.quemsomos_title.mobile{
    font-family: Oswald;
    position: absolute;
    top:77px;
    left:6%;
    font-size: 30px;
    color: rgba(230, 65, 65, 1);
    text-shadow: 1px 1px #000;
}

.cv{
    font-family: Oswald;
    position: absolute;
    bottom: 50%;
    left: 6%;
    font-size: 12px;
    margin-bottom: -230px;
    color: #333;
    border-bottom: 2px solid rgba(230, 65, 65, 1);
}

.cv.mobile{
    font-family: Oswald;
    position: absolute;
    top: 120px;
    bottom: auto;
    left: 6.6%;
    font-size: 12px;
    margin-bottom: 0;
    color: #fff;
    border-bottom: 2px solid rgba(230, 65, 65, 1);
}

#map{
    width: 100%;
    height: 200px;
}
#contact {
    margin-top: 10px;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(left, #E9E5DC, #F0EDE5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #E9E5DC, #F0EDE5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #E9E5DC, #F0EDE5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #E9E5DC, #F0EDE5); /* Standard syntax */
}

.box_hospital{
    background-color: rgba(255, 255, 255, 0.7);
    float: left;
    text-align: justify;
    padding: 20px;
    color: #fff;
    font-weight: 100;
    box-shadow: 1px 1px 4px #888;
    margin-top:20px;
}

.box_hospital img, .box_hospital span, .box_hospital p{
    width: 50%;
}

.box_hospital span, .box_hospital p{
    padding-left: 20px;
}

.box_hospital.mobile{
    margin-left: 5%;
    margin-right: 5%;
}

.box_empresa{
    background-color: rgba(255, 255, 255, 0.7);
    float: left;
    text-align: justify;
    padding: 20px;
    color: #333;
    font-weight: bold;
    box-shadow: 1px 1px 4px #888;
    margin-top:20px;
    margin-left: 5.5%;
    margin-bottom: 70px;
    padding-bottom: 15px;
}

.box_empresa input, textarea, select{
    width: 100%;
    margin-bottom: 5px;
    padding-left: 5px;
    border-radius: 0;
    color: #777;
    font-weight: 100;
}

.box_empresa input.small {
    float: right;
    width: 70%;
    display: none;
    margin-bottom: 0;
}

.box_empresa input[type="button"] {
    background-color: #e64141;
    color: #ffffff;
    font-weight: bold;
    border: none;
    padding: 4px;
    margin-bottom: 2px;
}

.box_empresa input[type="checkbox"] {
    float: left;
    width: auto;
    margin-right: 10px;
}

.box_empresa fieldset legend {
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 5px;
}

.box_empresa fieldset div {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 100;
}

.box_empresa > span {
    float: left;
    font-size: 11px;
    font-weight: 100;
    margin: 4px 0 8px 0;
}

.box_empresa.mobile{
    background-color: rgba(255, 255, 255, 0.7);
    float: left;
    text-align: justify;
    padding: 20px;
    color: #fff;
    font-weight: 100;
    box-shadow: 1px 1px 4px #888;
    margin-top:20px;
    margin-left: 0;
    margin-bottom: 25px;
    padding-bottom: 0;
}

.box_galeria{
    background-color: rgba(255, 255, 255, 0.7);
    float: left;
    text-align: justify;
    padding: 20px;
    color: #fff;
    font-weight: 100;
    box-shadow: 1px 1px 4px #888;
    margin-top:20px;
    margin-left: 2.7%;
    padding-bottom: 0;
    min-height: 200px;
}

.box_galeria.mobile{
    margin-left: 0;
    width: 100%;
}

.box_galeria span{
    font-family: Oswald;
    font-size: 10px;
    color: #000;
    padding: 8px 0 0 0;
    float: left;
    border-bottom: 2px solid rgba(230, 65, 65, 1);
}

.box_empresa a{
    color: #000;
    font-family: Oswald;
    border-bottom: 2px solid rgba(230, 65, 65, 1);
    margin-top: 10px;
    font-size: 12px;
    float: left;
}

.box_contactos{
    background-color: rgba(255, 255, 255, 0.7);
    float: left;
    text-align: justify;
    padding: 20px;
    color: #000;
    font-weight: 100;
    box-shadow: 1px 1px 4px #888;
    margin-top:20px;
    margin-left: 6%;
}

.box_contactos div{
    width: 50%;
}

.box_contactos span{
    color: #000;
    font-family: Oswald;
    text-align: left;
    float: left;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(230, 65, 65, 1);
    padding-right: 10px;
}

.box_contactos input, textarea{
    width: 100%;
    margin-bottom: 5px;
    padding-left: 5px;
}

.box_contactos textarea{
    height: 100px;
}

.box_contactos input[type="button"]{
    background-color: rgba(230, 65, 65, 1);
    color: #fff;
    font-family: Oswald;
    border: none;
    padding: 5px 0;
    box-shadow: 1px 1px 5px #888;
}

.box_contactos.mobile{
    margin-left: 0;
}

.box_contactos.mobile div{
    width: 100%;
}

@media(min-width:768px) {
    .box_hospital.mobile{
        margin-left: 5%;
        margin-right: 0;
    }
}

.box_hospital.mobile img, .box_hospital.mobile span, .box_hospital.mobile p{
    width: 100%;
    padding-left: 0;
}

.box_hospital.mobile p{
    margin-bottom: 0;
}

.pagination{
    float:right;
    text-align:right;
    color:#fff;
    text-shadow:none;
    font-size:14px;
    margin-top:20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.pagination span{
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    float: left;
    width: 10px;
    text-align: center;
}

.pagination span.active{
    border-bottom: 2px solid rgba(230, 65, 65, 1);
}

.loja{
    background-image: url('/images/logo-esolidar.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 250px;
    height: 51px;
    z-index: 1000;
    background-size: 50px auto;
    padding: 11px 0 5px 30px;
    color: #e64141;
    font-size: 18px;
    border: 2px solid #4e67a4;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #000;
    left: 50%;
    position: relative;
    margin-left: -121px;
}

.reg_newsletter{
    position: absolute;
    left: 20px;
    bottom: 120px;
    background-color: rgba(0, 0, 0, 0.45);
    width: 325px;
    height: 67px;
    color: #fff;
    padding: 5px 10px;
    z-index: 100;
}

.reg_newsletter p{
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    font-size: 13px;
}

.reg_newsletter input{
    width: 214px;
    float: left;
    margin-left: 4px;
}
.reg_newsletter span{
    float: right;
    color: #fff;
    background-color: rgba(230, 65, 65, 1);
    margin-left: 5px;
    padding: 2px 11px;
    margin-top: 2px;
}

.lang_choose{
    display: none;
    width: 51px;
    float: left;
    position: absolute;
    background-color: #fff;
}

.lang:hover .lang_choose{
    display: block;
}

.lang_choose span{
    float: left;
    color: #000;
    font-size: 12px;
    padding: 2px 5px;
}

.lang_choose span:hover{
    font-weight: 700;
}

.back-white{
  background-color: rgba(255, 255, 255, 0.18);
}

.no-margin{
  margin: 0;
  width: 100%;
}

.img-apoiar{
  width: 270px;
  margin-top: 15px;
}

.ajuda .btn {
  margin-top: 10px;
  min-width: 150px;
  color: #e64141;
  text-decoration: none;
}
