@charset "utf-8";
/* CSS Document */


body {
    background-image: url("http://www.hermanasaviles.com/images/hermanasaviles_web.png");
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center top; /* Centra la imagen en la pantalla */
    background-size: cover; /* Ajusta la imagen para cubrir todo el fondo */
	background-color: #a98e87;
}

/* Media query para dispositivos más pequeños */
@media (max-width: 750px) {
    body {
        background-image: url('http://www.hermanasaviles.com/images/hermanasaviles_web_m.png'); /* Cambia la imagen para pantallas pequeñas */
    }
}
/* Párrafo */
p {
 	text-align: center;

}


/* Enlaces */
a {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 0.5;
  text-decoration: none;

}

a:hover {
    /* Agrega aquí el estilo deseado para el efecto de hover */
    font-weight: bold; /* Texto en negrita al pasar el ratón */
}

/* Estilo negrita */
n {
  	font-family: Arial, sans-serif;
	font-weight: bold;
  	font-size: 12px;
  	color: #fff;
  	line-height: 0.5;

}

/* Estilos para el contenedor de los iconos */

.contenedor-div {
	position:absolute;
	bottom:0px;
	left: 0;
	right: 0;
	background-color:#ef7358;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
}	

.management {
	text-align: center;
}

.social-icons-container {
text-align: center;
}
    
.social-icon {
    margin-right: 10px;
	margin-left: 10px;
        }


