﻿.card-vuelosWS-item-destination, .card-vuelosWS-item-price {
    margin: 0;
    color: #444;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3rem;
}

/* Estilos tarjeta 4 */
.box4-image-vuelosWS {
    height: 220px;
}

.card4-vuelosWS-list-destination {
    background: #fff;
}

.card4-vuelosWS-title {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
}

.card4-vuelosWS-from {
    text-align: right;
    font-size: 14px;
    padding: 3px 15px;
    margin: 0;
    font-weight: 400;
}

.card4-vuelosWS-item-search {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
}



/* Estilos tarjeta 1 */
.box1-image-vuelosWS {
    height: 180px;
}

.card1-vuelosWS-list-destination {
    background: #fff;
}

.card1-vuelosWS-title {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
}

.card1-vuelosWS-from {
    text-align: right;
    font-size: 14px;
    padding: 3px 15px;
    margin: 0;
    font-weight: 400;
    text-transform: lowercase;
    border-bottom: 1px solid #e3e3e3;
}

.card1-vuelosWS-item-search {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
}

.card-vuelos-item-icon .fa {
    margin: 0;
    font-size: 15px;
}

.card-vuelos-item-icon {
    margin: 0;
    color: #444;
    font-size: 15px;
    font-weight: 400;
}

.card1-vuelosWS-item-search .card-vuelosWS-item-destination {
    font-size: 14px;
}

.card1-vuelosWS-item-search .card-vuelosWS-item-price {
    text-align: right;
    font-size: 14px;
}

.card1-vuelosWS-item-search a {
    align-items: center;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    color: #444;
    padding: 10px 15px;
}

    .card1-vuelosWS-item-search a:hover {
        background: #efeded;
    }

.card-vuelosWS-list-searches,
.card-vuelosWS-list-searches > :last-child,
.card1-vuelosWS-list-destination {
    border-radius: 0 0 8px 8px;
}
/* Estilos tarjeta 2 */
.box2-image-vuelosWS {
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}

.card2-vuelosWS-list-destination {
    background: #fff;
}

.card2-vuelosWS-title {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
}

.card2-vuelosWS-from {
    text-align: right;
    font-size: 14px;
    padding: 3px 15px;
    margin: 0;
    font-weight: 400;
}

.card2-vuelosWS-item-search {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
}

.card2-vuelosWS-title {
    color: #444;
    font-size: 20px;
}

.textFromCard {
    font-size: 13px;
    margin-right: 5px;
    text-transform: lowercase;
}

/* Estilos tarjeta 3 */
.box3-image-vuelosWS {
    height: 220px;
    position: relative;
}

.card3-vuelosWS-list-destination {
    background: #fff;
}

.card3-vuelosWS-title {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 15px;
}

.card-vuelosWS {
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 8px;
    transition: 0.2s;
}

    .card-vuelosWS:hover {
        box-shadow: 0 0.75em 1.25em rgb(68 68 68 / 20%);
    }

.card3-vuelosWS-from {
    text-align: right;
    font-size: 14px;
    padding: 3px 15px;
    margin: 0;
    font-weight: 400;
}

.card3-vuelosWS-item-search a {
    padding: 15px;
}

.card3-vuelosWS-item-search {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
}

.name-destination {
    text-transform: capitalize;
}
