/*==============================================*/
/*GERAL*/
/*==============================================*/
@media screen and (min-width: 576px){
    .header .container, .top-bar .container {
        max-width: 992px;
    }
}
@media screen and (min-width: 768px){
    .header .container, .top-bar .container {
        max-width: 992px;
    }
}
@media screen and (min-width: 992px){
    .header .container, .top-bar .container {
        max-width: 992px;
    }
}
@media screen and (min-width: 1200px){
    .container{
        max-width: 1200px !important;
    }
}
@media screen and (min-width: 1500px){
    .container{
        max-width: 1500px !important;
    }
}

a:hover {
    color: #52BBB5;
}

body{
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #222D59;
    letter-spacing: 0;
    line-height: 42px;
}

@media screen and (max-width: 1500px){
    body{
        font-size: 18px;
        line-height: 31px;
    }
}


@media screen and (max-width: 1200px){
    body{
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 991px){
    body{
        font-size: 18px;
        line-height: 36px;
    }
}

@media screen and (max-width: 991px){
    body{
        font-size: 16px;
        line-height: 34px;
    }
}

/*MENU*/

.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}

.fixed-top.header .header-main.sticky{
    background-color: #18213f;
}


.fixed-top.header .header-main.blue{
    background-color: #18213f;
}

.header .header-main.style--one .main-menu .nav > li {
    padding: 0 30px;
}

.header .header-main.sticky .main-menu .nav > li > a{
    color: #fff;
}

.header .header-main.sticky .main-menu .nav > li:hover > a{
    color: #52BBB5 !important;
}

.header .header-main.style--one .main-menu .nav > li > a{
    font-family: 'Orbitron', sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.header .header-main.style--one .main-menu .nav li.active a,
.header .header-main.style--one .main-menu .nav li.current-menu-parent a,
.header .header-main:not(.sticky).text-white .main-menu .nav > li.current-menu-parent > a,
.header .header-main:not(.sticky).text-white .main-menu .nav > li:hover > a{
    color: #52BBB5 !important;
    opacity: 1;
}

.header .header-main:not(.sticky).text-white .main-menu .nav li.pesquisa {
    position: relative;
}

.header .header-main .main-menu .nav li.pesquisa input{
    font-family: 'Orbitron', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    border: 2px solid #FFFFFF;
    background: transparent;
    outline: none;
    width: 157px;
    padding: 0 10px 0 40px;
}

.header .header-main .main-menu .nav li.pesquisa input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFFFFF !important;
}
.header .header-main .main-menu .nav li.pesquisa input::-moz-placeholder { /* Firefox 19+ */
    color: #FFFFFF !important;
}
.header .header-main .main-menu .nav li.pesquisa input:-ms-input-placeholder { /* IE 10+ */
    color: #FFFFFF !important;
}
.header .header-main .main-menu .nav li.pesquisa input:-moz-placeholder { /* Firefox 18- */
    color: #FFFFFF !important;
}

.header .header-main .main-menu .nav li.pesquisa button{
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


.header .header-main .main-menu .nav li.pesquisa img{
    width: 30px;
}

.fixed-top.header .header-main{
    padding: 20px 0;
}

.header .header-main .logo img{
    width: 283px;
}

.header .header-main.style--one .main-menu .nav {
    margin-right: 0;
}

.header .header-main.style--one .main-menu .nav > li.pesquisa{
    padding: 0 0 0 30px;
}

@media screen and (max-width: 1500px){
    .header .header-main.style--one .main-menu .nav > li {
        padding: 0 20px;
    }

    .fixed-top.header .header-main {
        padding: 0;
    }
}

@media screen and (max-width: 1200px){
    .header .header-main.style--one .main-menu .nav > li {
        padding: 0 15px;
    }

    .header .header-main.style--one .main-menu .nav > li > a {
        font-size: 16px;
    }

    .header .header-main .main-menu .nav li.pesquisa input {
        font-size: 16px;
        width: 140px;
    }

    .header .header-main .main-menu .nav li.pesquisa button {
        left: 30px;
    }
}

.header .header-main.style--one .main-menu ul.nav > li.pesquisa .mobile {
    display: none;
}
@media screen and (max-width: 991px){
    .header .header-main.style--one .main-menu ul.nav {
        left: 15px;
        right: 15px;
        background: #fff;
        max-width: 100%;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
    .header .header-main.style--one .main-menu .nav > li > a{
        color: #3192D0;
    }

    .header .header-main.style--one .main-menu ul.nav > li > a {
        padding: 15px 0;
    }
    .header .header-main.style--one .main-menu ul.nav > li.pesquisa {
        padding: 0;
    }
    .header .header-main.style--one .main-menu ul.nav > li.pesquisa .desktop {
        display: none;
    }
    .header .header-main.style--one .main-menu ul.nav > li.pesquisa .mobile {
        display: block;
    }

    .header .header-main.style--one .main-menu ul li a {
        color: #fff;
    }

    .header .header-main .main-menu .nav li.pesquisa button {
        left: 0;
    }

    .header .header-main .main-menu .nav li.pesquisa input {
        font-size: 18px;
        width: 155px;
    }

    #menu-button.menu-opened span::before, #menu-button.menu-opened span::after,
    #menu-button span, #menu-button span:before, #menu-button span:after{
        background-color: #fff;
    }

    .header .header-main .logo img {
        width: 185px;
    }

    .fixed-top.header .header-main {
        padding: 10px 0;
    }

    .header .header-main.style--one .main-menu ul.nav {
        top: calc(100% + 10px);
    }

}

/*HOMEPAGE*/

.banner{
    min-height: 100vh;
    /*background-color: #285588;
    background-blend-mode: multiply;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title-bg{
    /*background-color: #285588;
    background-blend-mode: multiply;*/
    min-height: 70vh;
    position: relative;
}


.page-title-bg .page-title h2{
    font-family: 'Orbitron', sans-serif;
    font-size: 58px;
    color: #FFFFFF;
    letter-spacing: 1.53px;
    text-align: center;
    line-height: 74px;
    margin-bottom: 25px;
}

.page-title-bg .page-title li,
.page-title-bg .page-title li a,
.page-title li:not(:last-child):after{
    font-family: 'Orbitron', sans-serif;
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 0.72px;
}

.page-title-bg .page-title li span{
    color: #52BBB5;
}

.page-title li:not(:last-child):after{
    display: none;
}

.page-title li:not(:last-child) {
    position: relative;
    padding-right: 0;
    margin-right: 0;
}

.banner .conteudo_banner,
.page-title-bg .conteudo_banner{
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 70%;
    left: 50%;
}

.banner .banner-content h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 76px;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-align: center;
    line-height: 96px;
}

.banner .banner-content p {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 42px;
}

.btn {
    font-family: 'Orbitron', sans-serif;
    border: none;
    border-radius: 0;
    padding: 5px 40px;
    letter-spacing: 0.7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 52px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out .2s;
    -o-transition: .3s ease-in-out .2s;
    transition: .3s ease-in-out .2s;
    z-index: 9;
    color: #fff !important;
    background-color: rgba(82, 187, 181, 0.1) !important;

}

.btn.btn-green{
    background-color: #52BBB5 !important;
}
.btn.btn-green-outline{
    border: 2px solid #52BBB5;
    color: #52BBB5 !important;
    background: transparent !important;
}

.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;
}


.single-counter {
    margin-bottom: 0;
}


.home.single-service.style--two img{
    width: 120px;
}


.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;

}

.section-title {
    width: 85%;
    margin: 0 auto 75px auto;
}


.section-title h3{
    font-family: 'Orbitron', sans-serif;
    font-size: 26px;
    color: #3192D0;
    letter-spacing: 0.72px;
    text-align: center;
    font-weight: 700;
}

.section-title h2 {
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    font-size: 58px;
    color: #3192D0;
    letter-spacing: 1.53px;
    text-align: center;
    line-height: 74px;
    margin-top: 20px;
}

.section-title p {
    font-family: 'Lato', sans-serif;;
    font-size: 24px;
    color: #222D59;
    letter-spacing: 0;
    text-align: center;
    line-height: 42px;
    max-width: unset;
    margin-top: 40px;
}

.about-nav-tab .tab-content .tab-pane {
    font-size: 24px;
}

.about-nav-tab .nav-tabs .nav-link.active {
    border-color: #3192D0 !important;
}


.about-nav-tab .nav-tabs .nav-link {
    font-family: 'Orbitron', sans-serif;
    font-size: 18px;
    color: #3192D0;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 700;
    border-color: #E3E3E3;
}
.about-nav-tab .nav-tabs .nav-link.active{
    color: #3192D0;
}

.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 {
    color: #3192D0;
}

.video-area.style--two > img {
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
    display: block;
}


.single-counter h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0.89px;
    text-align: center;
    line-height: 42px;
    text-transform: uppercase;
}
.single-counter p {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 42px;
}

.faixa_contadores{
    position: relative;
}


.faixa_contadores:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    /* opacity: 0.1; */
    /* background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) -74%, rgba(255,255,255,0.00) 100%); */
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
    border-top: 2px solid rgba(0, 0, 0, 0.05);
}
.faixa_contadores:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    /* opacity: 0.1; */
    /* background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) -74%, rgba(255,255,255,0.00) 100%); */
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
    border-top: 2px solid rgba(0, 0, 0, 0.05);
}
.faixa_contadores .more_padding {
    padding: 0 45px;
}

.home.single-service {
    padding: 50px 65px;
    margin-bottom: 0;
    background-image: linear-gradient(180deg, #52BBB5 0%, #3192D0 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.single-service h4 {
    margin: 30px 0 5px 0;
    font-family: 'Orbitron', sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.61px;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
}

.single-service p {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
}

.single-service .btn-inline {
    font-family: 'Orbitron', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 700;
    margin-top: 40px;
}

.single-service .btn-inline:after {
    display: none;
}


.testimonial-slider .single-testimonial-slide .testimonial-image img{
    width: 90%;
    margin: 0 auto;
    display: block;
}

.testimonial-slider.equipa .single-testimonial-slide .testimonial-image img{
    width: 100%;
    margin: 0 auto;
    display: block;
}

.testimonial-slider .single-testimonial-slide .testimonial-content h4{
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    color: #3192D0;
    letter-spacing: 0.89px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonial-slider .single-testimonial-slide .testimonial-content h5{
    font-family: 'Orbitron', sans-serif;
    font-size: 26px;
    color: #3192D0;
    letter-spacing: 0.72px;
    font-weight: 500;
    margin-bottom: 25px;
}

.testimonial-slider .single-testimonial-slide .testimonial-content p{
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #222D59;
    letter-spacing: 0;
    line-height: 42px;
    font-style: unset;
    margin-bottom: 50px;
}


.section-pattern.equipa{
    background: rgba(227,227,227,0.2);
}


.section-pattern.produtos{
    position: relative;
    overflow-y: hidden;
}


.section-pattern.produtos:after{
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    /* opacity: 0.1; */
    /* background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) -74%, rgba(255,255,255,0.00) 100%); */
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
    border-top: 2px solid rgba(0, 0, 0, 0.05);
}


.testimonial-slider .single-testimonial-slide .testimonial-content p {
    min-height: 206px;
}


.testimonial-slider.equipa .single-testimonial-slide .testimonial-content p {
    min-height: 550px;
}

.testimonial-slider .single-testimonial-slide .testimonial-content .botao a{
    font-family: 'Orbitron', sans-serif;
    font-size: 18px;
    color: #3192D0;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-transform: uppercase;
}

.testimonial-slider .owl-nav {
    position: absolute;
    left: 395px;
    bottom: 10px;
}

.testimonial-slider.equipa .owl-nav{
    left: 470px;
    bottom: 60px;
}

.testimonial-slider .owl-nav button svg path{
    fill: #52BBB5;
}

.testimonial-slider .owl-nav button:before{
    border-color: #52BBB5 !important;
}

.testimonial-slider.owl-carousel .owl-nav button:hover path {
    fill: #3192D0;
}

@media screen and (max-width: 1500px){
    .banner .conteudo_banner,
    .page-title-bg .conteudo_banner{
        width: 90%;
    }

    .single-counter h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .single-counter p {
        font-size: 20px;
        line-height: 30px;
    }

    .section-title h2 {
        font-size: 50px;
    }

    .section-title p,
    .about-nav-tab .tab-content .tab-pane{
        font-size: 22px;
        line-height: 40px;
    }

    .home.single-service {
        padding: 50px 45px;
    }

    .single-service h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px;
    }

    .single-service p {
        font-size: 20px;
        line-height: 26px;
    }

    .single-service .btn-inline {
        font-size: 16px;
        margin-top: 30px;
    }

    .home.single-service.style--two img {
        width: 90px;
    }

    .testimonial-slider .single-testimonial-slide .testimonial-content h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .testimonial-slider .single-testimonial-slide .testimonial-content h5 {
        font-size: 22px;
    }

    .testimonial-slider .single-testimonial-slide .testimonial-content p {
        font-size: 20px;
        line-height: 38px;
    }

    .testimonial-slider .single-testimonial-slide .testimonial-content .botao a {
        font-size: 16px;
    }

    .testimonial-slider .owl-nav {
        left: 295px;
    }

    .testimonial-slider.equipa .owl-nav {
        left: 352px;
    }
}

@media screen and (max-width: 1450px){
    .banner{
        min-height: 85vh;
    }

    .banner .banner-content p {
        font-size: 21px;
        line-height: 40px;
    }

    .banner .banner-content h1 {
        font-size: 55px;
        line-height: 85px;
    }
}

@media screen and (max-width: 1320px){
    .banner .banner-content p {
        font-size: 21px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1200px){

    .banner .banner-content h1 {
        font-size: 55px;
        line-height: 85px;
    }

    .btn {
        padding: 2px 20px;
        font-size: 15px;
        line-height: 46px;
    }
    .faixa_contadores .more_padding {
        padding: 0 25px;
    }


    .single-counter p{
        font-size: 18px;
        line-height: 28px;
    }

    .testimonial-slider .owl-nav {
        left: 295px;
    }

    .testimonial-slider.equipa .owl-nav {
        left: 254px;
    }
}

@media screen and (max-width: 1200px){
    .faixa_contadores .more_padding {
        padding: 0 15px;
    }

    .home.single-service {
        padding: 20px;
    }

    .single-service p,
    .about-nav-tab .tab-content .tab-pane{
        font-size: 18px;
        line-height: 24px;
    }

    .testimonial-slider .owl-nav {
        left: 205px;
    }

    .section-title {
        width: 100%;
    }

    .section-title h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .section-title p {
        font-size: 20px;
        line-height: 38px;
    }

    .testimonial-slider .single-testimonial-slide .testimonial-content p {
        font-size: 18px;
        line-height: 36px;
    }
}

@media screen and (max-width: 991px){

    .banner {
        min-height: 600px;
    }

    .banner .banner-content p {
        font-size: 18px;
        line-height: 30px;
    }

    .banner .banner-content h1 {
        font-size: 45px;
        line-height: 75px;
    }

    .page-title-bg {
        min-height: 500px;
    }

    .page-title-bg .page-title li, .page-title-bg .page-title li a, .page-title li:not(:last-child):after {
        font-size: 16px;
    }

    .page-title-bg .page-title h2 {
        font-size: 37px;
    }

    .home.single-service {
        padding: 20px;
        margin: 10px 0;
    }
    .single-service h4 {
        margin: 25px 0 0 0;
    }

    .testimonial-slider .owl-nav,
    .testimonial-slider.equipa .owl-nav {
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: 0;
    }
    .section-pattern.produtos{
        padding-bottom: 120px;
    }

    .testimonial-slider .single-testimonial-slide .testimonial-image img,
    .testimonial-slider.equipa .single-testimonial-slide .testimonial-image img {
        width: 90%;
        max-width: 400px;
        margin: 0 auto 40px auto;
        display: block;
    }
    .single-testimonial-slide{
        text-align: center;
    }

    .faixa_contadores {
        padding: 50px 0;
    }
    .single-counter {
        margin-bottom: 0;
        padding: 30px 0;
    }

    .testimonial-slider .single-testimonial-slide .testimonial-content p,
    .testimonial-slider.equipa .single-testimonial-slide .testimonial-content p {
        min-height: unset;
    }

    .section-title p,
    .about-nav-tab .tab-content .tab-pane{
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px){
    .page-title-bg {
        min-height: 400px;
    }

    .page-title-bg .page-title h2 {
        font-size: 30px;
    }

    .page-title-bg .page-title li, .page-title-bg .page-title li a, .page-title li:not(:last-child):after {
        font-size: 14px;
    }

    .section-title p,
    .about-nav-tab .tab-content .tab-pane{
        font-size: 16px;
        line-height: 28px;
    }

    .testimonial-slider .single-testimonial-slide .testimonial-content p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 400px){
    .single-service h4 {
        font-size: 18px;
        line-height: 32px;
    }

    .banner {
        min-height: 650px;
    }


}
/*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;
}

.contact-info h3, .contact-form-wrapper h3 {
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;
    font-size: 26px;
    color: #3192D0;
    letter-spacing: 0.72px;
}

.contact-form-wrapper {
    padding-left: 120px;
}

.contact-info > p, .contact-form-wrapper > p {
    font-size: 22px;
    color: #222D59;
    letter-spacing: 0;
    line-height: 42px;
    font-weight: 600;
}

.contact-info .single-contact-info h4 {
    font-size: 22px;
    color: #3192D0;
    letter-spacing: 0;
    line-height: 42px;
    font-weight: 500;
}

.contact-info .single-contact-info p a {
    font-size: 22px;
    color: #222D59;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
}


.contact-info .single-contact-info:not(:last-child) {
    margin-bottom: 30px;
}


.contact-info .single-contact-info.publicidade {
    margin-top: 30px;
}

.contact-info .single-contact-info.publicidade p{
    margin-bottom: 5px;
}


#form_contactos .theme-input-style {
    font-size: 18px;
    color: #9EA0A1;
    letter-spacing: 0;
    line-height: 28px;
    border: 2px solid #52BBB5;
    margin-bottom: 30px;
}


#form_contactos textarea.theme-input-style{
    margin-bottom: 0;
}

#form_contactos .theme-input-style::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9EA0A1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9EA0A1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9EA0A1 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9EA0A1 !important;
}

#form_contactos #anexo_form{
    position: absolute;
    opacity: 0;
}


#form_contactos .rgpd label,
#form_contactos .rgpd label a{
    font-size: 18px;
    color: #9EA0A1;
    letter-spacing: 0;
    line-height: 28px;
    position: relative;
}
#form_contactos .rgpd label{
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}
#form_contactos .rgpd label a{
    color: #52BBB5;
}

#form_contactos .rgpd{
    margin-bottom: 30px;
}

#form_contactos label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
#form_contactos label .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: transparent;
    border: 1px solid #52BBB5;
}

/* Create the checkmark/indicator (hidden when not checked) */
#form_contactos label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#form_contactos label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#form_contactos label .checkmark:after {
    left: 4px;
    top: 0px;
    width: 7px;
    height: 12px;
    border: solid #52BBB5;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media screen and (max-width: 1200px){
    .contact-info > p, .contact-form-wrapper > p {
        font-size: 20px;
        line-height: 38px;
    }

    #form_contactos .theme-input-style {
        font-size: 16px;
        line-height: 26px;
        height: 46px;
        padding: 0 13px;
    }


    #form_contactos textarea.theme-input-style {
        height: 150px;
    }

    textarea.theme-input-style {
        height: 200px;
    }
}

@media screen and (max-width: 991px){
    .contact-form-wrapper {
        padding-left: 0;
    }
}



/*SOBRE NOS*/
.pagina_sobre_nos.bloco1 img{
    width: 100%;
}

.pagina_sobre_nos.bloco1 .about-text p{
    font-size: 24px;
    color: #222D59;
    letter-spacing: 0;
    line-height: 42px;
}

.pagina_sobre_nos.bloco2 .section-title h2,
.pagina_sobre_nos.bloco3 .section-title h2,
.pagina_sobre_nos.bloco2 .section-title h3,
.pagina_sobre_nos.bloco3 .section-title h3{
    text-align: left;
}

.pagina_sobre_nos.bloco2 .section-title h2,
.pagina_sobre_nos.bloco3 .section-title h2{
    font-size: 52px;
}

.pagina_sobre_nos.bloco2 .section-title h4,
.pagina_sobre_nos.bloco3 .section-title h4{
    font-family:'Orbitron', sans-serif;
    font-size: 32px;
    color: #222D59;
    letter-spacing: 0.89px;
    line-height: 42px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1500px){

    .section-title h3 {
        font-size: 22px;
    }

    .pagina_sobre_nos.bloco2 .section-title,
    .pagina_sobre_nos.bloco1 .about-text p{
    }

    .pagina_sobre_nos.bloco2 .section-title,
    .pagina_sobre_nos.bloco1 .about-text p{
    }

    .pagina_sobre_nos.bloco1 .about-text p{
        font-size: 20px;
        line-height: 38px;
    }

    .pagina_sobre_nos .section-title h2,
    .section-title h2{
        font-size: 40px !important;
        line-height: 47px;
    }

    .section-title p, .about-nav-tab .tab-content .tab-pane {
        font-size: 19px !important;
        line-height: 31px;
        margin-top: 25px;
    }

    .section-title {
        margin: 0 auto 50px auto;
    }

    .pt-120 {
        padding-top: 90px;
    }

    .pb-120 {
        padding-bottom: 90px;
    }

    .pagina_sobre_nos.bloco2 .section-title h4, .pagina_sobre_nos.bloco3 .section-title h4 {
        font-size: 22px;
        line-height: 30px;
    }
}



@media screen and (max-width: 1200px){
    .pagina_sobre_nos.bloco2 .section-title,
    .pagina_sobre_nos.bloco3 .section-title,
    .pagina_sobre_nos.bloco1 .about-text p{
        font-size: 20px;
        line-height: 30px;
    }

    .pagina_sobre_nos .section-title h2,
    .section-title h2{
        font-size: 35px !important;
        line-height: 45px;
    }

    .pagina_sobre_nos .section-title h3,
    .section-title h3{
        font-size: 20px !important;
        line-height: 33px;
    }

    .pagina_sobre_nos.bloco2 .section-title h4,
    .pagina_sobre_nos.bloco3 .section-title h4 {
        font-size: 25px;
        line-height: 35px;
    }
}


@media screen and (max-width: 991px){
    .pagina_sobre_nos.bloco2 .section-title,
    .pagina_sobre_nos.bloco3 .section-title,
    .pagina_sobre_nos.bloco1 .about-text p{
        font-size: 18px;
        line-height: 30px;
    }

    .pagina_sobre_nos .section-title h2,
    .section-title h2{
        font-size: 35px !important;
        line-height: 45px;
    }

    .pagina_sobre_nos .section-title h3,
    .section-title h3{
        font-size: 20px !important;
        line-height: 30px;
    }

    .pagina_sobre_nos.bloco2 .section-title h4,
    .pagina_sobre_nos.bloco3 .section-title h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .pagina_sobre_nos.bloco3 img{
        margin-bottom: 30px;
    }

    .pt-120 {
        padding-top: 50px;
    }

    .pb-120 {
        padding-bottom: 50px;
    }
}


@media screen and (max-width: 767px){
    .pagina_sobre_nos.bloco2 .section-title,
    .pagina_sobre_nos.bloco3 .section-title,
    .pagina_sobre_nos.bloco1 .about-text p{
        font-size: 16px;
        line-height: 28px;
    }

    .pagina_sobre_nos .section-title h2,
    .section-title h2{
        font-size: 30px !important;
        line-height: 40px;
    }

    .pagina_sobre_nos .section-title h3,
    .section-title h3{
        font-size: 18px !important;
        line-height: 30px;
    }

    .pagina_sobre_nos.bloco2 .section-title h4,
    .pagina_sobre_nos.bloco3 .section-title h4 {
        font-size: 20px;
        line-height: 30px;
    }
}

/*PRODUTOS*/
.produtos.produto1 img{
    width: 50%;
    margin-right: -4px;
}


.produtos.produto1 .botao{
    text-align: center;
    margin-top: 100px;
}


.produtos.produtos_outros .botao{
    margin-top: 60px;
}

.produtos.produtos_outros .mobile{
    display: none;
}


.produtos.produtos_outros .section-title,
.produtos.produtos_outros .section-title p,
.produtos.produtos_dev .section-title,
.produtos.produtos_dev .section-title p{
    text-align: left !important;
}

.produtos.produtos_outros .section-title,
.produtos.produtos_dev .section-title{
    margin: 0;
}


.produtos.produtos_outros img,
.produtos.produtos_dev img{
    max-width: 100%;
    display: block;
    margin-bottom: 75px;
}

.produtos.produtos_outros img:last-child,
.produtos.produtos_dev img:last-child{
    margin-bottom: 0;
}


.produtos.produtos_dev .section-title{
    margin: 0;
}

.produtos.produtos_dev .section-title h2{
    text-align: left;
}

@media screen and (max-width: 991px){

    .produtos.produtos_outros .mobile{
        display: block;
    }
    .produtos.produtos_outros .botao{
        text-align: center;
    }
    .produtos.produtos_outros .desktop{
        display: none;
    }

    .produtos.produtos_outros img,
    .produtos.produtos_dev img{
        max-width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}


/*SERVICOS*/
.pagina_servicos .single-service{

}

.pagina_servicos .single-service img{
    width: 120px;
}
.pagina_servicos .single-service h4{
    color: #4054A1;
    width: 70%;
    margin: 70px auto 10px auto;
}
.pagina_servicos .single-service p{
    color: #222D59;
}
.pagina_servicos .single-service {
    position: relative;
    border-radius: 0;
}

.pagina_servicos .single-service:before{
    background-image: linear-gradient(180deg, #52BBB5 0%, #3192D0 100%);
    content: '';
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    z-index: -1;
    position: absolute;
}

@media screen and (max-width: 1500px){
    .pagina_servicos .single-service h4 {
        width: 80%;
        margin: 30px auto 10px auto;
    }
}


@media screen and (max-width: 1200px){
    .pagina_servicos .single-service h4 {
        width: 100%;
        margin-top: 20px;
    }

    .pagina_servicos .single-service {
        padding: 30px 10px;
    }

    .pagina_servicos .single-service p {
        font-size: 16px;
        line-height: 22px;
    }
}

/*FOOTER*/

.fakebanner_politicas{
    height: 80px;
}

.project-details .project-details-content h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: 26px;
    color: #3192D0;
    letter-spacing: 0.72px;
    font-weight: 700;
}

.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;
}

.footer-bg {
    background-color: #222D59;
}

.footer-bg .border-bottom {
    border-bottom: 1px solid #3192D0 !important;
}

.footer .footer-bottom {
    padding: 35px 0;
}

.widget .widget-title h4 {
    font-family: 'Orbitron', sans-serif;
    font-size: 22px;
    color: #3192D0;
    letter-spacing: 0.61px;
}

.footer,
.footer a{
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 34px;
}
.single-info span{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #3192D0;
    letter-spacing: 0;
    line-height: 34px;
}
.widget_contact_info {
    padding-right: 80px;
}
.widget_recent_entries .single-info:first-child{
    margin-bottom: 30px;
}

.widget ul:not(.social_icon_list) li a:before {
    color: #3192D0;
}

.widget.widget_newsletter .newsletter-content p {
    margin-top: 0;
    margin-bottom: 10px;
}

.copyright-text,
.copyright-text a{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
}

#form_newsletter input{
    background: #FFFFFF;
    border-radius: 0;
    font-family: 'Orbitron', sans-serif;
    font-size: 15px;
    color: #3192D0;
    letter-spacing: 0;
}

#form_newsletter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #3192D0 !important;
}
#form_newsletter input::-moz-placeholder { /* Firefox 19+ */
    color: #3192D0 !important;
}
#form_newsletter input:-ms-input-placeholder { /* IE 10+ */
    color: #3192D0 !important;
}
#form_newsletter input:-moz-placeholder { /* Firefox 18- */
    color: #3192D0 !important;
}

#form_newsletter .theme-input-group {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
#form_newsletter button{
    background: #3192D0;
}

#form_newsletter .theme-input-group button i{
    color: #fff;
}
#form_newsletter .holder_checkbox label,
#form_newsletter .holder_checkbox label a{
    font-family: 'Lato';
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0;
}
#form_newsletter .holder_checkbox label{
    padding-left: 20px;
    position: relative;
}
#form_newsletter .holder_checkbox label a{
    color: #3192D0;
}
#form_newsletter .holder_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
#form_newsletter .holder_checkbox label .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: transparent;
    border: 1px solid #3192D0;
}

/* Create the checkmark/indicator (hidden when not checked) */
#form_newsletter .holder_checkbox label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#form_newsletter .holder_checkbox label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#form_newsletter .holder_checkbox label .checkmark:after {
    left: 3px;
    top: -1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#newsletter_response,
#contactos_response{
    margin-top: 10px;
    font-size: 14px;
    line-height: 19px;
}

.back-to-top {
    -webkit-box-shadow: 0 4px 40px rgba(82, 187, 181, 0.4);
    box-shadow: 0 4px 40px rgba(82, 187, 181, 0.4);
    background-color: #52BBB5;
}

.gradient-bg, .owl-carousel button.owl-dot.active, .bg-overlay:after, .bg-hover-gradient:after, .pagination li a:after, .pagination li span:after, .widget.widget_tag_cloud .tagcloud a:after, .single-service.style--two:after, .pricing-navtab .nav-tabs .nav-link:after, .theme-input-group input, .btn:before, .btn:after, .btn span:before, .btn span:after, .back-to-top, -thumb.offcanvas-wrapper::-webkit-scrollbar, .coming-soon-content h1 {
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #3192D0), color-stop(100%, #52BBB5));
    background: -webkit-linear-gradient(45deg, #3192D0 0%, #52BBB5 100%);
    background: -o-linear-gradient(45deg, #3192D0 0%, #52BBB5 100%);
    background: linear-gradient(45deg, #3192D0 0%, #52BBB5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3192D0', endColorstr='#3192D0',GradientType=1);
}

#form_contactos .btn{
    width: 322px;
    max-width: 100%;
}

.map{
    margin-bottom: -15px;
}
@media screen and (max-width: 1500px){

    .video-area img {
        max-height: 100vh;
    }

    .footer,
    .footer a{
        font-size: 18px;
        line-height: 32px;
    }
    .single-info span{
        font-size: 15px;
        line-height: 33px;
    }

    .widget .widget-title h4 {
        font-size: 20px;
    }

    .widget_contact_info {
        padding-right: 50px;
    }

    #form_newsletter input,
    #form_newsletter .holder_checkbox label, #form_newsletter .holder_checkbox label a{
        font-size: 12px;
    }

    #form_newsletter .theme-input-group input {
        height: 40px;
        padding-left: 10px;
        padding-right: 15px;
    }

    #form_newsletter .theme-input-group button{
        width: 40px;
    }

    .widget .widget-title {
        margin-bottom: 25px;
    }

    .contact-info .single-contact-info p a,
    .contact-info .single-contact-info h4{
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1200px){

    #form_contactos .btn {
        width: 272px;
    }
    .widget_contact_info {
        padding-right: 20px;
    }

    .footer, .footer a {
        font-size: 15px;
        line-height: 25px;
    }
    .widget .widget-title h4 {
        font-size: 18px;
    }

    .widget .widget-title {
        margin-bottom: 30px;
    }

    .widget_recent_entries .single-info:first-child {
        margin-bottom: 15px;
    }

    #form_contactos .rgpd label, #form_contactos .rgpd label a{
        font-size: 16px;
        line-height: 26px;
    }
}


@media screen and (max-width: 991px){
    .copyright-text, .copyright-text a {
        font-size: 14px;
    }

    #form_contactos .btn {
       margin: 0 auto;
        display: block;
    }

    .contact-info .single-contact-info p a,
    .contact-info .single-contact-info h4{
        font-size: 18px;
        line-height: 28px;
    }

    .contact-info > p, .contact-form-wrapper > p {
        font-size: 18px;
        line-height: 30px;
    }

    #form_contactos .rgpd label, #form_contactos .rgpd label a{
        font-size: 14px;
        line-height: 24px;
    }

    #form_contactos label .checkmark {
        top: 3px;
    }
}

@media screen and (max-width: 767px){
    .contact-info .single-contact-info p a,
    .contact-info .single-contact-info h4{
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 575px){
    .footer{
        text-align: center;
    }
    .widget .widget-logo img{
        max-width: 270px;
    }

    #form_newsletter .theme-input-group {
        max-width: 260px;
        margin: 0 auto;
    }
}


.pesquisa .holder_pesquisa input{
    font-size: 18px;
    color: #52BBB5;
    letter-spacing: 0;
    line-height: 28px;
    border: 2px solid #52BBB5;
    margin-bottom: 30px;
    width: 100%;
    padding: 5px 20px;
}