a {
  color: inherit;
  text-decoration: none;
}



hr {
  border-color: var(--hr-color);
  margin: 20px 0;
}

.menu {
  display: flex;
  justify-content: center;
}

.menu li {
  margin-right: 70px;
}

.menu a {
  position: relative;
  display: block;
  overflow: hidden;
}

.menu a span {
  transition: transform 0.2s ease-out;
}

.menu a span:first-child {
  display: inline-block;
  padding: 10px;
}

.menu a span:last-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
}

.menu i {
  font-size: 30px;
}

.menu a:hover span:first-child {
  transform: translateY(100%);
}

.menu a:hover span:last-child,
.menu[data-animation] a:hover span:last-child {
  transform: none;
}

/* ANIMATIONS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu[data-animation="to-top"] a span:last-child {
  transform: translateY(100%);
}

.menu[data-animation="to-top"] a:hover span:first-child {
  transform: translateY(-100%);
}

.menu[data-animation="to-right"] a span:last-child {
  transform: translateX(-100%);
}

.menu[data-animation="to-right"] a:hover span:first-child {
  transform: translateX(100%);
}

.menu[data-animation="to-left"] a span:last-child {
  transform: translateX(100%);
}

.menu[data-animation="to-left"] a:hover span:first-child {
  transform: translateX(-100%);
}

/* ************************************************************************************************ */
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');


#content {
  margin-bottom: 25px;
}

.adsbygoogle {
  margin-bottom: 15px;
}

.footer-content {
  margin-top: 20px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
  text-align: center;
}

.footer a {
  color: rgba(255, 255, 255, .5);
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

#carrusel {
  float: left;
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;

}

#carrusel .left-arrow {
  position: absolute;
  left: 10px;
  z-index: 1;
  top: 50%;
  margin-top: -9px;
}

#carrusel ._left-arrow {
  position: absolute;
  left: 10px;
  z-index: 1;
  top: 50%;
  margin-top: -9px;
}

#carrusel .right-arrow {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 50%;
  margin-top: -9px;
}

#carrusel ._right-arrow {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 50%;
  margin-top: -9px;
}

.carrusel {
  width: 4000px;
  left: 0px;
  position: absolute;
  z-index: 0;
}

.carrusel>div {
  float: left;
  height: 170px;
  margin-right: 5px;
  width: 200px;
  text-align: center;
}

.carrusel img {
  cursor: pointer;
}

/* ****************************************************************************+ */
h5 {
  margin-top: 1rem;
}

.contenedor {
  margin: auto;
  display: table;
}

.contenedor h1 {
  color: #c94d59;
}

h1 span {
  position: absolute;
  right: 0;
  width: 0;
  background: white;
  border-left: 1px solid rgb(255, 255, 255);

  animation: escribir 7s steps(30) 1 alternate;
}

@keyframes escribir {
  from {
    width: 100%
  }

  to {
    width: 0
  }
}

.size-icon {
  font-size: 15em;
  color: white;
}

.text-icon:hover {
  color: #007bff;
}

.size-icon:hover {
  color: #007bff;
  cursor: pointer;
}

.size-icon-2 {
  font-size: 15em;
}

.text-icon-2:hover {
  color: rgb(224, 66, 66);
}

.size-icon-2:hover {
  color: rgb(224, 66, 66);
  cursor: pointer;
}

.zoom-img-abajo:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.zoom-img-arriba:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);

}

.zoom-img-arriba {
  transition: transform .2s;
}

.zoom-img-abajo {
  transition: transform .2s;
}


.carousel-control-next,
.carousel-control-prev {
  width: 0%;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 9999;
  cursor: pointer;
}

.float:hover {
  text-decoration: none;
  color: #25d366;
  background-color: #fff;
}

.my-float {
  margin-top: 8px;
  font-size: 1.5em;
  
}

.float-text {
  position: fixed;
  width: auto;
  height: auto;
  bottom: 40px;
  right: 110px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  box-shadow: 2px 2px 3px #999;
  z-index: 9999;
  padding: 5px 5px 5px 5px;
  display: none;
}