.banner-ilhas {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 77.5vh;
}
.banner-ilhas img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.banner-ilhas h1 {
    z-index: 5;
    color: #fff;
    font-size: 64px;
    text-align: center;
    margin-top: 20px;
}
.banner-ilhas svg {
    position: absolute;
    z-index: 4;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-ilhas-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-ilhas-icons img{
    z-index: 5!important;
    position: initial!important;
	padding: 4px;
    min-height: 80px;
    max-width: 100px;
	object-fit: fill;
}

  .image-mobile {
    display: none;
  }

  .image-desktop {
    display: block;
  }


/*MEDIA QUERIES*/
/* TABLET */
@media screen and (min-width: 768px) and (max-width:991.98px){
	.banner-ilhas{
		min-height: 77.5vh;
	}
}
/*MOBILE*/
@media screen and (max-width: 767.98px){
	
	  .image-mobile {
    display: block;
  }

  .image-desktop {
    display: none;
  }
	
    .banner-ilhas p{
        width: 60%;
        text-align: center;
    }
	.banner-ilhas{
		min-height: 80vh;
	}
    .banner-ilhas-icons img{
        width: 25%;
    }
    .banner-ilhas-icons{
        right: initial;
        padding-right: 0px;
        justify-content: center;
    }
    .banner-ilhas h1 {
        font-size: 50px!important;
    }
	
	.mask-mobile{
		position: absolute;
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
		width: 100%;
		height: 100%;
		z-index: 1000;
	}
	.banner-ilhas h1,.banner-ilhas-icons,.banner-ilhas .text-center{z-index:1001;}

}

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