@charset "UTF-8";
/* agregar aquí todos los archivos sass parciales ej: "_archivo_parcial.sass" */
/* para revisar estilos desde el inspector del navegador, se debe generar un archivo .map
 * que ayuda a identificar en qué lineas de un archivo .sass están los estilos*/
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap");
blockquote, q {
  quotes: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tfoot, thead, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

a:focus {
  outline: 0px dotted !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  line-height: 1;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* para utilizar los mixins llamarlos de la siguiente forma en el código sass: @include nombre_mixin */ /* para utilizar los mixins llamarlos de la siguiente forma en el código sass: @mixin nombre_mixin */ /* para utilizar los mixins llamarlos de la siguiente forma en el código sass: @include nombre_mixin */
/* para utilizar mixins variables llamar de la siguiente forma: @include nombre_mixin(variable1, variable2, ...) */
.swiper-button-next {
  background-image: url("../../../imag/golpe/v1/ico/chevron_right_w.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 65px !important;
  z-index: 1 !important;
  width: 65px !important;
  height: 65px !important;
  right: 0px !important;
  outline: none !important;
}
@media (max-width: 425px) {
  .swiper-button-next {
    background-size: 12px !important;
    width: 20px !important;
    height: 20px !important;
  }
}

.swiper-button-prev {
  background-image: url("../../../imag/golpe/v1/ico/chevron_left_w.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 65px !important;
  z-index: 1 !important;
  width: 65px !important;
  height: 65px !important;
  left: 0px !important;
  outline: none !important;
}
@media (max-width: 425px) {
  .swiper-button-prev {
    background-size: 12px !important;
    width: 20px !important;
    height: 20px !important;
  }
}

.swiper-button-disabled {
  opacity: 1 !important;
}

.cont-btn {
  padding: 30px 0;
}

.btn-main {
  display: inline-block;
  font-size: 1.625rem;
  color: #ffffff;
  text-transform: uppercase;
  padding: 18px 40px;
  background-color: #343e48;
  letter-spacing: 0.5px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 425px) {
  .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
.btn-main:hover {
  background-color: #84858C;
  transition: 0.3s all ease;
}
.btn-main.more {
  color: #CECBCA;
  border-bottom: 4px solid #CECBCA;
  margin-left: 20px;
}
.btn-main img {
  width: 26px;
  margin-right: 10px;
}

#return-to-top {
  position: fixed;
  border: 1px solid rgba(255, 255, 255, 0.3);
  bottom: 20px;
  right: 2%;
  background: #343e48;
  width: 50px;
  height: 50px;
  z-index: 50;
  cursor: pointer;
  text-decoration: none;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top img {
  width: 25px;
  margin: 0 auto;
  top: calc(50% - 10px);
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background-color: #343e48;
}
#return-to-top:hover img {
  top: 10px;
}

.inputGroup {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 0 5px;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.inputGroup label {
  padding: 12px 20px 12px 35px;
  width: auto;
  display: inline-block;
  text-align: left;
  color: #3C454C;
  background-color: rgba(235, 196, 123, 0.3);
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: 0.3s all ease;
  overflow: hidden;
  font-size: 0.75rem;
}
.inputGroup label:hover {
  background-color: #f8ddab;
}
.inputGroup label:before {
  width: 10px;
  height: 10px;
  content: "";
  background-color: #FDDD00;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid #CECBCA;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 2;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
}
.inputGroup input {
  width: 16px;
  height: 16px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
  display: none;
}
.inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(40, 7, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  border-color: transparent;
  background-image: url("../../imag/v1/icon/ic_check_g.svg");
}

.cont-search {
  position: relative;
}
.cont-search .search-icon {
  position: absolute;
  right: 0;
  padding: 5px 10px;
}
.cont-search .search-icon img {
  width: 20px;
}

.tag {
  padding: 5px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tag button {
  padding: 0;
  padding-left: 15px;
  transition: 0.2s all ease;
}
.tag button:hover {
  transform: translateY(-2px);
}

.enc-nav .auxi {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100% !important;
}
.enc-nav .auxi .cont-btn a {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  color: #FDDD00;
  padding: 8px 40px 8px 50px;
  background-color: #ffffff;
  border: 1px solid #F75A16;
  border-radius: 30px;
  letter-spacing: 0.2px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .enc-nav .auxi .cont-btn a {
    font-size: 0.75rem;
    padding: 6px 25px 6px 36px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-nav .auxi .cont-btn a {
    font-size: 0.75rem;
    padding: 6px 30px 6px 40px;
  }
}
.enc-nav .auxi .cont-btn a:before {
  content: "";
  position: absolute;
  background-image: url("../../imag/v1/icon/chevron_gris.png");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
  left: 15px;
  width: 13px;
  height: 13px;
  transform: rotate(90deg);
}

.cultura .enc-port .auxi .tags li a, .Cultura .enc-port .auxi .tags li a {
  background-color: #F75A16;
}

.investigacion .enc-port .auxi .tags li a {
  background-color: #0CB14B;
}

.deportes .enc-port .auxi .tags li a {
  background-color: #00AEEF;
}

.enc-port .auxi p {
  padding-top: 15px;
  line-height: 2;
  font-size: 18px;
  color: #59737D;
  max-width: 800px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .enc-port .auxi p {
    font-size: 0.875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-port .auxi p {
    font-size: 0.875rem;
  }
}
.enc-port .auxi .autor {
  font-size: 15px;
  color: #F75A16;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.enc-port .auxi h1 {
  font-size: 2.5rem;
  color: #343e48;
  text-align: left;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .enc-port .auxi h1 {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-port .auxi h1 {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .enc-port .auxi h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .enc-port .auxi h1 {
    font-size: 43px;
  }
}
.enc-port .auxi .tags {
  margin: 20px 0 30px;
  max-width: 72vw;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.enc-port .auxi .tags li {
  margin: 0 6px;
  margin-bottom: 12px;
}
.enc-port .auxi .tags li.tag-dest a {
  background-color: #343e48;
}
.enc-port .auxi .tags li a {
  display: block;
  text-transform: uppercase;
  padding: 5px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.enc-main {
  padding: 40px 0 0;
}
@media (max-width: 425px) {
  .enc-main {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main {
    padding: 20px 0;
  }
}
.enc-main p {
  padding-top: 15px;
  line-height: 1.4;
  font-size: 18px;
  color: #59737D;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
.enc-main h1 {
  font-size: 4.0625rem;
  color: #59737D;
  line-height: 1.3;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .enc-main h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main h1 {
    font-size: 2.5rem;
  }
}

.enc-menu {
  padding-bottom: 0;
}

.sub-header {
  background-color: #ffffff;
  position: relative;
  padding: 20px 30px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .sub-header {
    padding: 15px 10px;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sub-header {
    padding: 15px 10px;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-header {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-header {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .sub-header {
    padding: 10px 20px;
  }
}
.sub-header .tabs, .sub-header .boletin {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.sub-header .tabs {
  padding-top: 10px;
}
@media (max-width: 425px) {
  .sub-header .tabs {
    overflow: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sub-header .tabs {
    overflow: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-header .tabs {
    padding: 10px 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .sub-header .tabs {
    padding: 10px 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .sub-header .tabs li {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sub-header .tabs li {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.sub-header .tabs li + li {
  margin-left: 30px;
}
.sub-header .tabs li.active a {
  color: #343e48;
  border-color: #343e48;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.sub-header .tabs li a {
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  padding-bottom: 10px;
  transition: 0.2s all ease;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}
@media (max-width: 425px) {
  .sub-header .tabs li a {
    font-size: 0.75rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sub-header .tabs li a {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-header .tabs li a {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .sub-header .tabs li a {
    font-size: 0.75rem;
  }
}
.sub-header .tabs li a:hover {
  color: #343e48;
}
.sub-header .tool-bar {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 425px) {
  .sub-header .tool-bar {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sub-header .tool-bar {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-header .tool-bar {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.sub-header .tool-bar .boletin {
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 425px) {
  .sub-header .tool-bar .boletin li {
    font-size: 0.75rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sub-header .tool-bar .boletin li {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-header .tool-bar .boletin li {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .sub-header .tool-bar .boletin li {
    font-size: 0.75rem;
  }
}
.sub-header .tool-bar .boletin li + li {
  margin-left: 15px;
}
.sub-header .tool-bar .boletin li a {
  padding: 6px;
  border-radius: 3rem;
  border: 1px solid #F75A16;
  width: 35px;
  height: 35px;
  transition: 0.2s all ease;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sub-header .tool-bar .boletin li a:hover {
  background-color: #F75A16;
}
.sub-header .tool-bar .cont-search {
  margin-left: 40px;
  min-width: 266px;
}
@media (max-width: 425px) {
  .sub-header .tool-bar .cont-search {
    margin-left: 0;
    margin-top: 10px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sub-header .tool-bar .cont-search {
    margin-left: 15px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-header .tool-bar .cont-search {
    min-width: 200px;
    margin-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .sub-header .tool-bar .cont-search {
    min-width: 200px;
    margin-left: 20px;
  }
}
.sub-header .tool-bar .cont-search .search-bar {
  position: relative;
}
.sub-header .tool-bar .cont-search .search-bar input {
  border: 1px solid #cccccc;
  width: 100%;
}
.sub-header .tool-bar .cont-search .search-bar .search-icon {
  position: absolute;
  right: 0;
  padding: 4px;
  width: 28px;
  top: calc(50% - 14px);
}
.sub-header .tool-bar .cont-search .adv-btn {
  position: relative;
  color: #343e48;
  font-size: 13px;
  padding: 8px 0;
  text-decoration: underline;
  text-align: right;
  display: block;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .sub-header .tool-bar .cont-search .adv-btn {
    margin-top: 5px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sub-header .tool-bar .cont-search .adv-btn {
    margin-top: 5px;
  }
}

.enc-bg {
  position: relative;
  margin-bottom: 50px;
}
.enc-bg:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.enc-bg > .auxi {
  position: relative;
  z-index: 3;
  padding: 70px 0;
}
.enc-bg .enc-nav .cont-btn a {
  border: none;
}
.enc-bg .enc-main {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.enc-bg .enc-main p {
  color: #ffffff;
}
.enc-bg .enc-main h1 {
  color: #ffffff;
}

.enc-txt .breadcrumbs .breadcrumb {
  color: #070707;
}
.enc-txt .breadcrumbs .breadcrumb:after {
  color: #CECBCA;
}
.enc-txt .auxi {
  text-align: center;
  padding-bottom: 0;
}

.cont-tit {
  margin-bottom: 20px;
}
@media (max-width: 425px) {
  .cont-tit {
    padding-bottom: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-tit {
    padding-bottom: 0;
  }
}
.cont-tit .tit {
  font-size: 62px;
  line-height: 74px;
  color: #000000;
  margin: 0 auto;
  margin-bottom: 40px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 425px) {
  .cont-tit .tit {
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-tit .tit {
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }
}
.cont-tit .baj {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 178.2%;
  letter-spacing: 0.3px;
  font-size: 18px;
  color: #ffffff;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}
@media (max-width: 425px) {
  .cont-tit .baj {
    font-size: 18px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-tit .baj {
    font-size: 18px;
  }
}

.enc-logo {
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 425px) {
  .enc-logo {
    display: none !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-logo {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .enc-logo {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .enc-logo {
    display: block;
  }
}
@media (min-width: 1278px) and (max-width: 1399px) {
  .enc-logo {
    display: block;
  }
}
@media (min-width: 1400px) {
  .enc-logo {
    display: block;
  }
}
.enc-logo img {
  margin: 0 auto;
}
.enc-logo.logo-radio img {
  width: 270px;
}
.tag-background {
  background-color: #FDDD00;
  font-size: 0.875rem;
  padding: 8px 10px;
  margin-bottom: 10px;
  display: inline-block;
  color: #343e48;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}

.tag-border {
  font-size: 0.875rem;
  padding: 0 15px;
  min-height: 30px;
  margin-bottom: 10px;
  display: inline-block;
  color: #343e48;
  border-left: 10px solid #FDDD00;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.tag-border img {
  margin-left: 8px;
  height: 35px;
  width: auto;
}

.box-dest {
  padding: 70px 30px 40px 30px;
  height: 100%;
  background-color: #cccccc;
  transition: 0.2s all ease;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 425px) {
  .box-dest {
    padding: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-dest {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .box-dest {
    padding: 20px;
  }
}
.box-dest > a {
  min-height: 80%;
}
.box-dest .cont-txt {
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
}
.box-dest .content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.box-dest ul {
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
}
.box-dest .wrapper {
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
}
.box-dest .enc-card {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.box-dest .enc-card img {
  width: 50px;
}
.box-dest .enc-card .fecha {
  font-size: 15px;
  color: #CECBCA;
}
.box-dest h3 {
  color: #59737D;
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 30px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .box-dest h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-dest h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .box-dest h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.box-dest .bajada {
  line-height: 1.9;
  color: #84858C;
  font-size: 15px;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}
@media (max-width: 425px) {
  .box-dest .bajada {
    font-size: 0.875rem;
    padding-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest .bajada {
    font-size: 0.875rem;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-dest .bajada {
    font-size: 15px;
    padding-bottom: 10px;
  }
}
.box-dest ul li {
  margin-bottom: 15px;
  font-size: 15px;
  color: #84858C;
  line-height: 1.3;
  padding-left: 25px;
  background-image: url("../../imag/v1/icon/chevron_right.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 20px;
}
.box-dest .cont-btn {
  padding-bottom: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-dest .cont-btn {
    font-size: 0.75rem;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.box-dest .cont-btn .btn-main {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 10px 30px 10px 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-dest .cont-btn .btn-main {
    font-size: 0.75rem;
    padding: 8px 30px 8px 20px;
  }
}
.box-dest .cont-btn .btn-sec {
  display: inline-block;
  font-size: 15px;
  color: #FDDD00;
  padding: 10px 45px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #F75A16;
  margin-right: 20px;
  border-radius: 30px;
  letter-spacing: 0.2px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .box-dest .cont-btn .btn-sec {
    font-size: 0.75rem !important;
    padding: 9px 20px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest .cont-btn .btn-sec {
    font-size: 0.75rem !important;
    padding: 9px 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-dest .cont-btn .btn-sec {
    font-size: 0.75rem !important;
    padding: 8px 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .box-dest .cont-btn .btn-sec {
    padding: 10px 25px !important;
  }
}

.box-sec {
  margin-bottom: 20px;
  position: relative;
  border: 2px solid;
  transition: filter 0.3s ease-in-out;
}
@media (max-width: 425px) {
  .box-sec {
    font-size: 0.75rem;
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-sec {
    font-size: 0.75rem;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-sec {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.box-sec .cont_hashtags .hashtag {
  line-height: 1.4;
  font-size: 0.75rem;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  margin-right: 5px;
}
.box-sec .cont_hashtags .hashtag:first-child {
  margin-left: 0;
}
.box-sec.box-purple {
  border-color: #5F56A5;
}
.box-sec.box-purple .hashtag {
  color: #5F56A5;
}
.box-sec.box-purple .tag {
  background-color: #5F56A5;
}
.box-sec.box-green {
  border-color: #0CB14B;
}
.box-sec.box-green .hashtag {
  color: #0CB14B;
}
.box-sec.box-green .tag {
  background-color: #0CB14B;
}
.box-sec.box-lightblue {
  border-color: #00AEEF;
}
.box-sec.box-lightblue .hashtag {
  color: #00AEEF;
}
.box-sec.box-lightblue .tag {
  background-color: #00AEEF;
}
.box-sec.box-orange {
  border-color: #F75A16;
}
.box-sec.box-orange .hashtag {
  color: #F75A16;
}
.box-sec.box-orange .tag {
  background-color: #F75A16;
}
.box-sec.box-yellow {
  border-color: #FDDD00;
}
.box-sec.box-yellow .hashtag {
  color: #FDDD00;
}
.box-sec.box-yellow .tag {
  background-color: #FDDD00;
}
.box-sec.box-light-blue {
  border-color: #00AEEF;
}
.box-sec.box-light-blue .hashtag {
  color: #00AEEF;
}
.box-sec.box-light-blue .tag {
  background-color: #00AEEF;
}
.box-sec.box-gris-oscuro {
  border-color: #343e48;
}
.box-sec.box-gris-oscuro .hashtag {
  color: #343e48;
}
.box-sec.box-gris-oscuro .tag {
  background-color: #343e48;
}
.box-sec.full {
  border-top-width: 5px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 425px) {
  .box-sec.full {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-sec.full {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.box-sec.full > a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 425px) {
  .box-sec.full > a {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-sec.full > a {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.box-sec.full .cont-txt {
  position: relative;
  bottom: 0;
  right: 0;
  padding: 30px 20px 5px;
  -webkit-flex: 1 0 38%;
  flex: 1 0 38%;
}
@media (max-width: 425px) {
  .box-sec.full .cont-txt {
    padding: 15px;
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-sec.full .cont-txt {
    padding: 15px;
    margin-left: 0;
  }
}
.box-sec.full .cont-txt .tag {
  margin-bottom: 20px;
}
@media (max-width: 425px) {
  .box-sec.full .cont-txt .tag {
    margin-bottom: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-sec.full .cont-txt .tag {
    margin-bottom: 0;
  }
}
.box-sec.full .cont-txt .subtit {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 425px) {
  .box-sec.full .cont-txt .subtit {
    margin-bottom: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-sec.full .cont-txt .subtit {
    margin-bottom: 10px;
  }
}
.box-sec.full .cont-txt .subtit a {
  color: #343E48;
}
.box-sec.full .img-wrap {
  -webkit-flex: 0 1 56%;
  flex: 0 1 56%;
}
@media (max-width: 425px) {
  .box-sec.full .img-wrap {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-sec.full .img-wrap {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.box-sec.full .img-wrap:hover .cont-txt {
  filter: grayscale(100%);
}
.box-sec:not(.full) {
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.box-sec.box-sm {
  border-top-width: 2px;
  padding: 20px;
}
@media (max-width: 425px) {
  .box-sec.box-sm {
    padding: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-sec.box-sm {
    padding: 15px;
  }
}
.box-sec.box-sm .img-wrap {
  -webkit-flex: 0 1 34%;
  flex: 0 1 34%;
}
.box-sec.box-sm .cont-txt {
  padding: 0;
  padding-left: 10px;
}
.box-sec.box-sm .cont-txt .tag {
  font-size: 13px;
  background-color: #613DE8;
  margin-bottom: 10px;
}
.box-sec.box-sm .cont-txt .tag a {
  color: #ffffff;
}
.box-sec.box-sm .cont-txt .subtit {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 10px;
}
.box-sec.box-sm .cont-txt .baj {
  font-size: 0.75rem;
}
.box-sec .cont-links {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.box-sec .cont-social {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.box-sec .cont-social img {
  width: 25px;
}
.box-sec .cont-txt {
  background-color: #ffffff;
  padding: 20px;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 425px) {
  .box-sec .cont-txt {
    position: relative;
    padding: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-sec .cont-txt {
    position: relative;
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-sec .cont-txt {
    position: relative;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.box-sec .cont-txt .cont-extra .fecha {
  font-family: "Bitter", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.box-sec .cont-txt p {
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.3px;
  color: #CECBCA;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}
@media (max-width: 425px) {
  .box-sec .cont-txt p {
    display: none;
  }
}
.box-sec .cont-txt p img {
  margin-right: 5px;
}
.box-sec .cont-txt .fecha {
  color: #84858C;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.box-sec .cont-txt .fecha img {
  width: 20px;
}
.box-sec .cont-txt .escuchar {
  color: #070707;
  margin-bottom: 10px;
}
.box-sec .cont-txt .icon-box {
  width: 40px;
  margin-bottom: 10px;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
  align-self: auto;
}
.box-sec .cont-txt .subtit {
  text-align: left;
  line-height: 1.3;
  font-size: 18px;
  color: #59737D;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .box-sec .cont-txt .subtit {
    font-size: 1rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-sec .cont-txt .subtit {
    font-size: 1rem;
  }
}
.box-sec .cont-txt .subtit a {
  color: #343E48;
}
.box-sec .cont-txt .baj {
  color: #59737D;
}
.box-sec .cont-txt .cont-btn {
  margin-top: 15px;
  text-align: left;
}
.box-sec .cont-txt .cont-extra {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.box-sec .cont-tit {
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 425px) {
  .box-sec .cont-tit {
    margin-bottom: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-sec .cont-tit {
    margin-bottom: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.box-sec .img-wrap {
  font-size: 4rem;
  color: #cccccc;
}
.box-sec .img-wrap img {
  transition: filter 0.3s ease-in-out;
}
.box-sec .cont-btn {
  text-align: center;
  padding: 10px 0 0;
}
.box-sec .btn-sec {
  display: inline-block;
  font-size: 0.875rem !important;
  color: #FDDD00;
  padding: 10px 20px 0;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  letter-spacing: 0.2px;
}
@media (max-width: 425px) {
  .box-sec .btn-sec {
    padding: 6px 10px;
    min-width: 76px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-sec .btn-sec {
    padding: 6px 10px;
    min-width: 76px;
  }
}

.bloq-full.reportaje .img-wrap .cont-txt a {
  text-shadow: 0px 0px 6px #000;
}
@media (max-width: 425px) {
  .bloq-full.reportaje {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .bloq-full.reportaje {
    padding: 0;
  }
}

.bloq-full {
  padding: 30px 0;
}
@media (max-width: 425px) {
  .bloq-full {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .bloq-full {
    padding: 30px 0;
  }
}
.bloq-full.reportaje {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .bloq-full.reportaje {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 0 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .bloq-full.reportaje {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 0 0;
  }
}
.bloq-full.reportaje .img-wrap .cont-txt {
  padding: 30px;
}
.bloq-full.reportaje .img-wrap .txt-highlight {
  top: 0;
  bottom: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.bloq-full.reportaje .img-wrap .txt-highlight p {
  font-size: 2.5rem;
  padding: 5px;
  margin-bottom: 5px;
}
.bloq-full.multimedia .img-wrap {
  -webkit-flex: 1 0 65%;
  flex: 1 0 65%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bloq-full.multimedia .img-wrap {
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bloq-full.multimedia .content {
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
.bloq-full .auxi {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 425px) {
  .bloq-full .auxi {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .bloq-full .auxi {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.bloq-full .img-wrap {
  position: relative;
}
.bloq-full .img-wrap .tag {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  margin: 20px;
  color: #343e48;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
}
.bloq-full .img-wrap .cont-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
}
@media (max-width: 425px) {
  .bloq-full .img-wrap .cont-txt {
    position: relative;
    margin: -97px 0 0 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .bloq-full .img-wrap .cont-txt {
    position: relative;
    margin: -97px 0 0 0;
  }
}
.bloq-full .img-wrap .cont-txt > a {
  display: block;
}
.bloq-full .img-wrap .cont-txt p {
  padding: 30px;
  background-color: #FDDD00;
  color: #343e48;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.bloq-full .img-wrap .cont-txt h3, .bloq-full .img-wrap .cont-txt a {
  color: #ffffff;
  text-align: left;
  line-height: 1.4;
  font-size: 1.75rem;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .bloq-full .img-wrap .cont-txt h3, .bloq-full .img-wrap .cont-txt a {
    font-size: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .bloq-full .img-wrap .cont-txt h3, .bloq-full .img-wrap .cont-txt a {
    font-size: 20px;
  }
}
.bloq-full .img-wrap .cont-txt .btn-circle {
  margin: 20px;
}
.bloq-full .img-wrap .cont-txt .btn-circle {
  display: inline-block;
}
.bloq-full .img-wrap .cont-txt .btn-circle img {
  width: 50px;
}
.bloq-full .content {
  padding: 30px;
  background-color: #343e48;
  text-transform: uppercase;
  color: #ffffff;
}
.bloq-full .content .tit {
  font-size: 3.125rem;
  margin-bottom: 10px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .bloq-full .content .tit {
    font-size: 2.5rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .bloq-full .content .tit {
    font-size: 2.5rem;
  }
}
.bloq-full .content .baj, .bloq-full .content a {
  color: #ffffff;
  margin-bottom: 5px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.bloq-full .content .txt {
  color: #ffffff;
  line-height: 120%;
  font-size: 20px;
}
.bloq-full .cont-btns {
  margin-top: 25px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.bloq-full .cont-btns li + li {
  margin-left: 10px;
}
.bloq-full .cont-btns .btn-circle {
  display: inline-block;
}
.bloq-full .cont-btns .btn-circle img {
  width: 50px;
}

.bloq-bg {
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  max-width: 1400px;
}
@media (max-width: 425px) {
  .bloq-bg {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .bloq-bg {
    padding: 30px 0;
  }
}
@media (max-width: 425px) {
  .bloq-bg {
    padding: 0 0 20px;
    margin: 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .bloq-bg {
    padding: 0 0 20px;
    margin: 0 auto;
  }
}
.bloq-bg .cont-txt {
  padding: 90px 0 150px;
}
.bloq-bg .cont-txt h2 {
  color: #ffffff;
  font-size: 4.0625rem;
  margin-bottom: 40px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.bloq-bg .cont-txt h2 span {
  clear: both;
  display: table;
}
.bloq-bg .cont-txt h2 .orange {
  color: #F75A16;
}
.bloq-bg .cont-txt .txt {
  color: #ffffff;
  font-size: 1.75rem;
}
.bloq-bg .cont-btns {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 80%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 425px) {
  .bloq-bg .cont-btns {
    position: relative;
    bottom: 0;
    max-width: 100%;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .bloq-bg .cont-btns {
    position: relative;
    bottom: 0;
    max-width: 100%;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.bloq-bg .cont-btns li {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.bloq-bg .cont-btns li + li {
  margin-left: 10px;
}
@media (max-width: 425px) {
  .bloq-bg .cont-btns li + li {
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .bloq-bg .cont-btns li + li {
    margin-left: 0;
  }
}
.bloq-bg .cont-btns li:first-child a {
  color: #ffffff;
}
.bloq-bg .cont-btns li a {
  display: block;
  font-size: 2.5rem;
  padding: 8px 10px;
  text-align: center;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bloq-bg .cont-btns li a {
    font-size: 1rem;
  }
}

.dat-financieros .cont-extra {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.dat-financieros .cont-extra .fecha {
  font-family: "Bitter", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: #84858C;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.3px;
  margin: 0 auto;
}
.dat-financieros .cont-extra .fecha img {
  width: 20px;
  margin-right: 5px;
}

.cards-full {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 425px) {
  .cards-full {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cards-full {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cards-full article {
  padding: 60px 0;
  text-align: center;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
}
.cards-full .wrap-icon {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-color: #ffffff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cards-full .wrap-icon img {
  width: 55px;
  margin: 0 auto;
}
.cards-full h2 {
  padding: 30px 0 0;
  max-width: 60%;
  margin: 0 auto;
  line-height: 1.4;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
}

.lateral_bar {
  position: fixed;
  right: 0;
  z-index: 40;
  top: 21.8%;
  right: 9%;
}
.lateral_bar .pref {
  background-color: #ffffff;
  color: #F75A16;
  padding: 13px 20px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.lateral_bar li {
  text-align: right;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.lateral_bar li:hover a {
  background-color: #F75A16 !important;
  background: #F75A16 !important;
  transition: 0.3s all ease;
}
.lateral_bar li:first-child a {
  background-color: #1877f2;
}
.lateral_bar li:nth-child(2) a {
  background-color: #1da1f2;
}
.lateral_bar li:nth-child(3) a {
  background-color: #cc0000;
}
.lateral_bar li:nth-child(4) a {
  background: rgb(185, 0, 180);
  background: -moz-linear-gradient(45deg, rgb(185, 0, 180) 0%, rgb(245, 0, 0) 100%);
  background: -webkit-linear-gradient(45deg, rgb(185, 0, 180) 0%, rgb(245, 0, 0) 100%);
  background: linear-gradient(45deg, rgb(185, 0, 180) 0%, rgb(245, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b900b4",endColorstr="#f50000",GradientType=1);
}
.lateral_bar img {
  width: 25px;
  display: block;
  vertical-align: middle;
}
.lateral_bar a {
  padding: 5px;
  display: block;
}

.menu_bar {
  display: none;
  position: fixed;
  bottom: 0;
  background-color: #F75A16;
  width: 100%;
  text-align: center;
  z-index: 11;
  padding: 5px 10px 0;
}
.menu_bar ul {
  max-width: 350px;
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.menu_bar li a {
  display: block;
}
.menu_bar li span {
  display: block;
  color: #ffffff;
  font-size: 9px;
  padding: 12px 10px 10px;
}
.menu_bar li img {
  width: 25px;
  display: block;
  margin: 0 auto;
}

.list-tabs {
  padding: 50px 0;
}
@media (max-width: 425px) {
  .list-tabs {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .list-tabs {
    padding: 30px 0;
  }
}
.list-tabs .row {
  overflow: hidden;
  max-height: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 425px) {
  .list-tabs .row {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
    max-height: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .list-tabs .row {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
    max-height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-tabs .row {
    margin-left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-tabs .row .col {
    border-left-width: 20px;
  }
}
@media (max-width: 425px) {
  .list-tabs .row .cont-tabs {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .list-tabs .row .cont-tabs {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-tabs .row .cont-tabs {
    -webkit-flex: 1 0 35%;
    flex: 1 0 35%;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .list-tabs .row .cont-tabs {
    -webkit-flex: 1 0 30%;
    flex: 1 0 30%;
  }
}
@media (max-width: 425px) {
  .list-tabs .row .cont-tabs ul {
    overflow-x: scroll;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .list-tabs .row .cont-tabs ul {
    overflow-x: scroll;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
.list-tabs .row .cont-tabs ul li {
  display: block;
}
@media (max-width: 425px) {
  .list-tabs .row .cont-tabs ul li {
    -webkit-flex: 1 0 220px;
    flex: 1 0 220px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .list-tabs .row .cont-tabs ul li {
    -webkit-flex: 1 0 220px;
    flex: 1 0 220px;
  }
}
.list-tabs .row .cont-tabs ul li a {
  background-color: #ffffff;
  display: block;
  padding: 20px;
  font-size: 15px;
  color: #59737D;
  line-height: 1.3;
  cursor: pointer;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .list-tabs .row .cont-tabs ul li a {
    font-size: 0.875rem;
    line-height: 1.3;
    letter-spacing: 0.5px;
    padding: 15px;
    height: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .list-tabs .row .cont-tabs ul li a {
    font-size: 0.875rem;
    line-height: 1.3;
    letter-spacing: 0.5px;
    padding: 15px;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-tabs .row .cont-tabs ul li a {
    padding: 15px 25px;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .list-tabs .row .cont-tabs ul li a {
    padding: 20px 25px;
  }
}
.list-tabs .row .cont-tabs ul li a:not(.inactive) {
  background-color: #F75A16;
  color: #ffffff;
}
@media (max-width: 425px) {
  .list-tabs .row .cont-tabs ul li a:not(.inactive) {
    background: none;
    border-bottom: 5px solid #cccccc;
    color: #070707;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .list-tabs .row .cont-tabs ul li a:not(.inactive) {
    background: none;
    border-bottom: 5px solid #cccccc;
    color: #070707;
  }
}
.list-tabs .row .content {
  padding: 0 15px 30px 30px;
  background-color: #ffffff;
}
@media (max-width: 425px) {
  .list-tabs .row .content {
    padding: 0 0 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .list-tabs .row .content {
    padding: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-tabs .row .content {
    padding: 0px 15px 30px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .list-tabs .row .content {
    padding: 0px 15px 30px 30px;
  }
}
.list-tabs .row .content .cont-txt {
  padding-right: 20px;
  display: block;
  margin: 0 auto;
  max-height: 470px;
  overflow-y: scroll;
}
@media (max-width: 425px) {
  .list-tabs .row .content .cont-txt {
    padding: 0;
    padding-right: 0;
    overflow-y: visible;
    max-height: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .list-tabs .row .content .cont-txt {
    padding: 0;
    padding-right: 0;
    overflow-y: visible;
    max-height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-tabs .row .content .cont-txt {
    padding: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .list-tabs .row .content .cont-txt {
    padding: 0 30px;
  }
}
.list-tabs .row .content .cont-txt h3 {
  color: #59737D;
  font-size: 24px;
  margin-bottom: 30px;
  max-width: 90%;
  line-height: 1.3;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.list-tabs .row .content .cont-txt p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #59737D;
}
.list-tabs .row .content .cont-txt ul {
  margin-top: 0;
  margin-left: 30px;
  font-size: 0.875rem;
  color: #070707;
  line-height: 1.4;
}
.list-tabs .row .content .cont-txt ul li {
  list-style-type: disc;
  font-size: 15px;
  color: #070707;
  margin: 0 0 10px 0;
  line-height: 1.5;
}
.list-tabs .row .content .cont-txt ul li:first-child a {
  margin-top: 0;
}
.list-tabs .row .content .cont-txt ol {
  margin-top: 8px;
  margin-left: 30px;
  font-size: 0.875rem;
  color: #070707;
  line-height: 1.4;
}
.list-tabs .row .content .cont-txt ol li {
  list-style-type: decimal;
  font-size: 15px;
  color: #070707;
  margin: 0 0 10px 0;
  line-height: 1.5;
}
.list-tabs .row .content .cont-txt .bold {
  margin-bottom: 30px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.list-tabs .row .content .tab-pane {
  display: none;
}
.list-tabs .row .content .tab-pane.active {
  display: block;
  -webkit-animation: opacidad 1s ease;
  -moz-animation: opacidad 1s ease;
  -o-animation: opacidad 1s ease;
  animation: opacidad 1s ease;
}
@-webkit-keyframes opacidad {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@-moz-keyframes opacidad {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@-o-keyframes opacidad {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@keyframes opacidad {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
.list-tabs .cont-btn {
  padding: 30px 0;
}
.list-tabs .btn-main {
  display: inline-block;
  font-size: 1.625rem;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #cccccc;
  letter-spacing: 0.5px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 425px) {
  .list-tabs .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .list-tabs .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
.list-tabs .btn-main:hover {
  background-color: #84858C;
  transition: 0.3s all ease;
}
.list-tabs .btn-main.more {
  color: #CECBCA;
  border-bottom: 4px solid #CECBCA;
  margin-left: 20px;
}
.list-tabs .btn-main img {
  width: 26px;
  margin-right: 10px;
}

.tools-m {
  padding: 10px 0;
}
.tools-m ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tools-m ul a {
  font-size: 0.875rem;
  color: #84858C;
  padding: 12px 25px 12px 30px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 425px) {
  .tools-m ul a {
    padding: 6px 10px 5px 15px;
    font-size: 0.75rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tools-m ul a {
    padding: 6px 10px 5px 15px;
    font-size: 0.75rem;
  }
}
.tools-m ul a img {
  width: 20px;
  margin-left: 10px;
}
@media (max-width: 425px) {
  .tools-m ul a img {
    width: 16px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tools-m ul a img {
    width: 16px;
  }
}

.anchor {
  padding: 20px 0;
}
.anchor .form-group {
  margin: 0;
}
.anchor .form-group select {
  width: 100%;
}
.anchor ul {
  overflow: auto;
  border-bottom: 1px solid #FDDD00;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.anchor ul li {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.anchor ul li + li {
  margin-left: 15px;
}
.anchor ul li.active a {
  border-color: #FDDD00;
}
.anchor ul li.pref {
  padding: 10px;
  padding-bottom: 18px;
}
.anchor ul li a {
  font-size: 1rem;
  padding: 10px;
  border-bottom: 4px solid transparent;
  transition: 0.2s all ease;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.anchor ul li a:hover {
  color: #FDDD00;
}
.anchor ul li a:hover .number {
  color: #FDDD00;
}
.anchor ul li a:hover img {
  transform: translateY(-2px);
}
.anchor ul li a .number {
  color: #84858C;
  margin-left: 5px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.anchor ul li a img {
  transition: 0.2s all ease;
  width: 20px;
  margin-left: 10px;
}

.row-accordion {
  margin-bottom: 20px;
}
.row-accordion .enc-accordion {
  background-color: #F75A16;
  cursor: pointer;
  padding: 20px 30px;
  width: 100%;
  text-align: left;
  transition: 0.4s all ease;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.row-accordion .enc-accordion:hover {
  background-color: #FDDD00;
}
@media (max-width: 425px) {
  .row-accordion .enc-accordion {
    padding: 10px 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .row-accordion .enc-accordion {
    padding: 10px 15px;
  }
}
.row-accordion .enc-accordion.active .btn-accordion {
  background-image: url("../../imag/v1/icon/ic_minus_d.svg");
}
.row-accordion .enc-accordion p {
  font-size: 24px;
  color: #59737D;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .row-accordion .enc-accordion p {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .row-accordion .enc-accordion p {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.row-accordion .enc-accordion .group {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.row-accordion .enc-accordion .btn-sec {
  margin-left: 20px;
  transition: 0.2s all ease;
}
.row-accordion .enc-accordion .btn-sec:hover {
  background-color: #84858C;
  border-color: #84858C;
  color: #ffffff;
}
@media (max-width: 425px) {
  .row-accordion .enc-accordion .btn-sec {
    margin-left: 10px;
    margin-right: 5px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .row-accordion .enc-accordion .btn-sec {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.row-accordion .enc-accordion .cont-btn {
  text-align: center;
  padding: 10px 0 0;
}
.row-accordion .enc-accordion .btn-sec {
  display: inline-block;
  font-size: 0.75rem !important;
  color: #84858C;
  padding: 11px 20px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  letter-spacing: 0.2px;
}
@media (max-width: 425px) {
  .row-accordion .enc-accordion .btn-sec {
    padding: 6px 10px;
    min-width: 76px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .row-accordion .enc-accordion .btn-sec {
    padding: 6px 10px;
    min-width: 76px;
  }
}
.row-accordion .btn-accordion {
  width: 20px;
  height: 20px;
  background-image: url("../../imag/v1/icon/ic_plus_d.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 20px;
  border: none;
  outline: none;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.row-accordion .active, .row-accordion .accordion:hover {
  background-color: #FDDD00;
}
.row-accordion .panel {
  background-color: white;
  display: none;
  overflow: hidden;
}
.row-accordion .panel .wrapper {
  margin: 30px 30px 30px 50px;
  max-height: 400px;
  overflow: auto;
}
.row-accordion .panel .wrapper::-webkit-scrollbar {
  width: 6px;
}
.row-accordion .panel .wrapper::-webkit-scrollbar-track {
  background: #EFEFEF;
}
.row-accordion .panel .wrapper::-webkit-scrollbar-thumb {
  background-color: #F75A16;
  cursor: pointer;
}
.row-accordion .panel .wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #FDDD00;
}
@media (max-width: 425px) {
  .row-accordion .panel .wrapper {
    margin: 15px 5px 15px 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .row-accordion .panel .wrapper {
    margin: 15px 5px 15px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row-accordion .panel .wrapper {
    margin: 30px 10px 30px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .row-accordion .panel .wrapper {
    margin: 30px 10px 30px 25px;
  }
}
.row-accordion .panel table thead td {
  font-size: 0.75rem;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .row-accordion .panel table thead td {
    font-size: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .row-accordion .panel table thead td {
    font-size: 10px;
  }
}
.row-accordion .panel table tr {
  margin-bottom: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.row-accordion .panel table td {
  line-height: 1.9;
  font-size: 15px;
  color: #84858C;
}
@media (max-width: 425px) {
  .row-accordion .panel table td {
    font-size: 0.75rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .row-accordion .panel table td {
    font-size: 0.75rem;
  }
}
.row-accordion .panel table td:nth-child(1) {
  -webkit-flex: 0 0 140px;
  flex: 0 0 140px;
}
@media (max-width: 425px) {
  .row-accordion .panel table td:nth-child(1) {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .row-accordion .panel table td:nth-child(1) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row-accordion .panel table td:nth-child(1) {
    -webkit-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .row-accordion .panel table td:nth-child(1) {
    -webkit-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}
.row-accordion .panel table td:nth-child(2) {
  -webkit-flex: 0 0 140px;
  flex: 0 0 140px;
}
@media (max-width: 425px) {
  .row-accordion .panel table td:nth-child(2) {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .row-accordion .panel table td:nth-child(2) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row-accordion .panel table td:nth-child(2) {
    -webkit-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .row-accordion .panel table td:nth-child(2) {
    -webkit-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}
.row-accordion .panel table td:nth-child(3) {
  -webkit-flex: 0 0 52px;
  flex: 0 0 52px;
}
@media (max-width: 425px) {
  .row-accordion .panel table td:nth-child(3) {
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .row-accordion .panel table td:nth-child(3) {
    margin-left: 0;
  }
}
.row-accordion .panel table td + td {
  margin-left: 40px;
}
@media (max-width: 425px) {
  .row-accordion .panel table td + td {
    margin-left: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .row-accordion .panel table td + td {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row-accordion .panel table td + td {
    margin-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .row-accordion .panel table td + td {
    margin-left: 30px;
  }
}

.nav-monitor {
  background-color: #cccccc;
  padding: 22px 0;
  overflow: auto;
}
@media (max-width: 425px) {
  .nav-monitor {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .nav-monitor {
    padding: 20px 0;
  }
}
.nav-monitor ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 425px) {
  .nav-monitor ul {
    padding: 0 20px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .nav-monitor ul {
    padding: 0 20px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 425px) {
  .nav-monitor ul li {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .nav-monitor ul li {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.nav-monitor ul li + li {
  margin-left: 30px;
}
@media (max-width: 425px) {
  .nav-monitor ul li:last-child {
    padding-right: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .nav-monitor ul li:last-child {
    padding-right: 20px;
  }
}
.nav-monitor ul li.pref {
  padding: 5px 0;
}
.nav-monitor ul li a {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #59737D;
  padding: 5px 0;
}
.nav-monitor ul li a:hover {
  color: #343e48;
}

.dropdown-content {
  position: absolute;
  z-index: 1;
  display: none;
  background-color: #ffffff;
  padding: 20px 15px;
  min-width: 320px;
  right: 0;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 425px) {
  .dropdown-content {
    min-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .dropdown-content {
    min-width: 100%;
  }
}
.dropdown-content select {
  width: 100%;
  margin-bottom: 15px;
}
.dropdown-content .keywords {
  padding-top: 0;
}
.dropdown-content .keywords .form-keywords input {
  font-size: 13px;
  padding: 10px;
}
.dropdown-content .keywords .form-keywords button {
  margin-right: 5px;
}
.dropdown-content .sub-btn {
  margin-top: 20px;
}
.dropdown-content .sub-btn button {
  width: 100%;
  transition: 0.2s all ease;
}
.dropdown-content .sub-btn button:hover {
  background-color: #84858C;
  border-color: #84858C;
}
.dropdown-content .sub-btn .cont-btn {
  text-align: center;
  padding: 10px 0 0;
}
.dropdown-content .sub-btn .btn-sec {
  display: inline-block;
  font-size: 15px !important;
  color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #343e48;
  background-color: #343e48;
  letter-spacing: 0.2px;
}
@media (max-width: 425px) {
  .dropdown-content .sub-btn .btn-sec {
    padding: 6px 10px;
    min-width: 76px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .dropdown-content .sub-btn .btn-sec {
    padding: 6px 10px;
    min-width: 76px;
  }
}

html {
  -webkit-text-size-adjust: none;
  scroll-behavior: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #ffffff;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}

* {
  box-sizing: border-box;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}
*:after, *:before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
  color: #070707;
}

.cont-search .search-input {
  padding: 5px 10px;
}

input, select, .select, textarea {
  padding: 10px;
  border: none;
  transition: 0.5s all ease;
  background: none;
  border: 1px solid #CECBCA;
  outline: none;
}
input:focus, select:focus, .select:focus, textarea:focus {
  border-color: #F75A16 !important;
  background-color: #cccccc;
}

input::placeholder {
  color: #CECBCA;
}
input::-webkit-input-placeholder {
  color: #CECBCA;
}
input:-ms-input-placeholder {
  color: #CECBCA;
}

select {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-image: url("../../imag/v1/icon/ic_chevron_down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 50%;
  background-size: 24px;
}

.tags-select.mobile {
  margin-bottom: 15px;
  border: 2px solid #343e48;
  width: 100%;
}

textarea {
  resize: none;
}

button {
  border: none;
}

button, input {
  background: none;
  outline: none;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  width: auto;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.img-wrap img {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sticky_sub {
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 13px 0;
  position: fixed !important;
  background-color: #ffffff !important;
  transition: 0.2s all ease;
  -webkit-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.14);
}

.separa {
  width: 100%;
  clear: both;
  height: 0;
  display: block;
  margin: 0;
  padding: 0;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.aleft {
  float: left;
}

.text-center {
  text-align: center !important;
}

.container {
  width: 100%;
}

.home.main .auxi {
  width: 100%;
}

.auxi {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .auxi {
    padding: 0 10px;
    width: 100% !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .auxi {
    padding: 0 15px;
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auxi {
    padding: 0 15px;
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .auxi {
    padding: 0 15px;
    width: 100% !important;
  }
}

.responsive {
  display: none;
}

.access1 {
  height: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0);
  overflow: hidden;
}

@media (max-width: 425px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .desktop {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .desktop {
    display: block;
  }
}
@media (min-width: 1278px) and (max-width: 1399px) {
  .desktop {
    display: block;
  }
}
@media (min-width: 1400px) {
  .desktop {
    display: block;
  }
}

@media (max-width: 425px) {
  .mobile {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobile {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .mobile {
    display: none !important;
  }
}
@media (min-width: 1278px) and (max-width: 1399px) {
  .mobile {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .mobile {
    display: none !important;
  }
}

.bg-azul {
  background-color: #343e48;
}

.txt-azul {
  color: #343e48;
}

.bg-morado {
  background-color: #5F56A5;
}

.txt-morado {
  color: #5F56A5;
}

.bg-morado-light {
  background-color: #7DB0FC;
}

.txt-morado-light {
  color: #7DB0FC;
}

.bg-naranjo {
  background-color: #F75A16;
}

.txt-naranjo {
  color: #F75A16;
}

.bg-celeste {
  background-color: #00AEEF;
}

.txt-celeste {
  color: #00AEEF;
}

.bg-amarillo {
  background-color: #FDDD00;
}

.txt-amarillo {
  color: #FDDD00;
}

.bg-verde {
  background-color: #0CB14B;
}

.txt-verde {
  background-color: #0CB14B;
}

.bg-pink {
  background-color: #FF8563;
}

.txt-pink {
  color: #FF8563;
}

.bold {
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}

.art-row article {
  margin-bottom: 0;
}

body.contraste *, body.contraste article.sitios, body.contraste section, body.contraste .form-group .form-control, body.contraste, body.contraste #advSearch .form-group .form-control,
body.contraste .destacado .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #070707 !important;
  color: #ffffff !important;
}

body.contraste .header .nav .nav_cont .cont_social img, body.contraste .menu_responsive .menu-btn:checked ~ .menu-icon .navicon,
body.contraste.home .header .auxi, body.contraste.home .cont-access, body.contraste.home .menu-btn,
body.contraste.home .principal .main-content .logo img,
body.contraste .principal .main-content, body.contraste .auxi, body.contraste .destacado .swiper-pagination-bullet {
  background: none !important;
}

body.contraste .header .nav .nav_cont .search-cont .search-wrapper .close:before,
body.contraste .menu_responsive .menu-icon .navicon, body.contraste .menu_responsive .menu-icon .navicon:before,
body.contraste .menu_responsive .menu-icon .navicon:after, body.contraste .swiper-pagination-bullet-active, body.contraste .faq .row .cont-tabs ul li a:not(.inactive),
body.contraste .swiper-button-prev, body.contraste .swiper-button-next, body.contraste #filtro-links .nav-tabs li a:not(.inactive), body.contraste.pregado-d #becas .filter .nav-tabs a:not(.inactive),
body.contraste .header .sec-navbar .cont-access li {
  background-color: #ffffff !important;
}

body.contraste a, body.contraste p, body.contraste h1, body.contraste h2, body.contraste h3, body.contraste h4, body.contraste input::placeholder {
  color: #ffffff !important;
}

body.contraste .header .sec-navbar .cont-links .cont-search input, body.contraste .lateral_bar, body.contraste .bloq-2 .container .cont-txt,
body.contraste .art-3 .swiper-pagination .swiper-pagination-bullet, body.contraste .links-interes article a, body.contraste .formulario .auxi .cont-form form .form-group input,
body.contraste .formulario .auxi .cont-form form .form-group select, body.contraste .preguntas .cont-select .auxi .form-group select,
body.contraste.calendario .actividades .results .swiper-pagination .swiper-pagination-bullet, body.contraste .cont-select .auxi form select {
  border: 1px solid #ffffff !important;
}

body.contraste .destacado .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #070707 !important;
}

body.contraste .header .sec-navbar .cont-links .cont-search button, body.contraste .bloq-2 .swiper-pagination, body.contraste .menu-responsive .menu-btn:checked ~ .menu-icon .navicon,
body.contraste .breadcrumbs, body.contraste .destacado .box-full.swiper-slide .cont-txt, body.contraste .destacado .swiper-pagination, body.contraste.calendario .dest-calendario .box-full .cont-tag,
body.contraste .header .sec-navbar .cont-access li a {
  background-color: initial !important;
}

body.contraste.inter .item.destacado .cont-txt {
  border: none !important;
}

body.contraste .faq .row .cont-tabs ul li a:not(.inactive), body.contraste #filtro-links .nav-tabs li a:not(.inactive), body.contraste.pregado-d #becas .filter .nav-tabs a:not(.inactive) {
  color: #070707 !important;
}

body.contraste .scroll-downs .mousey .scroller {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

body.contraste .menu-responsive, body.contraste .menu-sec, body.contraste.pregado-d .filt-table .content .cont-table .table-pond .thead,
body.contraste .header.sticky, body.contraste.calendario .dest-calendario .box-full > .auxi, body.contraste.calendario .actividades .results .swiper-pagination .swiper-pagination-bullet-active {
  border-bottom: 1px solid #ffffff;
}

body.contraste .footer, body.contraste .menu_bar {
  border-top: 1px solid #ffffff;
}

body.contraste.inter .item:hover .cont-btn .tag {
  color: #CECBCA !important;
}

body.contraste .header .nav .nav_cont .menu_nav .desp.sec > a {
  background-image: url("../../imag/v1/icon/arrow_w_up.png") !important;
}

body.contraste .header .nav .nav_cont .menu_nav .desp.sec:hover > a, body.contraste .menu_mov .menu-programa:after {
  background-image: url("../../imag/v1/icon/arrow_w_down.png") !important;
}

.wp-pagenavi {
  font-size: 0.9375rem;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
  margin: 17px auto 0;
  padding: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.wp-pagenavi a {
  padding: 12px 15px;
  margin-right: 10px;
  transition: 0.2s all ease;
  display: block;
  color: #84858C;
}
.wp-pagenavi a:hover {
  background-color: #ED7800;
  color: #070707;
}
.wp-pagenavi a.page {
  margin-right: 17px;
}
.wp-pagenavi span {
  display: block;
  padding: 12px 16px;
  margin-right: 15px;
}

.wp-pagenavi span.pag_actual, .wp-pagenavi span.actual {
  color: #ffffff;
  background-color: #343e48;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}

.load {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 45vh;
}
.load img {
  width: 55px;
  margin: 0 auto;
}

.menujq > ul > li > ul {
  display: none;
}

.breadcrumbs {
  padding: 15px 0 0;
  position: relative;
  text-align: left;
  z-index: 2;
}
.breadcrumbs .breadcrumb {
  color: #ffffff;
  font-size: 13px;
  line-height: 180%;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
  background-image: url("../../../imag/golpe/v1/ico/arrow_w.svg") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: 6px 9px !important;
  padding-left: 15px;
  margin-left: 10px;
}
.breadcrumbs .breadcrumb:first-child {
  background-image: none;
  background-size: 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.breadcrumbs .breadcrumb a {
  color: #ffffff;
}
.breadcrumbs .breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 425px) {
  .breadcrumbs {
    display: none !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .breadcrumbs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .breadcrumbs {
    display: block;
  }
}
@media (min-width: 1278px) and (max-width: 1399px) {
  .breadcrumbs {
    display: block;
  }
}
@media (min-width: 1400px) {
  .breadcrumbs {
    display: block;
  }
}

.articulo.deportes .breadcrumb a {
  color: #00AEEF;
}

.cont-tabla-futbol {
  margin-bottom: 20px;
}

.cont-banner {
  margin-bottom: 20px;
}
.cont-banner img {
  width: auto;
  max-width: 100%;
  margin-right: 0;
  margin-left: auto;
}

.banner-full {
  width: 100%;
  padding: 15px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 425px) {
  .banner-full {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .banner-full {
    padding: 20px 0;
  }
}
.banner-full img {
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

.banner-fixed {
  position: fixed;
  bottom: 0;
  padding: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: auto;
  display: table;
  z-index: 9999;
}

.btn-full {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 425px) {
  .btn-full {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .btn-full {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 425px) {
  .main {
    margin-top: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .main {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main {
    margin-top: 15px;
  }
}

.inv {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.desplegado + .btn-more .show {
  display: none !important;
}
.desplegado + .btn-more .hide {
  display: inline-block !important;
}

.wrap-car {
  position: relative;
}
.wrap-car .swiper-5 {
  margin: 0 50px;
  position: initial;
}
@media (max-width: 425px) {
  .wrap-car .swiper-5 {
    margin: 0 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .wrap-car .swiper-5 {
    margin: 0 20px;
  }
}
.wrap-car .swiper-5 .swiper-slide {
  width: 220px;
  height: inherit !important;
}
.wrap-car .swiper-5 .swiper-button-prev, .wrap-car .swiper-5 .swiper-button-next {
  top: calc(50% - 35px);
}

.swiper-container {
  padding: 24px 0;
}
@media (max-width: 425px) {
  .swiper-container {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .swiper-container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .swiper-container {
    padding: 0;
  }
}
.swiper-container .swiper-pagination {
  position: relative;
  bottom: 0 !important;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  margin: 0 8px !important;
  transition: 0.2s all ease;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FDDD00;
  opacity: 1;
}

.swiper-wrapper {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  height: auto !important;
}

.swiper-slide {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  height: auto !important;
}
.swiper-slide .cont-txt {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}

.swiper-button-next, .swiper-button-prev {
  outline: none;
}

.pop_player .cont-pop .auxi {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 10px 15px;
}
.pop_player .cont-pop .auxi .cont-logo {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 25px;
}
.pop_player .auxi {
  padding: 0;
}
.pop_player.main.relative section .auxi {
  width: 100%;
}
.pop_player.main.relative section .auxi .banner-full {
  padding: 0 0 15px;
}

#en_vivo_btn {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#en_vivo_btn .cont_img img {
  width: 15px;
}
#en_vivo_btn .botopulso {
  animation: pulse 1.3s infinite ease-out;
  box-shadow: 0 0 0 0 rgba(238, 119, 1, 0.7);
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  border: 2px solid #E26025;
  border-radius: 50%;
  height: 32px;
  width: 32px;
}
#en_vivo_btn .botopulso img {
  margin: 7px 7px;
}
#en_vivo_btn .cont_txt {
  font-size: 18px;
  color: #F75A16;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}

.auxi-block {
  position: relative;
  width: 95%;
}
.auxi-block .swiper-button-next-tres, .auxi-block .swiper-button-prev-tres {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  cursor: pointer;
}
.auxi-block .swiper-button-next-tres {
  background-image: url("../../imag/v1/icon/chevron_right_w.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 44px 51px !important;
  z-index: 1 !important;
  width: 30px !important;
  height: 45px !important;
  right: -30px !important;
  left: auto;
  outline: none !important;
}
.auxi-block .swiper-button-prev-tres {
  background-image: url("../../imag/v1/icon/chevron_left_w.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 44px 51px !important;
  z-index: 1 !important;
  width: 30px !important;
  height: 45px !important;
  left: -30px !important;
  right: auto;
  outline: none !important;
}

.player-port.media, .audio-cont {
  position: relative;
}
.player-port.media .ico-play, .audio-cont .ico-play {
  position: absolute;
  width: 50px;
  height: auto;
  left: 0;
  right: 0;
  z-index: 99;
  margin: 0 auto;
  top: 40%;
  cursor: pointer;
}
.player-port.media .avatar, .audio-cont .avatar {
  position: relative;
  z-index: 5;
}

.p-0 {
  padding: 0;
}

.articulo.art-multimedia .gallery-top, .cont-lightbox .gallery-top {
  height: 80%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.articulo.art-multimedia .gallery-top .swiper-slide, .cont-lightbox .gallery-top .swiper-slide {
  background-size: cover;
  background-position: center;
}
.articulo.art-multimedia .gallery-thumbs, .cont-lightbox .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.articulo.art-multimedia .swiper-container, .cont-lightbox .swiper-container {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex: 0 1 90%;
  flex: 0 1 90%;
}
@media (max-width: 425px) {
  .articulo.art-multimedia .swiper-container, .cont-lightbox .swiper-container {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo.art-multimedia .swiper-container, .cont-lightbox .swiper-container {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .articulo.art-multimedia .swiper-container, .cont-lightbox .swiper-container {
    -webkit-flex: 0 1 90%;
    flex: 0 1 90%;
  }
}
.articulo.art-multimedia .gallery-thumbs, .cont-lightbox .gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 10px;
}
.articulo.art-multimedia .gallery-thumbs .swiper-slide, .cont-lightbox .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.articulo.art-multimedia .gallery-thumbs .swiper-slide-thumb-active, .cont-lightbox .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.articulo.art-multimedia .swiper-container-pointer-events, .cont-lightbox .swiper-container-pointer-events {
  touch-action: pan-y;
}
.articulo.art-multimedia .swiper-container, .cont-lightbox .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 0 20px 0 !important;
  z-index: 1;
}
.articulo.art-multimedia .swiper-container-free-mode > .swiper-wrapper, .cont-lightbox .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.articulo.art-multimedia .swiper-container-android .swiper-slide, .articulo.art-multimedia .swiper-wrapper, .cont-lightbox .swiper-container-android .swiper-slide, .cont-lightbox .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.articulo.art-multimedia .swiper-wrapper, .cont-lightbox .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.articulo.art-multimedia .swiper-slide, .cont-lightbox .swiper-slide {
  background-size: cover;
  background-position: center;
}
.articulo.art-multimedia .swiper-slide, .cont-lightbox .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-button-next, .swiper-button-prev {
  outline: none;
}

.mySwiper {
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  background-size: cover;
  background-position: center;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.mySwiper .swiper-slide-thumb-active img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.header {
  padding: 0;
  transition: 0.2s all ease;
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 425px) {
  .header {
    position: relative;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .header {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header {
    position: relative;
  }
}
.header .logos-head {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .logos-head a {
  margin-right: 40px;
}
.header .menu {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .menu li {
  float: left;
  margin-left: 30px;
}
.header .menu li a {
  font-size: 15px;
  line-height: 153.5%;
  color: #ffffff;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
  transition: filter 0.3s ease-out, transform 0.3s ease-out;
}
.header .menu li a:hover {
  text-decoration: underline;
  transition: filter 0.3s ease-out, transform 0.3s ease-out;
}
.header .menu li:first-child {
  margin-left: 0;
}
.header .desktop {
  transition: 0.2s all ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .desktop {
    display: none !important;
  }
}
.header.sticky {
  position: fixed;
  transition: 0.2s all ease;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}
.header .logo-bar .auxi {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0;
  width: 97% !important;
}
.header .logo-bar .cont-social {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .logo-bar .cont-social a {
  display: block;
  padding: 0 7px;
}
.header .logo-bar .cont-social img {
  width: 30px;
}
.header .logo-bar .cont-logo {
  transition: 0.2s all ease;
  -webkit-flex: 0 1 19%;
  flex: 0 1 19%;
  padding: 10px 0;
}
@media (min-width: 992px) and (max-width: 1277px) {
  .header .logo-bar .cont-logo {
    margin-right: 40px;
  }
}
.header .logo-bar .cont-weather {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .logo-bar .cont-weather .cont-icon {
  margin-right: 10px;
}
.header .logo-bar .cont-weather .cont-icon img {
  width: 60px;
}
.header .logo-bar .cont-weather .btn-icon {
  margin-left: 5px;
}
.header .logo-bar .cont-weather .btn-icon img {
  width: 22px;
}
.header .logo-bar .cont-weather .tit, .header .logo-bar .cont-weather .subtit {
  font-family: "Bitter", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: #343e48;
}
.header .logo-bar .cont-weather .subtit {
  margin-top: 4px;
  font-size: 0.625rem;
  font-family: "Bitter", sans-serif;
  font-weight: 600;
  color: #343e48;
}
.header .main-navbar {
  background-color: #FDDD00;
}
.header .main-navbar .auxi {
  max-width: 1300px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .main-navbar .navbar {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .main-navbar .navbar .cont-btn {
  padding: 0;
}
.header .main-navbar .navbar .cont-btn {
  padding: 30px 0;
}
.header .main-navbar .navbar .btn-main {
  display: inline-block;
  font-size: 1.625rem;
  color: #343e48;
  text-transform: uppercase;
  padding: 13px 45px;
  background-color: #343e48;
  letter-spacing: 0.5px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 425px) {
  .header .main-navbar .navbar .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .header .main-navbar .navbar .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
.header .main-navbar .navbar .btn-main:hover {
  background-color: #84858C;
  transition: 0.3s all ease;
}
.header .main-navbar .navbar .btn-main.more {
  color: #CECBCA;
  border-bottom: 4px solid #CECBCA;
  margin-left: 20px;
}
.header .main-navbar .navbar .btn-main img {
  width: 26px;
  margin-right: 10px;
}
.header .main-navbar .navbar .cont-links {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 0;
}
@media (min-width: 992px) and (max-width: 1277px) {
  .header .main-navbar .navbar .cont-links {
    padding-right: 35px;
  }
}
.header .main-navbar .navbar .cont-links li {
  position: relative;
}
.header .main-navbar .navbar .cont-links li:hover .sub-menu {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.header .main-navbar .navbar .cont-links li:last-child a {
  margin-right: 0;
}
.header .main-navbar .navbar .cont-links li.link-dest {
  transition: 0.2s all ease;
  color: #F75A16;
}
.header .main-navbar .navbar .cont-links li.link-dest a {
  padding: 8px 15px;
  color: #F75A16;
}
.header .main-navbar .navbar .cont-links li.link-dest:hover a {
  color: #84858C;
}
.header .main-navbar .navbar .cont-links li.link-dest .sub-menu > ul {
  background-color: #F75A16;
}
.header .main-navbar .navbar .cont-links li.link-dest .sub-menu > ul li a {
  color: #ffffff;
}
.header .main-navbar .navbar .cont-links li.link-dest .sub-menu > ul li a:hover {
  background-color: #F7987B;
  color: #ffffff;
}
.header .main-navbar .navbar .cont-links li a {
  color: #343e48;
  padding: 10px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-right: 5px;
  transition: 0.2s all ease;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .main-navbar .navbar .cont-links li a:hover {
  color: #F75A16;
}
@media (min-width: 992px) and (max-width: 1277px) {
  .header .main-navbar .navbar .cont-links li a {
    font-size: 12px;
  }
}
.header .main-navbar .navbar .cont-links li a img {
  width: 12px;
  margin-left: 5px;
  display: inline-block;
}
.header .main-navbar .navbar .cont-links li:nth-last-child(-n+2) .sub-menu {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.header .main-navbar .navbar .cont-links li .sub-menu {
  display: none;
  position: absolute;
  z-index: 3000;
  min-width: 200px;
  max-width: 350px;
  width: 100%;
  border-radius: 30px;
}
.header .main-navbar .navbar .cont-links li .sub-menu ul {
  padding: 0;
  background-color: #B2B2B2;
  -webkit-flex: 1 0 240px;
  flex: 1 0 240px;
}
.header .main-navbar .navbar .cont-links li .sub-menu ul li {
  border-top: 1px solid #ffffff;
}
.header .main-navbar .navbar .cont-links li .sub-menu ul li a {
  padding: 6px;
  color: #343e48;
  text-align: left;
  border: none;
  font-size: 1rem;
  line-height: 1.2;
  display: block;
  text-transform: none;
  margin-right: 0;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}
.header .main-navbar .navbar .cont-links li .sub-menu ul li a:hover {
  background-color: #cccccc;
  transition: 0.3s all ease;
  color: #070707;
}
.header .main-navbar .navbar .cont-links li .sub-menu ul li .select {
  background-color: #cccccc;
  transition: 0.3s all ease;
  color: #070707;
}
.header .main-navbar .navbar .cont-links li .sub-menu ul li:first-child {
  border-top: 0 solid #ffffff;
}
.header .main-navbar .navbar .links-sec {
  padding-right: 30px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1277px) {
  .header .main-navbar .navbar .links-sec {
    padding-right: 20px;
  }
}
.header .main-navbar .navbar .links-sec li:last-child a {
  padding-right: 0;
}
.header .main-navbar .navbar .links-sec li a {
  display: block;
  color: #939598;
  font-size: 0.875rem;
  letter-spacing: 0.2px;
  padding-right: 20px;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1277px) {
  .header .main-navbar .navbar .links-sec li a {
    padding-right: 10px;
  }
}
.header .main-navbar .navbar .cont-access {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.header .main-navbar .navbar .cont-access li {
  border: 1px solid rgba(237, 237, 237, 0.2);
  border-radius: 50%;
  margin-right: 20px;
  width: 36px;
  height: 36px;
}
.header .main-navbar .navbar .cont-access li:first-child a {
  background-image: url("../../imag/v1/icon/ic_text_l.svg");
}
.header .main-navbar .navbar .cont-access li:nth-child(2) a {
  background-image: url("../../imag/v1/icon/ic_text_s.svg");
}
.header .main-navbar .navbar .cont-access li:nth-child(3) a {
  background-image: url("../../imag/v1/icon/ic_contrast.svg");
}
.header .main-navbar .navbar .cont-access li:hover {
  background-color: #84858C;
  border-color: #84858C;
  transition: 0.3s all ease;
}
.header .main-navbar .navbar .cont-access li a {
  display: block;
  transition: 0.2s all ease;
  background-repeat: no-repeat;
  background-position: 7px;
  background-size: 20px;
  width: 36px;
  height: 36px;
}

ul.list {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}
ul.list li {
  float: left;
  padding-left: 20px;
}

.sticky .menu-responsive {
  -webkit-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.14);
}

.menu-responsive {
  position: relative;
  top: 0;
  padding: 15px;
  overflow: hidden;
  background-color: #ffffff;
  width: 100%;
  z-index: 100;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-responsive {
    display: block !important;
  }
}
.menu-responsive .usach-logo a img, .menu-responsive .golpe-logo a img {
  max-width: 100%;
  width: auto;
}
.menu-responsive .usach-logo {
  width: 255px;
}
@media (max-width: 425px) {
  .menu-responsive .usach-logo {
    width: 255px;
  }
}
.menu-responsive .golpe-logo {
  top: 35px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  position: absolute;
}
@media (max-width: 425px) {
  .menu-responsive .golpe-logo {
    width: 80px;
  }
}
.menu-responsive .cont-logo {
  display: inline-block;
}
.menu-responsive .cont-logo img {
  width: 153px;
}
.menu-responsive .cont-social {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.menu-responsive .cont-social a {
  display: block;
  padding: 0 7px;
}
.menu-responsive .cont-social img {
  width: 30px;
}
.menu-responsive .cont-search {
  margin-top: 20px;
  position: relative;
  width: 100%;
}
.menu-responsive .cont-search input {
  width: 100%;
  padding: 12px 60px 12px 15px;
  position: relative;
  font-size: 0.875rem;
  background-color: #cccccc;
  color: #343e48;
}
.menu-responsive .cont-search input::placeholder {
  color: #343e48;
}
.menu-responsive .cont-search input::-webkit-input-placeholder {
  color: #343e48;
}
.menu-responsive .cont-search input:-ms-input-placeholder {
  color: #343e48;
}
.menu-responsive .cont-search button {
  position: absolute;
  top: 5px;
  right: 9px;
  padding: 8px;
  padding-left: 12px;
}
.menu-responsive .cont-search button img {
  width: 19px;
}
.menu-responsive .cont-social {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.menu-responsive .cont-social a {
  display: block;
  padding: 0 7px;
}
.menu-responsive .cont-social img {
  width: 30px;
}
.menu-responsive .menu {
  clear: both;
  max-height: 0;
  width: 100%;
  transition: max-height 0.3s ease-in-out;
  margin: 0;
  list-style: none;
  overflow-y: auto;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.menu-responsive .menu ul {
  padding: 15px 0;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-responsive .menu ul {
    margin: 0;
  }
}
.menu-responsive .menu li {
  position: relative;
  float: none;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  margin: 0;
}
.menu-responsive .menu li a {
  display: block;
  color: #343e48;
  padding: 0;
  text-decoration: none;
  padding: 10px 10px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.menu-responsive .menu li a.link-dest {
  color: #F75A16;
}
.menu-responsive .menu .menu-sec-m {
  padding-top: 0;
}
.menu-responsive .menu .menu-sec-m a {
  color: #343e48;
}
.menu-responsive .menu .btn-renovar {
  font-size: 0.75rem;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 6px 20px;
  border-radius: 16px;
}
.menu-responsive .cont-redes {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.menu-responsive .cont-redes img {
  width: 20px;
}
.menu-responsive .cont-links {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 320px !important;
}
.menu-responsive .cont-links li a {
  font-size: 0.75rem;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.menu-responsive .cont-links li a img {
  display: inline-block;
  width: 24px;
}
.menu-responsive .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 25px 0;
  user-select: none;
  position: absolute;
  user-select: none;
  right: 20px;
  top: 0;
}
.menu-responsive .menu-icon .navicon {
  background: #ED7800;
  display: block;
  height: 3px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 25px;
}
.menu-responsive .menu-icon .navicon:before, .menu-responsive .menu-icon .navicon:after {
  background: #ED7800;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 120%;
}
.menu-responsive .menu-icon .navicon:before {
  top: 10px;
}
.menu-responsive .menu-icon .navicon:after {
  top: -10px;
}
.menu-responsive .menu-btn {
  display: none;
}
.menu-responsive .menu-btn:checked ~ .menu {
  max-height: 90vh;
  height: 90vh;
}
.menu-responsive .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.menu-responsive .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
  top: 0;
}
.menu-responsive .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
  top: 0;
}
.menu-responsive .menu-btn:checked ~ .menu-icon .navicon:not(.steps) .navicon:before {
  top: 0;
}
.menu-responsive .menu-btn:checked ~ .menu-icon .navicon:not(.steps) .navicon:after {
  top: 0;
}
.menu-responsive .accordionItemContent {
  border-bottom: 1px solid #cccccc;
}
.menu-responsive .accordionItemContent li a {
  padding: 10px 20px;
  text-transform: none;
}
.menu-responsive .accordionItemHeading {
  width: auto;
  position: absolute;
  right: 0;
  top: 8px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.menu-responsive .accordionItemHeading figure {
  position: absolute;
  right: 4px;
  top: calc(50% - 6px);
}
.menu-responsive .accordionItemHeading img {
  width: 13px;
  transition: 0.2s all ease;
}
.menu-responsive .open .main-link {
  background-color: #cccccc;
  transition: 0.2s all ease;
}
.menu-responsive .open .accordionItemHeading img {
  transform: rotate(180deg);
}
.menu-responsive .open .accordionItemHeading .hide {
  display: block !important;
}
.menu-responsive .open .accordionItemHeading .show {
  display: none !important;
}
.menu-responsive .open .accordionItemContent {
  width: 100%;
  display: block;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  box-sizing: border-box;
}
.menu-responsive .close .accordionItemContent {
  height: 0px;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  display: block;
  padding: 0;
}

ul.medios-responsive {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  right: 60px;
  top: 20px;
}
ul.medios-responsive li {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 10px;
}

.footer {
  background-color: #ffffff;
  padding: 70px 0 0;
  overflow: hidden;
}
@media (max-width: 425px) {
  .footer {
    padding: 40px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .auxi {
  max-width: 1280px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .footer .auxi {
    display: block;
    clear: both;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .auxi {
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .auxi {
    display: block;
    clear: both;
  }
}
.footer .auxi .logos-footer {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 425px) {
  .footer .auxi .logos-footer {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .auxi .logos-footer {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .auxi .logos-footer {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.footer .auxi .logos-footer a {
  margin-left: 40px;
}
.footer .auxi .logos-footer a:first-child {
  margin-left: 0;
}
.footer .auxi .menu-footer {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 425px) {
  .footer .auxi .menu-footer {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .auxi .menu-footer {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .auxi .menu-footer {
    display: block;
  }
}
.footer .auxi .menu-footer li {
  float: left;
  margin-left: 30px;
}
@media (max-width: 425px) {
  .footer .auxi .menu-footer li {
    clear: both;
    float: left;
    display: table;
    margin: 0 auto 30px;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .auxi .menu-footer li {
    clear: both;
    float: left;
    display: table;
    margin: 0 auto 30px;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .auxi .menu-footer li {
    clear: both;
    float: left;
    display: table;
    margin: 0 auto 30px;
    width: 100%;
    text-align: center;
  }
}
.footer .auxi .menu-footer li a {
  font-size: 15px;
  line-height: 153.5%;
  color: #000000;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}
.footer .auxi .menu-footer li a:hover {
  text-decoration: underline;
  transition: filter 0.3s ease-out, transform 0.3s ease-out;
}
.footer .auxi .menu-footer li:first-child {
  margin-left: 0;
}

.auxi.dos {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.auxi.dos .bottom-footer {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 70px;
  padding: 50px 0;
  border-top: 1px solid #E3E3E3;
}
@media (max-width: 425px) {
  .auxi.dos .bottom-footer {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .auxi.dos .bottom-footer {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auxi.dos .bottom-footer {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
  }
}
.auxi.dos .bottom-footer img {
  margin: 0 25px;
}
@media (max-width: 425px) {
  .auxi.dos .bottom-footer img {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .auxi.dos .bottom-footer img {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auxi.dos .bottom-footer img {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}

.box-hero {
  position: relative;
}
.box-hero:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.box-hero #videoDiv {
  padding: 0;
}
@media (max-width: 425px) {
  .box-hero #videoDiv .video {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero #videoDiv .video {
    display: none;
  }
}
.box-hero #videoDiv .picture {
  display: none;
}
@media (max-width: 425px) {
  .box-hero #videoDiv .picture {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero #videoDiv .picture {
    display: block;
  }
}
.box-hero #videoDiv .picture img {
  width: 100%;
}
.box-hero .cont-hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 425px) {
  .box-hero .cont-hero {
    width: 95%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero .cont-hero {
    width: 95%;
  }
}
.box-hero .cont-hero .tit {
  font-size: 210px;
  line-height: 97%;
  color: #FFFFFF;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  margin-bottom: 70px;
}
@media (max-width: 425px) {
  .box-hero .cont-hero .tit {
    font-size: 60px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero .cont-hero .tit {
    font-size: 60px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-hero .cont-hero .tit {
    font-size: 100px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .box-hero .cont-hero .tit {
    font-size: 100px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}
.box-hero .cont-hero .tit a {
  color: #FFFFFF;
}
.box-hero .cont-hero .tit span {
  font-size: 80px;
  line-height: 96px;
  color: #FFFFFF;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  display: table;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .box-hero .cont-hero .tit span {
    font-size: 30px;
    line-height: 72px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero .cont-hero .tit span {
    font-size: 30px;
    line-height: 72px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-hero .cont-hero .tit span {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .box-hero .cont-hero .tit span {
    font-size: 60px;
    line-height: 72px;
  }
}
.box-hero .cont-hero .bajada {
  font-size: 22px;
  line-height: 34px;
  color: #FFFFFF;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}
@media (max-width: 425px) {
  .box-hero .cont-hero .bajada {
    font-size: 18px;
    line-height: 150%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero .cont-hero .bajada {
    font-size: 18px;
    line-height: 150%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-hero .cont-hero .bajada {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .box-hero .cont-hero .bajada {
    font-size: 22px;
    line-height: 34px;
  }
}

.arts {
  padding: 70px 0;
}
@media (max-width: 425px) {
  .arts {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts {
    padding: 30px 0;
  }
}
.arts--linea {
  padding: 0;
}
@media (max-width: 425px) {
  .arts--linea {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts--linea {
    padding: 30px 0;
  }
}
.arts--testigos .auxi .tit {
  font-size: 62px;
  line-height: 205.5%;
  color: #000000;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 425px) {
  .arts--testigos .auxi .tit {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts--testigos .auxi .tit {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}
.arts--testigos .auxi .bajada {
  font-size: 26px;
  line-height: 205.5%;
  text-align: center;
  color: #000000;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
  max-width: 824px;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .arts--testigos .auxi .bajada {
    font-size: 20px;
    line-height: 205.5%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts--testigos .auxi .bajada {
    font-size: 20px;
    line-height: 205.5%;
  }
}

.arts .auxi .cont-text {
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 0 80px 0 0;
}
@media (max-width: 425px) {
  .arts .auxi .cont-text {
    overflow: hidden;
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts .auxi .cont-text {
    overflow: hidden;
  }
}
.arts .auxi .cont-text .tit {
  font-size: 62px;
  line-height: 74px;
  color: #000000;
  float: left;
  clear: both;
  margin-bottom: 40px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .arts .auxi .cont-text .tit {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts .auxi .cont-text .tit {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.arts .auxi .cont-text .bajada {
  font-size: 22px;
  line-height: 153.5%;
  color: #000000;
  float: left;
  clear: both;
  margin-bottom: 40px;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}
@media (max-width: 425px) {
  .arts .auxi .cont-text .bajada {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 153.5%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts .auxi .cont-text .bajada {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 153.5%;
  }
}
.arts .auxi .btn {
  background: #ED7800;
  border-radius: 6px;
  padding: 14px 24px;
  font-size: 18px;
  line-height: 153.5%;
  text-align: center;
  color: #FFFFFF;
  float: left;
  clear: both;
  transition: filter 0.3s ease-out, transform 0.3s ease-out;
  cursor: pointer;
}
@media (max-width: 425px) {
  .arts .auxi .btn {
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts .auxi .btn {
    margin-bottom: 20px;
  }
}
.arts .auxi .btn:hover {
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.4));
  transform: translateY(-5px);
}
.arts--victimas .auxi {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .arts--victimas .auxi {
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts--victimas .auxi {
    display: block;
    overflow: hidden;
  }
}
@media (max-width: 425px) {
  .arts--victimas .auxi .btn.mobile {
    margin: 20px auto 0;
    display: table;
    float: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts--victimas .auxi .btn.mobile {
    margin: 20px auto 0;
    display: table;
    float: none;
  }
}
.arts--victimas .auxi picture {
  -webkit-flex: 0 1 690px;
  flex: 0 1 690px;
}
.arts--imagenes {
  position: relative;
  padding: 0;
}
.arts--imagenes .auxi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  z-index: 9;
}
@media (max-width: 425px) {
  .arts--imagenes .auxi {
    top: auto;
    bottom: 20px;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts--imagenes .auxi {
    top: auto;
    bottom: 20px;
    transform: translate(-50%, 0);
  }
}
.arts--imagenes .auxi .cont-text {
  max-width: 530px;
  width: 95%;
  margin: 0;
  text-align: left;
  padding: 0;
}
.arts--imagenes .auxi .cont-text .tit {
  color: #ffffff;
}
.arts--imagenes .auxi .cont-text .bajada {
  color: #ffffff;
}
@media (max-width: 425px) {
  .arts--imagenes .auxi .cont-text .btn {
    margin: 0 auto 20px;
    display: table;
    float: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts--imagenes .auxi .cont-text .btn {
    margin: 0 auto 20px;
    display: table;
    float: none;
  }
}
.arts--imagenes picture {
  position: relative;
  display: block;
}
.arts--imagenes picture:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 24.05%, rgba(0, 0, 0, 0) 100%);
}
.arts--imagenes picture img {
  width: 100%;
}
.arts--testimonios article .auxi-art {
  padding: 0 40px;
}
.arts--testimonios article .auxi-art .img-wrap {
  margin: 0 auto 40px;
  display: table;
}
.arts--testimonios article .auxi-art .cont-txt .bajada {
  font-size: 18px;
  line-height: 205.5%;
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 425px) {
  .arts--testimonios article .auxi-art .cont-txt .bajada {
    font-size: 18px;
    line-height: 205.5%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts--testimonios article .auxi-art .cont-txt .bajada {
    font-size: 18px;
    line-height: 205.5%;
  }
}
.arts--testimonios article .auxi-art .cont-txt .autor {
  font-size: 14px;
  line-height: 205.5%;
  color: #000000;
}
@media (max-width: 425px) {
  .arts--testimonios article .auxi-art .cont-txt .autor {
    font-size: 14px;
    line-height: 205.5%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts--testimonios article .auxi-art .cont-txt .autor {
    font-size: 14px;
    line-height: 205.5%;
  }
}
.arts--testimonios .btn {
  margin: 40px auto 0;
  display: table;
  float: none !important;
}
.arts--voces {
  background: #000000;
}
.arts--voces .cont-tit .tit {
  color: #ffffff;
}
.arts--voces article .auxi-art .cont-txt .bajada {
  color: #ffffff;
}
.arts--voces article .auxi-art .cont-txt .autor {
  color: #ffffff;
}
.arts--calendario .row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 425px) {
  .arts--calendario .row {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts--calendario .row {
    display: block;
  }
}
.arts--calendario .row article {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 425px) {
  .arts--calendario .row article {
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts--calendario .row article {
    margin-bottom: 20px;
  }
}
.arts--calendario .row article .auxi-art {
  background: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 40px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.arts--calendario .row article .auxi-art header {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.arts--calendario .row article .auxi-art header .date {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.arts--calendario .row article .auxi-art header .date span {
  font-size: 20px;
  line-height: 153.5%;
  color: #000000;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.arts--calendario .row article .auxi-art header .date span:first-child {
  font-size: 40px;
  line-height: 79%;
  margin: 0 auto;
  display: table;
}
.arts--calendario .row article .auxi-art header .hora {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #000000;
  padding: 5px 10px;
}
.arts--calendario .row article .auxi-art header .hora span {
  font-size: 16px;
  line-height: 153.5%;
  color: #FFFFFF;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}
.arts--calendario .row article .auxi-art header .hora img {
  margin-right: 10px;
}
.arts--calendario .row article .cont-txt {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.arts--calendario .row article .cont-txt .titu {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.arts--calendario .row article .cont-txt .bajada {
  font-size: 16px;
  line-height: 153.5%;
  color: #000000;
}
.arts--calendario .btn {
  margin: 40px auto 0;
  display: table;
  float: none !important;
}
.arts--relacionados .auxi .btn {
  margin: 40px auto 0;
  display: table;
  float: none !important;
}
.arts--personas {
  background: #000000;
}
.arts--personas .auxi .cont-text .tit {
  color: #ffffff;
}
.arts--personas .auxi .cont-text .bajada {
  color: #ffffff;
}
.arts--personas .auxi .slide {
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 425px) {
  .arts--personas .auxi .slide {
    margin: 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts--personas .auxi .slide {
    margin: 0 auto;
  }
}
.arts--personas .auxi .slide article {
  margin-bottom: 40px;
}
.arts--personas .auxi .slide article .content {
  position: relative;
}
.arts--personas .auxi .slide article .content picture {
  position: relative;
  display: block;
}
.arts--personas .auxi .slide article .content picture:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.95%, rgba(0, 0, 0, 0.8) 100%);
}
.arts--personas .auxi .slide article .content .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.arts--personas .auxi .slide article .content .info .tit {
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}
.arts--personas .auxi .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  width: 14px;
  height: 14px;
  margin: 0 7px !important;
}
.arts--personas .auxi .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #ED7800;
  border-radius: 100px;
  width: 26.25px;
}

.taxonomia .enc-bg {
  margin-bottom: 0;
}
.taxonomia .arts .auxi .row article {
  margin-bottom: 20px;
}

.golpe.articulo .enc-bg .enc-main {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
.golpe.articulo .enc-bg .enc-main h1 {
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
}
.golpe.articulo .enc-bg .enc-main .bajada {
  padding-top: 40px;
  max-width: 100%;
  text-align: left;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}
.golpe.articulo .enc-art, .golpe.articulo .art-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.arts .auxi .row article {
  padding: 0;
}
.arts .auxi .row article a {
  transition: filter 0.3s ease-out, transform 0.3s ease-out;
  position: relative;
  float: left;
}
.arts .auxi .row article a:hover {
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.4));
  transform: translateY(-5px);
}
.arts .auxi .row article a .img-wrap {
  padding: 0;
  position: relative;
  display: block;
}
.arts .auxi .row article a .img-wrap:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 64.5%);
}
.arts .auxi .row article a .cont-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.arts .auxi .row article a .cont-txt .subtit {
  font-size: 22px;
  line-height: 140%;
  color: #FFFFFF;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.arts .auxi .row article a .cont-txt .bajada {
  font-size: 16px;
  line-height: 153.5%;
  color: #FFFFFF;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}
.arts--relacionados {
  padding: 70px 0;
}
@media (max-width: 425px) {
  .arts--relacionados {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts--relacionados {
    padding: 30px 0;
  }
}
@media (max-width: 425px) {
  .arts--relacionados .auxi .row article {
    margin: 0 auto 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts--relacionados .auxi .row article {
    margin: 0 auto 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .arts--relacionados .auxi .row article {
    margin-bottom: 20px;
  }
}
@media (max-width: 425px) {
  .arts--relacionados .auxi .row article a {
    margin: 0 auto;
    display: table;
    float: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts--relacionados .auxi .row article a {
    margin: 0 auto;
    display: table;
    float: none;
  }
}

body.golpe.articulo .gallery-top {
  height: 80%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.golpe.articulo .gallery-top .swiper-slide {
  background-size: cover;
  background-position: center;
}
body.golpe.articulo .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
body.golpe.articulo .swiper-container {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex: 0 1 90%;
  flex: 0 1 90%;
}
@media (max-width: 425px) {
  body.golpe.articulo .swiper-container {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  body.golpe.articulo .swiper-container {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.golpe.articulo .swiper-container {
    -webkit-flex: 0 1 90%;
    flex: 0 1 90%;
  }
}
body.golpe.articulo .gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 10px;
}
body.golpe.articulo .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
body.golpe.articulo .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
body.golpe.articulo .swiper-container-pointer-events {
  touch-action: pan-y;
}
body.golpe.articulo .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 0 20px 0 !important;
  z-index: 1;
}
body.golpe.articulo .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
body.golpe.articulo .swiper-container-android .swiper-slide, body.golpe.articulo .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
body.golpe.articulo .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
body.golpe.articulo .swiper-slide {
  background-size: cover;
  background-position: center;
}
body.golpe.articulo .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
body.golpe.articulo .swiper-slide ul.agenda {
  text-align: left;
}
body.golpe.articulo .swiper-slide ul.agenda li {
  text-align: left;
  margin-bottom: 15px;
}
body.golpe.articulo .swiper-slide ul.agenda .tit {
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #666666;
  margin-bottom: 20px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
body.golpe.articulo .swiper-slide ul.agenda a {
  font-size: 19px;
  color: #22213F;
  line-height: 1.3;
  letter-spacing: 0.4px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
body.golpe.articulo .swiper-slide ul.agenda p {
  font-size: 16px;
  color: #22213F;
  line-height: 1.3;
  letter-spacing: 0.4px;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}

.CUERPO img.responsive-img, .CUERPO_uno img.responsive-img, .CUERPO_dos img.responsive-img, .CUERPO_tres img.responsive-img, .CUERPO_cuatro img.responsive-img, .CUERPO_cinco img.responsive-img, .CUERPO_seis img.responsive-img, .CUERPO_siete img.responsive-img, .CUERPO_ocho img.responsive-img, .CUERPO_nueve img.responsive-img, .CUERPO_diez img.responsive-img, .CUERPO_once img.responsive-img, .CUERPO_doce img.responsive-img, .CUERPO_trece img.responsive-img, .CUERPO_catorce img.responsive-img, .CUERPO_quince img.responsive-img, .CUERPO_dieciseis img.responsive-img, .CUERPO_diecisiete img.responsive-img, .CUERPO_dieciocho img.responsive-img, .CUERPO_diecinueve img.responsive-img, .CUERPO_veinte img.responsive-img {
  max-width: 100%;
  height: auto !important;
}
.CUERPO img.no-responsive-img, .CUERPO_uno img.no-responsive-img, .CUERPO_dos img.no-responsive-img, .CUERPO_tres img.no-responsive-img, .CUERPO_cuatro img.no-responsive-img, .CUERPO_cinco img.no-responsive-img, .CUERPO_seis img.no-responsive-img, .CUERPO_siete img.no-responsive-img, .CUERPO_ocho img.no-responsive-img, .CUERPO_nueve img.no-responsive-img, .CUERPO_diez img.no-responsive-img, .CUERPO_once img.no-responsive-img, .CUERPO_doce img.no-responsive-img, .CUERPO_trece img.no-responsive-img, .CUERPO_catorce img.no-responsive-img, .CUERPO_quince img.no-responsive-img, .CUERPO_dieciseis img.no-responsive-img, .CUERPO_diecisiete img.no-responsive-img, .CUERPO_dieciocho img.no-responsive-img, .CUERPO_diecinueve img.no-responsive-img, .CUERPO_veinte img.no-responsive-img {
  width: auto !important;
}
.CUERPO video, .CUERPO_uno video, .CUERPO_dos video, .CUERPO_tres video, .CUERPO_cuatro video, .CUERPO_cinco video, .CUERPO_seis video, .CUERPO_siete video, .CUERPO_ocho video, .CUERPO_nueve video, .CUERPO_diez video, .CUERPO_once video, .CUERPO_doce video, .CUERPO_trece video, .CUERPO_catorce video, .CUERPO_quince video, .CUERPO_dieciseis video, .CUERPO_diecisiete video, .CUERPO_dieciocho video, .CUERPO_diecinueve video, .CUERPO_veinte video {
  width: 100%;
  height: auto;
}
.CUERPO figure, .CUERPO_uno figure, .CUERPO_dos figure, .CUERPO_tres figure, .CUERPO_cuatro figure, .CUERPO_cinco figure, .CUERPO_seis figure, .CUERPO_siete figure, .CUERPO_ocho figure, .CUERPO_nueve figure, .CUERPO_diez figure, .CUERPO_once figure, .CUERPO_doce figure, .CUERPO_trece figure, .CUERPO_catorce figure, .CUERPO_quince figure, .CUERPO_dieciseis figure, .CUERPO_diecisiete figure, .CUERPO_dieciocho figure, .CUERPO_diecinueve figure, .CUERPO_veinte figure {
  display: table;
  margin: 0 20px 20px;
  font-size: smaller;
  color: grey;
  font-style: italic;
  text-align: center;
}
.articulo.deportes .enc-art .titular .tit {
  border-bottom: 5px solid #7DB0FC;
}

.articulo .wrap-art {
  max-width: 1300px;
  padding-top: 30px;
}
@media (min-width: 992px) and (max-width: 1277px) {
  .articulo .wrap-art {
    padding: 30px 10px 0 50px;
  }
}
@media (min-width: 1278px) and (max-width: 1399px) {
  .articulo .wrap-art .col:first-child {
    padding-right: 80px;
  }
}
@media (min-width: 1400px) {
  .articulo .wrap-art .col:first-child {
    padding-right: 80px;
  }
}

@media (min-width: 1278px) and (max-width: 1399px) {
  .articulo .auxi.small.wrap-art .col:first-child {
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .articulo .auxi.small.wrap-art .col:first-child {
    padding-right: 0;
  }
}
.articulo .art-content .auxi {
  margin-bottom: 30px;
}
.articulo .art-content .mam article {
  font-family: "Bitter", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: normal;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
}
.articulo .art-content .mam article p {
  margin-top: 0;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 0;
  color: #59737D;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.articulo .art-content .mam article p .hora {
  color: #59737D;
  font-size: 14px;
  min-height: 101px !important;
  display: table;
  float: left;
  margin: 0 20px 0 0;
  height: 80px;
  font-weight: 300;
}
@media (max-width: 425px) {
  .articulo .art-content .mam article p .hora {
    float: none;
    height: auto;
    min-height: 0 !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .art-content .mam article p .hora {
    float: none;
    height: auto;
    min-height: 0 !important;
  }
}
.articulo .art-content .mam article p .separador {
  display: none;
}
.articulo .enc-art {
  position: relative;
}
@media (max-width: 425px) {
  .articulo .enc-art .titular {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-art .titular {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.articulo .enc-art .titular .tit {
  padding: 0 0 5px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 15px;
  font-size: 2.4rem;
  color: #343e48;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .articulo .enc-art .titular .tit {
    font-size: 24px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-art .titular .tit {
    font-size: 24px;
  }
}
.articulo .enc-art .titular .baj {
  color: #59737D;
  margin-bottom: 20px;
  margin-bottom: 30px;
  line-height: 140%;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  font-size: 18px;
}
@media (max-width: 425px) {
  .articulo .enc-art .titular .baj {
    margin-bottom: 15px;
    margin-top: 15px;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-art .titular .baj {
    margin-bottom: 15px;
    margin-top: 15px;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
.articulo .enc-art .toolbar {
  padding-bottom: 40px;
  padding-top: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .articulo .enc-art .toolbar {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-art .toolbar {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.articulo .enc-art .toolbar .art-info, .articulo .enc-art .toolbar .cont-access, .articulo .enc-art .toolbar .cont-autor {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.articulo .enc-art .toolbar .art-info img, .articulo .enc-art .toolbar .cont-access img, .articulo .enc-art .toolbar .cont-autor img {
  width: auto;
  max-width: 26px;
}
.articulo .enc-art .toolbar .art-info li {
  padding: 0 10px 0 0;
  margin: 0 7px 0 0;
  border-right: 1px solid #8DACB4;
}
@media (max-width: 425px) {
  .articulo .enc-art .toolbar .art-info li {
    border-right: 0 solid #8DACB4;
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-art .toolbar .art-info li {
    border-right: 0 solid #8DACB4;
    margin-bottom: 15px;
  }
}
.articulo .enc-art .toolbar .art-info li p {
  font-size: 0.875rem;
  color: #8DACB4;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}
.articulo .enc-art .toolbar .art-info li p img {
  margin: 0 3px 0 0;
}
.articulo .enc-art .toolbar .art-info li:last-child {
  border-right: 0 solid #8DACB4;
}
.articulo .enc-art .toolbar .cont-access {
  padding: 0 10px 0 0;
  margin: 0 7px 0 0;
  border-right: 1px solid #8DACB4;
}
@media (max-width: 425px) {
  .articulo .enc-art .toolbar .cont-access {
    border-right: 0 solid #8DACB4;
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-art .toolbar .cont-access {
    border-right: 0 solid #8DACB4;
    margin-bottom: 15px;
  }
}
.articulo .enc-art .toolbar .cont-access li {
  padding: 3px 2px;
  border: 1px solid #8DACB4;
  margin-left: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.articulo .enc-art .toolbar .cont-access li:first-child {
  margin-left: 0;
}
@media (max-width: 425px) {
  .articulo .enc-art .toolbar .art-info {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-art .toolbar .art-info {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.articulo .enc-art .toolbar .fecha {
  font-size: 19px;
  line-height: 180%;
  color: #666666;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-style: italic;
}
@media (max-width: 425px) {
  .articulo .enc-art .toolbar .fecha {
    margin-bottom: 0;
    font-size: 17px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-art .toolbar .fecha {
    margin-bottom: 0;
    font-size: 17px;
  }
}
.articulo .cont-share {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 425px) {
  .articulo .cont-share {
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-orient: inline-axis;
    -webkit-box-orient: horizontal;
    -moz-box-orient: inline-axis;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .cont-share {
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-orient: inline-axis;
    -webkit-box-orient: horizontal;
    -moz-box-orient: inline-axis;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .articulo .cont-share {
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-orient: inline-axis;
    -webkit-box-orient: horizontal;
    -moz-box-orient: inline-axis;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.articulo .cont-share .pref {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 0.875rem;
  color: #59737D;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
  padding: 5px 0;
  border-bottom: 1px solid #59737D;
}
@media (max-width: 425px) {
  .articulo .cont-share .pref {
    transform: none;
    writing-mode: unset;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .cont-share .pref {
    transform: none;
    writing-mode: unset;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .articulo .cont-share .pref {
    transform: none;
    writing-mode: unset;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.articulo .cont-share li {
  margin: 0;
  float: left;
}
.articulo .cont-share li figure {
  padding: 0;
}
.articulo .cont-share li figure .print {
  padding: 0 0 0 7px;
  margin-left: 30px;
}
@media (max-width: 425px) {
  .articulo .cont-share li:last-child {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .cont-share li:last-child {
    display: block;
  }
}
.articulo .cont-share li figure {
  margin: 0;
}
.articulo .cont-share li figure a {
  padding: 0 7px;
  display: block;
  transition: 0.2s all ease;
}
.articulo .cont-share li figure a:hover {
  background-color: #FDDD00;
}
.articulo .cont-share li figure a img {
  width: 25px;
  margin: 0;
}
.articulo .anclas {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
@media (max-width: 425px) {
  .articulo .anclas {
    margin: 10px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .anclas {
    margin: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .articulo .anclas {
    margin: 15px 0;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .articulo .anclas {
    margin: 15px 0;
  }
}
.articulo .anclas .subtitulos {
  font-weight: normal;
  margin-bottom: 15px;
}
.articulo .anclas .subtitulos + .subtitulos {
  margin-left: 20px;
}
@media (max-width: 425px) {
  .articulo .anclas .subtitulos + .subtitulos {
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .anclas .subtitulos + .subtitulos {
    margin-left: 0;
  }
}
.articulo .anclas .subtitulos a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  padding: 13px 20px;
  background-color: #343e48;
}
@media (max-width: 425px) {
  .articulo .anclas .subtitulos a {
    font-size: 15px;
    padding: 10px 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .anclas .subtitulos a {
    font-size: 15px;
    padding: 10px 15px;
  }
}
.articulo .anclas .subtitulos a:hover {
  text-decoration: none;
  background-color: #343e48;
  color: #ffffff;
  transition: 0.2s all ease;
}
.articulo .contsubtit {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1;
  width: 100%;
  margin: 20px 0 10px;
  padding: 0.8em 0;
}
.articulo .contsubtit .titsubtit {
  text-decoration: none;
  color: #343e48;
  font-size: 24px;
  max-width: 90%;
  line-height: 1.3;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .articulo .contsubtit .titsubtit {
    font-size: 18px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .contsubtit .titsubtit {
    font-size: 18px;
  }
}
.articulo .contsubtit .linksubtit {
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}
@media (max-width: 425px) {
  .articulo .contsubtit .linksubtit {
    font-size: 0.6875rem;
    width: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .contsubtit .linksubtit {
    font-size: 0.6875rem;
    width: 30px;
  }
}
.articulo .contsubtit .linksubtit a {
  color: #ffffff;
}
.articulo .contsubtit .linksubtit:hover {
  background-color: #00AEEF;
  transition: 0.2s all ease;
}
.articulo .media {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 30px 0;
}
.articulo .cont_video iframe {
  width: 100%;
}
.articulo .media iframe, .articulo .media object, .articulo .media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articulo .relacionados h2 {
  text-transform: uppercase;
  color: #343e48;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.articulo .relacionados .wrapper {
  margin-top: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 425px) {
  .articulo .relacionados .wrapper {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .relacionados .wrapper {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 425px) {
  .articulo .relacionados .wrapper article {
    margin-bottom: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .relacionados .wrapper article {
    margin-bottom: 10px;
  }
}
.articulo .relacionados .wrapper article a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (min-width: 1278px) and (max-width: 1399px) {
  .articulo .relacionados .wrapper article + article {
    margin-left: 15px;
  }
}
@media (min-width: 1400px) {
  .articulo .relacionados .wrapper article + article {
    margin-left: 15px;
  }
}
.articulo .relacionados .wrapper article figure {
  -webkit-flex: 0 1 140px;
  flex: 0 1 140px;
  margin: 0 0 20px;
}
@media (max-width: 425px) {
  .articulo .relacionados .wrapper article figure {
    -webkit-flex: 1 1 140px;
    flex: 1 1 140px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .relacionados .wrapper article figure {
    -webkit-flex: 1 1 140px;
    flex: 1 1 140px;
  }
}
.articulo .relacionados .wrapper article .cont-txt {
  padding-left: 10px;
  -webkit-flex: 0 1 85%;
  flex: 0 1 85%;
}
.articulo .relacionados .wrapper article .cont-txt h3 {
  font-size: 0.75rem;
  line-height: 1.5;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.articulo .relacionados .wrapper article .cont-txt .cont-fecha {
  margin-top: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.articulo .relacionados .wrapper article .cont-txt .cont-fecha img {
  width: 20px;
}
.articulo .relacionados .wrapper article .cont-txt .cont-fecha .fecha {
  font-size: 0.75rem;
  color: #84858C;
  margin-left: 5px;
  line-height: 130%;
}
.articulo.formulario .enc-main {
  text-align: center;
  color: #ffffff;
}
.articulo.formulario .form-content {
  padding: 0;
}
.articulo.formulario .form-content .auxi {
  max-width: 800px;
}
.articulo.formulario form {
  margin-bottom: 40px;
}
.articulo.formulario form .form-group {
  padding-bottom: 30px;
}
.articulo.formulario form .form-group label, .articulo.formulario form .form-group h3 {
  padding-bottom: 10px;
  display: block;
  color: #84858C;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .articulo.formulario form .form-group label, .articulo.formulario form .form-group h3 {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo.formulario form .form-group label, .articulo.formulario form .form-group h3 {
    font-size: 15px;
    line-height: 1.4;
  }
}
.articulo.formulario form .form-group input, .articulo.formulario form .form-group select, .articulo.formulario form .form-group textarea {
  width: 100%;
  padding: 15px;
  font-size: 15px;
}
.articulo.formulario form .form-group .adv, .articulo.formulario form .form-group span {
  font-size: 15px;
  color: #F75A16;
  padding-top: 10px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.articulo.formulario form .cont-btn {
  padding: 30px 0;
  text-align: center;
}
.articulo.formulario form .cont-btn .btn {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  padding: 15px 60px;
  background-color: #343e48;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}
.articulo.formulario form .cont-btn .btn:hover {
  background-color: #F75A16;
  color: #84858C;
  transition: 0.3s all ease;
}
.articulo.formulario form .img-cpt {
  width: auto;
  margin: 0 auto;
}
.articulo .downloads, .articulo .links, .articulo .tags {
  margin: 20px 0 40px;
  border: 1px solid #CCCCCC;
  padding: 40px;
}
@media (max-width: 425px) {
  .articulo .downloads, .articulo .links, .articulo .tags {
    margin: 20px 10px 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .downloads, .articulo .links, .articulo .tags {
    margin: 20px 10px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .articulo .downloads, .articulo .links, .articulo .tags {
    margin: 20px 20px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .articulo .downloads, .articulo .links, .articulo .tags {
    margin: 20px 20px 40px;
  }
}
.articulo .downloads h2, .articulo .links h2, .articulo .tags h2 {
  font-size: 28px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 40px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.articulo .downloads ul li, .articulo .links ul li, .articulo .tags ul li {
  margin-bottom: 20px;
}
.articulo .downloads ul li a, .articulo .links ul li a, .articulo .tags ul li a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 425px) {
  .articulo .downloads ul li a, .articulo .links ul li a, .articulo .tags ul li a {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .downloads ul li a, .articulo .links ul li a, .articulo .tags ul li a {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.articulo .downloads ul li a h3, .articulo .links ul li a h3, .articulo .tags ul li a h3 {
  font-size: 18px;
  line-height: 153.5%;
  text-decoration-line: underline;
  color: #000000;
  display: inline-block;
}
@media (max-width: 425px) {
  .articulo .downloads ul li a h3, .articulo .links ul li a h3, .articulo .tags ul li a h3 {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .downloads ul li a h3, .articulo .links ul li a h3, .articulo .tags ul li a h3 {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}
.articulo .downloads ul li a h3:hover, .articulo .links ul li a h3:hover, .articulo .tags ul li a h3:hover {
  color: #343e48;
  transition: 0.2s all ease;
}
.articulo .downloads ul li a p, .articulo .links ul li a p, .articulo .tags ul li a p {
  font-size: 0.9rem;
  color: #CECBCA;
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 425px) {
  .articulo .downloads ul li a p, .articulo .links ul li a p, .articulo .tags ul li a p {
    font-size: 0.59rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .downloads ul li a p, .articulo .links ul li a p, .articulo .tags ul li a p {
    font-size: 0.59rem;
  }
}
.articulo .downloads ul li a .img, .articulo .links ul li a .img, .articulo .tags ul li a .img {
  margin-right: 10px;
}
@media (max-width: 425px) {
  .articulo .downloads ul li a .img, .articulo .links ul li a .img, .articulo .tags ul li a .img {
    margin-right: 0;
  }
}
.articulo .downloads ul li a .img img, .articulo .links ul li a .img img, .articulo .tags ul li a .img img {
  width: 18px;
}
@media (max-width: 425px) {
  .articulo .downloads ul li a .img img, .articulo .links ul li a .img img, .articulo .tags ul li a .img img {
    width: 18px;
    margin-right: 5px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .downloads ul li a .img img, .articulo .links ul li a .img img, .articulo .tags ul li a .img img {
    width: 18px;
    margin-right: 5px;
  }
}
.articulo .links img {
  margin-top: 5px;
  margin-right: 5px;
  width: 15px !important;
}
.articulo .links h3 {
  text-decoration: underline;
}
@media (max-width: 425px) {
  .articulo .tags {
    margin: 20px 10px 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .tags {
    margin: 20px 10px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .articulo .tags {
    margin: 20px 20px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .articulo .tags {
    margin: 20px 20px 40px;
  }
}
.articulo .tags .cont_tags {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.articulo .tags .cont_tags .tag {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  display: inline-block;
  transition: 0.2s all ease;
  color: #343E48;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.articulo .tags .cont_tags .tag:hover {
  background-color: #F75A16;
  color: #ffffff;
}
.articulo .tags .cont_tags img {
  display: inline-block;
  vertical-align: middle;
  width: 1.3rem;
  margin-right: 5px;
}

.taxport .taxlist .row {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.taxport .taxlist .row .box-dest {
  padding: 30px;
}
.taxport .taxlist .row .box-dest h3 {
  padding-bottom: 20px;
}

.results .sidebar input, .results .sidebar select {
  width: 100%;
  font-size: 15px;
  padding: 10px;
}
.results .sidebar .search-bar {
  position: relative;
  margin-bottom: 20px;
}
.results .sidebar .search-bar input {
  border: 1px solid #CECBCA;
  width: 100%;
}
.results .sidebar .search-bar .search-icon {
  position: absolute;
  right: 8px;
  padding: 4px;
  width: 28px;
  top: calc(50% - 14px);
}
.results .sidebar .keywords {
  padding-top: 0;
}
.results .sidebar .keywords .button-icon {
  margin-right: 5px;
}
.results .sidebar .sub-btn {
  margin-top: 20px;
}
.results .sidebar .sub-btn button {
  transition: 0.3s all ease;
  width: 100%;
}
.results .sidebar .sub-btn button:hover {
  background-color: #84858C;
  border-color: #84858C;
}
.results .sidebar .sub-btn .cont-btn {
  text-align: center;
  padding: 10px 0 0;
}
.results .sidebar .sub-btn .btn-sec {
  display: inline-block;
  font-size: 15px !important;
  color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #343e48;
  background-color: #343e48;
  letter-spacing: 0.2px;
}
@media (max-width: 425px) {
  .results .sidebar .sub-btn .btn-sec {
    padding: 6px 10px;
    min-width: 76px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .sidebar .sub-btn .btn-sec {
    padding: 6px 10px;
    min-width: 76px;
  }
}
.results .search-data {
  margin-bottom: 30px;
  background: #E3E1E0;
  padding: 15px;
}
.results .search-data .search-criteria {
  margin-bottom: 10px;
}
.results .search-data .search-criteria span {
  font-size: 24px;
  color: #59737D;
  line-height: 1.4;
}
@media (max-width: 425px) {
  .results .search-data .search-criteria span {
    font-size: 18px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .search-data .search-criteria span {
    font-size: 18px !important;
  }
}
.results .search-data .search-criteria .criterio {
  color: #343e48;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.results .search-data .results-number {
  font-size: 15px;
  color: #84858C;
  line-height: 1.4;
}
@media (min-width: 1278px) and (max-width: 1399px) {
  .results .result-cont {
    padding-left: 80px;
  }
}
@media (min-width: 1400px) {
  .results .result-cont {
    padding-left: 80px;
  }
}
.results .arts {
  padding-top: 30px;
}
.results .arts .auxi .result-box .box .img-wrap {
  -webkit-flex: 0 1 20%;
  flex: 0 1 20%;
}
.results .arts .auxi .result-box .box .cont-txt {
  -webkit-flex: 0 1 80%;
  flex: 0 1 80%;
}
.results .arts .auxi .result-box.big .subtit {
  font-size: 1.9rem !important;
}
@media (max-width: 425px) {
  .results .arts .auxi .result-box.big .subtit {
    font-size: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .arts .auxi .result-box.big .subtit {
    font-size: 20px;
  }
}
.results .arts .auxi article, .results .arts .auxi .result-box.big {
  margin-bottom: 20px;
}
.results .arts .auxi article .box, .results .arts .auxi .result-box.big .box {
  background-color: #F3F2EC;
  padding: 0;
  transition: 0.2s all ease;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 425px) {
  .results .arts .auxi article .box, .results .arts .auxi .result-box.big .box {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .arts .auxi article .box, .results .arts .auxi .result-box.big .box {
    display: block;
  }
}
.results .arts .auxi article .box .img-wrap, .results .arts .auxi .result-box.big .box .img-wrap {
  -webkit-flex: 0 1 40%;
  flex: 0 1 40%;
  margin-right: 15px;
}
@media (max-width: 425px) {
  .results .arts .auxi article .box .img-wrap, .results .arts .auxi .result-box.big .box .img-wrap {
    margin-right: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .arts .auxi article .box .img-wrap, .results .arts .auxi .result-box.big .box .img-wrap {
    margin-right: 0;
  }
}
.results .arts .auxi article .box .cont-txt, .results .arts .auxi .result-box.big .box .cont-txt {
  padding: 10px 10px 40px;
  -webkit-flex: 0 1 60%;
  flex: 0 1 60%;
}
@media (max-width: 425px) {
  .results .arts .auxi article .box .cont-txt, .results .arts .auxi .result-box.big .box .cont-txt {
    padding-right: 0;
    overflow: hidden;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .arts .auxi article .box .cont-txt, .results .arts .auxi .result-box.big .box .cont-txt {
    padding-right: 0;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .results .arts .auxi article .box .cont-txt, .results .arts .auxi .result-box.big .box .cont-txt {
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .results .arts .auxi article .box .cont-txt, .results .arts .auxi .result-box.big .box .cont-txt {
    padding-right: 0;
  }
}
.results .arts .auxi article .box:hover, .results .arts .auxi .result-box.big .box:hover {
  background-color: #f9f4dc;
  box-shadow: 0px 5px 0px #d3caba;
  transform: scale(1.01);
}
.results .arts .auxi article .pref, .results .arts .auxi .result-box.big .pref {
  margin-bottom: 10px;
  float: left;
  clear: both;
  padding: 5px;
  font-size: 20px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.results .arts .auxi article .subtit, .results .arts .auxi .result-box.big .subtit {
  font-size: 24px;
  color: #056399;
  line-height: 120%;
  margin-bottom: 15px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  float: left;
  clear: both;
}
@media (max-width: 425px) {
  .results .arts .auxi article .subtit, .results .arts .auxi .result-box.big .subtit {
    font-size: 18px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .arts .auxi article .subtit, .results .arts .auxi .result-box.big .subtit {
    font-size: 18px;
  }
}
.results .arts .auxi article .subtit a, .results .arts .auxi .result-box.big .subtit a {
  color: #056399;
}
.results .arts .auxi article .bajada, .results .arts .auxi .result-box.big .bajada {
  padding-right: 90px;
  line-height: 1.5;
}
@media (max-width: 425px) {
  .results .arts .auxi article .bajada, .results .arts .auxi .result-box.big .bajada {
    padding-right: 0;
    font-size: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .arts .auxi article .bajada, .results .arts .auxi .result-box.big .bajada {
    padding-right: 0;
    font-size: 15px;
  }
}
.results .form-group {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 10px 0;
  width: 100%;
}
@media (max-width: 425px) {
  .results .form-group {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .form-group {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.results .container {
  margin: 10px 0;
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 425px) {
  .results .container {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .container {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.results .filt-adv {
  display: none;
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 425px) {
  .results .filt-adv {
    margin-top: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .filt-adv {
    margin-top: 20px;
  }
}
.results .filt {
  width: 100%;
}
.results .filt .form-group input.form-control::placeholder {
  color: #333333 !important;
}
.results .filt .form-group input.form-control::-moz-placeholder {
  color: #333333 !important;
}
.results .filt .form-group input.form-control:-ms-input-placeholder {
  color: #333333 !important;
}
.results .filt .form-group input.form-control:focus {
  outline: none;
  box-shadow: none !important;
  color: #333333;
}
.results .filt .form-group input.form-control:-moz-placeholder {
  color: #333333 !important;
}
.results .filt .form-group input.form-control:placeholder-shown {
  color: #333333 !important;
}
.results .filt .form-group .btn.btn-default {
  z-index: 100;
  background: none;
  border: none;
  cursor: pointer;
  right: 20px;
  position: relative;
}
.results .filt .form-group .btn.btn-default .cont-btn {
  padding: 30px 0;
}
.results .filt .form-group .btn.btn-default .btn-main {
  display: inline-block;
  font-size: 1.625rem;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #F75A16;
  letter-spacing: 0.5px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 425px) {
  .results .filt .form-group .btn.btn-default .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .filt .form-group .btn.btn-default .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
.results .filt .form-group .btn.btn-default .btn-main:hover {
  background-color: #84858C;
  transition: 0.3s all ease;
}
.results .filt .form-group .btn.btn-default .btn-main.more {
  color: #CECBCA;
  border-bottom: 4px solid #CECBCA;
  margin-left: 20px;
}
.results .filt .form-group .btn.btn-default .btn-main img {
  width: 26px;
  margin-right: 10px;
}
.results .filt .form-group .form-control {
  width: 100%;
  height: 40px;
  padding: 1px 20px 1px 30px;
  font-size: 15px;
  z-index: 2;
  background: none;
  background-color: #ffffff;
  position: relative;
  bottom: 0;
  border-radius: 30px;
}
.results .filt .filter {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}
.results .filt #filtrar {
  outline: none;
  background: none;
  border: none;
  background-color: #343e48;
  position: relative;
  display: block;
  float: left;
  color: #ffffff;
  padding: 14px 66px;
  cursor: pointer;
  border-radius: 30px;
  font-size: 16px;
  margin-top: 3px;
  margin-left: 10px;
}
.results .filt #filtrar:hover {
  background-color: #F75A16;
  transition: 0.3s all ease;
}
.results .filt select {
  width: 100%;
  height: 40px;
  padding: 1px 20px 1px 30px;
  font-size: 15px;
  z-index: 2;
  background-color: #ffffff;
  border: 1px solid #cccccc !important;
  position: relative;
  border-radius: 30px;
}
.results .filt select:focus {
  outline: none;
}
.results .opt-cont {
  width: 100%;
}
.results .sub-btn {
  text-align: center;
}
.results .sub-btn .btn {
  background: none;
  background-color: #343e48;
  color: #ffffff;
  border-radius: 26px;
  padding: 13px 70px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  margin: 25px 0 0;
}
.results .sub-btn .btn:hover {
  background-color: #F75A16;
  transition: 0.3s all ease;
}
.results .control-label {
  min-width: 215px;
  text-align: right;
  color: #84858C;
}
@media (max-width: 425px) {
  .results .control-label {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .control-label {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.results .date {
  position: relative;
  width: 100%;
}
.results .date .input-group-addon {
  position: absolute;
  right: 0;
  z-index: 2;
  margin-top: 9px;
  margin-right: 20px;
}
.results .date img {
  width: 20px;
}

.sitemap {
  border-top: 1px solid #eeeeee;
}
.sitemap .content_sitemap {
  background-color: #cccccc;
  padding: 60px 0;
}
@media (max-width: 425px) {
  .sitemap .content_sitemap {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sitemap .content_sitemap {
    padding: 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sitemap .content_sitemap {
    padding: 40px 0;
  }
}
.sitemap .cont_tit {
  margin: 80px 0;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 425px) {
  .sitemap .cont_tit {
    margin: 40px 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sitemap .cont_tit {
    margin: 40px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sitemap .cont_tit {
    margin: 40px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .sitemap .cont_tit {
    margin: 40px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1278px) {
  .sitemap .cont_tit {
    margin: 40px 20px;
  }
}
.sitemap .cont_tit .tit {
  font-size: 4.0625rem;
}
@media (max-width: 425px) {
  .sitemap .cont_tit .tit {
    font-size: 2rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sitemap .cont_tit .tit {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sitemap .cont_tit .tit {
    font-size: 2.3rem;
  }
}
.sitemap .cont_tit .baj {
  margin-top: 20px;
  margin-bottom: 10px;
}
.sitemap .cont_tit p {
  font-size: 15px;
  color: #FDDD00;
  line-height: 1.3;
}
@media (max-width: 425px) {
  .sitemap .cont_tit p {
    font-size: 0.9rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sitemap .cont_tit p {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sitemap .cont_tit p {
    font-size: 0.9rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sitemap .lista_sitio {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sitemap .lista_sitio {
    padding: 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .sitemap .lista_sitio {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1278px) {
  .sitemap .lista_sitio {
    padding: 0 20px;
  }
}
.sitemap .lista_sitio .lista_seccion {
  margin-bottom: 30px;
}
@media (max-width: 425px) {
  .sitemap .lista_sitio .lista_seccion {
    margin-left: 0;
    margin-bottom: 10px;
    padding: 15px;
  }
}
.sitemap .lista_sitio .lista_seccion h2 {
  margin-bottom: 15px;
}
.sitemap .lista_sitio .lista_seccion h2 a {
  color: #343e48;
  font-size: 24px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.sitemap .lista_sitio .lista_seccion h2 a:hover {
  color: #F75A16;
  transition: 0.2s all ease;
}
.sitemap .lista_sitio .lista_seccion h3 {
  font-size: 0.9rem;
  margin-bottom: 15px;
  padding-left: 10px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.sitemap .lista_sitio .lista_seccion h3 a {
  color: #cccccc;
}
.sitemap .lista_sitio .lista_seccion h3 a:hover {
  color: #F75A16;
  transition: 0.2s all ease;
}
.sitemap .lista_sitio .lista_seccion ul {
  margin-top: 25px;
  margin-left: 10px;
  border-left: 3px solid #cccccc;
}
.sitemap .lista_sitio .lista_seccion ul li {
  margin: 17px 0 17px 20px;
}
.sitemap .lista_sitio .lista_seccion ul li a {
  color: #CECBCA;
  font-size: 0.875rem;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}
.sitemap .lista_sitio .lista_seccion ul li a:hover {
  color: #F75A16;
  transition: 0.2s all ease;
}

.error_404 {
  height: 100vh;
}
@media (max-width: 425px) {
  .error_404 .cont_msj {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error_404 .cont_msj {
    padding: 30px 0;
  }
}
.error_404 .voucher {
  max-width: 1200px;
  padding: 70px 40px;
  margin: 0 auto;
  height: 74vh;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 425px) {
  .error_404 .voucher {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error_404 .voucher {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 20px;
  }
}
.error_404 .voucher .img-wrap {
  -webkit-flex: 0 1 350px;
  flex: 0 1 350px;
}
@media (max-width: 425px) {
  .error_404 .voucher .img-wrap {
    -webkit-flex: 0 1 200px;
    flex: 0 1 200px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error_404 .voucher .img-wrap {
    -webkit-flex: 0 1 200px;
    flex: 0 1 200px;
  }
}
.error_404 .voucher .cont-txt {
  text-align: left;
  margin-left: 30px;
}
@media (max-width: 425px) {
  .error_404 .voucher .cont-txt {
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error_404 .voucher .cont-txt {
    margin-left: 0;
  }
}
.error_404 .voucher .cont-txt .subtit {
  font-size: 4.0625rem;
  padding-bottom: 15px;
  color: #59737D;
}
@media (max-width: 425px) {
  .error_404 .voucher .cont-txt .subtit {
    font-size: 24px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error_404 .voucher .cont-txt .subtit {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error_404 .voucher .cont-txt .subtit {
    font-size: 43px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .error_404 .voucher .cont-txt .subtit {
    font-size: 2.5rem;
  }
}
.error_404 .voucher .cont-txt .baj {
  font-size: 18px;
  color: #FDDD00;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}
.error_404 .voucher .cont-txt .pref {
  font-size: 15px;
  line-height: 1.4;
  color: #CECBCA;
  padding-right: 60px;
}
@media (max-width: 425px) {
  .error_404 .voucher .cont-txt .pref {
    padding-right: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error_404 .voucher .cont-txt .pref {
    padding-right: 0;
  }
}

#copy_div {
  background: #ffffff !important;
  background-color: #ffffff !important;
  height: auto !important;
  padding: 12px 15px !important;
  width: auto !important;
  border-radius: 5px;
  color: #343e48 !important;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}

@media (max-width: 425px) {
  .form-modal {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .form-modal {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-modal {
    width: 700px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .form-modal {
    width: 700px;
  }
}
@media (min-width: 1278px) and (max-width: 1399px) {
  .form-modal {
    width: 700px;
  }
}
@media (min-width: 1400px) {
  .form-modal {
    width: 800px;
  }
}
@media (max-width: 425px) {
  .form-modal .cont-tit {
    padding: 12px 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .form-modal .cont-tit {
    padding: 12px 0;
    margin-bottom: 10px;
  }
}
.form-modal .baj {
  display: block !important;
}
@media (max-width: 425px) {
  .form-modal .baj {
    font-size: 1rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .form-modal .baj {
    font-size: 1rem;
  }
}
.form-modal .form-content {
  padding: 0 !important;
}
.form-modal .form-group {
  display: block !important;
}
.form-modal .form-group input, .form-modal .form-group select {
  margin-left: 0 !important;
}
.form-modal .form-group .__validator-alert {
  margin-top: 10px;
}

.CalendarBox {
  max-width: 440px;
  width: 100%;
  background-color: #343e48;
  padding: 20px;
}
@media (max-width: 425px) {
  .CalendarBox {
    margin: 15px auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CalendarBox {
    margin: 15px auto;
  }
}
.CalendarBox .calendar-title {
  padding: 0 20px;
  background-color: #343e48;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
  background-size: 2rem;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .CalendarBox .calendar-title {
    padding: 0 5px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CalendarBox .calendar-title {
    padding: 0 5px;
  }
}
.CalendarBox .calendar-title .dateAnt, .CalendarBox .calendar-title .datePro {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 25px 40px;
  font-size: 0;
  width: 25px;
  height: 40px;
}
.CalendarBox .calendar-title .dateAnt {
  background-image: url("../../imag/v1/icon/arrow_l_w.png");
}
.CalendarBox .calendar-title .datePro {
  background-image: url("../../imag/v1/icon/arrow_r_w.png");
}
.CalendarBox .calendar-table {
  width: 100%;
  border: none;
}
.CalendarBox .calendar-table tr th {
  width: 13%;
  color: #343e48;
  text-align: center;
  font-size: 15px;
  padding-bottom: 20px;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
  color: #FDDD00;
}
.CalendarBox .calendar-table tr td {
  border: none;
  text-align: center;
  list-style-type: none;
  position: relative;
  width: 14%;
  text-align: center;
  padding-bottom: 20px;
}
.CalendarBox .calendar-table tr td span {
  font-size: 14px;
  color: #ffffff;
  font-family: "Bitter", sans-serif;
  font-weight: 400;
}
.CalendarBox .calendar-table tr td span a.active_s {
  cursor: pointer;
  color: #343e48;
  background-color: #FDDD00;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 6px 3px;
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
}
.CalendarBox .calendar-table tr td span a.active_s:before {
  content: "";
  position: absolute;
}

/*# sourceMappingURL=main.css.map */