/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* Lusitânia Hospitality Group *************************************************************************************** */
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
/* by Criactivos — www.criactivos.com ************************************************************************ */
/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */
::-moz-selection {
  background-color: #000;
  color: #FFF;
}
::selection {
  background-color: #000;
  color: #FFF;
}
h1 {
    margin: 0;
    padding: 0;
}
h2 {
    margin: 0;
    padding: 0;
}
.bg-color {
/*    background-color: #A79673;*/
    background-color: #CEAF77;
}
.grid {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
}
.v-center-flex{
    display: flex;
    align-items: center;
    height: 100%
}
/*************************************LOGOS*********************************************/
.logo-lusitania{
    max-width: 180px;
    width: 100%;
}
.logo-link{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.logo{
    max-width: 200px;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); 
    -moz-transform: translateZ(0); 
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.logo:hover{
    transform: scale(1.08);
}
/*************************************FOOTER***************************************************/
footer h2{
    font-family: 'Gothic A1', sans-serif;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1.2rem;
    color:#000;
    display: inline-block;
}

footer a, footer p{
  font-family: 'Didact Gothic', sans-serif;
  color:#000;
}

footer a:link, footer a:visited {
  text-decoration: underline;
  color: #000;
  font-size: 0.8rem;
  text-transform: uppercase;
}
footer a:hover, footer a:active {
  text-decoration: none;
  color:#000;
}
.contactos {
    margin-bottom: 40px;
}
.contactos-p {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
}
.contactos-links {}
.copy{
  font-size: .8rem;
}
