#Cuerpo{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 40px;
    height: 100%;
    width: 100%;

}


.buttons{

    background-color: rgb(151, 2, 2);
    color: white;
    padding: 3px 18px 3px 18px;
    margin-bottom: 20px;
    border-radius: 100px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

.buttons:hover{
    color: red;
    background-color: white;
    transition: 100ms;
    box-shadow: 0 0 4px red;
}

#Mapa{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 17px;
    box-shadow: 0 0 2px black;
    padding: 0 10% 0 10%;
    border-radius: 10px;
}

#popo{

    padding: 0px 10px 0px 10px;
    border-radius: 10px;
    box-shadow: 0 0 2px black;

}

#mapaImagen{
    display: none;
    height: 600px;
    border-radius: 40px;
}

#tipoDeServicio{
    display: none;
    align-items: flex-start;
    justify-content: center;
    gap: 10%;
}

.servicio{

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0 0 2px black;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    border-radius: 10px;

}

.servicio h1{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(58, 0, 0);
    font-size: 40px;
}

.servicio p{
    width: 400px;
}

.regresarButton{
    color: rgb(151, 2, 2);
    height: 25px;

}

#llenarFormularioEspecifico{
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-radius: 10px;
    box-shadow: 0 0 2px black;
    padding: 50px;
}

#llenarFormularioEspecifico h1{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(112, 0, 0);
    font-size: 50px;
}

.inputServicioEspecifico{
    border-radius: 10px;
    box-shadow: 0 0 2px black;
    padding: 0 10px 0 10px;
}

.hr{
    width: 100%;
    background-color: black;
    height: 2px;
}

#planificacionContenedor{
    display: none;
    align-items: center;
    justify-content: center;

}

#planificacion{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 0 1px black;

}

#planificacion h1{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(58, 0, 0);
    font-size: 40px;
}

#fechaInput{
    box-shadow: 0 0 2px black;
    padding: 10px;
    border-radius: 10px;
}
#calendarioContenedor{
    border-radius: 10px;
    box-shadow: 0 0 1px black;
    padding: 20px;
    display: none;
    align-items: flex-start;
    justify-content: center;
    
}
#escribirDatosContenedor{
    display: none;
    align-items: center;
    justify-content: center;
}

#escribirDatos{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
    box-shadow: 0 0 2px black;
    padding: 30px
}

#escribirDatos input{

    box-shadow: 0 0 2px;
    padding: 2px 10px 2px 10px;
    border-radius: 10px;

    
}

#escribirDatos h1{

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(58, 0, 0);
    font-size: 40px;
    
}
