
.welcome-modal-btn {
	position: fixed;
	left: 24px;
	z-index: 12
}

.tamanoimg{
	width: 80px;
	height: 80px;
	
}

.cookie-modal-btn {
	position: fixed;
	left: 24px;
	z-index: 12
}


.welcome-modal {
	bottom: 0;
	width: 320px;
	background: #fff;
	border-radius: 12px 12px 0 0;
	padding: 0 24px 16px;
	-webkit-box-shadow: 0 0 44px rgba(0, 0, 0, .2);
	box-shadow: 0 0 44px rgba(0, 0, 0, .2)
}

.welcome-modal iframe {
	pointer-events: none;
	max-width: 200px;
	margin: 0 auto;
	display: block
}

.welcome-modal .welcome-modal-close {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 24px;
	height: 24px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	background: #e6ebf0;
	border-radius: 4px;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.welcome-modal .welcome-modal-close i:before {
	font-weight: 700!important
}


.welcome-modal-btn {
	  bottom: 4px;
    height: -9%;
    padding: 0 20px;
    /* background: #031e23; */
    /* color: #fff; */
    font-size: 15px;
    /* border: 0; */
    border-radius: 8px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cookie-modal-btn {
	bottom: 4px;
	height: 44px;
	padding: 0 20px;
	background: #031e23;
	color: #fff;
	font-size: 15px;
	border: 0;
	border-radius: 8px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}


.btn-solid-border {
    border: 2px solid #fff;
    background: #f3c835;
    color: #ffff;
}
.btn-round-full {
    border-radius: 50px;
}
#navbar .btn {
    padding: 0.7rem 1.5rem 0.5rem;
    color: #fff;
}
.btn:hover {
    color: #ffff;
    text-decoration: none;
}
.btn-solid-border:hover {
    border: 2px solid #fff;
    background: #5ac66d;
}

.cookie-modal-btn.active {
	bottom: -50px
}

.welcome-modal-btn.active {
	bottom: -50px
}

.welcome-modal-btn i {
	margin-top: 6px
}

.cookie-modal-btn i {
	margin-top: 6px
}
