
.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 800px;
}

.w3-card-4,
.w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-animate-zoom {
    animation: animatezoom 0.6s;
}

.w3-bar .w3-button {
    white-space: normal;
}

.w3-blue,
.w3-hover-blue:hover {
    color: #fff !important;
    background-color: #2196f3 !important;

}

.w3-xlarge {
    display: flex;
    font-size: 24px !important;
    width: 25px;
    height: 25px;
    margin: 3px auto;
    align-items: center;
    justify-content: center;
}

.w3-display-topright {
    position: absolute;
    right: 5px;
    top: 0;
}

.w3-bar {
    width: 100%;
    overflow: hidden;
}

.w3-border-bottom {
    border-bottom: 1px solid #ccc !important;
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}

.w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important;
}

.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
    content: "";
    display: table;
    clear: both;
}

.w3-container,
.w3-panel {
    padding: 0.01em 32px;
}
.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px;
}

.w3-light-grey,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.w3-padding {
    padding: 8px 16px !important;
}

/*.w3-right-align {
    text-align: right !important;
}*/


.w3-right {
    float: right !important;
}

.w3-white,
.w3-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.w3-border {
    border: 1px solid #ccc !important;
}

/* ----------------------------------------------- */
/* ----------------------------------------------- */

.articulos__modal {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    /* border: solid 1px ; */
    border-radius: 5px;
    padding: 10px 2px 0 0 ;
    width: 99%;
    text-align: left;
    font-size: 12px ;
    padding-bottom: 7px;
    padding-left: 7px;
}

.articulo__img-modal {
    display: flex;
    width: 25vw;
    height:23vw;
    margin: 3px 28px;
    /* padding: 3% auto; */
    border-radius: 3%;
    width: 85%;
    height: auto;

}

.articulo__tit-modal {
    display: flex;
    margin: 3px 28px;
}

.articulo__fecha-modal, .articulo__intro-modal, .articulo__content-modal {
    display: flex;
    margin: 3px 28px;
}

.articulo__content-modal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

.articulo__btn-primary {
    width: 11vw;
    height: 2.5rem;
    background-color: #2196f3 !important;
}
