@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --branco: #fff;
    --azul: #045573;
    --verde: #9bccaf;
    --verdemenu: #70a887;
    --cinza: #ebe8e8;
}
/* MOVIMENTUM TEMPLATE */
body {
    background-color: var(--branco);
}

/* classes para fontes */
.negrito{
    font-weight: 600;
}
.bold{
    font-weight: 800;
}
.regular{
    font-weight: 400;
}


.rubik{
    font-family: 'Rubik', regular;
}
.font-azul{
    color: var(--azul);
}
.font-verde{
    color: var(--verde);
}
/* classes para fontes */
/* classes para paddding */
.pt10{
    padding-top: 10px;
}
.pt30{
    padding-top: 30px;
}
.pl30{
    padding-left: 30px;
}
.open-sans{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
}
/* elementos de design do bootstrap transladados para cá ;) */
.badge{
display: inline-block;
padding: .25em .4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25rem;
}
.badge-warning{
    color: #212529;
    background-color: #ffc107;
}
.badge-danger{
    color: #fff;
    background-color: #dc3545;
}
.badge-success{
    color: #fff;
    background-color: #28a745;
}
.badge-info{
    color: #fff;
    background-color: #17a2b8;
}
.badge-info{
    color: #fff;
    background-color:  #007bff;
}


/*

            INFORMAÇÃO PARA AGENDAMENTO DE SESSÃO / SEGUNDO




 */

.espacotopo{
    margin-top: 5%;
}
.segundo{
    width: 100%;
    background-color: var(--branco);
    min-height: 300px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: -9px -1px 39px -9px rgba(0,0,0,0.75);
    -webkit-box-shadow: -9px -1px 39px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: -9px -1px 39px -9px rgba(0,0,0,0.75);
    margin-bottom: 100px;
}
.segundo .titulo{
    display: flex;
    flex-direction: row;

}
.w3-button{
    BORDER-RADIUS: 30PX;
}
.segundo .titulo .esquerda{
    width: 100%;
    height: 35px;
    border-top-left-radius: 30px;
    padding-top: 15px;
    border-top-right-radius: 30px;
    background-color: var(--branco);
}
.segundo .titulo .esquerda h2{
    padding-left: 30px;
}
.segundo .titulo .direita{
    width: 40%;
    margin-top: 30px;
    right: 0;
}
/* barra de progresso */
.progress{
    width: 100%;
    height: 30px;
    background: var(--azul);
    color: var(--azul);
}


/*





 */





/* NAVBAR */
nav {
    position: relative;
    padding: 20px 100px;
    background-color: var(--branco);
    z-index: 2;
}

nav .options {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav .options .logo img {
    width: 100%;
}

nav .options ul {
    display: flex;
}

nav .options ul li {
    list-style-type: none;
    padding-right: 20px;
}

nav .options ul li a {
    font-family: "Rubik", serif;
    text-transform: uppercase;
    color: var(--azul);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.5s;
    font-size: 15px;
}

nav .options ul .current_page_item a,
nav .options ul li a:hover {
    color: #70A786;
}

nav .botao-profissional {
    background-color: var(--azul);
    font-family: "Rubik", serif;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    color: var(--branco);
    text-decoration: none;
}

nav .botao-logout {
    background-color: gray;
    font-family: "Rubik", serif;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    color: var(--branco);
    text-decoration: none;
}






/* sessao um */

.um {
    display: flex;
    position: relative;
    height: 70vh;
    background: rgb(245, 245, 245);
    background: radial-gradient(circle, rgba(245, 245, 245, 1) 0%, rgba(249, 249, 249, 1) 100%);
}

.carrossel .carrossel-item .imagem-slider{
    position: absolute;
    z-index: 0;
    height: auto;
    transform: scale(1.3);
    right: 38%;
    top: -12%;

}

.carrossel .carrossel-item .imagem-slider img {
    position: inherit;
    transform: scale(1);
    -ms-transform-origin-y: 0%;
    z-index: 0;
}

.carrossel .carrossel-item h3 {
    margin-top: 30%;
    color: var(--verde);
    font-family: 'Rubik', serif;
    font-size: 20px;
    margin-left: 20%;

}

.carrossel .carrossel-item h1 {
    width: 100%;
    z-index: 99;
    color: var(--azul);
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    margin-left: 20%;
}

.carrossel .carrossel-item .agendar {
    display: flex;
    background-color: var(--azul);
    font-family: 'Rubik', serif;
    font-size: 14px;
    font-weight: 500;
    width: 200px;
    height: 60px;
    color: var(--branco);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 20%;
    position: relative;
    margin-top: 5%;
    margin-bottom: 5%;
    transition: all 1s ease-out;

}
.carrossel .carrossel-item .agendar:hover{
    transform: scale(1.1);
    background-color: var(--verde);
    color: var(--azul);
    transition: all 1s ease-out;
}
.carrossel .carrossel-item .agendar img {
    margin-left: 15px;
}







/* dois especialidades */

.dois {
    z-index: 30;
    position: relative;
    z-index: 3;
    width: 100vw;
    margin-left: 5%;
    height: auto;
    min-height: 500px;
    padding-bottom: 60px;
    background-color: #fff;
    filter: hue-rotate(0);
}

.dois .titulo h1 {
    align-items: center;
    text-align: center;
    color: var(--azul);
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 45px;
    font-style: normal;
    letter-spacing: -2px;
}

.dois .especialidades {
    display: flex;
    flex-wrap: wrap;
    margin-left: 5%;
    margin-right: 5%;
    max-width: 80vw;
    align-items: center;
    justify-content: space-evenly;
}

.dois .especialidades .especialidade-item {
    display: flex;
    background-color: #f9f9f9;
    font-family: 'Rubik', serif;
    text-decoration: none;
    color: #045573;
    font-weight: 500;
    font-size: 16px;
    align-items: center;
    justify-content: space-between;
    border-radius: 55px;
    min-width: 27%;
    padding: 20px;
    margin: 20px;
    border: 2px solid #70a887;
    transition: all 0.5s;

}

.dois .especialidades .especialidade-item .texto {
    padding: 0 50px;
}

.dois .especialidades .especialidade-item:hover {
    background-color: var(--azul);
    color: var(--branco);
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-box-shadow: 2px -5px 65px -14px rgba(4, 85, 115, 1);
    -moz-box-shadow: 2px -5px 65px -14px rgba(4, 85, 115, 1);
    box-shadow: 2px -5px 65px -14px rgba(4, 85, 115, 1);

    & .icone {
        filter: brightness(300%);

    }
}

.dois .buscar {
    text-decoration: none;
    display: none;
    background-color: var(--azul);
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    width: 10%;
    height: 60px;
    font-family: 'Rubik', serif;
    font-weight: 600;
    color: var(--branco);
    transition: all 0.5s;
    margin: auto;
    -webkit-box-shadow: 2px -5px 65px -14px rgba(4, 85, 115, 1);
    -moz-box-shadow: 2px -5px 65px -14px rgba(4, 85, 115, 1);
    box-shadow: 2px -5px 65px -14px rgba(4, 85, 115, 1);
}

.dois .buscar:hover {
    background-color: var(--branco);
    color: var(--azul);
    border: 1px solid #045573;
    transform: scale(1.1);
    transition: all 0.5s;
}


/* tres acesse nosso portal */
.ml20{
    margin-left: 20%;
}
.tres {
    display: flex;
    position: relative;
    background-color: var(--azul);
    color: var(--branco);
    filter: hue-rotate(0);
    min-height: 450px;
    max-height: 450px;
}

.tres .left {
    display: flex;
    width: 45%;
    align-items: center;
    justify-content: center;
    min-height: 450px;
    max-height: 450px;

}

.tres .right {
    width: 40%;
    margin-left: 20%;
    padding: 80px 0;
    max-height: 80%;
}

.tres .right .portal {
    background-color: var(--branco);
    border-radius: 40px;
    padding: 25px 10px;
    max-width: 50%;
    max-height: 90%;
}

.tres .portal h2 {
    color: #212849;
    font-family: 'Rubik', serif;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    margin-left: 15%;
}

.tres .portal .aviso {
    position: relative;
    color: var(--azul);
    padding: 10px 15px;
    font-family: 'Rubik', serif;
    border: 2px solid #0455732e;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(4, 85, 115, 0.1);
    -moz-box-shadow: 0px 8px 16px 0px rgba(4, 85, 115, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(4, 85, 115, 0.1);
    margin-bottom: 20px;
}

.tres .portal .aviso h4 {
    color: var(--azul);
    font-weight: 500;
    font-size: 12px;
    padding-bottom: 5px;
}

.tres .portal .aviso h5 {
    color: #555569;
    font-size: 10px;
    font-weight: 400;
}

.tres .portal .agendar {
    background-color: var(--azul);
    font-family: 'Rubik', serif;
    padding: 10px;
    font-size: 10px;
    font-weight: 500;
    color: var(--branco);
    border-radius: 20px;
    align-items: center;
    width: 90%;
    text-decoration: none;
    transition: all 0.5s;
}

.tres .portal .agendar:hover {
    background-color: #9bccaf;
    color: var(--branco);
    border: 1px solid #045573;
    transform: scale(1.1);
}

.tres .portal .agendar img {
    margin-left: 15px;
}

.tres .right .text-center {
    text-align: center;
}

/*sessao quatro - trabalhe conosco*/
.quatro {
    display: flex;
}

.quatro .left {
    padding: 30px 30px 30px 100px;
    width: 55%;
}

.quatro .left .texto {
    width: 280px;
    padding-bottom: 10px;
}

.quatro .left h2 {
    font-family: 'Open Sans', serif;
    font-size: 54px;
    font-weight: 700;
    color: var(--azul);
    text-transform: uppercase;
}

.quatro .left p {
    font-family: 'Rubik', serif;
    font-size: 14px;
    color: var(--azul);
}

.quatro .left form {
    display: flex;
    flex-direction: column;
}

.quatro .left form input,
.quatro .left form select {
    font-family: 'Rubik', serif;
    color: #045573;
    padding: 10px;
    border-bottom: 1px solid #045573;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    margin-bottom: 15px;
}

.quatro .left form input::placeholder {
    color: #045573;
}

.quatro .left form .checkbox {
    font-family: 'Rubik', serif;
    color: #045573;
    padding: 10px;
    margin-top: 20px;
}

.quatro .left form .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.quatro .left form .buttons .curriculo {
    background-color: #9BCCAF;
    font-family: 'Rubik', serif;
    padding: 10px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    width: 300px;
    transition: all 0.5s;
}

.quatro .left form .buttons .curriculo img {
    width: 20px;
    height: 20px;
    padding-top: 5px;
    padding-right: 5px;
}

.quatro .left form .buttons .curriculo:hover {
    background-color: rgb(73, 121, 92);
    color: var(--branco);
    filter: hue-rotate(100%);
    border: 1px solid var(--azul);
}

.quatro .left form .buttons button {
    background-color: var(--azul);
    font-family: 'Open Sans', serif;
    padding: 20px;
    width: 250px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--branco);
    border-radius: 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s;
    border: 1px solid #045573;

}

.quatro .left form .buttons button:hover {
    background-color: var(--branco);
    color: var(--azul);
    border: 1px solid #045573;
    transition: all 0.5s;
}

.quatro .right {
    display: flex;
    justify-content: flex-end;
    margin-left: 20%;
}

.quatro .right img {
    height: 100%;
}

/*sessao cinco - profissionais*/
.cinco {
    padding: 50px 100px;
    width: 100%;
    background-color: var(--azul);
}
.cinco h2 {
    font-family: 'Open Sans', serif;
    color: #fff;
    font-weight: 800;
    font-size: 36px;
    margin-left: -10%;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.cinco .itensSlider {
    display: flex;
    margin-left: 10%;
    width: 70%;
    justify-content: center;
    align-items: center;
}

.cinco .itensSlider .item {
    text-decoration: none;
    margin-right: 30px;
    width: 80%;

}

.cinco .itensSlider .item:last-child {
    margin-right: 0;
}

.cinco .itensSlider .item img {
    max-height: 300px;
    width: 100%;
}

.cinco .itensSlider .item .card {
    background-color: #fff;
    margin-top: -20px;
    padding: 30px;
    transition: all .5s;
    min-height: 100px !important;
    max-height: 100px !important;
}

.cinco .itensSlider .item .card h4 {
    font-family: 'Open Sans', serif;
    color: var(--azul);
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    text-decoration: none;
    transition: all .5s;
}

.cinco .itensSlider .item .card h5 {
    font-family: 'Open Sans', serif;
    color: var(--azul);
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    transition: all .5s;
}

.cinco .itensSlider .item:hover .card {
    background-color: #9BCCAF;
}

.cinco .itensSlider .item:hover .card h4,
.cinco .itensSlider .item:hover .card h5 {
    color: #fff !important;
}
.slick-next{
background: transparent;
margin-left: 10px;
border: none;
box-shadow: none;
}
.slick-prev{
background: transparent;
border: none;
margin-right: 10px;
box-shadow: none;
}

/* sessao mapa - encontre-nos*/
.mapa .content-mapa {
    position: relative;
    z-index: 400 !important;
}


.mapa .content-mapa .title {
    background-color: var(--azul);
    border-bottom-right-radius: 30px;
    position: absolute;
    top: -4px;
    left: 0;
    width: 240px;
    padding-left: 10px;
    z-index: 999 !important;
    height: 90px;
}

.mapa .content-mapa .title h2 {
    font-family: 'Rubik', serif;
    color: var(--branco);
    font-weight: 700;
    font-size: 30px;
}

.mapa .content-mapa iframe {
    height: 100vh;
    width: 100%;
}

/* sessao seis - avaliações */
.seis {
    display: flex;
    padding: 50px 0px 50px 100px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('http://movimentum.pt/site/assets/img/bg-avaliacao.png');
}

.seis .left {
    display: flex;
    flex-direction: column;
    margin-right: 70px;
    justify-content: center;
}
.seis .left h2 {
    font-family: 'Poppins', serif;
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    margin-bottom: 70px;
}

.seis .left .btn-avaliacoes {
    background-color: var(--azul);
    font-family: 'Rubik', serif;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--branco);
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: all 0.5s;
}

.seis .left .btn-avaliacoes:hover {
    background-color: var(--branco);
    color: var(--azul);
    border: 1px solid #045573;
    transform: scale(1.1);
    transition: all 0.5s;
}

.seis .right {
    margin-left: auto;
}

.seis .right .itens-depoimento {
    display: flex;
}

.seis .right .itens-depoimento .item {
    max-width: 450px;
}

.seis .right .itens-depoimento .item img {
    width: 100%;
    max-width: 450px;
}

.seis .right .itens-depoimento .item .card {
    background-color: var(--branco);
    padding-left: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
    padding-top: 25px;
    min-height: 155px;
    margin-top: -5px;
}

.seis .right .itens-depoimento .item .card .data {
    font-family: 'Rubik', serif;
    color: var(--azul);
    font-size: 14px;
}

.seis .right .itens-depoimento .item .card h3 {
    font-family: 'Poppins', serif;
    color: #212749;
    font-size: 18px;
    margin: 20px 0 30px 0;
}

.seis .right .itens-depoimento .item .card p {
    font-family: 'Rubik', serif;
    font-size: 14px;
    color: #555569;
}

/* sessao sete - listagem de contato */
.sete {
    padding: 50px 200px;
    background-color: #f9f9f9;
}

.sete .contacts {
    display: flex;
    text-align: center;
    justify-content: center;
}

.sete .contacts .contact {
    margin-right: 150px;

    text-decoration: none;
}

.sete .contacts .contact:last-child {
    margin-right: 0;
}

.sete .contacts .contact img {
    width: 100%;
    max-width: 37px;
}

.sete .contacts .contact h5 {
    font-family: 'Rubik', serif;
    font-size: 14px;
    color: #730404;
    font-weight: 600;
    margin: 20px 0;
    text-transform: uppercase;
}

.sete .contacts .contact:nth-child(2) h5 {
    color: #045573;
}

.sete .contacts .contact:nth-child(3) h5 {
    color: #04735C;
}

.sete .contacts .contact h6 {
    font-family: 'Poppins', serif;
    font-size: 18px;
    color: #045573;
    font-weight: 600;
    margin: 20px 0;
}

.sete .contacts .contact:last-child h6 {
    color: #212749;
}

/* sessao oito - parceiros */
.oito {
    padding: 60px 100px 180px 100px;
    background-color: #f9f9f9;
}

.oito h2 {
    font-family: 'Open Sans', serif;
    color: #045573;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    margin-bottom: 70px;
}

.oito .partners {
    display: flex;
    padding: 0 50px;
    justify-content: center;
}

.oito .partners .partner {
    margin-right: 150px;
}

.oito .partners .partner:last-child {
    margin-right: 0;
}
/* footer */

/* rodapé */
footer {
    background-color: var(--azul);
}

footer .footer-top {
    padding: 100px 300px 30px 300px;
    display: flex;
    justify-content: space-between;
}

footer .footer-top .left .logo img {
    width: 280px;
    margin-bottom: 20px;

}

footer .footer-top .left p {
    font-family: 'Rubik', serif;
    color: var(--branco);
    font-size: 15px;
    font-weight: 300;
}

footer .footer-top .left p strong {
    font-weight: 600;
}

footer .footer-top .right {
    text-align: right;
}

footer .footer-top .right h3 {
    font-family: 'Rubik', serif;
    color: var(--branco);
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
}

footer .footer-top .right ul {
    margin: 0;
    padding: 0;
}

footer .footer-top .right ul li {
    list-style-type: none;
    padding-bottom: 10px;
}

footer .footer-top .right ul li a {
    font-family: 'Rubik', serif;
    color: var(--branco);
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
    transition: all 0.5s;
}

footer .footer-top .right ul li a:hover {
    opacity: 0.6;
}

footer .footer-bottom {
    padding: 30px 300px 30px 300px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #fff;
}

footer .footer-bottom .left p {
    font-family: 'Rubik', serif;
    color: var(--branco);
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
}

footer .footer-bottom .right ul {
    display: flex;
    margin: 0;
    padding: 0;
}

footer .footer-bottom .right ul li {
    list-style-type: none;
    padding-left: 15px;
}

footer .footer-bottom .right ul li a {
    font-family: 'Rubik', serif;
    color: var(--branco);
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.5s;
}

footer .footer-bottom .right ul li a:hover {
    opacity: 0.6;
}
