@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;
}

.zero, .form-buttonPlus {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

@font-face {
  font-family: 'yellow';
  src: url(../../static/font/YELLOW.TTF);
  font-weight: regular;
}

.m-top {
  margin-top: 68px;
}

.puntos {
  background-image: url("../../static/img/puntos.svg");
  background-size: 78%;
}

.fondo {
  background-image: url("../../static/img/fondo/puntos-tot.svg");
  background-position-y: -3.5px;
  background-size: cover;
}

.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;
}

.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;
}

.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;
}

/*===============================
========== START SUBE UN COMIC =========
===============================*/
.Modal__titulo {
  font-family: "yellow";
  color: #000000;
  padding-top: 20px;
  padding-left: 30px;
}

.Modal__container-YellowLine {
  position: relative;
}

.Modal__container-YellowLine::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  background-image: url(../../static/img/raya-amarilla.svg);
  background-size: contain;
  left: 0px;
  bottom: -4px;
}

.Modal__content {
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 80px;
}

.Modal__body {
  position: relative;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 0px;
  padding-right: 40px;
}

.Modal__close {
  position: absolute;
  top: 7px;
  right: 7px;
  opacity: 1;
  z-index: 100;
  width: 30px;
  height: 30px;
  border: none;
  background-color: #fff;
}

.Modal__close img {
  width: 15px;
  height: 15px;
  opacity: 0.4;
}

.Modal__close img:hover {
  opacity: 1;
  width: 15.2px;
  height: 15px;
}

.Modal__close p {
  width: 15px;
  color: #000;
  font-family: Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.Modal__close p:hover {
  -webkit-txt-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.479);
}

.Modal__input {
  border-color: #29acf8 !important;
  width: 100%;
}

.raya {
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
}

.paddingB15 {
  padding-bottom: 15px !important;
}

.paddingL0 {
  padding-left: 0px !important;
}

.marginB0 {
  margin-bottom: 0px;
}

.center-flex {
  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;
}

.space-around-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.alinearCheckbox {
  margin-left: 5px;
}

.titleContainer {
  margin-top: 15px;
  margin-bottom: 15px;
}

.subtitulo {
  margin-top: 5px;
  font-weight: 500;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}

.li__element {
  list-style: none;
  margin-top: 18px;
  margin-bottom: 18px;
}

.buttons__container-left {
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.buttons__left {
  margin-left: 10px;
}

.buttons-blueBgWhiteFont {
  color: #fff;
  font-weight: 700;
  border: none;
  background: #4FA2D2;
  border-radius: .5em;
  -webkit-transition: background .3s;
  transition: background .3s;
  text-align: center;
  height: 40px;
}

.buttons-blueBgWhiteFont:hover {
  background: #29acf8;
}

.buttons-blueBorderFont {
  color: #4FA2D2;
  border: .1em solid #4FA2D2;
  border-radius: .5em;
  font-weight: 700;
  -webkit-transition: background .3s;
  transition: background .3s;
  text-align: center;
  background-color: white;
  height: 40px;
}

.buttons-blueBorderFont:hover {
  border-color: #29acf8;
  color: #29acf8;
}

.buttons-greyBgWhiteFont {
  color: white;
  border: none;
  background: #999999;
  font-weight: 700;
  border-radius: .5em;
  -webkit-transition: background .3s;
  transition: background .3s;
  text-align: center;
  height: 40px;
}

.buttons-greyBgWhiteFont:hover {
  background: #666666;
  color: white;
}

.subeUnComic__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.subeUnComic__publicar {
  width: 185px;
  margin-right: 10px;
}

.subeUnComic__limpiar {
  width: 160px;
  margin-right: 10px;
}

.subeUnComic__retornar {
  width: 117px;
}

.subeUnComic__container {
  padding-bottom: 80px;
  padding-top: 20px;
}

.subeUnComic__upload {
  min-width: 196px;
  font-size: 15px;
}

.subeUnComic__parrafo {
  padding-top: 7px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  margin: 0px;
}

.blueContent {
  font-size: 13px;
  font-weight: 700;
  color: #4FA2D2 !important;
}

.blueContent:hover {
  color: 2px solid black;
  border: 1px  solid #29acf8 !important;
}

.fileUpload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.fileUpload-fromWeb {
  padding: 15px;
}

.fileUpload-fromPc {
  color: #fff;
  border: none;
  background: #4FA2D2;
  border-radius: .5em;
  -webkit-transition: background .3s;
  transition: background .3s;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fileUpload-fromPc:hover {
  background: #29acf8;
}

.fileUpload-input {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 0;
  opacity: 0;
}

.fileUpload-imgContainer {
  margin-top: 120px;
  margin-bottom: 100px;
}

.fileUpload-img {
  width: 125px;
  display: block;
  margin: auto;
}

.fileUpload-label {
  padding-left: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.general-container {
  padding-bottom: 100px;
}

textarea:focus, button:focus, input:focus, input[type]:focus {
  border-color: #29acf8;
  -webkit-box-shadow: 0.5px 0.5px rgba(23, 188, 229, 0) inset, 0 0 8px #ffffff0a;
          box-shadow: 0.5px 0.5px rgba(23, 188, 229, 0) inset, 0 0 8px #ffffff0a;
  outline: 0 none;
}

.form-container {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 20px;
}

.form-element, .form-elementGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-bottom: 0px;
}

.form-elementGroup {
  padding-bottom: 15px;
}

.form-inputText, .Modal__input, .blueContent, .form-textarea, .form-dropdown select, .form-dropdownNumbers select, .form-dropdownBasedOn select, .form-dropdownRelatedWork select, .form-dropdownTCS select {
  border-radius: 6px;
  height: 36px;
  border: 1px solid #999999;
  padding: 0px 10px;
  font-size: 13px;
  color: #808080;
  font-family: "Roboto", sans-serif;
  margin-left: 2px;
  background-color: white;
}

.form-inputLabel {
  font-size: 13px;
  font-family: "Signika", sans-serif;
  padding-left: 10px;
  margin: 0px;
}

.form-textarea {
  min-height: 100px;
  padding: 0.5em 0.5em;
}

.form-dropdown select, .form-dropdownNumbers select, .form-dropdownBasedOn select, .form-dropdownRelatedWork select, .form-dropdownTCS select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  min-width: 100px;
}

.form-dropdown:after, .form-dropdownNumbers:after, .form-dropdownBasedOn:after, .form-dropdownRelatedWork:after, .form-dropdownTCS:after {
  content: 'v';
  position: absolute;
  right: 30px;
  bottom: 7px;
  color: #4FA2D2;
  pointer-events: none;
  font-family: arial;
  font-weight: 700;
}

.form-dropdown select:focus, .form-dropdownNumbers select:focus, .form-dropdownBasedOn select:focus, .form-dropdownRelatedWork select:focus, .form-dropdownTCS select:focus {
  border-color: #29acf8;
  -webkit-box-shadow: 0.5px 0.5px rgba(229, 103, 23, 0.075) inset, 0 0 8px #bbd3e0;
          box-shadow: 0.5px 0.5px rgba(229, 103, 23, 0.075) inset, 0 0 8px #bbd3e0;
  outline: 0 none;
}

.form-dropdownNumbers select {
  min-width: 70px !important;
}

.form-dropdownNumbers:after {
  right: 10px;
  bottom: 7px;
}

.form-dropdownBasedOn:after {
  right: 30px;
  bottom: 5px;
}

.form-dropdownRelatedWork:after {
  right: 30px;
  bottom: 5px;
}

.form-dropdownTCS:after {
  right: 30px;
  bottom: 20px;
}

.form-buttonPlus {
  text-align: center;
  padding-top: 10px;
  background: white;
  width: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #4FA2D2;
}

.form-buttonPlus:hover {
  color: 2px solid black;
  border: 0px;
}

.form-checkboxBlue {
  opacity: 0;
}

.form-checkboxBlue + label {
  height: 16px;
  line-height: 18px;
  color: #404040;
  padding-left: 19px;
  vertical-align: middle;
  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;
  background-image: url("../../static/img/iconos/check-desactivadoChico.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.form-checkboxBlue:checked + label {
  background-image: url("../../static/img/iconos/check-activadoChico.png");
  background-repeat: no-repeat;
  color: #4fa2d2;
}

.form-checkboxBlueLabel {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  font-family: "Signika", sans-serif;
}

.basedOn__buttonPlus {
  text-align: center;
}

.basedOn__input {
  margin-left: 15px;
  margin-right: 6.3%;
  min-width: 90%;
}

.groupOfButtons {
  padding-top: 50px;
  padding-bottom: 5%;
  padding-left: 0px;
  padding-right: 0px;
}

/*===============================
============ END SUBE UN COMIC ==========
===============================*/
@media (max-width: 1350px) {
  .basedOn__input {
    margin-right: 4.5%;
  }
}

@media (max-width: 770px) {
  .subeUnComic__parrafo {
    width: 3%;
  }
  .subeUnComic__retornar {
    width: 185px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .subeUnComic__limpiar {
    width: 185px;
    margin-top: 10px;
  }
  .subeUnComic__container {
    padding-bottom: 20px;
  }
  .basedOn__input {
    margin-left: 13.5px;
    margin-right: 0px;
    min-width: 90%;
  }
  .groupOfButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 575px) {
  .subeUnComic__container {
    padding: 0px;
  }
  .subeUnComic-3-2 {
    min-width: 80%;
  }
  .subeUnComic-3-1 {
    min-width: 100%;
  }
  .basedOn__buttonPlus {
    max-width: 20px;
  }
  .basedOn__input {
    max-width: 40%;
  }
  .form-checkboxBlueLabel {
    width: 90px;
    font-size: 12px;
    margin-bottom: 0px;
    margin-left: 20px;
  }
  .alinearCheckbox {
    margin-left: 0px;
  }
  .plus3container {
    width: 300;
  }
  .Modal__titulo {
    font-size: 24px;
    padding-top: 15px;
    padding-left: 25px;
  }
  .Modal__content {
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .Modal__body {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
  }
  .Modal__close {
    top: 10px;
    width: 15px;
    height: 15px;
  }
  .Modal__close img {
    width: 11px;
  }
}

@media (max-width: 991.98px) {
  .basedOn__input {
    margin-right: 5.9%;
  }
  .subeUnComic__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-checkboxBlueLabel {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .fileUpload-imgContainer {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .parrafo {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 585px;
  }
  .m-top {
    margin-top: 78px;
  }
  .titulo--mediano {
    font-size: 41px;
  }
}

@media (min-width: 1200px) {
  .titulo--mediano {
    font-size: 45px;
  }
  .container {
    max-width: 980px;
  }
}

@media (min-width: 1350px) {
  .parrafo {
    font-size: 16px;
  }
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1500px) {
  .m-top {
    margin-top: 102px;
  }
  .puntos {
    background-size: 78%;
  }
}

@media (min-width: 1600px) {
  .modal-dialog {
    max-width: 700px;
  }
  .raya {
    height: 2px;
  }
  .titulo--mediano {
    font-size: 56.53px;
  }
  .container {
    max-width: 1420px;
  }
}
/*# sourceMappingURL=estilos.css.map */