/*Estilos Secciones*/
    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
        outline: none;
    }


    /*Header - Cabecera*/
    .logo{
        font-size:32px;
        color: #a32f9d;
    }

    #logo{
        width:190px;
        margin-top:10px;
        margin-bottom: 10px;
    }

    .contacto{
        font-size:20px;
    }

    .contacto i{
        font-size:18px;
        margin-right:10px;
    }

    .fondoAzul{
        background: #1fa484;
    }

    #banner{
        padding: 10px 0px 0px 0px;
        background-image:url("./images/slider.jpg");
        margin-bottom: 40px;
        background-size: cover;
        background-position: top center;
    }

    #banner .xs60{
        margin: 30px 0px;
        padding: 20px;
        background-color:rgba(0,0,0,0.1);
    }

b{
    font-weight: bold;
}

    h1{
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }

    h3{
        margin-top: 30px;
        margin-bottom: 30px;
        font-weight: bold;
    }

    ol li{
        margin-bottom: 15px;
        list-style-position: inside;
    }

    ul li{
        margin-bottom: 15px;
        list-style-position: inside;
        list-style-type: disc;
    }

    .inputText{
        padding: 10px;
        border: 1px solid #a32f9d;
        border-radius: 8px;
    }

    .horario{
        justify-content: center;
        padding: 10px 0px;
        align-items: center;
        font-size: 24px;
    }

    .horario input{
        width: 25px;
        height: 25px;
        margin-top: -5px;
    }

    .p40{
        padding:40px 0px;
    }

    .botonComprar{
        background: #a32f9d;
        border: 0;
        padding: 15px 40px;
        font-size: 30px;
        color: white;
        border-radius: 5px;
        cursor: pointer;
    }

    .entrada{
        padding: 20px;
        background: #cdcdcd;
        border: 1px solid #444;
    }
    
    a{
        color: #56595a;
    }

    h1{
        font-size: 36px;
        color:#a32f9d;
        margin: 20px 0px;
    }

    h2{
        font-size: 30px;
        color:#a32f9d;
        margin: 20px 0px;
    }
    
    #piePagina h1,#piePagina p{
        color:white;
    }

    .mtb10{
        margin:10px 0px;
    }

    .mtb20{
        margin: 10px 0px;
    }

    .botonComprar{
        display:none;
    }

    /*Fin Header - Cabecera*/


.btn {
    display: inline-block;
    padding: 15px 30px;
    margin-bottom: 0;
    font-size: 19px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    text-decoration: none;
    background: #a32f9d;
}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    
}

.btn.btn-flat span{
    font-family: 'Nunito Sans', sans-serif;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}


.ui-dialog-buttonset .bottonEliminar{
    margin-right: 470px !important;
    background:rgba(206, 12, 12, 0.64);
    color:white;
}

.oculto{
    display: none;
}

@media only screen and (max-width:800px){
	#banner{ display: none; }
}
