@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);

@font-face {
    font-family: 'normal';
    src: url('https://infoquorum.com/fonts/Futura Book font.ttf')  format('truetype');
}
@font-face {
    font-family: 'heavy';
    src: url('https://infoquorum.com/fonts/Futura Heavy font.ttf')  format('truetype');
}

html, body {
    background-color: #eeeeee;
}
.indicators {
    top: 310px;
    z-index: 998;
}
.slider {
    height: 321px !important;
}
.slider .indicators .indicator-item.active {
    background-color: #444;
}
.show {
    display: block !important;
    color: #444444;
}
.container-stretch {
    margin: 0 auto;
    /*max-width: 1280px;*/
    width: 100%;
}
.sidenav-trigger {
    margin: 0 5px !important;
}
.modal#signin {
    width: 90vw;
    overflow: hidden;
}
@media only screen and (min-width: 601px) {
    .container-stretch {
        width: 90%;
    }
    .modal#signin {
        width: 30vw;
    }
}

@media only screen and (min-width: 993px) {
    .container-stretch {
        width: 90%;
    }
    .modal#signin {
        width: 40vw;
    }
}

.tabs .tab a{
    color:#000;
} /*Black color to the text*/

.tabs .tab a:hover {
    background-color:#444444;
} /*Text color on hover*/

.tabs .tab a.active {
    background-color:#000;
    color:#fff;
} /*Background and text color when a tab is active*/

.indicator {
    background-color:#dd7726 !important;
} /*Color of underline*/

.titular {
    cursor: pointer;
}
.titular > .card-content > .card-title, .titular > .card-stacked > .card-content > .card-title {
    color: #444444;
    font-weight: bold;
}
.titular .card-content  p {
    color: #555;
}
.titular:not(.horizontal):not(.ulti) > .card-image {
    max-height: 230px;
    overflow:hidden;
}
.titular > .card-image > .card-title {
    background-color: rgba(68,68,68,0.5);
    width: 100%;
    font-size: 1rem;
    padding: 5px;
    font-weight: lighter;

}
.titular > .card-content > .section, .titular > .card-stacked > .card-content > .section {
    padding: 0;
    margin-top: -16px;
    color: #dd7726;
    font-weight: lighter;
    font-size: 0.8rem;
}

.titular > .card-stacked > .card-content > .card-title {
    font-size: 1rem;
    line-height: 1.4rem;
}
.titular > .card-stacked > .card-content > .titular-resume {
    font-size: 0.7rem;
}
.titular-pie {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.titular > .card-stacked > .card-content > .titular-fecha {
    font-size: 0.7rem;
    margin-top: 10px;
}
.titular > .card-content > .titular-fecha {
    font-size: 0.7rem;
    margin-top: 10px;
    color: #dd7726;
    margin-bottom: 0;
}
.titular > .card-stacked {
    background-color: white;
}
.ulti .titular-title {
    display: inline;
    font-size: 1rem;
    line-height: 1rem !important;
}
.background > img {
    width: 100%;
}
main {
    padding-left: 300px;
}

@media only screen and (max-width : 992px) {
    main {
        padding-left: 0;
    }
}
.navegation {
    margin-left: 16px;
}
.notaTitle {
    font-weight: 700 !important;
}

blockquote:not(.twitter-tweet){
    font-size: 1.4em;
    width:95%;
    margin:20px auto;
    font-family:Open Sans, serif;
    font-style:italic;
    color: #555555;
    padding:1.2em 30px 1.2em 75px;
    border-left:8px solid #dd7726 ;
    line-height:1.6;
    position: relative;
}
blockquote:not(.twitter-tweet)::before{
    font-family: Arial, serif;
    content: "\201C";
    color:#dd7726;
    font-size:4em;
    position: absolute;
    left: 5px;
    top:-10px;
}

blockquote::after{
    content: '';
}

blockquote span{
    display:block;
    color:#333333;
    font-style: normal;
    font-weight: bold;
    margin-top:1em;
}
.brand-logo img{
    height: 42px;
    width: auto;
    margin-top: 7px;
}
@media only screen and (max-width: 600px) {
    .brand-logo img{
        margin-left: 25px;
    }
}
@media only screen and (min-width: 601px) {
    blockquote{
        width: 80%;
        margin:50px auto;
        padding:1.2em 10px 1.2em 50px;
    }
    blockquote::before{
        left: 10px;
        top:-10px;
    }
    .brand-logo img{
        height: 50px;
        width: auto;
        margin-top: 7px;
    }
}
@media only screen and (min-width: 993px) {
    blockquote{
        width: 80%;
        margin:50px auto;
        padding:1.2em 10px 1.2em 50px;
    }
    blockquote::before{
        left: 10px;
        top:-10px;
    }
}


.nota {
    margin-top: 76px;
    z-index: 1;
}



.nav-wrapper > .progress {
    margin: 0 !important;
}
.pinned {
    z-index: 2;
}
.imgOnGallery {
    margin-top: 5px;
    position: relative;
}
.imageButtonOption {
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-left: -11px;
    opacity: 0;
    transition: opacity .35s ease;
}
.imageButtonOption > button {
    color: #eeeeee;
}
#usrImageProfile {
    position: relative;
    width: 200px;
    margin-top: -124px;
    z-index: 1;
}
.tinyHeader {
    font-weight: bold;
    font-size: 0.7rem;
    color: #13ace3;
}
.imageWithPie {
    position: relative;
}
.imageWithPie > .pie {
    position: absolute;
    width: 100%;
    bottom: 5px;
    padding: 5px;
    color: #eeeeee;
    background: rgba(0, 0, 0, .5);
}
.nota-resumen{
    font-weight: lighter;
    margin-bottom: 20px !important;
}
.nota-portada {
    margin-bottom: 40px;
}
.buttonContainer > * {
    float: left;
}
.verticalSeparator {
    height: 36px;
    width: 1px;
    background-color: #eee;
}

#nota-cuerpo .buttons {
    display: none;
}
.imageCont {
    margin: 20px 0;
}

.imageCont.leftAligned {
    margin-top: 4px;
    width: 50% !important;
    float: left;
    margin-right: 10px;
}
.imageCont.rightAligned {
    margin-top: 4px;
    width: 50% !important;
    float: right;
    margin-left: 10px;
}
.btn-large:hover {
    background-color: #dd7726;
    color: #ffffff;
}
.select-dropdown {
    color: #555555 !important;
}
.hiperlink {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 5px 10px;
    z-index: 1001;
    width: 90vw;
    max-width: 600px;
    border: solid #eeeeee 1px;
    border-radius: 5px;
    display: none;
}
.hiperlink .input-field {
    margin: 12px 0 0 0;
    width: calc(100% - 101px);
}
.hiperlink input {
    margin-bottom: 5px !important;
}
#newUser.modal {
    background: linear-gradient(45deg, #dd7726 50%, #212121 50%);
}

.input-field.inverse label {
    color: #fff !important;
}
/* label focus color */
.input-field.inverse input[type=text]:focus + label,
.input-field.inverse input[type=email]:focus + label,
.input-field.inverse input[type=password]:focus + label {
    color: #13ace3 !important;
}
/* label underline focus color */
.input-field.inverse input[type=text]:focus,
.input-field.inverse input[type=email]:focus,
.input-field.inverse input[type=password]:focus {
    border-bottom: 1px solid #13ace3 !important;
    box-shadow: 0 1px 0 0 #13ace3 !important;
}
/* valid color */
.input-field.inverse input[type=text].valid,
.input-field.inverse input[type=email].valid,
.input-field.inverse input[type=password].valid {
    border-bottom: 1px solid #4caf50  !important;
    box-shadow: 0 1px 0 0 #4caf50  !important;
}
/* invalid color */
.input-field.inverse input[type=text].invalid,
.input-field.inverse input[type=email].invalid,
.input-field.inverse input[type=pass].invalid {
    border-bottom: 1px solid #dd2c00   !important;
    box-shadow: 0 1px 0 0 #dd2c00    !important;
}
/* icon prefix focus color */
.input-field.inverse .prefix.active {
    color: #13ace3 !important;
}

.inverse .select-dropdown {
    color: white !important;
}
.inverse .caret {
    fill: #dd7726;
}
.dropdown-content {
    background-color: #212121;
}
.dropdown-content li > span {
    color: #dd7726;
}
.loading-process {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
}
.loading-process > img {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
#message, .gradient {
    background: linear-gradient(45deg, #212121 50%, #dd7726 50%);
    color: #ffffff;
}
#message .modal-footer, .gradient .modal-footer {
    background: linear-gradient(135deg, #dd7726 40%, #212121 40%);
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}
.copyPass > p {
    background-color: khaki;
    width: 50%;
    margin: auto;
    color: #212121;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
#nota-preview {
    position: fixed;
    width: calc(50% - 114px);
}

#nota-preview .input-field {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#nota-preview .actions {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.titular.selected {
    border: 3px solid #dd7726;
    border-radius: 3px;
}

@media only screen and (min-width: 993px) {
    #nota-preview {
        width: 35%;
    }
}
.preview.card-content {
    max-height: calc(100vh - 154px);
    overflow-y: auto;
}

.notaEliminada {
    animation: nota_eliminada 0.7s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards;
}

@keyframes nota_eliminada {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(-50px);
    }
}
.switch {
    display: inline-block !important;
    margin-right: 10px;
}
#nota-preview .close {
    position: absolute;
    z-index: 1010;
    opacity: 0.5;
    transition: opacity .35s ease;
}
#nota-preview .close:hover {
    opacity: 1 ;
}
.noticiasAntSig {
    padding: 0 !important;
}
.noticiasAntSig > .col > .card{
    margin: 0.5rem 0 0 0;
}
.otrasNotas {
    margin-top: -15px;
}
#nota-cuerpo, .MsoNormal, #articulo {
    font-family: normal, Fallback, sans-serif !important;
}
.notaTitle, .titular-title {
    display: inline !important;
    font-family: heavy, Fallback, Roboto, sans-serif;
    font-weight: bolder;
}
.filtros {
    padding: 14px;
    margin: 10px;
    border-bottom: 1px #e65100 solid;
}
#searchBarMisNotas {
    position: sticky;
    position: -webkit-sticky;
    top: 0; /* required */
    z-index: 1001;
}
#imgCrop {
    max-width: 100%;
    height: calc(100% - 53.8px - 1rem);
}
#userProf {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
}
#autor.horizontal > .card-image > img {
    width: 250px!important;
}
nav .input-field label i, .input-field input:not(.ne) {
    color: #444444 !important;
}
li.hide-on-small-only {
    height: 64px!important;
}
.fechaNota {
    margin-right: 10px;
    font-family: heavy, Fallback, Roboto, sans-serif;
}
#shares {
    font-family: heavy, Fallback, Roboto, sans-serif;
    font-style: normal;
}
.destacadas-container{
    position: relative;
}
.destacadas-container .card{
    margin-bottom: 0 !important;
}
.ultimo-momento.left {
    padding-left: 15px !important;
}

@media only screen and (min-width: 600px) {
    .destacados.left, .ultimo-momento.left {
        padding-right: 0;
    }

    .destacados.right, .ultimo-momento.right {
        padding-left: 0;
    }
}
/*
.etiqueta {
    position: sticky;
    top: 200px;
    color: #dd7726;
    width: 200px;
}
.etiqueta > div {
    transform-origin: 31px 47px 0;
    transform: rotate(-90deg);
}
*/

.etiqueta {
    padding-left: 15px;
    font-size: 2rem;
    color: #e65100;
}
.publicidadLarge {
    padding: 20px;
    position: absolute;
    right: 0;
    top: 64px;
    width: 21vw;
    height: calc(100vh - 64px);
}

.publicidadLargeLeft {
    padding: 20px;
    position: absolute;
    left: 0;
    top: 64px;
    width: 21vw;
    height: calc(100vh - 64px);
}
.publicidadLargeLeft > .elementos {
    display: flex;
    flex-direction: row-reverse;
}
.publicidadLargeLeft > .elementos > a {
    min-width: 0;
}

@media only screen and (min-width: 599px){
    #d1 .card-image > img {
        transform: translateY(-150px);
    }
}
@media only screen and (max-width: 600px) {
    .nota-preview-container{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vh;
        height: 100vh;
        z-index: 1002;
        background-color: rgba(0,0,0,0.8);
        display: none;
    }
    .nota-preview-container > .card {
        width: calc(100vw - 20px) !important;
        max-height: calc(100vh - 20px);
    }
}
#newComenCard{
    position: relative;
}
.notLogIn {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(21, 21, 21, 0.8);
    padding-top: 60px;
}
.comentario  #texto {
    font-family: normal, Fallback, sans-serif;
}
.comentario #tiempo {
    position: absolute;
    right: 10px;
    bottom: 80px;
    color: #dd7726;
    font-family: normal, Fallback, sans-serif;
    font-size: 0.8rem;
}
.comentario .progress {
    margin: 0;
}
.comentario #userName {
    color: #dd7726;
    font-family: normal, Fallback, sans-serif;
    font-size: 0.8rem;
}
.duracion {
    padding: 0!important;
}
#articulo .twit-container {
    position: relative;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    margin: 5px !important;
}

.twit-container > .overlay, .twit-container > .buttons {
    display: none;
}
#articulo .twit-container > .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(40, 40, 40, 0.9);
    text-align: center;
    padding: 5px;
    display: block;
}
#articulo .twit-container > .overlay > i{
    font-size: 3rem;
    margin-top: 17px;
    color: #fff;
    z-index: 1992;
}

#articulo .twit-container > .buttons {
    text-align: center;
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    z-index: 1993;
}

.nota .twit-container {
    padding-left: calc(50% - 250px) !important;
}

.notifSwitch {
    padding-left: 32px !important;
}
#toast-container {
    top: 10% !important;
    right: 7% !important;
    max-width: 40% !important;
}
.card-content#usuarios {
    overflow-x: auto;
}
.input-field input[type=search] {
    display: inline-block !important;
}
.slider .slides li img {
    background-size: contain;
    background-repeat: no-repeat;
}

.slider video {
    height: 100%;
    margin: auto;
}

.slider li.center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.publicidadLarge .elementos {
    display: flex;
    flex-direction: column;
}
.publiVideo {
    width: 100%;
}