
@font-face {
    font-family: 'SignPainter-HouseScript';
    src: url(/site/fonts/SignPainter-HouseScript.eot);
    src: url(/site/fonts/SignPainter-HouseScript.eot?#iefix) format('embedded-opentype'),
    url(/site/fonts/SignPainter-HouseScript.woff2) format('woff2'),
    url(/site/fonts/SignPainter-HouseScript.woff) format('woff'),
    url(/site/fonts/SignPainter-HouseScript.ttf) format('truetype'),
    url(/site/fonts/SignPainter-HouseScript.svg#SignPainter-HouseScript) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
b, strong {
    font-family: 'Exo', sans-serif;
}
.btn {
    font-family: 'Exo', sans-serif;
    border: 2px solid #07475F;
    background-color: #07475F;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    padding: 10px 40px;
    text-transform: none;
    font-weight: 600;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    white-space: break-spaces;
}
.btn.outline-dark {
    border: 2px solid #07475F;
    background-color: transparent;
    color: #07475F;
}
.btn.blue {
    border: 2px solid #54BBD8;
    background-color: #54BBD8;
    color: #fff;
}
.btn.outline-blue {
    border: 2px solid #54BBD8;
    background-color: transparent;
    color: #54BBD8;
}
.btn.outline-white {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}
.btn.white {
    border: 2px solid #fff;
    background-color: #fff;
    color: #54BBD8;
}

.btn:hover, .btn:focus {
    background-color: #07475F;
}
.btn.outline-blue:hover,
.btn.outline-blue:focus {
    background-color: #54BBD8;
    color: #fff;
}
.btn.outline-white:hover,
.btn.outline-white:focus {
    background-color: #fff;
    color: #54BBD8;
}
.btn.white:hover,
.btn.white:focus {
    border-color: #fff;
    background: transparent;
    color: #fff;
}
.btn.blue:hover,
.btn.blue:focus {
    border: 2px solid #fff;
    background-color: #fff;
    color: #54BBD8;
}
.btn.blue.outline:hover,
.btn.blue.outline:focus {
    border: 2px solid #54BBD8;
    background-color: #fff;
    color: #54BBD8;
}
.btn.outline-dark:hover,
.btn.outline-dark:focus {
    border: 2px solid #07475F;
    background-color: 07475F;
    color: #fff;
}
.btn-shadow-2 {
    box-shadow: none;
}
body {
    font-family: 'Exo', sans-serif;
    color: #07475F;
}
.section-content {
    margin-top: 3.1em;
}

.section {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7.1em;
    padding-bottom: 7.1em;
}

.section-title {
    margin-left: 0;
}

h2, .h2,
.entry .entry-title,
#historia .container h3{
    font-family: 'SignPainter-HouseScript';
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    margin-bottom: 80px !important;
    font-size: 72px;
    color: #033C52;
}
#historia .container h3{
    text-align: left;
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
    font-family: 'SignPainter-HouseScript';
}

.object-label {
    background-color: #E5BE93;
    cursor: default;
}

.object-info {
    width: 19.4em;
    margin-left: -7.8em;
    background-color: rgba(102,102,102,0.9);
    word-break: break-all;
}

.object-info .icon_close{
    position: absolute;
    top: 2px;
    right: 8px;
    color: #fff;
    cursor: pointer;
}
.object-label {
    background-color: transparent;
    transform: translate(-20%,-80%);
}
.object-label .icon_bola{
    position: absolute;
    width: 1em;
    height: 1em;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
}
.object-label .info_pais{
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0 2px 7px 0 rgba(7,71,95,0.23);
    border-radius: 15px;
    font-size: 12px;
    color: #033C52;
    letter-spacing: 0;
    text-align: center;
    padding: 8px 10px 5px 10px;
    min-width: 98px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 9999999;
    display: none;
}
.object-label:hover .info_pais{
    display: block;
}
.object-label .icon_bola img{
    position: absolute;
    bottom: 0;
    width: 45px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.object-label .icon_bola img.flag{
    position: absolute;
    bottom: 19px;
    width: 35px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    /* top: 10px; */
    border-radius: 50%;
    height: 35px;
    object-fit: cover;
    /* border: 5px solid #fff; */
    box-shadow: 0px 2px 7px rgb(7 71 95 / 23%);
}
.object-info:before {
    border-top: 14px solid rgba(102,102,102,0.9);
}
.object-content {
    font-family: 'Exo', sans-serif;
    font-size: 0.85em;
    color: #fff;
    font-weight: 500;
}

.object-content a {
    color: #fff;
}

.object-title {
    font-size: 1.5em;
    font-family: 'Exo';
    letter-spacing: 0.1rem;
    color: #fff;
    font-weight: 800;
    text-transform: none;
    border-bottom: 0;
    margin: 0;
    padding: 0 0 0.5em;
}

@media screen and (max-width: 1500px){
    .object-label .icon_bola img {
        width: 30px;
    }

    .object-label .icon_bola img.flag {
        bottom: 13px;
        width: 20px;
        height: 20px;
        border: 2px solid #fff
    }
}

@media screen and (max-width: 992px){
    .object-label .icon_bola img {
        width: 15px;
    }

    .object-label .icon_bola img.flag {
        bottom: 7px;
        width: 10px;
        height: 10px;
        border: none;
    }

}
/*==============================*/
/*MENU*/
/*==============================*/

.navbar-desctop .brand {
    display: inline-block;
    position: relative;
    top: unset;
    font-size: 1.6em;
    width: 200px;
}
.navbar-desctop .brand img{
    max-width: 100%;
}
.navbar-desctop {
    padding: 2.9vmin 0 0;
}

.navbar-desctop-menu {
    float: unset;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
    display: flex;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.navbar-desctop-menu .lista_menus {
    width: Calc(50% - 135px);
    display: flex;
    gap: 30px;
}
.navbar-desctop-menu .lista_menus:nth-child(1) {
    width: Calc(50% - 115px);
    justify-content: flex-end;
    padding-right: 30px;
}
.navbar-desctop-menu .lista_menus:nth-child(3) {
    width: Calc(50% - 220px);
    justify-content: flex-start;
    padding-left: 30px;
}
.navbar-desctop-menu .lista_menus.logo {
    width: 200px;
    justify-content: center;
}
.navbar-desctop-menu .lista_menus.lingua {
    width: 80px;
    justify-content: flex-end;
    padding-left: 20px;
}
.navbar-desctop-menu .lista_menus.pesquisa {
    width: 15px;
}
.navbar-desctop-menu > li {
    margin-left: 2em;
    float: unset;
    display: inline-block;
}
.navbar-desctop-menu > li:first-child {
    margin-left: 0;
}

.navbar-desctop-menu > li > a {
    margin-bottom: 0;
}


.internas .navbar-desctop-menu li a {
    color: #fff;
}

.internas.blue .navbar-desctop-menu li a {
    color: #033C52;
}

.container{
    position: relative;
}
.custom_container{
    max-width: 90%;
    margin: 0 auto;
    position: relative;
}
.navbar-desctop .custom_container{
    width: 90%;
    margin: 0 auto;
}
.brand-name img{
    width: 520px;
}

.brand img,
.navbar-desctop.affix .brand img{
    width: 100%;
}

.header-phone a{
    color: #fff;
}
.navbar-desctop.affix {
    background-color: #07475F;
    padding: 1em 0 0.2em;
    z-index: 999;
}

.navbar-desctop.affix.internas {
    background-color: #fff;
}

.navbar-desctop.affix.internas .navbar-desctop-menu li a {
    color: #07475F !important;
}

.navbar-desctop.affix .navbar-desctop-menu li a {
    color: #fff !important
}
li.language a {
    display: inline-block !important;
}

.navbar-nav-mobile li a{
    padding: 10px !important;
}
li.language a img{
    height: 25px;
    border-radius: 50%;
    width: 25px;
    object-fit: cover;
}

.internas .navbar-desctop-menu > li.active > a,
.navbar-desctop.affix.internas .navbar-desctop-menu li.active a {
    position: relative;
}
.internas .navbar-desctop-menu > li.active > a:after,
.navbar-desctop.affix.internas .navbar-desctop-menu li.active a:after {
    background: #07475F;
}
.navbar-desctop.internas .navbar-desctop-menu li a:after {
    background: #07475F;
}
.navbar-desctop.internas .navbar-desctop-menu li.active a:after {
    background: #07475F;
    width: 100%;
}
.navbar-desctop.internas.blue .navbar-desctop-menu li.active a:after {
    background: #07475F;
    width: 100%;
}
.navbar-desctop.affix.internas .menu_topo {
    display: none;
}
.navbar-desctop .fixed {
    display: none;
}
.navbar-desctop.affix.internas .fixed {
    display: block;
}
.navbar-desctop .navbar-desctop-menu li a {
    text-align: center;
    position: relative;
}
.navbar-desctop .navbar-desctop-menu li a:after {
    position: absolute;
    content: '';
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 0;
    background: #fff;
    height: 2px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.navbar-desctop-menu .active>a,
.navbar-desctop-menu li a:hover{
    color: #fff;
}
.navbar-desctop-menu .active a:after,
.navbar-desctop-menu .active>a:after,
.navbar-desctop-menu li a:hover:after{
    width: 100% !important;
}

.navbar-desctop-menu .active>a.brand:after,
.navbar-desctop-menu li a.brand:hover:after{
    width: 0 !important;
}
.navbar-mobile{
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.navbar-mobile.affix {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.navbar-toggle.collapsed .icon-bar {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 32px;
    height: 30px;
    position: relative;
    margin: 0 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 25px;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 6px;
}

#nav-icon1 span:nth-child(2) {
    top: 12px;
}

#nav-icon1 span:nth-child(3) {
    top: 18px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.navbar-mobile.affix .navbar-toggle .icon-bar {
    background-color: #fff;
}
#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 0px;
}

.header-phone {
    top: 12.9vmin;
}

.navbar-mobile.affix,
.blue.navbar-mobile.affix-top {
    background-color: #07475F
}


.navbar-collapse {
    background-color: #07475F;
}

.navbar-nav-mobile li a {
    display: block;
    padding: 1em 1em;
    color: #fff;
    text-decoration: none;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 15px;
}

.navbar-nav-mobile li {
    border-top: 1px solid #ffffff21;
}
.navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;+
}
.navbar-desctop.affix .brand {
    vertical-align: middle;
}

.header-inner .shape-logo{
    position: absolute;
    width: 300px;
    height: 43px;
    top: Calc( 100% - 1px );
    left: Calc( 50% + 5px );
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.header-inner .shape-logo .shape{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*background-image: url("/site/imagens/menu_curva.svg");*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.header-inner .navbar-desctop:not(.affix) .shape-logo .shape{
    display: none;
}

.header-inner .shape-logo .shape #onda{
    fill: #07475F;
}

.header-inner .navbar-desctop.affix.internas .shape-logo .shape #onda{
    fill: #fff;
}

@media screen and (max-width: 1570px){
    .navbar-desctop-menu > li {
        margin-left: 20px;
    }
}
@media screen and (max-width: 1600px){

}
@media screen and (max-width: 1500px){
    .navbar-desctop .brand {
        width: 175px;
    }

    .navbar-desctop-menu {
        font-size: 15px;
    }
    .navbar-desctop-menu .lista_menus {
        gap: 20px;
    }
    .navbar-desctop-menu .lista_menus:nth-child(1) {
        padding-right: 20px;
    }
    .navbar-desctop-menu .lista_menus:nth-child(3) {
        padding-left: 20px;
    }
}
@media screen and (max-width: 1385px){
    .navbar-desctop-menu > li {
        margin-left: 1.2em;
    }
    .navbar-desctop .custom_container {
        width: 95%;
    }
}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 1340px){
    .header-phone {
        left: 43vmin;
    }
    .navbar-desctop-menu .lista_menus.lingua {
        width: 54px;
        padding-left: 20px;
    }
    .navbar-desctop-menu .lista_menus:nth-child(3) {
        width: Calc(50% - 195px);
    }

    .navbar-desctop-menu > li {
        margin-left: 1.5em;
    }

    li.language a img {
        width: 15px;
        height: 15px;
    }

    .navbar-desctop-menu {
        font-size: 13px;
    }
}

@media screen and (max-width: 1200px){
    .navbar-desctop .brand {
        width: 104px;
    }
    .navbar-desctop-menu > li {
        margin-left: 15px;
    }
    .navbar-desctop-menu .lista_menus.logo {
        width: 104px;
    }
    .navbar-desctop-menu .lista_menus:nth-child(3) {
        width: Calc(50% - 120px);
    }
    .navbar-desctop-menu .lista_menus:nth-child(1) {
        width: Calc(50% - 55px);
    }
    .navbar-desctop-menu .lista_menus.lingua {
        width: 40px;
        padding-left: 5px;
    }
}
@media screen and (max-width: 1080px){
    .navbar-desctop-menu > li {
        margin-left: 12px;
    }
    .navbar-desctop-menu {
        font-size: 12px;
    }
}
@media screen and (max-width: 1005px){

}
@media screen and (max-width: 992px){
    .header-phone {
        top: 5.9vmin;
    }
    li.language a img {
        width: 25px;
        height: 25px;
    }
    .navbar-mobile .brand {
        display: inline-block;
    }


.header-inner.header-inner .navbar-mobile,
.header-inner.header-home .navbar-mobile.affix {
    background-color: #07475F;

}
.header-inner.header-home .navbar-mobile{
    background-color: transparent;
}
    .brand img,
    .navbar-desctop.affix .brand img{
        width: 110px;
    }

    .navbar-mobile {
        padding: 15px 0;
    }
}

/*==============================*/
/*BANNERS*/
/*==============================*/

.banner_meio{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 170px 0;
}
.banner_meio .mask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(27 59 72 / 55%);
}
.banner_meio h2{
    font-size: 88px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    width: 600px;
    max-width: 100%;
    margin: 0 !important;
    line-height: normal;
}
.banner_meio .botao{
    margin-top: 35px;
}
.main{
    min-height: unset;
}
@media (min-width: 1200px){
    .main-header {
        padding-left: 135px;
    }

}

@media (max-width: 1200px){


    h1, .h1 {
        font-size: 7vmin;
    }
}

.main-inner:after {
    background-color: transparent;
    opacity: 0;
}

.main-inner {
    padding: 0;
    height: 90vh;
}
.main-inner.catalogo {
    padding: 0;
    height: 65vh;
}
.main-inner.catalogo .main-header {
    top: 60%;
}
.main-inner.main-blog {
    height: 600px;
}

.main-inner .container{
    position: relative;
    height: 100%;
}
.main-header {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0;
}
.main-header h1 {
    margin-right: 0;
    opacity: 0.86;
    font-size: 184px;
    color: #A28358;
    letter-spacing: 0;
    font-family: 'SignPainter-HouseScript';
    text-align: center;
    text-transform: none;
    line-height: normal;
}
.main-header h2 {
    font-family: 'Exo', sans-serif;
    font-size: 76px;
    color: #54BBD8;
    letter-spacing: 0;
    text-align: center;
    line-height: normal;
    margin-bottom: 0 !important;
}
.main-header h1.white {
    color: #fff;
}
.main-header h1.blue {
    color: #033C52;
}

@media screen and (max-width: 1500px) {
    .main-header h1 {
        font-size: 174px;
        line-height: 130px;
    }

    .main-inner.main-blog {
        height: 450px;
    }
}

@media screen and (max-width: 1200px) {
    .main-header h1 {
        font-size: 150px;
        line-height: 110px;
    }


    .main-inner.main-blog {
        height: 400px;
    }

    .banner_meio h2{
        font-size: 78px;
    }
}
@media screen and (max-width: 992px) {
    .main-header h1 {
        font-size: 70px;
        line-height: 70px;
    }

    .main-inner.main-blog {
        height: 250px;
        margin-top: 103px;
    }

    .main-inner,
    .main-inner.catalogo{
        height: 300px;
        margin-top: 100px;
    }


    .banner_meio h2{
        font-size: 68px;
    }
}
@media screen and (max-width: 767px) {
    .banner_meio h2{
        font-size: 68px;
    }
}
@media screen and (max-width: 530px) {
    .main-header h1 {
        font-size: 40px;
    }

    .main-inner,
    .main-inner.catalogo{
        padding: 0;
        height: 200px;
    }
    .banner_meio h2{
        font-size: 58px;
    }
}
/*===============================*/
/*HOMEPAGE*/
/*===============================*/

.banner .custom_container,
.banner .banner_video.owl-carousel .owl-dots {
    width: 80%;
}
.banner .banner_video .owl-nav {
    position: absolute;
    top: unset;
    transform: unset;
    width: 215px;
    left: Calc(10% - 10px);
    bottom: 25%;
}
.owl-nav .owl-prev {
    background-image: none;
}
.owl-nav .owl-next {
    background-image: none;

}
.banner .banner_video .owl-nav .owl-prev,
.banner .banner_video .owl-nav .owl-next {
    font-family: 'Exo', sans-serif;
    letter-spacing: 0;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;

}
.banner .banner_video .owl-nav .owl-prev img{
    width: 15px;
    position: relative;
    top: -2px;
}
.banner .banner_video .owl-nav .owl-next img{
    width: 15px;
    position: relative;
    top: -2px;
}
.banner .banner_video figure {
    height: 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 53%;
}
.banner .banner_video figure {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .banner_video .sound_on_off{
    background: rgba(255,255,255,0.5);
    position: absolute;
    z-index: 8;
    right: 30px;
    bottom: 80px;
    font-size: 22px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 7px;
    border-radius: 10px;
    cursor: pointer;
}
.banner .banner_video .sound_on_off i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.banner .banner_video .sound_on_off.off:after{
    content: '';
    background: #000;
    height: 3px;
    width: 100%;
    position: absolute;
    transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    top: 50%;
    left: 50%;
}
.banner .banner_video.owl-carousel .owl-dots {
    bottom: 40px;
    position: absolute;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.banner .banner_video.owl-carousel .owl-dots .owl-dot{
    border: 2px solid #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    background: #fff;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    vertical-align: middle;
}
.banner .banner_video.owl-carousel .owl-dots .owl-dot.active{
    background: transparent;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.banner .banner_video .item-slide figure video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
}
.banner .banner_video .item-slide .info-product {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
.banner .mask  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(16 23 26 / 45%);
}
.banner h4 {
    font-family: 'SignPainter-HouseScript';
    text-transform: none;
    font-size: 88px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
}

.banner .banner_video .item-slide .info-product .holder_info {
    text-align: left;
    margin-right: auto;
    max-width: 100%;
}
.banner .banner_video .item-slide .info-product .holder_info .price-product {
    font-family: 'Exo', sans-serif;
    letter-spacing: 0;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.banner .banner_video .item-slide .info-product .holder_info .botao {
    margin-top: 20px;
}
.banner .banner_video .item-slide .info-product .holder_info .botao a {
    font-family: 'Exo', sans-serif;
    border: 2px solid #54BBD8;
    letter-spacing: 0;
    padding: 10px 40px;
    text-transform: none;
    font-weight: 600;
    background: #54BBD8;
    border-radius: 29.5px;
    font-size: 21px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.banner .banner_video .item-slide .info-product .holder_info .botao a:hover {
    background: #FFFFFF;
    border-color: #fff;
    color: #54BBD8;
}

.clients{
    background: #fff;
}

.clients-list .client a {
    text-decoration: none;
}
.clients-list .client .imagem {
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position: relative;
    margin-bottom: 30px;
}
.clients-list .client img {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    position: absolute;
    object-fit: contain;
}
.clients-list .client:hover img {
    transform: scale(1.2);
}

.clients-list .client .info {
    text-align: left;
}
.clients-list .client .info .nome,
.clients-list .client .info .ver_mais{
    font-size: 18px;
    color: #033C52;
    letter-spacing: 0;
}
.clients-list .client .info .ver_mais {
    text-decoration: underline;
    color: #54BBD8;
}
.clients-list .client .info .ver_mais a{
    font-weight: 200;
    text-decoration: underline;
}
.clients-list .client .info .nome{
}

.clients-list .client {
    display: inline-block;
    vertical-align: middle;
    padding: 3.8em 1em 0;
    margin: 0;
    width: Calc(100% / 4);
    margin-right: -4px;
    vertical-align: top;
    cursor: pointer;
}

#objects{
    background: #F5F9FB;
    margin-top: 0;
}

#objects .botao{
    margin-top: 50px;
}
#objects .objects .estamos_aqui{
    position: absolute;
    top: 27%;
    width: 7%;
    left: 43%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 0;
}

#homepage #missao_visao{
    background-image: url(/site/imagens/background_blue.png);
    position: relative;
    background-color: #F5F9FB;
}
#homepage #missao_visao:before{
    content: '';
    background: url(/site/imagens/blue_waves_top.png);
    position: absolute;
    width: 100%;
    height: 70px;
    display: block;
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    /* padding-bottom: 96px; */
    top: -68px;
}
#homepage #missao_visao:after{
    content: '';
    background: url(/site/imagens/blue_waves_bottom.png);
    position: absolute;
    width: 100%;
    height: 75px;
    display: block;
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: -75px;
    z-index: 2;
}
#homepage #missao_visao .lista_missao_visao{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#homepage #missao_visao .lista_missao_visao .single_missao_visao{
    width: Calc(100% / 3);
    padding: 15px;
    text-align: center;
    cursor: pointer;
}
#homepage #missao_visao .lista_missao_visao .single_missao_visao img{
    height: 102px;
    max-width: 100%;
}
#homepage #missao_visao .lista_missao_visao .single_missao_visao h4{
    font-family: 'Exo', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 30px;
}

#homepage #services h2{
    color: #fff;
}
#homepage #services .service-item {
    text-align: center;
}
#homepage #services .service-item img{
    width: 80px;
}
#homepage #services.services .service-item h4 {
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 700;

}
#homepage #services.services .service-item p {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 26px;
}
#homepage #services.services .col-service {
    padding: 0 2.1em;
}
#homepage #services.services .col-base {
    margin-top: 1em;
}

@media screen and (max-width: 1500px){
    #homepage #services.services .service-item p {
        font-size: 18px;
        line-height: 26px;
    }

    #homepage #services.services .service-item h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }
}


.marcas{
    background: #F5F9FB;
}
.marcas .marcas-list{
    display: flex;
    flex-wrap: wrap;
}
.marcas .marcas-list .marca{
    width: Calc(100% / 3);
    padding: 15px;
    text-align: center;
}
.marcas .marcas-list .marca img{
    width: 310px;
    max-width: 100%;
}

.bestsellers{

}
.bestsellers .single_produto{
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.bestsellers .single_produto .imagem{
    width: 40%;
    padding-right: 15px;
    border-radius: 50%;
    /* overflow: hidden; */
    padding-bottom: 40%;
    height: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.bestsellers .single_produto .imagem img{
    width: 200px;
    height: 200px;
    object-fit: contain;
    border-radius: 50%;
    display: none;
}
.bestsellers .single_produto .info{
    width: 60%;
    padding-left: 15px;
    font-size: 22px;
    color: #033C52;
    letter-spacing: 0;
    font-weight: 600;
}
.bestsellers .single_produto .info a{
    font-weight: 500;
    font-size: 22px;
    color: #54BBD8;
    letter-spacing: 0;
    text-decoration: underline;
}
.bestsellers .owl-dots {

}
.bestsellers .owl-dots .owl-dot {

}

.bestsellers .owl-dots{
    text-align: center;
    margin-top: 30px;
}
.bestsellers .botao{
    text-align: center;
    margin-top: 30px;
}
.bestsellers .owl-dots .owl-dot{
    border: 2px solid #54BBD8;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    background: #54BBD8;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    vertical-align: middle;
}
.bestsellers .owl-dots .owl-dot.active{
    background: transparent;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

@media screen and (max-width: 1500px){
    .bestsellers .single_produto .info,
    .bestsellers .single_produto .info a{
        font-size: 19px;
    }
    .bestsellers .single_produto .imagem img {
        height: 130px;
    }
}
@media screen and (max-width: 1300px){
    .banner .banner_video .owl-nav {
        position: absolute;
        top: unset;
        transform: unset;
        width: 100%;
        left: 0;
        bottom: 35px;
        text-align: center;
    }

    .banner .banner_video .item-slide .info-product .holder_info {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .banner h4 {
        font-size: 52px;
        text-align: center;
    }
    .banner .banner_video.owl-carousel .owl-dots {
        text-align: center;
    }
    .banner .banner_video .item-slide .info-product .holder_info .price-product {
        font-size: 20px;
    }

    .banner .banner_video .item-slide .info-product .holder_info .botao a {
        font-size: 18px;
        padding: 5px 20px;
    }

    .banner .banner_video .owl-nav .owl-prev, .banner .banner_video .owl-nav .owl-next {
        position: relative;
        display: inline-block;
        margin: 0 10px;
    }
}

@media screen and (max-width: 1200px){
    .clients-list .client {
        width: Calc(100% / 3);
    }
}

@media screen and (max-width: 992px){

    #homepage #missao_visao .lista_missao_visao .single_missao_visao img {
        height: 72px;
    }

    #homepage #missao_visao .lista_missao_visao .single_missao_visao h4 {
        font-size: 20px;
    }
    #homepage #services.services .col-base {
        margin-top: 4em;
    }
    #homepage #services.services .col-base {
        display: inline-block;
        width: 50%;
        float: unset;
        margin-right: -3px;
        vertical-align: top;
    }
    #homepage #services.services .row-services {
        text-align: center;
        margin: 0 !important;
    }
    .section-primary.pt-133 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .banner .banner_video .item-slide .info-product h4 {
        font-size: 45px;
    }

    .banner .banner_video .item-slide .info-product .price-product {
        font-size: 16px;
    }

    .banner .banner_video .item-slide .info-product .botao {
        margin-top: 30px;
    }


    #homepage #services.services .service-item h4 {
        font-size: 20px;
        height: auto;
    }

    #homepage #services.services .service-item p {
        font-size: 18px;
        line-height: 23px;
    }

    #homepage #services .service-item img {
        width: 60px;
    }

}

@media screen and (max-width: 767px){


    #homepage #missao_visao .lista_missao_visao .single_missao_visao  {
        width: 100%;
    }

    .clients-list .client {
        width: 250px;
    }
    .banner .banner_video .item-slide .info-product h4 {
        font-size: 40px;
    }

    .banner .banner_video .item-slide .info-product h4 br{
        display: none;
    }
    .banner .banner_video.owl-carousel .owl-dots {
        bottom: 15px;
    }

    .banner .banner_video .item-slide .info-product .price-product {
        font-size: 15px;
        margin-top: 0;
        display: none;
    }

    .banner .banner_video .item-slide .info-product .botao {
        margin-top: 10px;
    }

    .banner .banner_video figure {
        padding-bottom: 80%;
    }

}

@media screen and (max-width: 700px){
    #homepage #services.services .col-base {
        display: block;
        width: 330px;
        max-width: 100%;
        float: unset;
        margin-right: auto;
        margin-left: auto;
        vertical-align: top;
    }
}
@media screen and (max-width: 500px){
    .clients-list .client {
        width: 50%;
        display: inline-block;
        margin-right: -3px;
        padding: 3.8em 23px 0;
    }
}

/*==============================*/
/*ABOUT US*/
/*==============================*/

#about .col-about-info,
#about .col-about-info p{
    font-size: 21px;
    color: #07475F;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 200;
}

#about .col-about-img img {
    box-shadow: none;
}

#about .service-item h4 {
    font-size: 26px;
    color: #07475F;
    letter-spacing: 0;
    margin-bottom: 0;
    font-weight: 700;
}

#about .service-item a {
    font-size: 20px;
    color: #07475F;
    letter-spacing: 0;
    font-weight: 200;
    text-decoration: underline;
}

#qualidade img{
    max-width: 100%;
}
@media screen and (max-width: 1500px){
    #about .col-about-info, #about .col-about-info p {
        font-size: 19px;
    }

    #about .service-item h4 {
        font-size: 22px;
    }
    #about .service-item a {
        font-size: 18px;
    }

    h2, .h2,
    .entry .entry-title,
    #historia .container h3{
        font-size: 65px;
    }
}
@media screen and (min-width: 1200px){
    #about .row-base {
        display: flex;
    }

    #about .col-base {
        float: unset;
    }
    #about .col-base.col-about-img {
        position: relative;
    }
    #about .col-base.col-about-img img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}


@media screen and (max-width: 1200px){
    #about .col-base:first-child {
        width: 100%;
        display: block;
    }

    #about .col-base:nth-child(2) {
        width: 50%;
        padding-left: 15px;
    }

    #about .col-base:nth-child(3) {
        width: 50%;
    }

    #about .col-about-img img {
        box-shadow: none;
        width: 300px;
        margin-left: auto;
    }
}
@media screen and (max-width: 992px){
    h2, .h2,.entry .entry-title,#historia .container h3 {
        font-size: 45px;
        margin-bottom: 30px !important;
    }
}
@media screen and (max-width: 767px){
    #about .col-about-info, #about .col-about-info p {
        font-size: 18px;
        text-align: center;
    }
    #about .col-base:nth-child(2) {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    #about .col-base:nth-child(3) {
        width: 100%;
    }
    #about .col-about-img img {
        width: 250px;
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }
}
/*==============================*/
/*PROJETCS*/
/*==============================*/

.layout {
    background: #fff;
}

.noticias-loading{
    display: none;
}
#load-noticias.display_none{
    display: none !important;
}
#lista_produtos .categorias,
#infraestruturas .categorias{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#lista_produtos .categorias .single_categoria,
#infraestruturas .categorias .single_categoria{
    font-size: 18px;
    color: #54BBD8;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
}
#lista_produtos .categorias .single_categoria.active,
#infraestruturas .categorias .single_categoria.active{
    position: relative;
}
#lista_produtos .categorias .single_categoria.active:after,
#infraestruturas .categorias .single_categoria.active:after{
    position: absolute;
    content: '';
    bottom: 10px;
    width: Calc(100% - 40px);
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #54BBD8;
}


.projects{
    background: #033C52;
    padding-bottom: 0 !important;
}

.projects h2{
    color: #fff;
}

.project figure:after {
    opacity: 0 !important;
}

.project {
    border: none;
}
.project {
    background: #1F3556;
}
.project.escuro {
    background: #1B3050;
}

.project-title {
    left: 0;
    right: 0;
    text-align: center;
    font-size: 50px;
    color: #a18658;
    letter-spacing: 0;
    text-transform: none;
    font-family: 'SignPainter-HouseScript';
}
#pag_receitas{
    background: #F5F9FB;
}
.lista_receitas{

}
.lista_receitas .holder_lista_receitas,
.listagem_produtos .holder_lista_produtos,
.equipa .lista_equipa{
    display: flex;
    flex-wrap: wrap;
}
.lista_receitas .holder_lista_receitas .single_receita,
.listagem_produtos .holder_lista_produtos .single_produto,
.equipa .lista_equipa .single_equipa{
    width: Calc(100% / 4);
    text-align: center;
    padding: 60px;
}
.lista_receitas .holder_lista_receitas .single_receita .holder_single_receita .imagem,
.listagem_produtos .holder_lista_produtos .single_produto .holder_single_produto .imagem,
.equipa .lista_equipa .single_equipa .imagem{
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    background-repeat: no-repeat;
}
.listagem_produtos .holder_lista_produtos .single_produto .holder_single_produto .imagem{
    background-size: contain;
}
.lista_receitas .holder_lista_receitas .single_receita .holder_single_receita .imagem,
.listagem_produtos .holder_lista_produtos .single_produto .holder_single_produto .imagem,
.equipa .lista_equipa .single_equipa .imagem{
    border-radius: 50%;
}
.lista_receitas .holder_lista_receitas .single_receita a,
.lista_receitas .holder_lista_receitas .single_receita a:hover,
.listagem_produtos .holder_lista_produtos .single_produto a,
.listagem_produtos .holder_lista_produtos .single_produto a:hover{
    text-decoration: none;
}
.receitas .project-title,
.listagem_produtos .holder_lista_produtos .single_produto .holder_single_produto .project-title,
.equipa .lista_equipa .single_equipa .holder_single_equipa .project-title {
    font-family: 'Exo', sans-serif;
    font-size: 30px;
    color: #07475F;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    width: 250px;
    margin: 0 auto 20px auto;
    line-height: normal;
    max-width: 100%;
}
.equipa .lista_equipa .single_equipa .holder_single_equipa .descricao,
.equipa .lista_equipa .single_equipa .holder_single_equipa .contactar,
.equipa .lista_equipa .single_equipa .holder_single_equipa .contactar a {
    font-family: 'Exo', sans-serif;
    font-size: 22px;
    color: #54BBD8;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    width: 250px;
    margin: 0 auto 20px auto;
    line-height: normal;
    max-width: 100%;
}
.equipa .lista_equipa .single_equipa .holder_single_equipa .contactar a {
    font-weight: 700;
    text-decoration: underline;
}

.receitas span,
.listagem_produtos .holder_lista_produtos .single_produto .holder_single_produto span{
    font-family: 'Exo', sans-serif;
    font-size: 18px;
    color: #54BBD8;
    letter-spacing: 0;
    text-align: center;
    text-decoration: underline;
    margin-top: 10px;
}

.project-category {
    font-family: 'Exo', sans-serif;
    font-size: 20px;
    color: #a18658;
    letter-spacing: 0;
}

.receitas .project-category,
.listagem_produtos .holder_lista_produtos .single_produto .holder_single_produto .project-category {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.project figure:hover .project-category {
    letter-spacing: 10px;
}

.project-zoom {
    background-color: rgba(229,190,147,0.84);
}

.project figcaption {
    margin: 3.2em 1em;
}

.owl-prev, .owl-next {
    opacity: 1;
}

.owl-prev {
    left: 0;
    padding-left: 15px;
}

.owl-next {
    right: 0;
    padding-right: 15px;
}

.lista_projetos .project {
    width: Calc(100% / 5);
    display: inline-block;
    margin-right: 0;
    vertical-align: top;
}

.receitas .lista_projetos .project {
    width: Calc(100% / 4);
    margin-left: 0;
}
.receitas .lista_projetos .project .mask{
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.voltar_atras{
    margin-top: 60px;
}
.voltar_atras a{
    font-size: 20px;
    color: #54BBD8;
    font-weight: 600;


}

.paginacao{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.paginacao .single_pag{
    min-width: 40px;
    border-top: 2px solid #F2F2F4;
    border-bottom: 2px solid #F2F2F4;
    border-left: 1px solid #F2F2F4;
    border-right: 1px solid #F2F2F4;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    color: #07475F;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    padding: 5px 10px;
}
.paginacao .single_pag.disabled,
.paginacao .single_pag.active{
    cursor: default;
}
.paginacao .single_pag.active{
    color: #54BBD8;
}
.paginacao .single_pag:first-child{
    border-radius: 18px 0 0 18px;
    border-left: 2px solid #F2F2F4;
}
.paginacao .single_pag:last-child{
    border-radius: 0 18px 18px 0;
    border-right: 2px solid #F2F2F4;
}
@media screen and (max-width: 1550px){
    .projects h2 {
        margin-bottom: 10px !important;
    }

    .section {
        padding-top: 5.1em;
        padding-bottom: 5.1em;
    }

    .receitas .project-title {
        font-size: 30px;
    }

    .receitas .project-category {
        font-size: 16px;
    }
}

@media screen and (min-width: 991px){

    .lista_projetos.more .project {
        width: Calc(100% / 4);
        display: inline-flex;
        margin-left: -4px;
    }
    .lista_projetos.more.receitas .project {
        width: Calc(100% / 5);
        display: inline-flex;
        margin-left: -4px;
    }
}
@media screen and (max-width: 1500px){
    .project-category {
        font-size: 18px;
    }
    .lista_receitas .holder_lista_receitas .single_receita,
    .listagem_produtos .holder_lista_produtos .single_produto,
    .equipa .lista_equipa .single_equipa{
        padding: 30px;
    }
}
@media screen and (max-width: 1400px){
    .project-title {
        font-size: 22px;
    }
    .receitas .project-title {
        font-size: 22px;
    }
}
@media screen and (max-width: 1200px){
    .lista_receitas .holder_lista_receitas .single_receita,
    .listagem_produtos .holder_lista_produtos .single_produto,
    .equipa .lista_equipa .single_equipa{
        width: Calc(100% / 3);
    }
}
@media screen and (max-width: 992px){
    .lista_projetos .project {
        width: Calc(100% / 4);
        display: inline-flex;
        margin-left: -4px;
    }

    .section {
        padding-top: 3.1em;
        padding-bottom: 3.1em;
    }
    .lista_projetos .project {
        border-bottom: 1px solid #a1865842;
        border-left: 1px solid #a1865842;
    }
    .lista_projetos .project:last-child {
        border-right: 1px solid #a1865842;
    }

    .main-header h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px){
    .lista_projetos .project {
        width: Calc(100% / 2);
    }

    .lista_receitas .holder_lista_receitas .single_receita,
    .listagem_produtos .holder_lista_produtos .single_produto,
    .equipa .lista_equipa .single_equipa{
        width: Calc(100% / 2);
    }


    .main-header h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 500px){
    .lista_receitas .holder_lista_receitas .single_receita,
    .listagem_produtos .holder_lista_produtos .single_produto,
    .equipa .lista_equipa .single_equipa{
        width: 100%;
    }
}
/*==============================*/
/*PROJETCS DETAIL*/
/*==============================*/


.project-title-info .project-info-item strong{
    color: #A58C60;
    margin-left: 30px;
}

.project-details-title {
    font-family: 'Exo', sans-serif;
    font-size: 34px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 31px;
    font-weight: 700;
    text-transform: none;
}

.project-details-title:before {
    display: none;
}

.project-details-resumo,
.project-details-categoria,
.project-details-descr{
    position: relative;
    font-family: 'Exo', sans-serif;
    font-size: 19px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 30px;
}
.project-details-descr h3{
    position: relative;
    font-family: 'Exo', sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 60px;
    font-weight: 600;

}
.project-details-descr h4{
    position: relative;
    font-family: 'Exo', sans-serif;
    font-size: 19px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0;
}
.project-details-descr .single_tamanho{
    display: inline-block;
    position: relative;
}
.project-details-descr .single_tamanho img{
    width: 45px;
    margin-right: 10px;
}
.project-details-descr .single_tamanho .nome{
    width: 70px;
    background: rgba(23,46,80,0.8);
    position: absolute;
    color: #fff;
    font-size: 16px;
    text-align: center;
    top: -100%;
    left: Calc(50% - 5px);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none;
}
.project-details-descr .single_tamanho .nome:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    border-top: 8px solid rgba(23,46,80,0.8);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.project-details-descr .single_tamanho:hover .nome{
    display: block;
}
.project-details-resumo p{
    margin: 0;
}
.project-details-categoria{
    margin-bottom: 30px;
}
.project-details-info{
    bottom: unset;
    padding: 3.1em 3.1em;
}
.project-details-resumo:after{
    display: none;
}

#detalhe_produto .main-header h1{
    font-family: 'Exo', sans-serif;
    font-size: 54px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    line-height: normal;
}
#detalhe_produto .main-header .nome_cientifico_categoria{
    font-size: 21px;
    color: #54BBD8;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}
#detalhe_produto .main-header {
    top: 30%;
    transform: unset;
    -moz-transform: unset;
    -webkit-transform: unset;
    bottom: 0;
    z-index: 2;
    padding-bottom: 250px;
}
#detalhe_produto .main-inner{
    overflow: unset;
    height: 700px;
}
#detalhe_produto .main-inner .imagem{
    position: relative;
    padding: 30px;
    width: 500px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.12);
    margin: -250px auto 0 auto;
}
#detalhe_produto .main-inner .imagem .holder_imagem{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

#detalhe_produto .content {
    padding-top: 250px;
    background: #F5F9FB;

}
#detalhe_produto .sugestoes {
    background: #fff;

}
#detalhe_produto .detalhe_prod .categoria {
    font-size: 21px;
    color: #033C52;
    letter-spacing: 0;
    font-weight: 500;
}
#detalhe_produto .detalhe_prod .categoria span{
    background: #54BBD8;
    border-radius: 53px;
    font-size: 21px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    padding: 8px 20px;
}
#detalhe_produto .sugestoes h2{
    text-align: left;
    font-family: 'Exo', sans-serif;
    font-size: 26px;
    color: #0E284A;
    letter-spacing: 0;
    font-weight: 700;
}

#detalhe_produto .zona_info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    justify-content: center;
}

#detalhe_produto .zona_info .single_info{
    width: Calc(100% / 4);
    padding: 15px;
}
#detalhe_produto .zona_info .single_info .imagem{
    margin-bottom: 20px;
}
#detalhe_produto .zona_info .single_info .imagem img{
    width: 83px;
    height: 70px;
    object-fit: contain;
}
#detalhe_produto .zona_info .single_info .titulo,
#detalhe_produto .zona_info .single_info .descricao{
    font-family: 'Exo', sans-serif;
    font-size: 21px;
    color: #54BBD8;
    letter-spacing: 0;
    font-weight: 700;
}

#detalhe_produto .zona_info .single_info .descricao{
    color: #033C52;
    width: 300px;
    max-width: 100%;
    font-weight: 500;
}

#detalhe_produto .zona_info .single_info .descricao .lista_embalagens{
    display: flex;
    flex-wrap: wrap;
}
#detalhe_produto .zona_info .single_info .descricao .single_embalagem {
    margin-right: 10px;
    position: relative;
}
#detalhe_produto .zona_info .single_info .descricao .single_embalagem img {
    width: 60px;
}

#detalhe_produto .zona_info .single_info .descricao .single_embalagem .nome_embalamento{
    background: #000;
    font-size: 12px;
    color: #fff;
    position: absolute;
    width: 80px;
    text-align: center;
    padding: 2px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    top: Calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#detalhe_produto .zona_info .single_info .descricao .single_embalagem:hover .nome_embalamento{
    visibility: visible;
    opacity: 1;
}

#detalhe_produto .zona_info .single_info .descricao .single_embalagem .nome_embalamento::after {
    position: absolute;
    display: block;
    width: 0;
    content: "";
    border: 7px solid transparent;
    border-bottom-color: #000;
    border-top: 0;
    transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: -7px;
}

.project-details-info {
    background-color: #A28358;
}
.project-details-item:nth-child(even) .project-details-info {
    background-color: #A28358;
}
@media screen and (min-width: 767px) {
    .project-details-img img {
        height: 700px;
        object-fit: contain;
    }
}


@media screen and (max-width: 1500px){
    .project-details-resumo,
    .project-details-categoria,
    .project-details-descr{
        font-size: 16px;
        line-height: 28px;
    }

    .project-details-title {
        font-size: 28px;
    }

    .project-details-descr h3 {
        font-size: 20px;
    }

    .project-details-descr h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1400px){
    #detalhe_produto .zona_info .single_info .titulo,
    #detalhe_produto .zona_info .single_info .descricao{
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px){
    #detalhe_produto .zona_info .single_info {
        width: 50%;
    }

    #detalhe_produto .zona_info {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 992px){

    #detalhe_produto .zona_info {
        justify-content: center;
    }
    #detalhe_produto .zona_info .single_info .descricao .lista_embalagens{
        justify-content: center;
    }
    #detalhe_produto .zona_info .single_info .descricao .single_embalagem {
        margin: 5px;
    }
    #detalhe_produto .zona_info .single_info .descricao{
        margin: 0 auto;
    }
    #detalhe_produto .zona_info .single_info {
        width: 100%;
        text-align: center;
    }
    #detalhe_produto .content {
        padding-top: 150px;
        background: #F5F9FB;
    }
    .project-details-title {
        font-size: 25px;
    }

    .project-details-resumo, .project-details-categoria, .project-details-descr {
        font-size: 16px;
        line-height: 24px;
    }

    .project-details-categoria {
        margin-bottom: 5px;
    }

    .project-details-descr h3 {
        font-size: 18px;
        margin-top: 15px;
    }

    .project-details-descr h4 {
        font-size: 16px;
    }

    .project-details-descr .single_tamanho img {
        width: 35px;
        margin-right: 10px;
    }

    #detalhe_produto .main-inner {
        overflow: unset;
        height: 450px;
    }

    #detalhe_produto .main-header{
        padding: 0 15px;
    }
    #detalhe_produto .main-header h1 {
        font-size: 40px;
    }

    #detalhe_produto .main-header .nome_cientifico_categoria {
        font-size: 18px;
    }

    #detalhe_produto .main-header {
        top: 10%;
    }

    #detalhe_produto .main-inner .imagem {
        width: 300px;
        margin: -150px auto 0 auto;
    }
    #detalhe_produto .main-header {
        padding-bottom: 150px;
    }
}
/*==============================*/
/*BLOG*/
/*==============================*/
#pagina_noticias{
    background: #F5F9FB;
}

#detalhe_blog .post h1{
    font-family: 'SignPainter-HouseScript';
    color: #006780;
    font-size: 40px;
    letter-spacing: 1px;
    text-transform: none;
}
#detalhe_blog .post h2{
    font-family: 'Exo', sans-serif;
    color: #006780;
    font-size: 36px;
    font-weight: bold;
    text-align: inherit;
    margin-bottom: 0 !important;
    text-transform: none;
}
#detalhe_blog .post h3{
    font-family: 'Exo', sans-serif;
    color: #49aac6;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: none;
}
#detalhe_blog .post h4{
    font-family: 'Exo', sans-serif;
    color: #006780;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: none;
}
#detalhe_blog .post h5{
    font-family: 'Exo', sans-serif;
    color: rgb(73 170 198 / 80%);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: none;
}
#detalhe_blog .post h6{
    font-family: 'Exo', sans-serif;
    color: #006780;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0;
    text-transform: none;
}
#detalhe_blog .post, #detalhe_blog .post p {
    font-size: 16px;
    color: #033C52;
    letter-spacing: 0;
    font-weight: 400;
}
#detalhe_blog .post b, #detalhe_blog .post strong {
    font-family: 'Exo', sans-serif;
}
#detalhe_blog .blog-meta {
    font-size: 16px;
    color: #49aac6;
    letter-spacing: 0;
    font-weight: 400;
}
.blog {
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    padding: 80px 0;
}
.blog:nth-child(odd) {
    background-color: transparent;
    box-shadow: none;
}
.blog:nth-child(even) {
    background-color: #fff;
}

.blog-list h1{
    font-weight: 700;
    font-family: 'Exo', sans-serif;
    font-size: 48px;
    color: #0E284A;
    letter-spacing: 0;
}

.blog-title {
    font-family: 'Exo',sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #033C52;
    letter-spacing: 0;
    margin-top: 0;
}

.blog-info,
.blog-info p{
    font-family: 'Exo',sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #033C52;
    letter-spacing: 0;
    line-height: 32px;
}
.blog-info p{
    text-align: justify;
}
.blog-info .btn{
    margin-top: 30px;
}


@media screen and (max-width: 1550px){
    .blog-title {
        font-size: 30px;
        line-height: 33px;
    }

    .blog-info, .blog-info p {
        font-size: 16px;
    }

    .blog-list h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .btn {
        font-size: 16px;
    }
}

@media screen and (max-width: 992px){

    .blog-list h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .blog-info {
        padding: 15px;
    }

    .blog-title {
        font-size: 23px;
        line-height: 28px;
    }
}
/*==============================*/
/*BLOG DETAIL*/
/*==============================*/
.post-header h3{
    font-family: 'Exo';
    font-weight: 700;
    font-size: 48px;
    color: #033C52;
    letter-spacing: 0;
    margin-top: 0;
}
.post{
    padding-right: 80px;
}
.blog-meta {
    font-size: 21px;
    color: #54BBD8;
    letter-spacing: 0;
}
.post-header .blog-meta {
    margin-top: 30px;
}
.post-header {
    margin-bottom: 30px;
}
.post,
.post p{
    font-size: 21px;
    color: #033C52;
    letter-spacing: 0;
    font-weight: 500;
}
.post-thumbnail img {
    border-radius: 0;
}
.blog-tags .tag {
    display: inline-block;
    line-height: 1;
    padding: 0.77em 1.1em 0.77em;
    border-radius: 2em;
    background-color: #54BBD8;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0.8em;
    margin: 0.8em 0.7em 0 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 13px !important;
}

.blog-tags a {
    display: inline-block;
    font-size: 13px !important;
    line-height: 1;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0.8em;
    margin: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.widget-title {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: none;
    text-align: left;
    margin: 0 0 20px 0;
    color: #0E284A;
    letter-spacing: 0;
}
.recent-post-title {
    font-family: 'Exo',sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #033C52;
    letter-spacing: 0;
}

.recent-post-time {
    font-family: 'Exo',sans-serif;
    font-size: 22px;
    color: #54BBD8;
    letter-spacing: 0;
}

.recent-post-thumbnail img {
    border-radius: 0;
    max-width: 100%;
    width: 149px;
    height: 149px;
    object-fit: cover;
}

@media screen and (max-width: 1550px){
    .post-header h3 {
        font-size: 40px;
        line-height: 52px;
    }

    .blog-meta {
        font-size: 16px;
    }

    .post, .post p {
        font-size: 16px;
    }

    .recent-post-title,
    .recent-post-time{
        font-size: 18px;
    }

    .blog-tags span {
        font-size: 13px;
    }
}

@media screen and (max-width: 992px){
    .post {
        padding-right: 0;
    }
    .blog-details {
        margin: 3.1em;
    }
    .post-header h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .post-header {
        margin-bottom: 2em;
    }

    .post,
    .post p{
        font-size: 18px;
    }

}
@media screen and (max-width: 500px){
    .main-inner.main-blog {
        height: 150px;
        margin-top: 103px;
    }
}
/*==============================*/
/*detalhe receitas*/
/*==============================*/

#detalhe-receita{

}

.projects.receitas{
    background: transparent;
}
#detalhe-receita{
    background: #F5F9FB;
}
#detalhe-receita .lista_projetos .project {
    width: Calc(100% / 3);
    margin-right: 0;
}
#detalhe-receita .lista_projetos .project {
    width: Calc(100% / 3);
    margin-right: 0;
}
#detalhe-receita .lista_projetos .row {
    margin-left: 0;
    margin-right: 0;
}
#detalhe-receita .project-category {
    font-size: 15px;
    text-transform: none;
}
#detalhe-receita .project figcaption {
    margin: 3.2em 1em 1em 1em;
}
#detalhe-receita .receitas_recentes{
    margin-top: 30px;
}
#detalhe-receita .title {
    font-family: 'Exo', sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 0;
    font-size: 26px;
    color: #0E284A;
    letter-spacing: 0;
}
#detalhe-receita h1 {
    font-family: 'Exo', sans-serif;
    font-size: 62px;
    color: #033C52;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: none;
}
#detalhe-receita h4:not(.project-category) {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #54BBD8;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 20px;
}
#detalhe-receita .post ul,
#detalhe-receita .blog-meta ul {
    list-style: disc;
    margin-left: 40px;
}
#detalhe-receita .post ol,
#detalhe-receita .blog-meta ol {
    list-style: decimal;
    margin-left: 40px;
}
#detalhe-receita .post-thumbnail img {
    border-radius: 0;
}
#detalhe-receita.blog-details {
    margin: 14.2em 0 8.3em;
}
#detalhe-receita .post-header {
    margin-bottom: 0;
}
#detalhe-receita .mobile {
    display: none;
}
#detalhe-receita .blog-meta .author {
    background: #fff;
    width: 100%;
    padding: 60px 40px;
    font-family: 'Exo', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #07475F;
    letter-spacing: 0;
}
#detalhe-receita .blog-meta .author h4{
    color: #54BBD8;
}
#detalhe-receita .post, #detalhe-receita .post p {
    font-family: 'Exo', sans-serif;
    font-size: 22px;
    color: #033C52;
    letter-spacing: 0;
    font-weight: 300;
}
#detalhe-receita .project-zoom {
    width: 5em;
    height: 5em;
    margin: -2.5em;
}
#detalhe-receita .project-zoom:after {
    width: 1.625em;
    height: 1.625em;
}
#detalhe-receita .blog-meta .author a {
    font-family: 'Exo', sans-serif;
    color: #07475F;
    font-weight: 300;
    text-decoration: underline;
}

@media screen and (max-width: 1550px){

    #detalhe-receita h1 {
        font-size: 40px;
    }

    #detalhe-receita h4:not(.project-category) {
        font-size: 30px;
    }

    #detalhe-receita .post, #detalhe-receita .post p,
    #detalhe-receita .blog-meta .author{
        font-size: 18px;
    }
}

@media screen and (max-width: 992px){

    #detalhe-receita h1 {
        font-size: 30px;
    }
    #detalhe-receita .desktop {
        display: none;
    }


    #detalhe-receita .mobile {
        display: block;
    }


    #detalhe-receita .blog-meta.mobile {
        margin: 30px 0;
    }

    #detalhe-receita .receitas_recentes{
        margin-top: 50px;
    }

    #detalhe-receita .row {
        margin-left: 0;
        margin-right: 0;
    }

    #detalhe-receita .title {
        font-size: 25px;
    }

    #detalhe-receita .blog-meta .author {
        padding: 10px 20px 20px;
    }
}


@media screen and (max-width: 500px){
    #detalhe-receita .project figcaption {
        margin: 10px;
    }
}
@media screen and (max-width: 450px){

    #detalhe-receita .project-category {
        font-size: 11px;
        text-transform: none;
    }
}
/*==============================*/
/*RECRUTAMENTO*/
/*==============================*/

#pagina_recrutamento{
    background: #F5F9FB;
}
#pagina_recrutamento .entry .entry-title {
    margin-bottom: 55px !important;
}
#pagina_recrutamento .entry .entry-text {
    text-align: center;
}
#pagina_recrutamento .lista_ofertas .single_oferta {
    background: #FFFFFF;
    border-radius: 31.5px;
    padding: 10px;
    margin-bottom: 20px;

    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#pagina_recrutamento .lista_ofertas .single_oferta:hover {
    box-shadow: 0px 0px 8px rgb(7 60 82 / 20%);
}
#pagina_recrutamento .lista_ofertas .single_oferta a {
    text-decoration: none;
}
#pagina_recrutamento .lista_ofertas .single_oferta .info_oferta, #pagina_detalhe_recrutamento .info .info_oferta{
    padding: 30px;
    font-size: 20px;
    color: #999B9F;
    letter-spacing: 0;
}
#pagina_recrutamento .lista_ofertas .single_oferta .info_oferta img,
#pagina_detalhe_recrutamento .info .info_oferta img{
    height: 24px;
    margin-right: 10px;
    margin-top: -4px;
}
#pagina_recrutamento .lista_ofertas .single_oferta .info{
    padding-right: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
#pagina_recrutamento .lista_ofertas .single_oferta .info .nome{
    font-weight: 500;
    font-size: 24px;
    color: #033C52;
    letter-spacing: 0;
    width: 250px;
    max-width: 100%;
}
#pagina_recrutamento .lista_ofertas .single_oferta .info .ver_mais{
    position: absolute;
    right: 20px;
}
#pagina_recrutamento .lista_ofertas .single_oferta .info .ver_mais img{
    width: 24px;
}
#pagina_recrutamento .candidatura_espontanea,
.equipa.candidatura_espontanea {
    background: #54BBD8;
    text-align: center;
}
#pagina_recrutamento .candidatura_espontanea.blue {
    background: #F5F9FB;
}
#pagina_recrutamento .candidatura_espontanea h2,
.equipa.candidatura_espontanea h2{
   font-family: 'Exo', sans-serif;
    font-size: 54px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px !important;
}
.equipa.candidatura_espontanea h2{
   font-weight: 700;
    margin-bottom: 0 !important;
}
.equipa.candidatura_espontanea h4.descricao{
    font-weight: 400;
    font-size: 84px;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 40px;
    text-transform: none;
}
.equipa.candidatura_espontanea .botao a{
    margin: 10px;
}
#pagina_recrutamento .candidatura_espontanea .descricao{
    font-size: 22px;
    margin-bottom: 40px;
    color: #fff;
}

#pagina_recrutamento .candidatura_espontanea.blue h2,
#pagina_recrutamento .candidatura_espontanea .descricao{
    color: #07475F;
}
#pagina_recrutamento .candidatura_espontanea .botao{
    font-size: 22px;
}
#form_candidatura .input_file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

#form_candidatura .input_file label {
    display:block;
    width:100%;
    font-size:16px;
}
#form_candidatura input, #form_candidatura textarea, #form_candidatura select{
    font-weight: 500;
    background: #fff;
    border-color: #fff;
    color: #033C52;
}
#form_candidatura .rgpd a{
    color: #54bbd8;
}
#form_candidatura .form-group,
#form_contactos_pag_contactos .form-group {
    margin-bottom: 25px;
}
#form_candidatura .input_file button {
    width: 100%;
    text-align: left;
    padding-left: 30px;
    font-size: 18px;
}

#form_candidatura .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #033C52;
}

#form_candidatura .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #033C52;
}

#form_candidatura .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #033C52;
}

#form_candidatura .form-control:-moz-placeholder { /* Firefox 18- */
    color: #033C52;
}
.select2-container .select2-choice {
    display: block;
    height: 100%;
    padding: 12px 0;
    overflow: hidden;
    position: relative;
    border: none;
    white-space: nowrap;
    line-height: normal;
    color: #192e50;
    text-decoration: none;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    font-weight: 500;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 12px;
    border-left: none;
    border-radius: 0;
    background-clip: padding-box;
    background: transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}
.select2-default {
    color: #2d3f59!important;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container .select2-choice abbr {
    top: 19px;
}

.select2-drop {
    width: 100%;
    margin-top: -23px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #ddccb1;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 21px 21px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 10px;
}
.select2-results .select2-highlighted {
    background: #213563;
    color: #fff;
}

.select2-drop.select2-drop-above {
    margin-top: 24px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 21px 21px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: none;
    border-top-color: transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}

.select2-results .select2-result-label {
    padding: 3px 17px 4px;
}
.select2-drop-active {
    border: 1px solid #ddccb1;
    border-top: none;
}
.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}

#form_candidatura .rgpd{
    margin-top: 20px;
}
.rgpd a{
    color: #07475F;
}

#pagina_detalhe_recrutamento h1{
    font-family: 'Exo', sans-serif;
    font-size: 40px;
    color: #033C52;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 40px !important;
    font-weight: 700;
}
#pagina_detalhe_recrutamento .info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#pagina_detalhe_recrutamento .info .info_oferta{
    color: #07475F;
    font-weight: 500;
}
#pagina_detalhe_recrutamento .imagem img{
    width: 100%;
}
#pagina_detalhe_recrutamento .botao {
    margin-top: 40px;
}
#pagina_detalhe_recrutamento .descricao {
    font-size: 20px;
    color: #07475F;
    letter-spacing: 0;
    margin-top: 40px;
}
#pagina_detalhe_recrutamento .descricao b,
#pagina_detalhe_recrutamento .descricao strong{
    font-size: 22px;
}
@media screen and (max-width: 1550px){
    .download_catalogo .section-title {
        font-size: 35px;
    }

}
@media screen and (max-width: 1400px){
    #pagina_recrutamento .lista_ofertas .single_oferta .info .nome {
        font-size: 22px;
    }

    #pagina_recrutamento .lista_ofertas .single_oferta .info_oferta, #pagina_detalhe_recrutamento .info .info_oferta {
        font-size: 18px;
    }
}
@media screen and (max-width: 992px){
    #pagina_recrutamento .candidatura_espontanea h2, .equipa.candidatura_espontanea h2{
        font-size: 45px;
    }

    .equipa.candidatura_espontanea h4.descricao {
        font-size: 60px;
    }
    #pagina_recrutamento .lista_ofertas .single_oferta .info .nome {
        width: 100%;
    }

    #pagina_recrutamento .lista_ofertas .single_oferta .info_oferta, #pagina_detalhe_recrutamento .info .info_oferta {
        padding: 10px;
    }

    #pagina_recrutamento .lista_ofertas .single_oferta {
        padding: 20px;
    }

    #pagina_recrutamento .lista_ofertas .single_oferta .info .ver_mais img {
        width: 14px;
    }

    #pagina_recrutamento .lista_ofertas .single_oferta .info .ver_mais {
        right: 0px;
    }

    #pagina_recrutamento .lista_ofertas .single_oferta .info {
        padding-right: 25px;
    }

    #pagina_detalhe_recrutamento .descricao {
        font-size: 18px;
    }
    #pagina_detalhe_recrutamento .descricao b,
    #pagina_detalhe_recrutamento .descricao strong{
        font-size: 20px;
    }
}
@media screen and (max-width: 767px){
    #pagina_recrutamento .lista_ofertas .single_oferta .info .nome {
        font-size: 20px;
    }

    #pagina_recrutamento .lista_ofertas .single_oferta .info_oferta, #pagina_detalhe_recrutamento .info .info_oferta {
        font-size: 16px;
    }
}

/*==============================*/
/*ABRANCONGELADOS*/
/*==============================*/
.entry {
    padding: 0;
    margin: 0;
}

.entry .entry-text {
    font-size: 20px;
    color: #033C52;
    letter-spacing: 0;
    font-weight: 300;
}
.entry .entry-text b,
.entry .entry-text strong{
    color: #54BBD8;
}

.about{
    background: #F5F9FB;
    padding-bottom: 7.5em;
}
#historia{
    position: relative;
    margin-top: -96px;
}
#historia:before{
    content: '';
    background: url(/site/imagens/white_waves.png);
    position: relative;
    width: 100%;
    height: 96px;
    display: block;
    background-position: top;
    background-size: 100%;
}

#historia .container{
    position: relative;
}
#historia .container .linha_historia{
    position: absolute;
    bottom: 28%;
    width: Calc(100% - 300px);
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}


#historia .holder_slider_historia .single_ano{
    padding: 80px 15px;
}

#historia .holder_slider_historia .single_ano h3{
    font-weight: 700;
    font-size: 44px;
    text-transform: uppercase;
    color: #0E284A;
    letter-spacing: 0;
    margin-bottom: 40px;
}

#historia .holder_slider_historia .single_ano .holder_eventos{
    position: relative;
    margin: 0;
}

#historia .holder_slider_historia .single_ano .holder_eventos .imagem{
    text-align: center;
    border: 5px solid #54BBD8;
    width: 100px;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    cursor: pointer;
    background: #fff;
}

#historia .holder_slider_historia .single_ano .holder_eventos .imagem:hover{
    scale: 1.3;
}
#historia .holder_slider_historia .single_ano .holder_eventos .imagem img{
    border-radius: 50%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
}
#historia .holder_slider_historia .single_ano .holder_eventos h4{
    font-family: 'Exo', sans-serif;
    font-size: 34px;
    color: #033C52;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 100%;
    padding: 0 15px;
    z-index: 2;
}
#historia .holder_slider_historia .single_ano .holder_eventos.top h4 {
    top: -65px;
}
#historia .holder_slider_historia .single_ano .holder_eventos.bottom h4{
    bottom: -65px;
}

#historia .holder_slider_historia .owl-nav .owl-next img,
#historia .holder_slider_historia .owl-nav .owl-prev img{
    width: 30px;
}

#infraestruturas .holder_slider_instalacoes{
    margin-top: 30px;
}
#infraestruturas .holder_lista_instalacoes{
    display: flex;
    flex-wrap: wrap;
}

#infraestruturas .holder_slider_instalacoes .coluna_instalacoes{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
}
#infraestruturas .holder_slider_instalacoes .coluna_instalacoes:first-child{
    width: 60%;
}
#infraestruturas .holder_slider_instalacoes .coluna_instalacoes.w100{
    width: 100%;
}
#infraestruturas .holder_slider_instalacoes .single_instalacoes{
    padding: 10px;
    position: relative;
    display: block;
    width: 100%;
}
#infraestruturas .holder_slider_instalacoes .single_instalacoes .imagem{
    width: 100%;
    padding-bottom: 60%;
    height: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#infraestruturas .holder_slider_instalacoes .single_instalacoes.instalacoes_0,
#infraestruturas .holder_slider_instalacoes .single_instalacoes.instalacoes_1,
#infraestruturas .holder_slider_instalacoes .single_instalacoes.instalacoes_2,
#infraestruturas .holder_slider_instalacoes .single_instalacoes.instalacoes_3{
    width: 100%;
}
#infraestruturas .holder_slider_instalacoes .single_instalacoes.instalacoes_4,
#infraestruturas .holder_slider_instalacoes .single_instalacoes.instalacoes_5,
#infraestruturas .holder_slider_instalacoes .single_instalacoes.instalacoes_6{
    width: Calc(100% / 3);
}

#infraestruturas .holder_slider_instalacoes .single_instalacoes.instalacoes_0 .imagem{
    padding-bottom: 50%;
}
#infraestruturas .holder_slider_instalacoes .single_instalacoes.instalacoes_1 .imagem{
    padding-bottom: 35%;
}
#infraestruturas .holder_slider_instalacoes .single_instalacoes.instalacoes_2 .imagem,
#infraestruturas .holder_slider_instalacoes .single_instalacoes.instalacoes_3 .imagem{
    padding-bottom: 64.2%;
}

#zona_numeros {

}
#zona_numeros .holder_numeros_mapa{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
#zona_numeros .holder_numeros_mapa .holder_mapa{
    width: 60%;
}
#zona_numeros .holder_numeros_mapa .holder_numeros{
    width: 40%;
}

#zona_numeros .holder_numeros .single_numero{
    text-align: center;
    padding: 50px 0;
}

#zona_numeros .holder_numeros .single_numero .numero{
    font-weight: 800;
    font-size: 80px;
    color: #1F3556;
    letter-spacing: 0;

}
#zona_numeros .holder_numeros .single_numero .titulo{
    font-weight: 700;
    text-transform: uppercase;

    font-size: 26px;
    color: #54BBD8;
    letter-spacing: 0;
    text-align: center;
}

#zona_numeros .holder_mapa{
    margin-top: 0;
    position: relative;
}

#zona_numeros .holder_mapa img{
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

@keyframes fadeInLeftS {
    from {
        opacity: 0;
        -webkit-transform: translate(-100%,-50%);
        transform: translate(-100%,-50%)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

.fadeInLeftS {
    -webkit-animation-name: fadeInLeftS;
    animation-name: fadeInLeftS
}

#zona_numeros .holder_mapa .label{
    position: absolute;
    width: 300px;
    left: 0;
    top: 42%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    font-family: 'SignPainter-HouseScript';
    font-weight: 400;
    font-size: 35px;
    color: #07475F;
    letter-spacing: 0;
    text-align: center;
    line-height: 39px;
    display: block;
    white-space: normal;
}
#zona_numeros .holder_mapa img.seta_mapa{
    position: absolute;
    width: 28%;
    left: 20%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#zona_numeros .holder_mapa img.bandeira{
    position: absolute;
    width: 15%;
    left: 42%;
    top: 52%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#zona_numeros .holder_mapa img.bandeira:hover{
    width: 20%;
}

@media screen and (min-width: 993px){
    #historia .holder_slider_historia .owl-nav .owl-next, #historia .holder_slider_historia .owl-nav .owl-prev {
        top: 160px;
        -webkit-transform: unset;
        -moz-transform: unset;
        transform: unset;
        padding: 0;
    }
}
@media screen and (min-width: 1200px){
    #historia .holder_slider_historia .owl-nav .owl-next, #historia .holder_slider_historia .owl-nav .owl-prev {
        top: 183px;
        -webkit-transform: unset;
        -moz-transform: unset;
        transform: unset;
        padding: 0;
    }
}
@media screen and (max-width: 1550px){
    #infraestruturas h2 {
        font-size: 35px;
    }

    .entry .entry-text {
        font-size: 18px;
    }

    #historia .holder_slider_historia .single_ano h3 {
        font-size: 35px;
        margin-bottom: 30px;
    }

    #historia .holder_slider_historia .single_ano .holder_eventos .descricao {
        font-size: 16px;
    }
}
@media screen and (max-width: 1400px){
    #zona_numeros .holder_mapa .label {
        left: 22%;
    }
}
@media screen and (max-width: 1200px){
    #zona_numeros .holder_numeros .single_numero .numero {
        font-size: 55px;
    }

    #zona_numeros .holder_numeros .single_numero .titulo {
        font-size: 18px;
    }
}
@media screen and (max-width: 992px){

    .entry .entry-text {
        font-size: 16px;
    }

    #infraestruturas h2,
    #historia .holder_slider_historia .single_ano h3{
        font-size: 30px;
        margin-bottom: 10px;
    }

    #zona_numeros .holder_numeros .single_numero .numero {
        font-size: 45px;
    }

    #zona_numeros .holder_numeros .single_numero .titulo {
        font-size: 16px;
    }

    #historia .holder_slider_historia .single_ano .holder_eventos:after {
        width: 1px;
        height: Calc(100% - 300px);
    }

    #historia .holder_slider_historia .single_ano .holder_eventos .descricao {
        font-size: 16px;
        background: #e9ddca;
    }

    #historia .holder_slider_historia .owl-nav .owl-next, #historia .holder_slider_historia .owl-nav .owl-prev {
        top: 50%;
    }

    #infraestruturas .holder_slider_instalacoes .single_instalacoes {
        padding: 5px;
    }
}
@media screen and (max-width: 767px){
    #historia .holder_slider_historia .single_ano .holder_eventos .imagem {
        width: 75px;
        height: 75px;
    }

    #historia .holder_slider_historia .single_ano .holder_eventos h4 {
        font-size: 20px;
    }
    #historia .holder_slider_historia .single_ano .holder_eventos.top h4 {
        top: -40px;
    }
    #historia .holder_slider_historia .single_ano .holder_eventos.bottom h4 {
        bottom: -40px;
    }
    #historia .container .linha_historia {
        width: Calc(100% - 150px);
    }
    #infraestruturas .holder_slider_instalacoes .owl-nav .owl-next{
        right: 0px;
    }
    #infraestruturas .holder_slider_instalacoes .owl-nav .owl-prev{
        left: 0px;
    }
    #infraestruturas .holder_slider_instalacoes .imagem {
        padding: 0 40px;
    }

    #zona_numeros .holder_numeros {
        text-align: center;
    }
    #zona_numeros .holder_numeros_mapa .holder_mapa {
        width: 100%;
    }

    #zona_numeros .holder_mapa .label {
        left: 45%;
    }

    #zona_numeros .holder_numeros_mapa .holder_numeros {
        width: 100%;
    }
}
@media screen and (max-width: 450px){

    #zona_numeros .holder_numeros .single_numero {
        width: 300px;
        max-width: 100%;
        padding: 20px 0;
        display: block;
        margin: 0 auto;
    }
}
/*==============================*/
/*CONTACTS*/
/*==============================*/

#pagina_contactos .mapa_contactos{
    position: relative;
    height: 600px;
    width: 100%;
}
.gmap {
    width: 100% !important;
}

#pagina_contactos .contact-row{
    text-align: center;
}
#pagina_contactos .contact-row .fa {
    float: unset;
    width: auto;
    margin-top: 0;
    padding: 1px;
    text-align: center;
    font-size: 30px;
    line-height: normal;
    color: #54bbd8;
    text-align: center;
}
#pagina_contactos .contact-body {
    padding-left: 0;
}
#pagina_contactos .formulario_contactos {
    padding: 5.5em 5.6em;
}
#pagina_contactos .holder_colunas {
    display: flex;
    flex-wrap: wrap;
}
#pagina_contactos .entry .entry-title {
    margin-bottom: 40px !important;
}
.contact-info-content{
    background-color: #A28358;
    height: 100%;
}
.contact-content {

    font-size: 23px;
}
.contact-info-content,
.contact-info-content a{
    background-color: #07475F;
    color: #FFFFFF;
    letter-spacing: 0;
    font-size: 25px;
    color: #FFFFFF;
    text-align: center;
}

.contact-info-content h4{
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Exo', sans-serif;
    font-size: 25px;
    color: #FFFFFF;
    margin: 10px 0;
}
.contact-info-content h5{
    font-weight: 300;
    letter-spacing: 0;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}
@media screen and (max-width: 1550px){
    .contact-info-content h4 {
        font-size: 18px;
    }

    .contact-info-content, .contact-info-content a {
        font-size: 18px;
    }
    .contact-content {
        font-size: 18px;
    }
}
@media screen and (min-width: 993px){
    .contacts .section-content {
        margin-top: 10px;
    }
    .contacts .col-base,
    .contacts .col-address {
        margin-top: 1em;
    }
}
.contacts.section{
    padding-top: 1em;
    padding-bottom: 0;
}

.contacts h2{
    text-align: left;
    margin-left: 0;
    font-size: 30px;
    color: #E9DDCA;
    letter-spacing: 0;
    margin-bottom: 10px !important;
}

.contacts .col-address {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 200;
    line-height: 30px;
}
.contacts .col-address .telefone{
    margin: 20px 0;
}
.contacts .col-address .telefone h5{
    font-family: 'Exo', sans-serif;
    font-size: 11px;
    margin: 0;
}

.contacts .col-address .redes_sociais {
    margin-top: 30px;
}
.zona_logos .selo_pme {
    margin-top: 30px;
}
.zona_logos .selo_pme {
    display: inline-block;
}
.zona_logos .certificacoes {
    display: inline-block;
    margin-top: 30px;
}
.zona_logos .selo_pme img{
    width: 120px;
    max-width: 100%;
}
.zona_logos .certificacoes img{
    height: 85px;
    max-width: 95px;
    object-fit: contain;
}
.contacts .col-address .redes_sociais a{
    margin-right: 20px;
    text-decoration: none;
}
.contacts .col-address .redes_sociais a img{
    height: 20px;
    width: auto !important;
}


.contact-info a {
    color: #fff;
}

#form_contactos{

}

.form-control, textarea.form-control {
    border-radius: 29.5px;
    font-size: 16px;
    letter-spacing: 0;
}

.form-control {
    height: 3.6em;
}

#form_contactos .form-control, #form_contactos textarea.form-control,
#form_newsletter .form-control, #form_newsletter textarea.form-control{
   background: #033C52;
    border-color: #033C52;
    color: #fff;
}

#form_contactos_pag_contactos .form-control::-webkit-input-placeholder,
#form_contactos_pag_contactos textarea.form-control::-webkit-input-placeholder{
    color: #033C52;
}

#form_contactos_pag_contactos .form-control::-moz-placeholder,
#form_contactos_pag_contactos textarea.form-control::-moz-placeholder{
    color: #033C52;
}

#form_contactos_pag_contactos .form-control:-ms-input-placeholder,
#form_contactos_pag_contactos textarea.form-control:-ms-input-placeholder{
    color: #033C52;
}

#form_contactos_pag_contactos .form-control:-moz-placeholder,
#form_contactos_pag_contactos textarea.form-control:-moz-placeholder{
    color: #033C52;
}

#form_newsletter .form-control::-webkit-input-placeholder,
#form_newsletter textarea.form-control::-webkit-input-placeholder,
#form_contactos .form-control::-webkit-input-placeholder,
#form_contactos textarea.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

#form_newsletter .form-control::-moz-placeholder,
#form_newsletter textarea.form-control::-moz-placeholder,
#form_contactos .form-control::-moz-placeholder,
#form_contactos textarea.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

#form_newsletter .form-control:-ms-input-placeholder,
#form_newsletter textarea.form-control:-ms-input-placeholder,
#form_contactos .form-control:-ms-input-placeholder,
#form_contactos textarea.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

#form_newsletter .form-control:-moz-placeholder,
#form_newsletter textarea.form-control:-moz-placeholder,
#form_contactos .form-control:-moz-placeholder,
#form_contactos textarea.form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

#form_contactos .rgpd .form-group,
#form_catalogos .rgpd .form-group{
    display: inline-block;
    width: Calc(100% - 155px);
    vertical-align: top;
    padding-right: 15px;
    text-align: left;
}
#form_contactos .rgpd .form-submit,
#form_catalogos .rgpd .form-submit{
    width: 150px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}
#form_contactos .rgpd a{
    font-size: 14px;
    color: #E9DDCA;
}

#form_catalogos a{
    color: #07475F;
}


.col-address a{
    color: #07475F;
}


.alert {
    text-align: left;
    font-weight: 500;
    width: 100%;
}

.contactos_comerciais h2{
    color: #07475F;
}
.contactos_comerciais .service-item h4 {
    font-size: 25px;
    color: #07475F;
    letter-spacing: 0;
    font-weight: 700;
    margin: 0 0 10px;
}
.contactos_comerciais .service-item a,
.contactos_comerciais .service-item p {
    font-size: 20px;
    color: #a28357;
    letter-spacing: 0;
    line-height: 26px;
}

@media screen and (max-width: 1400px){
    .contactos_comerciais .service-item p {
        font-size: 16px;
        line-height: 20px;
        word-break: break-all;
    }

    .contactos_comerciais .service-item h4 {
        font-size: 20px;
        font-weight: 700;
    }
}

@media screen and (max-width: 992px){
    #pagina_contactos .col-md-5,
    #pagina_contactos .col-md-7 {
        width: 100%;
    }
    .contacts .section-content {
        margin-top: 1em;
    }
}
@media screen and (max-width: 767px){
    .contactos_comerciais .service-item {
        text-align: center;
    }
    .contacts .col-address {
        font-size: 16px;
        line-height: 22px;
    }

    .contacts h2 {
        text-align: center;
    }
    .contacts .section-content {
        text-align: center;
    }
    #form_contactos .rgpd .form-group,
    #form_catalogos .rgpd .form-group{
        display: block;
        width: 100%;
        padding-right: 0;
    }
    #form_contactos .rgpd .form-submit,
    #form_catalogos .rgpd .form-submit{
        width: 100%;
        display: block;
        margin-top: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 550px){

    .contact-info-content{
        padding: 50px;
    }

    .contact-content {
        font-size: 16px;
    }

    .contact-info-content, .contact-info-content a {
        font-size: 16px;
    }
}

/*==============================*/
/*catalogo*/
/*==============================*/
.download_catalogo{
    background: #E9DDCA;
    padding-top: 0;
}

.download_catalogo .section-title{
    font-size: 40px;
    margin-bottom: 20px !important;
}

.download_catalogo .form-control, .download_catalogo textarea.form-control{
    background: #DDCCB1;
    border-color: #DDCCB1;
    font-size: 18px;
    color: #033C52;
    letter-spacing: 0;
}

#form_catalogos {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}

#form_catalogos textarea.form-control {
    height: 11.9em;
}

#form_catalogos select {
    -webkit-appearance: auto;
}

#form_catalogos .form-control::-webkit-input-placeholder,
#form_catalogos textarea.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #033C52;
}

#form_catalogos .form-control::-moz-placeholder,
#form_catalogos textarea.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #033C52;
}

#form_catalogos .form-control:-ms-input-placeholder,
#form_catalogos textarea.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #033C52;
}

#form_catalogos .form-control:-moz-placeholder,
#form_catalogos textarea.form-control:-moz-placeholder { /* Firefox 18- */
    color: #033C52;
}

@media screen and (max-width: 1550px){
    .download_catalogo .form-control, .download_catalogo textarea.form-control {
        font-size: 16px;
    }
}
@media screen and (max-width: 992px){
    .download_catalogo .section-title {
        font-size: 30px;
        margin-bottom: 10px !important;
    }
}
/*==============================*/
/*FOOTER*/
/*==============================*/

.footer {
    text-align: center;
    margin: 0;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    background: #07475F;
    padding: 2em 0;
}
.footer .rodape{
    margin-top: 30px;
}
.footer a{
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
}
.footer .contacts a{
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;

}
.footer .contacts h2,
.footer .newsletter h3{
    font-family: 'Exo', sans-serif;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 700;
}
.footer .row-base {
    margin-top: 0;
}

.footer .newsletter {
    width: 100%;
    text-align: left;
    margin-left: auto;
}

.footer .newsletter h3{
    margin-left: 0;
    margin-top: 0;
}

.footer #form_newsletter .form-group {
    position: relative;
}
.footer #form_newsletter .form-control {
    width: 100%;
    display: inline-block;
}
.footer #form_newsletter .btn {
    position: absolute;
    top: 0;
    right: 0;
}

textarea.form-control {
    width: 100%;
    display: inline-block;
}

.footer img {
    width: 220px;
    max-width: 100%;
}
.footer img:last-child {
    margin-right: 0;
}


@media screen and (max-width: 1550px){
    .contacts h2,
    .footer .newsletter h3{
        font-size: 25px;
    }

    .contacts .col-address {
        font-size: 16px;
        line-height: 26px;
    }

    .footer .contacts a {
        font-size: 16px;
    }

    .contacts .col-address .redes_sociais a img {
        height: 15px;
    }

    .form-control, textarea.form-control {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px){
    .footer {
        margin: 0;
        padding: 0 0 2em 0;
    }

    .footer .newsletter {
        width: 100%;
        text-align: left;
        margin-left: auto;
        margin-bottom: 3em;
    }

    .footer .newsletter button{
    }
    .footer .form-control, textarea.form-control {
        width: 100%;
        display: block;
    }

    .footer .col-field {
        padding: 0 15px;
    }
}

/* Estilos para a barra de política das cookies */

.cookie_bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #494e54;
    color: white;
    z-index: 9999;
    font-family: Arial, Helvetica;
    font-size: 12px;
    min-height: 50px;
    line-height: 16px;
}

.center_cookie_container {
    position: relative;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}

.cookie_bar .cookie_texto {
    position: relative;
    float: left;
    max-width: 830px;
    width: 100%;
    margin-right: -95px;
    padding: 0px 0;
    text-align: center;
}

.cookie_bar .cookie_texto .cookie_interior {
    margin-right: 95px;
    padding: 10px 10px;
}

.cookie_bar .cookie_texto a {
    color: white;
    text-decoration: underline;
}

.cookie_bar .cookie_aceitar {
    position: relative;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    background: white;
    margin-top: 10px;
}

.cookie_bar .cookie_aceitar #cookie_botao {
    background: white;
    border: 1px #FFFFFF solid;
    position: relative;
    width: 75px;
    height: 30px;
    color: #494e54;
    font-weight: bold;
    cursor: pointer;
}

.cookies_politicas {
    position: relative;
    display: none;
    color: white;
    clear: both;
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
}

.cookies_politicas a {
    color: white;
    text-decoration: underline;
}

.cookies_politicas .center_cookie_container {
    padding: 10px;
    width: 95%;
}

.popup{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}
.popup.open{
    display: block;
}

.popup .holder_popup{
    max-width: 1000px;
    margin: 0 auto;
    max-height: 90vh;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    background: #F5F9FB;
    box-shadow: 2px 2px 18px 0 rgba(0,0,0,0.21);
    border-radius: 53px;
    overflow: hidden;
}
.popup .holder_popup .corpo{
    max-height: 80vh;
    overflow: auto;
    padding: 0 50px 50px;
}
.popup .holder_popup .corpo h2{
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #033C52;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px !important;
}

.popup .holder_popup .close_popup{
    text-align: center;
    width: 50px;
    margin-left: auto;
    margin-right: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 32px;
    color: #EAE5D6;
    letter-spacing: 0;
}
.popup .holder_popup .historia{
    display: flex;
    flex-wrap: wrap;
}
.popup .holder_popup .col_esquerda{
    width: 40%;
}
.popup .holder_popup .col_esquerda .imagem{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 35px;
    overflow: hidden;
}
.popup .holder_popup .col_esquerda .imagem .holder_imagem{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.popup .holder_popup .col_direita{
    width: 60%;
    padding-left: 80px;
}

.popup .holder_popup .col_direita h3{
    font-size: 66px;
    margin-top: 0;
}
.popup .holder_popup .descricao{
    font-size: 24px;
    color: #033C52;
    letter-spacing: 0;
    line-height: 32px;
}
.popup .holder_popup .descricao b,
.popup .holder_popup .descricao strong{
    color: #54BBD8;
}

@media screen and (max-width: 992px){
    .popup .holder_popup .corpo h2 {
        font-size: 30px;
    }

    .popup .holder_popup .col_esquerda {
        width: 30%;
    }

    .popup .holder_popup .col_direita {
        width: 70%;
    }

    .popup .holder_popup .descricao {
        font-size: 18px;
        color: #033C52;
        letter-spacing: 0;
        line-height: 27px;
    }

    .popup .holder_popup .col_direita h3 {
        font-size: 50px;
    }
}
@media screen and (max-width: 767px){

    .popup .holder_popup .col_esquerda {
        width: 20%;
    }

    .popup .holder_popup .col_direita {
        width: 80%;
        padding-left: 30px;
    }
    .popup .holder_popup .col_direita h3 {
        font-size: 40px;
    }
    .popup .holder_popup .corpo h2 {
        font-size: 21px;
    }
    .popup .holder_popup .corpo {
        padding: 0 20px 50px;
    }

    .popup .holder_popup .descricao {
        font-size: 16px;
    }
}

#lista_resultados{
    text-align: center;
    margin-top: 35px;
}

.partilha_redes{
    margin: 40px 0 80px 0;
    text-align: center;
}
.partilha_redes .partilha{
    font-weight: 700;
}
.partilha_redes a{
    text-decoration: none;
}
.partilha_redes img{
    height: 23px;
    margin-right: 15px;
}

#obrigado img {
    width: 150px !important;
    height: auto !important;
    margin-bottom: 30px;
}

@media screen and (max-width: 992px){

    #obrigado img {
        width: 100px !important;
    }
}