body {
    min-width: 305px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    position: relative;
    height: 100%;
    background: white;
}

img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

table {
    border-collapse: collapse;
    width: 90%;
}

table,
th,
td {
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
}

th,
td {
    padding: 3px 6px 3px 6px;
}

td > img {
    width: 200px;
}

#apagar {
    color: red;
}

ul {
    text-align: left;
}

#main {
    margin-left: 15px;
}

#fullcover {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(60, 60, 60, 0.2);
    text-align: center;
}

#formadicionar,
#formlogin {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20vh;
    background-color: white;
    font-size: 20px;
    width: 50vw;
    padding: 20px;
}

#fechaformenviar {
    font-size: 50px;
    position: fixed;
    right: 40px;
    color: white;
}

placeholder {
    color: black;
    opacity: 0.2;
}

-ms-input-placeholder {
    color: black;
    opacity: 0.2;
}

.navigation {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 14px;
}

#hamburmenu {
    display: none;
    position: absolute;
    background: white;
    height: 200vh;
    z-index: 2;
    padding-bottom: 220px;
}

#hamburmenu > .nav_item {
    display: block;
    margin: 30px;
}

#hamburmenu > .nav_marcar {
    display: block;
    margin-left: 30%;
    margin-right: 30%;
}

.menu {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin: 0;
}

.nav_logo {
    display: inline-block;
    min-width: 125px;
    margin-left: 5px;
    margin-right: 5px;
}

.nav_item {
    display: inline-block;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    cursor: pointer;
}

.nav_item > a {
    transition: 0.5s;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}

.nav_item > a:hover {
    color: #ef7b1a;
}

.nav_marcar {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    transition: 0.1s;
    cursor: pointer;
}

.nav_marcar:hover {
    background-color: rgba(239, 123, 26, 0.7);
}

.nav_marcar {
    display: inline-block;
    background: #ef7b1a;
    border-radius: 18px;
    padding: 8px;
    color: white;
    opacity: 0.8;
    font-weight: bold;
}

.nav_logo {
    margin: 0% 5% 2% 5%;
    width: 10%;
}

.nav_item {
    margin: 2%;
}

.nav_hamburger {
    display: none;
}

.nav_marcar {
    margin: 2%;
    padding-left: 4%;
    padding-right: 4%;
}

#menulogo {
    transition: 0.5s;
    position: relative;
    top: 20px;
    width: 100%;
}

#menulogo:hover {
    opacity: 0.7;
}

.uldrop {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    list-style: none;
    padding-left: 0;
}

.uldrop >li>a{
    transition: 0.1s;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}

.uldrop > li {
    cursor: pointer;
    transition: 0.1s;
    padding: 2px 10px 2px 10px;
}

.uldrop > li:nth-child(1) {
    padding-top: 5px;
}

.uldrop > li>a:hover {
    color: rgba(239, 123, 26, 0.8);
}

.uldrop {
    display: none;
}

#hamburmenu > .nav_item > .uldrop {
    left: 60%;
    top: 25px;
}

#auxthisdrop {
    top: 90px !important;
}

#hamburmenu > .nav_item > .uldrop > li {
    padding: 5px;
}

.separador {
    width: 100%;
}

.separador > img {
    width: 100%;
}

.conteudo {
    position: absolute;
    width: 100%;
    top: 540px;
    background-color: white;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.conteudo > h2 {
    font-size: 24px;
    font-weight: bold;
    color: #ef7b1a;
    opacity: 0.8;
}

#downloadapp {
    position: relative;
    border-radius: 35px;
    border-color: #ef7b1a;
    background-color: rgba(239, 123, 26, 0.0);
    border-width: 3px;
    border-style: solid;
    opacity: 0.8;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    vertical-align: middle;
    width: 50%;
    cursor: pointer;
    display: inline-block;
    padding: 20px;
    padding-top: 50px;
    transition: 0.3s;
    margin-top: 60px;
    min-width: 280px;
}

#downloadapp:hover {
    background-color: rgba(239, 123, 26, 0.3);
}

#downloadapp>p {
   display: inline-block;
    width: 40%;
    float: left;
    font-size: 20px;
    color: black;
    text-align: left;
    margin-left:10%;
}

#downloadapp>img {
   display: inline-block;
    width: 40%;
    float: right;
    margin-right:10%;
}

#downloadapp>p:nth-child(3) {
    width: 60%;
  font-size: 10px;
}

#venhaconheceraqeuipa{
    margin-bottom: 30px;
}

#nomecorpo{
   font-size: 20px;
}

#titulocorpo{
    font-size: 10px;
}

footer {
    position: absolute;
    bottom: -700px;
    left: 0;
    width: 100%;
    background-color: #e6e6e6;
}

.footer {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-top: 50px;
}

.footer > img,
.footer > ul {
    display: inline-block;
    width: calc(90%/4);
    vertical-align: top;
    min-width: 125px;
}

.footer > img {
    margin-right: 100px;
    max-width: 250px;
    height: 100%;
}

.footer > ul {
    display: inline-block;
    width: calc(95%/4);
    color: black;
    opacity: 0.5;
    list-style-type: none;
    padding: 0;
}

.ul_titulo {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ul_data {
    font-size: 16px;
    margin-bottom: 6px;
    text-decoration: none;
}

.ul_data>a {
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
    transition: 0.1s;
}

.ul_data>a:hover {
    color: rgba(239, 123, 26, 1);
}

#imgacordos {
    margin-bottom: 20px;
}

#botoesacordo {
    display: inline-block;
}

.botao {
    border-radius: 20px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #ef7b1a;
    opacity: 0.2;
    margin: 3px;
}

#linhaacordo {
    width: 2px;
    height: 25px;
    background: #ef7b1a;
    opacity: 0.8;
    display: inline-block;
    margin-top: 10px;
}

#especialidades {
    position: relative;
    overflow: auto;
    background: #ef7b1a;
    opacity: 0.8;
    width: 99%;
    left: 0.5%;
}

.imagemexpecialidade {
    position: relative;
    width: 50%;
    margin: 0;
    padding: 0;
    opacity: 0.5;
    display: inline-block;
    float: left;
    clear: none;
    transition: 0.5s;
    cursor: pointer;
}

.imagemexpecialidadeunico {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: 0.5;
    display: inline-block;
    float: left;
    clear: none;
    transition: 0.5s;
    cursor: pointer;
}

.imagemexpecialidade:hover {
    opacity: 0.8;
}

.imagemexpecialidadeunico:hover {
    opacity: 0.8;
}

.textoespecialidade {
    position: absolute;
    width: 50%;
    margin: 0;
    font-size: 50px;
    color: white;
    font-weight: bold;
    transition: 0.5s;
    cursor: pointer;
    pointer-events : none;
}

.textoespecialidadeunico {
    position: absolute;
    width: 100%;
    margin: 0;
    font-size: 50px;
    color: white;
    font-weight: bold;
    transition: 0.5s;
    cursor: pointer;
    pointer-events : none;
}

#marcarbg {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(239, 123, 26, 0.5);
    display: none;
}

#marcarformcont{
    background: white;
    position: fixed;
    width: 80%;
    height: 50%;
    top: 50%;
    left: 50%;
    margin-top: -25%;
    margin-left: -40%;
    min-width:564px;
    min-height:456px;
}

#marcarform {
    width: 80%;
    height: 90%;
    margin: auto;
    font-size: 11px;
    font-weight: bold;
}

#marcarform>h1 {
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
     margin-bottom: 20px;
}

#marcarform>.floatleft>h2 {
    font-size: 16px;
    margin-bottom: 20px;
}

#auxuaxuaux{
    margin-top: 30px;
}

#marcarform>h3 {
    font-size: 11px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    text-align: left;
    margin-bottom: 30px;
}

#marcarform>.floatleft{
    display: inline-block;
    width: 35%;
    height: 80%;
}

#marcarform>hr {
    color: rgba(239, 123, 26, 0.5);
    margin-bottom: 10px;
}

#marcarform>.floatleft>p {
    height: 30px;
    line-height: 30px;
    width: 100%;
}

#marcarform>.floatleft>p>input{
    border-radius: 10px;
    border-color: rgba(239, 123, 26, 0.8);
    border-style: solid;
    font-size: 11px;
    height: 15px;
    padding: 4px 10px 4px 10px;
    width: 62%;
    float:right;
}

#fechaformmarc{
    height: 20px;
    width: 20px;
    position: absolute;
    top: 30px;
    right: 40px;
    opacity: 0.7;
    cursor: pointer;
}

#fechaformmarc:hover{
    opacity: 0.9;
}

#marcarform>.floatright{
    display: inline-block;
    width: 54%;
    height: 80%;
    float: right;
}

#marcarform>.floatright>select{
    appearance: none; 
}

.opcao{
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: rgba(239, 123, 26, 0.8);
    margin: 0;
    border-radius: 10px;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 16px;
    margin-top: 15px;
    color: white;
    transition: 0.1s;
    cursor: pointer;
}

.opcao:nth-child(5), .opcao:nth-child(6){
    width: 45%;
    padding-bottom: 22px;
    margin-top: 0px;
}

.opcao:nth-child(4), .opcao:nth-child(5), .opcao:nth-child(6), .opcao:nth-child(7){
    width: 45%;
    background-color: rgba(239, 123, 26, 0.5);
    margin-top: 0px;
    padding-bottom: 12px;
    float:left;
}

.opcao>p{
    display: inline;
    vertical-align: middle;
}

.opcao:nth-child(odd){
    float: right;
}

#selecmarc, #seleccasostrat{
    width: 100%;
    border-radius: 10px;
    border-color: rgba(239, 123, 26, 0.8);
    border-style: solid;
    padding-left: 10px;
}

#selecmarc{
    width:50%;
}

#marcarform>input{
    background-color: rgba(239, 123, 26, 0.7);
    border:none;
    width: 15%;
    position: absolute;
    right: 40px;
    bottom: 20px;
    color:white;
    padding: 9px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    transition: 0.1s;
}

#marcarform>input:hover{
    background-color: rgba(239, 123, 26, 0.9);
}

.textoespecialidadeunico{
    top:15%;
}

.textoespecialidade:nth-of-type(2) {
    top: 46%;
}

.textoespecialidade:nth-of-type(3) {
    top: 46%;
    left: 50%;
}

.textoespecialidade:nth-of-type(4) {
    top: 81%;
}

.textoespecialidade:nth-of-type(5) {
    top: 81%;
    left: 50%;
}

/* Botones flotantes combinados */
.floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: row-reverse;
    transition: all 0.3s ease !important;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.marcacao-whatsapp {
    background: #ef7b1a;
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    font-size: 1rem;
    animation: pulse 2s infinite;
    border: none;
    font-family: 'Roboto', sans-serif;
    order: 2;
}

.marcacao-whatsapp:hover {
    background: #d96c15;
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.whatsapp-chat {
    order: 1;
}

.whatsapp-chat a {
    background: #25D366 !important;
    padding: 10px !important;
    border-radius: 50% !important;
    display: flex !important;

}

.whatsapp-chat img {
    width: 40px !important;
    height: 40px !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}


@media (max-width: 768px) {
    .floating-buttons {
        bottom: 15px;
        right: 15px;
        gap: 6px;
    }
    
    .marcacao-whatsapp {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .whatsapp-chat a {
        padding: 8px !important;
    }
    
    .whatsapp-chat img {
        width: 35px !important;
        height: 35px !important;
    }
}

@media (max-width: 480px) {
    .floating-buttons {
        flex-direction: column-reverse;
        gap: 8px;
    }
    
    .marcacao-whatsapp {
        font-size: 0.8rem;
        padding: 8px 15px;
        border-radius: 20px;
    }
}

/* Estilos adicionales para el footer y otros elementos */
@media only screen and (max-width: 1700px) {
    footer {
        bottom: -730px;
    }
}

@media only screen and (max-width: 1550px) {
    #menulogo {
        top: 10px;
    }

    .navigation {
        font-size: 14px;
    }

    .conteudo {
        top: 510px;
    }

    .textoespecialidadeunico {
        top: 13%;
    }

    .textoespecialidade:nth-of-type(2) {
        top: 46%;
    }

    .textoespecialidade:nth-of-type(3) {
        top: 46%;
        left: 50%;
    }

    .textoespecialidade:nth-of-type(4) {
        top: 81%;
    }

    .textoespecialidade:nth-of-type(5) {
        top: 81%;
        left: 50%;
    }

    footer {
        bottom: -740px;
    }
}

@media only screen and (max-width: 1275px) {
    .footer > img {
        margin-right: 30px;
    }

    .conteudo {
        top: 510px;
    }

    .textoespecialidade {
        font-size: 35px;
    }

    .textoespecialidadeunico {
        font-size: 35px;
    }

    footer {
        bottom: -700px;
    }

    .nav_logo {
        margin: 2% 3% 2% 3%;
        width: 10%;
    }
}

@media only screen and (max-width: 1100px) {
    .nav_item {
        margin: 1.2%;
    }

    .nav_marcar {
        margin: 1.2%;
    }
}

@media only screen and (max-width: 980px) {
    .navigation {
        font-size: 30px;
    }

    .nav_hamburger {
        display: inline-block;
        opacity: 0.8;
        font-weight: bold;
        width: 5%;
        position: absolute;
        right: 10%;
        top: 11%;
        transition: opacity 0.5s;
    }

    .nav_hamburger:hover {
        opacity: 0.5;
    }

    .nav_item {
        display: none;
    }

    .nav_marcar {
        display: none;
    }

    .ul_titulo {
        font-size: 16px;
    }

    .nav_logo {
        margin: 2% 5% 5% 5%;
        width: 35%;
    }

    .footer > img,
    .footer > ul {
        width: 100%;
        text-align: center;
    }

    .footer > img {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .ul_titulo {
        font-size: 18px;
    }

    .ul_data {
        font-size: 25px;
    }

    .conteudo {
        top: 570px;
        font-size: 25px;
    }

    footer {
        bottom: -1500px;
    }

    #imgacordos {
        width: 80%;
    }

    .textoespecialidadeunico {
        top: 13%;
    }

    .textoespecialidade:nth-of-type(2) {
        top: 46%;
    }

    .textoespecialidade:nth-of-type(3) {
        top: 46%;
        left: 50%;
    }

    .textoespecialidade:nth-of-type(4) {
        top: 81%;
    }

    .textoespecialidade:nth-of-type(5) {
        top: 81%;
        left: 50%;
    }
}

@media only screen and (max-width: 650px) {
    .conteudo {
        top: 500px;
    }

    footer {
        bottom: -1500px;
    }

    .textoespecialidade {
        font-size: 30px;
    }

    .textoespecialidadeunico {
        font-size: 30px;
    }
}

@media only screen and (max-width: 550px) {
    .conteudo {
        top: 500px;
    }

    footer {
        bottom: -1500px;
    }

    .textoespecialidade {
        font-size: 20px;
    }

    .textoespecialidadeunico {
        font-size: 20px;
    }
}