/* GENERAL */

*{
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

main {
    margin-top: 50px;
    margin-bottom: 50px;
}


/* SHARED */

/* NAV */

header, .navbar {
  background-color: #FAF3E8; }

.navbar {
    box-shadow: 0px 0px 40px rgb(128, 128, 128);
}
    .navbar-nav li {
        padding: 0 24px;
        font-family: "Cormorant Garamond", serif;
        font-size: 1.25rem;
        font-weight: 400;
      }
        .active {
            border-bottom: 3px solid #0B5538;
            color:#BD9941!important;
        }

    .navbar-brand:hover {
        transform: scale(1.1);
        transition: all 0.5s;
    }


.navbar-nav li a:hover {
    transform: scale(1.1);
    color: #BD9941;
    border-bottom: 3px solid #0B5538;
    transition: all 0.5s;
}

nav span {
    font-size: 1.25rem;
    font-family: "Cormorant Garamond", serif;
    color: #0B5538;
}

.nav-link {
  color: #0B5538;
}


/* FOOTER */

footer {
  color: white;
  background-color: #0B5538;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0; }
  footer p {
    font-size: 1rem;
    text-align: center;
    padding-top: 10px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400; }
  footer .footerSecciones {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33%;
    height: 80%;
    font-family: "Cormorant Garamond", serif; }
    footer .footerSecciones a {
      font-size: 3rem;
      padding: 0 10px;
      color: white; }
      footer .footerSecciones a i:hover {
        transform: scale(1.1);
        transition: all 0.5s; }
    footer .footerSecciones h3 {
      font-size: 1.2rem;
      font-family: "Cormorant Garamond", serif;
      text-align: center;
      font-weight: 400;
      padding-top: 20px;
      line-height: 30px; }


/* BOTON WSP */

.botonWsp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-color: #1ad03f; }
  .botonWsp a {
    font-size: 2.5rem;
    color: white; }
  .botonWsp .btn {
    background-color: #1ad03f;
    border-color: #1ad03f;
    border-radius: 50%;
    filter: drop-shadow(5px 5px 10px #2c2c2c); }

.btn:hover {
  transform: scale(1.1);
  transition: all 0.5s; }

/* MEDIA QUERIES COMPARTIDAS */

@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden; }
  nav span {
    font-size: 1rem; }
  .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .navbar-nav li:hover {
    transform: scale(1); }
  .subtitulos {
    margin: 25px 0; }
    .subtitulos h2 {
      font-family: "Cormorant Garamond", serif;
      font-weight: 500;
      font-size: 1.2rem;
      text-align: center;
      padding: 8px 0; }
  footer {
    margin-bottom: 0;
    display: flex;
    flex-direction: column; }
    footer .footerSecciones {
      width: 100%; }
    footer p {
      font-size: 0.8rem; } }


@media screen and (min-width: 768px){
  #seccionValores {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .inicio__info{
    height: 80%;
    margin-left: 20%;
    
  }
  
}

@media screen and (min-width: 1024px){
  #seccionValores {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .inicio__info{
    height: 80%;
    margin-left: 29%;
    
  }
  
}


/* INICIO */

.inicio {
  margin-top: 100px;
  height: 530px;
  background-image: url(../images/fondo.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative;
  display: block;
  box-shadow: 0px 10px 10px -6px gray;

}
  .inicio .inicio__opacidad {
    position: absolute;
    background-color: #FAF3E8;
    opacity: 0.7;
    height: 100%;
    width: 100%; }
  .inicio .inicio__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 100%;
    height: 200px; */
    position: absolute;
  }
    .inicio img {
      width: 70%;
      margin-top: 100px;
      margin-bottom: 30px; }
    .inicio .inicio__info .btn {
      box-shadow: 0px 10px 10px -6px gray;
        background-color: #BD9941; }
      /* .inicio .inicio__info .btn a {
        font-family: "Cormorant Garamond", serif;
        color: #FAF3E8;
        text-decoration: none; } */
        
.btn {
    box-shadow: 0px 10px 10px -6px gray;
    background-color: #BD9941;
}

.btnValores {
  margin-bottom: 10px;
}

.btnValores:hover {
    transform: scale(1.1);
    transition: all 0.5s;
    background-color: #BD9941;
}

.btn a {
    font-family: "Cormorant Garamond", serif;
    color: #FAF3E8;
    text-decoration: none;
}

.card {
    margin: 30px;
}

.card-body {
  background-color: #FAF3E8;
}

h4 {
  padding: 5px;
  margin: 0;
}

.card-header {
    font-family: "Cormorant Garamond", serif;
    background-color: #0B5538;
    color: #FAF3E8;
}

.card-text {
    font-family: "Open Sans", sans-serif;
}


/* VALORES */

#seccionValores {
  margin-top: 150px;
}

.card li {
  background-color: #FAF3E8;
}

/* CONTACTO */

.contacto {
  font-family: "Open Sans", sans-serif;
}

iframe{
  width: 90%;
}