.banner-default {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 77.5vh;
}
.banner-default .banner-background-image{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.banner-default p{
    width: 35%;
}
.banner-default h1 {
    z-index: 5;
    color: #fff;
    font-size: 64px;
	margin-top: 50px;
	text-align: center;
}
.banner-default p {
    z-index: 5;
    color: #fff;
	line-height: 30px;
	text-align: center;
}
.banner-default-icons{
    position: absolute;
    display: flex!important;
    flex-direction: row!important;
    align-items: baseline!important;
    bottom: 0;
    right: 0;
    padding-right: 8.2vw;
    padding-bottom: 20px;
}
.banner-default-icons img{
    z-index: 5!important;
    position: initial!important;
	width: 100%;
    height: 100%;
    padding: 4px;
    min-height: 80px;
    max-width: 100px;
    object-fit: contain !important;
}

.logotipo-banner{
	width: 15%;
    margin-top: -1rem;
    margin-bottom: -2rem;
	z-index: 2;
	filter: grayscale(1) brightness(15);
}

/*MEDIA QUERIES*/
/*MOBILE*/
@media screen and (max-width: 767.98px){
    .banner-default p{
        width: 60%;
        text-align: center;
    }
    .banner-default-icons img{
        width: 25%;
    }
    .banner-default-icons{
        right: initial;
        padding-right: 0px;
        justify-content: center;
    }
    .banner-default h1 {
        font-size: 50px;
        text-align: center;
    }
	.banner-default {
    	min-height: 80vh;
	}
	.banner-default h1 {
    	font-size: 40px;
	}
	.banner-default-icons{
		padding-bottom: 30px!important;
	}
	.logotipo-banner{
		width: 35%;
	}
}

/*TABLET*/
@media screen and (min-width: 768px) and (max-width:991.98px){
    .banner-default p{
        width: 50%;
        text-align: center;
    }
    .banner-default-icons img{
        width: 25%;
    }
    .banner-default-icons{
        padding-right: 20px;
    }
	.logotipo-banner{
		width: 25%;
	}
}

/* ONLY DESKTOP */
@media screen and  (min-width: 992px){
	.banner-default p{
		font-size: 18px;
	}
	.banner-default h1{
		width: 46%;
	}
}