body{
  font-family: Lato;
}
.footer a {
  color: #000000;
  text-decoration: none;
}
.contenedor_divisiones{
  display: flex;
  margin: 35px 0px;
  align-items: center;
  justify-content: center;
  place-content: space-evenly;
}
.contenedor_divisiones > div{
  width: 33.33%;
}

.contenedor_menu_footer{
  text-align: -webkit-center;
}
.contenedor_menu_footer .contenedor_elementos_footer{
  width: inherit;
}

.contenedor_elementos_footer{
  display: grid;
  line-height: 30px;
  text-align: -webkit-center;
}
.contenedor_logo_footer{
  text-align: -webkit-center;
}

.icons_sociales_footer{
  display: flex;
  justify-content: center;
}
.icons_sociales_footer a{
  height: 30px;
  margin: 10px 15px 10px 15px;
}

.bottom_footer{
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #fafafa;
}

.contenedor_aviso a {
  font-size: 12px;
}


@media only screen and (max-width: 768px){
  .contenedor_divisiones {
    flex-flow: column-reverse;
  }
  .contenedor_divisiones > div{
    width: 100%;
    margin: 15px 0px;
  }
  .bottom_footer {
    flex-direction: column;
  }
  .contenedor_int_bf {
    margin: 5px 0px;
  }
}


#temp_correo {
    bottom: 2%;
    right: 2%;
    z-index: 5;
    position: fixed;
    width: fit-content;
    border: 2px solid #121C79;
    background-color: #ffffffb8;
}
#temp_correo .cont_temp_correo{
    padding: 10px;
}
#temp_correo .cont_temp_correo button {
  padding: 10px;
  color: #ffffff;
  cursor: pointer;
  margin: 5px;
  min-width: 200px;
  background-color: #121C79;
  border: 2px solid #121C79;
}
#temp_correo .cont_temp_correo input {
    width: unset;
    margin: 5px;
}
