.error-message{
    color: red;
}

.required > label {
    font-weight: bold;
}
.required > label:after {
    content: ' *';
    color: #C3232D;
}

.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

.col-center{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.center-block{
    float: none;
}

/* owl controls */
.owl-controls {
    width: 100%;
    margin-bottom: 50px;
}

.owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    padding: 3px 10px;
    font-size: 12px;
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.owl-prev {
    left: 0;
    background-color: #3c8dbc;
    color: #f1f1f1;
}

.owl-next {
    left: 30px;
    background-color: #f1f1f1;
    color: #3c8dbc;
}

.owl-prev:hover,
.owl-next:hover,
.gray-bg .owl-next:hover {
    background-color: #333333;
    color: #f1f1f1;
}

.gray-bg .owl-next {
    background-color: #ffffff;
}

.owl-controls .owl-buttons div:after {
    font-family: "fontello";
    font-size: 18px;
    line-height: 26px;
}

.owl-prev:after {
    content: "\e87c";
}

.owl-next:after {
    content: "\e87d";
}

.no-touch .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.content-slider-with-controls {
    margin-bottom: 20px;
}

.content-slider-with-controls .owl-controls,
.content-slider-with-controls-autoplay .owl-controls {
    margin-bottom: 0;
}

.content-slider-with-controls .owl-buttons div,
.content-slider-with-controls-autoplay .owl-buttons div {
    top: 50%;
    margin-top: -15px;
    background-color: #e84c3d;
    color: #f1f1f1;
}

.content-slider-with-controls .owl-buttons div.owl-next,
.content-slider-with-controls-autoplay .owl-buttons div.owl-next {
    left: auto;
    right: 0;
}

.content-slider-with-controls .owl-prev:hover,
.content-slider-with-controls .owl-next:hover,
.content-slider-with-controls-autoplay .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-next:hover {
    background-color: #f1f1f1;
    color: #e84c3d;
}

.content-slider-with-controls-bottom .owl-controls .owl-pagination {
    bottom: -30px;
}

.content-slider-with-controls-bottom .owl-controls .owl-page span {
    background: #acacac;
}

.owl-controls .owl-pagination {
    position: absolute;
    bottom: 25px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}

.owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 4px;
    background: #ffffff;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
    background: #e84c3d;
}

.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(241, 241, 241, 0.85);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.overlay a {
    display: inline-block;
    width: 100%;
    height: 50px;
    font-size: 26px;
    color: #3c8dbc;
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

.overlay span {
    position: absolute;
    display: block;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #000000;
    font-style: italic;
}

.overlay-links {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -70px;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: all 0.25s linear 0.05s;
    -o-transition: all 0.25s linear 0.05s;
    transition: all 0.25s linear 0.05s;
}

.overlay-links a {
    position: static;
    margin-top: 0;
    margin-left: 0;
}

.overlay-links a + a {
    left: 50px;
    color: #ffffff;
    background-color: #e84c3d;
}

.overlay a:hover {
    color: #ffffff;
    background-color: #333333;
    text-decoration: none;
}

.overlay i {
    line-height: 50px;
}

.box-style-1 .overlay i {
    font-size: 26px;
    margin: 0;
}

a.overlay {
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}

a.overlay:hover {
    text-decoration: none;
}

.listing-item a.overlay {
    -webkit-transition: linear 0.25s;
    -o-transition: linear 0.25s;
    transition: linear 0.25s;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.listing-item a.overlay:hover {
    text-decoration: none;
}

a.overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 40px;
    line-height: 42px;
    color: #e84c3d;
    margin-top: -22px;
    margin-left: -18px;
    text-align: center;
}

a.overlay.small i {
    font-size: 18px;
    line-height: 1;
    margin-top: -8px;
    margin-left: -8px;
}

.overlay .social-links {
    margin: 0;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.overlay .social-links li {
    margin: 0 auto;
}

.overlay .social-links li a {
    margin: 2px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    position: static;
}

.overlay .social-links li a:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    text-decoration: none;
}

.overlay .social-links li a i {
    line-height: 38px;
    font-size: 24px;
    margin: 0;
}

.overlay-container:hover .overlay,
.overlay-container:hover .overlay-links {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.boton-img{
    background: transparent;
    border: 0px;
    padding: 0px;
    margin: -10px;
}

.boton-img:hover{
    background: transparent !important;
    border: solid 1px #007700 !important;
    padding: 0px;
    margin: -10px;
}

.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: -20px;
    margin-top: 90px;
    font-weight: 300;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: max-content !important;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: max-content !important;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    /*width: 100% !important;*/
}

/*.select2-container--default.select2-container--open {
    border-color: #3c8dbc;
    width: max-content !important;
}*/

/*.select2-container--default.select2-container--focus, .select2-selection.select2-container--focus, .select2-container--default:focus, .select2-selection:focus, .select2-container--default:active, .select2-selection:active {
    outline: none;
    width: 100% !important;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}*/

.datepicker {
    z-index: 1050 !important;
}

label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.titulo-centro-publicidad {
    position: absolute;
    margin-top: -135px;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 767px){

    .titulo-centro-publicidad {
        margin-top: -58px;
        font-size: 7px;
    }

}