html {
    font-size: 8px; 
}

body {
    margin: 0px;
    padding: 0px;
}

b, h2 {
    color: #969D67;
} 

h2 {
    
}

h3 {
    color: #969D67;
}

h1 {
    color: white !important;
}

b {
    display: contents;
}

.navbar {
    background: #969D67;
    width: 100%;
    margin: auto;
    justify-content: space-around;
    
}

.navbar-toggler-icon {
    font-size: 20px;
}


#main_content {

      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
}
video {
    
    max-height: 100vh;
    overflow: hidden;
    z-index: -1000;
}

section {
    min-width: 100vw;
}

.banner__title{
    color: rgb(214, 214, 214);
    text-align: center;
    font-size: 12vw;
    width: 60vw;
    margin: 6vh auto;

}

#background-video {
    background-color: black;
}

.container .navegacion {
    
}

nav * {
    color: white !important;
    font-weight: bold;
    text-transform: uppercase;
}


.button-transparent {
    background: none;
    padding: 0px 60px;
    text-align: center;
    padding-bottom: 20px;
    color: white;
    border-bottom: .4px solid white;
    border-radius: 5px;
    font-size: 4.2vw;
    
}

.button-transparent:hover {
    text-decoration: none;
    color: #969D67;
    border-bottom: .4px solid #969D67;
    
}

.head {
    
    width: 50vw;
    height: 60vh;
}


.video-dark {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(2, 2, 2, 0.292);
}

.video-dark video {
    z-index: -100;
}

.button-green {
    font-size: 4vw;
    padding: 20px 60px;
    background-color: #969D67;
    color: white;
    border-radius: 5px;
    
}

.quienes-somos {
   
}

.quienes-somos__imagen-wrapper, .quienes-somos__imagen {
    
    width: 90vw;
    min-height: 50vh;
    
}

.quienes-somos__imagen-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: -20px;
    border: 1px solid #969D67;
    z-index: -100;
}

.quienes-somos__imagen {
    object-fit: cover;
    min-width: 80%;
    height: 100%;
    padding: 0px;
}

.quienes-somos__imagen-wrapper {
    position: relative;
    margin: 5vh;
    padding: 0px !important;
    /*-webkit-box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.75);*/
}

.quienes-somos__title, .objetivo__title, .capacidades__titulo, .contactanos__title, .distribuimos__title, .novedades__title  {
    font-size: 8vw;
    margin-bottom: 4vh !important;
}

.quienes-somos__paragraph {
    font-size: 4.5vw;
    margin-bottom: 8vh;
}



.objetivo, .capacidades {
    background-color: #F1F0EB;
}

.objetivo {
    
    margin-top: 10vh;
    min-height: 100vh;
    overflow: hidden;
}

.objetivo__item-lista {
    font-size: 14px;
    margin: 4vh 0px;
}

.objetivo__title {
    margin-top: 5vh;
}

.objetivo__lista {
    list-style: none;
}

.objetivo__numero {
    display: block;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    font-size: 4vw;
    color: white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #969D67;
    text-align: center;
    line-height: 60px;
    margin-right: 2vw;
}


.objetivo__imagen {
    width: 70%;
    height: 100%;
    object-fit: cover;
}

.consulta {
    background-image: url("./assets/simon-tartarotti-qcJUzFKLhF8-unsplash.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 50vh;
    filter: brightness(90%);
    z-index: -100;
}

.consulta h2 {
    color: white;
}

.capacidades {
    max-width: 100%;
    padding-bottom: 10vh
}

.capacidades__icon {
    
    max-width: 8vw;
    margin-top: 4vh;
    margin-bottom: 6vh;
}

.capacidades__titulo {
    text-align: center;
    margin: 7vh 0vh;
}

.capacidades__title {
    color: black;
    margin-bottom: 4vh;
}

.capacidades__info {
    font-size: 12px;
    width: 85%;
    margin: auto;
}

.contactanos__mapa {
    margin-top: 10vh;
    min-width: 100vw;
}

.contactanos__item {
    text-align: center;
}

.contactanos__item-icon {
    font-size: 3vw;
    color: #969D67;
}

.contactanos__item-title {
    font-size: 14px;
    font-weight: bolder;
}

.contactanos__info {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.contactanos__item-info {
    font-size: 10px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px !important;
}

.contactanos__title, .distribuimos__title, footer {
   
    margin-top: 10vh;
}

.iframe {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
}

.distribuimos {
    width: 70vw;
    margin: auto;
    padding-bottom: 10vh;
}

.distribuimos__imagenes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin: auto;
    margin-top: 50px;
}

.distribuimos__imagen {
    width: 40%;
    
}

footer {
    background-color: #F1F0EB;
    width: 100vw;
    
}

.novedades__title {
    margin-bottom: 10vh;
    margin-left: 2.5vw;
}

.novedades {
    width: 85vw;
    margin: auto;
    margin-top: 80px;
}

.novedades__slide {
    width: 90vw;
    margin: auto;
    border: .4px solid darkgray;
}

.novedades__slide > *:not(img) {
    margin-top: 2vh;
}

.novedades__imagen {
   
    width: 100%;
    min-height: 50vh;
    max-height: 50vh;
    object-fit: cover;
    object-position: bottom;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}





.novedades__paragraph {
    width: 90%;
    margin: auto;
    text-align: center;
    
}

.novedades__link {
    margin-bottom: 4vh;
}

@media (min-width: 576px) {
    html {
        font-size: 16px; 
    }

    .objetivo__item-lista {
        font-size: 10px;
    }
    
    .contactanos__item-info {
        font-size: 13px;
    }

    .capacidades__info {
        font-size: 17px;
    }

.contactanos__info {
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
}

    .novedades__slide {
        width: 30vw;
    }

    .banner__title {
        font-size: 4.5vw;
    }

    .button-transparent {
        font-size: 1.4vw;
    }

    .quienes-somos__imagen-wrapper, .quienes-somos__imagen {
        height: 100vh;
    }

    
    .quienes-somos__title,  .objetivo__title, .capacidades__titulo, .contactanos__title, .distribuimos__title, .novedades__title  {
        font-size: 4vw;
        margin-bottom: 4vh;
    }

    .quienes-somos__paragraph {
        font-size: 1.5vw;
        margin-bottom: 6vh;
    }

    .button-green {
        font-size: 1.2vw;
        padding: 20px 30px;   
    }

    .objetivo__item-lista {
        font-size: 1.4vw;
    }

    .objetivo__numero {
        font-size: 1.4vw;
    }

    .distribuimos__imagen {
        width: 20vw;
    }
    
}

.quienes-somos {
    margin-top: 10vh;
}


@media (max-width: 1380px) and (orientation: landscape) {

    .banner__title {
        font-size: 7vw;
    }

    .button-transparent {
        font-size: 2.5vw;
    }

    .button-green {
        font-size: 2vw;
        padding: 20px 40px;

        
    }

    

    .quienes-somos__title,  .objetivo__title, .capacidades__titulo, .contactanos__title, .distribuimos__title, .novedades__title   {
        margin-top: 6vh;
    }

    .quienes-somos__paragraph {
        font-size: 2.5vw;
        margin-bottom: 8vh;
    }

}