/* Generals */

@font-face {
    font-family: 'aaux_proregularregular';
    src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aaux_problackregular';
    src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body{
    margin: 0;
    padding-top: 70px;
    font-family: 'aaux_proregularregular';
}

.node-general-container-c strong{
    font-family: 'aaux_problackregular' !important;
    font-weight: normal !important;
}


@media (max-width: 991px) {

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.navbar-fixed-top .navbar-collapse{
    max-height: 385px;
}



.footer{
    padding: 0;
    margin: 0;
    border: none;
}

.search-off{
    font-size: 23px;
    margin-left: 23%;
    top: 6px;
    color: #fff;
    cursor: pointer;
}

#block-formulariodebusqueda{
    position: fixed;
    top: 3%;
    right: 3%;
    z-index: 9999;
    width: 13%;
}

#block-formulariodebusqueda{
    display: none;
}

#block-formulariodebusqueda button{
    background-color: transparent !important;
    border: none !important;
    font-size: 23px !important;
    top: -5px !important;
}

.path-frontpage{
    padding-top: 0 !important;
}

.path-frontpage .main-wrap{
    padding-top: 70px;
}

.logos-sds{
    margin-bottom: 10%;    
}

.body-home { 
    /*padding-top: 70px;*/
}

.contact.text-center p{
    text-align: center !important;
}

.bx-pager{
    z-index: 1 !important;
}

.submenu-mint-right ul{
    float: right;
}

.submenu-mint-right span{
    border-right: solid #050505 thin;
    padding-right: 15px;
}

.logo-footer-div img{
    max-width: 100%;
}

.roww{
    margin-left: -15px;
    margin-right: -15px;
}

.roww img{
    width: 100% !important;
    height: auto;
}

.message-newslt{
    position: fixed;
    top: 76px;
}

.slider-header-home .bx-pager.bx-default-pager{
    right: 10px;
    top: 10%;
    width: 3%;
}

.slider-header-home .bx-pager-item{
    width: 100%;
    margin: 5%;
}

a{
    color: inherit;
}

a:hover{
    color: inherit;
}

.mint-bg{
    background-color: #f2f2f2;
}

.bg-night{
    background-color: #050505;
}

.bg-red{
    color: white;
    background-color: #e1070f;
}

.menu.dropdown-menu .expanded.dropdown{
    border-bottom: groove #9f9f9fcc 2px;
}

.navbar-nav > li > .dropdown-menu{
    top: 70px;
}

.navbar{
    min-height: 70px;
    margin-bottom: 0;
}

.nav>li>a,.navbar-brand{
    color: #fff;
    text-shadow: initial;
    /*font-family: 'aaux_proregular_scregular';*/
}

.nav>li>a:hover{
    color: red !important;    
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background-color: transparent;
}

.dropdown-menu>li>a{
    background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover{
    background-color: #050505;
}

.dropdown-menu{
    background-color: rgba(229,19,30,0.9) !important;
}

.nav > li > a:hover, .nav > li > a:focus{
    background-color: transparent;
}

.dropdown-menu > .active > a{
    background-color: transparent;
}

.navbar-nav > li > a{
    font-family: 'aaux_proregularregular';
    font-size: 15px;
}

.navbar-nav > li > a:hover{

    padding-top: 20px;
    background-color: transparent;
    background-image: url('../img/chevron-down.png');
    background-repeat: no-repeat;
    background-position-y: 100%;
    background-position-x: 50%;
}

/*REVISAR ESTA PARTE PARA EL SOMBREADO DEL MENÚ ACTIVO*/
.option-menu-active{
    color: #e1070f;
    margin-top: -5px;
    border-top: solid #050505 5px;    
    background-color: transparent;
}

.menu.dropdown-menu .option-menu-active{
    border-top: none;
}

.navbar-nav > .option-menu-active > a {
    color: red !important;
    padding-top: 20px;
    background-color: transparent;
    background-image: url('../img/chevron-down.png');
    background-repeat: no-repeat;
    background-position-y: 100%;
    background-position-x: 50%;
    font-family: 'aaux_problackregular';
}

.navbar-nav li > a:hover{
    font-family: 'aaux_problackregular';   
}

@media (min-width: 1200px){
    .push-center{
        margin-left: 10%;
    }

    .submenu-hd-mb .container{
        margin-left: 10%;
        width: 970px;
    }
}

@media (min-width: 1430px){

    .navbar-nav > li > a{
        margin-left: 34px !important;
    }
}


@media (min-width: 1500px){
    .push-center{
        margin-left: 16%;
    }

    .submenu-hd-mb .container{
        margin-left: 16%;
    }

    .submenu-hd-mb h3{
        margin-left: 16%;
    }

    .navbar-nav > li > a{
        margin-left: 10px !important;
    }
}

@media (min-width: 768px){
    .navbar-nav{
        float: right;
    }
    .navbar-nav > li > a{
        padding-top: 30px;
        margin-left: 10px;
        transition: padding-top 0.2s;
    }
    #block-shakespeare-main-menu{
        float: left;
    }
}
.navbar-brand{
    padding: 0;
}
.logo-img{
    width: 40vh;
    max-width: 125px;
}
.navbar-options{
    padding-left: 1%;
}

.nav-pills>li>a:hover{
    background-color: transparent;
}

.nav-pills>li.active>a:hover{
    background-color: transparent;
}

.nav-pills>li>a{
    font-size: 20px;
}

.navbar-toggle{
    background-color: #989191
}

.navbar-toggle span{
    background-color: #fff;
}

.dropdown-menu>li>a{
    color: #fff;
}

.dropdown-menu{
    background-color: rgba(0,0,0,0.8);
}

nav.navbar {
    background-color: #050505;
}

#header-network{
    font-size: 8px;
}

.header-left-menu{
    padding-top: 1%;
    margin-left: 1%;
}

.navbar-right p{
    font-size: 9px;
}

.xpadding{
    padding: 0;
}

.xmargin{
    margin: 0;
}

.xradius{
    border-radius: 0;
}

.white{
    color: #FFF;
}

.red{
    color: #e1070f;
}

.dark{
    color: #050505;
}

.uppercase{
    text-transform: uppercase;
}

.div-background{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-bgcolor{
    background-color: #e5e5e5;
}

.footer-margin{
    /*margin-top: 15px;*/
}

.footer-asociado{
    max-width: 30%;
}

@media (max-width: 992px) {

    .bill-date-text{
        font-size: 26px;
    }

    .logo-footer-div{
        text-align: center;
        margin-top: 10%;
        height: 50px;
    }

    .footer-zapata{
        max-width: 100%;
    }

    .footer-mcapital{
        max-width: 100%;
        margin-top: 15%;
    }

}



@media (min-width: 992px) {

    /*.logos-f{
        width: 20% !important;
    }*/

    .logos-sds{
        margin-left: -15px;
    }

    .logo-footer-div{
        text-align: center;
        margin-top: 5%;
    }

    .footer-zapata{
        max-width: 200% !important;
        margin-top: 7%;
        margin-left: 25px;
    }

    .footer-mcapital{
        margin-left: -20px;
        max-width: 200%;
        margin-top: 37%;
    }

    .footer-asociado{
        max-width: 70%;
        margin-left: 75px;
        margin-top: 10px;
    }

    .footer-yvteatro{
        margin-top: -10px;
    }

    .navbar-header{
        border-right-style: solid;
        border-right-color: white;
        border-right-width: thin;
        padding-left: 2%;
    }
}

.footer-padding{
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 1200px) {
    .img-responsive{
        max-width: none;
        width: 100%;
    }
}

/* FLEX PARA EL ALINEADO DEL SEGUNDO MENÚ */

.flex-container {
    /*  padding: 0;
      margin: 0;
      list-style: none;*/

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    justify-content: space-around;
}

.flex-item {

    padding: 5px;
    width:auto;
    flex-grow: 1;
    margin-top: 10px;
    margin-left: 1px;
    /*line-height: 150px;*/
    color: white;
    /*font-weight: bold;*/
    font-size: 20px;
    text-align: center;
}

.flex-item a{
    text-decoration: none !important;
}

.it{
    max-width:50%;
    cursor: pointer;
    margin: auto;
    color: white;
    font-family: 'aaux_proregularregular';
}

.flex-active{
    background-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: thin;
}

.it:hover{
    background-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: thin;
}




/* HOME */

#firstSlide{
    top: 0 !important;
}

@media (min-width: 992px){
    #home-body{
        /*display: none;*/
        opacity: 0;
    }

    .header-menu{
        opacity: 0;
    }

    .path-frontpage .footer-bgcolor{
        opacity: 0;
    }

    .pre-body-home{
        width: 100%;
        height: 20vh;
        position: fixed;
        top: 80vh;
        left: 0;
        z-index: 9999;
        background-color: #fff;
    }
    .pre-slider-home{
        width: 100%;
        height: 80vh;
        background-color: #050505;
        position: fixed;
        top: 70px;
        left: 0;
        z-index: 9999;
    }
}

.activeh{
    position: absolute !important;
}

.img-slide{
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
}

.body-container{
    position: fixed;
    top: 0;
    z-index: 9999;
}


.body-home-normal{
    position: relative;            
}

.banner-cdmx img{
    width: 100%;
}

@media (max-width: 992px){
    .header-menu{
        display: none;
        background-color: rgba(0,0,0,0.5);
        position: absolute;
        bottom: 0;
        left: 0; 
        /*height: 60px;*/
        width: 100%;
        z-index: 999;
    }
}

@media (min-width: 992px){

    .contact-letter{
        margin-top: 3%;
    }

    .bullet-slide{
        background-color: red;
        margin: 20%;
        border-radius: 100%;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .bullets-container{
        background-color: transparent;
        width: 5%;    
        position: fixed;
        right: 0;
        top: 10%;
    }

    .bullets-container-active{
        position: absolute !important;
    }

    .header-menu-active{
        position: absolute !important;
    }

    .header-menu{
        display: none;
        background-color: rgba(0,0,0,0.5);
        /*position: absolute;*/
        position: fixed;    
        /*height: 60px;*/
        width: 100%;
        left: 0;
        z-index: 999;
    }
}

.block-scroll-home{
    position: absolute;
    top: 1%;
    background-color: transparent;
    height: 100%;
    width: 100%;
    z-index: 999;
}
.container-fluid.news-bg.div-background button{
    text-align: center;
}

.home-news-btn{
    text-align: left;    
}

.h-img-margin-b{
    margin-bottom: 5%;
}

.h-img-margin-b img{
    margin: auto;
}

.img-carr-home img{
    width: 100%;
}

.gall-btn{
    width: 100%;
    color: #fff;
    border-style: none;
    height: 100px;
    font-size: 30px;
}

.gall-bottom-bar{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
}

.bar-sm{
    height: 30px;
}

.donation-btn{
    background-color: #DA3833;
}

.services-btn{
    background-color: #050505;
}

.news-btn{
    border-radius: 0px;
    width: 40%;
    text-align: left;
}

.news-bottom{
    padding-bottom: 3.5%;
}

.news-bottom .pagination > li > a{
    background-color: transparent;
}

.pagination > li > a{
    font-size: 18px !important;
}

/*.div-background h1,h4,button{
    font-family: 'pt_sans_narrowbold';
}*/

.news-description{
    /*height: 200px;*/
}


.news-page{
    padding-bottom: 3%;
}

.news-page .h-img-margin-b{
    margin-top: 10%;
}

.news-page .news-description p{
    color: white !important;
}

/*.news-description p{
    font-family: 'pt_sans_narrowregular';
}*/

.subs-bg{
    background-color: #050505;

}

/*.subs-bg h3,p,button,input{
    font-family: 'aaux_proregular_scregular';
}

.contact-bg,footer-bgcolor p{
    font-family: 'aaux_proregular_scregular';
}*/

.subs-form{
    height: 40px;
}

.subs-center{
    padding: 8%;
}

.form-inline button{
    background-color: #DA3833;
    color: #fff;
    border-style: none;
    width: 100%;
    border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1670px){
    .btn-event-text{
        font-size: 20px;
    }
}

@media (max-width: 992px){

    .news-btn{        
        width: 100%;
        text-align: center;
    }

    .home-news-btn{
        text-align: center;
        padding-bottom: 10%;
    }

    .news-description{
        /*height: 170px;*/
    }

    .container-fluid.news-bg.div-background p{
        text-align: center;
    }

    .container-fluid.news-bg.div-background h4{
        text-align: center;
    }
}

@media (min-width: 992px){

    .container-fluid.news-bg.div-background p{
        text-align: left;
    }

    .container-fluid.news-bg.div-background h4{
        text-align: left;
    }

    .news-description{
        height: 80px;
    }

    .form-inline button{
        width: 20%;
        padding-bottom: 3px;
        border-radius: 0px;
    }

    .body-home{
        padding-top: 0px;
    }

    .header-menu{
        display: block;
    }

    #header-network-container{
        margin-left: 3%;
    }

    #header-network-container>ul>li>a{
        margin-left: 3%;
    }
}

@media (min-width: 1200px){
    #header-network-container>ul>li>a{
        margin-left: 20%;
    }
}

@media (min-width: 768px){
    .form-inline .form-control {
        width: 60%;
        border-radius: 0;
    }
}

.contact{
    min-height: 90px;
    padding: 10%;
}

.contact-bg{
    background-color: #fff;
}


/* CARTELERA */

/*#block-shakespeare-search{
    width: 30%;
    float: right;
    margin-top: -60px;
    margin-right: 1%;
}*/

.loading-filter{
    display: none;
    width: 98%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

.select-wrapper::after{
    z-index: 1;
}

.input-date-filter::-webkit-input-placeholder{
    color: #050505;
}

.input-date-filter::-moz-placeholder{
    color: #050505;
}

.filter-content-container{
    margin:auto;
}

.billboard-general-container h3{
    font-weight: initial;
}

.billboard-general-container h4{
    font-weight: bold;
}

.billboard-container h4 a,h3 a{
    color: #050505;
}

.billboard-container p a{
    color: #DA3833;
}

.row-image-date{
    background-color: #DA3833;
    color: white;
}

.selected-filter{
    background-color: #050505;
    color: white;    
}

#body-node-event img{
    max-width: 100%;
}

/*.alturaInicialcss{
    min-height: 195px;
}*/

.event-second .row-image-date{
    background-color: #050505;
    color: white;
}

.event-date-button{
    background-color: #050505;
    color: white;
    /*height: 195px;*/
}

.desc-general-billb h4,h5{
    margin-bottom: -3px;
}

.desc-general-billb .desc-summary{
    margin: 0;
    margin-top: 2px;
}
@media (min-width: 1240px){

    .desc-summary{    
        margin-top: 2% !important;
    }

    .read-more{
        margin-top: 5%;
    }
}

.billboard-general-container select{
    background-color: #E0E0E2;
}

.event-second .event-date-button{
    background-color:  #DA3833;
    color: white;
}

.billboard-title{
    background-color: #E0E0E2;
}

.p5{
    padding: 5px;
}

.mt5{
    margin-top: 5px;
}
.prox-ev{
    font-size: 15px;
}

.billboard-month{
    background-color: #BDBBBC;
}

.billboard-title .nav-tabs{
    margin-top: 1%;    
    border-bottom: none;
}

.path-cartelera .view-empty{
    font-size: 20px;
    margin-right: 10%;
    margin-top: 5%;
    text-align: center;

}

@media (max-width: 992px){
    .path-cartelera .view-empty{
        margin-left: 10%;
        height: 25vh;    
    }

    #block-shakespeare-search{
        width: 90%;
        margin: auto;
        float: none;
        padding-top: 5%;
    }

}

@media (min-width: 992px){
    .billboard-title .nav-tabs{
        margin-right: 5%;
    }

    .path-cartelera .view-empty{
        height: 62vh;
        margin-left: 30%;
    }
}

.billboard-title .nav>li>a{
    color: #050505;
}

.billb-active a{
    color: #DA3833 !important;
    font-weight: bold;
}

/*.billboard-title .nav-tabs>li{
    border-right-style: solid;
    border-right-width: thin;
}*/

.filter-option{
    border-radius: 0px;
    background-color: #E0E0E2;
    width: 100%;
    height: 30px;
}

.event-container .row{
    height: 180px;
}

.event-container .row img{
    max-height: 180px;
}

.event-date-red{
    background-color: #DA3833;
    color: #fff;
}

.event-date-#050505{
    background-color: #050505;
    color: #fff;
}

.buy-or-info h4{
    margin-left: 10%;
}

.buy-or-info h4.text-center {
    margin-left: 0;
}

.event-date-text{
    margin-top: 1%;
}

.event-descrip{
    text-align: left;
}

.event-btn{
    border-radius: 0;
    width: 100%;
}

.center-v{
    padding-top: 1%;
}

.event-second{
    background-color: #E0E0E2;
}

.event-rules{
    display: none;
}

.tp-inf{
    cursor: pointer;
}

.disclaimer-content{
    border-top: solid gray 2px;
    margin-top:5%;
    margin-bottom: 5%;    
}

.disclaimer-content p{
    margin-top: 1%;
}

.new-filter-billboard .control-label{
    display: none;
}




@media (min-width: 992px){
    .more-functions-container{
        margin-top: -14%;
    }

    .more-functions-container h3{
        padding: 15%;
    }

    .event-date-text{
        margin-top: 25%;
    }

    .new-filter-billboard{
        margin-left: 4%;
    }

    .center-v{
        padding-top: 20%;
        padding-bottom: 25%;
    }
}


@media (max-width: 992px) { 

    .directory-photos img{
        width: 100%;
    }

    .buy-or-info h5{
        text-align: center;
        padding: 3%;
        margin: 0;
    }

    .event-date-text{
        position: absolute;
        left: 15%;
        top: 25px;
    }

    .event-date-button{
        margin-top: 2%;
        margin-bottom: 2%;
    }
}

/* PÁGINA DEL EVENTO */

.s-gall-container img{
    max-height: 100%;
}

.event-inside-cover h3, h4, h5{
    font-weight: initial !important;
}

.related-news-node{
    border-top: solid #050505 1.5px;
    padding-top: 3%;
    padding-bottom: 3%;
}

.related-news-node button{
    width: 100%;
    margin-top: 5%;
}

.slides-node-evt{
    margin-top: 5%;
    margin-bottom: 5%;
}

.more-functions-container h3{
    font-weight: initial !important;   
}

#rateYo2.mobile{
    margin-left: auto;
    margin-right: auto;
}

#rateYo2{
    margin-top: 1.5%;

}

.vote-message{
    margin-top: 5%;
    background-color: #DFF0D8;
    display: none;
    margin-bottom: 5%;
    text-align: center;
}

.vote-message2{
    margin-top: 5%;
    background-color: #DFF0D8;
    display: none;
    margin-bottom: 5%;
    text-align: center;
}

.voted-message{
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: #F2DEDE;
}

.eventpage-title{
    background-color: #BDBBBC;
}

.cover-related{
    width: 100%;
    height: 191px;
}

.event-inside-cover img{
    width: 100%;
}

.eventpage-title h4{
    padding-top: 2%;
}

.eventpage-date{
    padding-top: 10%;
    padding-bottom: 10%;
}

.eventpage-table-comments{
    margin-top: 3%;
}

.eventpage-buy-shadow{
    height: 70px;
    -webkit-box-shadow: -4px 47px 118px -13px rgba(0,0,0,0.81);
    -moz-box-shadow: -4px 47px 118px -13px rgba(0,0,0,0.81);
    box-shadow: -4px 47px 118px -13px rgba(0,0,0,0.81);
}

.btn-add-calendar{
    padding: 5%;
    background-color: #050505;
    color: white;
    border: transparent;
    margin-bottom: 5%;
    margin-top: 3.5%;
    width: 100%;
}

/* SEDES */

.little-words-container{
    padding-top: 1%;
    border-top: solid #cccccc thin;
    margin-bottom: 3%;
}

/* 	SEDES | CASONA 77 */

#gall-cartelera{
    height: 60vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.gall-cartelera-30{
    height: 30vh;
    background-size: cover;
    background-position: 50% 10%;
    background-repeat: no-repeat;

}

@media (max-width: 992px){

    .collage-row-container{
        margin-left: -15px !important;
    }
    .gall-cartelera-30{
        height: 40vh !important;
    }
}

.cca-show-container .pager-nav.text-center{
    display: none;
}

.collage-row-container{
    margin-left: 2%;
}

.menu-sedes-option:hover{
    background-color: #d9d9d9;
    font-weight: bold;
}

.first-text-casona-container .ftcc-title{
    font-weight: bold !important;
}

.first-text-casona-container h3{
    font-weight: initial;
}

.descrip3-container li{
    list-style: none;
    font-family: 'aaux_proregularregular';
}

.historico-de-eventos-container{
    display: none;
}

.historico-de-eventos-container img{
    width: 100%;
}

.menu-sedes-option{
    text-align: center;
    cursor: pointer;
    border-bottom: solid #fff 1px;
}
.cca-left-menu h4{
    font-weight: initial;
}

.menu-sedes-active h4::after{
    color: #df1314;
    content: "  >";
}

.menu-sedes-active h4{
    font-weight: bold;
}

.cca-left-top13{
    top: 13% !important;
}


@media (min-width: 1080px){

    .cca-left-menu{
        margin-left: 1% !important;
    }

    .cca-left-menu .logos-sds{
        width: 80% !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 992px){
    .cca-left-menu{
        position: fixed;
        margin-left: 2%;
        top: 18%;
        z-index: 999;
    }
}

.menu-sedes-active{
    background-color: #d9d9d9;
}

.cca-show-container .description.help-block{
    display: none;
} 

.cca-show-container h4{
    font-weight: initial !important;
}

/*.casona77 h2,p,h1,h3,h4{
    font-family: 'aaux_promedium_osfregular';
}*/

h2,p,h1,h3,h4,h5{
    font-family: 'aaux_proregularregular';
}

h2,h1,h3,h4,h5{
    font-weight: bold;
}


.casona77-text-light{
    padding-top: 1%;
    border-top: solid #cccccc thin;
    margin-bottom: 3%;
}

.arrow-md{
    border-top: solid #d9d9d9 20px;
    border-bottom: solid #d9d9d9 20px;
}

.casona77-activities{
    /*padding-top: 2%;
    padding-bottom: 2%;*/
    padding: 2%;
}

.casona77-activities input[type="file"]{
    display: block;
    margin: 1%;
    border: none;
    height: 40px;
    width: 100%;
}

.casona77-map{
    /*margin-top: 3%;*/
    /*margin-bottom: 3%;*/
    border-top: solid #050505 8px;
    border-bottom: solid #050505 8px;
}

.activities-btn-filter{
    position: absolute;
    top: 40%;
    left: 25%;    
}


/* SEDES | FORO SHAKESPEARE */


/*.foro-shakespeare h1,h2,h3,h4{
    font-family: 'aaux_promedium_osfregular';
}*/

.teatrop-text-container h3{
    font-weight: initial !important;
}

.fs-text-container h3{
    font-weight: initial !important;
}

.fs-text-container h2{
    font-size: 36px;
}

.teatrop-text-container h2{
    font-size: 36px;
}

.dramalab-text-container .basic-block-h3{
    font-size: 36px;
}

.sede-fs-button{
    width: 14rem;
    height: 5rem;
    background-color: #e1070f;
    color: white;
    border:transparent;
    opacity: 0.5;
    transition: opacity 0.5s;
}

.sede-fs-button:hover{
    opacity: 1;
}

/*.foro-shakespeare p{
    font-family: 'aaux_proregular_scregular';
}*/

/*.foro-shakespeare-bold{
    font-family: 'aaux_promedium_osfregular' !important;
    font-weight: bold;
}*/

.foro-shakespeare-imgs{
    border-top: solid #f2f2f2 10px;
    /*border-bottom: solid #f2f2f2 10px;	*/
}

.foro-shakespeare-imgs img{
    width: 100%;
}

.foro-shakespeare-img-text-left{
    position: absolute;    
    left: 10%;
    max-width: 80%;
}

.foro-shakespeare-btn-text-center{
    position: absolute;
    top: 35%;    
}

.foro-shakespeare-btn-text-center.fs-btn-md{
    top: 45%;
}

.foro-shakespeare-btn-text-center.fs-btn-fprincipal{
    top: 51%;
}

.block-casona-btn-center{
    position: absolute;
    top: 35%;
    left: 35%;
}

@media (max-width: 992px){

    .related-news-node img{
        width: 100%;
    }

    .row.foro-shakespeare-img-text-left.fs-btn-fprincipal{
        top: 60%;
    }

    .foro-shakespeare-img-text-left{
        top: 45%;        
    }

    .foro-shakespeare-btn-text-center{
        right: 10%;
    }

    .sede-fs-button{
        width: 15rem;
        height: 3rem;
        background-color: #e1070f;
        color: white;
        border:transparent;        
    }

    .icons-cca-container{
        margin-top: 5%;
        margin-left: -25px;
        min-height: 34px;
    }

    .icons-cca-child{
        margin-top: 2%;
        margin-bottom: 2%;
    }
}

@media (min-width: 992px){    

    .foro-shakespeare-img-text-left{
        top: 60%;
    }

    .icons-cca-container{
        margin-top: 5%;
        margin-left: -25px;
    }

    .sede-fs-button{
        width: 14rem;
        height: 5rem;
        background-color: #e1070f;
        color: white;
        border:transparent;
        opacity: 0.5;
        transition: opacity 0.5s;
    }

    .foro-shakespeare-btn-text-center{
        left: 10%;
    }

    .foro-shakespeare-img-text-center{
        left: 40%;
    }
}

/*DONACIONES*/
.donations-btn-shadow{
    -webkit-box-shadow: 0px 26px 19px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 26px 19px 0px rgba(0,0,0,0.29);
    box-shadow: 0px 26px 19px 0px rgba(0,0,0,0.29);

    margin-bottom: 10%;
    margin-top: 5%;
}

.donations-btn{
    background-color: #050505;
    text-align: left;
    cursor: pointer;
}

.donations-btn-new{
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    border: none;
    color: white;
    line-height: 1.1;
    text-align: center;
}

.donations-btn h4{
    padding-left: 10%;
}

.donat-btn{
    width: 100%;
    height: 39px;
    background-color: #050505;
    color: #fff;
}

.donations-btn-arrow{
    background-color: #e1070f;
    height: 39px;
}

/* CONTACTO */

.contact-container{
    border-bottom: solid #cccccc 2px;
}

.contact-to{
    width: 100%;
    height: 30px;
    border-radius: 0px;
    background-color: #f2f2f2;
}

.contact-general-container .descrip3-container p{
    margin:0;
}

.contact-general-container .descrip3-container{
    border-bottom: solid #f2f2f2 2px;
    padding-bottom: 3%;
}

.contact-form{
    margin-bottom: 5%;
}

.social-icons-contact img{
    width: auto;
    float: left;
    margin-left: 5%;
}

.contact-form form>button{
    width: 100%;
}

@media (min-width: 992px){
    .contact-form form>button{
        width: 30%;
    }
}


/* NOTICIAS */

.news-page-bar{
    border-top: solid #e5e5e5 5px;
    border-bottom: solid #e5e5e5 5px;
}

.news-bottom-bar{
    background-color: #b3b3b3;
    position: absolute;
    bottom: 5%;
    left: 0;
    height: 60px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}

.news-min:hover .news-bottom-bar{
    opacity: 1;
}

.news-bottom-bar-c{
    width: 100%;
}

.news-min img{
    width: 100% !important;    
}

.news-page-description{
    margin-bottom: 10%;
}

.news-page-news{
    border-bottom: solid #e5e5e5 2px;
    margin-top: 5%;
}

.news-page-news button{
    text-align: center;
    float: none;
    width: 100%;
    margin-bottom: 5%;
}

@media (min-width: 992px){
    .news-page-news button{
        text-align: center;
        float: left;
        width: 40%;
        margin-bottom: 0;
    }

    .news-min img{
        min-height: 253.33px;
    }
}

.news-page-pages{
    color: #c8c8c8;
}

.news-numbers{
    text-align: right;
}

.node-news img{
    max-width: 100%;
}

.pagination>li>a, .pagination>li>span{
    color: #c8c8c8;
    border:none;
    font-size: 25px;

}

.pagination>.active>a{
    color: #DA3833;
    background-color: transparent;
    border:none;
}

.news-node-img-c .field--label{
    display: none;
}

/* SERVICIOS */

.services-bottom-bar{
    background-color: #050505;
    color: #fff;
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
}

@media (max-width: 992px){
    .services-item{
        margin-bottom: 30%;
    }

    .services-text-description-container{
        margin-top: 10%;
    }

    .services-btn-container{
        margin-top: -5%;
    }

    .services-item{
        margin-bottom: 10rem;
    }

    .services-text-description-container{
        margin-top: 10%;
        height: auto !important;
    }
}


.services-text-description-container{
    height: 100px;
}

.services-text-title{
    height: 44px;
}

.services-contact-btn{
    width: 100%;
    height: 50px;
    background-color: #e1070f;
    color: #fff;
    border:none;
}



.services-item img{
    width: 100%;
}

.services h3{
    font-size: 20px !important;
}

@media (min-width: 992px){
    .services-item{
        margin-bottom: 2%;
    }
}


/* SEMBLANZA */

.semblance-text-container{
    margin-bottom: 3%;
}

.block-basic-image-semblance h2{
    font-size: 36px;
}

.block-basic-image-semblance h3{
    font-weight: initial !important;
}

.carr-semblance .bx-pager.bx-default-pager{
    right: 10px;
    top: 10%;
    width: 3%;
}

.carr-semblance .bx-pager-item{
    width: 100%;
    margin: 5%;
}

.red-circle{
    background-color: #e1070f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 182px;
    width: 182px;
    margin:auto;
}

.red-circle p{
    font-size: 22px;
}

.gray-square{
    background-color: #3c3c3c;
}

.gray-square-light .gray-square{
    background-color: #464646 !important;
}

@media (max-width: 992px) { 

    .block-gall-casona img{
        width: 100%;
    }

    .gray-square{
        margin-top: 5%;
        margin-bottom: 5%;        
    }
}

.forecast-blocks{
    margin-top: 2%;
}

.text-forecast{
    padding-top: 20%;
    padding-bottom: 20%;
}

.text-forecast p{
    font-size: 20px;
}

.space-sm-2{
    margin-top: 3%;
    margin-bottom: 3%;
}

.space-md-2{
    margin-top: 5%;
    margin-bottom: 5%;
}

.semblance-text-bg-container p>strong{
    /*font-weight: bolder;*/
    /*font-family: 'pt_sans_narrowbold';*/
}

.semblance-text-bg{
    height: 914px;
    background-image: url(../img/semblance-text-bg.jpg);
    background-position: right;
    background-repeat: no-repeat;
    border-top: solid #cbcbcb 2px;
    border-bottom: solid #cbcbcb 2px;
}

.semblance-text-bg-container{
    margin-top: 5%;
    color: white;
    background-color: rgba(0,0,0,0.3);
}

.semblance-text-bg-filter{
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
}

.semblance-title-margin{
    margin-top: 3%;
    margin-bottom: 3%;
}

.semblance-gall .nav>li>a{
    border-radius: 0;
    font-size: 12px;
    text-align: center;
    background-color: #e1070f;
}

.semblance-gall-img .arrow-md{
    border-top: 0;
    border-bottom:solid #e1070f 7px;
}

.semblance-navpills-container{
    border-bottom:solid #e1070f 7px;
}

.semblance-title-margin p>strong{
    /*font-weight: bolder;*/
    /*font-family: 'pt_sans_narrowbold';*/
}

.semblance-statistics-number{
    position: absolute;
    top: 37%;
    left: 47%;
}

.semblance-forecast-number{
    position: absolute;
    top: 3%;
    left: 49%;
}

.semblance-works{
    border-top: solid #cccccc 2px;
    border-bottom: solid #cccccc 2px;
}

@media (min-width: 992px){
    .semblance-text-bg-container{
        color: #050505;
        background-color: transparent;
    }
}

/*   DIRECTORIO   */

.directory-container-fluid{
    background-color: #050505;    
}

.directory-photos .filter-red:hover{
    opacity: 1;
}

.acordeon-container{
    cursor: pointer;
    border-bottom: solid white 1px;
}

.mint{
    background-color: #f2f2f2;
}

.acordeon-inside{
    display: none;
}

.filter-red{
    /*max-width: 100%;*/
    width: 100%;
    height: 100%;
    background-color: #DA3833;
    opacity: 0;
    transition: opacity 1s;
    position: absolute;
    top: 0;
    left: 0;
}

.col-md-2.directory-photos{
    width: 20%;
}

.desc-directory-photos{
    max-width: 90%;
    margin:auto;
    text-align: left;
    padding-top: 3%;
}

.directorio-container .basic-block-h3, .directorio-container .basic-block-body{
    text-align: left;
    color: white;
}

.directory-area{
    width: 100%;
    background-color: #333333;
    color: white;    
}

.directory-contacts p{
    margin-top: 5px;
    margin-bottom: 5px;
}

.directory-list-title .block-un-texto{    
    text-align: left;
    font-size: 30px;
    margin-top: 15%;
    margin-bottom: 5%;
}

.filter-form-container{
    width: 80%;
    margin:auto;
}

.filter-form-container button{
    width: 100% !important;
}


.flex-container p{
    color: #DA3833;
    font-size: 15px;
    opacity: 0;
}

.flex-container{
    margin-bottom: 2%;
    height: 100px;
}

.flex-item:hover p{
    opacity: 1;
}

.cca-show-container h2, h1{
    margin: 0;
}

/*  DRAMALAB    */
.dramalab-general-container .basic-block-body{
    color: #050505 !important;
    text-align: left;
}

.dramalab-general-container .basic-block-body h3, h2, h1{
    font-weight: initial !important;
}

.dramalab-general-container .basic-block-h3{
    /*text-align: left;
    color: #050505 !important;*/
    display: none;
}

/*  QUIENES SOMOS - CCA7    */
.cca-show-container .descrip3-container h2{
    font-weight: bold !important;    
}

.cca-show-container .descrip3-container h3{
    font-weight: initial !important;
}

.descrip3-container h2{
    margin-top: 0;
}

.block-basic-block h3{
    margin-top: 0;
}

.block-basic-image-semblance h2{
    margin-top: 0;
}

.cca-show-container .basic-block-h3{
    font-size: 30px;
}

.cca-show-container .basic-block-body h3{
    font-weight: initial !important;
}

/* BLOG - CCA77 */

.blog-summary-container{
    display: none;
    /*border-bottom: solid #cccccc 1px;*/
}

.blog-summary-container h4{
    margin: 0;
}

.blog-cca-node-container img{
    max-width: 100%;
}

.blog-description p{
    color: initial;
}

/*  SEMBLANZAS - CCA77  */

.semblance-cca-container{
    display: none;       
}


/*  IMPACTO SOCIAL - CCA77  */
.cca-show-container .block-basic-block{
    display: none;
}

.cca-show-container .basic-block-h3{
    color: #050505 !important;
    text-align: left !important;
    margin: 0;
}

.cca-show-container .basic-block-body{
    color: #050505 !important;
    text-align: left !important;
}

/*  FORMULARIO DE CONTACTO  */

#contact-message-cca-form .form-type-textfield{
    background-color: #f2f2f2;
    height: 100px;
    padding-right: 20px;
    padding-left: 20px;
}

.cca-show-container .form-item-name, .cca-show-container .form-item-mail, .cca-show-container .form-item-subject-0-value, .cca-show-container .form-item-message-0-value{
    display: none;
}

#edit-preview{
    display: none;
}

textarea.form-control{
    height: 34px;    
}

#edit-field-fotoscca-0-upload{
    padding-bottom: 5%;
}

.form-control{
    border-radius: 0;
}

#edit-field-quien-wrapper, #edit-field-cuales-wrapper, #edit-field-compartenos-wrapper, #edit-field-enque-wrapper{
    background-color: #f2f2f2;
    padding: 2%;    
}

#edit-field-platicanos-wrapper, #edit-field-porque-wrapper{
    padding: 2%;
}

#contact-message-cca-form .btn-primary{
    background-color: #050505 !important;
    border-color: #050505;
}

#contact-message-cca-form .btn{
    border-radius: 0;
}

#edit-field-fotoscca-0-upload::after{
    content: "Formatos admitidos: .png, .jpg, .jpeg";
}

.mouse-pointer{
    cursor: pointer;
}

.swal2-modal .swal2-input{
    background-color: transparent;
    border: solid white 1px;
}

.swal2-modal .input-edad{
    width: 30%;
    float: left;
}

.swal2-modal .input-deleg{
    width: 65%;
    float: left;
    margin-left: 5%;
}

.swal2-modal .input-transporte{
    width: 45%;
    float: left;
}

.swal2-modal .input-visita{
    width: 51%;
    float: left;
    margin-left: 4%;
}

#body-node-event p{
    margin: 0;
}

.swal2-modal .swal2-input::-webkit-input-placeholder{
    color: #fff;        
}

.swal2-modal .swal2-input::-moz-placeholder{
    color: #fff;        
}

/*  CALENDARIO  */

.calendar-more-functions-btn{
    width: 100%;
    text-align: center;
    background-color: #e1070f;
    color: white;
    padding: 4%;
    margin-top: 10px;
}

.calendar-more-functions-btn:hover{
    background-color: #050505;
}

.calendar-bg-today .calendar-more-functions-btn{
    background-color: #050505;
}

.calendar-bg-today .calendar-more-functions-btn:hover{
    color: #DA3833;
}

@media (min-width: 992px) and (max-width: 1480px) {
    .calendar-information-container{
        margin-bottom: 2px;
        margin-top: 2px;
    }
    .calendar-information-container{
        margin-bottom: 2px;
        margin-top: 2px;
    }

    /*.calendar-day-name{ 
        margin-bottom: 1px !important;
    }*/
}

@media (min-width: 992px) {

    .calendar-more-functions-btn{
        position: absolute;
        bottom: 0;
    }

    .submenu-hd-mb{
        display: block;
    }

    .day-name-mb{
        display: none;
    }

    .calendar-day-container{
        width: 14.28571428%;
        height: 325px;
    }

    .calendar-day-number{
        position: absolute;
        left: 10px;
        font-weight: initial !important;
        color: gray;
        top: 0;
    }

    .calendar-day-number-mb{
        display: none;
    }

    .calendar-day-name{        
        font-size: 15px;
        color: gray;
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .calendar-information-container{
        width: 100%;        
    }
    .calendar-information-container:hover{
        background-color: #050505;
        color: white;
    }

    .calendar-bg-today .calendar-event-time{
        color: #050505;
    }

    .calendar-bg-today .calendar-information-container:hover .calendar-event-time{
        color: #DA3833;
    }

}

.calendar-day-container{
    border: solid gray 1px;
}

.calendar-space{
    padding-top: 25%;
}

.calendar-day-container p{
    margin: 0;
}

.calendar-bg-today{
    background-color: #e1070f;
    height: 100%;
    color: white;
}
.calendar-bg-today .calendar-day-number{
    color: white !important;
}

.calendar-bg-today .calendar-day-name{
    color: white !important;
}

.calendar-cover-event{
    height: 100%;
    width: 100%;
}

.calendar-event-name{
    font-weight: bold;
    font-size: 13px;   
}

.calendar-event-time{
    color: #e1070f;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 992px){

    /*.calendar-day-number{
        display: none;
    }
    .calendar-day-number-mb{
        display: block;
    }*/

    .calendar-bg-today .calendar-event-time{
        color: #050505;
    }

    .submenu-hd-mb{
        display: none;
    }

    .calendar-day-name{
        display: none;
    }

    .calendar-information-container{
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .calendar-space{
        display: none;
    }

    .calendar-day-number, .day-name-mb{
        text-align: left;
    }

    .calendar-day-container{
        display: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .calendar-day-container.contiene{
        display: block !important;
    }
}

/*  PÁGINA DE BÚSQUEDA  */

.path-search .region.region-content{
    margin-top: 3%;
    min-height: 75vh;
}

.result-page-container #search-form{
    display: none;
}

.path-search #edit-help-link{
    display: none;
}

.path-search .pager-nav.text-center{
    display: none;
}

.result-page-container{
    border:solid 2px #f2f2f2;
}

.li-search-r ol{
    padding-left: 0;
}

.li-search-r li{
    margin-left: 2%;
    list-style: none;
}

@media (min-width: 768px) and (max-width: 1280px) {
    #block-formulariodebusqueda{
        top: 3%;
        width: 24%;
    }

    .header-network-off ul{
        display: none;
    }

    .header-network-off span{
        display: none;
    }    

}

@media (max-width: 768px){

    .visiblemb-off{
        display: none !important;
    }

    #block-formulariodebusqueda{
        width: 90%;
        top: 13.5%;
        left: initial;
    }

    .main-menu-m{
        margin-top: 12%;
    }

    #block-formulariodebusqueda button{
        color: #e1070f;
    }

    .services-bottom-bar{
        height: 0;
    }
}

/*HORIZONTAL*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

    .visible-portrait{
        display: none !important;
    }

    .text-forecast p{
        font-size: 17px !important;
    }

    .padding-landscape{
        /*padding-top: 80px;*/
    }

    .padding-landscape-cal{
        padding-top: 1px;
    }

    .tablet-off{
        display: none !important;
    }

    .tablet100{
        width: 100% !important;
    }

    #header-network-container{
        margin-left: 1% !important;
    }

    .navbar-nav > li > a{
        margin-left: 10px !important;
    }

}

/*VERTICAL*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

    .visible-landscape{
        display: none !important;
    }

    .padding-portrait{
        /*padding-top: 80px;*/
    }

    .tablet-off{
        display: none !important;
    }

    .tablet100{
        width: 100% !important;
    }

    .input-newsletter{
        width: 100% !important;
    }

    #sub-newsletter-form input{
        width: 100%;
    }

    .social-icons-contact img{
        margin-left: 20%;
    }

    .text-center-portrait{
        text-align: center;
    }

    .logos-sds{
        max-width: 50%;
        margin: auto
    }

    .more-functions-text{
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .services-text-description-container{
        margin-top: 0;
    }

    .services-bottom-bar{
        height: 0;
    }

    .padding-portrait-cal{
        padding-top: 1px;
    }

    .navbar-toggle{
        margin-top: 20px;
        margin-right: 0px;
    }

}



/*  LOADING GIF */

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% { 
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.forceH{
    height: 100% !important;
    padding: 17px;
}

.corners{
    padding: 10px 15px 10px 15px;
}