.block-editor-block-list__layout .wp-block[data-type="meta-box/grilla-ejecutivos"] .ejecutivos li a:hover{
    transform: scale(1);
    z-index: 10;
    position: relative;
}
.block-editor-block-list__layout .wp-block[data-type="meta-box/grilla-ejecutivos"] .ejecutivos{
    padding-top: 30px;
}
.ejecutivos.grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding-left: 0px;
}
.ejecutivos{
    margin-left: 0px !important;
    list-style-type: none !important;
}
.ejecutivos li{
    position: relative;
    margin: 0px;
    position: relative;
    list-style-type: none !important;
    margin-bottom: 0px !important;
}
html body #main .ejecutivos li:before,
.ejecutivos li:before{
    display: none !important;
}
.ejecutivos li .ejecutivo_content{
    display: block;
    transition: all 500ms ease;
}
.ejecutivos li .ejecutivo_content figure {
    margin-bottom: 0px !important;
}
.ejecutivos li .ejecutivo_content img {
    width: 100%;
    display: block !important;
}
.ejecutivos li .ejecutivo_content .ejecutivo__content {
    opacity: 0;
    transition: all 500ms ease;
    padding: 20px;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ejecutivos li .ejecutivo_content .ejecutivo__content h2 strong {
    font-weight: 600;
}
html body #main .wp-block-group.alignfull .ejecutivos li .ejecutivo_content .ejecutivo__content h2,
.ejecutivos li .ejecutivo_content .ejecutivo__content h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px !important;
}
.ejecutivos li .ejecutivo_content .ejecutivo__content .icono-linkedin {
    margin-bottom: 10px;
}
.ejecutivos li .ejecutivo_content .ejecutivo__content .icono-linkedin {
    border-radius: 50px;
    border: solid 1px #FFF;
    width: 30px !important;
    height: 30px !important;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ejecutivos li .ejecutivo_content:hover {
    transform: scale(1.1);
    z-index: 10;
    position: relative;
}
.ejecutivos li .ejecutivo_content:before {
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #021926;
    filter: opacity(0.5);
    opacity: 0;
    transition: all 400ms ease;
    background-blend-mode: multiply;
}
.ejecutivos li .ejecutivo_content:hover:before {
    opacity: 1;
}
.ejecutivos li .ejecutivo_content:hover .ejecutivo__content {
    opacity: 1;
}
.ejecutivos li .ejecutivo__content{
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    width: 100%;
}
.ejecutivos li:before{
    display: none;
}

@media (min-width: 0px) and (max-width: 480px) {
    html body #main .wp-block-group.alignfull .ejecutivos li .ejecutivo_content .ejecutivo__content h2,
    .ejecutivos li a .ejecutivo__content h2{
        font-size: 12px;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    html body #main .wp-block-group.alignfull .ejecutivos li .ejecutivo_content .ejecutivo__content h2,
    .ejecutivos li a .ejecutivo__content h2{
        font-size: 15px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {

    .ejecutivos li .ejecutivo_content .ejecutivo__content{
        display: none;
    }

    .ejecutivos li .ejecutivo_content:hover .ejecutivo__content{
        display: block;
    }


    .wp-block-group.alignfull#equipo-corporativo {
        padding: 15px 0px 62px 0px !important;
    }
    .ejecutivos li .ejecutivo_content .icono-linkedin a:before {
        opacity: 1;
        background: rgba(255,255,255,0);
        filter: opacity(1);
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,34,146,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,34,146,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,34,146,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,34,146,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,34,146,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgb(0 26 40) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#002292', GradientType=0 );
    }
    html body #main .wp-block-group.alignfull .ejecutivos li .ejecutivo_content .ejecutivo__content h2,
    .ejecutivos li .ejecutivo_content .ejecutivo__content h2 {
        margin-bottom: 0px !important;
    }
    .ejecutivos li .ejecutivo_content .ejecutivo__content h2 strong {
        margin-bottom: -11px;
        display: block;
    }
    .ejecutivos li .ejecutivo_content .ejecutivo__content .icono-linkedin {
        width: 20px;
        height: 20px;
    }
    .ejecutivos li .ejecutivo_content .ejecutivo__content .icono-linkedin i {
        font-size: 10px;
    }

    .ejecutivos.grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .ejecutivos li .ejecutivo_content .ejecutivo__content .icono-linkedin {
        position: absolute;
        top: 15px;
        right: 15px
    }
}

        .ejecutivos li .ejecutivo_content .ejecutivo__content .icono-linkedin a {
            color: white;
        }

        

        .ejecutivos li .ejecutivo_content .ejecutivo__content h2{
            width: 80%;
        }
        
        .ejecutivos li .ejecutivo_content .ejecutivo__content .icono-linkedin{
                    width: 20%;
        }