.mapa{
	text-align:center;
}
.content{
	text-align:center;
}

footer {
    font-family: 'gotham';
    position:auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: #10312B;
    height: auto;
    width: auto;

    padding-top: 40px;
    color: #fff;
}

.footer-content {
    font-family: 'gotham';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-content h3 {
    font-family: 'gotham';
    font-size: 3rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
}

.footer-content p {
    font-family: 'gotham light';
    max-width: 600px;
       margin: 40px auto;
     line-height: 1.1;
    font-size: 20px;
    color: #FFFFFF;
}

.socials {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}

.socials li {
    margin: 0 10px;
}

.socials a {
    text-decoration: none;
    color: #fff;
    border: 1.1px solid white;
    padding: 5px;

    border-radius: 50%;

}

.socials a i {
    font-size: 1.1rem;
    width: 20px;
    transition: color .4s ease;

}

.socials a:hover i {
    color: #BC955C;
}


.footer-menu {
    float: right;

}

.footer-menu ul {
    display: flex;
}

.footer-menu ul li {
    padding-right: 10px;
    display: block;
}

.footer-menu ul li a {
    color: #cfd2d6;
    text-decoration: none;
}

.footer-menu ul li a:hover {
    color: #BC955C;
}

@media (max-width:500px) {
    .footer-menu ul {
        display: flex;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

.titu {
    font-family: gotham;
    font-weight: 700;
    font-size: 35px;
    color: #235b4e;
}


 .sign {

    position: relative;
    display: flex;
 }
 .table1  {
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding-left: 15px;
 }
  
 .table1 a, .a:visited {
    text-decoration: none;
    color: rgb(255, 255, 255);
 }

/**INICIO INFO BOTÓN OVG**/
 
h1 {
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    color: #ffffff;
    margin: 80px 0;
  }
  
  .box {
    width: 40%;
    margin: 0 auto;
    background: #691C32(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
  }
  
  .button {
    font-size: 1em;
    color: #fff;
    border: 2px solid #ffffff;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
  }
  .button:hover {
    background: #ffffff;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(105, 28, 32, 0.356);
    visibility: hidden;
    opacity: 0;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;
    transition: all 4s ease-in-out;
  }
  
  .popup h2 {
    margin-top: 0;
    color: #691C32;
    font-family: Gotham;
    font-size: 25px;

  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 100ms;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    color: #BC955C;
  }
  .popup .close:hover {
    color: #691C32;
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
    font-family: gotham;
    font-size: 20px;
  }
  
  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  }

  /**FIN INFO BOTÓN OVG**/