/*-------------------------------- E L L I P S I S ---------------------------------*/
/*

@mixin ()
{
	-webkit-: ;
	   -moz-: ;
	    -ms-: ;
	     -o-: ;
			: ;
}
*/
.home-footer {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-text-align: center;
  text-align: center;
  margin-top: 40px;
  width: 100%;
}

.hf-service {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-text-align: center;
  text-align: center;
  margin: 20px 0;
}

.hf-service a {
  margin: 0 20px;
}

.hf-service img {
  width: 80px;
}

.F-footer {
  width: 100%;
  text-align: center;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.F-footer a {
  color: #fff;
}

.F-footer a:hover {
  color: #007bff;
}

.F-footer-contenido {
  width: 100%;
  border-top: 10px solid #01376b;
  background: #01376b;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.F-contenido-nosotros {
  margin: 0 0 0px;
  width: 25%;
}

.F-contenido-nosotros p {
  color: #fff;
}

.footer-left {
  margin-right: 50px;
  float: left;
}

.footer-right {
  margin-left: 50px;
  float: right;
}

/*--------------------------------------  R E D E S ---------------------*/
.redes {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #eee;
  padding: 25px;
  display: flex;
}

.redes p {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  font-size: 16px;
}

#facebook {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}

#facebook:hover {
  content: url("../../images/icons/icono-facebook-invertido.png");
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
}

#twitter {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}

#twitter:hover {
  content: url("../../images/icons/Twitter-invertido.png");
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
}

#instagram {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}

#instagram:hover {
  content: url("../../images/icons/icono-instagram.png");
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
}

#message {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}

#message:hover {
  content: url("../../images/icons/correo-invertido.png");
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
}

#phone {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}

#phone:hover {
  content: url("../../images/icons/telefono-invertido.png");
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
}

/*--------------------------------------  M E D I A ---------------------*/
@media screen and (max-width: 1050px) {
  .redes {
    display: grid;
  }
  .F-contenido-nosotros {
    width: 50%;
  }
}

@media screen and (max-width: 770px) {
  .F-contenido-nosotros img {
    margin: 0 0 15px;
  }
  .F-contenido-nosotros.special p {
    font-size: 14px;
  }
}

/*max-width: 770px*/
@media screen and (max-width: 560px) {
  .redes p {
    font-size: 24px;
  }
  .icon-rs {
    display: inline-grid;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .icon-rs img {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .F-contenido-nosotros {
    width: 100%;
  }
}

/*max-width: 430px*/
/*max-width: 430px*/
/*max-width: 375px*/
/*max-width: 320px*/
