html {
  scroll-behavior: smooth;
}
* {font-family: 'Montserrat', sans-serif; font-size: 25px;  margin: 0;}
@font-face {
  font-family: Playfair Display serif;
  src: url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');
}

h1 {font-size: 100px;  font-weight: bold;  color: #FFFFFF;  letter-spacing: 0.2em;  margin-bottom: 2em;}
h2 {font-family: 'Playfair Display';  font-size: 60px;  letter-spacing: 0.15em;  color: #000000;  margin-top: 2em;}
h3 {font-family: 'Playfair Display';  font-size: 60px;  color: #C28746;}
h4 {font-family: 'Playfair Display';  font-size: 30px;  color: #000000;}
a {text-decoration: none;  cursor: pointer;  color: #FFFFFF;  font-size: 20px;  margin: 0 40px;}
.contacto h2 {color: #FFFFFF; font-size: 50px;}
.content h2 {color: #FFFFFF;  font-size: 50px; text-align: center;}
.content p {color: #FFFFFF; padding-left: 50px;}
.formulario label {font-size: 20px;  color: #FFFFFF;}
.formulario ::placeholder {  font-size: 15px;  color: #3A3903;}
#footer p {text-align: center;  font-size: 20px;  color: #FFFFFF;  margin: 0;}

.hrClara{
  display: block;  margin: 1em auto;  width: 10em;  
  border: 8px solid #FFFFFF;  border-radius: 12px;  color: #FFFFFF;  background-color: #FFFFFF;
}
.line {display: block;  margin: 1em auto 2em;  width: 10em;
  border: 10px solid #838004;  border-radius: 20px;
}
.boton{color: #FFFFFF; background-color: #838004; border: 10px solid #838004;  border-radius: 20px;}
.home a{padding: 5px; font-size: 25px;}
.formulario .boton{margin-top: 10px;}


.navbar {position: sticky; top: 0; z-index: 100; background-color: #3A3903;}
.navbar-toggler-icon {background-image: url("../images/icons/logoClaro.png");}
.navbar-toggler{border: none;}

#footer {background-color: #3A3903;  margin-top: 2em; text-align: center;}

.marg{margin-bottom: 2em;}
.map {padding: 0;}
.numbers {margin-top: 3em;}
.icon {margin: 1em auto;}
.icons {  background-color: #838004; display: flex; flex-direction:column; align-items: center; text-align: center; padding: 0.5em 0;}
.ubicacion {display: flex;  display: inline-flex;  padding: 0 0.2em;}
.formulario {padding: 2em;}
#footer img {margin: 1em 0;}

.logoMain {width: 450px;  margin-top: 5em;}
.logo {width: 50px; height: 50px;}
.inicio {position: fixed;  right: 15px;  bottom: 15px;}
.icono{width: 150px;}


.galeria {max-width: 100%;  height: auto;  transition: .2s all;  cursor: pointer;}
.contraste:hover .galeria{
  filter: blur(3px);
  opacity: 1;
  transform: scale(.98);
  box-shadow: none;
  transition: .2s;
}
.contraste:hover .galeria:hover{
  transform: scale(1);
  filter: blur(0px);
  opacity: 1;
  box-shadow: 0 8px 20px 0px rgba(0,0,0,0.125);    
}
.contraste:hover .galeria:hover img{filter: brightness(80%);}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
  >.col,
  >[class*="col-"] {padding: 0.2em;}
}

.content {
  background-image: url(../images/pictures/river.jpeg);
  background-repeat: no-repeat;
  max-width: 100%;
  max-height: 100%;
  background-size: 100%;
  background-position: top;
}

.contacto {
  background-image: url("footer.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 100%;
  overflow: hidden;
}

.test {display: flex;  flex-direction: row;  justify-content: center;  align-items: center;  padding: 0; margin: 0;}

.home {
  background-image: url("../images/pictures/home.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 100%;
  overflow: hidden;
}
.centro{display: flex; justify-content: center; margin: 0; padding: 0;}
.contacto .line{display: none;}
@media screen and (max-width:767px) {
  .dodi {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width:878px) {
  h1 {font-size: 25px;  font-weight: bold;  color: #FFFFFF;  margin-bottom: 1em;}
  h2 {font-family: 'Playfair Display';  font-size: 20px;  letter-spacing: 0.15em;  color: #000000;  margin-top: 2em;}
  h3 {font-family: 'Playfair Display';  font-size: 20px;  color: #C28746;}
  h4 {font-family: 'Playfair Display';  font-size: 18px;  color: #000000;}
  p {font-size: 12px;}
  a {text-decoration: none;  cursor: pointer;  color: #FFFFFF;  font-size: 12px;  margin: 0 10px;}
  .contacto h2{ font-size: 20px;  letter-spacing: 0.15em;  color: #3A3903;  margin: 0;}
  .formulario {padding: 0.5em;}
  .formulario label {font-size: 12px;  color: #3A3903;}
  .formulario ::placeholder {font-size: 8px;  color: #3A3903;}
  .content p {color: #FFFFFF; text-align: center; padding: 0; margin:0;}
  .boton{color: #FFFFFF; font-size: 12px; margin: 0;background-color: #838004; border: 6px solid #838004;  border-radius: 18px; }



  .navbar-nav{display: flex; flex-direction: row;}

  .marg{margin-bottom: 1em;}
  .icon {margin: 1em auto;}
  .numbers {margin-top: 1em;}
  .padd{padding: 0.5em;}

  .logoMain {  width: 100px;  margin-top: 1em;}
  .logo {width: 30px; height: 30px;}
  .icono{width: 50px;}
  
  .contacto   .line {display: block;    margin: 0.5em auto 1em;    width: 5em;    border: 3px solid #838004;    border-radius: 10px;} 
  .line {display: block;    margin: 0.5em auto 1em;    width: 5em;    border: 3px solid #838004;    border-radius: 10px;} 
  .hrClara{display: block;    margin: 0.5em auto;    width: 5em;    border: 3px solid #FFFFFF; border-radius: 10px;}

  .ubicacion {display: flex;  display: block;  padding: 0 0.2em;}
  .ubicacion h2 {font-size: 20px; margin: 0;}
  .contacto {background-image:none;}

  .test {  background-color: #838004; display: flex; flex-direction: column;}
  .icons{display: flex; flex-direction: row;}

  #footer {margin-top: 1em;}
  #footer p {font-size: 10px; margin: 0;}
}
@media screen and (min-width: 425px){
  h1 {font-size: 30px;  font-weight: bold;  color: #FFFFFF;  margin-bottom: 1.5em;}
  .logoMain {  width: 125px;  margin-top: 1.2em;}
}
@media screen and (min-width: 768px) and (max-width:1024px) {
  h1 {font-size: 40px;  font-weight: bold;  color: #FFFFFF;  margin-bottom: 2em;}
  h2 {font-family: 'Playfair Display';  font-size: 25px;  letter-spacing: 0.15em;  color: #000000;  margin-top: 2em;}
  h3 {font-family: 'Playfair Display';  font-size: 25px;  color: #C28746;}
  h4 {font-family: 'Playfair Display';  font-size: 20px;  color: #000000;}
  p {font-size: 16px;}
  .contacto h2{ font-size: 25px;  letter-spacing: 0.15em;  color: #FFFFFF;  margin-top: 1em;}
  .formulario {padding: 0;}
  .formulario label {font-size: 14px;  color: #FFFFFF;}
  .formulario ::placeholder {font-size: 10px;  color: #3A3903;}
  .content p {color: #FFFFFF; text-align: center; padding: 0; margin:0;}

  .logoMain {  width: 150px;  margin-top: 2em;}
  .logo {width: 50px; height: 50px;}
  .icono{width: 60px;}
  .icons {display: flex; display: inline-block; text-align: center; padding: 0.5em 0;}
  .form-group{padding: 0;}
  .form-control{padding: 0 0 0 0.2em;}
  
  .ubicacion {display: flex;  display: inline-flex;  padding: 0 0.2em;}
  .contacto {
    background-image: url("footer.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 100%;
    overflow: hidden;
  }
  .test {display: flex; flex-direction: row; margin-top: 0.2em;}

  #footer p {font-size: 12px; margin: 0;}
}
@media screen and (min-width: 1024px) and (max-width:1439px) {
  h1 {font-size: 75px;  font-weight: bold;  color: #FFFFFF;  margin-bottom: 1.5em;}
  h2 {font-family: 'Playfair Display';  font-size: 45px;  letter-spacing: 0.15em;  color: #000000;  margin-top: 2em;}
  h3 {font-family: 'Playfair Display';  font-size: 40px;  color: #C28746;}
  h4 {font-family: 'Playfair Display';  font-size: 30px;  color: #000000;}
  p {font-size: 25px;}
  .contacto h2{ font-size: 45px;  letter-spacing: 0.15em;  color: #FFFFFF;  margin-top: 1em;}
  .formulario {padding: 0.5em;}
  .formulario label {font-size: 18px;  color: #FFFFFF;}
  .content p {color: #FFFFFF; text-align: center; padding: 0; margin:0;}
  .content h2 {color: #FFFFFF;  font-size: 50px; text-align: center; margin-top: 0.5em;}
  #footer p {font-size: 18px;}

  .logoMain {width: 290px;  margin-top: 2em;}
  .logo {width: 60px; height: 60px;}
  .inicio {position: fixed;  right: 15px;  bottom: 15px;}
  .icono{width: 100px;}

  .contacto {
    background-image: url("footer.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 1440px){
  h1 {font-size: 100px;  font-weight: bold;  color: #FFFFFF;  margin: 1em;}
  .logoMain {width: 440px;  margin-top: 3em;}
  .contacto {
    background-image: url("footer.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 100%;
    overflow: hidden;
  }
}
