/*MENU*/

.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}

.header .header-main .main-menu .nav>li>a i{
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.header .header-main.sticky .main-menu .nav>li>a i{
    color: #3f3f3f;
}

/*HOMEPAGE*/

.banner {
    padding-top: 0 !important;
}
.banner ul,
.banner ul li{
    min-height: 1100px;
    padding: 0;
    list-style: none;
}
.banner ul li{
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}
.banner ul li .conteudo{
    position: absolute;
    left: 0;
    right: 0;
    top: 27%;
    z-index: 1;
}
.banner ul li:after{
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0,#fb4275),color-stop(100%,#f35d46));
    background: -webkit-linear-gradient(45deg,#fb4275 0,#f35d46 100%);
    background: -o-linear-gradient(45deg,#fb4275 0,#f35d46 100%);
    background: linear-gradient(45deg,#fb4275 0,#f35d46 100%);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}

.bg-overlay:after {
    display: none;
}
.banner .wave-shape {
     z-index: 2;
 }

.banner .banner-content .banner-btn {
    background-color: #fff !important;
}
.banner .banner-content .banner-btn span{
    color: #fb4275 !important;
}


.banner .owl-carousel .owl-dots {
    height: auto;
    position: absolute;
    bottom: 30%;
    text-align: center;
    left: 0;
    right: 0;
}

.banner .owl-carousel button.owl-dot{
    border: 1px solid #FFFFFF;
    background: transparent;
    width: 10px;
    height: 10px;
    margin: 0 10px;
}

.banner .owl-carousel button.owl-dot.active{
    background: #fff;
    height: 10px;
}

.about-nav-tab .tab-content .tab-pane ul,
.section-title ul,
.tab-pane ul,
.project-details .project-details-content ul{
    padding: 0;
    list-style: none;
    margin-bottom: 43px;
}

.about-nav-tab .tab-content .tab-pane ul li,
.section-title ul li,
.tab-pane ul li,
.project-details .project-details-content ul li {
    font-size: 18px;
    font-style: italic;
    padding-left: 35px;
    position: relative;
}

.about-nav-tab .tab-content .tab-pane ul li:before,
.section-title ul li:before,
.tab-pane ul li:before,
.project-details .project-details-content ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: initial;
    font-size: 17px;
    color: #fb4275;
    position: absolute;
    left: 0;
    top: 0;
    line-height: inherit;
}

.about-nav-tab .tab-content .tab-pane ul li:not(:last-child),
.section-title ul li:not(:last-child),
.tab-pane ul li:not(:last-child),
.project-details .project-details-content ul li:not(:last-child) {
    margin-bottom: 20px;
}



.home.single-service.style--two img{
    height: 65px;
}


.home.single-service.style--two:hover img.first_image{
    display: none;
}


.home.single-service.style--two img.hover_image{
    display: none;
}

.home.single-service.style--two:hover img.hover_image{
    display: inline-block;
    height: 65px;

}


/*PROJECTS*/

.visible_item{
    display:none;
}

.project-details .project-details-content h3 {
    margin-top: 50px;
}
.project-details .project-details-content {
    font-size: 18px;
}

.project-details .project-details-content ul{
    margin-top: 50px;
}

.post-pagination .single-post-pagination .pagination-image {
    width: 88px;
}

/*BLOG*/

.paginacao .seta .img_seta{
    position: absolute;
}


.pagination li a.seta:after {
    background: transparent;
}

.img_absolute{
    position: absolute;
    width: 100%;
    bottom: 0;
}

.blog-details-content h2{
    padding: 15px 20px;
    border-left: 2px solid;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 50px;
    border-color: #fb4275!important;
    color: #3f3f3f;
    font-weight: 400;
    line-height: 1.5;
}


/*CONTACTOS*/
.map iframe{
    min-height: 600px;
}

#contactos_response{
    margin: 15px 0;
}

/*FOOTER*/

.holder_checkbox.margin_top{
    margin-top: 10px;
}

.widget.widget_recent_entries .single-post .post-image, .widget.widget_related_post .single-post .post-image img{
    width: 70px;
}



/* 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%;
}


.inscricao .formulario{
    background: #ffeef2;
}

.inscricao .single_input{
    margin-bottom: 30px;
}
.inscricao .single_input input{
    border: 1px solid #e0e0e0;
    height: 50px;
    width: 100%;
    padding: 0 20px;
}


.inscricao #formulario_inscricao .botao_submeter,
.inscricao #formulario_inscricao .alertas{
    text-align: center;
    margin-top: 80px;
}

.single_pagamento label{
    display: block;
    width: 100%;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e0e0e0;
    height: 50px;
    width: 100%;
    padding: 10px;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #979797;
}

.select2-dropdown {
    border: 1px solid #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fb4275;
}

.radio_entidade label {
    position: relative;
    width: 46%;
    margin-right: 21px;
    margin-bottom: 0;
    height: 50px;
}
.radio_entidade label .botao{
    border: 1px solid #e0e0e0;
    height: 50px;
    width: 100%;
    padding: 10px;
    border-radius: 0;
    color: #979797;
    letter-spacing: 0.87px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    background: #fff;
}

.radio_entidade label input:checked + .botao {
    background-color: #fb4275;
    color: #fff;
    border-color: #fb4275;
}

.radio_entidade label:last-child {
    margin-right: 0;
}

.radio_entidade input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.label_entidade{
    padding: 10px 20px;
}

.formulario_pagamento{
}

.formulario_pagamento .termos_condicoes{
    margin-top: 60px;

}

.formulario_pagamento .termos_condicoes h3{
    margin-bottom: 60px;
}

.formulario_pagamento .termos_condicoes .single_termos{
    margin-bottom: 40px;
}

.formulario_pagamento .termos_condicoes .single_pagamento{
    margin-bottom: 40px;
}

.formulario_pagamento .termos_condicoes .single_pagamento label{
    display: block;
    position: relative;
    border: 1px dashed #838697;
    width: 1055px;
    max-width: 100%;
    height: 141px;
    border-radius: 4px;
    margin-top: 40px;
}


.formulario_pagamento .termos_condicoes .single_pagamento label span{
    position: absolute;
    text-align: center;
    font-size: 15px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 50px;
    z-index: -2;
}
.formulario_pagamento .termos_condicoes .single_pagamento label span i{
    font-size: 20px;
}

.formulario_pagamento .termos_condicoes .single_pagamento label input{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.formulario_pagamento .termos_condicoes .single_termos label,
.formulario_pagamento .termos_condicoes .single_politica label{
    display: block;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */
.formulario_pagamento .termos_condicoes .single_termos label input,
.formulario_pagamento .termos_condicoes .single_politica label input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.formulario_pagamento .termos_condicoes .single_termos label .checkmark,
.formulario_pagamento .termos_condicoes .single_politica label .checkmark{
    position: absolute;
    top: 2px;
    left: 15px;
    height: 22px;
    width: 22px;
    border: 2px solid #fb4275;
    border-radius: 4px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.formulario_pagamento .termos_condicoes .single_termos label .checkmark:after,
.formulario_pagamento .termos_condicoes .single_politica label .checkmark:after{
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.formulario_pagamento .termos_condicoes .single_termos label input:checked ~ .checkmark:after,
.formulario_pagamento .termos_condicoes .single_politica label input:checked ~ .checkmark:after{
    display: block;
}

/* Style the checkmark/indicator */
.formulario_pagamento .termos_condicoes .single_termos label .checkmark:after,
.formulario_pagamento .termos_condicoes .single_politica label .checkmark:after{
    left: 6px;
    top: 0px;
    width: 8px;
    height: 15px;
    border: solid #fb4275;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#inscricao_response{
    font-size: 16px;
}

.select2-container {
    width: 100% !important;
}
