/* fonts 
==================================*/

@font-face {
    font-family: "gotham-bold";
    src: local("fonts/gotham-bold"),
        url("fonts/gotham-bold.eot?#iefix") format("embedded-opentype"),
        url("fonts/gotham-bold.woff") format("woff"),
        url("fonts/gotham-bold.ttf") format("truetype"),
        url("fonts/gotham-bold.svg#gotham-bold") format("svg");
}

@font-face {
    font-family: "gotham-book";
    src: local("fonts/gotham-book"),
        url("fonts/gotham-book.eot?#iefix") format("embedded-opentype"),
        url("fonts/gotham-book.woff") format("woff"),
        url("fonts/gotham-book.ttf") format("truetype"),
        url("fonts/gotham-book.svg#gotham-book") format("svg");
}

@font-face {
    font-family: "gotham-rounded-book";
    src: local("fonts/gotham-rounded-book"),
        url("fonts/gotham-rounded-book.eot?#iefix") format("embedded-opentype"),
        url("fonts/gotham-rounded-book.woff") format("woff"),
        url("fonts/gotham-rounded-book.ttf") format("truetype"),
        url("fonts/gotham-rounded-book.svg#gotham-rounded-book") format("svg");
}

@font-face {
    font-family: "gotham-rounded-bold";
    src: local("fonts/gotham-rounded-bold"),
        url("fonts/gotham-rounded-bold.eot?#iefix") format("embedded-opentype"),
        url("fonts/gotham-rounded-bold.woff") format("woff"),
        url("fonts/gotham-rounded-bold.ttf") format("truetype"),
        url("fonts/gotham-rounded-bold.svg#gotham-rounded-bold") format("svg");
}

@font-face {
    font-family: "gotham-rounded-medium";
    src: local("fonts/gotham-rounded-medium"),
        url("fonts/gotham-rounded-medium.eot?#iefix") format("embedded-opentype"),
        url("fonts/gotham-rounded-medium.woff") format("woff"),
        url("fonts/gotham-rounded-medium.ttf") format("truetype"),
        url("fonts/gotham-rounded-medium.svg#gotham-rounded-medium") format("svg");
}

@font-face {
    font-family: "gotham-medium";
    src: local("fonts/gotham-medium"),
        url("fonts/gotham-medium.eot?#iefix") format("embedded-opentype"),
        url("fonts/gotham-medium.woff") format("woff"),
        url("fonts/gotham-medium.ttf") format("truetype"),
        url("fonts/gotham-medium.svg#gotham-medium") format("svg");
}


/* generales
==================================*/

* {
    font-family: "gotham-book";
    transition: all 0.5s ease;
}

input:hover {
    outline: 0px !important
}

a:hover {
    text-decoration: none;
}

.btn {
    border-radius: 30px;
    width: 120px;
    height: 42px;
}

.btn--naranja {
    background: #DD401F;
    color: #FFFFFF;
}

.btn--naranja:hover {
    opacity: .8;
    color: #FFFFFF;
}


/* login
==================================*/

.bar--login {
    background: #00151b;
    padding: 5px;
    text-align: right;
}

.bar--login h1 {
    font-size: 15px;
    color: #FFFFFF;
    margin: 0px;
}

.bar--login h1 a {
    color: rgb(237, 104, 78);
    font-weight: bold;
}

.loginForm {
    max-width: 400px;
    margin: 10px auto 50px auto;
    padding: 20px;
}

.loginForm .campo {
    margin-bottom: 15px;
}

.loginForm .campo label {
    width: 100%;
    font-family: "gotham-book";
    color: #ffffff;
    font-size: 14px;
}

.loginForm .campo input {
    width: 100%;
    font-family: "gotham-book";
    -webkit-appearance: none;
    padding: 10px;
    border: none;
    background: #FFFFFF;
    border: 1px solid #bebebe;
    color: #272727;
}

.loginForm .campo button {
    margin-top: 20px;
    font-family: "gotham-medium";
    -webkit-appearance: none;
    background: #DD401F;
    padding: 5px 10px;
    border: none;
    color: #FFFFFF;
}

.loginForm .status {
    color: #FFFFFF;
    background: #ffffd040;
    padding: 10px;
    font-size: 12px;
}


/* header
==================================*/

.header-section--black {
    background: #000000;
    border-bottom: none;
}

.header-section--black .site-logo img {
    margin: 25px;
    margin-left: 60px;
    margin-right: 65px;
}

.header-section--black .site-nav-menu ul li a {
    color: #FFFFFF;
}

.header-section--black .header-info-box p,
.header-section--black .header-info-box h6 {
    color: #FFFFFF;
}

header {
    border-bottom: 1px solid #ececec;
}

.header {
    height: 250px;
    background: #FFFFFF;
    border-bottom: 1px solid #dedede;
}

.header__container {
    height: 200px;
    background: #FFFFFF;
}

.header__menu {
    margin-top: 150px;
}

.header__menu li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    font-family: "gotham-book";
    font-size: 17px;
}

.header__menu li.current-menu-item {
    padding-bottom: 10px;
    border-bottom: 6px solid red;
}

.header__menu li a {
    color: #243137;
    font-weight: 500;
    text-decoration: none;
}

.header--portal .header__container {
    height: 130px;
}

.header--portal .header__menu {
    margin-top: 94px;
}


/* frontpage
==================================*/

.portada {
    position: relative;
}

.portada__menu {
    position: absolute;
    bottom: 0px;
    background: #42210be0;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 0px;
    text-align: center;
}

.portada__menu ul {
    padding: 0px;
    margin: 0px;
}

.portada__menu ul li {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 15px;
    margin-bottom: -6px;
}

.portada__menu ul li.current_page_item {
    border-bottom: 6px solid #DD401F;
}

.portada__menu ul li a {
    color: #FFFFFF;
    font-family: "gotham-book";
    font-size: 20px;
    font-weight: 100;
    text-decoration: none;
}

.info__home {
    padding-top: 30px;
    padding-bottom: 30px;
}

.info__home ul {
    padding: 0px;
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.info__home ul li {
    list-style: none;
    color: #DD401F;
}

.info__home ul li i {
    margin-right: 5px;
}


/* interior
==================================*/

.contenidoPagina {
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contenidoPagina--black {
    background: #000000;
    border-bottom: 30px solid #DD401F;
    padding-bottom: 100px;
}

.contenidoPagina--black .contenidoPagina__interior {
    background: #000000;
}

.contenidoPagina--black .contenidoPagina__interior .portal__titulo {
    color: #ffffff;
}

.contenidoPagina__interior {
    background: #ffffff;
    padding: 20px;
}

.contenidoPagina__titulo {
    font-family: "gotham-book";
    font-size: 35px;
    text-align: center;
    font-weight: 100;
    color: #303334;
    margin-bottom: 20px;
}

.contenidoPagina video {
    max-width: 800px;
    width: 90%;
    margin: 30px auto 30px auto;
}


/* servicios
==================================*/

.servicios a {
    color: #00151b;
}

.servicios__item {
    display: inline-table;
    margin: 15px;
    width: 235px;
}

.servicios__item:hover {
    opacity: .8;
}

.servicios__item img {
    width: 240px;
    margin-bottom: 15px;
}

.servicios__item h1 {
    font-family: "gotham-book";
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}

.servicios__item p {
    font-size: 13px;
    text-align: justify;
}


/* footer
==================================*/

footer {
    background: #13121e;
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 15px solid #DD401F;
    font-size: 13px;
}

footer img {
    margin-bottom: 15px;
}

footer p {
    font-family: "gotham-book";
    font-size: 13px;
    color: #ffffff;
    margin: 0px;
}

footer .contenido__titulo {
    color: #DD401F !important;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 21px;
}

footer form input {
    width: 100%;
    -webkit-appearance: none;
    background: #110E19;
    border: 1px solid #110E19;
    padding: 10px;
    color: #ffffff;
    font-family: "gotham-book";
    font-size: 16px;
    margin-bottom: 10px;
}

footer form input:focus {
    box-shadow: none !important;
    outline: 0px !important;
    border: 1px solid #DD401F;
}

footer form textarea {
    -webkit-appearance: none;
    background: #110E19;
    border: none;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    font-family: "gotham-book";
    font-size: 16px;
}

footer form textarea:focus {
    box-shadow: none !important;
    outline: 0px !important;
    border: 1px solid #DD401F;
}

footer form button {
    -webkit-appearance: none;
    background: #b3c4ca;
    border: none;
    padding: 7px 25px;
    margin-right: 0px;
    float: right;
    margin-top: 10px;
}


/* PORTAL */

.portal__titulo {
    font-size: 30px;
}

.portal__titulo:before {
    content: "-";
    color: transparent;
    width: 10px;
    height: 10px;
    background: #DD401F;
    display: inline-block;
    position: relative;
    top: 18px;
    margin-right: 10px;
}

.fichaFS {
    width: 228px;
    height: 300px;
    background: #dedede;
    margin: 22px;
    display: inline-table;
    position: relative;
    background-position: center center !important;
}

.fichaFS:hover .fichaFS--mask {
    opacity: 1;
}

.fichaFS--mask {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000d0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.fichaFS--mask a:hover {
    color: #ffffff !important;
}

.fichaFS--info {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    flex-direction: column;
}

.fichaFS--info h1 {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 0px;
    text-shadow: 0px 0px 5px #272727;
    text-align: center;
    background: black;
    padding: 2px;
}

.fichaFS--info strong {
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    background: black;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.fichaFS--mask a {
    color: #FFFFFF;
    padding: 4px 26px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    text-decoration: none;
}


/* */

.filtro__busqueda {
    padding-bottom: 40px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.filtro__busqueda .filtro__busqueda-campo {
    margin-left: 15px;
}

.filtro__busqueda .filtro__busqueda-campo i {
    font-size: 25px;
    color: #243137;
}

.filtro__busqueda .filtro__busqueda-campo input {
    -webkit-appearance: none;
    background: #243137;
    color: #FFFFFF;
    border: none;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cccccc !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cccccc !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #cccccc !important;
}

.ficha__lista {
    margin: 0px;
    padding: 0px;
}

.ficha__lista li {
    list-style: none;
    font-family: "gotham-book";
    display: flex;
    border-bottom: 1px solid #dedede;
}

.ficha__lista li strong {
    color: #DD401F;
    margin-left: auto;
}

.ficha__informacion {
    margin-top: 40px;
}

.ficha__informacion .card-header {
    padding: 0px;
    background: none;
    border: none;
}

.ficha__informacion .card {
    border: none;
}

.ficha__informacion .card-header h2 button {
    width: 100%;
    text-align: left;
    text-decoration: none;
    font-family: "gotham-book";
    color: #272727;
    background: #E6E6E6;
    border-radius: 0px;
}

.filtro__resultados {
    background: #efefef;
    width: 410px;
    margin-left: auto;
    padding: 10px;
    position: absolute;
    right: 0px;
    top: 40px;
    display: none;
    border-radius: 5px;
    box-shadow: inset 0px 0px 10px #efefef;
    z-index: 10;
}

.filtro__resultados ul {
    padding: 0px;
    margin: 0px;
}

.filtro__resultados p {
    font-size: 13px;
}

.filtro__resultados ul li {
    list-style: none;
    border-bottom: 1px solid #dedede;
    font-size: 13px;
    padding-bottom: 0px;
    padding-top: 6px;
}

.filtro__resultados ul li a {
    color: #272727 !important;
    text-decoration: none;
}

.paginaHeader {
    display: flex;
}

.form--editar {
    font-weight: 500;
    background: #dedede;
    height: auto;
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
    width: 125px;
    text-align: center;
    height: 30px;
    cursor: pointer;
    font-size: 15px;
    margin-left: 15px;
    transition: all 0.5s ease;
}

.form--guardar {
    font-weight: 500;
    background: #DD401F;
    color: #FFFFFF;
    height: auto;
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
    width: 125px;
    text-align: center;
    height: 30px;
    cursor: pointer;
    font-size: 15px;
    margin-left: 15px;
    transition: all 0.5s ease;
}

.form--editar:hover {
    opacity: .7;
}

.form--guardar:hover {
    opacity: .7;
}

.mi-perfil ul {
    margin-top: 20px;
}

.mi-perfil ul li {
    list-style: none;
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}

.mi-perfil ul li strong {
    margin-right: auto;
}

.mi-perfil .input--normal {
    -webkit-appearance: none;
    border: none;
    box-shadow: none;
    outline: 0px;
}

.tabla__liquidaciones {
    margin-top: 50px;
}

.subtitulo {
    font-family: "gotham-book";
    font-size: 22px;
    font-weight: bold;
}

.liquidaciones__resultados .dataTables_wrapper {
    margin-top: 20px;
}

.tabla__liquidaciones p {
    font-family: "gotham-book";
    font-size: 15px;
}

/* estilos nuevos */
h1.titulo-section {
    font-size: 24px;
    margin-bottom: 15px;
}

h1.titulo-section:after {
    content: "-";
    background: #dd401f;
    color: transparent;
    display: inline-block;
    position: relative;
    top: 15px;
    width: 7px;
    height: 7px;
    left: 6px;
}

.blog-entry {
    margin-bottom: 3em;
    width: 100%;
}

.blog-entry .text h3 {
    font-size: 18px;
    margin-bottom: 20px;
    min-height: 90px;
}

.blog-entry .text h3 a,
.blog-entry .text a {
    text-decoration: none !important;
    color: #000000;
}

.blog-entry .text a.btn {
    color: #FFFFFF;
}

.blog-entry .text h3 a:link {
    color: #000000;
    text-decoration: none !important;
}

.blog-entry .text .meta {
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
}

.blog-entry .text .meta:after {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
}

.blog-entry .text .meta span {
    background: #fff;
}

.blog-entry .img {
    height: 180px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.blog-entry .img.img-big {
    height: 700px;
    position: relative;
}

.blog-entry .img.img-big .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 27%, black 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(17%, rgba(0, 0, 0, 0)), color-stop(27%, rgba(0, 0, 0, 0)), color-stop(100%, black));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 27%, black 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 27%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 27%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17%, rgba(0, 0, 0, 0)), color-stop(27%, rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 27%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.blog-entry .img.img-big .text {
    display: block;
    width: 100%;
    padding: 2em 3em 7em 3em;
    position: relative;
}

.blog-entry .img.img-big .text h3 {
    font-size: 40px;
}

.blog-entry .img.img-big .text h3 a {
    color: #fff;
}

.blog-entry .img.img-big .text .subheading {
    color: #ffd615;
}

.blog-entry .img.img-big .text .btn-custom {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1em 2em;
    background: #fff;
    color: #000000;
}

.blog-entry .img.img-big-2 {
    height: 500px;
}

.blog-entry .img.img-big-2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 27%, black 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(17%, rgba(0, 0, 0, 0)), color-stop(27%, rgba(0, 0, 0, 0)), color-stop(100%, black));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 27%, black 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 27%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 27%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17%, rgba(0, 0, 0, 0)), color-stop(27%, rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 17%, rgba(0, 0, 0, 0) 27%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.blog-entry .img.img-big-2 .text {
    display: block;
    width: 100%;
    padding: 2em 3em 5em 3em;
    position: relative;
}

.blog-entry .img.img-big-2 .text h3 {
    font-size: 40px;
    line-height: 1.2;
}

.blog-entry .img.img-big-2 .text h3 a {
    color: #fff;
}

.blog-entry .img.img-big-2 .text .subheading {
    color: #ffd615;
}

.blog-entry .img.img-big-2 .text .btn-custom {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1em 2em;
    background: #fff;
    color: #000000;
}

.blog-entry .img-2 {
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.blog-entry .img-2 img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-entry:hover .img-2 img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-entry .half {
    width: 100%;
    display: block;
}

@media (min-width: 992px) {
    .blog-entry .half {
        width: 50%;
    }
}

.blog-entry .half .img {
    height: 380px;
}

.blog-entry .half h3 {
    font-size: 30px;
    font-weight: 700;
}

/*
 * lo ultimo */

.lo-ultimo__siguenos {
    display: flex;
    align-items: center;
    font-size: 19px;
    justify-content: center;
    color: #dd401f;
    padding-top: 30px;
}

.item_ultimo {
    display: flex;
    background: #eaf0f6;
    border-radius: 25px;
    padding: 15px;
    margin-bottom: 14px;
}

.item_ultimo--fecha {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item_ultimo--fecha span {
    font-size: 30px;
    font-weight: bold;
    height: 32px;
    line-height: 37px;
}

.item_ultimo--fecha b {
    font-weight: bold;
    font-size: 15px;
}

.item_ultimo--detalle {
    padding-left: 14px;
}

.item_ultimo--detalle h2 {
    font-size: 15px;
    color: #dd401f;
    font-weight: bold;
}

.item_ultimo--detalle p {
    font-size: 13px;
    color: #272727;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 0px;
}

/*
 * slide_ejemplares */

.slide_ejemplares .col-sm .col-sm--inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #eaf0f6;
}

.slide_ejemplares .col-sm {
    outline: 0px;
}

.slide_ejemplares .col-sm img {
    width: 100%;
    height: 200px;
}

.slide_ejemplares .col-sm h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.slide_ejemplares .col-sm h2 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
}

.slide_ejemplares .slick-dots {
    position: relative;
}

/*
 * galeria_ejemplares */

.galeria_ejemplares {
    padding-top: 70px;
    padding-bottom: 70px;
}

.galeria_ejemplares .col-sm-4 {
    margin-bottom: 40px;
}

.galeria_ejemplares .col-sm-4 .col-sm--inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #eaf0f6;
    padding-bottom: 30px;
    height: 290px;
}

.galeria_ejemplares .col-sm-4 {
    outline: 0px;
}

.galeria_ejemplares .col-sm-4 a {
    width: 100%;
    margin-bottom: auto;
}

.galeria_ejemplares .col-sm-4 img {
    width: 100%;
    height: 200px;
}

.galeria_ejemplares .col-sm-4 h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
}

.gallery {
    margin-top: 75px;
    margin-bottom: 30px;
}

.gallery img {
    height: 100px;
    object-fit: cover;
    margin-bottom: 15px;
}

/* 
 * accesos_directos */
.accesos_directos {
    max-width: 550px !important;
}

.accesos_directos img {
    width: 65px;
}

.accesos_directos .col-sm {
    text-align: center;
}

/*
 * publicacion */

.hero-wrap {
    width: 100%;
    height: 500px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 991.98px) {
    .hero-wrap {
        background-position: top center !important;
    }
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    background: #000000;
}

.hero-wrap.hero-wrap-2 .overlay {
    width: 100%;
    opacity: .1;
}

.hero-wrap .slider-text {
    height: 500px;
    align-content: center;
}

.hero-wrap .slider-text h1 {
    font-size: 45px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .hero-wrap .slider-text h1 {
        font-size: 40px;
    }
}

.hero-wrap .slider-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text p strong {
    font-weight: 700;
}

.hero-wrap .slider-text p strong a {
    color: #000000;
}

.hero-wrap .slider-text .breadcrumbs {
    font-size: 16px;
    margin-bottom: 20px;
    z-index: 99;
    font-weight: 400;
}

.hero-wrap .slider-text .breadcrumbs span {
    color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text .breadcrumbs span i {
    color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text .breadcrumbs span a {
    color: white;
}

.hero-wrap .slider-text .breadcrumbs span a:hover,
.hero-wrap .slider-text .breadcrumbs span a:focus {
    color: #ffbf00;
}

.hero-wrap .slider-text .breadcrumbs span a:hover i,
.hero-wrap .slider-text .breadcrumbs span a:focus i {
    color: #ffbf00;
}

.hero-wrap .slider-text .bread {
    font-weight: 700;
}

.sidebar-box {
    margin-bottom: 30px;
    font-size: 15px;
    width: 100%;
}

.sidebar-box .heading {
    font-size: 20px;
    font-weight: 900;
}

.category-image {
    padding: 0;
    margin: 0;
}

.category-image li {
    list-style: none;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    border-bottom: none !important;
}

.category-image li a {
    height: 140px;
}

.category-image li a .text h3 {
    color: #fff;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-top: 7em;
    }
}

.categories,
.sidelink {
    padding: 0;
}

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.categories li a,
.sidelink li a {
    display: block;
    color: #1a1a1a;
}

.categories li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
    color: #000000;
    font-style: italic;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
    min-width: 80px;
}

.block-21 .text h3 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", Arial, sans-serif;
}

.block-21 .text h3 a {
    color: #000000;
}

.block-21 .meta div a {
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}

/* video */

.portadaVideo {
    border-bottom: 7px solid #dd401f;
}

.infoVideo {
    padding-top: 50px;
    padding-bottom: 50px;
}

.infoVideo h2 {
    font-size: 28px;
}

.infoVideo h2 img {
    width: 55px;
}

.infoVideo h3 {
    font-size: 17px;
    display: flex;
    align-items: center;
    padding-left: 65px;
}

.infoVideo h3 img {
    margin-right: 10px;
}

.galeria_ejemplates--video .col-sm--inner {
    height: 315px !important;
    background: none !important;
}

.galeria_ejemplates--video h2 {
    text-align: left !important;
    margin-bottom: 5px;
}

.galeria_ejemplates--video h4 {
    text-align: left !important;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.galeria_ejemplates--video h4 img {
    max-width: 25px;
    max-height: 28px;
    margin-right: 6px;
}

/*
 * documentacion */

.accordionPrev .btn-link {
    font-family: "gotham-book";
    font-size: 16px;
    color: #272727;
    text-align: left;
    font-weight: bold;
}

.accordionPrev .btn-link:hover,
.accordionPrev .btn-link:focus {
    text-decoration: none;
}

.accordionPrev .card-header {
    padding: 5px;
    background-color: transparent;
}

.accordionPrev .card {
    border: none;
    border-bottom: 1px solid #272727;
    display: inline;
}


.contenido--documentacion .container {
    margin-bottom: 10px;
}

.documentacion__archivos {
    max-width: 98%;
    margin: 10px auto 10px auto;
}

@media (max-width: 767px) {
    .documentacion__archivos {
        max-width: 100%;
    }
}

.documentacion__archivos>a>div {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}

.descargar:hover {
    background: #333333 !important;
    border: 1px solid #333333 !important;
    color: #FFFFFF !important;
}

.documentacion__archivos h2 {
    font-size: 17px;
    margin-right: auto;
    color: #484848;
}

@media (max-width: 767px) {
    .documentacion__archivos h2 {
        font-size: 14px;
        padding-right: 20px;
    }
}

.documentacion__archivos h2 span {
    color: #333333;
}

.item--documentacion {
    display: flex;
    border-bottom: 1px dashed #dedede;
    padding-bottom: 13px;
    align-items: flex-end;
    margin-bottom: 13px;
}

@media (max-width: 767px) {
    .item--documentacion {
        display: block;
    }
}

.documentacion__archivos .descargar {
    font-size: 16px;
    padding: 5px 20px;
    background: transparent;
    color: #333333;
    border: 1px solid #333333;
    display: inline-table;
}

.documentacion__archivos .formulario_online--btn {
    font-size: 16px;
    padding: 5px 20px;
    background: transparent;
    color: #333333;
    border: 1px solid #333333;
    display: inline-table;
    margin-left: 15px;
}

.documentacion__archivos .formulario_online--btn:hover {
    background: #333333 !important;
    border: 1px solid #333333 !important;
    color: #FFFFFF !important;
}

/*
 * update */

.slick-prev:before,
.slick-next:before {
    font-size: 30px !important;
    color: black !important;
}

.slick-prev,
.slick-next {
    width: 30px !important;
    height: 30px !important;
}

.slide_stud .single-brand {
    text-align: center;
}

.slide_stud .single-brand img {
    margin: 0 auto 0 auto;
}

.site-navbar {
    display: flex;
    align-items: center;
}

.filtro_fecha {
    max-width: 277px;
    margin-bottom: 20px;
    display: flex;
}

.filtro_fecha button {
    background: none;
    border: none;
    font-size: 26px;
    display: flex;
    padding-top: 5px;
}

.filtro_fecha>i {
    font-size: 25px;
    margin: 6px;
    margin-right: 10px;
}

.filtro_fecha input {
    margin: 0px 10px 10px 0px;
    font-size: 13px;
    font-weight: bold;
}

.loading_table {
    display: none;
    filter: brightness(0);
    width: 50px;
    margin: 0 auto 0 auto;
}

.loading_table--show {
    display: block;
}

.graficos_fs {
    padding-top: 50px;
}

.graficos_fs .col-sm {
    text-align: center;
    margin-bottom: 40px;
}

.graficos_fs .col-sm h3 {
    font-size: 25px;
}


.contenido-noticia h3 {
    margin-bottom: 27px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    font-size: 14px !important;
}

@media (max-width: 767px) {
    .comentario_td {
        text-align: justify;
        margin-top: 15px !important;
        flex-direction: column;
    }

    .comentario_td p {
        font-size: 12px;
    }

    .td_100m {
        width: 100%;
    }

    table.dataTable tbody th,
    table.dataTable tbody td {
        font-size: 12px !important;
    }
}

.menu-item-has-children>a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    right: -5px;
}

nav.public_menu_dreamsrs {
    margin-left: auto;
    margin-right: 85px;
}

@media (max-width: 767px) {
    .public_menu_dreamsrs {
        margin-left: auto;
        margin-right: auto;
    }
}

.hero-section .slick-arrow {
    display: none !important;
}