@charset "utf-8";

.beneficios-page {
    padding-bottom: 0;
}
.banner-beneficios {
    padding: 0;
	margin-top: 55px;
    margin-bottom: 70px;
    width: 90%;
    max-width: 960px;
}
.banner-beneficios .row {
    background: #F4F9FD;
    border-radius: 10px;
    overflow: hidden;
    max-height: 140px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.tarjeta {
    position: absolute;
    max-width: 166px;
    top: -22%;
    left: 4.3%;
}
.tarjeta-text-banner .align-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 12%;
}
.tarjeta-text-banner p{
    max-width: 360px;
}
.tarjeta-text-banner p span.celeste{
    color: #31B5F7;
	font-weight: 700;
}
.tarjeta-text-banner p span.azul{
    color: #006ED2;
	font-weight: 700;
}
.btn-primary.azul {
    color: #fff;
    background-color: #006ED2;
    border: 2px solid;
    border-color: #006ED2;
    text-decoration: none;
    padding: 6px 24px;
    border-radius: 6px;
}
.btn-primary.azul:hover, .btn-primary.azul:focus {
    background: transparent;
    border: 2px solid #006ED2;
	color: #006ED2;
    text-decoration: none;
	transition: all ease-in-out .4s;
}
.tarjeta-m {
        display: none;
    }
@media (max-width: 1080px) {
	.banner-beneficios .row{
		margin: 10px;
	}
}
@media (max-width: 992px) {
	.banner-beneficios .row {
		max-height: 190px;
	}
	.tarjeta-text-banner .align-banner {
		align-items: flex-start;
		flex-direction: column;
	}
	.boton-banner {
		margin-top: 20px;
	}
	.tarjeta {
        max-width: 180px;
        top: 4%;
        left: 6%;
    }
}
@media (max-width: 768px) {
	.banner-beneficios .row {
        flex-direction: column;
        max-height: 100%;
		border-radius: 10px;
        height: auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
	.tarjeta-text-banner .align-banner {
		flex-direction: column;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
		padding: 0 10% 10%;
	}
	.tarjeta-text-banner p {
		font-size: 24px;
		width: 100%;
		max-width: 400px;
		text-align: center;
	}
	.tarjeta {
        display: none;
    }
	.tarjeta-m {
        max-width: 45%;
        top: 0;
        left: 50%;
        margin: 2% 0 0 -22.5%;
        position: relative;
        display: block;
        z-index: 2;
    }
	.tarjeta-image-banner {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		position: relative;
	}
	img.tarjeta-image-banner {
        position: absolute;
        top: 0;
        left: 0;
    }
}	
@media (max-width: 640px) {
.tarjeta-m {
        max-width: 50%;
        margin: 2% 0 0 -25%;
    }
}
@media (max-width: 490px) {
	.btn-primary.blue {
		background: #31b5f7;
		border: 2px solid #31b5f7;
		text-decoration: none;
		transition: all ease-in-out .4s;
		display: block;
		width: 100%;
		text-align: center;
	}
	.tarjeta-m {
        max-width: 60%;
        margin: 2% 0 0 -30%;
    }
	.tarjeta-text-banner p {
        font-size: 22px;
    }
}
@media (max-width: 460px) {
	.tarjeta-text-banner p {
        font-size: 24px;
    }
}
@media (max-width: 390px) {
	.tarjeta-text-banner p {
        font-size: 19px;
    }
}
@media (max-width: 320px) {
	.tarjeta-text-banner p {
        font-size: 17px;
    }
}