
html {
    height: 100%;
    background-color: #1c1c1c;
}
body {
    min-height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #1c1c1c;
    color:white;
}
.notas-relacionadas {
    padding-top: 25px;
    /* max-width: 1000px; */
    padding-bottom: 25px;
}
a, a:hover {
    text-decoration: none;
    color:white;
    transition: 0.3s;
    font-weight: bold;
}
.orden-notas{
    max-width:600px;
    margin:0 auto;
}
.txt-not-rel {
    /* padding-top: 15px; */
    /* background: #fafafa; */
    color:grey;
}
.img-not-rel {
    position: relative;
    padding-top: 100%;
}
.img-not-rel img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 100%;
    bottom: 100%;
    left: -1000%;
    right: -1000%;
    margin: auto;
}
.pl0 {
    padding-left: 0;
}
.header {
    padding-top: 25px;
}
.header,
.cuerpo {
    max-width: 700px;
    margin: 0 auto;
    font-family:  'Open Sans';
}

.sec-not-rel {
    font-size: 12px;
}
.tit-not-rel {
    /* padding-top: 5px; */
    font-family: "Neue Haas Unica Bold";
    font-size: 14px;
    position:relative;
    top:50%;
    transform: translateY(-50%);
    line-height: 17px;
}
.cuerpo {
    font-family:  'Open Sans';
    font-size: 18px;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.3;
    padding-bottom:20px;
}
.m0a {
    margin: 0 auto;
}
.size-control {
    font-family:"Open Sans";
    padding-top: 25px;
    color:grey;
}
.sticky-md-top{
    position: sticky;
    top:40px;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.a-mas{
    font-size:28px;
}
.a-res{
    font-size:24px;
}
.a-men{
    font-size:20px;
}
.nota-rrss{
    padding:15px 30px;
    font-size: 32px;
    text-align: right;
}
.hr-blue{
    border-top:4px solid rgb(0,170,231)
}
.nota-relacionada{
    font-family: "Neue Haas Unica Bold";
    font-size:19px;
}
.relacionadalist{
    list-style: none;
    margin:0;
    padding:0;
}
.title-relacionada,.title-relacionada:hover{
    font-family: "Neue Haas Unica Reg" !important;
    font-style: unset !important;
    text-decoration: none !important;
    font-size:16px ;
    padding-top: 7px;
    margin-bottom:5px;
}
.linea-sup-azul{
    border-top:1px solid rgb(0,170,231);
}
@font-face {
    font-family: "Amiri";
    src: url("../fonts/Amiri") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Neue Haas Unica Bold";
    src: url("../fonts/NeueHaasUnica-Bold") format("woff2");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Neue Haas Unica Reg";
    src: url("../fonts/NeueHaasUnica-Regular") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Crimson";
    src: url("../fonts/Crimson") format("woff2");
    font-style: normal;
}
@font-face {
    font-family: "Stempel";
    src: url("../fonts/stempel") format("woff");
    font-weight: 400;
    font-style: normal;
}
.cuerpo img{
    width:100%;
    padding:0;
} 
.sumario {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
    line-height: 25px;
}
.titulo {
    font-size: 42px;
    font-family: "Neue Haas Unica Bold";
    line-height: 45px;
    padding-top: 10px;
}
.seccion {
    font-family: "Neue Haas Unica Reg";
    text-transform: uppercase;
    font-size: 12px;
}
.autor {
    padding-top: 15px;
    font-family: "Neue Haas Unica Bold";
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 23px;
}
.fecha {
    font-family: "Neue Haas Unica Reg";
    font-size: 12px;
}
.division{
    padding-bottom:25px;
    margin-bottom:25px;
    width: 100%;
    border-bottom:1px solid lightgrey;
}
.carousel-item{
    position: relative;
    /* padding-top:56.25%; */
}
.carousel-item img{    
    /* position: absolute; */
    /* left: -1000%; */
    /* right: -1000%; */
    top: 0%;
    bottom: 0%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}
.nota-siguiente-txt, .nota-anterior-txt{
    font-family: "Neue Haas Unica Bold" ;
    color:grey;
}
.nota-siguiente-txt{
    text-align: right;
}

.orden-notas-sup{
    border-bottom:1px solid white;
    max-width: 700px;
    padding-top:0;
}
.orden-notas-inf{
    border-top: 1px solid lightgrey;
    max-width: 700px;
}
.link-not-rel-tit,.link-not-rel-tit:hover{
    padding: 20px 0 20px 0;
    color:grey;
}
.cuerpo a,.cuerpo a:hover{
    font-style: italic;
    text-decoration:underline;
}
.nota-rrss a,.nota-rrss a:hover{
    text-decoration:none;
}

.relacionadalist a,.relacionadalist a:hover{
    font-family: unset;
    font-style: unset;
    text-decoration: none;
}
.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nota-ina{
    color:red;
    font-size: 32px; 
    font-weight: bolder;
}
.color-ws,.color-ws:hover{color:#4FCE5D}
.color-fb,.color-fb:hover{color:#3B5998}
.color-tg,.color-tg:hover{color:#0088cc}
.color-tw,.color-tw:hover{color:#00acee}

@media (max-width: 768px) {
    .titulo {
        font-size: 30px;
        line-height: 35px;
    }
    .sumario {
        font-size: 20px;
        line-height: 23px;
    }
    .cuerpo {
        padding-left: 35px;
        padding-right: 35px;
    }
    .fecha{
        padding-bottom:15px;
    }
    .p20pxm{
        padding:20px;
    }
    /*ELIMINA CROP EN IMAGEN*/
    .carousel-item img{
        position: relative;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
        margin: auto;
    }
    .carousel-item{
        padding-top: unset;
    }
    .tit-not-rel{
        top: unset;
        transform: unset;
    }
}
