.banderas {
   width:40px;
   float:right;
}

.header_contacto{
	color: #222;
	transition: .2s;
}

.header_contacto:hover{
	color: #0b3b63;
	font-weight: 600;
	transition: .2s;
}


.card-title{
	color:#000;
	transition: .2s;
}

.card-title:hover{
	font-weight: bold;
	color: #0b3b63;
	transition: .2s;
}

.card{
	transition: .4s;
	border-color: rgba(11,59,99,.4) ;
}

.card:hover{
	box-shadow: 6px 6px 5px #ef6f53;
	transition: .4s;
}


.text-productos{
	color:#222;
}


/*=======================================
   RGPD Cookies
=======================================*/

.gdprcookie{
   position: fixed;
   color: white;
   font-size: 1.2em;
   line-height: 1.5em;
   bottom: 0;
   width:100%;
   padding: 1rem;
   background: rgba(0, 0, 0, .85);
   z-index: 9999 !important;
}

.gdprcookie-intro,
.gdprcookie-types{
   margin:auto;
   padding-right:15px;
   padding-left:15px;
   max-width:1140px;
}

.gdprcookie h1,
.gdprcookie h2{
   margin-bottom: .5rem;
   font-size: 1.25rem;
   color:rgba(255, 255, 255, 1);
}

.gdprcookie p{
   font-size: 1rem;
   color:rgba(255, 255, 255, .75);
}

.gdprcookie h2{
   font-size: 1.1em;
}

.gdprcookie a{
   color: rgba(255, 255, 255, 1);
   text-decoration: underline;
}

.gdprcookie-buttons{
   text-align: center;
}

.gdprcookie-buttons button{
   color: white;
   font-family: inherit;
   font-size: 1.2rem;
   padding: .5rem .75rem;
   border: solid .05rem currentColor;
   border-radius: .15rem;
   margin: 0 .5rem;
   background: none;
   cursor: pointer;
}

.gdprcookie-buttons button:disabled{
   color: rgba(255,255,255,.5);
}

.gdprcookie-types{
   margin:.5rem auto 1rem auto;
   padding:.5rem .75rem;
   border:1px solid rgba(255, 255, 255, .75);
}

.gdprcookie-types ul{
   overflow: hidden;
   padding: 0;
   margin: 1rem 0 1rem;
}

.gdprcookie-types li{
   padding: 0;
   margin: 0;
   width: 33%;
   display: block;
   list-style: none;
   float: left;
   color:rgba(255, 255, 255, 1);
}

.gdprcookie-types li label{
   font-size: 1.2rem;
}

.gdprcookie-types input[type="checkbox"]{
   margin-right: .5rem;
}
