/* =====================
   BASE
===================== */
.opinion-dia {
    font-family: 'Open Sans', arial, sans-serif;
    margin-top: -18px;
}

.text-white {
    color: white;
}

.mt-0 {
    margin-top: 0;
}

.mb-24 {
    margin-bottom: 24px;
}

.d-none {
    display: none !important;
}

.position-relative {
    position: relative;
}

.inline-flex {
    display: inline-flex;
}

.inf-v {
    display: flex;
    flex-direction: column;
}

/* Padding reutilizable */
.px-12,
.opin-ult-opiniones .td-block-row,
.opin-ult-opiniones .td-block-row .td-block-span6,
.opin-ult-opiniones .td-block-row .td-block-span3,
.opin-list-columnitas .td-block-row .td-block-span6,
.opin-list-columnitas .td-container {
    padding-left: 12px;
    padding-right: 12px;
}

/* =====================
   BREADCRUMB
===================== */
.opin-breadcrumb {
    background-color: #f0eff3;
    padding: 9px 0;
    border-top: 1px solid #e5e5e7;
    border-bottom: 1px solid #e5e5e7;
}

.opin-breadcrumb a {
    color: black;
}

.opin-breadcrumb .separacion {
    margin: 0 5px;
}

/* =====================
   SECCIONES
===================== */
.opin-ult-opiniones {
    padding-bottom: 30px;
}

.opin-list-columnitas {
    background-color: #f2f0f5;
    padding: 30px 0;
}

/* =====================
   GRID
===================== */
.td-block-span3 {
    width: 25%;
}

/* =====================
   IMAGEN DESTACADA
===================== */
.opi-img-background,
.opi-img-background img {
    height: 264px;
}

.opi-img-background img {
    width: 535px;
    border-radius: 5px;
}

/* =====================
   INFO NOTA
===================== */
.opi-inf-nota {
    position: absolute;
    inset: 0;
    padding: 0 12px;
}

.opi-inf-nota .content-inf {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.41) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 15px;
}

.opi-inf-nota .nota-tipo {
    background-color: #8d9298;
    padding: 5px 15px;
    border-radius: 2.5px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
}

.opi-inf-nota h3 {
    margin: 5px 0;
    color: white;
    font-family: serif;
    font-size: 28px;
}

.opi-inf-nota .img-colmn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: black;
    margin-right: 7.5px;
}

.column-date {
    display: flex;
}

/* =====================
   TÍTULOS
===================== */
.h-title {
    text-transform: uppercase;
    font-weight: 600;
    font-family: serif;
}

.opin-list-columnitas .h-title {
    margin: 0 -12px;
}

/* =====================
   CARD COLUMNISTAS
===================== */
.car-columnistas {
    background-color: #faf8fb;
    border: 1px solid #dfdee2;
    display: flex;
    gap: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 0 20px 20px 0;
}

.car-columnistas .img-columnistas {
    width: 200px;
    height: 200px;
}

.car-columnistas .columnas {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 16px;
}

.car-columnistas .columnas svg {
    margin-right: 5px;
    fill: #e3b62b;
}

.car-columnistas .inf-column {
    padding-top: 14px;
    width: 100%;
    position: relative;
}

.name-columnistas {
    font-weight: 600;
    margin: 0 0 5px;
    font-family: serif;
    font-size: 27px;
}

.desc-columnistas {
    font-size: 16px;
    margin-bottom: 5px;
}

.content-btn-veropinion {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 14px 14px 0;
}

.car-columnistas:hover .btn-green {
    display: block !important;
}

/* =====================
   BOTONES
===================== */
.btn-green {
    background-color: #97ca3c;
    width: 100%;
    display: block;
    color: white;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
    border-radius: 5px;
}

/* =====================
   NAVEGACIÓN
===================== */
.navegacion {
    display: flex;
    justify-content: center;
    padding: 14px 0;
    gap: 8px;
}

.btn-nav {
    background-color: white;
    border: 1px solid #dfdee2;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.btn-nav:hover {
    background-color: #c3da56;
    border-color: #c3da56;
}

.btn-nav.activate {
    background-color: #97ca3c;
    border-color: #97ca3c;
    color: white;
}

.columnista {
    padding-left: 12px;
    padding-right: 12px;
}

.columnista .car-columnistas {
    padding: 0px;
    border: 0px !important;
    border-radius: 0px;
}

.columnista .img-columnistas {
    height: 200px;
    width: 200px;
    border-radius: 0px;
    max-width: 200px;
}

.foto-redes-columnista .redes {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 6px;
    padding-bottom: 14px;
}

.foto-redes-columnista .redes a {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.bg-green {
    background-color: #97ca3c;
}

.bg-gris {
    background-color: #6d7084;
}

.columnista .name-columnistas {
    padding-top: 14px;
    margin-top: 0px !important;
    margin-bottom: 7.5px;
    font-family: serif;
    font-size: 27px;
    font-weight: 600;
}

.columnista .descr {
    margin-bottom: 10px;
    font-size: 16px;
}

.columnista .text-descr {
    font-size: 16px;
    padding-right: 14px;
}

.p-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.mb-24 {
    margin-bottom: 24px;
}

.opinion {
    background-color: #faf8fb;
    border-radius: 5px;
    border: 1px solid #dfdee2;
    padding: 20px;
}

.opinion h3 {
    margin-top: 0px;
    font-weight: 600;
    font-family: serif;
    display: flex;
    align-items: center;
}

.opinion h3 {
    margin-top: 0px;
    font-weight: 600;
    font-family: serif;
    display: flex;
    align-items: center;
}

.opinion h3 img {
    margin-right: 7.5px;
    height: 30px;
    width: 30px;
}

.opinion .colmn-fecha {
    display: flex;
    justify-content: space-between;
}

.opinion .name-column {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.lomasleido {
    padding: 15px;
    background-color: white;
}

.opinion-detalle .columnista .datos-columnista {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
}

.opinion-detalle .columnista .datos-columnista span {
    color: #7d955c;
    font-weight: 600;
    text-align: right;
    width: 300px;
}

.opinion-detalle .columnista .datos-columnista img {
    height: 175px;
    width: 175px;
    border-radius: 50%;
}

.opinion-detalle .columnista .datos-columnista h3 {
    font-weight: 600;
    width: 300px;
    font-size: 30px;
}

.opin-container.columnista {
    margin-top: -50px;
}

.opin-container.columnista h2 {
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    font-family: serif;
}

.opin-container.columnista .lugar-fecha-redes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.opin-container.columnista .lugar-fecha-redes .lugar-fecha {
    color: #888888;
}

.opin-container.columnista .lugar-fecha-redes .redes {
    display: flex;
    gap: 7.5px;
}

.opin-container.columnista .lugar-fecha-redes .redes a {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #888888;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opin-container.columnista .lugar-fecha-redes .redes a svg {
    fill: #888888;
}

.opin-container.columnista .lugar-fecha-redes .redes a:hover {
    background-color: #888888;
}

.opin-container.columnista .lugar-fecha-redes .redes a:hover svg {
    fill: white;
}
.opinion-detalle{
    margin-top: -18px;
}

           /* =====================
   LOGO
===================== */
.logo-opinion {
    height: 100px;
}

/* =====================
   HERO IMAGE
===================== */
.hero-image {
    overflow: hidden;
    height: 400px;
    display: flex;
}

.hero-image-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* =====================
   DATOS COLUMNISTA
===================== */
.datos-columnista {
    display: flex;
    align-items: center;
    gap: 10px;
}

.categoria {
    font-size: 14px;
    text-transform: uppercase;
}

.autor-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.autor-nombre {
    margin: 0;
}

/* =====================
   TÍTULO
===================== */
.titulo-opinion {
    margin-top: 15px;
}

/* =====================
   LUGAR / FECHA / REDES
===================== */
.lugar-fecha-redes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lugar-fecha {
    font-size: 14px;
}

/* =====================
   REDES SOCIALES
===================== */
.redes {
    display: flex;
    gap: 6px;
}

.red-social {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #888;
    display: flex;
    align-items: center;
    justify-content: center;
}

.red-social svg {
    fill: #888;
}

.red-social:hover {
    background-color: #888;
}

.red-social:hover svg {
    fill: #fff;
}

/* =====================
   SEPARADOR
===================== */
.separador {
    margin: 30px 0;
}

/* =====================
   CONTENIDO
===================== */
.contenido-opinion p {
    margin-bottom: 16px;
    line-height: 1.6;
}

@media (max-width: 480px){
    .h-title{
        padding-left: 12px;
        padding-right: 12px;
        text-align: center;
    }
    .opin-ult-opiniones .td-container, .opin-ult-opiniones .td-container .td-block-span6, .opi-inf-nota, .opin-ult-opiniones .td-container .td-block-span3, .p-12, .columnista{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .opin-ult-opiniones .td-container .td-block-span3{
        width: 100%;
    }
    .opin-ult-opiniones .td-container .td-block-span6, .opin-ult-opiniones .td-container .td-block-span3{
        margin-bottom: 24px;
    }
    .btn-green{
        display: block!important;
    }
    .logo-c-opinion, .foto-redes-columnista, .columnista .name-columnistas, .columnista .descr{
        text-align: center;
    }
    .columnista .car-columnistas, .opin-container.columnista .lugar-fecha-redes {
        flex-direction: column;
    }
    .columnista .text-descr{
        padding-left: 14px;
    }
    .opin-container.columnista .lugar-fecha-redes .lugar-fecha{
        margin-bottom: 20px;
    }
    .contenido-opinion{
        padding-left: 14px;
        padding-right: 14px;
    }
}