/*Banner*/
.manejo {
    position: relative;
    height: auto;
    width: 100%;
    background: #fff;
/*        background: url("../img/banner/bannerimg.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left -100px;
    overflow: hidden;
}

.container_manejo {
    max-width: 100%;
    height: 100%;
}

/*.atenuador {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.7819502801120448) 0%, rgba(0,0,0,0.7063200280112045) 100%);
}
*/

.green_solution_manejo:after {
    content:'';
    position: absolute;
    height: 50px;
    width: 50px;
    background: url('../img/naves/green.svg');
    background-size: contain;
    top: 56px;
    right: 20px;
    z-index: 1;
}

/*---------------------*/

.cont_cards_manejo {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    box-sizing: border-box;
}

    .lcont {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 30px 20px;
        box-sizing: border-box;
    }

        .title_lcont {
            text-align: center;
            color: #3d3d3b;
        }

            .c_cta_l {
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 20px 5px;
                font-weight: 700;
                box-sizing: border-box;
            }

                .btn_c_cta_l{
                    background: #d23c36;
                    color: #fff;
                    padding: 10px 20px;
                    border-radius: 25px;
                    margin: 5px 15px;
                    text-align: center;
                    transition: .3s ease;
                    box-sizing: border-box;
                }

                .btn_c_cta_l:hover {
                    background: #EB453E;
                }

                .btn_c_cta_l_h {
                    background: transparent;
                    color: #3d3d3b;
                    padding: 10px 15px;
                    border-radius: 25px;
                    margin: 5px 15px;
                    text-align: center;
                    border: solid 2px #fff;
                    transition: .6s ease;
                }

                .btn_c_cta_l_h:hover {
                    background: #f2f2f2;
                    border: solid 2px #3d3d3b;
                }

            .title_lcont_sec {
                text-align: center;
                color: #000;
                padding: 10px 0px;
            }

        .contenedor_cards_left {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

        .sub_contenedor_cards_left {
            position: relative;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            margin: 10px;
        }

            /*Tarjetas*/

            .card_manejo_carga {
                height: auto;
                width: 240px;
                background: #fff;
                border-radius: 10px;
                margin: 10px;
                transition: 0.6s all ease;
            }

            .card_manejo_carga:hover {
                box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
            }


                .title_card_m_c {
                    height: 50px;
                    background: #f2f8f9;
                    text-align: center;
                    padding: 10px 10px;
                    border-radius: 10px 10px 0;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .img_card_m_content {
                    height: 150px;
                    width: 100%;
                    background: #f2f8f9;
                    box-sizing: border-box;
                }

                    .img_card_m_c {
                        height: 100%;
                        width: 100%;
                        object-fit: cover;
                        transition: 0.6s all ease;
                        transform: scale(1);
                    }

                    .card_manejo_carga:hover .img_card_m_c {
                        transform: scale(1);
                    }

                .descript_card_m_c {
                    height: 110px;
                    width: 100%;
                    box-sizing: border-box;
                    padding: 10px 20px;
                    background: var(--red_apx);
                    color: #fff;
                    border-radius: 0 0 10px 10px;
                }

                .descript_card_m_c a {
                    color: #fff;
                }




    .rcont {
        height: 100%;
        width: 100%;
        overflow: hidden;
        display: none;
    }


@media (min-width: 700px) {
    .lcont {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px;
    }
}

@media (min-width: 1440px) {

    .lcont {
        height: 100%;
        width: 100%;
    }

    .rcont {
        display: none;
    }
}

@media (min-width: 1500px) {
    .lcont {
        height: 100%;
        width: 100%;
    }

    .rcont {
        display: none;
    }
}


.slideshow-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.img_slide {
    width: 100%;
}





/*Slider auto banner*/

.slideshow-container {
  width: 100%;
}

/* Caption text */
.text {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  display: none;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
    }
}