body {
    font-size: 18px;
    line-height: 1.5;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: #f5f5f5;  
}
.tools_i {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 10px;
    padding: 25px;
    width: 80px;
    color: white;
    font-size: 40px;
    font-weight: bold;
}

.img_container{
    /* width:255px;
    height:255px; */
    padding-bottom: 56.25%; /* Relación de aspecto de 16:9 (dividir la altura entre el ancho) */
}

.img_container .img_card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta la imagen para cubrir todo el contenedor */
    }

.short_info {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/shadow_tour.png) repeat-x left bottom;
    width: 100%;
    padding: 25px 15px 15px 20px;
    color: #fff;
    font-size: 13px;
}

.desc {
   width: 250px;
   padding-left: 20px;
   padding-top: 15px;
}

.card-ciudad{
    background-color: white;
}

a.button.small, .button.small {
    padding: 7px 15px;
    font-size: 13px;
}
a.button, .button {
    padding: 10px 30px;
    display: inline-block;
    background-color: #09534E;
    font-weight: 600;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    border: 0;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
a {
    color: #09534E;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
}

#social_footer {
    float: right;
}

