#somos-section {
    padding: 0;
}

#somos-section h2{
    font-size: 45px;
    font-weight: 800 !important;
}

.slideshow-texto .title1 {
    font-size: 3vw !important;
}

#slideshow.owlCarousel .item {
    height: 30vw;
}

#somos-section h2{
    font-weight: normal;
}
.d-somos{
    max-width: 80%;
    margin: 0 auto;
}

.d-somos video{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#cincel{
    background:#0b696b;
    color:#fff;
    padding:45px 0 60px;
}

#d-video-inst video{
    border-radius: 30px;
    overflow: hidden;
}



#mision-vision .row > div > div{
    box-shadow: 0px 0px 15px #aaa;
    padding: 1em;
    border-radius: 15px;
    font-size: 1vw;
    height: 100%;
}

#mision-vision img{
    display: inline-block;
    margin-right: 20px;
}
#mision-vision h4{
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
}


@media screen and (max-width: 767px){
    .d-somos{ max-width: 90%; }
    .slideshow-texto .title1{ font-size: 24px !important; }

    #mision-vision .row > div > div{ text-align: center; font-size: 18px; margin-bottom: 1em; }

    #somos-section h2{ font-size: 30px; }
}



#d-proyectos-cultivos big{
    font-size: 45px;
}

@media screen and (max-width: 767px){
    #d-proyectos-cultivos big{
        font-size: 18px;
    }

    #d-proyectos-cultivos{
        text-align: center;
    }
}



#d-bat-images .rounded-circle{
    overflow: hidden;
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 400px;
    height: 400px;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 767px){
    #proyectos-section img{
        max-width: 80%;
        margin-bottom: 2em;
    }

    #d-bat-images .rounded-circle{
        margin: 0 auto 2em;
        max-width: 80%;
        max-height: 80%;
    }
}