@charset "UTF-8";
/* CSS Document */

html {
  box-sizing: border-box;
}
body {
  margin: 0px;
  padding: 0px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0%;
}

:root {
  --morado: #621e55;
  --azul: #021b79;
  --azul-claro: #0575e6;
  --rojo-claro: #dc281e;
  --rojo-fuerte: #f00000;
}
img {
  max-width: 100%;
}

html {
  min-height: 100%;
}
/*****************************************************/
/*--------Parallax-------------*/
.parallax-completo {
  width: 100%;
  height: 100vh;
  background-image: url(../image/servicios/cabecera/p7.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texto-hero {
  background: var(--azul);
  padding: 18px;
  width: 320px;
  text-align: center;
  color: white;
  opacity: 0.7;
}
h2 {
  font-weight: 300;
}

/*--------Termina Parallax------*/

/*----------- FOOTER ----------------------*/

.contenedor_footer {
  background-color: var(--morado);
  color: white;
  display: flex;
  justify-content: center;
  padding: 3em 3em;
}

.mail,
.facebook,
.instagram,
.whatsapp {
  width: 2.3rem;
  margin: 1rem;
}

.boton_lista {
  width: 200px;
  height: 50px;
  margin: 0rem 0rem 0rem 0rem;
}

.redes_sociales {
  margin: 0rem 1rem 0rem 2rem;
}

/*---------------------------------------*/
.mapa_contenedor {
  display: flex;
  justify-content: center;
  background-color: var(--morado);
}

.map {
  width: 70vw;
  height: 30vw;
  padding: 0vw 0vw 2vw 0vw;
}

/*------------------- Tel --------------------*/

.icon-ubicacion,
.icon-tel {
  width: 2rem;
  margin: 0.5rem;
}

.telefono {
  display: flex;
  justify-content: left;
}
.ubicacion-icon {
  display: flex;
  justify-content: left;
}
.media h2 {
  font-weight: 600;
  font-weight: bold;
}
/*------------------- Correo --------------------*/

.direccion-correo {
  text-decoration: none;
  color: white;
  font-size: 1em;
  padding: 9px 20px;
  border: 1px solid #ffffff;
}

.direccion-correo:hover {
  background-color: gold;
  color: #333333;
}

/*---------- Hover Footer / redes sociales -----*/

/*--------------------*/
.facebook {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: var(--morado);
  transition: background-color 0.5s;
}

.facebook:hover {
  background-color: gold;
}
/*--------------------*/
.instagram {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: var(var(--morado));
  transition: background-color 0.5s;
}

.instagram:hover {
  background-color: gold;
}
/*--------------------*/

.whatsapp {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: var(--morado);
  transition: background-color 0.5s;
}

.whatsapp:hover {
  background-color: gold;
}
/*--------------------*/
.mail {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: var(--morado);
  transition: background-color 0.5s;
}

.mail:hover {
  background-color: gold;
}
/*--------------------*/
.presentacion {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: var(--morado);
  transition: background-color 0.5s;
}

.presentacion:hover {
  background-color: gold;
}
/*--------------------*/
.texto_horarios {
  padding: 0rem 0.5rem 0rem 0.5rem;
}

.horario {
  padding: 0rem 0.5rem 0rem 0.5rem;
}

/*--------- Media Queries footer 600 px ------*/

@media screen and (max-width: 600px) {
  .contenedor_footer {
    background-color: var(--morado);
    color: white;
    display: flex;
    flex-direction: column;
    padding: 3em 3em;
  }

  .texto_horarios {
    padding: 0vw 0vw 0vw 0vw;
  }

  .horario {
    padding: 0vw 0vw 0vw 0vw;
  }

  .redes_sociales {
    display: flex;
    margin: 0vw;
    padding: 0vw;
  }
  .mail,
  .facebook,
  .instagram,
  .whatsapp {
    width: 12vw;
    height: 12vw;
    margin: 0vw 2vw 2vw 2vw;
  }

  .boton_lista {
    width: 230px;
    margin: 0rem 0rem 0rem 0rem;
  }

  .redes_sociales {
    padding: 1vw;
  }

  .mapa_contenedor {
    display: flex;
    justify-content: center;
    background-color: var(--morado);
  }
  .map {
    width: 70vw;
    height: 100vw;
    padding: 0vw 0vw 0vw 0vw;
  }
  .parrafos {
    display: block;
    text-align: justify;
    padding: 0% 10% 0% 10%;
    margin: 1rem;
  }
  .direccion-correo {
    text-decoration: none;
    color: white;
    font-size: 1rem;
    padding: 7px 10px;
    border: 1px solid #ffffff;
  }
}

.pie-pagina {
  display: flex;
  padding: 1em;
  justify-content: center;
  text-align: center;
  color: white;
  background-color: var(--rojo-fuerte);
}
/*-----Medias Queries parallax ------*/
@media screen and (max-width: 600px) {
  .parallax-completo {
    width: 100%;
    height: 100vh;
    background-image: url(../image/servicios/mobile/mobile7.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
