/*
    Theme Name: Federación Dominicana de Baloncesto (Fedombal)
    Theme URI: http://dtavarez.com
    Author: Dalvin Tavárez
    Author URI: http://dtavarez.com/
    Description: fedombal.com
    Version: 2.0
    License: GNU General Public License v2 or later
*/

@import url("css/bootstrap.min.css");
@import url("css/normalize.css");
@import url("css/lightbox.css");
@import url("css/bootstrap-social.css");
@import url("css/jquery.bxslider.css");

html, body{
    font-family: 'Fira Sans', sans-serif;
}

a:hover{
    color: #bf161b;
}

.all-rounded{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}

img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.div-relativo{
    position: relative;
}

@media (min-width: 1024px){
    .no-show-on-desktop{
        display: none;
    }

    .noticias-box{
        padding: 5em;
    }

    .prensa-box{
        width: 1020px;
    }

    .main-one-img{
        display: block;
        margin-bottom: 2em;
        position: relative;
    }

    .font-cuarenta{
        font-size: 40px;
    }

    .font-treintayseis{
        font-size: 36px;
    }

    .font-bold{
        font-weight: 700;
    }

    .font-black{
        color: #000;
    }

    .main-one-title{
        line-height: 1.2;
        display: block;
        margin-bottom: 0.5em;
        padding: 0em 0.5em;
    }

    .font-catorce{
        font-size: 14px;
    }

    .font-uppercase{
        text-transform: uppercase;
    }

    .main-one-excerpt{
        padding: 0em 1em;
    }

    .seccion-header{
        text-align: center;
        border-bottom: #000 solid 1px;
        padding: 0em 0.5em;
        margin: 0 auto;
        width: 200px;
        margin-bottom: 1em;
    }

    .font-treinta{
        font-size: 30px;
    }

    .font-veinte{
        font-size: 20px;
    }

    .main-more{
        margin-bottom: 15px;
    }

    .main-more-img{
        margin-bottom: 15px;
        position: relative;
    }

    .main-more-title{
        line-height: 1.2;
    }

    .news-bg{
        background: url(imagenes/news-bg.jpg);
        background-repeat: repeat-y;
        background-position: center;
    }

    .news-bottom{
        padding: 2em;
    }

    .font-white{
        color: #fff;
    }

    .more-news-img{
        margin-bottom: 15px;
    }

    .more-news-left{
        text-align: right;
        display: block;
        margin-bottom: 15px;
        padding-right: 25px;
    }

    .more-news-box{
        margin-bottom: 22px;
        height: 320px;
        min-height: 320px;
    }

    .more-news-title{
        line-height: 1.2;
    }

    .header-int{
        text-align: left;
        padding-left: 25px;
    }

    .comite-ejecutivo-bg{
        background: #0a1c46;
        padding: 2em;
    }

    .ce-header{
        text-align: center;
    }

    .comite-ejecutivo-box{
        background: url(imagenes/ce-bg.png);
        background-position: center;
    }

    .ce-box{
        width: 1140px;
        padding: 3em;
    }

    .miembro-box{
        float: left;
        margin: 20px;
    }

    .miembro-detalles{
        background: #153889;
        padding: 15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .miembro-nombre{
        text-align: center;
        display: block;
        margin-bottom: 6px;
        font-size: 14px;
    }

    .ce-red-line{
        width: 84%;
        height: 10px;
        background: #e61938;
        float: left;
        margin-left: 8%;
    }

    .ce-block-two{
        width: 80%;
        display: table;
        margin: 0px auto;
    }

    .ce-blue-line{
        width: 60%;
        height: 5px;
        background: #153888;
        margin: 0px auto;
    }

    .ce-block-last{
        width: 40%;
        margin: 0px auto;
        display: table;
    }

    .miembro-p{
        color: #ddd;
        font-size: 12px;
        text-align: center;
    }

    .fedombaltv-bg{
        background: #000;
        padding: 4em;
    }

    .fedombal-tv-iframe{
        padding: 3em;
    }

    .fedombal-tv-iframe iframe{
        width: 100%;
        height: 548px;
    }

    .fedombaltv-com{
        display: block;
        margin: 0px auto;
        width: fit-content;
        background: #e61938;
        color: #fff;
        padding: 1em 3em;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .fedombaltv-com:hover{
        background: #153888;
        color: #fff;
        text-decoration: none;
    }

    .proximos-eventos-box{
        padding: 5em;
    }

    .evento-title{
        background: #ddd;
        text-align: center;
        padding: 0.5em 1em;
        margin-top: 1em;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .evento-mes{
        background: #bf7f0a;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        padding: 0.5em 1em;
        display: table;
        margin: 1em auto 0em auto;
        color: #fff;
        border-radius: 5px;  
        -webkit-border-radius: 5px;  
        -moz-border-radius: 5px;  
        -o-border-radius: 5px;  
    }

    .home-menu-bg{
        background: #ce0202;
        padding: 1.5em;
    }

    /* MENU */
    .home-menu{
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .home-menu li{
        float: left;
        width: 16%;
    }

    .home-menu li a{
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 15px;
        margin: 14px 0px;
        display: block;;
    }

    .menu-icon{
        width: 49px;
        height: 49px;
        float: left;
        margin-right: 1em;
    }

    .fedombal-icon{
        background: url(imagenes/menu/fedombal.png);
    }

    .seleccion-icon{
        background: url(imagenes/menu/basketball.png);
    }

    .asociacion-icon{
        background: url(imagenes/menu/asociaciones.png);
    }

    .clasificacion-icon{
        background: url(imagenes/menu/clasificaciones.png);
    }

    .documento-icon{
        background: url(imagenes/menu/documentos.png);
    }

    .contacto-icon{
        background: url(imagenes/menu/contacto.png);
    }
    /* MENU */

    /* FOOTER */
    .main-footer{
        background: #2b2b2b;
        padding: 0em 0em 5em 0em;
    }

    .footer-menu{
        list-style: none;
        padding: 0;
        margin: 0;
        display: table;
    }

    .footer-menu li{
        float: left;
        border-right: #ddd solid 1px
    }

    .footer-menu li:last-child{
        border-right: none;
    }

    .footer-menu li a{
        color: #fff;
        padding: 1em 2.5em;
        font-size: 16px;
    }

    .footer-logo-box{
        background: #111;
        position: relative;
        height: 86px;
    }

    .footer-logo{
        position: absolute;
        left: 50%;
        margin-left: -92px;
    }

    .footer-box{
        padding: 10em 0em 3em 3em;
    }

    .footer-partners{
        list-style: none;
        padding: 0;
        margin: 2em auto;
        display: table;
    }

    .footer-partners li{
        float: left;
    }

    .footer-redes{
        list-style: none;
        padding: 0;
        display: table;
        margin: 1em auto;
    }

    .footer-redes li{
        float: left;
    }

    .footer-redes li img{
        width: 90%;
    }

    .copyright{
        color: #999;
        text-align: center;
        line-height: 1.4;
    }

    .single-caption{
        display: block;
        padding: 1em 2em;
        color: #000;
        font-weight: 300;
        font-size: 12px;
        border-bottom: #a7a7a7 dashed 1px;
    }
    
    .copyright a{
        color: rgb(60 87 154);
    }
    /* FOOTER */
    /* SINGLE */
    .single-box{
        padding: 5em;
        width: 1100px;
     }

     .single-title{
          font-weight: 700;
          font-size: 44px;
          line-height: 1.2;
          margin: 0em 0em 1em 0em;
          color: #000;
     }

     .nota p{
          font-size: 14px;
          margin-bottom: 2em;
          color: #2e2e2e;
     }

     .nota-img{
          margin: 0em 0em 2em 0em;
     }

     .mas-de{
          background: #c90000;
          margin-bottom: 1em;
          padding: 0.5em 1.5em;
          color: #fff;
          font-size: 20px;
          font-weight: 700;
     }

     .nota-detalles{
        list-style: none;
        padding: 0;
        margin: 0px 0px 15px 0px;
        display: table;
   }

   .nota-detalles li{
        float: left;
        margin-right: 1em;
        border-right: #cfcfcf solid 1px;
        padding-right: 1em;
        text-transform: uppercase;
        font-weight: 700;
   }

   .nota-detalles li:last-child{
        border-right: none;
   }

   .nota-detalles li a{
        color: #c90000;
   }

   .is-provider-youtube iframe{
        width: 100%;
        height: 447px;
    }

    .this-seccion-line, .this-seccion-main{
        border-bottom: #ddd solid 1px;
        margin-bottom: 1em;
        padding-bottom: 1em;
        display: table;
        width: 100%;
        position: relative;
   }

   .partners-bg{
        background: #000b22;
        padding: 2em;
   }

   .partners-list{
        list-style: none;
        padding: 0;
        margin: 0;
   }

   .partners-list li{
        float: left;
        margin: 0px 9px
   }

   .partners-list li img{
       width: 100%;
   }

   .p-banreservas{
       width: 130px;
       height: 80px;
   }

   .p-turismo{
        width: 240px;
        height: 80px;
   }

   .p-rectangle{
       width: 80px;
       height: 80px;
   }

   .partners-header{
        width: 298px !important;
   }

   .p-molten{
       width: 153px;
       height: 80px;
   }

   .this-seccion-line img{
        float: left;
        width: 30%;
   }

   .single-mr-a{
        color: #000;
        font-size: 16px;
        line-height: 1.2;
   }

   .post-tags-box{
        border-top: #ddd dashed 1px;
        border-bottom: #ddd dashed 1px;
        margin: 2em 0em;
        display: table;
        width: 100%;
        padding: 1em 0em;
    }

    .post-tag{
        text-transform: uppercase;
        font-family: source sans pro,sans-serif;
        color: #fff;
        background: #c90000;
        padding: 0.5em 1em;
        margin-right: 1em;
        border-radius: 5px;
        float: left;
        margin-bottom: 1em;
    }

    .post-tag:hover{
        color: #fff;
    }

    .headline{
        color: #000;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        padding-bottom: 0.4em;
    }

   .related-item-box{
        border-top: #ddd dashed 1px;
        display: table;
        width: 100%;
        padding-top: 1em;
        padding-bottom: 1em;
   }

   .related-img{
        float: left;
        width: 30%;
        margin-right: 2%;
   }

   .related-link{
        color: #000;
        font-size: 26px;
        font-weight: 700;
        line-height: 1.2;
   }

   .p-main-o-title{
        display: block;
        margin-top: 1em;
        font-size: 20px;
        color: #000;
        font-weight: 700;
        line-height: 1.2;
    }

    .single-redes{
        padding: 1em 0em;
        margin-bottom: 2em;
        display: table;
        width: 100%;
   }

   .logo-left{
        background: url(imagenes/logo-small.png);
        width: 46px;
        height: 56px;
        float: left;
        background-size: contain;
        margin-right: 15px;
        position: relative;
        top: -22px;
   }

   .single-mr-line{
        display: table;
        width: 100%;
        margin-bottom: 1em;
        border-bottom: #000 dashed 1px;
        padding-bottom: 1em;
   }

   .single-mr-count{
        float: left;
        width: 50px;
        height: 50px;
        background: #000;
        color: #fff;
        font-size: 36px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        font-weight: 700;
        margin-right: 15px;
   }

   .single-mr-a{

   }

   .single-mr-box{
       margin-top: 6em;
   }
    /* SINGLE */
    /* PAGE */
    .page-box{
        padding: 5em;
    }
    .page-title{
        text-align: center;
        font-weight: 700;
        font-size: 50px;
        margin-bottom: 1em;
        margin-top: 0;
    }

    .page-content{
        padding: 0em 8em;
    }

    .page-content p{
        font-size: 16px;
        margin-bottom: 2em;
    }

    .page-content p strong{
        font-weight: 700;
        font-size: 22px;
    }

    .page-content .is-type-video{
        margin: 5em 0em;
        background: #000;
        padding: 20px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
    }
    /* PAGE */
    /* SLIDESHOW */
    .main-slide-box{
        background: #000000;
        margin: 0 auto;
        height: auto;
        overflow: hidden;
        margin-bottom: -22px;
    }
    /* SLIDESHOW */

    /* HEADER */
    .main-header{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }

    .logo{
        float: left;
        width: 120px;
        position: relative;
        top: 16px;
        left: 15px;
        border-radius: 8px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .header-right{
        float: right;
        position: relative;
        top: 15px;
        right: 15px;
    }

    .mobile-menu{
        width: 50px;
        height: 50px;
        float: right;
        cursor: pointer;
    }

    .mobile-menu-line{
        background: white;
        height: 7px;
        margin: 4px auto;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .hundred-line{
        width: 100%;
    }

    .eighty-line{
        width: 80%;
    }

    .sixty-line{
        width: 60%;
    }

    .hide-line-two{
        display: none;
    }

    .line-one-transform{
        transform: rotate(45deg);
        top: 8px;
        position: relative;
    }

    .line-tree-transform{
        transform: rotate(130deg);
        width: 100%;
        position: relative;
        top: -2px;
    }

    .header-redes{
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        top: 4px;
        float: left;
        left: -12px;
    }

    .header-redes li{
        float: left;
        width: 30px;
    }

    .header-redes li img{
        width: 90%;
    }

    .search-icon{
        position: absolute;
        right: 0;
        top: 44px;
        cursor: pointer;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .search-input{
        position: relative;
        width: 300px;
        padding:1em 3em 1em 2em;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border: none;
        
    }

    .show-search{
        top: 48px !important;
    }

    .search-form{
        position: absolute;
        top: -200%;
        left: -128px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .s-close{
        position: absolute;
        right: 15px;
        top: 14px;
        z-index: 100;
        background: #ce0202;
        color: #fff;
        width: 20px;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        cursor: pointer;
    }

    .header-fixed{
        background: #da1b38;
        height: 68px;
    }

    .h-logo-small{
        width: 60px;
    }

    .search-icon-when-scroll{
        position: relative;
        float: left;
        top: -6px;
        right: 7px;
    }

    .header-all{
        bacground: #000;
    }
    /* HEADER */
    /* GENERAL MENU */
    .g-menu{
        position: fixed;
        right: -100%;
        background: #fff;
        padding: 5em;
        border-left: #000 solid 2px;
        bottom: 0;
        top: 0; 
        z-index: 10000;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        overflow-y: auto;
    }

    /* width */
    .g-menu::-webkit-scrollbar {
        width: 10px;
    }
    
    /* Track */
    .g-menu::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey; 
        border-radius: 10px;
    }
    
    /* Handle */
    .g-menu::-webkit-scrollbar-thumb {
        background: red; 
        border-radius: 5px;
    }
    
    /* Handle on hover */
    .g-menu::-webkit-scrollbar-thumb:hover {
        background: #e41738; 
    }

    .show-desktop-menu{
        right: 0 !important;
    }

    .g-menu-logo{
        width: 126px;
        margin: 1em auto;
        border-bottom: #ddd dashed 1px;
        padding-bottom: 1em;
    }

    .g-menu-list{
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .g-menu-list > li{
        border-bottom: #000 dashed 1px;
        overflow: hidden;
        position: relative;
        padding-bottom: 5px;
    }

    .g-menu-list > li > a{
        color: #000;
        text-transform: uppercase;
        display: block;
        padding: 8px 0px;
        font-weight: 700;
    }

    .g-menu-sub{
        height: 0;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .menu-spand{
        background: #13378b;
        color: #fff;
        width: 20px;
        height: 20px;
        display: block;
        text-align: center;
        position: absolute;
        right: 0;
        top: 7px;
        border-radius: 50%;
        font-weight: 700;
        cursor: pointer;
    }

    .show-sub-menu{
        height: auto;
    }

    .g-menu-sub{
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .g-menu-sub > li{

    }

    .g-menu-sub > li > a{
        color: #e41736;
        display: block;   
    }
    /* GENERAL MENU */

    .no-padding{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mas-c-box{
        border: #000 dashed 1px;
        padding: 1em;
        border-radius: 5px;
        text-align: center;
    }

    figcaption{
        display: block;
        padding: 1em 2em;
        color: #000;
        font-weight: 300;
        font-size: 12px;
        border-bottom: #a7a7a7 dashed 1px;
    }

    .block-top{
        height: 90px;
        display: table;
        width: 100%;
    }

    .miembro-cargo{
        font-size: 18px;
        font-weight: 400;
    }

    .member-title{
        text-align: center;
    }

    .more-miembros-cargo{
        display: block;
        color: #c90000;
        font-size: 14px;
    }

    .mobile-blue-line{
        background: #133889;
    }

    /* MULTIMEDIA */
    .multimedia-bg{
        background: #2b2b2b;
        padding: 0em 0em 5em 0em;
    }

    .youtube-home-header{
        line-height: 56px;
        padding-left: 3em;
        padding-top: 1em;
        display: block;
    }

    .youtube-icon{
        background: url(imagenes/youtube-icon.png);
        float: left;
        width: 70px;
        height: 56px;
        background-size: contain;
        margin-right: 15px;
    }

    .fotos-icon{
        background: url(imagenes/fotos-icon.png);
        float: left;
        width: 70px;
        height: 56px;
        background-size: contain;
        margin-right: 15px;
    }

    .video-main{
        margin: 3em 2em 2em 0em;
    }

    .video-main iframe{
        width: 100%;
        height: 344px;
    }

    .video-more-box{
        display: table;
        width: 90%;
        margin: 15px auto;
    }

    .video-more-iframe{
        float: left;
        width: 32%;
        margin-right: 1em;
    }

    .video-more-iframe iframe{
        width: 100%;
        height: 98px;
    }

    .fotos-header{
        padding-left: 1em;
        padding-bottom: 1.45em;
    }

    .more-videos-title{
        font-size: 18px;
        line-height: 1.2;
        padding: 17px 0px;
        display: block;
        font-weight: 400;
    }

    .video{
        background: url(imagenes/video-icon.png);
        position: absolute;
        width: 50px;
        height: 50px;
        background-size: contain;
        left: 15px;
        top: 15px;
    }

    .fotos-bg{
        background: #fff;
        padding: 0em 4em 5em 4em;
    }

    .fotos-one{
        margin-bottom: 3em;
    }

    .fotos-one-img{
        position: relative;
    }

    .foto-one-title{
        position: absolute;
        background: rgba(0, 0, 0, 0.8);
        bottom: 0;
        padding: 15px 20px;
        right: 0;
        left: 90px;
        line-height: 1.2;
    }

    .fotos-more{

    }

    .fotos-more-img{
        float: left;
        width: 36%;
        margin-right: 3%;
    }

    .fotos-more-title{
        line-height: 1.2;
    }
    /* MULTIMEDIA */

    .seccion-main-box{
        padding: 5em;
    }

    .seccion-item-box{
        margin-bottom: 2em;
        border-bottom: #000 dashed 1px;
        height: 135px;
        padding-bottom: 1em;
    }

    .seccion-item-title{
        line-height: 1.2;
    }

    .seccion-item-img{
        position: relative;
        margin-right: 15px;
    }

    .page-numbers{
        background: #133889;
        padding: 15px 20px;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        border-radius: 5px;
        margin: 5px;
        float: left;
    }

    .current{
        background:#e41636;
    }

    #pagination-box{
        display: table;
        margin: 2em auto;
    }

    .category-header{
        color: #000;
        font-weight: 700;
        font-size: 40px;
        text-transform: uppercase;
        margin: 0em auto 1em auto;
        text-align: center;
    }

    .calendar-month{
        background-color: #fff;
        margin-bottom: 4em;
    }

    .calendar-month-title{
        text-align: center;
        background: #133789;
        padding: 0.5em;
    }

    .calendar-month-header{
        background: #e41635;
        display: table;
        width: 100%;
    }

    .calendar-block{
        float: left;
        padding: 10px 15px;
    }

    .c-name{
        width: 40%;
    }

    .c-place{
        width: 30%;
    }

    .c-date{
        width: 30%;
    }

    .calendar-month-line{
        border-bottom: #000 solid 1px;
        display: table;
        width: 100%;
    }

    .month-line-dark{
        background: #d3d3d3;   
    }

    .this-seccion-line-img{
        float: left;
        width: 80px;
        height: 80px;
        margin-right: 1em;
    }

    .calendar-icon{
        width: 120px;
        display: block;
        margin: 0px auto 1em auto;
    }

    .news-icon{
        width: 80px;
        display: block;
        margin: 0 auto 1em auto;
    }

    .fedombal-tv-icon{
        width: 50px;
        height: 61px;
        background: url(imagenes/logo-small.png);
        position: absolute;
        background-size: cover;
        margin-left: -66px;
    }

    .no-found-results{
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        margin: 0px auto;
        text-align: center;
        color: #000;
        font-weight: 700;
    }

    .link-for-hover-white:hover{
        color: #fff;
    }

    .bg-singular{
        background: url(imagenes/ce-bg.png) #fff;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .width-5{
        width: 16.3%;
    }

    .width-4{
        width: 20%;
    }

    .width-2{
        width: 39%;
    }

    .more-news-anchor:hover{
        color: #fff;
        text-decoration: underline;
    }

    .wp-block-table{
        border: #e41535 solid 2px;
        padding: 3em;
        background: #fff;
        border-radius: 10px;
    }

    .wp-block-table table tbody tr{
        border-top: #000 solid 1px;
    }

    .wp-block-table table tbody tr:first-child{
        background: #13378a;
        color: #fff;
    }

    .wp-block-table table tbody tr td{
        padding: 1em;
    }
}

@media (max-width: 768px){
    .noticias-box{
        padding: 0px;
    }

    .prensa-box{
        width: 100%;
        padding-top: 1em;
    }

    .main-one-img{
        display: block;
        margin-bottom: 2em;
        position: relative;
    }

    .font-cuarenta{
        font-size: 40px;
    }

    .font-treintayseis{
        font-size: 24px;
    }

    .main-one{
        margin-bottom: 1em;
        border-bottom: #000 dashed 1px;
    }

    .font-bold{
        font-weight: 700;
    }

    .font-black{
        color: #000;
    }

    .main-one-title{
        line-height: 1.2;
        display: block;
        margin-bottom: 0.5em;
        padding: 0em 0.5em;
    }

    .font-catorce{
        font-size: 14px;
    }

    .font-uppercase{
        text-transform: uppercase;
    }

    .main-one-excerpt{
        padding: 0em 1em;
    }

    .seccion-header{
        text-align: center;
        border-bottom: #000 solid 1px;
        padding: 0em 0.5em;
        margin: 0 auto;
        width: 200px;
    }

    .font-treinta{
        font-size: 30px;
    }

    .font-veinte{
        font-size: 16px;
    }

    .main-more{
        margin-bottom: 15px;
    }

    .main-more-img{
        margin-bottom: 15px;
        position: relative;
        float: left;
        width: 40%;
        margin-right: 4%;
    }

    .main-more-title{
        line-height: 1.2;
    }

    .news-bg{
        background: url(imagenes/news-bg.jpg);
        background-repeat: repeat-y;
        background-position: center;
    }

    .news-bottom{
        padding: 2em;
    }

    .font-white{
        color: #fff;
    }

    .more-news-img{
        margin-bottom: 15px;
    }

    .more-news-left{
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }

    .more-news-box{
        margin-bottom: 22px;
    }

    .more-news-title{
        line-height: 1.2;
    }

    .header-int{
        text-align: center;
    }

    .comite-ejecutivo-bg{
        background: #0a1c46;
        padding: 2em;
    }

    .ce-header{
        text-align: center;
    }

    .comite-ejecutivo-box{
        background: url(imagenes/ce-bg.png);
        background-position: center;
    }

    .ce-box{
        width: 100%;
        padding: 1em;
    }

    .miembro-box{
        float: left;
        margin: 20px;
    }

    .miembro-detalles{
        background: #000;
        padding: 15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .miembro-nombre{
        text-align: center;
        display: block;
        margin-bottom: 6px;
    }

    .ce-red-line{
        width: 84%;
        height: 10px;
        background: #e61938;
        float: left;
        margin-left: 8%;
    }

    .ce-block-two{
        width: 80%;
        display: table;
        margin: 0px auto;
    }

    .ce-blue-line{
        width: 60%;
        height: 5px;
        background: #153888;
        margin: 0px auto;
    }

    .ce-block-last{
        width: 60%;
        margin: 0px auto;
    }

    .miembro-p{
        color: #ddd;
        font-size: 12px;
        text-align: center;
    }

    .fedombaltv-bg{
        background: #000;
        padding: 1em;
    }

    .fedombal-tv-iframe{
        padding: 1em;
    }

    .fedombal-tv-iframe iframe{
        width: 100%;
        height: 200px;
    }

    .fedombaltv-com{
        display: block;
        margin: 0px auto;
        width: fit-content;
        background: #e61938;
        color: #fff;
        padding: 1em 3em;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .fedombaltv-com:hover{
        background: #153888;
        color: #fff;
        text-decoration: none;
    }

    .proximos-eventos-box{
        padding: 2em;
    }

    .evento-box{
        margin-bottom: 2em;
    }

    .evento-title{
        background: #ddd;
        text-align: center;
        padding: 0.5em 1em;
        margin-top: 1em;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .evento-mes{
        background: #bf7f0a;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        padding: 0.5em 1em;
        display: table;
        margin: 1em auto 0em auto;
        color: #fff;
        border-radius: 5px;  
        -webkit-border-radius: 5px;  
        -moz-border-radius: 5px;  
        -o-border-radius: 5px;  
    }

    .home-menu-bg{
        background: #ce0202;
        padding: 1.5em;
    }

    /* MENU */
    .home-menu{
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .home-menu li{
        float: left;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 1em;
    }

    .no-padding-bs{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home-menu li a{
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 15px;
        margin: 14px 0px;
        display: block;;
    }

    .menu-icon{
        width: 49px;
        height: 49px;
        float: left;
        margin-right: 1em;
    }

    .fedombal-icon{
        background: url(imagenes/menu/fedombal.png);
    }

    .seleccion-icon{
        background: url(imagenes/menu/basketball.png);
    }

    .asociacion-icon{
        background: url(imagenes/menu/asociaciones.png);
    }

    .clasificacion-icon{
        background: url(imagenes/menu/clasificaciones.png);
    }

    .documento-icon{
        background: url(imagenes/menu/documentos.png);
    }

    .contacto-icon{
        background: url(imagenes/menu/contacto.png);
    }
    /* MENU */

    /* FOOTER */
    .main-footer{
        background: #2b2b2b;
        padding: 0em 0em 5em 0em;
    }

    .footer-menu{
        list-style: none;
        padding: 0;
        margin: 0;
        display: table;
    }

    .footer-menu li{
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 1em;
    }

    .footer-menu li:last-child{
        border-right: none;
    }

    .footer-menu li a{
        color: #fff;
        padding: 1em 2.5em;
        font-size: 16px;
    }

    .footer-logo-box{
        background: #111;
        position: relative;
        height: 86px;
    }

    .footer-logo{
        position: absolute;
        left: 50%;
        margin-left: -92px;
    }

    .footer-box{
        padding: 10em 1em 3em 1em;
    }

    .footer-partners{
        list-style: none;
        padding: 0;
        margin: 2em auto;
        display: table;
    }

    .footer-partners li{
        float: left;
        width: 100%;
        text-align: center;
    }

    .footer-redes{
        list-style: none;
        padding: 0;
        display: table;
        margin: 1em auto;
    }

    .footer-redes li{
        float: left;
    }

    .footer-redes li img{
        width: 90%;
    }

    .copyright{
        color: #999;
        text-align: center;
        line-height: 1.4;
    }
    
    .copyright a{
        color: rgb(60 87 154);
    }
    /* FOOTER */
    /* SINGLE */
    .single-box{
        padding: 1em;
    }

     .single-title{
          font-weight: 700;
          font-size: 2em;
          line-height: 1.2;
          margin: 0em 0em 1em 0em;
     }

     .nota p{
          font-size: 14px;
          margin-bottom: 2em;
          color: #2e2e2e;
     }

     .nota-img{
          margin: 0em 0em 2em 0em;
     }

     .mas-de{
          background: #c90000;
          margin-bottom: 1em;
          padding: 0.5em 1.5em;
          color: #fff;
          font-size: 20px;
          font-weight: 700;
     }

     .nota-detalles{
        list-style: none;
        padding: 0;
        margin: 0px 0px 15px 0px;
        display: table;
   }

   .nota-detalles li{
        float: left;
        margin-right: 1em;
        border-right: #cfcfcf solid 1px;
        padding-right: 1em;
        text-transform: uppercase;
        font-weight: 700;
   }

   .nota-detalles li:last-child{
        border-right: none;
   }

   .nota-detalles li a{
        color: #c90000;
   }

   .is-provider-youtube iframe{
        width: 100%;
        height: 447px;
    }

    .this-seccion-line, .this-seccion-main{
        border-bottom: #ddd solid 1px;
        margin-bottom: 1em;
        padding-bottom: 1em;
        display: table;
        width: 100%;
        position: relative;
   }

   .this-seccion-line img{
        float: left;
        width: 30%;
        margin-right: 4%;
   }

   .single-mr-a{
        color: #000;
        font-size: 16px;
        line-height: 1.2;
   }

   .post-tags-box{
        border-top: #ddd dashed 1px;
        border-bottom: #ddd dashed 1px;
        margin: 2em 0em;
        display: table;
        width: 100%;
        padding: 1em 0em;
    }

    .post-tag{
        text-transform: uppercase;
        font-family: source sans pro,sans-serif;
        color: #fff;
        background: #c90000;
        padding: 0.5em 1em;
        margin-right: 1em;
        border-radius: 5px;
        float: left;
        margin-bottom: 1em;
    }

    .post-tag:hover{
        color: #fff;
    }

    .headline{
        color: #000;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        padding-bottom: 0.4em;
    }

   .related-item-box{
        border-top: #ddd dashed 1px;
        display: table;
        width: 100%;
        padding-top: 1em;
        padding-bottom: 1em;
   }

   .related-img{
        float: left;
        width: 30%;
        margin-right: 2%;
   }

   .related-link{
        color: #000;
        font-size: 26px;
        font-weight: 700;
        line-height: 1.2;
   }

   .p-main-o-title{
        display: block;
        margin-top: 1em;
        font-size: 20px;
        color: #000;
        font-weight: 700;
        line-height: 1.2;
    }

    .single-redes{
        padding: 1em 0em;
        margin-bottom: 2em;
        display: table;
        width: 100%;
   }

   .logo-left{
        background: url(imagenes/logo-small.png);
        width: 46px;
        height: 56px;
        float: left;
        background-size: contain;
        margin-right: 15px;
        position: relative;
        top: -22px;
   }

   .single-mr-line{
        display: table;
        width: 100%;
        margin-bottom: 1em;
        border-bottom: #000 dashed 1px;
        padding-bottom: 1em;
   }

   .single-mr-count{
        float: left;
        width: 50px;
        height: 50px;
        background: #000;
        color: #fff;
        font-size: 36px;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        font-weight: 700;
        margin-right: 15px;
   }

   .single-mr-a{

   }

   .single-mr-box{
       margin-top: 6em;
   }
    /* SINGLE */
    /* PAGE */
    .page-box{
        padding: 5em;
    }
    .page-title{
        text-align: center;
        font-weight: 700;
        font-size: 50px;
        margin-bottom: 1em;
        margin-top: 0;
    }

    .page-content{
        padding: 0em 8em;
    }

    .page-content p{
        font-size: 16px;
        margin-bottom: 2em;
    }

    .page-content p strong{
        font-weight: 700;
        font-size: 22px;
    }

    .page-content .is-type-video{
        margin: 5em 0em;
        background: #000;
        padding: 20px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
    }
    /* PAGE */
    /* SLIDESHOW */
    .main-slide-box{
        margin: 0 auto;
        overflow: hidden;
        margin-bottom: -22px;
        height: auto;
    }
    /* SLIDESHOW */

    /* HEADER */
    .main-header{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        background: #153888;
        height: 70px;
    }

    .logo{
        float: left;
        width: 70px;
        position: relative;
        top: 10px;
        left: 0px;
        border-radius: 8px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .header-right{
        float: right;
        position: relative;
        top: 15px;
        right: 15px;
    }

    .mobile-menu{
        width: 50px;
        height: 50px;
        float: right;
        cursor: pointer;
        transition: all .3s;
        -webkit-transition: all .3s;
        -mo-transition: all .3s;
        -o-transition: all .3s;
    }

    .mobile-menu-left{
        position: absolute;
        left: -171%;
        top: 3px;
    }

    .mobile-menu-line{
        background: white;
        height: 7px;
        margin: 4px auto;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .hundred-line{
        width: 100%;
    }

    .eighty-line{
        width: 80%;
    }

    .sixty-line{
        width: 60%;
    }

    .hide-line-two{
        display: none;
    }

    .line-one-transform{
        transform: rotate(45deg);
        top: 8px;
        position: relative;
    }

    .line-tree-transform{
        transform: rotate(130deg);
        width: 100%;
        position: relative;
        top: -2px;
    }

    .header-redes{
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        top: 4px;
        float: left;
        left: -12px;
    }

    .header-redes li{
        float: left;
        width: 30px;
    }

    .header-redes li img{
        width: 90%;
    }

    .search-icon{
        position: absolute;
        right: 0;
        top: 44px;
        cursor: pointer;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .search-input{
        position: relative;
        width: 300px;
        padding:1em 3em 1em 2em;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border: none;
        
    }

    .show-search{
        top: 48px !important;
    }

    .search-form{
        position: absolute;
        top: -200%;
        left: -128px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .s-close{
        position: absolute;
        right: 15px;
        top: 14px;
        z-index: 100;
        background: #ce0202;
        color: #fff;
        width: 20px;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        cursor: pointer;
    }

    .header-fixed{
        height: 68px;
    }

    .mobile-top-block{

    }

    .h-logo-small{
        width: 60px;
    }

    .search-icon-when-scroll{
        position: relative;
        float: left;
        top: -6px;
        right: 7px;
    }

    .header-all{
        bacground: #000;
    }
    /* HEADER */
    /* GENERAL MENU */
    .g-menu{
        position: fixed;
        right: -100%;
        background: #fff;
        padding: 5em;
        border-left: #000 solid 2px;
        bottom: 0;
        top: 0; 
        z-index: 10000;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        overflow-y: auto;
    }

    /* width */
    .g-menu::-webkit-scrollbar {
        width: 10px;
    }
    
    /* Track */
    .g-menu::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey; 
        border-radius: 10px;
    }
    
    /* Handle */
    .g-menu::-webkit-scrollbar-thumb {
        background: red; 
        border-radius: 5px;
    }
    
    /* Handle on hover */
    .g-menu::-webkit-scrollbar-thumb:hover {
        background: #e41738; 
    }

    .show-desktop-menu{
        right: 0 !important;
    }

    .g-menu-logo{
        width: 126px;
        margin: 1em auto;
        border-bottom: #ddd dashed 1px;
        padding-bottom: 1em;
    }

    .g-menu-list{
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .g-menu-list > li{
        border-bottom: #000 dashed 1px;
        overflow: hidden;
        position: relative;
        padding-bottom: 5px;
    }

    .g-menu-list > li > a{
        color: #000;
        text-transform: uppercase;
        display: block;
        padding: 8px 0px;
        font-weight: 700;
    }

    .g-menu-sub{
        height: 0;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }

    .menu-spand{
        background: #13378b;
        color: #fff;
        width: 20px;
        height: 20px;
        display: block;
        text-align: center;
        position: absolute;
        right: 0;
        top: 7px;
        border-radius: 50%;
        font-weight: 700;
        cursor: pointer;
    }

    .show-sub-menu{
        height: auto;
    }

    .g-menu-sub{
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .g-menu-sub > li{

    }

    .g-menu-sub > li > a{
        color: #e41736;
        display: block;   
    }
    /* GENERAL MENU */

    .no-padding{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mas-c-box{
        border: #000 dashed 1px;
        padding: 1em;
        border-radius: 5px;
        text-align: center;
    }

    figcaption{
        color: #999;
        border-bottom: #ddd dashed 1px;
        padding-bottom: 15px;
    }

    .block-top{
        height: 90px;
        display: table;
        width: 100%;
    }

    .miembro-cargo{
        font-size: 18px;
        font-weight: 400;
    }

    .member-title{
        text-align: center;
    }

    .more-miembros-cargo{
        display: block;
        color: #c90000;
        font-size: 14px;
    }

    .mobile-blue-line{
        background: #133889;
    }

    /* MULTIMEDIA */
    .multimedia-bg{
        background: #2b2b2b;
        padding: 0em 0em 5em 0em;
    }

    .youtube-home-header{
        line-height: 56px;
        padding-left: 3em;
        padding-top: 1em;
        display: block;
    }

    .youtube-icon{
        background: url(imagenes/youtube-icon.png);
        float: left;
        width: 70px;
        height: 56px;
        background-size: contain;
        margin-right: 15px;
    }

    .fotos-icon{
        background: url(imagenes/fotos-icon.png);
        float: left;
        width: 70px;
        height: 56px;
        background-size: contain;
        margin-right: 15px;
    }

    .video-main{
        margin: 3em 2em 2em 0em;
    }

    .video-main iframe{
        width: 100%;
        height: 344px;
    }

    .video-more-box{
        display: table;
        width: 90%;
        margin: 15px auto;
    }

    .video-more-iframe{
        float: left;
        width: 32%;
        margin-right: 1em;
    }

    .video-more-iframe iframe{
        width: 100%;
        height: 98px;
    }

    .fotos-header{
        padding-left: 1em;
        padding-bottom: 1.45em;
    }

    .more-videos-title{
        font-size: 18px;
        line-height: 1.2;
        padding: 4px 0px;
        display: block;
        font-weight: 400;
    }

    .video{
        background: url(imagenes/video-icon.png);
        position: absolute;
        width: 50px;
        height: 50px;
        background-size: contain;
        left: 15px;
        top: 15px;
    }

    .fotos-bg{
        background: #fff;
        padding: 0em 1em 3em 1em;
    }

    .fotos-one{
        margin-bottom: 3em;
    }

    .fotos-one-img{
        position: relative;
    }

    .foto-one-title{
        position: absolute;
        background: rgba(0, 0, 0, 0.8);
        bottom: 0;
        padding: 15px 20px;
        right: 0;
        left: 90px;
        line-height: 1.2;
    }

    .fotos-more{

    }

    .fotos-more-img{
        float: left;
        width: 36%;
        margin-right: 3%;
    }

    .fotos-more-title{
        line-height: 1.2;
    }
    /* MULTIMEDIA */

    .seccion-main-box{
        padding: 5em;
    }

    .seccion-item-box{
        margin-bottom: 2em;
        border-bottom: #000 dashed 1px;
        height: 135px;
        padding-bottom: 1em;
    }

    .seccion-item-title{
        line-height: 1.2;
    }

    .seccion-item-img{
        position: relative;
        margin-right: 15px;
    }

    .page-numbers{
        background: #133889;
        padding: 15px 20px;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        border-radius: 5px;
        margin: 5px;
        float: left;
    }

    .current{
        background:#e41636;
    }

    #pagination-box{
        display: table;
        margin: 2em auto;
    }

    .category-header{
        color: #000;
        font-weight: 700;
        font-size: 40px;
        text-transform: uppercase;
        margin: 0em auto 1em auto;
        text-align: center;
    }

    .calendar-month{
        background-color: #fff;
        margin-bottom: 4em;
    }

    .calendar-month-title{
        text-align: center;
        background: #133789;
        padding: 0.5em;
    }

    .calendar-month-header{
        background: #e41635;
        display: table;
        width: 100%;
    }

    .calendar-block{
        float: left;
        padding: 10px 15px;
    }

    .c-name{
        width: 40%;
    }

    .c-place{
        width: 30%;
    }

    .c-date{
        width: 30%;
    }

    .calendar-month-line{
        border-bottom: #000 solid 1px;
        display: table;
        width: 100%;
    }

    .month-line-dark{
        background: #d3d3d3;   
    }

    .calendar-icon{
        width: 120px;
        display: block;
        margin: 0px auto 1em auto;
    }

    .news-icon{
        width: 80px;
        display: block;
        margin: 0 auto 1em auto;
    }

    .fedombal-tv-icon{
        width: 50px;
        height: 61px;
        background: url(imagenes/logo-small.png);
        position: absolute;
        background-size: cover;
        margin-left: -66px;
    }

    .no-found-results{
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        margin: 0px auto;
        text-align: center;
        color: #000;
        font-weight: 700;
    }

    .link-for-hover-white:hover{
        color: #fff;
    }

    .bg-singular{
        background: url(imagenes/ce-bg.png) #e6e7e8;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .single-caption{
        display: block;
        padding: 1em 2em;
        color: #000;
        font-weight: 300;
        font-size: 12px;
        border-bottom: #a7a7a7 dashed 1px;
    }

    .block-top-mobile{
        height: 70px;
    }
}


.ads-box{
    background-color: #efefef;
    text-align: center;
}

.ads-728x90{
    width: 728px;
    height: 90px;
    line-height: 90px;
}

.ads-300x250{
    width: 300px;
    height: 250px;
    line-height: 250px;
}

.ads-bg{
    background-color: #ccc;
}

.ads728x90{
    width: 728px;
    height: 90px;
    line-height: 90px;
}

.ads-center{
    margin: 15px auto;
}

.ads-text-center{
    text-align: center;
}

.ads-300x600{
    width: 300px;
    height: 600px;
    line-height: 600px;
}

.ads-270x300{
    width: 270px;
    height: 300px;
    line-height: 300px;
}