@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;600&family=Vollkorn:wght@500;700&display=swap');

* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 'Raleway', sans-serif;
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Vollkorn', sans-serif;
	color: #004FA5;
	display: block;
}

h1 {
	font-size: 1.8rem;
	font-weight: 700;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.2rem;
}

p, a{
	color: #004FA5;
}

a {
	text-decoration: none;
}

a:hover.btn {
	color: #ccc;
	text-decoration: none;
}

html, body {
	font-size: 1rem;
	background: #fff6bc;
}


#map { 
    width: 100%;
    height: 450px;
    border-radius: 5px;
}

.btn-masjotas {
	border-radius: 0.2rem;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 600!important;
	width: 100%;
	padding: 12px;
	border:0!important;
	color:#1A535C;
}

.btn-azul-oscuro {
	color: white!important;
	background: #004FA5;
	font-weight: bold!important;
}

.btn-turquesa {
	color: black!important;
	background: #FFE700;
}

#cabecera {
	background: #004FA5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9990;
	padding: 5px;
}

#cabecera .navbar-dark {
	background: #000 !important;
	border: none;
}

#menuMovil ul li a {
	color: #fff;
}

#menuMovil ul li a {
	font-size: .9rem;
	padding: 3px 10px;
	margin-top: 12px;
	transition: all 0.4s;
}

#menuMovil ul li a:hover {
	color: #ccc;
}

.seccion {
	width: 100%;
	border-radius: 5px;
	background: white;
	padding:20px;
	box-shadow: 0 0 2px #004FA5;
}

.seccion_red {
	background: #FF6B6B;
	color: white;
}

input:focus {
	outline: none !important;
	background:#fff;
}

.correcto, .error {
	background: #B6FFB6;
	color: black;
	max-width: 100%;
	position: fixed;
	bottom: 10px;
	left: 10px;
	/*transform: translate(-50%, -50%);*/
	padding: 15px;
	text-align: center;
	z-index: 9999!important;
	font-size: 1rem!important;
	border-radius: 10px;
	border:1px solid #5CFF5C;
}

.error {
	background: #FF6B6B;
	color: white;
}

#main {
	margin-top: 110px;
}

#main_anuncio {
	margin-top: 90px;
}

#nuevo_anuncio {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999!important;
}

.anuncios {
	background: white;
	padding:10px;
	border-radius: 5px;
	box-shadow: 0 0 2px #1A535C;
}

.mascota_anuncio {
	width: 250px;
	display: inline-block;
	margin-right: 20px;
	background: white;
	padding:10px;
	border-radius: 5px;
	box-shadow: 0 0 2px #004FA5;
}

.mascota_anuncio:hover a, .anuncios:hover a {
	text-decoration: none!important;
}

.mascota_anuncio img, .anuncios img {
	width:12em; 
	height:12em; 
	border-radius:5px;
}

.mascota_anuncio h2, .listando_anuncio h2, .anuncios h2 {
	font-size: 1em;
	margin-top: 10px;
}

.compartir, .compartir a {
	color: #004FA5;
}

.listando_anuncio {
	background: white;
	padding:10px;
	border-radius: 0.2rem;
	margin-bottom: 30px;
	box-shadow: 0 0 2px #004FA5;
}

#emergenteRGPD{
background:#ccc;
width: 100%;
color:#fff;
position:fixed;
bottom:0px;
right:0px;
padding:10px;
font-size:0.9rem;
opacity:0.9;
}

#emergenteRGPD a{color:#000!important;}
#emergenteRGPD a:hover{color:#000!important;}
#emergenteRGPD p, #emergenteRGPD div{display:inline-block;}
#emergenteRGPD p{width:85%;color:#000!important;}
#emergenteRGPD div{width:10%;padding:5px;border:1px solid #000;color:white;background-color:green;text-align:center;position:absolute;top:10px;}
#emergenteRGPD div:hover{background-color:#c2c2c2;cursor:pointer;}
#botonRGPD {color:black;}



@media only screen and (max-width: 768px) {

	.proyecto_card {
		padding: 10px 10px 5px 10px;
	}

	#emergenteRGPD{
		padding:5px;
		font-size:1rem;
	}

	#emergenteRGPD p{width:70%;}
	#emergenteRGPD div{width:25%;}

}
