/*
------------------------------
MAIN - #parada_content
------------------------------
*/
.container_descubre_shortcode{
    padding: 14px 0;
    font-size: 14px;
    display: block;
    overflow: hidden;
    width: 1160px;
    margin: 0 auto;
}
#parada_content{
    margin-bottom: 30px;
}
#parada_content h2{
    margin-bottom: 30px;
}
#parada_content .super_title_bold{
    margin-bottom: 10px;
}
#parada_content .parada_content{
    margin-bottom: 40px;
    padding: 0px 15px;
}
.title_descubre_shortcode{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}
.title_center{
    text-align: center;
}

#parada_content .icon_text_group .parada_content_icon {
    width: 80px;
    height: 80px;
    text-align: center;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

#parada_content .icon_text_group {
    padding-left: 80px;
    padding-right: 40px;
    margin-bottom: 20px;
    color: #444;
    min-height: 100px;
    position: relative;
}

#parada_content .icon_text_group .title_descubre_shortcode {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
}

.parada_dest_image{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.img_container{
    width: 100%;
    height: 136px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.img_container_routes_destiation{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 33px;
    overflow: hidden;
    position: relative;
    padding-bottom: 50%;
}
.img_container_routes_destiation .title{
    position:absolute;
    top: 50%;
    left:0;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    text-transform: uppercase;
    font-size: 18px;
    height: auto;
    font-weight: bold;
}

.image_parada_list{
    display: none;
    width: 80%;
}

.title_parada{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
    text-align: center;
    text-transform: uppercase;
}

.parada_dest_image .img_container .button{
    height: 30px;
    border-radius: 5px;
    position: relative;
    width: 65px;
    display: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
    background-color: #ca0000;
    margin-bottom: 0;
    left: 50%;
    transform: translateX( -50% );
    top: 50px;
}