@charset "UTF-8";
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
/* line 2, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 16, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 23, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
.slick-list:focus {
  outline: none;
}

/* line 25, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
.slick-list.dragging {
  cursor: hand;
}

/* line 28, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

/* line 32, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

/* line 37, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 41, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
.slick-track:after {
  clear: both;
}

/* line 43, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 46, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 50, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 52, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
.slick-slide img {
  display: block;
}

/* line 54, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
.slick-slide.slick-loading img {
  display: none;
}

/* line 57, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 59, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
.slick-initialized .slick-slide {
  display: block;
}

/* line 61, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 63, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 67, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_slick.sass */
.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: 'Merriweather';
  src: url("../fonts/merriweather-bold-webfont.eot");
  src: url("../fonts/merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-bold-webfont.woff2") format("woff2"), url("../fonts/merriweather-bold-webfont.woff") format("woff"), url("../fonts/merriweather-bold-webfont.ttf") format("truetype"), url("../fonts/merriweather-bold-webfont.svg#merriweatherbold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Merriweather';
  src: url("../fonts/merriweather-italic-webfont.eot");
  src: url("../fonts/merriweather-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-italic-webfont.woff2") format("woff2"), url("../fonts/merriweather-italic-webfont.woff") format("woff"), url("../fonts/merriweather-italic-webfont.ttf") format("truetype"), url("../fonts/merriweather-italic-webfont.svg#merriweatheritalic") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Merriweather';
  src: url("../fonts/merriweather-light-webfont.eot");
  src: url("../fonts/merriweather-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-light-webfont.woff2") format("woff2"), url("../fonts/merriweather-light-webfont.woff") format("woff"), url("../fonts/merriweather-light-webfont.ttf") format("truetype"), url("../fonts/merriweather-light-webfont.svg#merriweatherlight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Econs';
  src: url("../fonts/ee_icon.eot?h9tvst");
  src: url("../fonts/ee_icon.eot?h9tvst#iefix") format("embedded-opentype"), url("../fonts/ee_icon.ttf?h9tvst") format("truetype"), url("../fonts/ee_icon.woff?h9tvst") format("woff"), url("../fonts/ee_icon.svg?h9tvst#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 5, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
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, em, 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, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* line 11, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

/* line 13, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
ol, ul {
  list-style: none;
}

/* line 15, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
blockquote, q {
  quotes: none;
}

/* line 18, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
blockquote::before, blockquote::after {
  content: none;
}

/* line 21, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
q::before, q::after {
  content: none;
}

/* line 23, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
html {
  overflow-x: hidden;
}

/* line 28, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
body {
  color: #000;
  font-size: 18px;
  font-family: "Merriweather", serif;
  overflow-x: hidden;
}

/* line 33, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
a {
  color: #ea0a0a;
  display: block;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 39, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
.deskDev a:hover {
  text-decoration: none;
  color: #000;
}

/* line 42, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
.deskDev a.active {
  color: #ea0a0a;
}

/* line 44, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
[class*="-body"] a, p a {
  display: inline;
}

/* line 46, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
img {
  display: block;
  height: auto;
}

/* line 50, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
#admin-menu {
  box-shadow: none;
  z-index: 9999999;
}

/* line 53, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
p {
  line-height: 30px;
}

/* line 55, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
* {
  box-sizing: border-box;
}

/* line 57, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
*:focus {
  outline: none;
  text-decoration: none;
}

/* line 65, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 69, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
.col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}

/* line 71, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
.col-lg-12 {
  width: 100%;
}

/* line 73, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
.col-lg-11 {
  width: 91.66666667%;
}

/* line 75, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
.col-lg-10 {
  width: 83.33333333%;
}

/* line 77, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
.col-lg-9 {
  width: 75%;
}

/* line 79, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
.col-lg-8 {
  width: 66.66666667%;
}

/* line 81, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
.col-lg-7 {
  width: 58.33333333%;
}

/* line 83, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
.col-lg-6 {
  width: 50%;
}

/* line 85, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
.col-lg-5 {
  width: 41.66666667%;
}

/* line 87, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
.col-lg-4 {
  width: 33.33333333%;
}

/* line 89, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
.col-lg-3 {
  width: 25%;
}

/* line 91, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
.col-lg-2 {
  width: 16.66666667%;
}

/* line 93, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
.col-lg-1 {
  width: 8.33333333%;
}

/* line 96, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (max-width: 1025px) {
  /* line 96, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_reset.sass */
  .col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    float: none;
    width: 100%;
  }
}

/* line 2, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header {
  width: 100%;
  background: #fff;
  border-bottom: 0px solid #9f0e12;
  top: -100px;
  z-index: 99;
  position: -webkit-sticky;
  position: sticky;
  transition: all 0.3s ease-in-out;
}

/* line 10, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header {
  max-width: 1360px;
  margin: 0 auto;
  background: #fff;
  z-index: 1;
  position: relative;
}

/* line 16, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo {
  width: auto;
  position: relative;
  display: inline-block;
}

@media (max-width: 768px) {
  /* line 16, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo {
    padding: 0;
    width: 100%;
    text-align: center;
  }
}

/* line 26, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .button_burger {
  width: 80px;
  height: 75px;
  vertical-align: top;
  display: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  /* line 26, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .button_burger {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    left: 0;
    display: block;
    margin-right: 0;
  }
}

/* line 42, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .button_burger .btn_lines {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

/* line 48, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .button_burger .btn_lines .line {
  width: 25px;
  height: 3px;
  margin-top: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

/* line 59, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .button_burger .btn_lines .line.l1 {
  transform: translate(-50%, -10px);
}

/* line 61, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .button_burger .btn_lines .line.l2 {
  transform: translate(-50%, -2.5px);
}

/* line 63, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .button_burger .btn_lines .line.l3 {
  transform: translate(-50%, 5px);
}

/* line 67, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .button_burger.open_menu .btn_lines {
  transform: rotate(180deg);
}

/* line 70, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .button_burger.open_menu .btn_lines .line.l1 {
  transform: translate(-50%, -3px) rotate(-45deg);
}

/* line 72, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .button_burger.open_menu .btn_lines .line.l2 {
  opacity: 0;
}

/* line 74, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .button_burger.open_menu .btn_lines .line.l3 {
  transform: translate(-50%, -3px) rotate(45deg);
}

/* line 77, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .logo-img {
  width: auto;
  display: inline-block;
  height: auto;
  padding: 10px 0px 10px 20px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  /* line 77, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .logo-img {
    padding: 10px 0 0;
  }
}

/* line 86, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .logo-img img {
  width: auto;
  height: auto;
  max-height: 55px;
}

@media (max-width: 768px) {
  /* line 86, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .logo-img img {
    max-height: 28px;
  }
}

/* line 93, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ee-custom-blocks-last-update {
  width: auto;
  display: inline-block;
}

@media (max-width: 1025px) {
  /* line 93, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ee-custom-blocks-last-update {
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  /* line 93, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ee-custom-blocks-last-update {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
  }
}

/* line 102, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ee-custom-blocks-last-update .publication-date {
  padding-left: 16px;
}

@media (max-width: 768px) {
  /* line 102, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ee-custom-blocks-last-update .publication-date {
    padding-left: 0;
    line-height: 1;
  }
}

/* line 107, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ee-custom-blocks-last-update .publication-date .date {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: capitalize;
  vertical-align: middle;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ee-custom-blocks-last-update .publication-date .date * {
  display: inline !important;
}

@media (max-width: 1025px) {
  /* line 107, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ee-custom-blocks-last-update .publication-date .date {
    color: #666666;
  }
}

/* line 117, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-search-api-page-content {
  display: inline-block;
  float: right;
  position: relative;
}

@media (max-width: 768px) {
  /* line 117, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-search-api-page-content {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* line 126, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-search-api-page-content form {
  position: relative;
  z-index: 3;
}

/* line 130, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-search-api-page-content form .form-item {
  width: 280px;
  height: 120px;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 75px;
  right: 0;
  transition: .3s;
  z-index: 1;
}

@media (max-width: 768px) {
  /* line 130, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-search-api-page-content form .form-item {
    width: 100vw;
    top: 63px;
  }
}

/* line 147, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-search-api-page-content form .form-item input.form-text {
  padding: 12px 18px;
  border-radius: 0;
  border: 0;
  background: #eeeeee;
  border-bottom: 2px solid #9f0e12;
  font-size: 1rem;
  color: #000;
  font-family: "Merriweather", serif;
}

/* line 157, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-search-api-page-content form .button_submit {
  width: 45px;
  height: 45px;
  margin: 15px 8px;
  display: inline-block;
  background-size: 40%;
  color: #1d1d1d;
  font-size: 1.5625rem;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  transition: .3s;
  position: relative;
  z-index: 10;
}

/* line 171, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-search-api-page-content form .button_submit:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  border: 3px solid #1d1d1d;
  position: absolute;
  left: calc(50% - 10.5px);
  top: calc(50% - 10.5px);
  box-sizing: initial !important;
  transition: all 0.3s ease-in-out;
}

/* line 184, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-search-api-page-content form .button_submit:after {
  content: '';
  width: 10px;
  height: 0px;
  display: block;
  border: none;
  border-bottom: 3px solid #1d1d1d;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  bottom: 15px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  /* line 157, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-search-api-page-content form .button_submit {
    width: 45px;
    height: 45px;
    margin: 0;
    border-left: none;
  }
}

/* line 203, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-search-api-page-content form .search_submit {
  position: absolute;
  top: 75px;
  visibility: hidden;
  opacity: 0;
  right: 0;
  width: 40px;
  height: 38px;
  background: #9f0e12 url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDI2OC44MzIgMjY4LjgzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjY4LjgzMiAyNjguODMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI2NS4xNzEsMTI1LjU3N2wtODAtODBjLTQuODgxLTQuODgxLTEyLjc5Ny00Ljg4MS0xNy42NzgsMGMtNC44ODIsNC44ODItNC44ODIsMTIuNzk2LDAsMTcuNjc4bDU4LjY2MSw1OC42NjFIMTIuNSAgIGMtNi45MDMsMC0xMi41LDUuNTk3LTEyLjUsMTIuNWMwLDYuOTAyLDUuNTk3LDEyLjUsMTIuNSwxMi41aDIxMy42NTRsLTU4LjY1OSw1OC42NjFjLTQuODgyLDQuODgyLTQuODgyLDEyLjc5NiwwLDE3LjY3OCAgIGMyLjQ0LDIuNDM5LDUuNjQsMy42NjEsOC44MzksMy42NjFzNi4zOTgtMS4yMjIsOC44MzktMy42NjFsNzkuOTk4LTgwQzI3MC4wNTMsMTM4LjM3MywyNzAuMDUzLDEzMC40NTksMjY1LjE3MSwxMjUuNTc3eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=") center center no-repeat;
  background-size: 50%;
  border-radius: 0;
  z-index: 1;
  transition: .3s;
}

@media (max-width: 768px) {
  /* line 203, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-search-api-page-content form .search_submit {
    top: 63px;
  }
}

/* line 220, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-search-api-page-content form .search_submit input[type="submit"] {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  color: transparent;
  text-indent: -9999px;
  position: relative;
  z-index: 2;
}

/* line 230, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-search-api-page-content form .search_submit input[type="submit"]:hover {
  background: none;
}

/* line 234, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-search-api-page-content form.open .search_submit,
header.l-header .l-region.l-region--header #block-search-api-page-content form.open .form-item {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

/* line 240, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-search-api-page-content form.open .button_submit:before {
  width: 26px;
  height: 0px;
  border-radius: 0;
  border: none;
  border-bottom: 3px solid #1d1d1d;
  transform: rotate(45deg);
  left: calc(50% - 13.5px);
  top: calc(50% - 1.5px);
}

/* line 249, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-search-api-page-content form.open .button_submit:after {
  width: 26px;
  height: 0px;
  border: none;
  border-bottom: 3px solid #1d1d1d;
  transform: rotate(-45deg);
  right: auto;
  bottom: auto;
  left: calc(50% - 13.5px);
  top: calc(50% - 1.5px);
}

/* line 260, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks {
  width: auto;
  display: inline-block;
  float: right;
}

@media (max-width: 768px) {
  /* line 260, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks {
    float: none;
    width: 100%;
    background: #000000;
    display: none;
  }
}

/* line 270, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks {
  margin: 20px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1025px) {
  /* line 270, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks {
    text-align: center;
    width: calc(100% - 120px);
  }
}

@media (max-width: 768px) {
  /* line 270, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks {
    width: 100%;
    margin: 10px 0;
    text-align: left;
    padding-left: 20px;
  }
}

/* line 282, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks span {
  font-size: 0.875rem;
  color: #646464;
  display: none;
}

@media (max-width: 768px) {
  /* line 282, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks span {
    vertical-align: middle;
    color: #ffffff;
    display: inline-block;
  }
}

/* line 290, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul {
  display: inline-block;
}

@media (max-width: 1025px) {
  /* line 290, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul {
    text-align: center;
    max-height: 35px;
    overflow: hidden;
    vertical-align: middle;
  }
}

/* line 297, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

@media (max-width: 1025px) {
  /* line 297, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li {
    margin: 0 3px;
  }
}

/* line 304, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #999999;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (max-width: 768px) {
  /* line 315, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-facebook {
    background: #3b579e;
  }
}

/* line 318, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-facebook:hover {
  background: #3b579e;
}

@media (max-width: 768px) {
  /* line 321, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-twitter {
    background: #00b1ec;
  }
}

/* line 324, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-twitter:hover {
  background: #00b1ec;
}

@media (max-width: 768px) {
  /* line 327, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-instagram {
    background: #125688;
  }
}

/* line 330, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-instagram:hover {
  background: #125688;
}

@media (max-width: 768px) {
  /* line 333, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-youtube-play, header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-youtube {
    background: #cd1724;
  }
}

/* line 337, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-youtube-play:hover, header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-youtube:hover {
  background: #cd1724;
}

@media (max-width: 768px) {
  /* line 340, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-whatsapp {
    background: #34af23;
  }
}

/* line 343, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-whatsapp:hover {
  background: #34af23;
}

@media (max-width: 768px) {
  /* line 346, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-linkedin {
    background: #0177b5;
  }
}

/* line 349, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-linkedin:hover {
  background: #0177b5;
}

@media (max-width: 768px) {
  /* line 352, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-pinterest {
    background: #bd081c;
  }
}

/* line 355, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-pinterest:hover {
  background: #bd081c;
}

@media (max-width: 768px) {
  /* line 358, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-google-plus {
    background: #e43d00;
  }
}

/* line 361, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i.fa-google-plus:hover {
  background: #e43d00;
}

/* line 364, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a i:hover {
  background: transparent;
}

/* line 366, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks ul li a span {
  display: none;
}

/* line 369, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login {
  display: inline-block;
  float: right;
  position: relative;
}

@media (max-width: 480px) {
  /* line 369, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login {
    float: none;
    display: none;
    width: 100%;
  }
}

/* line 377, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login {
  margin: 20px 0 0;
}

@media (max-width: 480px) {
  /* line 377, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login {
    margin: 0;
  }
}

/* line 382, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .login a.btn-login {
  display: inline-block;
  vertical-align: middle;
  background: #000;
  color: #fff;
  font-size: 0.75rem;
  width: 110px;
  height: 35px;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
  transition: .3s;
}

@media (max-width: 480px) {
  /* line 382, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .login a.btn-login {
    font-size: 0.9375rem;
    line-height: 2.8125rem;
    width: 100%;
    height: auto;
    padding: 0;
    padding-left: 20px;
    text-align: left;
    background: #161616;
    border: none;
    border-bottom: 1px solid #646464;
  }
}

/* line 407, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .login a.btn-login:hover {
  border: 1px solid #d1d1d1;
  background: #f3f3f3;
  color: #000;
}

/* line 415, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .user-data .name-user {
  display: block;
  vertical-align: middle;
  background: #000;
  color: #fff;
  font-size: 0.75rem;
  width: 110px;
  height: 35px;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #646464;
}

@media (max-width: 480px) {
  /* line 415, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .user-data .name-user {
    font-size: 1rem !important;
    line-height: 2.8125rem;
    width: 100%;
    height: auto;
    padding: 0;
    padding-left: 20px;
    text-align: left;
    /*background: #161616*/
    background: #303030;
    border: none;
    border-bottom: 1px solid #646464;
  }
  /* line 440, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .user-data .name-user:after {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    right: 24px;
    top: calc(50% - 14px);
    display: inline-block;
    vertical-align: middle;
    border-top: solid 1px transparent;
    border-bottom: solid 1px #ea0809;
    border-left: solid 1px #ea0809;
    border-right: solid 1px transparent;
    transform: rotate(-45deg) translate(11px, 7px);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  }
}

/* line 459, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .user-data .hidden-menu {
  display: block;
  vertical-align: middle;
  background: #fff;
  color: #000;
  border: 1px solid #d1d1d1;
  font-size: 0.75rem;
  width: 110px;
  height: auto;
  max-height: 0px;
  padding: 0 5px;
  text-align: center;
  transition: .3s;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}

@media (max-width: 480px) {
  /* line 459, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .user-data .hidden-menu {
    width: 100%;
    height: auto;
    padding: 0;
    padding-left: 20px;
    text-align: left;
    background: #161616;
    border: none;
    opacity: 0;
    display: none;
  }
}

/* line 487, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .user-data .hidden-menu ol li a {
  display: block;
  padding: 5px;
  color: #000;
  border: 1px solid transparent;
  background: transparent;
  transition: .3s;
}

/* line 495, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .user-data .hidden-menu ol li a:hover {
  border: 1px solid #d1d1d1;
  background: #f3f3f3;
}

@media (max-width: 480px) {
  /* line 495, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .user-data .hidden-menu ol li a:hover {
    border: 1px solid transparent;
    background: transparent;
  }
}

/* line 503, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .user-data:hover .hidden-menu {
  max-height: 100px;
  visibility: visible;
  padding: 5px 5px;
  position: absolute;
}

@media (max-width: 480px) {
  /* line 503, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .user-data:hover .hidden-menu {
    max-height: 0px;
    visibility: hidden;
    padding: 0px;
  }
}

/* line 515, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .user-data.active .hidden-menu {
  max-height: 300px;
  visibility: visible;
  padding: 0;
  position: relative;
  opacity: 1;
  display: block;
}

/* line 522, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .user-data.active .hidden-menu ol {
  background: #2c2c2c;
}

/* line 526, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .user-data.active .hidden-menu ol li a {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 2.8125rem;
  padding: 0;
  padding-left: 30px;
  border-bottom: 1px solid #646464;
}

/* line 533, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .user-data.active .hidden-menu ol li:nth-child(1) {
  background: #1f1e1e;
}

@media (max-width: 480px) {
  /* line 537, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login .user-data.active .name-user:after {
    border-top: solid 1px #fff;
    border-bottom: solid 1px transparent;
    border-right: solid 1px #fff;
    border-left: solid 1px transparent;
    right: 24px;
    top: calc(50% - 2px);
  }
}

/* line 551, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation {
  position: relative;
  z-index: 0;
}

/* line 554, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu {
  background: #161616;
  position: relative;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (max-width: 768px) {
  /* line 554, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu {
    max-height: 0;
    overflow: hidden;
  }
  /* line 561, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu.menu_sticky {
    max-height: 1700px;
  }
}

/* line 564, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu {
  position: relative;
  z-index: 2;
  max-width: 1360px;
  display: block;
  margin: 0 auto;
}

/* line 571, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu {
  padding: 0 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 0;
}

@media (max-width: 768px) {
  /* line 571, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu {
    padding: 0;
    width: 100%;
    display: block;
  }
}

/* line 579, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li {
  list-style: none;
  text-align: center;
  perspective: 2000px;
  display: inline-block;
  padding: 0 8px;
  margin-bottom: -1px;
}

@media (max-width: 768px) {
  /* line 579, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li {
    text-align: left;
    border-bottom: 1px solid #646464;
    perspective: none;
    overflow: hidden;
    display: block;
    padding: 0;
  }
  /* line 593, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li:last-child {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  /* line 597, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.expanded a .icon-menu {
    width: 60px;
    height: 43px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}

/* line 605, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.expanded a .icon-menu:after {
  content: '';
  width: 6px;
  height: 6px;
  margin-right: 10px;
  position: relative;
  left: -4px;
  display: inline-block;
  vertical-align: middle;
  border-top: solid 1px transparent;
  border-bottom: solid 1px #666;
  border-left: solid 1px #666;
  border-right: solid 1px transparent;
  transform: rotate(-45deg) translate(11px, 7px);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (max-width: 768px) {
  /* line 605, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.expanded a .icon-menu:after {
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 14px);
    width: 20px;
    height: 20px;
  }
}

/* line 626, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li a {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 2.8125rem;
  position: relative;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (max-width: 768px) {
  /* line 626, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li a {
    padding-left: 20px;
    line-height: 2.6875rem;
  }
}

/* line 636, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li a span {
  vertical-align: middle;
}

/* line 639, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li .line {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (max-width: 768px) {
  /* line 639, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li .line {
    position: relative;
  }
}

/* line 650, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li .submenu {
  width: calc(100% + 40px);
  min-width: 220px;
  padding: 0px;
  background: #161616;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-top-width: 4px;
  transform: rotateX(-89.5deg);
  transition: all .25s ease-in-out;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}

@media (max-width: 768px) {
  /* line 650, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li .submenu {
    position: relative;
    max-height: 0;
    background: #2c2c2c;
    border-bottom-width: 0px;
    border-top-width: 0px;
  }
}

/* line 674, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li .submenu ul {
  width: 100%;
  padding: 0px;
  display: block;
}

/* line 678, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li .submenu ul li {
  text-align: left;
  display: block;
  width: 100%;
  border-bottom: 1px solid #2c2c2c;
}

@media (max-width: 768px) {
  /* line 678, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li .submenu ul li {
    border-bottom: 1px solid #353535;
  }
}

/* line 685, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li .submenu ul li a {
  color: #e9e9e9;
  padding: 0 12px;
  line-height: 2.1875rem;
}

/* line 689, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li .submenu ul li a:after {
  display: none;
}

/* line 691, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li .submenu ul li a:hover {
  padding: 0 12px 0 16px;
  background: rgba(255, 255, 255, 0.1);
}

/* line 694, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li .submenu ul li .submenu {
  border: 0;
}

@media (max-width: 768px) {
  /* line 697, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.opened .submenu {
    max-height: 1000px;
    opacity: 1;
    transform: rotateX(0deg);
    border-bottom-width: 2px;
    border-top-width: 4px;
  }
}

@media (max-width: 768px) {
  /* line 706, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.opened .submenu ul li a {
    padding-left: 40px;
  }
}

/* line 711, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.opened a .icon-menu:after {
  border-top: solid 1px #fff;
  border-bottom: solid 1px transparent;
  border-right: solid 1px #fff;
  border-left: solid 1px transparent;
  left: calc(50% - 24px);
  top: calc(50% - 2px);
}

/* line 721, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.hover .line {
  opacity: 1;
}

/* line 723, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.hover .submenu {
  opacity: 1;
  transform: rotateX(0deg);
}

/* line 726, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.noticias {
  background: none !important;
}

/* line 728, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.noticias .submenu {
  width: 440px;
}

@media (max-width: 768px) {
  /* line 728, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.noticias .submenu {
    width: 100%;
  }
}

/* line 733, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.noticias .submenu ul.menu {
  width: 100%;
  min-width: 440px;
}

/* line 736, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.noticias .submenu ul.menu li {
  width: 50%;
  display: block;
  float: left;
}

@media (max-width: 768px) {
  /* line 733, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.noticias .submenu ul.menu {
    min-width: 100%;
  }
  /* line 742, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.noticias .submenu ul.menu li {
    float: none;
    width: 100%;
  }
}

/* line 745, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.noticias .line {
  display: none;
}

/* line 748, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.noticias:hover .line {
  display: block;
}

/* line 754, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.expanded.hover a .icon-menu:after {
  border-top: solid 1px #fff;
  border-bottom: solid 1px transparent;
  border-right: solid 1px #fff;
  border-left: solid 1px transparent;
  transform: rotate(-45deg) translate(7px, 10px);
}

/* line 761, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .middle-menu {
  width: 100%;
  height: 4px;
  background-color: #161616;
  position: relative;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 768, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu {
  z-index: 1;
}

/* line 770, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary {
  max-width: 1360px;
  display: block;
  margin: 0 auto;
}

/* line 774, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .menu-block-ee_desktop_main_menu {
  background: none;
  padding: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
}

/* line 782, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .menu-block-ee_desktop_main_menu ul.menu {
  display: inline-block;
  padding: 0;
}

/* line 785, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .menu-block-ee_desktop_main_menu ul.menu li {
  display: inline-block;
  padding: 0 7px;
}

/* line 788, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .menu-block-ee_desktop_main_menu ul.menu li a {
  color: #000;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 791, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .menu-block-ee_desktop_main_menu ul.menu li a:before {
  background: #000;
  bottom: 0;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 801, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .menu-block-ee_desktop_main_menu ul.menu li a:after {
  border-color: transparent transparent #000 transparent;
  border-style: solid;
  border-width: 0;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: initial;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 816, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .menu-block-ee_desktop_main_menu ul.menu li:hover a, header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .menu-block-ee_desktop_main_menu ul.menu li.active a {
  color: #fff;
}

/* line 818, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .menu-block-ee_desktop_main_menu ul.menu li:hover a:before, header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .menu-block-ee_desktop_main_menu ul.menu li.active a:before {
  width: 100%;
}

/* line 820, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .menu-block-ee_desktop_main_menu ul.menu li:hover a:after, header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .menu-block-ee_desktop_main_menu ul.menu li.active a:after {
  border-width: 0 9px 9px 9px;
}

/* line 824, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .secondary-title {
  display: inline-block;
  vertical-align: middle;
}

/* line 827, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .secondary-title a, header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .secondary-title span {
  color: #fff;
  font-size: 1.5rem;
  padding: 5px 10px 5px 20px;
  text-transform: uppercase;
}

@media (max-width: 1025px) {
  /* line 827, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .secondary-title a, header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .secondary-title span {
    font-size: 1.25rem;
  }
  /* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .secondary-title a.hassubmenu:after, header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .secondary-title span.hassubmenu:after {
    color: #fff;
    content: "";
    display: inline-block;
    font-family: "Econs";
    font-size: 1.25rem;
    vertical-align: middle;
  }
  /* line 836, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .secondary-title a.hassubmenu:after, header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu .secondary-secondary .secondary-title span.hassubmenu:after {
    margin-left: 10px;
  }
}

/* line 840, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header #block-system-user-menu,
header.l-header #block-user-login {
  display: none;
}

/* line 844, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header.header_sticky {
  border-bottom: 2px solid #000;
  position: fixed;
  top: 0;
}

/* line 848, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header.header_sticky:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  z-index: 9;
  height: 45px;
  background: #fff;
  top: 0;
  left: 0;
}

/* line 858, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header.header_sticky .l-region.l-region--header {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

/* line 865, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header.header_sticky .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .button_burger {
  display: inline-block;
  width: 45px;
  height: 45px;
}

@media (max-width: 768px) {
  /* line 865, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header.header_sticky .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .button_burger {
    width: 45px;
    height: 45px;
    margin: 0 10px 0 0;
  }
}

/* line 873, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header.header_sticky .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .logo-img {
  padding: 5px 0;
}

@media (max-width: 768px) {
  /* line 873, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header.header_sticky .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .logo-img {
    padding: 10px 0;
  }
}

/* line 877, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header.header_sticky .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .logo-img img {
  max-height: 35px;
}

@media (max-width: 768px) {
  /* line 877, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header.header_sticky .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .logo-img img {
    max-height: 28px;
  }
}

@media (max-width: 768px) {
  /* line 882, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header.header_sticky .l-region.l-region--header #block-ee-custom-blocks-last-update {
    display: none;
  }
}

/* line 888, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header.header_sticky .l-region.l-region--header #block-search-api-page-content form .button_submit {
  margin: 0 8px;
}

/* line 890, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header.header_sticky .l-region.l-region--header #block-search-api-page-content form .search_submit {
  top: 47px;
}

/* line 894, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header.header_sticky .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks {
  margin: 5px 20px 5px 0;
}

/* line 898, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header.header_sticky .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login {
  margin: 0px;
}

/* line 903, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header.header_sticky .l-region.l-region--navigation {
  position: relative;
  z-index: 8;
}

/* line 906, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header.header_sticky .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu {
  opacity: 0;
  position: relative;
  top: -50px;
  max-height: 0;
  transform: translateY(-50px);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 913, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header.header_sticky .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu.menu_sticky {
  opacity: 1;
  top: 0px;
  max-height: 50px;
  transform: translateY(0px);
  margin-bottom: -2px;
}

@media (max-width: 768px) {
  /* line 913, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  header.l-header.header_sticky .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu.menu_sticky {
    max-height: 465px;
    overflow: scroll;
  }
}

/* line 926, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
header.l-header.header_sticky .l-region.l-region--header #block-search-api-page-content form .form-item {
  top: 47px;
  height: 87px;
}

/* line 935, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.secondary-menu .secondary-secondary .secondary-title {
  display: block;
}

/* line 937, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.secondary-menu .secondary-secondary .secondary-title a, .secondary-menu .secondary-secondary .secondary-title span {
  color: #fff;
  font-size: 1.125rem;
  padding: 10px;
  text-transform: capitalize;
  display: block;
}

/* line 944, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.secondary-menu .secondary-secondary .menu-block-ee_desktop_main_menu {
  background: #1d1d1d;
  padding: 10px 0;
  display: none;
}

/* line 949, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.secondary-menu .secondary-secondary .menu-block-ee_desktop_main_menu ul.menu li {
  display: block;
  padding: 5px 10px;
}

/* line 952, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.secondary-menu .secondary-secondary .menu-block-ee_desktop_main_menu ul.menu li a {
  color: #fff;
  font-size: 0.875rem;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.secondary-menu.hassubmenu .secondary-secondary .secondary-title a:after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.25rem;
  vertical-align: middle;
}

/* line 961, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.secondary-menu.hassubmenu .secondary-secondary .secondary-title a:after {
  margin-left: 10px;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.secondary-menu.hassubmenu .secondary-secondary .secondary-title a.open:after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.25rem;
  vertical-align: middle;
}

/* line 967, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.front .secondary-menu {
  display: none;
}

@media (max-width: 768px) {
  /* line 973, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  .l-main {
    margin-top: 20px !important;
  }
}

/* line 979, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header {
  padding: 0;
}

/* line 981, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header.header_sticky {
  max-width: 1000px;
  padding-top: 0;
}

/* line 986, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header.header_sticky .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo {
  padding: 0;
}

/* line 990, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header.header_sticky .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .logo-img img {
  max-height: 35px;
}

/* line 995, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header.header_sticky .l-region.l-region--header #block-search-api-page-content form .search_submit {
  height: 45px;
}

/* line 999, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header.header_sticky .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks {
  margin: 13px 10px;
}

/* line 1003, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header.header_sticky .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login {
  margin: 12px 10px 0;
}

/* line 1008, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo {
  padding: 0;
}

/* line 1011, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .logo-img {
  padding: 10px 0px 5px 10px;
}

/* line 1013, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-logo .ee-menu-logo .logo-img img {
  max-height: 45px;
}

/* line 1018, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header .l-region.l-region--header #block-search-api-page-content form .search_submit {
  height: 55px;
}

/* line 1022, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks {
  margin: 14px 5px;
}

/* line 1024, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks li {
  margin: 0;
}

/* line 1026, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header .l-region.l-region--header #block-ft-ee-menus-ee-menu-social-networks .social_networks span {
  font-size: 0.75rem;
}

/* line 1030, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header .l-region.l-region--header #block-ft-ee-users-bloque-login .botones-login {
  margin: 12px 10px;
}

/* line 1035, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header .l-region.l-region--header #block-search-api-page-content form .button_submit {
  margin: 7px;
}

/* line 1043, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu {
  padding: 0;
  width: 100%;
}

/* line 1050, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.tomaFull header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-ee_desktop_main_menu ul.menu > li.expanded a .icon-menu:after {
  vertical-align: middle;
}

/* line 1060, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.node-type-gallery header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu,
.node-type-video header.l-header .l-region.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .secondary-menu {
  background-color: #000000 !important;
}

@media (max-width: 1025px) {
  /* line 1075, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  .iphone header.l-header #block-ft-ee-menus-ee-main-menu .block__content > .menu-block-ee_main_menu > ul.menu > li.open > .submenu, .iphone header.l-header #block-ft-ee-menus-ee-main-menu .block__content > .menu-block-ee_main_menu > ul.menu > li:hover > .submenu {
    padding-bottom: 70px;
  }
  /* line 1080, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  body.page-node.node-type-article footer, body.page-node.node-type-column footer {
    display: block !important;
  }
}

/* line 1085, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.page-node.node-type-article footer.l-footer, .page-node.node-type-column footer.l-footer {
  display: none;
}

/* line 1089, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer {
  background: #000;
  color: #fff;
  margin-top: 35px;
  position: relative;
  z-index: 1;
}

/* line 1095, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .l-region {
  max-width: 1000px;
  margin: 0 auto;
}

/* line 1099, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer ul.menu li {
  display: inline-block;
  list-style-image: none;
  list-style-type: none;
  vertical-align: top;
}

/* line 1105, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer ul.menu li > a {
  color: #fff;
  display: block;
  font-size: 0.9375rem;
  line-height: normal;
  position: relative;
}

/* line 1113, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .footer-logo {
  max-width: 210px;
  padding: 10px;
}

@media (max-width: 480px) {
  /* line 1116, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  footer.l-footer .footer-logo .desk {
    display: none;
  }
}

/* line 1119, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .footer-logo .movil {
  display: none;
  max-width: 35px;
}

@media (max-width: 480px) {
  /* line 1119, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  footer.l-footer .footer-logo .movil {
    display: block;
  }
}

/* line 1124, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .line {
  border-bottom: 2px solid #1d1d1d;
  clear: both;
  margin: 0 auto 30px;
}

@media (max-width: 480px) {
  /* line 1124, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  footer.l-footer .line {
    max-width: 95%;
  }
}

/* line 1130, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .clear {
  clear: both;
}

/* line 1134, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .menu-footer > ul.menu {
  line-height: 18px;
  overflow: hidden;
}

@media (max-width: 480px) {
  /* line 1134, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  footer.l-footer .menu-footer > ul.menu {
    max-width: 95%;
    margin: 0 auto 20px;
  }
}

/* line 1140, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .menu-footer > ul.menu > li {
  box-sizing: border-box;
  width: 21.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media (max-width: 768px) {
  /* line 1140, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  footer.l-footer .menu-footer > ul.menu > li {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

@media (max-width: 480px) {
  /* line 1140, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  footer.l-footer .menu-footer > ul.menu > li {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    background: #1a1a1a;
    margin-bottom: 5px;
  }
  /* line 1148, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  footer.l-footer .menu-footer > ul.menu > li ul {
    padding: 10px;
    display: none;
  }
}

/* line 1151, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .menu-footer > ul.menu > li.first {
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media (max-width: 768px) {
  /* line 1151, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  footer.l-footer .menu-footer > ul.menu > li.first {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

@media (max-width: 480px) {
  /* line 1151, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  footer.l-footer .menu-footer > ul.menu > li.first {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 1158, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .menu-footer > ul.menu > li.first ul li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

/* line 1163, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .menu-footer > ul.menu > li ul li {
  width: 100%;
}

/* line 1165, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .menu-footer > ul.menu > li ul li a {
  color: #ccc;
  font-size: 0.75rem;
}

/* line 1168, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .menu-footer > ul.menu > li ul li a:hover {
  color: #ea0a0a;
}

@media (max-width: 1025px) {
  /* line 1165, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  footer.l-footer .menu-footer > ul.menu > li ul li a {
    padding: 10px;
  }
}

/* line 1173, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .menu-footer > ul.menu > li > a {
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  /* line 1173, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  footer.l-footer .menu-footer > ul.menu > li > a {
    margin: 0;
    padding: 10px;
    position: relative;
  }
  /* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  footer.l-footer .menu-footer > ul.menu > li > a:after {
    color: #999;
    content: "";
    display: inline-block;
    font-family: "Econs";
    font-size: 1.25rem;
    vertical-align: middle;
  }
  /* line 1181, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  footer.l-footer .menu-footer > ul.menu > li > a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* line 1188, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks {
  float: left;
  padding: 0 10px;
}

@media (max-width: 480px) {
  /* line 1188, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  footer.l-footer .social-networks {
    padding: 0 3px;
  }
}

/* line 1193, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks:before {
  color: #999;
  content: 'Síganos en';
  display: block;
  font-size: 0.6875rem;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

@media (max-width: 480px) {
  /* line 1201, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  footer.l-footer .social-networks ul {
    text-align: center;
  }
}

/* line 1204, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li {
  margin: 0 5px;
}

@media (max-width: 480px) {
  /* line 1204, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  footer.l-footer .social-networks li {
    margin: 0;
  }
}

/* line 1209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i {
  border: 2px solid transparent;
  border-radius: 50%;
  display: block;
  height: 35px;
  line-height: 32px;
  text-align: center;
  width: 35px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background: #ccc;
}

/* line 1220, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i:hover {
  border-color: #ccc;
}

/* line 1222, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i:hover:before {
  color: #ccc;
}

/* line 1225, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-facebook {
  background: #3b579e;
}

/* line 1227, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-facebook:hover {
  border-color: #3b579e;
}

/* line 1229, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-facebook:hover:before {
  color: #3b579e;
}

/* line 1232, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-twitter {
  background: #00b1ec;
}

/* line 1234, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-twitter:hover {
  border-color: #00b1ec;
}

/* line 1236, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-twitter:hover:before {
  color: #00b1ec;
}

/* line 1239, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-instagram {
  background: #125688;
}

/* line 1241, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-instagram:hover {
  border-color: #125688;
}

/* line 1243, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-instagram:hover:before {
  color: #125688;
}

/* line 1246, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-youtube-play, footer.l-footer .social-networks li a i.fa-youtube {
  background: #cd1724;
}

/* line 1249, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-youtube-play:hover, footer.l-footer .social-networks li a i.fa-youtube:hover {
  border-color: #cd1724;
}

/* line 1251, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-youtube-play:hover:before, footer.l-footer .social-networks li a i.fa-youtube:hover:before {
  color: #cd1724;
}

/* line 1254, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-whatsapp {
  background: #34af23;
}

/* line 1256, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-whatsapp:hover {
  border-color: #34af23;
}

/* line 1258, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-whatsapp:hover:before {
  color: #34af23;
}

/* line 1261, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-linkedin {
  background: #0177b5;
}

/* line 1263, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-linkedin:hover {
  border-color: #0177b5;
}

/* line 1265, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-linkedin:hover:before {
  color: #0177b5;
}

/* line 1268, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-pinterest {
  background: #bd081c;
}

/* line 1270, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-pinterest:hover {
  border-color: #bd081c;
}

/* line 1272, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-pinterest:hover:before {
  color: #bd081c;
}

/* line 1275, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-google-plus {
  background: #e43d00;
}

/* line 1277, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-google-plus:hover {
  border-color: #e43d00;
}

/* line 1279, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i.fa-google-plus:hover:before {
  color: #e43d00;
}

/* line 1281, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a i:hover {
  background: transparent;
}

/* line 1283, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .social-networks li a span {
  display: none;
}

/* line 1287, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .partners {
  float: right;
  width: 300px;
}

@media (max-width: 480px) {
  /* line 1287, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  footer.l-footer .partners {
    max-width: 195px;
  }
}

/* line 1292, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .partners:before {
  color: #999;
  content: 'Miembro de';
  display: block;
  font-size: 0.6875rem;
  text-align: center;
  width: 100%;
}

/* line 1299, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .partners ul.menu {
  text-align: right;
}

/* line 1301, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .partners ul.menu li {
  display: inline-block;
  min-height: 60px;
  vertical-align: top;
  width: 47%;
}

/* line 1306, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .partners ul.menu li a {
  font-size: 0;
  height: 60px;
  max-width: 130px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1314, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .partners ul.menu li a.menu-838 {
  background-image: url(../images/iab.png);
  background-size: 100% auto;
}

/* line 1317, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .partners ul.menu li a.menu-839 {
  background-image: url(../images/ami.png);
  background-size: auto 100%;
}

/* line 1322, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .copyright {
  border-top: 2px solid #1d1d1d;
  clear: both;
  color: #ccc;
  font-family: sans-serif;
  font-size: 0.6875rem;
  line-height: normal;
  margin: 20px auto 0;
  padding: 20px 0;
  text-align: center;
}

@media (max-width: 480px) {
  /* line 1322, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
  footer.l-footer .copyright {
    max-width: 95%;
  }
}

/* line 1334, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .copyright a {
  color: #fff;
  display: inline;
  text-decoration: underline;
}

/* line 1338, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
footer.l-footer .copyright a:hover {
  color: #ea0a0a;
}

/* line 1340, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.test001 {
  display: block;
}

/* line 1343, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.secundary-menu-tags {
  background-color: #f33d49 !important;
  position: relative;
  padding-top: 4px;
}

/* line 1347, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.secundary-menu-tags .secondary-secondary {
  max-width: 1360px;
  display: block;
  margin: 0 auto;
}

/* line 1351, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.secundary-menu-tags .secondary-secondary .secondary-title {
  display: inline-block;
  vertical-align: middle;
}

/* line 1354, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_header_footer.sass */
.secundary-menu-tags .secondary-secondary .secondary-title p {
  color: #fff;
  font-size: 1.5rem;
  padding: 5px 10px 5px 20px;
  text-transform: uppercase;
}

/* line 3, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.mobDevice .view-last-news {
  display: block;
}

/* line 5, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.mobDevice.page-node header.l-header div.social_networks,
.mobDevice .block-ee_custom_blocks-multimedia {
  display: none;
}

/* line 8, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.mobDevice.page-node header.l-header .sticky_header .logo_sticky {
  background-color: transparent;
  background-image: url(../images/logo_w.svg);
  background-size: 96%;
  width: 200px;
}

/* line 14, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.o_menu {
  overflow-y: hidden;
}

/* line 17, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.deskDev .view-last-news {
  display: none;
}

/* line 21, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-region--footer #block-block-1 {
  display: none;
}

/* line 24, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding-top: 20px;
}

/* line 12, /Users/leidynbeltran/Documents/sites/ee_theme/libraries/susy/sass/susy/output/support/_clearfix.scss */
.l-main:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 1025px) {
  /* line 24, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .l-main {
    padding: 0 5px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, /Users/leidynbeltran/Documents/sites/ee_theme/libraries/susy/sass/susy/output/support/_clearfix.scss */
  .l-main:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 34, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .group-left {
  position: relative;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media (max-width: 1025px) {
  /* line 34, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .l-main .group-left {
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

@media (max-width: 1025px) {
  /* line 34, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .l-main .group-left {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 41, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .group-right {
  position: relative;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media (max-width: 1025px) {
  /* line 41, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .l-main .group-right {
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

@media (max-width: 1025px) {
  /* line 41, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .l-main .group-right {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 48, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .l-content {
  position: relative;
}

/* line 50, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .l-content div.node {
  position: relative;
}

/* line 52, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .gotop {
  background: #eaeaea;
  border-radius: 50%;
  height: 100px;
  line-height: 100px;
  margin: 20px auto 0;
  text-align: center;
  width: 100px;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-main .gotop:after {
  color: #999;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.875rem;
  vertical-align: middle;
}

/* line 62, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.messages {
  overflow: hidden;
}

/* line 66, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.jscroll-loading .loading,
div.ajax-progress .throbber {
  background-color: #fff;
  background-image: url(../images/throbber.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 85%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  opacity: .8;
}

/* line 80, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.jscroll-loading .loading {
  height: 100px;
  margin: 20px auto 30px;
  width: 100px;
}

/* line 85, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea,
select {
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  padding-left: 10px;
  width: 100%;
  border-radius: 5px;
  font-size: 1rem;
  color: #999;
}

/* line 99, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-width: 2px;
}

/* line 102, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
textarea {
  height: 125px;
}

/* line 106, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 3px;
  background: #ccc;
  color: #fff;
  padding: 5px 10px;
  border: none;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 121, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background: #000;
}

/* line 127, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.section-tarot .row,
.section-horoscope .row {
  margin: 0;
}

/* line 131, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
ul.pager {
  margin-bottom: 20px;
}

@media (max-width: 1025px) {
  /* line 131, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  ul.pager {
    border-bottom: 1px solid #f4f4f4;
    padding: 20px 0;
  }
}

/* line 136, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
ul.pager li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 5px;
  position: relative;
  line-height: 30px;
}

@media (max-width: 1025px) {
  /* line 136, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  ul.pager li {
    margin: 0;
  }
}

/* line 145, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
ul.pager li .ajax-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* line 152, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a {
  color: #999;
  width: 35px;
  height: 35px;
  border: 1px solid #999;
  background: #666;
  border-radius: 50%;
}

/* line 159, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first).pager__item--current,
ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a:hover {
  color: #000;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  background: #b7b7b7;
  border-radius: 50%;
  font-weight: normal;
}

/* line 172, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
ul.pager li.pager__item--next a, ul.pager li.pager__item--last a, ul.pager li.pager__item--previous a, ul.pager li.pager__item--first a {
  line-height: 35px;
  text-align: center;
  width: 20px;
  height: 35px;
  font-size: 0;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
ul.pager li.pager__item--next a:after, ul.pager li.pager__item--last a:after, ul.pager li.pager__item--previous a:after, ul.pager li.pager__item--first a:after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.25rem;
  vertical-align: middle;
}

/* line 180, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
ul.pager li.pager__item--next a:after {
  content: '\e902';
}

/* line 183, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
ul.pager li.pager__item--last a:after {
  content: '\e911';
}

/* line 186, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
ul.pager li.pager__item--previous a:after {
  content: '\e901';
}

/* line 189, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
ul.pager li.pager__item--first a:after {
  content: '\e910';
}

/* line 206, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.node-type-cartoon ul.pager li.pager__item--next a:after, .node-type-cartoon ul.pager li.pager__item--last a:after, .node-type-cartoon ul.pager li.pager__item--previous a:after, .node-type-cartoon ul.pager li.pager__item--first a:after,
.section-opinion ul.pager li.pager__item--next a:after,
.section-opinion ul.pager li.pager__item--last a:after,
.section-opinion ul.pager li.pager__item--previous a:after,
.section-opinion ul.pager li.pager__item--first a:after,
.section-tags ul.pager li.pager__item--next a:after,
.section-tags ul.pager li.pager__item--last a:after,
.section-tags ul.pager li.pager__item--previous a:after,
.section-tags ul.pager li.pager__item--first a:after,
.page-search ul.pager li.pager__item--next a:after,
.page-search ul.pager li.pager__item--last a:after,
.page-search ul.pager li.pager__item--previous a:after,
.page-search ul.pager li.pager__item--first a:after,
.section-caricaturistas ul.pager li.pager__item--next a:after,
.section-caricaturistas ul.pager li.pager__item--last a:after,
.section-caricaturistas ul.pager li.pager__item--previous a:after,
.section-caricaturistas ul.pager li.pager__item--first a:after,
.page-taxonomy-term-19 ul.pager li.pager__item--next a:after,
.page-taxonomy-term-19 ul.pager li.pager__item--last a:after,
.page-taxonomy-term-19 ul.pager li.pager__item--previous a:after,
.page-taxonomy-term-19 ul.pager li.pager__item--first a:after,
.page-taxonomy-term-16 ul.pager li.pager__item--next a:after,
.page-taxonomy-term-16 ul.pager li.pager__item--last a:after,
.page-taxonomy-term-16 ul.pager li.pager__item--previous a:after,
.page-taxonomy-term-16 ul.pager li.pager__item--first a:after,
.section-columnistas ul.pager li.pager__item--next a:after,
.section-columnistas ul.pager li.pager__item--last a:after,
.section-columnistas ul.pager li.pager__item--previous a:after,
.section-columnistas ul.pager li.pager__item--first a:after {
  color: #999;
}

/* line 208, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.node-type-cartoon ul.pager li.pager__item--next a:hover:after, .node-type-cartoon ul.pager li.pager__item--last a:hover:after, .node-type-cartoon ul.pager li.pager__item--previous a:hover:after, .node-type-cartoon ul.pager li.pager__item--first a:hover:after,
.section-opinion ul.pager li.pager__item--next a:hover:after,
.section-opinion ul.pager li.pager__item--last a:hover:after,
.section-opinion ul.pager li.pager__item--previous a:hover:after,
.section-opinion ul.pager li.pager__item--first a:hover:after,
.section-tags ul.pager li.pager__item--next a:hover:after,
.section-tags ul.pager li.pager__item--last a:hover:after,
.section-tags ul.pager li.pager__item--previous a:hover:after,
.section-tags ul.pager li.pager__item--first a:hover:after,
.page-search ul.pager li.pager__item--next a:hover:after,
.page-search ul.pager li.pager__item--last a:hover:after,
.page-search ul.pager li.pager__item--previous a:hover:after,
.page-search ul.pager li.pager__item--first a:hover:after,
.section-caricaturistas ul.pager li.pager__item--next a:hover:after,
.section-caricaturistas ul.pager li.pager__item--last a:hover:after,
.section-caricaturistas ul.pager li.pager__item--previous a:hover:after,
.section-caricaturistas ul.pager li.pager__item--first a:hover:after,
.page-taxonomy-term-19 ul.pager li.pager__item--next a:hover:after,
.page-taxonomy-term-19 ul.pager li.pager__item--last a:hover:after,
.page-taxonomy-term-19 ul.pager li.pager__item--previous a:hover:after,
.page-taxonomy-term-19 ul.pager li.pager__item--first a:hover:after,
.page-taxonomy-term-16 ul.pager li.pager__item--next a:hover:after,
.page-taxonomy-term-16 ul.pager li.pager__item--last a:hover:after,
.page-taxonomy-term-16 ul.pager li.pager__item--previous a:hover:after,
.page-taxonomy-term-16 ul.pager li.pager__item--first a:hover:after,
.section-columnistas ul.pager li.pager__item--next a:hover:after,
.section-columnistas ul.pager li.pager__item--last a:hover:after,
.section-columnistas ul.pager li.pager__item--previous a:hover:after,
.section-columnistas ul.pager li.pager__item--first a:hover:after {
  color: #000;
}

/* line 210, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.node-type-cartoon ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a,
.section-opinion ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a,
.section-tags ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a,
.page-search ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a,
.section-caricaturistas ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a,
.page-taxonomy-term-19 ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a,
.page-taxonomy-term-16 ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a,
.section-columnistas ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a {
  background: #fff;
  border: 2px solid #999;
  color: #999;
}

/* line 214, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.node-type-cartoon ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first).pager__item--current,
.node-type-cartoon ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a:hover,
.section-opinion ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first).pager__item--current,
.section-opinion ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a:hover,
.section-tags ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first).pager__item--current,
.section-tags ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a:hover,
.page-search ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first).pager__item--current,
.page-search ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a:hover,
.section-caricaturistas ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first).pager__item--current,
.section-caricaturistas ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a:hover,
.page-taxonomy-term-19 ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first).pager__item--current,
.page-taxonomy-term-19 ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a:hover,
.page-taxonomy-term-16 ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first).pager__item--current,
.page-taxonomy-term-16 ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a:hover,
.section-columnistas ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first).pager__item--current,
.section-columnistas ul.pager li:not(.pager__item--next):not(.pager__item--last):not(.pager__item--previous):not(.pager__item--first) a:hover {
  background: #fff;
  border: 2px solid #000;
  color: #000;
}

/* line 221, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
[class*="-body"] .vid,
.media-youtube-video,
.media-vimeo-video,
.video-brightcove,
.field--name-field-mediastream,
.field-name-field-mediastream,
.field--name-field-video-embed:not(.field--type-text-long),
.field-name-field-video-embed:not(.field--type-text-long) {
  height: 0 !important;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
  width: 100% !important;
}

/* line 234, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
[class*="-body"] .vid object,
[class*="-body"] .vid video,
[class*="-body"] .vid iframe,
.media-youtube-video object,
.media-youtube-video video,
.media-youtube-video iframe,
.media-vimeo-video object,
.media-vimeo-video video,
.media-vimeo-video iframe,
.video-brightcove object,
.video-brightcove video,
.video-brightcove iframe,
.field--name-field-mediastream object,
.field--name-field-mediastream video,
.field--name-field-mediastream iframe,
.field-name-field-mediastream object,
.field-name-field-mediastream video,
.field-name-field-mediastream iframe,
.field--name-field-video-embed:not(.field--type-text-long) object,
.field--name-field-video-embed:not(.field--type-text-long) video,
.field--name-field-video-embed:not(.field--type-text-long) iframe,
.field-name-field-video-embed:not(.field--type-text-long) object,
.field-name-field-video-embed:not(.field--type-text-long) video,
.field-name-field-video-embed:not(.field--type-text-long) iframe {
  height: 100% !important;
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100% !important;
}

/* line 243, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.node .BCLvideoWrapper {
  padding: initial;
}

/* line 247, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-content > .tabs.tabs--primary {
  border: none;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  padding: 3px 0;
  text-align: center;
}

/* line 254, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-content > .tabs.tabs--primary li {
  display: inline-block;
  float: none;
  margin: 0 0 0 -5px;
  vertical-align: middle;
}

/* line 259, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-content > .tabs.tabs--primary li a {
  background: #f5f5f5;
  background: none;
  font-family: sans-serif;
  font-size: 0.875rem;
  padding: 5px 10px;
}

/* line 265, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-content > .tabs.tabs--primary li a.active, .l-content > .tabs.tabs--primary li a:hover {
  background: #ea0a0a;
  color: #fff;
}

/* line 272, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.bx-controls-direction a {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.bx-controls-direction a:after {
  color: #ccc;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 3.125rem;
  vertical-align: middle;
}

/* line 278, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.bx-controls-direction a.bx-prev {
  left: -10px;
}

/* line 280, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.bx-controls-direction a.bx-prev:after {
  content: '\e901';
}

/* line 282, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.bx-controls-direction a.bx-next {
  right: -10px;
}

/* line 284, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.bx-controls-direction a.bx-next:after {
  content: '\e902';
}

/* line 286, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.bx-controls-direction a:hover:after {
  color: #999;
}

/* line 288, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.bx-controls {
  clear: both;
}

/* line 290, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.bx-controls .bx-pager {
  text-align: center;
}

/* line 292, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 20px 5px;
}

/* line 297, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.bx-controls .bx-pager .bx-pager-item a {
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  font-size: 0;
}

/* line 304, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.bx-controls .bx-pager .bx-pager-item a.active, .bx-controls .bx-pager .bx-pager-item a:hover {
  background: #000;
}

/* line 308, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.carousel-control {
  background: rgba(0, 0, 0, 0.7);
  max-height: 50px;
  max-width: 50px;
  top: 40%;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.carousel-control:after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 2.5rem;
  vertical-align: middle;
}

@media (max-width: 1025px) {
  /* line 308, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .carousel-control {
    width: 25px;
  }
}

/* line 316, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.carousel-control:after {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 323, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.carousel-control.left:after {
  content: '\e901';
}

/* line 325, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.carousel-control.right:after {
  content: '\e902';
}

/* line 327, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.carousel-control .slider-caption {
  line-height: normal;
  padding: 20px 0;
}

/* line 330, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.carousel-control .slider-caption .author {
  color: #ccc;
  font-size: 1rem;
}

/* line 333, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.carousel-control .slider-caption .description {
  color: #999;
  font-size: 0.875rem;
}

@media (max-width: 1025px) {
  /* line 341, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .dfp-tag-wrapper iframe {
    margin: 0;
  }
}

/* line 344, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-content {
  box-sizing: border-box;
  width: 66.66667%;
  float: right;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media (max-width: 1025px) {
  /* line 344, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .l-content {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 348, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search aside {
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

/* line 350, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search aside .filter {
  display: none;
}

@media (max-width: 1025px) {
  /* line 348, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search aside {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  /* line 354, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search aside .filter {
    border-top: 1px solid #000;
    display: block;
    padding: 5px;
    text-align: right;
  }
  /* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .page-search aside .filter:after {
    color: #000;
    content: "";
    display: inline-block;
    font-family: "Econs";
    font-size: 2.5rem;
    vertical-align: middle;
  }
}

/* line 361, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .search-api-page-results h2, .page-search .search-api-page-results .search-performance {
  display: none;
}

/* line 363, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .search-summary {
  text-align: center;
  padding: 20px 0;
  font-size: 0.875rem;
}

/* line 367, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .search-summary span {
  color: #ea0a0a;
}

/* line 369, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .block--search-api-sorts {
  border-top: 2px solid #1d1d1d;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 1025px) {
  /* line 369, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .block--search-api-sorts {
    border: none;
    float: none;
    padding: 0;
    width: 100%;
  }
}

/* line 378, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .block--search-api-sorts h2,
.page-search .block--search-api-sorts .block__content {
  display: inline-block;
  vertical-align: middle;
}

/* line 382, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .block--search-api-sorts h2 {
  float: left;
  padding: 10px 0;
  width: 120px;
}

@media (max-width: 1025px) {
  /* line 382, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .block--search-api-sorts h2 {
    display: none;
    cursor: pointer;
    padding: 10px;
    text-align: right;
    width: 100%;
  }
  /* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .page-search .block--search-api-sorts h2:after {
    color: #000;
    content: "";
    display: inline-block;
    font-family: "Econs";
    font-size: 1.875rem;
    vertical-align: middle;
  }
}

/* line 393, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .block--search-api-sorts .block__content {
  float: right;
  width: calc(100% - 130px);
}

@media (max-width: 1025px) {
  /* line 393, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .block--search-api-sorts .block__content {
    width: 100%;
  }
}

/* line 398, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .block--search-api-sorts .block__content ul {
  width: 100%;
}

@media (max-width: 1025px) {
  /* line 398, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .block--search-api-sorts .block__content ul {
    background: #1d1d1d;
  }
}

/* line 402, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .block--search-api-sorts .block__content ul li {
  float: left;
  text-align: center;
  width: 50%;
}

@media (max-width: 1025px) {
  /* line 402, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .block--search-api-sorts .block__content ul li {
    border-top: 1px solid #ccc;
    text-align: left;
    width: 100%;
  }
}

/* line 410, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .block--search-api-sorts .block__content ul li span {
  display: block;
  overflow: hidden;
}

/* line 414, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .block--search-api-sorts .block__content ul li span.search-api-sort-active a {
  background: #1d1d1d;
  border: 1px solid #000;
  color: #fff;
}

@media (max-width: 1025px) {
  /* line 414, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .block--search-api-sorts .block__content ul li span.search-api-sort-active a {
    color: #ccc;
  }
}

/* line 420, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .block--search-api-sorts .block__content ul li a {
  border: 1px solid transparent;
  color: #1d1d1d;
  display: block;
  padding: 10px 5px;
}

/* line 425, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .block--search-api-sorts .block__content ul li a:hover {
  background: #1d1d1d;
  border: 1px solid #000;
  color: #fff;
}

@media (max-width: 1025px) {
  /* line 420, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .block--search-api-sorts .block__content ul li a {
    background: #1d1d1d;
    color: #ccc;
    font-size: 0.875rem;
    padding: 10px;
    text-transform: uppercase;
  }
}

/* line 435, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .block--search-api-sorts .block__content ul li a img {
  display: none;
}

/* line 438, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .block--current-search {
  box-sizing: border-box;
  width: 66.66667%;
  float: right;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media (max-width: 1025px) {
  /* line 438, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .l-main .block--current-search {
    width: 100%;
  }
}

/* line 442, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .search-form.search-form,
.page-search .l-main .block--search-api-page,
.page-search .l-main .block--search {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  clear: both;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (max-width: 1025px) {
  /* line 442, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .l-main .search-form.search-form,
  .page-search .l-main .block--search-api-page,
  .page-search .l-main .block--search {
    margin-top: 10px;
    padding: 0;
    border: none;
  }
}

/* line 456, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .search-form.search-form > div,
.page-search .l-main .block--search-api-page > div,
.page-search .l-main .block--search > div {
  float: right;
  box-sizing: border-box;
  width: 66.66667%;
  float: right;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media (max-width: 1025px) {
  /* line 456, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .l-main .search-form.search-form > div,
  .page-search .l-main .block--search-api-page > div,
  .page-search .l-main .block--search > div {
    width: 100%;
  }
}

/* line 462, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .search-form.search-form .form-type-textfield,
.page-search .l-main .search-form.search-form .form-actions,
.page-search .l-main .block--search-api-page .form-type-textfield,
.page-search .l-main .block--search-api-page .form-actions,
.page-search .l-main .block--search .form-type-textfield,
.page-search .l-main .block--search .form-actions {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

/* line 467, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .search-form.search-form input[type="submit"],
.page-search .l-main .block--search-api-page input[type="submit"],
.page-search .l-main .block--search input[type="submit"] {
  background: #000;
  height: 38px;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
}

/* line 473, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .search-form.search-form input[type="submit"]:hover,
.page-search .l-main .block--search-api-page input[type="submit"]:hover,
.page-search .l-main .block--search input[type="submit"]:hover {
  background-color: #ea0a0a;
}

@media (max-width: 1025px) {
  /* line 467, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .l-main .search-form.search-form input[type="submit"],
  .page-search .l-main .block--search-api-page input[type="submit"],
  .page-search .l-main .block--search input[type="submit"] {
    background-image: url(../images/search.svg);
    background-size: 60%;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    font-size: 0;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
  }
  /* line 489, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .l-main .search-form.search-form input[type="submit"]:hover,
  .page-search .l-main .block--search-api-page input[type="submit"]:hover,
  .page-search .l-main .block--search input[type="submit"]:hover {
    background-color: transparent;
  }
}

/* line 492, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .search-form.search-form .form-type-textfield,
.page-search .l-main .block--search-api-page .form-type-textfield,
.page-search .l-main .block--search .form-type-textfield {
  width: calc(100% - 75px);
}

@media (max-width: 1025px) {
  /* line 492, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .l-main .search-form.search-form .form-type-textfield,
  .page-search .l-main .block--search-api-page .form-type-textfield,
  .page-search .l-main .block--search .form-type-textfield {
    width: 100%;
  }
}

/* line 496, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .search-form.search-form .form-type-textfield input,
.page-search .l-main .block--search-api-page .form-type-textfield input,
.page-search .l-main .block--search .form-type-textfield input {
  background: #f4f4f4;
  border: none;
  border-radius: 0;
}

@media (max-width: 1025px) {
  /* line 496, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .l-main .search-form.search-form .form-type-textfield input,
  .page-search .l-main .block--search-api-page .form-type-textfield input,
  .page-search .l-main .block--search .form-type-textfield input {
    background: none;
    border: 1px solid #ccc;
    padding-left: 45px;
  }
}

/* line 505, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .search-form.search-form .form-item-keys label,
.page-search .l-main .block--search-api-page .form-item-keys label,
.page-search .l-main .block--search .form-item-keys label {
  display: none;
}

/* line 508, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .search-form.search-form .search-advanced.collapsed,
.page-search .l-main .block--search-api-page .search-advanced.collapsed,
.page-search .l-main .block--search .search-advanced.collapsed {
  height: auto;
}

/* line 510, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .search-form.search-form .search-advanced legend,
.page-search .l-main .block--search-api-page .search-advanced legend,
.page-search .l-main .block--search .search-advanced legend {
  overflow: hidden;
  width: 100%;
}

/* line 513, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .search-form.search-form .search-advanced .fieldset-title,
.page-search .l-main .block--search-api-page .search-advanced .fieldset-title,
.page-search .l-main .block--search .search-advanced .fieldset-title {
  font-size: 0.875rem;
  float: right;
  padding: 10px 0;
}

/* line 517, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .search-form.search-form .search-advanced .fieldset-legend,
.page-search .l-main .block--search-api-page .search-advanced .fieldset-legend,
.page-search .l-main .block--search .search-advanced .fieldset-legend {
  background: none;
  clear: both;
  display: block;
  padding: 0;
}

/* line 522, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .search-form.search-form .search-advanced .criterion,
.page-search .l-main .block--search-api-page .search-advanced .criterion,
.page-search .l-main .block--search .search-advanced .criterion {
  width: 100%;
}

/* line 524, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .search-form.search-form .search-advanced .form-item,
.page-search .l-main .block--search-api-page .search-advanced .form-item,
.page-search .l-main .block--search .search-advanced .form-item {
  margin-bottom: 10px;
  width: 100%;
}

/* line 527, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .search-form.search-form .search-advanced label,
.page-search .l-main .block--search-api-page .search-advanced label,
.page-search .l-main .block--search .search-advanced label {
  font-size: 0.875rem;
  color: #999;
  margin-bottom: 5px;
  font-weight: normal;
}

/* line 533, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .search-form.search-form .search-advanced #edit-type .form-item,
.page-search .l-main .block--search-api-page .search-advanced #edit-type .form-item,
.page-search .l-main .block--search .search-advanced #edit-type .form-item {
  width: 25%;
  float: left;
}

/* line 536, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-main .search-form.search-form .search-advanced input[type="submit"],
.page-search .l-main .block--search-api-page .search-advanced input[type="submit"],
.page-search .l-main .block--search .search-advanced input[type="submit"] {
  background: #000;
  font-size: 0.75rem;
  position: static;
  width: auto;
  border-radius: 3px;
}

/* line 542, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .search-results {
  clear: both;
}

@media (max-width: 1025px) {
  /* line 542, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .search-results {
    padding: 0 10px;
  }
}

/* line 546, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .search-results .node--search-result {
  border-bottom: 1px solid #999 !important;
  margin: 0;
  padding: 20px 0;
}

/* line 550, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .search-results .node--search-result:last-child {
  margin-bottom: 20px;
}

/* line 552, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .search-results .node--search-result .node-image {
  float: left;
  margin-right: 10px;
  max-width: 140px;
}

/* line 556, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .search-results .node--search-result .node-image img {
  width: 100%;
}

/* line 559, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .search-results .node--search-result h3 a {
  color: #000;
}

/* line 561, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .search-results .node--search-result h3 a:hover {
  color: #ea0a0a;
}

/* line 563, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .search-results .node--search-result .node-post-date {
  color: #1d1d1d;
  font-size: 0.875rem;
  line-height: 18px;
}

/* line 567, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .search-results .node--search-result footer {
  color: #1d1d1d;
  font-size: 0.875rem;
}

/* line 570, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .search-results .node--search-result footer a {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1025px) {
  /* line 573, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .l-region--blockgroup-facets {
    background: black;
    display: none;
  }
}

/* line 578, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-region--blockgroup-facets .block--facetapi h2 {
  background: #e1e1e1;
  border-top: 2px solid #000;
  font-size: 0.875rem;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1025px) {
  /* line 578, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .l-region--blockgroup-facets .block--facetapi h2 {
    color: #ccc;
    background: #1d1d1d;
    text-align: left;
    padding: 15px 5px;
  }
  /* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .page-search .l-region--blockgroup-facets .block--facetapi h2:after {
    color: #ccc;
    content: "";
    display: inline-block;
    font-family: "Econs";
    font-size: 1.5625rem;
    vertical-align: middle;
  }
  /* line 591, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .l-region--blockgroup-facets .block--facetapi h2:after {
    float: right;
    margin-right: 10px;
  }
}

/* line 594, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-region--blockgroup-facets .block--facetapi .block__content {
  background: #f7f9f9;
  padding: 10px;
}

@media (max-width: 1025px) {
  /* line 594, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .l-region--blockgroup-facets .block--facetapi .block__content {
    background: black;
    display: none;
  }
}

/* line 600, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-region--blockgroup-facets .block--facetapi .block__content li {
  font-size: 0.875rem;
}

/* line 602, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.page-search .l-region--blockgroup-facets .block--facetapi .block__content a {
  color: #000;
  padding: 7px 0;
}

@media (max-width: 1025px) {
  /* line 602, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .page-search .l-region--blockgroup-facets .block--facetapi .block__content a {
    color: #ccc;
  }
}

/* line 608, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.node-body strong {
  font-weight: bold;
}

/* line 610, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.node-body em {
  font-style: italic;
}

/* line 613, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.dfp-tag-wrapper.element-hidden {
  display: block !important;
  font-size: 0;
  min-height: 0px;
}

/* line 621, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
#dfp-ad-out_of_page_seccion-wrapper div:before,
#dfp-ad-out_of_page_home-wrapper div:before {
  display: none !important;
}

/* line 626, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.wrapper_tickets:before {
  background: #f7f9f9;
  color: #1d1d1d;
  content: 'Publicidad';
  display: block;
  font-family: monospace;
  font-size: 0.625rem;
  margin: 0 auto;
  text-align: left;
  padding: 4px;
  text-transform: uppercase;
}

/* line 637, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.iframe_block-iframe_block {
  display: block;
  width: 100%;
}

/* line 640, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.iframe_block-iframe_block.row {
  margin: 0;
}

/* line 642, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.iframe_block-iframe_block.row .object {
  padding: 0;
}

/* line 644, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
iframe[src*=cvisible] {
  max-width: 300px;
  display: block;
  margin: 0 auto 20px;
}

/* line 649, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
iframe[src*=tiquetesbaratos] {
  display: block;
  margin: 0 auto 20px;
  max-height: 250px;
  max-width: 300px;
}

/* line 654, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.ad-paute-facil {
  text-align: center;
}

/* line 656, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.ad-paute-facil iframe {
  display: block;
  margin: 0 auto;
  max-height: 270px;
}

/* line 661, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-page {
  position: relative;
  z-index: 10;
}

/* line 665, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-region--toma {
  text-align: center;
  position: relative;
  z-index: 11;
}

/* line 671, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.tomaFull .l-header {
  padding: 10px 10px 0;
}

/* line 673, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.tomaFull .l-region--toma {
  position: relative;
  z-index: 0;
}

/* line 676, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.tomaFull .l-region--toma iframe {
  display: block;
  margin: 0 auto;
}

/* line 679, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.tomaFull .l-page {
  margin-top: 90px;
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* line 12, /Users/leidynbeltran/Documents/sites/ee_theme/libraries/susy/sass/susy/output/support/_clearfix.scss */
.tomaFull .l-page:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 684, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.tomaFull .l-page .l-main {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 687, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.tomaFull div[data-google-query-id] {
  background: none;
}

/* line 692, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.tomaFull .block--dfp-mega-banner-top-seccion,
.tomaFull .block--dfp-mega-banner-top-home,
.tomaFull .field--name-dfp-ad-mega-banner-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

/* line 702, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.tomaFull.node-type-gallery .group-main-content,
.tomaFull.node-type-gallery .group-node-main-content, .tomaFull.node-type-video .group-main-content,
.tomaFull.node-type-video .group-node-main-content {
  background: #222;
  position: relative;
  z-index: 1;
}

/* line 707, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.tomaFull.node-type-gallery .tabs.tabs--primary, .tomaFull.node-type-video .tabs.tabs--primary {
  position: relative;
  z-index: 1;
}

/* line 713, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.tomaFull .l-region {
  position: relative;
}

/* line 715, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.tomaFull .jscroll-wrapper {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

/* line 720, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.pane-dfp-roba-pagina-top-seccion {
  margin-bottom: 20px;
}

/* line 723, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.pane-dfp-mega-banner-bot-seccion {
  text-align: center;
}

/* line 725, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.pane-dfp-roba-pagina-mid-seccion,
.pane-dfp-roba-pagina-bot-seccion {
  height: 290px;
}

@media (max-width: 1025px) {
  /* line 725, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .pane-dfp-roba-pagina-mid-seccion,
  .pane-dfp-roba-pagina-bot-seccion {
    height: auto;
  }
}

/* line 731, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
div[data-google-query-id]:not([id*="dfp-ad-out_of_page"]):not([id*="dfp-ad-mega_banner_top"]) {
  background: #f7f9f9;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

/* line 737, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
div[data-google-query-id]:not([id*="dfp-ad-out_of_page"]):not([id*="dfp-ad-mega_banner_top"]):before {
  background: #f7f9f9;
  box-sizing: border-box;
  color: #1d1d1d;
  content: 'Publicidad';
  display: block;
  font-family: monospace;
  font-size: 0.625rem;
  margin: 0 auto;
  max-width: 728px;
  padding: 5px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

/* line 751, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
div[data-google-query-id]:not([id*="dfp-ad-out_of_page"]):not([id*="dfp-ad-mega_banner_top"]) [id*=creative] {
  display: inline-block;
}

/* line 754, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
[id*="google_ads_iframe_"] iframe {
  margin: 0 auto !important;
  display: block;
}

/* line 758, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-region--toma [id*="dfp-ad"]:before {
  content: none;
}

/* line 760, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
[class*="dfp"] {
  text-align: center;
}

/* line 762, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
[class*="dfp"] [id*="creative_"] {
  margin: auto;
}

/* line 764, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.dfp-tag-wrapper {
  margin-bottom: 12px;
}

/* line 766, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
#dfp-ad-midcentral_home-wrapper,
.block-dfp-roba_pagina_mid_home,
.block-dfp-roba_pagina_top_home {
  margin-bottom: 20px;
}

/* line 771, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.views_infinite_scroll-ajax-loader {
  background-image: url(../images/throbber.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

/* line 779, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.views_infinite_scroll-ajax-loader img {
  display: none;
}

/* line 782, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.pane-block iframe[src*="visible"] {
  display: block;
  margin: 0 auto 20px;
}

/* line 786, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .section-404 {
  text-align: center;
}

/* line 788, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .section-404 .top {
  background: #000;
  padding: 20px 0;
}

/* line 791, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .section-404 .top h1 {
  color: #fff;
  font-size: 1.375rem;
  margin: 20px auto;
}

@media (max-width: 1025px) {
  /* line 791, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .l-main .section-404 .top h1 {
    max-width: 80%;
    font-size: 1.25rem;
  }
}

/* line 798, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .section-404 .top img {
  max-width: 230px;
  display: block;
  margin: 20px auto;
}

/* line 802, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .section-404 .social_networks {
  padding: 20px  0;
  color: #999;
  background: #f3f3f3;
}

/* line 806, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .section-404 .social_networks h2 {
  margin: 0 auto 40px;
  max-width: 300px;
}

@media (max-width: 1025px) {
  /* line 806, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .l-main .section-404 .social_networks h2 {
    max-width: 80%;
    font-size: 1rem;
  }
}

/* line 812, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .section-404 .social_networks ul {
  text-align: center;
}

/* line 814, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .section-404 .social_networks li {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}

@media (max-width: 1025px) {
  /* line 814, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
  .l-main .section-404 .social_networks li {
    margin: 0 5px;
  }
}

/* line 821, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .section-404 .social_networks li a i {
  border: 2px solid transparent;
  border-radius: 50%;
  display: block;
  height: 35px;
  line-height: 29px;
  text-align: center;
  width: 35px;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-main .section-404 .social_networks li a i:after {
  color: #999;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 2.5rem;
  vertical-align: middle;
}

/* line 830, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .section-404 .social_networks li a i:before {
  font-size: 2.5rem;
  color: #1d1d1d;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 834, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .section-404 .social_networks li a i:hover {
  background: transparent;
}

/* line 836, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .section-404 .social_networks li a i:hover:before {
  color: #f4f4f4;
}

/* line 838, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.l-main .section-404 .social_networks li a span {
  display: none;
}

/* line 842, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.iphone iframe {
  overflow: auto;
  width: 320px;
  min-width: 1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 850, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.slick-dots {
  text-align: center;
  width: 100%;
}

/* line 853, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.slick-dots li {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}

/* line 857, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #cccccc;
  border-radius: 50%;
  font-size: 0;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 868, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.slick-dots li.slick-active button:hover, .slick-dots li.slick-active button.active {
  background: #000;
}

/* line 873, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.no-image .node-image {
  display: none;
}

/* line 876, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.block__content .dfp-tag-wrapper {
  margin-bottom: 20px;
}

/* line 883, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.fa {
  display: inline-block;
  font: normal normal normal 15px/1 "Econs";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 893, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.fa-whatsapp:before {
  content: "\e90";
}

/* line 897, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.fa-facebook:before {
  content: "\e909";
}

/* line 901, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.fa-google-plus:before {
  content: "\e90a";
}

/* line 905, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.fa-instagram:before {
  content: "\e90b";
}

/* line 909, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.fa-twitter:before {
  content: "\e90c";
}

/* line 913, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 915, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.texto-publicidad:before {
  background: #f7f9f9;
  box-sizing: border-box;
  color: #1d1d1d;
  content: 'Publicidad';
  display: block;
  font-family: monospace;
  font-size: 0.625rem;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

/* line 928, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_general.sass */
.tp-modal:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.8;
}

/* line 8, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .node-advertorial,
.node-type-article .node-advertorial,
.node-type-column .node-advertorial,
.node-type-video .node-advertorial,
.node-type-cartoon .node-advertorial,
.node-type-gallery .node-advertorial {
  background: #97040c;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 10px;
  padding: 5px;
}

/* line 16, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .l-main,
.node-type-article .l-main,
.node-type-column .l-main,
.node-type-video .l-main,
.node-type-cartoon .l-main,
.node-type-gallery .l-main {
  position: relative;
}

/* line 19, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .node-image img,
.node-type-article .node-image img,
.node-type-column .node-image img,
.node-type-video .node-image img,
.node-type-cartoon .node-image img,
.node-type-gallery .node-image img {
  height: auto;
  width: 100%;
}

/* line 22, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .jscroll-entity-wrapper,
.node-type-article .jscroll-entity-wrapper,
.node-type-column .jscroll-entity-wrapper,
.node-type-video .jscroll-entity-wrapper,
.node-type-cartoon .jscroll-entity-wrapper,
.node-type-gallery .jscroll-entity-wrapper {
  margin-bottom: 50px;
}

@media (max-width: 1025px) {
  /* line 25, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .section-espacio-publicitario-nad .group-left,
  .node-type-article .group-left,
  .node-type-column .group-left,
  .node-type-video .group-left,
  .node-type-cartoon .group-left,
  .node-type-gallery .group-left {
    border-bottom: 2px dotted #f4f4f4;
  }
}

/* line 28, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left h1,
.node-type-article .group-left h1,
.node-type-column .group-left h1,
.node-type-video .group-left h1,
.node-type-cartoon .group-left h1,
.node-type-gallery .group-left h1 {
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 2.8125rem;
  margin-bottom: 10px;
}

@media (max-width: 1025px) {
  /* line 28, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .section-espacio-publicitario-nad .group-left h1,
  .node-type-article .group-left h1,
  .node-type-column .group-left h1,
  .node-type-video .group-left h1,
  .node-type-cartoon .group-left h1,
  .node-type-gallery .group-left h1 {
    font-size: 2.125rem;
    line-height: normal;
  }
}

/* line 30, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left p,
.node-type-article .group-left p,
.node-type-column .group-left p,
.node-type-video .group-left p,
.node-type-cartoon .group-left p,
.node-type-gallery .group-left p {
  margin-bottom: 15px;
}

/* line 32, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left p img,
.node-type-article .group-left p img,
.node-type-column .group-left p img,
.node-type-video .group-left p img,
.node-type-cartoon .group-left p img,
.node-type-gallery .group-left p img {
  width: 100%;
}

/* line 35, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-body iframe,
.section-espacio-publicitario-nad .group-left .node-body img,
.section-espacio-publicitario-nad .group-left .node-body twitterwidget,
.node-type-article .group-left .node-body iframe,
.node-type-article .group-left .node-body img,
.node-type-article .group-left .node-body twitterwidget,
.node-type-column .group-left .node-body iframe,
.node-type-column .group-left .node-body img,
.node-type-column .group-left .node-body twitterwidget,
.node-type-video .group-left .node-body iframe,
.node-type-video .group-left .node-body img,
.node-type-video .group-left .node-body twitterwidget,
.node-type-cartoon .group-left .node-body iframe,
.node-type-cartoon .group-left .node-body img,
.node-type-cartoon .group-left .node-body twitterwidget,
.node-type-gallery .group-left .node-body iframe,
.node-type-gallery .group-left .node-body img,
.node-type-gallery .group-left .node-body twitterwidget {
  margin: 10px auto;
  display: block;
}

/* line 40, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .group-container,
.node-type-article .group-left .group-container,
.node-type-column .group-left .group-container,
.node-type-video .group-left .group-container,
.node-type-cartoon .group-left .group-container,
.node-type-gallery .group-left .group-container {
  display: inline-block;
  width: 100%;
}

/* line 43, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .eequote,
.section-espacio-publicitario-nad .group-left blockquote,
.node-type-article .group-left .eequote,
.node-type-article .group-left blockquote,
.node-type-column .group-left .eequote,
.node-type-column .group-left blockquote,
.node-type-video .group-left .eequote,
.node-type-video .group-left blockquote,
.node-type-cartoon .group-left .eequote,
.node-type-cartoon .group-left blockquote,
.node-type-gallery .group-left .eequote,
.node-type-gallery .group-left blockquote {
  background: #9ba3ce;
  float: left;
  margin: 0 10px 10px 0;
  max-width: 50%;
  padding: 10px 15px 10px 30px;
  position: relative;
}

@media (max-width: 1025px) {
  /* line 43, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .section-espacio-publicitario-nad .group-left .eequote,
  .section-espacio-publicitario-nad .group-left blockquote,
  .node-type-article .group-left .eequote,
  .node-type-article .group-left blockquote,
  .node-type-column .group-left .eequote,
  .node-type-column .group-left blockquote,
  .node-type-video .group-left .eequote,
  .node-type-video .group-left blockquote,
  .node-type-cartoon .group-left .eequote,
  .node-type-cartoon .group-left blockquote,
  .node-type-gallery .group-left .eequote,
  .node-type-gallery .group-left blockquote {
    margin: 0;
    max-width: 100%;
  }
}

/* line 54, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .eequote p,
.section-espacio-publicitario-nad .group-left blockquote p,
.node-type-article .group-left .eequote p,
.node-type-article .group-left blockquote p,
.node-type-column .group-left .eequote p,
.node-type-column .group-left blockquote p,
.node-type-video .group-left .eequote p,
.node-type-video .group-left blockquote p,
.node-type-cartoon .group-left .eequote p,
.node-type-cartoon .group-left blockquote p,
.node-type-gallery .group-left .eequote p,
.node-type-gallery .group-left blockquote p {
  margin: 0;
  line-height: 1.375rem;
}

/* line 57, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .eequote a,
.section-espacio-publicitario-nad .group-left blockquote a,
.node-type-article .group-left .eequote a,
.node-type-article .group-left blockquote a,
.node-type-column .group-left .eequote a,
.node-type-column .group-left blockquote a,
.node-type-video .group-left .eequote a,
.node-type-video .group-left blockquote a,
.node-type-cartoon .group-left .eequote a,
.node-type-cartoon .group-left blockquote a,
.node-type-gallery .group-left .eequote a,
.node-type-gallery .group-left blockquote a {
  font-size: 0.875rem;
  color: #fff;
}

/* line 60, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .eequote a:hover,
.section-espacio-publicitario-nad .group-left blockquote a:hover,
.node-type-article .group-left .eequote a:hover,
.node-type-article .group-left blockquote a:hover,
.node-type-column .group-left .eequote a:hover,
.node-type-column .group-left blockquote a:hover,
.node-type-video .group-left .eequote a:hover,
.node-type-video .group-left blockquote a:hover,
.node-type-cartoon .group-left .eequote a:hover,
.node-type-cartoon .group-left blockquote a:hover,
.node-type-gallery .group-left .eequote a:hover,
.node-type-gallery .group-left blockquote a:hover {
  color: #ea0a0a;
}

/* line 186, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.section-espacio-publicitario-nad .group-left .eequote:after,
.section-espacio-publicitario-nad .group-left blockquote:after,
.node-type-article .group-left .eequote:after,
.node-type-article .group-left blockquote:after,
.node-type-column .group-left .eequote:after,
.node-type-column .group-left blockquote:after,
.node-type-video .group-left .eequote:after,
.node-type-video .group-left blockquote:after,
.node-type-cartoon .group-left .eequote:after,
.node-type-cartoon .group-left blockquote:after,
.node-type-gallery .group-left .eequote:after,
.node-type-gallery .group-left blockquote:after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-radius: 0;
  content: "";
  height: 0;
  left: 20px;
  position: absolute;
  top: 0;
  transform: translate(0, 0);
  width: 0;
}

/* line 63, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .field--name-field-pretitle,
.node-type-article .group-left .field--name-field-pretitle,
.node-type-column .group-left .field--name-field-pretitle,
.node-type-video .group-left .field--name-field-pretitle,
.node-type-cartoon .group-left .field--name-field-pretitle,
.node-type-gallery .group-left .field--name-field-pretitle {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 70, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-teaser p,
.node-type-article .group-left .node-teaser p,
.node-type-column .group-left .node-teaser p,
.node-type-video .group-left .node-teaser p,
.node-type-cartoon .group-left .node-teaser p,
.node-type-gallery .group-left .node-teaser p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #1d1d1d;
}

/* line 74, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .group-node-info,
.section-espacio-publicitario-nad .group-left .node-author,
.node-type-article .group-left .group-node-info,
.node-type-article .group-left .node-author,
.node-type-column .group-left .group-node-info,
.node-type-column .group-left .node-author,
.node-type-video .group-left .group-node-info,
.node-type-video .group-left .node-author,
.node-type-cartoon .group-left .group-node-info,
.node-type-cartoon .group-left .node-author,
.node-type-gallery .group-left .group-node-info,
.node-type-gallery .group-left .node-author {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* line 78, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .group-node-info > div,
.section-espacio-publicitario-nad .group-left .node-author > div,
.node-type-article .group-left .group-node-info > div,
.node-type-article .group-left .node-author > div,
.node-type-column .group-left .group-node-info > div,
.node-type-column .group-left .node-author > div,
.node-type-video .group-left .group-node-info > div,
.node-type-video .group-left .node-author > div,
.node-type-cartoon .group-left .group-node-info > div,
.node-type-cartoon .group-left .node-author > div,
.node-type-gallery .group-left .group-node-info > div,
.node-type-gallery .group-left .node-author > div {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 82, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .group-node-info.field--name-field-author,
.section-espacio-publicitario-nad .group-left .node-author.field--name-field-author,
.node-type-article .group-left .group-node-info.field--name-field-author,
.node-type-article .group-left .node-author.field--name-field-author,
.node-type-column .group-left .group-node-info.field--name-field-author,
.node-type-column .group-left .node-author.field--name-field-author,
.node-type-video .group-left .group-node-info.field--name-field-author,
.node-type-video .group-left .node-author.field--name-field-author,
.node-type-cartoon .group-left .group-node-info.field--name-field-author,
.node-type-cartoon .group-left .node-author.field--name-field-author,
.node-type-gallery .group-left .group-node-info.field--name-field-author,
.node-type-gallery .group-left .node-author.field--name-field-author {
  margin-bottom: 10px;
}

/* line 84, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .group-node-info.field--name-field-author:before,
.section-espacio-publicitario-nad .group-left .node-author.field--name-field-author:before,
.node-type-article .group-left .group-node-info.field--name-field-author:before,
.node-type-article .group-left .node-author.field--name-field-author:before,
.node-type-column .group-left .group-node-info.field--name-field-author:before,
.node-type-column .group-left .node-author.field--name-field-author:before,
.node-type-video .group-left .group-node-info.field--name-field-author:before,
.node-type-video .group-left .node-author.field--name-field-author:before,
.node-type-cartoon .group-left .group-node-info.field--name-field-author:before,
.node-type-cartoon .group-left .node-author.field--name-field-author:before,
.node-type-gallery .group-left .group-node-info.field--name-field-author:before,
.node-type-gallery .group-left .node-author.field--name-field-author:before {
  content: 'Por: ';
}

/* line 86, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .field--name-field-main-picture,
.node-type-article .group-left .field--name-field-main-picture,
.node-type-column .group-left .field--name-field-main-picture,
.node-type-video .group-left .field--name-field-main-picture,
.node-type-cartoon .group-left .field--name-field-main-picture,
.node-type-gallery .group-left .field--name-field-main-picture {
  margin: 10px 0 20px;
}

/* line 88, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .field--name-field-main-picture .description,
.node-type-article .group-left .field--name-field-main-picture .description,
.node-type-column .group-left .field--name-field-main-picture .description,
.node-type-video .group-left .field--name-field-main-picture .description,
.node-type-cartoon .group-left .field--name-field-main-picture .description,
.node-type-gallery .group-left .field--name-field-main-picture .description {
  font-size: 14px;
  color: #1d1d1d;
}

/* line 91, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .field--name-field-main-picture img,
.node-type-article .group-left .field--name-field-main-picture img,
.node-type-column .group-left .field--name-field-main-picture img,
.node-type-video .group-left .field--name-field-main-picture img,
.node-type-cartoon .group-left .field--name-field-main-picture img,
.node-type-gallery .group-left .field--name-field-main-picture img {
  height: auto;
  width: 100%;
}

/* line 94, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .field--name-field-main-picture .group-caption,
.node-type-article .group-left .field--name-field-main-picture .group-caption,
.node-type-column .group-left .field--name-field-main-picture .group-caption,
.node-type-video .group-left .field--name-field-main-picture .group-caption,
.node-type-cartoon .group-left .field--name-field-main-picture .group-caption,
.node-type-gallery .group-left .field--name-field-main-picture .group-caption {
  background: #1d1d1d;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3rem;
  margin: 0;
  padding: 10px;
}

/* line 101, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .field--name-field-main-picture .group-caption span,
.node-type-article .group-left .field--name-field-main-picture .group-caption span,
.node-type-column .group-left .field--name-field-main-picture .group-caption span,
.node-type-video .group-left .field--name-field-main-picture .group-caption span,
.node-type-cartoon .group-left .field--name-field-main-picture .group-caption span,
.node-type-gallery .group-left .field--name-field-main-picture .group-caption span {
  color: #fff;
}

/* line 104, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .field--name-field-main-picture .group-caption .author:before,
.node-type-article .group-left .field--name-field-main-picture .group-caption .author:before,
.node-type-column .group-left .field--name-field-main-picture .group-caption .author:before,
.node-type-video .group-left .field--name-field-main-picture .group-caption .author:before,
.node-type-cartoon .group-left .field--name-field-main-picture .group-caption .author:before,
.node-type-gallery .group-left .field--name-field-main-picture .group-caption .author:before {
  content: '/';
  display: inline;
  margin: 0 5px;
}

/* line 109, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-multimedia,
.node-type-article .group-left .node-multimedia,
.node-type-column .group-left .node-multimedia,
.node-type-video .group-left .node-multimedia,
.node-type-cartoon .group-left .node-multimedia,
.node-type-gallery .group-left .node-multimedia {
  background: #1d1d1d;
  clear: both;
  padding: 20px;
}

/* line 113, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-multimedia .node-term,
.section-espacio-publicitario-nad .group-left .node-multimedia .node-post-date,
.node-type-article .group-left .node-multimedia .node-term,
.node-type-article .group-left .node-multimedia .node-post-date,
.node-type-column .group-left .node-multimedia .node-term,
.node-type-column .group-left .node-multimedia .node-post-date,
.node-type-video .group-left .node-multimedia .node-term,
.node-type-video .group-left .node-multimedia .node-post-date,
.node-type-cartoon .group-left .node-multimedia .node-term,
.node-type-cartoon .group-left .node-multimedia .node-post-date,
.node-type-gallery .group-left .node-multimedia .node-term,
.node-type-gallery .group-left .node-multimedia .node-post-date {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  margin: 0 10px 0 0;
}

/* line 120, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-multimedia [class*='view-mode'],
.node-type-article .group-left .node-multimedia [class*='view-mode'],
.node-type-column .group-left .node-multimedia [class*='view-mode'],
.node-type-video .group-left .node-multimedia [class*='view-mode'],
.node-type-cartoon .group-left .node-multimedia [class*='view-mode'],
.node-type-gallery .group-left .node-multimedia [class*='view-mode'] {
  background: none;
  border: none;
  display: table;
  margin: 5px 0 0;
  width: 100%;
}

/* line 127, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-multimedia .group-container-teaser a, .section-espacio-publicitario-nad .group-left .node-multimedia .group-container-teaser span,
.node-type-article .group-left .node-multimedia .group-container-teaser a,
.node-type-article .group-left .node-multimedia .group-container-teaser span,
.node-type-column .group-left .node-multimedia .group-container-teaser a,
.node-type-column .group-left .node-multimedia .group-container-teaser span,
.node-type-video .group-left .node-multimedia .group-container-teaser a,
.node-type-video .group-left .node-multimedia .group-container-teaser span,
.node-type-cartoon .group-left .node-multimedia .group-container-teaser a,
.node-type-cartoon .group-left .node-multimedia .group-container-teaser span,
.node-type-gallery .group-left .node-multimedia .group-container-teaser a,
.node-type-gallery .group-left .node-multimedia .group-container-teaser span {
  color: #fff;
}

/* line 132, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-multimedia .node--gallery .node-image a,
.section-espacio-publicitario-nad .group-left .node-multimedia .node--video .node-image a,
.node-type-article .group-left .node-multimedia .node--gallery .node-image a,
.node-type-article .group-left .node-multimedia .node--video .node-image a,
.node-type-column .group-left .node-multimedia .node--gallery .node-image a,
.node-type-column .group-left .node-multimedia .node--video .node-image a,
.node-type-video .group-left .node-multimedia .node--gallery .node-image a,
.node-type-video .group-left .node-multimedia .node--video .node-image a,
.node-type-cartoon .group-left .node-multimedia .node--gallery .node-image a,
.node-type-cartoon .group-left .node-multimedia .node--video .node-image a,
.node-type-gallery .group-left .node-multimedia .node--gallery .node-image a,
.node-type-gallery .group-left .node-multimedia .node--video .node-image a {
  position: relative;
}

/* line 134, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-multimedia .node--gallery .node-image a:after,
.section-espacio-publicitario-nad .group-left .node-multimedia .node--video .node-image a:after,
.node-type-article .group-left .node-multimedia .node--gallery .node-image a:after,
.node-type-article .group-left .node-multimedia .node--video .node-image a:after,
.node-type-column .group-left .node-multimedia .node--gallery .node-image a:after,
.node-type-column .group-left .node-multimedia .node--video .node-image a:after,
.node-type-video .group-left .node-multimedia .node--gallery .node-image a:after,
.node-type-video .group-left .node-multimedia .node--video .node-image a:after,
.node-type-cartoon .group-left .node-multimedia .node--gallery .node-image a:after,
.node-type-cartoon .group-left .node-multimedia .node--video .node-image a:after,
.node-type-gallery .group-left .node-multimedia .node--gallery .node-image a:after,
.node-type-gallery .group-left .node-multimedia .node--video .node-image a:after {
  position: absolute;
  top: 10px;
  left: 10px;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.section-espacio-publicitario-nad .group-left .node-multimedia .node--gallery .node-image a:after,
.node-type-article .group-left .node-multimedia .node--gallery .node-image a:after,
.node-type-column .group-left .node-multimedia .node--gallery .node-image a:after,
.node-type-video .group-left .node-multimedia .node--gallery .node-image a:after,
.node-type-cartoon .group-left .node-multimedia .node--gallery .node-image a:after,
.node-type-gallery .group-left .node-multimedia .node--gallery .node-image a:after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.875rem;
  vertical-align: middle;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.section-espacio-publicitario-nad .group-left .node-multimedia .node--video .node-image a:after,
.node-type-article .group-left .node-multimedia .node--video .node-image a:after,
.node-type-column .group-left .node-multimedia .node--video .node-image a:after,
.node-type-video .group-left .node-multimedia .node--video .node-image a:after,
.node-type-cartoon .group-left .node-multimedia .node--video .node-image a:after,
.node-type-gallery .group-left .node-multimedia .node--video .node-image a:after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.875rem;
  vertical-align: middle;
}

/* line 147, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-multimedia h3 a,
.node-type-article .group-left .node-multimedia h3 a,
.node-type-column .group-left .node-multimedia h3 a,
.node-type-video .group-left .node-multimedia h3 a,
.node-type-cartoon .group-left .node-multimedia h3 a,
.node-type-gallery .group-left .node-multimedia h3 a {
  color: #fff;
  font-size: 1.25rem;
}

/* line 150, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-multimedia .group-text-content,
.node-type-article .group-left .node-multimedia .group-text-content,
.node-type-column .group-left .node-multimedia .group-text-content,
.node-type-video .group-left .node-multimedia .group-text-content,
.node-type-cartoon .group-left .node-multimedia .group-text-content,
.node-type-gallery .group-left .node-multimedia .group-text-content {
  display: table-row-group;
}

/* line 152, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-multimedia .node-image,
.node-type-article .group-left .node-multimedia .node-image,
.node-type-column .group-left .node-multimedia .node-image,
.node-type-video .group-left .node-multimedia .node-image,
.node-type-cartoon .group-left .node-multimedia .node-image,
.node-type-gallery .group-left .node-multimedia .node-image {
  display: table-footer-group;
}

/* line 154, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-multimedia .node-image a,
.node-type-article .group-left .node-multimedia .node-image a,
.node-type-column .group-left .node-multimedia .node-image a,
.node-type-video .group-left .node-multimedia .node-image a,
.node-type-cartoon .group-left .node-multimedia .node-image a,
.node-type-gallery .group-left .node-multimedia .node-image a {
  margin-top: 5px;
}

/* line 156, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-multimedia .node-title,
.node-type-article .group-left .node-multimedia .node-title,
.node-type-column .group-left .node-multimedia .node-title,
.node-type-video .group-left .node-multimedia .node-title,
.node-type-cartoon .group-left .node-multimedia .node-title,
.node-type-gallery .group-left .node-multimedia .node-title {
  display: table-header-group;
}

/* line 158, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-tags,
.node-type-article .group-left .node-tags,
.node-type-column .group-left .node-tags,
.node-type-video .group-left .node-tags,
.node-type-cartoon .group-left .node-tags,
.node-type-gallery .group-left .node-tags {
  margin: 20px 0;
  clear: both;
}

/* line 161, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-tags .node-tags-label,
.node-type-article .group-left .node-tags .node-tags-label,
.node-type-column .group-left .node-tags .node-tags-label,
.node-type-video .group-left .node-tags .node-tags-label,
.node-type-cartoon .group-left .node-tags .node-tags-label,
.node-type-gallery .group-left .node-tags .node-tags-label {
  width: auto;
  float: left;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 30px;
  position: relative;
}

/* line 168, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-tags .node-tags-label span,
.node-type-article .group-left .node-tags .node-tags-label span,
.node-type-column .group-left .node-tags .node-tags-label span,
.node-type-video .group-left .node-tags .node-tags-label span,
.node-type-cartoon .group-left .node-tags .node-tags-label span,
.node-type-gallery .group-left .node-tags .node-tags-label span {
  font-size: 0.9375rem;
}

/* line 170, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-tags .node-tags-label span::before,
.node-type-article .group-left .node-tags .node-tags-label span::before,
.node-type-column .group-left .node-tags .node-tags-label span::before,
.node-type-video .group-left .node-tags .node-tags-label span::before,
.node-type-cartoon .group-left .node-tags .node-tags-label span::before,
.node-type-gallery .group-left .node-tags .node-tags-label span::before {
  content: '';
  position: absolute;
  display: block;
  background: #d1d1d1;
  width: 100px;
  height: 2px;
  top: -24px;
}

/* line 178, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-tags .node-tags-items,
.node-type-article .group-left .node-tags .node-tags-items,
.node-type-column .group-left .node-tags .node-tags-items,
.node-type-video .group-left .node-tags .node-tags-items,
.node-type-cartoon .group-left .node-tags .node-tags-items,
.node-type-gallery .group-left .node-tags .node-tags-items {
  float: left;
  width: 100%;
}

/* line 181, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-tags .node-tags-items .btn,
.node-type-article .group-left .node-tags .node-tags-items .btn,
.node-type-column .group-left .node-tags .node-tags-items .btn,
.node-type-video .group-left .node-tags .node-tags-items .btn,
.node-type-cartoon .group-left .node-tags .node-tags-items .btn,
.node-type-gallery .group-left .node-tags .node-tags-items .btn {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 14px;
  margin-right: 14px;
}

/* line 186, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-tags .node-tags-items .btn a,
.node-type-article .group-left .node-tags .node-tags-items .btn a,
.node-type-column .group-left .node-tags .node-tags-items .btn a,
.node-type-video .group-left .node-tags .node-tags-items .btn a,
.node-type-cartoon .group-left .node-tags .node-tags-items .btn a,
.node-type-gallery .group-left .node-tags .node-tags-items .btn a {
  background: #ededed;
  border-radius: 3px;
  box-shadow: none;
  color: #070707;
  display: block;
  font-size: 0.9375rem;
  line-height: 15px;
  margin: 0 5px;
  padding: 5px 10px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 197, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .node-tags .node-tags-items .btn a:hover,
.node-type-article .group-left .node-tags .node-tags-items .btn a:hover,
.node-type-column .group-left .node-tags .node-tags-items .btn a:hover,
.node-type-video .group-left .node-tags .node-tags-items .btn a:hover,
.node-type-cartoon .group-left .node-tags .node-tags-items .btn a:hover,
.node-type-gallery .group-left .node-tags .node-tags-items .btn a:hover {
  color: #070707;
  text-decoration: underline;
}

@media (max-width: 1025px) {
  /* line 186, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .section-espacio-publicitario-nad .group-left .node-tags .node-tags-items .btn a,
  .node-type-article .group-left .node-tags .node-tags-items .btn a,
  .node-type-column .group-left .node-tags .node-tags-items .btn a,
  .node-type-video .group-left .node-tags .node-tags-items .btn a,
  .node-type-cartoon .group-left .node-tags .node-tags-items .btn a,
  .node-type-gallery .group-left .node-tags .node-tags-items .btn a {
    font-size: 0.75rem;
    line-height: 1.5rem;
    padding: 0 6px;
  }
}

/* line 204, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .field--name-ver-todos-los-columnistas,
.node-type-article .group-left .field--name-ver-todos-los-columnistas,
.node-type-column .group-left .field--name-ver-todos-los-columnistas,
.node-type-video .group-left .field--name-ver-todos-los-columnistas,
.node-type-cartoon .group-left .field--name-ver-todos-los-columnistas,
.node-type-gallery .group-left .field--name-ver-todos-los-columnistas {
  float: left;
  margin: 0 10px 20px 0;
}

/* line 207, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .field--name-ver-todos-los-columnistas a,
.node-type-article .group-left .field--name-ver-todos-los-columnistas a,
.node-type-column .group-left .field--name-ver-todos-los-columnistas a,
.node-type-video .group-left .field--name-ver-todos-los-columnistas a,
.node-type-cartoon .group-left .field--name-ver-todos-los-columnistas a,
.node-type-gallery .group-left .field--name-ver-todos-los-columnistas a {
  background: #1d1d1d;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

@media (min-width: 1001px) {
  /* line 209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .section-espacio-publicitario-nad .group-left .field--name-ver-todos-los-columnistas a:hover,
  .node-type-article .group-left .field--name-ver-todos-los-columnistas a:hover,
  .node-type-column .group-left .field--name-ver-todos-los-columnistas a:hover,
  .node-type-video .group-left .field--name-ver-todos-los-columnistas a:hover,
  .node-type-cartoon .group-left .field--name-ver-todos-los-columnistas a:hover,
  .node-type-gallery .group-left .field--name-ver-todos-los-columnistas a:hover {
    background: #f7f9f9;
    color: #1d1d1d;
  }
}

@media (max-width: 1025px) {
  /* line 207, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .section-espacio-publicitario-nad .group-left .field--name-ver-todos-los-columnistas a,
  .node-type-article .group-left .field--name-ver-todos-los-columnistas a,
  .node-type-column .group-left .field--name-ver-todos-los-columnistas a,
  .node-type-video .group-left .field--name-ver-todos-los-columnistas a,
  .node-type-cartoon .group-left .field--name-ver-todos-los-columnistas a,
  .node-type-gallery .group-left .field--name-ver-todos-los-columnistas a {
    font-size: 1rem;
    font-weight: bold;
  }
}

/* line 211, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments,
.node-type-article .group-left .comments,
.node-type-column .group-left .comments,
.node-type-video .group-left .comments,
.node-type-cartoon .group-left .comments,
.node-type-gallery .group-left .comments {
  margin: 10px 0 30px;
  overflow: hidden;
}

/* line 214, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments .text-full,
.node-type-article .group-left .comments .text-full,
.node-type-column .group-left .comments .text-full,
.node-type-video .group-left .comments .text-full,
.node-type-cartoon .group-left .comments .text-full,
.node-type-gallery .group-left .comments .text-full {
  width: 100%;
  margin: 0;
  color: #000;
  padding: 12px;
  font-size: 16px;
  border-radius: 0;
  resize: none;
}

/* line 223, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments .form-actions input,
.node-type-article .group-left .comments .form-actions input,
.node-type-column .group-left .comments .form-actions input,
.node-type-video .group-left .comments .form-actions input,
.node-type-cartoon .group-left .comments .form-actions input,
.node-type-gallery .group-left .comments .form-actions input {
  color: #fff;
  display: inline-block;
  margin: 0 0 30px;
  padding: 10px 10px;
  text-transform: initial;
  width: 100%;
  font-size: 1.125rem;
  background: #343434;
}

/* line 232, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments textarea::-webkit-input-placeholder,
.node-type-article .group-left .comments textarea::-webkit-input-placeholder,
.node-type-column .group-left .comments textarea::-webkit-input-placeholder,
.node-type-video .group-left .comments textarea::-webkit-input-placeholder,
.node-type-cartoon .group-left .comments textarea::-webkit-input-placeholder,
.node-type-gallery .group-left .comments textarea::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #000;
}
.section-espacio-publicitario-nad .group-left .comments textarea:-ms-input-placeholder,
.node-type-article .group-left .comments textarea:-ms-input-placeholder,
.node-type-column .group-left .comments textarea:-ms-input-placeholder,
.node-type-video .group-left .comments textarea:-ms-input-placeholder,
.node-type-cartoon .group-left .comments textarea:-ms-input-placeholder,
.node-type-gallery .group-left .comments textarea:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #000;
}
.section-espacio-publicitario-nad .group-left .comments textarea::placeholder,
.node-type-article .group-left .comments textarea::placeholder,
.node-type-column .group-left .comments textarea::placeholder,
.node-type-video .group-left .comments textarea::placeholder,
.node-type-cartoon .group-left .comments textarea::placeholder,
.node-type-gallery .group-left .comments textarea::placeholder {
  font-size: 0.875rem;
  color: #000;
}

/* line 237, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments textarea::-webkit-input-placeholder input:hover,
.node-type-article .group-left .comments textarea::-webkit-input-placeholder input:hover,
.node-type-column .group-left .comments textarea::-webkit-input-placeholder input:hover,
.node-type-video .group-left .comments textarea::-webkit-input-placeholder input:hover,
.node-type-cartoon .group-left .comments textarea::-webkit-input-placeholder input:hover,
.node-type-gallery .group-left .comments textarea::-webkit-input-placeholder input:hover {
  background-color: #000;
}
.section-espacio-publicitario-nad .group-left .comments textarea:-ms-input-placeholder input:hover,
.node-type-article .group-left .comments textarea:-ms-input-placeholder input:hover,
.node-type-column .group-left .comments textarea:-ms-input-placeholder input:hover,
.node-type-video .group-left .comments textarea:-ms-input-placeholder input:hover,
.node-type-cartoon .group-left .comments textarea:-ms-input-placeholder input:hover,
.node-type-gallery .group-left .comments textarea:-ms-input-placeholder input:hover {
  background-color: #000;
}
.section-espacio-publicitario-nad .group-left .comments textarea::placeholder input:hover,
.node-type-article .group-left .comments textarea::placeholder input:hover,
.node-type-column .group-left .comments textarea::placeholder input:hover,
.node-type-video .group-left .comments textarea::placeholder input:hover,
.node-type-cartoon .group-left .comments textarea::placeholder input:hover,
.node-type-gallery .group-left .comments textarea::placeholder input:hover {
  background-color: #000;
}

/* line 239, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments .intro,
.node-type-article .group-left .comments .intro,
.node-type-column .group-left .comments .intro,
.node-type-video .group-left .comments .intro,
.node-type-cartoon .group-left .comments .intro,
.node-type-gallery .group-left .comments .intro {
  margin-top: 38px;
  font-weight: bold;
  color: #333333;
}

/* line 243, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments p,
.node-type-article .group-left .comments p,
.node-type-column .group-left .comments p,
.node-type-video .group-left .comments p,
.node-type-cartoon .group-left .comments p,
.node-type-gallery .group-left .comments p {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 24px;
}

/* line 247, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments .sub_intro,
.node-type-article .group-left .comments .sub_intro,
.node-type-column .group-left .comments .sub_intro,
.node-type-video .group-left .comments .sub_intro,
.node-type-cartoon .group-left .comments .sub_intro,
.node-type-gallery .group-left .comments .sub_intro {
  max-width: 90%;
  margin-bottom: 22px;
}

/* line 250, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments .mensaje-login,
.node-type-article .group-left .comments .mensaje-login,
.node-type-column .group-left .comments .mensaje-login,
.node-type-video .group-left .comments .mensaje-login,
.node-type-cartoon .group-left .comments .mensaje-login,
.node-type-gallery .group-left .comments .mensaje-login {
  color: #333;
  font-weight: 600;
  margin-bottom: 28px;
}

/* line 254, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments .btn_iniciar_sesion,
.node-type-article .group-left .comments .btn_iniciar_sesion,
.node-type-column .group-left .comments .btn_iniciar_sesion,
.node-type-video .group-left .comments .btn_iniciar_sesion,
.node-type-cartoon .group-left .comments .btn_iniciar_sesion,
.node-type-gallery .group-left .comments .btn_iniciar_sesion {
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: #343434;
  padding: 12px;
}

/* line 260, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments .msj-noconfirmado,
.node-type-article .group-left .comments .msj-noconfirmado,
.node-type-column .group-left .comments .msj-noconfirmado,
.node-type-video .group-left .comments .msj-noconfirmado,
.node-type-cartoon .group-left .comments .msj-noconfirmado,
.node-type-gallery .group-left .comments .msj-noconfirmado {
  background: #fac1c1;
  background-color: #bf0811;
  background-font-size: 0.875rem;
  background-padding: 16px 26px;
  background-line-height: 25px;
  background-font-weight: 600;
  background-margin-bottom: 53px;
}

/* line 268, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments .get_comments,
.node-type-article .group-left .comments .get_comments,
.node-type-column .group-left .comments .get_comments,
.node-type-video .group-left .comments .get_comments,
.node-type-cartoon .group-left .comments .get_comments,
.node-type-gallery .group-left .comments .get_comments {
  background: #fcc314;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  padding: 11px 50px 11px 48px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.section-espacio-publicitario-nad .group-left .comments .get_comments:after,
.node-type-article .group-left .comments .get_comments:after,
.node-type-column .group-left .comments .get_comments:after,
.node-type-video .group-left .comments .get_comments:after,
.node-type-cartoon .group-left .comments .get_comments:after,
.node-type-gallery .group-left .comments .get_comments:after {
  color: #000;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.875rem;
  vertical-align: middle;
}

@media (max-width: 1025px) {
  /* line 268, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .section-espacio-publicitario-nad .group-left .comments .get_comments,
  .node-type-article .group-left .comments .get_comments,
  .node-type-column .group-left .comments .get_comments,
  .node-type-video .group-left .comments .get_comments,
  .node-type-cartoon .group-left .comments .get_comments,
  .node-type-gallery .group-left .comments .get_comments {
    float: right;
    font-size: 0.875rem;
    line-height: normal;
    padding: 13px 30px 14px 45px;
    margin-bottom: 40px;
  }
  /* line 286, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .section-espacio-publicitario-nad .group-left .comments .get_comments:after,
  .node-type-article .group-left .comments .get_comments:after,
  .node-type-column .group-left .comments .get_comments:after,
  .node-type-video .group-left .comments .get_comments:after,
  .node-type-cartoon .group-left .comments .get_comments:after,
  .node-type-gallery .group-left .comments .get_comments:after {
    font-size: 0.875rem;
  }
}

/* line 288, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments .get_comments:after,
.node-type-article .group-left .comments .get_comments:after,
.node-type-column .group-left .comments .get_comments:after,
.node-type-video .group-left .comments .get_comments:after,
.node-type-cartoon .group-left .comments .get_comments:after,
.node-type-gallery .group-left .comments .get_comments:after {
  content: "";
  font-family: "Econs";
  width: 15px;
  height: 15px;
  margin-right: -10px;
  position: relative;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  float: right;
  transform-origin: 66% 66%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
}

/* line 309, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments .get_comments:before,
.node-type-article .group-left .comments .get_comments:before,
.node-type-column .group-left .comments .get_comments:before,
.node-type-video .group-left .comments .get_comments:before,
.node-type-cartoon .group-left .comments .get_comments:before,
.node-type-gallery .group-left .comments .get_comments:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 20px;
  background: url(../images/typing.svg) no-repeat;
  display: block;
  left: 3%;
  margin-top: 0.5%;
}

/* line 318, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments article,
.node-type-article .group-left .comments article,
.node-type-column .group-left .comments article,
.node-type-video .group-left .comments article,
.node-type-cartoon .group-left .comments article,
.node-type-gallery .group-left .comments article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

/* line 321, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments article .permalink,
.node-type-article .group-left .comments article .permalink,
.node-type-column .group-left .comments article .permalink,
.node-type-video .group-left .comments article .permalink,
.node-type-cartoon .group-left .comments article .permalink,
.node-type-gallery .group-left .comments article .permalink {
  display: none;
}

/* line 323, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments article p,
.node-type-article .group-left .comments article p,
.node-type-column .group-left .comments article p,
.node-type-video .group-left .comments article p,
.node-type-cartoon .group-left .comments article p,
.node-type-gallery .group-left .comments article p {
  margin-bottom: 20px;
}

/* line 325, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments article .sub_intro,
.node-type-article .group-left .comments article .sub_intro,
.node-type-column .group-left .comments article .sub_intro,
.node-type-video .group-left .comments article .sub_intro,
.node-type-cartoon .group-left .comments article .sub_intro,
.node-type-gallery .group-left .comments article .sub_intro {
  margin-bottom: 22px;
}

/* line 327, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments article .links,
.node-type-article .group-left .comments article .links,
.node-type-column .group-left .comments article .links,
.node-type-video .group-left .comments article .links,
.node-type-cartoon .group-left .comments article .links,
.node-type-gallery .group-left .comments article .links {
  padding: 20px 0;
}

/* line 329, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments article .links li,
.node-type-article .group-left .comments article .links li,
.node-type-column .group-left .comments article .links li,
.node-type-video .group-left .comments article .links li,
.node-type-cartoon .group-left .comments article .links li,
.node-type-gallery .group-left .comments article .links li {
  margin: 0;
  float: right;
}

/* line 332, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments article .links li a,
.section-espacio-publicitario-nad .group-left .comments article mark.new,
.node-type-article .group-left .comments article .links li a,
.node-type-article .group-left .comments article mark.new,
.node-type-column .group-left .comments article .links li a,
.node-type-column .group-left .comments article mark.new,
.node-type-video .group-left .comments article .links li a,
.node-type-video .group-left .comments article mark.new,
.node-type-cartoon .group-left .comments article .links li a,
.node-type-cartoon .group-left .comments article mark.new,
.node-type-gallery .group-left .comments article .links li a,
.node-type-gallery .group-left .comments article mark.new {
  background: none;
  border-radius: 0px;
  border-right: 1px solid #999;
  color: #999;
  font-size: 0.75rem;
  margin-left: 10px;
  padding: 0 10px;
  text-transform: capitalize;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 343, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments article .links li a:hover,
.section-espacio-publicitario-nad .group-left .comments article mark.new:hover,
.node-type-article .group-left .comments article .links li a:hover,
.node-type-article .group-left .comments article mark.new:hover,
.node-type-column .group-left .comments article .links li a:hover,
.node-type-column .group-left .comments article mark.new:hover,
.node-type-video .group-left .comments article .links li a:hover,
.node-type-video .group-left .comments article mark.new:hover,
.node-type-cartoon .group-left .comments article .links li a:hover,
.node-type-cartoon .group-left .comments article mark.new:hover,
.node-type-gallery .group-left .comments article .links li a:hover,
.node-type-gallery .group-left .comments article mark.new:hover {
  background: transparent;
  color: #000;
}

/* line 346, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments article .field--name-comment-body,
.node-type-article .group-left .comments article .field--name-comment-body,
.node-type-column .group-left .comments article .field--name-comment-body,
.node-type-video .group-left .comments article .field--name-comment-body,
.node-type-cartoon .group-left .comments article .field--name-comment-body,
.node-type-gallery .group-left .comments article .field--name-comment-body {
  font-size: 0.875rem;
  line-height: normal;
  color: #999;
}

/* line 350, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments .comments__form-title,
.section-espacio-publicitario-nad .group-left .comments .comments__title,
.node-type-article .group-left .comments .comments__form-title,
.node-type-article .group-left .comments .comments__title,
.node-type-column .group-left .comments .comments__form-title,
.node-type-column .group-left .comments .comments__title,
.node-type-video .group-left .comments .comments__form-title,
.node-type-video .group-left .comments .comments__title,
.node-type-cartoon .group-left .comments .comments__form-title,
.node-type-cartoon .group-left .comments .comments__title,
.node-type-gallery .group-left .comments .comments__form-title,
.node-type-gallery .group-left .comments .comments__title {
  border-bottom: 1px solid #ccc;
  color: #999;
  padding: 30px 0;
}

/* line 355, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments .comment__info,
.node-type-article .group-left .comments .comment__info,
.node-type-column .group-left .comments .comment__info,
.node-type-video .group-left .comments .comment__info,
.node-type-cartoon .group-left .comments .comment__info,
.node-type-gallery .group-left .comments .comment__info {
  margin-top: 36px;
}

/* line 357, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments .comment__info .username,
.node-type-article .group-left .comments .comment__info .username,
.node-type-column .group-left .comments .comment__info .username,
.node-type-video .group-left .comments .comment__info .username,
.node-type-cartoon .group-left .comments .comment__info .username,
.node-type-gallery .group-left .comments .comment__info .username {
  font-size: 1.125rem;
  color: #59b2f7;
  text-shadow: 0  0;
}

/* line 361, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments .comment__info .date_comment,
.node-type-article .group-left .comments .comment__info .date_comment,
.node-type-column .group-left .comments .comment__info .date_comment,
.node-type-video .group-left .comments .comment__info .date_comment,
.node-type-cartoon .group-left .comments .comment__info .date_comment,
.node-type-gallery .group-left .comments .comment__info .date_comment {
  font-size: 0.75rem;
  color: #666666;
  margin-left: 10px;
}

/* line 365, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments .comment__info p, .section-espacio-publicitario-nad .group-left .comments .comment__info a,
.node-type-article .group-left .comments .comment__info p,
.node-type-article .group-left .comments .comment__info a,
.node-type-column .group-left .comments .comment__info p,
.node-type-column .group-left .comments .comment__info a,
.node-type-video .group-left .comments .comment__info p,
.node-type-video .group-left .comments .comment__info a,
.node-type-cartoon .group-left .comments .comment__info p,
.node-type-cartoon .group-left .comments .comment__info a,
.node-type-gallery .group-left .comments .comment__info p,
.node-type-gallery .group-left .comments .comment__info a {
  display: inline-block;
  font-size: 0.875rem;
}

/* line 368, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments .comment__info p a, .section-espacio-publicitario-nad .group-left .comments .comment__info a a,
.node-type-article .group-left .comments .comment__info p a,
.node-type-article .group-left .comments .comment__info a a,
.node-type-column .group-left .comments .comment__info p a,
.node-type-column .group-left .comments .comment__info a a,
.node-type-video .group-left .comments .comment__info p a,
.node-type-video .group-left .comments .comment__info a a,
.node-type-cartoon .group-left .comments .comment__info p a,
.node-type-cartoon .group-left .comments .comment__info a a,
.node-type-gallery .group-left .comments .comment__info p a,
.node-type-gallery .group-left .comments .comment__info a a {
  display: inline;
}

/* line 371, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments form label,
.node-type-article .group-left .comments form label,
.node-type-column .group-left .comments form label,
.node-type-video .group-left .comments form label,
.node-type-cartoon .group-left .comments form label,
.node-type-gallery .group-left .comments form label {
  color: #1d1d1d;
  display: inline-block;
  font-size: 0.875rem;
  vertical-align: top;
}

/* line 376, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments form a,
.node-type-article .group-left .comments form a,
.node-type-column .group-left .comments form a,
.node-type-video .group-left .comments form a,
.node-type-cartoon .group-left .comments form a,
.node-type-gallery .group-left .comments form a {
  display: inline-block;
  font-size: 0.875rem;
}

/* line 379, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments form .filter-guidelines,
.node-type-article .group-left .comments form .filter-guidelines,
.node-type-column .group-left .comments form .filter-guidelines,
.node-type-video .group-left .comments form .filter-guidelines,
.node-type-cartoon .group-left .comments form .filter-guidelines,
.node-type-gallery .group-left .comments form .filter-guidelines {
  font-size: 0.75rem;
}

/* line 381, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments form .filter-guidelines h3,
.node-type-article .group-left .comments form .filter-guidelines h3,
.node-type-column .group-left .comments form .filter-guidelines h3,
.node-type-video .group-left .comments form .filter-guidelines h3,
.node-type-cartoon .group-left .comments form .filter-guidelines h3,
.node-type-gallery .group-left .comments form .filter-guidelines h3 {
  border-bottom: 1px dotted #ccc;
  color: #1d1d1d;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

/* line 386, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments form .filter-guidelines ul,
.node-type-article .group-left .comments form .filter-guidelines ul,
.node-type-column .group-left .comments form .filter-guidelines ul,
.node-type-video .group-left .comments form .filter-guidelines ul,
.node-type-cartoon .group-left .comments form .filter-guidelines ul,
.node-type-gallery .group-left .comments form .filter-guidelines ul {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

/* line 390, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments form .filter-guidelines ul li,
.node-type-article .group-left .comments form .filter-guidelines ul li,
.node-type-column .group-left .comments form .filter-guidelines ul li,
.node-type-video .group-left .comments form .filter-guidelines ul li,
.node-type-cartoon .group-left .comments form .filter-guidelines ul li,
.node-type-gallery .group-left .comments form .filter-guidelines ul li {
  color: #999;
}

/* line 392, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments .mensaje-error,
.node-type-article .group-left .comments .mensaje-error,
.node-type-column .group-left .comments .mensaje-error,
.node-type-video .group-left .comments .mensaje-error,
.node-type-cartoon .group-left .comments .mensaje-error,
.node-type-gallery .group-left .comments .mensaje-error {
  padding: 20px 26px;
  font-size: 14px;
  color: #bf0811;
  background: #fac1c1;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 24px;
}

/* line 400, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .comments span#btn-send-notify,
.node-type-article .group-left .comments span#btn-send-notify,
.node-type-column .group-left .comments span#btn-send-notify,
.node-type-video .group-left .comments span#btn-send-notify,
.node-type-cartoon .group-left .comments span#btn-send-notify,
.node-type-gallery .group-left .comments span#btn-send-notify {
  cursor: pointer;
  text-decoration: underline;
  text-transform: lowercase;
}

/* line 406, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left .active-comments .get_comments:after,
.node-type-article .group-left .active-comments .get_comments:after,
.node-type-column .group-left .active-comments .get_comments:after,
.node-type-video .group-left .active-comments .get_comments:after,
.node-type-cartoon .group-left .active-comments .get_comments:after,
.node-type-gallery .group-left .active-comments .get_comments:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

/* line 411, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left #comments .comment__content,
.node-type-article .group-left #comments .comment__content,
.node-type-column .group-left #comments .comment__content,
.node-type-video .group-left #comments .comment__content,
.node-type-cartoon .group-left #comments .comment__content,
.node-type-gallery .group-left #comments .comment__content {
  margin-bottom: 52px;
}

/* line 413, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-left #comments .field--name-comment-body,
.node-type-article .group-left #comments .field--name-comment-body,
.node-type-column .group-left #comments .field--name-comment-body,
.node-type-video .group-left #comments .field--name-comment-body,
.node-type-cartoon .group-left #comments .field--name-comment-body,
.node-type-gallery .group-left #comments .field--name-comment-body {
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

/* line 418, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .node-social-networks,
.node-type-article .node-social-networks,
.node-type-column .node-social-networks,
.node-type-video .node-social-networks,
.node-type-cartoon .node-social-networks,
.node-type-gallery .node-social-networks {
  display: inline-block;
  margin-left: -60px;
  padding-right: 19px;
  text-align: center;
  vertical-align: top;
  z-index: 10;
  position: relative;
}

@media (max-width: 1025px) {
  /* line 418, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .section-espacio-publicitario-nad .node-social-networks,
  .node-type-article .node-social-networks,
  .node-type-column .node-social-networks,
  .node-type-video .node-social-networks,
  .node-type-cartoon .node-social-networks,
  .node-type-gallery .node-social-networks {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 5px 0 0;
    position: fixed;
    top: initial !important;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.95) 100%);
  }
}

/* line 436, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .node-social-networks .label-above,
.node-type-article .node-social-networks .label-above,
.node-type-column .node-social-networks .label-above,
.node-type-video .node-social-networks .label-above,
.node-type-cartoon .node-social-networks .label-above,
.node-type-gallery .node-social-networks .label-above {
  display: none;
}

/* line 439, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .node-social-networks .social-preset li,
.node-type-article .node-social-networks .social-preset li,
.node-type-column .node-social-networks .social-preset li,
.node-type-video .node-social-networks .social-preset li,
.node-type-cartoon .node-social-networks .social-preset li,
.node-type-gallery .node-social-networks .social-preset li {
  margin-bottom: 10px;
}

@media (max-width: 1025px) {
  /* line 439, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .section-espacio-publicitario-nad .node-social-networks .social-preset li,
  .node-type-article .node-social-networks .social-preset li,
  .node-type-column .node-social-networks .social-preset li,
  .node-type-video .node-social-networks .social-preset li,
  .node-type-cartoon .node-social-networks .social-preset li,
  .node-type-gallery .node-social-networks .social-preset li {
    display: inline-block;
    margin: 0 12px 10px;
    vertical-align: middle;
  }
}

/* line 445, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .node-social-networks .social-preset li span a,
.node-type-article .node-social-networks .social-preset li span a,
.node-type-column .node-social-networks .social-preset li span a,
.node-type-video .node-social-networks .social-preset li span a,
.node-type-cartoon .node-social-networks .social-preset li span a,
.node-type-gallery .node-social-networks .social-preset li span a {
  display: block;
}

/* line 447, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .node-social-networks .social-preset li i,
.node-type-article .node-social-networks .social-preset li i,
.node-type-column .node-social-networks .social-preset li i,
.node-type-video .node-social-networks .social-preset li i,
.node-type-cartoon .node-social-networks .social-preset li i,
.node-type-gallery .node-social-networks .social-preset li i {
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 42px;
  text-align: center;
  width: 40px;
  font-size: 21px;
}

/* line 457, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .node-social-networks .social-preset li.facebook i,
.node-type-article .node-social-networks .social-preset li.facebook i,
.node-type-column .node-social-networks .social-preset li.facebook i,
.node-type-video .node-social-networks .social-preset li.facebook i,
.node-type-cartoon .node-social-networks .social-preset li.facebook i,
.node-type-gallery .node-social-networks .social-preset li.facebook i {
  background: #3b579e;
}

/* line 460, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .node-social-networks .social-preset li.google i,
.node-type-article .node-social-networks .social-preset li.google i,
.node-type-column .node-social-networks .social-preset li.google i,
.node-type-video .node-social-networks .social-preset li.google i,
.node-type-cartoon .node-social-networks .social-preset li.google i,
.node-type-gallery .node-social-networks .social-preset li.google i {
  background: #e43d00;
}

/* line 463, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .node-social-networks .social-preset li.twitter i,
.node-type-article .node-social-networks .social-preset li.twitter i,
.node-type-column .node-social-networks .social-preset li.twitter i,
.node-type-video .node-social-networks .social-preset li.twitter i,
.node-type-cartoon .node-social-networks .social-preset li.twitter i,
.node-type-gallery .node-social-networks .social-preset li.twitter i {
  background: #00b1ec;
}

/* line 465, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .node-social-networks .social-preset li.whatsapp,
.node-type-article .node-social-networks .social-preset li.whatsapp,
.node-type-column .node-social-networks .social-preset li.whatsapp,
.node-type-video .node-social-networks .social-preset li.whatsapp,
.node-type-cartoon .node-social-networks .social-preset li.whatsapp,
.node-type-gallery .node-social-networks .social-preset li.whatsapp {
  display: none;
}

@media (max-width: 1025px) {
  /* line 465, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .section-espacio-publicitario-nad .node-social-networks .social-preset li.whatsapp,
  .node-type-article .node-social-networks .social-preset li.whatsapp,
  .node-type-column .node-social-networks .social-preset li.whatsapp,
  .node-type-video .node-social-networks .social-preset li.whatsapp,
  .node-type-cartoon .node-social-networks .social-preset li.whatsapp,
  .node-type-gallery .node-social-networks .social-preset li.whatsapp {
    display: inline-block;
  }
}

/* line 469, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .node-social-networks .social-preset li.whatsapp i,
.node-type-article .node-social-networks .social-preset li.whatsapp i,
.node-type-column .node-social-networks .social-preset li.whatsapp i,
.node-type-video .node-social-networks .social-preset li.whatsapp i,
.node-type-cartoon .node-social-networks .social-preset li.whatsapp i,
.node-type-gallery .node-social-networks .social-preset li.whatsapp i {
  background: #34af23;
}

/* line 472, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .node-social-networks .social-preset li.mail i,
.node-type-article .node-social-networks .social-preset li.mail i,
.node-type-column .node-social-networks .social-preset li.mail i,
.node-type-video .node-social-networks .social-preset li.mail i,
.node-type-cartoon .node-social-networks .social-preset li.mail i,
.node-type-gallery .node-social-networks .social-preset li.mail i {
  background: #9a9a9a;
}

/* line 477, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .field--name-dfp-ad-mega-banner-top .dfp-tag-wrapper:before,
.section-espacio-publicitario-nad .group-header .dfp-tag-wrapper:before,
.node-type-article .field--name-dfp-ad-mega-banner-top .dfp-tag-wrapper:before,
.node-type-article .group-header .dfp-tag-wrapper:before,
.node-type-column .field--name-dfp-ad-mega-banner-top .dfp-tag-wrapper:before,
.node-type-column .group-header .dfp-tag-wrapper:before,
.node-type-video .field--name-dfp-ad-mega-banner-top .dfp-tag-wrapper:before,
.node-type-video .group-header .dfp-tag-wrapper:before,
.node-type-cartoon .field--name-dfp-ad-mega-banner-top .dfp-tag-wrapper:before,
.node-type-cartoon .group-header .dfp-tag-wrapper:before,
.node-type-gallery .field--name-dfp-ad-mega-banner-top .dfp-tag-wrapper:before,
.node-type-gallery .group-header .dfp-tag-wrapper:before {
  content: none;
}

/* line 479, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .field--name-dfp-ad-mega-banner-top .dfp-tag-wrapper .dfp-tag-wrapper,
.section-espacio-publicitario-nad .group-header .dfp-tag-wrapper .dfp-tag-wrapper,
.node-type-article .field--name-dfp-ad-mega-banner-top .dfp-tag-wrapper .dfp-tag-wrapper,
.node-type-article .group-header .dfp-tag-wrapper .dfp-tag-wrapper,
.node-type-column .field--name-dfp-ad-mega-banner-top .dfp-tag-wrapper .dfp-tag-wrapper,
.node-type-column .group-header .dfp-tag-wrapper .dfp-tag-wrapper,
.node-type-video .field--name-dfp-ad-mega-banner-top .dfp-tag-wrapper .dfp-tag-wrapper,
.node-type-video .group-header .dfp-tag-wrapper .dfp-tag-wrapper,
.node-type-cartoon .field--name-dfp-ad-mega-banner-top .dfp-tag-wrapper .dfp-tag-wrapper,
.node-type-cartoon .group-header .dfp-tag-wrapper .dfp-tag-wrapper,
.node-type-gallery .field--name-dfp-ad-mega-banner-top .dfp-tag-wrapper .dfp-tag-wrapper,
.node-type-gallery .group-header .dfp-tag-wrapper .dfp-tag-wrapper {
  margin-bottom: 20px;
}

/* line 483, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-right,
.node-type-article .group-right,
.node-type-column .group-right,
.node-type-video .group-right,
.node-type-cartoon .group-right,
.node-type-gallery .group-right {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media (max-width: 1025px) {
  /* line 483, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .section-espacio-publicitario-nad .group-right,
  .node-type-article .group-right,
  .node-type-column .group-right,
  .node-type-video .group-right,
  .node-type-cartoon .group-right,
  .node-type-gallery .group-right {
    display: none;
  }
}

/* line 488, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-right .node-last-content,
.node-type-article .group-right .node-last-content,
.node-type-column .group-right .node-last-content,
.node-type-video .group-right .node-last-content,
.node-type-cartoon .group-right .node-last-content,
.node-type-gallery .group-right .node-last-content {
  background: #f4f4f4;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* line 492, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-right .node-last-content .title,
.node-type-article .group-right .node-last-content .title,
.node-type-column .group-right .node-last-content .title,
.node-type-video .group-right .node-last-content .title,
.node-type-cartoon .group-right .node-last-content .title,
.node-type-gallery .group-right .node-last-content .title {
  background: #000;
  color: #fff;
  display: block;
  font-size: 1.25rem;
  padding: 10px 0;
  text-align: center;
  text-transform: capitalize;
}

/* line 497, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-right .view-last-contents .group-text-content .field--name-field-section,
.section-espacio-publicitario-nad .group-right .view-last-contents .group-text-content .node-post-date,
.section-espacio-publicitario-nad .group-right .view-last-contents .group-node-info .field--name-field-section,
.section-espacio-publicitario-nad .group-right .view-last-contents .group-node-info .node-post-date,
.node-type-article .group-right .view-last-contents .group-text-content .field--name-field-section,
.node-type-article .group-right .view-last-contents .group-text-content .node-post-date,
.node-type-article .group-right .view-last-contents .group-node-info .field--name-field-section,
.node-type-article .group-right .view-last-contents .group-node-info .node-post-date,
.node-type-column .group-right .view-last-contents .group-text-content .field--name-field-section,
.node-type-column .group-right .view-last-contents .group-text-content .node-post-date,
.node-type-column .group-right .view-last-contents .group-node-info .field--name-field-section,
.node-type-column .group-right .view-last-contents .group-node-info .node-post-date,
.node-type-video .group-right .view-last-contents .group-text-content .field--name-field-section,
.node-type-video .group-right .view-last-contents .group-text-content .node-post-date,
.node-type-video .group-right .view-last-contents .group-node-info .field--name-field-section,
.node-type-video .group-right .view-last-contents .group-node-info .node-post-date,
.node-type-cartoon .group-right .view-last-contents .group-text-content .field--name-field-section,
.node-type-cartoon .group-right .view-last-contents .group-text-content .node-post-date,
.node-type-cartoon .group-right .view-last-contents .group-node-info .field--name-field-section,
.node-type-cartoon .group-right .view-last-contents .group-node-info .node-post-date,
.node-type-gallery .group-right .view-last-contents .group-text-content .field--name-field-section,
.node-type-gallery .group-right .view-last-contents .group-text-content .node-post-date,
.node-type-gallery .group-right .view-last-contents .group-node-info .field--name-field-section,
.node-type-gallery .group-right .view-last-contents .group-node-info .node-post-date {
  display: inline-block;
  font-size: 0.75rem;
  margin-right: 5px;
  vertical-align: middle;
}

/* line 503, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-right .view-last-contents .field--name-field-teaser,
.section-espacio-publicitario-nad .group-right .view-last-contents .field--name-node-link,
.node-type-article .group-right .view-last-contents .field--name-field-teaser,
.node-type-article .group-right .view-last-contents .field--name-node-link,
.node-type-column .group-right .view-last-contents .field--name-field-teaser,
.node-type-column .group-right .view-last-contents .field--name-node-link,
.node-type-video .group-right .view-last-contents .field--name-field-teaser,
.node-type-video .group-right .view-last-contents .field--name-node-link,
.node-type-cartoon .group-right .view-last-contents .field--name-field-teaser,
.node-type-cartoon .group-right .view-last-contents .field--name-node-link,
.node-type-gallery .group-right .view-last-contents .field--name-field-teaser,
.node-type-gallery .group-right .view-last-contents .field--name-node-link {
  display: none;
}

/* line 506, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-right .view-last-contents div.views-row.views-row-first,
.node-type-article .group-right .view-last-contents div.views-row.views-row-first,
.node-type-column .group-right .view-last-contents div.views-row.views-row-first,
.node-type-video .group-right .view-last-contents div.views-row.views-row-first,
.node-type-cartoon .group-right .view-last-contents div.views-row.views-row-first,
.node-type-gallery .group-right .view-last-contents div.views-row.views-row-first {
  position: relative;
  margin-top: 0;
}

/* line 509, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-right .view-last-contents div.views-row.views-row-first img,
.node-type-article .group-right .view-last-contents div.views-row.views-row-first img,
.node-type-column .group-right .view-last-contents div.views-row.views-row-first img,
.node-type-video .group-right .view-last-contents div.views-row.views-row-first img,
.node-type-cartoon .group-right .view-last-contents div.views-row.views-row-first img,
.node-type-gallery .group-right .view-last-contents div.views-row.views-row-first img {
  width: 100%;
}

/* line 511, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-right .view-last-contents div.views-row.views-row-first .group-text-content,
.node-type-article .group-right .view-last-contents div.views-row.views-row-first .group-text-content,
.node-type-column .group-right .view-last-contents div.views-row.views-row-first .group-text-content,
.node-type-video .group-right .view-last-contents div.views-row.views-row-first .group-text-content,
.node-type-cartoon .group-right .view-last-contents div.views-row.views-row-first .group-text-content,
.node-type-gallery .group-right .view-last-contents div.views-row.views-row-first .group-text-content {
  bottom: 0;
  color: #fff;
  font-size: 1.25rem;
  line-height: 22px;
  padding: 10px;
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.95) 100%);
}

/* line 520, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-right .view-last-contents div.views-row.views-row-first .group-text-content a,
.section-espacio-publicitario-nad .group-right .view-last-contents div.views-row.views-row-first .group-text-content .group-node-info a,
.node-type-article .group-right .view-last-contents div.views-row.views-row-first .group-text-content a,
.node-type-article .group-right .view-last-contents div.views-row.views-row-first .group-text-content .group-node-info a,
.node-type-column .group-right .view-last-contents div.views-row.views-row-first .group-text-content a,
.node-type-column .group-right .view-last-contents div.views-row.views-row-first .group-text-content .group-node-info a,
.node-type-video .group-right .view-last-contents div.views-row.views-row-first .group-text-content a,
.node-type-video .group-right .view-last-contents div.views-row.views-row-first .group-text-content .group-node-info a,
.node-type-cartoon .group-right .view-last-contents div.views-row.views-row-first .group-text-content a,
.node-type-cartoon .group-right .view-last-contents div.views-row.views-row-first .group-text-content .group-node-info a,
.node-type-gallery .group-right .view-last-contents div.views-row.views-row-first .group-text-content a,
.node-type-gallery .group-right .view-last-contents div.views-row.views-row-first .group-text-content .group-node-info a {
  color: #fff;
}

/* line 524, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-right .view-last-contents div.views-row.views-row-first .field--name-field-multimedia img,
.node-type-article .group-right .view-last-contents div.views-row.views-row-first .field--name-field-multimedia img,
.node-type-column .group-right .view-last-contents div.views-row.views-row-first .field--name-field-multimedia img,
.node-type-video .group-right .view-last-contents div.views-row.views-row-first .field--name-field-multimedia img,
.node-type-cartoon .group-right .view-last-contents div.views-row.views-row-first .field--name-field-multimedia img,
.node-type-gallery .group-right .view-last-contents div.views-row.views-row-first .field--name-field-multimedia img {
  width: 100%;
}

/* line 527, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-right .view-last-contents div.views-row.views-row-first .field--name-field-multimedia .content a,
.node-type-article .group-right .view-last-contents div.views-row.views-row-first .field--name-field-multimedia .content a,
.node-type-column .group-right .view-last-contents div.views-row.views-row-first .field--name-field-multimedia .content a,
.node-type-video .group-right .view-last-contents div.views-row.views-row-first .field--name-field-multimedia .content a,
.node-type-cartoon .group-right .view-last-contents div.views-row.views-row-first .field--name-field-multimedia .content a,
.node-type-gallery .group-right .view-last-contents div.views-row.views-row-first .field--name-field-multimedia .content a {
  display: none;
}

/* line 529, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-right .view-last-contents .views-row,
.node-type-article .group-right .view-last-contents .views-row,
.node-type-column .group-right .view-last-contents .views-row,
.node-type-video .group-right .view-last-contents .views-row,
.node-type-cartoon .group-right .view-last-contents .views-row,
.node-type-gallery .group-right .view-last-contents .views-row {
  margin: 10px 0;
  padding: 0 10px;
}

/* line 532, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-right .view-last-contents .views-row .ds-1col,
.node-type-article .group-right .view-last-contents .views-row .ds-1col,
.node-type-column .group-right .view-last-contents .views-row .ds-1col,
.node-type-video .group-right .view-last-contents .views-row .ds-1col,
.node-type-cartoon .group-right .view-last-contents .views-row .ds-1col,
.node-type-gallery .group-right .view-last-contents .views-row .ds-1col {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

/* line 536, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-right .view-last-contents .views-row .ds-1col .field--name-title a,
.node-type-article .group-right .view-last-contents .views-row .ds-1col .field--name-title a,
.node-type-column .group-right .view-last-contents .views-row .ds-1col .field--name-title a,
.node-type-video .group-right .view-last-contents .views-row .ds-1col .field--name-title a,
.node-type-cartoon .group-right .view-last-contents .views-row .ds-1col .field--name-title a,
.node-type-gallery .group-right .view-last-contents .views-row .ds-1col .field--name-title a {
  color: #000;
}

/* line 538, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-right .view-last-contents .views-row:first-child,
.node-type-article .group-right .view-last-contents .views-row:first-child,
.node-type-column .group-right .view-last-contents .views-row:first-child,
.node-type-video .group-right .view-last-contents .views-row:first-child,
.node-type-cartoon .group-right .view-last-contents .views-row:first-child,
.node-type-gallery .group-right .view-last-contents .views-row:first-child {
  padding: 0;
}

/* line 540, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .group-right .view-last-contents .views-row:first-child .view-mode-main,
.node-type-article .group-right .view-last-contents .views-row:first-child .view-mode-main,
.node-type-column .group-right .view-last-contents .views-row:first-child .view-mode-main,
.node-type-video .group-right .view-last-contents .views-row:first-child .view-mode-main,
.node-type-cartoon .group-right .view-last-contents .views-row:first-child .view-mode-main,
.node-type-gallery .group-right .view-last-contents .views-row:first-child .view-mode-main {
  min-height: 240px;
}

/* line 543, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.section-espacio-publicitario-nad .dfp-tag-wrapper-fake,
.node-type-article .dfp-tag-wrapper-fake,
.node-type-column .dfp-tag-wrapper-fake,
.node-type-video .dfp-tag-wrapper-fake,
.node-type-cartoon .dfp-tag-wrapper-fake,
.node-type-gallery .dfp-tag-wrapper-fake {
  padding: 10px 0;
}

/* line 547, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video,
.node-type-gallery {
  background: #222;
  color: #fff;
}

/* line 551, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .l-main,
.node-type-gallery .l-main {
  background: #222;
}

@media (max-width: 1025px) {
  /* line 551, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-video .l-main,
  .node-type-gallery .l-main {
    background: #000;
  }
}

/* line 556, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video header.l-header #block-ee-custom-blocks-last-update .update,
.node-type-gallery header.l-header #block-ee-custom-blocks-last-update .update {
  color: #ea0a0a;
}

/* line 558, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video header.l-header .burger span.line,
.node-type-gallery header.l-header .burger span.line {
  background: #fff;
}

@media (max-width: 1025px) {
  /* line 560, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-video header.l-header .sticky_header,
  .node-type-gallery header.l-header .sticky_header {
    background: #000;
  }
}

/* line 564, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .secondary-menu div.secondary-title,
.node-type-gallery .secondary-menu div.secondary-title {
  display: block;
  background-color: #000;
}

@media (max-width: 1025px) {
  /* line 564, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-video .secondary-menu div.secondary-title,
  .node-type-gallery .secondary-menu div.secondary-title {
    background-color: #222;
  }
}

/* line 571, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video #block-search-api-page-content .block__title:after,
.node-type-video #block-user-login .block__title:after,
.node-type-gallery #block-search-api-page-content .block__title:after,
.node-type-gallery #block-user-login .block__title:after {
  color: #fff;
}

/* line 573, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .group-main-content,
.node-type-video .group-node-main-content,
.node-type-gallery .group-main-content,
.node-type-gallery .group-node-main-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media (max-width: 1025px) {
  /* line 579, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-video .node-more-content,
  .node-type-gallery .node-more-content {
    margin-top: 20px;
  }
}

/* line 582, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node-more-content .view-mode-teaser,
.node-type-gallery .node-more-content .view-mode-teaser {
  background: transparent;
  border: none;
}

/* line 585, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node-more-content .title,
.node-type-gallery .node-more-content .title {
  color: #ccc;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 30px 0 15px;
}

/* line 590, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node-more-content .title a,
.node-type-gallery .node-more-content .title a {
  color: #fff;
}

/* line 592, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node-more-content .title a:hover,
.node-type-gallery .node-more-content .title a:hover {
  color: #ea0a0a;
}

/* line 594, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node-more-content .view-content,
.node-type-gallery .node-more-content .view-content {
  margin-left: -0.83333%;
  margin-right: -0.83333%;
}

/* line 597, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node-more-content .views-row,
.node-type-gallery .node-more-content .views-row {
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  height: 275px;
  margin: 15px 0;
}

@media (max-width: 1025px) {
  /* line 597, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-video .node-more-content .views-row,
  .node-type-gallery .node-more-content .views-row {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

@media (max-width: 1025px) {
  /* line 597, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-video .node-more-content .views-row,
  .node-type-gallery .node-more-content .views-row {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    height: 95px;
    line-height: 1.2rem;
    margin: 5px 0;
    min-height: 80px;
    overflow: hidden;
    position: relative;
  }
}

/* line 611, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node-more-content .views-row .field--name-title,
.node-type-gallery .node-more-content .views-row .field--name-title {
  max-height: 75px;
  overflow: hidden;
}

/* line 614, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node-more-content .views-row .field--name-title a,
.node-type-gallery .node-more-content .views-row .field--name-title a {
  color: #999;
}

/* line 616, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node-more-content .views-row .field--name-title a:hover,
.node-type-gallery .node-more-content .views-row .field--name-title a:hover {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 1025px) {
  /* line 611, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-video .node-more-content .views-row .field--name-title,
  .node-type-gallery .node-more-content .views-row .field--name-title {
    max-height: 69px;
  }
  /* line 621, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-video .node-more-content .views-row .field--name-title a,
  .node-type-gallery .node-more-content .views-row .field--name-title a {
    font-size: 1.1875rem;
    margin-top: 0;
    line-height: 1.25em;
  }
}

@media (max-width: 1025px) {
  /* line 625, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-video .node-more-content .views-row .group-text-content,
  .node-type-gallery .node-more-content .views-row .group-text-content {
    margin-bottom: 5px;
    float: right;
    width: calc(100% - 120px);
  }
}

/* line 630, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node-more-content .views-row .group-text-content .field-name-field-section,
.node-type-video .node-more-content .views-row .group-text-content .field--name-field-section,
.node-type-video .node-more-content .views-row .group-text-content .field--name-post-date,
.node-type-video .node-more-content .views-row .group-text-content .node-term,
.node-type-gallery .node-more-content .views-row .group-text-content .field-name-field-section,
.node-type-gallery .node-more-content .views-row .group-text-content .field--name-field-section,
.node-type-gallery .node-more-content .views-row .group-text-content .field--name-post-date,
.node-type-gallery .node-more-content .views-row .group-text-content .node-term {
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 10px;
}

/* line 638, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node-more-content .views-row .group-text-content .field-name-field-section a:hover,
.node-type-video .node-more-content .views-row .group-text-content .field--name-field-section a:hover,
.node-type-video .node-more-content .views-row .group-text-content .field--name-post-date a:hover,
.node-type-video .node-more-content .views-row .group-text-content .node-term a:hover,
.node-type-gallery .node-more-content .views-row .group-text-content .field-name-field-section a:hover,
.node-type-gallery .node-more-content .views-row .group-text-content .field--name-field-section a:hover,
.node-type-gallery .node-more-content .views-row .group-text-content .field--name-post-date a:hover,
.node-type-gallery .node-more-content .views-row .group-text-content .node-term a:hover {
  color: #fff;
}

/* line 640, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node-more-content .views-row .custom-slider,
.node-type-video .node-more-content .views-row .field--name-field-main-picture,
.node-type-video .node-more-content .views-row .field--name-field-video,
.node-type-video .node-more-content .views-row .field--name-field-gallery,
.node-type-video .node-more-content .views-row .field--name-field-multimedia,
.node-type-gallery .node-more-content .views-row .custom-slider,
.node-type-gallery .node-more-content .views-row .field--name-field-main-picture,
.node-type-gallery .node-more-content .views-row .field--name-field-video,
.node-type-gallery .node-more-content .views-row .field--name-field-gallery,
.node-type-gallery .node-more-content .views-row .field--name-field-multimedia {
  background: #1d1d1d;
  margin: 5px 0;
  height: 160px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 640, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-video .node-more-content .views-row .custom-slider,
  .node-type-video .node-more-content .views-row .field--name-field-main-picture,
  .node-type-video .node-more-content .views-row .field--name-field-video,
  .node-type-video .node-more-content .views-row .field--name-field-gallery,
  .node-type-video .node-more-content .views-row .field--name-field-multimedia,
  .node-type-gallery .node-more-content .views-row .custom-slider,
  .node-type-gallery .node-more-content .views-row .field--name-field-main-picture,
  .node-type-gallery .node-more-content .views-row .field--name-field-video,
  .node-type-gallery .node-more-content .views-row .field--name-field-gallery,
  .node-type-gallery .node-more-content .views-row .field--name-field-multimedia {
    border-width: 1px;
    float: left;
    height: 80px;
    margin: 0;
    max-width: 115px;
  }
  /* line 655, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-video .node-more-content .views-row .custom-slider img,
  .node-type-video .node-more-content .views-row .field--name-field-main-picture img,
  .node-type-video .node-more-content .views-row .field--name-field-video img,
  .node-type-video .node-more-content .views-row .field--name-field-gallery img,
  .node-type-video .node-more-content .views-row .field--name-field-multimedia img,
  .node-type-gallery .node-more-content .views-row .custom-slider img,
  .node-type-gallery .node-more-content .views-row .field--name-field-main-picture img,
  .node-type-gallery .node-more-content .views-row .field--name-field-video img,
  .node-type-gallery .node-more-content .views-row .field--name-field-gallery img,
  .node-type-gallery .node-more-content .views-row .field--name-field-multimedia img {
    height: auto;
    width: 100%;
  }
}

/* line 660, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node--full .field--name-field-section,
.node-type-video .node--full .field--name-post-date,
.node-type-gallery .node--full .field--name-field-section,
.node-type-gallery .node--full .field--name-post-date {
  color: #ccc;
  display: inline-block;
  font-size: 0.75rem;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 668, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .field--name-title h1,
.node-type-gallery .field--name-title h1 {
  color: #ccc;
  font-size: 2.5rem;
  line-height: normal;
  margin-bottom: 15px;
}

@media (max-width: 1025px) {
  /* line 668, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-video .field--name-title h1,
  .node-type-gallery .field--name-title h1 {
    font-size: 1.25rem;
  }
}

/* line 683, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .group-left .group-head-columnist,
.section-columnistaselespectadorcom .group-left .group-head-columnist,
.page-taxonomy.section-opinion .group-left .group-head-columnist,
.node-type-cartoon .group-left .group-head-columnist,
.node-type-column .group-left .group-head-columnist {
  display: inline-block;
  width: 100%;
}

/* line 686, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .group-left .group-head-columnist .group-head-image,
.section-columnistaselespectadorcom .group-left .group-head-columnist .group-head-image,
.page-taxonomy.section-opinion .group-left .group-head-columnist .group-head-image,
.node-type-cartoon .group-left .group-head-columnist .group-head-image,
.node-type-column .group-left .group-head-columnist .group-head-image {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  vertical-align: middle;
  text-align: left;
  width: 100%;
}

/* line 694, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .group-left .group-head-columnist .group-head-image img,
.section-columnistaselespectadorcom .group-left .group-head-columnist .group-head-image img,
.page-taxonomy.section-opinion .group-left .group-head-columnist .group-head-image img,
.node-type-cartoon .group-left .group-head-columnist .group-head-image img,
.node-type-column .group-left .group-head-columnist .group-head-image img {
  border: 2px solid #9ba3ce;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  height: 70px;
  width: 70px;
}

/* line 701, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .group-left .group-head-columnist .group-head-image .group-author,
.section-columnistaselespectadorcom .group-left .group-head-columnist .group-head-image .group-author,
.page-taxonomy.section-opinion .group-left .group-head-columnist .group-head-image .group-author,
.node-type-cartoon .group-left .group-head-columnist .group-head-image .group-author,
.node-type-column .group-left .group-head-columnist .group-head-image .group-author {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  width: calc(100% - 100px);
}

/* line 706, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .group-left .group-head-columnist .group-head-image .group-author .node-post-date,
.section-columnistaselespectadorcom .group-left .group-head-columnist .group-head-image .group-author .node-post-date,
.page-taxonomy.section-opinion .group-left .group-head-columnist .group-head-image .group-author .node-post-date,
.node-type-cartoon .group-left .group-head-columnist .group-head-image .group-author .node-post-date,
.node-type-column .group-left .group-head-columnist .group-head-image .group-author .node-post-date {
  font-size: 0.75rem;
}

/* line 708, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .group-left .group-head-columnist .group-head-image .group-author .by,
.section-columnistaselespectadorcom .group-left .group-head-columnist .group-head-image .group-author .by,
.page-taxonomy.section-opinion .group-left .group-head-columnist .group-head-image .group-author .by,
.node-type-cartoon .group-left .group-head-columnist .group-head-image .group-author .by,
.node-type-column .group-left .group-head-columnist .group-head-image .group-author .by {
  font-size: 0.875rem;
}

/* line 710, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .group-left .group-head-columnist .group-head-text,
.section-columnistaselespectadorcom .group-left .group-head-columnist .group-head-text,
.page-taxonomy.section-opinion .group-left .group-head-columnist .group-head-text,
.node-type-cartoon .group-left .group-head-columnist .group-head-text,
.node-type-column .group-left .group-head-columnist .group-head-text {
  display: inline-block;
  line-height: normal;
  width: 100%;
  vertical-align: top;
}

/* line 715, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .group-left .group-head-columnist .group-head-text .node-prefatory-heading,
.section-columnistaselespectadorcom .group-left .group-head-columnist .group-head-text .node-prefatory-heading,
.page-taxonomy.section-opinion .group-left .group-head-columnist .group-head-text .node-prefatory-heading,
.node-type-cartoon .group-left .group-head-columnist .group-head-text .node-prefatory-heading,
.node-type-column .group-left .group-head-columnist .group-head-text .node-prefatory-heading {
  color: #9ba3ce;
  font-size: 0.875rem;
  text-transform: uppercase;
}

/* line 719, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .group-left .group-head-columnist .group-head-text h1,
.section-columnistaselespectadorcom .group-left .group-head-columnist .group-head-text h1,
.page-taxonomy.section-opinion .group-left .group-head-columnist .group-head-text h1,
.node-type-cartoon .group-left .group-head-columnist .group-head-text h1,
.node-type-column .group-left .group-head-columnist .group-head-text h1 {
  margin-bottom: 15px;
}

/* line 721, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .group-left .field--name-body,
.section-columnistaselespectadorcom .group-left .field--name-body,
.page-taxonomy.section-opinion .group-left .field--name-body,
.node-type-cartoon .group-left .field--name-body,
.node-type-column .group-left .field--name-body {
  margin: 0 0 15px 0;
  line-height: 30px;
}

/* line 729, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p, .vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3,
.vocabulary-columnists .group-right .view-display-id-today_columns .view-header p,
.vocabulary-columnists .group-right .view-display-id-today_columns .view-header h3,
.vocabulary-columnists .group-right .view-last-columns .view-header p,
.vocabulary-columnists .group-right .view-last-columns .view-header h3,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3,
.section-columnistaselespectadorcom .group-right .view-display-id-today_columns .view-header p,
.section-columnistaselespectadorcom .group-right .view-display-id-today_columns .view-header h3,
.section-columnistaselespectadorcom .group-right .view-last-columns .view-header p,
.section-columnistaselespectadorcom .group-right .view-last-columns .view-header h3,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3,
.page-taxonomy.section-opinion .group-right .view-display-id-today_columns .view-header p,
.page-taxonomy.section-opinion .group-right .view-display-id-today_columns .view-header h3,
.page-taxonomy.section-opinion .group-right .view-last-columns .view-header p,
.page-taxonomy.section-opinion .group-right .view-last-columns .view-header h3,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3,
.node-type-cartoon .group-right .view-display-id-today_columns .view-header p,
.node-type-cartoon .group-right .view-display-id-today_columns .view-header h3,
.node-type-cartoon .group-right .view-last-columns .view-header p,
.node-type-cartoon .group-right .view-last-columns .view-header h3,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3,
.node-type-column .group-right .view-display-id-today_columns .view-header p,
.node-type-column .group-right .view-display-id-today_columns .view-header h3,
.node-type-column .group-right .view-last-columns .view-header p,
.node-type-column .group-right .view-last-columns .view-header h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p p,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p span, .vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3 p,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3 span,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p p,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p span,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3 p,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3 span,
.vocabulary-columnists .group-right .view-display-id-today_columns .view-header p p,
.vocabulary-columnists .group-right .view-display-id-today_columns .view-header p span,
.vocabulary-columnists .group-right .view-display-id-today_columns .view-header h3 p,
.vocabulary-columnists .group-right .view-display-id-today_columns .view-header h3 span,
.vocabulary-columnists .group-right .view-last-columns .view-header p p,
.vocabulary-columnists .group-right .view-last-columns .view-header p span,
.vocabulary-columnists .group-right .view-last-columns .view-header h3 p,
.vocabulary-columnists .group-right .view-last-columns .view-header h3 span,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p p,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p span,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3 p,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3 span,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p p,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p span,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3 p,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3 span,
.section-columnistaselespectadorcom .group-right .view-display-id-today_columns .view-header p p,
.section-columnistaselespectadorcom .group-right .view-display-id-today_columns .view-header p span,
.section-columnistaselespectadorcom .group-right .view-display-id-today_columns .view-header h3 p,
.section-columnistaselespectadorcom .group-right .view-display-id-today_columns .view-header h3 span,
.section-columnistaselespectadorcom .group-right .view-last-columns .view-header p p,
.section-columnistaselespectadorcom .group-right .view-last-columns .view-header p span,
.section-columnistaselespectadorcom .group-right .view-last-columns .view-header h3 p,
.section-columnistaselespectadorcom .group-right .view-last-columns .view-header h3 span,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p p,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p span,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3 p,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3 span,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p p,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p span,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3 p,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3 span,
.page-taxonomy.section-opinion .group-right .view-display-id-today_columns .view-header p p,
.page-taxonomy.section-opinion .group-right .view-display-id-today_columns .view-header p span,
.page-taxonomy.section-opinion .group-right .view-display-id-today_columns .view-header h3 p,
.page-taxonomy.section-opinion .group-right .view-display-id-today_columns .view-header h3 span,
.page-taxonomy.section-opinion .group-right .view-last-columns .view-header p p,
.page-taxonomy.section-opinion .group-right .view-last-columns .view-header p span,
.page-taxonomy.section-opinion .group-right .view-last-columns .view-header h3 p,
.page-taxonomy.section-opinion .group-right .view-last-columns .view-header h3 span,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p p,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p span,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3 p,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3 span,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p p,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p span,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3 p,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3 span,
.node-type-cartoon .group-right .view-display-id-today_columns .view-header p p,
.node-type-cartoon .group-right .view-display-id-today_columns .view-header p span,
.node-type-cartoon .group-right .view-display-id-today_columns .view-header h3 p,
.node-type-cartoon .group-right .view-display-id-today_columns .view-header h3 span,
.node-type-cartoon .group-right .view-last-columns .view-header p p,
.node-type-cartoon .group-right .view-last-columns .view-header p span,
.node-type-cartoon .group-right .view-last-columns .view-header h3 p,
.node-type-cartoon .group-right .view-last-columns .view-header h3 span,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p p,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p span,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3 p,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3 span,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p p,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p span,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3 p,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3 span,
.node-type-column .group-right .view-display-id-today_columns .view-header p p,
.node-type-column .group-right .view-display-id-today_columns .view-header p span,
.node-type-column .group-right .view-display-id-today_columns .view-header h3 p,
.node-type-column .group-right .view-display-id-today_columns .view-header h3 span,
.node-type-column .group-right .view-last-columns .view-header p p,
.node-type-column .group-right .view-last-columns .view-header p span,
.node-type-column .group-right .view-last-columns .view-header h3 p,
.node-type-column .group-right .view-last-columns .view-header h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p:before, .vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3:before,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p:before,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3:before,
.vocabulary-columnists .group-right .view-display-id-today_columns .view-header p:before,
.vocabulary-columnists .group-right .view-display-id-today_columns .view-header h3:before,
.vocabulary-columnists .group-right .view-last-columns .view-header p:before,
.vocabulary-columnists .group-right .view-last-columns .view-header h3:before,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p:before,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3:before,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p:before,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3:before,
.section-columnistaselespectadorcom .group-right .view-display-id-today_columns .view-header p:before,
.section-columnistaselespectadorcom .group-right .view-display-id-today_columns .view-header h3:before,
.section-columnistaselespectadorcom .group-right .view-last-columns .view-header p:before,
.section-columnistaselespectadorcom .group-right .view-last-columns .view-header h3:before,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p:before,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3:before,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p:before,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3:before,
.page-taxonomy.section-opinion .group-right .view-display-id-today_columns .view-header p:before,
.page-taxonomy.section-opinion .group-right .view-display-id-today_columns .view-header h3:before,
.page-taxonomy.section-opinion .group-right .view-last-columns .view-header p:before,
.page-taxonomy.section-opinion .group-right .view-last-columns .view-header h3:before,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p:before,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3:before,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p:before,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3:before,
.node-type-cartoon .group-right .view-display-id-today_columns .view-header p:before,
.node-type-cartoon .group-right .view-display-id-today_columns .view-header h3:before,
.node-type-cartoon .group-right .view-last-columns .view-header p:before,
.node-type-cartoon .group-right .view-last-columns .view-header h3:before,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header p:before,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-display-id-today_columns .view-header h3:before,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header p:before,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-last-columns .view-header h3:before,
.node-type-column .group-right .view-display-id-today_columns .view-header p:before,
.node-type-column .group-right .view-display-id-today_columns .view-header h3:before,
.node-type-column .group-right .view-last-columns .view-header p:before,
.node-type-column .group-right .view-last-columns .view-header h3:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 731, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-content,
.vocabulary-columnists .group-right .view-content,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-content,
.section-columnistaselespectadorcom .group-right .view-content,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-content,
.page-taxonomy.section-opinion .group-right .view-content,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-content,
.node-type-cartoon .group-right .view-content,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-content,
.node-type-column .group-right .view-content {
  background: #f4f4f4;
  margin-top: 15px;
  padding: 10px;
}

/* line 735, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-content .views-row,
.vocabulary-columnists .group-right .view-content .views-row,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-content .views-row,
.section-columnistaselespectadorcom .group-right .view-content .views-row,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-content .views-row,
.page-taxonomy.section-opinion .group-right .view-content .views-row,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-content .views-row,
.node-type-cartoon .group-right .view-content .views-row,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-content .views-row,
.node-type-column .group-right .view-content .views-row {
  border-bottom: 1px solid #9ba3ce;
  margin: 10px 0;
  padding: 10px 0;
}

/* line 739, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-content .views-row a,
.vocabulary-columnists .group-right .view-content .views-row a,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-content .views-row a,
.section-columnistaselespectadorcom .group-right .view-content .views-row a,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-content .views-row a,
.page-taxonomy.section-opinion .group-right .view-content .views-row a,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-content .views-row a,
.node-type-cartoon .group-right .view-content .views-row a,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-content .views-row a,
.node-type-column .group-right .view-content .views-row a {
  color: #000;
  font-size: 1.25rem;
  line-height: normal;
}

/* line 743, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .view-content .views-row .field--name-post-date,
.vocabulary-columnists .group-right .view-content .views-row .field--name-post-date,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .view-content .views-row .field--name-post-date,
.section-columnistaselespectadorcom .group-right .view-content .views-row .field--name-post-date,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .view-content .views-row .field--name-post-date,
.page-taxonomy.section-opinion .group-right .view-content .views-row .field--name-post-date,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .view-content .views-row .field--name-post-date,
.node-type-cartoon .group-right .view-content .views-row .field--name-post-date,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .view-content .views-row .field--name-post-date,
.node-type-column .group-right .view-content .views-row .field--name-post-date {
  font-size: 0.875rem;
  line-height: normal;
}

/* line 746, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .field--name-dfp-ad,
.vocabulary-columnists .group-right .field--name-dfp-ad,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .field--name-dfp-ad,
.section-columnistaselespectadorcom .group-right .field--name-dfp-ad,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .field--name-dfp-ad,
.page-taxonomy.section-opinion .group-right .field--name-dfp-ad,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .field--name-dfp-ad,
.node-type-cartoon .group-right .field--name-dfp-ad,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .field--name-dfp-ad,
.node-type-column .group-right .field--name-dfp-ad {
  margin-bottom: 20px;
}

/* line 748, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist,
.vocabulary-columnists .group-right .field--name-buscar-caricaturista,
.vocabulary-columnists .group-right .search_columnist,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist,
.section-columnistaselespectadorcom .group-right .field--name-buscar-caricaturista,
.section-columnistaselespectadorcom .group-right .search_columnist,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist,
.page-taxonomy.section-opinion .group-right .field--name-buscar-caricaturista,
.page-taxonomy.section-opinion .group-right .search_columnist,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist,
.node-type-cartoon .group-right .field--name-buscar-caricaturista,
.node-type-cartoon .group-right .search_columnist,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist,
.node-type-column .group-right .field--name-buscar-caricaturista,
.node-type-column .group-right .search_columnist {
  background: #9ba3ce;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  text-align: center;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista:after,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist:after,
.vocabulary-columnists .group-right .field--name-buscar-caricaturista:after,
.vocabulary-columnists .group-right .search_columnist:after,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista:after,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist:after,
.section-columnistaselespectadorcom .group-right .field--name-buscar-caricaturista:after,
.section-columnistaselespectadorcom .group-right .search_columnist:after,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista:after,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist:after,
.page-taxonomy.section-opinion .group-right .field--name-buscar-caricaturista:after,
.page-taxonomy.section-opinion .group-right .search_columnist:after,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista:after,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist:after,
.node-type-cartoon .group-right .field--name-buscar-caricaturista:after,
.node-type-cartoon .group-right .search_columnist:after,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista:after,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist:after,
.node-type-column .group-right .field--name-buscar-caricaturista:after,
.node-type-column .group-right .search_columnist:after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.25rem;
  vertical-align: middle;
}

/* line 756, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista:after,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist:after,
.vocabulary-columnists .group-right .field--name-buscar-caricaturista:after,
.vocabulary-columnists .group-right .search_columnist:after,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista:after,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist:after,
.section-columnistaselespectadorcom .group-right .field--name-buscar-caricaturista:after,
.section-columnistaselespectadorcom .group-right .search_columnist:after,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista:after,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist:after,
.page-taxonomy.section-opinion .group-right .field--name-buscar-caricaturista:after,
.page-taxonomy.section-opinion .group-right .search_columnist:after,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista:after,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist:after,
.node-type-cartoon .group-right .field--name-buscar-caricaturista:after,
.node-type-cartoon .group-right .search_columnist:after,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista:after,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist:after,
.node-type-column .group-right .field--name-buscar-caricaturista:after,
.node-type-column .group-right .search_columnist:after {
  background: #000;
  bottom: 10px;
  height: 30px;
  line-height: 30px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 30px;
  z-index: 2;
}

/* line 767, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h5, .vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h2,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h5,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h2,
.vocabulary-columnists .group-right .field--name-buscar-caricaturista h5,
.vocabulary-columnists .group-right .field--name-buscar-caricaturista h2,
.vocabulary-columnists .group-right .search_columnist h5,
.vocabulary-columnists .group-right .search_columnist h2,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h5,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h2,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h5,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h2,
.section-columnistaselespectadorcom .group-right .field--name-buscar-caricaturista h5,
.section-columnistaselespectadorcom .group-right .field--name-buscar-caricaturista h2,
.section-columnistaselespectadorcom .group-right .search_columnist h5,
.section-columnistaselespectadorcom .group-right .search_columnist h2,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h5,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h2,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h5,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h2,
.page-taxonomy.section-opinion .group-right .field--name-buscar-caricaturista h5,
.page-taxonomy.section-opinion .group-right .field--name-buscar-caricaturista h2,
.page-taxonomy.section-opinion .group-right .search_columnist h5,
.page-taxonomy.section-opinion .group-right .search_columnist h2,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h5,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h2,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h5,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h2,
.node-type-cartoon .group-right .field--name-buscar-caricaturista h5,
.node-type-cartoon .group-right .field--name-buscar-caricaturista h2,
.node-type-cartoon .group-right .search_columnist h5,
.node-type-cartoon .group-right .search_columnist h2,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h5,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h2,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h5,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h2,
.node-type-column .group-right .field--name-buscar-caricaturista h5,
.node-type-column .group-right .field--name-buscar-caricaturista h2,
.node-type-column .group-right .search_columnist h5,
.node-type-column .group-right .search_columnist h2 {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 1.125rem;
}

/* line 771, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h5:before, .vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h2:before,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h5:before,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h2:before,
.vocabulary-columnists .group-right .field--name-buscar-caricaturista h5:before,
.vocabulary-columnists .group-right .field--name-buscar-caricaturista h2:before,
.vocabulary-columnists .group-right .search_columnist h5:before,
.vocabulary-columnists .group-right .search_columnist h2:before,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h5:before,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h2:before,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h5:before,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h2:before,
.section-columnistaselespectadorcom .group-right .field--name-buscar-caricaturista h5:before,
.section-columnistaselespectadorcom .group-right .field--name-buscar-caricaturista h2:before,
.section-columnistaselespectadorcom .group-right .search_columnist h5:before,
.section-columnistaselespectadorcom .group-right .search_columnist h2:before,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h5:before,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h2:before,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h5:before,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h2:before,
.page-taxonomy.section-opinion .group-right .field--name-buscar-caricaturista h5:before,
.page-taxonomy.section-opinion .group-right .field--name-buscar-caricaturista h2:before,
.page-taxonomy.section-opinion .group-right .search_columnist h5:before,
.page-taxonomy.section-opinion .group-right .search_columnist h2:before,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h5:before,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h2:before,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h5:before,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h2:before,
.node-type-cartoon .group-right .field--name-buscar-caricaturista h5:before,
.node-type-cartoon .group-right .field--name-buscar-caricaturista h2:before,
.node-type-cartoon .group-right .search_columnist h5:before,
.node-type-cartoon .group-right .search_columnist h2:before,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h5:before,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista h2:before,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h5:before,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist h2:before,
.node-type-column .group-right .field--name-buscar-caricaturista h5:before,
.node-type-column .group-right .field--name-buscar-caricaturista h2:before,
.node-type-column .group-right .search_columnist h5:before,
.node-type-column .group-right .search_columnist h2:before {
  content: none;
}

/* line 773, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista select,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist select,
.vocabulary-columnists .group-right .field--name-buscar-caricaturista select,
.vocabulary-columnists .group-right .search_columnist select,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista select,
.section-columnistaselespectadorcom .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist select,
.section-columnistaselespectadorcom .group-right .field--name-buscar-caricaturista select,
.section-columnistaselespectadorcom .group-right .search_columnist select,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista select,
.page-taxonomy.section-opinion .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist select,
.page-taxonomy.section-opinion .group-right .field--name-buscar-caricaturista select,
.page-taxonomy.section-opinion .group-right .search_columnist select,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista select,
.node-type-cartoon .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist select,
.node-type-cartoon .group-right .field--name-buscar-caricaturista select,
.node-type-cartoon .group-right .search_columnist select,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .field--name-buscar-caricaturista select,
.node-type-column .bootstrap-simple-two-cols > .row > .col:last-child .search_columnist select,
.node-type-column .group-right .field--name-buscar-caricaturista select,
.node-type-column .group-right .search_columnist select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
  height: 30px;
  position: relative;
  z-index: 1;
}

/* line 782, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node--full {
  margin-bottom: 30px;
}

/* line 784, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node--full iframe {
  max-width: 100%;
}

/* line 786, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node-more-videos {
  margin-top: 50px;
}

@media (max-width: 1025px) {
  /* line 786, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-video .node-more-videos {
    margin-top: 20px;
  }
}

/* line 791, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .view-more-content .field--name-field-main-picture,
.node-type-video .view-more-content .field--name-field-video {
  border: 5px solid #1d1d1d;
  position: relative;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.node-type-video .view-more-content .field--name-field-main-picture a:after,
.node-type-video .view-more-content .field--name-field-video a:after {
  color: rgba(255, 255, 255, 0.8);
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 5rem;
  vertical-align: middle;
}

/* line 797, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .view-more-content .field--name-field-main-picture a:after,
.node-type-video .view-more-content .field--name-field-video a:after {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (max-width: 1025px) {
  /* line 797, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-video .view-more-content .field--name-field-main-picture a:after,
  .node-type-video .view-more-content .field--name-field-video a:after {
    font-size: 3.125rem;
  }
}

/* line 808, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .view-more-content .field--name-field-main-picture a:hover:after,
.node-type-video .view-more-content .field--name-field-video a:hover:after {
  color: #fff;
  font-size: 3.0625rem;
}

/* line 812, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node-video.field--name-field-video-embed {
  margin-top: 15px;
}

/* line 815, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node--video.withImg .field--type-image,
.node-type-video .node--video.withImg .field--name-field-video {
  max-height: 160px;
  border: none;
}

/* line 820, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-video .node--video.noImg .field--type-image,
.node-type-video .node--video.noImg .field--name-field-video {
  max-height: 166px;
}

/* line 827, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .field--name-field-multimedia {
  position: relative;
}

/* line 830, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .field--name-field-multimedia .carousel-inner .media-youtube-video,
.node-type-gallery .group-main-content .field--name-field-multimedia .carousel-inner .media-vimeo-video {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}

/* line 836, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .field--name-field-multimedia .carousel-inner .media-youtube-video iframe,
.node-type-gallery .group-main-content .field--name-field-multimedia .carousel-inner .media-vimeo-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 842, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .field--name-field-multimedia .carousel-inner img {
  width: 100%;
}

/* line 844, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content div[onclick*="document"] {
  position: absolute;
  cursor: pointer;
  top: 5px;
  left: 5px;
  z-index: 1;
}

/* line 850, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .slider-caption {
  border-bottom: 1px solid #ccc;
  color: #ccc;
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 10px;
  padding: 10px 0;
  position: relative;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.node-type-gallery .group-main-content .slider-caption:after {
  color: #999;
  content: "Mostrar ";
  display: inline-block;
  font-family: "Econs";
  font-size: 0.875rem;
  vertical-align: middle;
}

@media (max-width: 1025px) {
  /* line 859, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-gallery .group-main-content .slider-caption .slider-caption-info {
    display: none;
  }
}

/* line 862, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .slider-caption:after {
  bottom: 2px;
  font-weight: bold;
  position: absolute;
  right: 0;
}

/* line 867, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .slider-caption.up:after {
  content: 'Ocultar \e903';
}

/* line 869, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .slider-caption .author {
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 872, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .slider-caption .description {
  line-height: 18px;
  margin-bottom: 12px;
}

/* line 875, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .thumbs-carousel {
  background: #1d1d1d;
  padding: 10px;
  text-align: center;
}

@media (max-width: 1025px) {
  /* line 875, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-gallery .group-main-content .thumbs-carousel {
    display: none;
  }
}

/* line 881, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .thumbs-carousel .bx-wrapper {
  margin: 0 auto;
}

/* line 883, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .thumbs-carousel .bx-pager {
  display: none;
}

@media (max-width: 1025px) {
  /* line 885, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-gallery .group-main-content .thumbs-carousel .bx-viewport {
    max-width: 195px;
    margin: 0 auto;
  }
  /* line 889, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-gallery .group-main-content .thumbs-carousel .bx-viewport .bx-pager {
    display: block;
  }
}

/* line 891, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .thumbs-carousel .carousel-control {
  background: none;
  top: 50%;
  transform: translateY(-50%);
}

/* line 895, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .thumbs-carousel .thumb {
  background: #000;
  display: inline-block;
  margin: 3px;
  max-height: 90px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 140px;
}

/* line 904, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .thumbs-carousel .thumb:not(.active):after {
  background: rgba(0, 0, 0, 0.7);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 916, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .thumbs-carousel .thumb:hover:after {
  background: transparent;
}

@media (max-width: 1025px) {
  /* line 919, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  .node-type-gallery .group-main-content .thumbs-carousel .thumb:not(.active):after {
    content: none;
  }
}

/* line 921, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .thumbs-carousel .thumb img {
  border: 2px solid transparent;
  max-height: 85px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 927, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .group-main-content .thumbs-carousel .thumb.active img, .node-type-gallery .group-main-content .thumbs-carousel .thumb:hover img {
  border-color: #505050;
  opacity: 1;
}

/* line 931, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.node-type-gallery .node-more-content .field--name-field-multimedia {
  border: 5px solid #fff;
}

@media (max-width: 1025px) {
  /* line 937, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  body.node-type-cartoon .node-social-networks {
    background: none;
    position: static;
  }
}

@media (max-width: 1025px) {
  /* line 943, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
  body.node-type-cartoon .view-mode-full .group-left .main-cartoon {
    margin: 0;
  }
}

/* line 950, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.group-left div[id*='dfp-ad-roba_pagina_movil'],
.group-container div[id*='dfp-ad-roba_pagina_movil'] {
  margin-bottom: 16px;
}

/* line 952, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_tiposContenido.sass */
.comments {
  clear: both;
  width: 100%;
}

/* line 3, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row {
  overflow: hidden;
  clear: both;
}

/* line 6, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .pane-title, .l-content .row > h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .pane-title p,
.l-content .row .pane-title span, .l-content .row > h3 p,
.l-content .row > h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .pane-title:before, .l-content .row > h3:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 8, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .no-image {
  position: relative;
}

/* line 10, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .no-image div.group-text-content {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media (max-width: 1025px) {
  /* line 10, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .no-image div.group-text-content {
    position: static;
    transform: translateY(0);
    max-width: 100%;
  }
}

/* line 20, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .no-image .node {
  background: #48546c;
  height: 270px;
  padding: 25px 10px;
}

@media (max-width: 1025px) {
  /* line 20, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .no-image .node {
    height: auto;
  }
}

/* line 26, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .no-image .node .field--name-field-section,
.l-content .row .no-image .node .node-title {
  margin-top: 0;
}

/* line 29, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .no-image .node .field--name-field-section a,
.l-content .row .no-image .node .node-title a {
  color: #fff;
}

/* line 31, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .no-image .node .node-title {
  max-height: 180px;
}

/* line 33, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .no-image .node .node-title a {
  font-size: 1.875rem;
}

@media (max-width: 1025px) {
  /* line 33, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .no-image .node .node-title a {
    font-size: 1.375rem;
  }
}

/* line 37, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content [class*='view-mode']:not(.view-mode-full) {
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 40, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content [class*='view-mode']:not(.view-mode-full) [class*='view-mode'] {
  margin: 0;
  overflow: initial;
}

/* line 44, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-outstanding_250x250,
.l-content .row .view-mode-featured,
.l-content .row .view-mode-general,
.l-content .row .view-mode-twice_hight,
.l-content .row .view-mode-multimedia,
.l-content .row .view-mode-section_note_full_small,
.l-content .row .view-mode-section_note_full_medium,
.l-content .row .view-mode-teaser.withImg,
.l-content .row .node--gallery.view-mode-teaser,
.l-content .row .node--video.view-mode-teaser {
  background: #f7f9f9;
  border-bottom: 1px solid #ea0a0a;
  position: relative;
}

/* line 57, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-outstanding_250x250 div.view-mode-teaser,
.l-content .row .view-mode-featured div.view-mode-teaser,
.l-content .row .view-mode-general div.view-mode-teaser,
.l-content .row .view-mode-twice_hight div.view-mode-teaser,
.l-content .row .view-mode-multimedia div.view-mode-teaser,
.l-content .row .view-mode-section_note_full_small div.view-mode-teaser,
.l-content .row .view-mode-section_note_full_medium div.view-mode-teaser,
.l-content .row .view-mode-teaser.withImg div.view-mode-teaser,
.l-content .row .node--gallery.view-mode-teaser div.view-mode-teaser,
.l-content .row .node--video.view-mode-teaser div.view-mode-teaser {
  padding: 0;
}

/* line 59, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-outstanding_250x250 .node-advertorial,
.l-content .row .view-mode-featured .node-advertorial,
.l-content .row .view-mode-general .node-advertorial,
.l-content .row .view-mode-twice_hight .node-advertorial,
.l-content .row .view-mode-multimedia .node-advertorial,
.l-content .row .view-mode-section_note_full_small .node-advertorial,
.l-content .row .view-mode-section_note_full_medium .node-advertorial,
.l-content .row .view-mode-teaser.withImg .node-advertorial,
.l-content .row .node--gallery.view-mode-teaser .node-advertorial,
.l-content .row .node--video.view-mode-teaser .node-advertorial {
  background: #9b0c0c;
  color: #fff;
  font-size: 0.75rem;
  left: 0;
  padding: 3px 5px;
  position: absolute;
  top: 0;
  z-index: 3;
}

/* line 68, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-outstanding_250x250 div.node-image,
.l-content .row .view-mode-featured div.node-image,
.l-content .row .view-mode-general div.node-image,
.l-content .row .view-mode-twice_hight div.node-image,
.l-content .row .view-mode-multimedia div.node-image,
.l-content .row .view-mode-section_note_full_small div.node-image,
.l-content .row .view-mode-section_note_full_medium div.node-image,
.l-content .row .view-mode-teaser.withImg div.node-image,
.l-content .row .node--gallery.view-mode-teaser div.node-image,
.l-content .row .node--video.view-mode-teaser div.node-image {
  overflow: hidden;
}

/* line 70, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-outstanding_250x250 div.node-image img,
.l-content .row .view-mode-featured div.node-image img,
.l-content .row .view-mode-general div.node-image img,
.l-content .row .view-mode-twice_hight div.node-image img,
.l-content .row .view-mode-multimedia div.node-image img,
.l-content .row .view-mode-section_note_full_small div.node-image img,
.l-content .row .view-mode-section_note_full_medium div.node-image img,
.l-content .row .view-mode-teaser.withImg div.node-image img,
.l-content .row .node--gallery.view-mode-teaser div.node-image img,
.l-content .row .node--video.view-mode-teaser div.node-image img {
  width: 100%;
}

/* line 72, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-outstanding_250x250 div.node-image .ds-1col,
.l-content .row .view-mode-featured div.node-image .ds-1col,
.l-content .row .view-mode-general div.node-image .ds-1col,
.l-content .row .view-mode-twice_hight div.node-image .ds-1col,
.l-content .row .view-mode-multimedia div.node-image .ds-1col,
.l-content .row .view-mode-section_note_full_small div.node-image .ds-1col,
.l-content .row .view-mode-section_note_full_medium div.node-image .ds-1col,
.l-content .row .view-mode-teaser.withImg div.node-image .ds-1col,
.l-content .row .node--gallery.view-mode-teaser div.node-image .ds-1col,
.l-content .row .node--video.view-mode-teaser div.node-image .ds-1col {
  border: none;
  padding: 0;
}

/* line 75, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-outstanding_250x250 div.group-text-content,
.l-content .row .view-mode-outstanding_250x250 div.group-container-teaser,
.l-content .row .view-mode-featured div.group-text-content,
.l-content .row .view-mode-featured div.group-container-teaser,
.l-content .row .view-mode-general div.group-text-content,
.l-content .row .view-mode-general div.group-container-teaser,
.l-content .row .view-mode-twice_hight div.group-text-content,
.l-content .row .view-mode-twice_hight div.group-container-teaser,
.l-content .row .view-mode-multimedia div.group-text-content,
.l-content .row .view-mode-multimedia div.group-container-teaser,
.l-content .row .view-mode-section_note_full_small div.group-text-content,
.l-content .row .view-mode-section_note_full_small div.group-container-teaser,
.l-content .row .view-mode-section_note_full_medium div.group-text-content,
.l-content .row .view-mode-section_note_full_medium div.group-container-teaser,
.l-content .row .view-mode-teaser.withImg div.group-text-content,
.l-content .row .view-mode-teaser.withImg div.group-container-teaser,
.l-content .row .node--gallery.view-mode-teaser div.group-text-content,
.l-content .row .node--gallery.view-mode-teaser div.group-container-teaser,
.l-content .row .node--video.view-mode-teaser div.group-text-content,
.l-content .row .node--video.view-mode-teaser div.group-container-teaser {
  padding: 0 10px;
  line-height: .8em;
}

@media (max-width: 1025px) {
  /* line 75, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-outstanding_250x250 div.group-text-content,
  .l-content .row .view-mode-outstanding_250x250 div.group-container-teaser,
  .l-content .row .view-mode-featured div.group-text-content,
  .l-content .row .view-mode-featured div.group-container-teaser,
  .l-content .row .view-mode-general div.group-text-content,
  .l-content .row .view-mode-general div.group-container-teaser,
  .l-content .row .view-mode-twice_hight div.group-text-content,
  .l-content .row .view-mode-twice_hight div.group-container-teaser,
  .l-content .row .view-mode-multimedia div.group-text-content,
  .l-content .row .view-mode-multimedia div.group-container-teaser,
  .l-content .row .view-mode-section_note_full_small div.group-text-content,
  .l-content .row .view-mode-section_note_full_small div.group-container-teaser,
  .l-content .row .view-mode-section_note_full_medium div.group-text-content,
  .l-content .row .view-mode-section_note_full_medium div.group-container-teaser,
  .l-content .row .view-mode-teaser.withImg div.group-text-content,
  .l-content .row .view-mode-teaser.withImg div.group-container-teaser,
  .l-content .row .node--gallery.view-mode-teaser div.group-text-content,
  .l-content .row .node--gallery.view-mode-teaser div.group-container-teaser,
  .l-content .row .node--video.view-mode-teaser div.group-text-content,
  .l-content .row .node--video.view-mode-teaser div.group-container-teaser {
    float: right;
    line-height: 1em;
    padding: 0;
    width: calc(100% - 150px);
  }
}

/* line 84, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-outstanding_250x250 .node-title,
.l-content .row .view-mode-featured .node-title,
.l-content .row .view-mode-general .node-title,
.l-content .row .view-mode-twice_hight .node-title,
.l-content .row .view-mode-multimedia .node-title,
.l-content .row .view-mode-section_note_full_small .node-title,
.l-content .row .view-mode-section_note_full_medium .node-title,
.l-content .row .view-mode-teaser.withImg .node-title,
.l-content .row .node--gallery.view-mode-teaser .node-title,
.l-content .row .node--video.view-mode-teaser .node-title {
  margin: 5px 0 0;
  max-height: 95px;
  overflow: hidden;
  padding-bottom: 2px;
}

@media (max-width: 1025px) {
  /* line 84, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-outstanding_250x250 .node-title,
  .l-content .row .view-mode-featured .node-title,
  .l-content .row .view-mode-general .node-title,
  .l-content .row .view-mode-twice_hight .node-title,
  .l-content .row .view-mode-multimedia .node-title,
  .l-content .row .view-mode-section_note_full_small .node-title,
  .l-content .row .view-mode-section_note_full_medium .node-title,
  .l-content .row .view-mode-teaser.withImg .node-title,
  .l-content .row .node--gallery.view-mode-teaser .node-title,
  .l-content .row .node--video.view-mode-teaser .node-title {
    max-height: initial;
    margin: 0;
  }
}

/* line 92, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-outstanding_250x250 .node-title a,
.l-content .row .view-mode-featured .node-title a,
.l-content .row .view-mode-general .node-title a,
.l-content .row .view-mode-twice_hight .node-title a,
.l-content .row .view-mode-multimedia .node-title a,
.l-content .row .view-mode-section_note_full_small .node-title a,
.l-content .row .view-mode-section_note_full_medium .node-title a,
.l-content .row .view-mode-teaser.withImg .node-title a,
.l-content .row .node--gallery.view-mode-teaser .node-title a,
.l-content .row .node--video.view-mode-teaser .node-title a {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.2em;
}

@media (max-width: 1025px) {
  /* line 92, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-outstanding_250x250 .node-title a,
  .l-content .row .view-mode-featured .node-title a,
  .l-content .row .view-mode-general .node-title a,
  .l-content .row .view-mode-twice_hight .node-title a,
  .l-content .row .view-mode-multimedia .node-title a,
  .l-content .row .view-mode-section_note_full_small .node-title a,
  .l-content .row .view-mode-section_note_full_medium .node-title a,
  .l-content .row .view-mode-teaser.withImg .node-title a,
  .l-content .row .node--gallery.view-mode-teaser .node-title a,
  .l-content .row .node--video.view-mode-teaser .node-title a {
    font-size: 1.1875rem;
    line-height: 23px;
  }
}

/* line 217, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-mode-outstanding_250x250 .node-title a:after,
.l-content .row .view-mode-featured .node-title a:after,
.l-content .row .view-mode-general .node-title a:after,
.l-content .row .view-mode-twice_hight .node-title a:after,
.l-content .row .view-mode-multimedia .node-title a:after,
.l-content .row .view-mode-section_note_full_small .node-title a:after,
.l-content .row .view-mode-section_note_full_medium .node-title a:after,
.l-content .row .view-mode-teaser.withImg .node-title a:after,
.l-content .row .node--gallery.view-mode-teaser .node-title a:after,
.l-content .row .node--video.view-mode-teaser .node-title a:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 1px;
  width: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (min-width: 1001px) {
  /* line 225, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .row .view-mode-outstanding_250x250 .node-title a:hover:after,
  .l-content .row .view-mode-featured .node-title a:hover:after,
  .l-content .row .view-mode-general .node-title a:hover:after,
  .l-content .row .view-mode-twice_hight .node-title a:hover:after,
  .l-content .row .view-mode-multimedia .node-title a:hover:after,
  .l-content .row .view-mode-section_note_full_small .node-title a:hover:after,
  .l-content .row .view-mode-section_note_full_medium .node-title a:hover:after,
  .l-content .row .view-mode-teaser.withImg .node-title a:hover:after,
  .l-content .row .node--gallery.view-mode-teaser .node-title a:hover:after,
  .l-content .row .node--video.view-mode-teaser .node-title a:hover:after {
    width: 30%;
  }
}

/* line 101, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-outstanding_250x250 .field-name-field-section,
.l-content .row .view-mode-outstanding_250x250 .field--name-field-section,
.l-content .row .view-mode-outstanding_250x250 .node-post-date,
.l-content .row .view-mode-outstanding_250x250 .node-term,
.l-content .row .view-mode-featured .field-name-field-section,
.l-content .row .view-mode-featured .field--name-field-section,
.l-content .row .view-mode-featured .node-post-date,
.l-content .row .view-mode-featured .node-term,
.l-content .row .view-mode-general .field-name-field-section,
.l-content .row .view-mode-general .field--name-field-section,
.l-content .row .view-mode-general .node-post-date,
.l-content .row .view-mode-general .node-term,
.l-content .row .view-mode-twice_hight .field-name-field-section,
.l-content .row .view-mode-twice_hight .field--name-field-section,
.l-content .row .view-mode-twice_hight .node-post-date,
.l-content .row .view-mode-twice_hight .node-term,
.l-content .row .view-mode-multimedia .field-name-field-section,
.l-content .row .view-mode-multimedia .field--name-field-section,
.l-content .row .view-mode-multimedia .node-post-date,
.l-content .row .view-mode-multimedia .node-term,
.l-content .row .view-mode-section_note_full_small .field-name-field-section,
.l-content .row .view-mode-section_note_full_small .field--name-field-section,
.l-content .row .view-mode-section_note_full_small .node-post-date,
.l-content .row .view-mode-section_note_full_small .node-term,
.l-content .row .view-mode-section_note_full_medium .field-name-field-section,
.l-content .row .view-mode-section_note_full_medium .field--name-field-section,
.l-content .row .view-mode-section_note_full_medium .node-post-date,
.l-content .row .view-mode-section_note_full_medium .node-term,
.l-content .row .view-mode-teaser.withImg .field-name-field-section,
.l-content .row .view-mode-teaser.withImg .field--name-field-section,
.l-content .row .view-mode-teaser.withImg .node-post-date,
.l-content .row .view-mode-teaser.withImg .node-term,
.l-content .row .node--gallery.view-mode-teaser .field-name-field-section,
.l-content .row .node--gallery.view-mode-teaser .field--name-field-section,
.l-content .row .node--gallery.view-mode-teaser .node-post-date,
.l-content .row .node--gallery.view-mode-teaser .node-term,
.l-content .row .node--video.view-mode-teaser .field-name-field-section,
.l-content .row .node--video.view-mode-teaser .field--name-field-section,
.l-content .row .node--video.view-mode-teaser .node-post-date,
.l-content .row .node--video.view-mode-teaser .node-term {
  display: inline-block;
  font-size: 0.875rem;
  line-height: normal;
  margin-right: 5px;
  vertical-align: middle;
}

/* line 110, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-outstanding_250x250 .field--name-field-section,
.l-content .row .view-mode-featured .field--name-field-section,
.l-content .row .view-mode-general .field--name-field-section,
.l-content .row .view-mode-twice_hight .field--name-field-section,
.l-content .row .view-mode-multimedia .field--name-field-section,
.l-content .row .view-mode-section_note_full_small .field--name-field-section,
.l-content .row .view-mode-section_note_full_medium .field--name-field-section,
.l-content .row .view-mode-teaser.withImg .field--name-field-section,
.l-content .row .node--gallery.view-mode-teaser .field--name-field-section,
.l-content .row .node--video.view-mode-teaser .field--name-field-section {
  margin-right: 5px;
}

/* line 229, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-mode-outstanding_250x250 .field--name-field-section a:after,
.l-content .row .view-mode-featured .field--name-field-section a:after,
.l-content .row .view-mode-general .field--name-field-section a:after,
.l-content .row .view-mode-twice_hight .field--name-field-section a:after,
.l-content .row .view-mode-multimedia .field--name-field-section a:after,
.l-content .row .view-mode-section_note_full_small .field--name-field-section a:after,
.l-content .row .view-mode-section_note_full_medium .field--name-field-section a:after,
.l-content .row .view-mode-teaser.withImg .field--name-field-section a:after,
.l-content .row .node--gallery.view-mode-teaser .field--name-field-section a:after,
.l-content .row .node--video.view-mode-teaser .field--name-field-section a:after {
  color: #000;
  content: '-';
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}

/* line 114, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-main.ds-1col {
  border-bottom: 1px solid;
  height: 432px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 114, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-main.ds-1col {
    height: auto;
  }
}

/* line 120, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-main.ds-1col .field div.view-mode-teaser {
  height: auto;
  padding: 0;
  border: none;
}

/* line 125, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .no-image .view-mode-main.node--main {
  height: 432px;
  position: relative;
}

@media (max-width: 1025px) {
  /* line 125, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .no-image .view-mode-main.node--main {
    height: auto;
  }
}

@media (max-width: 1025px) {
  /* line 130, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .no-image .view-mode-main.node--main:after {
    font-size: 25px;
    line-height: 1em;
    padding: 0 5px 5px;
    position: static;
  }
}

/* line 136, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .no-image .view-mode-main.node--main .group-text-content {
  background: none;
  bottom: initial;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media (max-width: 1025px) {
  /* line 136, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .no-image .view-mode-main.node--main .group-text-content {
    position: static;
    transform: translateY(0);
    padding: 10px;
  }
}

/* line 148, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .no-image .view-mode-main.node--main .group-text-content .node-title {
  max-height: initial;
}

/* line 150, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .no-image .view-mode-main.node--main .group-text-content .node-title h3 a {
  font-size: 3.125rem;
  line-height: 3.4375rem;
}

@media (max-width: 1025px) {
  /* line 150, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .no-image .view-mode-main.node--main .group-text-content .node-title h3 a {
    font-size: 1.5rem;
    line-height: normal;
  }
}

/* line 157, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .no-image .view-mode-main.node--main .group-text-content .field--name-field-section a {
  color: #fff !important;
}

/* line 159, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .no-image .view-mode-main.node--main .group-text-content .node-post-date,
.l-content .row .no-image .view-mode-main.node--main .group-text-content .node-post-date * {
  color: #000;
}

/* line 163, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.view-mode-featured {
  background: #006a7a;
  border-bottom: none;
  position: relative;
}

@media (max-width: 1025px) {
  /* line 163, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row div.view-mode-featured {
    padding: 10px;
  }
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.view-mode-featured .group-text-content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}

@media (max-width: 1025px) {
  /* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row div.view-mode-featured .group-text-content {
    position: static;
    transform: translate(0, 0);
    width: 100%;
  }
}

/* line 179, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.view-mode-featured .group-text-content .node-title {
  max-height: 232px;
}

@media (max-width: 1025px) {
  /* line 179, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row div.view-mode-featured .group-text-content .node-title {
    max-height: initial;
  }
}

/* line 183, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.view-mode-featured .group-text-content .node-title a {
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.3em;
}

@media (max-width: 1025px) {
  /* line 183, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row div.view-mode-featured .group-text-content .node-title a {
    font-size: 1.25rem;
  }
}

/* line 189, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.view-mode-featured .group-text-content .node-title a:after {
  content: none;
}

/* line 191, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.view-mode-featured .group-text-content .field--name-field-section a {
  color: #fff !important;
}

/* line 193, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.view-mode-featured .group-text-content .field--name-field-section a:hover {
  color: #000;
}

/* line 197, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home,
.l-content .row .view-mode-featured,
.l-content .row .node--column,
.l-content .row .view-mode-general,
.l-content .row .view-gazapera-block,
.l-content .row .view-mode-basic,
.l-content .row .view-mode-days_topic,
.l-content .row .view-mode-multimedia,
.l-content .row .view-mode-special,
.l-content .row .view-mode-summary,
.l-content .row div.ds-1col.node-teaser.view-mode-teaser {
  height: 270px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 197, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .block-ee_native_ads-native_add_position_home,
  .l-content .row .view-mode-featured,
  .l-content .row .node--column,
  .l-content .row .view-mode-general,
  .l-content .row .view-gazapera-block,
  .l-content .row .view-mode-basic,
  .l-content .row .view-mode-days_topic,
  .l-content .row .view-mode-multimedia,
  .l-content .row .view-mode-special,
  .l-content .row .view-mode-summary,
  .l-content .row div.ds-1col.node-teaser.view-mode-teaser {
    height: auto;
  }
}

/* line 212, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home .node-image,
.l-content .row .view-mode-featured .node-image,
.l-content .row .node--column .node-image,
.l-content .row .view-mode-general .node-image,
.l-content .row .view-gazapera-block .node-image,
.l-content .row .view-mode-basic .node-image,
.l-content .row .view-mode-days_topic .node-image,
.l-content .row .view-mode-multimedia .node-image,
.l-content .row .view-mode-special .node-image,
.l-content .row .view-mode-summary .node-image,
.l-content .row div.ds-1col.node-teaser.view-mode-teaser .node-image {
  overflow: hidden;
  height: 150px;
}

@media (max-width: 1025px) {
  /* line 212, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .block-ee_native_ads-native_add_position_home .node-image,
  .l-content .row .view-mode-featured .node-image,
  .l-content .row .node--column .node-image,
  .l-content .row .view-mode-general .node-image,
  .l-content .row .view-gazapera-block .node-image,
  .l-content .row .view-mode-basic .node-image,
  .l-content .row .view-mode-days_topic .node-image,
  .l-content .row .view-mode-multimedia .node-image,
  .l-content .row .view-mode-special .node-image,
  .l-content .row .view-mode-summary .node-image,
  .l-content .row div.ds-1col.node-teaser.view-mode-teaser .node-image {
    height: 140px;
    float: left;
    max-width: 140px;
  }
}

/* line 220, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-twice_hight {
  height: 560px;
  background: none;
}

@media (max-width: 1025px) {
  /* line 220, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-twice_hight {
    height: auto;
  }
  /* line 225, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-twice_hight div.node-title {
    max-height: initial;
  }
}

/* line 227, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-twice_hight .node-image {
  height: 415px;
}

@media (max-width: 1025px) {
  /* line 227, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-twice_hight .node-image {
    height: 140px;
    max-width: 140px;
    float: left;
  }
}

/* line 233, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-days_topic_twice_hight {
  height: 555px;
  overflow: hidden;
}

/* line 236, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-days_topic_twice_hight .node-image {
  height: 415px;
}

@media (max-width: 1025px) {
  /* line 236, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-days_topic_twice_hight .node-image {
    height: 140px;
  }
}

/* line 243, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .node--column.node-teaser {
  background: #333333;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

/* line 248, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .node--column.node-teaser .node__title a {
  font-size: 1.625rem;
  color: #fff;
}

/* line 217, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .node--column.node-teaser .node__title a:after {
  background: rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  height: 1px;
  width: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (min-width: 1001px) {
  /* line 225, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .row .node--column.node-teaser .node__title a:hover:after {
    width: 30%;
  }
}

/* line 255, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser),
.l-content .row div.view-mode-basic {
  background: #f7f9f9;
  border-bottom: 1px solid #ea0a0a;
  height: 270px;
  padding: 10px;
}

@media (max-width: 1025px) {
  /* line 255, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .block-ee_native_ads-native_add_position_home,
  .l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser),
  .l-content .row div.view-mode-basic {
    height: auto;
  }
}

/* line 264, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home.withImg,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser).withImg,
.l-content .row div.view-mode-basic.withImg {
  background: none;
  line-height: 1em;
  padding: 0;
}

@media (max-width: 1025px) {
  /* line 264, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .block-ee_native_ads-native_add_position_home.withImg,
  .l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser).withImg,
  .l-content .row div.view-mode-basic.withImg {
    max-height: initial;
    height: auto;
  }
}

/* line 271, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home.withImg .group-text-content,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser).withImg .group-text-content,
.l-content .row div.view-mode-basic.withImg .group-text-content {
  padding: 0;
}

/* line 273, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home .node-advertorial,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .node-advertorial,
.l-content .row div.view-mode-basic .node-advertorial {
  background: #9b0c0c;
  color: #fff;
  font-size: 0.75rem;
  left: 0;
  padding: 3px 5px;
  position: absolute;
  top: 0;
  z-index: 3;
}

/* line 282, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home div.group-text-content,
.l-content .row .block-ee_native_ads-native_add_position_home div.group-container-teaser,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) div.group-text-content,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) div.group-container-teaser,
.l-content .row div.view-mode-basic div.group-text-content,
.l-content .row div.view-mode-basic div.group-container-teaser {
  padding: 0;
}

@media (max-width: 1025px) {
  /* line 286, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .block-ee_native_ads-native_add_position_home div.group-text-content .node-teaser,
  .l-content .row .block-ee_native_ads-native_add_position_home div.group-container-teaser .node-teaser,
  .l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) div.group-text-content .node-teaser,
  .l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) div.group-container-teaser .node-teaser,
  .l-content .row div.view-mode-basic div.group-text-content .node-teaser,
  .l-content .row div.view-mode-basic div.group-container-teaser .node-teaser {
    display: none;
  }
}

/* line 288, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home .node-title,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .node-title,
.l-content .row div.view-mode-basic .node-title {
  max-height: 93px;
  overflow: hidden;
  padding-bottom: 1px;
}

@media (max-width: 1025px) {
  /* line 288, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .block-ee_native_ads-native_add_position_home .node-title,
  .l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .node-title,
  .l-content .row div.view-mode-basic .node-title {
    max-height: initial;
    margin: 0;
  }
}

/* line 295, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home .node-title a,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .node-title a,
.l-content .row div.view-mode-basic .node-title a {
  color: #000;
  line-height: 1.4375rem;
  font-size: 1.25rem;
}

@media (max-width: 1025px) {
  /* line 295, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .block-ee_native_ads-native_add_position_home .node-title a,
  .l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .node-title a,
  .l-content .row div.view-mode-basic .node-title a {
    font-size: 1.1875rem;
    line-height: 23px;
  }
}

/* line 217, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .block-ee_native_ads-native_add_position_home .node-title a:after,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .node-title a:after,
.l-content .row div.view-mode-basic .node-title a:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 1px;
  width: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (min-width: 1001px) {
  /* line 225, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .row .block-ee_native_ads-native_add_position_home .node-title a:hover:after,
  .l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .node-title a:hover:after,
  .l-content .row div.view-mode-basic .node-title a:hover:after {
    width: 30%;
  }
}

/* line 303, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home .field--name-field-teaser,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .field--name-field-teaser,
.l-content .row div.view-mode-basic .field--name-field-teaser {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  margin-top: 5px;
  max-height: 137px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 303, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .block-ee_native_ads-native_add_position_home .field--name-field-teaser,
  .l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .field--name-field-teaser,
  .l-content .row div.view-mode-basic .field--name-field-teaser {
    height: auto;
  }
}

/* line 311, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home .field--name-field-teaser a,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .field--name-field-teaser a,
.l-content .row div.view-mode-basic .field--name-field-teaser a {
  color: #000;
}

/* line 217, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .block-ee_native_ads-native_add_position_home .field--name-field-teaser a:after,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .field--name-field-teaser a:after,
.l-content .row div.view-mode-basic .field--name-field-teaser a:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 1px;
  width: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (min-width: 1001px) {
  /* line 225, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .row .block-ee_native_ads-native_add_position_home .field--name-field-teaser a:hover:after,
  .l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .field--name-field-teaser a:hover:after,
  .l-content .row div.view-mode-basic .field--name-field-teaser a:hover:after {
    width: 30%;
  }
}

/* line 314, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home .field--name-node-link,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .field--name-node-link,
.l-content .row div.view-mode-basic .field--name-node-link {
  margin-top: 5px;
}

/* line 316, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home .field--name-node-link a,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .field--name-node-link a,
.l-content .row div.view-mode-basic .field--name-node-link a {
  font-size: 0.9375rem;
}

/* line 318, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home .field-name-field-section,
.l-content .row .block-ee_native_ads-native_add_position_home .field--name-field-section,
.l-content .row .block-ee_native_ads-native_add_position_home .node-post-date,
.l-content .row .block-ee_native_ads-native_add_position_home .node-term,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .field-name-field-section,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .field--name-field-section,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .node-post-date,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .node-term,
.l-content .row div.view-mode-basic .field-name-field-section,
.l-content .row div.view-mode-basic .field--name-field-section,
.l-content .row div.view-mode-basic .node-post-date,
.l-content .row div.view-mode-basic .node-term {
  display: inline-block;
  font-size: 0.875rem;
  line-height: normal;
  margin-right: 5px;
  vertical-align: middle;
}

/* line 327, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home .field--name-field-section,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .field--name-field-section,
.l-content .row div.view-mode-basic .field--name-field-section {
  margin-right: 5px;
  margin-left: 0;
  line-height: 1.6em;
}

/* line 229, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .block-ee_native_ads-native_add_position_home .field--name-field-section a:after,
.l-content .row div.view-mode-teaser:not(.node--gallery--teaser):not(.node--video--teaser) .field--name-field-section a:after,
.l-content .row div.view-mode-basic .field--name-field-section a:after {
  color: #000;
  content: '-';
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}

/* line 332, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home {
  border: none;
  height: auto;
  padding: 0;
}

/* line 337, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home {
  background: none;
  line-height: 1em;
  padding: 0;
}

/* line 341, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home .group-text-content {
  padding: 0;
}

/* line 343, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_native_ads-native_add_position_home img {
  height: auto !important;
  width: 100% !important;
}

/* line 347, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .node--gallery[class*='view-mode'],
.l-content .row .node--video[class*='view-mode'],
.l-content .row .view-mode-multimedia {
  background: #1d1d1d;
  clear: both;
  overflow: hidden;
  padding: 0;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .node--gallery[class*='view-mode']:after,
.l-content .row .node--video[class*='view-mode']:after,
.l-content .row .view-mode-multimedia:after {
  color: rgba(255, 255, 255, 0.8);
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 2.5rem;
  vertical-align: middle;
}

/* line 355, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .node--gallery[class*='view-mode']:after,
.l-content .row .node--video[class*='view-mode']:after,
.l-content .row .view-mode-multimedia:after {
  left: 5px;
  line-height: 36px;
  position: absolute;
  top: 10px;
}

/* line 360, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .node--gallery[class*='view-mode'] .node-post-date,
.l-content .row .node--video[class*='view-mode'] .node-post-date,
.l-content .row .view-mode-multimedia .node-post-date {
  color: #fff;
}

/* line 362, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .node--gallery[class*='view-mode'] .node-title,
.l-content .row .node--video[class*='view-mode'] .node-title,
.l-content .row .view-mode-multimedia .node-title {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 365, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .node--gallery[class*='view-mode'] .node-title a,
.l-content .row .node--video[class*='view-mode'] .node-title a,
.l-content .row .view-mode-multimedia .node-title a {
  color: #fff;
}

/* line 217, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .node--gallery[class*='view-mode'] .node-title a:after,
.l-content .row .node--video[class*='view-mode'] .node-title a:after,
.l-content .row .view-mode-multimedia .node-title a:after {
  background: rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  height: 1px;
  width: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (min-width: 1001px) {
  /* line 225, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .row .node--gallery[class*='view-mode'] .node-title a:hover:after,
  .l-content .row .node--video[class*='view-mode'] .node-title a:hover:after,
  .l-content .row .view-mode-multimedia .node-title a:hover:after {
    width: 30%;
  }
}

/* line 229, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .node--gallery[class*='view-mode'] div.field--name-field-section a a:after,
.l-content .row .node--video[class*='view-mode'] div.field--name-field-section a a:after,
.l-content .row .view-mode-multimedia div.field--name-field-section a a:after {
  color: #fff;
  content: '-';
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}

/* line 371, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .node--gallery[class*='view-mode'] div.field--name-field-section a:after, .l-content .row .node--gallery[class*='view-mode'] div.field--name-field-section a:hover,
.l-content .row .node--video[class*='view-mode'] div.field--name-field-section a:after,
.l-content .row .node--video[class*='view-mode'] div.field--name-field-section a:hover,
.l-content .row .view-mode-multimedia div.field--name-field-section a:after,
.l-content .row .view-mode-multimedia div.field--name-field-section a:hover {
  color: #fff;
}

/* line 376, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .node--gallery[class*='view-mode'] .node-image .file-image.contextual-links-region,
.l-content .row .node--video[class*='view-mode'] .node-image .file-image.contextual-links-region,
.l-content .row .view-mode-multimedia .node-image .file-image.contextual-links-region {
  position: initial;
}

/* line 379, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.node--video.node:after {
  content: '\e8f6';
}

/* line 382, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.node--gallery.node:after {
  content: '\e914';
}

/* line 386, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.node.node--column {
  background: #1d1d1d;
  padding: 10px;
}

@media (max-width: 1025px) {
  /* line 386, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row div.node.node--column {
    height: auto;
  }
}

/* line 392, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.node.node--column .group-opinion > span {
  background: #eebb2c;
  border-radius: 2px;
  font-size: 0.75rem;
  padding: 3px 5px;
}

/* line 397, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.node.node--column .group-text-content {
  padding: 0;
  position: static;
  transform: translate(0, 0);
}

/* line 401, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.node.node--column .group-text-content h2 {
  max-height: 181px;
}

@media (max-width: 1025px) {
  /* line 401, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row div.node.node--column .group-text-content h2 {
    max-height: initial;
  }
}

/* line 405, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.node.node--column .group-text-content h2 a {
  font-size: 1.25rem;
  color: #fff;
}

/* line 408, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.node.node--column .group-text-content .node-summary,
.l-content .row div.node.node--column .group-text-content .node-teaser {
  font-size: 0.9375rem;
  max-height: 115px;
  overflow: hidden;
  line-height: 1.4375rem;
}

@media (max-width: 1025px) {
  /* line 408, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row div.node.node--column .group-text-content .node-summary,
  .l-content .row div.node.node--column .group-text-content .node-teaser {
    max-height: initial;
  }
}

/* line 416, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.node.node--column .group-text-content .node-summary a,
.l-content .row div.node.node--column .group-text-content .node-teaser a {
  color: #fff;
}

@media (max-width: 1025px) {
  /* line 416, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row div.node.node--column .group-text-content .node-summary a,
  .l-content .row div.node.node--column .group-text-content .node-teaser a {
    line-height: 1.5rem;
  }
}

/* line 420, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.node.node--column .group-text-content .field--name-field-section,
.l-content .row div.node.node--column .group-text-content .field--name-post-date {
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 5px;
  vertical-align: middle;
}

/* line 427, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.node.node--column .group-text-content .field--name-field-section .label-above,
.l-content .row div.node.node--column .group-text-content .field--name-post-date .label-above {
  display: none;
}

/* line 429, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.node.node--column .group-text-content .field--name-field-section a,
.l-content .row div.node.node--column .group-text-content .field--name-post-date a {
  color: #9ba3ce !important;
}

/* line 431, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.node.node--column .group-text-content .field--name-field-section a:after,
.l-content .row div.node.node--column .group-text-content .field--name-post-date a:after {
  color: #fff;
}

/* line 434, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row div.node.node--column .group-opinion > span {
  background: #eebb2c;
  border-radius: 3px;
  display: inline-block;
  font-family: sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 5px;
  text-transform: uppercase;
}

@media (max-width: 1025px) {
  /* line 434, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row div.node.node--column .group-opinion > span {
    margin-bottom: 5px;
  }
}

/* line 446, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-special {
  position: relative;
}

/* line 186, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-mode-special:after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-radius: 0;
  content: "";
  height: 0;
  left: 20px;
  position: absolute;
  top: 0;
  transform: translate(0, 0);
  width: 0;
}

@media (max-width: 1025px) {
  /* line 446, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-special {
    height: 140px;
  }
}

/* line 451, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-special:after {
  width: 0 !important;
  top: 0 !important;
  content: '' !important;
}

/* line 455, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-special div.view-mode-teaser.file {
  padding: 0;
  border: 0;
}

/* line 458, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-special .node-image {
  position: relative;
  overflow: hidden;
  height: 100%;
}

@media (max-width: 1025px) {
  /* line 458, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-special .node-image {
    float: none;
    max-width: 100%;
  }
}

/* line 465, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-special .node-image .grad {
  background: linear-gradient(to right, #f33d4a 0%, #f33d4a 75%, rgba(243, 61, 74, 0) 100%);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 70%;
}

/* line 474, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-special .node-image a {
  float: right;
}

@media (max-width: 1025px) {
  /* line 474, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-special .node-image a {
    float: none;
  }
}

/* line 478, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-special .node-image img {
  float: right;
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* line 485, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-special .field--name-field-pretitle {
  color: #fff;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 3;
}

@media (max-width: 1025px) {
  /* line 485, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-special .field--name-field-pretitle {
    font-size: 0.875rem;
  }
}

/* line 493, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-special .group-text-content,
.l-content .row .view-mode-special .group-container-teaser {
  max-width: 70%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1025px) {
  /* line 493, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-special .group-text-content,
  .l-content .row .view-mode-special .group-container-teaser {
    padding: 0 10px;
    line-height: .9em;
  }
}

/* line 503, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-special .group-text-content h2, .l-content .row .view-mode-special .group-text-content h3,
.l-content .row .view-mode-special .group-container-teaser h2,
.l-content .row .view-mode-special .group-container-teaser h3 {
  max-height: 185px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 503, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-special .group-text-content h2, .l-content .row .view-mode-special .group-text-content h3,
  .l-content .row .view-mode-special .group-container-teaser h2,
  .l-content .row .view-mode-special .group-container-teaser h3 {
    line-height: 1.45em;
  }
}

/* line 508, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-special .group-text-content h2 a, .l-content .row .view-mode-special .group-text-content h3 a,
.l-content .row .view-mode-special .group-container-teaser h2 a,
.l-content .row .view-mode-special .group-container-teaser h3 a {
  color: #fff;
  font-size: 1.875rem;
}

@media (max-width: 1025px) {
  /* line 508, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-special .group-text-content h2 a, .l-content .row .view-mode-special .group-text-content h3 a,
  .l-content .row .view-mode-special .group-container-teaser h2 a,
  .l-content .row .view-mode-special .group-container-teaser h3 a {
    font-size: 1.25rem;
  }
}

/* line 513, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-special .group-text-content .field--name-field-section,
.l-content .row .view-mode-special .group-text-content .node-post-date,
.l-content .row .view-mode-special .group-container-teaser .field--name-field-section,
.l-content .row .view-mode-special .group-container-teaser .node-post-date {
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 3px;
  vertical-align: middle;
}

/* line 229, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-mode-special .group-text-content .field--name-field-section a:after,
.l-content .row .view-mode-special .group-container-teaser .field--name-field-section a:after {
  color: #fff;
  content: '-';
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}

/* line 521, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-special .group-text-content .field--name-field-section a,
.l-content .row .view-mode-special .group-container-teaser .field--name-field-section a {
  color: #fff !important;
}

/* line 523, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-special .group-text-content .field--name-field-special,
.l-content .row .view-mode-special .group-container-teaser .field--name-field-special {
  text-transform: uppercase;
  color: #fff;
  font-family: sans-serif;
}

@media (max-width: 1025px) {
  /* line 527, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-special .group-text-content .node-title,
  .l-content .row .view-mode-special .group-container-teaser .node-title {
    max-height: 80px;
    overflow: hidden;
  }
}

/* line 537, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-days_topic_twice_hight .field--name-field-main-picture img,
.l-content .row .view-mode-days_topic_twice_hight .node-image img,
.l-content .row .view-mode-days_topic .field--name-field-main-picture img,
.l-content .row .view-mode-days_topic .node-image img,
.l-content .row .view-mode-main .field--name-field-main-picture img,
.l-content .row .view-mode-main .node-image img {
  width: 100%;
}

/* line 539, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-days_topic_twice_hight .field--name-field-main-picture .ds-1col,
.l-content .row .view-mode-days_topic_twice_hight .node-image .ds-1col,
.l-content .row .view-mode-days_topic .field--name-field-main-picture .ds-1col,
.l-content .row .view-mode-days_topic .node-image .ds-1col,
.l-content .row .view-mode-main .field--name-field-main-picture .ds-1col,
.l-content .row .view-mode-main .node-image .ds-1col {
  border: none;
  padding: 0;
  height: auto;
}

/* line 543, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-days_topic_twice_hight .field--name-field-main-picture .field--name-field-file-description,
.l-content .row .view-mode-days_topic_twice_hight .node-image .field--name-field-file-description,
.l-content .row .view-mode-days_topic .field--name-field-main-picture .field--name-field-file-description,
.l-content .row .view-mode-days_topic .node-image .field--name-field-file-description,
.l-content .row .view-mode-main .field--name-field-main-picture .field--name-field-file-description,
.l-content .row .view-mode-main .node-image .field--name-field-file-description {
  display: none;
}

/* line 545, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-days_topic_twice_hight .group-container-teaser,
.l-content .row .view-mode-days_topic_twice_hight .group-text-content,
.l-content .row .view-mode-days_topic .group-container-teaser,
.l-content .row .view-mode-days_topic .group-text-content,
.l-content .row .view-mode-main .group-container-teaser,
.l-content .row .view-mode-main .group-text-content {
  bottom: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.95) 100%);
}

@media (max-width: 1025px) {
  /* line 545, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-days_topic_twice_hight .group-container-teaser,
  .l-content .row .view-mode-days_topic_twice_hight .group-text-content,
  .l-content .row .view-mode-days_topic .group-container-teaser,
  .l-content .row .view-mode-days_topic .group-text-content,
  .l-content .row .view-mode-main .group-container-teaser,
  .l-content .row .view-mode-main .group-text-content {
    padding: 5px 10px;
  }
}

/* line 556, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-days_topic_twice_hight .group-container-teaser h2 a, .l-content .row .view-mode-days_topic_twice_hight .group-container-teaser h3 a,
.l-content .row .view-mode-days_topic_twice_hight .group-text-content h2 a,
.l-content .row .view-mode-days_topic_twice_hight .group-text-content h3 a,
.l-content .row .view-mode-days_topic .group-container-teaser h2 a,
.l-content .row .view-mode-days_topic .group-container-teaser h3 a,
.l-content .row .view-mode-days_topic .group-text-content h2 a,
.l-content .row .view-mode-days_topic .group-text-content h3 a,
.l-content .row .view-mode-main .group-container-teaser h2 a,
.l-content .row .view-mode-main .group-container-teaser h3 a,
.l-content .row .view-mode-main .group-text-content h2 a,
.l-content .row .view-mode-main .group-text-content h3 a {
  color: #fff;
  font-size: 1.875rem;
}

/* line 217, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-mode-days_topic_twice_hight .group-container-teaser h2 a:after, .l-content .row .view-mode-days_topic_twice_hight .group-container-teaser h3 a:after,
.l-content .row .view-mode-days_topic_twice_hight .group-text-content h2 a:after,
.l-content .row .view-mode-days_topic_twice_hight .group-text-content h3 a:after,
.l-content .row .view-mode-days_topic .group-container-teaser h2 a:after,
.l-content .row .view-mode-days_topic .group-container-teaser h3 a:after,
.l-content .row .view-mode-days_topic .group-text-content h2 a:after,
.l-content .row .view-mode-days_topic .group-text-content h3 a:after,
.l-content .row .view-mode-main .group-container-teaser h2 a:after,
.l-content .row .view-mode-main .group-container-teaser h3 a:after,
.l-content .row .view-mode-main .group-text-content h2 a:after,
.l-content .row .view-mode-main .group-text-content h3 a:after {
  background: rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  height: 1px;
  width: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (min-width: 1001px) {
  /* line 225, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .row .view-mode-days_topic_twice_hight .group-container-teaser h2 a:hover:after, .l-content .row .view-mode-days_topic_twice_hight .group-container-teaser h3 a:hover:after,
  .l-content .row .view-mode-days_topic_twice_hight .group-text-content h2 a:hover:after,
  .l-content .row .view-mode-days_topic_twice_hight .group-text-content h3 a:hover:after,
  .l-content .row .view-mode-days_topic .group-container-teaser h2 a:hover:after,
  .l-content .row .view-mode-days_topic .group-container-teaser h3 a:hover:after,
  .l-content .row .view-mode-days_topic .group-text-content h2 a:hover:after,
  .l-content .row .view-mode-days_topic .group-text-content h3 a:hover:after,
  .l-content .row .view-mode-main .group-container-teaser h2 a:hover:after,
  .l-content .row .view-mode-main .group-container-teaser h3 a:hover:after,
  .l-content .row .view-mode-main .group-text-content h2 a:hover:after,
  .l-content .row .view-mode-main .group-text-content h3 a:hover:after {
    width: 30%;
  }
}

@media (max-width: 1025px) {
  /* line 556, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-days_topic_twice_hight .group-container-teaser h2 a, .l-content .row .view-mode-days_topic_twice_hight .group-container-teaser h3 a,
  .l-content .row .view-mode-days_topic_twice_hight .group-text-content h2 a,
  .l-content .row .view-mode-days_topic_twice_hight .group-text-content h3 a,
  .l-content .row .view-mode-days_topic .group-container-teaser h2 a,
  .l-content .row .view-mode-days_topic .group-container-teaser h3 a,
  .l-content .row .view-mode-days_topic .group-text-content h2 a,
  .l-content .row .view-mode-days_topic .group-text-content h3 a,
  .l-content .row .view-mode-main .group-container-teaser h2 a,
  .l-content .row .view-mode-main .group-container-teaser h3 a,
  .l-content .row .view-mode-main .group-text-content h2 a,
  .l-content .row .view-mode-main .group-text-content h3 a {
    font-size: 1.375rem;
  }
}

/* line 562, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-days_topic_twice_hight .group-container-teaser .field--name-field-section,
.l-content .row .view-mode-days_topic_twice_hight .group-container-teaser .node-post-date,
.l-content .row .view-mode-days_topic_twice_hight .group-text-content .field--name-field-section,
.l-content .row .view-mode-days_topic_twice_hight .group-text-content .node-post-date,
.l-content .row .view-mode-days_topic .group-container-teaser .field--name-field-section,
.l-content .row .view-mode-days_topic .group-container-teaser .node-post-date,
.l-content .row .view-mode-days_topic .group-text-content .field--name-field-section,
.l-content .row .view-mode-days_topic .group-text-content .node-post-date,
.l-content .row .view-mode-main .group-container-teaser .field--name-field-section,
.l-content .row .view-mode-main .group-container-teaser .node-post-date,
.l-content .row .view-mode-main .group-text-content .field--name-field-section,
.l-content .row .view-mode-main .group-text-content .node-post-date {
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 5px;
  vertical-align: middle;
}

/* line 229, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-mode-days_topic_twice_hight .group-container-teaser .field--name-field-section a:after,
.l-content .row .view-mode-days_topic_twice_hight .group-text-content .field--name-field-section a:after,
.l-content .row .view-mode-days_topic .group-container-teaser .field--name-field-section a:after,
.l-content .row .view-mode-days_topic .group-text-content .field--name-field-section a:after,
.l-content .row .view-mode-main .group-container-teaser .field--name-field-section a:after,
.l-content .row .view-mode-main .group-text-content .field--name-field-section a:after {
  color: #fff;
  content: '-';
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}

/* line 573, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-days_topic_twice_hight .field--name-title-days-topic,
.l-content .row .view-mode-days_topic .field--name-title-days-topic {
  background: #1a1a1a;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}

/* line 580, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-days_topic_twice_hight .node-image,
.l-content .row .view-mode-days_topic .node-image {
  height: auto;
}

/* line 582, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-days_topic_twice_hight .group-container-teaser,
.l-content .row .view-mode-days_topic_twice_hight .group-text-content,
.l-content .row .view-mode-days_topic .group-container-teaser,
.l-content .row .view-mode-days_topic .group-text-content {
  color: red;
}

/* line 585, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-days_topic_twice_hight .group-container-teaser .node-title,
.l-content .row .view-mode-days_topic_twice_hight .group-text-content .node-title,
.l-content .row .view-mode-days_topic .group-container-teaser .node-title,
.l-content .row .view-mode-days_topic .group-text-content .node-title {
  overflow: hidden;
}

/* line 587, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-days_topic_twice_hight .group-container-teaser .node-title a,
.l-content .row .view-mode-days_topic_twice_hight .group-text-content .node-title a,
.l-content .row .view-mode-days_topic .group-container-teaser .node-title a,
.l-content .row .view-mode-days_topic .group-text-content .node-title a {
  font-size: 1.25rem;
}

@media (max-width: 1025px) {
  /* line 589, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-days_topic {
    height: 285px;
  }
  /* line 592, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-days_topic .node-image {
    height: auto;
    font-variant: normal;
    float: none;
    max-width: 100%;
  }
}

/* line 598, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-days_topic_twice_hight .group-text-content {
  background: #1a1a1a;
}

@media (max-width: 1025px) {
  /* line 598, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-days_topic_twice_hight .group-text-content {
    padding: 5px 10px;
  }
}

/* line 604, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .col-lg-4 .view-mode-main .group-text-content h3 a {
  font-size: 1.25rem;
  max-height: 110px;
  overflow: hidden;
}

/* line 609, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-average_height {
  background: transparent;
  border-bottom: 1px solid #ea0a0a;
  line-height: 12px;
  height: 140px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 609, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-average_height {
    height: auto;
  }
}

/* line 617, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-average_height:after {
  font-size: 0.9375rem;
}

/* line 619, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-average_height .node-image {
  width: 140px;
  height: 140px;
  float: left;
}

/* line 623, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-average_height .node-image .file-image {
  padding: 0;
  border: none;
}

/* line 626, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-average_height .node-image img {
  width: 100%;
}

/* line 628, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-average_height .field--name-title {
  max-height: 89px;
  overflow: hidden;
  margin-bottom: 5px;
}

@media (max-width: 1025px) {
  /* line 628, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-average_height .field--name-title {
    max-height: initial;
  }
}

/* line 634, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-average_height .group-container-teaser,
.l-content .row .view-mode-average_height .group-text-content {
  float: right;
  line-height: .5em;
  padding: 0 5px;
  width: calc(100% - 145px);
}

/* line 640, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-average_height .group-container-teaser h2, .l-content .row .view-mode-average_height .group-container-teaser h3,
.l-content .row .view-mode-average_height .group-text-content h2,
.l-content .row .view-mode-average_height .group-text-content h3 {
  line-height: 1.25em;
  margin-bottom: 5px;
}

/* line 643, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-average_height .group-container-teaser h2 a, .l-content .row .view-mode-average_height .group-container-teaser h3 a,
.l-content .row .view-mode-average_height .group-text-content h2 a,
.l-content .row .view-mode-average_height .group-text-content h3 a {
  color: #000;
  font-size: 1.1875rem;
}

/* line 217, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-mode-average_height .group-container-teaser h2 a:after, .l-content .row .view-mode-average_height .group-container-teaser h3 a:after,
.l-content .row .view-mode-average_height .group-text-content h2 a:after,
.l-content .row .view-mode-average_height .group-text-content h3 a:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 1px;
  width: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (min-width: 1001px) {
  /* line 225, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .row .view-mode-average_height .group-container-teaser h2 a:hover:after, .l-content .row .view-mode-average_height .group-container-teaser h3 a:hover:after,
  .l-content .row .view-mode-average_height .group-text-content h2 a:hover:after,
  .l-content .row .view-mode-average_height .group-text-content h3 a:hover:after {
    width: 30%;
  }
}

@media (max-width: 1025px) {
  /* line 643, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-mode-average_height .group-container-teaser h2 a, .l-content .row .view-mode-average_height .group-container-teaser h3 a,
  .l-content .row .view-mode-average_height .group-text-content h2 a,
  .l-content .row .view-mode-average_height .group-text-content h3 a {
    font-size: 1.25rem;
    line-height: 23px;
  }
}

/* line 650, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-mode-average_height .group-container-teaser .field--name-field-section,
.l-content .row .view-mode-average_height .group-container-teaser .node-post-date,
.l-content .row .view-mode-average_height .group-container-teaser .field--name-post-date,
.l-content .row .view-mode-average_height .group-text-content .field--name-field-section,
.l-content .row .view-mode-average_height .group-text-content .node-post-date,
.l-content .row .view-mode-average_height .group-text-content .field--name-post-date {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1rem;
  margin: 0 3px 0 0;
  vertical-align: middle;
}

/* line 229, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-mode-average_height .group-container-teaser .field--name-field-section a:after,
.l-content .row .view-mode-average_height .group-text-content .field--name-field-section a:after {
  color: #000;
  content: '-';
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}

/* line 663, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-id-block_today_in .view-header h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-id-block_today_in .view-header h3 p,
.l-content .row .view-id-block_today_in .view-header h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-id-block_today_in .view-header h3:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 665, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-id-block_today_in .view-content {
  background: #48546c;
  margin-bottom: 20px;
  max-height: 470px;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}

@media (max-width: 1025px) {
  /* line 665, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-id-block_today_in .view-content {
    padding: 10px 0;
  }
}

/* line 674, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-id-block_today_in .slider {
  margin: 0 auto;
  max-width: 615px;
}

@media (max-width: 1025px) {
  /* line 674, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-id-block_today_in .slider {
    max-width: 310px;
  }
}

/* line 679, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-id-block_today_in .slider .bx-viewport {
  overflow: visible !important;
}

/* line 681, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-id-block_today_in .views-row {
  max-width: 615px;
  position: relative;
  margin: 0 5px !important;
}

@media (max-width: 1025px) {
  /* line 681, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-id-block_today_in .views-row {
    max-width: 310px;
    margin-right: 1px !important;
  }
  /* line 688, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-id-block_today_in .views-row .field--name-field-section,
  .l-content .row .view-id-block_today_in .views-row .field--name-post-date {
    display: none;
  }
}

/* line 691, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-id-block_today_in .views-row .view-mode-main {
  height: auto;
  border: none;
}

/* line 694, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-id-block_today_in .views-row .node-image {
  background: #000;
  overflow: hidden;
}

/* line 699, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-id-block_today_in .views-row .views-field-field-main-picture img {
  width: 100%;
}

/* line 701, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-id-block_today_in .bx-wrapper {
  margin: 0 auto;
  max-width: 615px !important;
}

@media (max-width: 1025px) {
  /* line 701, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-id-block_today_in .bx-wrapper {
    max-width: 300px !important;
  }
}

/* line 706, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-id-block_today_in .bx-wrapper .bx-viewport {
  overflow: visible !important;
  max-height: 410px;
}

@media (max-width: 1025px) {
  /* line 706, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-id-block_today_in .bx-wrapper .bx-viewport {
    max-height: 220px;
  }
}

/* line 711, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-id-block_today_in .bx-pager {
  display: none;
}

@media (max-width: 1025px) {
  /* line 711, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-id-block_today_in .bx-pager {
    display: block;
  }
}

/* line 715, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-id-block_today_in .bx-pager .bx-pager-item {
  margin: 0 10px 10px;
}

@media (max-width: 1025px) {
  /* line 717, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-id-block_today_in .bx-controls-direction {
    display: none;
  }
}

/* line 720, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-id-block_today_in .bx-controls-direction a {
  font-size: 0;
  height: 100%;
  position: absolute;
  top: 50%;
  width: 150px;
}

/* line 726, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-id-block_today_in .bx-controls-direction a:after {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

/* line 730, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-id-block_today_in .bx-controls-direction a.bx-prev {
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  left: 0;
}

/* line 733, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-id-block_today_in .bx-controls-direction a.bx-next {
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  right: 0;
}

/* line 736, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-id-block_today_in .bx-controls-direction a.bx-next:after {
  right: 0;
}

/* line 740, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_zodiac-home_horoscope {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

/* line 745, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_zodiac-home_horoscope h3 span {
  color: #000;
}

/* line 747, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_zodiac-home_horoscope > .row {
  margin: 0;
  background: #ce3d76;
  padding: 20px 0;
  position: relative;
}

/* line 752, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_zodiac-home_horoscope > .row:after {
  background: #000;
  content: '';
  display: block;
  height: 90%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
}

@media (max-width: 1025px) {
  /* line 752, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .block-ee_zodiac-home_horoscope > .row:after {
    content: none;
  }
}

/* line 764, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_zodiac-home_horoscope .object {
  padding: 20px;
}

/* line 766, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_zodiac-home_horoscope a {
  background: #1d1d1d;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
}

@media (min-width: 1001px) {
  /* line 209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .row .block-ee_zodiac-home_horoscope a:hover {
    background: #f7f9f9;
    color: #1d1d1d;
  }
}

@media (max-width: 1025px) {
  /* line 766, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .block-ee_zodiac-home_horoscope a {
    font-size: 1rem;
    font-weight: bold;
  }
}

@media (max-width: 1025px) {
  /* line 766, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .block-ee_zodiac-home_horoscope a {
    display: block;
    width: 100%;
    margin: 10px auto 0;
  }
}

/* line 774, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_zodiac-home_horoscope .sign-title {
  font-size: 1.5rem;
}

/* line 776, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_zodiac-home_horoscope .img-container {
  border-radius: 50%;
  height: 80px;
  margin: 0 auto 10px;
  overflow: hidden;
  width: 80px;
}

/* line 782, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_zodiac-home_horoscope .sign-image {
  background: #fff;
  width: 100%;
}

/* line 785, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_zodiac-home_horoscope .sign-date {
  font-size: 0.875rem;
}

/* line 787, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_zodiac-home_horoscope .sign-message {
  font-size: 1rem;
  line-height: normal;
  min-height: 150px;
  margin: 10px auto 0;
  max-width: 95%;
  text-align: left;
}

@media (max-width: 1025px) {
  /* line 787, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .block-ee_zodiac-home_horoscope .sign-message {
    font-size: 1.125rem;
    line-height: 30px;
    min-height: initial;
  }
}

/* line 799, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_zodiac-tarot .sign-message {
  min-height: 180px;
}

@media (max-width: 1025px) {
  /* line 798, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .block-ee_zodiac-tarot {
    padding-top: 20px;
  }
  /* line 803, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .block-ee_zodiac-tarot .img-container {
    border-radius: 0;
    height: auto;
    width: 100%;
  }
  /* line 807, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .block-ee_zodiac-tarot .img-container:after {
    color: #fff;
    content: 'El Tarot de Mavé';
    display: block;
    font-size: 24px;
    font-weight: bold;
  }
  /* line 813, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .block-ee_zodiac-tarot .img-container img {
    display: none;
  }
}

/* line 817, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_custom_blocks-multimedia {
  margin-bottom: 20px;
}

/* line 819, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_custom_blocks-multimedia > h3 {
  display: none;
}

@media (max-width: 1025px) {
  /* line 817, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .block-ee_custom_blocks-multimedia {
    display: none;
  }
}

/* line 823, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_custom_blocks-multimedia .row {
  margin: 0;
  padding: 20px 0;
}

/* line 826, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .block-ee_custom_blocks-multimedia .object > h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .block-ee_custom_blocks-multimedia .object > h3 p,
.l-content .row .block-ee_custom_blocks-multimedia .object > h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .block-ee_custom_blocks-multimedia .object > h3:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 828, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .fa-expand {
  cursor: pointer;
  left: 5px;
  position: absolute;
  text-align: center;
  top: 5px;
  z-index: 9;
}

/* line 835, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .fa-expand:before {
  font-size: 1.5625rem;
}

/* line 837, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .fa-expand:before {
  display: block;
}

/* line 839, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia {
  background: #1d1d1d;
  color: #fff;
}

/* line 843, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > a {
  background: #1d1d1d;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  width: 23.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
  background: #20679c;
}

@media (min-width: 1001px) {
  /* line 209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .row .multimedia > a:hover {
    background: #f7f9f9;
    color: #1d1d1d;
  }
}

@media (max-width: 1025px) {
  /* line 843, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .multimedia > a {
    font-size: 1rem;
    font-weight: bold;
  }
}

@media (max-width: 1025px) {
  /* line 843, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .multimedia > a {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

/* line 849, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > a:hover {
  background: #f7f9f9;
  color: #1d1d1d;
}

/* line 852, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node {
  clear: none;
  border-bottom: 1px solid #ea0a0a;
  width: 23.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}

@media (max-width: 1025px) {
  /* line 852, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .multimedia > div.ds-1col.node {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

/* line 859, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node .group-text-content .node-title a {
  font-size: 1rem;
}

/* line 861, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child {
  width: 73.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
  border: none;
  height: auto;
  margin-bottom: 0;
}

@media (max-width: 1025px) {
  /* line 861, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .multimedia > div.ds-1col.node:first-child {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

/* line 868, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child:after {
  content: none;
}

/* line 870, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-post-date,
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-field-section {
  display: inline-block;
  font-size: 0.875rem;
  margin: 0 3px 10px 0;
  vertical-align: middle;
}

/* line 229, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-field-section a:after {
  color: #fff;
  content: '-';
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}

/* line 878, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-title {
  font-size: 1.5rem;
}

/* line 880, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-title h2, .l-content .row .multimedia > div.ds-1col.node:first-child .field--name-title h1 a {
  color: #fff;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 217, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-title h2:after, .l-content .row .multimedia > div.ds-1col.node:first-child .field--name-title h1 a:after {
  background: rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  height: 1px;
  width: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (min-width: 1001px) {
  /* line 225, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .row .multimedia > div.ds-1col.node:first-child .field--name-title h2:hover:after, .l-content .row .multimedia > div.ds-1col.node:first-child .field--name-title h1 a:hover:after {
    width: 30%;
  }
}

/* line 886, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-field-multimedia {
  position: relative;
  overflow: hidden;
}

/* line 889, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-field-multimedia .bootstrap-fields-carousel {
  height: 450px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 889, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .multimedia > div.ds-1col.node:first-child .field--name-field-multimedia .bootstrap-fields-carousel {
    height: auto;
  }
}

/* line 894, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-field-multimedia .thumbs-carousel {
  text-align: center;
  display: none;
}

/* line 897, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-field-multimedia .thumbs-carousel .thumb {
  background: #ccc;
  border-radius: 10px;
  display: inline-block;
  float: none;
  height: 10px;
  margin: 20px 3px;
  max-width: 10px;
  vertical-align: middle;
}

/* line 906, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-field-multimedia .thumbs-carousel .thumb img {
  display: none;
}

/* line 908, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-field-multimedia .thumbs-carousel .thumb iframe {
  display: none;
}

/* line 910, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-field-multimedia .thumbs-carousel .carousel-control {
  background: none;
  top: 50%;
  transform: translateY(-50%);
}

/* line 914, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-field-multimedia .thumbs-carousel .carousel-control:after {
  font-size: 1.5rem;
}

/* line 916, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-field-multimedia img {
  width: 100%;
}

/* line 918, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-field-multimedia .slider-caption {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.95) 100%);
  position: absolute;
  padding: 10px;
  bottom: 0;
  width: 100%;
  left: 0;
}

/* line 925, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-field-multimedia .slider-caption:empty {
  padding: 0;
}

/* line 927, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child .field--name-field-multimedia .slider-caption p {
  font-size: 0.875rem;
  line-height: normal;
}

/* line 930, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:first-child:after {
  top: 90px;
}

/* line 932, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:not(:first-child) {
  height: 217px;
}

/* line 934, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .multimedia > div.ds-1col.node:not(:first-child) .group-text-content {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.95) 100%);
  bottom: 0;
  padding: 5px;
  position: absolute;
  width: 100%;
}

/* line 942, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .pane-cartoons,
.l-content .row .pane-readers-cartoons {
  margin-bottom: 20px;
}

/* line 946, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .pane-readers-cartoons ul li.views-row img {
  width: auto;
  height: 150px;
}

@media (max-width: 1025px) {
  /* line 945, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .pane-readers-cartoons {
    height: auto;
  }
}

/* line 951, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .pane-readers-cartoons .bx-controls .bx-pager .bx-pager-item {
  margin: 11px 5px;
}

/* line 953, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-highlighted_cartoonist {
  height: 450px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 953, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-display-id-highlighted_cartoonist {
    height: auto;
  }
}

/* line 959, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-highlighted_cartoonist div.view-header > h3:before {
  content: none;
}

/* line 961, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-highlighted_cartoonist div.view-header > h3 span {
  background: none;
}

/* line 963, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-highlighted_cartoonist .bx-wrapper {
  position: relative;
}

/* line 966, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-highlighted_cartoonist .bx-wrapper .bx-pager .bx-pager-item {
  margin: 10px 10px 0;
}

@media (max-width: 1025px) {
  /* line 968, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-display-id-highlighted_cartoonist .bx-wrapper .bx-controls-direction {
    display: none;
  }
}

/* line 971, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-highlighted_cartoonist .bx-viewport {
  max-width: 90%;
  margin: 0 auto;
  min-height: 350px;
  overflow: visible !important;
}

@media (max-width: 1025px) {
  /* line 971, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-display-id-highlighted_cartoonist .bx-viewport {
    min-height: initial;
  }
}

/* line 978, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-highlighted_cartoonist .bx-controls-direction {
  display: none;
}

/* line 980, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-highlighted_cartoonist ul {
  overflow: hidden;
}

/* line 982, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-highlighted_cartoonist ul li {
  text-align: center;
  max-width: 600px;
  margin-top: 5px;
}

/* line 986, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-highlighted_cartoonist ul li:last-child {
  display: none;
}

/* line 988, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-highlighted_cartoonist ul li .views-field-title {
  max-height: 75px;
  overflow: hidden;
}

/* line 991, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-highlighted_cartoonist ul li img {
  border: 2px solid #000;
  margin: 0 auto 5px;
  max-height: 290px;
  width: 100%;
}

/* line 997, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-highlighted_cartoonist ul li .field-content a {
  color: #000;
  font-weight: bold;
}

/* line 1000, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-highlighted_cartoonist ul li .field-content a:hover {
  color: #9ba3ce;
}

/* line 1002, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons,
.l-content .row .view-cartoons {
  background: #f7f9f9;
  padding: 12px 10px;
}

/* line 1006, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .view-header > h3,
.l-content .row .view-readers-cartoons .view-title,
.l-content .row .view-cartoons .view-header > h3,
.l-content .row .view-cartoons .view-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
  margin-top: 0;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-readers-cartoons .view-header > h3 p,
.l-content .row .view-readers-cartoons .view-header > h3 span,
.l-content .row .view-readers-cartoons .view-title p,
.l-content .row .view-readers-cartoons .view-title span,
.l-content .row .view-cartoons .view-header > h3 p,
.l-content .row .view-cartoons .view-header > h3 span,
.l-content .row .view-cartoons .view-title p,
.l-content .row .view-cartoons .view-title span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-readers-cartoons .view-header > h3:before,
.l-content .row .view-readers-cartoons .view-title:before,
.l-content .row .view-cartoons .view-header > h3:before,
.l-content .row .view-cartoons .view-title:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 1010, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .view-content,
.l-content .row .view-cartoons .view-content {
  position: relative;
}

/* line 1012, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .bx-wrapper,
.l-content .row .view-cartoons .bx-wrapper {
  margin: 0 auto;
}

/* line 1014, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .bx-wrapper .bx-pager a,
.l-content .row .view-cartoons .bx-wrapper .bx-pager a {
  background: #ccc;
  height: 20px;
  width: 20px;
}

/* line 1018, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .bx-wrapper .bx-pager a.active, .l-content .row .view-readers-cartoons .bx-wrapper .bx-pager a:hover,
.l-content .row .view-cartoons .bx-wrapper .bx-pager a.active,
.l-content .row .view-cartoons .bx-wrapper .bx-pager a:hover {
  background: #000;
}

/* line 1022, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .carousel .carousel-control,
.l-content .row .view-cartoons .carousel .carousel-control {
  background: none;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1027, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .carousel .carousel-control:after,
.l-content .row .view-cartoons .carousel .carousel-control:after {
  content: none;
}

/* line 1029, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .carousel .carousel-control .icon-prev,
.l-content .row .view-readers-cartoons .carousel .carousel-control .icon-next,
.l-content .row .view-cartoons .carousel .carousel-control .icon-prev,
.l-content .row .view-cartoons .carousel .carousel-control .icon-next {
  display: block;
  height: auto;
  margin: 0;
  position: static;
  text-shadow: 0 0 1px #1d1d1d;
  width: auto;
}

/* line 120, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-readers-cartoons .carousel .carousel-control .icon-prev:before,
.l-content .row .view-readers-cartoons .carousel .carousel-control .icon-next:before,
.l-content .row .view-cartoons .carousel .carousel-control .icon-prev:before,
.l-content .row .view-cartoons .carousel .carousel-control .icon-next:before {
  color: #ccc;
  content: "";
  font-family: "Econs";
  font-size: 3.125rem;
  vertical-align: middle;
  line-height: 2.5rem;
}

/* line 1038, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .carousel .carousel-control .icon-prev:before,
.l-content .row .view-readers-cartoons .carousel .carousel-control .icon-next:before,
.l-content .row .view-cartoons .carousel .carousel-control .icon-prev:before,
.l-content .row .view-cartoons .carousel .carousel-control .icon-next:before {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  line-height: normal;
  font-size: 1.75rem;
}

/* line 1042, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .carousel .carousel-control .icon-prev:hover:before,
.l-content .row .view-readers-cartoons .carousel .carousel-control .icon-next:hover:before,
.l-content .row .view-cartoons .carousel .carousel-control .icon-prev:hover:before,
.l-content .row .view-cartoons .carousel .carousel-control .icon-next:hover:before {
  color: #999;
}

/* line 1044, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .carousel .carousel-control .icon-prev,
.l-content .row .view-cartoons .carousel .carousel-control .icon-prev {
  left: 0;
}

/* line 1046, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .carousel .carousel-control .icon-prev:before,
.l-content .row .view-cartoons .carousel .carousel-control .icon-prev:before {
  content: '\e901';
}

/* line 1048, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .carousel .carousel-control .icon-next,
.l-content .row .view-cartoons .carousel .carousel-control .icon-next {
  right: 0;
}

/* line 1050, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .carousel .carousel-control .icon-next:before,
.l-content .row .view-cartoons .carousel .carousel-control .icon-next:before {
  content: '\e902';
}

/* line 1052, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .carousel .carousel-indicators,
.l-content .row .view-cartoons .carousel .carousel-indicators {
  position: static;
  margin: 0 auto;
  width: 100%;
}

/* line 1056, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .carousel .carousel-indicators li,
.l-content .row .view-cartoons .carousel .carousel-indicators li {
  background: #999;
  border: 1px solid #1d1d1d;
}

/* line 1059, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .carousel .carousel-caption,
.l-content .row .view-cartoons .carousel .carousel-caption {
  position: static;
  text-shadow: none;
  padding: 10px 0;
}

/* line 1064, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .carousel .carousel-caption h3 a,
.l-content .row .view-cartoons .carousel .carousel-caption h3 a {
  color: #000;
}

@media (max-width: 1025px) {
  /* line 1064, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-readers-cartoons .carousel .carousel-caption h3 a,
  .l-content .row .view-cartoons .carousel .carousel-caption h3 a {
    font-size: 1rem;
  }
}

/* line 1068, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .carousel .carousel-caption h3 a:hover,
.l-content .row .view-cartoons .carousel .carousel-caption h3 a:hover {
  color: #9ba3ce;
}

/* line 1072, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .carousel .carousel-inner .item,
.l-content .row .view-cartoons .carousel .carousel-inner .item {
  padding: 0 10px;
}

/* line 1074, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .carousel .carousel-inner img,
.l-content .row .view-cartoons .carousel .carousel-inner img {
  border: 1px groove #000;
  display: block;
  margin: 0 auto;
  width: auto;
}

/* line 1079, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons {
  background: transparent;
  padding: 0;
  position: relative;
}

@media (max-width: 1025px) {
  /* line 1083, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-readers-cartoons .item-list {
    max-width: 310px;
    margin: 0 auto;
  }
}

/* line 1089, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons ul li:last-child {
  display: none;
}

@media (max-width: 1025px) {
  /* line 1088, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-readers-cartoons ul li {
    margin: 0 5px !important;
  }
}

/* line 1093, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons ul li img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/* line 1097, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .view-footer {
  clear: both;
  margin-top: 20px;
  text-align: center;
}

/* line 1101, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .view-footer #block-ee-custom-blocks-search-cartoonist {
  background: #9ba3ce;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
}

/* line 1106, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .view-footer #block-ee-custom-blocks-search-cartoonist .block__content,
.l-content .row .view-readers-cartoons .view-footer #block-ee-custom-blocks-search-cartoonist h2 {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

/* line 1112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .view-footer #block-ee-custom-blocks-search-cartoonist .block__content {
  position: relative;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-readers-cartoons .view-footer #block-ee-custom-blocks-search-cartoonist .block__content:after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.25rem;
  vertical-align: middle;
}

/* line 1115, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .view-footer #block-ee-custom-blocks-search-cartoonist .block__content:after {
  background: linear-gradient(to bottom, #131313 0%, #707070 100%);
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

/* line 1123, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .view-footer #block-ee-custom-blocks-search-cartoonist select {
  border-radius: 0;
  height: 30px;
  border: none;
  min-width: 250px;
  -webkit-appearance: none;
}

/* line 1129, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons {
  border-bottom: 1px solid #9ba3ce;
  height: 240px;
}

@media (max-width: 1025px) {
  /* line 1129, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-readers-cartoons {
    padding-bottom: 15px;
  }
}

/* line 1134, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .views-row {
  max-height: 180px;
  overflow: hidden;
}

/* line 1137, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .bx-wrapper {
  max-width: 570px !important;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  /* line 1137, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-readers-cartoons .bx-wrapper {
    max-width: 250px !important;
  }
  /* line 1142, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-readers-cartoons .bx-wrapper ul {
    max-height: 150px;
    overflow: hidden;
  }
  /* line 1145, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-readers-cartoons .bx-wrapper .bx-viewport {
    overflow: visible !important;
  }
}

/* line 1149, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .bx-pager .bx-pager-item a {
  width: 10px;
  height: 10px;
  background: #ccc;
}

/* line 1153, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-readers-cartoons .bx-pager .bx-pager-item a.active, .l-content .row .view-readers-cartoons .bx-pager .bx-pager-item a:hover {
  background: #000;
}

@media (max-width: 1025px) {
  /* line 1147, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-readers-cartoons .bx-pager {
    display: none;
  }
}

/* line 1159, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-opinion-cartoons-today .view-header {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-opinion-cartoons-today .view-header p,
.l-content .row .view-opinion-cartoons-today .view-header span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-opinion-cartoons-today .view-header:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 1161, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-opinion-cartoons-today .pane-ee-custom-blocks-search-cartoonist {
  background: #9ba3ce;
  padding: 10px;
  max-width: 700px;
}

/* line 1165, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-opinion-cartoons-today .pane-ee-custom-blocks-search-cartoonist h2 {
  display: inline-block;
  vertical-align: middle;
}

/* line 1168, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-opinion-cartoons-today .pane-ee-custom-blocks-search-cartoonist .cartoonist_search {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-opinion-cartoons-today .pane-ee-custom-blocks-search-cartoonist .cartoonist_search:after {
  color: #fff;
  content: "s";
  display: inline-block;
  font-family: "Econs";
  font-size: 1rem;
  vertical-align: middle;
}

/* line 1173, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-opinion-cartoons-today .pane-ee-custom-blocks-search-cartoonist .cartoonist_search:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

/* line 1180, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .object > h2, .l-content .row .object > h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
  margin: 0 auto 5px;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .object > h2 p,
.l-content .row .object > h2 span, .l-content .row .object > h3 p,
.l-content .row .object > h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .object > h2:before, .l-content .row .object > h3:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 1183, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .object > h2:before, .l-content .row .object > h3:before {
  z-index: 1;
}

/* line 1186, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .col-lg-12 > h2, .l-content .row .col-lg-12 > h3 {
  margin-bottom: 20px;
}

/* line 1189, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-gazapera-block {
  background: #f7f9f9;
  padding: 10px;
  height: 225px;
}

@media (max-width: 1025px) {
  /* line 1189, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-gazapera-block {
    margin-bottom: 20px;
    height: auto;
  }
}

/* line 1196, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-gazapera-block .view-header {
  position: relative;
  z-index: 1;
}

/* line 1199, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-gazapera-block .view-header h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
  margin-top: 0;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-gazapera-block .view-header h3 p,
.l-content .row .view-gazapera-block .view-header h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-gazapera-block .view-header h3:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 1202, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-gazapera-block .view-header h3 span {
  background: #f7f9f9;
}

/* line 1204, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-gazapera-block .view-content {
  overflow: hidden;
  max-height: 150px;
}

@media (max-width: 1025px) {
  /* line 1204, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-gazapera-block .view-content {
    max-height: initial;
  }
}

/* line 1209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-gazapera-block .views-row {
  line-height: 18px;
  margin-bottom: 5px;
}

/* line 1212, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-gazapera-block .views-row .views-field-title {
  max-height: 180px;
  overflow: hidden;
}

/* line 1215, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-gazapera-block .views-row .views-field-title a {
  font-size: 1.25rem;
  line-height: 1.3em;
  color: #000;
}

/* line 1219, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-gazapera-block .views-row .views-field-title a:hover {
  color: #9ba3ce;
}

/* line 1221, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-gazapera-block .views-row span {
  font-size: 0.875rem;
}

/* line 1223, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-gazapera-block .view-footer {
  font-size: 0.875rem;
}

/* line 1227, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes {
  margin-bottom: 20px;
}

/* line 1230, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .content .row .col-lg-4 {
  padding-left: 0;
}

@media (max-width: 1025px) {
  /* line 1230, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .content .row .col-lg-4 {
    padding: 0;
  }
}

@media (max-width: 1025px) {
  /* line 1234, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .content .row .col-lg-4 .row {
    margin: 0 auto;
    width: 100%;
  }
}

/* line 1239, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .row > h2 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .section_notes-section_notes .row > h2 p,
.l-content .row .section_notes-section_notes .row > h2 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .section_notes-section_notes .row > h2:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 1242, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .row .read-more {
  background: #1d1d1d;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 82px;
}

@media (min-width: 1001px) {
  /* line 209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .row .section_notes-section_notes .row .read-more:hover {
    background: #f7f9f9;
    color: #1d1d1d;
  }
}

@media (max-width: 1025px) {
  /* line 1242, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .read-more {
    font-size: 1rem;
    font-weight: bold;
  }
}

@media (max-width: 1025px) {
  /* line 1242, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .read-more {
    margin-top: 0;
  }
}

/* line 1247, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .row .view-mode-main {
  height: 420px;
  margin-bottom: 0;
}

@media (max-width: 1025px) {
  /* line 1247, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .view-mode-main {
    height: auto;
    margin-bottom: 15px;
  }
}

/* line 1253, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .row .view-mode-main .node-image {
  overflow: hidden;
}

/* line 1255, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .row .view-mode-teaser {
  padding: 0;
  height: auto;
  border: none;
}

/* line 1259, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small {
  background: none;
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 1264, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small .group-container-teaser {
  bottom: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.95) 100%);
}

/* line 1270, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small .group-container-teaser .node-post-date,
.l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small .group-container-teaser .node-title a,
.l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small .group-container-teaser a:after {
  color: #fff;
}

@media (max-width: 1025px) {
  /* line 1270, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small .group-container-teaser .node-post-date,
  .l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small .group-container-teaser .node-title a,
  .l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small .group-container-teaser a:after {
    color: #000;
  }
}

@media (max-width: 1025px) {
  /* line 1259, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small {
    height: 140px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1025px) and (max-width: 1025px) {
  /* line 1259, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small {
    height: auto;
  }
}

@media (max-width: 1025px) {
  /* line 1282, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small .node-image {
    float: left;
    width: 140px;
  }
  /* line 1285, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small .node-image [class*=description] {
    font-size: 0.625rem;
  }
  /* line 1287, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small .node-image [class*=author] {
    font-size: 0.625rem;
    font-weight: bold;
  }
  /* line 1290, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small .group-container-teaser {
    background: none;
    float: right;
    line-height: 0.75rem;
    padding: 0 0 0 5px;
    position: static;
    width: calc(100% - 145px);
  }
  /* line 1297, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small .group-container-teaser .node-title {
    margin: 0;
    max-height: 93px;
  }
}

@media (max-width: 1025px) and (max-width: 1025px) {
  /* line 1297, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small .group-container-teaser .node-title {
    max-height: initial;
  }
}

@media (max-width: 1025px) {
  /* line 1302, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small .group-container-teaser .node-post-date,
  .l-content .row .section_notes-section_notes .row .view-mode-section_note_full_small .group-container-teaser .node-title a {
    color: #000;
  }
}

@media (max-width: 1025px) {
  /* line 1305, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .col-last-item {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 1309, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .row .col-last-item .row {
  background: #ea0a0a;
  margin: 0;
}

@media (max-width: 1025px) {
  /* line 1309, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .col-last-item .row {
    background: none;
  }
}

/* line 1314, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .row .col-last-item .view-mode-section_note_full_medium {
  background: none;
  height: 295px;
  margin-bottom: 0;
  overflow: hidden;
}

/* line 1319, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .row .col-last-item .view-mode-section_note_full_medium .node-image {
  float: left;
  width: 50%;
}

/* line 1322, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .row .col-last-item .view-mode-section_note_full_medium .group-container-teaser {
  padding: 0 10px;
  float: right;
  width: 50%;
}

/* line 1326, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .row .col-last-item .view-mode-section_note_full_medium .group-container-teaser .node-post-date {
  color: #fff;
}

/* line 1328, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .row .col-last-item .view-mode-section_note_full_medium .group-container-teaser .node-title {
  max-height: 200px;
  font-size: 1.625rem;
}

/* line 1331, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .row .col-last-item .view-mode-section_note_full_medium .group-container-teaser .node-title a {
  color: #fff;
  font-size: 2.125rem;
  line-height: 2.5rem;
}

/* line 217, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .section_notes-section_notes .row .col-last-item .view-mode-section_note_full_medium .group-container-teaser .node-title a:after {
  background: rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  height: 1px;
  width: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (min-width: 1001px) {
  /* line 225, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .row .section_notes-section_notes .row .col-last-item .view-mode-section_note_full_medium .group-container-teaser .node-title a:hover:after {
    width: 30%;
  }
}

@media (max-width: 1025px) {
  /* line 1331, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .col-last-item .view-mode-section_note_full_medium .group-container-teaser .node-title a {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
}

/* line 1340, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .row .col-last-item .view-mode-section_note_full_medium .group-container-teaser .node-term a {
  color: #000;
}

@media (max-width: 1025px) {
  /* line 1314, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .col-last-item .view-mode-section_note_full_medium {
    height: auto;
  }
  /* line 1344, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .col-last-item .view-mode-section_note_full_medium .node-image {
    width: 140px;
    float: left;
  }
  /* line 1347, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .col-last-item .view-mode-section_note_full_medium .group-container-teaser {
    background: none;
    float: right;
    line-height: 0.75rem;
    padding: 0 5px 0 0;
    position: static;
    width: calc(100% - 145px);
  }
  /* line 1354, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .col-last-item .view-mode-section_note_full_medium .group-container-teaser .node-title {
    margin: 5px 0 5px;
    max-height: 94px;
  }
}

@media (max-width: 1025px) and (max-width: 1025px) {
  /* line 1354, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .col-last-item .view-mode-section_note_full_medium .group-container-teaser .node-title {
    max-height: initial;
  }
}

/* line 1359, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .section_notes-section_notes .row .col-last-item .read-more {
  bottom: 10px;
  margin: 10px auto 0;
  position: absolute;
  right: 10px;
  width: 305px;
}

@media (max-width: 1025px) {
  /* line 1359, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .section_notes-section_notes .row .col-last-item .read-more {
    position: static;
    margin: 15px auto;
    width: 100%;
  }
}

/* line 1370, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editorial-home {
  margin-bottom: 20px;
}

/* line 1372, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editorial-home a {
  color: #fff;
}

/* line 1374, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editorial-home a:hover {
  color: #000;
}

/* line 1377, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editorial-home .views-field-title {
  max-height: 55px;
  overflow: hidden;
}

/* line 1380, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editorial-home .views-field-title a {
  font-size: 1.25rem;
}

/* line 1382, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editorial-home .views-field-created {
  display: inline-block;
  font-size: 0.75rem;
}

/* line 1385, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editorial-home .views-field-created div {
  display: inline-block;
}

/* line 1387, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editorial-home .views-field-created div:after {
  content: '-';
  display: inline-block;
  margin: 0 3px;
}

/* line 1391, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editorial-home .views-field-body {
  overflow: hidden;
  min-height: 178px;
}

@media (max-width: 1025px) {
  /* line 1391, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-editorial-home .views-field-body {
    min-height: initial;
  }
}

/* line 1396, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editorial-home .views-field-body p {
  font-size: 1rem;
  line-height: 1.375rem;
}

/* line 1399, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editorial-home > .view-content {
  background: #9ba3ce;
  padding: 5px 10px;
  height: 234px;
}

@media (max-width: 1025px) {
  /* line 1399, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-editorial-home > .view-content {
    padding: 15px 10px;
    height: auto;
  }
}

/* line 1408, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editorial-home .view-header > h3,
.l-content .row .view-editorial-home .view-footer > h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
  margin: 5px auto;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-editorial-home .view-header > h3 p,
.l-content .row .view-editorial-home .view-header > h3 span,
.l-content .row .view-editorial-home .view-footer > h3 p,
.l-content .row .view-editorial-home .view-footer > h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-editorial-home .view-header > h3:before,
.l-content .row .view-editorial-home .view-footer > h3:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 1411, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editor-recommends {
  background: #48546c;
  color: #fff;
  padding: 15px 10px;
  height: 93px;
}

/* line 1416, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editor-recommends a {
  color: #fff;
}

/* line 1418, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editor-recommends a:hover {
  color: #000;
}

/* line 1420, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editor-recommends .views-field-created {
  display: inline-block;
  font-size: 0.75rem;
}

/* line 1423, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editor-recommends .views-field-created div {
  display: inline-block;
}

/* line 1425, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editor-recommends .views-row {
  margin-bottom: 5px;
}

/* line 1428, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-antieditorial,
.l-content .row .view-editorial-home-opinion {
  background: #9ba3ce;
  color: #fff;
  margin-bottom: 20px;
  padding: 15px 10px;
  height: 225px;
}

@media (max-width: 1025px) {
  /* line 1428, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-display-id-antieditorial,
  .l-content .row .view-editorial-home-opinion {
    height: auto;
  }
}

/* line 1438, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-antieditorial .view-header h2, .l-content .row .view-display-id-antieditorial .view-header p,
.l-content .row .view-editorial-home-opinion .view-header h2,
.l-content .row .view-editorial-home-opinion .view-header p {
  color: #000;
  font-weight: bold;
  font-size: 1.25rem;
}

@media (max-width: 1025px) {
  /* line 1437, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-display-id-antieditorial .view-header,
  .l-content .row .view-editorial-home-opinion .view-header {
    font-size: 1rem;
    font-weight: normal;
  }
}

/* line 1445, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-antieditorial .views-field-title,
.l-content .row .view-editorial-home-opinion .views-field-title {
  margin-bottom: 10px;
  max-height: 38px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 1445, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-display-id-antieditorial .views-field-title,
  .l-content .row .view-editorial-home-opinion .views-field-title {
    max-height: initial;
  }
}

/* line 1451, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-antieditorial .views-field-title a,
.l-content .row .view-editorial-home-opinion .views-field-title a {
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.2em;
}

/* line 1455, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-antieditorial .views-field-title a:hover,
.l-content .row .view-editorial-home-opinion .views-field-title a:hover {
  color: #000;
}

@media (max-width: 1025px) {
  /* line 1451, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-display-id-antieditorial .views-field-title a,
  .l-content .row .view-editorial-home-opinion .views-field-title a {
    font-size: 1.5rem;
  }
}

/* line 1459, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-antieditorial .views-field-body,
.l-content .row .view-editorial-home-opinion .views-field-body {
  max-height: 78px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 1459, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-display-id-antieditorial .views-field-body,
  .l-content .row .view-editorial-home-opinion .views-field-body {
    max-height: initial;
  }
}

/* line 1464, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-antieditorial .views-field-body a,
.l-content .row .view-editorial-home-opinion .views-field-body a {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3em;
}

/* line 1468, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-antieditorial .views-field-field-teaser,
.l-content .row .view-editorial-home-opinion .views-field-field-teaser {
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
}

@media (max-width: 1025px) {
  /* line 1468, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-display-id-antieditorial .views-field-field-teaser,
  .l-content .row .view-editorial-home-opinion .views-field-field-teaser {
    font-size: 1.125rem;
    line-height: 30px;
  }
}

/* line 1475, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-antieditorial .views-field-view-node,
.l-content .row .view-display-id-antieditorial .view-footer,
.l-content .row .view-editorial-home-opinion .views-field-view-node,
.l-content .row .view-editorial-home-opinion .view-footer {
  margin-top: 10px;
  text-align: center;
}

/* line 1479, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-antieditorial .views-field-view-node li,
.l-content .row .view-display-id-antieditorial .view-footer li,
.l-content .row .view-editorial-home-opinion .views-field-view-node li,
.l-content .row .view-editorial-home-opinion .view-footer li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

@media (max-width: 1025px) {
  /* line 1479, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-display-id-antieditorial .views-field-view-node li,
  .l-content .row .view-display-id-antieditorial .view-footer li,
  .l-content .row .view-editorial-home-opinion .views-field-view-node li,
  .l-content .row .view-editorial-home-opinion .view-footer li {
    width: 100%;
    margin: 10px 0 0;
  }
  /* line 1486, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-display-id-antieditorial .views-field-view-node li a,
  .l-content .row .view-display-id-antieditorial .view-footer li a,
  .l-content .row .view-editorial-home-opinion .views-field-view-node li a,
  .l-content .row .view-editorial-home-opinion .view-footer li a {
    width: 100%;
  }
}

/* line 1488, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-antieditorial .views-field-view-node span,
.l-content .row .view-display-id-antieditorial .view-footer span,
.l-content .row .view-editorial-home-opinion .views-field-view-node span,
.l-content .row .view-editorial-home-opinion .view-footer span {
  display: inline-block;
}

/* line 1490, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-antieditorial .views-field-view-node a,
.l-content .row .view-display-id-antieditorial .view-footer a,
.l-content .row .view-editorial-home-opinion .views-field-view-node a,
.l-content .row .view-editorial-home-opinion .view-footer a {
  background: #1d1d1d;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 1001px) {
  /* line 209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .row .view-display-id-antieditorial .views-field-view-node a:hover,
  .l-content .row .view-display-id-antieditorial .view-footer a:hover,
  .l-content .row .view-editorial-home-opinion .views-field-view-node a:hover,
  .l-content .row .view-editorial-home-opinion .view-footer a:hover {
    background: #f7f9f9;
    color: #1d1d1d;
  }
}

@media (max-width: 1025px) {
  /* line 1490, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-display-id-antieditorial .views-field-view-node a,
  .l-content .row .view-display-id-antieditorial .view-footer a,
  .l-content .row .view-editorial-home-opinion .views-field-view-node a,
  .l-content .row .view-editorial-home-opinion .view-footer a {
    font-size: 1rem;
    font-weight: bold;
  }
}

/* line 1494, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-antieditorial .views-field-view-node a:hover,
.l-content .row .view-display-id-antieditorial .view-footer a:hover,
.l-content .row .view-editorial-home-opinion .views-field-view-node a:hover,
.l-content .row .view-editorial-home-opinion .view-footer a:hover {
  color: #1d1d1d;
  background: #fff;
}

/* line 1497, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-editorial-home-opinion {
  height: 272px;
}

@media (max-width: 1025px) {
  /* line 1497, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-editorial-home-opinion {
    height: auto;
  }
}

/* line 1502, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .twitter_timeline-twitter_timeline {
  background: #9ba3ce;
  padding: 15px;
}

/* line 1505, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .twitter_timeline-twitter_timeline .tweet-author-screen-name {
  font-size: 1rem;
}

/* line 1507, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .twitter_timeline-twitter_timeline .tweet-author {
  color: #fff;
  font-size: 1rem;
}

/* line 1510, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .twitter_timeline-twitter_timeline .tweet {
  font-size: 0.875rem;
}

/* line 1513, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-readers_column {
  background: #f7f9f9;
  padding: 10px;
  height: 225px;
}

@media (max-width: 1025px) {
  /* line 1513, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-display-id-readers_column {
    height: auto;
  }
}

/* line 1519, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-readers_column .view-header {
  position: relative;
  z-index: 1;
}

/* line 1522, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-readers_column .view-header h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-display-id-readers_column .view-header h3 p,
.l-content .row .view-display-id-readers_column .view-header h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .view-display-id-readers_column .view-header h3:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 1524, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-readers_column .view-header h3 span {
  background: #f7f9f9;
}

/* line 1526, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-readers_column .views-field-field-photo {
  border: 2px solid #9ba3ce;
  border-radius: 50%;
  height: 60px;
  overflow: hidden;
  position: relative;
  width: 60px;
  float: left;
}

/* line 1534, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-readers_column .views-field-field-photo img {
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* line 1541, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-readers_column .views-field-title,
.l-content .row .view-display-id-readers_column .views-field-field-columnist {
  float: right;
  width: calc(100% - 70px);
}

/* line 1545, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-readers_column .views-field-title a,
.l-content .row .view-display-id-readers_column .views-field-field-columnist a {
  color: #000;
}

/* line 1547, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-readers_column .views-field-title a:hover,
.l-content .row .view-display-id-readers_column .views-field-field-columnist a:hover {
  color: #9ba3ce;
}

/* line 1549, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-readers_column .views-field-title {
  max-height: 72px;
}

/* line 1551, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-readers_column .views-field-field-columnist {
  font-size: 0.875rem;
}

/* line 1553, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-readers_column .views-field-field-columnist span, .l-content .row .view-display-id-readers_column .views-field-field-columnist div {
  display: inline-block;
  vertical-align: middle;
}

/* line 1556, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-readers_column .views-field-view-node {
  clear: both;
  padding-top: 20px;
}

/* line 1559, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .row .view-display-id-readers_column .views-field-view-node a {
  background: #1d1d1d;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1001px) {
  /* line 209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .row .view-display-id-readers_column .views-field-view-node a:hover {
    background: #f7f9f9;
    color: #1d1d1d;
  }
}

@media (max-width: 1025px) {
  /* line 1559, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .row .view-display-id-readers_column .views-field-view-node a {
    font-size: 1rem;
    font-weight: bold;
  }
}

/* line 1562, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .view-display-id-readers_letter {
  border-bottom: 1px solid #000;
  height: 240px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media (max-width: 1025px) {
  /* line 1562, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .view-display-id-readers_letter {
    height: auto;
    margin-bottom: 20px;
  }
}

/* line 1572, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .view-display-id-readers_letter .views-field-title a,
.l-content .view-display-id-readers_letter .views-label-field-column-author a {
  color: #000;
}

/* line 1574, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .view-display-id-readers_letter .views-field-title a:hover,
.l-content .view-display-id-readers_letter .views-label-field-column-author a:hover {
  color: #9ba3ce;
}

/* line 1576, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .view-display-id-readers_letter .view-header h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
  max-height: 48px;
  margin-top: 0;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .view-display-id-readers_letter .view-header h3 p,
.l-content .view-display-id-readers_letter .view-header h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .view-display-id-readers_letter .view-header h3:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

@media (max-width: 1025px) {
  /* line 1576, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .view-display-id-readers_letter .view-header h3 {
    max-height: initial;
  }
}

/* line 1582, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .view-display-id-readers_letter .view-footer {
  text-align: center;
  margin-top: 10px;
}

/* line 1585, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .view-display-id-readers_letter .view-footer a {
  background: #1d1d1d;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  background: #9ba3ce;
}

@media (min-width: 1001px) {
  /* line 209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .view-display-id-readers_letter .view-footer a:hover {
    background: #f7f9f9;
    color: #1d1d1d;
  }
}

@media (max-width: 1025px) {
  /* line 1585, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .view-display-id-readers_letter .view-footer a {
    font-size: 1rem;
    font-weight: bold;
  }
}

/* line 1588, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .view-display-id-readers_letter .view-footer a:hover {
  color: #000;
}

/* line 1590, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .view-display-id-readers_letter .views-field-field-column-author {
  margin-top: 10px;
}

/* line 1592, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .view-display-id-readers_letter .views-field-field-column-author div {
  font-size: 0.75rem;
}

/* line 1594, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .view-display-id-readers_letter .views-field-field-column-author span {
  font-size: 0.75rem;
  float: left;
  margin-right: 5px;
}

/* line 1598, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .view-display-id-readers_letter .views-field-view-node {
  clear: both;
  padding-top: 20px;
}

/* line 1601, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .view-display-id-readers_letter .views-field-view-node a {
  background: #1d1d1d;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1001px) {
  /* line 209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .view-display-id-readers_letter .views-field-view-node a:hover {
    background: #f7f9f9;
    color: #1d1d1d;
  }
}

@media (max-width: 1025px) {
  /* line 1601, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .view-display-id-readers_letter .views-field-view-node a {
    font-size: 1rem;
    font-weight: bold;
  }
}

/* line 1607, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .content > .row {
  margin: 0;
}

/* line 1609, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .content > .row > h2 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .wrapper-opinion-block .content > .row > h2 p,
.l-content .wrapper-opinion-block .content > .row > h2 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .wrapper-opinion-block .content > .row > h2:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 1612, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .content > .row:last-child {
  background: #9ba3ce;
  margin-bottom: 20px;
  padding: 20px 0;
  position: relative;
}

@media (max-width: 1025px) {
  /* line 1612, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .content > .row:last-child {
    padding: 10px 0;
  }
}

/* line 1619, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .content > .row:last-child:after {
  background: #000;
  content: '';
  height: 95%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
}

@media (max-width: 1025px) {
  /* line 1619, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .content > .row:last-child:after {
    content: none;
  }
}

@media (max-width: 1025px) {
  /* line 1619, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .content > .row:last-child:after {
    content: none;
  }
}

/* line 1632, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .carousel {
  position: static;
}

/* line 1634, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .carousel-indicators {
  bottom: -25px;
}

@media (max-width: 1025px) {
  /* line 1634, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .carousel-indicators {
    display: none;
  }
}

/* line 1638, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .carousel-indicators li {
  background: #fff;
  border: none;
}

/* line 1641, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .carousel-indicators li.active, .l-content .wrapper-opinion-block .carousel-indicators li:hover {
  background: #000;
}

/* line 1644, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .bx-viewport {
  min-height: 340px;
}

@media (max-width: 1025px) {
  /* line 1644, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .bx-viewport {
    min-height: 270px;
  }
}

@media (max-width: 1025px) {
  /* line 1648, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-columns-today {
    text-align: center;
    height: auto;
    max-height: initial;
    padding-bottom: 50px;
  }
}

@media (max-width: 1025px) {
  /* line 1655, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-columns-today .bx-wrapper {
    margin: 0 auto;
    max-width: 200px !important;
  }
}

/* line 1659, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-columns-today .view-header {
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (max-width: 1025px) {
  /* line 1659, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-columns-today .view-header {
    font-size: 1.25rem;
  }
}

/* line 1666, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-columns-today .view-header span {
  color: #fff;
}

/* line 1668, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-columns-today .view-header a {
  background: #1d1d1d;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  float: right;
  padding: 5px 10px;
}

@media (min-width: 1001px) {
  /* line 209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .wrapper-opinion-block .view-opinion-columns-today .view-header a:hover {
    background: #f7f9f9;
    color: #1d1d1d;
  }
}

@media (max-width: 1025px) {
  /* line 1668, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-columns-today .view-header a {
    font-size: 1rem;
    font-weight: bold;
  }
}

@media (max-width: 1025px) {
  /* line 1668, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-columns-today .view-header a {
    bottom: 0;
    left: 50%;
    max-width: 300px;
    padding: 10px;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
  }
}

/* line 1681, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-columns-today .views-row {
  text-align: center;
}

/* line 1683, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-title {
  height: 70px;
  overflow: hidden;
  text-align: left;
  margin-top: 20px;
  position: relative;
}

@media (max-width: 1025px) {
  /* line 1683, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-title {
    text-align: center;
    overflow: hidden;
    margin: 0;
    height: 80px;
  }
}

/* line 1694, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-title a {
  color: #000;
  font-size: 1.5rem;
  left: 50%;
  max-height: 65px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 1025px) {
  /* line 1694, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-title a {
    line-height: 1.12em;
    max-height: 80px;
  }
}

/* line 1706, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-title a:hover {
  color: #fff;
}

/* line 1708, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-body {
  margin: 0 0 15px;
  max-height: 120px;
  overflow: hidden;
  text-align: left;
}

@media (max-width: 1025px) {
  /* line 1708, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-body {
    display: none;
  }
}

/* line 1715, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-body a, .l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-body p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
}

/* line 1719, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-field-photo {
  background: #fff;
  border-radius: 50%;
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 120px;
}

@media (max-width: 1025px) {
  /* line 1719, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-field-photo {
    height: 140px;
    width: 140px;
  }
}

/* line 1729, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-field-photo img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* line 1735, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-field-photo,
.l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-name {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1025px) {
  /* line 1735, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-field-photo,
  .l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-name {
    margin-top: 15px;
    font-size: 0.875rem;
  }
}

/* line 1742, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-field-photo a,
.l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-name a {
  color: #000;
  font-size: 1.125rem;
}

/* line 1745, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-field-photo a:hover,
.l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-name a:hover {
  color: #fff;
}

@media (max-width: 1025px) {
  /* line 1747, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-columns-today .views-field-name {
    min-height: 48px;
    display: block;
  }
}

@media (max-width: 1025px) {
  /* line 1751, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-cartoons-today {
    margin-top: 20px;
    padding-bottom: 50px;
  }
}

@media (max-width: 1025px) {
  /* line 1755, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-cartoons-today .bx-wrapper {
    margin: 0 auto;
    max-width: 300px !important;
  }
}

/* line 1759, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-cartoons-today .bx-controls .bx-controls-direction {
  display: none;
}

/* line 1761, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-cartoons-today .view-header {
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 1766, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-cartoons-today .view-header:before {
  content: none;
}

@media (max-width: 1025px) {
  /* line 1761, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-cartoons-today .view-header {
    font-size: 1.25rem;
  }
}

/* line 1770, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-cartoons-today .view-header span {
  background: none;
}

/* line 1772, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-cartoons-today .view-header a {
  background: #1d1d1d;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  float: right;
  padding: 5px 10px;
}

@media (min-width: 1001px) {
  /* line 209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .wrapper-opinion-block .view-opinion-cartoons-today .view-header a:hover {
    background: #f7f9f9;
    color: #1d1d1d;
  }
}

@media (max-width: 1025px) {
  /* line 1772, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-cartoons-today .view-header a {
    font-size: 1rem;
    font-weight: bold;
  }
}

@media (max-width: 1025px) {
  /* line 1772, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-cartoons-today .view-header a {
    bottom: 0;
    left: 50%;
    max-width: 300px;
    padding: 10px;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
  }
}

@media (max-width: 1025px) {
  /* line 1761, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-cartoons-today .view-header {
    text-align: center;
  }
}

/* line 1787, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-cartoons-today .views-field-title {
  color: #000;
  font-size: 1.5rem;
  height: 65px;
  margin-top: 20px;
  position: relative;
  text-align: center;
}

/* line 1794, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-cartoons-today .views-field-title span {
  left: 50%;
  max-height: 65px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 1025px) {
  /* line 1787, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .view-opinion-cartoons-today .views-field-title {
    overflow: hidden;
  }
}

/* line 1804, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-cartoons-today .views-field-field-cartoonist {
  text-align: center;
}

/* line 1806, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-cartoons-today .views-field-field-cartoonist a {
  color: #000;
  font-size: 1.125rem;
}

/* line 1809, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-cartoons-today .views-field-field-cartoonist a:hover {
  color: #fff;
}

/* line 1811, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-cartoons-today .views-field-field-cartoon {
  text-align: center;
  font-size: 1.25rem;
}

/* line 1814, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-cartoons-today .views-field-field-cartoon {
  margin: 5px 0;
  max-height: 240px;
  overflow: hidden;
}

/* line 1818, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .view-opinion-cartoons-today .views-field-field-cartoon img {
  width: 100%;
}

@media (max-width: 1025px) {
  /* line 1822, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .bx-controls .bx-pager {
    display: none;
  }
}

/* line 1825, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .bx-controls .bx-pager-item a {
  width: 15px;
  height: 15px;
}

@media (max-width: 1025px) {
  /* line 1829, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .bx-wrapper .bx-viewport {
    overflow: visible !important;
  }
}

/* line 1832, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .bx-wrapper ul {
  overflow: hidden;
}

/* line 1835, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .wrapper-opinion-block .bx-wrapper ul li a {
  text-align: center;
}

@media (max-width: 1025px) {
  /* line 1834, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .wrapper-opinion-block .bx-wrapper ul li {
    padding: 0 10px;
  }
}

/* line 1840, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .branding-block img {
  width: 100%;
}

/* line 1842, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .block-ee_custom_blocks-search_cartoonist,
.l-content .block-ee_custom_blocks-search_columnist {
  background: #9ba3ce;
  clear: both;
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 500px;
  padding: 10px;
  text-align: center;
}

/* line 1852, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .block-ee_custom_blocks-search_cartoonist > h3,
.l-content .block-ee_custom_blocks-search_columnist > h3 {
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0 10px 0 0;
  text-shadow: none;
  vertical-align: middle;
}

/* line 1860, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .block-ee_custom_blocks-search_cartoonist > h3:before,
.l-content .block-ee_custom_blocks-search_columnist > h3:before {
  content: none;
}

/* line 1862, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .block-ee_custom_blocks-search_cartoonist select,
.l-content .block-ee_custom_blocks-search_columnist select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  display: inline-block;
  height: 30px;
  max-width: 260px;
  vertical-align: middle;
}

/* line 1870, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .object.views_panes-today_news-panel_pane_today_news {
  overflow: hidden;
  margin-bottom: 15px;
}

/* line 1873, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .object.views_panes-today_news-panel_pane_today_news > h3 {
  color: #fff;
  margin: 0;
  padding: 8px 0;
  text-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media (max-width: 1025px) {
  /* line 1873, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .object.views_panes-today_news-panel_pane_today_news > h3 {
    background: #000;
    margin-bottom: 15px;
    padding: 10px 0;
    position: static;
    width: 100%;
  }
}

/* line 1889, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .object.views_panes-today_news-panel_pane_today_news > h3:before {
  content: none;
}

/* line 1891, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news {
  background: #101010;
  clear: both;
  padding-top: 44px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 1891, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news {
    background: #212121;
    padding-top: 0;
  }
}

/* line 1899, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row {
  text-align: left;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media (max-width: 1025px) {
  /* line 1899, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  /* line 1904, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row:not(.views-row-first) {
    padding: 10px 10px 0 10px;
  }
}

/* line 1906, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-main {
  margin-bottom: 13px;
}

/* line 1908, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-main h3 a {
  font-size: 1.25rem;
}

/* line 1911, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row.views-row-first > .node {
  border-bottom: none;
  max-height: 210px;
}

/* line 1914, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-basic,
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .node--today-news-simple {
  background: none;
  padding: 0;
  height: 90px;
  border: none;
}

@media (max-width: 1025px) {
  /* line 1914, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-basic,
  .l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .node--today-news-simple {
    height: auto;
  }
}

/* line 1922, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-basic .node-title,
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .node--today-news-simple .node-title {
  max-height: 81px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 1922, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-basic .node-title,
  .l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .node--today-news-simple .node-title {
    max-height: initial;
  }
}

/* line 1927, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-basic .node-title a,
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .node--today-news-simple .node-title a {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.2em;
}

/* line 217, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-basic .node-title a:after,
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .node--today-news-simple .node-title a:after {
  background: rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  height: 1px;
  width: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (min-width: 1001px) {
  /* line 225, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-basic .node-title a:hover:after,
  .l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .node--today-news-simple .node-title a:hover:after {
    width: 30%;
  }
}

/* line 1932, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-basic .node-title,
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .node--today-news-simple .node-title {
  max-height: 63px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 1932, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-basic .node-title,
  .l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .node--today-news-simple .node-title {
    height: auto;
    max-height: initial;
  }
}

/* line 1938, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-basic .field--name-field-section,
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-basic .field--name-post-date,
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .node--today-news-simple .field--name-field-section,
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .node--today-news-simple .field--name-post-date {
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  vertical-align: middle;
}

/* line 1944, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-basic .field--name-field-section a,
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-basic .field--name-post-date a,
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .node--today-news-simple .field--name-field-section a,
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .node--today-news-simple .field--name-post-date a {
  color: #ea0a0a;
}

/* line 1946, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-basic .field--name-field-section a:after, .l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-basic .field--name-field-section a:hover,
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-basic .field--name-post-date a:after,
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .view-mode-basic .field--name-post-date a:hover,
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .node--today-news-simple .field--name-field-section a:after,
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .node--today-news-simple .field--name-field-section a:hover,
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .node--today-news-simple .field--name-post-date a:after,
.l-content .object.views_panes-today_news-panel_pane_today_news .view-today-news .views-row .node--today-news-simple .field--name-post-date a:hover {
  color: #fff;
}

/* line 1952, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.secciones_deportes .row.views-experts {
  margin: 0;
}

/* line 1954, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.secciones_deportes .expertos-deportes {
  position: relative;
  margin-bottom: 20px;
}

/* line 1957, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.secciones_deportes .expertos-deportes:after {
  background: #000;
  content: '';
  height: 80%;
  left: 50%;
  position: absolute;
  bottom: 25px;
  transform: translateX(-50%);
  width: 1px;
}

@media (max-width: 1025px) {
  /* line 1957, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .secciones_deportes .expertos-deportes:after {
    content: none;
  }
}

/* line 1969, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.secciones_deportes .expertos-deportes .blogs_section-blogs_section > h3 {
  margin: 0 -15px;
  padding: 5px 0;
}

/* line 1972, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.secciones_deportes .expertos-deportes .blogs_section-blogs_section > h3:after {
  background: white;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/* line 1983, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.blogs_section-blogs_section > .blogs-section {
  overflow: hidden;
  padding: 20px 0;
}

/* line 1986, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.blogs_section-blogs_section > .blogs-section .bx-wrapper {
  margin: 0 auto;
}

/* line 1988, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.blogs_section-blogs_section > .blogs-section .blog {
  display: block;
  margin-bottom: 20px;
}

/* line 1991, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.blogs_section-blogs_section > .blogs-section .blog .blog-author-picture {
  border-radius: 50%;
  filter: blur(0);
  height: 140px;
  margin: 0 auto;
  overflow: hidden;
  width: 140px;
  display: none;
}

/* line 1999, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.blogs_section-blogs_section > .blogs-section .blog .blog-author-picture a {
  display: block;
}

/* line 2001, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.blogs_section-blogs_section > .blogs-section .blog .blog-author-picture a img {
  width: 100%;
  margin: 0 auto;
  filter: grayscale(1);
}

/* line 2005, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.blogs_section-blogs_section > .blogs-section .blog .blog-name {
  margin-top: 10px;
}

/* line 2007, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.blogs_section-blogs_section > .blogs-section .blog .blog-name h3 a {
  color: #fff;
  font-size: 1rem;
}

/* line 2010, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.blogs_section-blogs_section > .blogs-section .blog .blog-name h3 a:hover {
  color: #000;
}

/* line 2012, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.blogs_section-blogs_section > .blogs-section .blog .node-author {
  margin-top: 5px;
}

/* line 2014, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.blogs_section-blogs_section > .blogs-section .blog .node-author a {
  color: #fff;
  font-size: 0.6875rem;
}

/* line 2017, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.blogs_section-blogs_section > .blogs-section .blog .node-author a:hover {
  color: #000;
}

/* line 2022, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main > h3,
.block-ee_custom_blocks-blogs_main > h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.pane-ee-custom-blocks-blogs-main > h3 p,
.pane-ee-custom-blocks-blogs-main > h3 span,
.block-ee_custom_blocks-blogs_main > h3 p,
.block-ee_custom_blocks-blogs_main > h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.pane-ee-custom-blocks-blogs-main > h3:before,
.block-ee_custom_blocks-blogs_main > h3:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 2024, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .blogs-main,
.block-ee_custom_blocks-blogs_main .blogs-main {
  background: #f4f4f4;
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 2028, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .featured-blog,
.block-ee_custom_blocks-blogs_main .featured-blog {
  width: 48.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
  position: relative;
  margin: 0;
}

@media (max-width: 1025px) {
  /* line 2028, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .pane-ee-custom-blocks-blogs-main .featured-blog,
  .block-ee_custom_blocks-blogs_main .featured-blog {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 2034, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .featured-blog img,
.block-ee_custom_blocks-blogs_main .featured-blog img {
  width: 100%;
}

/* line 2036, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .featured-blog .node--article--main,
.block-ee_custom_blocks-blogs_main .featured-blog .node--article--main {
  position: relative;
}

/* line 2038, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .featured-blog .group-text-content,
.block-ee_custom_blocks-blogs_main .featured-blog .group-text-content {
  bottom: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.95) 100%);
}

/* line 2046, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .featured-blog .group-text-content .node-title a,
.block-ee_custom_blocks-blogs_main .featured-blog .group-text-content .node-title a {
  color: #fff;
  font-size: 1.25rem;
}

/* line 2049, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .featured-blog .group-text-content .node-author,
.block-ee_custom_blocks-blogs_main .featured-blog .group-text-content .node-author {
  color: #fff;
  font-size: 0.875rem;
}

/* line 2052, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .top-rated-blogs,
.block-ee_custom_blocks-blogs_main .top-rated-blogs {
  width: 48.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
  padding: 10px 0;
  margin-left: 20px;
}

@media (max-width: 1025px) {
  /* line 2052, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .pane-ee-custom-blocks-blogs-main .top-rated-blogs,
  .block-ee_custom_blocks-blogs_main .top-rated-blogs {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin: 0;
  }
}

/* line 2059, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .top-rated-blogs h3,
.block-ee_custom_blocks-blogs_main .top-rated-blogs h3 {
  color: #ea0a0a;
  float: left;
  font-size: 1.25rem;
  padding-right: 10px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (max-width: 1025px) {
  /* line 2059, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .pane-ee-custom-blocks-blogs-main .top-rated-blogs h3,
  .block-ee_custom_blocks-blogs_main .top-rated-blogs h3 {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
}

/* line 2073, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .top-rated-blogs .link-blogs,
.block-ee_custom_blocks-blogs_main .top-rated-blogs .link-blogs {
  clear: both;
  float: right;
  margin-top: 10px;
  width: 100%;
}

/* line 2078, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .top-rated-blogs .link-blogs a,
.block-ee_custom_blocks-blogs_main .top-rated-blogs .link-blogs a {
  background: #1d1d1d;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 300px;
}

@media (min-width: 1001px) {
  /* line 209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .pane-ee-custom-blocks-blogs-main .top-rated-blogs .link-blogs a:hover,
  .block-ee_custom_blocks-blogs_main .top-rated-blogs .link-blogs a:hover {
    background: #f7f9f9;
    color: #1d1d1d;
  }
}

@media (max-width: 1025px) {
  /* line 2078, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .pane-ee-custom-blocks-blogs-main .top-rated-blogs .link-blogs a,
  .block-ee_custom_blocks-blogs_main .top-rated-blogs .link-blogs a {
    font-size: 1rem;
    font-weight: bold;
  }
}

/* line 2082, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog,
.block-ee_custom_blocks-blogs_main .top-rated-blogs .blog {
  float: right;
  margin: 5px 0;
  width: 100%;
}

@media (max-width: 1025px) {
  /* line 2082, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog,
  .block-ee_custom_blocks-blogs_main .top-rated-blogs .blog {
    background: #999;
    margin: 10px 0;
  }
}

/* line 2089, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog .blog-author,
.block-ee_custom_blocks-blogs_main .top-rated-blogs .blog .blog-author {
  background: #000;
  height: 45px;
}

@media (max-width: 1025px) {
  /* line 2089, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog .blog-author,
  .block-ee_custom_blocks-blogs_main .top-rated-blogs .blog .blog-author {
    height: 60px;
  }
}

/* line 2095, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog:nth-child(2) .blog-author,
.block-ee_custom_blocks-blogs_main .top-rated-blogs .blog:nth-child(2) .blog-author {
  background: #457ec5;
  width: 100%;
}

/* line 2099, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog:nth-child(3) .blog-author,
.block-ee_custom_blocks-blogs_main .top-rated-blogs .blog:nth-child(3) .blog-author {
  width: 95%;
}

/* line 2102, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog:nth-child(4) .blog-author,
.block-ee_custom_blocks-blogs_main .top-rated-blogs .blog:nth-child(4) .blog-author {
  width: 90%;
}

/* line 2104, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog:nth-child(5),
.block-ee_custom_blocks-blogs_main .top-rated-blogs .blog:nth-child(5) {
  display: none;
}

/* line 2106, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog:nth-child(5) .blog-author,
.block-ee_custom_blocks-blogs_main .top-rated-blogs .blog:nth-child(5) .blog-author {
  width: 85%;
}

@media (max-width: 1025px) {
  /* line 2104, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog:nth-child(5),
  .block-ee_custom_blocks-blogs_main .top-rated-blogs .blog:nth-child(5) {
    display: block;
  }
}

/* line 2111, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog .blog-author,
.block-ee_custom_blocks-blogs_main .top-rated-blogs .blog .blog-author {
  overflow: hidden;
  width: 100%;
}

/* line 2114, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog .blog-author .info,
.block-ee_custom_blocks-blogs_main .top-rated-blogs .blog .blog-author .info {
  padding: 5px;
  width: calc(100% - 65px) !important;
}

@media (max-width: 1025px) {
  /* line 2114, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog .blog-author .info,
  .block-ee_custom_blocks-blogs_main .top-rated-blogs .blog .blog-author .info {
    width: calc(100% - 80px) !important;
  }
}

/* line 2119, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog .blog-author img, .pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog .blog-author span, .pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog .blog-author h4, .pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog .blog-author em,
.block-ee_custom_blocks-blogs_main .top-rated-blogs .blog .blog-author img,
.block-ee_custom_blocks-blogs_main .top-rated-blogs .blog .blog-author span,
.block-ee_custom_blocks-blogs_main .top-rated-blogs .blog .blog-author h4,
.block-ee_custom_blocks-blogs_main .top-rated-blogs .blog .blog-author em {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: normal;
  vertical-align: middle;
}

/* line 2125, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog .blog-author img,
.block-ee_custom_blocks-blogs_main .top-rated-blogs .blog .blog-author img {
  margin-right: 10px;
  width: 45px;
}

@media (max-width: 1025px) {
  /* line 2125, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog .blog-author img,
  .block-ee_custom_blocks-blogs_main .top-rated-blogs .blog .blog-author img {
    width: 60px;
  }
}

/* line 2130, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog .blog-author em,
.block-ee_custom_blocks-blogs_main .top-rated-blogs .blog .blog-author em {
  float: right;
  font-size: 0.875rem;
  line-height: 1.7em;
  text-transform: capitalize;
}

@media (max-width: 1025px) {
  /* line 2130, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog .blog-author em,
  .block-ee_custom_blocks-blogs_main .top-rated-blogs .blog .blog-author em {
    float: none;
  }
}

/* line 2137, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog .blog-author h4,
.block-ee_custom_blocks-blogs_main .top-rated-blogs .blog .blog-author h4 {
  font-size: 1.125rem;
  max-height: 23px;
  max-width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1025px) {
  /* line 2137, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .pane-ee-custom-blocks-blogs-main .top-rated-blogs .blog .blog-author h4,
  .block-ee_custom_blocks-blogs_main .top-rated-blogs .blog .blog-author h4 {
    display: block;
    max-width: 100%;
  }
}

/* line 2148, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.row.special_block {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 1025px) {
  /* line 2152, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .row.special_block .special_block-special_block .view-footer,
  .row.special_block .special_block-special_block .view-specials-content {
    background: #1d1d1d;
  }
}

@media (max-width: 1025px) {
  /* line 2156, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .row.special_block .special_block-special_block .view-footer {
    padding: 10px 0;
  }
}

@media (max-width: 1025px) {
  /* line 2159, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .row.special_block .special_block-special_block .node .node-title {
    margin: 0;
  }
}

/* line 2162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.row.special_block .header {
  background-color: #000;
  background-image: url("http://placehold.it/1000x85/000?text=Logo+especial");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 85px;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.row.special_block .header:after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.5625rem;
  vertical-align: middle;
}

/* line 2174, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.row.special_block .header:after {
  position: absolute;
  right: 5px;
  top: 5px;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 2181, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.row.special_block .header.expanded:after {
  transform: rotate(45deg);
}

/* line 2183, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.row.special_block .view-specials-content {
  overflow: hidden;
  margin: 10px -0.83333% 0;
  z-index: 0;
}

@media (max-width: 1025px) {
  /* line 2183, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .row.special_block .view-specials-content {
    margin: 0;
  }
}

/* line 2189, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.row.special_block .view-specials-content .view-content {
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 2196, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .row.special_block .view-specials-content .node .group-container-teaser .node-post-date span,
  .row.special_block .view-specials-content .node .group-container-teaser .node-post-date h2 a, .row.special_block .view-specials-content .node .group-container-teaser .node-post-date h3 a,
  .row.special_block .view-specials-content .node .group-container-teaser .node-title span,
  .row.special_block .view-specials-content .node .group-container-teaser .node-title h2 a,
  .row.special_block .view-specials-content .node .group-container-teaser .node-title h3 a {
    color: #fff;
  }
}

/* line 2200, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.row.special_block .view-specials-content .item-list .views-row {
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

/* line 2201, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.row.special_block .view-specials-content .item-list .views-row:nth-child(4) {
  display: none;
}

@media (max-width: 1025px) {
  /* line 2201, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .row.special_block .view-specials-content .item-list .views-row:nth-child(4) {
    display: block;
  }
}

@media (max-width: 1025px) {
  /* line 2200, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .row.special_block .view-specials-content .item-list .views-row {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 2208, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.row.special_block .view-specials-content .item-list .views-row.views-row-first {
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

/* line 2209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.row.special_block .view-specials-content .item-list .views-row.views-row-first .node {
  overflow: hidden;
  margin: 0;
}

@media (max-width: 1025px) {
  /* line 2209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .row.special_block .view-specials-content .item-list .views-row.views-row-first .node {
    max-height: initial;
    margin-bottom: 20px;
  }
}

@media (max-width: 1025px) {
  /* line 2208, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .row.special_block .view-specials-content .item-list .views-row.views-row-first {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 2218, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.row.special_block .view-specials-content .view-footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 5px;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media (max-width: 1025px) {
  /* line 2218, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .row.special_block .view-specials-content .view-footer {
    position: static;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 2227, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.row.special_block .view-specials-content .view-footer a {
  background: #1d1d1d;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1001px) {
  /* line 209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .row.special_block .view-specials-content .view-footer a:hover {
    background: #f7f9f9;
    color: #1d1d1d;
  }
}

@media (max-width: 1025px) {
  /* line 2227, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
  .row.special_block .view-specials-content .view-footer a {
    font-size: 1rem;
    font-weight: bold;
  }
}

/* line 2231, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.iframe-block > h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
  margin: 5px 0;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.iframe-block > h3 p,
.iframe-block > h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.iframe-block > h3:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 2234, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.iframe-block iframe[src*="elespectador/graficas"] {
  max-height: 212px;
}

/* line 2236, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_backpack.sass */
.block-ads_paute_facil-Home.movil {
  margin-bottom: 20px;
}

/* line 6, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .columnist-photo,
.vocabulary-columnists .group-left .columnist-photo {
  border-radius: 50%;
  border: 2px solid #9ba3ce;
  display: inline-block;
  height: 60px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 60px;
}

/* line 16, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .columnist-photo img,
.vocabulary-columnists .group-left .columnist-photo img {
  filter: grayscale(1);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* line 23, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .group-text-content,
.vocabulary-columnists .group-left .group-text-content {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 70px);
}

/* line 28, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .group-text-content .taxonomy-term-description p,
.vocabulary-columnists .group-left .group-text-content .taxonomy-term-description p {
  color: #9ba3ce;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1em;
}

/* line 34, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .group-text-content .columnist-title h2,
.vocabulary-columnists .group-left .group-text-content .columnist-title h2 {
  font-size: 1.5rem;
  text-transform: capitalize;
}

/* line 37, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .group-text-content .field--name-columnista,
.vocabulary-columnists .group-left .group-text-content .field--name-columnista {
  font-size: 0.875rem;
}

/* line 39, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .group-text-content .field--name-columnista p,
.vocabulary-columnists .group-left .group-text-content .field--name-columnista p {
  line-height: 20px;
}

/* line 44, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .pane-views-panes .view .views-row,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .field--name-columns .view .views-row,
.vocabulary-columnists .group-left .pane-views-panes .view .views-row,
.vocabulary-columnists .group-left .field--name-columns .view .views-row {
  border-bottom: 1px solid #9ba3ce;
  margin: 10px 0;
  padding: 15px 0;
}

@media (max-width: 1025px) {
  /* line 44, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .pane-views-panes .view .views-row,
  .vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .field--name-columns .view .views-row,
  .vocabulary-columnists .group-left .pane-views-panes .view .views-row,
  .vocabulary-columnists .group-left .field--name-columns .view .views-row {
    padding: 5px 0;
  }
}

/* line 50, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .pane-views-panes .view .views-row:first-child,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .field--name-columns .view .views-row:first-child,
.vocabulary-columnists .group-left .pane-views-panes .view .views-row:first-child,
.vocabulary-columnists .group-left .field--name-columns .view .views-row:first-child {
  padding-top: 0;
  margin-top: 0;
}

/* line 55, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .pane-views-panes .view .views-row .field--name-title a,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .pane-views-panes .view .views-row .views-field-title a,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .field--name-columns .view .views-row .field--name-title a,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .field--name-columns .view .views-row .views-field-title a,
.vocabulary-columnists .group-left .pane-views-panes .view .views-row .field--name-title a,
.vocabulary-columnists .group-left .pane-views-panes .view .views-row .views-field-title a,
.vocabulary-columnists .group-left .field--name-columns .view .views-row .field--name-title a,
.vocabulary-columnists .group-left .field--name-columns .view .views-row .views-field-title a {
  color: #000;
  font-size: 1.25rem;
}

/* line 58, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .pane-views-panes .view .views-row .field--name-title a:hover,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .pane-views-panes .view .views-row .views-field-title a:hover,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .field--name-columns .view .views-row .field--name-title a:hover,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .field--name-columns .view .views-row .views-field-title a:hover,
.vocabulary-columnists .group-left .pane-views-panes .view .views-row .field--name-title a:hover,
.vocabulary-columnists .group-left .pane-views-panes .view .views-row .views-field-title a:hover,
.vocabulary-columnists .group-left .field--name-columns .view .views-row .field--name-title a:hover,
.vocabulary-columnists .group-left .field--name-columns .view .views-row .views-field-title a:hover {
  color: #9ba3ce;
}

/* line 60, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .pane-views-panes .view .views-row .field--name-post-date,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .pane-views-panes .view .views-row .views-field-created,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .field--name-columns .view .views-row .field--name-post-date,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .field--name-columns .view .views-row .views-field-created,
.vocabulary-columnists .group-left .pane-views-panes .view .views-row .field--name-post-date,
.vocabulary-columnists .group-left .pane-views-panes .view .views-row .views-field-created,
.vocabulary-columnists .group-left .field--name-columns .view .views-row .field--name-post-date,
.vocabulary-columnists .group-left .field--name-columns .view .views-row .views-field-created {
  color: #999;
  font-size: 0.875rem;
  margin-bottom: 5px;
}

/* line 65, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .pane-views-panes .view .views-row .views-field-body,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .field--name-columns .view .views-row .views-field-body,
.vocabulary-columnists .group-left .pane-views-panes .view .views-row .views-field-body,
.vocabulary-columnists .group-left .field--name-columns .view .views-row .views-field-body {
  color: #1d1d1d;
}

@media (max-width: 1025px) {
  /* line 65, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .pane-views-panes .view .views-row .views-field-body,
  .vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .field--name-columns .view .views-row .views-field-body,
  .vocabulary-columnists .group-left .pane-views-panes .view .views-row .views-field-body,
  .vocabulary-columnists .group-left .field--name-columns .view .views-row .views-field-body {
    display: none;
  }
}

/* line 69, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .pane-views-panes .view .views-row .views-field-body div, .vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .pane-views-panes .view .views-row .views-field-body p,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .field--name-columns .view .views-row .views-field-body div,
.vocabulary-columnists .bootstrap-simple-two-cols > .row > .col:first-child .field--name-columns .view .views-row .views-field-body p,
.vocabulary-columnists .group-left .pane-views-panes .view .views-row .views-field-body div,
.vocabulary-columnists .group-left .pane-views-panes .view .views-row .views-field-body p,
.vocabulary-columnists .group-left .field--name-columns .view .views-row .views-field-body div,
.vocabulary-columnists .group-left .field--name-columns .view .views-row .views-field-body p {
  font-size: 1.125rem;
  line-height: 30px;
}

/* line 77, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .l-content .row,
.section-tarot .l-content .row {
  overflow: visible;
}

/* line 80, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .current-sign > div,
.section-tarot .current-sign > div {
  background: #2dafc6;
  float: none;
  overflow: hidden;
  padding: 20px;
  width: 100%;
}

@media (max-width: 1025px) {
  /* line 80, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .section-horoscope .current-sign > div,
  .section-tarot .current-sign > div {
    margin: 0 auto 20px;
    max-width: calc(100% - 20px);
  }
}

/* line 89, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .current-sign img,
.section-tarot .current-sign img {
  float: left;
  padding: 0 10px 0 0;
  max-width: 100px;
}

/* line 93, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .current-sign .sign-date,
.section-horoscope .current-sign .sign-title,
.section-horoscope .current-sign .sign-message,
.section-tarot .current-sign .sign-date,
.section-tarot .current-sign .sign-title,
.section-tarot .current-sign .sign-message {
  color: #fff;
  vertical-align: top;
}

/* line 98, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .current-sign .sign-date,
.section-tarot .current-sign .sign-date {
  font-size: 0.875rem;
}

/* line 100, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .current-sign .sign-title,
.section-tarot .current-sign .sign-title {
  font-size: 1.625rem;
}

/* line 102, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .horoscope,
.section-horoscope .tarot,
.section-tarot .horoscope,
.section-tarot .tarot {
  text-align: center;
  margin: 20px 5px 0;
}

@media (max-width: 1000px) {
  /* line 102, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .section-horoscope .horoscope,
  .section-horoscope .tarot,
  .section-tarot .horoscope,
  .section-tarot .tarot {
    max-width: 768px;
  }
}

@media (max-width: 1025px) {
  /* line 102, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .section-horoscope .horoscope,
  .section-horoscope .tarot,
  .section-tarot .horoscope,
  .section-tarot .tarot {
    max-width: 480px;
  }
}

/* line 110, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .horoscope > div,
.section-horoscope .tarot > div,
.section-tarot .horoscope > div,
.section-tarot .tarot > div {
  border-bottom: 1px solid #2dafc6;
  height: 620px;
  text-align: left;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 31.66667%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}

@media (max-width: 1000px) {
  /* line 110, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .section-horoscope .horoscope > div,
  .section-horoscope .tarot > div,
  .section-tarot .horoscope > div,
  .section-tarot .tarot > div {
    height: auto;
  }
}

@media (max-width: 1025px) {
  /* line 110, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .section-horoscope .horoscope > div,
  .section-horoscope .tarot > div,
  .section-tarot .horoscope > div,
  .section-tarot .tarot > div {
    width: 48.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

@media (max-width: 1025px) {
  /* line 110, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .section-horoscope .horoscope > div,
  .section-horoscope .tarot > div,
  .section-tarot .horoscope > div,
  .section-tarot .tarot > div {
    border: none;
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

/* line 126, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .horoscope > div:before,
.section-horoscope .tarot > div:before,
.section-tarot .horoscope > div:before,
.section-tarot .tarot > div:before {
  background: transparent;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 136, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .horoscope > div .pop,
.section-horoscope .tarot > div .pop,
.section-tarot .horoscope > div .pop,
.section-tarot .tarot > div .pop {
  background: #fff;
  left: 50%;
  top: 50%;
  max-width: 300px;
  width: 100%;
  transform: translate(0, 0);
}

/* line 143, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .horoscope > div.prending,
.section-horoscope .tarot > div.prending,
.section-tarot .horoscope > div.prending,
.section-tarot .tarot > div.prending {
  overflow: visible;
  z-index: 1;
}

/* line 146, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .horoscope > div.prending:before,
.section-horoscope .tarot > div.prending:before,
.section-tarot .horoscope > div.prending:before,
.section-tarot .tarot > div.prending:before {
  background: rgba(0, 0, 0, 0.1);
}

/* line 148, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .horoscope > div.prending .pop,
.section-horoscope .tarot > div.prending .pop,
.section-tarot .horoscope > div.prending .pop,
.section-tarot .tarot > div.prending .pop {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  max-width: 1000px;
  padding: 10px;
  position: fixed;
  transform: translate(-50%, -50%);
  z-index: 10;
}

/* line 155, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .horoscope > div img,
.section-horoscope .tarot > div img,
.section-tarot .horoscope > div img,
.section-tarot .tarot > div img {
  float: left;
  padding: 0 10px 3px 0;
  max-width: 80px;
}

/* line 159, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .horoscope > div .sign-date,
.section-horoscope .horoscope > div .sign-title,
.section-horoscope .horoscope > div .sign-message,
.section-horoscope .tarot > div .sign-date,
.section-horoscope .tarot > div .sign-title,
.section-horoscope .tarot > div .sign-message,
.section-tarot .horoscope > div .sign-date,
.section-tarot .horoscope > div .sign-title,
.section-tarot .horoscope > div .sign-message,
.section-tarot .tarot > div .sign-date,
.section-tarot .tarot > div .sign-title,
.section-tarot .tarot > div .sign-message {
  vertical-align: top;
}

/* line 163, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .horoscope > div .sign-date,
.section-horoscope .tarot > div .sign-date,
.section-tarot .horoscope > div .sign-date,
.section-tarot .tarot > div .sign-date {
  line-height: 12px;
  margin-bottom: 5px;
  font-size: 0.875rem;
}

/* line 167, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .horoscope > div .sign-title,
.section-horoscope .tarot > div .sign-title,
.section-tarot .horoscope > div .sign-title,
.section-tarot .tarot > div .sign-title {
  font-size: 1.375rem;
}

/* line 171, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .current-sign > div {
  background: #ce3d76;
}

/* line 175, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .horoscope .sign-image-wrapper {
  background: #ccc;
  border-radius: 50%;
  float: left;
  height: 75px;
  margin: 0 10px 0 0;
  width: 75px;
  position: relative;
}

/* line 183, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .horoscope .sign-image-wrapper img {
  float: none;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* line 191, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-horoscope .horoscope > div {
  border-bottom: 1px solid #ce3d76;
  height: 270px;
}

/* line 195, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch {
  margin-top: 20px;
}

/* line 197, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch .search {
  background: #9ba3ce;
  text-align: center;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
}

/* line 204, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch .search input {
  max-width: calc(100% - 300px);
  max-height: 30px;
  border-radius: 0;
}

/* line 208, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch .search label, .page-opinion .columnistSearch .search input {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

@media (max-width: 1025px) {
  /* line 208, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-opinion .columnistSearch .search label, .page-opinion .columnistSearch .search input {
    max-width: initial;
    margin: 5px auto;
    width: 90%;
  }
}

/* line 216, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.columnistResults {
  overflow: hidden;
}

/* line 218, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.columnistResults li {
  border-bottom: 1px solid #9ba3ce;
  margin: 10px 0;
  padding: 10px 0;
  max-height: 80px;
  width: 31.66667%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}

@media (max-width: 1025px) {
  /* line 218, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-opinion .columnistSearch ul.columnistResults li {
    width: 48.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

@media (max-width: 1025px) {
  /* line 218, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-opinion .columnistSearch ul.columnistResults li {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 228, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.columnistResults .picture {
  border-radius: 50%;
  border: 2px solid #9ba3ce;
  display: inline-block;
  height: 60px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 60px;
}

/* line 237, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.columnistResults .picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* line 243, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.columnistResults h2 {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 70px);
}

/* line 247, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.columnistResults h2 a {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2em;
  color: #000;
}

/* line 252, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.columnistResults h2 a:hover {
  color: #9ba3ce;
}

@media (max-width: 1025px) {
  /* line 247, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-opinion .columnistSearch ul.columnistResults h2 a {
    font-size: 1.125rem;
  }
}

@media (max-width: 1025px) {
  /* line 247, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-opinion .columnistSearch ul.columnistResults h2 a {
    font-size: 1.125rem;
  }
}

/* line 258, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.pagination {
  text-align: center;
  clear: both;
  padding-top: 20px;
  overflow: hidden;
}

/* line 263, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.pagination li {
  border-radius: 50%;
  border: 1px solid #999;
  display: inline-block;
  height: 30px;
  margin: 0 5px;
  line-height: 25px;
  vertical-align: middle;
  width: 30px;
}

@media (max-width: 1025px) {
  /* line 263, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-opinion .columnistSearch ul.pagination li {
    margin: 0 1px;
  }
}

/* line 274, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.pagination li a {
  color: #ccc;
  cursor: pointer;
  z-index: 2;
}

/* line 278, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.pagination li.active {
  border-color: #1d1d1d;
}

/* line 280, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.pagination li.active a {
  color: #1d1d1d;
}

/* line 282, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.pagination li[ng-if="directionLinks"], .page-opinion .columnistSearch ul.pagination li[ng-if="boundaryLinks"] {
  border: none;
}

/* line 286, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.pagination li[ng-if="directionLinks"].disabled a, .page-opinion .columnistSearch ul.pagination li[ng-if="boundaryLinks"].disabled a {
  cursor: default;
}

/* line 288, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.pagination li[ng-if="directionLinks"].disabled a:after, .page-opinion .columnistSearch ul.pagination li[ng-if="boundaryLinks"].disabled a:after {
  color: #e6e6e6;
}

/* line 290, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.pagination li[ng-if="directionLinks"] a, .page-opinion .columnistSearch ul.pagination li[ng-if="boundaryLinks"] a {
  font-size: 0;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.page-opinion .columnistSearch ul.pagination li[ng-if="directionLinks"] a:after, .page-opinion .columnistSearch ul.pagination li[ng-if="boundaryLinks"] a:after {
  color: #999;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.25rem;
  vertical-align: middle;
}

/* line 293, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.pagination li[ng-if="directionLinks"] a:after, .page-opinion .columnistSearch ul.pagination li[ng-if="boundaryLinks"] a:after {
  line-height: 1.4em;
}

/* line 296, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.pagination li[ng-if="directionLinks"]:nth-child(2) a:after, .page-opinion .columnistSearch ul.pagination li[ng-if="boundaryLinks"]:nth-child(2) a:after {
  content: '\e901';
}

/* line 299, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.pagination li[ng-if="directionLinks"]:nth-last-child(2) a:after, .page-opinion .columnistSearch ul.pagination li[ng-if="boundaryLinks"]:nth-last-child(2) a:after {
  content: '\e902';
}

/* line 302, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.pagination li[ng-if="directionLinks"]:first-child a:after, .page-opinion .columnistSearch ul.pagination li[ng-if="boundaryLinks"]:first-child a:after {
  content: '\e910';
}

/* line 305, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-opinion .columnistSearch ul.pagination li[ng-if="directionLinks"]:last-child a:after, .page-opinion .columnistSearch ul.pagination li[ng-if="boundaryLinks"]:last-child a:after {
  content: '\e911';
}

/* line 309, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists {
  margin: 20px 0;
}

/* line 311, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .view-header > h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.view-todays-columnists .view-header > h3 p,
.view-todays-columnists .view-header > h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.view-todays-columnists .view-header > h3:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 313, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .item-list ul {
  overflow: hidden;
  max-height: 750px;
}

@media (max-width: 1025px) {
  /* line 313, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .view-todays-columnists .item-list ul {
    max-height: 720px;
  }
}

/* line 318, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .item-list ul li {
  height: 225px;
  overflow: hidden;
  border-bottom: 1px solid #9ba3ce;
  margin-bottom: 25px;
  width: 31.66667%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}

@media (max-width: 1025px) {
  /* line 318, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .view-todays-columnists .item-list ul li {
    width: 48.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

@media (max-width: 1025px) {
  /* line 318, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .view-todays-columnists .item-list ul li {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    border-bottom: 1px dashed #9ba3ce;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

/* line 332, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .item-list ul li .views-field-field-photo {
  border-radius: 50%;
  border: 2px solid #9ba3ce;
  float: left;
  height: 60px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 60px;
}

/* line 342, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .item-list ul li .views-field-field-photo img {
  border-radius: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* line 349, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .item-list ul li a {
  color: black;
}

/* line 351, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .item-list ul li a:hover {
  color: #9ba3ce;
}

/* line 353, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .item-list ul li .views-field-field-pretitle {
  color: #9ba3ce;
  float: right;
  font-size: 0.875rem;
  max-height: 20px;
  overflow: hidden;
  width: calc(100% - 65px);
}

/* line 360, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .item-list ul li .views-field-title {
  float: right;
  max-height: 81px;
  overflow: hidden;
  width: calc(100% - 65px);
}

@media (max-width: 1025px) {
  /* line 360, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .view-todays-columnists .item-list ul li .views-field-title {
    max-height: initial;
  }
}

/* line 367, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .item-list ul li .views-field-title a {
  font-size: 1.25rem;
}

/* line 369, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .item-list ul li .views-field-field-columnist {
  float: right;
  font-size: 0.875rem;
  width: calc(100% - 65px);
}

/* line 373, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .item-list ul li .views-field-field-columnist span, .view-todays-columnists .item-list ul li .views-field-field-columnist div {
  display: inline-block;
  vertical-align: middle;
}

/* line 376, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .item-list ul li .views-field-body {
  clear: both;
  max-height: 140px;
  overflow: hidden;
  padding-top: 8px;
}

@media (max-width: 1025px) {
  /* line 376, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .view-todays-columnists .item-list ul li .views-field-body {
    display: none;
    max-height: initial;
  }
}

/* line 384, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .item-list ul li .views-field-body p {
  font-size: 0.9375rem;
  line-height: 1.2em;
}

/* line 387, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .view-footer {
  border-bottom: 1px dashed #9ba3ce;
  clear: both;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

@media (max-width: 1025px) {
  /* line 394, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .view-todays-columnists .view-footer:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    content: '';
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    top: -50px;
    width: 100%;
  }
}

/* line 403, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .view-footer li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

@media (max-width: 1025px) {
  /* line 403, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .view-todays-columnists .view-footer li {
    width: 100%;
    margin: 10px 0 0;
  }
}

/* line 410, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .view-footer li a,
.view-todays-columnists .view-footer li span {
  background: #1d1d1d;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  cursor: pointer;
}

@media (min-width: 1001px) {
  /* line 209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .view-todays-columnists .view-footer li a:hover,
  .view-todays-columnists .view-footer li span:hover {
    background: #f7f9f9;
    color: #1d1d1d;
  }
}

@media (max-width: 1025px) {
  /* line 410, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .view-todays-columnists .view-footer li a,
  .view-todays-columnists .view-footer li span {
    font-size: 1rem;
    font-weight: bold;
  }
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.view-todays-columnists .view-footer li:first-child a:after,
.view-todays-columnists .view-footer li:first-child span:after {
  color: inherit;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.25rem;
  vertical-align: middle;
}

/* line 419, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .view-footer li:first-child a:after,
.view-todays-columnists .view-footer li:first-child span:after {
  margin-left: 10px;
}

/* line 422, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.view-todays-columnists .view-footer li:first-child a.less:after,
.view-todays-columnists .view-footer li:first-child span.less:after {
  content: '\e903';
}

/* line 430, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term .pane-automatic-node .node-term a {
  color: #ea0a0a;
}

/* line 435, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .node,
.page-taxonomy-term-19 .view-id-last_contents .node {
  background: #f7f9f9;
  border-bottom: 1px solid #ea0a0a;
}

/* line 440, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li {
  width: 48.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}

@media (max-width: 1025px) {
  /* line 440, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .section-tags .view-id-last_contents .item-list ul li,
  .page-taxonomy-term-19 .view-id-last_contents .item-list ul li {
    margin: 0 0 15px 0;
    width: 100%;
  }
  /* line 445, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .section-tags .view-id-last_contents .item-list ul li .node,
  .page-taxonomy-term-19 .view-id-last_contents .item-list ul li .node {
    margin: 0;
  }
  /* line 447, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .section-tags .view-id-last_contents .item-list ul li .field--name-field-multimedia,
  .section-tags .view-id-last_contents .item-list ul li .group-text-content,
  .section-tags .view-id-last_contents .item-list ul li .field--name-title,
  .section-tags .view-id-last_contents .item-list ul li .field--name-field-video,
  .section-tags .view-id-last_contents .item-list ul li .field--name-field-gallery,
  .section-tags .view-id-last_contents .item-list ul li .field--name-field-main-picture,
  .page-taxonomy-term-19 .view-id-last_contents .item-list ul li .field--name-field-multimedia,
  .page-taxonomy-term-19 .view-id-last_contents .item-list ul li .group-text-content,
  .page-taxonomy-term-19 .view-id-last_contents .item-list ul li .field--name-title,
  .page-taxonomy-term-19 .view-id-last_contents .item-list ul li .field--name-field-video,
  .page-taxonomy-term-19 .view-id-last_contents .item-list ul li .field--name-field-gallery,
  .page-taxonomy-term-19 .view-id-last_contents .item-list ul li .field--name-field-main-picture {
    float: left;
  }
}

/* line 454, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li .node--video,
.section-tags .view-id-last_contents .item-list ul li .node--gallery,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .node--video,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .node--gallery {
  color: #fff;
}

/* line 457, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li .node--video .field--name-title a,
.section-tags .view-id-last_contents .item-list ul li .node--gallery .field--name-title a,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .node--video .field--name-title a,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .node--gallery .field--name-title a {
  color: #fff;
}

/* line 460, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li .node-teaser a:not(.show-more),
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .node-teaser a:not(.show-more) {
  clear: both;
  color: #000;
  display: block;
  font-size: 0.875rem;
  padding: 5px 0;
}

@media (max-width: 1025px) {
  /* line 460, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .section-tags .view-id-last_contents .item-list ul li .node-teaser a:not(.show-more),
  .page-taxonomy-term-19 .view-id-last_contents .item-list ul li .node-teaser a:not(.show-more) {
    max-height: 60px;
    overflow: hidden;
  }
}

/* line 470, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li .node.node--column .group-text-content,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .node.node--column .group-text-content {
  padding: 0;
}

/* line 472, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li .show-more,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .show-more {
  display: block;
  font-size: 0.875rem;
  padding: 5px 0;
}

/* line 217, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.section-tags .view-id-last_contents .item-list ul li .show-more:after,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .show-more:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 1px;
  width: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (min-width: 1001px) {
  /* line 225, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .section-tags .view-id-last_contents .item-list ul li .show-more:hover:after,
  .page-taxonomy-term-19 .view-id-last_contents .item-list ul li .show-more:hover:after {
    width: 30%;
  }
}

/* line 477, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li img,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li img {
  height: auto !important;
  width: 100%;
}

@media (max-width: 1025px) {
  /* line 480, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .section-tags .view-id-last_contents .item-list ul li .node-image,
  .page-taxonomy-term-19 .view-id-last_contents .item-list ul li .node-image {
    max-height: 140px;
  }
}

@media (max-width: 1025px) {
  /* line 483, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .section-tags .view-id-last_contents .item-list ul li .withImg .group-text-content,
  .page-taxonomy-term-19 .view-id-last_contents .item-list ul li .withImg .group-text-content {
    float: right;
    line-height: 1em;
    padding: 0;
    width: calc(100% - 150px);
  }
}

/* line 489, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li .group-text-content,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .group-text-content {
  padding: 0 15px;
}

/* line 491, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li .group-text-content h2,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .group-text-content h2 {
  max-height: 70px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 491, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .section-tags .view-id-last_contents .item-list ul li .group-text-content h2,
  .page-taxonomy-term-19 .view-id-last_contents .item-list ul li .group-text-content h2 {
    max-height: initial;
  }
}

/* line 496, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li .group-text-content .field--name-field-section,
.section-tags .view-id-last_contents .item-list ul li .group-text-content .field--name-post-date,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .group-text-content .field--name-field-section,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .group-text-content .field--name-post-date {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 504, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li .group-text-content .field--name-field-section a,
.section-tags .view-id-last_contents .item-list ul li .group-text-content .field--name-post-date a,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .group-text-content .field--name-field-section a,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .group-text-content .field--name-post-date a {
  color: #ea0a0a;
}

/* line 506, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li .group-text-content .field--name-field-section a:hover,
.section-tags .view-id-last_contents .item-list ul li .group-text-content .field--name-post-date a:hover,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .group-text-content .field--name-field-section a:hover,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .group-text-content .field--name-post-date a:hover {
  color: #000;
}

/* line 508, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li .field--name-title,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .field--name-title {
  max-height: 72px;
  overflow: hidden;
  font-size: 1.1875rem;
  line-height: 1.4375rem;
}

/* line 513, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li .field--name-title a,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .field--name-title a {
  color: #000;
  padding-bottom: 2px;
}

/* line 217, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.section-tags .view-id-last_contents .item-list ul li .field--name-title a:after,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .field--name-title a:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 1px;
  width: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (min-width: 1001px) {
  /* line 225, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .section-tags .view-id-last_contents .item-list ul li .field--name-title a:hover:after,
  .page-taxonomy-term-19 .view-id-last_contents .item-list ul li .field--name-title a:hover:after {
    width: 30%;
  }
}

@media (max-width: 1025px) {
  /* line 508, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .section-tags .view-id-last_contents .item-list ul li .field--name-title,
  .page-taxonomy-term-19 .view-id-last_contents .item-list ul li .field--name-title {
    max-height: initial;
    width: 100%;
  }
}

/* line 520, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li .field--name-body,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .field--name-body {
  font-size: 0.9375rem;
  line-height: 1.3em;
  overflow: hidden;
  max-height: 133px;
}

/* line 525, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li .field--type-image,
.section-tags .view-id-last_contents .item-list ul li .file-video.view-mode-teaser,
.section-tags .view-id-last_contents .item-list ul li .file-image.view-mode-teaser,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .field--type-image,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .file-video.view-mode-teaser,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .file-image.view-mode-teaser {
  height: 170px;
  overflow: hidden;
  border-bottom: none;
  padding: 0;
}

/* line 532, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li .field--name-node-link,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .field--name-node-link {
  margin-top: 5px;
}

/* line 534, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-tags .view-id-last_contents .item-list ul li .field--name-node-link a,
.page-taxonomy-term-19 .view-id-last_contents .item-list ul li .field--name-node-link a {
  font-size: 0.875rem;
}

/* line 540, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-secciones .row .pane-automatic-node {
  margin-bottom: 20px;
}

/* line 545, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.pane-twitter-timeline {
  background: #9ba3ce;
  padding: 15px;
  height: 225px;
}

@media (max-width: 1025px) {
  /* line 545, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .pane-twitter-timeline {
    margin-bottom: 20px;
    height: auto;
  }
}

/* line 552, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.pane-twitter-timeline .tweet-author-screen-name {
  font-size: 1rem;
}

/* line 554, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.pane-twitter-timeline .tweet-author {
  color: #fff;
  font-size: 1rem;
}

/* line 557, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.pane-twitter-timeline .tweet {
  font-size: 0.875rem;
}

/* line 559, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.pane-twitter-timeline .tweet-text {
  font-size: 0.875rem;
  line-height: 1.375rem;
  max-height: 110px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 559, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .pane-twitter-timeline .tweet-text {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    max-height: initial;
  }
}

/* line 568, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.pane-twitter-timeline .row {
  margin: 0;
}

/* line 570, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.pane-twitter-timeline h2 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}

/* line 120, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.pane-twitter-timeline h2:before {
  color: #fff;
  content: "";
  font-family: "Econs";
  font-size: 3.75rem;
  vertical-align: middle;
  line-height: 2.5rem;
}

/* line 575, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.pane-twitter-timeline h2:before {
  display: inline-block;
  margin-right: 10px;
  font-weight: normal;
}

/* line 582, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .term-listing-heading .field--name-field-section-color,
.lpt-special .term-listing-heading .field--name-field-section-font-color,
.lpt-special #block-ft-ee-menus-ee-main-menu,
.lpt-special #block-ft-ee-menus-ee-menu-logo {
  display: none;
}

/* line 587, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .l-page {
  overflow: hidden;
}

/* line 589, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special.lp-front .l-main {
  max-width: initial;
  padding: 0;
  margin: 0 !important;
}

@media (max-width: 1025px) {
  /* line 589, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special.lp-front .l-main {
    max-width: 768px;
  }
}

/* line 595, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .group-left .node-social-networks {
  padding-top: 50px;
}

/* line 599, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special:not(.lp-front) header.l-header .l-region--header {
  background: #1d1d1d;
}

/* line 601, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special:not(.lp-front) header.l-header .l-region--header:before {
  content: none;
}

/* line 603, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special:not(.lp-front) header.l-header .l-region--header .cont {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

/* line 12, /Users/leidynbeltran/Documents/sites/ee_theme/libraries/susy/sass/susy/output/support/_clearfix.scss */
.lpt-special:not(.lp-front) header.l-header .l-region--header .cont:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 1025px) {
  /* line 603, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special:not(.lp-front) header.l-header .l-region--header .cont {
    display: none;
  }
}

/* line 609, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special:not(.lp-front) header.l-header .l-region--header .block--lpck-structure-lpck-logo,
.lpt-special:not(.lp-front) header.l-header .l-region--header .block--views-specials-home-header {
  display: inline-block;
  padding: 5px 0;
  vertical-align: middle;
  width: auto;
}

/* line 615, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special:not(.lp-front) header.l-header .l-region--header .block--lpck-structure-lpck-logo img,
.lpt-special:not(.lp-front) header.l-header .l-region--header .block--views-specials-home-header img {
  height: 40px;
  width: auto;
}

/* line 618, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special:not(.lp-front) header.l-header .l-region--header .block--lpck-structure-lpck-logo h1,
.lpt-special:not(.lp-front) header.l-header .l-region--header .block--views-specials-home-header h1 {
  font-size: 1.5rem;
  margin: 0 10px 0 0;
}

/* line 621, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special:not(.lp-front) header.l-header .l-region--header #block-lpck-structure-special-branding-logo {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 625, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special:not(.lp-front) header.l-header .l-region--header #block-lpck-structure-special-branding-logo a {
  max-width: 400px;
  padding: 10px 0;
}

/* line 628, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special:not(.lp-front) header.l-header .l-region--header #block-lpck-structure-special-branding-logo a img {
  width: 100% !important;
  max-width: 100%;
}

@media (max-width: 1025px) {
  /* line 625, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special:not(.lp-front) header.l-header .l-region--header #block-lpck-structure-special-branding-logo a {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 1025px) {
  /* line 636, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special:not(.lp-front) header.l-header .l-region--header .block--views-specials-home-header {
    display: none;
  }
}

/* line 639, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special:not(.lp-front) header.l-header .l-region--header .views-field-description {
  display: none;
}

/* line 641, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special header.l-header {
  max-width: initial;
  position: relative;
  top: auto;
}

/* line 645, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special header.l-header .l-region--header {
  background-color: #000;
  background-image: url(http://placehold.it/2000x500/ED143E/ffffff);
  background-position: center;
  background-size: cover;
  position: relative;
}

/* line 652, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special header.l-header .l-region--header #block-lpck-structure-special-branding-logo {
  display: none;
}

/* line 655, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special header.l-header .block--views-specials-home-header {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding: 350px 0 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}

/* line 12, /Users/leidynbeltran/Documents/sites/ee_theme/libraries/susy/sass/susy/output/support/_clearfix.scss */
.lpt-special header.l-header .block--views-specials-home-header:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 1025px) {
  /* line 655, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special header.l-header .block--views-specials-home-header {
    padding: 69vw 0 0;
  }
}

/* line 665, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special header.l-header .block--views-specials-home-header .views-field-name h1 {
  display: none;
}

/* line 672, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special header.l-header .block--views-specials-home-header .views-field-description {
  font-size: 1.25rem;
}

@media (max-width: 1025px) {
  /* line 672, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special header.l-header .block--views-specials-home-header .views-field-description {
    display: none;
  }
}

/* line 676, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special header.l-header .block--lpck-structure-lpck-logo {
  padding: 20px;
  position: relative;
  text-align: right;
  width: 100%;
  z-index: 1;
}

@media (max-width: 1025px) {
  /* line 676, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special header.l-header .block--lpck-structure-lpck-logo {
    padding: 100px 10px 30px;
    pointer-events: none;
    text-align: center;
  }
}

/* line 686, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special header.l-header .block--lpck-structure-lpck-logo img {
  display: inline-block;
  max-width: 200px;
  max-height: 90px;
}

/* line 693, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .top {
  padding-top: 40px;
}

/* line 695, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .block--menu-block {
  background: #000;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media (max-width: 1025px) {
  /* line 695, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .block--menu-block {
    text-align: left;
  }
  /* line 703, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .block--menu-block:after {
    content: '';
    clear: both;
    display: block;
  }
}

/* line 708, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .block--menu-block.fixed {
  position: fixed;
}

/* line 710, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .block--menu-block .center {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  vertical-align: middle;
}

/* line 12, /Users/leidynbeltran/Documents/sites/ee_theme/libraries/susy/sass/susy/output/support/_clearfix.scss */
.lpt-special .block--menu-block .center:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 714, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .block--menu-block .logo_link {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1025px) {
  /* line 714, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .block--menu-block .logo_link {
    float: left;
  }
}

/* line 719, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .block--menu-block .block__title {
  background-image: url(../images/logo_r.svg);
  background-position: center;
  background-size: 100%;
  display: inline-block;
  font-size: 0;
  height: 40px;
  vertical-align: middle;
  width: 40px;
}

@media (max-width: 1025px) {
  /* line 729, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .block--menu-block img.special-logo {
    left: 50%;
    max-height: 30px;
    max-width: 200px;
    position: absolute;
    text-align: center;
    top: 5px;
    transform: translateX(-50%);
    z-index: 3;
  }
}

/* line 739, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .block--menu-block .menu-name-main-menu {
  display: inline-block;
  white-space: nowrap;
  float: left;
}

@media (max-width: 1025px) {
  /* line 739, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .block--menu-block .menu-name-main-menu {
    float: right;
  }
}

/* line 745, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .block--menu-block .menu-name-main-menu .lines {
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.lpt-special .block--menu-block .menu-name-main-menu .lines:after {
  color: #ccc;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.875rem;
  vertical-align: middle;
}

/* line 753, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .block--menu-block .menu-name-main-menu .lines.open:after {
  content: "X";
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

@media (max-width: 1000px) {
  /* line 759, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .block--menu-block .menu-name-main-menu ul {
    max-width: 100vw;
    overflow-x: scroll;
    overflow-y: visible;
    position: static;
  }
}

/* line 765, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .block--menu-block .menu-name-main-menu ul li {
  list-style: none;
  display: inline-block;
}

/* line 768, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .block--menu-block .menu-name-main-menu ul li a {
  color: #fff;
  font-size: 0.9375rem;
  padding: 10px;
}

/* line 772, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .block--menu-block .menu-name-main-menu ul li a:hover {
  color: #ea0a0a;
}

/* line 774, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .block--menu-block .menu-name-main-menu ul.mob {
  background: #000;
  left: 0;
  text-align: right;
  position: absolute;
  top: 40px;
  transform: translateX(102%);
  width: 100%;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 783, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .block--menu-block .menu-name-main-menu ul.mob.open {
  transform: translateX(0);
}

/* line 785, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .l-content .view-display-id-highlights_x3 {
  background: linear-gradient(to bottom, white 0%, white 50%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ccc', GradientType=0 );
  padding: 25px;
}

@media (max-width: 1025px) {
  /* line 785, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .l-content .view-display-id-highlights_x3 {
    padding: 25px 12px 0;
  }
}

/* line 795, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .l-content .view-display-id-highlights_x3 .view-content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* line 12, /Users/leidynbeltran/Documents/sites/ee_theme/libraries/susy/sass/susy/output/support/_clearfix.scss */
.lpt-special .l-content .view-display-id-highlights_x3 .view-content:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 1025px) {
  /* line 795, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .l-content .view-display-id-highlights_x3 .view-content {
    padding: 0 10px;
  }
}

/* line 799, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .l-content .view-display-id-highlights_x3 ul {
  overflow: hidden;
}

/* line 801, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row {
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  width: 25%;
}

@media (max-width: 1025px) {
  /* line 801, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

@media (max-width: 1025px) {
  /* line 801, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 809, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .view-mode-main {
  background: none !important;
  border: none;
  min-height: 320px;
  height: inherit;
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 1025px) {
  /* line 809, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .view-mode-main {
    max-height: inherit;
    min-height: inherit;
  }
}

/* line 819, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .view-mode-main .field--name-field-section,
.lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .view-mode-main .field--name-post-date,
.lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .view-mode-main .field--name-body,
.lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .view-mode-main .node-term,
.lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .view-mode-main .field--name-node-link,
.lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .view-mode-main .field--name-field-teaser {
  display: none;
}

/* line 826, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .view-mode-main .node-image,
.lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .view-mode-main .field--name-field-main-picture {
  margin-bottom: 10px;
  overflow: hidden;
  min-height: 164px;
}

@media (max-width: 1025px) {
  /* line 826, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .view-mode-main .node-image,
  .lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .view-mode-main .field--name-field-main-picture {
    width: 145px;
    height: 145px;
    float: left;
    margin: 0;
  }
}

/* line 836, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .view-mode-main .group-text-content {
  background: none;
  position: static;
  padding: 0;
  transform: translate(0);
}

/* line 841, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .view-mode-main .group-text-content .node-title {
  margin-bottom: 48px;
}

/* line 843, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .view-mode-main .group-text-content .node-title a {
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #ffffff !important;
  min-height: 109px;
}

@media (max-width: 1025px) {
  /* line 841, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .view-mode-main .group-text-content .node-title {
    float: right;
    width: calc(100% - 155px);
    margin: 0;
  }
  /* line 852, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .view-mode-main .group-text-content .node-title a {
    font-size: 1.125rem;
  }
}

/* line 855, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .no-image .group-text-content {
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 860, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .no-image .group-text-content .node-title {
  width: 100%;
}

/* line 862, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .l-content .view-display-id-highlights_x3 ul li.views-row .no-image .group-text-content .node-title a {
  font-size: 1.5rem;
}

/* line 869, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .view-display-id-custom_content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin: 20px auto;
}

/* line 12, /Users/leidynbeltran/Documents/sites/ee_theme/libraries/susy/sass/susy/output/support/_clearfix.scss */
.lpt-special .view-display-id-custom_content:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 873, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .view-display-id-custom_content .row .views-row {
  overflow: hidden;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media (max-width: 1025px) {
  /* line 873, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .view-display-id-custom_content .row .views-row {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

@media (max-width: 1025px) {
  /* line 873, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .view-display-id-custom_content .row .views-row {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  /* line 880, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .view-display-id-custom_content .row .views-row div.node-image {
    max-height: 150px;
    min-height: 150px;
    padding-right: 5px;
    margin-top: 0;
  }
}

/* line 886, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .view-display-id-custom_content .row .views-row .node {
  height: auto;
}

/* line 889, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .view-display-id-custom_content .row .views-row .node-title a {
  font-size: 1.125rem !important;
}

@media (max-width: 1025px) {
  /* line 889, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special .view-display-id-custom_content .row .views-row .node-title a {
    padding-right: 10px;
  }
}

/* line 893, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .view-display-id-custom_content .row .views-row .node-image {
  max-height: 150px;
  min-height: 150px;
  margin-top: 5px;
}

/* line 897, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special .view-display-id-custom_content .row .views-row .group-text-content {
  float: none !important;
  width: 100% !important;
}

/* line 907, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special.lp-historias-que-transforman-bancolombia header.l-header .l-region--header {
  background-color: #243e7c;
  background-image: url(http://static.elespectador.com/images/Bancolombia-EE-2000x500.jpg);
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 43% 100% !important;
}

@media (max-width: 1025px) {
  /* line 907, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special.lp-historias-que-transforman-bancolombia header.l-header .l-region--header {
    background-image: url(http://static.elespectador.com/especiales2017/bancolombia/Bancolombia-EE-mov.jpg) !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 40px;
  }
}

/* line 919, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special.lp-historias-que-transforman-bancolombia header.l-header .l-region--header .block--views-specials-home-header {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding: 25% 0 0 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}

/* line 12, /Users/leidynbeltran/Documents/sites/ee_theme/libraries/susy/sass/susy/output/support/_clearfix.scss */
.lpt-special.lp-historias-que-transforman-bancolombia header.l-header .l-region--header .block--views-specials-home-header:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 1025px) {
  /* line 919, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special.lp-historias-que-transforman-bancolombia header.l-header .l-region--header .block--views-specials-home-header {
    padding: 68% 0 0 !important;
  }
}

/* line 931, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special.lp-historias-que-transforman-bancolombia.page-node header.l-header .l-region--header {
  background-color: #ccc;
  background-image: none !important;
}

@media (max-width: 1025px) {
  /* line 931, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .lpt-special.lp-historias-que-transforman-bancolombia.page-node header.l-header .l-region--header {
    background-image: none !important;
  }
}

/* line 936, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.lpt-special.lp-historias-que-transforman-bancolombia.page-node header.l-header .l-region--header .cont {
  display: none;
}

/* line 941, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-1 .node {
  height: inherit;
  background: transparent;
  border: none !important;
}

/* line 945, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-1 .node .field--type-taxonomy-term-reference.field--label-hidden, .page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-1 .node .field--name-post-date.field--label-hidden {
  display: none;
}

/* line 947, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-1 .node-image {
  border-bottom: 4px solid #663399;
}

/* line 949, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-first:hover div.node-title.field a {
  text-shadow: 0 0;
  color: #663399 !important;
}

/* line 952, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-first:hover div.node-title.field a:after {
  display: none;
}

/* line 954, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .group-text-content {
  padding: 0;
}

/* line 957, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-2 .node {
  height: inherit;
  background: transparent;
  border: none !important;
}

/* line 961, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-2 .node-teaser {
  height: inherit;
}

/* line 963, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-2 .node-post-date {
  display: none;
}

/* line 965, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-2 .node-image {
  border-bottom: 4px solid #a23363;
}

/* line 967, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-even:hover div.node-title.field a {
  text-shadow: 0 0;
  color: #a23363 !important;
}

/* line 970, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-even:hover div.node-title.field a:after {
  display: none;
}

/* line 972, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .group-text-content {
  padding: 0;
}

/* line 975, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-3 .node {
  height: inherit;
  background: transparent;
  border: none !important;
}

/* line 979, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-3 .node .field--type-taxonomy-term-reference.field--label-hidden, .page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-3 .node .field--name-post-date.field--label-hidden {
  display: none;
}

/* line 981, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-3 .node-image {
  border-bottom: 4px solid #5a9f2c;
}

/* line 983, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-3:hover div.node-title.field a {
  text-shadow: 0 0;
  color: #5a9f2c !important;
}

/* line 986, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-3:hover div.node-title.field a:after {
  display: none;
}

/* line 988, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .group-text-content {
  padding: 0;
}

/* line 991, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-4 .node {
  height: inherit;
  background: transparent;
  border: none !important;
}

/* line 995, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-4 .node .field--type-taxonomy-term-reference.field--label-hidden, .page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-4 .node .field--name-post-date.field--label-hidden {
  display: none;
}

/* line 997, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-4 .node-image {
  border-bottom: 4px solid #5ba3eb;
}

/* line 999, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-last:hover div.node-title.field a {
  text-shadow: 0 0;
  color: #5ba3eb !important;
}

/* line 1002, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .views-row-last:hover div.node-title.field a:after {
  display: none;
}

/* line 1004, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .node-image {
  height: 124px;
}

/* line 1006, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .node-title {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  /* line 1006, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .node-title {
    margin-bottom: 4px;
  }
}

/* line 1010, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 a {
  color: #666666 !important;
  font-size: 1.125rem;
  min-height: 93px;
}

@media (max-width: 480px) {
  /* line 1010, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 a {
    font-size: 0.875rem;
  }
}

/* line 1016, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .group-text-content {
  padding: 0;
}

/* line 1019, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .node-term.field.field--name-field-section.field--type-taxonomy-term-reference.field--label-hidden {
  display: none;
}

/* line 1021, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .field__item.even {
  font-size: 0.75rem;
  text-shadow: 0 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #003399;
  color: #003399;
}

/* line 1027, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-35586 #block-views-specials-content-highlights-x3 .field.field--name-field-category.field--type-text.field--label-hidden {
  display: block;
}

/* line 1029, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.field.field--name-field-category.field--type-text.field--label-hidden {
  display: none;
}

/* line 1038, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 header.l-header #block-ft-ee-menus-ee-main-menu .block__content > .menu-block-ee_main_menu ul.menu {
  background: #ea0a0a;
}

/* line 1040, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 header.l-header #block-ft-ee-menus-ee-main-menu .block__content > .menu-block-ee_main_menu ul.menu .active-trail {
  background: #000;
}

/* line 1042, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 header.l-header .secondary-menu {
  background-color: #000 !important;
  height: 40px;
}

/* line 1046, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 header.l-header .secondary-menu .secondary-title a {
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: relative;
  text-indent: 40px;
}

@media (max-width: 1025px) {
  /* line 1046, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-taxonomy-term-16 header.l-header .secondary-menu .secondary-title a {
    font-size: 1.125rem;
    text-indent: 55px;
  }
}

/* line 1055, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 header.l-header .secondary-menu .secondary-title a:before {
  background-color: #000;
  background-image: url(../images/vicei.svg);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 80px;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100px;
  height: 40px;
  transform: translateY(-50%);
}

/* line 1072, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row {
  border-bottom: 1px solid #000;
  margin: 20px 0;
  padding: 0 0 20px 50px;
  position: relative;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row:after {
  color: #999;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 2.5rem;
  vertical-align: middle;
}

/* line 1078, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row:after {
  left: 0;
  position: absolute;
  top: 10px;
  line-height: 1em;
}

@media (max-width: 1025px) {
  /* line 1072, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row {
    margin: 0;
    padding: 20px 10px 20px 50px;
  }
  /* line 1086, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row:after {
    top: 30px;
  }
}

/* line 1088, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row .views-field-created,
.page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row .views-field-created-1 {
  display: inline-block;
  font-size: 0.875rem;
  vertical-align: middle;
}

/* line 1093, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row .views-field-created {
  color: #ea0a0a;
}

/* line 1095, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row .views-field-title {
  margin: 5px 0;
}

/* line 1097, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row .views-field-title a {
  color: #000;
  font-size: 1.25rem;
}

/* line 1100, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row .views-field-title a:hover {
  color: #ea0a0a;
}

@media (max-width: 1025px) {
  /* line 1097, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row .views-field-title a {
    font-size: 1.125rem;
  }
}

/* line 1105, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row .views-field-field-teaser a {
  color: #000;
  font-size: 0.9375rem;
}

/* line 1108, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row.views-row-first {
  padding: 10px;
  background: #f7f9f9;
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 1112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row.views-row-first .views-field-field-teaser {
    display: none;
  }
}

/* line 1115, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row.views-row-first:after {
  content: none;
}

/* line 1117, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row.views-row-first:before {
  content: '';
  background-color: #000;
  background-image: url(../images/vicei.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  float: left;
  height: 195px;
  margin-right: 15px;
  width: 190px;
}

@media (max-width: 1025px) {
  /* line 1117, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-taxonomy-term-16 .bootstrap-simple-two-cols .view-last-contents .views-row.views-row-first:before {
    height: 145px;
    width: 150px;
  }
}

/* line 1133, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 .pane-taxonomy-term-description .pane-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.page-taxonomy-term-16 .pane-taxonomy-term-description .pane-title p,
.page-taxonomy-term-16 .pane-taxonomy-term-description .pane-title span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.page-taxonomy-term-16 .pane-taxonomy-term-description .pane-title:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 1135, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 .pane-taxonomy-term-description .pane-title:before {
  z-index: -1;
}

/* line 1137, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 .pane-taxonomy-term-description .pane-title .vice-icon {
  background-image: url(../images/vice.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  font-size: 0;
  height: 30px;
  vertical-align: middle;
  width: 80px;
}

/* line 1148, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 .pane-taxonomy-term-description .taxonomy-term-description {
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  padding: 20px;
}

/* line 1153, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-taxonomy-term-16 .pane-taxonomy-term-description .taxonomy-term-description p {
  line-height: 1.3em;
  margin-bottom: 15px;
}

/* line 1159, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.views-experts .bx-wrapper {
  margin: 0 auto;
}

/* line 1162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.views-experts .bx-wrapper .bx-controls .bx-pager-item {
  margin: 10px 3px;
}

/* line 1164, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.views-experts .bx-wrapper .bx-controls .bx-pager-item a {
  height: 15px;
  width: 15px;
}

/* line 1168, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.views-experts .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0;
}

/* line 1170, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.views-experts .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0;
}

/* line 1172, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.views-experts .view-header {
  background: #fff;
  margin: 0 -15px;
  padding: 5px 0;
}

/* line 1176, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.views-experts .view-header h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
  margin: 0;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.views-experts .view-header h3 p,
.views-experts .view-header h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.views-experts .view-header h3:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 1179, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.views-experts .view-content {
  padding: 20px 0;
}

/* line 1181, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.views-experts .view-content .views-row {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

/* line 1185, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.views-experts .view-content .views-row .views-field-field-photo {
  border-radius: 50%;
  height: 130px;
  overflow: hidden;
  position: relative;
  width: 130px;
}

/* line 1191, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.views-experts .view-content .views-row .views-field-field-photo img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* line 1197, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.views-experts .view-content .views-row .views-field-name a,
.views-experts .view-content .views-row .views-field-title a {
  font-size: 1rem;
  color: #fff;
}

/* line 1201, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.views-experts .view-content .views-row .views-field-name a:hover,
.views-experts .view-content .views-row .views-field-title a:hover {
  color: #000;
}

/* line 1203, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.views-experts .view-content .views-row .views-field-name a {
  font-size: 0.6875rem;
}

/* line 1210, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-left .group-text-content,
.section-caricaturistas .view-mode-full .group-left .group-text-content {
  display: inline-block;
  line-height: 1.3em;
  vertical-align: middle;
}

/* line 1214, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-left .group-text-content h2,
.section-caricaturistas .view-mode-full .group-left .group-text-content h2 {
  font-size: 1.625rem;
}

/* line 1216, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-left .group-text-content .field--name-caricaturista,
.section-caricaturistas .view-mode-full .group-left .group-text-content .field--name-caricaturista {
  font-size: 0.875rem;
}

/* line 1218, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-left .group-text-content p,
.section-caricaturistas .view-mode-full .group-left .group-text-content p {
  line-height: 1.5em;
}

/* line 1220, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-left .cartoonist-photo,
.section-caricaturistas .view-mode-full .group-left .cartoonist-photo {
  border-radius: 50%;
  border: 2px solid #9ba3ce;
  display: inline-block;
  height: 60px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 60px;
}

/* line 1230, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-left .cartoonist-photo img,
.section-caricaturistas .view-mode-full .group-left .cartoonist-photo img {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* line 1237, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-left .main-cartoon,
.node-type-cartoon .view-mode-full .group-left .field--name-outstanding-cartoon,
.section-caricaturistas .view-mode-full .group-left .main-cartoon,
.section-caricaturistas .view-mode-full .group-left .field--name-outstanding-cartoon {
  background: #9ba3ce;
  clear: both;
  margin: 20px auto 20px;
  padding: 10px 20px;
  width: 100%;
}

/* line 1244, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-left .main-cartoon a,
.node-type-cartoon .view-mode-full .group-left .field--name-outstanding-cartoon a,
.section-caricaturistas .view-mode-full .group-left .main-cartoon a,
.section-caricaturistas .view-mode-full .group-left .field--name-outstanding-cartoon a {
  color: #fff;
  font-size: 0.875rem;
}

/* line 217, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.node-type-cartoon .view-mode-full .group-left .main-cartoon a:after,
.node-type-cartoon .view-mode-full .group-left .field--name-outstanding-cartoon a:after,
.section-caricaturistas .view-mode-full .group-left .main-cartoon a:after,
.section-caricaturistas .view-mode-full .group-left .field--name-outstanding-cartoon a:after {
  background: rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  height: 1px;
  width: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (min-width: 1001px) {
  /* line 225, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .node-type-cartoon .view-mode-full .group-left .main-cartoon a:hover:after,
  .node-type-cartoon .view-mode-full .group-left .field--name-outstanding-cartoon a:hover:after,
  .section-caricaturistas .view-mode-full .group-left .main-cartoon a:hover:after,
  .section-caricaturistas .view-mode-full .group-left .field--name-outstanding-cartoon a:hover:after {
    width: 30%;
  }
}

/* line 1248, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-left .main-cartoon .node--cartoon,
.node-type-cartoon .view-mode-full .group-left .field--name-outstanding-cartoon .node--cartoon,
.section-caricaturistas .view-mode-full .group-left .main-cartoon .node--cartoon,
.section-caricaturistas .view-mode-full .group-left .field--name-outstanding-cartoon .node--cartoon {
  background: none !important;
  margin-bottom: 0;
}

/* line 1251, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-left .main-cartoon .cartoonist-title,
.node-type-cartoon .view-mode-full .group-left .main-cartoon .group-text-content,
.node-type-cartoon .view-mode-full .group-left .field--name-outstanding-cartoon .cartoonist-title,
.node-type-cartoon .view-mode-full .group-left .field--name-outstanding-cartoon .group-text-content,
.section-caricaturistas .view-mode-full .group-left .main-cartoon .cartoonist-title,
.section-caricaturistas .view-mode-full .group-left .main-cartoon .group-text-content,
.section-caricaturistas .view-mode-full .group-left .field--name-outstanding-cartoon .cartoonist-title,
.section-caricaturistas .view-mode-full .group-left .field--name-outstanding-cartoon .group-text-content {
  width: 100%;
}

/* line 1254, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-left .main-cartoon .cartoonist-title h2,
.node-type-cartoon .view-mode-full .group-left .main-cartoon .group-text-content h2,
.node-type-cartoon .view-mode-full .group-left .field--name-outstanding-cartoon .cartoonist-title h2,
.node-type-cartoon .view-mode-full .group-left .field--name-outstanding-cartoon .group-text-content h2,
.section-caricaturistas .view-mode-full .group-left .main-cartoon .cartoonist-title h2,
.section-caricaturistas .view-mode-full .group-left .main-cartoon .group-text-content h2,
.section-caricaturistas .view-mode-full .group-left .field--name-outstanding-cartoon .cartoonist-title h2,
.section-caricaturistas .view-mode-full .group-left .field--name-outstanding-cartoon .group-text-content h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

@media (max-width: 1025px) {
  /* line 1254, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .node-type-cartoon .view-mode-full .group-left .main-cartoon .cartoonist-title h2,
  .node-type-cartoon .view-mode-full .group-left .main-cartoon .group-text-content h2,
  .node-type-cartoon .view-mode-full .group-left .field--name-outstanding-cartoon .cartoonist-title h2,
  .node-type-cartoon .view-mode-full .group-left .field--name-outstanding-cartoon .group-text-content h2,
  .section-caricaturistas .view-mode-full .group-left .main-cartoon .cartoonist-title h2,
  .section-caricaturistas .view-mode-full .group-left .main-cartoon .group-text-content h2,
  .section-caricaturistas .view-mode-full .group-left .field--name-outstanding-cartoon .cartoonist-title h2,
  .section-caricaturistas .view-mode-full .group-left .field--name-outstanding-cartoon .group-text-content h2 {
    font-size: 1rem;
  }
}

/* line 1260, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-left .main-cartoon .cartoonist-title .node-post-date,
.node-type-cartoon .view-mode-full .group-left .main-cartoon .group-text-content .node-post-date,
.node-type-cartoon .view-mode-full .group-left .field--name-outstanding-cartoon .cartoonist-title .node-post-date,
.node-type-cartoon .view-mode-full .group-left .field--name-outstanding-cartoon .group-text-content .node-post-date,
.section-caricaturistas .view-mode-full .group-left .main-cartoon .cartoonist-title .node-post-date,
.section-caricaturistas .view-mode-full .group-left .main-cartoon .group-text-content .node-post-date,
.section-caricaturistas .view-mode-full .group-left .field--name-outstanding-cartoon .cartoonist-title .node-post-date,
.section-caricaturistas .view-mode-full .group-left .field--name-outstanding-cartoon .group-text-content .node-post-date {
  color: #fff;
  font-size: 0.875rem;
}

/* line 1263, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-left .main-cartoon .field--name-field-cartoon,
.node-type-cartoon .view-mode-full .group-left .main-cartoon .node-image,
.node-type-cartoon .view-mode-full .group-left .field--name-outstanding-cartoon .field--name-field-cartoon,
.node-type-cartoon .view-mode-full .group-left .field--name-outstanding-cartoon .node-image,
.section-caricaturistas .view-mode-full .group-left .main-cartoon .field--name-field-cartoon,
.section-caricaturistas .view-mode-full .group-left .main-cartoon .node-image,
.section-caricaturistas .view-mode-full .group-left .field--name-outstanding-cartoon .field--name-field-cartoon,
.section-caricaturistas .view-mode-full .group-left .field--name-outstanding-cartoon .node-image {
  margin: 10px 0;
  width: 100%;
}

/* line 1267, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-left .main-cartoon .field--name-field-cartoon img,
.node-type-cartoon .view-mode-full .group-left .main-cartoon .node-image img,
.node-type-cartoon .view-mode-full .group-left .field--name-outstanding-cartoon .field--name-field-cartoon img,
.node-type-cartoon .view-mode-full .group-left .field--name-outstanding-cartoon .node-image img,
.section-caricaturistas .view-mode-full .group-left .main-cartoon .field--name-field-cartoon img,
.section-caricaturistas .view-mode-full .group-left .main-cartoon .node-image img,
.section-caricaturistas .view-mode-full .group-left .field--name-outstanding-cartoon .field--name-field-cartoon img,
.section-caricaturistas .view-mode-full .group-left .field--name-outstanding-cartoon .node-image img {
  width: 100%;
}

/* line 1271, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .view-more-cartoons .view-header h3,
.section-caricaturistas .view-mode-full .view-more-cartoons .view-header h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.node-type-cartoon .view-mode-full .view-more-cartoons .view-header h3 p,
.node-type-cartoon .view-mode-full .view-more-cartoons .view-header h3 span,
.section-caricaturistas .view-mode-full .view-more-cartoons .view-header h3 p,
.section-caricaturistas .view-mode-full .view-more-cartoons .view-header h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.node-type-cartoon .view-mode-full .view-more-cartoons .view-header h3:before,
.section-caricaturistas .view-mode-full .view-more-cartoons .view-header h3:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 1274, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .view-more-cartoons .view-content .views-row,
.section-caricaturistas .view-mode-full .view-more-cartoons .view-content .views-row {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-bottom: 20px;
}

@media (max-width: 1025px) {
  /* line 1274, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .node-type-cartoon .view-mode-full .view-more-cartoons .view-content .views-row,
  .section-caricaturistas .view-mode-full .view-more-cartoons .view-content .views-row {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 1279, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .view-more-cartoons .view-content .views-row .views-field-title,
.section-caricaturistas .view-mode-full .view-more-cartoons .view-content .views-row .views-field-title {
  height: 48px;
}

/* line 1281, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .view-more-cartoons .view-content .views-row .views-field-title a,
.section-caricaturistas .view-mode-full .view-more-cartoons .view-content .views-row .views-field-title a {
  color: #000;
}

/* line 1283, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .view-more-cartoons .view-content .views-row .views-field-title a:hover,
.section-caricaturistas .view-mode-full .view-more-cartoons .view-content .views-row .views-field-title a:hover {
  color: #9ba3ce;
}

/* line 1285, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .view-more-cartoons .view-content .views-row .views-field-created,
.section-caricaturistas .view-mode-full .view-more-cartoons .view-content .views-row .views-field-created {
  font-size: 0.875rem;
}

/* line 1287, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .view-more-cartoons .view-content .views-row .views-field-field-cartoon,
.section-caricaturistas .view-mode-full .view-more-cartoons .view-content .views-row .views-field-field-cartoon {
  margin-top: 5px;
}

/* line 1289, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .view-more-cartoons .view-content .views-row .views-field-field-cartoon img,
.section-caricaturistas .view-mode-full .view-more-cartoons .view-content .views-row .views-field-field-cartoon img {
  border: 1px solid #000;
  width: 100%;
}

/* line 1293, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-right .field--name-buscar-caricaturista,
.section-caricaturistas .view-mode-full .group-right .field--name-buscar-caricaturista {
  background: #9ba3ce;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px 20px;
}

/* line 1298, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-right .field--name-buscar-caricaturista .block-title,
.section-caricaturistas .view-mode-full .group-right .field--name-buscar-caricaturista .block-title {
  color: #fff;
  margin-bottom: 5px;
}

/* line 1301, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-right .field--name-buscar-caricaturista .select-cartoonist,
.section-caricaturistas .view-mode-full .group-right .field--name-buscar-caricaturista .select-cartoonist {
  position: relative;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.node-type-cartoon .view-mode-full .group-right .field--name-buscar-caricaturista .select-cartoonist:after,
.section-caricaturistas .view-mode-full .group-right .field--name-buscar-caricaturista .select-cartoonist:after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.25rem;
  vertical-align: middle;
}

/* line 1304, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-right .field--name-buscar-caricaturista .select-cartoonist:after,
.section-caricaturistas .view-mode-full .group-right .field--name-buscar-caricaturista .select-cartoonist:after {
  background: linear-gradient(to bottom, #131313 0%, #707070 100%);
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

/* line 1312, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-right .field--name-buscar-caricaturista .select-cartoonist select,
.section-caricaturistas .view-mode-full .group-right .field--name-buscar-caricaturista .select-cartoonist select {
  border-radius: 0;
  height: 30px;
  border: none;
  min-width: 250px;
  -webkit-appearance: none;
}

/* line 1318, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-right .view-columns,
.section-caricaturistas .view-mode-full .group-right .view-columns {
  margin-bottom: 20px;
}

/* line 1321, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-right .view-columns .view-header h3,
.section-caricaturistas .view-mode-full .group-right .view-columns .view-header h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.node-type-cartoon .view-mode-full .group-right .view-columns .view-header h3 p,
.node-type-cartoon .view-mode-full .group-right .view-columns .view-header h3 span,
.section-caricaturistas .view-mode-full .group-right .view-columns .view-header h3 p,
.section-caricaturistas .view-mode-full .group-right .view-columns .view-header h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.node-type-cartoon .view-mode-full .group-right .view-columns .view-header h3:before,
.section-caricaturistas .view-mode-full .group-right .view-columns .view-header h3:before {
  border-bottom: 1px solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

/* line 1323, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-right .view-columns .view-content,
.section-caricaturistas .view-mode-full .group-right .view-columns .view-content {
  background: #f7f9f9;
  padding: 10px;
}

/* line 1326, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-right .view-columns .view-content .views-row,
.section-caricaturistas .view-mode-full .group-right .view-columns .view-content .views-row {
  border-bottom: 1px solid #9ba3ce;
  margin: 5px 0;
  padding: 5px 0;
}

/* line 1331, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-right .view-columns .view-content .views-row .views-field-title a,
.section-caricaturistas .view-mode-full .group-right .view-columns .view-content .views-row .views-field-title a {
  font-size: 1.25rem;
  color: #000;
}

/* line 1334, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-right .view-columns .view-content .views-row .views-field-title a:hover,
.section-caricaturistas .view-mode-full .group-right .view-columns .view-content .views-row .views-field-title a:hover {
  color: #9ba3ce;
}

/* line 1336, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.node-type-cartoon .view-mode-full .group-right .view-columns .view-content .views-row .views-field-created,
.section-caricaturistas .view-mode-full .group-right .view-columns .view-content .views-row .views-field-created {
  font-size: 0.875rem;
}

/* line 1340, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-opinion .pane-ee-custom-blocks-search-cartoonist {
  background: #9ba3ce;
  max-width: 700px;
  margin: 0 auto 30px;
  padding: 10px;
}

/* line 1345, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-opinion .pane-ee-custom-blocks-search-cartoonist select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 0;
  border: none;
  height: 30px;
}

/* line 1351, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-opinion .view-opinion-cartoons-today {
  margin-bottom: 20px;
}

/* line 1354, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-opinion .view-opinion-cartoons-today .item-list ul {
  padding: 0 40px;
}

@media (max-width: 1025px) {
  /* line 1354, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .section-opinion .view-opinion-cartoons-today .item-list ul {
    padding: 0;
  }
}

/* line 1358, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-opinion .view-opinion-cartoons-today .item-list ul li {
  margin: 20px 5px;
}

/* line 1360, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-opinion .view-opinion-cartoons-today .item-list ul li .views-field-title,
.section-opinion .view-opinion-cartoons-today .item-list ul li .views-field-field-cartoonist {
  display: none;
}

/* line 1363, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-opinion .view-opinion-cartoons-today .item-list ul li .views-field-field-cartoon {
  border: 1px dotted #cccccc;
}

/* line 1365, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-opinion .view-opinion-cartoons-today .item-list ul li .views-field-field-cartoon img {
  display: block;
  width: 100%;
}

/* line 1368, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-opinion .view-opinion-cartoons-today .item-list .slick-arrow {
  color: #666666;
  font-size: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

/* line 1375, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-opinion .view-opinion-cartoons-today .item-list .slick-arrow:hover {
  color: #cccccc;
}

/* line 1377, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-opinion .view-opinion-cartoons-today .item-list .slick-arrow.slick-prev {
  left: 0;
}

/* line 1379, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.section-opinion .view-opinion-cartoons-today .item-list .slick-arrow.slick-next {
  right: 0;
}

/* line 1389, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-ultimasnoticias .view-display-id-block .view-content .item-list ul li {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

/* line 1392, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias {
  background: transparent;
  height: auto;
}

/* line 1395, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias .group-left {
  width: 30%;
}

/* line 1397, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias .group-right {
  width: 70%;
}

@media (max-width: 768px) {
  /* line 1400, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias .group-left,
  .page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias .group-right {
    width: 100%;
    float: none;
  }
  /* line 1404, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias .group-left {
    margin-bottom: 20px;
  }
}

/* line 1407, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias .group-left .field--name-field-file-author,
.page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias .group-left .field--name-field-file-description {
  display: none;
}

/* line 1411, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias .group-left .field--name-field-multimedia .file-image-jpeg {
  height: auto;
  padding: 0;
}

/* line 1416, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias .field--name-post-date {
  font-size: 1rem;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: #000 !important;
}

/* line 1422, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias .field--name-post-date:before {
  content: '';
  background: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ3Mi42MTcgNDcyLjYxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDcyLjYxNyA0NzIuNjE3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGcgaWQ9IkxheWVyXzJfMTlfIj4KCQk8Zz4KCQkJPHBhdGggZD0iTTQ1My42NTIsMTU3Ljg3OGMtMy42NTYtOS42NTEtMTQuNDM4LTE0LjUxNS0yNC4wOTMtMTAuODU5Yy05LjY0OCwzLjY0Ny0xNC41MTEsMTQuNDM2LTEwLjg1NywyNC4wODggICAgIGMxNy45NjEsNDcuNDQxLDE2LjgzNyw5OS4yNDUtMy4xNjMsMTQ1Ljg3OWMtMjAuNTMxLDQ3Ljg2NS01OC40Nyw4NC44NzQtMTA2LjgzNywxMDQuMjA2ICAgICBjLTQ4LjM2NCwxOS4zMy0xMDEuMzYxLDE4LjY3NC0xNDkuMjI3LTEuODU0Yy0xMy44OC01Ljk1Mi0yNi44MzQtMTMuMzY2LTM4LjcxOS0yMi4wNjggICAgIGMtMjkuMTE2LTIxLjMzMi01MS43NjUtNTAuNDI5LTY1LjQ5MS04NC43NzFjLTE5LjMzMy00OC4zNjMtMTguNjc5LTEwMS4zNTgsMS44NS0xNDkuMjMxICAgICBjMjAuNTMtNDcuODY2LDU4LjQ3Ny04NC44NzYsMTA2Ljg0Mi0xMDQuMjEyYzQ2LjI3OS0xOC40OTYsOTYuNzk2LTE4LjY0MSwxNDMuMDA0LTAuNjM1bC0xMy4yNDIsMjIuMzY1ICAgICBjLTMuNjM4LDYuMTQ0LTAuODQyLDEwLjI0NCw2LjIwMiw5LjEwNGw2Mi45MTEtMTAuMTU2YzcuMDQ4LTEuMTM5LDEwLjg2OC03LjU4Miw4LjQ3NC0xNC4zMDdsLTIxLjM0LTYwLjA1MSAgICAgYy0yLjM5LTYuNzI2LTcuMzI0LTcuMjA5LTEwLjk1Ny0xLjA2MmwtMTIuNzcsMjEuNTYxYy01Ni42MDMtMjMuNzctMTE5LjA4OC0yNC4zMy0xNzYuMTU5LTEuNTE4ICAgICBDOTIuNDUsNDcuMzk2LDQ3LjIzOCw5MS40OTUsMjIuNzY5LDE0OC41MzhjLTI0LjQ2NSw1Ny4wNDEtMjUuMjUsMTIwLjIwMi0yLjIxLDE3Ny44MzYgICAgIGMxNi4zNjEsNDAuOTI5LDQzLjM0NCw3NS41OTcsNzguMDQ4LDEwMS4wMTVjMTQuMTU4LDEwLjM3MSwyOS42MDUsMTkuMjA1LDQ2LjEzNywyNi4yOTIgICAgIGM1Ny4wNDQsMjQuNDYxLDEyMC4xOTUsMjUuMjUsMTc3LjgyNywyLjIxOGM1Ny42NC0yMy4wMzQsMTAyLjg0OS02Ny4xNDIsMTI3LjMxMi0xMjQuMTg4ICAgICBDNDczLjcxNiwyNzYuMTQ4LDQ3NS4wNTUsMjE0LjQwNiw0NTMuNjUyLDE1Ny44Nzh6IiBmaWxsPSIjMDAwMDAwIi8+CgkJCTxwYXRoIGQ9Ik0yMjguMTEyLDkwLjkxN2MtOC4zNTIsMC0xNS4xMjgsNi43NzEtMTUuMTI4LDE1LjEzdjE1MC43NDVsMTM3Ljg3Miw3MS4yNzJjMi4yMTksMS4xNDgsNC41OTMsMS42OTMsNi45MzEsMS42ODggICAgIGM1LjQ3OCwwLDEwLjc2NS0yLjk3OSwxMy40NTUtOC4xODNjMy44MzMtNy40MjQsMC45MzEtMTYuNTQ5LTYuNDk5LTIwLjM4OWwtMTIxLjQ5Ni02Mi44MVYxMDYuMDQ3ICAgICBDMjQzLjI0Niw5Ny42ODgsMjM2LjQ3NSw5MC45MTcsMjI4LjExMiw5MC45MTd6IiBmaWxsPSIjMDAwMDAwIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=") center center no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/* line 1431, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias .field--name-field-section {
  display: inline-block;
  vertical-align: middle;
}

/* line 1434, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias .field--name-field-section a {
  font-size: 0.75rem;
}

/* line 1437, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias .field--name-changed-date {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  color: #000 !important;
}

/* line 1442, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias .field--name-changed-date:before {
  content: "-";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

/* line 1448, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias .field--name-title {
  display: block;
}

/* line 1451, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
.page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias .field--name-title h3 a {
  font-size: 1.25rem;
  color: #000;
  margin-top: 5px;
}

@media (max-width: 768px) {
  /* line 1459, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias .group-left {
    display: none;
  }
  /* line 1461, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-ultimasnoticias .view-display-id-block .view-content .item-list ul li .view-mode-ultimas_noticias:after {
    display: none;
  }
  /* line 1469, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_secciones.sass */
  .page-ultimasnoticias .view-display-id-block .view-content .item-list:first-child ul li:first-child .view-mode-ultimas_noticias .group-left {
    display: block;
  }
}

/* line 2, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra,
.widgets-stream {
  background: #1d1d1d;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* line 12, /Users/leidynbeltran/Documents/sites/ee_theme/libraries/susy/sass/susy/output/support/_clearfix.scss */
.widgets-extra:after,
.widgets-stream:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 6, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-header,
.widgets-stream .group-header {
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
  position: relative;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.widgets-extra .group-header:after,
.widgets-stream .group-header:after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.5625rem;
  vertical-align: middle;
}

/* line 12, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-header:after,
.widgets-stream .group-header:after {
  position: absolute;
  right: 5px;
  top: 5px;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 19, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-header.expanded:after,
.widgets-stream .group-header.expanded:after {
  transform: rotate(0deg);
}

/* line 21, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-header label,
.widgets-stream .group-header label {
  display: inline-block;
  font-family: sans-serif;
  font-size: 1.875rem;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 120, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.widgets-extra .group-header label:before,
.widgets-stream .group-header label:before {
  color: #fff;
  content: "";
  font-family: "Econs";
  font-size: 1.25rem;
  vertical-align: middle;
  line-height: 2.5rem;
}

/* line 28, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-header label:before,
.widgets-stream .group-header label:before {
  margin-right: 5px;
}

@media (max-width: 480px) {
  /* line 21, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .widgets-extra .group-header label,
  .widgets-stream .group-header label {
    font-size: 1rem;
  }
}

/* line 32, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-header label span,
.widgets-stream .group-header label span {
  display: inline-block;
  vertical-align: middle;
}

/* line 36, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.l-main .widgets-extra,
.l-main .widgets-stream {
  margin-bottom: 20px;
}

/* line 41, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-stream .group-header {
  padding: 0;
  z-index: 1;
}

/* line 44, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-stream .group-header .field {
  display: none;
}

/* line 46, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-stream .group-header label {
  background: #eebb2c;
  color: #000;
  display: block;
  font-family: "Merriweather", serif;
  margin: 0;
  padding: 5px 10px;
}

@media (max-width: 480px) {
  /* line 186, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .widgets-stream .group-header label:after {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-radius: 0;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    top: 0;
    transform: translate(0, 0);
    width: 0;
  }
}

/* line 55, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-stream .group-header label:before {
  color: #000;
  content: '\e913';
  font-size: 1.875rem;
  line-height: 1em;
}

@media (max-width: 480px) {
  /* line 55, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .widgets-stream .group-header label:before {
    font-size: 1.125rem;
  }
}

/* line 62, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-stream .group-container {
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* line 67, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-stream .group-container .field--name-field-video {
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media (max-width: 768px) {
  /* line 67, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .widgets-stream .group-container .field--name-field-video {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

@media (max-width: 480px) {
  /* line 67, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .widgets-stream .group-container .field--name-field-video {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 74, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-stream .group-container .field--name-field-video video {
  width: 100%;
}

/* line 76, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-stream .group-container .group-text-content {
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  /* line 76, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .widgets-stream .group-container .group-text-content {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

@media (max-width: 480px) {
  /* line 76, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .widgets-stream .group-container .group-text-content {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    padding: 10px;
    position: static;
    transform: translateY(0);
  }
}

/* line 91, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-stream .group-container .group-text-content .widget-title a, .widgets-stream .group-container .group-text-content .widget-title h2 {
  color: #fff;
}

/* line 93, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-stream .group-container .group-text-content .widget-title a:hover, .widgets-stream .group-container .group-text-content .widget-title h2:hover {
  color: #ea0a0a;
}

/* line 95, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-stream .group-container .group-text-content .field--name-field-section,
.widgets-stream .group-container .group-text-content .field--name-field-created {
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  margin-right: 5px;
  vertical-align: middle;
}

/* line 229, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.widgets-stream .group-container .group-text-content .field--name-field-section a:after {
  color: #fff;
  content: '-';
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}

/* line 107, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.front .widgets-extra .group-header {
  padding: 0;
}

/* line 109, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.front .widgets-extra .group-header label {
  display: block;
  margin: 0;
}

@media (max-width: 480px) {
  /* line 107, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .front .widgets-extra .group-header {
    padding: 0;
  }
}

/* line 116, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.not-front #block-ft-ee-widgets-ee-widgets-extra {
  max-width: 1000px;
  margin: 0 auto;
}

/* line 120, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.not-front .widgets-extra .group-header {
  padding: 0;
}

/* line 122, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.not-front .widgets-extra .group-header:after {
  font-size: 1.25rem;
  height: 20px;
  line-height: 21px;
  top: 6px;
  width: 20px;
}

/* line 128, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.not-front .widgets-extra .group-header .field--name-field-created,
.not-front .widgets-extra .group-header label {
  display: inline-block;
  vertical-align: middle;
}

/* line 132, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.not-front .widgets-extra .group-header .field--name-title {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1em;
  margin-right: 10px;
  max-width: calc(100% - 230px);
  text-align: left;
  vertical-align: middle;
}

/* line 140, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.not-front .widgets-extra .group-header h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 480px) {
  /* line 145, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .not-front .widgets-extra .group-header .field--name-field-created,
  .not-front .widgets-extra .group-header .field--name-title,
  .not-front .widgets-extra .group-header label, .not-front .widgets-extra .group-header span, .not-front .widgets-extra .group-header h2 {
    margin: 0;
    max-width: 100%;
    text-align: center;
    white-space: normal;
  }
  /* line 152, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .not-front .widgets-extra .group-header .field--name-field-created,
  .not-front .widgets-extra .group-header .field--name-title {
    padding: 3px 2px;
  }
}

/* line 156, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra:after {
  color: #fff;
}

/* line 158, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-header {
  background: #ea0a0a;
}

/* line 160, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-header label {
  text-align: center;
  font-size: 1.4375rem;
}

/* line 163, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-header label span {
  display: inline-block;
  padding: 5px 20px;
  background: #000;
}

/* line 167, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-header label:before {
  content: none;
}

/* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-header h2 {
  padding: 5px 0;
}

@media (max-width: 480px) {
  /* line 169, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .widgets-extra .group-header h2 {
    padding: 5px;
  }
}

/* line 173, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-header .field--name-field-created,
.widgets-extra .group-header .field--name-title {
  text-align: center;
  font-size: 1.4375rem;
}

@media (max-width: 480px) {
  /* line 173, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .widgets-extra .group-header .field--name-field-created,
  .widgets-extra .group-header .field--name-title {
    font-size: 1.125rem;
  }
}

/* line 179, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-header .field--name-field-created {
  font-size: 0.875rem;
  padding: 5px 10px 5px;
}

/* line 182, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-container {
  overflow: hidden;
}

/* line 184, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-container .widget-nodes > .ds-1col {
  border: none;
  clear: none;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  width: 31.66667%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}

@media (max-width: 768px) {
  /* line 184, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .widgets-extra .group-container .widget-nodes > .ds-1col {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 193, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-container .widget-nodes > .ds-1col img {
  width: 100%;
}

/* line 195, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-container .widget-nodes > .ds-1col .group-text-content {
  bottom: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.95) 100%);
}

/* line 203, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-container .widget-nodes > .ds-1col .group-text-content .node-title a {
  color: #fff;
  font-size: 1.1875rem;
}

/* line 217, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.widgets-extra .group-container .widget-nodes > .ds-1col .group-text-content .node-title a:after {
  background: rgba(255, 255, 255, 0.5);
  content: '';
  display: block;
  height: 1px;
  width: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (min-width: 1001px) {
  /* line 225, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
  .widgets-extra .group-container .widget-nodes > .ds-1col .group-text-content .node-title a:hover:after {
    width: 30%;
  }
}

/* line 207, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-container .widget-nodes > .ds-1col .group-text-content .field--name-field-section,
.widgets-extra .group-container .widget-nodes > .ds-1col .group-text-content .node-post-date {
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 214, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-container .widget-nodes > .ds-1col .group-text-content .field--name-field-section {
  display: none;
}

/* line 216, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-container .widget-nodes > .ds-1col .node-image {
  max-height: 164px;
  overflow: hidden;
}

/* line 219, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-container .widget-nodes > .ds-1col:first-child {
  border-bottom: 2px solid #ea0a0a;
  width: 65%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}

@media (max-width: 768px) {
  /* line 219, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .widgets-extra .group-container .widget-nodes > .ds-1col:first-child {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin: 0;
    padding: 0;
  }
}

/* line 226, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-container .widget-nodes > .ds-1col:first-child .node-image {
  max-height: 340px;
  overflow: hidden;
}

/* line 231, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.widgets-extra .group-container .widget-nodes > .ds-1col:first-child .group-text-content .node-title a {
  font-size: 1.875rem;
}

@media (max-width: 480px) {
  /* line 231, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .widgets-extra .group-container .widget-nodes > .ds-1col:first-child .group-text-content .node-title a {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  /* line 235, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .widgets-extra .group-container .widget-nodes > .ds-1col:nth-child(2), .widgets-extra .group-container .widget-nodes > .ds-1col:nth-child(3) {
    margin: 0;
  }
  /* line 239, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .widgets-extra .group-container .widget-nodes > .ds-1col:nth-child(2) .field--name-field-section,
  .widgets-extra .group-container .widget-nodes > .ds-1col:nth-child(2) .node-image, .widgets-extra .group-container .widget-nodes > .ds-1col:nth-child(3) .field--name-field-section,
  .widgets-extra .group-container .widget-nodes > .ds-1col:nth-child(3) .node-image {
    display: none;
  }
  /* line 242, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .widgets-extra .group-container .widget-nodes > .ds-1col:nth-child(2) .group-text-content, .widgets-extra .group-container .widget-nodes > .ds-1col:nth-child(3) .group-text-content {
    background: none;
    position: static;
  }
}

/* line 247, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.l-content .row .views-last_news > h3 {
  background: #97040c;
  color: #fff;
  margin: 0;
  padding: 10px;
}

/* line 252, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.l-content .row .views-last_news > h3:before {
  content: none;
}

/* line 186, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.l-content .row .views-last_news > h3:after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-radius: 0;
  content: "";
  height: 0;
  left: 20px;
  position: absolute;
  top: 0;
  transform: translate(0, 0);
  width: 0;
}

/* line 255, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.l-content .row .views-last_news > h3:after {
  transform: translate(0);
}

/* line 257, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.l-content .row .views-last_news .view-last-news {
  background: #1d1d1d;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 262, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.l-content .row .views-last_news .view-last-news .view-footer {
  margin: 0 auto;
  clear: both;
  text-align: center;
}

/* line 266, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.l-content .row .views-last_news .view-last-news .view-footer a {
  background: #97040c;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  margin: 10px auto;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  max-width: 280px;
  font-size: 1rem;
}

/* line 277, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.l-content .row .views-last_news .view-last-news .view-footer a:hover {
  color: #97040c;
  background: #fff;
}

/* line 280, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.l-content .row .views-last_news .view-last-news .views-row {
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  color: #fff;
  padding: 10px;
}

/* line 281, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.l-content .row .views-last_news .view-last-news .views-row.views-row-first {
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

@media (max-width: 480px) {
  /* line 281, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .l-content .row .views-last_news .view-last-news .views-row.views-row-first {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 480px) {
  /* line 280, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
  .l-content .row .views-last_news .view-last-news .views-row {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    padding: 10px;
  }
}

/* line 294, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.l-content .row .views-last_news .view-last-news .views-row .node-title a {
  color: #fff;
  font-size: 1.25rem;
}

/* line 297, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_widgets.sass */
.l-content .row .views-last_news .view-last-news .views-row .field--name-field-section,
.l-content .row .views-last_news .view-last-news .views-row .field--name-post-date {
  display: inline-block;
  margin-right: 10px;
  font-size: 0.75rem;
  vertical-align: middle;
}

/* line 2, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .register_user_form {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* line 12, /Users/leidynbeltran/Documents/sites/ee_theme/libraries/susy/sass/susy/output/support/_clearfix.scss */
.page-user .register_user_form:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 4, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .register-form-header {
  display: block;
  clear: both;
}

/* line 7, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .register-form-header h1 {
  font-size: 1.875rem;
  text-transform: uppercase;
  text-align: center;
}

/* line 11, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .register-form-header h1:after {
  background: linear-gradient(to right, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 0) 15%, #999999 50%, rgba(153, 153, 153, 0) 85%, rgba(153, 153, 153, 0) 100%);
  content: '';
  display: block;
  margin: 10px auto 0;
  height: 1px;
  width: 80%;
}

/* line 18, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .register-form-header h1 span {
  color: #999999;
  display: block;
  font-size: 1rem;
  padding-top: 5px;
}

@media (max-width: 1025px) {
  /* line 7, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .register-form-header h1 {
    font-size: 1.25rem;
  }
  /* line 25, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .register-form-header h1 span {
    font-size: 0.75rem;
  }
}

/* line 27, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .register-form-header .info {
  max-width: 80%;
  margin: 20px auto 0;
}

@media (max-width: 1025px) {
  /* line 27, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .register-form-header .info {
    max-width: 100%;
  }
}

/* line 32, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .register-form-header .info h2 {
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1025px) {
  /* line 32, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .register-form-header .info h2 {
    font-size: 0.75rem;
  }
}

/* line 37, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .register-form-header .info ul {
  margin-top: 20px;
  overflow: hidden;
}

/* line 40, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .register-form-header .info ul li {
  float: left;
  padding: 0 20px;
  width: 50%;
}

@media (max-width: 1025px) {
  /* line 40, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .register-form-header .info ul li {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
}

/* line 48, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .register-form-header .info ul li i {
  background: #1d1d1d;
  border-radius: 50%;
  display: inline-block;
  height: 90px;
  text-align: center;
  line-height: 90px;
  vertical-align: middle;
  width: 90px;
}

/* line 57, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .register-form-header .info ul li p {
  color: #999999;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.2em;
  vertical-align: middle;
  width: calc(100% - 100px);
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.page-user .register-form-header .info ul li.tick i:after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 2.5rem;
  vertical-align: middle;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.page-user .register-form-header .info ul li.people i:after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 2.5rem;
  vertical-align: middle;
}

/* line 72, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .form-item,
.page-user .form-actions {
  margin: 0;
}

/* line 75, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .element-invisible {
  display: none !important;
}

/* line 77, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields {
  background: #f7f9f9;
  margin: 30px auto 0;
  padding: 30px 0;
  text-align: center;
}

@media (max-width: 480px) {
  /* line 77, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields {
    background: #fff;
    padding: 0 20px;
    text-align: center;
    margin-top: 0;
  }
}

/* line 87, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div {
  display: inline-block;
  max-width: 420px;
  margin-bottom: 20px;
  vertical-align: middle;
  width: 49%;
}

@media (max-width: 1025px) {
  /* line 87, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields > div {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 230px;
  }
}

/* line 99, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div.obligatory {
  color: #97040c;
  font-size: 0.75rem;
  text-align: right;
}

@media (max-width: 1025px) {
  /* line 99, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields > div.obligatory {
    text-align: center;
  }
}

/* line 105, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div.obligatory span {
  display: block;
  width: 50%;
}

@media (max-width: 1025px) {
  /* line 105, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields > div.obligatory span {
    width: 100%;
  }
}

/* line 110, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div.field-name-field-user-birth-day, .page-user .fields > div.field-name-field-user-location {
  max-width: 840px;
  text-align: left;
  width: 100%;
}

@media (max-width: 1025px) {
  /* line 110, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields > div.field-name-field-user-birth-day, .page-user .fields > div.field-name-field-user-location {
    text-align: center;
  }
}

/* line 117, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div.field-name-field-user-birth-day div, .page-user .fields > div.field-name-field-user-location div {
  margin: 0;
  width: 100%;
}

/* line 120, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div.field-name-field-user-birth-day .shs-select, .page-user .fields > div.field-name-field-user-location .shs-select {
  margin: 0 0 0 5px;
  max-width: 228px;
}

@media (max-width: 850px) {
  /* line 120, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields > div.field-name-field-user-birth-day .shs-select, .page-user .fields > div.field-name-field-user-location .shs-select {
    display: block !important;
    margin: 0 auto 10px;
    max-width: 230px;
  }
}

/* line 128, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div.field-name-field-user-birth-day .date-padding {
  padding: 0;
}

/* line 130, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div.field-name-field-user-birth-day .fieldset-legend {
  color: #1d1d1d;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  text-align: right;
  vertical-align: middle;
  width: 130px;
}

@media (max-width: 1025px) {
  /* line 130, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields > div.field-name-field-user-birth-day .fieldset-legend {
    width: 100%;
    text-align: center;
  }
}

/* line 141, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div.field-name-field-user-birth-day .fieldset-wrapper {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
  width: calc(100% - 140px);
}

@media (max-width: 850px) {
  /* line 141, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields > div.field-name-field-user-birth-day .fieldset-wrapper {
    margin: 0;
    width: 100%;
  }
}

/* line 149, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div.field-name-field-user-birth-day .form-type-select {
  margin-left: 5px;
  max-width: 228px;
}

@media (max-width: 850px) {
  /* line 149, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields > div.field-name-field-user-birth-day .form-type-select {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 230px;
  }
}

/* line 157, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div.field-name-field-user-birth-day .form-type-select select {
  width: 100%;
}

/* line 159, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div.field-name-field-user-birth-day .form-type-select label {
  display: none;
}

/* line 162, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div.error input {
  border: 1px solid #ea0a0a;
}

/* line 164, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div label {
  color: #1d1d1d;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  width: 130px;
  text-align: right;
  vertical-align: middle;
}

@media (max-width: 1025px) {
  /* line 164, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields > div label {
    text-align: left;
  }
}

@media (max-width: 1025px) {
  /* line 164, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields > div label {
    display: none;
  }
}

/* line 176, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div input[type=text],
.page-user .fields > div input[type=number],
.page-user .fields > div input[type=email],
.page-user .fields > div input[type=password],
.page-user .fields > div select {
  display: inline-block;
  vertical-align: middle;
  width: 270px;
}

/* line 184, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div input[type=text]::-webkit-input-placeholder,
.page-user .fields > div input[type=number]::-webkit-input-placeholder,
.page-user .fields > div input[type=email]::-webkit-input-placeholder,
.page-user .fields > div input[type=password]::-webkit-input-placeholder,
.page-user .fields > div select::-webkit-input-placeholder {
  color: transparent;
}

/* line 186, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div input[type=text]:-moz-placeholder,
.page-user .fields > div input[type=number]:-moz-placeholder,
.page-user .fields > div input[type=email]:-moz-placeholder,
.page-user .fields > div input[type=password]:-moz-placeholder,
.page-user .fields > div select:-moz-placeholder {
  color: transparent;
}

/* line 188, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div input[type=text]::-moz-placeholder,
.page-user .fields > div input[type=number]::-moz-placeholder,
.page-user .fields > div input[type=email]::-moz-placeholder,
.page-user .fields > div input[type=password]::-moz-placeholder,
.page-user .fields > div select::-moz-placeholder {
  color: transparent;
}

/* line 190, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields > div input[type=text]:-ms-input-placeholder,
.page-user .fields > div input[type=number]:-ms-input-placeholder,
.page-user .fields > div input[type=email]:-ms-input-placeholder,
.page-user .fields > div input[type=password]:-ms-input-placeholder,
.page-user .fields > div select:-ms-input-placeholder {
  color: transparent;
}

@media (max-width: 1025px) {
  /* line 176, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields > div input[type=text],
  .page-user .fields > div input[type=number],
  .page-user .fields > div input[type=email],
  .page-user .fields > div input[type=password],
  .page-user .fields > div select {
    width: 100%;
  }
}

@media (max-width: 1025px) {
  /* line 195, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields > div input[type=text]::-webkit-input-placeholder,
  .page-user .fields > div input[type=number]::-webkit-input-placeholder,
  .page-user .fields > div input[type=email]::-webkit-input-placeholder,
  .page-user .fields > div input[type=password]::-webkit-input-placeholder,
  .page-user .fields > div select::-webkit-input-placeholder {
    color: #999;
  }
  /* line 197, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields > div input[type=text]:-moz-placeholder,
  .page-user .fields > div input[type=number]:-moz-placeholder,
  .page-user .fields > div input[type=email]:-moz-placeholder,
  .page-user .fields > div input[type=password]:-moz-placeholder,
  .page-user .fields > div select:-moz-placeholder {
    color: #999;
  }
  /* line 199, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields > div input[type=text]::-moz-placeholder,
  .page-user .fields > div input[type=number]::-moz-placeholder,
  .page-user .fields > div input[type=email]::-moz-placeholder,
  .page-user .fields > div input[type=password]::-moz-placeholder,
  .page-user .fields > div select::-moz-placeholder {
    color: #999;
  }
  /* line 201, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields > div input[type=text]:-ms-input-placeholder,
  .page-user .fields > div input[type=number]:-ms-input-placeholder,
  .page-user .fields > div input[type=email]:-ms-input-placeholder,
  .page-user .fields > div input[type=password]:-ms-input-placeholder,
  .page-user .fields > div select:-ms-input-placeholder {
    color: #999;
  }
}

/* line 203, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields .field-name-field-user-mails-from-net-sites {
  max-width: initial;
  width: 100%;
}

/* line 206, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields .field-name-field-user-mails-from-net-sites label {
  text-align: center;
  width: 100%;
}

/* line 209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields .terms {
  padding: 40px 0;
  position: relative;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1025px) {
  /* line 209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields .terms {
    padding: 20px 0 0 !important;
  }
}

/* line 216, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields .terms:after, .page-user .fields .terms:before {
  content: '';
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #fff;
  display: none;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
}

/* line 226, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields .terms:before {
  top: 0;
}

/* line 228, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields .terms:after {
  bottom: 0;
}

/* line 230, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields .terms .field-type-list-boolean {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}

@media (max-width: 1025px) {
  /* line 230, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .fields .terms .field-type-list-boolean {
    display: block;
    margin: 10px auto;
    text-align: left;
    width: 90%;
  }
}

/* line 239, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields .terms .field-type-list-boolean a {
  display: inline;
}

/* line 241, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields .terms .field-type-list-boolean label {
  width: 100%;
}

/* line 243, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields .terms .field-type-list-boolean input,
.page-user .fields .terms .field-type-list-boolean label {
  color: #1d1d1d;
  display: inline-block;
  font-size: 0.75rem;
  text-align: center;
  vertical-align: middle;
}

/* line 250, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields .form-actions {
  display: block;
  margin-top: 35px;
  max-width: initial;
  width: 100%;
}

/* line 255, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .fields .form-actions input {
  background: #97040c;
  color: #fff;
  padding: 15px 10px;
  text-transform: uppercase;
}

/* line 260, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .newsletter {
  background: #eef2f2;
  clear: both;
  padding: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* line 12, /Users/leidynbeltran/Documents/sites/ee_theme/libraries/susy/sass/susy/output/support/_clearfix.scss */
.page-user .newsletter:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 265, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .newsletter h2 {
  text-align: center;
  border-bottom: 1px solid #999;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #999;
  margin-bottom: 10px;
}

/* line 272, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .newsletter h2 span {
  display: block;
  font-size: 0.75rem;
  padding: 15px 0;
}

/* line 276, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .newsletter .newsletter-field {
  margin-bottom: 10px;
}

/* line 278, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .newsletter .newsletter-field a {
  display: inline;
}

/* line 280, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .newsletter .newsletter-field label {
  font-size: 0.75rem;
  color: #999;
  display: block;
  padding-left: 25px;
}

/* line 285, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .newsletter .newsletter-field [type="checkbox"] + label:before {
  background: #999;
  border-radius: 0;
  font-size: 8px;
  height: 15px;
  left: 0;
  line-height: 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

/* line 297, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .newsletter .newsletter-field [type="checkbox"]:checked + label:before {
  background: #97040c;
}

/* line 299, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .newsletter .nl_submit {
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 1025px) {
  /* line 299, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .newsletter .nl_submit {
    margin: 0 auto;
    width: 90%;
  }
}

/* line 306, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .newsletter .nl_submit input[type=email] {
  width: 250px;
  float: left;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
}

@media (max-width: 1025px) {
  /* line 306, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .newsletter .nl_submit input[type=email] {
    width: 100%;
  }
}

/* line 314, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .newsletter .nl_submit input[type=submit] {
  width: 150px;
  float: left;
  margin: 0;
  height: 35px;
  line-height: 30px;
  border-radius: 0;
  background: #999;
}

@media (max-width: 1025px) {
  /* line 314, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user .newsletter .nl_submit input[type=submit] {
    width: 100%;
  }
}

/* line 324, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user .newsletter .nl_submit input[type=submit]:hover {
  background: #fff;
  color: #999;
}

/* line 327, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user [type="checkbox"]:not(:checked),
.page-user [type="checkbox"]:checked {
  left: -9999px;
  position: absolute;
}

/* line 332, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user [type="checkbox"]:not(:checked) + label,
.page-user [type="checkbox"]:checked + label {
  cursor: pointer;
  position: relative;
}

/* line 337, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user [type="checkbox"] + label:before {
  background: #008aff;
  border-radius: 3px;
  border: 1px solid transparent;
  color: #fff;
  content: '';
  display: inline-block;
  font-family: sans-serif;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
}

/* line 352, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user [type="checkbox"]:not(:checked) + label:before {
  content: '';
}

/* line 355, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user [type="checkbox"]:checked + label:before {
  content: '✔';
  color: transparent;
}

/* line 359, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user [type="checkbox"]:disabled:not(:checked) + label:before,
.page-user [type="checkbox"]:disabled:checked + label:before {
  background-color: #ccc;
  border-color: #ccc;
  box-shadow: none;
}

/* line 364, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user [type="checkbox"]:disabled:checked + label:after {
  color: #ccc;
}

/* line 366, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user [type="checkbox"]:disabled + label {
  color: #ccc;
}

/* line 369, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user [type="checkbox"]:checked:focus + label:before,
.page-user [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted #1d1d1d;
}

/* line 372, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user label:hover:before {
  border: 1px solid #1d1d1d !important;
}

/* line 374, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #c7c7c7 inset;
}

/* line 376, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.messages--error {
  background: #fee2e2;
  border-radius: 5px;
  border: 1px solid #97040c;
  color: #97040c;
  font-size: 14px;
  position: relative;
  text-align: center;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.messages--error:after {
  color: #97040c;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.875rem;
  vertical-align: middle;
}

/* line 385, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.messages--error:after {
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 390, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.messages--error a {
  color: #97040c;
  display: inline;
  text-decoration: underline;
}

/* line 394, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.messages--error a:hover {
  color: #000;
}

/* line 400, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user-password .user-pass {
  background: #f7f9f9;
  text-align: center;
  padding-bottom: 30px;
}

/* line 404, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user-password .user-pass h1 {
  border-bottom: 1px solid #ccc;
  color: #999;
  font-size: 1.125rem;
  margin: 0 auto;
  max-width: 90%;
  padding: 30px 0;
  text-transform: uppercase;
}

/* line 412, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user-password .user-pass .form-item {
  margin: 30px 0;
}

/* line 414, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user-password .user-pass .form-item label,
.page-user-password .user-pass .form-item input {
  display: inline-block;
  vertical-align: middle;
  max-width: 40%;
}

@media (max-width: 1025px) {
  /* line 414, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user-password .user-pass .form-item label,
  .page-user-password .user-pass .form-item input {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
}

/* line 423, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user-password .user-pass .form-item label {
  color: #999;
  font-size: 1rem;
  font-weight: normal;
  text-align: right;
}

@media (max-width: 1025px) {
  /* line 423, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .page-user-password .user-pass .form-item label {
    text-align: center;
    margin-bottom: 10px;
  }
}

/* line 431, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.page-user-password .user-pass .form-item .description {
  margin: 30px 0;
  color: #999;
}

/* line 434, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.form-actions {
  margin-top: 20px;
  text-align: center;
}

/* line 437, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.form-actions input {
  background: #97040c;
  color: #fff;
  display: inline-block;
  margin: 10px;
  padding: 15px 10px;
  text-transform: uppercase;
}

/* line 446, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* line 12, /Users/leidynbeltran/Documents/sites/ee_theme/libraries/susy/sass/susy/output/support/_clearfix.scss */
.edit_user:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 448, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .col-i {
  float: left;
  width: 160px;
}

@media (max-width: 1025px) {
  /* line 448, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .edit_user .col-i {
    width: 100%;
  }
}

/* line 453, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .col-i .user_info,
.edit_user .col-i .user_pass {
  background: #f7f9f9;
  color: #999;
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  position: relative;
}

@media (max-width: 1025px) {
  /* line 453, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .edit_user .col-i .user_info,
  .edit_user .col-i .user_pass {
    float: left;
    height: 146px;
    margin-bottom: 0;
    width: 50%;
  }
}

/* line 469, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .col-i .user_info:after,
.edit_user .col-i .user_pass:after {
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  z-index: 0;
}

@media (max-width: 1025px) {
  /* line 469, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .edit_user .col-i .user_info:after,
  .edit_user .col-i .user_pass:after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    bottom: 0;
    height: 10px;
    top: initial;
    width: 100%;
  }
}

/* line 484, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .col-i .user_info:before,
.edit_user .col-i .user_pass:before {
  border-color: transparent #f7f9f9 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  content: '';
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  z-index: 1;
}

@media (max-width: 1025px) {
  /* line 484, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .edit_user .col-i .user_info:before,
  .edit_user .col-i .user_pass:before {
    border-color: transparent transparent #f7f9f9 transparent;
    border-width: 0 10px 10px 10px;
    bottom: 0;
    left: 50%;
    top: initial;
    transform: translate(-50%, 0);
  }
}

/* line 505, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .col-i .user_info:hover i, .edit_user .col-i .user_info.active i,
.edit_user .col-i .user_pass:hover i,
.edit_user .col-i .user_pass.active i {
  background: #ea0a0a;
}

/* line 507, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .col-i .user_info i,
.edit_user .col-i .user_pass i {
  background: #999;
  border-radius: 50%;
  display: block;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 10px;
  width: 80px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.edit_user .col-i .user_info i:after,
.edit_user .col-i .user_pass i:after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 2.5rem;
  vertical-align: middle;
}

/* line 517, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .col-i .user_info i:after {
  content: '\e904';
}

/* line 519, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .col-i .user_pass i:after {
  content: '\e90f';
}

/* line 521, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .col-d {
  background: #f7f9f9;
  float: left;
  padding: 20px;
  width: calc(100% - 162px);
}

@media (max-width: 1025px) {
  /* line 521, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .edit_user .col-d {
    width: 100%;
  }
}

/* line 528, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .col-d > div {
  display: none;
}

/* line 530, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .col-d > div.active {
  display: block;
}

/* line 534, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .col-d .form-item-mail select,
.edit_user .col-d .form-item-mail input,
.edit_user .col-d [class*="field-type-"]:not(.field-name-field-user-mails-from-net-sites):not(.field-name-field-terms-and-conditions):not(.field-name-field-habeas-data) select,
.edit_user .col-d [class*="field-type-"]:not(.field-name-field-user-mails-from-net-sites):not(.field-name-field-terms-and-conditions):not(.field-name-field-habeas-data) input {
  max-width: 265px;
}

@media (max-width: 1025px) {
  /* line 534, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .edit_user .col-d .form-item-mail select,
  .edit_user .col-d .form-item-mail input,
  .edit_user .col-d [class*="field-type-"]:not(.field-name-field-user-mails-from-net-sites):not(.field-name-field-terms-and-conditions):not(.field-name-field-habeas-data) select,
  .edit_user .col-d [class*="field-type-"]:not(.field-name-field-user-mails-from-net-sites):not(.field-name-field-terms-and-conditions):not(.field-name-field-habeas-data) input {
    width: 230px;
  }
}

/* line 539, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .col-d .form-item-mail legend,
.edit_user .col-d .form-item-mail label,
.edit_user .col-d [class*="field-type-"]:not(.field-name-field-user-mails-from-net-sites):not(.field-name-field-terms-and-conditions):not(.field-name-field-habeas-data) legend,
.edit_user .col-d [class*="field-type-"]:not(.field-name-field-user-mails-from-net-sites):not(.field-name-field-terms-and-conditions):not(.field-name-field-habeas-data) label {
  max-width: 120px;
}

@media (max-width: 1025px) {
  /* line 539, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .edit_user .col-d .form-item-mail legend,
  .edit_user .col-d .form-item-mail label,
  .edit_user .col-d [class*="field-type-"]:not(.field-name-field-user-mails-from-net-sites):not(.field-name-field-terms-and-conditions):not(.field-name-field-habeas-data) legend,
  .edit_user .col-d [class*="field-type-"]:not(.field-name-field-user-mails-from-net-sites):not(.field-name-field-terms-and-conditions):not(.field-name-field-habeas-data) label {
    max-width: initial;
    text-align: center;
  }
}

/* line 547, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .col-d .field-name-field-user-location .form-type-select,
.edit_user .col-d .field-name-field-user-location select,
.edit_user .col-d .field-name-field-user-birth-day .form-type-select,
.edit_user .col-d .field-name-field-user-birth-day select {
  max-width: 208px;
}

/* line 550, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .col-d .warning {
  border-bottom: 1px solid #fff;
  font-size: 0.875rem;
  text-align: center;
  padding-bottom: 20px;
}

/* line 555, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .col-d .warning i {
  margin-right: 10px;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.edit_user .col-d .warning i:after {
  color: #000;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.875rem;
  vertical-align: middle;
}

/* line 558, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user legend {
  text-align: left;
  text-transform: uppercase;
}

/* line 561, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user legend i {
  background: #000;
  display: block;
  height: 1px;
  width: 100px;
}

/* line 566, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .field {
  overflow: hidden;
}

/* line 568, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .field .show_password {
  background: #999;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 0.875rem;
  margin-left: 5px;
  padding: 3px 5px;
}

@media (max-width: 1025px) {
  /* line 568, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .edit_user .field .show_password {
    display: block;
    float: none;
    margin: 0 auto;
  }
}

/* line 582, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .field .show_password.disabled {
  color: gray;
  cursor: no-drop;
}

/* line 585, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user .form-actions {
  float: right;
  width: calc(100% - 162px);
}

/* line 589, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user div.password-wrapper #edit-account {
  max-width: initial;
  width: 100%;
}

/* line 592, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user div.password-wrapper .confirm-parent div.password-confirm {
  font-size: 0.75rem;
  margin: 0;
  position: absolute;
  right: 5px;
  text-align: right;
  top: -15px;
}

/* line 599, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user div.password-wrapper .password-strength {
  display: none;
}

/* line 601, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user div.password-wrapper .description {
  font-size: 0.75rem;
  text-align: right;
}

@media (max-width: 1025px) {
  /* line 601, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .edit_user div.password-wrapper .description {
    max-width: 265px;
    margin: 0 auto;
  }
}

/* line 607, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user div.password-wrapper .description em, .edit_user div.password-wrapper .description a {
  display: inline;
}

/* line 609, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user div.password-wrapper .password-suggestions {
  text-align: left;
  border: none;
}

/* line 612, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user div.password-wrapper .form-type-password,
.edit_user div.password-wrapper .field {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  vertical-align: top;
  width: 49%;
}

@media (max-width: 1025px) {
  /* line 612, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  .edit_user div.password-wrapper .form-type-password,
  .edit_user div.password-wrapper .field {
    width: 100%;
  }
}

/* line 621, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user div.password-wrapper .form-type-password label,
.edit_user div.password-wrapper .field label {
  max-width: 120px;
}

/* line 623, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
.edit_user div.password-wrapper .form-type-password input,
.edit_user div.password-wrapper .field input {
  max-width: 265px;
}

/* line 626, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user {
  background: #ffffff;
}

/* line 629, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user div.l-page div.l-main {
  max-width: 100%;
}

/* line 631, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user div.l-page div.l-main .l-content {
  display: block;
}

/* line 633, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .user-profile-form {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0px auto;
}

/* line 638, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user #user-edit {
  max-width: 750px;
  margin: 88px auto;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

@media (max-width: 1025px) {
  /* line 638, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  body.page-user-edit.section-user #user-edit {
    margin: 0 auto;
    box-shadow: none;
  }
}

/* line 646, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .user-edit-container {
  background: #ffffff;
}

@media (max-width: 1025px) {
  /* line 646, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  body.page-user-edit.section-user .user-edit-container {
    padding: 0 20px;
  }
}

/* line 650, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .user-edit-mail {
  background: #f3f3f3;
  padding: 5px 20px;
  height: auto;
  width: 100% !important;
  color: #000 !important;
  transition: all 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  border-radius: 0;
  border: 1px solid #e4e4e4;
  display: block;
  margin: 0 0 10px !important;
  font-size: 1rem !important;
  font-family: system-ui;
}

/* line 663, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .fields {
  background: #ffffff;
  margin: 0 auto 0;
  padding: 0;
}

/* line 667, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user #div-btn-send-notify {
  width: 100%;
  display: block;
  background: #fac1c1;
  color: #da0000;
  text-align: center;
  font-size: 0.75rem;
  padding: 10px 20px;
  margin-bottom: 10px;
}

/* line 676, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user #div-btn-send-notify #btn-send-notify {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

/* line 681, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .logo-elespectador a {
  height: 60px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iLTM0NC45IC0zNi41IDQwMCA2MS4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC0zNDQuOSAtMzYuNSA0MDAgNjEuMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTI4NC44LDIyYzAsMC4zLTAuMSwwLjUtMC41LDAuNWgtMjUuNmMtMC40LDAtMC42LTAuMS0wLjYtMC40YzAtMC4yLDAuMi0wLjMsMC42LTAuM2gyLjINCgljMC41LDAsMC43LTAuOSwwLjctMi42di0zOS4zYzAtMS44LTAuMi0yLjYtMC43LTIuNmgtMi4yYy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRzMC4yLTAuNCwwLjYtMC40aDE0LjJjMC40LDAsMC42LDAuMSwwLjYsMC40DQoJYzAsMC4yLTAuMiwwLjQtMC42LDAuNGgtMy4xYy0wLjQsMC0wLjYsMC45LTAuNiwyLjZ2NDEuM2MwLDAuMywwLjEsMC40LDAuNSwwLjRoMy4zYzMuOSwwLDYuOS0xLjksOC45LTUuNWMxLjUtMi43LDIuMy01LjgsMi4zLTkuMg0KCVY1LjZjMC0wLjQsMC4xLTAuNiwwLjQtMC42czAuNSwwLjIsMC41LDAuNkwtMjg0LjgsMjJMLTI4NC44LDIyeiBNLTMxNS4yLDIyYzAsMC4zLTAuMiwwLjUtMC41LDAuNWgtMjUuNmMtMC40LDAtMC42LTAuMS0wLjYtMC40DQoJYzAtMC4yLDAuMi0wLjMsMC42LTAuM2gyLjJjMC40LDAsMC42LTAuOSwwLjYtMi42di0zOS4zYzAtMS44LTAuMi0yLjYtMC43LTIuNmgtMi4xYy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRzMC4yLTAuNCwwLjYtMC40aDIzLjcNCgljMC40LDAsMC42LDAuMSwwLjYsMC41djE0LjRjMCwwLjQtMC4yLDAuNi0wLjUsMC42Yy0wLjIsMC0wLjQtMC4yLTAuNC0wLjZ2LTAuOWMwLTMuNS0wLjgtNi42LTIuMy05LjFjLTEuNy0yLjgtMy45LTQuMi02LjctNC4yDQoJaC0zLjZjLTAuNCwwLTAuNiwwLjEtMC42LDAuNHYxOS45YzAsMC4yLDAuMSwwLjMsMC41LDAuM2gxLjljMS41LDAsMi43LTAuNywzLjgtMi4yYzEuMS0xLjUsMS42LTMuMSwxLjYtNC44di0wLjcNCgljMC0wLjQsMC4yLTAuNiwwLjUtMC42YzAuMiwwLDAuNCwwLjIsMC40LDAuNlY2LjNjMCwwLjQtMC4xLDAuNi0wLjQsMC42Yy0wLjMsMC0wLjUtMC4yLTAuNS0wLjZWNS44YzAtMS45LTAuNS0zLjYtMS42LTUNCgljLTEuMS0xLjUtMi4zLTIuMy0zLjgtMi4zaC0xLjhjLTAuNCwwLTAuNiwwLjEtMC42LDAuNHYyMi4yYzAsMC4zLDAuMSwwLjQsMC41LDAuNGgzLjRjMy45LDAsNi45LTEuOSw4LjktNS42DQoJYzEuNS0yLjYsMi4yLTUuNCwyLjItOC4zVjYuOGMwLTAuNCwwLjEtMC41LDAuNC0wLjVzMC41LDAuMSwwLjUsMC41TC0zMTUuMiwyMkwtMzE1LjIsMjJ6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTIzNi40LDIyYzAsMC4zLTAuMSwwLjUtMC41LDAuNWgtMjUuNmMtMC40LDAtMC42LTAuMS0wLjYtMC40YzAtMC4yLDAuMi0wLjMsMC42LTAuM2gyLjINCgljMC41LDAsMC43LTAuOSwwLjctMi42di0zOS4zYzAtMS44LTAuMi0yLjYtMC43LTIuNmgtMi4yYy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRzMC4yLTAuNCwwLjYtMC40aDIzLjZjMC40LDAsMC42LDAuMSwwLjYsMC41djE0LjQNCgljMCwwLjQtMC4xLDAuNi0wLjUsMC42Yy0wLjMsMC0wLjQtMC4yLTAuNC0wLjZ2LTAuOWMwLTMuNS0wLjctNi42LTIuMy05LjFjLTEuNi0yLjktMy44LTQuMy02LjYtNC4zaC0zLjZjLTAuNCwwLTAuNiwwLjEtMC42LDAuNA0KCXYxOS45YzAsMC4yLDAuMiwwLjMsMC41LDAuM2gxLjljMS41LDAsMi43LTAuNywzLjgtMi4yczEuNi0zLjEsMS42LTQuOHYtMC43YzAtMC40LDAuMS0wLjYsMC41LTAuNmMwLjMsMCwwLjQsMC4yLDAuNCwwLjZWNi4yDQoJYzAsMC40LTAuMSwwLjYtMC40LDAuNmMtMC4zLDAtMC41LTAuMi0wLjUtMC42VjUuN2MwLTEuOS0wLjYtMy42LTEuNi01Yy0xLjEtMS41LTIuMy0yLjMtMy44LTIuM2gtMS44Yy0wLjQsMC0wLjYsMC4xLTAuNiwwLjR2MjINCgljMCwwLjMsMC4yLDAuNCwwLjUsMC40aDMuM2MzLjksMCw2LjktMS45LDguOS01LjZjMS41LTIuNiwyLjItNS40LDIuMi04LjNWNi41YzAtMC40LDAuMS0wLjUsMC40LTAuNWMwLjMsMCwwLjUsMC4xLDAuNSwwLjUNCglMLTIzNi40LDIyTC0yMzYuNCwyMnoiLz4NCjxwYXRoIGZpbGw9IiMxRjFFMjEiIGQ9Ik0tMjA4LjEsMTAuMWMwLDMuNy0xLjIsNi44LTMuNSw5LjNjLTIuNCwyLjYtNS41LDMuOS05LjMsMy45Yy0yLjQsMC00LjktMC42LTcuNi0xLjkNCgljLTAuOC0wLjQtMS41LTAuNy0xLjktMC43Yy0wLjUsMC0wLjcsMC4zLTAuNywwLjd2MC40YzAsMC41LTAuMSwwLjctMC40LDAuN2MtMC4yLDAtMC4zLTAuMi0wLjMtMC43VjUuM2MwLTAuNCwwLjEtMC42LDAuMy0wLjYNCgljMC4zLDAsMC40LDAuMiwwLjQsMC42djAuNmMwLDQsMC44LDcuNiwyLjMsMTAuN2MxLjksMy45LDQuNSw1LjksOCw1LjljMi4zLDAsMy45LTAuNiw1LjItMS45YzEuMy0xLjMsMi0zLDItNQ0KCWMwLTMuMy0xLjYtNi4zLTQuNy05LjJjLTIuOS0yLjQtNS44LTQuOC04LjctNy4xYy0zLjEtMy4xLTQuNy02LjctNC43LTEwLjZjMC0zLjMsMC45LTYuMiwyLjYtOC42YzIuMS0yLjksNC44LTQuMyw4LjItNC4zDQoJYzEuOSwwLDQsMC42LDYuMiwxLjljMC45LDAuNCwxLjQsMC42LDEuOCwwLjZzMC42LTAuMiwwLjYtMC42di0wLjVjMC0wLjQsMC4xLTAuNywwLjUtMC43YzAuMywwLDAuNCwwLjIsMC40LDAuN3YxNC41DQoJYzAsMC40LTAuMSwwLjYtMC40LDAuNnMtMC41LTAuMi0wLjUtMC42di0wLjZjMC0zLjgtMC44LTcuMS0yLjMtOS45Yy0xLjgtMy0zLjktNC41LTYuNi00LjVjLTEuOCwwLTMuMSwwLjYtNCwxLjcNCgljLTEsMS4yLTEuNSwyLjYtMS41LDQuNmMwLDMuMywxLjcsNi40LDQuOCw5LjNjMywyLjQsNiw0LjgsOSw3LjFDLTIwOS44LDIuNC0yMDguMSw2LTIwOC4xLDEwLjF6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTE4OS40LDIuNGgtNC4xYy0wLjQsMC0wLjYsMC4xLTAuNiwwLjV2MTYuM2MwLDEuOCwwLjIsMi42LDAuNywyLjZoMy4zYzAuNCwwLDAuNiwwLjEsMC42LDAuMw0KCWMwLDAuMy0wLjIsMC40LTAuNiwwLjRoLTE0LjNjLTAuNCwwLTAuNi0wLjEtMC42LTAuNGMwLTAuMiwwLjItMC4zLDAuNi0wLjNoMi4yYzAuNSwwLDAuNi0wLjksMC42LTIuNnYtMzkuMmMwLTEuOC0wLjItMi42LTAuNi0yLjYNCgloLTIuMmMtMC40LDAtMC42LTAuMS0wLjYtMC40czAuMi0wLjQsMC42LTAuNGgxNS4xdjAuN2MtMC4yLDAtMC40LDAtMC42LDBoLTMuNmMtMC40LDAtMC42LDAuMS0wLjYsMC40VjEuMmMwLDAuMywwLjIsMC40LDAuNiwwLjQNCgloMy42YzAuMiwwLDAuNCwwLDAuNiwwVjIuNEwtMTg5LjQsMi40eiBNLTE3Ni41LTEwLjRjMC00LjQtMS4zLTcuOC0zLjktMTBjLTIuMi0yLTQuOS0yLjktOC4zLTIuOWgtMC43djAuOA0KCWMxLjYsMC4xLDIuNywxLjEsMy40LDIuN2MwLjgsMS45LDEuMyw1LDEuMyw5LjRjMCw0LjUtMC40LDcuNi0xLjIsOS41Yy0wLjcsMS42LTEuOSwyLjQtMy41LDIuNnYwLjhoMS4yYzMuMywwLDYuMS0xLjEsOC4yLTMuMQ0KCUMtMTc3LjctMy4xLTE3Ni41LTYuMi0xNzYuNS0xMC40eiIvPg0KPHBhdGggZmlsbD0iIzFGMUUyMSIgZD0iTS0xNDYuNywyMmMwLDAuMy0wLjEsMC41LTAuNSwwLjVoLTI1LjdjLTAuNCwwLTAuNi0wLjEtMC42LTAuNGMwLTAuMiwwLjItMC4zLDAuNi0wLjNoMi4yDQoJYzAuNSwwLDAuNy0wLjksMC43LTIuNnYtMzkuM2MwLTEuOC0wLjItMi42LTAuNy0yLjZoLTIuMmMtMC40LDAtMC42LTAuMS0wLjYtMC40czAuMi0wLjQsMC42LTAuNGgyMy44YzAuMywwLDAuNSwwLjEsMC41LDAuNXYxNC40DQoJYzAsMC40LTAuMSwwLjYtMC41LDAuNmMtMC4zLDAtMC40LTAuMi0wLjQtMC42di0wLjljMC0zLjUtMC43LTYuNi0yLjMtOS4xYy0xLjctMi44LTMuOS00LjItNi43LTQuMmgtMy42Yy0wLjMsMC0wLjUsMC4xLTAuNSwwLjQNCgl2MTkuOWMwLDAuMiwwLjEsMC4zLDAuNSwwLjNoMS45YzEuNSwwLDIuNy0wLjcsMy44LTIuMnMxLjYtMy4xLDEuNi00Ljh2LTAuN2MwLTAuNCwwLjEtMC42LDAuNS0wLjZjMC4zLDAsMC40LDAuMiwwLjQsMC42VjYuMw0KCWMwLDAuNC0wLjEsMC42LTAuNCwwLjZzLTAuNS0wLjItMC41LTAuNlY1LjhjMC0xLjktMC42LTMuNi0xLjYtNWMtMS4xLTEuNS0yLjMtMi4zLTMuOC0yLjNoLTEuOWMtMC4zLDAtMC41LDAuMS0wLjUsMC40djIyLjINCgljMCwwLjMsMC4xLDAuNCwwLjUsMC40aDMuM2MzLjksMCw2LjktMS45LDktNS42YzEuNS0yLjYsMi4yLTUuNCwyLjItOC4zVjYuOGMwLTAuNCwwLjEtMC41LDAuNC0wLjVzMC41LDAuMSwwLjUsMC41TC0xNDYuNywyMg0KCUwtMTQ2LjcsMjJ6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTExNS4yLDIxLjljMCwwLjQtMC4yLDAuNi0wLjUsMC42Yy0wLjIsMC0wLjQtMC4yLTAuNC0wLjZ2LTAuNWMwLTAuNC0wLjItMC42LTAuNi0wLjYNCgljLTAuMywwLTAuOSwwLjItMS45LDAuNWMtMywxLjMtNS43LDEuOS04LjMsMS45Yy01LjIsMC05LjMtMi42LTEyLTcuOGMtMi41LTQuMy0zLjctOS42LTMuNy0xNS41YzAtNywxLjMtMTIuNywzLjktMTcuMQ0KCWMyLjgtNC42LDYuNy02LjksMTEuNy02LjljMi4zLDAsNC40LDAuNiw2LjksMS43YzAuOSwwLjUsMS41LDAuNywxLjgsMC43czAuNS0wLjIsMC41LTAuN3YtMC41YzAtMC40LDAuMS0wLjYsMC40LTAuNg0KCXMwLjUsMC4yLDAuNSwwLjZ2MTUuNWMwLDAuNC0wLjEsMC42LTAuNCwwLjZzLTAuNS0wLjItMC41LTAuNnYtMC43YzAtNC41LTEtOC4yLTIuOC0xMS4yYy0xLjktMi44LTMuOS00LjEtNi4zLTQuMQ0KCWMtMi43LDAtNC41LDEuNi01LjQsNC42Yy0wLjUsMS41LTAuOCw0LjQtMSw5LjFjLTAuMyw2LjUtMC4zLDEyLjcsMCwxOWMwLjIsNC43LDAuNyw3LjksMS40LDkuN2MxLDIuNSwyLjksMy44LDUuNiwzLjgNCgljMy4xLDAsNS41LTEuNiw3LjMtNC42YzItMy4xLDIuOS02LjksMi45LTExLjZWNS4zYzAtMC40LDAuMS0wLjcsMC40LTAuN3MwLjUsMC4yLDAuNSwwLjdMLTExNS4yLDIxLjlMLTExNS4yLDIxLjl6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTgxLjItNy40YzAsMC4zLTAuMSwwLjUtMC40LDAuNXMtMC41LTAuMi0wLjUtMC41di0xLjNjMC0zLjgtMC43LTYuOS0yLjItOS41Yy0xLjctMi45LTMuOC00LjMtNi40LTQuM2gtMg0KCWMtMC40LDAtMC42LDAuMS0wLjYsMC40djQxLjNjMCwxLjgsMC4yLDIuNiwwLjcsMi42aDIuM2MwLjQsMCwwLjYsMC4xLDAuNiwwLjNjMCwwLjMtMC4yLDAuNC0wLjYsMC40aC0xMy4zYy0wLjQsMC0wLjUtMC4xLTAuNS0wLjQNCgljMC0wLjIsMC4xLTAuMywwLjUtMC4zaDIuM2MwLjUsMCwwLjctMC45LDAuNy0yLjZ2LTQxLjRjMC0wLjMtMC4yLTAuNC0wLjYtMC40aC0yYy0yLjcsMC00LjgsMS41LTYuNSw0LjNjLTEuNSwyLjYtMi4yLDUuNy0yLjIsOS41DQoJdjEuNGMwLDAuMy0wLjEsMC41LTAuNCwwLjVzLTAuNS0wLjItMC41LTAuNXYtMTUuNGMwLTAuMywwLjItMC41LDAuNS0wLjVoMzAuNWMwLjQsMCwwLjYsMC4xLDAuNiwwLjVWLTcuNEwtODEuMi03LjR6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTcxLjMsNS40aC00LjVjLTAuMywwLTAuNSwwLjEtMC41LDAuNGwtMC45LDQuMmMtMC42LDIuNy0wLjksNC45LTAuOSw2LjhjMCwzLjUsMS4xLDUuMSwzLjIsNS4xaDEuMQ0KCWMwLjMsMCwwLjUsMC4xLDAuNSwwLjNjMCwwLjMtMC4yLDAuNC0wLjUsMC40SC04NGMtMC40LDAtMC42LTAuMS0wLjYtMC40YzAtMC4yLDAuMi0wLjMsMC42LTAuM2gwLjJjMSwwLDEuOC0wLjcsMi41LTIuMQ0KCWMxLTEuOSwyLTUuMywzLjEtMTAuM2w2LjktMjkuOHY0LjlsLTAuMS0wLjZoLTAuMUwtNzYsNC4zYzAsMC4zLDAuMiwwLjQsMC41LDAuNGg0LjJMLTcxLjMsNS40TC03MS4zLDUuNHogTS01MS43LDIyLjINCgljMC0wLjItMC4yLTAuMy0wLjYtMC4zaC0wLjljLTAuNywwLTEuMy0xLTEuOC0yLjlsLTEwLjktNDIuMmMtMC4xLTAuMi0wLjMtMC40LTAuNi0wLjRoLTMuOWMtMC40LDAtMC42LDAuMS0wLjYsMC40bC0wLjYsMi44djQuOQ0KCWw0LjYsMTkuNGMwLjEsMC40LDAsMC42LTAuNSwwLjZoLTQuMnYwLjhoNC42YzAuMywwLDAuNCwwLjEsMC41LDAuNGwzLjIsMTMuMmMwLjIsMSwwLjMsMS43LDAuMywyLjFjMCwwLjYtMC4zLDAuOS0wLjksMC45aC0xLjUNCgljLTAuNCwwLTAuNiwwLjEtMC42LDAuM2MwLDAuMywwLjIsMC40LDAuNiwwLjRoMTMuMUMtNTEuOSwyMi43LTUxLjcsMjIuNS01MS43LDIyLjJ6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTMzLjEsMjIuNWMtMC4zLDAtMC42LDAtMC45LDBoLTE1LjVjLTAuNCwwLTAuNi0wLjEtMC42LTAuNGMwLTAuMiwwLjItMC4zLDAuNi0wLjNoMi4yDQoJYzAuNSwwLDAuNy0wLjksMC43LTIuNnYtMzkuM2MwLTEuOC0wLjItMi42LTAuNy0yLjZoLTIuMmMtMC40LDAtMC42LTAuMS0wLjYtMC40czAuMi0wLjQsMC42LTAuNGgxNS40YzAuMywwLDAuNiwwLDAuOSwwdjAuOQ0KCWMtMC4zLDAtMC43LTAuMS0xLjEtMC4xaC00LjNjLTAuNCwwLTAuNiwwLjEtMC42LDAuNHY0My41YzAsMC4zLDAuMiwwLjQsMC41LDAuNGg0LjVjMC4zLDAsMC43LDAsMC45LTAuMUwtMzMuMSwyMi41TC0zMy4xLDIyLjV6DQoJIE0tMTguMy0wLjhjMC02LjQtMS40LTExLjYtNC0xNS45Yy0yLjctNC4yLTYuNC02LjQtMTAuOS02Ljd2MC45YzIsMC4zLDMuNSwxLjcsNC4zLDMuOWMwLjYsMS45LDEuMSw0LjcsMS4zLDguNw0KCWMwLjQsNi4yLDAuNCwxMi4yLDAsMTguNWMtMC4yLDQuMy0wLjYsNy4zLTEuMiw4LjljLTAuOSwyLjUtMi40LDMuOS00LjUsNC4xdjAuOWM0LjctMC4zLDguNC0yLjUsMTEuMS02LjgNCglDLTE5LjUsMTEuNi0xOC4zLDYuMS0xOC4zLTAuOHoiLz4NCjxyZWN0IHg9Ii0zNDIuNCIgeT0iLTM2LjEiIGZpbGw9IiNFQTBBMEEiIHdpZHRoPSIzOTUiIGhlaWdodD0iNy42Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNMC45LDIzLjJjLTQuOSwwLTguOS0yLjQtMTEuNy03Yy0yLjctNC4zLTQtOS45LTQtMTYuNGMwLTYuOSwxLjMtMTIuMywzLjktMTYuN0MtOC4yLTIxLjYtNC4yLTI0LDAuOC0yNA0KCXYwLjdjLTIuOCwwLTQuNywxLjctNS42LDQuOGMtMC40LDEuMy0wLjYsNC4yLTAuOSw4LjljLTAuMyw2LjQtMC4zLDEyLjYsMCwxOWMwLjIsNCwwLjYsNi45LDEuMSw4LjZjMSwzLjIsMi43LDQuOCw1LjMsNC44aDAuMQ0KCUwwLjksMjMuMkwwLjksMjMuMnogTTE2LjctMC43YzAtNi43LTEuNC0xMi00LTE2LjRjLTIuOS00LjctNi45LTctMTEuNy03djAuN2gwLjFjMi41LDAsNC4zLDEuNiw1LjMsNC43YzAuNSwxLjcsMC44LDQuNCwxLjEsOC42DQoJQzcuOC0zLjgsNy44LDIuNSw3LjUsOWMtMC4yLDQuNi0wLjUsNy42LTAuOSw4LjlDNS43LDIxLDMuOSwyMi42LDEsMjIuN3YwLjdjNS4xLDAsOS4yLTIuNCwxMS44LTcuMUMxNS40LDExLjcsMTYuNyw2LjIsMTYuNy0wLjd6Ig0KCS8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNMzUuNy0xLjZjLTAuMSwwLTAuMywwLTAuNSwwaC0zLjZjLTAuNCwwLTAuNiwwLjEtMC42LDAuNXYxOS45YzAsMS44LDAuMiwyLjYsMC43LDIuNmgyLjENCgljMC40LDAsMC42LDAuMSwwLjYsMC4zYzAsMC4zLTAuMiwwLjQtMC42LDAuNEgyMC43Yy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRjMC0wLjIsMC4yLTAuMywwLjYtMC4zaDIuMmMwLjQsMCwwLjYtMC45LDAuNi0yLjZ2LTM5LjMNCgljMC0xLjgtMC4yLTIuNi0wLjYtMi42aC0yLjJjLTAuNCwwLTAuNi0wLjEtMC42LTAuM2MwLTAuMywwLjItMC40LDAuNi0wLjRoMTUuMXYwLjhjLTAuMSwwLTAuMSwwLTAuMiwwaC0zLjkNCgljLTAuNCwwLTAuNiwwLjEtMC42LDAuNXYxOS44YzAsMC4zLDAuMiwwLjQsMC42LDAuNGgzLjloMC4xTDM1LjctMS42TDM1LjctMS42eiBNNTIuMywxOC44Yy0wLjMsMC0wLjYsMC4xLTAuNiwwLjUNCgljLTAuNCwxLjUtMS4yLDIuMy0yLjMsMi4zYy0xLjEsMC0xLjctMS4yLTEuNy0zLjR2LTcuN2MwLTMuOS0xLjEtNi45LTMuMS05LjJjLTEuOC0xLjktNC0zLjEtNi45LTMuNHYtMC4yYzIuOC0wLjMsNS0xLjQsNi45LTMuNA0KCWMyLTIsMi45LTQuNCwyLjktNy4yYzAtMy44LTEuMy02LjctMy42LTguNmMtMi4xLTEuOC00LjYtMi41LTcuOC0yLjVoLTAuN3YwLjhjMy4xLDAuMiw0LjYsMy43LDQuNiwxMC40YzAsMy44LTAuNCw2LjQtMS4yLDcuOQ0KCWMtMC43LDEuNS0xLjksMi4zLTMuNiwyLjN2MC43YzMuMSwwLjMsNC41LDIuNyw0LjYsNy40YzAsMS4zLDAsMi43LDAsNC41YzAsMi4zLDAsMy44LDAsNC42YzAsMi40LDAuNyw0LjIsMi4xLDUuNw0KCWMxLjQsMS41LDMuMiwyLjMsNS41LDIuM2MyLjUsMCw0LjEtMS4yLDQuOC0zLjNDNTIuNiwxOS4xLDUyLjUsMTguOCw1Mi4zLDE4Ljh6Ii8+DQo8L3N2Zz4NCg==") center center no-repeat;
  background-size: 100%;
  margin: 0 auto 40px auto;
  font-size: 0px;
  width: 360px;
}

/* line 690, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .edit-form-header {
  display: block;
  padding: 30px 0 20px;
}

/* line 693, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .edit-form-header h1 {
  text-transform: capitalize;
  font-size: 1.500rem;
  text-align: center;
  font-weight: 700;
}

/* line 700, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .fields > div {
  width: 100%;
}

/* line 702, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user #my-account-piano {
  display: none;
}

/* line 704, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .user-edit-comment {
  display: block;
  margin: 0 0 !important;
}

/* line 707, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .user-edit-comment:before {
  content: '';
  position: relative;
  background: url(../images/message.svg) no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 717, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user input[type=password].form-text {
  border: 1px solid #e4e4e4;
  background: #f3f3f3;
  padding: 12px 20px;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  color: #000;
  transition: all 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  border-radius: 0;
}

/* line 727, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user input[type=password].form-text:active, body.page-user-edit.section-user input[type=password].form-text:focus {
  border: 1px solid #000000;
}

/* line 729, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user input[type=text].form-text {
  background: #f3f3f3;
  padding: 12px 20px;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  color: #000;
  transition: all 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  border-radius: 0;
  border: 1px solid #e4e4e4;
  text-align: left;
}

/* line 740, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user input[type=text].form-text:active, body.page-user-edit.section-user input[type=text].form-text:focus {
  border: 1px solid #000000;
}

/* line 742, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user input.form-text.error {
  border: 1px solid #da0000;
}

/* line 746, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user #replace_textfield_div p {
  display: block;
  background: #fac1c1;
  color: #da0000;
  text-align: center;
  font-size: 0.75rem;
  padding: 10px 20px;
  margin-bottom: 10px;
  width: 100%;
}

/* line 755, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .description {
  color: #666666;
  line-height: 2;
  width: 100%;
  text-align: left;
  font-size: 0.75rem;
  margin: 30px 0px;
  display: block;
}

/* line 763, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .negrilla {
  color: #010101 !important;
  margin: 10px 0 18px;
}

/* line 766, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .user-edit-comment {
  color: #010101 !important;
}

/* line 769, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .fields .terms {
  padding: 0 25px;
}

/* line 771, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .fields .terms .field-type-list-boolean {
  width: 100%;
}

/* line 773, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .fields #edit-field-soy-mayor-de-edad {
  padding: 0 25px;
}

@media (max-width: 1025px) {
  /* line 773, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  body.page-user-edit.section-user .fields #edit-field-soy-mayor-de-edad {
    padding: 0;
  }
}

/* line 778, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user a {
  color: #666666;
}

/* line 780, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .form-actions {
  margin-top: 86px;
}

/* line 784, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user [type="checkbox"]:checked + label:before {
  background: #1e59d4 url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDcwIDcwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3MCA3MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNMjYuNDc0LDcwYy0yLjE3NiwwLTQuMjM0LTEuMDE4LTUuNTU3LTIuNzY0TDMuMDQ5LDQzLjYzOUMwLjcyNSw0MC41NywxLjMzLDM2LjIsNC4zOTksMzMuODc1ICAgICBjMy4wNzQtMi4zMjYsNy40NDEtMS43MTcsOS43NjYsMS4zNWwxMS43NTIsMTUuNTE4TDU1LjQ3NCwzLjI4NWMyLjAzNS0zLjI2NSw2LjMzMi00LjI2NCw5LjYwNC0yLjIzMiAgICAgYzMuMjY4LDIuMDM0LDQuMjY2LDYuMzM0LDIuMjMsOS42MDJsLTM0LjkxNiw1Ni4wNmMtMS4yMTMsMS45NDktMy4zMDcsMy4xNzUtNS42LDMuMjc5QzI2LjY4NSw2OS45OTgsMjYuNTgsNzAsMjYuNDc0LDcweiIgZmlsbD0iI0ZGRkZGRiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) center center no-repeat;
  background-size: 50%;
  border: 1px solid #1e59d4;
}

/* line 788, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user [type="checkbox"] + label:before {
  border-radius: 0px;
  border: 1px solid #e4e4e4;
  color: #fff;
  content: '';
  display: inline-block;
  font-size: 12px;
  height: 21px;
  width: 21px;
  line-height: 21px;
  margin-right: 10px;
  vertical-align: middle;
  transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  background: none;
}

/* line 804, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .form-actions [type="submit"] {
  background: #da0000;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
  padding: 17px 0;
  border-radius: 0;
  margin: 0;
  transition: all 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  width: 100%;
}

/* line 816, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user input::-webkit-input-placeholder {
  color: #666666 !important;
  font-size: 12px;
  opacity: 0.7;
}
body.page-user-edit.section-user input:-ms-input-placeholder {
  color: #666666 !important;
  font-size: 12px;
  opacity: 0.7;
}
body.page-user-edit.section-user input::placeholder {
  color: #666666 !important;
  font-size: 12px;
  opacity: 0.7;
}

/* line 821, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .user-edit-comment b {
  font-weight: bold;
}

/* line 824, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user #user-edit-container span {
  color: #666666;
  width: 100%;
  text-align: left;
  line-height: 2;
  font-size: 0.75rem;
  margin: 30px 0px;
}

/* line 831, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user #user-edit-container label.option {
  width: 100%;
  margin: 10px 0;
  text-align: left;
  color: #666666;
  font-weight: 400;
}

/* line 837, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user #user-edit-container label.option:hover {
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 1025px) {
  /* line 831, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
  body.page-user-edit.section-user #user-edit-container label.option {
    display: block;
  }
}

/* line 842, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user header {
  display: block;
}

/* line 844, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user footer.l-footer {
  display: block;
}

/* line 846, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_user.sass */
body.page-user-edit.section-user .error {
  width: 100%;
  display: block;
  background: #fac1c1;
  color: #da0000;
  text-align: center;
  font-size: 0.75rem;
  padding: 10px 20px;
  margin-bottom: 10px;
}

/* line 4, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special {
  position: relative;
  margin-bottom: 20px;
}

/* line 7, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-header {
  background: #143144;
  position: relative;
  height: 140px;
  z-index: 0;
}

/* line 112, /Users/leidynbeltran/Documents/sites/ee_theme/sass/variables/_variables.sass */
.block--ft-ee-widgets-ee-widgets-special .group-header:after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: "Econs";
  font-size: 1.25rem;
  vertical-align: middle;
}

@media (max-width: 768px) {
  /* line 7, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
  .block--ft-ee-widgets-ee-widgets-special .group-header {
    height: 60px;
  }
}

/* line 15, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-header .field--name-div-collapsible {
  display: none;
}

/* line 17, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-header:after {
  background: #edaf2c;
  height: 100%;
  line-height: 140px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
  cursor: pointer;
}

@media (max-width: 768px) {
  /* line 17, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
  .block--ft-ee-widgets-ee-widgets-special .group-header:after {
    line-height: 60px;
  }
}

/* line 29, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-header.expanded:after {
  content: '\e907';
}

/* line 32, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-logo {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  z-index: 1;
}

/* line 40, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-logo .group-title {
  display: inline-block;
  width: 100%;
  pointer-events: none;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

/* line 47, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-logo .group-title > p {
  display: none;
}

/* line 50, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-logo .group-title .field--name-title {
  display: none;
}

/* line 54, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-logo .group-title .field--name-field-teaser .field__item {
  font-size: 3.125rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  padding: 37px 0;
  text-transform: uppercase;
}

/* line 61, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-logo .group-title .field--name-field-teaser .field__item span {
  font-size: 65px;
  line-height: 1;
}

@media (max-width: 768px) {
  /* line 54, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
  .block--ft-ee-widgets-ee-widgets-special .group-logo .group-title .field--name-field-teaser .field__item {
    font-size: 1.25rem;
    padding: 5px 0;
    color: #edaf2c;
    line-height: 1;
  }
  /* line 69, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
  .block--ft-ee-widgets-ee-widgets-special .group-logo .group-title .field--name-field-teaser .field__item span {
    font-size: 20px;
    line-height: 1;
    display: block;
    color: #fff;
  }
}

/* line 79, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-container .field--name-iframe-tour-de-france-2017 iframe {
  width: 100% !important;
  padding: 10px 0;
  height: 480px;
}

@media (max-width: 480px) {
  /* line 79, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
  .block--ft-ee-widgets-ee-widgets-special .group-container .field--name-iframe-tour-de-france-2017 iframe {
    height: 48vw;
  }
}

/* line 85, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-container .group-top {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.38);
}

/* line 90, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-container .group-top .field--name-field-main-content,
.block--ft-ee-widgets-ee-widgets-special .group-container .group-top .field--name-iframe-tabla-tour-de-france-2017 {
  float: left;
}

/* line 93, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-container .group-top .field--name-field-main-content {
  width: 65%;
  padding: 20px;
  background: #d1d1d1;
  position: relative;
}

@media (max-width: 768px) {
  /* line 93, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
  .block--ft-ee-widgets-ee-widgets-special .group-container .group-top .field--name-field-main-content {
    width: 100%;
    display: block;
    padding: 10px;
    float: none;
  }
}

/* line 103, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-container .group-top .field--name-field-main-content .node--article {
  margin: 0;
}

/* line 105, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-container .group-top .field--name-field-main-content .node--article .field--name-field-main-picture {
  position: relative;
  z-index: 0;
  height: 680px;
  overflow: hidden;
}

/* line 111, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-container .group-top .field--name-field-main-content .node--article .field--name-field-main-picture picture img {
  width: 170%;
  position: relative;
  left: -35%;
}

@media (max-width: 480px) {
  /* line 105, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
  .block--ft-ee-widgets-ee-widgets-special .group-container .group-top .field--name-field-main-content .node--article .field--name-field-main-picture {
    height: auto;
  }
  /* line 119, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
  .block--ft-ee-widgets-ee-widgets-special .group-container .group-top .field--name-field-main-content .node--article .field--name-field-main-picture picture img {
    width: 100%;
    position: relative;
    left: auto;
  }
}

/* line 123, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-container .group-top .field--name-field-main-content .node--article .group-text-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: linear-gradient(to bottom, transparent 0%, transparent 1%, black 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

/* line 135, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-container .group-top .field--name-field-main-content .node--article .group-text-content .node-title h3 a {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 768px) {
  /* line 135, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
  .block--ft-ee-widgets-ee-widgets-special .group-container .group-top .field--name-field-main-content .node--article .group-text-content .node-title h3 a {
    font-size: 1.25rem;
  }
}

/* line 142, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-container .group-top .field--name-field-main-content .node--article .group-text-content .field--name-field-section,
.block--ft-ee-widgets-ee-widgets-special .group-container .group-top .field--name-field-main-content .node--article .group-text-content .node-post-date {
  display: none;
}

/* line 146, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-container .group-top .field--name-iframe-tabla-tour-de-france-2017 {
  width: 35%;
  padding: 10px;
  background: #aeaeae;
}

@media (max-width: 768px) {
  /* line 146, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
  .block--ft-ee-widgets-ee-widgets-special .group-container .group-top .field--name-iframe-tabla-tour-de-france-2017 {
    width: 100%;
    display: block;
    padding: 10px;
    float: none;
    background: #d1d1d1;
  }
}

/* line 156, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .group-container .group-top .field--name-iframe-tabla-tour-de-france-2017 iframe {
  height: 695px;
  width: 100%;
}

/* line 161, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .field--name-field-content {
  margin-bottom: 30px;
}

/* line 163, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .field--name-field-content .field__items {
  display: table;
  width: 100%;
}

/* line 166, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .field--name-field-content .field__items .field__item {
  width: 33.333%;
  padding: 10px;
  margin-bottom: 10px;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 768px) {
  /* line 166, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
  .block--ft-ee-widgets-ee-widgets-special .field--name-field-content .field__items .field__item {
    width: 100%;
    display: block;
  }
}

/* line 176, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .field--name-field-content .field__items .field__item.even {
  background: #dfdfdf;
}

/* line 178, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .field--name-field-content .field__items .field__item.odd {
  background: #143144;
}

/* line 183, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .field--name-field-content .field__items .field__item.odd .group-text-content .node-title h3 a {
  color: #fff;
}

/* line 186, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .field--name-field-content .field__items .field__item .node--article {
  margin-bottom: 0;
}

/* line 189, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .field--name-field-content .field__items .field__item .node--article .node-image img {
  height: auto !important;
  width: 100% !important;
}

/* line 194, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .field--name-field-content .field__items .field__item .group-text-content .node-title {
  display: table;
  height: 80px;
  width: 100%;
}

/* line 198, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .field--name-field-content .field__items .field__item .group-text-content .node-title h3 {
  display: table-cell;
  vertical-align: middle;
}

/* line 201, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .field--name-field-content .field__items .field__item .group-text-content .node-title h3 a {
  font-size: 1.25rem;
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  text-align: center;
  color: #000;
  font-weight: 100;
}

/* line 209, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .field--name-field-content .field__items .field__item .group-text-content .node-term,
.block--ft-ee-widgets-ee-widgets-special .field--name-field-content .field__items .field__item .group-text-content .node-post-date,
.block--ft-ee-widgets-ee-widgets-special .field--name-field-content .field__items .field__item .group-text-content .node-teaser {
  display: none;
}

/* line 217, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_blocks.sass */
.block--ft-ee-widgets-ee-widgets-special .field--name-field-external-link .field__items .field__item a {
  display: block;
  width: 100%;
  background: #fab724;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.25rem;
  padding: 20px 0;
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.38);
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
}

/* line 96, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.user-login-form #user-login-container .first-column p a {
  text-decoration: underline;
}

/* line 101, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.user-register-container .social-logig p a {
  text-decoration: underline;
}

/* line 193, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user {
  background: #f9f9f9;
}

/* line 196, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main {
  padding: 0;
  background: transparent;
  max-width: 750px;
}

@media (max-width: 480px) {
  /* line 196, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main {
    margin-top: 0 !important;
  }
}

/* line 202, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

/* line 216, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Facebook"]:after,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Facebook"]:after {
  content: "Ingresar con Facebook";
}

/* line 221, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Google"]:after,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Google"]:after {
  content: "Ingresar con Google";
}

/* line 232, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Facebook"]:after,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Facebook"]:after {
  content: "Registrarse con Facebook";
}

/* line 237, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Google"]:after,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Google"]:after {
  content: "Registrarse con Google";
}

/* line 240, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login,
.section-user .l-page .l-main .l-content form.user-register-form {
  background: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  padding: 50px 0;
  margin: 50px auto;
}

@media (max-width: 480px) {
  /* line 240, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login,
  .section-user .l-page .l-main .l-content form.user-register-form {
    box-shadow: none;
    margin: 0;
    padding: 0 0 50px 0;
  }
}

/* line 250, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .login-form-header,
.section-user .l-page .l-main .l-content form.user-login .register-form-header,
.section-user .l-page .l-main .l-content form.user-register-form .login-form-header,
.section-user .l-page .l-main .l-content form.user-register-form .register-form-header {
  text-align: center;
}

/* line 253, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .login-form-header h1,
.section-user .l-page .l-main .l-content form.user-login .register-form-header h1,
.section-user .l-page .l-main .l-content form.user-register-form .login-form-header h1,
.section-user .l-page .l-main .l-content form.user-register-form .register-form-header h1 {
  font-size: 1.875rem;
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 480px) {
  /* line 253, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .login-form-header h1,
  .section-user .l-page .l-main .l-content form.user-login .register-form-header h1,
  .section-user .l-page .l-main .l-content form.user-register-form .login-form-header h1,
  .section-user .l-page .l-main .l-content form.user-register-form .register-form-header h1 {
    font-size: 1.25rem;
    font-weight: 700;
  }
}

/* line 261, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .login-form-header h1:after,
.section-user .l-page .l-main .l-content form.user-login .register-form-header h1:after,
.section-user .l-page .l-main .l-content form.user-register-form .login-form-header h1:after,
.section-user .l-page .l-main .l-content form.user-register-form .register-form-header h1:after {
  display: none;
}

@media (max-width: 480px) {
  /* line 263, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .login-form-header .title,
  .section-user .l-page .l-main .l-content form.user-login .register-form-header,
  .section-user .l-page .l-main .l-content form.user-register-form .login-form-header .title,
  .section-user .l-page .l-main .l-content form.user-register-form .register-form-header {
    padding: 35px 0;
  }
}

@media (max-width: 480px) {
  /* line 270, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .logo-elespectador,
  .section-user .l-page .l-main .l-content form.user-register-form .logo-elespectador {
    background-color: #ededed;
    padding: 20px 0;
  }
}

/* line 274, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .logo-elespectador a,
.section-user .l-page .l-main .l-content form.user-register-form .logo-elespectador a {
  width: 360px;
  height: 60px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iLTM0NC45IC0zNi41IDQwMCA2MS4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC0zNDQuOSAtMzYuNSA0MDAgNjEuMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTI4NC44LDIyYzAsMC4zLTAuMSwwLjUtMC41LDAuNWgtMjUuNmMtMC40LDAtMC42LTAuMS0wLjYtMC40YzAtMC4yLDAuMi0wLjMsMC42LTAuM2gyLjINCgljMC41LDAsMC43LTAuOSwwLjctMi42di0zOS4zYzAtMS44LTAuMi0yLjYtMC43LTIuNmgtMi4yYy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRzMC4yLTAuNCwwLjYtMC40aDE0LjJjMC40LDAsMC42LDAuMSwwLjYsMC40DQoJYzAsMC4yLTAuMiwwLjQtMC42LDAuNGgtMy4xYy0wLjQsMC0wLjYsMC45LTAuNiwyLjZ2NDEuM2MwLDAuMywwLjEsMC40LDAuNSwwLjRoMy4zYzMuOSwwLDYuOS0xLjksOC45LTUuNWMxLjUtMi43LDIuMy01LjgsMi4zLTkuMg0KCVY1LjZjMC0wLjQsMC4xLTAuNiwwLjQtMC42czAuNSwwLjIsMC41LDAuNkwtMjg0LjgsMjJMLTI4NC44LDIyeiBNLTMxNS4yLDIyYzAsMC4zLTAuMiwwLjUtMC41LDAuNWgtMjUuNmMtMC40LDAtMC42LTAuMS0wLjYtMC40DQoJYzAtMC4yLDAuMi0wLjMsMC42LTAuM2gyLjJjMC40LDAsMC42LTAuOSwwLjYtMi42di0zOS4zYzAtMS44LTAuMi0yLjYtMC43LTIuNmgtMi4xYy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRzMC4yLTAuNCwwLjYtMC40aDIzLjcNCgljMC40LDAsMC42LDAuMSwwLjYsMC41djE0LjRjMCwwLjQtMC4yLDAuNi0wLjUsMC42Yy0wLjIsMC0wLjQtMC4yLTAuNC0wLjZ2LTAuOWMwLTMuNS0wLjgtNi42LTIuMy05LjFjLTEuNy0yLjgtMy45LTQuMi02LjctNC4yDQoJaC0zLjZjLTAuNCwwLTAuNiwwLjEtMC42LDAuNHYxOS45YzAsMC4yLDAuMSwwLjMsMC41LDAuM2gxLjljMS41LDAsMi43LTAuNywzLjgtMi4yYzEuMS0xLjUsMS42LTMuMSwxLjYtNC44di0wLjcNCgljMC0wLjQsMC4yLTAuNiwwLjUtMC42YzAuMiwwLDAuNCwwLjIsMC40LDAuNlY2LjNjMCwwLjQtMC4xLDAuNi0wLjQsMC42Yy0wLjMsMC0wLjUtMC4yLTAuNS0wLjZWNS44YzAtMS45LTAuNS0zLjYtMS42LTUNCgljLTEuMS0xLjUtMi4zLTIuMy0zLjgtMi4zaC0xLjhjLTAuNCwwLTAuNiwwLjEtMC42LDAuNHYyMi4yYzAsMC4zLDAuMSwwLjQsMC41LDAuNGgzLjRjMy45LDAsNi45LTEuOSw4LjktNS42DQoJYzEuNS0yLjYsMi4yLTUuNCwyLjItOC4zVjYuOGMwLTAuNCwwLjEtMC41LDAuNC0wLjVzMC41LDAuMSwwLjUsMC41TC0zMTUuMiwyMkwtMzE1LjIsMjJ6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTIzNi40LDIyYzAsMC4zLTAuMSwwLjUtMC41LDAuNWgtMjUuNmMtMC40LDAtMC42LTAuMS0wLjYtMC40YzAtMC4yLDAuMi0wLjMsMC42LTAuM2gyLjINCgljMC41LDAsMC43LTAuOSwwLjctMi42di0zOS4zYzAtMS44LTAuMi0yLjYtMC43LTIuNmgtMi4yYy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRzMC4yLTAuNCwwLjYtMC40aDIzLjZjMC40LDAsMC42LDAuMSwwLjYsMC41djE0LjQNCgljMCwwLjQtMC4xLDAuNi0wLjUsMC42Yy0wLjMsMC0wLjQtMC4yLTAuNC0wLjZ2LTAuOWMwLTMuNS0wLjctNi42LTIuMy05LjFjLTEuNi0yLjktMy44LTQuMy02LjYtNC4zaC0zLjZjLTAuNCwwLTAuNiwwLjEtMC42LDAuNA0KCXYxOS45YzAsMC4yLDAuMiwwLjMsMC41LDAuM2gxLjljMS41LDAsMi43LTAuNywzLjgtMi4yczEuNi0zLjEsMS42LTQuOHYtMC43YzAtMC40LDAuMS0wLjYsMC41LTAuNmMwLjMsMCwwLjQsMC4yLDAuNCwwLjZWNi4yDQoJYzAsMC40LTAuMSwwLjYtMC40LDAuNmMtMC4zLDAtMC41LTAuMi0wLjUtMC42VjUuN2MwLTEuOS0wLjYtMy42LTEuNi01Yy0xLjEtMS41LTIuMy0yLjMtMy44LTIuM2gtMS44Yy0wLjQsMC0wLjYsMC4xLTAuNiwwLjR2MjINCgljMCwwLjMsMC4yLDAuNCwwLjUsMC40aDMuM2MzLjksMCw2LjktMS45LDguOS01LjZjMS41LTIuNiwyLjItNS40LDIuMi04LjNWNi41YzAtMC40LDAuMS0wLjUsMC40LTAuNWMwLjMsMCwwLjUsMC4xLDAuNSwwLjUNCglMLTIzNi40LDIyTC0yMzYuNCwyMnoiLz4NCjxwYXRoIGZpbGw9IiMxRjFFMjEiIGQ9Ik0tMjA4LjEsMTAuMWMwLDMuNy0xLjIsNi44LTMuNSw5LjNjLTIuNCwyLjYtNS41LDMuOS05LjMsMy45Yy0yLjQsMC00LjktMC42LTcuNi0xLjkNCgljLTAuOC0wLjQtMS41LTAuNy0xLjktMC43Yy0wLjUsMC0wLjcsMC4zLTAuNywwLjd2MC40YzAsMC41LTAuMSwwLjctMC40LDAuN2MtMC4yLDAtMC4zLTAuMi0wLjMtMC43VjUuM2MwLTAuNCwwLjEtMC42LDAuMy0wLjYNCgljMC4zLDAsMC40LDAuMiwwLjQsMC42djAuNmMwLDQsMC44LDcuNiwyLjMsMTAuN2MxLjksMy45LDQuNSw1LjksOCw1LjljMi4zLDAsMy45LTAuNiw1LjItMS45YzEuMy0xLjMsMi0zLDItNQ0KCWMwLTMuMy0xLjYtNi4zLTQuNy05LjJjLTIuOS0yLjQtNS44LTQuOC04LjctNy4xYy0zLjEtMy4xLTQuNy02LjctNC43LTEwLjZjMC0zLjMsMC45LTYuMiwyLjYtOC42YzIuMS0yLjksNC44LTQuMyw4LjItNC4zDQoJYzEuOSwwLDQsMC42LDYuMiwxLjljMC45LDAuNCwxLjQsMC42LDEuOCwwLjZzMC42LTAuMiwwLjYtMC42di0wLjVjMC0wLjQsMC4xLTAuNywwLjUtMC43YzAuMywwLDAuNCwwLjIsMC40LDAuN3YxNC41DQoJYzAsMC40LTAuMSwwLjYtMC40LDAuNnMtMC41LTAuMi0wLjUtMC42di0wLjZjMC0zLjgtMC44LTcuMS0yLjMtOS45Yy0xLjgtMy0zLjktNC41LTYuNi00LjVjLTEuOCwwLTMuMSwwLjYtNCwxLjcNCgljLTEsMS4yLTEuNSwyLjYtMS41LDQuNmMwLDMuMywxLjcsNi40LDQuOCw5LjNjMywyLjQsNiw0LjgsOSw3LjFDLTIwOS44LDIuNC0yMDguMSw2LTIwOC4xLDEwLjF6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTE4OS40LDIuNGgtNC4xYy0wLjQsMC0wLjYsMC4xLTAuNiwwLjV2MTYuM2MwLDEuOCwwLjIsMi42LDAuNywyLjZoMy4zYzAuNCwwLDAuNiwwLjEsMC42LDAuMw0KCWMwLDAuMy0wLjIsMC40LTAuNiwwLjRoLTE0LjNjLTAuNCwwLTAuNi0wLjEtMC42LTAuNGMwLTAuMiwwLjItMC4zLDAuNi0wLjNoMi4yYzAuNSwwLDAuNi0wLjksMC42LTIuNnYtMzkuMmMwLTEuOC0wLjItMi42LTAuNi0yLjYNCgloLTIuMmMtMC40LDAtMC42LTAuMS0wLjYtMC40czAuMi0wLjQsMC42LTAuNGgxNS4xdjAuN2MtMC4yLDAtMC40LDAtMC42LDBoLTMuNmMtMC40LDAtMC42LDAuMS0wLjYsMC40VjEuMmMwLDAuMywwLjIsMC40LDAuNiwwLjQNCgloMy42YzAuMiwwLDAuNCwwLDAuNiwwVjIuNEwtMTg5LjQsMi40eiBNLTE3Ni41LTEwLjRjMC00LjQtMS4zLTcuOC0zLjktMTBjLTIuMi0yLTQuOS0yLjktOC4zLTIuOWgtMC43djAuOA0KCWMxLjYsMC4xLDIuNywxLjEsMy40LDIuN2MwLjgsMS45LDEuMyw1LDEuMyw5LjRjMCw0LjUtMC40LDcuNi0xLjIsOS41Yy0wLjcsMS42LTEuOSwyLjQtMy41LDIuNnYwLjhoMS4yYzMuMywwLDYuMS0xLjEsOC4yLTMuMQ0KCUMtMTc3LjctMy4xLTE3Ni41LTYuMi0xNzYuNS0xMC40eiIvPg0KPHBhdGggZmlsbD0iIzFGMUUyMSIgZD0iTS0xNDYuNywyMmMwLDAuMy0wLjEsMC41LTAuNSwwLjVoLTI1LjdjLTAuNCwwLTAuNi0wLjEtMC42LTAuNGMwLTAuMiwwLjItMC4zLDAuNi0wLjNoMi4yDQoJYzAuNSwwLDAuNy0wLjksMC43LTIuNnYtMzkuM2MwLTEuOC0wLjItMi42LTAuNy0yLjZoLTIuMmMtMC40LDAtMC42LTAuMS0wLjYtMC40czAuMi0wLjQsMC42LTAuNGgyMy44YzAuMywwLDAuNSwwLjEsMC41LDAuNXYxNC40DQoJYzAsMC40LTAuMSwwLjYtMC41LDAuNmMtMC4zLDAtMC40LTAuMi0wLjQtMC42di0wLjljMC0zLjUtMC43LTYuNi0yLjMtOS4xYy0xLjctMi44LTMuOS00LjItNi43LTQuMmgtMy42Yy0wLjMsMC0wLjUsMC4xLTAuNSwwLjQNCgl2MTkuOWMwLDAuMiwwLjEsMC4zLDAuNSwwLjNoMS45YzEuNSwwLDIuNy0wLjcsMy44LTIuMnMxLjYtMy4xLDEuNi00Ljh2LTAuN2MwLTAuNCwwLjEtMC42LDAuNS0wLjZjMC4zLDAsMC40LDAuMiwwLjQsMC42VjYuMw0KCWMwLDAuNC0wLjEsMC42LTAuNCwwLjZzLTAuNS0wLjItMC41LTAuNlY1LjhjMC0xLjktMC42LTMuNi0xLjYtNWMtMS4xLTEuNS0yLjMtMi4zLTMuOC0yLjNoLTEuOWMtMC4zLDAtMC41LDAuMS0wLjUsMC40djIyLjINCgljMCwwLjMsMC4xLDAuNCwwLjUsMC40aDMuM2MzLjksMCw2LjktMS45LDktNS42YzEuNS0yLjYsMi4yLTUuNCwyLjItOC4zVjYuOGMwLTAuNCwwLjEtMC41LDAuNC0wLjVzMC41LDAuMSwwLjUsMC41TC0xNDYuNywyMg0KCUwtMTQ2LjcsMjJ6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTExNS4yLDIxLjljMCwwLjQtMC4yLDAuNi0wLjUsMC42Yy0wLjIsMC0wLjQtMC4yLTAuNC0wLjZ2LTAuNWMwLTAuNC0wLjItMC42LTAuNi0wLjYNCgljLTAuMywwLTAuOSwwLjItMS45LDAuNWMtMywxLjMtNS43LDEuOS04LjMsMS45Yy01LjIsMC05LjMtMi42LTEyLTcuOGMtMi41LTQuMy0zLjctOS42LTMuNy0xNS41YzAtNywxLjMtMTIuNywzLjktMTcuMQ0KCWMyLjgtNC42LDYuNy02LjksMTEuNy02LjljMi4zLDAsNC40LDAuNiw2LjksMS43YzAuOSwwLjUsMS41LDAuNywxLjgsMC43czAuNS0wLjIsMC41LTAuN3YtMC41YzAtMC40LDAuMS0wLjYsMC40LTAuNg0KCXMwLjUsMC4yLDAuNSwwLjZ2MTUuNWMwLDAuNC0wLjEsMC42LTAuNCwwLjZzLTAuNS0wLjItMC41LTAuNnYtMC43YzAtNC41LTEtOC4yLTIuOC0xMS4yYy0xLjktMi44LTMuOS00LjEtNi4zLTQuMQ0KCWMtMi43LDAtNC41LDEuNi01LjQsNC42Yy0wLjUsMS41LTAuOCw0LjQtMSw5LjFjLTAuMyw2LjUtMC4zLDEyLjcsMCwxOWMwLjIsNC43LDAuNyw3LjksMS40LDkuN2MxLDIuNSwyLjksMy44LDUuNiwzLjgNCgljMy4xLDAsNS41LTEuNiw3LjMtNC42YzItMy4xLDIuOS02LjksMi45LTExLjZWNS4zYzAtMC40LDAuMS0wLjcsMC40LTAuN3MwLjUsMC4yLDAuNSwwLjdMLTExNS4yLDIxLjlMLTExNS4yLDIxLjl6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTgxLjItNy40YzAsMC4zLTAuMSwwLjUtMC40LDAuNXMtMC41LTAuMi0wLjUtMC41di0xLjNjMC0zLjgtMC43LTYuOS0yLjItOS41Yy0xLjctMi45LTMuOC00LjMtNi40LTQuM2gtMg0KCWMtMC40LDAtMC42LDAuMS0wLjYsMC40djQxLjNjMCwxLjgsMC4yLDIuNiwwLjcsMi42aDIuM2MwLjQsMCwwLjYsMC4xLDAuNiwwLjNjMCwwLjMtMC4yLDAuNC0wLjYsMC40aC0xMy4zYy0wLjQsMC0wLjUtMC4xLTAuNS0wLjQNCgljMC0wLjIsMC4xLTAuMywwLjUtMC4zaDIuM2MwLjUsMCwwLjctMC45LDAuNy0yLjZ2LTQxLjRjMC0wLjMtMC4yLTAuNC0wLjYtMC40aC0yYy0yLjcsMC00LjgsMS41LTYuNSw0LjNjLTEuNSwyLjYtMi4yLDUuNy0yLjIsOS41DQoJdjEuNGMwLDAuMy0wLjEsMC41LTAuNCwwLjVzLTAuNS0wLjItMC41LTAuNXYtMTUuNGMwLTAuMywwLjItMC41LDAuNS0wLjVoMzAuNWMwLjQsMCwwLjYsMC4xLDAuNiwwLjVWLTcuNEwtODEuMi03LjR6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTcxLjMsNS40aC00LjVjLTAuMywwLTAuNSwwLjEtMC41LDAuNGwtMC45LDQuMmMtMC42LDIuNy0wLjksNC45LTAuOSw2LjhjMCwzLjUsMS4xLDUuMSwzLjIsNS4xaDEuMQ0KCWMwLjMsMCwwLjUsMC4xLDAuNSwwLjNjMCwwLjMtMC4yLDAuNC0wLjUsMC40SC04NGMtMC40LDAtMC42LTAuMS0wLjYtMC40YzAtMC4yLDAuMi0wLjMsMC42LTAuM2gwLjJjMSwwLDEuOC0wLjcsMi41LTIuMQ0KCWMxLTEuOSwyLTUuMywzLjEtMTAuM2w2LjktMjkuOHY0LjlsLTAuMS0wLjZoLTAuMUwtNzYsNC4zYzAsMC4zLDAuMiwwLjQsMC41LDAuNGg0LjJMLTcxLjMsNS40TC03MS4zLDUuNHogTS01MS43LDIyLjINCgljMC0wLjItMC4yLTAuMy0wLjYtMC4zaC0wLjljLTAuNywwLTEuMy0xLTEuOC0yLjlsLTEwLjktNDIuMmMtMC4xLTAuMi0wLjMtMC40LTAuNi0wLjRoLTMuOWMtMC40LDAtMC42LDAuMS0wLjYsMC40bC0wLjYsMi44djQuOQ0KCWw0LjYsMTkuNGMwLjEsMC40LDAsMC42LTAuNSwwLjZoLTQuMnYwLjhoNC42YzAuMywwLDAuNCwwLjEsMC41LDAuNGwzLjIsMTMuMmMwLjIsMSwwLjMsMS43LDAuMywyLjFjMCwwLjYtMC4zLDAuOS0wLjksMC45aC0xLjUNCgljLTAuNCwwLTAuNiwwLjEtMC42LDAuM2MwLDAuMywwLjIsMC40LDAuNiwwLjRoMTMuMUMtNTEuOSwyMi43LTUxLjcsMjIuNS01MS43LDIyLjJ6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTMzLjEsMjIuNWMtMC4zLDAtMC42LDAtMC45LDBoLTE1LjVjLTAuNCwwLTAuNi0wLjEtMC42LTAuNGMwLTAuMiwwLjItMC4zLDAuNi0wLjNoMi4yDQoJYzAuNSwwLDAuNy0wLjksMC43LTIuNnYtMzkuM2MwLTEuOC0wLjItMi42LTAuNy0yLjZoLTIuMmMtMC40LDAtMC42LTAuMS0wLjYtMC40czAuMi0wLjQsMC42LTAuNGgxNS40YzAuMywwLDAuNiwwLDAuOSwwdjAuOQ0KCWMtMC4zLDAtMC43LTAuMS0xLjEtMC4xaC00LjNjLTAuNCwwLTAuNiwwLjEtMC42LDAuNHY0My41YzAsMC4zLDAuMiwwLjQsMC41LDAuNGg0LjVjMC4zLDAsMC43LDAsMC45LTAuMUwtMzMuMSwyMi41TC0zMy4xLDIyLjV6DQoJIE0tMTguMy0wLjhjMC02LjQtMS40LTExLjYtNC0xNS45Yy0yLjctNC4yLTYuNC02LjQtMTAuOS02Ljd2MC45YzIsMC4zLDMuNSwxLjcsNC4zLDMuOWMwLjYsMS45LDEuMSw0LjcsMS4zLDguNw0KCWMwLjQsNi4yLDAuNCwxMi4yLDAsMTguNWMtMC4yLDQuMy0wLjYsNy4zLTEuMiw4LjljLTAuOSwyLjUtMi40LDMuOS00LjUsNC4xdjAuOWM0LjctMC4zLDguNC0yLjUsMTEuMS02LjgNCglDLTE5LjUsMTEuNi0xOC4zLDYuMS0xOC4zLTAuOHoiLz4NCjxyZWN0IHg9Ii0zNDIuNCIgeT0iLTM2LjEiIGZpbGw9IiNFQTBBMEEiIHdpZHRoPSIzOTUiIGhlaWdodD0iNy42Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNMC45LDIzLjJjLTQuOSwwLTguOS0yLjQtMTEuNy03Yy0yLjctNC4zLTQtOS45LTQtMTYuNGMwLTYuOSwxLjMtMTIuMywzLjktMTYuN0MtOC4yLTIxLjYtNC4yLTI0LDAuOC0yNA0KCXYwLjdjLTIuOCwwLTQuNywxLjctNS42LDQuOGMtMC40LDEuMy0wLjYsNC4yLTAuOSw4LjljLTAuMyw2LjQtMC4zLDEyLjYsMCwxOWMwLjIsNCwwLjYsNi45LDEuMSw4LjZjMSwzLjIsMi43LDQuOCw1LjMsNC44aDAuMQ0KCUwwLjksMjMuMkwwLjksMjMuMnogTTE2LjctMC43YzAtNi43LTEuNC0xMi00LTE2LjRjLTIuOS00LjctNi45LTctMTEuNy03djAuN2gwLjFjMi41LDAsNC4zLDEuNiw1LjMsNC43YzAuNSwxLjcsMC44LDQuNCwxLjEsOC42DQoJQzcuOC0zLjgsNy44LDIuNSw3LjUsOWMtMC4yLDQuNi0wLjUsNy42LTAuOSw4LjlDNS43LDIxLDMuOSwyMi42LDEsMjIuN3YwLjdjNS4xLDAsOS4yLTIuNCwxMS44LTcuMUMxNS40LDExLjcsMTYuNyw2LjIsMTYuNy0wLjd6Ig0KCS8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNMzUuNy0xLjZjLTAuMSwwLTAuMywwLTAuNSwwaC0zLjZjLTAuNCwwLTAuNiwwLjEtMC42LDAuNXYxOS45YzAsMS44LDAuMiwyLjYsMC43LDIuNmgyLjENCgljMC40LDAsMC42LDAuMSwwLjYsMC4zYzAsMC4zLTAuMiwwLjQtMC42LDAuNEgyMC43Yy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRjMC0wLjIsMC4yLTAuMywwLjYtMC4zaDIuMmMwLjQsMCwwLjYtMC45LDAuNi0yLjZ2LTM5LjMNCgljMC0xLjgtMC4yLTIuNi0wLjYtMi42aC0yLjJjLTAuNCwwLTAuNi0wLjEtMC42LTAuM2MwLTAuMywwLjItMC40LDAuNi0wLjRoMTUuMXYwLjhjLTAuMSwwLTAuMSwwLTAuMiwwaC0zLjkNCgljLTAuNCwwLTAuNiwwLjEtMC42LDAuNXYxOS44YzAsMC4zLDAuMiwwLjQsMC42LDAuNGgzLjloMC4xTDM1LjctMS42TDM1LjctMS42eiBNNTIuMywxOC44Yy0wLjMsMC0wLjYsMC4xLTAuNiwwLjUNCgljLTAuNCwxLjUtMS4yLDIuMy0yLjMsMi4zYy0xLjEsMC0xLjctMS4yLTEuNy0zLjR2LTcuN2MwLTMuOS0xLjEtNi45LTMuMS05LjJjLTEuOC0xLjktNC0zLjEtNi45LTMuNHYtMC4yYzIuOC0wLjMsNS0xLjQsNi45LTMuNA0KCWMyLTIsMi45LTQuNCwyLjktNy4yYzAtMy44LTEuMy02LjctMy42LTguNmMtMi4xLTEuOC00LjYtMi41LTcuOC0yLjVoLTAuN3YwLjhjMy4xLDAuMiw0LjYsMy43LDQuNiwxMC40YzAsMy44LTAuNCw2LjQtMS4yLDcuOQ0KCWMtMC43LDEuNS0xLjksMi4zLTMuNiwyLjN2MC43YzMuMSwwLjMsNC41LDIuNyw0LjYsNy40YzAsMS4zLDAsMi43LDAsNC41YzAsMi4zLDAsMy44LDAsNC42YzAsMi40LDAuNyw0LjIsMi4xLDUuNw0KCWMxLjQsMS41LDMuMiwyLjMsNS41LDIuM2MyLjUsMCw0LjEtMS4yLDQuOC0zLjNDNTIuNiwxOS4xLDUyLjUsMTguOCw1Mi4zLDE4Ljh6Ii8+DQo8L3N2Zz4NCg==) center center no-repeat;
  background-size: 100%;
  margin: 0 auto 40px auto;
  font-size: 0px;
}

@media (max-width: 480px) {
  /* line 274, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .logo-elespectador a,
  .section-user .l-page .l-main .l-content form.user-register-form .logo-elespectador a {
    width: 180px;
    height: 30px;
    margin: 0 auto;
  }
}

/* line 286, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields,
.section-user .l-page .l-main .l-content form.user-register-form .fields {
  display: inline-block;
  width: 100%;
  background: none;
  margin: 0;
}

@media (max-width: 480px) {
  /* line 286, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields,
  .section-user .l-page .l-main .l-content form.user-register-form .fields {
    margin: 0;
    padding: 0;
  }
}

/* line 294, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields > div,
.section-user .l-page .l-main .l-content form.user-register-form .fields > div {
  max-width: 100%;
  margin-bottom: 0;
  width: auto;
}

@media (max-width: 480px) {
  /* line 298, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields > div label,
  .section-user .l-page .l-main .l-content form.user-register-form .fields > div label {
    display: block;
  }
}

/* line 301, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .obligatory,
.section-user .l-page .l-main .l-content form.user-register-form .fields .obligatory {
  display: none;
}

/* line 303, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column,
.section-user .l-page .l-main .l-content form.user-login .fields .second-column,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column {
  width: 50%;
  float: left;
  padding: 0px 7%;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  /* line 303, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .firts-column,
  .section-user .l-page .l-main .l-content form.user-login .fields .first-column,
  .section-user .l-page .l-main .l-content form.user-login .fields .second-column,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .first-column,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .second-column {
    width: 100%;
    float: none;
    padding: 0px 10px;
  }
}

/* line 314, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields > .sesion,
.section-user .l-page .l-main .l-content form.user-register-form .fields > .sesion {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 40px;
  float: left;
  width: 100%;
  display: block;
}

@media (max-width: 480px) {
  /* line 314, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields > .sesion,
  .section-user .l-page .l-main .l-content form.user-register-form .fields > .sesion {
    float: none;
    margin-bottom: 15px;
  }
}

/* line 324, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields > .sesion ins,
.section-user .l-page .l-main .l-content form.user-register-form .fields > .sesion ins {
  display: inline-block;
  vertical-align: middle;
}

/* line 327, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields > .sesion ins a,
.section-user .l-page .l-main .l-content form.user-register-form .fields > .sesion ins a {
  display: inline-block;
  width: auto;
  color: #1e59d4;
  margin-left: 10px;
  text-decoration: underline;
  font-weight: bold;
}

/* line 337, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget {
  font-size: 0;
}

/* line 339, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li {
  display: block;
  margin: 0;
  padding: 0;
}

@media (max-width: 480px) {
  /* line 339, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li,
  .section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
  }
  /* line 347, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li:first-child,
  .section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li:first-child,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li:first-child,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li:first-child {
    margin-right: 1%;
  }
  /* line 349, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li:last-child,
  .section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li:last-child,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li:last-child,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li:last-child {
    margin-left: 1%;
  }
}

/* line 124, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a {
  color: #fff;
  padding: 12px;
  font-size: 0.875rem;
  height: 46px;
  width: 260px;
  text-align: left;
  display: block;
  margin: 0 auto 10px auto;
  box-shadow: 0px 0px 0px 0px transparent;
}

@media (max-width: 480px) {
  /* line 124, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a,
  .section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a {
    width: 100%;
    font-size: 0.75rem;
    padding: 12px 5px;
    text-align: center;
    margin: 0;
  }
}

/* line 141, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a span,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a span,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a span,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a span {
  display: none;
}

/* line 144, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Google"],
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Facebook"],
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Google"],
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Facebook"],
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Google"],
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Facebook"],
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Google"],
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Facebook"] {
  transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 147, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Google"]:before, .section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Google"]:after,
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Facebook"]:before,
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Facebook"]:after,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Google"]:before,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Google"]:after,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Facebook"]:before,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Facebook"]:after,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Google"]:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Google"]:after,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Facebook"]:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Facebook"]:after,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Google"]:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Google"]:after,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Facebook"]:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Facebook"]:after {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 155, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Google"]:before,
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Facebook"]:before,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Google"]:before,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Facebook"]:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Google"]:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Facebook"]:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Google"]:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Facebook"]:before {
  font-family: "Econs";
  font-size: 23px;
  margin-right: 30px;
  width: 23px;
  height: 23px;
}

@media (max-width: 480px) {
  /* line 155, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Google"]:before,
  .section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Facebook"]:before,
  .section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Google"]:before,
  .section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Facebook"]:before,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Google"]:before,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Facebook"]:before,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Google"]:before,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Facebook"]:before {
    margin-right: 10px;
  }
}

/* line 164, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Google"]:after,
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Facebook"]:after,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Google"]:after,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Facebook"]:after,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Google"]:after,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Facebook"]:after,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Google"]:after,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Facebook"]:after {
  font-size: 14px;
}

/* line 168, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Facebook"],
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Facebook"],
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Facebook"],
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Facebook"] {
  background: #1e59d4;
}

/* line 171, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Facebook"]:before,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Facebook"]:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Facebook"]:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Facebook"]:before {
  content: "\e909";
}

@media (max-width: 480px) {
  /* line 174, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Facebook"]:after,
  .section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Facebook"]:after,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Facebook"]:after,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Facebook"]:after {
    content: "Con Facebook";
  }
}

/* line 177, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Facebook"]:hover,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Facebook"]:hover,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Facebook"]:hover,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Facebook"]:hover {
  background: #2633D7 !important;
}

/* line 181, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Google"],
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Google"],
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Google"],
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Google"] {
  background: #dd4b39;
}

/* line 184, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Google"]:before,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Google"]:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Google"]:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Google"]:before {
  content: "\e90a";
}

@media (max-width: 480px) {
  /* line 187, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Google"]:after,
  .section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Google"]:after,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Google"]:after,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Google"]:after {
    content: "Con Google";
  }
}

/* line 190, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column .hybridauth-widget li a[title="Google"]:hover,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column .hybridauth-widget li a[title="Google"]:hover,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column .hybridauth-widget li a[title="Google"]:hover,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column .hybridauth-widget li a[title="Google"]:hover {
  background: #f23922 !important;
}

/* line 355, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column p,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column p,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column p,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column p {
  font-size: 0.75rem;
  color: #666666;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 2;
  margin: 30px 0px;
}

/* line 363, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .firts-column p a,
.section-user .l-page .l-main .l-content form.user-login .fields .first-column p a,
.section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column p a,
.section-user .l-page .l-main .l-content form.user-register-form .fields .first-column p a {
  display: inline;
  color: #666666;
  font-weight: bold;
}

@media (max-width: 480px) {
  /* line 355, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .firts-column p,
  .section-user .l-page .l-main .l-content form.user-login .fields .first-column p,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .firts-column p,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .first-column p {
    margin: 15px 0px;
    text-align: justify;
    line-height: 1.5;
  }
}

/* line 373, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column {
  border-left: 1px solid #e4e4e4;
}

@media (max-width: 480px) {
  /* line 373, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .second-column,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .second-column {
    border-left: none;
    position: relative;
    padding-top: 50px;
  }
  /* line 379, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .second-column:after,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .second-column:after {
    content: 'ó';
    display: block;
    text-align: center;
    width: 20px;
    background: #fff;
    color: #8b8a8a;
    position: absolute;
    top: 12px;
    transform: translateX(-50%);
    left: 50%;
  }
  /* line 390, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .second-column:before,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .second-column:before {
    content: '';
    display: block;
    width: 94%;
    border-bottom: 2px solid #d1d1d1;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* line 16, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column input::-webkit-input-placeholder,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column input::-webkit-input-placeholder {
  color: #8b8a8a !important;
  font-size: 0.875rem;
}

/* line 19, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column input::-moz-placeholder,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column input::-moz-placeholder {
  color: #000;
  font-size: 14px;
  text-shadow: 0 0;
}

/* line 23, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column input[type="text"],
.section-user .l-page .l-main .l-content form.user-login .fields .second-column input[type="password"],
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column input[type="text"],
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column input[type="password"] {
  border-radius: 0;
  border: 1px solid #e4e4e4;
  background: #f3f3f3;
  padding: 12px 20px;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  color: #000;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 38, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column input[type="text"]:focus,
.section-user .l-page .l-main .l-content form.user-login .fields .second-column input[type="password"]:focus,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column input[type="text"]:focus,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column input[type="password"]:focus {
  border: 1px solid #6f6f6f;
}

/* line 40, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column input[type="text"].error,
.section-user .l-page .l-main .l-content form.user-login .fields .second-column input[type="password"].error,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column input[type="text"].error,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column input[type="password"].error {
  border: 1px solid #da0000;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODUgICBjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzICAgYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NSAgIGwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NCAgIEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6IiBmaWxsPSIjZGEwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) 98% center no-repeat;
}

/* line 44, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column input[type="text"].valid,
.section-user .l-page .l-main .l-content form.user-login .fields .second-column input[type="password"].valid,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column input[type="text"].valid,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column input[type="password"].valid {
  border: 1px solid #70a83b;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDcwIDcwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3MCA3MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNMjYuNDc0LDcwYy0yLjE3NiwwLTQuMjM0LTEuMDE4LTUuNTU3LTIuNzY0TDMuMDQ5LDQzLjYzOUMwLjcyNSw0MC41NywxLjMzLDM2LjIsNC4zOTksMzMuODc1ICAgICBjMy4wNzQtMi4zMjYsNy40NDEtMS43MTcsOS43NjYsMS4zNWwxMS43NTIsMTUuNTE4TDU1LjQ3NCwzLjI4NWMyLjAzNS0zLjI2NSw2LjMzMi00LjI2NCw5LjYwNC0yLjIzMiAgICAgYzMuMjY4LDIuMDM0LDQuMjY2LDYuMzM0LDIuMjMsOS42MDJsLTM0LjkxNiw1Ni4wNmMtMS4yMTMsMS45NDktMy4zMDcsMy4xNzUtNS42LDMuMjc5QzI2LjY4NSw2OS45OTgsMjYuNTgsNzAsMjYuNDc0LDcweiIgZmlsbD0iIzcwYTgzYiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) 98% center no-repeat;
}

/* line 48, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column input[type="text"]:-webkit-autofill,
.section-user .l-page .l-main .l-content form.user-login .fields .second-column input[type="password"]:-webkit-autofill,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column input[type="text"]:-webkit-autofill,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column input[type="password"]:-webkit-autofill {
  -webkit-box-shadow: inset 0px 0px 0px 0px #f3f3f3 !important;
}

/* line 52, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column label.error,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column label.error {
  width: 100%;
  display: block;
  background: #fac1c1;
  color: #da0000;
  text-align: center;
  font-size: 0.75rem;
  padding: 10px 20px;
  margin-bottom: 10px;
}

/* line 62, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column > span,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column > span {
  font-size: 0.75rem;
  color: #666666;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 2;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  /* line 62, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .second-column > span,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .second-column > span {
    text-align: center;
  }
}

/* line 72, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column > span a,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column > span a {
  display: inline;
  color: #666666;
  font-weight: bold;
}

/* line 76, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column > span a:nth-child(1), .section-user .l-page .l-main .l-content form.user-login .fields .second-column > span a:nth-child(2),
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column > span a:nth-child(1),
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column > span a:nth-child(2) {
  text-decoration: underline;
}

/* line 81, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column > span ins b a,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column > span ins b a {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 0.75rem;
  color: #000;
  text-decoration: underline;
}

@media (max-width: 480px) {
  /* line 81, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .second-column > span ins b a,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .second-column > span ins b a {
    font-size: 0.625rem;
  }
}

/* line 405, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column > a[href="/user/password"],
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column > a[href="/user/password"] {
  color: #1e59d4;
  font-size: 0.75rem;
  text-decoration: underline;
  margin-top: 15px;
}

/* line 411, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .description,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .description {
  font-size: 0.75rem;
  color: #666666;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 10px;
  display: none;
}

@media (max-width: 480px) {
  /* line 411, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .second-column .description,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .description {
    text-align: justify;
  }
}

/* line 423, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .password-suggestions,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .password-suggestions {
  width: 100%;
  display: block;
  background: #fac1c1;
  color: #da0000;
  text-align: center;
  font-size: 0.75rem;
  padding: 10px 20px;
  margin-bottom: 10px;
  border: none;
}

/* line 434, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .terms,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .terms {
  padding: 0;
}

/* line 437, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .terms:after, .section-user .l-page .l-main .l-content form.user-login .fields .second-column .terms:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .terms:after,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .terms:before {
  display: none;
}

/* line 442, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-persistent-login,
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .field-type-list-boolean,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-persistent-login,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .field-type-list-boolean {
  width: 100%;
  display: block;
}

/* line 446, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-persistent-login label,
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .field-type-list-boolean label,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-persistent-login label,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .field-type-list-boolean label {
  text-align: left;
  width: 100%;
  margin: 8px 0;
  color: #666666;
  font-weight: 400;
}

@media (max-width: 480px) {
  /* line 446, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-persistent-login label,
  .section-user .l-page .l-main .l-content form.user-login .fields .second-column .field-type-list-boolean label,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-persistent-login label,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .field-type-list-boolean label {
    margin-left: 20%;
  }
}

/* line 455, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-persistent-login label span,
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .field-type-list-boolean label span,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-persistent-login label span,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .field-type-list-boolean label span {
  display: inline-block;
  width: auto;
}

/* line 459, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-persistent-login label a,
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .field-type-list-boolean label a,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-persistent-login label a,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .field-type-list-boolean label a {
  color: #666666;
}

/* line 462, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-persistent-login label:hover,
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .field-type-list-boolean label:hover,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-persistent-login label:hover,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .field-type-list-boolean label:hover {
  text-decoration: underline;
  color: #000;
  font-weight: 700;
}

/* line 466, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-persistent-login label:hover a,
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .field-type-list-boolean label:hover a,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-persistent-login label:hover a,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .field-type-list-boolean label:hover a {
  color: #000;
}

/* line 471, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-persistent-login input[type="checkbox"] + label:before,
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .field-type-list-boolean input[type="checkbox"] + label:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-persistent-login input[type="checkbox"] + label:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .field-type-list-boolean input[type="checkbox"] + label:before {
  background: none;
  border-radius: 0px;
  border: 1px solid #e4e4e4;
  color: #fff;
  content: '';
  display: inline-block;
  font-size: 12px;
  height: 21px;
  width: 21px;
  line-height: 21px;
  margin-right: 10px;
  vertical-align: middle;
  transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 488, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-persistent-login input[type="checkbox"]:checked + label:before,
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .field-type-list-boolean input[type="checkbox"]:checked + label:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-persistent-login input[type="checkbox"]:checked + label:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .field-type-list-boolean input[type="checkbox"]:checked + label:before {
  background: #1e59d4 url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDcwIDcwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3MCA3MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNMjYuNDc0LDcwYy0yLjE3NiwwLTQuMjM0LTEuMDE4LTUuNTU3LTIuNzY0TDMuMDQ5LDQzLjYzOUMwLjcyNSw0MC41NywxLjMzLDM2LjIsNC4zOTksMzMuODc1ICAgICBjMy4wNzQtMi4zMjYsNy40NDEtMS43MTcsOS43NjYsMS4zNWwxMS43NTIsMTUuNTE4TDU1LjQ3NCwzLjI4NWMyLjAzNS0zLjI2NSw2LjMzMi00LjI2NCw5LjYwNC0yLjIzMiAgICAgYzMuMjY4LDIuMDM0LDQuMjY2LDYuMzM0LDIuMjMsOS42MDJsLTM0LjkxNiw1Ni4wNmMtMS4yMTMsMS45NDktMy4zMDcsMy4xNzUtNS42LDMuMjc5QzI2LjY4NSw2OS45OTgsMjYuNTgsNzAsMjYuNDc0LDcweiIgZmlsbD0iI0ZGRkZGRiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) center center no-repeat;
  background-size: 50%;
  border: 1px solid #1e59d4;
}

/* line 494, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-pass-pass1,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-pass-pass1 {
  position: relative;
}

/* line 497, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-pass-pass1 .tooltip,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-pass-pass1 .tooltip {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
}

/* line 504, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-pass-pass1 .tooltip i.info,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-pass-pass1 .tooltip i.info {
  width: 20px;
  height: 20px;
  background: #666;
  border-radius: 50%;
  display: block;
  font-family: sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding: 3px;
  cursor: pointer;
}

/* line 516, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-pass-pass1 .tooltip i.info:hover + .infoText,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-pass-pass1 .tooltip i.info:hover + .infoText {
  visibility: visible;
  opacity: 1;
}

/* line 520, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-pass-pass1 .tooltip .infoText,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-pass-pass1 .tooltip .infoText {
  font-size: 12px;
  width: 104px;
  background: white;
  padding: 6px;
  position: absolute;
  bottom: 95%;
  right: 50%;
  transform: translateX(50%);
  font-family: sans-serif;
  border: 1px solid #dcdcdc;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: all 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

@media (max-width: 480px) {
  /* line 520, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-pass-pass1 .tooltip .infoText,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-pass-pass1 .tooltip .infoText {
    right: 0px;
    transform: translateX(0%);
    width: 94vw;
    font-size: 11px;
    padding: 15px;
  }
}

/* line 542, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-pass-pass1 .tooltip .infoText:after, .section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-pass-pass1 .tooltip .infoText:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-pass-pass1 .tooltip .infoText:after,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-pass-pass1 .tooltip .infoText:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

@media (max-width: 480px) {
  /* line 542, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-pass-pass1 .tooltip .infoText:after, .section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-pass-pass1 .tooltip .infoText:before,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-pass-pass1 .tooltip .infoText:after,
  .section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-pass-pass1 .tooltip .infoText:before {
    left: 93%;
  }
}

/* line 555, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-pass-pass1 .tooltip .infoText:after,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-pass-pass1 .tooltip .infoText:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}

/* line 561, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-pass-pass1 .tooltip .infoText:before,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-pass-pass1 .tooltip .infoText:before {
  border-color: rgba(220, 220, 220, 0);
  border-top-color: #dcdcdc;
  border-width: 9px;
  margin-left: -9px;
}

/* line 567, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-pass-pass1 input.error + .tooltip,
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-item-pass-pass1 input.valid + .tooltip,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-pass-pass1 input.error + .tooltip,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-item-pass-pass1 input.valid + .tooltip {
  display: none;
}

/* line 572, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-actions input,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-actions input {
  width: 100%;
  background: #da0000;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
  padding: 17px 0;
  border-radius: 0;
  margin: 0;
  transition: all 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 116, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column .form-actions input:hover,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column .form-actions input:hover {
  background: #ff0e0e;
}

/* line 576, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .fields .second-column div[class*="link-contrase"] a,
.section-user .l-page .l-main .l-content form.user-register-form .fields .second-column div[class*="link-contrase"] a {
  color: #1e59d4;
  font-size: 0.75rem;
  margin: 10px;
}

/* line 582, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .sesion,
.section-user .l-page .l-main .l-content form.user-register-form .sesion {
  text-align: center;
  font-size: 1rem;
}

/* line 585, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .sesion ins,
.section-user .l-page .l-main .l-content form.user-register-form .sesion ins {
  display: inline-block;
  vertical-align: middle;
}

/* line 588, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page .l-main .l-content form.user-login .sesion ins a,
.section-user .l-page .l-main .l-content form.user-register-form .sesion ins a {
  display: inline-block;
  width: auto;
  color: #1e59d4;
  margin-left: 10px;
  text-decoration: underline;
  font-weight: bold;
}

/* line 597, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user .l-page header,
.section-user .l-page footer {
  display: none;
}

/* line 602, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password,
.section-user.page-user-reset {
  background: #fff;
}

/* line 606, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main,
.section-user.page-user-reset .l-page .l-main {
  padding: 0;
  background: transparent;
  max-width: 100%;
}

@media (max-width: 480px) {
  /* line 606, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user.page-user-password .l-page .l-main,
  .section-user.page-user-reset .l-page .l-main {
    margin-top: 0 !important;
  }
}

/* line 612, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content,
.section-user.page-user-reset .l-page .l-main .l-content {
  display: block;
  vertical-align: middle;
  height: 100vh;
}

/* line 617, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form {
  background: #fff;
}

/* line 620, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .logo-elespectador,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .logo-elespectador,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .logo-elespectador,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .logo-elespectador {
  background-color: #ededed;
  padding: 40px 0;
}

@media (max-width: 480px) {
  /* line 620, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user.page-user-password .l-page .l-main .l-content form.user-pass .logo-elespectador,
  .section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .logo-elespectador,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-pass .logo-elespectador,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .logo-elespectador {
    padding: 20px 0;
  }
}

/* line 625, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .logo-elespectador a,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .logo-elespectador a,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .logo-elespectador a,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .logo-elespectador a {
  width: 360px;
  height: 60px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iLTM0NC45IC0zNi41IDQwMCA2MS4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC0zNDQuOSAtMzYuNSA0MDAgNjEuMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTI4NC44LDIyYzAsMC4zLTAuMSwwLjUtMC41LDAuNWgtMjUuNmMtMC40LDAtMC42LTAuMS0wLjYtMC40YzAtMC4yLDAuMi0wLjMsMC42LTAuM2gyLjINCgljMC41LDAsMC43LTAuOSwwLjctMi42di0zOS4zYzAtMS44LTAuMi0yLjYtMC43LTIuNmgtMi4yYy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRzMC4yLTAuNCwwLjYtMC40aDE0LjJjMC40LDAsMC42LDAuMSwwLjYsMC40DQoJYzAsMC4yLTAuMiwwLjQtMC42LDAuNGgtMy4xYy0wLjQsMC0wLjYsMC45LTAuNiwyLjZ2NDEuM2MwLDAuMywwLjEsMC40LDAuNSwwLjRoMy4zYzMuOSwwLDYuOS0xLjksOC45LTUuNWMxLjUtMi43LDIuMy01LjgsMi4zLTkuMg0KCVY1LjZjMC0wLjQsMC4xLTAuNiwwLjQtMC42czAuNSwwLjIsMC41LDAuNkwtMjg0LjgsMjJMLTI4NC44LDIyeiBNLTMxNS4yLDIyYzAsMC4zLTAuMiwwLjUtMC41LDAuNWgtMjUuNmMtMC40LDAtMC42LTAuMS0wLjYtMC40DQoJYzAtMC4yLDAuMi0wLjMsMC42LTAuM2gyLjJjMC40LDAsMC42LTAuOSwwLjYtMi42di0zOS4zYzAtMS44LTAuMi0yLjYtMC43LTIuNmgtMi4xYy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRzMC4yLTAuNCwwLjYtMC40aDIzLjcNCgljMC40LDAsMC42LDAuMSwwLjYsMC41djE0LjRjMCwwLjQtMC4yLDAuNi0wLjUsMC42Yy0wLjIsMC0wLjQtMC4yLTAuNC0wLjZ2LTAuOWMwLTMuNS0wLjgtNi42LTIuMy05LjFjLTEuNy0yLjgtMy45LTQuMi02LjctNC4yDQoJaC0zLjZjLTAuNCwwLTAuNiwwLjEtMC42LDAuNHYxOS45YzAsMC4yLDAuMSwwLjMsMC41LDAuM2gxLjljMS41LDAsMi43LTAuNywzLjgtMi4yYzEuMS0xLjUsMS42LTMuMSwxLjYtNC44di0wLjcNCgljMC0wLjQsMC4yLTAuNiwwLjUtMC42YzAuMiwwLDAuNCwwLjIsMC40LDAuNlY2LjNjMCwwLjQtMC4xLDAuNi0wLjQsMC42Yy0wLjMsMC0wLjUtMC4yLTAuNS0wLjZWNS44YzAtMS45LTAuNS0zLjYtMS42LTUNCgljLTEuMS0xLjUtMi4zLTIuMy0zLjgtMi4zaC0xLjhjLTAuNCwwLTAuNiwwLjEtMC42LDAuNHYyMi4yYzAsMC4zLDAuMSwwLjQsMC41LDAuNGgzLjRjMy45LDAsNi45LTEuOSw4LjktNS42DQoJYzEuNS0yLjYsMi4yLTUuNCwyLjItOC4zVjYuOGMwLTAuNCwwLjEtMC41LDAuNC0wLjVzMC41LDAuMSwwLjUsMC41TC0zMTUuMiwyMkwtMzE1LjIsMjJ6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTIzNi40LDIyYzAsMC4zLTAuMSwwLjUtMC41LDAuNWgtMjUuNmMtMC40LDAtMC42LTAuMS0wLjYtMC40YzAtMC4yLDAuMi0wLjMsMC42LTAuM2gyLjINCgljMC41LDAsMC43LTAuOSwwLjctMi42di0zOS4zYzAtMS44LTAuMi0yLjYtMC43LTIuNmgtMi4yYy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRzMC4yLTAuNCwwLjYtMC40aDIzLjZjMC40LDAsMC42LDAuMSwwLjYsMC41djE0LjQNCgljMCwwLjQtMC4xLDAuNi0wLjUsMC42Yy0wLjMsMC0wLjQtMC4yLTAuNC0wLjZ2LTAuOWMwLTMuNS0wLjctNi42LTIuMy05LjFjLTEuNi0yLjktMy44LTQuMy02LjYtNC4zaC0zLjZjLTAuNCwwLTAuNiwwLjEtMC42LDAuNA0KCXYxOS45YzAsMC4yLDAuMiwwLjMsMC41LDAuM2gxLjljMS41LDAsMi43LTAuNywzLjgtMi4yczEuNi0zLjEsMS42LTQuOHYtMC43YzAtMC40LDAuMS0wLjYsMC41LTAuNmMwLjMsMCwwLjQsMC4yLDAuNCwwLjZWNi4yDQoJYzAsMC40LTAuMSwwLjYtMC40LDAuNmMtMC4zLDAtMC41LTAuMi0wLjUtMC42VjUuN2MwLTEuOS0wLjYtMy42LTEuNi01Yy0xLjEtMS41LTIuMy0yLjMtMy44LTIuM2gtMS44Yy0wLjQsMC0wLjYsMC4xLTAuNiwwLjR2MjINCgljMCwwLjMsMC4yLDAuNCwwLjUsMC40aDMuM2MzLjksMCw2LjktMS45LDguOS01LjZjMS41LTIuNiwyLjItNS40LDIuMi04LjNWNi41YzAtMC40LDAuMS0wLjUsMC40LTAuNWMwLjMsMCwwLjUsMC4xLDAuNSwwLjUNCglMLTIzNi40LDIyTC0yMzYuNCwyMnoiLz4NCjxwYXRoIGZpbGw9IiMxRjFFMjEiIGQ9Ik0tMjA4LjEsMTAuMWMwLDMuNy0xLjIsNi44LTMuNSw5LjNjLTIuNCwyLjYtNS41LDMuOS05LjMsMy45Yy0yLjQsMC00LjktMC42LTcuNi0xLjkNCgljLTAuOC0wLjQtMS41LTAuNy0xLjktMC43Yy0wLjUsMC0wLjcsMC4zLTAuNywwLjd2MC40YzAsMC41LTAuMSwwLjctMC40LDAuN2MtMC4yLDAtMC4zLTAuMi0wLjMtMC43VjUuM2MwLTAuNCwwLjEtMC42LDAuMy0wLjYNCgljMC4zLDAsMC40LDAuMiwwLjQsMC42djAuNmMwLDQsMC44LDcuNiwyLjMsMTAuN2MxLjksMy45LDQuNSw1LjksOCw1LjljMi4zLDAsMy45LTAuNiw1LjItMS45YzEuMy0xLjMsMi0zLDItNQ0KCWMwLTMuMy0xLjYtNi4zLTQuNy05LjJjLTIuOS0yLjQtNS44LTQuOC04LjctNy4xYy0zLjEtMy4xLTQuNy02LjctNC43LTEwLjZjMC0zLjMsMC45LTYuMiwyLjYtOC42YzIuMS0yLjksNC44LTQuMyw4LjItNC4zDQoJYzEuOSwwLDQsMC42LDYuMiwxLjljMC45LDAuNCwxLjQsMC42LDEuOCwwLjZzMC42LTAuMiwwLjYtMC42di0wLjVjMC0wLjQsMC4xLTAuNywwLjUtMC43YzAuMywwLDAuNCwwLjIsMC40LDAuN3YxNC41DQoJYzAsMC40LTAuMSwwLjYtMC40LDAuNnMtMC41LTAuMi0wLjUtMC42di0wLjZjMC0zLjgtMC44LTcuMS0yLjMtOS45Yy0xLjgtMy0zLjktNC41LTYuNi00LjVjLTEuOCwwLTMuMSwwLjYtNCwxLjcNCgljLTEsMS4yLTEuNSwyLjYtMS41LDQuNmMwLDMuMywxLjcsNi40LDQuOCw5LjNjMywyLjQsNiw0LjgsOSw3LjFDLTIwOS44LDIuNC0yMDguMSw2LTIwOC4xLDEwLjF6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTE4OS40LDIuNGgtNC4xYy0wLjQsMC0wLjYsMC4xLTAuNiwwLjV2MTYuM2MwLDEuOCwwLjIsMi42LDAuNywyLjZoMy4zYzAuNCwwLDAuNiwwLjEsMC42LDAuMw0KCWMwLDAuMy0wLjIsMC40LTAuNiwwLjRoLTE0LjNjLTAuNCwwLTAuNi0wLjEtMC42LTAuNGMwLTAuMiwwLjItMC4zLDAuNi0wLjNoMi4yYzAuNSwwLDAuNi0wLjksMC42LTIuNnYtMzkuMmMwLTEuOC0wLjItMi42LTAuNi0yLjYNCgloLTIuMmMtMC40LDAtMC42LTAuMS0wLjYtMC40czAuMi0wLjQsMC42LTAuNGgxNS4xdjAuN2MtMC4yLDAtMC40LDAtMC42LDBoLTMuNmMtMC40LDAtMC42LDAuMS0wLjYsMC40VjEuMmMwLDAuMywwLjIsMC40LDAuNiwwLjQNCgloMy42YzAuMiwwLDAuNCwwLDAuNiwwVjIuNEwtMTg5LjQsMi40eiBNLTE3Ni41LTEwLjRjMC00LjQtMS4zLTcuOC0zLjktMTBjLTIuMi0yLTQuOS0yLjktOC4zLTIuOWgtMC43djAuOA0KCWMxLjYsMC4xLDIuNywxLjEsMy40LDIuN2MwLjgsMS45LDEuMyw1LDEuMyw5LjRjMCw0LjUtMC40LDcuNi0xLjIsOS41Yy0wLjcsMS42LTEuOSwyLjQtMy41LDIuNnYwLjhoMS4yYzMuMywwLDYuMS0xLjEsOC4yLTMuMQ0KCUMtMTc3LjctMy4xLTE3Ni41LTYuMi0xNzYuNS0xMC40eiIvPg0KPHBhdGggZmlsbD0iIzFGMUUyMSIgZD0iTS0xNDYuNywyMmMwLDAuMy0wLjEsMC41LTAuNSwwLjVoLTI1LjdjLTAuNCwwLTAuNi0wLjEtMC42LTAuNGMwLTAuMiwwLjItMC4zLDAuNi0wLjNoMi4yDQoJYzAuNSwwLDAuNy0wLjksMC43LTIuNnYtMzkuM2MwLTEuOC0wLjItMi42LTAuNy0yLjZoLTIuMmMtMC40LDAtMC42LTAuMS0wLjYtMC40czAuMi0wLjQsMC42LTAuNGgyMy44YzAuMywwLDAuNSwwLjEsMC41LDAuNXYxNC40DQoJYzAsMC40LTAuMSwwLjYtMC41LDAuNmMtMC4zLDAtMC40LTAuMi0wLjQtMC42di0wLjljMC0zLjUtMC43LTYuNi0yLjMtOS4xYy0xLjctMi44LTMuOS00LjItNi43LTQuMmgtMy42Yy0wLjMsMC0wLjUsMC4xLTAuNSwwLjQNCgl2MTkuOWMwLDAuMiwwLjEsMC4zLDAuNSwwLjNoMS45YzEuNSwwLDIuNy0wLjcsMy44LTIuMnMxLjYtMy4xLDEuNi00Ljh2LTAuN2MwLTAuNCwwLjEtMC42LDAuNS0wLjZjMC4zLDAsMC40LDAuMiwwLjQsMC42VjYuMw0KCWMwLDAuNC0wLjEsMC42LTAuNCwwLjZzLTAuNS0wLjItMC41LTAuNlY1LjhjMC0xLjktMC42LTMuNi0xLjYtNWMtMS4xLTEuNS0yLjMtMi4zLTMuOC0yLjNoLTEuOWMtMC4zLDAtMC41LDAuMS0wLjUsMC40djIyLjINCgljMCwwLjMsMC4xLDAuNCwwLjUsMC40aDMuM2MzLjksMCw2LjktMS45LDktNS42YzEuNS0yLjYsMi4yLTUuNCwyLjItOC4zVjYuOGMwLTAuNCwwLjEtMC41LDAuNC0wLjVzMC41LDAuMSwwLjUsMC41TC0xNDYuNywyMg0KCUwtMTQ2LjcsMjJ6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTExNS4yLDIxLjljMCwwLjQtMC4yLDAuNi0wLjUsMC42Yy0wLjIsMC0wLjQtMC4yLTAuNC0wLjZ2LTAuNWMwLTAuNC0wLjItMC42LTAuNi0wLjYNCgljLTAuMywwLTAuOSwwLjItMS45LDAuNWMtMywxLjMtNS43LDEuOS04LjMsMS45Yy01LjIsMC05LjMtMi42LTEyLTcuOGMtMi41LTQuMy0zLjctOS42LTMuNy0xNS41YzAtNywxLjMtMTIuNywzLjktMTcuMQ0KCWMyLjgtNC42LDYuNy02LjksMTEuNy02LjljMi4zLDAsNC40LDAuNiw2LjksMS43YzAuOSwwLjUsMS41LDAuNywxLjgsMC43czAuNS0wLjIsMC41LTAuN3YtMC41YzAtMC40LDAuMS0wLjYsMC40LTAuNg0KCXMwLjUsMC4yLDAuNSwwLjZ2MTUuNWMwLDAuNC0wLjEsMC42LTAuNCwwLjZzLTAuNS0wLjItMC41LTAuNnYtMC43YzAtNC41LTEtOC4yLTIuOC0xMS4yYy0xLjktMi44LTMuOS00LjEtNi4zLTQuMQ0KCWMtMi43LDAtNC41LDEuNi01LjQsNC42Yy0wLjUsMS41LTAuOCw0LjQtMSw5LjFjLTAuMyw2LjUtMC4zLDEyLjcsMCwxOWMwLjIsNC43LDAuNyw3LjksMS40LDkuN2MxLDIuNSwyLjksMy44LDUuNiwzLjgNCgljMy4xLDAsNS41LTEuNiw3LjMtNC42YzItMy4xLDIuOS02LjksMi45LTExLjZWNS4zYzAtMC40LDAuMS0wLjcsMC40LTAuN3MwLjUsMC4yLDAuNSwwLjdMLTExNS4yLDIxLjlMLTExNS4yLDIxLjl6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTgxLjItNy40YzAsMC4zLTAuMSwwLjUtMC40LDAuNXMtMC41LTAuMi0wLjUtMC41di0xLjNjMC0zLjgtMC43LTYuOS0yLjItOS41Yy0xLjctMi45LTMuOC00LjMtNi40LTQuM2gtMg0KCWMtMC40LDAtMC42LDAuMS0wLjYsMC40djQxLjNjMCwxLjgsMC4yLDIuNiwwLjcsMi42aDIuM2MwLjQsMCwwLjYsMC4xLDAuNiwwLjNjMCwwLjMtMC4yLDAuNC0wLjYsMC40aC0xMy4zYy0wLjQsMC0wLjUtMC4xLTAuNS0wLjQNCgljMC0wLjIsMC4xLTAuMywwLjUtMC4zaDIuM2MwLjUsMCwwLjctMC45LDAuNy0yLjZ2LTQxLjRjMC0wLjMtMC4yLTAuNC0wLjYtMC40aC0yYy0yLjcsMC00LjgsMS41LTYuNSw0LjNjLTEuNSwyLjYtMi4yLDUuNy0yLjIsOS41DQoJdjEuNGMwLDAuMy0wLjEsMC41LTAuNCwwLjVzLTAuNS0wLjItMC41LTAuNXYtMTUuNGMwLTAuMywwLjItMC41LDAuNS0wLjVoMzAuNWMwLjQsMCwwLjYsMC4xLDAuNiwwLjVWLTcuNEwtODEuMi03LjR6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTcxLjMsNS40aC00LjVjLTAuMywwLTAuNSwwLjEtMC41LDAuNGwtMC45LDQuMmMtMC42LDIuNy0wLjksNC45LTAuOSw2LjhjMCwzLjUsMS4xLDUuMSwzLjIsNS4xaDEuMQ0KCWMwLjMsMCwwLjUsMC4xLDAuNSwwLjNjMCwwLjMtMC4yLDAuNC0wLjUsMC40SC04NGMtMC40LDAtMC42LTAuMS0wLjYtMC40YzAtMC4yLDAuMi0wLjMsMC42LTAuM2gwLjJjMSwwLDEuOC0wLjcsMi41LTIuMQ0KCWMxLTEuOSwyLTUuMywzLjEtMTAuM2w2LjktMjkuOHY0LjlsLTAuMS0wLjZoLTAuMUwtNzYsNC4zYzAsMC4zLDAuMiwwLjQsMC41LDAuNGg0LjJMLTcxLjMsNS40TC03MS4zLDUuNHogTS01MS43LDIyLjINCgljMC0wLjItMC4yLTAuMy0wLjYtMC4zaC0wLjljLTAuNywwLTEuMy0xLTEuOC0yLjlsLTEwLjktNDIuMmMtMC4xLTAuMi0wLjMtMC40LTAuNi0wLjRoLTMuOWMtMC40LDAtMC42LDAuMS0wLjYsMC40bC0wLjYsMi44djQuOQ0KCWw0LjYsMTkuNGMwLjEsMC40LDAsMC42LTAuNSwwLjZoLTQuMnYwLjhoNC42YzAuMywwLDAuNCwwLjEsMC41LDAuNGwzLjIsMTMuMmMwLjIsMSwwLjMsMS43LDAuMywyLjFjMCwwLjYtMC4zLDAuOS0wLjksMC45aC0xLjUNCgljLTAuNCwwLTAuNiwwLjEtMC42LDAuM2MwLDAuMywwLjIsMC40LDAuNiwwLjRoMTMuMUMtNTEuOSwyMi43LTUxLjcsMjIuNS01MS43LDIyLjJ6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTMzLjEsMjIuNWMtMC4zLDAtMC42LDAtMC45LDBoLTE1LjVjLTAuNCwwLTAuNi0wLjEtMC42LTAuNGMwLTAuMiwwLjItMC4zLDAuNi0wLjNoMi4yDQoJYzAuNSwwLDAuNy0wLjksMC43LTIuNnYtMzkuM2MwLTEuOC0wLjItMi42LTAuNy0yLjZoLTIuMmMtMC40LDAtMC42LTAuMS0wLjYtMC40czAuMi0wLjQsMC42LTAuNGgxNS40YzAuMywwLDAuNiwwLDAuOSwwdjAuOQ0KCWMtMC4zLDAtMC43LTAuMS0xLjEtMC4xaC00LjNjLTAuNCwwLTAuNiwwLjEtMC42LDAuNHY0My41YzAsMC4zLDAuMiwwLjQsMC41LDAuNGg0LjVjMC4zLDAsMC43LDAsMC45LTAuMUwtMzMuMSwyMi41TC0zMy4xLDIyLjV6DQoJIE0tMTguMy0wLjhjMC02LjQtMS40LTExLjYtNC0xNS45Yy0yLjctNC4yLTYuNC02LjQtMTAuOS02Ljd2MC45YzIsMC4zLDMuNSwxLjcsNC4zLDMuOWMwLjYsMS45LDEuMSw0LjcsMS4zLDguNw0KCWMwLjQsNi4yLDAuNCwxMi4yLDAsMTguNWMtMC4yLDQuMy0wLjYsNy4zLTEuMiw4LjljLTAuOSwyLjUtMi40LDMuOS00LjUsNC4xdjAuOWM0LjctMC4zLDguNC0yLjUsMTEuMS02LjgNCglDLTE5LjUsMTEuNi0xOC4zLDYuMS0xOC4zLTAuOHoiLz4NCjxyZWN0IHg9Ii0zNDIuNCIgeT0iLTM2LjEiIGZpbGw9IiNFQTBBMEEiIHdpZHRoPSIzOTUiIGhlaWdodD0iNy42Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNMC45LDIzLjJjLTQuOSwwLTguOS0yLjQtMTEuNy03Yy0yLjctNC4zLTQtOS45LTQtMTYuNGMwLTYuOSwxLjMtMTIuMywzLjktMTYuN0MtOC4yLTIxLjYtNC4yLTI0LDAuOC0yNA0KCXYwLjdjLTIuOCwwLTQuNywxLjctNS42LDQuOGMtMC40LDEuMy0wLjYsNC4yLTAuOSw4LjljLTAuMyw2LjQtMC4zLDEyLjYsMCwxOWMwLjIsNCwwLjYsNi45LDEuMSw4LjZjMSwzLjIsMi43LDQuOCw1LjMsNC44aDAuMQ0KCUwwLjksMjMuMkwwLjksMjMuMnogTTE2LjctMC43YzAtNi43LTEuNC0xMi00LTE2LjRjLTIuOS00LjctNi45LTctMTEuNy03djAuN2gwLjFjMi41LDAsNC4zLDEuNiw1LjMsNC43YzAuNSwxLjcsMC44LDQuNCwxLjEsOC42DQoJQzcuOC0zLjgsNy44LDIuNSw3LjUsOWMtMC4yLDQuNi0wLjUsNy42LTAuOSw4LjlDNS43LDIxLDMuOSwyMi42LDEsMjIuN3YwLjdjNS4xLDAsOS4yLTIuNCwxMS44LTcuMUMxNS40LDExLjcsMTYuNyw2LjIsMTYuNy0wLjd6Ig0KCS8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNMzUuNy0xLjZjLTAuMSwwLTAuMywwLTAuNSwwaC0zLjZjLTAuNCwwLTAuNiwwLjEtMC42LDAuNXYxOS45YzAsMS44LDAuMiwyLjYsMC43LDIuNmgyLjENCgljMC40LDAsMC42LDAuMSwwLjYsMC4zYzAsMC4zLTAuMiwwLjQtMC42LDAuNEgyMC43Yy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRjMC0wLjIsMC4yLTAuMywwLjYtMC4zaDIuMmMwLjQsMCwwLjYtMC45LDAuNi0yLjZ2LTM5LjMNCgljMC0xLjgtMC4yLTIuNi0wLjYtMi42aC0yLjJjLTAuNCwwLTAuNi0wLjEtMC42LTAuM2MwLTAuMywwLjItMC40LDAuNi0wLjRoMTUuMXYwLjhjLTAuMSwwLTAuMSwwLTAuMiwwaC0zLjkNCgljLTAuNCwwLTAuNiwwLjEtMC42LDAuNXYxOS44YzAsMC4zLDAuMiwwLjQsMC42LDAuNGgzLjloMC4xTDM1LjctMS42TDM1LjctMS42eiBNNTIuMywxOC44Yy0wLjMsMC0wLjYsMC4xLTAuNiwwLjUNCgljLTAuNCwxLjUtMS4yLDIuMy0yLjMsMi4zYy0xLjEsMC0xLjctMS4yLTEuNy0zLjR2LTcuN2MwLTMuOS0xLjEtNi45LTMuMS05LjJjLTEuOC0xLjktNC0zLjEtNi45LTMuNHYtMC4yYzIuOC0wLjMsNS0xLjQsNi45LTMuNA0KCWMyLTIsMi45LTQuNCwyLjktNy4yYzAtMy44LTEuMy02LjctMy42LTguNmMtMi4xLTEuOC00LjYtMi41LTcuOC0yLjVoLTAuN3YwLjhjMy4xLDAuMiw0LjYsMy43LDQuNiwxMC40YzAsMy44LTAuNCw2LjQtMS4yLDcuOQ0KCWMtMC43LDEuNS0xLjksMi4zLTMuNiwyLjN2MC43YzMuMSwwLjMsNC41LDIuNyw0LjYsNy40YzAsMS4zLDAsMi43LDAsNC41YzAsMi4zLDAsMy44LDAsNC42YzAsMi40LDAuNyw0LjIsMi4xLDUuNw0KCWMxLjQsMS41LDMuMiwyLjMsNS41LDIuM2MyLjUsMCw0LjEtMS4yLDQuOC0zLjNDNTIuNiwxOS4xLDUyLjUsMTguOCw1Mi4zLDE4Ljh6Ii8+DQo8L3N2Zz4NCg==) center center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  font-size: 0px;
}

@media (max-width: 480px) {
  /* line 625, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user.page-user-password .l-page .l-main .l-content form.user-pass .logo-elespectador a,
  .section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .logo-elespectador a,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-pass .logo-elespectador a,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .logo-elespectador a {
    width: 180px;
    height: 30px;
    margin: 0 auto;
  }
}

/* line 637, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body {
  max-width: 750px;
  width: 100%;
  position: relative;
  top: 0%;
  left: 0%;
  transform: none;
  padding: 10px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  /* line 637, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body,
  .section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body {
    transform: none;
  }
}

/* line 649, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .pass-form-header h1,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .pass-form-header h1,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .pass-form-header h1,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .pass-form-header h1 {
  font-size: 1.75rem;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  border-bottom: none;
  color: #000;
}

@media (max-width: 480px) {
  /* line 649, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .pass-form-header h1,
  .section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .pass-form-header h1,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .pass-form-header h1,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .pass-form-header h1 {
    font-size: 1.25rem;
  }
}

/* line 660, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields {
  background: transparent;
  margin: 0;
  padding: 0;
}

/* line 664, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .obligatory,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .obligatory,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .obligatory,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .obligatory {
  display: none;
}

/* line 666, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields > span,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields > span,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields > span,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields > span {
  font-size: 18px;
  line-height: 30px;
}

/* line 670, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-type-textfield,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-type-textfield,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-type-textfield,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-type-textfield {
  width: 100%;
  max-width: 100%;
}

/* line 673, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-type-textfield input,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-type-textfield input,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-type-textfield input,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-type-textfield input {
  border-radius: 0;
  border: 1px solid #e4e4e4;
  background: #f3f3f3;
  padding: 12px 20px;
  height: auto;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
  color: #000;
  transition: all 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 685, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-type-textfield input:focus,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-type-textfield input:focus,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-type-textfield input:focus,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-type-textfield input:focus {
  border: 1px solid #6f6f6f;
}

/* line 687, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-type-textfield input.error,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-type-textfield input.error,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-type-textfield input.error,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-type-textfield input.error {
  border: 1px solid #da0000;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODUgICBjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzICAgYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NSAgIGwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NCAgIEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6IiBmaWxsPSIjZGEwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) 98% center no-repeat;
}

/* line 691, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-type-textfield input.valid,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-type-textfield input.valid,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-type-textfield input.valid,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-type-textfield input.valid {
  border: 1px solid #70a83b;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDcwIDcwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3MCA3MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNMjYuNDc0LDcwYy0yLjE3NiwwLTQuMjM0LTEuMDE4LTUuNTU3LTIuNzY0TDMuMDQ5LDQzLjYzOUMwLjcyNSw0MC41NywxLjMzLDM2LjIsNC4zOTksMzMuODc1ICAgICBjMy4wNzQtMi4zMjYsNy40NDEtMS43MTcsOS43NjYsMS4zNWwxMS43NTIsMTUuNTE4TDU1LjQ3NCwzLjI4NWMyLjAzNS0zLjI2NSw2LjMzMi00LjI2NCw5LjYwNC0yLjIzMiAgICAgYzMuMjY4LDIuMDM0LDQuMjY2LDYuMzM0LDIuMjMsOS42MDJsLTM0LjkxNiw1Ni4wNmMtMS4yMTMsMS45NDktMy4zMDcsMy4xNzUtNS42LDMuMjc5QzI2LjY4NSw2OS45OTgsMjYuNTgsNzAsMjYuNDc0LDcweiIgZmlsbD0iIzcwYTgzYiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) 98% center no-repeat;
}

/* line 695, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-type-textfield input:-webkit-autofill,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-type-textfield input:-webkit-autofill,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-type-textfield input:-webkit-autofill,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-type-textfield input:-webkit-autofill {
  -webkit-box-shadow: inset 0px 0px 0px 0px #f3f3f3 !important;
}

/* line 697, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-type-textfield label.error,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-type-textfield label.error,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-type-textfield label.error,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-type-textfield label.error {
  width: 100%;
  max-width: 100%;
  display: block;
  background: #fac1c1;
  color: #da0000;
  text-align: center;
  font-size: 0.75rem;
  padding: 10px 20px;
  margin-bottom: 10px;
}

/* line 707, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-actions,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-actions,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-actions,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-actions {
  display: block;
  margin-top: 0;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

/* line 713, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-actions input,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-actions input,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-actions input,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-actions input {
  width: 260px;
  background: #da0000;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
  padding: 17px 0;
  border-radius: 0;
  margin: 0 auto;
  transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 725, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-actions input:hover,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-actions input:hover,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .user-pass-container .fields .form-actions input:hover,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .user-pass-container .fields .form-actions input:hover {
  background: #ff0e0e;
}

/* line 729, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .sesion,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .sesion,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .sesion,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .sesion {
  font-size: 1rem;
  text-align: left;
  font-family: sans-serif;
  color: #666666;
  font-weight: 100;
  margin-top: 70px;
}

@media (max-width: 480px) {
  /* line 729, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .sesion,
  .section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .sesion,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .sesion,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .sesion {
    margin-top: 30px;
  }
}

/* line 738, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-pass-body .sesion b,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-pass-body .sesion b,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-pass-body .sesion b,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-pass-body .sesion b {
  font-weight: 700;
}

/* line 742, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .edit-form-header,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .edit-form-header,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .edit-form-header,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .edit-form-header {
  text-align: center;
  padding-top: 100px;
}

/* line 746, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container {
  width: 100%;
}

/* line 748, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields {
  background: none;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

/* line 753, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .firts-column,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .firts-column,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .firts-column,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .firts-column {
  display: none;
}

/* line 755, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column {
  width: 100%;
  max-width: 100%;
}

/* line 761, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 label,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 label,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 label,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 label,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 label,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 label,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 label,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 label {
  display: block;
  width: 100%;
}

/* line 16, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input::-webkit-input-placeholder,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input::-webkit-input-placeholder,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input::-webkit-input-placeholder,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input::-webkit-input-placeholder,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input::-webkit-input-placeholder,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input::-webkit-input-placeholder,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input::-webkit-input-placeholder,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input::-webkit-input-placeholder {
  color: #8b8a8a !important;
  font-size: 0.875rem;
}

/* line 19, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input::-moz-placeholder,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input::-moz-placeholder,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input::-moz-placeholder,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input::-moz-placeholder,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input::-moz-placeholder,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input::-moz-placeholder,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input::-moz-placeholder,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input::-moz-placeholder {
  color: #000;
  font-size: 14px;
  text-shadow: 0 0;
}

/* line 23, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"],
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"],
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"],
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"],
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"],
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"],
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"],
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"],
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"],
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"],
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"],
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"],
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"],
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"],
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"],
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"] {
  border-radius: 0;
  border: 1px solid #e4e4e4;
  background: #f3f3f3;
  padding: 12px 20px;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  color: #000;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 38, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"]:focus,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"]:focus,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"]:focus,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"]:focus,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"]:focus,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"]:focus,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"]:focus,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"]:focus,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"]:focus,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"]:focus,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"]:focus,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"]:focus,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"]:focus,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"]:focus,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"]:focus,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"]:focus {
  border: 1px solid #6f6f6f;
}

/* line 40, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"].error,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"].error,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"].error,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"].error,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"].error,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"].error,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"].error,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"].error,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"].error,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"].error,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"].error,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"].error,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"].error,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"].error,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"].error,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"].error {
  border: 1px solid #da0000;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODUgICBjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzICAgYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NSAgIGwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NCAgIEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6IiBmaWxsPSIjZGEwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) 98% center no-repeat;
}

/* line 44, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"].valid,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"].valid,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"].valid,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"].valid,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"].valid,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"].valid,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"].valid,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"].valid,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"].valid,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"].valid,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"].valid,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"].valid,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"].valid,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"].valid,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"].valid,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"].valid {
  border: 1px solid #70a83b;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDcwIDcwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3MCA3MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNMjYuNDc0LDcwYy0yLjE3NiwwLTQuMjM0LTEuMDE4LTUuNTU3LTIuNzY0TDMuMDQ5LDQzLjYzOUMwLjcyNSw0MC41NywxLjMzLDM2LjIsNC4zOTksMzMuODc1ICAgICBjMy4wNzQtMi4zMjYsNy40NDEtMS43MTcsOS43NjYsMS4zNWwxMS43NTIsMTUuNTE4TDU1LjQ3NCwzLjI4NWMyLjAzNS0zLjI2NSw2LjMzMi00LjI2NCw5LjYwNC0yLjIzMiAgICAgYzMuMjY4LDIuMDM0LDQuMjY2LDYuMzM0LDIuMjMsOS42MDJsLTM0LjkxNiw1Ni4wNmMtMS4yMTMsMS45NDktMy4zMDcsMy4xNzUtNS42LDMuMjc5QzI2LjY4NSw2OS45OTgsMjYuNTgsNzAsMjYuNDc0LDcweiIgZmlsbD0iIzcwYTgzYiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) 98% center no-repeat;
}

/* line 48, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"]:-webkit-autofill,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"]:-webkit-autofill,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"]:-webkit-autofill,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"]:-webkit-autofill,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"]:-webkit-autofill,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"]:-webkit-autofill,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"]:-webkit-autofill,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"]:-webkit-autofill,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"]:-webkit-autofill,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"]:-webkit-autofill,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"]:-webkit-autofill,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"]:-webkit-autofill,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="text"]:-webkit-autofill,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 input[type="password"]:-webkit-autofill,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="text"]:-webkit-autofill,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 input[type="password"]:-webkit-autofill {
  -webkit-box-shadow: inset 0px 0px 0px 0px #f3f3f3 !important;
}

/* line 52, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 label.error,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 label.error,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 label.error,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 label.error,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 label.error,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 label.error,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 label.error,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 label.error {
  width: 100%;
  display: block;
  background: #fac1c1;
  color: #da0000;
  text-align: center;
  font-size: 0.75rem;
  padding: 10px 20px;
  margin-bottom: 10px;
}

/* line 62, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span {
  font-size: 0.75rem;
  color: #666666;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 2;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  /* line 62, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span,
  .section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span,
  .section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span,
  .section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span {
    text-align: center;
  }
}

/* line 72, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span a,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span a,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span a,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span a,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span a,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span a,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span a,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span a {
  display: inline;
  color: #666666;
  font-weight: bold;
}

/* line 76, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span a:nth-child(1), .section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span a:nth-child(2),
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span a:nth-child(1),
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span a:nth-child(2),
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span a:nth-child(1),
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span a:nth-child(2),
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span a:nth-child(1),
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span a:nth-child(2),
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span a:nth-child(1),
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span a:nth-child(2),
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span a:nth-child(1),
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span a:nth-child(2),
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span a:nth-child(1),
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span a:nth-child(2),
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span a:nth-child(1),
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span a:nth-child(2) {
  text-decoration: underline;
}

/* line 81, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span ins b a,
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span ins b a,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span ins b a,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span ins b a,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span ins b a,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span ins b a,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span ins b a,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span ins b a {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 0.75rem;
  color: #000;
  text-decoration: underline;
}

@media (max-width: 480px) {
  /* line 81, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span ins b a,
  .section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span ins b a,
  .section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span ins b a,
  .section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span ins b a,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span ins b a,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span ins b a,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass1 > span ins b a,
  .section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-type-password-confirm .form-item-pass-pass2 > span ins b a {
    font-size: 0.625rem;
  }
}

/* line 767, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column > span,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column > span,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column > span,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column > span {
  font-size: 0.75rem;
  color: #666666;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2;
  margin: 30px 0px;
}

/* line 777, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-actions input,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-actions input,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-actions input,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-actions input {
  width: 100%;
  background: #da0000;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
  padding: 17px 0;
  border-radius: 0;
  margin: 0;
  transition: all 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 116, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-actions input:hover,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-actions input:hover,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container fieldset.fields .second-column .form-actions input:hover,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container fieldset.fields .second-column .form-actions input:hover {
  background: #ff0e0e;
}

/* line 780, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container .sesion,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container .sesion,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container .sesion,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container .sesion {
  max-width: 600px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-family: sans-serif;
  color: #666666;
  font-weight: 100;
  line-height: 1.5;
}

/* line 789, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.section-user.page-user-password .l-page .l-main .l-content form.user-pass .user-edit-container .sesion b,
.section-user.page-user-password .l-page .l-main .l-content form.user-profile-form .user-edit-container .sesion b,
.section-user.page-user-reset .l-page .l-main .l-content form.user-pass .user-edit-container .sesion b,
.section-user.page-user-reset .l-page .l-main .l-content form.user-profile-form .user-edit-container .sesion b {
  font-weight: 700;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 830, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.messages {
  animation: fadein 1s;
}

/* line 841, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

/* line 848, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup::before {
  content: '';
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(249, 249, 249, 0.9);
  background-top: 0;
}

/* line 855, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner {
  max-width: 750px;
  width: 90%;
  padding: 85px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -34%);
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
}

@media (max-width: 480px) {
  /* line 855, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .ee_popup .ee_popup_inner {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  /* line 855, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .ee_popup .ee_popup_inner {
    position: absolute;
  }
}

/* line 871, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_header {
  width: 100%;
}

/* line 873, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_header .logo-elespectador {
  width: 360px;
  height: 60px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iLTM0NC45IC0zNi41IDQwMCA2MS4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC0zNDQuOSAtMzYuNSA0MDAgNjEuMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTI4NC44LDIyYzAsMC4zLTAuMSwwLjUtMC41LDAuNWgtMjUuNmMtMC40LDAtMC42LTAuMS0wLjYtMC40YzAtMC4yLDAuMi0wLjMsMC42LTAuM2gyLjINCgljMC41LDAsMC43LTAuOSwwLjctMi42di0zOS4zYzAtMS44LTAuMi0yLjYtMC43LTIuNmgtMi4yYy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRzMC4yLTAuNCwwLjYtMC40aDE0LjJjMC40LDAsMC42LDAuMSwwLjYsMC40DQoJYzAsMC4yLTAuMiwwLjQtMC42LDAuNGgtMy4xYy0wLjQsMC0wLjYsMC45LTAuNiwyLjZ2NDEuM2MwLDAuMywwLjEsMC40LDAuNSwwLjRoMy4zYzMuOSwwLDYuOS0xLjksOC45LTUuNWMxLjUtMi43LDIuMy01LjgsMi4zLTkuMg0KCVY1LjZjMC0wLjQsMC4xLTAuNiwwLjQtMC42czAuNSwwLjIsMC41LDAuNkwtMjg0LjgsMjJMLTI4NC44LDIyeiBNLTMxNS4yLDIyYzAsMC4zLTAuMiwwLjUtMC41LDAuNWgtMjUuNmMtMC40LDAtMC42LTAuMS0wLjYtMC40DQoJYzAtMC4yLDAuMi0wLjMsMC42LTAuM2gyLjJjMC40LDAsMC42LTAuOSwwLjYtMi42di0zOS4zYzAtMS44LTAuMi0yLjYtMC43LTIuNmgtMi4xYy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRzMC4yLTAuNCwwLjYtMC40aDIzLjcNCgljMC40LDAsMC42LDAuMSwwLjYsMC41djE0LjRjMCwwLjQtMC4yLDAuNi0wLjUsMC42Yy0wLjIsMC0wLjQtMC4yLTAuNC0wLjZ2LTAuOWMwLTMuNS0wLjgtNi42LTIuMy05LjFjLTEuNy0yLjgtMy45LTQuMi02LjctNC4yDQoJaC0zLjZjLTAuNCwwLTAuNiwwLjEtMC42LDAuNHYxOS45YzAsMC4yLDAuMSwwLjMsMC41LDAuM2gxLjljMS41LDAsMi43LTAuNywzLjgtMi4yYzEuMS0xLjUsMS42LTMuMSwxLjYtNC44di0wLjcNCgljMC0wLjQsMC4yLTAuNiwwLjUtMC42YzAuMiwwLDAuNCwwLjIsMC40LDAuNlY2LjNjMCwwLjQtMC4xLDAuNi0wLjQsMC42Yy0wLjMsMC0wLjUtMC4yLTAuNS0wLjZWNS44YzAtMS45LTAuNS0zLjYtMS42LTUNCgljLTEuMS0xLjUtMi4zLTIuMy0zLjgtMi4zaC0xLjhjLTAuNCwwLTAuNiwwLjEtMC42LDAuNHYyMi4yYzAsMC4zLDAuMSwwLjQsMC41LDAuNGgzLjRjMy45LDAsNi45LTEuOSw4LjktNS42DQoJYzEuNS0yLjYsMi4yLTUuNCwyLjItOC4zVjYuOGMwLTAuNCwwLjEtMC41LDAuNC0wLjVzMC41LDAuMSwwLjUsMC41TC0zMTUuMiwyMkwtMzE1LjIsMjJ6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTIzNi40LDIyYzAsMC4zLTAuMSwwLjUtMC41LDAuNWgtMjUuNmMtMC40LDAtMC42LTAuMS0wLjYtMC40YzAtMC4yLDAuMi0wLjMsMC42LTAuM2gyLjINCgljMC41LDAsMC43LTAuOSwwLjctMi42di0zOS4zYzAtMS44LTAuMi0yLjYtMC43LTIuNmgtMi4yYy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRzMC4yLTAuNCwwLjYtMC40aDIzLjZjMC40LDAsMC42LDAuMSwwLjYsMC41djE0LjQNCgljMCwwLjQtMC4xLDAuNi0wLjUsMC42Yy0wLjMsMC0wLjQtMC4yLTAuNC0wLjZ2LTAuOWMwLTMuNS0wLjctNi42LTIuMy05LjFjLTEuNi0yLjktMy44LTQuMy02LjYtNC4zaC0zLjZjLTAuNCwwLTAuNiwwLjEtMC42LDAuNA0KCXYxOS45YzAsMC4yLDAuMiwwLjMsMC41LDAuM2gxLjljMS41LDAsMi43LTAuNywzLjgtMi4yczEuNi0zLjEsMS42LTQuOHYtMC43YzAtMC40LDAuMS0wLjYsMC41LTAuNmMwLjMsMCwwLjQsMC4yLDAuNCwwLjZWNi4yDQoJYzAsMC40LTAuMSwwLjYtMC40LDAuNmMtMC4zLDAtMC41LTAuMi0wLjUtMC42VjUuN2MwLTEuOS0wLjYtMy42LTEuNi01Yy0xLjEtMS41LTIuMy0yLjMtMy44LTIuM2gtMS44Yy0wLjQsMC0wLjYsMC4xLTAuNiwwLjR2MjINCgljMCwwLjMsMC4yLDAuNCwwLjUsMC40aDMuM2MzLjksMCw2LjktMS45LDguOS01LjZjMS41LTIuNiwyLjItNS40LDIuMi04LjNWNi41YzAtMC40LDAuMS0wLjUsMC40LTAuNWMwLjMsMCwwLjUsMC4xLDAuNSwwLjUNCglMLTIzNi40LDIyTC0yMzYuNCwyMnoiLz4NCjxwYXRoIGZpbGw9IiMxRjFFMjEiIGQ9Ik0tMjA4LjEsMTAuMWMwLDMuNy0xLjIsNi44LTMuNSw5LjNjLTIuNCwyLjYtNS41LDMuOS05LjMsMy45Yy0yLjQsMC00LjktMC42LTcuNi0xLjkNCgljLTAuOC0wLjQtMS41LTAuNy0xLjktMC43Yy0wLjUsMC0wLjcsMC4zLTAuNywwLjd2MC40YzAsMC41LTAuMSwwLjctMC40LDAuN2MtMC4yLDAtMC4zLTAuMi0wLjMtMC43VjUuM2MwLTAuNCwwLjEtMC42LDAuMy0wLjYNCgljMC4zLDAsMC40LDAuMiwwLjQsMC42djAuNmMwLDQsMC44LDcuNiwyLjMsMTAuN2MxLjksMy45LDQuNSw1LjksOCw1LjljMi4zLDAsMy45LTAuNiw1LjItMS45YzEuMy0xLjMsMi0zLDItNQ0KCWMwLTMuMy0xLjYtNi4zLTQuNy05LjJjLTIuOS0yLjQtNS44LTQuOC04LjctNy4xYy0zLjEtMy4xLTQuNy02LjctNC43LTEwLjZjMC0zLjMsMC45LTYuMiwyLjYtOC42YzIuMS0yLjksNC44LTQuMyw4LjItNC4zDQoJYzEuOSwwLDQsMC42LDYuMiwxLjljMC45LDAuNCwxLjQsMC42LDEuOCwwLjZzMC42LTAuMiwwLjYtMC42di0wLjVjMC0wLjQsMC4xLTAuNywwLjUtMC43YzAuMywwLDAuNCwwLjIsMC40LDAuN3YxNC41DQoJYzAsMC40LTAuMSwwLjYtMC40LDAuNnMtMC41LTAuMi0wLjUtMC42di0wLjZjMC0zLjgtMC44LTcuMS0yLjMtOS45Yy0xLjgtMy0zLjktNC41LTYuNi00LjVjLTEuOCwwLTMuMSwwLjYtNCwxLjcNCgljLTEsMS4yLTEuNSwyLjYtMS41LDQuNmMwLDMuMywxLjcsNi40LDQuOCw5LjNjMywyLjQsNiw0LjgsOSw3LjFDLTIwOS44LDIuNC0yMDguMSw2LTIwOC4xLDEwLjF6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTE4OS40LDIuNGgtNC4xYy0wLjQsMC0wLjYsMC4xLTAuNiwwLjV2MTYuM2MwLDEuOCwwLjIsMi42LDAuNywyLjZoMy4zYzAuNCwwLDAuNiwwLjEsMC42LDAuMw0KCWMwLDAuMy0wLjIsMC40LTAuNiwwLjRoLTE0LjNjLTAuNCwwLTAuNi0wLjEtMC42LTAuNGMwLTAuMiwwLjItMC4zLDAuNi0wLjNoMi4yYzAuNSwwLDAuNi0wLjksMC42LTIuNnYtMzkuMmMwLTEuOC0wLjItMi42LTAuNi0yLjYNCgloLTIuMmMtMC40LDAtMC42LTAuMS0wLjYtMC40czAuMi0wLjQsMC42LTAuNGgxNS4xdjAuN2MtMC4yLDAtMC40LDAtMC42LDBoLTMuNmMtMC40LDAtMC42LDAuMS0wLjYsMC40VjEuMmMwLDAuMywwLjIsMC40LDAuNiwwLjQNCgloMy42YzAuMiwwLDAuNCwwLDAuNiwwVjIuNEwtMTg5LjQsMi40eiBNLTE3Ni41LTEwLjRjMC00LjQtMS4zLTcuOC0zLjktMTBjLTIuMi0yLTQuOS0yLjktOC4zLTIuOWgtMC43djAuOA0KCWMxLjYsMC4xLDIuNywxLjEsMy40LDIuN2MwLjgsMS45LDEuMyw1LDEuMyw5LjRjMCw0LjUtMC40LDcuNi0xLjIsOS41Yy0wLjcsMS42LTEuOSwyLjQtMy41LDIuNnYwLjhoMS4yYzMuMywwLDYuMS0xLjEsOC4yLTMuMQ0KCUMtMTc3LjctMy4xLTE3Ni41LTYuMi0xNzYuNS0xMC40eiIvPg0KPHBhdGggZmlsbD0iIzFGMUUyMSIgZD0iTS0xNDYuNywyMmMwLDAuMy0wLjEsMC41LTAuNSwwLjVoLTI1LjdjLTAuNCwwLTAuNi0wLjEtMC42LTAuNGMwLTAuMiwwLjItMC4zLDAuNi0wLjNoMi4yDQoJYzAuNSwwLDAuNy0wLjksMC43LTIuNnYtMzkuM2MwLTEuOC0wLjItMi42LTAuNy0yLjZoLTIuMmMtMC40LDAtMC42LTAuMS0wLjYtMC40czAuMi0wLjQsMC42LTAuNGgyMy44YzAuMywwLDAuNSwwLjEsMC41LDAuNXYxNC40DQoJYzAsMC40LTAuMSwwLjYtMC41LDAuNmMtMC4zLDAtMC40LTAuMi0wLjQtMC42di0wLjljMC0zLjUtMC43LTYuNi0yLjMtOS4xYy0xLjctMi44LTMuOS00LjItNi43LTQuMmgtMy42Yy0wLjMsMC0wLjUsMC4xLTAuNSwwLjQNCgl2MTkuOWMwLDAuMiwwLjEsMC4zLDAuNSwwLjNoMS45YzEuNSwwLDIuNy0wLjcsMy44LTIuMnMxLjYtMy4xLDEuNi00Ljh2LTAuN2MwLTAuNCwwLjEtMC42LDAuNS0wLjZjMC4zLDAsMC40LDAuMiwwLjQsMC42VjYuMw0KCWMwLDAuNC0wLjEsMC42LTAuNCwwLjZzLTAuNS0wLjItMC41LTAuNlY1LjhjMC0xLjktMC42LTMuNi0xLjYtNWMtMS4xLTEuNS0yLjMtMi4zLTMuOC0yLjNoLTEuOWMtMC4zLDAtMC41LDAuMS0wLjUsMC40djIyLjINCgljMCwwLjMsMC4xLDAuNCwwLjUsMC40aDMuM2MzLjksMCw2LjktMS45LDktNS42YzEuNS0yLjYsMi4yLTUuNCwyLjItOC4zVjYuOGMwLTAuNCwwLjEtMC41LDAuNC0wLjVzMC41LDAuMSwwLjUsMC41TC0xNDYuNywyMg0KCUwtMTQ2LjcsMjJ6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTExNS4yLDIxLjljMCwwLjQtMC4yLDAuNi0wLjUsMC42Yy0wLjIsMC0wLjQtMC4yLTAuNC0wLjZ2LTAuNWMwLTAuNC0wLjItMC42LTAuNi0wLjYNCgljLTAuMywwLTAuOSwwLjItMS45LDAuNWMtMywxLjMtNS43LDEuOS04LjMsMS45Yy01LjIsMC05LjMtMi42LTEyLTcuOGMtMi41LTQuMy0zLjctOS42LTMuNy0xNS41YzAtNywxLjMtMTIuNywzLjktMTcuMQ0KCWMyLjgtNC42LDYuNy02LjksMTEuNy02LjljMi4zLDAsNC40LDAuNiw2LjksMS43YzAuOSwwLjUsMS41LDAuNywxLjgsMC43czAuNS0wLjIsMC41LTAuN3YtMC41YzAtMC40LDAuMS0wLjYsMC40LTAuNg0KCXMwLjUsMC4yLDAuNSwwLjZ2MTUuNWMwLDAuNC0wLjEsMC42LTAuNCwwLjZzLTAuNS0wLjItMC41LTAuNnYtMC43YzAtNC41LTEtOC4yLTIuOC0xMS4yYy0xLjktMi44LTMuOS00LjEtNi4zLTQuMQ0KCWMtMi43LDAtNC41LDEuNi01LjQsNC42Yy0wLjUsMS41LTAuOCw0LjQtMSw5LjFjLTAuMyw2LjUtMC4zLDEyLjcsMCwxOWMwLjIsNC43LDAuNyw3LjksMS40LDkuN2MxLDIuNSwyLjksMy44LDUuNiwzLjgNCgljMy4xLDAsNS41LTEuNiw3LjMtNC42YzItMy4xLDIuOS02LjksMi45LTExLjZWNS4zYzAtMC40LDAuMS0wLjcsMC40LTAuN3MwLjUsMC4yLDAuNSwwLjdMLTExNS4yLDIxLjlMLTExNS4yLDIxLjl6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTgxLjItNy40YzAsMC4zLTAuMSwwLjUtMC40LDAuNXMtMC41LTAuMi0wLjUtMC41di0xLjNjMC0zLjgtMC43LTYuOS0yLjItOS41Yy0xLjctMi45LTMuOC00LjMtNi40LTQuM2gtMg0KCWMtMC40LDAtMC42LDAuMS0wLjYsMC40djQxLjNjMCwxLjgsMC4yLDIuNiwwLjcsMi42aDIuM2MwLjQsMCwwLjYsMC4xLDAuNiwwLjNjMCwwLjMtMC4yLDAuNC0wLjYsMC40aC0xMy4zYy0wLjQsMC0wLjUtMC4xLTAuNS0wLjQNCgljMC0wLjIsMC4xLTAuMywwLjUtMC4zaDIuM2MwLjUsMCwwLjctMC45LDAuNy0yLjZ2LTQxLjRjMC0wLjMtMC4yLTAuNC0wLjYtMC40aC0yYy0yLjcsMC00LjgsMS41LTYuNSw0LjNjLTEuNSwyLjYtMi4yLDUuNy0yLjIsOS41DQoJdjEuNGMwLDAuMy0wLjEsMC41LTAuNCwwLjVzLTAuNS0wLjItMC41LTAuNXYtMTUuNGMwLTAuMywwLjItMC41LDAuNS0wLjVoMzAuNWMwLjQsMCwwLjYsMC4xLDAuNiwwLjVWLTcuNEwtODEuMi03LjR6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTcxLjMsNS40aC00LjVjLTAuMywwLTAuNSwwLjEtMC41LDAuNGwtMC45LDQuMmMtMC42LDIuNy0wLjksNC45LTAuOSw2LjhjMCwzLjUsMS4xLDUuMSwzLjIsNS4xaDEuMQ0KCWMwLjMsMCwwLjUsMC4xLDAuNSwwLjNjMCwwLjMtMC4yLDAuNC0wLjUsMC40SC04NGMtMC40LDAtMC42LTAuMS0wLjYtMC40YzAtMC4yLDAuMi0wLjMsMC42LTAuM2gwLjJjMSwwLDEuOC0wLjcsMi41LTIuMQ0KCWMxLTEuOSwyLTUuMywzLjEtMTAuM2w2LjktMjkuOHY0LjlsLTAuMS0wLjZoLTAuMUwtNzYsNC4zYzAsMC4zLDAuMiwwLjQsMC41LDAuNGg0LjJMLTcxLjMsNS40TC03MS4zLDUuNHogTS01MS43LDIyLjINCgljMC0wLjItMC4yLTAuMy0wLjYtMC4zaC0wLjljLTAuNywwLTEuMy0xLTEuOC0yLjlsLTEwLjktNDIuMmMtMC4xLTAuMi0wLjMtMC40LTAuNi0wLjRoLTMuOWMtMC40LDAtMC42LDAuMS0wLjYsMC40bC0wLjYsMi44djQuOQ0KCWw0LjYsMTkuNGMwLjEsMC40LDAsMC42LTAuNSwwLjZoLTQuMnYwLjhoNC42YzAuMywwLDAuNCwwLjEsMC41LDAuNGwzLjIsMTMuMmMwLjIsMSwwLjMsMS43LDAuMywyLjFjMCwwLjYtMC4zLDAuOS0wLjksMC45aC0xLjUNCgljLTAuNCwwLTAuNiwwLjEtMC42LDAuM2MwLDAuMywwLjIsMC40LDAuNiwwLjRoMTMuMUMtNTEuOSwyMi43LTUxLjcsMjIuNS01MS43LDIyLjJ6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTMzLjEsMjIuNWMtMC4zLDAtMC42LDAtMC45LDBoLTE1LjVjLTAuNCwwLTAuNi0wLjEtMC42LTAuNGMwLTAuMiwwLjItMC4zLDAuNi0wLjNoMi4yDQoJYzAuNSwwLDAuNy0wLjksMC43LTIuNnYtMzkuM2MwLTEuOC0wLjItMi42LTAuNy0yLjZoLTIuMmMtMC40LDAtMC42LTAuMS0wLjYtMC40czAuMi0wLjQsMC42LTAuNGgxNS40YzAuMywwLDAuNiwwLDAuOSwwdjAuOQ0KCWMtMC4zLDAtMC43LTAuMS0xLjEtMC4xaC00LjNjLTAuNCwwLTAuNiwwLjEtMC42LDAuNHY0My41YzAsMC4zLDAuMiwwLjQsMC41LDAuNGg0LjVjMC4zLDAsMC43LDAsMC45LTAuMUwtMzMuMSwyMi41TC0zMy4xLDIyLjV6DQoJIE0tMTguMy0wLjhjMC02LjQtMS40LTExLjYtNC0xNS45Yy0yLjctNC4yLTYuNC02LjQtMTAuOS02Ljd2MC45YzIsMC4zLDMuNSwxLjcsNC4zLDMuOWMwLjYsMS45LDEuMSw0LjcsMS4zLDguNw0KCWMwLjQsNi4yLDAuNCwxMi4yLDAsMTguNWMtMC4yLDQuMy0wLjYsNy4zLTEuMiw4LjljLTAuOSwyLjUtMi40LDMuOS00LjUsNC4xdjAuOWM0LjctMC4zLDguNC0yLjUsMTEuMS02LjgNCglDLTE5LjUsMTEuNi0xOC4zLDYuMS0xOC4zLTAuOHoiLz4NCjxyZWN0IHg9Ii0zNDIuNCIgeT0iLTM2LjEiIGZpbGw9IiNFQTBBMEEiIHdpZHRoPSIzOTUiIGhlaWdodD0iNy42Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNMC45LDIzLjJjLTQuOSwwLTguOS0yLjQtMTEuNy03Yy0yLjctNC4zLTQtOS45LTQtMTYuNGMwLTYuOSwxLjMtMTIuMywzLjktMTYuN0MtOC4yLTIxLjYtNC4yLTI0LDAuOC0yNA0KCXYwLjdjLTIuOCwwLTQuNywxLjctNS42LDQuOGMtMC40LDEuMy0wLjYsNC4yLTAuOSw4LjljLTAuMyw2LjQtMC4zLDEyLjYsMCwxOWMwLjIsNCwwLjYsNi45LDEuMSw4LjZjMSwzLjIsMi43LDQuOCw1LjMsNC44aDAuMQ0KCUwwLjksMjMuMkwwLjksMjMuMnogTTE2LjctMC43YzAtNi43LTEuNC0xMi00LTE2LjRjLTIuOS00LjctNi45LTctMTEuNy03djAuN2gwLjFjMi41LDAsNC4zLDEuNiw1LjMsNC43YzAuNSwxLjcsMC44LDQuNCwxLjEsOC42DQoJQzcuOC0zLjgsNy44LDIuNSw3LjUsOWMtMC4yLDQuNi0wLjUsNy42LTAuOSw4LjlDNS43LDIxLDMuOSwyMi42LDEsMjIuN3YwLjdjNS4xLDAsOS4yLTIuNCwxMS44LTcuMUMxNS40LDExLjcsMTYuNyw2LjIsMTYuNy0wLjd6Ig0KCS8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNMzUuNy0xLjZjLTAuMSwwLTAuMywwLTAuNSwwaC0zLjZjLTAuNCwwLTAuNiwwLjEtMC42LDAuNXYxOS45YzAsMS44LDAuMiwyLjYsMC43LDIuNmgyLjENCgljMC40LDAsMC42LDAuMSwwLjYsMC4zYzAsMC4zLTAuMiwwLjQtMC42LDAuNEgyMC43Yy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRjMC0wLjIsMC4yLTAuMywwLjYtMC4zaDIuMmMwLjQsMCwwLjYtMC45LDAuNi0yLjZ2LTM5LjMNCgljMC0xLjgtMC4yLTIuNi0wLjYtMi42aC0yLjJjLTAuNCwwLTAuNi0wLjEtMC42LTAuM2MwLTAuMywwLjItMC40LDAuNi0wLjRoMTUuMXYwLjhjLTAuMSwwLTAuMSwwLTAuMiwwaC0zLjkNCgljLTAuNCwwLTAuNiwwLjEtMC42LDAuNXYxOS44YzAsMC4zLDAuMiwwLjQsMC42LDAuNGgzLjloMC4xTDM1LjctMS42TDM1LjctMS42eiBNNTIuMywxOC44Yy0wLjMsMC0wLjYsMC4xLTAuNiwwLjUNCgljLTAuNCwxLjUtMS4yLDIuMy0yLjMsMi4zYy0xLjEsMC0xLjctMS4yLTEuNy0zLjR2LTcuN2MwLTMuOS0xLjEtNi45LTMuMS05LjJjLTEuOC0xLjktNC0zLjEtNi45LTMuNHYtMC4yYzIuOC0wLjMsNS0xLjQsNi45LTMuNA0KCWMyLTIsMi45LTQuNCwyLjktNy4yYzAtMy44LTEuMy02LjctMy42LTguNmMtMi4xLTEuOC00LjYtMi41LTcuOC0yLjVoLTAuN3YwLjhjMy4xLDAuMiw0LjYsMy43LDQuNiwxMC40YzAsMy44LTAuNCw2LjQtMS4yLDcuOQ0KCWMtMC43LDEuNS0xLjksMi4zLTMuNiwyLjN2MC43YzMuMSwwLjMsNC41LDIuNyw0LjYsNy40YzAsMS4zLDAsMi43LDAsNC41YzAsMi4zLDAsMy44LDAsNC42YzAsMi40LDAuNyw0LjIsMi4xLDUuNw0KCWMxLjQsMS41LDMuMiwyLjMsNS41LDIuM2MyLjUsMCw0LjEtMS4yLDQuOC0zLjNDNTIuNiwxOS4xLDUyLjUsMTguOCw1Mi4zLDE4Ljh6Ii8+DQo8L3N2Zz4NCg==) center center no-repeat;
  background-size: 100%;
  margin: 0 auto 40px auto;
  font-size: 0px;
}

@media (max-width: 480px) {
  /* line 873, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .ee_popup .ee_popup_inner .ee_popup_header .logo-elespectador {
    width: 180px;
    height: 30px;
    margin: 0 auto 20px auto;
  }
}

/* line 884, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_header .ee_popup_close {
  width: 25px;
  height: 25px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000;
  font-size: 0;
  cursor: pointer;
}

/* line 895, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_header .ee_popup_close:before, .ee_popup .ee_popup_inner .ee_popup_header .ee_popup_close:after {
  content: '';
  display: block;
  position: absolute;
  transform: rotate(45deg);
  transition: all 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 903, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_header .ee_popup_close:after {
  border-left: 2px solid #fff;
  height: 14px;
  top: calc(50% - 7px);
  left: calc(50% - 1px);
}

/* line 909, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_header .ee_popup_close:before {
  width: 14px;
  border-bottom: 2px solid #fff;
  left: calc(50% - 7px);
  top: calc(50% - 1px);
}

/* line 916, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_header .ee_popup_close:hover:after, .ee_popup .ee_popup_inner .ee_popup_header .ee_popup_close:hover:before {
  transform: rotate(-45deg);
}

/* line 921, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message {
  text-align: center;
  color: #000;
  font-size: 1.125rem;
}

/* line 925, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message .messages {
  border: none;
  padding: 0;
}

/* line 928, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message .messages a {
  display: inline-block;
}

/* line 930, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message .messages h1 {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 935, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth h2.block__title {
  display: none;
}

/* line 941, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li {
  margin: 20px 0;
}

/* line 124, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a {
  color: #fff;
  padding: 12px;
  font-size: 0.875rem;
  height: 46px;
  width: 260px;
  text-align: left;
  display: block;
  margin: 0 auto 10px auto;
  box-shadow: 0px 0px 0px 0px transparent;
}

@media (max-width: 480px) {
  /* line 124, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a {
    width: 100%;
    font-size: 0.75rem;
    padding: 12px 5px;
    text-align: center;
    margin: 0;
  }
}

/* line 141, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a span {
  display: none;
}

/* line 144, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Google"],
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Facebook"] {
  transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 147, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Google"]:before, .ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Google"]:after,
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Facebook"]:before,
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Facebook"]:after {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 155, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Google"]:before,
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Facebook"]:before {
  font-family: "Econs";
  font-size: 23px;
  margin-right: 30px;
  width: 23px;
  height: 23px;
}

@media (max-width: 480px) {
  /* line 155, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Google"]:before,
  .ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Facebook"]:before {
    margin-right: 10px;
  }
}

/* line 164, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Google"]:after,
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Facebook"]:after {
  font-size: 14px;
}

/* line 168, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Facebook"] {
  background: #1e59d4;
}

/* line 171, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Facebook"]:before {
  content: "\e909";
}

@media (max-width: 480px) {
  /* line 174, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Facebook"]:after {
    content: "Con Facebook";
  }
}

/* line 177, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Facebook"]:hover {
  background: #2633D7 !important;
}

/* line 181, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Google"] {
  background: #dd4b39;
}

/* line 184, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Google"]:before {
  content: "\e90a";
}

@media (max-width: 480px) {
  /* line 187, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Google"]:after {
    content: "Con Google";
  }
}

/* line 190, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Google"]:hover {
  background: #f23922 !important;
}

/* line 948, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Facebook"]:after {
  content: "Ingresar con Facebook";
}

/* line 953, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.ee_popup .ee_popup_inner .ee_popup_content .ee_popup_message #block-hybridauth-hybridauth .block__content .hybridauth-widget-wrapper ul.hybridauth-widget li a[title="Google"]:after {
  content: "Ingresar con Google";
}

/* line 964, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.node--terms-and-conditions .views-bootstrap-tab-plugin-style {
  display: inline-block;
  width: 100%;
}

/* line 967, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.node--terms-and-conditions .views-bootstrap-tab-plugin-style .nav-tabs {
  width: 30%;
  float: left;
  padding: 0;
  margin: 0;
}

@media (max-width: 480px) {
  /* line 967, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .node--terms-and-conditions .views-bootstrap-tab-plugin-style .nav-tabs {
    width: 100%;
    float: none;
    display: block;
    padding: 10px;
    margin-bottom: 30px;
  }
}

/* line 978, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.node--terms-and-conditions .views-bootstrap-tab-plugin-style .nav-tabs li {
  border-bottom: 1px solid #d1d1d1;
  transition: all 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  opacity: 0.5;
}

/* line 982, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.node--terms-and-conditions .views-bootstrap-tab-plugin-style .nav-tabs li a {
  font-size: 0.9375rem;
  color: #666666;
  padding: 23px 0;
  font-weight: 700;
  transition: all 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 988, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.node--terms-and-conditions .views-bootstrap-tab-plugin-style .nav-tabs li a:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  border-top: 2px solid #da0000;
  border-right: 2px solid #da0000;
  transform: rotate(45deg);
  float: right;
  margin-right: 5px;
  opacity: 0.5;
}

/* line 1002, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.node--terms-and-conditions .views-bootstrap-tab-plugin-style .nav-tabs li:hover, .node--terms-and-conditions .views-bootstrap-tab-plugin-style .nav-tabs li.active {
  border-bottom: 1px solid #000;
  opacity: 1;
}

/* line 1005, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.node--terms-and-conditions .views-bootstrap-tab-plugin-style .nav-tabs li:hover a, .node--terms-and-conditions .views-bootstrap-tab-plugin-style .nav-tabs li.active a {
  color: #000;
}

/* line 1007, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.node--terms-and-conditions .views-bootstrap-tab-plugin-style .nav-tabs li:hover a:after, .node--terms-and-conditions .views-bootstrap-tab-plugin-style .nav-tabs li.active a:after {
  opacity: 1;
}

/* line 1011, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.node--terms-and-conditions .views-bootstrap-tab-plugin-style .nav-tabs .active a:after {
  opacity: 1;
}

/* line 1015, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.node--terms-and-conditions .views-bootstrap-tab-plugin-style .tab-content {
  width: 70%;
  float: left;
  padding-left: 40px;
  position: relative;
}

@media (max-width: 480px) {
  /* line 1015, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .node--terms-and-conditions .views-bootstrap-tab-plugin-style .tab-content {
    width: 100%;
    float: none;
    display: block;
    padding-left: 10px;
    padding: 10px;
  }
}

/* line 1026, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.node--terms-and-conditions .views-bootstrap-tab-plugin-style .tab-content .tab-pane {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  display: none;
  transition: all 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 1033, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.node--terms-and-conditions .views-bootstrap-tab-plugin-style .tab-content .tab-pane.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  display: block;
}

/* line 1040, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.node--terms-and-conditions .views-bootstrap-tab-plugin-style .tab-content .tab-pane .views-field-title .field-content a {
  color: #000;
  font-size: 1.875rem;
  margin-bottom: 30px;
  font-weight: 700;
}

/* line 1047, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.node--terms-and-conditions .views-bootstrap-tab-plugin-style .tab-content .tab-pane .views-field-body .field-content p {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

/* line 1055, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.hybridauth-additional-info-form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

/* line 1063, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.hybridauth-additional-info-form .logo-elespectador {
  width: 100%;
  height: 100px;
  background: #f3f3f3 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iLTM0NC45IC0zNi41IDQwMCA2MS4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC0zNDQuOSAtMzYuNSA0MDAgNjEuMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTI4NC44LDIyYzAsMC4zLTAuMSwwLjUtMC41LDAuNWgtMjUuNmMtMC40LDAtMC42LTAuMS0wLjYtMC40YzAtMC4yLDAuMi0wLjMsMC42LTAuM2gyLjINCgljMC41LDAsMC43LTAuOSwwLjctMi42di0zOS4zYzAtMS44LTAuMi0yLjYtMC43LTIuNmgtMi4yYy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRzMC4yLTAuNCwwLjYtMC40aDE0LjJjMC40LDAsMC42LDAuMSwwLjYsMC40DQoJYzAsMC4yLTAuMiwwLjQtMC42LDAuNGgtMy4xYy0wLjQsMC0wLjYsMC45LTAuNiwyLjZ2NDEuM2MwLDAuMywwLjEsMC40LDAuNSwwLjRoMy4zYzMuOSwwLDYuOS0xLjksOC45LTUuNWMxLjUtMi43LDIuMy01LjgsMi4zLTkuMg0KCVY1LjZjMC0wLjQsMC4xLTAuNiwwLjQtMC42czAuNSwwLjIsMC41LDAuNkwtMjg0LjgsMjJMLTI4NC44LDIyeiBNLTMxNS4yLDIyYzAsMC4zLTAuMiwwLjUtMC41LDAuNWgtMjUuNmMtMC40LDAtMC42LTAuMS0wLjYtMC40DQoJYzAtMC4yLDAuMi0wLjMsMC42LTAuM2gyLjJjMC40LDAsMC42LTAuOSwwLjYtMi42di0zOS4zYzAtMS44LTAuMi0yLjYtMC43LTIuNmgtMi4xYy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRzMC4yLTAuNCwwLjYtMC40aDIzLjcNCgljMC40LDAsMC42LDAuMSwwLjYsMC41djE0LjRjMCwwLjQtMC4yLDAuNi0wLjUsMC42Yy0wLjIsMC0wLjQtMC4yLTAuNC0wLjZ2LTAuOWMwLTMuNS0wLjgtNi42LTIuMy05LjFjLTEuNy0yLjgtMy45LTQuMi02LjctNC4yDQoJaC0zLjZjLTAuNCwwLTAuNiwwLjEtMC42LDAuNHYxOS45YzAsMC4yLDAuMSwwLjMsMC41LDAuM2gxLjljMS41LDAsMi43LTAuNywzLjgtMi4yYzEuMS0xLjUsMS42LTMuMSwxLjYtNC44di0wLjcNCgljMC0wLjQsMC4yLTAuNiwwLjUtMC42YzAuMiwwLDAuNCwwLjIsMC40LDAuNlY2LjNjMCwwLjQtMC4xLDAuNi0wLjQsMC42Yy0wLjMsMC0wLjUtMC4yLTAuNS0wLjZWNS44YzAtMS45LTAuNS0zLjYtMS42LTUNCgljLTEuMS0xLjUtMi4zLTIuMy0zLjgtMi4zaC0xLjhjLTAuNCwwLTAuNiwwLjEtMC42LDAuNHYyMi4yYzAsMC4zLDAuMSwwLjQsMC41LDAuNGgzLjRjMy45LDAsNi45LTEuOSw4LjktNS42DQoJYzEuNS0yLjYsMi4yLTUuNCwyLjItOC4zVjYuOGMwLTAuNCwwLjEtMC41LDAuNC0wLjVzMC41LDAuMSwwLjUsMC41TC0zMTUuMiwyMkwtMzE1LjIsMjJ6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTIzNi40LDIyYzAsMC4zLTAuMSwwLjUtMC41LDAuNWgtMjUuNmMtMC40LDAtMC42LTAuMS0wLjYtMC40YzAtMC4yLDAuMi0wLjMsMC42LTAuM2gyLjINCgljMC41LDAsMC43LTAuOSwwLjctMi42di0zOS4zYzAtMS44LTAuMi0yLjYtMC43LTIuNmgtMi4yYy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRzMC4yLTAuNCwwLjYtMC40aDIzLjZjMC40LDAsMC42LDAuMSwwLjYsMC41djE0LjQNCgljMCwwLjQtMC4xLDAuNi0wLjUsMC42Yy0wLjMsMC0wLjQtMC4yLTAuNC0wLjZ2LTAuOWMwLTMuNS0wLjctNi42LTIuMy05LjFjLTEuNi0yLjktMy44LTQuMy02LjYtNC4zaC0zLjZjLTAuNCwwLTAuNiwwLjEtMC42LDAuNA0KCXYxOS45YzAsMC4yLDAuMiwwLjMsMC41LDAuM2gxLjljMS41LDAsMi43LTAuNywzLjgtMi4yczEuNi0zLjEsMS42LTQuOHYtMC43YzAtMC40LDAuMS0wLjYsMC41LTAuNmMwLjMsMCwwLjQsMC4yLDAuNCwwLjZWNi4yDQoJYzAsMC40LTAuMSwwLjYtMC40LDAuNmMtMC4zLDAtMC41LTAuMi0wLjUtMC42VjUuN2MwLTEuOS0wLjYtMy42LTEuNi01Yy0xLjEtMS41LTIuMy0yLjMtMy44LTIuM2gtMS44Yy0wLjQsMC0wLjYsMC4xLTAuNiwwLjR2MjINCgljMCwwLjMsMC4yLDAuNCwwLjUsMC40aDMuM2MzLjksMCw2LjktMS45LDguOS01LjZjMS41LTIuNiwyLjItNS40LDIuMi04LjNWNi41YzAtMC40LDAuMS0wLjUsMC40LTAuNWMwLjMsMCwwLjUsMC4xLDAuNSwwLjUNCglMLTIzNi40LDIyTC0yMzYuNCwyMnoiLz4NCjxwYXRoIGZpbGw9IiMxRjFFMjEiIGQ9Ik0tMjA4LjEsMTAuMWMwLDMuNy0xLjIsNi44LTMuNSw5LjNjLTIuNCwyLjYtNS41LDMuOS05LjMsMy45Yy0yLjQsMC00LjktMC42LTcuNi0xLjkNCgljLTAuOC0wLjQtMS41LTAuNy0xLjktMC43Yy0wLjUsMC0wLjcsMC4zLTAuNywwLjd2MC40YzAsMC41LTAuMSwwLjctMC40LDAuN2MtMC4yLDAtMC4zLTAuMi0wLjMtMC43VjUuM2MwLTAuNCwwLjEtMC42LDAuMy0wLjYNCgljMC4zLDAsMC40LDAuMiwwLjQsMC42djAuNmMwLDQsMC44LDcuNiwyLjMsMTAuN2MxLjksMy45LDQuNSw1LjksOCw1LjljMi4zLDAsMy45LTAuNiw1LjItMS45YzEuMy0xLjMsMi0zLDItNQ0KCWMwLTMuMy0xLjYtNi4zLTQuNy05LjJjLTIuOS0yLjQtNS44LTQuOC04LjctNy4xYy0zLjEtMy4xLTQuNy02LjctNC43LTEwLjZjMC0zLjMsMC45LTYuMiwyLjYtOC42YzIuMS0yLjksNC44LTQuMyw4LjItNC4zDQoJYzEuOSwwLDQsMC42LDYuMiwxLjljMC45LDAuNCwxLjQsMC42LDEuOCwwLjZzMC42LTAuMiwwLjYtMC42di0wLjVjMC0wLjQsMC4xLTAuNywwLjUtMC43YzAuMywwLDAuNCwwLjIsMC40LDAuN3YxNC41DQoJYzAsMC40LTAuMSwwLjYtMC40LDAuNnMtMC41LTAuMi0wLjUtMC42di0wLjZjMC0zLjgtMC44LTcuMS0yLjMtOS45Yy0xLjgtMy0zLjktNC41LTYuNi00LjVjLTEuOCwwLTMuMSwwLjYtNCwxLjcNCgljLTEsMS4yLTEuNSwyLjYtMS41LDQuNmMwLDMuMywxLjcsNi40LDQuOCw5LjNjMywyLjQsNiw0LjgsOSw3LjFDLTIwOS44LDIuNC0yMDguMSw2LTIwOC4xLDEwLjF6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTE4OS40LDIuNGgtNC4xYy0wLjQsMC0wLjYsMC4xLTAuNiwwLjV2MTYuM2MwLDEuOCwwLjIsMi42LDAuNywyLjZoMy4zYzAuNCwwLDAuNiwwLjEsMC42LDAuMw0KCWMwLDAuMy0wLjIsMC40LTAuNiwwLjRoLTE0LjNjLTAuNCwwLTAuNi0wLjEtMC42LTAuNGMwLTAuMiwwLjItMC4zLDAuNi0wLjNoMi4yYzAuNSwwLDAuNi0wLjksMC42LTIuNnYtMzkuMmMwLTEuOC0wLjItMi42LTAuNi0yLjYNCgloLTIuMmMtMC40LDAtMC42LTAuMS0wLjYtMC40czAuMi0wLjQsMC42LTAuNGgxNS4xdjAuN2MtMC4yLDAtMC40LDAtMC42LDBoLTMuNmMtMC40LDAtMC42LDAuMS0wLjYsMC40VjEuMmMwLDAuMywwLjIsMC40LDAuNiwwLjQNCgloMy42YzAuMiwwLDAuNCwwLDAuNiwwVjIuNEwtMTg5LjQsMi40eiBNLTE3Ni41LTEwLjRjMC00LjQtMS4zLTcuOC0zLjktMTBjLTIuMi0yLTQuOS0yLjktOC4zLTIuOWgtMC43djAuOA0KCWMxLjYsMC4xLDIuNywxLjEsMy40LDIuN2MwLjgsMS45LDEuMyw1LDEuMyw5LjRjMCw0LjUtMC40LDcuNi0xLjIsOS41Yy0wLjcsMS42LTEuOSwyLjQtMy41LDIuNnYwLjhoMS4yYzMuMywwLDYuMS0xLjEsOC4yLTMuMQ0KCUMtMTc3LjctMy4xLTE3Ni41LTYuMi0xNzYuNS0xMC40eiIvPg0KPHBhdGggZmlsbD0iIzFGMUUyMSIgZD0iTS0xNDYuNywyMmMwLDAuMy0wLjEsMC41LTAuNSwwLjVoLTI1LjdjLTAuNCwwLTAuNi0wLjEtMC42LTAuNGMwLTAuMiwwLjItMC4zLDAuNi0wLjNoMi4yDQoJYzAuNSwwLDAuNy0wLjksMC43LTIuNnYtMzkuM2MwLTEuOC0wLjItMi42LTAuNy0yLjZoLTIuMmMtMC40LDAtMC42LTAuMS0wLjYtMC40czAuMi0wLjQsMC42LTAuNGgyMy44YzAuMywwLDAuNSwwLjEsMC41LDAuNXYxNC40DQoJYzAsMC40LTAuMSwwLjYtMC41LDAuNmMtMC4zLDAtMC40LTAuMi0wLjQtMC42di0wLjljMC0zLjUtMC43LTYuNi0yLjMtOS4xYy0xLjctMi44LTMuOS00LjItNi43LTQuMmgtMy42Yy0wLjMsMC0wLjUsMC4xLTAuNSwwLjQNCgl2MTkuOWMwLDAuMiwwLjEsMC4zLDAuNSwwLjNoMS45YzEuNSwwLDIuNy0wLjcsMy44LTIuMnMxLjYtMy4xLDEuNi00Ljh2LTAuN2MwLTAuNCwwLjEtMC42LDAuNS0wLjZjMC4zLDAsMC40LDAuMiwwLjQsMC42VjYuMw0KCWMwLDAuNC0wLjEsMC42LTAuNCwwLjZzLTAuNS0wLjItMC41LTAuNlY1LjhjMC0xLjktMC42LTMuNi0xLjYtNWMtMS4xLTEuNS0yLjMtMi4zLTMuOC0yLjNoLTEuOWMtMC4zLDAtMC41LDAuMS0wLjUsMC40djIyLjINCgljMCwwLjMsMC4xLDAuNCwwLjUsMC40aDMuM2MzLjksMCw2LjktMS45LDktNS42YzEuNS0yLjYsMi4yLTUuNCwyLjItOC4zVjYuOGMwLTAuNCwwLjEtMC41LDAuNC0wLjVzMC41LDAuMSwwLjUsMC41TC0xNDYuNywyMg0KCUwtMTQ2LjcsMjJ6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTExNS4yLDIxLjljMCwwLjQtMC4yLDAuNi0wLjUsMC42Yy0wLjIsMC0wLjQtMC4yLTAuNC0wLjZ2LTAuNWMwLTAuNC0wLjItMC42LTAuNi0wLjYNCgljLTAuMywwLTAuOSwwLjItMS45LDAuNWMtMywxLjMtNS43LDEuOS04LjMsMS45Yy01LjIsMC05LjMtMi42LTEyLTcuOGMtMi41LTQuMy0zLjctOS42LTMuNy0xNS41YzAtNywxLjMtMTIuNywzLjktMTcuMQ0KCWMyLjgtNC42LDYuNy02LjksMTEuNy02LjljMi4zLDAsNC40LDAuNiw2LjksMS43YzAuOSwwLjUsMS41LDAuNywxLjgsMC43czAuNS0wLjIsMC41LTAuN3YtMC41YzAtMC40LDAuMS0wLjYsMC40LTAuNg0KCXMwLjUsMC4yLDAuNSwwLjZ2MTUuNWMwLDAuNC0wLjEsMC42LTAuNCwwLjZzLTAuNS0wLjItMC41LTAuNnYtMC43YzAtNC41LTEtOC4yLTIuOC0xMS4yYy0xLjktMi44LTMuOS00LjEtNi4zLTQuMQ0KCWMtMi43LDAtNC41LDEuNi01LjQsNC42Yy0wLjUsMS41LTAuOCw0LjQtMSw5LjFjLTAuMyw2LjUtMC4zLDEyLjcsMCwxOWMwLjIsNC43LDAuNyw3LjksMS40LDkuN2MxLDIuNSwyLjksMy44LDUuNiwzLjgNCgljMy4xLDAsNS41LTEuNiw3LjMtNC42YzItMy4xLDIuOS02LjksMi45LTExLjZWNS4zYzAtMC40LDAuMS0wLjcsMC40LTAuN3MwLjUsMC4yLDAuNSwwLjdMLTExNS4yLDIxLjlMLTExNS4yLDIxLjl6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTgxLjItNy40YzAsMC4zLTAuMSwwLjUtMC40LDAuNXMtMC41LTAuMi0wLjUtMC41di0xLjNjMC0zLjgtMC43LTYuOS0yLjItOS41Yy0xLjctMi45LTMuOC00LjMtNi40LTQuM2gtMg0KCWMtMC40LDAtMC42LDAuMS0wLjYsMC40djQxLjNjMCwxLjgsMC4yLDIuNiwwLjcsMi42aDIuM2MwLjQsMCwwLjYsMC4xLDAuNiwwLjNjMCwwLjMtMC4yLDAuNC0wLjYsMC40aC0xMy4zYy0wLjQsMC0wLjUtMC4xLTAuNS0wLjQNCgljMC0wLjIsMC4xLTAuMywwLjUtMC4zaDIuM2MwLjUsMCwwLjctMC45LDAuNy0yLjZ2LTQxLjRjMC0wLjMtMC4yLTAuNC0wLjYtMC40aC0yYy0yLjcsMC00LjgsMS41LTYuNSw0LjNjLTEuNSwyLjYtMi4yLDUuNy0yLjIsOS41DQoJdjEuNGMwLDAuMy0wLjEsMC41LTAuNCwwLjVzLTAuNS0wLjItMC41LTAuNXYtMTUuNGMwLTAuMywwLjItMC41LDAuNS0wLjVoMzAuNWMwLjQsMCwwLjYsMC4xLDAuNiwwLjVWLTcuNEwtODEuMi03LjR6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTcxLjMsNS40aC00LjVjLTAuMywwLTAuNSwwLjEtMC41LDAuNGwtMC45LDQuMmMtMC42LDIuNy0wLjksNC45LTAuOSw2LjhjMCwzLjUsMS4xLDUuMSwzLjIsNS4xaDEuMQ0KCWMwLjMsMCwwLjUsMC4xLDAuNSwwLjNjMCwwLjMtMC4yLDAuNC0wLjUsMC40SC04NGMtMC40LDAtMC42LTAuMS0wLjYtMC40YzAtMC4yLDAuMi0wLjMsMC42LTAuM2gwLjJjMSwwLDEuOC0wLjcsMi41LTIuMQ0KCWMxLTEuOSwyLTUuMywzLjEtMTAuM2w2LjktMjkuOHY0LjlsLTAuMS0wLjZoLTAuMUwtNzYsNC4zYzAsMC4zLDAuMiwwLjQsMC41LDAuNGg0LjJMLTcxLjMsNS40TC03MS4zLDUuNHogTS01MS43LDIyLjINCgljMC0wLjItMC4yLTAuMy0wLjYtMC4zaC0wLjljLTAuNywwLTEuMy0xLTEuOC0yLjlsLTEwLjktNDIuMmMtMC4xLTAuMi0wLjMtMC40LTAuNi0wLjRoLTMuOWMtMC40LDAtMC42LDAuMS0wLjYsMC40bC0wLjYsMi44djQuOQ0KCWw0LjYsMTkuNGMwLjEsMC40LDAsMC42LTAuNSwwLjZoLTQuMnYwLjhoNC42YzAuMywwLDAuNCwwLjEsMC41LDAuNGwzLjIsMTMuMmMwLjIsMSwwLjMsMS43LDAuMywyLjFjMCwwLjYtMC4zLDAuOS0wLjksMC45aC0xLjUNCgljLTAuNCwwLTAuNiwwLjEtMC42LDAuM2MwLDAuMywwLjIsMC40LDAuNiwwLjRoMTMuMUMtNTEuOSwyMi43LTUxLjcsMjIuNS01MS43LDIyLjJ6Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNLTMzLjEsMjIuNWMtMC4zLDAtMC42LDAtMC45LDBoLTE1LjVjLTAuNCwwLTAuNi0wLjEtMC42LTAuNGMwLTAuMiwwLjItMC4zLDAuNi0wLjNoMi4yDQoJYzAuNSwwLDAuNy0wLjksMC43LTIuNnYtMzkuM2MwLTEuOC0wLjItMi42LTAuNy0yLjZoLTIuMmMtMC40LDAtMC42LTAuMS0wLjYtMC40czAuMi0wLjQsMC42LTAuNGgxNS40YzAuMywwLDAuNiwwLDAuOSwwdjAuOQ0KCWMtMC4zLDAtMC43LTAuMS0xLjEtMC4xaC00LjNjLTAuNCwwLTAuNiwwLjEtMC42LDAuNHY0My41YzAsMC4zLDAuMiwwLjQsMC41LDAuNGg0LjVjMC4zLDAsMC43LDAsMC45LTAuMUwtMzMuMSwyMi41TC0zMy4xLDIyLjV6DQoJIE0tMTguMy0wLjhjMC02LjQtMS40LTExLjYtNC0xNS45Yy0yLjctNC4yLTYuNC02LjQtMTAuOS02Ljd2MC45YzIsMC4zLDMuNSwxLjcsNC4zLDMuOWMwLjYsMS45LDEuMSw0LjcsMS4zLDguNw0KCWMwLjQsNi4yLDAuNCwxMi4yLDAsMTguNWMtMC4yLDQuMy0wLjYsNy4zLTEuMiw4LjljLTAuOSwyLjUtMi40LDMuOS00LjUsNC4xdjAuOWM0LjctMC4zLDguNC0yLjUsMTEuMS02LjgNCglDLTE5LjUsMTEuNi0xOC4zLDYuMS0xOC4zLTAuOHoiLz4NCjxyZWN0IHg9Ii0zNDIuNCIgeT0iLTM2LjEiIGZpbGw9IiNFQTBBMEEiIHdpZHRoPSIzOTUiIGhlaWdodD0iNy42Ii8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNMC45LDIzLjJjLTQuOSwwLTguOS0yLjQtMTEuNy03Yy0yLjctNC4zLTQtOS45LTQtMTYuNGMwLTYuOSwxLjMtMTIuMywzLjktMTYuN0MtOC4yLTIxLjYtNC4yLTI0LDAuOC0yNA0KCXYwLjdjLTIuOCwwLTQuNywxLjctNS42LDQuOGMtMC40LDEuMy0wLjYsNC4yLTAuOSw4LjljLTAuMyw2LjQtMC4zLDEyLjYsMCwxOWMwLjIsNCwwLjYsNi45LDEuMSw4LjZjMSwzLjIsMi43LDQuOCw1LjMsNC44aDAuMQ0KCUwwLjksMjMuMkwwLjksMjMuMnogTTE2LjctMC43YzAtNi43LTEuNC0xMi00LTE2LjRjLTIuOS00LjctNi45LTctMTEuNy03djAuN2gwLjFjMi41LDAsNC4zLDEuNiw1LjMsNC43YzAuNSwxLjcsMC44LDQuNCwxLjEsOC42DQoJQzcuOC0zLjgsNy44LDIuNSw3LjUsOWMtMC4yLDQuNi0wLjUsNy42LTAuOSw4LjlDNS43LDIxLDMuOSwyMi42LDEsMjIuN3YwLjdjNS4xLDAsOS4yLTIuNCwxMS44LTcuMUMxNS40LDExLjcsMTYuNyw2LjIsMTYuNy0wLjd6Ig0KCS8+DQo8cGF0aCBmaWxsPSIjMUYxRTIxIiBkPSJNMzUuNy0xLjZjLTAuMSwwLTAuMywwLTAuNSwwaC0zLjZjLTAuNCwwLTAuNiwwLjEtMC42LDAuNXYxOS45YzAsMS44LDAuMiwyLjYsMC43LDIuNmgyLjENCgljMC40LDAsMC42LDAuMSwwLjYsMC4zYzAsMC4zLTAuMiwwLjQtMC42LDAuNEgyMC43Yy0wLjQsMC0wLjYtMC4xLTAuNi0wLjRjMC0wLjIsMC4yLTAuMywwLjYtMC4zaDIuMmMwLjQsMCwwLjYtMC45LDAuNi0yLjZ2LTM5LjMNCgljMC0xLjgtMC4yLTIuNi0wLjYtMi42aC0yLjJjLTAuNCwwLTAuNi0wLjEtMC42LTAuM2MwLTAuMywwLjItMC40LDAuNi0wLjRoMTUuMXYwLjhjLTAuMSwwLTAuMSwwLTAuMiwwaC0zLjkNCgljLTAuNCwwLTAuNiwwLjEtMC42LDAuNXYxOS44YzAsMC4zLDAuMiwwLjQsMC42LDAuNGgzLjloMC4xTDM1LjctMS42TDM1LjctMS42eiBNNTIuMywxOC44Yy0wLjMsMC0wLjYsMC4xLTAuNiwwLjUNCgljLTAuNCwxLjUtMS4yLDIuMy0yLjMsMi4zYy0xLjEsMC0xLjctMS4yLTEuNy0zLjR2LTcuN2MwLTMuOS0xLjEtNi45LTMuMS05LjJjLTEuOC0xLjktNC0zLjEtNi45LTMuNHYtMC4yYzIuOC0wLjMsNS0xLjQsNi45LTMuNA0KCWMyLTIsMi45LTQuNCwyLjktNy4yYzAtMy44LTEuMy02LjctMy42LTguNmMtMi4xLTEuOC00LjYtMi41LTcuOC0yLjVoLTAuN3YwLjhjMy4xLDAuMiw0LjYsMy43LDQuNiwxMC40YzAsMy44LTAuNCw2LjQtMS4yLDcuOQ0KCWMtMC43LDEuNS0xLjksMi4zLTMuNiwyLjN2MC43YzMuMSwwLjMsNC41LDIuNyw0LjYsNy40YzAsMS4zLDAsMi43LDAsNC41YzAsMi4zLDAsMy44LDAsNC42YzAsMi40LDAuNyw0LjIsMi4xLDUuNw0KCWMxLjQsMS41LDMuMiwyLjMsNS41LDIuM2MyLjUsMCw0LjEtMS4yLDQuOC0zLjNDNTIuNiwxOS4xLDUyLjUsMTguOCw1Mi4zLDE4Ljh6Ii8+DQo8L3N2Zz4NCg==) center center no-repeat;
  background-size: 250px;
  font-size: 0px;
}

@media (max-width: 480px) {
  /* line 1063, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .hybridauth-additional-info-form .logo-elespectador {
    width: 180px;
    height: 30px;
    margin: 0 auto 20px auto;
  }
}

/* line 1074, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.hybridauth-additional-info-form #edit-fset {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  width: 80%;
}

/* line 1080, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.hybridauth-additional-info-form #edit-fset legend {
  margin-bottom: 20px;
}

/* line 1082, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.hybridauth-additional-info-form #edit-fset legend .fieldset-legend {
  font-size: 30px;
  font-weight: bold;
}

/* line 1086, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.hybridauth-additional-info-form #edit-fset .fieldset-wrapper .fieldset-description {
  margin-bottom: 20px;
}

/* line 1089, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.hybridauth-additional-info-form #edit-fset .fieldset-wrapper .form-item-email #edit-email {
  margin: 20px 0;
  text-align: center;
  color: #000;
  border-radius: 0px;
  background: #f3f3f3;
}

/* line 1095, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.hybridauth-additional-info-form #edit-fset .fieldset-wrapper .form-item-email label {
  text-transform: capitalize;
}

/* line 1098, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.hybridauth-additional-info-form #edit-fset .fieldset-wrapper .form-actions input.form-submit {
  width: 100%;
  background: #da0000;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
  padding: 17px 0;
  border-radius: 0;
  margin: 0;
  transition: all 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  width: 250px;
  margin: 0 auto;
}

/* line 116, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
.hybridauth-additional-info-form #edit-fset .fieldset-wrapper .form-actions input.form-submit:hover {
  background: #ff0e0e;
}

@media (max-width: 480px) {
  /* line 1102, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .link-contraseña {
    text-align: right;
  }
}

/* line 1107, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
#edit-field-soy-mayor-de-edad label {
  display: block;
  margin-top: 12px;
}

@media (min-width: 766px) and (max-width: 769px) {
  /* line 1111, /Users/leidynbeltran/Documents/sites/ee_theme/sass/components/_transactionalZone.sass */
  .botones-login {
    position: relative;
    z-index: 9999;
    display: block;
    top: 25px;
    margin-top: -84px !important;
    margin-right: 70px !important;
  }
}
