@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-size: 14px;
}

/*.navigation .show{
    position: relative; 
    z-index: 1;
}*/
.navigation{
    background: #00410b;
}
.logo{
    max-width: 180px;
}
.navbar {
    background:#00410b;
}

.nav-link,
.navbar-brand {
    color: #a1b9a5ff;
    cursor: pointer;
    
}

.nav-link {
    margin-right: 1em !important;
    text-transform: uppercase;;
    padding-left: 40px;
}

.nav-link:hover {
    color:#a1b9a5ff;
}

.navbar-collapse {
    justify-content: flex-end;
}
.slide{
    padding:0;
    position: relative;
}
.slide img{
    width: 100%;
    margin: 0;
    /*max-height: 500px;*/
    height: auto;
}

.caption{
    width: 100%;
    height: auto;
    /*background-color: #ff751a;*/
    color: #FFF;
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -55%);
    text-align: right;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    z-index: 2;
}

.caption .title{
    font-weight: 500;
    font-size:60px;
}

.caption .subtitle{
    margin-top:-35px;
    font-weight: 400;
    font-size: 35px;
}

@media screen and (max-width: 600px) {
    .caption{
        top:40%;
    }
    .caption .title{
        font-size: 40px;
    }
    
    .caption .subtitle{
        font-size: 24px;
    }
    
  }
  
.content{
    background-color:#eff3f0;
}

.inner-content{
    margin: 0 auto;
    display: block;
}

.content{
    padding-top:30px;
    margin-top: 0px;
    padding-bottom:50px;
}

.content p{
    font-size: 14px;
    margin-top: 30px;
    color:#333333;
}
.feature-title{
    font-family: 'Cinzel', serif;
    margin-top:50px;
    color:#00410b;
    font-size: 28px;
    font-weight: 400;
}



/**/

.equipo{
    color:#333333;
    padding-top:50px;
    margin-bottom: 50px;
  }

  .equipo .titulo-equipo{
    font-family: 'Cinzel', serif;
    margin-top:50px;
    color:#00410b;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 50px;
   
  }

  .equipo img{
      max-height: 120px;
      width: auto;
      border-color: #a1b9a5;
      border-style: solid;
      border-width: 1px;
  }

  .equipo .texto{
      padding-left: 50px;
      max-width: 500px;
  }

  .equipo .miembro{
    font-size: 16px;
    font-weight: 400;
    
  }

  .equipo .cargo{
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
  }

  .equipo p{
    font-size: 14px;
    margin-bottom: 50px;
    font-weight: 300;
  }

  @media screen and (max-width: 600px) {
    .equipo .texto{
        margin-top: 20px;
        padding-left: 0px;
        width: 100%;
    }
    .equipo .imagen{
        text-align: left;
    }
    
  }

  
  footer{
    background:#00410b;
    color:#a1b9a5ff;
    padding-top:50px;
    padding-bottom:50px;
    min-height: 250px;
  }

  footer .logo-footer{
      max-width: 180px;
      margin-top: 10px;
  }

  footer .contacto{
      font-size: 14px;
      font-weight:300 ;
  }

  footer .contacto span{
      text-decoration: underline;
  }

  @media screen and (max-width: 600px) {
      .contacto{
          margin-top: 50px;
          text-align: left;
      }
      /*.col{
          min-width: 200px;
          margin-top:10px;
      }
      .equipo p{
          margin-bottom: 20px;
      }
      .equipo .miembro{
        margin-bottom: 10px;
        min-height: 0px;
     }
     .equipo{
        padding-bottom: 40px;
     }*/
  }

  /*footer .fondo{
    width: 100%;
    margin: 0;
  }*/
 