html{
    background-color: #F7F7F7;
}
p, h1, h2, h3, h4, h5, h6, label{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}
/*GERAL*/
.header{
    display: flex;
    width: 100%;
    padding: 10px 40px;
    justify-content: space-around;
    gap: 16px;
    align-items: center;
    background-color: #FFF;
    font-family: "Noto Sans";
}
.header-desk{
    display: none;
}
.svg-menu{
    width: 17px;
    height: 12px;
    flex-shrink: 0;
}
.svg-cards{
    width: 28.165px;
    height: 44.259px;
    flex-shrink: 0;
}
.main-container{
    width: 100%;
    background-image: url('/assets/images/bg-main-container.png');
    background-size: cover;
    height: 520px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.card-spec{
    display: flex;
    width: 70%;
    max-width: 260px;
    padding: 12.646px;
    align-items: center;
    gap: 13.91px;
    border-radius: 10.116px;
    background: #FFF;
    margin: auto;
    z-index: 999;
    transition: 0.3s;
}
.card-loc{
    display: flex;
    flex-direction: column;
    width: 75%;
    max-width: 260px;
    padding: 16px;
    align-items: center;
    gap: 13.91px;
    border-radius: 10.116px;
    background: #FFF;
    margin: auto;
    z-index: 999;
    text-align: center;
}
.card-loc-tty{
    display: block;
    width: 75%;
    max-width: 260px;
    padding: 12.646px;
    align-items: center;
    gap: 13.91px;
    border-radius: 10.116px;
    background: #FFF;
    margin: auto;
    z-index: 999;
    transform: translateY(-30%);
}
.card-container{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 42px;
}
.complementary-container{
    background-color: #F7F7F7;
    height: 250px;
    width: 100%;
    position: absolute;
    top: 297px;
}
.card-master-container{
    position: relative;
}
.card-master-container-desk{
    display: none;
}
.pink-container{
    background-color: #FF9292;
    width: 100%;
    height: 173px;
    flex-shrink: 0;
}
.sobre-container{
    background-color: #F7F7F7;
    position: relative;
    padding-bottom: 32px;
    width: 100%;
}
.sobre-container-m{    
    position: relative;
    padding-bottom: 32px;
    width: 100%;
}
.sobre-container-desk{
    display: none;
}
.loc-container{
    background-color: #F7F7F7;
    height: 100%;
}
.img-loc-bg{
    width: 100%;
    height: 250px;
    background-image: url('/assets/images/loc-img.png');
    background-size: cover;
}
.card-loc-container{
    transform: translateY(-16.5%);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.procedimentos-container{
    width: 75%;
    max-width: 320px;
    display: block;
    margin: auto;
}
.contato-container{
    width: 75%;
    max-width: 320px;
    display: block;
    margin: 48px auto 0 auto;
}
.form-input-container{
    display: flex;
    flex-direction: column;
}
.form-input-container input{
    border: none;
    border-bottom: 1px solid #1D5B79 !important; 
    background-color: #F7F7F7;
    color: #1D5B79;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-input-container input:focus{
    outline: none;
    box-shadow: none;
}
.form-container{
    margin-top: 32px;
}
.btn-enviar-container{
    display: flex;
    justify-content: flex-end;
}
.localizacao-container{
    width: 75%;
    max-width: 300px;
    padding: 30px;
    gap: 10px;
    border-radius: 8px;
    background-color: #1D5B79;
    display: block;
    margin: 32px auto 0 auto;
    position: relative;
    z-index: 999999;
}
.p-container{
    background-color: #FF9292;
    height: 362px;
    width: 100%;
    transform: translateY(-85%);
}
.ping-container-desk{
    display: none;
}






/*BUTTONS*/
.btn-contato{
    display: flex;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background-color: #FF9292;
    border: none;
    color: #FFF;
    font-weight: 700;
    font-size: 9px;
    transition: 0.3s;
}
.btn-enviar{
    display: flex;
    padding: 5px 20px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background-color: #FF9292;
    border: none;
    color: #FFF;
    font-weight: 700;
    font-size: 9px;
    margin-top: 16px;
    transition: 0.3s;
}
.btn-agendar-consulta{
    display: block;
    width: 212px;
    padding: 5px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: none;
    background-color: #FF9292;
    color: #FFF;
    font-weight: 700;
    font-size: 9px;
    margin: 12px auto 0 auto !important;
    transition: 0.3s;
}
.btn-fale-conosco{
    display: flex;
    width: 214px;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background-color: #FF9292;
    border: none;
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 12px auto 0 auto !important;
    transition: 0.3s;
}
.btn-fale-conosco-deb{
    display: flex;
    width: 214px;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background-color: #FF9292;
    border: none;
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 12px auto 0 auto !important;
    transition: 0.3s;
}

/*IMAGES*/
.logo-header{
    width: 47px;
    height: 39px;
    flex-shrink: 0;
}
.img-office{
    width: 80%;
    height: auto;
    max-height: 200px;
    flex-shrink: 0;
    display: block;
    margin: auto;
    position: absolute;
    transform: translate(-50%, -30%);
    left: 50%;
    max-width: 320px;
}
.profile-container {
    position: relative;
    width: 75%;
    margin: auto;
    max-width: 320px;
}
.profile-img {
    width: 100%;
    height: auto;
    display: block;
}
.corner {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 5px solid #FF9292;
}
.top-left {
    top: -5px;
    left: -5px;
    border-right: none;
    border-bottom: none;
}
.top-right {
    top: -5px;
    right: -5px;
    border-left: none;
    border-bottom: none;
}
.bottom-left {
    bottom: -5px;
    left: -5px;
    border-right: none;
    border-top: none;
}
.bottom-right {
    bottom: -5px;
    right: -5px;
    border-left: none;
    border-top: none;
}
.img-loc-bg-desk{
    display: none;
}
#card-loc-2{
    margin-top: 24px;
}
.texts-main-container-desk{
    display: none;
}




/*TEXTS*/
.h1-main-container{
    color: #FFF;
    font-family: "Rozha One";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 100.598%;
    width: 222px;
    display: block;
    margin: auto;
}
.h2-main-container{
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 222px;
    display: block;
    margin: 8px auto 0 auto !important;
}
.card-spec p{
    color: #1D5B79;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.card-loc p{
    color: #1D5B79;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.h5-sc{
    color: #1D5B79;
    text-align: justify;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 150px !important;
    width: 75%;
    margin: auto;
    display: block;
    max-width: 320px;
}
.h6-sc{
    color: #1D5B79;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 75%;
    margin: 16px auto 0 auto !important;
    display: block;
    max-width: 320px;
}
.h6-loc{
    color: #1D5B79;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 95%;
    margin: 16px auto 0 auto !important;
    display: block;
    text-align: justify;
}
.sobre-container p, .sobre-container-m p{
    color: #1D5B79;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 75%;
    margin: 16px auto 0 auto !important;
    display: block;
    max-width: 320px;
}
.sobre-container h3, .sobre-container-m h3{
    color: #1D5B79;
    text-align: justify;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 75%;
    margin: 16px auto 0 auto !important;
    display: block;
    max-width: 320px;
}
.procedimentos-container h3{
    color: #1D5B79;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 320px;
    margin: 16px auto 0 auto !important;
}
.procedimentos-container h4{
    color: #1D5B79;
    text-align: justify;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 320px;
    margin: 22px auto 0 auto !important;
}
.procedimentos-container p{
    color: #1D5B79;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin: auto;
    display: block;
    max-width: 320px;
}
.contato-container h3{
    color: #1D5B79;
    text-align: left;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 320px;
    margin: 16px auto 0 auto !important;
}
.contato-container p{
    color: #1D5B79;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin: auto;
    display: block;
    max-width: 320px;
}
.form-input-container label{
    color: #1D5B79;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 24px !important;
}
.localizacao-container h3{
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.localizacao-container p{
    color: #FFF;
    text-align: justify;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.h1-main-container-desk{
    display: none;
}

@media (min-width: 1024px){
    .header{
        display: none;
    }
    .header-desk{
        display: flex;
        justify-content: center;
        gap: 90px;
        align-items: center;
        backdrop-filter: blur(1.95652174949646px);
        padding: 20px 200px;
    }
    .header-desk a{
        color: #000;
        font-family: "Noto Sans";
        font-size: 11.739px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration: none;
    }
    .logo-header{
        width: 71.413px;
        height: 59.674px;
    }
    .h1-main-container-desk{
        display: block;
        color: #FFF;
        font-family: "Rozha One";
        font-size: 37.774px;
        font-style: normal;
        font-weight: 400;
        line-height: 100.598%;
        width: 461px;
    }
    .texts-main-container{
        display: none;
    }
    .texts-main-container-desk{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 32px;
        padding-top: 24px;
        padding-bottom: 72px;
    }
    .btn-agendar-consulta{
        width: 380px;
        padding: 10px 40px;
        font-size: 12px;
        margin: 20px 0 0 0 !important;
    }
    .card-master-container-desk{
        display: block;
    }
    .card-container{
        width: 540px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .card-master-container{
        display: none;
    }
    .main-container{
        padding-top: 0;
        padding-bottom: 0;
        height: 375px;
    }
    .pink-container{
        display: none;
    }
    .sobre-container{
        display: none;
    }
    .sobre-container-desk{
        display: flex;
        justify-content: center;
        gap: 64px;
        align-items: center;
        padding: 64px;
        position: relative;
        height: 450px;
    }
    .img-office{
        transform: unset;
        position: unset;
        height: 320px;
        width: auto;
        max-width: unset;
        max-height: unset;
        margin: unset;
        z-index: 99999999999;
    }
    .h5-sc-desk{
        color: #1D5B79;
        text-align: justify;
        font-family: "Noto Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .h6-sc-desk{
        color: #1D5B79;
        font-family: "Noto Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 16px !important;
        text-align: justify;
    }
    .ping-container-desk{
        display: block;
        background-color: #FF9292;
        width: 40%;
        height: 363px;
        position: absolute;
        left: 0;
    }
    .container-txt-sc-desk{       
        width: 520px;
    }
    .img-loc-bg{
        display: none;
    }
    .img-loc-bg-desk{
        display: block;
        margin: auto;
        width: 100%;
    }
    .card-loc-tty{
        max-width: 690px;
        transform: translateY(-65%);
    }
    .card-loc-container{
        flex-direction: row;
        justify-content: center;
        transform: translateY(-40%);
    }
    .card-loc{
        max-width: 222px;
        margin: unset;
    }
    .container-bg-b{
        background-image: url('/assets/images/bg-b.png');
        background-size: cover;
        margin-top: 12px;
    }
    .profile-main-container{
        display: flex;
        justify-content: center;
        gap: 52px;
        padding: 96px 0 36px 0;
    }
    .sobre-container-m{ 
        width: 580px;
    }
    .profile-container{
        margin: unset;
        height: 100%;
    }
    .sobre-container-m h3, .sobre-container-m p{
        margin: unset !important;
        width: 100% !important;
        max-width: unset;
        margin-top: 16px !important;
        text-align: justify;
    }
    .btn-fale-conosco{
        margin: unset !important;
        margin-top: 16px !important;
        width: 258px;
    }
    .btn-fale-conosco-deb{
        margin: unset !important;
        margin-top: 16px !important;
        width: 258px;
    }
    .container-procedimentos{
        margin-top: 36px;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 80px;
    }
    .procedimentos-container{
        width: 840px;
        max-width: unset;
    }
    .card-procedimentos{
        width: 380px;
    }
    .procedimentos-container p, .procedimentos-container h4{
        max-width: unset !important;
        margin: unset !important;
        text-align: justify;
    }
    .footer-container{
        display: flex;
        justify-content: center;
        gap: 71px;
        margin-top: 228px;
        transform: translateY(-10%);
        position: relative;
        z-index: 9999999999;
    }
    .contato-container{
        z-index: 99999999;
        margin: 48px 0 0 0
    }
    .localizacao-container {
        margin: 32px 0 0 0;
    }
    .p-container{
        width: 40%;
        position: absolute;
        right: 0;
        transform: translateY(-100%);
        height: 510px;
    }
    .localizacao-container{
        max-width: 395px;
    }
    .form-input-container input{
        background-color: unset;
    }
    .profile-img{
        width: 280px;
    }
    .top-left{
        top: -5px;
        left: -5px;
    }
    .top-right{
        top: -5px;
        right: 35px;
    }
    .bottom-left {
        bottom: -5px;
        left: -5px;
    }
    .bottom-right {
        bottom: -5px;
        right: 35px;
    }
    #card-loc-2{
        margin-top: 0;
    }
    .btn-contato:hover{
        background-color: #1D5B79;
        color: #fff;
    }
    .btn-agendar-consulta:hover{
        background-color: #fff;
        color: #1D5B79;
    }
    .btn-fale-conosco:hover{
        background-color: #fff;
        color: #1D5B79;
    }
    .btn-fale-conosco-deb:hover{
        background-color: #1D5B79;
        color: #fff;
    }
    .btn-enviar:hover{
        background-color: #1D5B79;
        color: #fff;
    }
    .card-spec:hover{
        background-color: #FF9292;
        color: #fff;
    }
}