.card-inverse-1 {
background-image: url("../img/swing-dob-matr-01.jpg");
}
.card-inverse-2 {
background-image: url("../img/swing-dob-twin-01.jpg");
}
.card-inverse-3 {
background-image: url("../img/swing-trip-01.jpg");
}
.card-inverse-4 {
background-image: url("../img/swing-trip-twin-01.jpg");
}
.card-inverse-5 {
background-image: url("../img/swing-cuadr-01.jpg");
}
.card-inverse-6 {
background-image: url("../img/swing-quint-01.jpg");
}
.card-img-overlay {
height: 100%;
width: 610px;
}
.card-inverse {
width: 610px;
margin-left: 10px;
}
.card {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border: 0;
border-radius: 0;
height: 400px;
width: 610px;
margin-left: 10px;
}
.card .span_card_habitac {
color: #fdd391;
font-size: 100px;
margin: 0;
font-weight: bold;
position: absolute;
opacity: 1;
left: 20px;
bottom: -10px;
transition: 1s all ease-in;
}
.card .h3_card_habitac {
color: #fff;
font-size: 26px;
line-height: 28px;
font-weight: bold;
text-align: left;
position: absolute;
z-index: 3;
opacity: 1;
left: 80px;
bottom: 20px;
transition: 1s all ease-in;
}
.card .p_card_habitac {
color: #fff;
opacity: 0;
text-align: left;
font-size: 20px;
line-height: 25px;
position: absolute;
bottom: 30px;
left: 30px;
transition: 1s all ease-in;
}
.card #btn_secundary_habit {
opacity: 0;
position: absolute;
z-index: 999;
left: 35px;
bottom: 15px;
transition: 1s all ease-out;
}
.card .card-img-overlay:before {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
transition: 1s all ease-in;
width: 610px;
}
.card:hover .card-img-overlay:before {
background-color: rgba(0, 0, 0, 0.3);
}
.card:hover .p_card_habitac {
color: #fff;
font-size: 22px;
line-height: 25px;
opacity: 1;
text-align: left;
width: 100%;
bottom: 45px;
left: 50px;
}
.card:hover .h3_card_habitac {
color: #fff;
font-size: 26px;
line-height: 28px;
font-weight: bold;
text-align: left;
position: absolute;
z-index: 3;
opacity: 0;
left: 40px;
bottom: -20px;
transition: 1s all ease-out;
}
.card:hover .span_card_habitac {
color: #fdd391;
font-size: 100px;
margin: 0;
font-weight: bold;
position: absolute;
opacity: 0;
left: -20px;
bottom: -30px;
transition: 1s all ease-out;
}
.card:hover #btn_secundary_habit {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
background-color: transparent;
cursor: pointer;
color: #8f2015;
opacity: 1;
position: absolute;
z-index: 999;
left: 50px;
bottom: 30px;
transition: 1s all ease-out;
}
.card:hover #btn_secundary_habit .fa {
margin-left: 10px;
}
.card:hover #btn_secundary_habit:hover {
left: 60px;
text-decoration: none;
color: #e26d5a;
}