@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');



:root {
    --color1: #4f6358;
    --color2: #1B2737;
    --color3: #344967;
    --color4: #fff;
    --color5: #000;
    --color6: #F2E7A9;

    --text-weigth: 500;

    --titulo: 29px;
    --subtitulo: font-size: 20px;
    --text: 17px;

}

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
ol,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

/* ====================== CONTAINER HEADER ===========================*/

header {
    width: 100%;
    height: 65px;
    background: var(--color1);
    position: fixed;
    z-index: 9999;
    box-shadow: 3px 2px 7px #0000004a;
}

.container-header {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    color: var(--color4);
}

.nav1 {
    display: block;
}

.figure-logo img {
    width: 160px;
}

.nav-2-header button {
    display: none;
}

.section-cirurgias {
    background: white;
}

.nav-menu {
    display: flex;
    gap: 25px;
}

.nav-menu a {
    color: var(--color4);
    font-size: 15px;
}

.nav-menu-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-menu-icons img {
    width: 25px;
}

.nav-menu-icons button {
    width: 225px;
    border: none;
    height: 40px;
    font-size: 16px;
    border-radius: 3px;
    background: var(--color4);
}

.nav-menu-icons button a {
    color: var(--color1);
}

#button-header {
    display: none;
}

#button-secund-banner {
    background: transparent;
    border: 1px solid rgb(255 255 255);
}

#button-secund-banner a {
    color: rgb(255, 255, 255);
}

/*================================ DIV INFORMAÇAO ============================ */

.div-informacao-post {
    padding-top: 70px;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 21px;
    border-bottom: 1px solid #f2b01a;
}

.div-caminho-blog {
    margin: 27px 0px;
}

.div-informacao-post h1 {
    font-weight: 600;
    font-size: 35px;
    max-width: 800px;
    margin: 0px 0px 4px 0px;
    ;
}

.div-autor {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 32px 0px;
}

.div-autor img {
    border-radius: 161px;
    width: 70px;
}

/*========================== CONTAINER CONTEÚDO ==========================*/

























/*========================== DIV CADASTRO ==========================*/

.div-cadastro {
    border-top: 1px solid #f2b01a;
    padding: 29px 0px 80px 0px;
    width: 85%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.div-input-cadastro form{
    width: 100%;
}

.div-cadastro input {
    width: 426px;
    padding: 0px 0px 0px 8px;
    font-size: 16px;
    height: 44px;
    border: none;
    border-bottom: 1px solid #b6b6b6;
}

.div-cadastro input:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}

.div-cadastro button {
    padding-left: 7px;
    margin-left: -68px;
    height: 32px;
    width: 71px;
    border: none;
    background-color: transparent;
    border-radius: 5px;
    color: black;
    font-size: 15px;
}


.div-cadastro-text h2 {
    font-size: 27px;
    font-weight: 500;
}


.div-cadastro-text h3 {
    font-size: 15px;
    margin: 0px 0px 13px 0px;
}

.div-input-cadastro {
    display: flex;
    align-items: end;
}

.div-input-cadastro {
    cursor: pointer;
}

.div-input-cadastro button img {
    width: 22px;
    padding: 0px 0px 0px 10px;
    height: 20px;
}


/*============================= CONTAINER FOOTER ====================*/


.container-footer {
    display: flex;
    flex-direction: column;
    color: #cdcdcd;
    background-color: #1a1a1a;
    margin-top: 65px;
}

.div-footer {
    padding: 63px 10px;
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.footer-direitos {
    text-align: center;
    border-top: 1px solid #fefefe1f;
    padding: 18px 0px 18px 0px;
}

.footer-sobreNos {
    width: 410px;
}

.footer-direitos a {
    color: rgb(235, 192, 19);
    text-decoration: none;
}

.div-informacao p img {
    width: 14px;
}

.div-informacao p {
    margin: 8px 0px;
}

/*======================= CONTAINER CONTEUDO BLOG 1 ======================*/





.container-footer {
    display: flex;
    flex-direction: column;
    color: #cdcdcd;
    background-color: #1a1a1a;
}

.div-footer {
    padding: 63px 10px;
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.footer-direitos {
    display: flex;
    border-top: 1px solid #fefefe1f;
    padding: 18px 0px 18px 0px;
    justify-content: center;
}

.footer-sobreNos {
    width: 410px;
}

.footer-sobreNos h2 {
    font-weight: 600;
    font-size: 25px;
}

.footer-sobreNos p {
    margin: 8px 0px;
    font-weight: 200;
}


.footer-direitos a {
    color: rgb(235, 192, 19);
    text-decoration: none;
}

.div-informacao p img {
    width: 14px;
}

.div-informacao p {
    margin: 8px 0px;
}

.container-headline img {
    width: 420px;
}

.div-icones-midiasociais a img {
    width: 32px;
    margin: 0px 10px;
}

.div-icones-midiasociais {
    margin-top: 40px;

}

#icone-yt {
    padding-top: 15px;
}

.div-icones-midiasociais a {
    cursor: pointer;
}

.container-conteudo-blog1 {
    width: 85%;
    margin: 0 auto;
}


.cta-final-formulário {
    height: 350px;
    background-image: url(/img/ctafinal.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.cta-final-formulário h2 {
    font-size: 31px;
    width: 90%;
    line-height: 35px;
    font-weight: 300;
    padding: 4px 0px;
    color: white;
    margin: 0 auto;
}

.container-formulario {
    background: #4f6358;
}

.formulario {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    padding: 25px 0px;
}

.formulario select {
    background: transparent;
    color: white;
    font-size: 15px;
    padding: 9px 0px 5px;
    border: none;
    border-bottom: 1px solid;
}

.formulario input {
    color: white;
}

.formulario h2 {
    font-size: 22px;
    width: 90%;
    font-weight: 300;
    padding: 4px 0px;
    color: white;
}

.formulario p {
    font-size: 14px;
    line-height: 21px;
    color: white;
    padding-bottom: 10px;
}

.formulario input::placeholder {
    color: rgb(255, 255, 255);
    font-weight: 300;
}

.formulario input {
    background: transparent;
    border: none;
    font-size: 17px;
    padding: 10px 8px;
    margin: 15px 0px;
    border: 1px solid white;
    border-radius: 10px;

}

.formulario button {
    padding: 7px 0px;
    width: 185px;
    height: 36px;
    background: #ffffff;
    font-size: 19px;
    border: none;
    border-radius: 6px;
}

footer p {
    text-align: center;
    background: #4f6358;
    padding: 10px 0px;
}

@media (max-width: 716px) {

    header {
        height: 70px;
        display: flex;
        align-items: center;
    }

    .nav1 {
        display: none;
    }

    .figure-logo img {
        width: 160px;
        cursor: pointer;
    }

    .nav-2-header button {
        display: block;
        background: var(--color4);
        border: none;
        border-radius: 3px;
        color: var(--color5);
        padding: 12px 10px;
        font-size: 14px;
        cursor: pointer;
    }

    .nav-2-header {
        display: flex;
        gap: 20px;
    }

    .container-header {
        max-width: 1210px;
        height: 75px;
    }

    .button-header {
        padding: 5px 0px;
        width: 153px;
        background: white;
        border: none;
        border-radius: 8px;
        cursor: pointer;
    }

    .button-header:hover {
        background-color: #F2E7A9;
    }

    #button-header-contato li a {
        color: var(--color5);
        font-size: 18px;
    }

    #button-header-contato li a {
        color: #344967;
    }

    .nav-menu {
        align-items: center;
    }

    .nav-menu-icons img {
        width: 30px;
    }

    #button-header {
        display: block;
    }

    #card-desck {
        display: flex;
    }

    #cards-mobile {
        display: none;
    }

    /*================================ DIV INFORMAÇAO ============================ */

    .div-informacao h1 {
        font-size: 25px;
    }

    .div-informacao h2 {
        color: #444444;
        font-size: 12px;
    }

    .div-informacao-post h1 {
        font-size: 25px;
    }

    .div-caminho-blog p {
        font-size: 12px;
        color: gray;
    }

    .div-caminho-blog {
        margin: 27px 0px;
        font-size: 12px;
        color: gray;
    }


    /* ====================== CONTAINER FOOTER  ===========================*/

    .div-footer {
        flex-direction: column;
        padding: 34px 10px;
    }

    .footer-direitos {

        background-color: #1a1a1a;
    }

    .footer-sobreNos {
        width: 100%;
        margin-bottom: 35px;
    }

    .footer-sobreNos p {
        margin: 14px 0px;
    }

    .footer-sobreNos h2 {
        font-size: 30px;
    }

    .container-footer {
        height: 650px;
    }

    /*======================== CONTAINER CONTEUDO =====================*/


    .figure-post img {
        width: 100%;
    }

    .container-conteudo-blog1 p {
        font-size: 16px;
        text-align: justify;
    }

    /* ====================== DIV-CADASTRO  ===========================*/

    .div-input-cadastro {
        width: 100%;
    }

    .div-cadastro input {
        width: 100%;
    }

    .div-cadastro button {
        margin-left: -55px;
        width: 45px;
    }


}


@media (min-width: 600px) {

    .container-formulario {
        display: flex;
        justify-content: center;
    }

    .cta-final-formulário {
        width: 50%;
        height: 431px;
        justify-content: flex-end;
    }

    #id-div-formulario {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .formulario {
        width: 410px;
        margin: 10px 45px;
        padding: 0px 0px;
    }

    .formulario h2 {
        font-size: 29px;
        line-height: 31px;
        width: 100%;
    }

    .formulario p {
        font-size: 15px;
        font-weight: 200;
        line-height: 20px;
        color: white;
        padding-bottom: 5px;
    }

    .cta-final-formulário h2 {
        width: 470px;
        margin: 0px;
        font-size: 40px;
        line-height: 42px;
    }
}