@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

body{
    background-color:burlywood ;
}
/*Header*/

header {
    background-color: burlywood;

    color:black ;
    display: flex;

    justify-content: space-evenly;
    align-items: center;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  }
  
  header img {
    width: 50px;
  }

  header a:hover{
    color: rgb(255, 200, 0);
  }
  
  .navBarHeader,
  .navSocialMediaHeader {
    display: flex;
    gap: 20px;
  }
  
  .navSocialMediaHeader i {
    font-size: 20px;
  }
  
.form {
    margin: 90px;
    background-color: #fff;
    display: block;
    padding: 1rem;
    max-width: 350px;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  
  .form-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    text-align: center;
    color: #000;
  }
  
  .input-container {
    position: relative;
  }
  
  .input-container input, .form button {
    outline: none;
    border: 1px solid #e5e7eb;
    margin: 8px 0;
  }
  
  .input-container input {
    background-color: #fff;
    padding: 1rem;
    padding-right: 3rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: 300px;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  
  .submit {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: orangered;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    width: 100%;
    border-radius: 0.5rem;
    text-transform: uppercase;
  }
  
  .signup-link {
    color: #6B7280;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
  }
  
  .signup-link a {
    text-decoration: underline;
  }
  /* Footer styles */
footer {
    background-color:  burlywood;
    color: rgb(255, 255, 255);
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  
  .footercont {
    /* padding: 1vw; */
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template:
        "gc   sep1    muni  sep2    contacto sep3    mapa" 200px /
        1fr auto 1fr auto 1fr auto 1fr;
    padding: 12px 20px;
    gap: 20px;
    justify-content: center;
  }
  
  .footersep {
    width: 2px;
    border: none;
    background-color: #dbdbdb;
    height: 80%;
  }
  
  .sep1 {
    grid-area: sep1;
    place-self: center;
  }
  
  .sep2 {
    grid-area: sep2;
    place-self: center;
  }
  
  .sep3 {
    grid-area: sep3;
    place-self: center;
  }
  
  .logogc {
    grid-area: gc;
    place-self: center;
    height: 100%;
    width: 184px;
  
    background-image: url("./imagenes/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .logogc:hover {
    animation: flip 1s;
  }
  
  .infomuni {
    grid-area: muni;
    place-self: center;
    font-size: 90%;
  
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    text-align: left;
  }
  
  .contacto {
    grid-area: contacto;
    place-self: center;
    font-size: 88%;
  
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    text-align: center;
    padding-bottom: 18px;
  }
  
  .iconoshoriz .socialitem:hover {
    color: #e0e0e0;
    position: relative;
    bottom: 3px;
  }
  
  .mapa {
    grid-area: mapa;
    place-self: center;
    font-size: 90%;
  
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
   /* back ground*/
 .area{ 
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -999;
  }
  
  .circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
  }
  
  .circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
  }
  
  
  .circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
  }
  
  .circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
  }
  
  .circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
  }
  
  .circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
  }
  
  .circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
  }
  
  .circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
  }
  
  .circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
  }
  
  .circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
  }
  
  .circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
  }
  
  
  
  @keyframes animate {
  
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
  
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
  
  }