main section {
    max-width: 37em;
        }

    main section h1 {
        color: #414141;
        text-align: center;
        padding-top: .2em;
        border-bottom: 8px double white;
        border-top: 6px double white;
        margin-bottom: 1em;
        background: #f2f2f2;
        font-size: 1.7em;
    }

    .iconotitle {
        height: 1em;
        margin-bottom: -.1em;
        margin-right: .4em;
    }

.slick-prev
{
    top: 15%;
    left: 5%;
    z-index: 1;
}

.slick-next
{
    top: 15%;
    right: 5%;
    z-index: 1;
}

.slick-list
{
    display: block;
    overflow: hidden;
    margin: 0 0em;
}


.eligetufecha {
        font-family: 'Open Sans', sans-serif;
        background: white;
        margin-bottom: 3em;
        margin-top: 2em;
        padding-top: .5em;
        -webkit-border-radius: 8px/7px; 
        -moz-border-radius: 8px/7px; 
        border-radius: 8px/7px; 
        -webkit-border-bottom-left-radius: 1em; 
        -moz-border-bottom-left-radius: 1em; 
        border-bottom-left-radius: 1em; 
        -webkit-border-bottom-right-radius: 1em; 
        -moz-border-bottom-right-radius: 1em; 
        border-bottom-right-radius: 1em; 
        -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
        -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
        box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
        border: solid 1px #cbc9c9;
        }

.formfoot {
    margin: 0 auto;
    margin-top: 1.9em;
    width: 100%;
    height: 3em;
}

.horario {
    width: auto;
    margin-top: -.7em;
    margin-left: 12%;
    position: relative;
    float: left;
}

input,
select {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #de1010;
}

input[type=time]{
  width: 6em;
  height: 2.4em; 
  text-align: center;
  -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
  border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  background-color: #ffffff; 
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 1px #cbc9c9;
  margin-left: 0;
  margin-top: 1em;; 
  padding-right: 7px;
}

input:invalid {
  border: solid 1px #de1010;
  box-shadow: 1px 1px 5px rgba(247, 0, 0, 0.65); 
}

#iconos {
  width: 3em;
  height: 2.3em;
  background-color: #F34747;
  margin-top: .9em;
  padding: 8px 13px 8px 13px;
  -webkit-border-radius: 4px 0px 0px 4px; 
  -moz-border-radius: 4px 0px 0px 4px; 
  border-radius: 4px 0px 0px 4px;
  color: white;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 0px #cbc9c9;
}

label.radio {
  cursor: pointer;
  text-indent: 1.9em;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

label.radio:before {
  background: #F34747;
  content:'';
  position: absolute;
  top:2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

label.radio:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 0.5em;
	height: 0.25em;
	background: transparent;
	top: 7.5px;
	left: 4.5px;
	border: 3px solid #ffffff;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input[type=radio]:checked + label:after {
	opacity: 1;
}

input[type=radio] {
  visibility: hidden;
}

.iluminacion {
    height: auto;
    padding-top: .65em;
    float: right;
    margin-right: 12%;
}

.iluminacion p {
    margin-top: 0em;
    font-size: 1em;
    margin-right: -.3em;
}

.iluminacion b {
    font-weight: normal;
}


.pagarboton {
    width: 100%;
    margin: 0 auto;
}

a.pagar {
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding: 6px 3.7em 2em 3.7em;
  margin: 1.7em auto 2.5em auto;
  display: flex;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  width: 5em; height: 2em; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
  background-color: #F34747; 
  -webkit-box-shadow: 0 3px #d83e3e; 
  -moz-box-shadow: 0 3px #d83e3e; 
  box-shadow: 0 3px #d83e3e;
  transition: all 0.1s linear 0s; 
  top: 0px;
  position: relative;
}

a.pagar:hover {
  top: 3px;
  background-color:#F34747;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
  color: white;
}

@media (max-width: 608px) {
    
    
.iluminacion p b {
    display: none;
}

    
.iluminacion p {
margin-left: -.5em;
}
    
}


@media (max-width: 430px) {
    
.horario {
    margin-left: 10%;
}
    
.iluminacion {
    margin-right: 1.8em;
}
    
.iluminacion p {
    margin-right: -.8em;
}
    
input[type=time]{
  width: 5.2em;
  text-align: center;
  padding-right: 0;
  margin-right: -1em;
}

#iconos {
  width: 2em;
  padding: 8px 8px 8px 10px;
}
    
}
    
    
@media (max-width: 345px) {
    
.horario {
    margin-left: .8em;
    
}
     
input[type=time]{
  width: 4.2em;
  text-align: right;
}
    
#iconos {
  width: 2em;
  padding: 8px 6px 8px 8px;
}
    
    
}
    

/*
----------------
Calendario
----------------
*/

.mesydia {
    font-family: 'Open Sans', sans-serif;
    border: solid 1px #f2f2f2;  
    border-bottom-left-radius: .5em; 
    border-bottom-right-radius: .5em; 
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.18); 
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.18); 
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18); 
    padding: 0;
    width: 90%;
    margin: 0 auto;
    background: #fafafa;
}

#opcionmesydia {
    font-family: 'Open Sans', sans-serif;
}

#opcionmesydia ul {
    list-style-type: none;
}

.mes {
  padding: .5em 1em;
  width: 100%;
  background: #F34747;
  text-align: center;
  border-top: 6px double white;
  border-bottom: 8px double white;
}

.mes h2 {
  font-size: 1em;
  font-family: 'Reem Kufi', sans-serif;
  text-transform: none;
  margin-bottom: -.3em;
}

.mes h3 {
  font-size: .5em;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  margin: 0 auto;
  margin-bottom: 1.2em;
}

.mes ul {
  margin: 0;
  padding: 0;
}

.mes ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.diasdelasemana {
  margin: 0 auto;
  padding: 2px 0;
  background-color:#454545;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.diasdelasemana li {
  display: inline-block;
  width: 13.6%;
  color: #ffffff;
  text-align: center;
}


.dias {
  padding: 1em 0;
  padding-bottom: 1.2em;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.dias li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin: 6px 0;
  font-size:12px;
  color: #777;
  cursor: pointer;
}