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;
    }

    main section h2 {
        text-align: center;
        margin-bottom: -1.2em;
        font-size: 1.2em;
    }

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

.eligetucancha {
        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;
        }

.canchas1 {
        width: 75%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-top: -1em;
        margin-bottom: 1em;
        max-width: 25em;
        padding-top: 1em;
        padding-bottom: 1em;
        border-bottom: 2px solid #e2e2e2;
        border-top: 2px solid #e2e2e2;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0), #ededed, rgba(0, 0, 0, 0));
        }

.canchas2 {
        width: 100%;
        margin: 0em auto;
        margin-bottom: 2em;
        padding: 1em;
        padding-top: 0em;
        }


.canchas2 img {
        display: block; 
        object-fit:cover;
        object-position: center;
        border-radius: .5em;  
        border-top-left-radius: 50%; 
        border-bottom-right-radius: 30%; 
        -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.22); 
        -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.22); 
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.22); 
        border: solid 1px #f2f2f2;
        height: 12em;
        float: left;
        margin-right: 1em;
        }

.slick-slide img {
  max-width: 100%; 
  transition: transform 0.5s; 
 }

.slick-slide.slick-center img{
  transform: scale(1.2);
}

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

#ficha {
        background: none;
        margin-top: 0em;
        margin-bottom: 0em;
        padding: 0em;
        padding-top: .3em;
        padding-bottom: 0em;
        height: 10.3em;
        }

#ficha p {
        text-align: center;
        padding: 0em;
        margin-bottom: -1em;
        font-size: 16px;
        font-weight: lighter;
        }

#ficha b {
        font-weight:bold;
        font-size: 12px;
        color: #3b3b3b;
        margin-right: .2em;
        }

#ficha i {
        color: #F34747;
        font-weight: bold;
        font-style: normal;
        font-size: 1.5em;
        font-family: 'Reem Kufi', sans-serif;
        }

#opcioncancha1 {
        }

#opcioncancha2 img {
        padding: .5em;
        margin: .4em;
        }

a.alquilar {
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding: 6px 4.4em 2em 4.4em;
  margin: 1.9em 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.alquilar:hover {
  top: 3px;
  background-color:#F34747;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none;
  color: white;
}

@media (max-width: 37em) {
    
    main section h1 {
        margin-bottom: .8em;
        margin-top: .7em;
    }
    
    .canchas2 {
        width: 100%;
        margin: 0em;
        margin-bottom: 2em;
        padding: 0em;
        padding-bottom: 1em;
    }
    
    .canchas2 img {
        display: block; 
        object-fit:cover;
        object-position: center;
        border-radius: 0em;  
        border: none;
        border-top: solid 2px #b4b4b4;
        border-bottom: solid 2px #c4c4c4;
        height: auto;
        width: 100%;
        float:none;
        margin-right: 0em;
        }
    
    #opcioncancha2 img {
        padding: 0em;
        margin: .4em 0em;
        height: 11.5em;
        }
    
    .slick-list {
    display: block;
    overflow: hidden;
    margin: 0 0em;
        }
    
    .canchas1 {
        padding: 1em;
        }
    
    #ficha {
        margin-bottom: .2em;
        margin-top: -.1em;
    }
    
    
}


@media (max-width: 450px) {
    
.canchas1 {
        width: 100%;
        }
    
}