@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Signika:wght@300;400;500;600;700&display=swap");
::-moz-selection {
  background: #fbb71c;
  color: #33333c;
}
::selection {
  background: #fbb71c;
  color: #33333c;
}

::-webkit-scrollbar {
  width: 9px;
  /* Tamaño del scroll en vertical */
  height: 8px;
  /* Tamaño del scroll en horizontal */
}

::-webkit-scrollbar-thumb {
  background: #33333c;
  border-radius: 6px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
::-webkit-scrollbar-thumb:hover {
  background: #fbb71c;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
::-webkit-scrollbar-thumb:active {
  background-color: #fbb71c;
}

body {
  background-color: #fff;
  color: #33333c;
}

.activo:before {
  content: "";
  width: 72% !important;
  background-color: #fac402 !important;
}

@font-face {
  font-family: 'yellow';
  src: url(../../static/font/YELLOW.TTF);
  font-weight: regular;
}

.session {
  height: 100vh;
  width: 100%;
}

.m-top {
  margin-top: 68px;
}

.puntos {
  background-image: url("../../static/img/puntos.svg");
  background-size: 250%;
}

.listado {
  padding: 0;
  display: inline-block;
}

.listado li {
  display: inline-block;
  padding: 0px 5px;
}

.listado li a {
  color: #33333c;
  line-height: 24px;
  display: block;
  border-radius: 50%;
  font-family: "Signika", sans-serif;
  font-weight: 500;
}

.listado li a.activo {
  width: 25px;
  height: 25px;
  background-color: #fbb71c;
}

.banner {
  background-image: url(../../static/img/banner.svg);
  background-size: cover;
  height: auto;
  margin-top: 50px;
  padding: 30px 0px;
  position: relative;
}

.banner__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  position: relative;
}

.banner__content__center {
  position: relative;
}

.banner__content__center__descrip {
  padding: 30px 28px;
  border-radius: 8px;
  background-color: rgba(26, 28, 38, 0.8);
  position: relative;
}

.banner__content__center__descrip:before {
  content: "";
  height: 7px;
  position: absolute;
  background-image: url(../../static/img/raya-amarilla.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -4px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
}

.banner__content__center__descrip form .form-group {
  margin-bottom: 11px;
}

.banner__content__center__descrip form input,
.banner__content__center__descrip form select {
  height: 38px;
  border-radius: 8px;
  border: 1px solid #999999;
  font-size: 12px;
}

.banner__content__center__descrip form input:active,
.banner__content__center__descrip form select:active {
  border: 1px solid #fbb71c;
}

.banner__content__center__descrip form input:focus,
.banner__content__center__descrip form select:focus {
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
          box-shadow: 0 0 0 0.2rem transparent;
  border-color: #fbb71c;
}

.banner__content__center__descrip form button {
  width: 100%;
}

.banner__content__center__descrip .texto {
  text-align: center;
}

.banner__content__center__descrip .texto__logo {
  position: relative;
  display: none;
}

.banner__content__center__descrip .texto__logo img {
  position: relative;
  width: 142px;
  left: 0;
  top: 0;
  margin-bottom: 20px;
}

.banner__content__center__descrip .texto h2 {
  font-family: "yellow";
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-left: 0px;
  line-height: 32px;
  margin-bottom: 0px;
}

.banner__content__center__descrip .texto h2 span {
  color: #fac402;
  font-size: 28px;
}

.banner__content__center__descrip .texto__login {
  margin-bottom: 10px;
  display: none;
}

.banner__content__center__descrip .texto__login a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 0px 10px;
  position: relative;
}

.banner__content__center__descrip .texto__login a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: #fff;
  top: 0;
  right: -7px;
  bottom: 0;
  margin: auto;
}

.banner__content__center__descrip .texto__login a:last-child::before {
  background-color: transparent;
}

.banner__content__center__descrip .texto__login a:nth-of-type(2) {
  color: #fac402;
}

.banner__content__center__descrip .texto p {
  color: #fff;
  font-size: 13px;
  line-height: 19px;
}

.banner__content__center__face {
  background-color: #3b5998;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  font-size: 17px;
  width: 90%;
  text-align: center;
  margin-top: 20px;
  padding: 10px 30px;
}

.banner__content__center__face:hover {
  color: #fff;
}

.banner__content__center__face img {
  width: 10px;
  margin-left: 14px;
}

.fixed {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  height: 67px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fixed .buscador {
  margin-top: 10px !important;
}

.fixed .header__left__logo img {
  width: 74px;
}

.header {
  height: 77px;
  display: none;
  padding: 0px 14px;
  background-color: #fff;
  width: 100%;
  top: 1px;
  position: absolute;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 1px 3px 4px rgba(154, 154, 154, 0.08);
          box-shadow: 1px 3px 4px rgba(154, 154, 154, 0.08);
}

.header .buscador {
  width: 97%;
  margin: auto;
  margin-top: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header .input-group input {
  height: 40px;
  font-size: 15px;
  border: 1px solid transparent;
  border-bottom: 1px solid #d7dede;
  padding: 0px 11px;
  color: #a8b2b2;
  font-size: 13px;
}

.header .input-group input::-webkit-input-placeholder {
  color: #a8b2b2;
}

.header .input-group input:-ms-input-placeholder {
  color: #a8b2b2;
}

.header .input-group input::-ms-input-placeholder {
  color: #a8b2b2;
}

.header .input-group input::placeholder {
  color: #a8b2b2;
}

.header .input-group input:active, .header .input-group input:focus {
  border: 1px solid transparent;
  -webkit-box-shadow: 1px 1px 1px transparent;
          box-shadow: 1px 1px 1px transparent;
  border-bottom: 1px solid #b0b2b3;
}

.header .input-group-text {
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom: 1px solid #d7dede;
}

.header .input-group-text img {
  width: 20px;
}

.header__left {
  position: relative;
}

.header__left__logo img {
  width: 86px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}

.header__left__link {
  position: absolute;
  top: 0;
  left: 70px;
  bottom: 0;
  height: 20px;
  margin: auto;
}

.header__left__link ul li a {
  color: #33333c;
  text-transform: uppercase;
  font-family: "Signika", sans-serif;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  padding: 0px 15px;
}

.header__left__link ul li a.login {
  color: #fbb71c;
}

.header__right {
  text-align: right;
}

.header__right__link {
  display: inline-block;
}

.header__right__link a {
  color: #33333c;
  text-transform: uppercase;
  font-family: "Signika", sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  padding: 0px 10px;
  position: relative;
  display: inline-block;
}

.header__right__link a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.header__right__link a:hover:before {
  background-color: #fbb71c;
  width: 72%;
}

.header__right__link a:hover {
  font-weight: 900;
}

.header__right .web {
  display: inline-block;
  margin-left: 2px;
}

.header__right .web img {
  width: 26px;
}

.header ul {
  list-style: none;
}

.header ul li {
  display: inline-block;
}

.titulo {
  font-family: "yellow";
  color: #33333c;
}

.titulo span {
  color: #fbb71c;
}

.titulo--grande {
  font-size: 64px;
  line-height: 65px;
  font-weight: 600;
  margin-bottom: 24px;
}

.titulo--mediano {
  font-size: 30px;
  margin: 0;
}

.parrafo {
  font-weight: 500;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  margin: 10px 0px 40px;
}

.btn {
  display: inline-block;
  padding: 3px 35px 7px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
}

.btn--color {
  color: #33333c;
  background-color: #fbb71c;
  padding: 3px 50px 7px;
}

.btn--color:hover {
  color: #fff;
  background-color: #33333c;
}

.btn--negro {
  background-color: #33333c;
  color: #fff;
}

.btn--negro:hover {
  background-color: #fbb71c;
  color: #33333c;
}

.btnCeleste {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  font-family: "Signika", sans-serif;
  color: #4fa2d2;
  text-transform: uppercase;
  padding: 6px 14px;
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  display: inline-block;
  text-decoration: none;
}

.rayaP {
  position: relative;
}

.rayaP:before {
  top: 0;
}

.rayaP:before {
  content: "";
  width: 100%;
  position: absolute;
  background-image: url("../../static/img/iconos/raya-horizontal.svg");
  background-size: contain;
  height: 3px;
  top: -1px;
}

.modal__login__content {
  position: relative;
}

.modal__login__content::before {
  left: -4px;
}

.modal__login__content::after {
  right: -4px;
}

.modal__login__content::before, .modal__login__content::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 100%;
  background-image: url(../../static/img/iconos/raya-veticalN.svg);
  background-size: contain;
}

.modal__login__body {
  position: relative;
  padding: 30px 20px;
}

.modal__login__body::before {
  top: -4px;
}

.modal__login__body::after {
  bottom: -4px;
}

.modal__login__body::before, .modal__login__body::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-image: url(../../static/img/iconos/raya-negro.svg);
  background-size: contain;
  left: 0;
}

.modal__login__body .close {
  position: absolute;
  top: -14px;
  right: -6px;
  opacity: 1;
  z-index: 1;
  background-color: #fbb71c;
  color: #33333c;
  width: 50px;
  height: 50px;
  font-size: 0;
  border-radius: 50%;
}

.modal__login__body .close img {
  width: 15px;
}

.modal__login__body h3 {
  font-size: 21px;
  margin-bottom: 20px;
}

.modal__login__body form {
  width: 95%;
  margin: auto;
}

.modal__login__body form .form-group {
  margin-bottom: 11px;
}

.modal__login__body form input,
.modal__login__body form select {
  height: 38px;
  border-radius: 8px;
  border: 1px solid #999999;
  font-size: 12px;
}

.modal__login__body form input:active,
.modal__login__body form select:active {
  border: 1px solid #fbb71c;
}

.modal__login__body form input:focus,
.modal__login__body form select:focus {
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
          box-shadow: 0 0 0 0.2rem transparent;
  border-color: #fbb71c;
}

.modal__login__body form .links a {
  font-size: 13px;
  color: #404040;
  font-family: "Roboto", sans-serif;
}

.modal__login__body form .check {
  display: inline-block;
  text-align: right;
}

.modal__login__body form .check:last-child {
  padding-right: 0;
}

.modal__login__body form .check .botton {
  margin-top: 0;
}

.modal__login__body form .check input[type=checkbox].css-checkbox {
  display: none;
}

.modal__login__body form .check input[type=checkbox].css-checkbox + label.css-label {
  height: 20px;
  display: inline-block;
  line-height: 1.25rem;
  font-size: 13px;
  color: #404040;
  font-family: "Roboto", sans-serif;
  padding-left: 27px;
  vertical-align: middle;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
}

.modal__login__body form .check input[type=checkbox].css-checkbox + label.css-label {
  background-image: url("../../static/img/iconos/check-desactivado.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  /* &:hover {
                        background-image: url("../img/iconos/checked-activo.png");
                        background-repeat: no-repeat;
                      }*/
    padding-top: 3px;
}

.modal__login__body form .check input[type=checkbox].css-checkbox:checked + label.css-label {
  background-image: url("../../static/img/iconos/check-activado.png");
  background-repeat: no-repeat;
}

.modal__login__body form .check label.css-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

hr {
  margin: 0;
  background-color: #cccccc;
}

.migasPan {
  background-color: #f2f2f2;
}

.migasPan .breadcrumb {
  margin: 0;
  background-color: #f2f2f2;
  padding: .3rem 1rem;
}

.migasPan .breadcrumb li {
  font-family: "Signika", sans-serif;
  text-transform: uppercase;
  color: #808080;
  font-size: 14px;
}

.migasPan .breadcrumb li a {
  text-decoration: none;
  color: #808080;
}

.footer {
  background-color: #33333c;
}

.footer__responsive {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #33333c;
  z-index: 1;
}

.footer__responsive ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.footer__responsive ul li {
  display: inline-block;
  padding: 10px 15px;
  width: 25%;
  float: left;
  border-left: 1px solid #6d6d6d;
  text-align: center;
}

.footer__responsive ul li a {
  font-size: 15px;
  color: #fff;
  font-family: "Signika", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.footer__top {
  padding: 30px 0px;
}

.footer__top__logo img {
  width: 115px;
  margin-bottom: 10px;
}

.footer__top__link a {
  color: #fbb71c;
  font-family: "yellow";
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  padding: 2px 6px;
}

.footer__top__link .redes {
  padding: 0;
}

.footer__top__link .redes li {
  display: inline-block;
}

.footer__top__link .redes li a img {
  width: 60px;
}

.footer__top__link .suscribete {
  width: 100%;
  margin-top: 10px;
}

.footer__top__link .suscribete form .input-group input {
  color: #808080;
  border: 1px solid #fbb71c;
  border-radius: 0;
}

.footer__top__link .suscribete form .input-group input::-webkit-input-placeholder {
  color: #808080;
}

.footer__top__link .suscribete form .input-group input:-ms-input-placeholder {
  color: #808080;
}

.footer__top__link .suscribete form .input-group input::-ms-input-placeholder {
  color: #808080;
}

.footer__top__link .suscribete form .input-group input::placeholder {
  color: #808080;
}

.footer__top__link .suscribete form .input-group-text {
  background-color: #fbb71c;
  border: 1px solid #fbb71c;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
}

.footer__top__link .suscribete form .input-group-text img {
  width: 20px;
}

.footer__top__link .links a {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  text-transform: uppercase;
}

.footer__top__link .links a:first-child {
  padding-left: 0;
}

.footer__bottom {
  background-color: #fbb71c;
  color: #33333c;
  padding: 20px;
  text-align: center;
}

.footer__bottom h6 {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  margin: 0;
  font-weight: 600;
}

.pLeft {
  padding-left: 15px;
}

.pRight {
  padding-right: 15px;
}

.raya {
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
}

/*===============================
============ STAR HOME ==========
===============================*/
.opciones {
  padding: 60px 0px;
}

.opciones__separador {
  width: 100%;
}

.opciones__card {
  padding: 9px 24px;
  position: relative;
}

.opciones__card--border {
  width: 5px;
  height: 100%;
  position: absolute;
  background-image: url("../../static/img/raya.svg");
  background-size: cover;
  top: 0;
  left: 0;
}

.opciones__card--hidden {
  opacity: 0;
}

.opciones__card img {
  width: 83px;
  margin-bottom: 10px;
}

.opciones__card h3 {
  margin-bottom: 2px;
  font-size: 17px;
  font-family: "Signika", sans-serif;
}

.opciones__card h4, .opciones__card p {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
}

.opciones__card h4 {
  position: relative;
  margin-bottom: 20px;
}

.opciones__card h4:before {
  content: "";
  width: 53%;
  height: 1px;
  background-color: #fac402;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -7px;
}

.inicio__content p {
  width: 88%;
  margin-bottom: 60px;
}

.inicio__content .hola {
  font-size: 36px;
  line-height: 54px;
  font-weight: 600;
}

.nuevo {
  background-image: url("../../static/img/puntos.svg");
  background-size: cover;
  padding: 40px 0px 40px;
}

.nuevo .owl-nuevo .owl-dots {
  margin-top: 20px !important;
}

.nuevo .owl-nuevo .owl-dots .owl-dot.active span {
  background-color: #fbb71c;
}

.nuevo__row {
  display: none;
}

.nuevo__top {
  position: relative;
}

.nuevo__top .boton {
  position: absolute;
  top: 0;
  margin: auto;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  color: #4fa2d2;
  text-transform: uppercase;
  padding: 6px 14px;
  right: 0;
  font-weight: 800;
  font-size: 12px;
  text-decoration: none;
}

.nuevo__card {
  padding-bottom: 0;
  border-radius: 8px;
  background-color: #efefef;
  position: relative;
}

.nuevo__card .etiqueta {
  position: absolute;
  top: 11px;
  left: 11px;
}

.nuevo__card .etiqueta span {
  color: #33333c;
  font-family: "Signika", sans-serif;
  font-size: 14px;
  position: absolute;
  font-weight: 600;
  line-height: 20px;
}

.nuevo__card__img {
  height: 258px;
  width: 100%;
  background-size: cover;
  border-radius: 8px;
}

.nuevo__card__botones {
  text-align: center;
  padding: 5px;
}

.nuevo__card__botones a {
  display: inline-block;
  position: relative;
  margin: 0px 6px;
  font-family: "Roboto", sans-serif;
  color: #404040;
  text-decoration: none;
}

.nuevo__card__botones a img {
  position: absolute;
  width: 15px !important;
  top: 4px;
  left: 0;
}

.nuevo__card__botones a span {
  display: inline-block;
  margin-left: 17px;
  font-size: 13px;
  color: #404040;
}

.sigue {
  background-image: url("../../static/img/puntos.svg");
  background-size: cover;
  padding: 30px 0px;
}

.sigue__responsive {
  width: 230px;
}

/*===============================
============ END HOME ==========
===============================*/
/*===============================
========== STAR EXPLORA =========
===============================*/
.tab-content {
  padding-top: 15px;
}

.tab-content .paginacion {
  margin: 20px 0px;
}

.tab-content .paginacion .flecha {
  display: inline-block;
}

.tab-content .paginacion .flecha button {
  color: #fbb71c;
  background-color: #fff;
  border: 1px solid transparent;
  font-size: 20px;
  font-family: "Signika", sans-serif;
}

.tab-content .paginacion .flecha button:active, .tab-content .paginacion .flecha button:focus {
  outline: none;
}

.comic {
  width: 100%;
  margin-bottom: 22px;
  float: left;
}

.comic__img {
  width: 45%;
  float: left;
  height: 218px;
  background-size: cover;
}

.comic__text {
  width: 45%;
  float: left;
  padding-left: 8px;
}

.comic__text h4 {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

.comic__text span {
  font-family: "Roboto", sans-serif;
  color: #404040;
  font-size: 14px;
}

.comic__text ul {
  padding: 0;
  list-style: none;
}

.comic__text ul li {
  color: #000000;
  font-size: 14px;
  border-top: 1px solid #e2e2e2;
  font-weight: 600;
}

.comic__text ul li ol {
  padding: 0;
  list-style: none;
}

.comic__text ul li ol li {
  display: inline-block;
  position: relative;
  border-top: 1px solid transparent;
  margin-right: 7px;
}

.comic__text ul li ol li:last-child {
  margin-right: 0;
}

.comic__text ul li ol li a {
  position: relative;
  padding: 5px 3px;
  display: block;
}

.comic__text ul li ol li a img {
  position: absolute;
  width: 18px;
  top: 7px;
}

.comic__text ul li ol li a span {
  margin-left: 21px;
  font-size: 12px;
}

#filtro2 .col {
  padding: 0px 8px;
}

#filtro2 .nuevo__card {
  margin-bottom: 22px;
}

#filtro2 .nuevo__card__img {
  height: 221px;
}

.busquedaAvanzada {
  padding-bottom: 30px;
}

.busquedaAvanzada--color {
  background-color: #fff;
  margin-top: 45px;
  padding: 0px 10px;
}

.busquedaAvanzada--color .botones {
  margin-top: 20px;
}

.busquedaAvanzada--color .botones a {
  font-family: "Signika", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding: 9px 16px;
  border-radius: 8px;
  display: inline-block;
  margin-right: 7px;
  line-height: 22px;
  margin-bottom: 8px;
}

.busquedaAvanzada--color .botones a:hover {
  color: #fff;
  text-decoration: none;
}

.busquedaAvanzada--color .botones a:nth-of-type(1) {
  background-color: #4fa2d2;
}

.busquedaAvanzada--color .botones a:nth-of-type(2) {
  background-color: #999999;
}

.busquedaAvanzada--color .botones a:nth-of-type(3) {
  background-color: #fff;
  color: #4fa2d2;
  border: 1px solid #4fa2d2;
}

.busquedaAvanzada .check {
  display: inline-block;
  text-align: right;
  margin-right: 19px;
}

.busquedaAvanzada .check:last-child {
  padding-right: 0;
  margin-right: 0px;
}

.busquedaAvanzada .check .botton {
  margin-top: 0;
}

.busquedaAvanzada .check input[type=checkbox].css-checkbox {
  display: none;
}

.busquedaAvanzada .check input[type=checkbox].css-checkbox + label.css-label {
  height: 16px;
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  color: #404040;
  font-family: "Signika", sans-serif;
  padding-left: 19px;
  vertical-align: middle;
  margin-top: 9px;
  cursor: pointer;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
}

.busquedaAvanzada .check input[type=checkbox].css-checkbox + label.css-label {
  background-image: url("../../static/img/iconos/check-desactivadoChico.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  /* &:hover {
            background-image: url("../img/iconos/checked-activo.png");
            background-repeat: no-repeat;
          }*/
}

.busquedaAvanzada .check input[type=checkbox].css-checkbox:checked + label.css-label {
  background-image: url("../../static/img/iconos/check-activadoChico.png");
  background-repeat: no-repeat;
  color: #4fa2d2;
}

.busquedaAvanzada .check label.css-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.busquedaAvanzada .nombre {
  border: 1px solid #999999;
  float: left;
  border-radius: 6px;
  height: 40px;
  margin-bottom: 14px;
}

.busquedaAvanzada .nombre select {
  font-size: 13px;
  color: #808080;
  border: 1px solid transparent;
  width: 50%;
  height: 36px;
  border-radius: 7px;
  float: left;
  padding: 0px 5px;
}

.busquedaAvanzada .nombre input {
  width: 50%;
  float: left;
  height: 100%;
  font-size: 13px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid transparent;
  border-left: 1px solid #999999;
}

.busquedaAvanzada .fecha {
  text-align: left;
}

.busquedaAvanzada .fecha span {
  font-family: "Signika", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.busquedaAvanzada .fecha input {
  border-radius: 6px;
  border: 1px solid #999999;
  padding: 7px 10px;
  font-size: 13px;
  color: #808080;
  font-family: "Roboto", sans-serif;
  margin-left: 2px;
}

.busquedaAvanzada .buscador {
  width: 54%;
  float: left;
  margin-right: 10px;
  height: 36px;
}

.busquedaAvanzada .buscador .input-group input {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  height: 36px;
  border: 1px solid #999999;
  border-right: 1px solid #fff;
  padding: 7px 10px;
  font-size: 13px;
  color: #808080;
  font-family: "Roboto", sans-serif;
  margin-left: 2px;
}

.busquedaAvanzada .buscador .input-group-text {
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #999999;
  border-left: 1px solid #fff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.busquedaAvanzada .buscador .input-group-text img {
  width: 20px;
}

.busquedaAvanzada__top {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-top: 20px;
}

.busquedaAvanzada__top .nav-tabs {
  border-bottom: 1px solid transparent;
}

.busquedaAvanzada__top .nav-tabs li {
  padding: 0px 6px;
}

.busquedaAvanzada__top .nav-tabs li:first-child {
  padding-left: 0;
}

.busquedaAvanzada__top .nav-tabs li a.active svg path {
  fill: #4fa2d2;
}

.busquedaAvanzada__top .nav-tabs li a svg {
  width: 16px;
}

.busquedaAvanzada .filtroAvanzado__sinBorde {
  font-family: "Signika", sans-serif;
  font-size: 13px;
  color: #404040;
  padding: 7px 10px;
  font-weight: 700;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.busquedaAvanzada .filtroAvanzado__select {
  border-radius: 6px;
  border: 1px solid #999999;
  padding: 7px 10px;
  font-size: 13px;
  color: #808080;
  font-family: "Roboto", sans-serif;
  height: 36px;
  margin-left: 2px;
  margin-bottom: 15px;
}

.busquedaAvanzada .filtroAvanzado__select:first-child {
  margin-left: 0;
}

.busquedaAvanzada .filtroAvanzado__select--grande {
  width: 32%;
}

.busquedaAvanzada .filtroAvanzado__select--mediano {
  width: 25%;
}

.busquedaAvanzada .filtroAvanzado__select--chico {
  width: 24%;
}

.busquedaAvanzada .filtroAvanzado__select--chico2 {
  width: 22%;
}

.tabla {
  overflow: scroll;
}

.tabla .table {
  margin-bottom: 10px;
}

.tabla .table thead th {
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid #e5e5e5 !important;
  color: #33333c;
  font-family: "Signika", sans-serif;
  font-size: 13px;
  line-height: 14px;
}

.tabla .table tbody tr:nth-of-type(even) {
  background-color: #ededed;
}

.tabla .table tbody tr th {
  font-size: 13px;
}

.tabla .table tbody tr td {
  color: #33333c;
  font-size: 13px;
}

.tabla .table tbody tr td:nth-of-type(2) {
  font-weight: 600;
}

.explora {
  padding-top: 20px;
}

.explora .parrafo {
  margin-bottom: 15px;
}

.explora__color {
  background-color: #fff;
  padding: 20px 0px;
}

.explora__color .check {
  display: inline-block;
  text-align: right;
  margin-right: 19px;
}

.explora__color .check:last-child {
  padding-right: 0;
  margin-right: 0px;
}

.explora__color .check .botton {
  margin-top: 0;
}

.explora__color .check input[type=checkbox].css-checkbox {
  display: none;
}

.explora__color .check input[type=checkbox].css-checkbox + label.css-label {
  height: 16px;
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  color: #404040;
  font-family: "Signika", sans-serif;
  padding-left: 19px;
  vertical-align: middle;
  margin-bottom: 20px;
  margin-top: 9px;
  cursor: pointer;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
}

.explora__color .check input[type=checkbox].css-checkbox + label.css-label {
  background-image: url("../../static/img/iconos/check-desactivadoChico.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  /* &:hover {
                background-image: url("../img/iconos/checked-activo.png");
                background-repeat: no-repeat;
              }*/
}

.explora__color .check input[type=checkbox].css-checkbox:checked + label.css-label {
  background-image: url("../../static/img/iconos/check-activadoChico.png");
  background-repeat: no-repeat;
  color: #4fa2d2;
}

.explora__color .check label.css-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.explora__color__content {
  width: 100%;
  float: left;
  display: none;
}

.explora__color__content__primero {
  width: 20%;
  float: left;
  padding-right: 12px;
}

.explora__color__content__segundo {
  width: 80%;
  float: left;
  padding: 10px 10px 0px;
}

.explora__color__content__segundo .nuevo__card__botones a {
  margin: 0px 5px;
}

.explora__color__content__segundo .nuevo__card__botones a img {
  top: 5px;
}

.explora__color__content__segundo .nuevo__card__botones a span {
  margin-left: 15px;
  font-size: 11px;
}

.explora__color__content__segundo .nuevo__card__img {
  height: 207px;
}

.explora__color__content__segundo .col {
  padding: 0px 8px;
}

.footer__top .input-group-text{
    padding: 0.375rem 0.75rem;
}

/*===============================
=========== END EXPLORA =========
===============================*/
@media (max-width: 991.98px) {
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    /*z-index: 2;*/
    z-index: 5;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #0a0a0a;
    opacity: 0;
    visibility: hidden;
  }
  .overlay.show {
    opacity: 0.7;
    visibility: visible;
  }
  nav {
    background-color: #36363c;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 515px;
    width: 60%;
    padding: 100px 0px 60px 0px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  nav ul.main li {
    padding: 10px 24px;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid  #464652;
  }
  nav ul.main li:last-child {
    border-bottom: 1px solid transparent;
  }
  nav ul.login {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  nav ul.login li {
    margin-bottom: 15px;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
  }
  nav ul.login li a {
    background-color: #464652;
    padding: 4px 7px;
    border-radius: 6px;
  }
  nav.show {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  nav.show .usuario {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  nav.show ul.login li {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  nav.show ul.main li {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  .header__responsive .login {
    padding: 0;
    list-style: none;
  }
  .header__responsive .login li a {
    color: #fff;
    font-family: "Signika", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
  }
  .header__responsive .usuario {
    position: relative;
    padding: 0px 24px;
  }
  .header__responsive .usuario span {
    color: #fff;
    font-size: 14px;
    font-family: "Signika", sans-serif;
    position: absolute;
    left: 74px;
    top: 10px;
    text-transform: uppercase;
  }
  .header__responsive .usuario .icono {
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__responsive .usuario .icono img {
    width: 30px;
  }
  .header__responsive .main {
    padding: 0;
    list-style: none;
  }
  .header__responsive .main li a {
    color: #fff;
    font-family: "Signika", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
  }
  .header__mobile {
    background-color: #33333c;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
  }
  .header__mobile__logo {
    width: 22%;
    float: left;
  }
  .header__mobile__logo a {
    margin-left: 10px;
    margin-right: 7px;
    padding: 7px 0px;
  }
  .header__mobile__logo a img {
    width: 66px;
  }
  .header__mobile .buscador {
    width: 63%;
    float: left;
  }
  .header__mobile .buscador .input-group input {
    height: 68px;
    background-color: #33333c;
    border-color: #33333c;
    color: #fff;
    border-radius: 0;
  }
  .header__mobile .buscador .input-group input:focus {
    border: transparent;
    -webkit-box-shadow: 1px 3px 4px transparent;
            box-shadow: 1px 3px 4px transparent;
  }
  .header__mobile .buscador .input-group input:active {
    -webkit-box-shadow: 1px 3px 4px transparent;
            box-shadow: 1px 3px 4px transparent;
  }
  .header__mobile .buscador .input-group-text {
    background-color: #33333c;
    border-color: #33333c;
  }
  .header__mobile .buscador .input-group-text img {
    width: 20px;
  }
  .burger {
    width: 15%;
    height: 50px;
    position: fixed;
    top: 9px;
    right: 0px;
    z-index: 10;
  }
  .burger.clicked span {
    background-color: transparent;
  }
  .burger.clicked span::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  .burger.clicked span::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
  .burger span {
    margin-top: 9px;
    margin-bottom: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    display: block;
    left: 50%;
    margin-left: -15px;
    margin-top: -1.5px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .burger span::before {
    top: -9px;
  }
  .burger span::after {
    bottom: -9px;
  }
  .burger span::after, .burger span::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}

@media (min-width: 400px) {
  .nuevo__card__img {
    height: 286px;
  }
}

@media (min-width: 768px) {
  .busquedaAvanzada .filtroAvanzado__select--grande {
    width: 19%;
  }
  .busquedaAvanzada .filtroAvanzado__select--mediano {
    width: 13%;
  }
  .busquedaAvanzada .filtroAvanzado__select--chico {
    width: 11%;
  }
  .banner__content__center {
    width: 80%;
  }
  .banner__content__center__descrip {
    padding: 30px 37px;
  }
  .banner__content__center__descrip .form-group {
    margin-bottom: 1rem;
  }
  .banner__content__center__descrip .texto__logo {
    display: block;
  }
  .banner__content__center__descrip .texto__login {
    display: block;
  }
  .banner__content__center__descrip .texto p {
    font-size: 16px;
    line-height: 21px;
  }
  .banner__content__center__descrip .texto h2 {
    font-size: 25px;
  }
  .banner__content__center__face {
    width: 60%;
  }
  .comic__img {
    width: 55%;
    height: 182px;
  }
  .comic__text h4 {
    font-size: 11px;
  }
  .comic__text ul li {
    font-size: 12px;
  }
  .comic__text ul li ol li {
    margin-right: 0;
  }
  .footer__top__link .links a {
    display: block;
    padding: 5px 0px;
  }
  .footer__top__link .suscribete {
    width: 67%;
  }
  .footer__bottom {
    padding: 15px;
  }
  .parrafo {
    font-size: 13px;
  }
  .rayaP:before {
    background-size: cover;
    height: 3px;
    top: -5px;
  }
  .nuevo {
    padding: 50px 0px 70px;
  }
  .nuevo__top .boton {
    top: 20px;
  }
  .nuevo__card__img {
    height: 253px;
  }
  .opciones {
    padding: 30px 0px;
  }
  .opciones__separador {
    width: 0;
  }
  .opciones__card {
    padding: 9px 10px;
  }
  .opciones__card--hidden {
    opacity: 1;
  }
  .modal__login__body form {
    width: 77%;
  }
}

@media (min-width: 992px) {
  .m-top {
    margin-top: 78px;
  }
  .busquedaAvanzada .fecha {
    text-align: right;
  }
  .busquedaAvanzada .filtroAvanzado__select--grande {
    width: 11%;
  }
  .busquedaAvanzada .filtroAvanzado__select--mediano {
    width: 9%;
  }
  .busquedaAvanzada .filtroAvanzado__select--chico {
    width: 8%;
  }
  .rayaP:before {
    height: 5px;
    top: -4px;
  }
  .comic__img {
    height: 185px;
  }
  .pLeft {
    padding-left: 5px;
  }
  .pRight {
    padding-right: 5px;
  }
  .sigue {
    background-size: 60%;
  }
  .hamburger {
    display: none;
  }
  .barra-hamburger {
    display: none;
  }
  .puntos {
    background-size: 60%;
  }
  .nuevo {
    padding: 70px 0px 64px;
    background-size: 60%;
  }
  .nuevo .owl-nuevo {
    display: none !important;
  }
  .nuevo__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nuevo__row .col {
    padding: 0px 10px;
  }
  .nuevo__top .boton {
    top: 32px;
  }
  .nuevo__card__img {
    height: 264px;
  }
  .titulo--mediano {
    font-size: 41px;
  }
  .header {
    display: block;
  }
  .header__mobile {
    display: none;
  }
  .header__responsive {
    display: none;
  }
  .explora__color__check {
    display: none;
  }
  .explora__color .owl-nuevo {
    display: none !important;
  }
  .explora__color__content {
    display: block;
  }
  .modal-dialog {
    max-width: 585px;
  }
  .modal__login__content::before, .modal__login__content::after {
    width: 7px;
  }
  .modal__login__body::before, .modal__login__body::after {
    height: 6px;
  }
  .modal__login__body .close {
    top: -19px;
    right: -19px;
  }
  .modal__login__body form {
    width: 63%;
  }
  .banner {
    height: 72vh;
    padding: 0;
    margin-top: 77px;
  }
  .banner__content {
    height: 72vh;
  }
  .banner__content__center {
    width: 60%;
  }
  .banner__content__center__descrip .texto h2 {
    text-align: left;
    margin-left: 70px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 28px;
  }
  .banner__content__center__descrip .texto p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .banner__content__center__descrip .texto__logo img {
    left: -24px;
    top: -8px;
    width: 130px;
  }
  .banner__content__center__descrip .texto__login a {
    font-size: 14px;
  }
  .banner__content__center__face {
    width: 55%;
  }
  .footer__top {
    padding: 25px 0px;
  }

  .footer__top .container{
    /*padding-top: 39px;*/
    padding-top: 0;
  }

  .footer__top__logo img {
    width: 160px;
  }
  .footer__top__link a {
    font-size: 24px;
    display: block;
    padding: 2px 0px;
  }
  .footer__top__link .redes li a img {
    width: 40px;
  }
  .footer__top__link .suscribete {
    width: 75%;
    margin-top: 0;
  }
  .opciones__card {
    padding: 30px 17px;
  }
  .opciones__card h3 {
    font-size: 22px;
  }
  .opciones__card h4, .opciones__card p {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (min-width: 1140px) {
  .header .buscador {
    margin-top: 18px;
  }
  .header__right .web {
    margin-left: 16px;
  }
}

@media (min-width: 1200px) {
  .titulo--mediano {
    font-size: 45px;
  }
  .comic__text h4 {
    font-size: 13px;
  }
  .comic__text ul li {
    font-size: 14px;
  }
  .comic__img {
    width: 53%;
    height: 275px;
  }
  #filtro2 .nuevo__card__img {
    height: 270px;
  }
  .busquedaAvanzada .filtroAvanzado__select--chico {
    width: 7.8%;
  }
  .busquedaAvanzada .filtroAvanzado__select--grande {
    width: 12%;
  }
  .rayaP:before {
    height: 8px;
    top: -5px;
  }
  .comic__img {
    height: 188px;
  }
  .explora__color__content__segundo .nuevo__card__img {
    height: 198px;
  }
  .nuevo__top .boton {
    top: 43px;
  }
  .nuevo__card__img {
    height: 255px;
  }
  .container {
    max-width: 980px;
  }
}

@media (min-width: 1350px) {
    .explora__color__content__primero {
        width: 19.5%;
    }

    .explora__color__content__segundo {
        width: 80.5%;
    }

    .explora__color__content__segundo .nuevo__card__img {
        height: 260px;
    }

    .comic__img {
        height: 222px;
    }

    .banner__content__center {
        width: 56%;
    }

    .banner__content__center__descrip .texto p {
        font-size: 15px;
        line-height: 19px;
    }

    .parrafo {
        font-size: 16px;
    }

    .container {
        max-width: 1140px;
    }

    .header .buscador {
        width: 80%;
        margin-top: 14px;
    }

    .header__left__link ul li a {
        font-size: 15px;
    }

    .header__right__link a {
        font-size: 15px;
        padding: 0px 12px;
    }

    .opciones__card {
        padding: 30px 35px;
    }

    .nuevo {
        padding: 80px 0px 70px;
    }

    .nuevo__row .col {
        padding: 0px 11px;
    }

    .nuevo__top .boton {
        top: 36px;
    }

    .nuevo__card__img {
        height: 316px;
    }

    .footer__top .container {
        background-color: transparent;
        padding-bottom: 15px;
        max-width: 1230px;
        padding-top: 0;
    }
}

@media (min-width: 1500px) {
  .m-top {
    margin-top: 102px;
  }
  .banner {
    height: 650px;
  }
  .banner__content {
    height: 650px;
  }
  .header {
    padding: 5px 22px;
    height: 100px;
  }
  .header__left__link {
    left: 110px;
  }
  .header__left__link ul li a {
    font-size: 16px;
  }
  .header__left__logo img {
    width: 100px;
  }
  .header .input-group input {
    font-size: 16px;
  }
  .header .buscador {
    width: 87%;
    margin-top: 25px;
  }
  .header__right__link a {
    font-size: 16px;
    padding: 0px 15px;
  }
  .header__right .web {
    margin-left: 30px;
  }
  .header__right .web img {
    width: 40px;
  }
}

@media (min-width: 1600px) {
  .tabla {
    overflow: scroll;
  }
  .tabla .table thead th {
    font-size: 15px;
    line-height: 14px;
  }
  .tabla .table tbody tr th {
    font-size: 15px;
  }
  .tabla .table tbody tr td {
    font-size: 15px;
  }
  .comic__img {
    height: 278px;
  }
  .explora__color__content__primero {
    width: 19%;
    padding-right: 10px;
  }
  .explora__color__content__segundo {
    width: 81%;
  }
  .explora__color__content__segundo .nuevo__card__img {
    height: 336px;
  }
  .explora__color__content__segundo .nuevo__card__botones a span {
    margin-left: 22px;
    font-size: 15px;
  }
  #filtro2 .nuevo__card__img {
    height: 340px;
  }
  .fixed .header__left__logo img {
    width: 65px !important;
  }
  .fixed .buscador {
    margin-top: 6px !important;
  }
  .footer__top {
    padding: 50px 0px;
  }
  .footer__top__logo img {
    width: 176px;
  }
  .footer__top__link .links a {
    font-size: 16px;
    padding: 8px 0px;
  }
  .footer__top__link .redes a img {
    width: 60px;
  }
  .footer__bottom {
    padding: 20px;
  }
  .footer__bottom h6 {
    font-size: 16px;
  }
  .btn {
    padding: 13px 50px;
    font-size: 20px;
  }
  .raya {
    height: 2px;
  }
  .puntos {
    background-size: 60%;
  }
  .nuevo {
    padding: 90px 0px 70px;
    background-size: 60%;
  }
  .nuevo__row .col {
    padding: 0px 15px;
  }
  .nuevo__top .boton {
    border: 2px solid #d4d4d4;
    top: 48px;
    padding: 8px 18px;
  }
  .nuevo__card__img {
    height: 390px;
  }
  .nuevo__card__botones {
    padding: 10px 5px;
  }
  .nuevo__card__botones a {
    margin: 0px 10px;
  }
  .nuevo__card__botones a img {
    width: 18px !important;
  }
  .nuevo__card__botones a span {
    margin-left: 22px;
    font-size: 15px;
  }
  .opciones__card {
    padding: 30px 58px;
  }
  .opciones__card img {
    width: 110px;
  }
  .opciones__card h3 {
    font-size: 24px;
  }
  .opciones__card h4, .opciones__card p {
    font-size: 15px;
    line-height: 25px;
  }
  .titulo--mediano {
    font-size: 56.53px;
  }
  .busquedaAvanzada .filtroAvanzado__select--grande {
    width: 12.9%;
  }
  .banner {
    margin-top: 100px;
    height: 70vh;
  }
  .banner__content {
    height: 70vh;
  }
  .banner__content__center {
    width: 60%;
  }
  .banner__content__center__descrip {
    padding: 50px 55px;
  }
  .banner__content__center__descrip:before {
    height: 12px;
  }
  .banner__content__center__descrip .texto__login a {
    font-size: 20px;
  }
  .banner__content__center__descrip .texto h2 {
    font-size: 35px;
    margin-left: 70px;
    margin-bottom: 80px;
    line-height: 37px;
  }
  .banner__content__center__descrip .texto h2 span {
    font-size: 48px;
  }
  .banner__content__center__descrip .texto p {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 16px;
  }
  .banner__content__center__descrip .texto__logo img {
    width: 195px;
    left: -27px;
    top: -21px;
  }
  .banner__content__center__face {
    width: 50%;
    font-size: 20px;
  }
  .banner__content__center__face img {
    width: 20px;
  }
  .footer__top__logo img {
    width: 240px;
  }
  .footer__top__link .redes li a img {
    width: 60px;
  }
  .footer__top__link a {
    font-size: 30px;
    padding: 6px 0px;
  }
  .sigue {
    background-size: 60%;
  }
  .container {
    max-width: 1420px;
  }
  .modal-dialog {
    max-width: 700px;
  }
  .modal__login__content::before, .modal__login__content::after {
    width: 8px;
  }
  .modal__login__body {
    padding: 42px 20px;
  }
  .modal__login__body::before, .modal__login__body::after {
    height: 7px;
    background-size: contain;
  }
  .modal__login__body h3 {
    font-size: 32px;
  }
  .modal__login__body form {
    width: 70%;
  }
  .modal__login__body form input {
    height: 43px;
    font-size: 16px;
  }
  .modal__login__body form .links a {
    font-size: 17px;
  }
  .modal__login__body form .check input[type=checkbox].css-checkbox + label.css-label {
    font-size: 18px;
    height: 24px;
  }
}

@media (min-width: 2450px) {
  .header {
    padding: 5px 500px;
  }
  .banner {
    height: 746px;
  }
  .banner__content {
    height: 746px;
  }
}
/*# sourceMappingURL=estilos.css.map */