
.section5 {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 80%;
    background: white;
}

.section5 img {
    position: absolute;           
    height: 100vh;            
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0; /* Asegurar que está por encima */
}


.cita-box {
    font-family: 'Gothica-B', sans-serif;
    text-align: center;
    padding: 50px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0px;
}



.button {
    display: inline-block;
    margin-top: 0px;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
.button:hover {
    background-color: #0056b3;
}

/* Contenedor del mapa */
gmp-map {
    position: absolute;
    bottom: 0px;
    width: 90%;
    height: 45%;    
    margin: 5%;
    border-radius: 10px;
    box-shadow: 11px 20px 19px rgba(0, 0, 0, 0.2);
}

/* Estilo personalizado para el marcador */
gmp-advanced-marker {
    cursor: pointer;
}


.ir_agendar img{
    width: 15vh;
    position: fixed;
    bottom: 0px;
    cursor: pointer;
}

.cita-box img{
    width: 18vh;
    height: auto;
    position: absolute;
    left: 16%;
    bottom: 0px;
}