[v-cloak] {
    display: none;
}

body {
    overflow-x: hidden;
}


/* .bannerl {
    min-width: 970px;
    min-height: 90px
} */

body {
    font-family: 'Heebo', sans-serif;
}

header {
    /* background: url(./img/header-lideres.jpg) no-repeat;
    min-height: 80vh;
    background-size: contain;
    background-position: top; */
}

.cabecera {
    /* background: url(./img/header-lideres.jpg) no-repeat;
    background-size: contain;
    /* width: fit-content; */
    /* height: 200px;  */
}

.font-merriweather {
    font-family: 'Merriweather', serif;
}

.cursor-pointer {
    cursor: pointer;
}

.cont-videos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    /* background-color: lightcoral; */
    margin-bottom: 30px;
    /* height: 300px!important; */
}

.videos {
    position: relative;
    /* display: grid; */
    /* grid-template-rows: 2fr;
    gap: 15px; */
    height: 250px;
}

.logo-marca {
    padding-bottom: 15px;
}

.redes {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

.boton {
    width: 30px;
}

.sumario {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
}

.card-title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #C3721C;
    text-transform: uppercase;
}

.card-body {
    height: 230px;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #EFC84F !important;
}

.canvas {
    display: none;
}

.cont-img {
    justify-content: center;
}

header {
    min-height: 28vh;
}

header {
    /* background: url(./img/header-lideres.jpg) no-repeat; */
    /* min-height: 35vh; */
    background-position: center;
    /* background-size: contain; */
    /* background-position: center; */
    justify-content: center;
}

.cont-videos {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 15px;
    /* background-color: lightcoral; */
    margin-bottom: 30px;
    /* height: 300px!important; */
}

.mobile {
    display: block;
}


/* .bannerl {
    min-width: 320px;
    min-height: 90px
} */

.card-body {
    height: auto;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}


}
@media (min-width: 481px) {
    .cont-videos {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        /* background-color: lightcoral; */
        margin-bottom: 30px;
        /* height: 320px!important; */
    }
    /* .bannerl>img {
        object-fit: cover;
    } */
}
@media (max-width: 990px) {
    .cont-videos {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr;
        gap: 15px;
        /* background-color: lightcoral; */
        margin-bottom: 30px;
        /* height: 320px!important; */
        height: 440px;
    }
    
    .GoogleCreativeContainerClass,
    .GoogleCreativeContainerClass {
        display: none!important;
    }
    
    #google-center-div {
        display: none!important;
    }
}
@media (min-width: 991px) {
    .cont-videos {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        /* background-color: lightcoral; */
        margin-bottom: 30px;
        /* height: 320px!important; */
    }
}
@media (min-width: 768px) and (max-width:990) {
    .cont-videos {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        /* background-color: lightcoral; */
        margin-bottom: 30px;
        /* height: 320px!important; */
        height: 440px!important;
    }
}
@media (max-width:520px) {
    .videos {
        position: relative;
        /* display: grid; */
        /* grid-template-rows: 2fr;
        gap: 15px; */
        height: initial;
    }
}