/* COOKIES */
#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1040;
    display: block;
    box-shadow: 0 0 18px rgba(0,0,0,.2);
}

#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
   /* height: 140px; */
    width: 100%;
    text-align: center;
    background: none repeat scroll 0 0 #dbdbdb;
    border-top: 1px solid #BBB;
   /* opacity:0.8; */
    opacity:1;
        
}
.texto_cookies{
	font-family: 'Roboto Slab', sans-serif; 
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;

	align-items: left;

	/*color: #333333;*/
}


@media (min-width: 768px) {
	.texto_cookies{
		font-size: 16px;
	}
}


.text-cookie-boton{
	font-family: 'Roboto Slab', sans-serif; 
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
	text-align: center;
/*	color: #333333; */

	border: 1px solid #bdbdbd;
	box-sizing: border-box;
	border-radius: 2px;
	margin:10px;
	padding:8px;
	max-width:250px;	
}

.text-cookie-boton1{
	font-family: 'Roboto Slab', sans-serif; 
	font-style: normal;
	font-weight: 500;
	/*font-size: 16px;*/
	line-height: 20px;
	text-align: center;
	/*text-transform: uppercase;*/
	color: #333333;
	
	
	border: 1px solid #bdbdbd;
	box-sizing: border-box;
	border-radius: 2px;
	margin:10px;
	padding:8px;
	max-width:200px;
	width: 48%; 
	/*margin:auto;*/
	float:right;
}
.text-cookie-boton2{
	font-family: 'Roboto Slab', sans-serif; 
	font-style: normal;
	font-weight: 500;
	/*font-size: 16px;*/
	line-height: 20px;
	text-align: center;
	/*text-transform: uppercase;*/
	color: #ffffff;
	
	background: #7d3fc8;
	
	border: 1px solid #7d3fc8;
	box-sizing: border-box;
	border-radius: 2px;
	margin:10px;
	padding:8px;
	max-width:180px;
	width: 48%; 
	/* margin:auto;*/
	float:right;
}

