/*
*******************************
Includes
*******************************
*/
@font-face {
    font-family: 'gobCL';
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/gobcl_light.eot?") format("eot"), url("../fonts/gobcl_light.woff") format("woff"), url("../fonts/gobcl_light.ttf") format("truetype");
}

@font-face {
    font-family: "gobCL";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/gobcl_regular.eot?") format("eot"), url("../fonts/gobcl_regular.woff") format("woff"), url("../fonts/gobcl_regular.ttf") format("truetype");
}

@font-face {
    font-family: "gobCL";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/gobcl_bold.eot?") format("eot"), url("../fonts/gobcl_bold.woff") format("woff"), url("../fonts/gobcl_bold.ttf") format("truetype");
}

@font-face {
    font-family: "gobCL";
    font-weight: 900;
    font-style: normal;
    src: url("../fonts/gobcl_heavy.eot?") format("eot"), url("../fonts/gobcl_heavy.woff") format("woff"), url("../fonts/gobcl_heavy.ttf") format("truetype");
}

.gobcl {
    font-family: "gobCL", Tahoma, Verdana, Segoe, sans-serif;
}

* {
    text-decoration: none !important;
    outline: none !important;
}

body {
    font-family: "gobCL", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #333;
}

a {
    transition: all ease .3s;
    color: #006cb7;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "gobCL", Arial, Helvetica, sans-serif;
}

/*** Header ***/

#header .navbar {
    padding-top: 0;
    display: block;
}

#header .navbar-brand {
    background: url("banner-logo.jpg") left top no-repeat;
    color: #006cb7;
}

#header .navbar-brand h1 {
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin-top: 15px;
    font-weight: bold;
}

#header .navbar-brand p {
    font-size: 14px;
    font-weight: lighter;
    line-height: 16px;
    margin-bottom: 0;
}

#header .navbar-nav {
    width: 550px;
    display: block;
    text-align: right;
    margin-top: 15px;
}

#header .navbar-nav .nav-item {
    display: inline-block;
    font-weight: bold;
    color: #a3a3a3;
}

#header .navbar-nav .nav-item a {
    color: #a3a3a3;
}

#header .navbar-nav .nav-item.active a,
#header .navbar-nav .nav-item a:hover {
    color: #f37d2b;
    text-decoration: underline !important;
}

.sm-only {
    display: none;
}

.bd-search-docs-toggle {
    position: absolute;
    right: 0;
    display: block;
    box-shadow: none;
    top: 15px;
    border-radius: 0;
    width: 40px;
    height: 40px;
    background: #a8babc !important;
    color: #fff !important;
}

/*** Main ***/
main {
    min-height: calc(100vh - 360px);
}

.breadcrumb {
    font-size: 13px;
}

.race_desc {
    width: 50px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.col-form-label {
    font-weight: bold;
}

.table .thead-dark {
    border-color: #f37d2b;
}

.table .thead-dark th {
    background: #f37d2b;
    border: none;
}

label.required:before {
    content: '*';
    display: inline-block;
    color: #ee4d5a;
    margin: 0 3px 0 0;
    position: relative;
}

.ui-dialog .ui-dialog-buttonpane .ui-button,
.botonera button {
    background: #e9ecef !important;
    color: #666 !important;
    text-shadow: none;
    display: inline-block;
    padding: 10px 40px;
    margin: 0 5px 5px;
}

.ui-dialog .ui-dialog-buttonpane .ui-button-text-icon-left .ui-button-text,
.botonera .ui-button-text-icon-left .ui-button-text {
    font-weight: bold;
    font-size: 21px;
    padding: 0 0;
    line-height: 1;
    color: #444;
}

.ui-dialog .ui-dialog-buttonpane .ui-button .ui-icon,
.botonera button .ui-icon {
    display: none;
}

.ui-dialog .ui-dialog-footer .botonera {
    padding: 0 0;
    margin: 0 0;
    border: none;
    text-align: center;
}

/*** Botones ***/
.botonera button,
.btn {
    border-radius: 0;
    font-weight: bold;
    font-size: 21px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .25);
    border: none;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .25);
    color: #fff;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).focus,
.btn:not([disabled]):not(.disabled):focus,
.btn:not([disabled]):not(.disabled).hover,
.btn:not([disabled]):not(.disabled):hover,
.btn:not([disabled]):not(.disabled).active:focus,
.btn:not([disabled]):not(.disabled):active:focus {
    /*box-shadow: none !important;
    border: none !important;*/
}

.btn.btn-success {
    background: #f37d2b !important;
    color: #fff !important;
}

.btn.btn-default {
    background: #e9ecef !important;
    color: #666 !important;
    text-shadow: none;
}

.btn.btn-warning {
    background: #ffc107 !important;
    color: #fff !important;
}

.btn.btn-danger {
    background: #eb3947 !important;
    color: #fff !important;
}

.botonera {
    display: block;
    margin: 20px 0 30px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    text-align: right;
}

.botonera:before,
.botonera:after {
    display: table;
    content: ' ';
    clear: both;
}

.botonera .btn,
.botonera button {
    display: inline-block;
    padding: 10px 40px;
    margin: 0 5px 5px;
}

table.table td .btn {
    background: #a8babc !important;
}

/*** carousel ***/
.carousel-caption {
    text-align: left;
    top: 7%;
}

.carousel-caption h2 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 3px 7px rgba(0, 0, 0, .75);
    line-height: 70px;
    max-width: 300px;
}

.carousel-caption h2 span {
    text-transform: uppercase;
    font-size: 72px;
}

.carousel-caption p {
    max-width: 400px;
    display: block;
    padding: 20px 30px 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 24px;
    font-weight: lighter;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, .75);
    font-weight: bolder !important;
}

.carousel-caption .btn {
    padding: 10px 40px;
}

.carousel-caption .btn .fa {
    margin-right: 5px;
    display: inline-block;
}

.carousel-indicators {
    -webkit-box-pack: start;
    -ms-flex-pack: initial;
    justify-content: left;
    bottom: 40px;
}

.carousel-item {
    max-height: 600px;
    overflow: hidden;
}

/*** Sections ***/

.section {
    padding: 50px;
    text-align: center;
}

.section h2 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 15px;
}

.section h2:after {
    content: '_';
    font-size: 200px;
    display: block;
    overflow: hidden;
    line-height: 0;
    position: relative;

    background: #444;
    height: 2px;
    top: 10px;
    margin: 15px auto 40px;
    width: 125px;
    text-indent: 999px;
}

.section p {
    max-width: 800px;
    margin: 0 auto 30px;
    font-size: 20px;
    font-weight: bold;
}

.section .btn {
    padding: 10px 40px;
}

.section#sec-01 {
    background: #f37d2b url("../images/trans01.png") center top no-repeat;
    background-size: cover;
    color: #FFFFFF;
}
.section#sec-01 h2:after {
    background: #fff;
}

.section#sec-02 {
    text-align: left;
}

.section#sec-02 h2,
.section#sec-02 p {
    max-width: 80%;
    margin: 0 auto 30px;
}

.section#sec-02 h2 {
    margin-top: 40px;
    margin-bottom: 0;
}

.section#sec-03 {
    background: #e5e5e5;
    /*margin-bottom: 50px; */
}

/*** Footer ***/
footer {
    background: #2a2a2a;
    color: #fff;
    padding: 20px 0 0;
}

footer .footer_logo {
    width: 150px;
    margin: 0 0 15px;
}

footer small {
    display: block;
    margin-bottom: 20px;
}

footer h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    display: block;
    min-height: 30px;
}

footer ul {
    display: block;
    padding: 0 0;
    margin: 0 0;
}

footer ul li {
    list-style-type: none;
    line-height: 40px;
    font-weight: 700;
}

footer ul li a {
    color: #6b7a6b;
}

footer .btn {
    background: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    font-size: 15px;
    color: #444;
    padding: 0 0;
    text-shadow: none;
}

footer .btn .fa {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 32px;
    text-align: center;
}

footer .btn:hover .fa {
    color: #cb9734;
}

footer .footer_copy {
    margin-top: 25px;
    text-align: center;
    background: #373737;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 20px 0;
}

/***********************
ZUI Components
***********************/
.ui-widget {
    font-family: "gobCL", Arial, Helvetica, sans-serif;
}

.ui-selectonemenu {
    display: block !important;
}

.ui-fieldset-legend {
    display: none;
}

.ui-panel.ui-widget,
.hide-fielset {
    border: 0;
}

.ui-outputlabel {
    font-weight: bold;
    padding-top: 5px;
}

.ui-inputfield {
    line-height: 28px;
    padding-left: 8px;
}

.ui-selectonemenu label.ui-selectonemenu-label {
    padding-left: 8px;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
    background: #f3f3f3;
    width: 30px;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    position: relative;
    top: 5px;
    margin: 3px auto;
    display: block;
}

.ui-calendar.ui-trigger-calendar {
    position: relative;
    width: 100%;
}

.ui-calendar .ui-inputfield {
    /*
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
  */
    width: 100%;
}

.ui-datepicker-trigger {
    background: #e9ecef !important;
    height: 38px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    float: right;
    position: absolute;
    right: 0;
    left: calc(100% - 35px);
    height: 36px;
    top: -8px;
    color: #666 !important;
}

.ui-button, button.ui-button.ui-state-default, .ui-button.ui-state-default {
    border: none !important;
}

.btn .ui-button-text {
    font-weight: bold;
    font-size: 21px;
    padding: 0 0;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

.ui-message {
    margin-top: 3px;
    border: none;
    vertical-align: middle;
}

.ui-message.ui-message-error {
    background: #e8918f;
}

.ui-message .ui-message-error-icon {
    margin-top: 4px;
    font-size: 18px;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane .ui-button {
    display: inline-block;
}

.ui-datatable th.ui-state-default {
    background: #f37d2b;
    border: none;
    padding: 12px;
}

.ui-datatable th.ui-state-default .ui-column-title {
    color: #fff;
    font-size: 15px;
    font-family: "gobCL", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0 0;
    display: inline-block;
    line-height: 1;
}

.ui-datatable tbody.ui-datatable-data,
.ui-datatable tbody > tr.ui-widget-content,
.ui-datatable tbody td {
    border: none !important;
}

.ui-datatable tbody > tr.ui-widget-content td {
    border-bottom: 1px solid #ccc !important;
    /*word-break: break-word;*/
}

.ui-datatable thead th,
.ui-datatable tbody td,
.ui-datatable tfoot td,
.ui-datatable tfoot th {
    text-align: left;
}

.ui-datatable tbody td {
    padding: 12px;
}

.ui-widget.fa {
    font-family: FontAwesome;
}

.ui-datatable td .btn {
    background: #a8babc !important;
    padding: .375rem .75rem;
    font-size: 21px;
    margin: 0 2px 5px;
}

.ui-datatable td .btn:hover {
    box-shadow: none;
}

.ui-outputlabel .ui-outputlabel-rfi {
    color: red;
    float: left;
    position: relative;
    left: -5px;
    margin-left: 0;
}

.ui-fieldset, .ui-fieldset .ui-fieldset-legend {
    padding: 0 0;
    border: none;
}

.ui-radiobutton .ui-icon-bullet, .ui-radiobutton .ui-icon-blank {
    font-size: 9px;
    margin-top: 2px;
    margin-left: -1px;
}

.datatable-red td {
    color: #e64c4c;
    background: #faebd7;
    font-weight: bold;
}

.datatable-red td:nth-child(3) {
    background: #faebd7 url("../images/maddog.svg") 10px center no-repeat;
    background-size: 30px;
    padding-left: 45px;
}

.datatable-red td .ui-column-title {
    color: #444;
}

.ui-fileupload-row {
    display: initial;
}

.ui-fileupload-row > div {
    display: inline-block
}

.ui-fileupload-row > div.ui-fileupload-progress {
    display: block;
    float: left;
    width: 80%;
    max-width: 80%;
}

.ui-fileupload-content {
    margin-bottom: 5px;
}

.register_unit {
    padding: 0 0;
    margin: 0 auto 30px;
}

.register_unit li {
    list-style-type: none;
    font-size: 19px;
    font-weight: lighter;
    margin-bottom: 15px;

    width: calc(100% / 6 - 5px);
    border-radius: 5px;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: top;
}

.register_unit li a {
    padding: 20px 0;
    display: block;
}

/*
.register_unit li.active:after {
    content: 'Ahora Activo';
    float: right;
    font-weight:bold;
    font-size: 13px;
    line-height: 29px;
}
*/
.register_unit li span {
    width: calc(100% - 120px);
    display: inline-block;
    vertical-align: top;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 10px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    min-height: 100px;
    color: #444;
}

.register_unit li .fa {
    margin-right: 7px;

    display: block;
    font-size: 70px;
    text-align: center;
    margin: 0 auto 15px;
    color: #f37d2b;
}

.register_unit li.active {
    border-radius: 5px;
    background: #67bc6c;
    color: #fff;
    border-color: #67bc6c;
}

.register_unit li.active .fa {
    color: #fff;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .65;
}

.ui-tooltip-text {
    width: 500px;
}

.register_unit li .fa.bone_icon {
    display: block;
    margin: 0 auto;
    width: 50%;
    background: url("../images/icons/bone.png") center center no-repeat;
    height: 85px;
    background-size: contain;
}

.register_unit li .fa.collar_icon {
    display: block;
    margin: 0 auto;
    width: 50%;
    background: url("../images/icons/collar.png") center center no-repeat;
    height: 85px;
    background-size: contain;
}

.register_unit li .fa.dog_icon {
    display: block;
    margin: 0 auto;
    width: 50%;
    background: url("../images/icons/dog.png") center center no-repeat;
    height: 85px;
    background-size: contain;
}

.register_unit li .fa.house_icon {
    display: block;
    margin: 0 auto;
    width: 50%;
    background: url("../images/icons/house.png") center center no-repeat;
    height: 85px;
    background-size: contain;
}

.ui-confirmdialog-yes {
    background: #f37d2b !important;
    color: #fff !important;
}

.ui-confirmdialog-no {
    background: #e9ecef !important;
    color: #666 !important;
    text-shadow: none;
}

.ui-tabs.ui-tabs-top > .ui-tabs-nav
.ui-tabs.ui-tabs-top > .ui-tabs-nav li {
    border: none;
    border: none;
    border-radius: 0;
    background: none;
    margin: 0 0;
    top: 0;
}

.ui-grid-col-3 table td {
    vertical-align: top;
}

.ui-datatable-reflow .ui-datatable-data tr.ui-widget-content:nth-child(odd) {
    background: #efefef;
}

.alert .fa {
    font-size: 21px;
    float: left;
    display: block;
    margin-right: 5px;
}

#consejos .carousel-item p {
    font-weight: normal;
    font-size: 17px;
}

.init_modal .modal-content {
    background: #19a9ef url("../images/bg_modal.jpg") center center repeat;
    background-size: contain;
    color: #fff;
}

.init_modal .modal-title {
    font-weight: bold;
    text-transform: uppercase;
}

.init_modal .alert .fa {
    font-size: 31px;
    margin-right: 10px;
}

.init_modal .alert span {
    line-height: 1.1;
    display: inline-block;
    float: left;
    width: calc(100% - 60px);
}

.init_modal h4 {
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
}

.init_modal .reg_list {
    font-size: 15px;
    padding-left: 20px;
    list-style-image: url('../images/paw_icon.png');
}
.init_modal .reg_list li {
    line-height: 1;
    margin-bottom: 5px;
}

.init_modal .map_content {
    border-radius: 5px;
    background: #fff;
    max-height: 400px;
    padding: 20px;
}

.init_modal .map_content img {
    max-height: 340px;
}

img.contact_icon {
    display: block;
    width: auto;
    margin: -60px auto 40px;
}

.ui-accordion {
    display: block;
    margin-bottom: 60px;
}

.ui-accordion .ui-accordion-header.ui-state-active,
.ui-accordion .ui-accordion-header {
    padding: 20px 40px 20px 15px;
    font-size: 21px;
    color: #444;
    background: rgba(0, 0, 0, .02);
    border: none;
    min-height: 60px;
    display: list-item;
    list-style-type: decimal;
    margin-left: 45px;
    border-left: 15px solid #Fff;
}

.ui-accordion .ui-accordion-header .ui-icon {
    width: 60px;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, .1);
    top: 8px;
    z-index: 1;
    background: rgba(0, 0, 0, .05);
    left: -60px;
}

.ui-accordion .ui-accordion-content {
    padding-left: 75px;
    padding-bottom: 35px;
}

#error_card {
    background: #22a7e0 url("../images/icons/bg_gears.png") center center repeat;
    background-size: contain;
    display: block;
    max-width: 860px;
    margin: -115px auto 30px;
    padding: 40px 40px 0;
    text-align: center;
    font-size: 27px;
    color: #fff;
    position: relative;
}
#error_card .banner_logo {
    position: absolute;
    top: 0;
    right: 30px;
    background: url("../images/icons/banner_gob.jpg") top center repeat-y;
    width: 99px;
    height: 14px;
}

#error_card p {
    margin: 30px auto;
    font-size: 27px;
}

#error_card h1,
#error_card p b {
    font-weight: bold;
    margin: 0 auto 15px;
}

#error_card h1 {
    max-width: 90%;
}

#error_card .alert_soon {
    background: #f47524;
    padding: 0 15px;
    display: block;
    margin: 20px auto 35px;
    max-width: 430px;
}

#error_card .clearfix .pull-left {
    margin-top: 12px;
}

.list_ab li {
    list-style-type: lower-alpha;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #999;
}
table.table_faq {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

table.table_faq th,
table.table_faq td {
    padding: 7px 13px;
    border: 1px solid #ccc;
}

table.table_faq th {
    background: #f2f2f2;
    font-weight: bold;
}
.ui-accordion-content p br {
    line-height: 25px;
}
.ui-accordion-content i {
    color:#ea7929;
}

#sec_movil {
    display: none;
}
