/* productos */
.slider-contenedor{
    width: 100%;
    display: flex;

}
.contenedor{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden; 

}
/* .miSlider{
    display: none;
    transition: 2s;
    max-height: 46vh;
} */
.miSlider img{
    width: 100vw;
    height: auto;
    object-fit: cover;
    vertical-align: top;
    transition: 1s;
}
.direcciones{
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}
.direcciones a{
    color: #fff;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
}
.direcciones a:hover{
    background: rgba(0, 0, 0, .5);
    transition: .5s;
}
.barras{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.barra{
   
    cursor: pointer;
    height: 2px;
    width: 25px;
    margin: 0 2px;
    background: #dcdde1;
    display: inline;
    margin-left: 3px;
    justify-content: center;
}
.active{
    background-color: #009845;
}
.fade{
    animation-name: fade;
    animation-duration: 1s;
}
@keyframes fade {
    from{opacity: .4;}
    to{opacity: 1;}
}
.contenido-img{
    width: 100vw;
    display: flex;
    height: 50vw;
}

.sobre__div ul{
    color: var(--color-bag);
    position: relative;
    top: -2vw;
    margin: 0px 10vw;
      margin-left: 10vw;
    font-size: 1.5vw;
    text-align: start;
    margin-left: 45vw;
    line-height: 2.5vw;
}
.sobre__div__h2 h2{
    margin: 1vw;
    font-size: 3.3vw;
    border-bottom: solid 6px;
    width: 30vw;
    position: relative;
    top: 8vw;
    left: 2vw;
    line-height: 65px;
}
.txt__div h3 {
    width: 70vw;
    margin: 0vw auto;
    margin-top: 5vw;
    margin-bottom: 5vw;
}
.txt_div2{
    margin-top: 15vw;
}
.nuestro__nav{
    width: 100vw;
height: 25vw;
}
.sobre__div{
    width: 91vw;
    height: 65vh;   
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    background-color: #004d78;
    background-image: none;
    align-items: flex-start;
}

@media (min-device-width:600px) and (max-device-width:1050px){
    /* .contenedor{
        height: 54vw;
    }
    .miSlider img {
        max-height: 50vh;
    } */
    .sobre__div {
        width: 90vw;
        height: 50vw;
    }
    .sobre__div ul {
        font-size: 2.5vw;
        margin-left: 38vw;
        line-height: 3.5vw;
    }
    .text_h3{
        margin-top: 40vw!important;
    }
    .logos__nav {
        bottom: 0vw !important;
    }
    .contenido-img {
        height: 75vw;
      }
    .imageb {
        height: 75vw;
    }
}

@media (min-device-width:250px) and (max-device-width:599px){
    /* .miSlider img {
        max-height: 60vh;
    } */
    .slider-contenedor {
        width: 100%;
        display: flex;
        height: 60vh;
    }
    .contenedor {
        height: 60vh;
    }
    .contenido-img {
        width: 100vw;
        display: flex;
        height: 80vh;
    }

    .txt__div h3 {
        width: 80vw;
        margin-top: -5vw;
        margin-bottom: 20vw;
        height: 80vw;
        font-size: 6vw;
        line-height: 8vw;
    }
    .txt__div {
        font-size: 5vw;
        margin-top: 20vw;
    }
    .nuestro__nav {
        height: 100vw;
    }
    .sobre__div {
        clip-path: none;
        width: 100vw;
        text-align: center;
        height: 125vw;
        margin-top: 0;
    }
    .sobre__div__h2 h2 {
        margin: 1vw;
        font-size: 6vw;
        border-bottom: solid 6px;
        width: 60vw;
        position: relative;
        line-height: 50px;
        left: 18vw;
    }
    .txt_div2{
        margin-top: 55vw;
        margin-bottom: -45vw;
    }
    .sobre__div ul {
        color: var(--color-bag);
        position: relative;
        top: 20vw;
        margin: 0px 6vw;
        font-size: 5vw;
        text-align: start;
        line-height: 8vw;
        width: 90vw;
    }
    .cuadros{
        flex-direction: column;
        align-items: center;
    }
    .cuadros img {
        margin: 5vw;
    }
   
}
/* fin productos */