/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.logo img {
    max-width: 250px !important;
}
.justify-content-start {
    justify-content: center !important;
}
#nav-menu-container {
    padding-right: 0px !important;
    margin: 0 auto;
    margin-top: 20px !important;
}
.header-scrolled #nav-menu-container {
    margin-top: unset
     !important;
}
.header-scrolled .menu a {
    color: #fff !important;
}
.header-scrolled .menu li {
    background-color: #2e4da5;
}
.banner-area {
    min-height: 980px;
}
.menu a {
    color: #2e4da5 !important;
    font-size: 17px !important;
    width: 100%;
}
.menu ul {
    width: 600px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.header-scrolled .menu {
    margin-top: 0px;
}
.menu {
    margin-top: 20px;
}
.menu li {
    background-color: #f7f7f7;
    padding: 10px !important;
    display: flex;
    align-items: center;
    border-top: solid 4px #ffffff00;
}
.menu li:hover {
    border-top: solid 4px #2e4da5;
}
.row.fullscreen.d-flex.align-items-center.justify-content-start {
    height: 980px !important;
}


.single-dish:hover .thumb .img-fluid {
    border-radius: 50px;
}
.single-dish .thumb {
    overflow: unset;
    display: flex;
    justify-content: center;
}
.pt-20 {
    padding-top: 50px;
    color: #777;
}
.single-dish h4 {
    text-align: center !important;
}
.single-dish p {
    text-align: center !important;
    font-weight: bold;
}
i.fas.fa-leaf {
    color: #2e4da5;
    margin: 0px 40px;
    font-size: 20px;
}
h1.mb-10 {
    border: dashed 3px #964b00;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    margin: 0 auto;
}
.mb-10 {
    margin-bottom: 50px !important;
}
.feature-section img {
    display: flex;
    margin: 0 auto;
}
.pt-20 {
    padding-top: 50px;
    color: #3653a5;
    text-align: center;
    border-bottom: solid 1px #3653a5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.feature-section p {
    text-align: center;
}

.veja-mais {
    bottom: 200px;
    position: absolute;
}
.veja-mais  i{
    font-size: 50px;
    color: #fff;

}
.sobre-nos .container {
    width: 1200px !important;
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.sobre-nos .container-2 {
    width: 1200px !important;
    margin: 0 auto;
    padding-top: 30px;
}
.sobre-nos .container .texto {
    width: 70%;
    margin-left: 5%;
}
.sobre-nos .container .img {
    width: 25%;
}
.sobre-nos .container .img img {max-width: 100%;box-shadow: 10px 10px 5px 0px rgba(46, 77, 165, 0.47);}
.sobre-nos p {
    font-size: 25px;
    line-height: 1.5;
    color: #2e4da5;
    margin: 0 auto;
    text-align: justify;
    margin-bottom: 15px;
}
.sobre-nos p:last-child {
    margin-bottom: unset;
}


.sobre-nos .veja-mais {
    bottom: 0px;
    position: unset;
    display: flex;
    justify-content: center;
}
.sobre-nos {
    padding-top: 150px;
    padding-bottom: 50px;
}
#header.header-scrolled {
    top: 0px;
    background: #f7f7f7 !important;
}
.formulario input {
    width: 100%;
    border: dashed 2px #2e4da5;
    padding: 10px 0px 10px 10px;
    margin-bottom:15px;
}
.formulario textarea {
    width: 100%;
    height: 100px;
    border: dashed 2px #2e4da5;
    padding: 10px 0px 0px 10px;
    margin-bottom:15px;
}
.formulario input.submit {
    background: #2e4da5;
    color: #fff;
    font-size: 30px;
    border: none;
    padding: 10px 0px;
}
.rodape .logo img {
    max-width: 150px !important;
    padding: 20px 0px;
}
.rodape {
    background-color: #2e4da5;
    display: flex;
    justify-content: center;
}
.rodape .texto {
    color: #fff;
    font-size: 15px;
    padding: 10px 0px;
}
.rodape .texto a {
    color: #fff;

}
div#wowslider-container1 {
    top: 100px;
}
.titulo-total {
    width: 1200px;
    margin: 0 auto;
    border-left: solid 5px #2e4da5;
    background-color: white;
    margin-bottom: 50px;
}
.titulo-total i {
    color: #2e4da5;
    margin-left: 10px;
    margin-right: 10px;
}
.titulo-total h1 {
    font-size: 40px;
    color: #2e4da5;
    width: 100%;
}
.resposta {
    display: none;
}
.perguntas-frequentes {
    width: 1200px;
    margin: 0 auto;
}
.perguntas-frequentes button {
    border-radius: 50px;
    background-color: unset !important;
    border: none;
    border-left: solid 2px #2e4da5;
    border-top: solid 2px #2e4da5;
    font-size: 20px;
    color: #2e4da5;
    padding: 10px;
    padding-right: 30px;
    margin-bottom: 20px;
    height: 50px;
}

.perguntas-frequentes i {
    margin-right: 10px;
}

.perguntas-frequentes button:hover i {
    font-size: 25px;
}
.perguntas-frequentes .resposta {
    font-size: 20px;
    line-height: 1.2;
    color: #2e4da5;
    background-color: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 30px;
}
.perguntas-frequentes button:focus {
    outline: unset;
}
.clinicas {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
}

.clinicas .clinica .titulo-total-2 {
    background-color: #2e4da5;
    display: flex;
    align-items: center;
    height: 90px;
}

.clinicas .clinica .titulo-total-2 h1 {
    font-size: 30px;
    color: #fff;
    padding: 10px 0px;
}

.clinicas .clinica {
    width: 45%;
    border: solid 1px #2e4da563;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.clinicas .clinica .titulo-total-2 i {
    font-size: 30px;
    margin: 0px 30px;
    color: #fff;
}

.clinicas .clinica iframe {
    width: 100%;
    height: 380px;
    display: flex;
    margin-top: 24px;
}
.formulario {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.linha-topo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    height: 70px;
}
.linha-topo-total {
    background-color: #2e4da5;
}
.linha-topo a {
    font-size: 45px;
    color: #fff;
    margin-bottom: unset;
    text-transform: uppercase;
    text-shadow: 5px 5px 5px #000;
    font-weight: 400;
}
.linha-topo i {
    margin-right: 10px;
}
.texto h2 {
    font-size: 30px;
    border-bottom: solid 3px #304ea4;
    margin-bottom: 10px;
    padding-bottom: 5px;
    width: fit-content;
}

.texto h3 {
    font-size: 25px;
    margin-bottom: 10px;
    border-bottom: solid 3px #304ea4;
    width: fit-content;
}
.texto h3:nth-child(3) {
    border-bottom: unset;
}
.clinica .texto h3 {
    height: 70px;
}
.clinicas .clinica p {
    font-size: 18px;
    color: #000;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5px;
    line-height: 1.5;
}

.texto-atendimento.texto {
    padding: 20px 20px 36px;
    min-height: 280px;
    height: 280px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 24px;
}
.experiencia-total .texto p {
    font-size: 25px;
    line-height: 1.5;
    color: #2e4da5;
    margin: 0 auto;
    text-align: justify;
}

.experiencia-total .texto {
    margin-bottom: 40px;
}

.conteudo-paginas {
    padding-top: 150px;
    width: 1200px;
    margin: 0 auto;
    min-height: 870px;
}

.menu-resp {
    display: none;
}
.slider {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}
.nao-encontrada i {
    font-size: 150px;
    color: #ffd700;
    margin-bottom: 50px;
}

.nao-encontrada .img {
    display: flex;
    justify-content: center;
}
.nao-encontrada .texto h2 {
    font-size: 50px !important;
    margin: 0 auto;
    margin-bottom: 30px;
}
.nao-encontrada .texto p {
    font-size: 20px;
    text-align: center;
}
.confirma i {
    font-size: 150px;
    color: #04792d;
    margin-bottom: 50px;
}

.confirma .img {
    display: flex;
    justify-content: center;
}
.confirma .texto h2 {
    font-size: 50px !important;
    margin: 0 auto;
    margin-bottom: 30px;
}
.confirma .texto p {
    font-size: 20px;
    text-align: center;
}
.clinica img {
    display: none;
}

@media (max-width: 1200px) {
        .linha-topo {
    width: 100%;
            height: 150px;
}
    .linha-topo a {
    font-size: 54px;
    text-align: center;
    line-height: 1.2;
    }
    .texto h2 {
    width: 100%;
    text-align: center;
}
    .texto h3 {
    width: 100%;
    text-align: center;
}
    .clinicas .clinica .titulo-total-2 {
        height: 170px;
    }
.sobre-nos .container {
    width: 100% !important;
    display: grid;
}
.sobre-nos .container-2 {
    width: 100% !important;
    display: grid;
}
.box-contato .container {
    width: 100% !important;
    display: grid;
}
.sobre-nos .container .texto {
    width: 90%;
    margin-right: 0%;
    margin: 30px auto;
}
    
.sobre-nos .container .img {
    width: 90%;
    margin-right: 0%;
    margin: 0 auto;
    margin-top: 40px;
}
    h1.mb-10 {
    width: 100%;
    }
    .sobre-nos .container .img img {
    width: 100%;
}
    .box-contato .container .infos {
    width: 90%;
        margin: 0 auto;
}
    .box-contato h2 {
    width: 100% !important;
}
    .box-contato p {
    white-space: normal;
}
    .box-contato .container .formulario {
    width: 90%;
    margin: 0 auto;
}
    #nav-menu-container {
    display: block !important;
}   
.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .menu li {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    }
    .menu ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    }
    #mobile-nav-toggle {
    display: none !important;
}
    #header.header-scrolled {
    padding-top: 40px;
}
    .banner-area {
    background-position: left;
}
    #header {
    top: 0px;
    position: relative;
}
    div#wowslider-container1 {
    top: unset;
    margin-bottom: unset;
}
.sobre-nos {
    padding-top: 20px;
    }
    .titulo-total {
    width: 100%;
    }
    .titulo-total h1 {
    font-size: 25px;
    text-align: center;
    }
    .sobre-nos p {
        text-align:center;
        width: 90%;
    }
    .perguntas-frequentes {
    width: 100%;
    }
    .perguntas-frequentes button {
        height: auto;
        width: 100%;
    }
    .clinicas {
    width: 90%;
    }
    
    .formulario {
    width: 90%;
    }
    .row {
    margin: 0 auto;
    }
    .pergunta {
    width: 90%;
    margin: 0 auto;
}
    .logo {
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}
    .conteudo-paginas {
    padding-top: 50px;
    width: 100%;
    }
    .menu-resp {
        display: block;
        background: url('../images/menu-resp.png') center no-repeat;
        padding: 20px;
        cursor: pointer;
    }
    .menu {
        display: none;
    }
    .texto-atendimento.texto {
    height: auto;
    }
    .clinicas .clinica .titulo-total-2 h1 {
    font-size: 27px;
    }
    .texto-atendimento.texto a {
    font-size: 15px;
    } 
    .clinica img {
    display: none;
    }   
    .clinicas .clinica iframe {
    display: flex !important;
    }
}

@media (max-width: 760px) {
    .clinicas .clinica {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 30px;
    }
    .clinicas {
    display: grid;
    }

    .linha-topo p {
    text-align: center !important;
    font-size: 30px !important;
    line-height: 1.5;
    }
    .texto h2 {
    padding: 30px 0px;
    text-align: center;
    font-size: 25px;
    }
    .texto h3 {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 20px;
    }
    .clinicas .clinica .titulo-total-2 {
    height: 170px;
}
    .texto-atendimento.texto {
    padding: 20px;
    height: auto;
    }
    .linha-topo a {
    font-size: 27px !important;
    text-align: center;
    line-height: 1.5;
    max-width: 100%;
}
    .experiencia-total .texto p {
    width: 90%;
    text-align: center;
    }
    .clinicas .clinica .titulo-total-2 h1 {
    font-size: 25px;
    }
    .rodape .texto {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    }
    
}


@media (max-width: 360px) {
.linha-topo a {
    font-size: 23px !important;
}
    .texto h2{
        font-size: 25px;
    }
    .texto h3{
        font-size: 16px;
    }
    .rodape .conteudo {
    display: grid;
    justify-content: unset;
    text-align: center;
    padding-bottom: 20px;
    }
    
    
    }
