/* HEADER */

.header-condes {
    background-image: url(../img/header-banner-01.jpg);
    background-position: center;
    background-size: cover;
}

.header-condes:before {
    content: "";
    display: block;
    position: absolute;
    background-color: black;
    opacity: .5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.header-estacion {
    background-image: url(../img/bg-header-fachada.jpg);
    background-position: center;
    background-size: cover;
}

.header-estacion:before {
    content: "";
    display: block;
    position: absolute;
    background-color: black;
    opacity: .5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.header-gracias {
    background-image: url(../img/benefits-bg-01xx.jpg);
    background-position: center;
    background-size: cover;
}

.header-gracias:before {
    content: "";
    display: block;
    position: absolute;
    background-color: black;
    opacity: .5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}



.header-icon>.icon>i {
    font-size: 20px !important;
    color: #fff !important;
}


.mi-texto {
    z-index: 2;
}

.modal-body li{
    list-style: none;
    padding: 5px;
}

.modal-body i{
    color: var(--bs-primary);
    padding: 5px;
}

.entorno-condes{
    background-image: url(../img/header-banner-01.jpg);
    background-position: center;
    background-size: cover;
}

.entorno-condes:before{
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.entorno-estacion{
    background-image: url(../img/bg-header-fachada.jpg);
    background-position: center;
    background-size: cover;
}

.entorno-estacion:before{
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.map-fluid{
    max-width: 100%;
    height: 100%;

}
.map .card{
    border-radius: 0 ;
    border: none;
}

/* Formulario */

.wrapper{
    z-index: 10;
    position: relative;
}

.contact-form{
    background-color: #e9e9e9;
    padding: 60px 40px 40px;
    opacity: .9;
}

.contact-form .btn{
    border-bottom: 5px solid #b85f44;
    width: 100%;
}

/* Card Uso */

.card-info {
    display: flex;
    align-items: center;
    padding: 12px;
}

.card-info>.icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.card-info>.icon>i {
    font-size: 20px !important;
    color: #fff !important;
}

/* Card stats */

.stats{
    background-image: url(../img/fondo-marmol.jpg);
    background-position: center;
    background-size: cover;
}

.card-stats {
    align-items: center;
}

.card-stats>.icon {
    width: 45px;
    height: 45px;
    line-height: 50px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    margin: auto;
}

.card-stats>.icon>i {
    font-size: 20px !important;
    color: #fff !important;
}

/* Swiper */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Footer */
footer{
    background: var(--bs-dark);
    width:100%;
    padding:20px;
}