/*
Theme Name: Twenty Twenty Child
Theme URI: https://www.eisensolutions.es/
Description: Twenty Seventeen Child Theme
Author: Dinamiq
Author URI: https://www.dinamiq.com/
Template: twentyseventeen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: twentytwenty-child
*/

.rebuild .nav-tabs .nav-link.active{
    color: #fff !important;
    background-color: #00ADBA !important;
    border-color: #00ADBA !important;
    border-bottom: 0 !important;
}
.rebuild .nav-tabs .nav-link{
    border-radius: 0 !important;
    border: none !important;
    background-color: #D8D8D8;
    color: #fff;
    font-size: 1.125em;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 35px;
    margin-right: 7px;
}
.rebuild .nav-tabs{
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #fff !important; 
}
.rebuild .nav-tabs div{
    display: flex !important;
    flex-direction: row !important;
}
.rebuild .nav-tabs .nav-link:hover{
    background-color: #00ADBA !important;
    color: #fff !important;
}
.rebuild .plano{
    line-height: 20px !important;
}
.rebuild .plano span{
    position: relative;
    top: -2px;
}

.rebuild .fecha{
    background-color: #00ADBA;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    color: #fff;
  
}
.rebuild .fecha p{
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
    padding: 0 25px;
}
.rebuild .sept{
    font-size: 15px !important;
    color: #fff;
    margin-top: 25px;
}
.rebuild .detalle{
    background-color: #F5F7FA;
    margin-bottom: 5px;
    padding: 0 30px !important;
}
.rebuild .f-txt{
    color: #fff;
    font-size: 8px;
    display: block;
}

.rebuild .categoria{
    font-size: 13px;
    letter-spacing: 3.5px;
    color:#313131;
    margin-top: 24px;
    text-transform: uppercase;
}
.rebuild .titulo{
    color: #313131;
    font-size: 30px;
    margin-top: 16px;
    line-height: 34px;
    font-weight: 700;
    min-height: 70px;
}
.banner{
    background-size:cover; 
    height:600px;
}
.avita_channel{
    color: #fff !important;
    background-color: #00ADBA;
    padding: 20px;
    height: 215px;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 95px;
}
.avita_channel h3{
    font-size: 1.2em;
    color: #fff !important;
    padding: 0;
    margin:0 0 20px 0;
}
.avita_channel p{
    color: #fff !important;
    font-size: .9em;
}
.avita_channel a{
    color: #fff !important;
    text-decoration: none;
    font-size: .8em;
    letter-spacing: 2.5px;
}

@media (min-width: 768px) { 
    .rebuild .nav-tabs{
        justify-content: start !important;
    }
    .rebuild .nav-tabs .nav-link {
        width: 150px !important;
        margin-right: 5px;
       border-right: 5px solid #fff;
      
    }
    .rebuild .plano-item {
        width: auto !important; 
        margin-top: 0px !important;
    }
}
@media (max-width: 768px) { 

    .banner{
        height: 135px;
    }
    .rebuild .titulo{
        font-size: 16px;
        line-height: 22px;
        min-height: 70px;
    }
    .rebuild .fecha p{
        padding: 0;
        font-size: 20px;
    }
    .rebuild .nav-tabs .nav-link{
        width: 90px;
        margin: 0 1.7px;
        padding: .5rem 0 !important;
    }
    .rebuild .plano-item{
        width: 100%;
        margin-top: 5px;
    }
    .rebuild .plano{
        width: 100% !important;
    }
 }

 
 .fototeca-list .container-items .container-image::after{
    background: none !important;
 }

.modal-backdrop.show{
    z-index: 1000000;
}
.modal{
    z-index: 1000001 !important;
}
.bt-descarga{
    background-color: #00ADBA !important;
    color: #fff !important;
    width: 200px;
    margin: 0px auto;
    margin-top: 5px;
}