
.certificadosDescargables {
    overflow: visible;
    display: flex;
}

    .certificadosDescargables .contImg {
        height: 710px;
        text-align: center;
        width: 60vw;
        background-size: cover;
        background-position: top center;
        position: relative;
        top: 150px;
    }


        .certificadosDescargables .contImg .logotipo {
            position: absolute;
            background: #fff;
            width: 180px;
            height: 180px;
            border-radius: 50%;
            top: -105px;
            left: 50%;
            transform: translateX(-50%);
        }

            .certificadosDescargables .contImg .logotipo img {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                max-width: 70%;
            }

            .certificadosDescargables .contText {
                position: absolute;
                width: 55vw;
                right: 0px;
                background: #fff;
                padding: 100px 13% 100px 100px;
                top: 250px;
            }
        .certificadosDescargables .contText .tipo {
            color: #00c18a;
            margin-bottom: 10px;
            text-transform: uppercase;
            font-size: 18px;
            font-family: "CircularBook", Arial, sans-serif;}

            .certificadosDescargables .contText .titulo {
                color: #00c18a;
                font-weight: 600;
                margin-bottom: 20px;
                padding-bottom: 20px;
                position: relative;
                /*text-transform: uppercase;*/
                font-size: 38px;
                font-family: "CircularBold", Arial, sans-serif;
                line-height: 45px;
            }

                .certificadosDescargables .contText .titulo:after {
                    content: "";
                    position: absolute;
                    bottom: 0px;
                    left: 0%;
                    background: #00c18a;
                    width: 100px;
                    height: 1px;
                    font-family: "CircularBold", Arial, sans-serif;
                }

            .certificadosDescargables .contText .texto {
                color: #7d8489;
                font-family: "CircularBook", Arial, sans-serif;
                font-size: 15px;
            }
            .certificadosDescargables .contText .texto p, .certificadosDescargables .contText .texto li {
                color: #7d8489;
                font-family: "CircularBook", Arial, sans-serif;
                font-size: 15px;
                
            }
            .certificadosDescargables .contText .texto p {
                margin-bottom:0px;
            }
            .certificadosDescargables .contText .botonDescarga {
                display: inline-block;
                margin-top: 20px;
            }
            .certificadosDescargables .contText .botonDescarga a {
                border: 1px solid #00c18a;
                color: #00c18a;
                padding: 10px 25px;
                margin-bottom: 10px;
                margin-right: 10px;
                font-family: "CircularBook", Arial, sans-serif;
            }
            

            .certificadosDescargables.no .contImg {
                margin-left: 40vw;
              }

              .certificadosDescargables.no .contText {
                right: auto;
                left: 0px;
                padding-left: 10vw;
              }


              @media only screen and (max-width: 900px) {
              .certificadosDescargables .contText {
                position: absolute;
                width: 55vw;
                right: 0px;
                background: #fff;
                padding: 50px 10% 50px 50px;
                top: 250px;
            }

            .certificadosDescargables.no .contText {
                padding-left: 10%;
            }
        }

        @media only screen and (max-width: 750px) {

            .certificadosDescargables {
                overflow: visible;
                display: block;
            }

        .certificadosDescargables.no .contImg {
            margin-left: 0vw;
        }
        .certificadosDescargables .contImg {
            height: 315px;
            text-align: center;
            width: 100%;
            background-size: cover;
            background-position: center center;
            position: relative;
            top: 0px;
        }

        .certificadosDescargables .contText {
            position: relative;
            width: 100%;
            right: 0px;
            background: #fff;
            padding: 50px 10% 50px 50px;
            top: 0px;
        }

        .certificadosDescargables .contImg .logotipo {
            position: absolute;
            background: #fff;
            width: 150px;
            height: 150px;
            border-radius: 50%;
            top: -85px;
            left: 50%;
            transform: translateX(-50%);
        }

        .wp-block-genesis-blocks-gb-columns {
            position: relative;
            padding-top: 40px !important;
            padding-bottom: 40px !important;
            margin-top: 0px !important;
            margin-bottom: 0px !important;
        }

        .margintop-300 {
            margin-top: -200px !important;
        }

    }