/*//////////////////////////////////////////////////////////////////
////////////////////////// Generales/////////////////////////////// 
///////////////////////////////////////////////////////////////////*/

.border-horiz {
    padding-top: 20px;
}
.margin_top {
    margin-top: 50px;
}

.icon_tuberia, .tuberia_autor {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}
.tuberia_autor {
    width: 90%;
}

/*//////////////////////////////////////////////////////////////////
////////////////////////// Navbar /////////////////////////////// 
///////////////////////////////////////////////////////////////////*/
.fixed-navbar-light {
    background-color: transparent;
}
.fixed-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background-color: #fff ;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    padding: 10px 15px;
}
.fixed-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}
.navbar-nav .nav-link {
    color: white !important;
}
.fixed-navbar-light.scrolled .nav-link.active {
    color: var(--orange);
}
.fixed-navbar-light.scrolled .navbar-nav .nav-link {
    color: var(--color-primary) !important;
}

.logo-img {
    width: 175px;
    height: auto;
}
.logo-especial{
    width: 100px;
}
/* ///////////////////////////////////////////
/////////////// Home ///////////////////// */
.title_portada {
    font-size: 3.5rem;
}
.text_portada {
    margin-top: 15px;
}
.text_portada p{
    font-size: 1.25rem;
}
.title_intro, .title-grid {
    font-size: 2.25rem;
}
.text_intro, .text_grid {
    font-size: 1.0625rem;
}
.grid_especial {
    margin-bottom: 0;
}
.text_overlay p {
    font-size: 2rem;
}
.content_notas .img_med {
    height: 350px;
 }
.title_nota {
    margin-top: 0;
    font-size: 1.125rem;
}

.container_historias {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.img_intro {
    height: 460px;
}

.content_intro {
    padding-top: 60px;
    padding-bottom: 50px;
    margin-right: 15px !important;
 }


 /* ///////////////////////////////////////////
/////////////// Especial ///////////////////// */
.top_especial {
    padding-top: 50px;
}
.content_autor {
    padding-right: 50px !important;
}
.linea_autor {
    padding-top: 20px;
    border-top: 1px solid var(--color-primary);
}
.content-video {
    width: 310px;
}
.audio-especial, .video_especial {
    padding-left: 50px !important;
    margin-top: 0 !important;
}
.text_especial p {
    font-size: 1.0625rem;
}
.margin_text{
    margin-right: 50px;
    margin-left: 15px;
}
.contenido_cita {
    width: 260px;
}

.float_left {
    position: absolute;
    left: 0;
}
.float_right {
    position: absolute;
    right: 0;
}

.cita_start {
    margin-right: 15px;
}
.cita_end {
    margin-left: 15px;
}
.text_cita p {
    font-size: 2.25rem;
}
.cita_start p, .cita_end p{
    font-size: 1.625rem;
}
.cita_nota p {
    font-size: 1.75rem;
}
.subtitle_especial {
    font-size: 2.25rem;
}
.margen_fotos {
    margin-top: 30px !important;
    margin-bottom: 30px;
}
.margen_grid{
    margin-top: 40px;
    margin-bottom: 40px;
}
.margin_nota {
    margin-top: 30px !important;
    margin-bottom: 40px;
}
.pie_foto, .pie_audio {
    color: var(--soft-black);
    font-size: 0.9375rem;
}