
/********************************      Basic Structure      ********************************/

html {
                /*font-size: 100%;
                height: 100%;
                margin-bottom: 1px;  Always show a scrollbar to avoid jumping when the scrollbar appears  */
                }

body {
                font-family: 'Inter', sans-serif;
                color: #000000;
                 background: #ffffff;
                font-size: 12px;
                }

/*#body-wrapper {
                background: url('../images/bg-radial-gradient.gif') fixed 0px top no-repeat;
                }    */            

/********************************      Elements styling      ********************************/



p {
    padding: 0px;
   line-height: 1.6em;

    color: #363636;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
   }


.fecha_evento_nuevo{

    font-size: 14px;
    color: #575757;
    letter-spacing: 1px;
}

.title_nuevo_evento{

    font-size: 30px;
    color: #212529;
    line-height: 35px;
    margin-bottom: 0px;
}

.tipo_nuevo_evento{
    font-size: 25px;
    color: #000000;
}

.sinopsis_nuevo_evento{

    font-size: 14px;
    margin-top: 2rem;
    color: #000000;
}

.precio_nuevo_evento{
    font-size: 25px;
    color: #000000;
    /*border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;*/
    padding: 10px 0px;
    text-align: center;

}

.div_precio{
    margin-top: 3rem;
    text-align: center;
}

.btn_matador{
    border: 1px solid #707070;
    color: #000000;
    text-decoration: none;
    font-size: 11px;
    padding: 6px 10px;
    background: #e6e4dc;
    display: inline-block;
    width: 132px;
    text-align: center;
}

.btn_matador:hover{
    border: 1px solid #707070;
    color: #000000;
    text-decoration: none;
    font-size: 11px;
    padding: 6px 10px;
    background: #e6e4dc96;
    display: inline-block;
    width: 132px;
    text-align: center;
}


.btn_matador2{
    background: #e61932;
    border: 1px solid #e61932;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 13px;
    font-size: 12px
}

.btn_matador2:hover{
    background: transparent;
    border: 1px solid #e61932;
    color: #e61932;
    text-decoration: none;
    padding: 8px 13px;
    font-size: 12px
}

.margin_top_4{
    margin-top: 1rem;
    padding-bottom: 15px;
}


.error{
    color: #f44336;
    margin-top: 2rem;
}

.ok{
    color:#158b80
}

.acompanantes_label{
    color: #b3b3b3;
    font-size: 1.3rem;
}


.acompanantes_input{

    border: 1px solid rgb(33 37 41);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    display: inline-block;
    padding: 0.5rem 0.5rem;
    text-align: left;
    text-decoration: none;
    width: 26%;
    margin-right: 15px;
    background: #fffbf2;
}

.margin_acompanantes{
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.margin_acompanantes p{
    color: #363636;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}

.text_input{
    color: #363636;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}

.img-fluid{
    max-width: 100%;
    height: auto;
}

.container_iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


#body-wrapper {
               
justify-content: center;
    display: flex;
    overflow: hidden;
    padding-bottom: 100px;
    background: #fffbf2;

}   

.text_actividad_no_reservas{
    font-weight: 100;
    line-height: 28px; 
    font-size: 18px; 
    color: #2b2929; 
    font-family: 'Inter', sans-serif;
}


.aforo_completo{
    font-size: 26px;
    color: #e61933;
}

.font_size_18{
    font-size: 18px;
    }