﻿/* estilos tarjetas */
.content-preview-design {
    width: 400px;
    display: none;
}

.card-vuelosWS-content img {
    width: 100%;
    height: auto;
}

@supports(object-fit: cover) {
    .card-vuelosWS-content img {
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

.card-vuelosWS-content {
    position: relative;
    width: 100%;
}

.card-vuelosWS-list-searches {
    width: 100%;
}

.card-vuelosWS-list-searches a {
    display: flex;
    padding: 10px 15px;
    align-items: center;
    justify-content: space-between;
}

/* Estilos tarjeta 4 */
.card4-vuelosWS-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translate(0,-50%);
}

.card4-vuelosWS-from {
    text-align: right;
    font-size: 14px;
    padding: 3px 15px;
    margin: 0;
    font-weight: 400;
}


/* Estilos tarjeta 1 */
.card1-vuelosWS-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translate(0,-50%);
}

.card-vuelosWS {
    -webkit-box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
}

.card-vuelos-item-icon {
    flex: 1 0 2%;
}

.card1-vuelosWS-item-search .card-vuelosWS-item-destination {
    flex: 1 0 20%;
    white-space: initial;
}

.card1-vuelosWS-item-search .card-vuelosWS-item-price {
    flex: 0 0 25%;
    white-space: nowrap;
}

.card1-vuelosWS-item-search a {
    padding: 6px 15px;
}

/* Estilos tarjeta 2 */
.box2-image-vuelosWS {
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}

.card2-vuelosWS-list-destination {
    background: #fff;
}

.card2-vuelosWS-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translate(0,-50%);
}

.card2-vuelosWS-image,
.card2-vuelosWS-from {
    display: none;
}

/* Estilos tarjeta 3 */
.box3-image-vuelosWS {
    height: 220px;
    position: relative;
}

.card3-vuelosWS-list-destination {
    background: #fff;
}

.card3-vuelosWS-title {
    position: absolute;
    left: 0;
    margin: auto;
    z-index: 1;
}

.card3-vuelosWS-from {
    display: none;
}

.card-vuelosWS-list-searches a:hover {
    text-decoration: none;
}

a.btn-vwsSecundary {
    background: #fff;
    color: #36393B;
}

.btn-vwsSecundary {
    background: #fff;
    color: #36393B;
    line-height: 1;
    font-size: 14px;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-family: sans-serif;
    box-shadow: none;
    margin: 0;
    text-transform: initial;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.vuelosWs-buttons-actions {
    padding: 8px 0;
}

@media only screen and (max-width: 768px) {
    .card-vuelosWS {
        margin-bottom: 25px;
    }
}
