/*!
Theme Name: SITE-PT
Theme URI: http://underscores.me/
Author: Marco Soares / SITE.pt
Author URI: https://www.site.pt/
Description: ARPADIS - By Site.pt
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: site-pt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SITE-PT is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*
 * Add your own custom css below this text.
 */

 /* FONTS */
 /*@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&family=Work+Sans:wght@400;500;600&display=swap');*/
 @import url('https://fonts.googleapis.com/css2?family=Abril+Fatface:wght@400&family=Work+Sans:wght@400;500;600&display=swap');
 /*
 font-family: 'Cormorant Garamond', serif;
 font-family: 'Work Sans', sans-serif;
 */
 
 /* GERAL */
 
 * {
     outline: none !important;
     font-family:'Work Sans', sans-serif;
 }
 .post, .page {
     margin: 0!important;
 }
 .nopad{
     padding-right:0;
     padding-left:0;
 }
 @media screen and (min-width:1500px){
     .container{
         max-width:1410px;
     }
 }
 
 /* HEADER  */
 
 .site-header .barraTopo{
     background-color:#143562;
     padding-top:4px;
     padding-bottom:4px;
 }
 .site-header .barraTopo ul.menu{
     list-style:none;
     margin:0;
     padding:0;
     display:flex;
     align-items:center;
     justify-content:flex-end;
 }
 .site-header .barraTopo li a{
     color:#fff;
     margin-right:10px;
     text-transform:uppercase;
     font-size:14px;
 }
 .site-header .barraTopo li a:hover{
     text-decoration:none;
 }
 .site-header .barraTopo li:nth-last-child(1) a{
     margin-right:0;
 }
 
 .site-header .cabecalho .site-branding{
     padding-top:10px;
     padding-bottom:10px;
 }
 .site-header .cabecalho .site-branding img{
     max-height:95px;
     width:auto;
 }
 .site-header .cabecalho .main-navigation{
     display:flex;
     align-items:center;
     height:100%;
     justify-content:flex-end;
 }
 .site-header .cabecalho .main-navigation > .menu-menu-1-container{
    height:100%;
 }
 .site-header .cabecalho .main-navigation ul#primary-menu > li > a{
    color:#143562;
    margin-right:15px;
    text-transform:uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
 .site-header .cabecalho .main-navigation li a{
     color:#143562;
     text-transform:uppercase;
 }
 .site-header .cabecalho .main-navigation ul#primary-menu > li > a{
     margin-right:15px;
 }
 .site-header .cabecalho .main-navigation li a:hover{
     text-decoration:none;
 }
 .site-header .cabecalho .main-navigation li:nth-last-child(1) a{
     margin-right:0;
 }
 .site-header .cabecalho .main-navigation ul#primary-menu{
    display: flex!important;
    height: 100%!important;
 }
 .site-header .cabecalho .main-navigation ul ul ul {
 /*   left:0!important;
    top:0!important;
    position:relative!important;*/
    width:100%;
    /*padding-left:20px;*/
    box-shadow:none;
    background-color:#fff;
}
.site-header .cabecalho .main-navigation ul ul:hover ul{
    left:100%;
}
 
 /* MENU PRINCIPAL */
 
 .main-navigation ul ul {
     display:block;
     background-color:#fff;
 }
 .main-navigation ul ul a {
     width:200px;
     padding:6px 12px;
     font-size:14px;
 }
 .main-navigation ul ul a:hover{
    background-color:#efefef;
 }
 
 /* FOOTER  */
 
 footer{
     background-color:#143562;
     color:#fff;
     padding-top:50px;
     text-align:center;
 }
 footer .rodapeCreditos{
     padding-top:50px;
 }
 footer a{
     color:#fff;
     text-decoration:none;
 }
 footer a:hover{
     text-decoration:underline;
 }
 footer .nomeLogo{
     font-family:'Abril Fatface', serif;
     font-size:36px;
     font-weight:600;
     margin-bottom:30px;
 }
 footer .rodapeCreditos{
     font-size:13px;
     padding-bottom:8px;
 }
 footer .rodapeRedesSociais a{
     margin-right:20px;
 }
 footer .rodapeRedesSociais a:hover{
     color:orange;
 }
 footer .rodapeRedesSociais a:nth-last-child(1){
     margin-right:0px;
 }
 footer .rodapeMenu ul{
     list-style:none;
     padding:0;
     margin:0 0 30px;
     display:flex;
     align-items:center;
     justify-content:center;
     flex-wrap:wrap;
 }
 footer .rodapeMenu ul li a{
     margin-right:30px;
     color:#fff;
     text-transform:uppercase;
     font-size:14px;
 }
 footer .rodapeMenu ul li:nth-last-child(1) a{
     margin-right:0px;
 }
 
 @media screen and (max-width:767px){
     footer .rodapeMenu ul li{
         width:50%;
         text-align:center;
     }
     footer .rodapeMenu ul li a{
         margin-right:0px;
     }
 }
 @media screen and (max-width:576px){
     footer .rodapeMenu ul li{
         width:100%;
         text-align:center;
     }
 }
 
 /* HOME */
 
 #banner .item{
     background-size:cover;
     height:669px;
     background-position:center;
 }
 #banner .sombra{
     padding-top:200px;
     padding-bottom:200px;
     background-color:rgba(20,53,98,0.3);
     color:#fff;
     display:block;
     height:669px;
 }
 #banner a{
     border-radius:25px;
     padding:8px 24px;
     color:#fff;
     display:inline-block;
     border:1px solid #fff;
     background-color:transparent;
     margin-top:25px;
     text-decoration:none;
     transition:all 0.4s ease;
 }
 #banner a:hover{
     color:#143562;
     background-color:#fff;
 }
 #banner h1{
     font-family:'Abril Fatface', serif;
     margin-bottom:30px;
     font-size:50px;
     color:#fff;
 }
 .homeNoticias{
     padding-top:75px;
     padding-bottom:45px;
 }
 #noticiasArea .owl-nav{
    display:flex;
    align-items:center;
    justify-content:center;
 }
 #noticiasArea .owl-nav .owl-prev,#noticiasArea .owl-nav .owl-next{
     margin:10px;font-size:22px;
 }
 .homeSolucoes{
     padding-top:75px;
 }
 .homeNoticias h3,.homeSolucoes h3{
     font-size:24px;
     margin:15px 0;
 }
 .homeNoticias a,.homeSolucoes a{
     text-decoration:none;
     color:#143562;
 }
 .homeNoticias a:hover,.homeSolucoes a:hover{
     color:orange;
 }
 .homeNoticias .wrapperImg img{
     width:100%;
    height:300px;
    object-fit:contain;
 }
 .homeSolucoes .imageWrapper{
     position:relative;
 }
 .homeSolucoes .imageWrapper span{
     width:50px;
     display:inline-flex;
     height:50px;
     background-color:rgba(255,255,255,0.7);
     align-items:center;
     justify-content:center;
     border-radius:50%;
     position:absolute;
     bottom:20px;
     left:calc(50% - 25px);
     transition:all 0.4s ease;
 }
 .homeSolucoes a:hover span{
     background-color:rgba(255,255,255,1);
 }
 .homeNoticias .elemento{
     margin-bottom:30px;
 }
 .homeSolucoes .elemento{
     position:relative;
     margin-bottom:75px;
     text-align:center;
 }
 .homeSolucoes .elemento img{
     width:100%;
 }
 .homeSolucoes .numero{
     position:absolute;
     top:-22px;
     left:15px;
     width:calc(100% - 30px);
     text-align:center;
     z-index:2;
 }
 .homeSolucoes .numero span{
     font-family:'Abril Fatface', serif;
     font-weight:600;
     font-size:120px;
     color:#143562;
     line-height:0px;
     text-shadow:0 0 4px white;
 }
 .areaTitulo h2{
     text-align:center;
     font-family:'Abril Fatface', serif;
     margin-bottom:40px;
     font-weight:600;
     font-size:50px;
     color:#143562;
 }
 .homeSolucoes .areaTitulo h2{
     margin-bottom:60px;
 }
 .homeQuadrado{
     background-color:#143562;
     color:#fff;
     position:relative;
 }
 .homeQuadrado .areaInfo{
     padding-top:100px;
     padding-bottom:100px;
 }
 .homeQuadrado .areaInfo h2{
     font-family:'Abril Fatface', serif;
     margin-bottom:40px;
     font-weight:600;
     font-size:50px;
 }
 .homeQuadrado a{
     border-radius:25px;
     padding:8px 24px;
     color:#fff;
     display:inline-block;
     border:1px solid #fff;
     background-color:transparent;
     margin-top:25px;
     text-decoration:none;
     transition:all 0.4s ease;
 }
 .homeQuadrado a:hover{
     color:#143562;
     background-color:#fff;
 }
 .homeQuadrado .areaFundo{
     opacity:0;
 }
 .homeUltimaArea{
     background-size:cover;
     background-position:center;
 }
 .homeUltimaArea .sombra{
     padding-top:150px;
     padding-bottom:150px;
     background-color:rgba(20,53,98,0.7);
     color:#fff;
 }
 .homeUltimaArea a{
     border-radius:25px;
     padding:8px 24px;
     color:#fff;
     display:inline-block;
     border:1px solid #fff;
     background-color:transparent;
     margin-top:25px;
     text-decoration:none;
     transition:all 0.4s ease;
 }
 .homeUltimaArea a:hover{
     color:#143562;
     background-color:#fff;
 }
 .homeUltimaArea h2{
     font-family:'Abril Fatface', serif;
     margin-bottom:30px;
     font-weight:600;
     font-size:40px;
 }
 @media screen and (max-width:991px){
     .homeUltimaArea .sombra{
         padding-top:125px;
         padding-bottom:125px;
     }
     #banner .sombra{
         padding-top:175px;
         padding-bottom:175px;
     }
 }
 @media screen and (max-width:767px){
     .homeQuadrado{
         background:#143562!important;
     }
     .homeQuadrado span{
         display:none;
     }
     .homeQuadrado .areaFundo{
         opacity:1;
         padding-top:50px;
     }
     .homeQuadrado .areaInfo{
         padding-top:50px;
         padding-bottom:50px;
     }
     .homeNoticias{
         padding-top:50px;
         padding-bottom:20px;
     }
     .homeSolucoes{
         padding-top:50px;
     }
     .homeUltimaArea .sombra{
         padding-top:100px;
         padding-bottom:100px;
     }
     #banner .sombra{
         padding-top:145px;
         padding-bottom:145px;
     }
 }
 @media screen and (max-width:576px){
     .homeQuadrado .areaFundo{
         opacity:1;
         padding-top:15px;
     }
     .homeQuadrado .areaInfo{
         padding-top:30px;
         padding-bottom:30px;
     }
     .homeQuadrado .areaInfo h2,.homeUltimaArea h2,.areaTitulo h2,#banner h1{
         font-size:44px;
     }
     .homeSolucoes .numero {top:-17px;}
     .homeSolucoes .numero span {
         font-size:90px;
     }
     .homeUltimaArea .sombra{
         padding-top:75px;
         padding-bottom:75px;
     }
     #banner .sombra{
         padding-top:120px;
         padding-bottom:120px;
     }
 }
 @media screen and (max-width:450px){
     #banner .sombra{
         padding-top:80px;
         padding-bottom:80px;
     }
 }
 @media screen and (max-width:375px){
     #banner .sombra{
         padding-top:50px;
         padding-bottom:50px;
     }
 }
 
 /* SINGLE */
 
 header.entry-header{
     position:relative;
     background-position:center;
     background-repeat:no-repeat;
     background-size:cover;
     background-color:#cbd3df;
     height:250px;
     box-shadow:0 5px 5px rgb(0 0 0 / 20%);
 }
 header.entry-header .sobre{
     position:absolute;
     top:0;
     left:0;
     width:100%;
     height:100%;
     display:flex;
     align-items:center;
     justify-content:center;
 }
 header.entry-header .sobre h1,header.entry-header .sobre h2{
     text-align:center;
     text-shadow:0 0 8px rgba(0,0,0,0.9);
     color:#fff;
     margin:0;
 }
 
 .single article .entry-content{
     margin-top:60px;
     margin-bottom:60px;
 }
 
 
 /* PAGE TEMPLATES */
 
.page-template .entry-content{
     margin-top:60px;
     margin-bottom:60px;
}
.entry-content .elemento a h3{
     font-size:20px;
     text-transform: uppercase;
}
.entry-content .elemento a{
    text-decoration:none;
    color:#143562;
}
.entry-content .elemento a:hover{color:orangered;}
a.knowMoreBt{
    text-decoration:none;
    background-color:#14356254;
    color:#fff!important;
    padding:4px 8px;
    transition:all 0.4s ease;
}
a.knowMoreBt:hover{
    background-color:#143562;
}

/* TEMPLATE OFFICE */

.page-template-template-office .entry-content .elemento{margin-bottom:30px;}
.page-template-template-office .entry-content .elemento a h3{
     margin-top:15px;
}
.mapArea{margin-top:30px;}
.mapArea p{margin-bottom:0;}
.officeImage{text-align:right;}
.officeMenu{
    margin:0;
    padding:15px;
    list-style: none;
    background-color: #14356217;
    height: 100%;
}
.officeMenu a{
    text-decoration:none;
    color:#143562;
}
.officeMenu .current a{font-weight:600;}
.officeMenu a:hover{color:orangered;}

.othersOffices .titulo h3{
    border-bottom: 1px solid #143562;
    color:#143562;
    margin-bottom:15px;
    padding-bottom:5px;
}
.othersOffices .elemento{
    margin:0!important;
}
 
 /* TEMPLATE TEXTOS */
 
#textos{
    margin-top:60px;
    margin-bottom:60px;
}
h1{
    margin-bottom:45px;
    color:#143562;
}
.page-template-template-textos-banner .entry-header h1,.blog .entry-header h1{margin:0;}

.page-template-template-textos-banner .menuLateral{
    margin:0 0 30px;
    padding:0;
    list-style:none;
}
.page-template-template-textos-banner .menuLateral a{
    color:#143562;
}
.page-template-template-textos-banner .menuLateral a h3{
    font-size:18px;
    margin:0 0 5px;
}
.page-template-template-textos-banner .menuLateral a:hover{
    color:orangered;
    text-decoration:none;
}

.page-template-template-textos-banner .gform_wrapper{
    margin-top:60px;
}

/* BLOG / TEMPLATE NEWS */

.listaBlog{
    margin-top:60px;
    margin-bottom:60px;
}
.listaBlog .elemento{
    border-bottom:1px solid #ddd;
    padding-bottom:15px;
    margin-bottom:15px!important;
}
.listaBlog .elemento a h3{margin-top:15px;}
.listaBlog .elemento a h3{
    font-size:20px;
    text-transform: uppercase;
}
.listaBlog .elemento a{
   text-decoration:none;
   color:#143562;
}
.listaBlog .elemento a:hover{color:orangered;}

/* TEMPLATE CAREER */

.page-template-template-carreira p{margin-bottom:6px;}
.page-template-template-carreira .entry-content .elemento{
    border-bottom:1px solid #ddd;
    padding-bottom:15px;
    margin-bottom:15px!important;
}
.page-template-template-carreira .entry-content .elemento:nth-last-child(1){
    border-bottom:0px;
    padding-bottom:0;
    margin-bottom:0;
}

/* TAXONOMIAS */

.listaProd{
    margin-top:90px;
    margin-bottom:60px;
}
ul.lateral{
    margin:0;
    padding:0;
    list-style:none;
}
ul.lateral.listaPosts{
    margin-top:30px;
}
.listaProd .conteudoTxt h2{
    font-size:22px;
    color:#143562;
}
.listaProd ul.centralTitulos{
    padding:0;
    list-style:none;
}
ul.lateral li{
    margin-bottom:1px;
}
.listaProd ul.centralTitulos li{
    margin-bottom:10px;
}
ul.lateral a, .listaProd ul.centralTitulos a{
    padding:6px 18px;
    text-decoration:none;
    color:#000;
    background-color:#cdd4e7;
    display:block;
    transition:all 0.4s ease;
    border-radius:8px;
}
ul.lateral a h3{
    font-size:17px;
    margin:0;
    padding:6px 0;
}
.listaProd ul.centralTitulos a{
    min-height:36px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    text-align:left;
}
ul.lateral a:hover, ul.lateral .current a, .listaProd ul.centralTitulos a:hover{
    background-color:#143562;
    color:#fff;
}
.listaSubSolutions{
    margin:0;
    padding:0;
    list-style:none;
}
.listaSubSolutions li{
    margin-bottom:30px;
}
.listaSubSolutions li a{
    text-decoration:none;
}
.listaSubSolutions img{
    object-fit:cover;
    height:170px;
    width:100%;
}
.listaSubSolutions .hasImage h3{
    color:#fff;
    background-color:#143562;
    display:block;
    padding:4px;
    margin:0;
    font-size:17px;
    text-align:center;
    transition:all 0.4s ease;
}
.listaSubSolutions .noImage h3{
    color:#fff;
    background-color:#143562;
    display:flex;
    min-height:100px;
    margin-bottom:0;
    padding:10px;
    align-items:center;
    justify-content:center;
    font-size:17px;
    text-align:center;
    border-radius:16px;
    transition:all 0.4s ease;
}

.listaSubSolutions a:hover h3{
    background-color:orangered;
}

@media (max-width:1199px){
    ul.lateral{margin-top:40px;}
    ul.lateral a{text-align:center;}
}

/* MENU LATERAL TAXONOMIA SOLUTION */

.listaTaxonomias > .mostraTax{
    display:none!important;
}
.listaTaxonomias ul{
    padding:0;
    margin:0;
    list-style:none;
    background-color:#143562;
}
.listaTaxonomias ul ul{
    display:none;
    border-top:1px solid #fff;
    background-color:rgba(255,255,255,0.3);
}
.listaTaxonomias .aberto{display:block;}
.listaTaxonomias ul li{
    display:block;
    border-bottom:1px solid #fff;
    position:relative;
    transition:background-color 0.4s;
}
.listaTaxonomias ul li .mostraTax{
    display:inline-block;
    position:absolute;
    right:0;
    color:#fff;
    padding:8px 15px 5px;
    font-size:18px;
    cursor:pointer;
}
.listaTaxonomias ul li .mostraTax i{transition:all 0.4s ease;}
.listaTaxonomias ul li .mostraTax.aberto i,.listaTaxonomias ul li .mostraTax i.rotate{transform:rotate(180deg);}
.listaTaxonomias ul a{
    display:inline-block;
    color:#fff;
    padding:8px 15px;
    text-decoration:none;
}
.listaTaxonomias ul li:hover, .listaTaxonomias ul li.current{
    background-color:#143562;
}
.listaTaxonomias ul h3{
    margin:0;
    font-size:16px;
}
@media (max-width:991px) {
    .listaTaxonomias{
        padding-left:30px;
        padding-right:30px;
    }
}

/* PAGINATION */

.pagination{
    margin-bottom:30px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.pagination a,.pagination .current{
    width:36px;
    height:36px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    border:1px solid #143562;
    color:#143562!important;
    margin:0 2px;
    text-decoration:none;
    trasintion:all 0.4s ease;
}
.pagination .separate,.pagination .page-numbers.dots{
    margin:0 4px;
}
.pagination a:hover,.pagination .current{
    background-color:#143562;
    color:#fff!important;
}

a.quote{
    padding:15px;
    text-align:center;
    color:#fff;
    text-decoration:none;
    background-color:#223e7b;
    display:block;
    margin:0 0 30px 0;
}
a.quote:nth-last-child(1){
    margin:30px 0 0 0;
}
a.quote:hover{
    color:#223e7b;
    background-color:#eee;
}

input[type="submit"].gform_button{
    border:2px solid #143562;
    background-color:#143562;
    color:#fff;
    padding:10px 24px;
}
input[type="submit"].gform_button:hover{
    border:2px solid #143562;
    background-color:transparent;
    color:#143562;
}

#menuMobileBt{
    display:none;
}
@media screen and (max-width:991px){
    header .menu-menu-1-container{
        display:none;
    }
    #menuMobileBt{
        display:flex;
        width:25px;
        height:32px;
        flex-direction:column;
        justify-content:center;
        cursor:pointer;
        margin-left:10px;
    }
}

#menuMobileBt span{
    width:100%;
    height:2px;
    border-radius:5px;
    background-color:#000;
    margin-bottom:4px;
    display:block;
}
#menuMobileBt span:last-child{
    margin-bottom: 0;
}
/* MENU MOBILE */

#menuMobile{
    background-color:#ddd;
    padding:0;
    position:fixed;
    width:100%;
    z-index:10;
    height:100vh;
    display:flex;
    top:0;
    align-items:flex-start;
    left:-200%;
    transition:left 0.5s ease; }
#menuMobile .zonaMenu{
    width:100%;
    padding:30px; }
#menuMobile ul.menu {
    margin:0;
    padding:0;
    list-style:none;
    text-align:left; }
#menuMobile ul.menu li.espacoMenu {
    margin-left:30px !important; }
#menuMobile ul.menu li.opcoesMenu {
    display:inline-block;
    margin:0 3px; }
#menuMobile ul.menu li a {
    margin:10px 0;
    display:block;
    text-transform:uppercase;
    color:#000;
    font-weight:300;
    font-size:20px;
    text-decoration:none; }
    
@media screen and (max-width:767px) {
    #menuMobile ul.menu li a {
    margin:8px 0;
    font-size:18px; }
}
@media screen and (max-width:575px) {
    #menuMobile ul.menu li a {
    margin:7px 0;
    font-size:17px; }
}
@media screen and (max-width:415px) {
    #menuMobile ul.menu li a {
    margin:5px 0 4px;
    font-size:14px; }
}

#menuMobile ul.menu li a::after {
    content:"";
    width:0px;
    height:1px;
    background-color:#333;
    display:block;
    transition:width 1s ease; }
#menuMobile ul.menu li a:hover::after {
    width:100%; }
#menuMobile ul.menu li.current-menu-item a::after {
    width:100%; }
#menuMobile ul.menu li .sub-menu {
    margin:0;
    padding:0 0 0 15px;
    list-style:none; }
#menuMobile.abremenu{
    left:0 !important; }
#menuMobile .fecha{
    position:absolute;
    top:30px;
    right:15px;
    display:block;
    width:30px;
    z-index:11;
    cursor:pointer; }
#menuMobile .fecha span{
    width:100%;
    height:2px;
    border-radius:5px;
    background-color:#333;
    display:block;
    position:absolute;
    top:0;
    left:0; }
#menuMobile .fecha span:first-child{
    -ms-transform:rotate(45deg);
    /* IE 9 */
    -webkit-transform:rotate(45deg);
    /* Safari 3-8 */
    transform:rotate(45deg); }
#menuMobile .fecha span:last-child{
    -ms-transform:rotate(135deg);
    /* IE 9 */
    -webkit-transform:rotate(135deg);
    /* Safari 3-8 */
    transform:rotate(135deg); }

.esconde {padding-bottom:20px;}
.btn.btn-primary{
    background-color:#143562;
    border:0;
    padding:4px 16px;
}

