html {
  scroll-behavior: smooth;
}

body{
  width: 100%;
  margin: 0;
}

@font-face {
  font-family: Aaargh;
  src: url('Fonts/Aaargh.ttf');
}

.btn {
  margin: 5px;
  border-radius: 12px;
}

.fa-facebook-f, .fa-instagram, .fa-whatsapp, .fa-map-marker-alt, .btn-mapa {
  color: white !important;
}

.btn-facebook {
  background-color: #3B5998 !important;
}

.btn-instagram {
  background-color: #f09433 !important; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}

.btn-whatsapp {
  background-color: #25D366 !important;
}

.header {
  background-image: url('Aparts/Imagenes/Exterior/Portada\ La\ Serena\ de\ las\ Pampas.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  width: 100vw;
}

.social-media {
  height: auto;
}

.header .row {
  height: 100%;
}

.header .row .col {
  margin-bottom: 20vh;
}

@media screen and (max-width : 1100px){
  .header {
    background-image: url('Aparts/Imagenes/Exterior/Portada\ La\ Serena\ de\ las\ Pampas\ II.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
    height: 90vh;
    width: 100vw;
  }

  .header .row .col {
    margin-bottom: 20vh;
  }
}

@media screen and (max-width : 950px){
  .header {
    background-image: url('Aparts/Imagenes/Exterior/Portada\ Mobile\ La\ Serena\ de\ las\ Pampas.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 80vh;
    width: 100vw;
  }

  .header .row .col {
    margin-bottom: 5vh;
  }
}

.navbar {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#navbar-link {
  color: #a52504;
  font-size: 1.25em;
  font-family: Aaargh;
  font-weight: bold;
}

#navbar-link-disabled {
  color: grey;
  font-size: 1.25em;
  font-family: Aaargh;
  font-weight: bold;
  pointer-events: none;
}

.pajaro-logo {
  width: 60px;
  height: auto;
}

.titulo-logo {
  color: #a52504;
  font-size: 1.2em;
  margin-bottom: 0;
  font-weight: bold;
}

.subtitulo-logo {
  color: black;
  font-size: 0.6em;
  margin-bottom: 0;
  font-weight: bold;
}

.bienvenida {
  padding: 2em;
  background-color: rgba(255, 255, 255,0.8);
  width: 25%;
}

.bienvenida h1, .nosotros .titulo {
  font-family: 'Oswald', sans-serif;
  color: #a52504;
}

p {
  font-family: 'Roboto Condensed', sans-serif;
}

.barra {
  width: 5px;
  background-color: #a52504;
}

.nosotros .titulo {
  margin-top: 10px;
}

.nosotros {
  margin-top: 30px;
}

.resumen-con-imagen {
  min-height: 400px;
}

.resumen-img {
  background-image: url('Aparts/Imagenes/Exterior/Exterior\ Apart\ La\ Serena\ de\ las\ Pampas.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.servicios .resumen{
  font-size: 1.25em;
}

.fa-ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.fa-wifi, .fa-parking, .fa-coffee, .fa-broom, .fa-bed, .fa-snowflake, .fa-fire, .fa-television {
  color: #a52504;
}

.fa-ul>li {
  font-size: 1.25em;
  padding-top: 10px;
}

hr.sep-3 {
  margin-top: 40px;
  margin-bottom: 40px;
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, #f0f0f0, #a52504, #f0f0f0);
}

.footer {
  height: auto;
  margin-top: 10px;
}

.footer .fa-ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}

.footer .fa-ul>li {
  font-size: 1em;
  padding-top: 5px;
  color: white;
}

.footer .nosotros {
  font-size: 1em;
  color: white;
  margin-top: 0;
}

.footer a:link {
  color: white;
  text-decoration: underline;
}

.footer a:visited {
  color: white;
}

.footer a:hover {
  color: red;
}

.footer a:active {
  color: white;
}