/*politica cookies*/
 #div_cookies {
     position: fixed;
     bottom: 32px;
	 left:32px;
     padding: 8px 0 8px 0;
     background-color: #fff;
		 height: auto;
     width: 500px;
     z-index: 10000;
     border-top: 3px solid #ffffff;
     box-shadow: rgba(89, 111, 161, 0.28) 2px 0 7px;
	 border-radius: 10px;
}
 #div_cookies .container {
	 padding: 0;
}
 #div_cookies .textoCookies {
     margin-bottom: 24px;
}
 #div_cookies .textoCookies p {
		text-align: justify;
		font-size: 12px !important;
		color: #296495;
		letter-spacing: 0px;
		line-height: 12px;
		padding-right: 0px;
		/* letter-spacing: 0.2px; */
		font-family: arial;
		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: arial;
     font-size: 12px;
		 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;
	 max-width:200px;
}

#div_cookies .titular 
{
	width:50%;
}

@media (max-width: 1024px) {
	#div_cookies {
		width: 95%;
		bottom: 8px;
	 	left:8px;
		padding: 0;
		border: 0;
		overflow-y: scroll;
    	height: auto;
	}
	#div_cookies .container {
		padding: 16px 2px 24px 2px;
	}
	#div_cookies .textoCookies {
		margin-bottom: 8px;
	}

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

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