
/****** ATRACCIONES ******/

/* COLUMNAS */

#atracciones{
    border-radius:10px;
    padding:65px 62px 50px 62px;
    background:#fff url(../../images/atracciones_decoration.png) no-repeat center top;
}
#atracciones h1{
    font-size:4.2em;
    text-align:center;
    font-weight:600;
    color:#b4b11b;
    margin-bottom:50px;
}

#atracciones #listado_atracciones{
    font-size:0;
    background-image:url(../../images/punteado-vertical.gif);
    background-position:center;
    background-repeat:repeat-y;
}
#atracciones #listado_atracciones li{
    display:inline-block;
    vertical-align:top;
    font-size:10px;
    width:50%;
    padding:35px 28px 25px 0;
    background-image:url(../../images/punteado_horizontal.gif);
    background-position:top;
    background-repeat:repeat-x;

    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
#atracciones #listado_atracciones li:nth-child(even){
    padding:35px 0 25px 29px;
}
#atracciones #listado_atracciones li:nth-child(1){
    padding:0 28px 25px 0;
    background-image:none;
}
#atracciones #listado_atracciones li:nth-child(2){
    padding:0 0 25px 29px;
    background-image:none;
}

#atracciones #listado_atracciones li .styledFoto{
    height:220px;
    margin-bottom:23px;
}
#atracciones #listado_atracciones li img{
    max-width:100%;
    max-height:70px;
    margin-bottom:23px;
    display:block;
}
#atracciones #listado_atracciones li p{
    overflow:hidden;
    height:4.5em;
}
#atracciones #listado_atracciones li .verfotos{
    display:none;
}
#atracciones #listado_atracciones li .verfotos:first-of-type{
    display:inline-block;
}


#atracciones #listado_atracciones li.servicio{
    height:auto;
    display:inline-block;
    vertical-align:top;
    float:none;
    padding-bottom:35px !important;
}

#atracciones #listado_atracciones li.servicio h2{
    font-size: 2.4em;
    font-weight: 400;
    margin-bottom: 10px;
    color:#fc9c52;
}
#atracciones #listado_atracciones li.servicio p{
    height:auto;
}


/* TABLET */

@media only screen and (max-width:979px){
    
    #atracciones #listado_atracciones li .styledFoto{
        height:auto;
    }
    #atracciones #listado_atracciones li .styledFoto:before{
        content:"";
        display:block;
        width:100%;
        height:0;
        padding-bottom:56.25%;
    }    
    
}



/* MOBILE */

@media only screen and (max-width:767px){

    /* COLUMNAS */

    #atracciones{
        padding:45px 15px 5px 15px;
    }
    #atracciones h1{
        font-size:3.4em;
        margin-bottom:40px;
    }

    #atracciones #listado_atracciones,
    #atracciones #listado_atracciones li:first-child{
        background:none !important;
        padding-top:0 !important;
    }
    #atracciones #listado_atracciones li{
        width:100%;
        float:none;
        padding:25px 0 !important;
        background:url(../../images/punteado_horizontal.gif) repeat-x top !important;
        text-align:center;
    }
    #atracciones #listado_atracciones li img{
        margin: 0 auto 23px;
    }


}