* {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

body,
html {
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#logo-nav {
    /* display: flex; */
    padding-top: 5px;
    padding-left: 179px;
}

@media screen and (orientation:portrait) {
    #logo-nav {
        display: block;
        padding-top: 2px;
        padding-left: 0px;
    }
}

.conteudo-menu {
    display: flex;
    height: 112px;
}

@media screen and (orientation:portrait) {
    .conteudo-menu {
        display: block;
    }
}

@media screen and (orientation:portrait) {
    .conteudo-menu img {
        height: 128px;
        padding-left: 30%;
    }
}

.container-menu img {
    height: 112px;
    width: auto;
}

#nav {
    padding-left: 39px;
}

@media screen and (max-width:1090px) {
    #nav {
        /* padding-left: 4px; */
        display: none;
    }
}

@media screen and (orientation:portrait) {
    #nav {
        padding-left: 4px;
        display: none;
    }
}

#nav-cel {
    display: none;
    padding-left: 39px;
}

@media screen and (orientation:portrait) {
    #nav-cel {
        padding-top: 20px;
        display: block;
    }
}

.menu-cel-center {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0px
}

.lista-menu-center {
    padding-right: 19px;
}

.link-cel {
    color: black;
    text-decoration: none;
}

.top {
    background-image: linear-gradient(to bottom, rgba(100%, 100%, 100%, 0.73) 0%, rgba(100%, 100%, 100%, 0.73) 100%), url(img/banner.png);
    background-attachment: inherit;
    background-size: cover;
    background-position: center center;
    height: 422px;
    background-repeat: no-repeat;
}

@media screen and (orientation:portrait) {
    .top {
        height: auto;
    }
}

#menu {
    color: black;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 5;
}

@media screen and (max-width:1200px) {
    #menu {
    font-size: 12px;
    padding: 1px 11px;
    }
}

#text-menu-id {
    padding-left: 179px;
}

@media screen and (max-width:990px) {
    #text-menu-id {
        padding-left: 0px;
    }
}

@media screen and (orientation:portrait) {
    #text-menu-id {
        padding-top: 142px;
        text-align: left;
        padding-left: 0px;
    }
}

@media screen and (max-width:360px) {
    #text-menu-id {
        padding-top: 148px;
    }
}

@media screen and (orientation:portrait) {
    .text-menu {
        padding-left: 19px;
    }
}

.text-first {
    font-size: 36px;
    color: #444a48;
    line-height: 2;
    /* font-weight: 600; */
    padding-top: 15px;
    font-family: 'Lato', sans-serif;
}

.text-first b {
    color: #3c6090;
    font-size: 36px;
    font-weight: 600;
}

.text-first stronger {
    color: #3c6090;
}

.text-second {
    font-size: 20px;
    width: 600px;
    padding-bottom: 14px;
    color: #444a48;
    font-family: 'Lato', sans-serif;
}

@media screen and (orientation:portrait) {
    .text-second {
        width: auto;
    }
}

@media screen and (max-width:642px) {
    .text-second {
        width: auto;
    }
}
@media screen and (max-width:842px) {
    .text-second {
        width: auto;
        padding-bottom: 0px;
    }
}

.bt-menu button {
    padding: 16px 15px 15px 14px;
    border-radius: 12px;
    color: white;
    border: 0px;
    font-size: 17px;
    background-color: #006191;
    font-family: 'Lato', sans-serif;
}

@media screen and (orientation:portrait) {
    .bt-menu button {
        padding-bottom: 20px;
    }
}

@media screen and (orientation:portrait) {
    .bt-menu {
        text-align: center;
        padding-bottom: 20px;
    }
}

.bt-menu button:hover {
    background-color: #23517a;
}


/*-------------------------------------------------------- Section Azul-------------------------------------------------------------------- */

.azul {
    background-image: linear-gradient(to bottom, rgb(43%, 55%, 69%) 0%, rgb(43%, 55%, 69%) 100%);
    height: auto;
}

#blue-part {
    padding: 34px 5px 41px 5px;
    width: 635px;
    line-height: 1.3;
}

@media screen and (orientation:portrait) {
    #blue-part {
        width: auto;
    }
}

@media screen and (max-width:690px) {
    #blue-part {
        width: auto;
    }
}



#blue-part p {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-align: center;
}

#blue-part b {
    font-family: Arial, Helvetica, sans-serif;
}

.vantagens-title {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #006192;
    font-weight: bold;
    line-height: 2;
}

.bt-vantagens {
    padding: 15px;
    border-radius: 10px;
    background-color: #006192;
    color: white;
    border: 0px;
    font-family: 'Lato';
}

.bt-vantagens:hover {
    background-color: #23517a;
}


/*-------------------------------------------------------- Section vantagens-------------------------------------------------------------------- */

.vantagens {
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(74%, 79%, 85%, 0.26) 0%, rgba(74%, 79%, 85%, 0.26) 100%), url(img/icones/back_lp3.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 33px 200px 62px 200px;
}

@media screen and (orientation:portrait) {
    .vantagens {
        padding: 31px 0px;
    }
}

.vantagens img {
    height: 82px;
}

@media screen and (orientation:portrait) {
    #tres-beneficios {
        display: block;
    }
}

@media screen and (orientation:portrait) {
    #dois-beneficios {
        display: block;
    }
}


/*-------------------------------------------------------- Section infraestrutura-------------------------------------------------------------------- */

.infraestrutura {
    background-image: linear-gradient(to bottom, rgb(43%, 55%, 69%) 0%, rgb(43%, 55%, 69%) 100%);
    height: auto;
    text-align: center;
}

#infra {
    text-align: -webkit-center;
}

.text-infra {
    text-align: center;
    width: 600px;
    font-family: 'Lato', sans-serif;
    color: white;
}

@media screen and (orientation:portrait) {
    .text-infra {
        width: auto;
    }
}

.infraestrutura img {
    height: 217px;
    width: 411px;
}

.title-infra {
    padding-top: 35px;
    font-size: 32px;
    color: white;
    font-family: 'Lato', sans-serif;
}

.sub-title-infra {
    font-size: 18px;
    padding-bottom: 10px;
}

#space-recepcao {
    text-align: right;
    margin-top: -15px;
}

@media screen and (max-width:820px){
    #space-recepcao{
        margin-left: -20px;
    }
}

#space-recepcao img {
    height: 248px;
    width: 387px;
}

@media screen and (orientation:portrait) {
    #space-recepcao img {
        width: 347px;
    }
}

@media screen and (max-width:350px) {
    #space-recepcao img {
        width: 288px;
    }
}

@media screen and (max-width:310px) {
    #space-recepcao img {
        width: 270px;
    }
}

#lista-infra {
    line-height: 1.7;
    text-align: left;
    padding-bottom: 27px;
    margin-top: -14px;
}

@media screen and (max-width:740px){
    #lista-infra{
        margin-top: 0px;
    }
}

#lista-infra ul {
    list-style-type: none;
    padding-left: 0px;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

@media screen and (orientation:portrait) {
    #lista-infra ul {
        margin-top: 28px;
    }
}


/*-------------------------------------------------------- Section contato-what -------------------------------------------------------------------- */

.contato-what {
    background-image: linear-gradient(to bottom, rgb(100%, 100%, 100%) 0%, rgb(100%, 100%, 100%) 100%), url(img/icones/back_lp3.png);
    background-attachment: scroll;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    height: auto;
}

#text-contato {
    padding: 39px 40px 40px 182px;
}

@media screen and (orientation:portrait) {
    #text-contato {
        padding-left: 34px;
    }
}

.title-contato {
    font-size: 30px;
    text-align: left;
    width: 342px;
    font-weight: bold;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

@media screen and (orientation:portrait) {
    .title-contato {
        width: 100%;
        text-align: center;
    }
}

.sub-title-contato {
    font-size: 19px;
    text-align: left;
    width: 332px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

@media screen and (orientation:portrait) {
    .sub-title-contato {
        width: 100%;
        text-align: center;
    }
}

.bt-contato {
    text-align: initial;
}

@media screen and (orientation:portrait) {
    .bt-contato {
        text-align: center;
    }
}

.bt-contato button {
    padding: 15px 28px 15px 28px;
    border-radius: 10px;
    background-color: #006192;
    color: white;
    border: 0px;
    font-family: 'Lato';
    font-size: 18px;
}

#foto-contato {
    text-align: left;
    margin-top: 49px;
    margin-left: -66px;
}

#foto-contato img {
    height: 250px;
}

@media screen and (orientation:portrait) {
    #foto-contato {
        height: 0px;
        display: none;
    }
}
@media screen and (max-width:820px) {
    #foto-contato {
        height: 0px;
        display: none;
    }
}


/*-------------------------------------------------------- Section galeria -------------------------------------------------------------------- */

.galeria {
    background-image: linear-gradient(to bottom, rgb(43%, 55%, 69%) 0%, rgb(43%, 55%, 69%) 100%);
    height: auto;
    text-align: center;
}

.fotos img {
    height: 231px;
    padding: 11px;
}

@media screen and (orientation:portrait) {
    .fotos img {
        width: 100%;
    }
}

.title-galeria {
    font-size: 22px;
    color: white;
    font-weight: bold;
    padding: 22px 0px;
    font-family: 'Lato', sans-serif;
}

.fotos {
    padding: 2px 25px 25px 25px;
}


/*-------------------------------------------------------- Section formulario -------------------------------------------------------------------- */

.formulario {
    background-image: linear-gradient(to bottom, rgba(74%, 79%, 85%, 0.26) 0%, rgba(74%, 79%, 85%, 0.26) 100%), url(img/icones/back_lp3.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    height: auto;
    ;
}

#title-foto-form {
    padding-left: 103px;
    margin-bottom: 50px;
}

@media screen and (orientation:portrait) {
    #title-foto-form {
        padding-left: 30px;
    }
}

.title-formulario {
    padding: 29px 0px 9px 0px;
    width: 454px;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    line-height: 1.2;
}

@media screen and (orientation:portrait) {
    .title-formulario {
        width: auto;
        text-align: center;
    }
}

.formulario img {
    height: 343px;
    width: 445px;
}

@media screen and (orientation:portrait) {
    .formulario img {
        width: 324px;
    }
}

@media screen and (max-width:360px) {
    .formulario img {
        width: 300px;
    }
}

@media screen and (max-width:325px) {
    .formulario img {
        width: 260px;
    }
}

#formulario-clinica {
    padding: 32px 0px;
}

@media screen and (max-width:820px){
    #formulario-clinica{
        padding: 7px 17px 45px 88px;
    }
}

@media screen and (orientation:portrait) {
    #formulario-clinica {
        padding: 0px 0px 32px 0px;
    }
}


.form-field {
    padding-bottom: 20px;
}

@media screen and (orientation:portrait) {
    .form-field {
        text-align: left;
        padding-left: 83px;
    }
}

.form-field label {
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0px;
}

.form-field input {
    width: 76%;
    font-size: 14px;
}

#msn {
    width: 76%;
}

@media screen and (orientation:portrait) {
    .bt-form {
        padding-bottom: 20px;
        padding-left: 20px;
        text-align: center;
    }
}

@media screen and (max-width:360px) {
    .bt-form {
        padding-left: 39px;
    }
}

.button-s {
    padding: 16px 130px;
    background-color: #006192;
    color: white;
    border-radius: 6px;
    border: 0px;
}

@media screen and (orientation:portrait) {
    .button-s {
        padding: 16px 27%;
    }
}

@media screen and (max-width:360px) {
    .button-s {
        padding: 11px 21%;
    }
}

@media screen and (max-width:8200px) {
    .button-s {
        padding: 16px 56px;
    }
}


/*-------------------------------------------------------- Section footer -------------------------------------------------------------------- */

.footer {
    background-image: linear-gradient(to bottom, rgb(0%, 38%, 57%) 0%, rgb(0%, 38%, 57%) 100%);
}

#logo-branca {
    height: 147px;
}

@media screen and (orientation:portrait) {
    #logo-footer-branca {
        text-align: center;
    }
}

#icones-brancos img {
    height: 30px;
    float: left;
    width: 29px;
}

.title-footer {
    float: none !important;
    text-align: center;
    font-size: 15px !important;
    padding-top: 20px !important;
}

#icones-brancos p {
    float: left;
    color: white;
    font-size: 13px;
    padding-left: 10px;
}

@media screen and (orientation:portrait) {
    #icones-brancos p {
        font-size: 19px !important;
    }
}

#primeira-footer {
    padding: 0px 100px 15px 200px;
}

@media screen and (orientation:portrait) {
    #primeira-footer {
        padding: 0px ;
    }
}

/*@media screen and (max-width:820px){*/
/*    #primeira-footer{*/
/*        padding: 0px 10px 15px 120px;*/
/*    }*/
/*}*/

#segundo-footer {
    padding: 0px 100px 30px 286px;
}

@media screen and (orientation:portrait) {
    #segundo-footer {
        padding: 0px !important;
    }
}

@media screen and (max-width:820px){
    #segundo-footer{
        padding-left: 200px;
    }
}