/*
 Theme Name:   Círculo Polar
 Description:  :)
 Author:       IMPERIUS
 Author URI:   https://imperius.mx/
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/
body{
    font-size: 14px;
    --azul: #127EF3;
    --altf: 'Oswald', sans-serif;
    background: #eee;
}
h1,h2,h3,h4,h5,h6{font-family: 'Montserrat', sans-serif;}
#cabecera{
    height: 88px;
    display: block;
    background: url(img/cabecera.webp) no-repeat center 0 #001123;
    margin-bottom: 30px;
}
.intcabecera{
    max-width: 980px;
    margin: 0 auto;
    height: 47px;
    position: relative;
}
#menucab{
    height: 41px;
    box-shadow: 0 1px 0 rgba(160,160,160,0.75) inset, 0 -1px 2px #222 inset, 0 -2px 20px rgba(0, 0, 0, 0.8);
    background: none,-webkit-gradient(linear,left top,left bottom,color-stop(0,#626265),color-stop(100%,#39393b));
    background: none,-webkit-linear-gradient(top,#626265 0,#39393b 100%);
    background: none,-o-linear-gradient(top,#626265 0,#39393b 100%);
    background: none,-ms-linear-gradient(top,#626265 0,#39393b 100%);
    background: none,linear-gradient(top,#626265 0,#39393b 100%);
}
.logocab{
    background: url(img/circulo.png) no-repeat 0 bottom transparent;
    display: block;
    height: 88px;
    left: -80px;
    left: -97px;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 256px;
}
.logocab a{
    display: block;
    height: 88px;
    margin-left: 86px;
    text-indent: -9000px;
    width: 104px;
}
.logotext{
    float: left;
    margin-left: 100px;
    position: relative;
    z-index: 1;
}
.logotext a{
    display: block;
    text-indent: -9000px;
    background: url(img/logotext.webp) left center no-repeat;
    width: 150px;
    height: 47px;
    background-size: 259px;
}
.buscador{
    float: right;
    margin: 10px 0 0 0;
    width: 300px;
}
.buscador form{overflow: hidden;position: relative}
.buscador form input{
    background: #fff;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #7A3228;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.45), 0 1px 3px rgba(0,0,0,0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.45),0 1px 3px rgba(0,0,0,0.5) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.45), 0 1px 3px rgba(0,0,0,0.5) inset;
    padding-left: 10px;
    position: relative;
    height: 26px;
    font-size: 13px;
}
.buscador form::before{
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 1;
    font-size: 13px;
    color: #717171;
}
.buscargo{
    position: absolute;
    top: 0;
    right: 0;
    height: 26px;
    width: 26px;
    border: 0;
    background: none;
}
.menuPolar .casa{
    display: inline-block;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
    font-size: 16px;
    padding: 8px 12px;
    float: left;
}
.menuPolar ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    display: inline-block;
}
.menuPolar ul li{
    display: inline-block;
}
.menuPolar ul li a{
    text-decoration: none!important;
    font-family: var(--altf);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
    font-size: 13px;
    font-weight: 300;
    padding: 11px 8px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: 41px;
}
.menuPolar ul li a:hover,.menuPolar .casa:hover,.redesmenu li a:hover{background: rgba(0, 0, 0, 0.16)}
.menuPolar ul .current-menu-item a{
    background: #3e3e40;
    box-shadow: 0 0 5px #151515 inset;
}
#menucab .intcabecera{
    padding-left: 112px;
    display: flex;
    justify-content: space-between;
}
.redesmenu li{display: inline-block;}
.redesmenu li a{
    display: block;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
    font-size: 15px;
    padding: 9px 10px;
}
.redesmenu .micuenta{
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
}
.redesmenu .micuenta a{
    font-family: var(--altf);
    color: #fff!important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none!important;
    display: flex;
    align-items: center;
    padding: 0 12px;
    height: 41px;
    cursor: pointer;
}
.redesmenu .micuenta a i{padding-right: 7px}
.redesmenu .micuenta ul{
    display: none;
    position: absolute;
    top: 40px;
    width: 100%;
    right: 0;
    background: #3f3e41;
    color: #fff;
    margin: 0;
    box-shadow: 1px 1px 1px black;
    padding: 0;
    z-index: 20;
}
.redesmenu .micuenta:hover ul ul,.redesmenu .micuenta:hover ul ul ul {display: none;}
.redesmenu .micuenta:hover ul,.redesmenu .micuenta:hover ul,.redesmenu .micuenta:hover ul {
    display: block;
    margin-left: -10px;
}
.redesmenu .micuenta ul li{display: block;}
.redesmenu .micuenta ul li a{
    height: auto;
    padding: 10px;
}
.contenedor{
    max-width: 980px;
    margin: 0 auto;
}
.menuMob{display: none}
#footer{
    clear: both;
    background: url(img/fondo.png) #565a5d;
    margin-top: 30px;
    -moz-text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
    -khtml-text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.25) inset;
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.25) inset;
    box-shadow: 0 3px 6px rgba(0,0,0,0.25) inset;
    overflow: hidden;
    position: relative;
    padding-bottom: 200px;
}
#footer::after{
    content: '';
    background: url(img/footer.png) center no-repeat;
    width: 980px;
    height: 178px;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translate(-50% , 0%);
}
#footer p{
    color: #fff;
    width: 315px;
    font-size: 11px;
    z-index: 2;
    text-align: center;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translate(-50% , 0%);
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
    -khtml-text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}
.imperius{
    background: url(img/simbolob.svg) center no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    text-indent: -99em;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50% , 0%);
    opacity: 0.7;
    transition: 0.250s;
}
.imperius:hover{opacity: 10}
.menufooter{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.25), 0 0 5px rgba(0,0,0,0.25) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.25),0 0 5px rgba(0,0,0,0.25) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.25), 0 0 5px rgba(0,0,0,0.25) inset;
    margin: 30px 0;
}
.menufooter ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.menufooter ul li{display: inline-block}
.menufooter ul li a{
    font-family: var(--altf);
    text-transform: uppercase;
    line-height: 1;
    color: #FFF!important;
    text-decoration: none!important;
    padding: 15px 10px;
    display: block;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 13px;
}
.menufooter ul li a:hover{background: rgba(0, 0, 0, 0.11)}
.linknota{
    text-decoration: none!important;
    color: #000000!important;
    display: block;
}
.linknota::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
#portada .metaPortada{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-family: var(--altf);
    font-weight: 300;
    display: block;
    margin-bottom: 7px;
}
#portada article{position: relative}
#portada article:hover{background: linear-gradient(-180deg,  rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0) 100%);}
.imgx{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.primeraNota{position: relative;}
.primeraNota figure{height: 360px;}
.primeraNota h2{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 7px;
}
.primeraNota p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    opacity: 0.7;
    margin: 0;
}
.segundaNota{
    
}
.segundaNota article{
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.segundaNota article:last-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.segundaNota article figure{
    height: 140px;
}
.segundaNota article h2{
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.segundaNota article p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    opacity: 0.7;
    margin: 0;
}
.terceraNota{
    
}
.terceraNota article{
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.terceraNota article:last-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.terceraNota article figure{
    width: 100px;
    height: 100px;
    float: right;
    margin-left: 15px;
}
.terceraNota article h2{
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 7px;
    line-height: 1.3;
}
.terceraNota article p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    opacity: 0.7;
    margin: 0;
}
.opinonPortada{}
.opinonPortada header{
    text-transform: uppercase;
    font-family: var(--altf);
    font-size: 16px;
    border-bottom: 2px solid var(--azul);
    margin-bottom: 15px;
}
.opinonPortada article{
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.opinonPortada article:last-child{margin: 0;padding: 0;border: 0}
.opinonPortada article span{margin: 0!important;}
.opinonPortada article p{
    font-size: 13px;
    margin: 0;
    color: #113867;
}
.opinonPortada article h2{
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    margin: 7px 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.opinonPortada article figure{
    float: right;
    margin-left: 10px;
    border-radius: 500px;
    width: 75px;
    height: 75px;
}
.finalPortada{
    margin-top: 13px;
    padding-top: 15px;
    border-top: 1px solid var(--bs-border-color);
}
.tiktoksPortada{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
}
.tiktoksPortada article{
    min-height: 376px;
    background: #000;
}
.bordederechapc{border-right: 1px solid var(--bs-border-color);}
.finalPortada blockquote{margin: 0!important;border-radius: 8px}
.entry-content{padding-left: 51px;position: relative}
.entry-content p{
    font-size: 16px;
    line-height: 1.5;
}
.entry-content p:last-child{margin: 0}
.entry-header{margin-bottom: 15px;}
.entry-header h1{
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 27px;
}
.entry-header h2{
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 400;
}
.leyendo a{color: var(--azul);text-decoration: none}
.entry-meta,.entry-header .category-badge{
    font-family: var(--altf);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    font-weight: 400;
    display: block;
}
.entry-header .category-badge a{
    font-weight: 300;
    background: var(--azul)!important;
    color: #fff!important;
    border-radius: 0!important;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 5px 9px;
}
.leyendo .wp-caption{margin-bottom: 15px;}
.leyendo .post-thumbnail img{margin: 0!important}
.wp-caption .wp-caption-text{
    font-family: Georgia;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 0!important;
}
.comments-title,#reply-title{
    font-family: var(--altf);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
.comment-content h3{font-size: 16px;margin: 0 0 5px;}
.comment-content .comment-reply{text-align: right}
a{color: var(--azul)}
.ecompartir{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.ecompartir .a2a_kit{
    position: sticky;
    top: 30px;
}
.ecompartir .a2a_kit a{
    float: none!important;
    display: block;
    margin-bottom: 6px;
    height: 32px;
}
.ecompartir .a2a_kit .a2a_svg{
    padding: 5px;
    background: #3d3c3f!important;
    border-radius: 0;
}
.thumbcolumnista,.columnArchivo {
    background: black;
    min-height: 300px;
    text-align: center;
    display: flex;
    background-image: radial-gradient(circle at 17% 77%, rgba(17, 17, 17,0.04) 0%, rgba(17, 17, 17,0.04) 50%,rgba(197, 197, 197,0.04) 50%, rgba(197, 197, 197,0.04) 100%),
radial-gradient(circle at 26% 17%, rgba(64, 64, 64,0.04) 0%, rgba(64, 64, 64,0.04) 50%,rgba(244, 244, 244,0.04) 50%, rgba(244, 244, 244,0.04) 100%),
radial-gradient(circle at 44% 60%, rgba(177, 177, 177,0.04) 0%, rgba(177, 177, 177,0.04) 50%,rgba(187, 187, 187,0.04) 50%, rgba(187, 187, 187,0.04) 100%),
linear-gradient(19deg, #127EF3, rgb(34, 2, 159));
    align-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.thumbcolumnista figure,.columnArchivo figure{
    width: 80px;
    height: 80px;
    border-radius: 300px;
    margin: 0 0 5px;
}
.columnArchivo {height: 100%;position: relative}
.columnArchivo figure{margin: 0;}
.thumbcolumnista p,.columnArchivo p{
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-family: var(--altf);
    font-weight: 300;
}
.page-header{
    margin-bottom: 15px!important;
    padding-bottom: 5px;
    border-bottom: 3px solid var(--azul);
}
.page-header h1{
    margin: 0;
    font-family: var(--altf);
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase
}

@media only screen and (max-width: 900px) {
    #cabecera .redesmenu span{display: none}
    .redesmenu .micuenta ul{width: 300px}
    .redesmenu>.micuenta>a{
    font-size: 21px;
    text-align: center;
    padding: 0px 12px;
    width: 41px;
    }
    .redesmenu .micuenta a i{margin-top: -5px;}
    .redesmenu .micuenta{
    float: right;
    display: block;
    }
    .redesmenu>li>a{padding: 8px 10px;}
    #cabecera .buscador{margin-right: 10px;width: 200px}
    .logocab{left: -80px;}
}

@media only screen and (max-width: 600px) {
    #cabecera .buscador,.menuDesktop{display: none}
    .logotext a{width: 150px;background-position: left center;}
    .menuMob{display: block}
    .menuMob button{
    background: none;
    border: 0;
    text-decoration: none!important;
    font-family: var(--altf);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
    font-size: 18px;
    font-weight: 300;
    padding: 0 8px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: 41px;
    }
    .offcanvas{max-width: 300px;}
    .offcanvas .buscador{
    width: 300px;
    margin: -16px -16px 0 0;
    }
    .offcanvas .buscador form input{
    padding: 15px;
    height: auto;
    border: 0;
    box-shadow: none;
    background: var(--bs-secondary-bg);
    }
    .offcanvas .buscador form::before{font-size: 20px;right: 13px;top: 13px;}
    .offcanvas .buscargo{height: 49px;width: 46px;}
    .offcanvas .menu{
    list-style: none;
    padding: 0;
    margin: 0 -15px 0;
    clear: both;
    }
    .offcanvas .menu li a{
    display: block;
    color: #000;
    text-decoration: none!important;
    text-transform: uppercase;
    font-family: var(--altf);
    font-size: 21px;
    letter-spacing: 0.1px;
    font-weight: 300;
    padding: 15px;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
    .redesmenu .micuenta ul {width: 140px;}
    .redesmenu .micuenta ul li a{display: block;text-align: right;font-size: 15px;}
    .contenedor{padding: 0 15px}
    .menufooter ul{text-align: left;overflow: auto;white-space: nowrap;padding: 0 10px}
    body{overflow-x: hidden}
    .primeraNota{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--bs-border-color);
    }
    .segundaNota{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    }
    .finalPortada{margin: 0}
    .opinonPortada{margin-top: 15px}
    .logotext{margin-left: 110px}
    .thumbcolumnista{min-height: 220px}
    .entry-content p{font-size: 17px}
    .entry-content{padding: 0}
    .ecompartir{
    top: inherit;
    position: fixed;
    right: 0;
    background: #fff;
    z-index: 10;
    }
    .ecompartir .a2a_kit{
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    top: 0;
    }
    .ecompartir .a2a_kit a{
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0!important;
    }
    .ecompartir .a2a_kit .a2a_svg{width: 100%}
    .ecompartir .a2a_kit .a2a_svg svg{height: 23px;width: auto}
    .top-button {display: none}
    .single-post::after{
    content: '';
    height: 32px;
    display: block;
    width: 100%;
    }
}