html {
    scroll-behavior: smooth;
  }

body {
    font-family: 'azo-sans-web', sans-serif;
    background-color: #dbd8d460;
    font-weight: 400;
}


.title-txt {
    font-family: 'azo-sans-web', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0.9px;
}

.txt {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.2px;
}

.txt-bold {
    font-family: 'azo-sans-web', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.2px;
}

.txt2 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.4px;
}

.txt2-bold {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.4px;
    margin: 20px 0 0 0;
}

.txt_subtittle {
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0.4px;
    font-weight: 800;
    margin-top: 100px;
    margin-bottom: 50px;
}

.ul-list {
    list-style-position: outside;
    list-style-type: circle;
    margin: 0 0 0 30px;
    font-size: 20px;
}

.name {
    font-family: 'Optima Bold';
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.4px;
}

.position{
    font-family: 'Optima';
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.4px;
}

.foot-title {
    font-family: 'azo-sans-web', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.4px;
    color: white;
}

.foot-link {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.65px;
    color: white;
}

.foot-link:hover {
    text-decoration: none;
    color: #F8AA53;
}

.foot-cont {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.65px;
    color: white;
}

.foot-copy {
    font-size: 13px;
    line-height: 35px;
    letter-spacing: 0.65px;
    color: white;
}

.foot-logo {
    max-width: 185px;
    max-height: auto;
    margin-left: 10px;
    margin-right: 10px;
    object-fit: cover;
}

.foot-icon{
    height: 25px;
    width: 25px;
    margin-left: 5px;
    margin-right: 5px;
}



#contactos {
    background-color: #3C5A36;
}

.intro-img{
    object-fit: cover;
    height: 100vh;
    width: 100%;
    margin-top: -100px;
    
}




#intro .container h1 {
    font-family: 'azo-sans-web', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 1.6px;
    width: 90%;
    color: #F8AA53;
   
}

#intro .container h1 span{
    font-family: 'Optima Bold';
    color: black;
}

.line-yellow {
    margin-top: 15px;
    height: 28px;
    width: auto;
    object-fit: cover;
}

#sobre h2, #sobre p {
    width: 50%;
}


.emotes {
    position: absolute;
    left: 58%;
}

.img-emotes {
    margin-top: -50px;
    object-fit: cover;
    max-height: 600px;
    
    
}

#equipa .container{
    width: 40%;
}

.pf-pic {
    max-width: 135px;
    max-height: 135px;
    margin-left: 10px;
    margin-right: 10px;
    object-fit: cover;
}


#areas .container{
    width: 40%;
}

#areas {
    background-image: url(img/shapes/Group\ 418@2x.png);
    background-repeat: no-repeat;
    background-position-x: 70%;
    background-position-y: 58%;
    background-size: 400px;
}

.y-dot {
    background-image: url(img/shapes/Group\ 418.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position-x: -15px;
    background-position-y: 33px;
    background-origin: content-box;
}

#especialidades .container{
    width: 40%;
}

#especialidades {
    background-image: url(img/shapes/Group\ 419@2x.png);
    background-repeat: no-repeat;
    background-position-x: -120px;
    background-position-y: 45%;
    background-size: 400px;
}

.g-dot {
    background-image: url(img/shapes/Group\ 419.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position-x: -15px;
    background-position-y: 22px;
    background-origin: content-box;
}

#contactos .container-fluid{
    width: 80%;
}

/*media queries start*/
@media (max-width: 1200px) {
    #equipa .container{
        width: 60%;
    }

    #areas .container{
        width: 60%;
    }
    
    #especialidades .container{
        width: 60%;
    }

}

@media (max-width: 768px) {

    /*container widths start*/

    #intro .container h1 {
        width: 100%;
    }

    #sobre h2, #sobre p {
        width: 85%;
    }

    #equipa .container{
        width: 85%;
        margin-left: 0px;
    }

    #areas .container{
        width: 85%;
        margin-left: 0px;
    }

    #areas {

        background-position-x: -100px;
        background-position-y: 55%;
        background-size: 420px;
    }
    
    #especialidades .container{
        width: 85%;
        margin-left: 0px;
    }

    #especialidades {
        background-position-x: -120px;
        background-position-y: 50%;
        background-size: 360px;
    }
    
    #contactos .container-fluid{
        width: 85%;
        margin-left: 0px;
    }

    .emotes {
        position: relative;
        left: 0px;
        width: 100%;
        overflow: hidden;
    }
    
    .img-emotes {
        margin-top: 10px;
        height: 430px;
        margin-bottom: 20px;
        padding-left: 85px;
    }

    .y-dot {
        background-size: 60px;
        background-position-x: -25px;
        background-position-y: -17px;
    }

    
    .g-dot {
        background-size: 60px;
        background-position-x: -25px;
        background-position-y: -25px;
    }
    

    /*container widths end*/

    .title-txt {
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 0.4px;
    }
    
    .txt {
        font-size: 18px;
        line-height: 23px;
        letter-spacing: 0.32px;
    }
    
    .txt-bold {
        font-size: 18px;
        line-height: 23px;
        letter-spacing: 0.32px;
    }
    
    .txt2 {
        font-size: 18px;
        line-height: 23px;
        letter-spacing: 0.32px;
    }

    .txt_subtittle {
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 0.4px;
        font-weight: 800;
        margin-top: 50px;
        margin-bottom: 25px;
    }

    .txt2-bold {
        font-size: 18px;
        font-weight: 800;
        letter-spacing: 0.4px;
        margin: 20px 0 0 0;
    }
    
    .ul-list {
        list-style-position: outside;
        list-style-type: circle;
        margin: 0 0 0 30px;
        font-size: 18px;
    }
    
    .name {
        font-size: 18px;
        line-height: 23px;
        letter-spacing: 0.32px;
    }
    
    .position{
        font-size: 18px;
        line-height: 23px;
        letter-spacing: 0.32px;
    }
    
    .foot-title {
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 0.23px;
    }
    
    .foot-link {
        font-size: 10px;
        line-height: 25px;
        letter-spacing: 0.1px;
    }
    
    .foot-cont {
        font-size: 10px;
        line-height: 15px;
        letter-spacing: 0.1px;
    }
    
    .foot-copy {
        font-size: 10px;
        line-height: 15px;
        letter-spacing: 0.1px;
        padding-top: 5px;
    }


    #intro .container h1 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 0.9px;
    }
    

    .foot-icon{
        height: 20px;
        width: 20px;

    }

}
/*media queries end*/






*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.myNav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 100px;
    background-color: transparent;
    z-index: 997;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
}

.logo {
    z-index: 997;
}

.logo a img{
    max-height: 90px;
    z-index: 997;
}

.nav-links {
    display: flex;
    justify-content: space-around;
    width: auto;
    z-index: 997;
}

.nav-links ul{
    display: flex;
    flex-direction: row;
    align-items: left;
}


.nav-links li {
    list-style: none;
    padding-left: 20px;
}

.nav-links a {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.6px;
    color: white;
    text-decoration: none;
    transition: 0.3s;
    
}

.nav-links a:hover {
    color: #F8AA53;
}

.burger{
    position: fixed;
    right: 20px;
    display: none;
    z-index: 999;
    cursor: pointer;
    transition: all 0.5s ease-in;
}

.burger div {
    width: 25px;
    height: 2px;
    background-color: white;
    margin: 6px;

}

@media screen and (max-width:768px) {
    body {
        overflow-x: hidden;
    }

    .burger{
        display: block;
    }

    .myNav {
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
    }

    
    .nav-links {
        position: fixed;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 100%;
        background-color: #F8AA53;
        display: flex;
        flex-direction: column;
        align-items: left;
        transform: translateX(100%);
        transition: all 0.5s ease-in ;
        z-index: 998;
    }

    .nav-links ul{
        display: flex;
        flex-direction: column;
        align-items: left;
        padding-left: 10px;
    }



    .nav-links li{
        padding-top: 10px;
        padding-bottom: 10px;
        width: 80%;
    }

    .nav-links a{
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 1.8px;

    }
    

    .nav-links a:hover {
        color: #000000;
    }
    

    .nav-links li {
        opacity: 0;
    }

   
}



/* animate nav*/
.nav-active {
    transform: translateX(0%);
}

/* animate links*/
@keyframes navLinkFade{
    from{
        opacity: 0;
        transform: translateX(50px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}


/* animate burger*/
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}


.toggle .line2{
    opacity: 0;
}


.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}

.line1, .line2, .line3 {
    transition: all 0.5s ease-in;
}





