body{
    font-family: Tahoma, sans-serif;
    background-color: #eee9e5;
    letter-spacing: 0.75px;
}

.navbar{
    margin-bottom: 0;
    background-color: #901a1a;
    border: 0;
    font-size: 13px !important;
    font-weight: bold;
}

.navbar li a{
    color: white !important;
}

.navbar-nav li a:link{
    color: white !important;
}

.navbar-nav li a:visited,
.navbar-nav li a:hover,
.navbar-nav li a:active{
    color: white;
    background-color: #cb8831 !important;
}

.navbar-default .navbar-toggle{
    border-color: transparent;
}

.navbar-brand{
    padding: 5px 0 5px 15px;
}

.navbar-brand img{
    width: 150px;
    height: 36px;
}

.navbar-default .navbar-collapse{
    border-color: #cb8831;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover{
    background-color: #cb8831;
}

.botao_idioma{
    display: flex;
    justify-content: center;
    padding: 12px 10px;
}

.botao_idioma img{
    border: 1px solid white;
    width: 44px;
    height: 26px;
}

.container-fluid.container-fluid-banner{
    padding: 0;
    text-align: center;
}

.banner,
.banner_largo,
.primeiras_imagens{
    max-width: 100%;
}

.container.container-primeiras-imagens-e-botao-cv{
    padding: 80px 30px;
}

.container-primeiras-imagens-titulo{
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.container-primeiras-imagens-descricao{
    font-size: 18px;
    margin-top: -6px;
}

.container.container-botao-cv{
    text-align: center;
}

.container.container-primeiras-imagens-e-botao-cv .row:nth-child(2){
    margin-top: 40px;
}

.botao-do-cv{
    background-color: #901a1a;
    color: white;
    font-weight: bold;
    border-radius: 0;
    padding: 12px 60px;
    font-size: 17px;
}

.botao-do-cv:hover{
    background-color: #cb8831;
    color: white;
    text-decoration: none;
}

.botao-do-cv:focus{
    color: white;
    text-decoration: none;
}

.row.row-area-de-especializacao,
.row.row-texto{
    padding-left: 20px;
    padding-right: 20px;
}

.container-fluid.container-area-de-especializacao{
    background-color: #e1b67f;
}

.container-fluid.textos-area-de-especializacao{
    background-color: unset;
}

.container-fluid.area-de-especializacao-barra-de-topo,
.container-fluid.textos-barra-de-topo{
    background-color: #901a1a;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
}

.container-especializacao{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    margin: 40px;
    background-color: #cb8831;
    color: white;
    padding: 0 50px;
    min-height: 200px;
}

.container-especializacao-titulo{
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
}

.container-especializacao-descricao{
    font-size: 14px;
    margin-top: -8px;
    line-height: 16px;
}

a.container-texto{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 50px;
    background-color: #e1b67f;
    color: white;
    min-height: 220px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 15px;
}

a.container-texto:hover{
    background-color: #cb8831;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.row.row-textos:nth-of-type(4){
    margin-bottom: 55px;
}

.rodape{
    background-color: #901a1a;
    color: white;
    text-align: center;
}

.contactos-barra-de-topo{
    color: white;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 17px;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
}

h5.textos-do-rodape{
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
}

h5.textos-do-rodape a{
    color: white;
    text-decoration: underline;
}

.container-fluid.rodape .row{
    padding-bottom: 15px;
}

.modal-content{
    background-color: #901a1a;
}

.modal-header{
    color: white;
}

.modal-header h5{
    margin-top: 0;
    margin-bottom: 0;
}

.modal-header .close{
    color: white;
    font-weight: normal;
    opacity: 1;
    margin-top: 0;
}

.modal-body{
    background-color: #eee9e5;
}

.modal-body p{
    text-align: justify;
}

.modal-footer p{
    color: white;
    text-align: left;
    margin-bottom: 0;
}

@media (min-width: 768px){
    .navbar > .container-fluid .navbar-brand {
        height: 80px;
        padding: 22px;
    }

    .navbar li a,
    .navbar-nav li a:link,
    .navbar-nav li a:visited,
    .navbar-nav li a:hover,
    .navbar-nav li a:active{
        height: 80px;
        padding: 30px 15px;
    }

    .botao_idioma{
        padding: 26px 6px;
    }

    .banner{
        display: none;
    }
}

@media (max-width: 767px){
    .navbar-nav{
        margin: 0px -15px;
    }

    .navbar-toggle{
        margin-top: 17px;
        margin-bottom: 0;
        padding: 0;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar{
        background-color: white;
    }

    .navbar-default .navbar-toggle:hover .icon-bar{
        background-color: #cb8831;
    }

    .navbar-toggle {
        border-radius: 0;
    }

    .navbar-brand{
        padding: 10px 0 10px 15px;
    }
    
    .navbar-brand img{
        width: 120px;
        height: 29px;
    }

    .banner_largo{
        display: none;
    }
}

@media (max-width: 991px){
    .row.row-textos:nth-of-type(2),
    .row.row-textos:nth-of-type(3),
    .row.row-textos:nth-of-type(4){
        margin-top: -30px;
    }

    .row.row-textos:nth-of-type(4){
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px){
    .container-imagem:nth-of-type(2){
        margin-top: 50px;
    }
}

@media (min-width: 992px){
    .col-container-especializacao:first-of-type{
        margin-bottom: -30px;
        margin-left: 45px;
    }

    .col-container-especializacao:nth-of-type(2){
        margin-bottom: -30px;
        margin-left: -90px;
    }

    .col-container-especializacao:nth-of-type(3){
        margin-top: -30px;
        margin-left: 45px;
    }

    .col-container-especializacao:nth-of-type(4){
        margin-top: -30px;
        margin-left: -90px;
    }

    .col-container-texto:first-of-type{
        margin-left: 50px;
    }

    .col-container-texto:nth-of-type(2),
    .col-container-texto:nth-of-type(3){
        margin-left: -50px;
    }

    .row.row-textos:first-of-type a.container-texto:first-of-type,
    .row.row-textos:first-of-type a.container-texto:nth-of-type(2),
    .row.row-textos:first-of-type a.container-texto:nth-of-type(3){
        margin-top: 60px;
    }
}