
.uk-form-stacked .uk-form-width-large,.uk-form-controls .uk-form-width-small,.company .inputbox{
	border: 2px solid #eb5d40;
    padding: 0px 20px;
    border-radius: 10px;
	min-height: 55px;
}

.buscador{
    background-color:  #DCDCDC;
}

.company .countries,.company .states{
	border: 2px solid #eb5d40;
    height: 35px;
    border-radius: 8px;
    font-size: 13px;
	padding: 0px 20px;
}

.companyForm #bloque1,.companyForm #bloque2{
	width: 49%;
}

.companyLogo,.buttons{
	display: block;
	margin-top: 30px;
}
.textarea_update{
    width: 100%;
    height: 20em;
    display: block;
}

.clear {
    clear: both;
    display: table;
}

.adt-filters-container {
    height: 64px;
    width: 100%;
    background-color: #f0ece2;
}

.adt-filters-container.fixed {
    position: fixed;
    top: 0;
    z-index: 1;
}

.adt-group-items {
    display: block;
    width: 100%;
    color: #91989c;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #91989c;
    margin: 20px 0 15px;
    font-weight: bold;
}

.adt-group-items:after, .adt-group-items:before {
    display: table;
    content: '';
    clear: both;
}

.adt-image {
    width: 31%;
    padding: 0;
    margin: 0 1% 2%;
    background: #fff;
    box-sizing: border-box;
}

.adt-item {
    width: 31%;
    float: left;
    padding: 0;
    margin: 0 1% 6%;
    background: #fff;
    box-sizing: border-box;
}

@media (max-width: 1171px) {
    .adt-item {
        width: 48%;
    }
}

@media (max-width: 993px) {
    .adt-item {
        width: 100%;
        margin: 0 0 2%;
    }
}

.adt-item-feature-image {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
}

.adt-item-feature-image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 66.66%;
}

.adt-item-feature-image-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.adt-item-feature-image-container .adt-item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.adt-item-image a{
    display:block;
    width:100%;
    height:100%
}

.adt-item-feature-image-container img {
    width: 100%;
    display: flex;
    max-width: none;
    cursor: pointer;
}

.adt-item-cat-info {
    line-height: 1rem;
    height: 6rem;
    /*max-height: 2rem;*/
    text-transform: uppercase;
    margin: 10px 0;
    text-align: center;
    width: 100%;
    position: relative;
}


.adt-item-cat-info .adt-item-category {
    font-size: 12px;
}

.adt-item-cat-info .adt-item-category span:first-child {
    font-weight: bold;
}


.adt-item-cat-info .adt-item-category span:last-child {
    border-left: 1px solid #91989c;
    margin-left: 4px;
    padding-left: 4px;
}

.adt-item-cat-info .adt-item-sponsor {
    font-size: 12px;
    color: #cebe9e;
}

.adt-item-title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    padding: 0 15px;
    margin: 15px 0;
    line-height: 28px;
    font-size: 22px;
    text-transform: uppercase;
    color: #91989c;
    font-weight: bold;
    height: 56px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.adt-item-title a {
    color: #91989c;
}

.adt-item-staff-info {
    height: 115px;
    text-align: center;
    padding-bottom: 32px;
    overflow: hidden;
    position: relative;
}

.adt-item-staff-info .adt-item-staff-more {
    height: 45px;
    background: #fff;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    padding-top: 10px;
    user-select: none;
}

.adt-item-staff-info .adt-item-staff-more i {
    line-height: 10px;
}

.adt-item-staff-info .adt-item-staff-actor {
    margin-bottom: 5px;
}

.adt-item-staff-info .adt-item-staff-actor .adt-item-staff-actor-name {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.adt-item-staff-info .adt-item-staff-actor .adt-item-staff-actor-ocupation {
    font-weight: normal;
    font-size: 10px;
    color: #91989c;
    line-height: 14px;
    text-transform: uppercase;
}

.adt-item-dates {
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 0;
    box-sizing: content-box;
    font-size: 12px;
}

.adt-item-dates .adt-item-dates-date {
    display: inline-block;
    border-left: 1px solid #7eb6d2;
    padding: 0 4px;
}

.adt-item-dates .adt-item-dates-date:first-child {
    border: 0;
}

.adt-item-dates .adt-item-dates-date span {
    font-weight: bold;
}

.adt-item-show-intro {
    height: 240px;
    width: 100%;
    background: #fff;
}

.carousel {
    overflow: hidden;
}

.adt-item-show-content {
    margin-bottom: 30px;
}

.adt-item-show-dates {
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

.adt-item-show-dates .adt-item-dates-date {
    border-right: 1px solid #000;
    display: inline-block;
    padding: 0 5px;
    line-height: 14px;
    font-size: 12px;
}

.adt-item-show-dates .adt-item-dates-date span {
    font-weight: bold;
}

.adt-item-show-dates .adt-item-dates-date:last-child {
    border-right: 0;
}

.adt-item-show-title {
    display: block;
    display: -webkit-box;
    width: 100%;
    text-align: center;
    color: #91989c;
    font-size: 48px;
    font-weight: bold;
    line-height: 54px;
    height: 110px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.adt-item-show-cats {
    background: #fff;
}

.adt-item-show-cats.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 130px;
    z-index: 10000;
}

@media (max-width: 992px) {
    .adt-item-show-cats.fixed {
        left: 40px;
    }
}

.adt-item-show-tabs {
    width: 100%;
    height: auto;
    border-top: 1px solid #7eb6d2;
    border-bottom: 1px solid #7eb6d2;
    text-align: center;
    margin: 0;
}

.adt-item-show-tabs .adt-item-show-tab {
    border-left: 1px solid #7eb6d2;
    height: 30px;
    padding: 6px 12px;
    margin: 5px 0;
    display: inline-block;
    line-height: 20px;
}

.adt-item-show-tab-contents {
    margin: 50px 5% 0;
    background-color: #fff;
}

.adt-item-show-related-container {
    margin: 50px 5% 0;
}

.adt-item-show-tab a {
    color: #000000;
}

.adt-item-show-tabs .adt-item-show-tab:last-child {
    border-right: 1px solid #7eb6d2;
}

.adt-item-show-social {
    text-align: center;
    padding: 15px 0 30px;
}

.adt-social-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
}

.adt-icon {
    width: 26px;
    height: 26px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}

.adt-icon.twitter {
    background-image: url('../images/icon-twitter.png');
}

.adt-icon.facebook {
    background-image: url('../images/icon-facebook.png');
}

.adt-icon.instagram {
    background-image: url('../images/icon-instagram.png');
}

.adt-item-tab-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 10%;
}

.adt-item-show-tab-title {
    display: block;
    width: 100%;
    color: #91989c;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #91989c;
    margin: 20px 0 15px;
    font-weight: bold;
}

.adt-item-show-tab-title:after, .adt-item-show-tab-title:before {
    display: table;
    content: '';
    clear: both;
}

.adt-item-show-tab-sinopsis {
    text-align: justify;
}

.adt-item-show-tab-sinopsis-container {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.adt-item-show-tab-sinopsis-container > p {
    margin: 0;
}

.adt-item-show-basic-information {
    text-align: center;
    margin: 10px 10%;
    padding-top: 20px;
}

.adt-item-show-basic-information .adt-item-basic-content {
    height: 52px;
    line-height: 16px;
    font-size: 12px;
    background: #e1e8ec;
    display: inline-block;
    padding: 10px;
    margin: 0 5px 10px;
    text-align: left;
}

@media (max-width: 992px) {
    .adt-item-show-basic-information .adt-item-basic-content {
        width: 100%;
        margin: 0 0 1px;
    }

    .adt-item-tab-content { 
        padding: 10px 5%;
    }

    .adt-item-show-basic-information {
        margin: 10px 5%;
    }
}

.adt-item-show-basic-information .adt-item-basic-content .adt-item-basic-content-title {
    font-weight: bold;
    text-transform: uppercase;
}

.adt-item-show-basic-information .adt-item-basic-content.adt-item-show-choose-ticket,
.adt-item-show-basic-information .adt-item-basic-content .adt-item-show-choose-ticket {
    background-color: #7eb6d2;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
}

.adt-item-basic-content-shows {
    padding-left: 40px;
    background-image: url('../images/icon-calendar.png');
    background-position: center left;
    background-repeat: no-repeat;
}

.adt-item-basic-content-duration {
    padding-left: 40px;
    background-image: url('../images/icon-clock.png');
    background-position: center left;
    background-repeat: no-repeat;
}

.adt-item-show-related-title {
    display: block;
    width: 100%;
    color: #91989c;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #91989c;
    margin: 20px 0 15px;
    font-weight: bold;
}

.adt-item-show-repertory {
    text-align: center;
    text-transform: uppercase;
}

.adt-item-show-repertory span {
    border-left: 1px solid #000;
    font-weight: bold;
    padding: 0 5px;
    margin: 0 3px;
}

.adt-item-show-tab-actors {
    text-align: center;
}

.adt-item-show-actors-container {
    text-align: center;
    width: 100%;
}

.adt-item-show-actors-actor {
    width: 29%;
    margin: 0 2%;
    display: inline-block;
}

@media(max-width: 992px){
    .adt-item-show-actors-actor {
        width: 100%;
        margin: 0;
    }
}

.adt-item-show-actors-actor .adt-item-show-actor-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.adt-item-show-actors-actor .adt-item-show-actor-image img {
    width: 100%;
}

.adt-item-show-actors-actor .adt-item-show-actor-image .wrapper {
    padding-bottom: 100%;
}

.adt-item-show-actors-actor .adt-item-show-actor-image .image {
    width: 100%;
    height: 100%;
}

.adt-item-show-actor-name {
    line-height: 30px;
    font-size: 20px;
    padding: 10px 0 0;
    color: #cebe9e;
    font-weight: bold;
    text-transform: uppercase;
}

.adt-item-show-actor-ocupation {
    line-height: 14px;
    font-size: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h2{
    color: white;
}

.mensaje-container {
    width: 100%;
}

.mensaje{
    background-color: #c7dcc7;
    padding: 10px;
    box-sizing: content-box;
    float: left;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    position: relative;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.mensaje:after {
    content: "";
    display: block;
    bottom: 0;
    left: -6px;
    position: absolute;
    width: 0; 
    height: 0; 
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #c7dcc7 transparent;
}

.mensaje2{
    background-color: #d89f8e;
    padding: 10px;
    box-sizing: content-box;
    float: left;
    margin-bottom: 10px;
    margin-right: 30px;
    width: auto;
    display: inline-block;
    position: relative;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.mensaje2 {
    float:right;
}

.mensaje2:after {
    content: "";
    display: block;
    bottom: 0;
    right: -6px;
    position: absolute;
    width: 0; 
    height: 0; 
    border-style: solid;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #d89f8e;
}

.mensaje-container:before, .mensaje-container:after {
    clear: both;
    display: block;
    content: "";

}

.uk-tab-grid.uk-tab-bottom:before, .uk-tab-grid:before{
    border-top: 0 !important;
}

.uk-tab-center {
    border-bottom: 0 !important;
}
.logos{
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: absolute;
}

#search .uk-tab-center .uk-tab {
    right: 0%;
}

#search .uk-tab-center .uk-tab > li {
    right: 0%;
}

.page-list {
    width: 100%;
}

.page-btn {
    width: 16px;
}

.uk-alert-large {
    padding: 25px;
}
.uk-alert {
    margin-bottom: 15px;
    padding: 5px 15px;
    background: #004c081f;
    color: #004c08;
    border-radius: 0;
    border: solid 0px #004c08;
}