/*politica cookies*/
 #div_cookies {
     position: fixed;
     bottom: 0;
     padding: 50px 0 50px 0;
     background-color: #fff;
		 height: auto;
     width: 100%;
     z-index: 1000000;
     border-top: 3px solid #ffffff;
     box-shadow: rgba(89, 111, 161, 0.28) 2px 0 7px;
}
 #div_cookies .container {
	 padding: 0;
}
 #div_cookies .textoCookies {
     margin-bottom: 24px;
}
 #div_cookies .textoCookies p {
		text-align: justify;
		font-size: 18px !important;
		color: #296495;
		letter-spacing: 0px;
		line-height: 24px;
		padding-right: 0px;
		/* letter-spacing: 0.2px; */
		font-family: roboto regular;
		margin-bottom: 8px;
}
 #div_cookies .textoCookies a{
    color:#136794;
    cursor:pointer;
}
 #div_cookies .textoCookies2 {
    text-align: center;
    color: #4981a0;
    font-weight: normal;
    font-family: arial;
    cursor:pointer;
}
 #div_cookies .textoCookies2 button {
     font-family: roboto regular;
     font-size: 18px;
		 font-weight: bold;
		 line-height: 24px;
     color: #ffffff;
     cursor: pointer;
     background-color: #296495;
     border: 1px solid #91aec9;
     border-radius: 50px;
     text-align: center;
		 width: 100%;
     padding: 8px 24px;
     margin: 0;
}
@media (max-width: 1024px) {
	#div_cookies {
		padding: 0;
		border: 0;
		overflow-y: scroll;
    height: auto;
	}
	#div_cookies .container {
		padding: 16px 24px 24px 24px;
	}
	#div_cookies .textoCookies {
		margin-bottom: 8px;
	}

	#div_cookies .textoCookies p {
		font-size: 10px !important;
		line-height: 10px;
		margin-bottom: 0;
	}

	#div_cookies .textoCookies2 button {
		 font-size: 14px;
		 font-weight: bold;
		 padding: 4px 16px;
		 margin-top: 8px;
		 width: 100%;
	}
}
