
.par {
    width: 100%;
    /*height: 500px;*/
    /*text-align: center;*/
    margin: 0 auto;
    padding: 0;
    /*margin-bottom: 20px;*/
}

.atraccion {
    width: 100%;
    /*margin: 0 auto 0 auto;
    margin-bottom: 0px;
    height: 565px;
    padding: 3% 3% 5% 3%;
    background-color: #fff;*/
    box-sizing: border-box;
    border: 0px 1px 1px 1px solid #ccc;
    /*float: left;
    display: inline-block;
    overflow: auto;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);
    position: relative;*/
}


/*-------------*/


.sr.sr-a.card {
    margin-bottom: 0px;
}

.featured .card {
    margin-bottom: 0;
}
.featured .card {
    /*margin-bottom: 24px;*/
}
.sr.card {
    /* border-bottom: 1px solid #e0e0e0; */
    /* -webkit-border-radius: 0px; */
    -moz-border-radius: 0px;
    /* border-radius: 0px; */
}

.card {
    /*margin-bottom: 24px;*/
    padding: 24px;
}
.card {
    background-color: #fff;
    border-bottom-width: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-top-width: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    /*margin-bottom: 8px;*/
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);
    opacity: 1;
    overflow: hidden;
    padding: 24px;
    position: relative;
    /* -webkit-transform: translateZ(0); */
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.sr {
    line-height: 1.2rem;
    padding: 24px;
    min-height: 144px;
}
.material-shadow {
    -webkit-transition: box-shadow 0.218s;
    -moz-transition: box-shadow 0.218s;
    -o-transition: box-shadow 0.218s;
    transition: box-shadow 0.218s;
}


/*------------*/

.sr:hover {
    z-index: 1
}

.atraccion:hover{ box-shadow: 0px 5px 20px #6a6a6a;
-moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);}

.atraccion h3 {
    /*color: white;*/
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
}

.atraccion p {
    /*color: white;*/
    font-size: 13.5px;
    line-height: 16px;
    margin: 0;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
}

.atraccion p span {
    font-weight: 600;
}

article p.column2 {
    width: 100%;
    margin-left: 5%;
    float: right;
}

.atraccion ul li {
    /*color: white;*/
    list-style: disc;
    list-style-position: inside;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.3px;
}

.recuadro {
    width: 80%;
    margin: 0 auto;
    padding: 20px 20px 40px 20px;
    background-color: #d9d9d9;
    border-radius: 15px;
}

.recuadro h3 {
    font-weight: 400;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
}

.recuadro li {
    width: 90%;
    margin: 0 auto;
    list-style: disc;
    list-style-position: inside;
}

#section03 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
    .atraccion {
        width: 100%;
        height: auto;
        margin-bottom: 10px !important;
    }
    .recuadro {
        width: 95%;
        padding: 10px 10px 20px 10px;
    }
    
    section h1{font-size: 35px;}
    
    #section03{width: 95%;}
}
   