 
/* :::::::::::::::::::::::::::::::::::::::::::| ATRIBUTOS GLOBAIS |:::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( RESET ):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

html {
    line-height: 1.15; 
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main { 
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box; 
    height: 0; 
    overflow: visible; 
}

pre {
    font-family: monospace, monospace; 
    font-size: 1em; 
}

a {
    background-color: transparent; 
    -webkit-text-decoration-skip: objects; 
}

abbr[title] {
    border-bottom: none; 
    text-decoration: underline; 
    text-decoration: underline dotted; 
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; 
    font-size: 1em; 
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15; 
    margin: 0; 
}

button,
input { 
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal; 
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; 
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -transition-timing-functionwebkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit; 
}

details, menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*, :before, :after, ::before, ::after {
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, ul, li, a {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
}

a, img, button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    display: block;
    max-width: 100%;
}

/* :::::::::::::::::::::::::::::::::::::::: */

::-webkit-scrollbar {
    width: 14px;
    background-color: #f3fcff;
}

::-webkit-scrollbar-thumb {
    background-color: #004f7a;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( CABEÇALHO ):::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.cabecalho-e-banner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: #0ba1dd;
    height: 730px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.cabecalho {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 37px;
    background-color: #fff;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.logo-e-menu {
    width: 1500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.imagem-logo img {
    width: 160px;
    position: relative;
    top: 2px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.menu-mobile {
    display: none;
}

.menu-principal {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1px;
}

.menu-principal ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: row nowrap;
}

.menu-principal ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
}

.menu-principal ul li {
    display: inherit;
}

.menu-principal ul li a {
    color: #0ba1dd;
    font-size: 0.95em;
    padding: 0px 16px 0px 20px;
    letter-spacing: 0.3px;
    font-weight: 400;
    margin-top: 5px;
    transition-duration: 0.8s;
}

.menu-principal ul li a:hover {
    color: #004f7a;
    transition-duration: 0.8s;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.fa {
    font-size: 1.2em !important;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    margin-left: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1px;
}

.fa-instagram {
    font-size: 1.3em !important;
    background: #0ba1dd;
    color: #fff;
    padding: 8.5px 9.5px 7.5px 8.9px;
    border-radius: 30px;
    transition-duration: 0.8s;
}

.fa-instagram:hover {
    background-color: #004f7a;
    transition-duration: 0.8s;
}

.fa-facebook {
    font-weight: 500;
    background: #0ba1dd;
    border-radius: 30px;
    color: #fff;
    padding: 9px 13.5px 8px 11.5px;
    transition-duration: 0.8s;
}

.fa-facebook:hover {
    background-color: #004f7a;
    transition-duration: 0.8s;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.btn-agendamento-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004f7a;
    margin-left: 20px;
    padding: 8.9px 30px 10.3px 30px;
    border-radius: 2px;
    font-size: 0.95em;
    color: #fff;
    font-weight: 400;
    border-radius: 30px;
    margin-top: 1px;
    transition-duration: 0.8s;
    letter-spacing: 0.3px;
}

.btn-agendamento-menu:hover {
    background-color: #0ba1dd;
    transition-duration: 0.8s;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::( BANNER PRINCIPAL )::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.introducao-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.info-introducao-banner {
    width: 1500px;
    position: relative;
    top: 75px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-radius: 4px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.col-1-introducao-banner {
    background-color: #e6faff;
    width: 870px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 100px 0px 110px 85px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.col-1-introducao-banner h1 {
    width: 670px;
    font-size: 2.35em;
    font-weight: 700;
    color: #004f7a;
    margin-bottom: 30px;
    line-height: 45px;
}

.col-1-introducao-banner h2 {
    width: 540px;
    font-size: 1em;
    font-weight: 400;
    color: #004f7a;
    margin-bottom: 35px;
    line-height: 28px;
}

.col-1-introducao-banner a {
    color: #fff;
    font-weight: 500;
    font-size: 1.1em;
    background-color: #004f7a;
    padding: 12px 45px 12.4px 45px;
    border-radius: 30px;
    transition-duration: 0.8s;
}

.col-1-introducao-banner a:hover {
    background-color: #004f7a;
    color: #fff;
    transition-duration: 0.8s;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.col-2-introducao-banner {
    width: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-2-introducao-banner img {
    width: 650px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( SOBRE ):::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.sobre {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 195px 0px 135px 0px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.conteudo-sobre {
    width: 1250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.col-1-sobre {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.col-1-sobre img  {
    width: 510px;
    border-radius: 4px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.col-2-sobre {
    width: 650px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 15px;
}

.col-2-sobre h3 {
    font-size: 1.7em;
    font-weight: 700;
    color: #004f7a;
    margin-bottom: 10px;
    line-height: 30px;
}

.col-2-sobre p {
    font-size: 1em;
    font-weight: 400;
    color: #111111;
    margin-bottom: 18px;
    line-height: 25px;
}

.col-2-sobre img {
    width: 280px;
    margin-top: 10px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::( BANNER COM FRASE ):::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.banner-frase {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.conteudo-banner-frase {
    width: 100%;
    background-color: #0ba1dd;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    height: 300px;
    border-radius: 4px;
    padding: 30px 60px 30px 60px;
}

.conteudo-banner-frase p {
    font-size: 1.6em;
    font-weight: 700;
    color: #fff;
    line-height: 35px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( SERVIÇOS )::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.servicos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 135px 0px 80px 0px;
    background-color: #fcfcfc;
}

/* ::::::::::::::::::::::::: */

.servicos-cont {
    width: 1330px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row nowrap;
}

/* ::::::::::::::::::::::::: */

.ind-servicos {
    width: 310px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 50px 25px 55px 25px;
    border-top-left-radius: 35px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 4px;
    background-color: #f3fcff;
}

.ind-servicos img {
    width: 80px;
}

.ind-servicos h3 {
    color: #0ba1dd;
    margin-top: 23px;
    font-weight: 500;
    font-size: 1.2em;
    text-align: center;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.desc-servicos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 145px;
    background-color: #fcfcfc;
}

/* ::::::::::::::::::::::::: */

.cont-desc-servicos {
    width: 1330px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
}

/* ::::::::::::::::::::::::: */

.col-1-desc-servicos {
    width: 590px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.col-1-desc-servicos h3 {
    font-size: 1.7em;
    font-weight: 700;
    color: #0ba1dd;
    margin-bottom: 20px;
    line-height: 30px;
}

.col-1-desc-servicos p {
    font-size: 0.98em;
    font-weight: 400;
    color: #202020;
    margin-bottom: 13px;
    line-height: 25px;
    margin-top: 13px;
}

/* ::::::::::::::::::::::::: */

.col-2-desc-servicos {
    width: 642px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.col-2-desc-servicos img {
    border-radius: 4px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::( CTA AGENDAMENTO )::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.cta-agendamento {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #004f7a;
    padding: 70px 0px 75px 0px;
}

/* ::::::::::::::::::::::::: */

.info-agendamento {
    width: 1330px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}

/* ::::::::::::::::::::::::: */

.col-1-agendamento {
    width: 530px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.col-1-agendamento h3 {
    font-size: 1.35em;
    font-weight: 600;
    color: #f3fcff;
    margin-bottom: 15px;
    line-height: 30px;
}

.col-1-agendamento p {
    color: #fff;
    font-size: 0.95em;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 22px;
}

/* ::::::::::::::::::::::::: */

.col-2-agendamento {
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.col-2-agendamento a {
    background-color: #fff;
    color: #004f7a;
    font-size: 1em;
    font-weight: 500;
    padding: 13px 40px 12px 40px;
    border-radius: 40px;
    transition-duration: 0.8s;
}

.col-2-agendamento a:hover {
    background-color: #0ba1dd;
    transition-duration: 0.8s;
    color: #fff;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::( CONTATO )::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.contato {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 115px 0px 145px 0px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.cont-contato {
    width: 1330px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.info-cont-contato {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.col-1-contato {
    width: 730px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.desc-contato {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.desc-contato h3 {
    font-size: 1.7em;
    font-weight: 700;
    color: #004f7a;
    margin-bottom: 20px;
    line-height: 30px;
}

.desc-contato p {
    font-size: 0.98em;
    font-weight: 400;
    color: #202020;
    line-height: 23px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.dados-contato {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row nowrap;
    margin-top: 35px;
}

/* ::::::::::::::::::::::::: */

.col-dados-contato {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row nowrap;
}

/* ::::::::::::::::::::::::: */

.img-dados-contato {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0ba1dd;
    height: 37px;
    padding-right: 2px;
    width: 37px;
    border-radius: 30px;
    margin-right: 10px;
}

.img-dados-contato img {
    width: 16px;
}

/* ::::::::::::::::::::::::: */

.col-dados-contato a {
    color: #202020;
    font-size: 0.95em;
}

/* ::::::::::::::::::::::::: */

.col-2-dados-contato {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row nowrap;
}

.col-2-dados-contato p {
    color: #202020;
    font-size: 0.95em;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.formulario-contato {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 50px;
}

/* ::::::::::::::::::::::::: */

.cont-formulario-contato {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

/* ::::::::::::::::::::::::: */

.info-form-contato {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-color: #f3fcff;
    padding: 40px 55px 70px 55px;
    border-top-left-radius: 40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 4px;
}

.info-form-contato input {
    width: 100%;
    margin-bottom: 30px;
    color: #004f7a;
    background-color: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #004f7a;
    padding: 17px 20px 16px 20px;
    outline: none;
    letter-spacing: 0.2px;
    font-size: 1em;
    font-weight: 400;
}

.info-form-contato textarea {
    width: 100%;
    color: #004f7a;
    background-color: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #004f7a;
    padding: 21px 20px 0px 20px;
    outline: none;
    font-weight: 400;
}

.info-form-contato button {
    color: #fff;
    background-color: #004f7a;
    padding: 16px 45px 15px 45px;
    font-size: 1em;
    font-weight: 500;    
    border-radius: 30px;
    border: none;
    cursor: pointer;
    margin-top: 40px;
}


::-webkit-input-placeholder {
    color: #004f7a;
    font-weight: 400;
}

:-moz-placeholder { /* Firefox 18- */
    color: #004f7a; 
    font-weight: 400;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #004f7a; 
    font-weight: 400;
}

:-ms-input-placeholder {  
    color: #004f7a;
    font-weight: 400;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.col-2-formulario-contato {
    width: 530px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.col-2-formulario-contato iframe {
    width: 100%;
    height: 597px;
    border-radius: 4px;
    margin-top: 15px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::( RODAPÉ )::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.rodape {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0ba1dd;
    padding: 55px 0px 47px 0px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.conteudo-rodape {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.conteudo-rodape p {
    font-size: 0.9em;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    text-align: center;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.redes-rodape {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    margin-top: 20px;
}

.redes-rodape a {
    background-color: #fff;
    color: #0ba1dd;
    margin: 0px 5px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( 1700 ):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media (max-width: 1700px) {

.logo-e-menu {
    width: 1370px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.info-introducao-banner {
    width: 1400px;
    flex-direction: stretch;
    top: 85px;
}

.col-1-introducao-banner {
    width: 700px;
    padding: 90px 0px 100px 85px;
}

.col-1-introducao-banner h1 {
    width: 650px;
    font-size: 2.3em;
    margin-bottom: 30px;
    line-height: 46px;
}

.col-1-introducao-banner h2 {
    width: 530px;
    font-size: 1em;
    margin-bottom: 35px;
    line-height: 28px;
}

.col-2-introducao-banner {
    width: 670px;;
}

.col-2-introducao-banner img {
    width: 670px;
}

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( 1550 ):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media (max-width: 1550px) {

.logo-e-menu {
    width: 1250px;
}

.cabecalho-e-banner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: #0ba1dd;
    height: 650px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.info-introducao-banner {
    width: 1250px;
    flex-direction: stretch;
    top: 85px;
}

.col-1-introducao-banner {
    width: 770px;
    padding: 90px 0px 100px 85px;
}

.col-1-introducao-banner h1 {
    width: 550px;
    font-size: 2.3em;
    margin-bottom: 30px;
    line-height: 43px;
}

.col-1-introducao-banner h2 {
    width: 530px;
    font-size: 1em;
    margin-bottom: 35px;
    line-height: 28px;
}

.col-2-introducao-banner {
    width: 700px;
}

.col-2-introducao-banner img {
    width: 700px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.sobre {
    padding: 250px 0px 155px 0px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.servicos-cont {
    width: 1250px;
}

.ind-servicos {
    width: 280px;
    padding: 50px 25px 55px 25px;
}

.cont-desc-servicos {
    width: 1250px;
}

.col-1-desc-servicos {
    width: 590px;
}

.col-2-desc-servicos {
    width: 580px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.info-agendamento {
    width: 1250px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.cont-contato {
    width: 1250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-1-contato {
    width: 690px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.col-2-formulario-contato {
    width: 500px;
}

.col-2-formulario-contato iframe {
    width: 100%;
    height: 625px;
    border-radius: 4px;
    margin-top: 15px;
}

.desc-contato p {
    font-size: 0.98em;
    font-weight: 400;
    color: #202020;
    line-height: 20px;
}

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( 1400 ):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media (max-width: 1400px) {

.logo-e-menu {
    width: 80%;
}

.cabecalho-e-banner {
    width: 100%;
    height: 650px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.info-introducao-banner {
    width: 80%;
    flex-direction: stretch;
    top: 85px;
}

.col-1-introducao-banner {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 150px 0px 160px 0px;
    border-radius: 4px;
}

.col-1-introducao-banner h1 {
    text-align: center;
    width: 700px;
    font-size: 2.4em;
    margin-bottom: 30px;
    line-height: 43px;
}

.col-1-introducao-banner h2 {
    width: 550px;
    font-size: 1em;
    margin-bottom: 35px;
    line-height: 28px;
    text-align: center;
}

.col-2-introducao-banner {
    display: none;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.sobre {
    padding: 220px 0px 115px 0px;
}

.conteudo-sobre {
    width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-1-sobre {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.col-1-sobre img  {
    width: 840px;
    height: 660px;
    object-fit: cover;
    object-position: top;
}

.col-2-sobre {
    width: 840px;
    margin-top: 65px;
}

.col-2-sobre h3 {
    font-size: 1.7em;
    margin-bottom: 10px;
    line-height: 30px;
}

.col-2-sobre p {
    font-size: 1em;
    margin-bottom: 18px;
    line-height: 25px;
}

.col-2-sobre img {
    width: 280px;
    margin-top: 10px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.servicos {
    padding: 105px 0px 80px 0px;
}

.servicos-cont {
    width: 1000px;
    justify-content: center;
    flex-flow: row wrap;
}

.ind-servicos {
    width: 405px;
    padding: 60px 25px 65px 25px;
    margin: 15px 15px;
}

.cont-desc-servicos {
    width: 840px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-1-desc-servicos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.col-1-desc-servicos h3 {
    font-size: 1.7em;
    margin-bottom: 20px;
    line-height: 30px;
}

.col-1-desc-servicos p {
    font-size: 0.98em;
    margin-bottom: 13px;
    line-height: 25px;
    margin-top: 13px;
}

.col-2-desc-servicos {
    width: 100%;
    margin-top: 45px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.cta-agendamento {
    padding: 70px 0px 85px 0px;
}

.info-agendamento {
    width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-1-agendamento {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-1-agendamento h3 {
    font-size: 1.35em;
    text-align: center;
    margin-bottom: 15px;
    line-height: 30px;
}

.col-1-agendamento p {
    width: 500px;
    text-align: center;
    font-size: 0.95em;
    letter-spacing: 0.3px;
    line-height: 23px;
}

.col-2-agendamento {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-2-agendamento a {
    font-size: 1em;
    margin-top: 40px;
    padding: 13px 40px 12.3px 40px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.contato {
    width: 100%;
    flex-direction: column;
    padding: 90px 0px 135px 0px;
}

.cont-contato {
    width: 1000px;
}

.info-cont-contato {
    width: 840px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-1-contato {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.desc-contato {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.col-2-formulario-contato {
    width: 840px;
}

.col-2-formulario-contato iframe {
    width: 100%;
    height: 625px;
    margin-top: 55px;
}

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( 1220 ):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media (max-width: 1220px) {

.logo-e-menu {
    width: 80%;
}

.cabecalho-e-banner {
    width: 100%;
    height: 630px;
}

.menu-mobile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    flex-flow: row nowrap;
}

.menu-mobile span {
    margin-right: 9px;
    margin-top: 2.5px;
}

#responsivo {
    display: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #004f7a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 90px;
    box-shadow: 5px 5px 7px rgba(72,72,72,0.1);
}

.sidenav a {
    padding: 9px 8px 20px 40px;
    text-decoration: none;
    letter-spacing: 0.3px;
    font-size: 1.5em;
    font-weight: 400;
    color: #f3fcff;
    display: block;
    transition: 0.5s;
}

.sidenav a:hover {
    color: #0ba1dd;
}

.sidenav .closebtn {
    position: absolute;
    top: 17px;
    right: 27px;
    font-size: 3em;
    margin-left: 50px;
    font-weight: 300;
}

.btn-agendamento-menu {
    display: none;
} 

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.info-introducao-banner {
    width: 80%;
    flex-direction: stretch;
    top: 85px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.sobre {
    padding: 220px 0px 115px 0px;
}

.conteudo-sobre {
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-1-sobre {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.col-1-sobre img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.col-2-sobre {
    width: 100%;
    margin-top: 65px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.conteudo-banner-frase p {
    width: 500px;
    font-size: 1.7em;
    line-height: 35px;
    text-align: center;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.servicos {
    padding: 105px 0px 80px 0px;
}

.servicos-cont {
    width: 640px;
    justify-content: center;
    flex-flow: row wrap;
}

.ind-servicos {
    width: 290px;
    padding: 60px 25px 65px 25px;
    margin: 10px 10px;
}

.cont-desc-servicos {
    width: 600px;
}

.col-1-desc-servicos {
    width: 100%;
}

.col-1-desc-servicos h3 {
    font-size: 1.7em;
    margin-bottom: 20px;
    line-height: 30px;
}

.col-1-desc-servicos p {
    font-size: 0.98em;
    margin-bottom: 13px;
    line-height: 25px;
    margin-top: 13px;
}

.col-2-desc-servicos {
    width: 100%;
    margin-top: 45px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.info-agendamento {
    width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.contato {
    width: 100%;
    padding: 90px 0px 135px 0px;
}

.cont-contato {
    width: 600px;
}

.info-cont-contato {
    width: 100%;
}

.col-1-contato {
    width: 100%;
}

.img-dados-contato {
    display: none;
}

.desc-contato {
    width: 100%;
}

.col-2-formulario-contato {
    width: 100%;
}

.col-2-formulario-contato iframe {
    width: 100%;
    height: 450px;
    margin-top: 55px;
}

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( 970 ):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media (max-width: 970px) {

.logo-e-menu {
    width: 80%;
}

.cabecalho-e-banner {
    width: 100%;
    height: 630px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.info-introducao-banner {
    width: 80%;
    flex-direction: stretch;
    top: 85px;
}

.col-1-introducao-banner {
    padding: 100px 5px 130px 0px;
}

.col-1-introducao-banner h1 {
    width: 400px;
    font-size: 2.5em;
    font-weight: 700;
    color: #004f7a;
    margin-bottom: 30px;
    line-height: 45px;
}

.col-1-introducao-banner h2 {
    width: 400px;
    font-size: 1em;
    margin-bottom: 35px;
    line-height: 28px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.sobre {
    padding: 230px 0px 115px 0px;
}

.conteudo-sobre {
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-1-sobre {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-1-sobre img  {
    width: 410px;
    height: 100%;
}

.col-2-sobre {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 70px;
}

.col-2-sobre h3 {
    text-align: center;
    font-size: 1.7em;
    margin-bottom: 10px;
    line-height: 30px;
}

.col-2-sobre p {
    text-align: center;
    font-size: 1em;
    margin-bottom: 18px;
    line-height: 25px;
}

.col-2-sobre img {
    width: 280px;
    margin-top: 10px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.servicos {
    padding: 100px 0px 80px 0px;
}

.servicos-cont {
    width: 600px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ind-servicos {
    width: 400px;
    padding: 60px 25px 65px 25px;
    margin: 20px 0px;
}

.cont-desc-servicos {
    width: 600px;
    justify-content: center;
    align-items: center;
}

.col-1-desc-servicos {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.col-1-desc-servicos h3 {
    font-size: 1.7em;
    margin-bottom: 20px;
    line-height: 30px;
    text-align: center;
}

.col-1-desc-servicos p {
    text-align: center;
    font-size: 0.98em;
    margin-bottom: 13px;
    line-height: 25px;
    margin-top: 13px;
}

.col-2-desc-servicos {
    width: 100%;
    margin-top: 45px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.info-agendamento {
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-1-agendamento p {
    width: 400px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.contato {
    width: 100%;
    padding: 100px 0px 135px 0px;
}

.cont-contato {
    justify-content: center;
    align-items: center;
    width: 600px;
}

.info-cont-contato {
    justify-content: center;
    align-items: center;
    width: 100%;
}

.col-1-contato {
    justify-content: center;
    align-items: center;
    width: 100%;
}

.desc-contato {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.desc-contato h3 {
    font-size: 1.7em;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
}

.desc-contato p {
    font-size: 0.98em;
    text-align: center;
    line-height: 21px;
}

.img-dados-contato {
    display: none;
}

.col-2-formulario-contato iframe {
    width: 100%;
    height: 400px;
    margin-top: 55px;
}

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( 730 ):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media (max-width: 730px) {

.logo-e-menu {
    width: 80%;
}

.cabecalho-e-banner {
    width: 100%;
    height: 630px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.info-introducao-banner {
    width: 80%;
    flex-direction: stretch;
    top: 85px;
}

.col-1-introducao-banner {
    padding: 105px 5px 130px 0px;
}

.col-1-introducao-banner h1 {
    width: 400px;
    font-size: 2.4em;
    font-weight: 700;
    color: #004f7a;
    margin-bottom: 30px;
    line-height: 41px;
}

.col-1-introducao-banner h2 {
    width: 360px;
    font-size: 1em;
    margin-bottom: 35px;
    line-height: 28px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.sobre {
    padding: 230px 0px 115px 0px;
}

.conteudo-sobre {
    width: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-1-sobre img  {
    width: 410px;
    height: 100%;
}

.col-2-sobre {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 70px;
}

.col-2-sobre h3 {
    text-align: center;
    font-size: 1.7em;
    margin-bottom: 10px;
    line-height: 30px;
}

.col-2-sobre p {
    text-align: center;
    font-size: 1em;
    margin-bottom: 18px;
    line-height: 25px;
}

.col-2-sobre img {
    width: 280px;
    margin-top: 10px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.conteudo-banner-frase p {
    width: 400px;
    font-size: 1.7em;
    text-align: center;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.servicos {
    padding: 100px 0px 80px 0px;
}

.servicos-cont {
    width: 480px;
}

.ind-servicos {
    width: 400px;
    padding: 60px 25px 65px 25px;
    margin: 20px 0px;
}

.cont-desc-servicos {
    width: 480px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.contato {
    padding: 100px 0px 135px 0px;
}

.cont-contato {
    justify-content: center;
    align-items: center;
    width: 480px;
}
 
.col-1-contato {
    justify-content: center;
    align-items: center;
    width: 100%;
}

.desc-contato {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.desc-contato h3 {
    font-size: 1.7em;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
}

.desc-contato p {
    font-size: 0.98em;
    text-align: center;
}

.dados-contato {
    flex-direction: column;
}

.col-2-dados-contato {
    margin-top: 15px;
}

.img-dados-contato {
    display: flex;
}

.col-2-formulario-contato iframe {
    width: 100%;
    height: 350px;
    margin-top: 55px;
}

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( 600 ):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media (max-width: 600px) {

.logo-e-menu {
    width: 80%;
}

.cabecalho-e-banner {
    width: 100%;
    height: 630px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.info-introducao-banner {
    width: 80%;
    flex-direction: stretch;
    top: 85px;
}

.col-1-introducao-banner {
    padding: 100px 5px 130px 0px;
}

.col-1-introducao-banner h1 {
    width: 300px;
    font-size: 2.2em;
    margin-bottom: 30px;
    line-height: 38px;
}

.col-1-introducao-banner h2 {
    width: 300px;
    font-size: 1em;
    margin-bottom: 35px;
    line-height: 26px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.sobre {
    padding: 230px 0px 115px 0px;
}

.conteudo-sobre {
    width: 350px;
}

.col-1-sobre img  {
    width: 320px;
    height: 100%;
}

.col-2-sobre {
    justify-content: center;
    align-items: center;
    width: 350px;
    margin-top: 70px;
}

.col-2-sobre h3 {
    text-align: center;
    font-size: 1.7em;
    margin-bottom: 10px;
    line-height: 30px;
}

.col-2-sobre p {
    text-align: center;
    font-size: 1em;
    margin-bottom: 18px;
    line-height: 25px;
}

.col-2-sobre img {
    width: 280px;
    margin-top: 10px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.conteudo-banner-frase p {
    width: 400px;
    font-size: 1.6em;
    line-height: 35px;
    text-align: center;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.servicos {
    padding: 90px 0px 40px 0px;
}

.servicos-cont {
    width: 350px;
    margin-bottom: 20px;
}

.ind-servicos {
    width: 320px;
    padding: 60px 25px 65px 25px;
    margin: 20px 0px;
}

.desc-servicos {
    padding-bottom: 60px
}

.cont-desc-servicos {
    width: 320px;
}

.col-1-desc-servicos h3 {
    font-size: 1.7em;
    margin-bottom: 20px;
    line-height: 33px;
}

.col-2-desc-servicos {
    width: 320px;
}

.col-2-desc-servicos img {
    display: none;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.cta-agendamento {
    padding: 70px 0px 85px 0px;
}

.info-agendamento {
    width: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-1-agendamento h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    line-height: 28px;
}

.col-1-agendamento p {
    width: 300px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.contato {
    padding: 90px 0px 115px 0px;
}

.cont-contato {
    width: 350px;
}

.desc-contato h3 {
    font-size: 1.7em;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
}

.desc-contato p {
    font-size: 0.98em;
    text-align: center;
    line-height: 23px;
}

.dados-contato {
    flex-direction: column;
}

.col-2-dados-contato {
    margin-top: 20px;
}

.col-dados-contato a {
    color: #0ba1dd;
    font-weight: 600;
    font-size: 1em;
}

.col-2-dados-contato p {
    color: #0ba1dd;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    font-size: 1em;
    letter-spacing: -0.3px;
}

.img-dados-contato {
    display: none;
}

.info-form-contato {
    padding: 45px 55px 70px 55px;
}

.col-2-formulario-contato iframe {
    width: 100%;
    height: 350px;
    margin-top: 55px;
}

}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::( 500 ):::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media (max-width: 500px) {

.logo-e-menu {
    width: 80%;
}

.imagem-logo img {
    width: 150px;
    top: 7px;
}

#deletar {
    display: none;
}

.cabecalho-e-banner {
    width: 100%;
    height: 100%;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.info-introducao-banner {
    width: 300px;
    top: 0px;
}

.col-1-introducao-banner {
    background-color: #0ba1dd;
    padding: 105px 0px 120px 0px;
}

.col-1-introducao-banner h1 {
    width: 270px;
    font-size: 2.2em;
    color: #e6faff;
    margin-bottom: 30px;
    line-height: 38px;
    letter-spacing: -0.4px;
}

.col-1-introducao-banner h2 {
    color: #e6faff;
    width: 290px;
    font-size: 0.97em;
    margin-bottom: 35px;
    line-height: 25px;
}

.col-1-introducao-banner a {
    font-size: 1.15em;
    padding: 15px 45px 15.5px 45px;
    border-radius: 30px;
    transition-duration: 0.8s;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.sobre {
    padding: 90px 0px 90px 0px;
}

.conteudo-sobre {
    width: 300px;
}

.col-1-sobre img  {
    width: 280px;
    height: 100%;
}

.col-2-sobre {
    width: 270px;
    margin-top: 50px;
    margin-left: -3px;
}

.col-2-sobre h3 {
    text-align: center;
    font-size: 1.7em;
    margin-bottom: 10px;
    line-height: 33px;
}

.col-2-sobre p {
    text-align: center;
    font-size: 0.95em;
    margin-bottom: 18px;
    line-height: 25px;
}

.col-2-sobre img {
    width: 220px;
    margin-top: 20px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.conteudo-banner-frase {
    height: 250px;
    padding: 10px 0px 10px 0px;
}

.conteudo-banner-frase p {
    width: 280px;
    font-size: 1.45em;
    line-height: 32px;
    text-align: center;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.servicos {
    padding: 70px 0px 30px 0px;
}

.servicos-cont {
    width: 300px;
    margin-bottom: 20px;
}

.ind-servicos {
    width: 275px;
    padding: 60px 25px 65px 25px;
    margin: 20px 0px;
}

.desc-servicos {
    padding-bottom: 40px
}

.cont-desc-servicos {
    width: 280px;
}

.col-1-desc-servicos h3 {
    font-size: 1.7em;
    margin-bottom: 20px;
    line-height: 33px;
}

.col-2-desc-servicos {
    width: 320px;
}

.col-2-desc-servicos img {
    display: none;
}

.col-1-desc-servicos p {
    font-size: 0.95em;
    line-height: 25px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.cta-agendamento {
    padding: 70px 0px 85px 0px;
}

.info-agendamento {
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.col-1-agendamento h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    line-height: 28px;
}

.col-1-agendamento p {
    width: 280px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

.contato {
    padding: 90px 0px 100px 0px;
}

.cont-contato {
    width: 290px;
}

.desc-contato h3 {
    font-size: 1.7em;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
}

.desc-contato p {
    font-size: 0.98em;
    text-align: center;
    line-height: 23px;
}

.dados-contato {
    flex-direction: column;
}

.col-2-dados-contato {
    margin-top: 20px;
}

.col-dados-contato a {
    color: #0ba1dd;
    font-weight: 600;
    font-size: 1em;
}

.col-2-dados-contato p {
    color: #0ba1dd;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    width: 230px;
    font-size: 1em;
    letter-spacing: -0.3px;
}

.img-dados-contato {
    display: none;
}

.info-form-contato {
    padding: 45px 35px 70px 35px;
}

.info-form-contato input {
    padding: 17px 0px 16px 0px;
}

.info-form-contato textarea {
    padding: 21px 0px 0px 0px;
}

.col-2-formulario-contato iframe {
    width: 100%;
    height: 300px;
    margin-top: 55px;
}

}