/*
Basic of template
*/
html, body, .fullScreen {
    height: 100%; }

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    overflow-x: hidden;
}
#wrapper {
    width: 100%;
    overflow-x: hidden;
    /*display: -ms-flex;
    display: -webkit-flex;
    display: flex;*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family:"Lato", serif;
    font-weight: 400;
    line-height: 1.3;
    color: #333;
    letter-spacing: 2px; }

button, input, optgroup, select, textarea {
    font-family: "Crimson Text", serif; }

button:focus {
    outline: 0 !important; }

.btn {
    border-radius: 0 !important;
}
a, .simple-hover img, button, .btn {
    transition: all 0.3s;
    -webkit-transition: all 0.3s; }

a {
    color: #E6B800;
    text-decoration: none; }
a:hover, a:focus {
    text-decoration: none;
    outline: 0 !important;
    color: #666; }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

*,
::after,
::before {
    box-sizing: border-box;
}
.bg-dark{
    background-color: #333333 !important;
}
.bg-tres-cruces {
    background-color: #E6B800 !important;
}

/* topBar */
.top-bar {
    min-height: 45px;
}
.left-nav {
    display: table-cell;
    vertical-align: top;
    width: 250px;
    background-color: #cccccc;
    z-index: 3000;
    position: relative;
    box-shadow: inset -2px 0 30px rgba(0, 0, 0, 0.02); }
.left-nav .logo {
    padding-bottom: 25px; }
.left-nav .nav-container {
    position: fixed !important;
    height: 100% !important;
    box-sizing: content-box;
    top: 0 !important;
    z-index: 3000;
    width: 250px;
    overflow-y: auto; }
.left-nav .nav-container .nav-parent {
    width: 100%;
    position: relative;
    height: 100%;
    border-collapse: collapse; }
.left-nav .nav-container .nav-parent .row-navbar {
    display: table-row;
}
.left-nav .nav-container .nav-parent .row-social {
    display: table-cell;
    vertical-align: bottom; }
.left-nav .nav-container .nav-parent .row-social a {
    color: #E6B800;
    display: inline-block;
    margin: 3px; }
.left-nav .verticle-nav {
    text-align: left;
}
.left-nav .verticle-nav > li > a {
    display: block;
    letter-spacing: .1em;
    color: black;
    font-size: 1.1rem;
    font-weight: 400;
    padding: .2rem 2rem;
    font-family: "Lato", serif;
    text-transform: uppercase;
    border-bottom: 1px solid #c1c1c1;
    line-height: 1.5em;
}
.left-nav .verticle-nav > li > a:hover, .left-nav .verticle-nav > li > a:focus, .left-nav .verticle-nav > li > a:active, .left-nav .verticle-nav > li > a.active {
    color: #E6B800; }
.left-nav.left-darknav {
    background-color: #000; }
.left-nav.left-darknav .verticle-nav > li > a, .left-nav.left-darknav .nav-parent .row-social a {
    color: #aeaeae; }
.left-nav.left-darknav .verticle-nav > li > a:hover, .left-nav.left-darknav .verticle-nav > li > a:focus, .left-nav.left-darknav .verticle-nav > li > a:active, .left-nav.left-darknav .verticle-nav > li > a.active, .left-nav.left-darknav .nav-parent .row-social a:hover, .left-nav.left-darknav .nav-parent .row-social a:focus, .left-nav.left-darknav .nav-parent .row-social a:active, .left-nav.left-darknav .nav-parent .row-social a.active {
    color: #fff; }
/* left nav submenu */
.submenuLateral {
    text-align: left;
    margin-left: 16px;
    padding: .1rem 1rem;
}
.submenuLateral p {
    margin-bottom: 5px;
}
.submenuLateral p a{
    letter-spacing: .1em;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Lato", serif;
    border-bottom: 1px solid #c1c1c1;
    line-height: 1.1em;
}
.submenuLateral p a:hover{
    color: black !important;
}
.dropdown .dropdown-toggle, .dropdown .dropdown-toggle a:hover {
    color: black ;
}
.colorBlanco {
    color: white !important;
}
.colorBlanco a{
    color: white !important;
}
.colorNegro {
    color: black !important;
}
.bordeRojo{
    border: 1px solid red !important;
}
/* desktop */
@media (min-width: 992px) {
    .mobile-header {
        display: none; }
    .page-wrapper {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden; }
    .page-wrapper .page-content {
        display: table;
        width: 100%;
        height: 100%;
        table-layout: fixed;
        position: relative; }
    .page-wrapper .page-content .row-brand {
        height: 200px;
    }
    .page-wrapper .page-content .row-brand img { /* logo */
        padding: 25px 0 15px 25px;
    }
    main.main-content {
        position: relative;
        width: 100%;
        vertical-align: top;
        display: table-cell; }
    .footer {
        width: 100%;
        padding: 50px 30px 70px 30px;
        font-size: 15px;
    }
    .footer .container {
        width: 100%;
    }
}

/**preloader**/
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out; }

/*
Preloader style
*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999; }

#preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 5em;
    height: 5em;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    border-top: 0.5em solid #333;
    border-right: 0.5em solid rgba(204, 204, 204, 0.5);
    border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
    border-left: 0.5em solid rgba(204, 204, 204, 0.5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }

#preloader-inner,
#preloader-inner:after {
    border-radius: 50%;
    width: 10em;
    height: 10em; }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

/* mobile */
@media (max-width: 991px) {
    .left-nav .nav-container {
        background-color: #cccccc;
        padding-top: 20px;
        transition: transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
        -webkit-transition: transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
        -webkit-transform: translate3d(-250px, 0, 0);
        -ms-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
        box-shadow: 4px 0 40px rgba(0, 0, 0, 0.05); }
    .left-nav .nav-container .row-brand {
        text-align: center;
    }
    .left-nav.left-darknav .nav-container {
        background-color: #000; }
    header.mobile-header {
        background-color: transparent;
        z-index: 2000;
        height: 50px;
        line-height: 1;
        position: fixed;
        top: 10px;
        left: 0;
        font-family: "Crimson Text", serif;
        margin-right: 10px;
        width: 100%; }
    header.mobile-header .mobile-logo i {
        line-height: 1;
        position: relative;
        top: 10px; }
    header.mobile-header .menu-button {
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        border: 0;
        cursor: pointer;
        box-shadow: none;
        color: #ffffff;
        background-color: transparent;
        padding: 0;
        margin-right: 10px;
        z-index: 9999; }
    header.mobile-header .menu-button > i {
        font-size: 32px;
        position: relative;
        top: -2px;
        vertical-align: middle; }
    header.mobile-header .menu-button > i:before {
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out; }
    header.mobile-header .menu-button:focus, header.mobile-header .menu-button:hover {
        outline: 0 !important; }
    header.mobile-header .menu-button.nav-visible > i.icon-menu:before {
        content: "\e92a"; }
    .nav-container.nav-visible {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    .footer {
        padding: 30px;
        font-size: 14px;
    }
}

.pd-card {
    padding: 40px 20px; }

.bullet-list {
    list-style: circle;
    padding-left: 20px;
    padding-bottom: 0; }
.bullet-list li {
    padding-bottom: 10px; }

.back-to-top {
    position: fixed;
    display: block;
    width: 50px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    bottom: 0;
    right: 30px;
    background: #333;
    color: #fff;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, 15px, 0);
    -webkit-transform: translate3d(0, 15px, 0); }
.back-to-top i {
    display: block;
    font-size: 16px;
    line-height: 30px;
    text-align: center; }
.back-to-top:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    color: #fff; }
.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0); }

/* --------------------------------- FOOTER ------------------------------*/
.footer {
    font-family: "Lato", serif;
    line-height: 22px;
    color: #FEFEFE;
}
.footer a{
    color: white !important;
}

.footer h5{
    color: #888888;
    font-weight: 500;
    border-bottom: 2px solid #434343;
}
.footer i {
    font-size: 20px;
}


/*------------------------------------------------------------------
[Breadcrumb]
*/

.bg-white-dark {
    background-color: #f2f2f2 !important;
}
.breadcrumb {
    background-color: #f2f2f2;
    font-family:"Lato", serif;
    padding: 0 0 10px 15px;

}
.breadcrumb-item a {
    color: #3F3F3F;
    font-weight: 500;
}

.breadTitle {
    font-weight: 700;
    color: #E6B800;
}
/*---- Remates -----*/

.tituloPdf a {
    font-family:"Crimson Text", serif;
    font-weight: 700;
    font-size: 24px;
    color: #3F3F3F;
}

.fechas-apertura-cierre {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
}
.fechas-apertura-cierre > li {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    color: #D9D9D9;
    font-family: 'Lato', sans-serif;
}
.remate-titulo-lote {
    font-family: "Lato", serif;
    font-weight: 500;
    font-size: 16px;
    color: #3F3F3F !important;
}
.card-lotes {
    min-height: 245px;
}
.remateFoto {
    alignment: left;
    text-align: left;
}

.muecaOfertado {
    position: absolute;
    top: 0;
}

@media (min-width: 767px) {
    .muecaOfertado {
        right: 0;
        width: 120px !important;
        height: 25px;
    }
}
@media (max-width: 767px) {
    .remateFoto {
        alignment: center;
        text-align: center;
    }
    .muecaOfertado {
        top: 0;
        right: 0;
        width: 158px;
        height: 36px;
    }
}
/*---- Lotes -----*/
.titulo a{
    font-family: "Crimson Text", serif;
    font-weight: 700;
    font-size: 24px;
    color: #3F3F3F;
}
.flechasNavigationSliderLote i {
    color: #E6B800;
    font-size: 20px;
    font-weight: 700;
}
.item-video iframe {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
/* ------------ Tabla ofertas ---------*/
.divOfertar {
    background-color: #ffffff;
}
.divOfertar i.fa {
    border-radius: 0 !important;
}
.btnOfertaTresCruces {
    background-color: #01903a;
    border-color: #01903a;
    color: #fff;
    padding: 10px;
    font-family: "Lato", serif;
    font-weight: 400;
    letter-spacing: 2px;
    width: 100%;
    font-size: 16px;
}
@media (max-width: 991px) {
    .btnOfertaTresCruces {
        letter-spacing: 0;
        font-size: 16px;
    }
}
.pdBtnOfertar {
    padding-left: 7px;
    padding-right: 7px;
}
.btn-negro {
    color: #fff;
    background-color: black;
    border-color: black;
}

.divOfertarMarcadoLotes {
    background-image: url("../images/back-top-seguir-lote.png");
    background-position: top;
    background-repeat: repeat-x;
}

.borderTablaOferta {
    width: 100%;
    font-size: 16px;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}

.borderTablaOferta td{
    border-top: 2px solid #cccccc;
    padding: 5px;
}

.borderTablaOfertaLC {
    width: 100%;
    font-size: 14px;
}
.borderTablaOfertaLC {
    border: 1px solid #a7a7a7;
}
.borderTablaOfertaLC td, .borderTablaOfertaLC th{
    border-bottom: 1px solid #a7a7a7;
    padding: 5px;
}

.fondoMarcarLote {
    background-color: #2F2E2E;
}
.textoMarcarLote {
    color: #fefefe;
    font-size: 13px;
}

.subrayado {
    text-decoration: underline;
}
.negrita {
    font-weight: bolder;
}
.tablaEjemplarAltolinea td {
    height: 57px !important;
    padding: 7px !important;
    vertical-align: middle !important;
}
.inpBaseOferta {
    border: 1px solid #a7a7a7 !important;
    font-size: 24px;
    text-align: center;
    color: #111111;
    border-radius: 0;
}

.btnLotesSigAnt {
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color: black;
    color: #fff;
    font-family: "Lato", serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16px;
    border-radius: 0 !important;
}

.btnIrRemate {
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color: #bdc0c5;
    color: black;
    font-family: "Lato", serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16px;
    border-radius: 0 !important;
}

.instructivoTitulo {
    border-bottom: 2px solid #cccccc;
    padding: 10px 0 10px 0;
    letter-spacing: 1px;
}
.btnModalOferta {
    font-size: 12px;
    font-weight: 500;
}
.textoModal {
    font-family: "Lato", serif;
    font-size: 16px;
    font-weight: 500;
}
.listaInstrucciones {
    font-family: "Lato", serif;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    list-style-type:none;
    padding-inline-start: 0 !important;
}

.listaInstrucciones li{
    padding-inline-start: 5px !important;
    margin-bottom: 5px !important;
}
.bordeTopLC{
    border-top: 1px solid #cccccc;
}

.bt-3cruces {
    border-top: 1px solid #E6B800;
}
.rojoGroppo {
    color: #E6B800;
}
.colorGris {
    color: #CCCCCC !important;
}
.montoUltimaOferta {
    font-size: 18px;
}


/* ---------- bold sizes ----------------------------*/

.bold200 {
    font-weight: 200;
}
.bold400 {
    font-weight: 400;
}

.bold500 {
    font-weight: 500;
}

.bold600 {
    font-weight: 600;
}

.bold700 {
    font-weight: 700;
}

/* ---------- Slider ----------------------------*/
.tituloSlider {
    font-family: "Lato", serif;
    font-size: 30px;
    font-weight: 300;
    color: white;
    line-height: 30px;
}
@media (max-width: 991px) {
    .tituloSlider {
        font-size: 16px;
        line-height: 6px;
    }
}
/* ---------- Login/Usuarios ----------------------------*/

.recuedroAmarillo {
    background-color: #E6B800;
    border-radius: 0;
    padding: 10px;
    color: white;

}
.recuedroAmarillo p {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 2px;
}
/* ---------- comunes ----------------------------*/
.fuenteBarlow {
    font-family: 'Lato', sans-serif;
}

.fuenteCrimson {
    font-family: "Crimson Text", serif;
}
.espaciado {
    letter-spacing: 2px;
}
.color-tres-cruces {
    color: #E6B800;
}

.btnTresCruces {
    -moz-appearance:none;
    -webkit-appearance:none;
    color: #fff !important;
    background-color: #E6B800;
    border-color: #E6B800;
    font-size: 14px !important;
    padding: 5px 20px 5px 20px;
    font-family: "Lato", serif !important;
    border-radius: 0 !important;
}

.btnTresCruces:hover, .btnTresCruces:focus {
    text-decoration: none;
    outline: 0 !important;
    color: #666;
    background-color: #C19D05;
}
.v-al-tb{
    vertical-align: text-bottom;
}
.linea-divisoria{
    border: 0;
    height: 1px;
    background: #333;
}
.mb-70{
    margin-bottom: 70px;
}
.unSoloTexto {
    margin-top: 20%;
    margin-bottom: 30%;
}
/* ---------- Genetica ----------------------------*/
.familiaTitulo {
    background-color: #2F2E2E;
    padding: 5px 0 5px 10px;
    font-size: 14px;

}
.familiaTitulo a {
    color: white;
}
.familiaGeneticaRecuadro {
    border: 2px solid #E6B800;
}
.fondoAmarillo{
    background-color: #E6B800;
}
.fondoNegro{
    background-color: #2F2E2E;
}
.fondoGris{
    background-color: #cccccc;
}
.epigrafeMedia {
    font-size: 16px;
    margin-bottom: 0;
}
/* ---------- Genetica DEPS ----------------------------*/
.tablaPedigree{
    border-top: 1px solid #E6B800 !important;
    border-bottom: 1px solid #E6B800 !important;
}
.tablaPedigree td {
    padding: .50rem;
    border: none;
}
.hrAmarillo{
    border-top: 1px solid #E6B800 !important;
}
.logoSemex {
    width: 120px;
}
.btnReservar {
    background-color: #01903a;
    border-color: #01903a;
    color: #fff;
    padding: 10px;
    font-family: "Lato", serif;
    font-weight: 400;
    letter-spacing: 1px;
    width: 100%;
    font-size: 24px;
}
.tituloFinalAnimal {
    font-size: 1.15rem;
}
.tablaFicha td, .tablaFicha th {
    padding: .40rem;
    border-top: 1px solid #E6B800 !important;
    border-bottom: 1px solid #E6B800 !important;
}
.tablaDeps {
    border-top: 1px solid black;
    border-bottom: 1px solid #E6B800 !important;
}
.tablaDeps td, .tablaDeps th {
    padding: .05rem;
    border: none;
}
/* ------ slider -------------- */
.carousel-caption {
    display: table-cell;
    vertical-align: middle;
    /*bottom: 25% !important;*/
}
.logoGenetiFest{
    width: 497px !important;
    display:unset !important;
}
.mgTopNeg {
    margin-top: -10px;
}
.subtituloSlide {
    font-family: "Lato", serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.titulo2Slide {
    font-family: "Crimson Text", serif;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 0;
}

.remateFoto {
    alignment: left;
    text-align: left;
}

@media (max-width: 767px) {
    .carousel-caption {
        bottom: 5% !important;
    }
    .slideBtn {
        width: 160px !important;
    }
    .logoGenetiFest {
        width: 250px !important;
    }
    .subtituloSlide {
        font-size: 12px;
        margin-top: 0;
    }

    .titulo2Slide {
        font-size: 11px;
        line-height: 0.7;
        font-weight: 700;
    }
}

/* --------------------- Accordion icon collapsed ------------- */
#titulosDesplegables .card {
    background-color: #ffffff !important;
    border: 0 !important;
}
#titulosDesplegables .card-header {
    border-bottom: 2px solid #cccccc !important;
    padding: 5px 0 5px 0 !important;
    background-color: #ffffff !important;
}

#titulosDesplegables .card-header .title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
#titulosDesplegables .card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}
#titulosDesplegables .card-header {
    cursor: pointer;
    border-bottom: none;
}
#titulosDesplegables .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}
