/*@font-face {
  font-family: 'motter';
  src: url('../fonts/MotterCorpusStd-Condensed.otf');
}*/
/*@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400&display=swap');
*/
body{
    color: black;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 500;
}

#cover {
   /* height: 70vh;*/
    background: #ffffff;
    width: 100%;
}

#cover .row {
    width: 100%;
}

#logo img {
    max-width: 500px;
}

#cover-position {
   /* height: 70vh;*/
   padding-top: 150px;
}

#category p {
    font-size: 25px;
}

#heading-ppal h1 {
    font-weight: 400;
    font-size: 90px;
    line-height: 90px;
    font-family: 'Merriweather', sans-serif;
}

#heading-ppal h3 {
    font-weight: 700;
    font-size: 24px;
}

#sumario p {
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 300;
}

#autor p {
    font-weight: 400;
    font-size: 20px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 300;
}

#intro .cuerpo-texto {
    font-size: 20px !important;
    line-height: 28px !important;
}

.subtitulo-fechas {
    font-weight: 500;
    font-size: 79px;
}

.subtitulo {
    font-weight: 700;
    font-size: 43px;
    line-height: 54px;
}

.subtitulo2 {
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
}

.cuerpo-texto {
    font-size: 18px;
    line-height: 26px;
}

.testimonio {
    padding: 40px 0;
}

.testimonio h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.testimonio p {
    font-size: 18px;
    line-height: 23px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 300;
}

.testimonio p.autor {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.testimonio p.fuente {
    font-size: 12px;
    line-height: 20px;
    font-family: 'roboto' , sans-serif;
    font-weight: 400;
    color: #9e9e9e;
    text-align: right;
    margin-top: 14px;
}

.leyenda {
    font-size: 11px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #9e9e9e;
}

.red-line {
    border-left: red solid 5px;
}

.red-line img {
    width: 100%;
}

.img-reportaje {
    width: 100%;
    height: 70vh;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center bottom !important;
}

#barra {
    width: 100%;
    /*height: 27vh;*/
   /* min-height: 20vh;*/
    background:#fff;
    position: fixed;
    bottom: 0;
    display: none;
    font-size: 2rem;
    box-shadow: 0 -4px 8px rgba(0,0,0,0.25);
}
/*
.barra-height {
    height: 27vh;
}*/

#visiones {
    background: #ddebea;
}

#visiones h2 {
    font-family: 'Merriweather',sans-serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 52px;
    padding-top: 100px;
}

p.especialista {
    font-size: 20px;
    line-height: 30px; 
    padding-top: 100px;
}

#visiones h3 {
    font-family: 'Merriweather',sans-serif;
    font-weight: 300;
    font-size: 34px;
    line-height: 43px;
    padding-bottom: 50px;
}

#menu-fijo {
    background: #fff;
    position: fixed;
    top: 0;
    display: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}

#menu-fijo img {
    max-width: 300px;
}

#menu-interno {
    position: absolute;
    background: white;
    z-index: 3000;
}

#menu-interno ul {
    list-style: none;
    padding: 0;
    width: 200px;
}


#menu-interno ul li a {
    text-transform: uppercase;
    color: black;
}

#menu-interno p {
    width: 200px;
    margin: 0;
    padding: 15px 30px;
}

#menu-interno ul li a:hover p {
    background: #dbdbdb;
}



#barra .graficos {
    display: none;
}

#flecha {
    width: 45px;
    height: 45px;
    border-top: 3px solid red;
    border-right: 3px solid red;
    transform: rotate(135deg)
}

.tabla-xl {
    display: none;
}

.year-picker {
    list-style: none;
    padding: 0;
    text-align: center;
}

.year-picker li {
    width: 100%;
    padding: 6.5px 3px;
    border-radius: 2px;
    transition: all ease 0.7s;
    border: transparent solid 1px;
}

.year-picker li:hover {
    border: black solid 1px;
    cursor: pointer;
}

.year-active {
    background: #1d1c1c;
    color: #e6e6e6;
}

#circle {
    background: red;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: relative;
    left: 17px;
    bottom: -10px;
}

#creditos .red-line {
    padding-top: 100px;
    padding-bottom: 100px;
}

.hamburger {
    padding: 20px 15px !important;
}

.hamburger-box {
    width: 30px !important;
    height: 18px !important;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 30px !important;
    height: 3px !important;
    border-radius: 0 !important;
}


@media only screen and (max-width: 767px){
    #heading-ppal h1 {
        font-size: 50px;
        line-height: 55px;
    }

    #heading-ppal h3 {
        font-size: 17px;
    }

    #logo img {
        max-width: 250px;
    }

    #category p {
        font-size: 18px;
    }

    #menu-fijo img {
        max-width: 200px;
    }

    .subtitulo {
        font-size: 33px;
        line-height: 39px;
    }

    .subtitulo-fechas {
        font-size: 59px;
    }

    .cuerpo-texto {
        font-size: 17px;
        line-height: 25px;
    }

    .testimonios {
        margin-top: 2.5rem;
    }

    #visiones h2 {
        font-size: 38px;
        line-height: 43px;
        padding-top: 70px;
    }

    p.especialista {
        font-size: 18px;
        line-height: 25px;
        padding-top: 70px;
    }

    #visiones h3 {
        font-size: 26px;
        line-height: 34px;
        padding-bottom: 20px;
    }

    #footer img {
        max-width: 220px;
    }

    #sumario p {
        font-size: 19.5px;
        line-height: 28px;
    }

    #autor p {
        font-size: 18px;
    }

    #cover .row {
        width: auto;
    }

    #cover-position {
    /* height: 70vh; */
    padding-top: 100px;
    }

    #circle {
        left: -8px;
    }

    .testimonio p {
        font-size: 14px;
        line-height: 21px;
        
    }

    .testimonio p.autor {
        font-size: 14px;
        line-height: 21px;
        
    }
}