/* cookie */

.cookies-content{
    z-index: 100;
    position: fixed;
    bottom: 6%;
    left: 3%;
}

.content_cookie{
width: 360px;
    height: 170px;
    box-shadow: 0 0 10px #292929;
    border-radius: 5px;
    padding: 1.5em;
    line-height: 26px;
    background-color: #faf7f7;
	font-size: 13px;
}

.content__msg a{
    font-weight: bolder;
    color: #097c43;
}

.content__action{
    display: flex;
    justify-content: center;
    align-items: center;
}

.content__button{
    border-radius: 5px;
    background-color: #d49500;
    padding: .4em;
    margin-top: -0.3em;
    font-weight: 600;
    display: inline-block;
    width: 150px;
    text-align: center;
    color: #fff;
    font-family: 'MohrRoundedBold', 'Poppins', 'Arial Narrow', Arial, sans-serif;
    cursor: pointer;
    font-size: 17px;
}

.sumir{
    display: none;
}

.content_img{
    display: flex;
    justify-content: center;
    gap: 2em;
    align-items: center;
    flex-direction: row;
}

.cookie-img{
    align-self: flex-start;
}

#alturaimg{
height: 35px;
    width: 60px;	
}

@media screen and (max-width:590px){
    .content_cookie{
        width: 220px;
        height: auto;
        padding: .6em;
        opacity: .8;
    }
    .content_img{
        flex-wrap: wrap;
        gap: 0;
        text-align: center;
    }
	
	.content__msg{
		margin-top:-2px;
	}
	
	#alturaimg{
height: 50px !important;
    width: 50px !important;	
}

}