/*===============================================*/
/*GERAL*/
/*===============================================*/
.banner_background{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.banner_background .mask{
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



/*===============================================*/
/*HOMEPAGE*/
/*===============================================*/


#homepage .servicos .ce-feature-box-57 {
    margin: 20px 0;
}

@media screen and (max-width: 767px){
    .ce-feature-box-48 {
        padding: 30px;
    }
}

/*===============================================*/
/*QUEM SOMOS*/
/*===============================================*/
.bullets-check ul{
    padding: 0;
}

.bullets-check ul li{
    position: relative;
    padding-left: 30px;
    margin: 11px 0;
}


.bullets-check ul li:before{
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #4064d7;
    position: absolute;
    left: 0;
    top: 6px;
}

#quem-somos .single_valor{
    margin: 20px 0;
}

/*===============================================*/
/*NEWSLETTER*/
/*===============================================*/
.newletter{
    background: #fff;
}

.newletter .sp-feature-box-4 input {
    border: 1px solid #000;
    margin-bottom: 20px;
    width: Calc(100% - 115px);
}

.newletter .sp-feature-box-4 .submit-btn {
    color: #fff;
    margin-bottom: 20px;
}

.newletter .sp-feature-box-4 .submit-btn {
    width: 115px;
    float: unset;
}

.rgpd{
    text-align: left;
}

.rgpd label{
    font-weight: 400;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

/* Hide the browser's default checkbox */
.rgpd label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.rgpd label .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.rgpd label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.rgpd label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.rgpd label .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*===============================================*/
/*DETALHE NOTICIA*/
/*===============================================*/
#detalhe_noticia .share {
    margin-top: 30px;
    font-size: 22px;
    color: #000;
}

#detalhe_noticia .share a{
    background-color: #000;
    font-size: 14px;
}
/*===============================================*/
/*PRODUTOS*/
/*===============================================*/

.sp-feature-box-2 {
    background-color: #4064d7;
}

#produtos .sp-feature-box-3{
    margin-bottom: 30px;
}

.sp-feature-box-3 .img-box a.view-btn {
    background-color: rgba(64,100,215,0.9);
}

.sp-feature-box-3 .img-box .badge {
    background-color: #4064d7;
}

.sp-sb-links li a:hover, .sp-sb-links li a.active {
    color: #4064d7;
}

#detalhe_produto .gallery .previews, #detalhe_produto .gallery .full, #detalhe_produto.gallery .desc {
    float: left;
    margin-right: 10px;
}

#detalhe_produto .gallery .full, #detalhe_produto .gallery .full img {
    max-width: 100%;
}

.gallery .previews a:hover, .gallery .previews a.selected {
    border: 1px solid #4064d7;
}

.sp-sc-icons li a:hover, .sp-sc-icons li a.active {
    color: #4064d7;
    border: 1px solid #4064d7;
}

/*===============================================*/
/*CONTACTOS*/
/*===============================================*/

#contactos .smart-forms .section {
    margin-bottom: 22px;
    padding: 0;
}

#contactos .map {
    height: 500px;
}

#contactos .rgpd label .checkmark {
    top: -2px;
}

#contactos .smart-forms .btn-primary {
    background-color: #4064d7;
}

#contactos .smart-forms .btn-primary:hover,
#contactos .smart-forms .btn-primary:focus {
    color: #101010;
    background-color: #fff;
}

/*===============================================*/
/*PESQUISA*/
/*===============================================*/
#pesquisa .form-control{
    height: auto;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    box-shadow: none;
    padding-right: 45px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#pesquisa input{
    background: none;
    border: none;
    width: 100%;
    font-size: 1.42857em;
    color: #727272;
}


.header-section.style1 ul li.search-parent .search-box .form-control .search-btn.mar-1 {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border: none;
    background: none;
    right: 105px;
}

/*===============================================*/
/*FOOTER*/
/*===============================================*/

#footer a:hover{
    color: #fff;
}

#footer .footer-social-icons li a:hover,
#footer .footer-social-icons li a.active {
    color: #4064d7;
}

@media screen and (max-width: 767px){
    .ce-sub-text {
        width: 100%;
    }
}