/*
negocio/plantillas/panels/0005breadcrumb/style.css
negocio/plantillas/panels/blog/style.css
*/
.w400 {
  font-weight: 400;
 } 
.w500 {
  font-weight: 500;
}
.w600 {
  font-weight: 600;
}
.title1 {
  font-family: "Montserrat";
  font-size: 5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .title1 {
    font-size: 4rem;
  }
}
@media (max-width: 769px) {
  .title1 {
    font-size: 3rem;
  }
}
.title2 {
  font-family: "Montserrat";
  font-size: 4.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .title2 {
    font-size: 4rem;
  }
}
@media (max-width: 551px) {
  .title2 {
    font-size: 3.5rem;
  }
}
.title3 {
  font-family: "Montserrat";
  font-size: 3.1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
.subtitle1 {
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
.subtitle2 {
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .subtitle2 {
    font-size: 1.7rem;
  }
}
.italic {
  font-family: "Montserrat";
  font-size: 1.8rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: normal;
}
@media (max-width: 551px) {
  .italic {
    font-size: 1.7rem;
  }
}
.text17-20 {
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media (max-width: 1025px) {
  .text17-20 {
    font-size: 2rem;
  }
}
.text17-18 {
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media (max-width: 1025px) {
  .text17-18 {
    font-size: 1.8rem;
    font-weight: medium;
  }
}
@font-face {
  font-family: "Northwell";
  src: url("/content/fonts/HomemadeApple-Regular.ttf") format("truetype");
  font-weight: "regular";
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: "black";
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: "bold";
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: "medium";
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: "medium";
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-Regular .ttf") format("truetype");
  font-weight: "regular";
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: "semibold";
  font-style: normal;
}
html {
  overflow-x: hidden;
}
* {
  color: inherit;
  border: 0;
  margin: 0;
  padding: 0;
}
a {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-decoration: none;
  cursor: pointer;
}
li {
  padding-left: 1.5rem;
  line-height: 32px;
}
li::before {
  content: "•";
  /* Insert content that looks like bullets */
  width: 0.8rem;
  height: 0.8rem;
  padding-right: 8px;
  color: #1f5375;
}
address {
  font-style: normal;
}
body {
  cursor: default;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button {
  background: none;
}
button,
label {
  cursor: pointer;
}
mark {
  background: none;
}
li {
  list-style: none;
}
:focus {
  outline: none !important;
}
::-moz-focus-inner {
  border: 0;
}
summary::-webkit-details-marker {
  display: none;
}
button,
input[type="submit"],
input[type="text"] {
  -webkit-appearance: none;
}
textarea {
  padding: 0.8rem 0.8rem;
  height: calc(7rem - 1.2rem);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
}
p {
  width: 100%;
}
img {
  width: auto;
  height: auto;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
html body {
  font: 14px "";
}
@media (min-width: 1921px) and (max-height: 600px) {
  html {
    font-size: 55.5%;
  }
}
body,
section {
  background-color: transparent;
  font-family: "Montserrat";
  color: #ffffff;
  background-color: black;
  font-size: 1.7rem;
  font-weight: bold;
}
.img-ml {
  margin-left: 0.8rem;
}
.img-mr {
  margin-right: 0.8rem;
}
.row {
  display: flex;
  flex-direction: row;
}
.col {
  display: flex;
  flex-direction: column;
}
.hide-ipad {
  display: flex;
}
@media (max-width: 769px) {
  .hide-ipad {
    display: none !important;
  }
}
.hide-mobile {
  display: flex;
}
@media (max-width: 551px) {
  .hide-mobile {
    display: none !important;
  }
}
.show-mobile {
  display: none;
}
@media (max-width: 551px) {
  .show-mobile {
    display: flex !important;
  }
}
.button1 {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 4rem;
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.034rem;
}
.button1 > img {
  margin-right: 1.1rem;
  max-height: 2.2rem;
  max-width: 2.2rem;
}
.button1.yellow {
  background-color: #ffbc09;
  color: #000000;
  height: 6.1rem;
}
.button1.yellow:hover {
  background-color: #e9ac08;
}
@media (max-width: 1025px) {
  .button1.yellow {
    height: 4.8rem;
    padding: 0 2.8rem;
  }
}
@media (max-width: 551px) {
  .button1.yellow {
    height: 3.2rem;
    font-size: 1.3rem;
    letter-spacing: 0.026rem;
  }
}
.button1.red {
  background-color: #aa0128;
  color: #ffffff;
  height: 6.1rem;
}
.button1.red:hover {
  background-color: #8a0020;
}
.button1.border-white {
  background-color: transparent;
  color: #ffffff;
  border: solid 0.2rem #ffffff;
  height: 6.1rem;
  box-sizing: border-box;
}
.button1.border-white:hover {
  background-color: #000000;
  border: solid 0.2rem #000000;
}
.button2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.7rem;
  height: 7.7rem;
  background-image: url("/content/img/icon-arrowR-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  object-fit: contain;
  position: relative;
  cursor: pointer;
}
.button2:hover {
  background-image: url("/content/img/icon-arrowR-red2.svg");
}
.button3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.7rem;
  height: 5.7rem;
  border: 0.2rem solid white;
  background-color: transparent;
  color: white;
  margin: 1.5rem 0;
}
.button3:hover {
  background-color: white;
  color: black;
}
.button4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border: 0.2rem solid white;
  background-color: transparent;
  color: white;
  margin: 1.5rem 0;
}
.button4 > img {
  transform: rotate(-45deg);
}
.button4:hover {
  border: 0.2rem solid white;
  color: #dedede;
}
.button4:hover img {
  opacity: 0.5;
}
.button-pdf {
  width: 4.6rem;
  height: 4.6rem;
  cursor: pointer;
  background-image: url("/content/img/icon-descarga.svg");
  background-size: cover;
  transition: all 0.2s ease;
  opacity: 1;
}
.button-pdf:hover {
  opacity: 0.5;
}
.button2-pdf {
  width: 3.6rem;
  height: 3.6rem;
  cursor: pointer;
  background-image: url("/content/img/icon-descarga2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  opacity: 1;
}
.button2-pdf:hover {
  opacity: 0.5;
}
.button-plus {
  background-color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 3rem;
  height: 3rem;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
  transform: rotate(0);
  cursor: pointer;
}
.button-plus:after,
.button-plus:before {
  background-color: #2c2c2c;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.button-plus:after {
  width: 1.6rem;
  height: 0.3rem;
}
.button-plus:before {
  width: 0.3rem;
  height: 1.6rem;
}
.button-plus:hover {
  background-color: #fe7800;
}
.button-plus.active {
  background-color: #fe7800;
  transform: rotate(135deg);
}
.arrowR,
.arrowL {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 5.8rem;
  width: 5.8rem;
  object-fit: contain;
  position: absolute;
  cursor: pointer;
  z-index: 5;
}
.arrowL {
  background-image: url("/content/img/icon-arrowL-rombo-reposo.svg");
}
.arrowL:hover {
  background-image: url("/content/img/icon-arrowL-rombo-hover.svg");
}
.arrowR {
  background-image: url("/content/img/icon-arrowR-rombo-reposo.svg");
}
.arrowR:hover {
  background-image: url("/content/img/icon-arrowR-rombo-hover.svg");
}
input,
textarea,
select {
  padding: 1.5rem 2rem;
  border-bottom: solid 0.02rem #ffffff;
  background-color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.53;
}
input::placeholder,
textarea::placeholder,
select::placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
input:-ms-textarea-placeholder,
textarea:-ms-textarea-placeholder,
select:-ms-textarea-placeholder,
input::-ms-textarea-placeholder,
textarea::-ms-textarea-placeholder,
select::-ms-textarea-placeholder {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0.8rem;
  color: white !important;
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.53;
}
select {
  position: relative;
  cursor: pointer;
}
select.mini-arrow {
  position: relative;
  background-image: url("/content/img/icon-dropdown.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.8rem);
  background-position-y: 50%;
  min-width: 0.8rem;
}
.m-checkbox-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.m-checkbox-group .m-checkbox {
  -webkit-appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.2rem solid white;
  background-color: transparent;
  padding: 0;
  margin-right: 1.3rem;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}
.m-checkbox-group .m-checkbox:checked {
  background-image: url("/content/img/icon-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  position: relative;
  left: 0rem;
  top: 0rem;
}
.m-checkbox-group label {
  font-family: "Montserrat";
  font-size: 1.4rem;
  font-weight: 500;
}
.m-radio-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.m-radio-group .m-radio {
  -webkit-appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.2rem solid white;
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
  margin-right: 1.3rem;
  cursor: pointer;
  position: relative;
}
.m-radio-group .m-radio:checked {
  background-color: #000000 !important;
}
.m-radio-group .m-radio:checked::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}
.m-radio-group label {
  font-family: "Montserrat";
  font-size: 1.4rem;
  font-weight: 500;
}
@-webkit-keyframes swingV {
  15% {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  30% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  50% {
    -webkit-transform: translateY(0.3rem);
    transform: translateY(0.3rem);
  }
  65% {
    -webkit-transform: translateY(-0.3rem);
    transform: translateY(-0.3rem);
  }
  80% {
    -webkit-transform: translateY(0.2rem);
    transform: translateY(0.2rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes swingV {
  15% {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  30% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  50% {
    -webkit-transform: translateY(0.3rem);
    transform: translateY(0.3rem);
  }
  65% {
    -webkit-transform: translateY(-0.3rem);
    transform: translateY(-0.3rem);
  }
  80% {
    -webkit-transform: translateY(0.2rem);
    transform: translateY(0.2rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes swingH {
  15% {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  30% {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
  50% {
    -webkit-transform: translateX(0.3rem);
    transform: translateX(0.3rem);
  }
  65% {
    -webkit-transform: translateX(-0.3rem);
    transform: translateX(-0.3rem);
  }
  80% {
    -webkit-transform: translateX(0.2rem);
    transform: translateX(0.2rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swingH {
  15% {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  30% {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
  50% {
    -webkit-transform: translateX(0.3rem);
    transform: translateX(0.3rem);
  }
  65% {
    -webkit-transform: translateX(-0.3rem);
    transform: translateX(-0.3rem);
  }
  80% {
    -webkit-transform: translateX(0.2rem);
    transform: translateX(0.2rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.mdl-breadcrumb {
  height: 4.2rem;
  width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 3.21;
  letter-spacing: normal;
  color: #ffffff;
  z-index: 1;
  background-color: transparent;
}
.mdl-breadcrumb.sticky {
  position: fixed;
  top: 20.6rem;
  z-index: 4;
}
@media (max-width: 1024px) {
  .mdl-breadcrumb.sticky {
    top: 10.7rem;
  }
}
.mdl-breadcrumb.sticky2 {
  position: fixed;
  top: 26.6rem;
  z-index: 4;
}
@media (max-width: 1024px) {
  .mdl-breadcrumb.sticky2 {
    top: 6.7rem;
  }
}
.mdl-breadcrumb.sticky-sinhero {
  position: fixed;
  top: 20.6rem;
  z-index: 4;
}
@media (max-width: 1440px) {
  .mdl-breadcrumb.sticky-sinhero {
    top: 10.9rem;
  }
}
.mdl-breadcrumb.topofertas {
  top: 17rem;
}
.mdl-breadcrumb .first {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 1rem 0 6.8rem;
}
@media (max-width: 1024px) {
  .mdl-breadcrumb .first {
    margin: 0 1rem 0 3.4rem;
  }
}
.mdl-breadcrumb > a,
.mdl-breadcrumb > div {
  margin: 0 0.8rem;
}
@media (max-width: 769px) {
  .mdl-breadcrumb {
    display: none !important;
  }
}

.img-ml {
  margin-left: 0.8rem;
}
.img-mr {
  margin-right: 0.8rem;
}
.row {
  display: flex;
  flex-direction: row;
}
.col {
  display: flex;
  flex-direction: column;
}
.hide-ipad {
  display: flex;
}
@media (max-width: 769px) {
  .hide-ipad {
    display: none !important;
  }
}
.hide-mobile {
  display: flex;
}
@media (max-width: 551px) {
  .hide-mobile {
    display: none !important;
  }
}
.show-mobile {
  display: none;
}
@media (max-width: 551px) {
  .show-mobile {
    display: flex !important;
  }
}
.w400 {
  font-weight: 400;
}
.w500 {
  font-weight: 500;
}
.w600 {
  font-weight: 600;
}
.title1 {
  font-family: "Montserrat";
  font-size: 5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .title1 {
    font-size: 4rem;
  }
}
@media (max-width: 769px) {
  .title1 {
    font-size: 3rem;
  }
}
.title2 {
  font-family: "Montserrat";
  font-size: 4.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .title2 {
    font-size: 4rem;
  }
}
@media (max-width: 551px) {
  .title2 {
    font-size: 3.5rem;
  }
}
.title3 {
  font-family: "Montserrat";
  font-size: 3.1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
.subtitle1 {
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
.subtitle2 {
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
@media (max-width: 1025px) {
  .subtitle2 {
    font-size: 1.7rem;
  }
}
.italic {
  font-family: "Montserrat";
  font-size: 1.8rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: normal;
}
@media (max-width: 551px) {
  .italic {
    font-size: 1.7rem;
  }
}
.text17-20 {
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media (max-width: 1025px) {
  .text17-20 {
    font-size: 2rem;
  }
}
.text17-18 {
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media (max-width: 1025px) {
  .text17-18 {
    font-size: 1.8rem;
    font-weight: medium;
  }
}
section.headerblog {
  height: 333px;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 1220px;
}
@media screen and (max-width: 767px) {
  section.headerblog {
    height: 180px;
  }
}
.panel_blog .rsArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "dunas";
  transition: none !important;
}
@media (max-width: 1025px) {
  .panel_blog .rsArrow {
    display: none !important;
  }
}
.panel_blog .rsArrow.rsArrowLeft {
  left: 2rem;
}
.panel_blog .rsArrow.rsArrowLeft:before {
  content: "d";
}
.panel_blog .rsArrow.rsArrowRight {
  right: 2rem;
}
.panel_blog .rsArrow.rsArrowRight:before {
  content: "f";
}
.panel_blog .int .cap {
  bottom: 106px;
}
.panel_blog .int .bx-controls {
  top: 0;
  margin-top: 0;
  bottom: 0;
}
.panel_blog .m-sharing {
  display: flex;
  vertical-align: middle;
}
@media (max-width: 551px) {
  .panel_blog .m-sharing {
    margin-bottom: 3rem;
  }
}
.panel_blog .m-flagstitle {
  font-size: 14px;
  line-height: 1.43;
}
.panel_blog .m-flags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.panel_blog .m-flags a {
  width: 20px;
  height: 20px;
  margin-left: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.panel_blog .m-flags a:before {
  vertical-align: middle;
}
@media (max-width: 551px) {
  .panel_blog .m-flags a.fa-whatsapp {
    display: flex;
  }
}
.panel_blog .bx-wrapper .bx-viewport {
  /*height: auto !important;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
}
.panel_blog .bx-wrapper .bx-controls-direction a {
  text-indent: inherit;
  font-size: 20px;
  color: #fff;
  display: block;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  text-align: center;
  background-image: none;
}
.panel_blog section.blog {
  max-width: 122rem;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0;
  background-color: black;
}
.panel_blog section.blog .m-back {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 2rem;
  color: #fff;
}
.panel_blog section.blog .m-back i {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  margin-right: 5px;
  background-color: #000;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
.panel_blog section.blog .m-h1 {
  font-size: 4.5rem;
  line-height: 1.11;
  letter-spacing: -1px;
  display: block;
  margin-bottom: 20px;
}
.panel_blog section.blog .m-cats {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.73;
  margin-bottom: 1.8rem;
  text-transform: uppercase;
}
.panel_blog section.blog .m-cats span {
  display: inline-block;
  background-color: #aa0128;
  padding: 0 0.7rem;
  margin-right: 0.7rem;
}
.panel_blog section.blog .filters.top .boxes .box {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 40px 0;
}
.panel_blog section.blog .filters.top .boxes .box .cats-container {
  display: flex;
  flex-direction: column;
  border: 0.2rem solid white;
  background-color: black;
}
.panel_blog section.blog .filters.top .boxes .box .cats-container .categoria {
  background-color: black;
}
.panel_blog section.blog .filters.top .boxes .box .cats-container .categoria div {
  margin-right: 5px;
}
.panel_blog section.blog .filters.top .boxes .box .cats-container .categoria div a {
  font-size: 1.8rem;
  line-height: 3.8rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .panel_blog section.blog .filters.top {
    display: none;
  }
}
.panel_blog section.blog .filters.mobile {
  display: none;
}
@media (max-width: 767px) {
  .panel_blog section.blog .filters.mobile {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .panel_blog section.blog .filters.mobile select {
    width: 100%;
    padding: 10px 0 10px 0;
    font-size: 18px;
    border: 1px solid #ccc;
    margin: 0 0 20px 0;
  }
}
.panel_blog section.blog .fecha_blog {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 30px;
  margin-top: 2.9rem;
}
.panel_blog section.blog .feed {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.panel_blog section.blog .feed.detalle_blog {
  font-size: 40px;
  line-height: 1.13;
  color: #fff;
}
@media (max-width: 959px) {
  .panel_blog section.blog .feed.detalle_blog {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .panel_blog section.blog .feed.detalle_blog {
    font-size: 20px;
    line-height: 1.11;
  }
}
.panel_blog section.blog .feed a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 106px;
  border: 1px solid #a7a8aa;
  border-radius: 2px;
  color: #ff6300;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.panel_blog section.blog .feed a i {
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}
@media (max-width: 551px) {
  .panel_blog section.blog .feed a {
    line-height: 40px;
    height: 40px;
    width: auto;
    font-size: 16px;
    padding: 0 20px;
  }
}
.panel_blog section.blog .feed a.home {
  color: #243138;
}
.panel_blog section.blog .feed a.rssb {
  color: #ff6600;
  text-transform: uppercase;
}
.panel_blog section.blog .label {
  line-height: 26px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 10px;
  margin-right: 8px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
}
.panel_blog section.blog .cat {
  line-height: 24px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 10px;
  color: white;
  /* border: 1px solid #9ca5a9; */
  margin-right: 8px;
  text-decoration: none;
  background-color: #aa0128;
}
.panel_blog section.blog .cat:hover {
  background-color: #9ca5a9;
  color: #fff;
}
.panel_blog section.blog .princ {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 26px;
  z-index: 0;
  position: relative;
}
@media (max-width: 551px) {
  .panel_blog section.blog .princ {
    margin-bottom: 0;
  }
}
.panel_blog section.blog .princ .web {
  display: none;
}
.panel_blog section.blog .princ article {
  position: relative;
  display: block;
  overflow: hidden;
}
.panel_blog section.blog .princ article .img-blog {
  position: relative;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0 15px 20px -15px rgba(40, 58, 89, 0.5);
}
.panel_blog section.blog .princ article .text {
  position: absolute;
  text-align: left;
  left: 40px;
  right: 40px;
  bottom: 40px;
  color: #ffffff;
  font-size: 28px;
  line-height: 33px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.panel_blog section.blog .princ article .text .titulo {
  display: block;
  color: #ffffff;
  font-size: 28px;
  line-height: 33px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.panel_blog section.blog .princ article .text .contenido {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.panel_blog section.blog .princ article img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.panel_blog section.blog .princ article .sombra {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.panel_blog section.blog .princ div.small {
  width: calc(33.333% - 16px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
.panel_blog section.blog .princ div.small .tags {
  position: absolute;
  z-index: 2;
  background-color: #83d7ed;
  padding: 8px 8px 8px 8px;
  top: 30px;
  left: 30px;
}
.panel_blog section.blog .princ div.small .tags a {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  margin-right: 5px;
}
.panel_blog section.blog .princ div.small .filters .destacados article {
  margin-bottom: 28px;
}
.panel_blog section.blog .princ div.small .filters .destacados article a:hover {
  text-decoration: none;
}
.panel_blog section.blog .princ div.small .filters .destacados article div.princ {
  position: relative;
}
.panel_blog section.blog .princ div.small .filters .destacados article div.princ img {
  width: 100%;
  min-width: 100%;
}
.panel_blog section.blog .princ div.small .filters .destacados article div.princ:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.panel_blog section.blog .princ div.small .filters .destacados article div.princ .info {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  color: #fff;
  text-align: left;
}
.panel_blog section.blog .princ div.small .filters .destacados article div.princ .info h3 {
  font-size: 30px;
  line-height: 1.18;
}
.panel_blog section.blog .princ div.small .filters #register {
  display: none;
}
.panel_blog section.blog .princ div.small .filters .register {
  position: relative;
}
.panel_blog section.blog .princ div.small .filters .register img {
  width: 100%;
  min-width: 100%;
}
.panel_blog section.blog .princ div.small .filters .register > div {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.panel_blog section.blog .princ div.small .filters .register > div > div {
  width: 100%;
  font-size: 30px;
  line-height: 35px;
}
.panel_blog section.blog .princ div.small .filters .register > div a {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  background-color: #00cccc;
  line-height: 55px;
  padding: 0 35px;
  border-radius: 6px;
  margin-top: 16px;
  font-size: 14px;
}
.panel_blog section.blog .princ div.small .filters .register > div a:hover {
  color: #00cccc;
  background-color: #fff;
  text-decoration: none;
}
.panel_blog section.blog .princ div.small .filters .item-suscribe {
  margin-bottom: 35px;
}
.panel_blog section.blog .princ div.small .filters .item-suscribe #email-newsletter-blog {
  border: 1px solid #83d7ed;
}
.panel_blog section.blog .princ div.small article .text {
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.panel_blog section.blog .princ div.small article .text .titulo {
  color: #ffffff;
  font-size: 28px;
  line-height: 33px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.panel_blog section.blog .princ div.small article .text .contenido {
  display: none;
}
.panel_blog section.blog .defaultarticle {
  margin-bottom: 26px;
}
.panel_blog section.blog .defaultarticle .img-blog {
  position: relative;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 15px 20px -15px rgba(40, 58, 89, 0.5);
}
.panel_blog section.blog .defaultarticle img {
  width: 100%;
  max-width: 100%;
}
.panel_blog section.blog .defaultarticle .texto {
  display: flex;
  flex-wrap: wrap;
  padding: 1.7rem 0;
  text-align: left;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}
.panel_blog section.blog .defaultarticle .texto .tags {
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
.panel_blog section.blog .defaultarticle .texto .resumen {
  align-self: flex-end;
}
.panel_blog section.blog .defaultarticle .texto .resumen .titulo {
  font-size: 18px;
  line-height: 1.28;
  display: block;
  margin-bottom: 13px;
}
.panel_blog section.blog .defaultarticle .texto .resumen .m-resume {
  /*
              font-size: 18px;
              line-height: 1.28;
              
              color: #fff000;
              height: 69px;
              overflow: hidden;
              margin-bottom: 26px;*/
  display: none;
}
.panel_blog section.blog .defaultarticle .texto .resumen .fecha {
  font-size: 14px;
  line-height: 1.43;
  color: rgba(255, 255, 255, 0.53);
}
.panel_blog section.blog .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.panel_blog section.blog .list .titular {
  width: 100%;
  height: 57px;
  text-align: left;
}
.panel_blog section.blog .list .titular > div {
  display: inline-block;
  font-size: 33px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.panel_blog section.blog .list .titular > div:after {
  content: " ";
  height: 3px;
  bottom: -3px;
  position: absolute;
  left: 0;
  right: 0;
}
.panel_blog section.blog .list .detalle {
  width: calc(66.666% - 86px);
}
.panel_blog section.blog .list .detalle article {
  margin-bottom: 26px;
  border: 0;
  color: #fff;
  box-shadow: none;
}
.panel_blog section.blog .list .detalle article .img-blog {
  position: relative;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 15px 20px -15px rgba(40, 58, 89, 0.5);
}
.panel_blog section.blog .list .detalle article img {
  width: 100%;
  max-width: 100%;
}
.panel_blog section.blog .list .detalle article .texto {
  display: flex;
  flex-wrap: wrap;
  padding: 1.7rem 0;
  text-align: left;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}
.panel_blog section.blog .list .detalle article .texto .tags {
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
.panel_blog section.blog .list .detalle article .texto .resumen {
  align-self: flex-end;
}
.panel_blog section.blog .list .detalle article .texto .resumen .titulo {
  font-size: 18px;
  line-height: 1.28;
  display: block;
  margin-bottom: 13px;
}
.panel_blog section.blog .list .detalle article .texto .resumen .m-resume {
  /*
              font-size: 18px;
              line-height: 1.28;
              
              color: #fff000;
              height: 69px;
              overflow: hidden;
              margin-bottom: 26px;*/
  display: none;
}
.panel_blog section.blog .list .detalle article .texto .resumen .fecha {
  font-size: 14px;
  line-height: 1.43;
  color: rgba(255, 255, 255, 0.53);
}
.panel_blog section.blog .list .detalle article .m-cats {
  margin-top: 4.8rem;
  font-size: 14px;
  line-height: 1.43;
  color: #fff;
  margin-bottom: 9px;
}
.panel_blog section.blog .list .detalle article .fecha {
  font-size: 14px;
  line-height: 1.43;
  color: #fff;
}
.panel_blog section.blog .list .detalle article .galeria {
  margin-bottom: 28px;
}
.panel_blog section.blog .list .detalle article .galeria .bx-wrapper {
  position: relative;
}
.panel_blog section.blog .list .detalle article .galeria .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
  color: transparent;
  right: 60px;
  top: 50%;
}
.panel_blog section.blog .list .detalle article .galeria .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
  color: transparent;
  right: -1px;
  top: 50%;
}
.panel_blog section.blog .list .detalle article .galeria .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before,
.panel_blog section.blog .list .detalle article .galeria .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
  width: 20px;
  height: 20px;
  text-indent: -999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 20px auto;
  content: " ";
}
.panel_blog section.blog .list .detalle article .galeria .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
  background-image: url(/content/imgs/arrow-right@2x.png);
}
.panel_blog section.blog .list .detalle article .galeria .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before {
  background-image: url(/content/imgs/arrow-left@2x.png);
}
.panel_blog section.blog .list .detalle article .caption {
  font-size: 13px;
}
.panel_blog section.blog .list .detalle article .caption img {
  display: block;
}
.panel_blog section.blog .list .detalle article img {
  height: auto;
  width: auto;
  margin: 0;
}
.panel_blog section.blog .list .detalle article .texto {
  padding: 0;
  text-align: left;
}
.panel_blog section.blog .list .detalle article .texto h3 {
  font-size: 33px;
  line-height: 40px;
  font-weight: normal;
}
.panel_blog section.blog .list .detalle article .texto .tags {
  padding-top: 8px;
}
.panel_blog section.blog .list .detalle article .texto .resumen {
  padding-top: 20px;
  font-size: 15px;
  line-height: 1.28;
  color: #fff;
}
.panel_blog section.blog .list .detalle article .texto .resumen a {
  color: #009bc2;
  text-decoration: underline;
}
.panel_blog section.blog .list .detalle article .texto .ampliado {
  padding-top: 20px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  color: #fff;
}
.panel_blog section.blog .list .detalle article .texto .ampliado iframe {
  margin: 30px 0 30px 0;
}
.panel_blog section.blog .list .detalle article .texto .ampliado h2 {
  margin-top: 25px;
  margin-bottom: 20px;
}
.panel_blog section.blog .list .detalle article .texto .ampliado h3 {
  margin-top: 15px;
  font-size: 24px;
}
.panel_blog section.blog .list .detalle article .texto .ampliado a {
  color: #009bc2;
  text-decoration: underline;
}
.panel_blog section.blog .list .detalle article .texto .video {
  padding-top: 20px;
  width: 100%;
  max-width: 560px;
}
.panel_blog section.blog .list .detalle article .texto .video iframe {
  width: 100%;
}
.panel_blog section.blog .list .detalle article .texto .galeriathumbs {
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: space-between;
  vertical-align: top;
  flex-wrap: wrap;
}
.panel_blog section.blog .list .detalle article .texto .galeriathumbs > div {
  margin-top: 10px;
  width: calc(33.333% - 6px);
}
.panel_blog section.blog .list .detalle article .texto .galeriathumbs > div img {
  width: 100%;
  min-width: 100%;
}
.panel_blog section.blog .list .detalle article .texto .filesblog {
  padding-top: 30px;
}
.panel_blog section.blog .list .detalle article .texto .filesblog a {
  display: inline-block;
  margin: 20px 20px 0 0;
  font-weight: 600;
  font-size: 14px;
  color: #444;
}
.panel_blog section.blog .list .detalle article .texto .filesblog a i {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 32px;
  color: #958ae9;
}
.panel_blog section.blog .list .detalle article .texto .enlaces {
  padding-top: 10px;
}
.panel_blog section.blog .list .detalle article .texto .enlaces a {
  letter-spacing: 3px;
  font-size: 16px;
  text-transform: uppercase;
  margin: 20px 20px 0 0;
}
.panel_blog section.blog .list .detalle article .texto .fecha {
  margin-top: 20px;
}
.panel_blog section.blog .list .detalle article .sharers {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.panel_blog section.blog .list .detalle article .sharers a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.panel_blog section.blog .list .detalle article .sharers a.facebook {
  background-color: #45619c;
}
.panel_blog section.blog .list .detalle article .sharers a.twitter {
  background-color: #00acee;
}
.panel_blog section.blog .list .detalle article .sharers a.google-plus {
  background-color: #dd4b39;
}
.panel_blog section.blog .list .detalle article .sharers a.linkedin {
  background-color: #1d87bd;
}
.panel_blog section.blog .list .detalle article .sharers a.whatsapp {
  display: none;
  background-color: #25d366;
}
@media (max-width: 767px) {
  .panel_blog section.blog .list .detalle article .sharers a.whatsapp {
    display: block;
  }
}
.panel_blog section.blog .list .articles {
  width: calc(66.666%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.panel_blog section.blog .list .articles article {
  width: calc(50% - 86px);
  margin-right: 86px;
  margin-bottom: 26px;
}
.panel_blog section.blog .list .articles article .img-blog {
  position: relative;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 15px 20px -15px rgba(40, 58, 89, 0.5);
}
.panel_blog section.blog .list .articles article img {
  width: 100%;
  max-width: 100%;
}
.panel_blog section.blog .list .articles article .texto {
  display: flex;
  flex-wrap: wrap;
  padding: 1.7rem 0;
  text-align: left;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}
.panel_blog section.blog .list .articles article .texto .tags {
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
.panel_blog section.blog .list .articles article .texto .resumen {
  align-self: flex-end;
}
.panel_blog section.blog .list .articles article .texto .resumen .titulo {
  font-size: 18px;
  line-height: 1.28;
  display: block;
  margin-bottom: 13px;
}
.panel_blog section.blog .list .articles article .texto .resumen .m-resume {
  /*
              font-size: 18px;
              line-height: 1.28;
              
              color: #fff000;
              height: 69px;
              overflow: hidden;
              margin-bottom: 26px;*/
  display: none;
}
.panel_blog section.blog .list .articles article .texto .resumen .fecha {
  font-size: 14px;
  line-height: 1.43;
  color: rgba(255, 255, 255, 0.53);
}
.panel_blog section.blog .list .articles article img {
  cursor: pointer;
  display: block;
}
.panel_blog section.blog .list .filters {
  width: calc(33.333% - 10px);
}
.panel_blog section.blog .list .filters .box {
  margin-bottom: 43px;
}
.panel_blog section.blog .list .filters .box.mobile {
  display: none;
}
@media (max-width: 767px) {
  .panel_blog section.blog .list .filters .box.mobile {
    display: block;
  }
}
.panel_blog section.blog .list .filters .box h3 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.18;
}
.panel_blog section.blog .list .filters .box h3.mobile {
  display: none;
}
.panel_blog section.blog .list .filters .box .cats-container {
  display: flex;
  flex-direction: column;
  border: 0.2rem solid white;
  background-color: black;
  width: 100%;
  align-items: stretch;
  justify-content: flex-start;
}
.panel_blog section.blog .list .filters .box .cats-container .categoria {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.panel_blog section.blog .list .filters .box .cats-container .categoria:not(:last-child) {
  border-bottom: 0.1rem solid white;
}
.panel_blog section.blog .list .filters .box .cats-container .categoria a {
  display: block;
  padding-left: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  font-size: 17px;
  line-height: 1.29;
}
.panel_blog section.blog .list .filters .box .cats-container i {
  display: block;
  min-width: 45px;
  line-height: 45px;
  margin-bottom: 3px;
  font-size: 17px;
  line-height: 1.29;
}
.panel_blog section.blog .list .filters .box .cats-container.categoria:not(:last-child) {
  border-bottom: 0.1rem solid white;
}
.panel_blog section.blog .list .filters .box .cats-container.categoria i {
  min-width: 43px;
  border-bottom: 0;
  text-align: center;
  font-size: 17px;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1;
}
.panel_blog section.blog .list .filters .box .cats-container.categoria:hover i {
  background-color: #fcf0ed;
}
.panel_blog section.blog .list .filters .box .cats-container.categoria:hover a,
.panel_blog section.blog .list .filters .box .cats-container.categoria.active a,
.panel_blog section.blog .list .filters .box .cats-container.categoria:hover i,
.panel_blog section.blog .list .filters .box .cats-container.categoria.active i {
  color: #e56a54;
  position: relative;
  background-color: #fcf0ed;
  text-decoration: none;
}
.panel_blog section.blog .list .filters .destacados article {
  background-color: #fff;
  box-shadow: 4px 3px 12px 0px #ccc;
  margin-bottom: 28px;
}
.panel_blog section.blog .list .filters .destacados article a:hover {
  text-decoration: none;
}
.panel_blog section.blog .list .filters .destacados article div.princ {
  position: relative;
}
.panel_blog section.blog .list .filters .destacados article div.princ img {
  width: 100%;
  min-width: 100%;
}
.panel_blog section.blog .list .filters .destacados article div.princ:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.panel_blog section.blog .list .filters .destacados article div.princ .info {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  color: #fff;
  text-align: left;
}
.panel_blog section.blog .list .filters .destacados article div.princ .info h3 {
  font-weight: normal;
  font-size: 28px;
  line-height: 1.18;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.panel_blog section.blog .list .filters #register {
  display: none;
}
.panel_blog section.blog .list .filters .register {
  position: relative;
}
.panel_blog section.blog .list .filters .register img {
  width: 100%;
  min-width: 100%;
}
.panel_blog section.blog .list .filters .register > div {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.panel_blog section.blog .list .filters .register > div > div {
  width: 100%;
  font-size: 30px;
  line-height: 35px;
}
.panel_blog section.blog .list .filters .register > div a {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  background-color: #00cccc;
  line-height: 55px;
  padding: 0 35px;
  border-radius: 6px;
  margin-top: 16px;
  font-size: 14px;
}
.panel_blog section.blog .list .filters .register > div a:hover {
  color: #00cccc;
  background-color: #fff;
  text-decoration: none;
}
.panel_blog section.blog .list.no_destacados .articles {
  width: 100%;
}
.panel_blog section.blog .list.no_destacados .articles article {
  width: calc(33.33% - 10px);
}
@media (max-width: 959px) {
  .panel_blog section.blog .list.no_destacados .articles article {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .panel_blog section.blog .list.no_destacados .articles article {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .panel_blog section.blog {
    padding: 40px 20px;
    box-sizing: border-box;
  }
  .panel_blog section.blog .list .filters .destacados article div.princ .info {
    max-height: 86px;
    overflow: hidden;
  }
  .panel_blog section.blog .list .filters .destacados article div.princ .info .precio {
    font-size: 24px;
    line-height: 28px;
  }
  .panel_blog section.blog .list .filters .destacados article div.princ .info .precio .desde {
    font-size: 16px;
    line-height: 20px;
  }
  .panel_blog section.blog .list .filters .destacados article div.princ .info .subtitulo {
    font-size: 24px;
    line-height: 28px;
  }
  .panel_blog section.blog .list .filters .register > div > div {
    font-size: 24px;
    line-height: 28px;
  }
  .panel_blog section.blog .list .filters .register > div a {
    line-height: 34px;
  }
}
@media screen and (max-width: 1023px), (max-height: 768px) {
  .panel_blog section.blog .princ div.small {
    width: calc(50% - 40px);
    display: flex;
    margin-right: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 26px;
  }
  .panel_blog section.blog .princ div.small .tags {
    position: relative;
    background-color: transparent;
    padding: 0;
    top: 0;
    right: 0;
    left: 0;
  }
  .panel_blog section.blog .princ div.small .small {
    display: none;
  }
  .panel_blog section.blog .princ div.small .web {
    width: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    align-self: stretch;
    margin-bottom: 26px;
  }
  .panel_blog section.blog .princ div.small .web .img-blog {
    position: relative;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 15px 20px -15px rgba(40, 58, 89, 0.5);
  }
  .panel_blog section.blog .princ div.small .web img {
    width: 100%;
    max-width: 100%;
  }
  .panel_blog section.blog .princ div.small .web .texto {
    display: flex;
    flex-wrap: wrap;
    padding: 1.7rem 0;
    text-align: left;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
  }
  .panel_blog section.blog .princ div.small .web .texto .tags {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .panel_blog section.blog .princ div.small .web .texto .resumen {
    align-self: flex-end;
  }
  .panel_blog section.blog .princ div.small .web .texto .resumen .titulo {
    font-size: 18px;
    line-height: 1.28;
    display: block;
    margin-bottom: 13px;
  }
  .panel_blog section.blog .princ div.small .web .texto .resumen .m-resume {
    /*
              font-size: 18px;
              line-height: 1.28;
              
              color: #fff000;
              height: 69px;
              overflow: hidden;
              margin-bottom: 26px;*/
    display: none;
  }
  .panel_blog section.blog .princ div.small .web .texto .resumen .fecha {
    font-size: 14px;
    line-height: 1.43;
    color: rgba(255, 255, 255, 0.53);
  }
  .panel_blog section.blog .princ div.small .web img {
    cursor: pointer;
  }
  .panel_blog section.blog .princ div.small .filters {
    width: 100%;
  }
  .panel_blog section.blog .princ div.small .filters .destacados {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .panel_blog section.blog .sec article {
    width: calc(50% - 10px);
  }
  .panel_blog section.blog .list .articles article {
    width: calc(50% - 40px);
    margin-right: 40px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px), (max-height: 768px) and (max-width: 767px) {
  .panel_blog section.blog .princ div.small .web {
    width: 100%;
  }
}
@media (max-width: 551px) {
  .panel_blog section.blog .list .articles article {
    width: calc(100% - 20px);
    margin-right: 20px;
  }
  .panel_blog section.blog .list .articles article .texto .resumen .titulo,
  .panel_blog section.blog .list .articles article .texto .resumen .m-resume {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .panel_blog section.blog .princ article .text {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .panel_blog section.blog .princ article .text .titulo {
    font-size: 22px;
    line-height: 25px;
  }
  .panel_blog section.blog .princ article .text .contenido {
    display: none;
  }
  .panel_blog section.blog .princ div.small article {
    width: 100%;
  }
  .panel_blog section.blog .sec article {
    width: 100%;
  }
  .panel_blog section.blog .list {
    position: relative;
    flex-direction: column-reverse;
  }
  .panel_blog section.blog .list .titular {
    margin-top: 5px;
  }
  .panel_blog section.blog .list .articles {
    width: 100%;
    margin-top: 0;
  }
  .panel_blog section.blog .list .articles article {
    width: 100%;
    margin-right: 0;
  }
  .panel_blog section.blog .list .detalle {
    width: 100%;
  }
  .panel_blog section.blog .list .detalle article .texto .galeriathumbs > div {
    width: calc(50% - 6px);
  }
  .panel_blog section.blog .list .filters {
    width: 100%;
    z-index: 0;
  }
  .panel_blog section.blog .list .filters .boxes .box {
    margin-bottom: 0;
  }
  .panel_blog section.blog .list .filters .boxes .box.categories {
    position: absolute;
    left: 0;
    right: 0;
  }
  .panel_blog section.blog .list .filters .boxes .box > div {
    display: none;
  }
  .panel_blog section.blog .list .filters .boxes .box > div > div,
  .panel_blog section.blog .list .filters .boxes .box > div i {
    margin-bottom: 0;
  }
  .panel_blog section.blog .list .filters .boxes .box h3 {
    display: none;
  }
  .panel_blog section.blog .list .filters .boxes .box h3.mobile {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 57px;
    border: 0.2rem solid white;
  }
  .panel_blog section.blog .list .filters .boxes .box h3.mobile i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
  }
  .panel_blog section.blog .list .filters .boxes .box h3.mobile i.fa-angle-up {
    display: none;
  }
  .panel_blog section.blog .list .filters .boxes.open .box > div {
    display: flex;
  }
  .panel_blog section.blog .list .filters .boxes.open .box h3 i.fa-angle-up {
    display: block;
  }
  .panel_blog section.blog .list .filters .boxes.open .box h3 i.fa-angle-down {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .panel_blog .int .cap {
    bottom: 87px;
  }
}
.panel_blog section.formnewsletter {
  padding-top: 0;
  border: 0;
}
.panel_blog .mfp-content #register {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 620px;
}
.panel_blog .mfp-content #register button.mfp-close {
  margin-top: -38px;
}
.panel_blog .formu {
  background-color: #fff;
  padding: 20px 50px;
  width: 100%;
  box-sizing: border-box;
}
.panel_blog .formu .line .it {
  display: block;
  width: 100%;
  padding-left: 0;
}
.panel_blog .formu .footer {
  padding-left: 0;
}
.panel_blog .formu .footer > div button {
  right: 52px;
}
.panel_blog .box.search {
  display: block;
  margin-bottom: 40px;
}
.panel_blog .box.search.mobile {
  display: none;
}
.panel_blog .box.search form {
  display: flex;
  position: relative;
}
.panel_blog .box.search form input {
  height: 55px;
  border: 0.2rem solid white;
  line-height: 55px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 19px 0 50px;
  font-size: 14px;
}
.panel_blog .box.search form input::-moz-placeholder {
  opacity: 1;
}
.panel_blog .box.search form button {
  color: #fff;
  font-size: 22px;
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .panel_blog .box.search {
    margin-bottom: 20px;
  }
}
.panel_blog .noresults {
  display: flex;
  text-align: left;
  margin-bottom: 20px;
  font-size: 3.3rem;
  line-height: 1;
  letter-spacing: -1px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.panel_blog .boxselect {
  display: none;
  padding: 0;
  margin: 18px 0;
}
@media screen and (max-width: 767px) {
  .panel_blog .boxselect {
    display: flex;
  }
}
.panel_blog .boxselect select {
  width: 100%;
  box-sizing: border-box;
  height: 57px;
  line-height: 57px;
  border-radius: 2px;
  background-color: #f3f5f8;
  padding: 0 17px;
  color: #fff;
  font-size: 17px;
}
#blogloader {
  display: none;
}

