
/* --------------------------------------------------------
/* ---- MODULOS DESCUBREN
-------------------------------------------------------- */
.ed__module_descubren{
    width: 100%;
    height:auto;
    max-width:1280px;
    margin: 0 auto;
    position: relative;
    overflow:hidden;
    margin-bottom: 60px;
}


.ed__module_descubren .titles{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.ed__module_descubren .text-adicional{
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 40px;
}

.ed__module_descubren .titles_full{
    margin-bottom: 120px;
}

.ed__module_descubren .info{
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.ed__module_descubren .base{
    width: 100%;
    height:auto;
    position: relative;
    margin-bottom: 60px;
}

/* informacuón Izquierda */
.ed__module_descubren .block_info_l{
    width: 50%;
    height: auto;
}

/* Imagen Derecha */
.ed__module_descubren .block_imagen_r{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

/* Imagen Derecha con info */
.ed__module_descubren .block_imagen_r_relative{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.ed__module_descubren .block_imagen_r_relative .subcontainer{
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.ed__module_descubren .block_imagen_r_info{
    width: 100%;
    height: auto;
    position: relative; 
}

.ed__module_descubren .block_imagen_r_info .title{
    padding:6px;
    display: inline-block;
    margin-top:20px;
}

.ed__module_descubren .block_imagen_r_info .informacion{
    padding: 15px;
}


.ed__module_descubren .block_imagen_r_info .puntos{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}


/* Información Derecha */
.ed__module_descubren .block_info_r{
    width: 50%;
    height: auto;
    margin-left: auto; 
    margin-right: 0;
}

/* Imagen Izquierda */
.ed__module_descubren .block_imagen_l{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}


.ed__module_descubren .imagen{
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.ed__module_descubren .imagen_full{
    width: 130%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding-top: 80px;
}

.ed__module_descubren .imagen_full_medium{
    width: 110%;
}

.ed__module_descubren .imagen_relative{
    width: 65%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.ed__module_descubren .figura_1{
    width: 90%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
}


.ed__module_descubren .numbers{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}



@media only screen and (max-width: 992px) {
    .ed__module_descubren .text-adicional{
        width: 90%;
    }

} /*992*/



@media only screen and (max-width: 768px) {


    .ed__module_descubren .base{
        margin-bottom: 20px;
    }

    .ed__module_descubren .block_info_l{
        width: 100%;
        height: auto;
    }

    .ed__module_descubren .block_imagen_r{
        width: 100%;
        position: relative;
    }

    .ed__module_descubren .block_imagen_l{
        width: 100%;
        height: auto;
        position: relative;
    }

    .ed__module_descubren .block_imagen_r{
        height: auto;
    }

    .ed__module_descubren .block_info_r{
        width: 100%;
    }


    .ed__module_descubren .imagen_full{
        width: 100%;
        padding: 0px;
        left: 0px;
        right: 0px;
        top: 0px;
        margin: 0 auto;
        transform: none;
        -webkit-transform: none;
        position: relative;
    }
    .ed__module_descubren .imagen_full_medium{
        width: 100%;
    }

    .ed__module_descubren .imagen{
        width: 100%;
        padding: 0px;
        left: 0px;
        right: 0px;
        top: 0px;
        margin: 0 auto;
        transform: none;
        -webkit-transform: none;
        position: relative;
    }

    .ed__module_descubren .imagen_relative{
        width: 90%;
    }


    .ed__module_descubren .block_imagen_r_relative{
        width: 100%;
        height: auto;
        padding: 0px;
        left: 0px;
        right: 0px;
        top: 0px;
        margin: 0 auto;
        transform: none;
        -webkit-transform: none;
        position: relative;
    }
    .ed__module_descubren .block_imagen_r_relative .subcontainer{
        width: 100%;
        padding: 0px;
        left: 0px;
        right: 0px;
        top: 0px;
        margin: 0 auto;
        transform: none;
        -webkit-transform: none;
        position: relative;
    }
    


}
