/* Minify: at least one missing file. See http://code.google.com/p/minify/wiki/Debugging */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
* {
  padding: 0;
  margin: 0;
}
a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
body {
  background-color: #fff;
  font-family: Helvetica, Arial, sans-serif;
}
.container {
  margin: 0 auto;
  position: relative;
}
.container.flex {
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.navbar {
  width: 100%;
  min-height: 50px;
  background-color: #222;
  clear: both;
  margin-bottom: 10px;
  position: fixed;
  top: 0;
  z-index: 99;
}
.navbar-secondary {
  width: 100%;
  background-color: #222;
  clear: both;
  margin-bottom: 10px;
  position: fixed;
  z-index: 90;
  top: 50px;
  height: 50px;
  display: none;
}
.navbar .navbar-header,
.navbar .navbar-collapse {
  float: left;
}
.navbar .navbar-brand {
  background: transparent
    url("//cachicha.com/wp-content/themes/cachicha3/img/logo.cachicha.png")
    no-repeat center center;
  background-size: 100% auto;
  margin-right: 10px;
  width: 250px;
  height: 50px;
  display: block;
}
.navbar .navbar-right {
}
.navbar .navbar-right.social {
  list-style-type: none;
}
.navbar .navbar-right.social li {
  display: inline-block;
}
.navbar .navbar-right.social li > a {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 961px) {
  .navbar-form {
    margin-right: -15px;
    margin-left: -15px;
  }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 961px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 961px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 961px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 961px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
    position: absolute;
    right: 0;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.navbar ul.nav.navbar-nav,
#youtube ul,
#facebook ul,
#instagram ul {
  list-style-type: none;
  float: left;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-form .form-control {
    width: -webkit-fill-available !important;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.navbar ul.nav.navbar-nav,
#youtube ul,
#facebook ul,
#instagram ul {
  list-style-type: none;
  float: left;
}
#youtube ul,
#instagram ul,
#facebook ul,
#search .search-form {
  float: right;
}
.search-field {
  height: 36px;
  line-height: 36px;
  width: 340px;
  padding: 0 15px;
  margin-top: 5px;
  margin-right: 35px;
  box-sizing: border-box;
  border: none;
}
.navbar ul.nav.navbar-nav > li,
#youtube ul > li,
#instagram ul > li,
#facebook ul > li {
  display: inline-block;
  margin: 0;
}
.navbar ul.nav.navbar-nav > li > a,
#youtube ul > li > a,
#facebook ul > li > a,
#instagram ul > li > a {
  text-align: center;
  display: block;
  height: 50px;
  padding-right: 25px;
  padding-left: 25px;
  line-height: 50px;
  color: #fff;
}
#youtube ul > li > a {
  height: 50px;
  line-height: 50px;
  padding-left: 12px;
  padding-right: 12px;
}
.navbar ul.nav.navbar-nav > li > a:hover,
#youtube ul > li > a:hover,
#facebook ul > li > a:hover,
#instagram ul > li > a:hover {
  color: #9d9d9d;
  background-color: #000;
}
.xs-menu {
  display: none;
  color: #9d9d9d;
  float: right;
  font-size: 32px;
  margin: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1120px) {
  .navbar ul.nav.navbar-nav > li {
    display: block;
  }
  .navbar ul.nav.navbar-nav {
    width: 100%;
  }
  .navbar ul.nav.navbar-nav > li > a {
    text-align: left;
    height: 32px;
    padding: 10px;
    line-height: 32px;
  }
  .navbar-header {
    width: 100%;
  }
  .collapse.navbar-collapse {
    display: none;
    width: 100%;
  }
  .xs-menu {
    display: block;
  }
  #wp-admin-bar-wpengine_adminbar,
  #wp-admin-bar-wpseo-menu,
  #wp-admin-bar-stats {
    display: none;
  }
}
.footer {
  color: #fff;
  background-color: #222;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: -18px;
}
.footer ul {
  list-style-type: none;
  margin-left: 20px;
}
.footer .column {
  padding-right: 35px;
  padding-left: 35px;
}
.footer .column.middle {
  border-left: 1px solid #9d9d9d;
  border-right: 1px solid #9d9d9d;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #9d9d9d;
}
.footer .container.flex {
  justify-content: space-around;
}
@media screen and (max-width: 639px) {
  .footer .container.flex {
    flex-direction: column;
  }
  .footer .column.middle {
    border-left: none;
    border-right: none;
    border-top: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .mobile-app {
    display: none;
  }
  .archive-widget {
    display: none;
  }
  #youtube ul,
  #facebook ul,
  #instagram ul,
  #search .search-form {
    float: none;
  }
  .search-field {
    width: 98%;
    display: block;
    margin: 5px auto 0;
  }
}
body.home main.posts-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.home main.posts-container .posts-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 300px;
  width: 100%;
  margin-left: 30px;
}
body.home main.posts-container .posts-column:first-child {
  max-width: 460px;
  margin-left: 0px;
}
.tile {
  width: 100%;
  margin-bottom: 15px;
}
.tile.hot {
  background-color: #eee;
  padding: 10px 0;
}
.tile.ad {
  width: 100%;
}
.tile.bajar {
  max-width: 480px;
}
.tile.bajar article img {
  height: 300px;
}
@media screen and (max-width: 959px) {
  .tile.bajar {
    max-width: 100%;
  }
}
.tile.contactar {
  min-width: 620px;
  float: left;
  margin-top: 10px;
}
#main-single {
  max-width: 640px;
  width: 100%;
}
#main-single .entry-content img {
  float: left;
  max-width: 100%;
  height: auto;
}
#main-single .entry-content .ad img {
  margin: inherit !important;
}
.entry-content {
  clear: both;
  width: 100%;
}
.entry-content .wp-block-embed__wrapper,
.entry-content .jwplayer {
  margin-bottom: 15px;
}
.entry-content p:first-of-type {
  margin-bottom: 15px !important;
}
.entry-content p:last-of-type {
  width: 100%;
  margin-bottom: 0;
}
.entry-content p:empty {
  display: none;
}
#secondary {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .tile.contactar {
    min-width: 100%;
    margin: 0;
  }
  .tile.sidebar {
    min-width: 100%;
    margin: 0;
  }
  #main-single {
    min-width: 100%;
  }
  #secondary {
    display: none;
  }
}
.pad5 {
  padding: 5px;
}
.pad10 {
  padding: 10px;
}
.pad15 {
  padding: 15px;
}
.pad20 {
  padding: 20px;
}
article.entry a {
  color: #000;
}
.tile + .tile {
}
.posts-column .tile {
  margin-left: 0px;
}
@media screen and (min-width: 1120px) {
  .tile:nth-child(3n + 4) {
    margin-left: 0;
  }
}
.tile article.entry {
  background-color: #fff;
  border-bottom: 2px solid #4ea4db;
}
.archive .posts-column-content > ul > li > article,
.search-results .posts-column-content > ul > li > article,
.home .posts-container > #content_local > ul > li > article {
  border-bottom: 2px solid #4ea4db;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.tile.rising article.entry {
  height: 100%;
}
.tile.hot article.entry {
  border-bottom: 4px solid #c01219;
}
.featured.tile article.entry {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.tile article.entry .title-container {
  margin: 10px;
  padding: 10px;
  position: relative;
  background-color: #fff;
}
.tile article.entry .title-container h2 {
  font-weight: normal;
  font-size: 1.25em;
}
.hot.tile article.entry {
  margin-bottom: 45px;
}
.hot.tile article.entry:last-child {
  margin-bottom: 0;
}
.hot.tile article.entry .title-container {
  margin-top: -30px;
}
.rising.tile article.entry .title-container {
  padding: 0 0 10px 0;
}
.rising.tile article.entry .title-container h2,
.archives .tile article.entry .title-container h2,
._archives .tile article.entry .title-container h2 {
  font-size: 1em;
}
.entry.featured figure {
  height: 490px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 20%;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.entry.featured figure > div {
  display: block;
  float: left;
  height: 190px;
  padding: 20px 0 0 0;
}
.entry.featured figure > div:first-child {
  height: 260px;
  padding: 0;
  background-color: #393939;
}
.featured.carrousel {
  margin-top: 10px;
  margin-bottom: 15px;
}
a.link-block,
a.link-block:hover,
a.link-block:visited,
a.link-block:active {
  color: #000;
  display: block;
  width: 100%;
  height: auto;
}
a.link-block-auto,
a.link-block-auto:hover,
a.link-block-auto:visited,
a.link-block-auto:active {
  height: auto;
}
.entry.featured figure h2 {
  text-align: left;
  font-size: 20px;
  padding-bottom: 6px;
}
.entry figure.content-feed h2 {
  text-align: left;
  font-size: 16px;
  padding-bottom: 4px;
}
.home #column-2 .entry figure.content-feed h2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  padding-bottom: 0;
  margin-bottom: 4px;
}
.entry.featured figure h3,
.entry.featured figure h3 > .entry-meta > a,
.entry figure.content-feed h3,
.entry figure.content-feed h3 > .entry-meta > a {
  color: #d9224f;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 4px;
}
.entry figure.content-feed h3,
.entry figure.content-feed h3 > .entry-meta > a {
  font-size: 10px;
  line-height: 10px;
  padding-bottom: 7px;
}
.entry.featured figure h4,
.entry figure.content-feed h4,
h4.entry-date-block,
.single-post .title-container h4 {
  display: flex;
  justify-content: left;
  color: #4ea4db;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}
.entry figure.content-feed h4,
h4.entry-date-block {
  font-size: 11px;
  line-height: 15px;
}
.entry.featured figure h4:before,
.entry figure.content-feed h4:before,
h4.entry-date-block:before,
.single-post .title-container h4:before {
  content: " ";
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("/wp-content/uploads/date.png");
  margin-right: 4px;
  background-size: contain;
}
.entry figure.content-feed h4:before,
h4.entry-date-block:before,
.single-post .post-content .title-container h4:before {
  width: 13px;
  height: 13px;
  margin-right: 3px;
}
.entry p.clip90 {
  display: -webkit-box;
  max-height: 80px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}
.home
  > .container
  > .posts-container
  > #content_local
  > ul
  > li#column
  > article.featured
  p.clip90 {
  max-height: 95px;
  -webkit-line-clamp: 5;
}
#featured-col1 p.clip90 {
  display: inline !important;
  max-height: unset;
  overflow: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}
.entry-meta a {
  font-size: 0.75em;
  text-transform: uppercase;
  line-height: 25px;
}
.box {
  background: white;
}
.box h3 {
  margin: 10px 0;
}
.box.separated {
  margin-bottom: 10px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
#main {
  max-width: 1120px;
}
.archives,
._archives {
  position: relative;
}
.archive .page-header,
.search-results .page-header {
  margin: 10px auto;
}
.brightcove-player {
  width: 100%;
  padding-bottom: 40%;
}
.brightcove-player .vjs-big-play-button {
  left: 0 !important;
  position: relative !important;
  margin: 0 auto !important;
  top: 30% !important;
  transform: translateY(90%) !important;
}
.brightcove-player .vjs-big-play-button:before {
  line-height: 100px !important;
}
@media screen and (max-width: 600px) {
  .brightcove-player .vjs-big-play-button {
  }
  .brightcove-player {
  }
}
.unit {
  margin: 0 auto;
  text-align: center;
  clear: both;
}
.unit.u970x90,
.unit.u728x90,
.unit.u320x50 {
  display: none;
}
@media screen and (min-width: 1120px) {
  .unit.u970x90 {
    display: block;
    width: 1120px;
    height: 90px;
  }
  #sas_30452 img {
    width: 1120px !important;
    height: 104px !important;
  }
}
@media screen and (max-width: 989px) and (min-width: 748px) {
  .unit.u728x90 {
    display: block;
    width: 728px;
    height: 90px;
  }
}
@media screen and (max-width: 747px) {
  .unit.u320x50 {
    display: block;
    width: 320px;
    height: 50px;
  }
}
@media screen and (min-width: 1120px) {
  .container {
    width: 1120px;
  }
  .tile.featured {
    min-width: 1120px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  main.posts-container {
    padding: 10px;
  }
  .tile {
    padding: 10px;
    margin: 0 auto !important;
  }
  .tile.ad {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .container {
    width: 100%;
  }
  .tile.hot,
  .tile.rising,
  .tile.ad {
    max-width: 470px;
    min-width: auto;
  }
  .tile.featured {
    min-width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .featured {
    width: 100%;
  }
  .tile {
    padding: 10px;
    margin: 0 auto !important;
  }
  main.posts-container {
    padding: 10px;
  }
  .tile.featured article.entry {
  }
}
.archive-widget {
  margin: 0 10px;
}
.archive-widget a {
  color: #4d4d4d;
}
.archive-widget ul {
  margin-left: 0;
  list-style: none;
}
.year-heading {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin: 0 0px 10px;
  line-height: 32px;
}
.widget_calendar {
  margin: 0 10px;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin: 0 0px 10px;
  line-height: 32px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 4px;
}
#wp-calendar tbody td a {
  display: block;
}
#wp-calendar tbody td:hover {
  background: #fff;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
}
.gform_button.button,
.button.button-blue {
  color: white;
  padding: 10px 25px;
  background-color: #1565c0;
  border: 1px solid #154b96;
}
.single #search,
.single #archives {
  display: none;
}
@media screen and (max-width: 728px) {
  html #wpadminbar {
    position: fixed;
  }
}
.social-buttons {
  margin: 0;
  list-style: none;
}
.social-buttons li {
  float: left;
  margin-right: 3px;
}
.cycle-slideshow {
  overflow: hidden;
}
.cycle-slideshow img {
  width: 100%;
  height: auto;
}
.search .cachicha-gallery-wrap {
  width: 380px;
  height: 285px;
}
.cachicha-gallery {
  position: relative;
}
.cachicha-gallery span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 7px;
  background: #002f65;
  color: white;
  z-index: 1000;
}
.post-content .cachicha-gallery img.alignleft {
  float: left;
  border: none;
  margin: 0;
  padding: 0;
}
.sprite {
  background: url("/wp-content/themes/cachicha3/img/sprite.png") no-repeat top
    left;
  width: 30px;
  height: 30px;
}
.sprite.android {
  background-position: 0 0;
}
.sprite.android-footer {
  background-position: 0 -40px;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.sprite.daoc {
  background-position: 0 -82px;
  width: 90px;
  height: 84px;
  display: inline-block;
}
.sprite.dmsc {
  background-position: 0 -176px;
  width: 90px;
  height: 84px;
  display: inline-block;
}
.sprite.email {
  background-position: 0 -270px;
}
.sprite.facebook {
  background-position: 0 -310px;
}
.sprite.google {
  background-position: 0 -350px;
}
.sprite.instagram {
  background-position: 0 -390px;
}
.sprite.iphone {
  background-position: 0 -430px;
}
.sprite.iphone-footer {
  background-position: 0 -470px;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.sprite.pinterest {
  background-position: 0 -512px;
}
.sprite.rss {
  background-position: 0 -552px;
}
.sprite.twitter {
  background-position: 0 -592px;
}
.sprite.youtube {
  background-position: 0 -632px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoAdUiSkipContainer,
.videoAdUiPreSkipContainer {
  bottom: 40px !important;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.slick-next,
.slick-prev {
  z-index: 1000;
}
p + p {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  #jp-relatedposts
    .jp-relatedposts-items
    .jp-relatedposts-post.jp-relatedposts-post0 {
    width: 100%;
  }
  #jp-relatedposts
    .jp-relatedposts-items
    .jp-relatedposts-post.jp-relatedposts-post0
    img.jp-relatedposts-post-img {
    width: 100%;
    height: auto;
  }
  #jp-relatedposts
    .jp-relatedposts-items
    .jp-relatedposts-post.jp-relatedposts-post2 {
    clear: none !important;
  }
}
#main-single .aunit-single-300x250 {
  display: none !important;
}
@media only screen and (max-width: 747px) {
  #main-single .aunit-single-300x250 {
    display: block !important;
    margin: 15px 0;
    text-align: center;
  }
}
.vjs-progress-control.vjs-control {
  height: 5px;
  top: -5px;
}
#jp-relatedposts {
  margin: 0 0 1em !important;
}
blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}
blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}
blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}
.social-header {
  display: none !important;
  background-color: #992a5e;
  margin-top: 50px;
  z-index: 99;
  width: 100%;
  height: 30px;
}
.social-header.facebook {
  background-color: #3b5998;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.social-header.instagram {
  background-color: #992a5e;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.social-header.youtube {
  background-color: #f00;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.social-header.grey {
  background-color: #ee802f;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.social-header.pinterest {
  background-color: #e60023;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.social-header.twitter {
  background-color: #00acee;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.social-header .social {
  padding: 0 5px;
}
.social-header .social ul {
  list-style-type: none;
}
.social-header .social ul li {
  display: inline-block;
}
.social-header .social ul li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  display: flex;
  align-items: center;
}
.social-header .social ul li > a span {
  margin-left: 5px;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}
