html {
	scroll-behavior: smooth;
}

body > div.wp-site-blocks {
    padding-top: 0;
    padding-bottom: 0;
}

/*Styles for the home page*/
.home .entry-content {
	margin-block-start: 0;
}

/*Styles for the informate más block in the homepage*/
.informate-mas ul > li {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.informate-mas ul > li figure > a > img {
	border-radius: 8px 8px 0 0;
}

.informate-mas ul .wp-block-column > h3,
.informate-mas ul .wp-block-column > div {
	padding-left: 1rem;
	padding-right: 1rem;
}

/*Styles for an entry in the blog index*/
.entrada--agregar-sombra > li{
	box-shadow: 8px 8px 5px #c2c2c2;
}

/*Styles for the team card*/
.equipo--tarjeta {
	border-radius: 1rem;
	box-shadow: 8px 8px 5px #c2c2c2;
}

.tarjeta--imagen {
	background: linear-gradient(to bottom, #ffffff 70%, var(--wp--preset--color--secondary) 30%);
	border-top-right-radius: 1rem;
	border-top-left-radius: 1rem;
}

/*Styles for the forms*/
.contactanos--styles form fieldset {
	border-radius: 0.5rem;
	padding: 1rem;
} 

.contactanos--styles form legend {
	font-weight: 500;
}

.contactanos--styles form input:not([type="file"]) {
	height: 2rem;
	border-radius: 0.5rem;
	border: 2px solid var(--wp--preset--color--primary);
    width: 90%;
	text-indent: 0.5rem;
}

.contactanos--styles form input[type="file"]::file-selector-button {
	border: 0;
	border-radius: 0.5rem;
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--background);
	height: 2.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	cursor: pointer;
}


.contactanos--styles form select {
	border: 2px solid var(--wp--preset--color--primary);
	border-radius: 0.5rem;
	padding: 0.5rem 0.7rem;
  }
  

.contactanos--styles form textarea {
	border-radius: 0.5rem;
	border: 2px solid var(--wp--preset--color--primary);
    width: 90%;
	text-indent: 0.5rem;
}

.contactanos--styles form input[type="submit"] {
	width: 25%;
	border: 0;
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--background);
	height: 3rem;
	cursor: pointer;
}

/*Styles for the mascota template*/
.titulo-seccion {
	background-color: var(--wp--preset--color--primary);
    padding: 0.5rem 1rem;
    color: var(--wp--preset--color--background);
}

.contenedor-acf-fields h5 {
	background-color: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--background);
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.subtitulo-acf {
	font-weight: 600;
}

.contenedor-acf-fields span.prefix {
	font-weight: 600;
}

.contenedor-acf-fields p,
.grupo-acf {
	padding: 0.3rem;
    background-color: #e2e2e2;
}

/*Styles to correct the colors of the navigation links on hover*/
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--background);
	text-decoration: none;
	padding: 0.4rem;
	border-radius: 0.3rem;
}

button.wp-block-navigation__responsive-container-open {
	color: white;
}