/*
main color: #72cbca
secondary color: #044b99
terciary color: #8c9195, #c6c8c9, #7b8185
    Created on : 13/dez/2016, 15:12:35
    Author     : pchav
*/
/*ESTILOS GERAIS*/
html, body{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    background-image: url(../img/dra_ana_henriques.jpg);
    background-size: 100%;
    /* border: 2px solid red; */
    /* margin-bottom: 5rem; */
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #161f29;
}
h1{
    font-size: 3em;
    font-weight: 400;

}
h2{
    margin-bottom: 4rem;
    font-size: 2.2em;
}
h3{
    margin-bottom: 4rem;
    font-size: 1.4em; 
}
h1, h2, h3{
    text-transform: uppercase;
}
h3 {
    line-height: 35px
}

ul li{
    list-style: none;
    padding-bottom: 14px;
}

.inline{
    display: inline-block;
    float: none;
}
.text-justfy{
    text-align: justify;
}

section{
    margin-bottom: 16rem;
    /* border: 2px solid red; */
    background-color:rgba(22, 31, 41, 0.94);
    padding: 1.5em;
    padding-bottom: 9em;
    height: 100vh;

}
.no-padding{
    padding-left: 0;
    padding-right: 0;
}

.aligncenter{
    text-align: center;
}

.legible{
    background-color: #161e27d6;
    padding: 20px;
}

/*HEADER*/
div.banner-logo img {
    width: 18%;
    left: 14em;
    position: absolute;
    top: 11%;
}

div.banner-logo {
    opacity: 1;
    transition: 2s;
}


div.navigation ul li a.invisivel{
    
}
div.navigation ul li a{
    color: #7a8084;
    transition: 2s;
}

div.banner-logo.logoinvisivel {
   opacity: 0;
    
}

.black-letters{
    color: #000;
}


/*MENU*/
.navigation{
    text-align: center;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 999;
    background: #161f29;
    border-bottom: 10px solid rgba(121, 127, 131, 0.02);
}

div.navigation ul{
   
    margin-top: 3%;
    text-align: right;
    /*position: absolute; */

}
div.navigation ul li{
    list-style: none;
    display: inline-block;
    margin-right: 2em;
}
div.navigation ul li a{
        font-size: .8em;
    color: #7a8084;
    cursor: pointer;

}
a:hover{
    text-decoration: none;
}

#top-menu li.active a {
    
    color: #fff;
    text-decoration:none;
}
a:focus{
    text-decoration: none;
}


/*BANNER*/
section.banner{
    /*background-color: #fff; */
    padding: 0;
    margin-bottom: 0;
   
    background-color: transparent;


}
div.main-img{
   
    padding-top: 500px;
    padding-bottom: 500px;
    

}
div.banner-title{
    position: relative;
    bottom: -16em;
    left: 26.3%;
}
/*EMPRESA*/

section.empresa{
        height: auto !important;
   
}

section.areas{
    height: 50vh;
}


section.empresa p{
    font-size: .8em;
    line-height: 2em;
}
div.texto-empresa{
    margin-top: 2em;
    padding: 0 2em 0 2em;
}

/*ONDE ESTAMOS*/

div.contactos-wrapper{
    padding-top: 0em;
    padding-bottom: 1em;
}
section.contactos{
    height: auto;
}

section.contactos h2{
    margin-bottom: 1em; 
}


section.contactos .mapa{
    height: auto;
}
section.contactos .contactos-details ul li{
    list-style: none;
    padding-bottom: 14px;
}
div.location img{
    padding-top: 1.3em;
    width: 35%;
}
div.contactos-details h3{
    margin-bottom: 1em;
}
div.contactos-details ul{
    padding-left: 0;
}
div.contactos-details p{
    line-height: .8em;
}
div.contactos-details p:nth-child(3){
    font-size: .8em;
    padding-left: .1em;
    color: #044b99;
}
div.contactos-details ul li .fa{
    padding-right: .6em;
}
div.contactos-inner-wrapper{
    padding-left: 0%;
}
div.location{
   /* height: 200px;*/
    /*background-image: url("../img/logo_small.png");
    background-repeat: no-repeat;*/
}
/*CONTACTE-NOS*/
section.form-contacto p{
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 2em;
}
#contactUsForm {
    text-transform: uppercase;
    font-size: .8em;
}
.form-control{
    font-size: .8em;
    border-radius: 0px;
   height: 50px;
}
#contactUsForm textarea.form-control {
    height: 12em;
}
#contactUsForm input[type="submit"]{
    text-transform: uppercase;
    font-size: .9em;
    background-color: #044b99;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    background-color: transparent;

    padding: .7em 2.1em;

}
#contactUsForm input[type="submit"]:hover{
    background-color: #fff;
    color: #72cbca;
    border-color: #72cbca;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear,0.1s border-color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear, 0.1s border-color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear, 0.1s border-color linear;
    transition: 0.1s background-color linear, 0.1s color linear, 0.1s border-color linear;
}

.anchor {
    height: 70px;
    margin-top: -70px;
    visibility: hidden;
}



/*FOOTER*/
div.botao-top{
    display: block;
    z-index: 10;
    background-color: #fff;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    /* top: -25px; */
    padding-top: 2px;
    z-index: 100;
    border: 1px solid #e3e8e8;
    color: #8c9195;
    top: -19px;



}


.mapa{
    margin-top: -450px;
    width: 100%;
    margin-bottom: -20px;
   
}
.mapa-single{
    border:1px solid #242c34;
}

div.botao-top span{

    display: block; 
    text-align: center; 
    font-size: 0.9em;
    padding: 1px 1px;
    line-height: 1.3em;


}
div.botao-top span .fa{
    font-size: 1.1em;
    color: #8c9195;
}
footer{

    background-color: #161f29;
    /* border-top: 20px solid #707272; */
}
footer ul{
    top: 50%;
    position: relative;
    padding-top: 8%;
    padding-bottom: 8%;
}
footer ul li{
    list-style: none;
    display: inline-block;
    margin-right: 2em;
}
footer ul li a {
    color: #fff;

}
footer .fa{
    color: #82d1d0;
    font-size: 1.5em;
}
footer ul li a:hover{
    color: #044b99;

}
div.social-icons:hover a .fa{
    color: #8c9195;
}
div.social-icons a:hover .fa{
    color: #fff;
}
div.outros-links img {
width: 100px;
    margin-top: 1.5em;
    margin-left: 11em;
}

.copyright{
    font-size: 8pt;
    text-align: center;
    line-height: 35px;
}

.copyright p,a{
    
    color: #fff;
}

.form-contacto{
    margin-bottom: -50px;
}


.goog-te-gadget-simple {
    background-color: transparent !important; 
    border-left: 1px solid transparent !important; 
    border-top: 1px solid transparent !important; 
    border-bottom: 1px solid transparent !important; 
    border-right: 1px solid transparent !important; 
   font-size: 10pt;
   display: inline-block;
   padding-top: 1px; 
   padding-bottom: 2px;
   padding-left:10px !important;
   cursor: pointer;
   zoom: 1;
}
.goog-te-gadget-icon {

   display: none !important;
}
.goog-te-gadget-simple .goog-te-menu-value {
   color: #fff !important;
   text-transform: uppercase !important;	
}





/*Media Queries*/

@media only screen and (max-width : 1400px){
    div.banner-logo img {
    width: 30%;
    left: 5em;
    position: absolute;
    top: 0;
}
}



@media only screen and (max-width : 1280px) {
    section.empresa p{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    html, body{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    background-image: url(../img/logo.png);
    background-position-y: 20
    
   
    }
}
@media only screen and (max-width : 992px) {
    html, body{
        background-size: contain;
        background-position-y: 40%;
    }
    section{
        height: auto;
    }
    
    div.mapa{
        margin-top: -16em;
    }
    footer{
        padding-bottom: .3em;
    }
    div.outros-links img {
        margin-top: .7em;
    }
    div.contactos-details {
      /*  margin-left: 5em; */
    }
    div.navigation ul{
        right: 0;
        text-align: center;
        padding-left: 0;
    }
   
   
}
@media only screen and (max-width: 768px){
    div.location img{
   
    width: 250px;
}
div.main-img {
    padding-top: 500px;
    padding-bottom: 525px;
}
div.outros-links{
    text-align: center;
    
}
div.outros-links img{
    margin-top: .5em;
        width: 125px;
        text-align: center;
        margin-left: 0;
}
div.contactos-inner-wrapper{
    padding-left: 0;
    text-align: center;
}
}
@media only screen and (max-width : 640px) {
    html, body{
        font-size: 14px;
        
    }
    div.location img{
   
    width: 150px;
}
    div.navigation ul li{
        display:inline-block;
        margin-bottom: 1em;
        margin-right: 7px;
    }
    div.navigation ul{
        right: 0;
        text-align: center;
        padding-left: 0;
    }
   
    div.botao-top span .fa {
    font-size: 1.6em;
   
    }
    div.social-icons{
        margin-top: 1.5em;
            
    }
    div.social-icons ul{
        margin-left: 15px;
    }

    section.empresa {
        height: auto !important;
    }


    .translator-element{
   
        position: fixed;
    bottom: -16px;
    left: 0;
    right: -7px;
    background: #172029;
    padding-top: 5px;
    border-top: 2px solid #2d3d4e;
    }

   
}
@media only screen and (max-width: 575px){
#widgetId1 {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}


input[type='checkbox'] {
    opacity: 0;
    height: 1px;
    position: relative;
    bottom: -19px;
}
input[type='checkbox'] + label:before {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 8px;
    width: 23px;
}
input[type="checkbox"] + label:before {
    content: "\f0c8";
}
input[type="checkbox"]:checked + label:before{
    content: "\f14a";
}
 .form-group label.use-as-small a {
    font-size: 10pt;
    color: red;
}
