@charset "utf-8";
/* 
Plantilla:  Footer
Autor:      OncemediaMX / Miguel Solorio
Website:    oncemedia.com.mx
Fecha:      Abril 2021
------------------------------------------------------------*/

#footer {
  font-size: 1rem;
  background-color: rgba(177,79,197,0.42);
  color: var(--colorGrisClaro);
  margin-top: 50px;
    margin-bottom: 0px;
}

#footer .footer-top {
  padding: 20px 0px 0px 0px;
  background-color: rgba(249,241,250,1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 1.2rem;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--colorGris);
}

#footer .footer-top .footer-contact p {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--colorGris);
}

#footer .footer-top h4 {
  font-size: 1.2rem;
  font-weight:normal;
  color: var(--colorGris);
  position: relative;

}

#footer .footer-top .footer-links {
  margin-bottom: 10px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--colorGris);
  font-size: 1.2rem;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	text-decoration: none;
  color: var(--colorGris);
  transition: 0.3s;
  display: inline-block;
  line-height: .5;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--colorMorado);
}

#footer .footer-top .social-links a {
  font-size: 1.5rem;
  display: inline-block;
  /* background: #47b2e4; */
  color: var(--colorGris);
  line-height: 1;
  padding: 0px 0px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links p {
  font-size: 2rem;
  display: inline-block;
  /* background: #47b2e4; */
  color: var(--colorGris);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  /* background: var(--colorMorado);  */
  color: var(--colorGris);
  text-decoration: none;
}

#footer .footer-bottom {
  background: var(--colorRosa);
  padding: 10px 0px;
  color: var(--colorMorado);
	font-size: 1rem;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 1.5rem;
}

#footer .credits a {
  transition: 0.3s;
}


@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
	
	#footer .footer-top .footer-links {
		align-items: center;
		text-align: center;
	}	
	
	#footer .footer-top .footer-links ul li{
		display:block;
	}	
	
	#footer .footer-top .footer-contact {
		align-items: center;
		text-align: center;
	}
	
	
	.mapa .info {
		width: 100%;
		align-items: center;
		text-align: center;
	}
}




/*------ Mapa de Ubicaicón  -----*/

.mapa {
  /* background: var(--color_body); */
  padding: 0px;
}

.mapa .info {
  padding: 0px;
  background: var(--colorGrisClaro);
  width: 300px;


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


