@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&display=swap');
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    background: url(../imagens/bg.png);
    color: #2f588c;
    font-family: 'Sora', sans-serif;
    font-size: 16px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
margin: 0;
padding: 0; }

.row {
margin-bottom: 0; }


button{
	cursor: pointer;
}

section {
    padding: 50px 0px 50px;
}

p {
    /* font-family: 'Open Sans', sans-serif; */
}

a{
    cursor: pointer;
}

.form-group {
    position: relative;
}

label.error {
    position: absolute;
    right: 30px;
    top: 17px;
    color: red;
    font-size: 10px;
}


@media (min-width: 1400px){
    .container {
        max-width: 1400px;
    }
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.header-top-left {
    display: flex;
    align-items: center;
}

.header-top-item + .header-top-item {
    margin-left: 20px;
}

.header-top-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #042959;
}

.header-top-item div {
    margin-left: 10px;
    line-height: 18px;
}

.header-top-item div span {
    font-weight: 400;
}

.header-top-item i {
    background: #abc8e2;
    border-radius: 50%;
    padding: 10px;
    color: #fff;
    transition: 0.3s;
}

.header-top-item div p {
    font-weight: 600;
}

header {
    background: #f2f9ff;
}

.header-top-right {
    display: flex;
    align-items: center;
    color: #042959;
}

.header-top-right div p {
    font-weight: 600;
}

.redes-sociais-top i {
    padding: 10px;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
    background: #abc8e2;
    transition: 0.3s;
}

.redes-sociais-top i.fa-facebook-f {
    padding: 10px 13px;
}

.redes-sociais-top i.fa-instagram {
    padding: 10px 11px;
}

.header-top-item:hover {
    text-decoration: none;
}

.banner {
    padding: 250px 0 320px;
    background-size: 100% auto;
}

@media(max-width: 1400px){

    .banner {
        background-size: 120% auto;
    }

}

nav {
    position: absolute;
    width: 100%;
    top: 100px;
    z-index: 999;
}

nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu {
    display: flex;
    align-items: center;
    list-style: none;
}

.menu-item a {
    color: #fff;
    text-transform: uppercase;
}

.menu-item + .menu-item {
    margin-left: 30px;
}

.header-top-right div {
    line-height: 18px;
}

.sobre-imagem img {
    width: 100%;
}

.title {
    color: #4373b0;
}

.title strong {
    color: #042959;
}

.sobre-texto p {
    margin-top: 20px;
}

.btn {
    color: #042959;
    border: 2px solid #abc8e2;
    border-radius: 20px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    transition: 0.3s;
}

.btn:hover {
    background: #042959;
    color: #fff;
    border-color: #042959;
}

.procedimento-container .title {
    text-align: center;
}

.procedimento-container p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: -20px;
}

.procedimentos {
    /* display: flex;
    align-items: center; */
    margin-top: 50px;
}

.procedimento {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 300px; */
    padding: 30px 20px;
    min-height: 335px;
}

/* .procedimento + .procedimento {
    margin-left: 20px;
} */

.procedimento img {
    width: auto !important;
}

.procedimento h4 {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    /*font-weight: 700;*/
}

.procedimento a.btn {
    position: absolute;
    bottom: 40px;
}

/*---------------*/

.local-container .title {
    text-align: center;
}

.local-container p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: -20px;
}

.locais {
    /* display: flex;
    align-items: center; */
    margin-top: 50px;
}

.local {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 300px; */
    padding: 30px 20px;
    max-height: 335px;
}


.local img {
    max-width: 288px !important;
}

.local h4 {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    color: #042959;
    font-weight: 600;
}

.local h6 {
    margin-top: 20px;
    font-size: 1rem;
    text-align: center;
    color: #042959;
    font-weight: 400;
}

.local a.btn {
    position: absolute;
    bottom: 40px;
}

.equipamento-imagem img {
    width: 100%;
}

.equipamento-texto p {
    margin-top: 20px;
}

.btn-darker {
    background-color: transparent;
    border-color: #042959;
}

.termos {
    margin-top: 20px;
}

.termo {
    background: #fff;
    /*padding: 15px 20px;*/
    padding: 7px 20px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.termo + .termo {
    margin-top: 10px;
}

.termo a {
    color: #042959;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.termo a i {
    color: #b6c8d6;
    background: #e8f1f8;
    padding: 8px;
    border-radius: 50%;
    transition: 0.3s;
}

section#pre-agendamento .container {
    background: url(/assets/imagens/bg-procedimento.png) no-repeat -40px top #fff;
    height: 345px;
    display: flex;
    align-items: center;
    padding: 0 50px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.form-control {
    background: #e8f1f8;
    border: 0;
    height: 50px !important;
    padding: 0 10px;
    color: #042959;
}

.form-control::placeholder {
    color: #042959;
}

.pre-agendamento-btn button {
    width: 100%;
    background: #abc8e2;
    border-radius: 4px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #042959;
    transition: 0.3s;
}

.footer-top {
    background: url(/assets/imagens/bg-footer.png) no-repeat center top;
    padding: 250px 0 50px;
}

.iframe iframe {
    width: 100% !important;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
}

.title-white strong {
    color: #fff;
}

.footer-texto p {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.redes-sociais {
    display: flex;
    /*margin-top: auto;*/
    margin-top: 20px;
    /*margin-bottom: 10px;*/
}

.redes-sociais a {
    display: flex;
    align-items: center;
    line-height: 0;
    color: #fff;
}

.redes-sociais a i {
    padding: 10px;
    background: #abc8e2;
    color: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.redes-sociais a div {
    margin-left: 10px;
}

.redes-sociais a + a {
    margin-left: 30px;
}

.redes-sociais a:hover {
    text-decoration: none;
}

.footer-texto {
    display: flex;
    flex-direction: column;
    padding: 0 50px;
}

footer {
    margin-top: -210px;
    position: relative;
    z-index: 1;
}

section#pre-agendamento {
    position: relative;
    z-index: 2;
    padding-top: 0;
}

.footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom {
    background: #abc8e2;
    padding: 10px 0;
}

.footer-bottom p {
    font-size: 12px;
}

svg#LinceWeb path {
    fill: #042959 !important;
}

svg#LinceWeb:hover {
    opacity: 0.7;
}

.redes-sociais div p {
    /*font-weight: 600;*/
}

.header-top-item:hover i {
    background: #042959;
}

.header-top-item:hover {
    color: #042959;
}

.redes-sociais-top:hover i {
    background: #042959;
}

.termo a:hover i {
    background: #042959;
}

.termo a:hover {
    text-decoration: none;
}

.pre-agendamento-btn button:hover {
    color: #fff;
    background: #042959;
}

.redes-sociais a:hover i {
    color: #042959;
    background: #fff;
}

.procedimentos .owl-stage-outer {
    padding: 10px 0;
}

.title-white {
    color: #abc8e2;
}

.banner-texto {
    position: relative;
    margin-top: 80px;
}

.subtitle {
    position: absolute;
    bottom: -120px;
    text-transform: uppercase;
    color: #abc8e2;
    font-weight: 600;
}

#modalEquipamento .modal-header {
    border: 0;
}

.pre-agendamento a {
    background: #abc8e2;
    padding: 10px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    color: #042959;
    font-weight: 600;
    transition: 0.3s;
}

.pre-agendamento a i {
    margin-right: 8px;
}

.pre-agendamento a:hover {
    text-decoration: none;
    /*color: #ABC8DE;
    background: #042959;*/
    box-shadow: 0px 0px 10px #abc8de;
}

.procedimentos.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
}

.procedimentos.owl-theme .owl-dots .owl-dot.active span, .procedimentos.owl-theme .owl-dots .owl-dot:hover span {
    background: #042959;
}

.no-padding-right{
    padding-right: 5px;
}

.no-padding-left{
    padding-left: 5px;
}

.mobile-only{
    display: none;
}

.MenuChefOpen, .MenuChef-close {
    display: none !important;
}

.banner-slide .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.banner-slide.owl-theme .owl-dots .owl-dot span {
    background: #abc8e3;

}

.banner-slide.owl-theme .owl-dots .owl-dot.active span, .banner-slide.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

section#banner {
    padding: 0;
    position: relative;
}

.side-controls {
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 100px;
}

.side-controls button {
    background: transparent;
    color: #fff;
    font-size: 36px;
    position: relative;
}

.side-controls button.active:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 5px;
    background: #466083;
    border-radius: 20px;
    top: 0;
    bottom: 0;
    right: 120%;
    margin: auto 0;
}

@media(max-width: 1400px){
    .side-controls {
        padding-left: 30px;
    }
}


@media(min-width: 769px){
    .modal-dialog {
        max-width: 900px;
    }
#sobre {
    padding-top: 80px;
}

}




/* Correção Whatsapp Chat */
@media(max-width:900px){
  #whatsclub-widget>.wc--float-ballon {
    display: none !important;
  }
  #whatsclub-widget>.wc--float-ballon.wc--float-ballon---open {
    display: block !important;
  }
}

.sobre-texto p,
.equipamento-texto p,
.modal-body p {
    text-align: justify;
}

.agendarVisita {
    width: 110px;
    height: 118px;
    background: #fff;
    box-shadow: 1px 2px 1px 2px rgba(99,99,99,0.15);
    position: fixed;
    top: 450px;
    left: 0;
    display: block;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    transition: 0.2s all linear;
    z-index: 999;
  }

  .agendarVisita-header {
    display: block;
    margin-top: 15px;
    padding-left: 15px;
  }

  .agendarVisita-header h3{
    font-size: 18px;
    line-height: 0.9;
    margin-top: 10px;
  }

  .agendarVisita.open {
    width: 290px;
    height: auto;
    top: 280px;
  }

  .agendarVisita.open .agendarVisita-body {
    display: block;
  }

  .agendarVisita.open .agendarVisita-header h3 {
    font-size: 18px;
    width: 110px;
    margin-top: -37px;
    margin-left: 58px;
    margin-bottom: 20px;
  }

  .agendarVisita-body {
    padding: 0 15px 15px 15px;
    display: none;
  }

  .agendarVisita.open .agendarVisita-body input.formLince-input {
      line-height: 48px;
      height: 48px;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-size: 12px;
  }

  /*.agendarVisita.open .agendarVisita-body select.formLince-input::-webkit-input-placeholder,*/
  .agendarVisita.open .agendarVisita-body input.formLince-input::-webkit-input-placeholder {
     color: #3a3a3a;
     font-weight: bold;
  }

  .agendarVisita.open .agendarVisita-body input.formLince-input::-webkit-input-placeholder,
  .agendarVisita.open .agendarVisita-body select.formLince-input:-ms-input-placeholder {
     color: #3a3a3a;
     font-weight: bold;
  }

  /*.agendarVisita.open .agendarVisita-body select.formLince-input {
    border-radius: 25px;
    -webkit-appearance: inherit;
    padding: 0 25px;
    font-size: 12px;
    text-transform: uppercase;
     font-weight: bold;
     color: #3a3a3a;
  }*/


  .agendarVisita.open .agendarVisita-body input[type="submit"]{
    border-radius: 25px;
    height: 48px;
    background: #042959;
    color: #fff;
    font-size: 14px;
    width: auto;
    padding: 0 25px;
    float: right;
    margin-bottom: 21px;
    margin-top: 6px;
    cursor: pointer;
    width: 100%;
  }

  .agendarVisita.open .agendarVisita-body input[type="submit"]:hover {
    background: #073a7e;
  }

  #fecharAgendarVisita {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #bbbbbb;
    color: white;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    position: absolute;
    top: 21px;
    right: 16px;
    cursor: pointer;
    display:none;
  }

  #fecharAgendarVisita:hover {
    background: #df5555;
  }

  .agendarVisita.open #fecharAgendarVisita{
    display: block;
  }
  .agendarVisita.open label.error {
    font-size: 0;
    height: 48px;
    line-height: 48px;
    padding-right: 28px;
  }
  .agendarVisita.open label.error:before {
    content: "*";
    font-size: 36px;
    font-weight: 300;
  }

  .formLince-input {
    background: #f1f1f1;
    border-radius: 25px;
    border: 2px solid #f1f1f1;
    font-size: 15px;
    font-weight: 300;
  }
  .formLince-input:focus {
    border: 2px solid #042959;
  }
  input.formLince-input {
    line-height: 46px;
    padding: 0 25px;
    width: 100%;
  }

.g-recaptcha {
    transform:scale(0.85);
    transform-origin:0 0;
}


@media(min-width:769px){
    .redes-sociais {
        margin-top: 15px;
    }
    .redes-sociais div p {
        margin-top: 0;
        margin-bottom: 0;
    }
    .redes-sociais a div {
        line-height: 20px;
        font-size: 14px;
    }
    
}