
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600&display=swap');

.header-wb365 {
    background: linear-gradient(179deg,#2B0556, #2B0556,#42679B,#42679B);
    animation: gradient 8s ease infinite;
    background-size: 500% 200%;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.background{
	background-image: url('../img/banner/lines-banner.svg');
	width: 100vw;
	height: 100vh;
	display: grid;
	justify-content: center;
	align-content: center;
}

.ss-slider img{
	z-index: 1;
	width:100%;
	height:100%;
	margin-left: -8em;
}


.animate-slide{
	position:relative;
	animation:animatetop 1s
	}
	@keyframes animatetop{
	from{
	top:-230px;
	opacity:0
} 
	to{
	top:0;
	opacity:1
}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.text-wrapper {
    width: 60em;
    height: 6em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.text-wrapper .static-text{
	color: #FFFFFF;
	font: normal normal 900 60px/72px Poppins;
    letter-spacing: 1.2px;

}
.text-wrapper .dinamic-text{
	font: normal normal 900 60px/72px Poppins;
    letter-spacing: 1.2px;
    color: #57C1DB;
	margin: 0 0.3em ;
}

.btn {
    width: 60em;
    height: 12em;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.btn button {
    width: 300px;
    height: 72px;
    background-color: rgba(240, 248, 255, 0);
    border-style: solid;
    border-color: white;
    font: normal normal 416 24px/72px Poppins;
    color: white;
}

.btn button:hover {
	transition: .5s;
    background-color: #57C1DB;
    color: #2B0556;
	border-color: #57C1DB;
	cursor: pointer;
}

.btn .btn-second {
    background-color: #57C1DB;
    color: #2B0556;
	border-color: #57C1DB;
}

.btn .btn-second:hover {
    border-color: white;
    background-color: rgba(240, 248, 255, 0);
    font: normal normal 416 24px/72px Poppins;
    color: white;
}

.mob {
    display: none;
}
/* cookies  */

#flex{
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#label-terms{
    margin-left: 12px;
    color: #959EAD;
    font-size: 12px;
}

#label-terms a{
    color: #622990;
}


#cookiePopup {
    bottom: 0px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    z-index: 99;
}
.popupcook {
    background: white;
    background: #2B0556 0% 0% no-repeat padding-box;
    width: 100%;
    height: 123px;
    max-width: 100vw;
    left: 10 px;
    bottom: 20 px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    /* padding: 30px 10px 0 10px; */
    padding: 0 0 1em 0;
}
    #cookiePopup p{
	margin-top:1em;
    text-align: left;
	font: normal normal 416 16px/10px Poppins;
    color: #dddada;
  }

 #cookiePopup a{
    text-align: left;
    font-size: 15px;
    color: #57C1DB;
  }
  .cook-btn{
	width: auto;
	height:78px;
	display: grid;
	align-content: center;
	justify-content: center;
  }
  #cookiePopup button {
	width: 130px;
	height: 50px;
    border: navajowhite;
    background: #57C1DB 0% 0% no-repeat padding-box;
  
    /* padding: 8px 3px 3px 8px; */
    font-size: 1em;
    color: white;
    font: normal normal 416 16px/0px Poppins;
	cursor: pointer;
    /* margin: 2em 0; */
}

.cook-img{
	width: auto;
	height:78px;
	display: grid;
	align-content: center;
	justify-content: center;

}
.cook-txt{
	display: grid;
	margin: 0 1em;
	width: auto;
	height:78px;
	display: grid;
	align-content: center;
	justify-content: center;

}

.cook-txt h4{
	margin-top:1em;
    text-align: left;
    font-size: 15px;
	font: normal normal 416 16px/0px Poppins;
    color: #ffffff;

}

@media only screen and (max-width: 880px) {
    .text-wrapper .static-text {
        font: normal normal 900 40px/72px Poppins;
    }
    .text-wrapper .dinamic-text {
        font: normal normal 900 40px/72px Poppins;
    }

    .btn button {
        width: 247px;
        height: 59px;
        font: normal normal 416 20px/11px Poppins;
    }
    .wrapper-grid {
        padding-left: 3em;
    }
}

@media only screen and (max-width: 600px) {
    .pc{
        display: none;
    }
    .mob{
        display: flex;
    }
    .text-wrapper {
        height: 3em;
    }
    .text-wrapper .static-text {
        font: normal normal 900 54px/72px Poppins;
    }
    .text-wrapper .dinamic-text {
        font: normal normal 900 35px/72px Poppins;
    }

    .last{
        margin-bottom: 6em;
    }
}