* {
  margin: 0px;
  padding: 0px;
  max-width: 1500px; }

body {
  max-width: 1500px; }

header {
  width: 90%;
  max-width: 1500px;
  height: auto;
  margin: auto; }

.titulo {
  font: 1.5em sans-serif;
  background: #40FF00;
  color: #08088A;
  text-align: center;
  font-size: 25px; }

.navidad {
  font: 2.0em sans-serif;
  background: Texturas/Fondo Navideño.webp;
  color: #3CB81D;
  animation-name: miAnimacion;
  animation-duration: 3s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  text-align: center; }

 @keyframes miAnimacion {
    from {color: #3CB81D;}
    to {color: #F3F7F2;} }

.tituloPagina {
  font: 3em sans-serif;
  background: #40FF00;
  color: #08088A;
  text-align: center;}

.linea{
  border-top: 1px solid green;
  height: 2px;
  max-width: 800px;
  padding: 0;
  margin: 20px auto 0 auto;}

.cajaBotones {
  width: 90%;
  max-width: 1500px;
  text-align: center;
  background: #FAFAFA;
  margin: 15px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around; }

.fotoBotones {
  margin-top: 15px; }

.boton {
  margin: auto;
  border-radius: 10px;
  font: 1em sans-serif;
  text-align: center;
  background: #F6CECE;
  border: none;
  padding: 5px; }

.btn:hover {
  opacity: 0.5; 
  opacity: 1.0;}

footer {
  width: 90%;
  max-width: 1500px;
  margin: auto;
  background: #BDBDBD;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0 0 10px 0; }

.situacion {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

.tituloPieSituacion {
  font: 2em sans-serif;
  color: #610B21;
  margin-top: 20px; }

.direccion {
  font: 1.6em sans-serif;
  color: #DF013A;
  margin-top: 20px; }

.mapa {
  margin: 10px; }

.contacto {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

/*.galeria{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}*/

.tituloPieContacto {
  font: 2em sans-serif;
  color: #610B21;
  margin-top: 20px; }

.grupoTelefono{
  margin-top: 20px; }

.telefono {
  font: 1.6em sans-serif;
  color: #DF013A;
  text-decoration: none;
  margin-top: 20px; }

.botonSocial { 
  margin: auto;
  color: #FFFFFF;
  font: 1.2em sans-serif;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  background: #0b05df;
  border: none;
  padding: 5px; 
  margin: 0px 80px 10px 80px; }  

.botonEmail {
  margin: auto;
  color: #FFFFFF;
  font: 1.2em sans-serif;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  background: #A901DB;
  border: none;
  padding: 5px;
  margin: 0px 80px 30px 80px; }

.fundacionVital {
  width: 90%;
  max-width: 1500px;
  margin: auto;
  font: 1.5em sans-serif;
  color: #FFFFFF;
  border-radius: 0px;
  text-align: center;
  text-decoration: none;
  background: #0b05df;
  border: none; } 

.textos {
  width: 90%;
  max-width: 1500px;
  margin: auto; }

h2 {
  width: 90%;
  max-width: 1500px;
  font: 2em sams-serif;
  color: #0B610B;
  text-align: justify;
  font-weight: bold; 
  margin: auto;}

h3 {
  width: 90%;
  max-width: 1500px;
  font: 1.8em sams-serif;
  color: #2E2E2E;
  text-align: justify;
  margin: auto;}

h4 {
  width: 90%;
  max-width: 1500px;
  font: 2em sams-serif;
  color: #0B610B;
  text-align: justify;
  font-weight: bold; }

h5 {
  width: 90%;
  max-width: 1500px;
  font: 3em sams-serif;
  color: #0B610B;
  text-align: justify;
  font-weight: bold; 
  margin: auto;}

table {
  width: 90%;
  max-width: 1500px;
  margin: auto;}

.volver{
  width: 15%;
  max-width: 1500px;
  margin: auto;
  font: 1,9em sans-serif;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #08088A;
  color: #FFFFFF;
  text-align: center;
  border: none;
  padding: 5px;
  text-decoration:none;}

.volverGaleria{
  width: 90%;
  max-width: 1500px;
  font: 1,9em sans-serif;
  display: flex;
  flex-direction: row;
  padding: 5px 10px 5px 10px;
  border-radius: 10px;}

.galeriaVolver{
  width: 90%;
  max-width: 1500px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;}

.botonVolver {
  width: 120px;
  max-width: 1500px;
  margin: auto;
  font: 1,9em sans-serif;
  border-radius: 10px;
  background: #08088A;
  color: #FFFFFF;
  text-align: center;
  border: none;
  padding: 5px;
  text-decoration:none;}

.botonGaleria {
  margin: 5px auto;
  width: 50%;
  max-width: 1500px;
  font: 2em sans-serif;
  border-radius: 10px;
  background: green;
  color: #FFFFFF;
  text-align: center;
  border: none;
  padding: 4px;
  text-decoration:none; }

.imagenes {
  width: 90%;
  max-width: 1500px;
  margin: 15px auto;}

.fotos{
  width: 33%;
  height: 250px;}

.idioma {
  font: 0.8em sans-serif;
  text-align: center;
  background: #000000;
  color: #ffffff;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding: 3px; }

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

  .botonSocial {
    color: #FFFFFF;
    font: 1.1em sans-serif;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    background: #0b05df;
    border: none;
    padding: 5px 3px 5px 3px; 
    margin: 30px 60px 30px 60px; }  

  .botonEmail {
    color: #FFFFFF;
    font: 1.1em sans-serif;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    background: #A901DB;
    border: none;
    padding: 5px;
    margin: 0px 60px 0px 60px; }

  .fundacionVital {
    font: 1.1em sans-serif;
    color: #FFFFFF;
    border-radius: 0px;
    text-align: center;
    text-decoration: none;
    background: #0b05df;
    border: none; } }

@media screen and (max-width:1000px) {
  .linea{
    max-width: 600px;}}

@media screen and (max-width: 750px) {
  footer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center; }

  .linea {
    max-width: 500px;} 

  .fotos{
    max-width: 500px;
    width: 100%;}

  .tituloPagina{
    font: 1.5em sans-serif;}

  .botonVolver {
    width: 120px;
    font: 0.9em sans-serif;
    border-radius: 10px;
    text-align: center;
    background: #08088A;
    color: #FFFFFF;
    border: none;
    padding: 2px; }

.botonGaleria {
    width: 50%;
    max-width: 300px;
    font: 1em sans-serif;}}

@media screen and (max-width: 500px) {
  .cajaBotones {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 5px auto; }

  .botonVolver{
    width: 120px;
    font: 0.9em sans-serif;
    border-radius: 10px;
    text-align: center;
    background: #08088A;
    color: #FFFFFF;
    border: none;
    padding: 2px; }

  .linea {
    max-width: 350px;}}
  

@media screen and (max-width: 450px) {
  .titulo {
    font: 0.7em sans-serif;} 

  h2 {
    font: 0.7em sans-serif;
    text-align: left;}

  h3 {
    font: 0.6em sans-serif;}

  h4 {
    font: 0.7em sans-serif;}

  h5 {
    font: 0.9em sans-serif;}
    
  td{
    font: 0.6em sans-serif;}

  .linea {
    max-width: 300px;}

  .navidad {
    font: 1.5em sans-serif;
    background: Texturas/Fondo Navideño.webp;
    color: #3CB81D;
    animation-name: miAnimacion;
    animation-duration: 3s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    text-align: center; }

  .botonGaleria {
    margin: 5px auto;
    width: 50%;
    max-width: 300px;
    font: 1em sans-serif;
    border-radius: 10px;
    background: green;
    color: #FFFFFF;
    text-align: center;
    border: none;
    padding: 4px;
    text-decoration:none; }

  .galeriaVolver{
    width: 90%;
    max-width: 450px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;}
    
  .volver{
    width: 45%;
    max-width: 450px;
    margin: auto;
    font: 0.9em sans-serif;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #08088A;
    color: #FFFFFF;
    text-align: center;
    border: none;
    padding: 5px;
    text-decoration:none;}

  .botonVolver{
    width: 150px;
    font: 0.9em sans-serif;
    border-radius: 10px;
    text-align: center;
    background: #08088A;
    color: #FFFFFF;
    border: none;
    padding: 2px; }}


/*# sourceMappingURL=estilos.css.map */
