* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
    background-image: url("../../img/mundo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    font-family: 'Open sans',sans-serif;
}
.tooltip-inner {
  width: 160px !important;
}
.contenedor {
	width: 30%;
	margin: 30px auto;
	padding: 8px;
	background: rgba(0,48,91,0.2);
	border-radius: 7px;
}
.contenedor .imagen {
	width: 50%;
	margin: auto;
}
.contenedor .imagen img {
	width: 100%;
}
.contenedor .imagen2 {
	width: 50%;
	margin: auto;
}
.contenedor .imagen2 img {
	width: 100%;
}
.contenedor form {
	width: 90%;
	margin: auto;
}

.contenedor form .recuperarContra {
  width: 100%;
  text-align: center;
}

.contenedor form .recuperarContra p{
  color: #FFF;
}
.contenedor form .input-group {
	margin-bottom: 5px;
}
.contenedor form .btn {
	width: 30%;
	display: block;
	margin: auto;
}
/* --------------------------------------- */
footer {
  width: 100%;
  background: rgba(0,48,91,0.2);
  padding: 5px;
  position: absolute;
  bottom: 0;
font-size: 12px;
}
footer .footer-contenedor {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-content: center;
  flex-wrap: wrap;
}
footer .footer-contenedor .footer-direcciones {
  width: 16%;
}
footer .footer-contenedor .footer-direcciones a {
  display: block;
  color: #FFF;
  margin: 0px;
  font-size: 12px;
  padding:7px 0;
  text-decoration: none;
}
footer .footer-contenedor .footer-direcciones a:hover {
  text-decoration: underline;
}
footer .footer-contenedor .footer-redes {
  width: 25%;
  text-align: center;
  padding: 10px;
}
footer .footer-contenedor .footer-redes a {
  font-size: 20px;
  text-decoration: none;
  color: #F2F2F2;
  padding: 7px;
  display: inline-block;
  margin: auto;
  background: rgba(38, 160, 229,0.5);
  border: 2px solid transparent;
  border-radius: 5px;
  margin-top: 30px;
}
footer .footer-contenedor .footer-redes a:hover {
 border: 2px solid #FFF; 
 background: rgba(38, 160, 229,1);
}
footer .footer-contenedor .footer-info {
  width: 25%;
}
footer .footer-contenedor .footer-info h3{
  color: #d4ebfa;
  font-weight: 700;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
}
footer .footer-contenedor .footer-info p {
  color: #FFF;
  font-size: 12px;
  margin: 0 !important;
}
footer .footer-contenedor .footer-info a {
  color: #FFF;
  font-weight: 600;
}
footer .footer-contenedor .footer-ed {
  width: 8%;
}
footer .footer-contenedor .footer-ed img {
  margin: auto;
}

@media screen and (max-width: 1017px) {
  .contenedor {width: 40%;}
  footer .footer-contenedor .footer-direcciones {width: 18%;}
  footer .footer-contenedor .footer-redes{width: 26%;}
}
@media screen and (max-width: 950px) {
  footer .footer-contenedor .footer-direcciones{width: 24%;}
  footer .footer-contenedor .footer-redes {width: 29%;}
}
@media screen and (max-width: 868px) {
  footer .footer-contenedor .footer-redes a {font-size: 15px;}
}
@media screen and (max-width: 708px) {
  .contenedor {width: 70%;}
  footer {
      width: 100%;
      background: rgba(0,48,91,0.2);
      padding: 5px;
      position: relative;
      bottom: 0;
      font-size: 12px;
  }
  footer .footer-contenedor {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  footer .footer-contenedor .footer-direcciones {
      width: 100%;
      text-align: center;
  }
  footer .footer-contenedor .footer-redes {
      width: 100%;
  }
  footer .footer-contenedor .footer-info {
      width: 100%;
      text-align: center;
  }
  footer .footer-contenedor .footer-ed {
      width: 100%;
  }
  footer .footer-contenedor .footer-ed img {
      display: block;
  }

}