/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31/05/2022, 15:07:03
    Author     : Aldana
*/
#modal-horario{
    background-color: #fce3e3;
    padding: 1em 0;
}

#modal-horario h1{
    font-size: 1em; /*1.7em;*/
    color: #010101;
    /*text-align: center;*/
    margin-top: 0.5em;
    margin-bottom: 0.25em;
}

#modal-horario img{
    width: 4em; /*9em;*/
}

#modal-horario p{
    margin-top: 0em;
    margin-bottom: 0em;
    font-size: 1em;/*1.1em;*/
    line-height: 1.6;
    color: #5e5e5e;
    /*text-align: center;*/
}

#modal-horario .modal-footer{
    background-color: #ffffff;
}

#modal-horario .modal-footer button{
    width: 11em;
    height: 44px;
    border: none;
    border-radius: 8px;
    background-color: green;
    font-family: SFProText-Semibold;
    font-size: 1em;
    color: #ffffff;
    text-transform: uppercase;
}

@media (max-width: 768px){
    #modal-horario .modal-dialog{
        width: 100%;
        margin: 0;
        position: fixed;
        bottom: 0;
    }
}
