@charset "UTF-8";

/*!
Template Name: Tahreer
Template URI: http://energeticthemes.com/templates/tahreer/
Author: EnergeticThemes
Author URI: https://amjadalii.com
Description: A Template for Magazine, Blog and Shop.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Layout
	## Main
	## Header
	## Page main title
	## Footer
	## Posts
	## Shop
	## Components
	## Search
# Elements
	## Accordion
	## Quote
	## Countdown
# Blocks
	## Member content - Team member
	## Pricing table
	## Quote
	## Testimonials
# Modules
	## Slider
# Comments
# 404
# Widgets
# Utilities
*/
/*** Websites languages direction ***/
html {
  height: 100%;
  width: 100%;
  font-size: 19px;
  overflow: hidden;
  position: relative;
}

body {
  height: 100%;
  width: 100%;
  /* overflow-x: hidden; */
  overflow: hidden;
  position: relative;
}

html,
body {
  /* box-sizing: content-box; */
  box-sizing: border-box;
}

/* PRELOADER */

#preloader {
  background-color: #fff;
  bottom: 0;
  position: fixed;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 99999999
}

#preloader #status {
  background: url('../images/status.gif') no-repeat center;
  height: 200px;
  margin: -100px 0 0 -100px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 200px
}


#wrapper {
  width: 100vw;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-anchor: none;
}

#section {
  width: 100vw;
  height: 100%;
  /* padding-top: 80px; */
  box-sizing: content-box;
}
.somos #section{
  height: auto;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  /* color: rgba(0, 0, 0, 0.8); */
  color: #b7d69b;
}

a:hover{
  color: #b7d69b;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.relative {
  position: relative !important;
}

figure {
  position: relative;
}

.container {
  height: auto;
}

.container-full {
  width: 100vw;
}

.trans-03 {
  transition: all 0.3s ease !important;
}

[dir='rtl'] body {
  text-align: right;
}

.site-content {
  overflow: hidden;
  z-index: 2;
  padding-top: 3em;
}

.entry-media.play::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ico_play.svg) no-repeat center center;
  background-size: 50px;
  z-index: 2;
}

.entry-media,
.entry-header,
.entry-footer,
.container-small {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.entry-media {
  max-width: 1200px;
}

.entry-content{
  word-break: break-word;
}

.entry-content-wrapper .entry-content .entry-copete{
  margin: 10px auto !important;
}
.entry-content-wrapper .entry-content .entry-copete p{
  font-size: 1rem;
}

.entry-content>*,
.entry-summary>* {
  margin: 20px auto;
  max-width: 770px;
}

.entry-content>*:not(ul):not(ol):not(dl),
.entry-summary>*:not(ul):not(ol):not(dl) {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 769px) {

  .entry-content>*,
  .entry-summary>* {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.entry-content>*:not(p):not(ul):not(ol),
.entry-summary>*:not(p):not(ul):not(ol) {
  margin: 32px auto;
}

@media screen and (min-width: 769px) {

  .entry-content>*:not(p):not(ul):not(ol),
  .entry-summary>*:not(p):not(ul):not(ol) {
    margin-bottom: 20px;
    margin-top: 0px;
  }
}

.entry-content>*:first-child,
.entry-summary>*:first-child {
  margin-top: 0 !important;
}

.entry-content>*:last-child,
.entry-summary>*:last-child {
  margin-bottom: 0 !important;
}

.entry-content>*>*:first-child,
.entry-summary>*>*:first-child {
  margin-top: 0;
}

.entry-content>*>*:last-child,
.entry-summary>*>*:last-child {
  margin-bottom: 0;
}

.entry-content>*.alignwide,
.entry-summary>*.alignwide {
  max-width: 1200px;
}

@media screen and (min-width: 769px) {

  .entry-content>*.alignwide,
  .entry-summary>*.alignwide {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

.entry-content>*.alignfull,
.entry-summary>*.alignfull {
  margin: 40px 0;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 769px) {

  .entry-content>*.alignfull,
  .entry-summary>*.alignfull {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}

.entry-content>*.alignleft,
.entry-summary>*.alignleft {
  margin-right: 20px;
  max-width: 100%;
}

@media screen and (min-width: 499px) {

  .entry-content>*.alignleft,
  .entry-summary>*.alignleft {
    float: left;
    margin-right: 40px;
    margin-top: 0;
    max-width: 300px !important;
  }
}

@media screen and (min-width: 769px) {

  .entry-content>*.alignleft,
  .entry-summary>*.alignleft {
    margin-left: calc(50% - 365px);
  }
}

.entry-content>*.alignright,
.entry-summary>*.alignright {
  margin-left: 20px;
}

@media screen and (min-width: 499px) {

  .entry-content>*.alignright,
  .entry-summary>*.alignright {
    float: right;
    margin-left: 40px;
    margin-top: 0;
    max-width: 300px !important;
  }
}

@media screen and (min-width: 769px) {

  .entry-content>*.alignright,
  .entry-summary>*.alignright {
    margin-right: calc(50% - 365px);
  }
}

@media screen and (max-width: 498px) {

  .entry-content>* .alignleft>figcaption,
  .entry-content>* .alignright>figcaption,
  .entry-summary>* .alignleft>figcaption,
  .entry-summary>* .alignright>figcaption {
    display: block !important;
  }
}

.entry-content>img {
  display: block;
}

.container .entry-media,
.container .entry-header,
.container .entry-footer,
.container .container-small,
.container .entry-content>*,
.container .entry-summary>*,
.container-fluid .entry-media,
.container-fluid .entry-header,
.container-fluid .entry-footer,
.container-fluid .container-small,
.container-fluid .entry-content>*,
.container-fluid .entry-summary>* {
  padding-left: 0;
  padding-right: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 0 !important;
  padding-top: 10px;
  position: relative;
}

.entry-content h1:target::before,
.entry-content h2:target::before,
.entry-content h3:target::before,
.entry-content h4:target::before,
.entry-content h5:target::before,
.entry-content h6:target::before {
  border-left: 5px solid #f2f2f2;
  content: "";
  height: 50%;
  height: calc(100% - 5px);
  left: 0;
  position: absolute;
  top: 5px;
}

.entry-content h1+p,
.entry-content h2+p,
.entry-content h3+p,
.entry-content h4+p,
.entry-content h5+p,
.entry-content h6+p {
  margin-top: 15px;
}

.entry-content h1+ul,
.entry-content h1+ol,
.entry-content h2+ul,
.entry-content h2+ol,
.entry-content h3+ul,
.entry-content h3+ol,
.entry-content h4+ul,
.entry-content h4+ol,
.entry-content h5+ul,
.entry-content h5+ol,
.entry-content h6+ul,
.entry-content h6+ol {
  margin-top: 15px;
}

.entry-content h1+.wp-block-image,
.entry-content h1+.wp-block-gallery,
.entry-content h2+.wp-block-image,
.entry-content h2+.wp-block-gallery,
.entry-content h3+.wp-block-image,
.entry-content h3+.wp-block-gallery,
.entry-content h4+.wp-block-image,
.entry-content h4+.wp-block-gallery,
.entry-content h5+.wp-block-image,
.entry-content h5+.wp-block-gallery,
.entry-content h6+.wp-block-image,
.entry-content h6+.wp-block-gallery {
  margin-top: 25px !important;
}

.entry-content h1+div[class*="blockgallery"],
.entry-content h2+div[class*="blockgallery"],
.entry-content h3+div[class*="blockgallery"],
.entry-content h4+div[class*="blockgallery"],
.entry-content h5+div[class*="blockgallery"],
.entry-content h6+div[class*="blockgallery"] {
  margin-top: 25px;
}

@media (min-width: 576px) {
  .large-gutters {
    margin-right: -25px;
    margin-left: -25px;
  }

  .large-gutters>.col,
  .large-gutters>[class*='col-'] {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}

.small-gutters>.col,
.small-gutters>[class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.gallery-gutters {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-gutters>.col,
.gallery-gutters>[class*='col-'] {
  padding: 15px;
}

.small-gallery-gutters {
  margin: -5px;
}

.small-gallery-gutters>.col,
.small-gallery-gutters>[class*='col-'] {
  padding: 5px;
}

.xs-gallery-gutters {
  margin: -2.5px;
}

.xs-gallery-gutters>.col,
.xs-gallery-gutters>[class*='col-'] {
  padding: 2.5px;
}

.all-text-white,
.all-text-white * {
  color: #fff;
}

.all-text-white a:hover,
.all-text-white * a:hover {
  color: white;
}

.accent-bg-color {
  background-color: #faf7f2;
  background: linear-gradient(rgba(250, 247, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

p.has-drop-cap:not(:focus):after {
  content: "";
  display: table;
  clear: both;
  padding-top: 1rem;
}

p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 4rem;
  line-height: .68;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  height: 120px;
  background: white;
  position: sticky;
  width: 100vw;
  z-index: 999;
  top: 0;
  left: 0;
  border-bottom: solid 1px #f2f2f2;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid #b7d69b;
}

.site-header.shrink {
  height: 80px;
}

@media (max-width: 1279px) {
  .site-header {
    height: 100px;
  }
}

.navbar {
  height: 100%;
}

.navbar .container {
  height: 100%;
}

.site-header .navbar .navbar-brand {
  /* max-width: 100px; */
  margin-right: 1rem;
  margin-left: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.site-header .navbar .navbar-brand img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  object-fit: contain;
}

.site-header.shrink .navbar .navbar-brand img {
  max-height: 60px;
}

@media (max-width: 1279px) {
  .site-header .navbar .navbar-brand img {
    max-height: 85px;
  }
}

.site-header .navbar .navbar-nav .dropdown-toggle::after {
  margin-left: 0.1785em;
  margin-right: 0;
}

.site-header .navbar li {
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 992px) {
  .site-header .navbar .navbar-nav .dropdown-menu {
    top: calc(100% - 2px);
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.15);
  }

  .site-header .navbar .navbar-nav .dropdown-menu::before {
    border-style: solid;
    border-width: 0 10px 11px;
    top: -22px;
    content: "";
    height: 0;
    position: absolute;
    left: 1.5rem;
    width: 0;
    margin-top: 10px;
    border-color: transparent transparent #eaeaea;
  }

  .site-header .navbar .navbar-nav .dropdown-menu::after {
    border-style: solid;
    border-width: 0 10px 11px;
    top: -20px;
    content: "";
    height: 0;
    position: absolute;
    left: 1.5rem;
    width: 0;
    margin-top: 10px;
    border-color: transparent transparent #fff;
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar .navbar-nav .dropdown-menu {
    border: solid 1px #f2f2f2;
    border-radius: 0;
  }

  .navbar-collapse {
    position: fixed;
    top: 80px;
    width: 100vw;
    left: 0;
    background: white;
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar .navbar-nav .dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0 0 0px 30px;
    background: #fefefe;
    color: rgba(0, 0, 0, 0.5);
    position: absolute;
    box-shadow: 2px 2px 5px #ddd;
  }

  .site-header .navbar .navbar-nav .dropdown-menu .dropdown-item {
    color: rgba(0, 0, 0, 0.7);
  }

  .site-header .navbar .navbar-nav .dropdown-menu .dropdown-item.active {
    color: #b7d69b;
  }
  
}

@media (max-width: 991.98px) {
  .site-header .navbar .navbar-nav {
    background-color: #faf7f2;
    padding: 0.5rem 2rem 0rem;
  }

  .site-header .navbar .navbar-nav li:not(:first-child) {
    border-top: solid 1px #f2f2f2;
  }
}

.site-header .navbar .nav-item {
  font-family: "Lato", sans-serif;
}

@media (max-width: 1200px) {

  .site-header .navbar .nav-item,
  .site-header .navbar .dropdown-item {
    font-size: 0.8rem;
  }
}

@media (max-width: 991px) {

  .site-header .navbar .nav-item,
  .site-header .navbar .dropdown-item {
    font-size: 0.9rem;
  }
}

.nav-link.buscar img,
.buscador .buscar img {
  width: 20px;
  opacity: 0.5;
}

.nav-link.buscar {
  cursor: pointer;
  min-width: 20px;
}

.nav-link.buscar:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .nav-link.buscar img {
    margin-right: 5px;
  }
}

.buscador {
  position: sticky;
  /* max-height: 0; */
  opacity: 0;
  top: 50px;
  z-index: 100;
  /* border-radius: 0; */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-top: -50px;
}

.buscador.show {
  /* max-height: 200px; */
  opacity: 1;
  top: 120px;
  /* margin-top: 0; */
  /* border: 1px solid #ced4da; */
  border-radius: .15rem;
}

.buscador.show.shrink {
  top: 80px;
}

.buscador .form-control:focus {
  box-shadow: none;
  border-color: #ddd;
}

@media (max-width: 1279px) {
  .buscador.show {
    top: 100px
  }

  .buscador.show.shrink {
    top: 80px
  }
}

.buscador button,
.buscador a {
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  height: 50px;
}

.buscador button:hover,
.buscador a:hover {
  color: rgba(0, 0, 0, 0.8)
}

.buscador .cerrar {
  width: 40px;
  padding: 0;
  margin: 0;
}

.buscador .form-control {
  width: calc(100% - 150px);
  border: none;
  border-radius: 0px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

@media (max-width: 767px) {
  .buscador .form-control {
    padding: .375rem 0.3rem;
  }
}

@media (max-width: 767px) {
  .buscador .form-control {
    width: calc(100% - 80px);
  }
}

.buscador .buscar {
  width: 110px;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .buscador .buscar {
    width: 40px;
  }
}

.buscador .buscar a {
  margin: auto;
  width: 100%;
  height: 50px;
  line-height: 47px;
}

.site-header .navbar .nav-item .nav-link{
  font-size: 0.95rem;
}

@media (min-width: 1200px) {
  .site-header .navbar .nav-item .nav-link {
    padding: 0;
    margin: auto 2rem auto 0;
  }
}

@media (max-width: 1199px) {
  .site-header .navbar .nav-item .nav-link {
    padding: 0;
    margin: auto 1.5rem auto 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar .nav-item .nav-link {
    padding: 0.1rem 0;
  }
}

@media (max-height: 530px) {
  .site-header .navbar .nav-item .nav-link {
    padding: 0;
  }
}

.site-header .navbar .navbar-nav a.active,
.site-header .navbar .dropdown.active>a,
.site-header .navbar .nav-item.show .nav-link {
  color: #b7d69b;
}

.site-header .navbar .navbar-search-bar {
  height: 100%;
}

@media (min-width: 992px) {
  .site-header .etcodes-mobile-logo {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .site-header {
    /* padding: 1.2rem 0; */
  }

  .site-header .etcodes-logo {
    display: none;
  }
}

.navbar .nav-item-search .navbar-search-bar input {
  /* border-width: 1px; */
  border-radius: 0;
  /* padding: 30px 1rem 30px 0; */
  padding: 0 1rem 0 0;
  /* border-color: #f2f2f2; */
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1.9;
}

.shrink .navbar .nav-item-search .navbar-search-bar input {
  /* line-height: 1.85; */
}

@media (min-width: 992px) {
  .navbar .nav-item-search .navbar-search-bar input {
    max-width: 220px;
    border-top: none;
    border-bottom: none;
    /* height: 94px; */
  }
}

@media (max-width: 1200px) {
  .navbar .nav-item-search .navbar-search-bar input {
    max-width: 140px;
    font-size: 0.8rem;
    /* line-height: 1.9; */
  }
}

@media (max-width: 991.98px) {
  .navbar .nav-item-search .navbar-search-bar input {
    max-width: 100%;
  }

  .navbar .nav-item-search .navbar-search-bar {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
  }
}

.navbar .navbar-nav .nav-item-search:not(:last-child) {
  margin-right: 0.5rem;
}

.navbar .nav-item-social-nav a:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 991.98px) {
  .navbar .nav-item-social-nav {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
  }

  .navbar .nav-item-social-nav a:not(:last-child) {
    margin-right: 1.3rem;
  }
}

/*--------------------------------------------------------------
# Page main title
--------------------------------------------------------------*/

#portada {
  height: calc(100% - 120px);
}

@media (max-width: 1279px) {
  #portada {
    height: calc(100% - 100px);
  }
}

@media (max-width: 991px) {
  #portada {
    height: calc(100% - 80px);
  }
}

.page-main-title {
  padding: 3rem 0;
  border-bottom: solid 1px #f2f2f2;
  margin-bottom: 4rem;
}

@media (max-width: 767.98px) {
  .page-main-title {
    padding: 2.5rem 0;
    margin-bottom: 2.5rem;
  }
}

.page-main-title .entry-title {
  margin-bottom: 10px;
  color: #999;
}

.page-main-title p {
  margin: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  font-size: 0.9375rem;
  font-family: "Lato", sans-serif;
}

.site-footer ol,
.site-footer ul {
  -webkit-padding-start: 1rem;
  -moz-padding-start: 1rem;
  padding-inline-start: 1rem;
}

.site-footer .footer-bottom-area {
  border-top: solid 1px #1e1e1e;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {

  footer p,
  footer a {
    font-size: 0.8rem;
  }
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.blog-post article {
  /* border-bottom: solid 1px #f2f2f2; */
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}

.blog-post .entry-media {
  margin-bottom: 0;
}

.blog-post .entry-content-wrapper {
  padding-top: 1.5rem;
}

.blog-post .entry-content-wrapper .entry-title {
  /*margin-bottom: 1rem;*/
  font-size: 1.6rem;
  color: #444;
}

.blog-post .col-lg-6 article,
.blog-post .col-md-6 article,
.blog-post .col-lg-4 article,
.blog-post .col-md-4 article,
.blog-post .col-lg-3 article,
.blog-post .col-md-3 article {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 3rem;
}

.blog-post .col-lg-6 .entry-content-wrapper,
.blog-post .col-md-6 .entry-content-wrapper,
.blog-post .col-lg-4 .entry-content-wrapper,
.blog-post .col-md-4 .entry-content-wrapper,
.blog-post .col-lg-3 .entry-content-wrapper,
.blog-post .col-md-3 .entry-content-wrapper {
  padding-top: 1rem;
}

.blog-post .col-lg-6 .entry-content-wrapper .entry-title,
.blog-post .col-md-6 .entry-content-wrapper .entry-title,
.blog-post .col-lg-4 .entry-content-wrapper .entry-title,
.blog-post .col-md-4 .entry-content-wrapper .entry-title,
.blog-post .col-lg-3 .entry-content-wrapper .entry-title,
.blog-post .col-md-3 .entry-content-wrapper .entry-title {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

.row>[class*='col-'] .blog-post .col-lg-6 .entry-content-wrapper .entry-title,
.row>[class*='col-'] .blog-post .col-md-6 .entry-content-wrapper .entry-title,
.blog-post .col-lg-4 .entry-content-wrapper .entry-title,
.blog-post .col-md-4 .entry-content-wrapper .entry-title {
  font-size: 1.2rem;
}

.row>[class*='col-'] .blog-post .col-lg-4 .entry-content-wrapper .entry-title,
.row>[class*='col-'] .blog-post .col-md-4 .entry-content-wrapper .entry-title,
.row.blog-post>.col-lg-3 .entry-content-wrapper .entry-title {
  font-size: 1rem;
}

.entry-meta-top {
  font-size: 68%;
  color: #666;
}

.entry-meta-top a {
  color: #666;
}

.entry-meta-top span {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.entry-meta-top span:not(:last-child) {
  margin-right: 1.25rem;
}

.entry-meta-top span i {
  margin-right: 0.25rem;
}

.entry-meta-top .entry-meta-category a:not(:last-child):after {
  content: "/";
  padding-left: 3px;
  padding-right: 3px;
}

.entry-footer {
  margin-top: 1rem;
}

.entry-footer .entry-meta-bottom {
  margin-top: 2rem;
}

.entry-footer .entry-author-container {
  line-height: 1.6;
  border-top: solid 1px #f2f2f2;
  margin-top: 2rem;
  padding-top: 2rem;
}

.entry-footer .entry-author-container {
  font-size: 16px;
}

@media screen and (min-width: 600px) {
  .entry-footer .entry-author-container {
    font-size: calc(16px + strip-unit(1px) * ((100vw - 600px) / strip-unit(600px)));
  }
}

@media screen and (min-width: 1200px) {
  .entry-footer .entry-author-container {
    font-size: 17px;
  }
}

@media screen and (min-width: 600px) {
  .entry-footer .entry-author-container {
    line-height: calc(1.3em + (1.6 - 1.3) * ((100vw - 18em)/(35 - 18)));
  }
}

@media screen and (min-width: 820px) {
  .entry-footer .entry-author-container {
    line-height: 1.7;
  }
}

.entry-footer .entry-author-container .caps {
  color: #999;
}

.entry-footer .navigation.post-navigation {
  border-top: solid 1px #f2f2f2;
  margin-top: 2rem;
  padding-top: 2rem;
  margin-bottom: -2px;
}

.entry-footer .navigation.post-navigation .nav-subtitle {
  color: #999;
}

.entry-footer .navigation.post-navigation .nav-subtitle {
  font-size: 15px;
}

@media screen and (min-width: 600px) {
  .entry-footer .navigation.post-navigation .nav-subtitle {
    font-size: calc(15px + strip-unit(1px) * ((100vw - 600px) / strip-unit(600px)));
  }
}

@media screen and (min-width: 1200px) {
  .entry-footer .navigation.post-navigation .nav-subtitle {
    font-size: 16px;
  }
}

.entry-footer .navigation.post-navigation .nav-title {
  font-family: "Lato", sans-serif;
  font-weight: 800;
}

.entry-footer .navigation.post-navigation .nav-title a {
  color: #999;
}

.entry-footer .navigation.post-navigation .nav-title a:hover {
  color: #737373;
}

.entry-tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-tags li {
  display: inline-block;
}

.entry-tags li.tags-icon {
  color: #999;
  margin-right: 0.5rem;
}

.entry-tags li a {
  background-color: #faf7f2;
  border: 1px solid #f2f2f2;
  border-radius: 50px;
  padding: 12px 20px;
  margin: 5px 0.5rem 5px 0;
  font-size: 80%;
  line-height: 1.1;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.entry-tags li a:hover {
  background-color: #f5efe5;
}

.entry-read-more {
  color: #999;
  font-size: 0.875rem;
}

.card-post-style article {
  border-bottom: none;
  padding-bottom: 0;
}

.card-post-style article .entry-content-wrapper {
  background-color: #faf7f2;
  padding: 1.5rem;
}

.blog-list-style article {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.blog-list-style article .entry-media {
  width: 100px;
  margin-right: 20px;
}

.blog-list-style article .entry-content-wrapper {
  padding-top: 0 !important;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.blog-list-style article .entry-content-wrapper .entry-title {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.blog-list-style div:last-child article {
  border-bottom: none;
}

.single-post article {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.single-post article .entry-content-wrapper {
  padding-top: 3.5rem;
}

@media (max-width: 991.98px) {
  .single-post article .entry-content-wrapper {
    padding-top: 2.5rem;
  }
}

@media (min-width: 992px) {
  .single-post article .entry-content-wrapper .entry-content .entry-header {
    margin-bottom: 3rem;
  }
}

.single-post article .entry-content-wrapper .entry-content .entry-header .entry-title {
  padding-top: 0;
  margin-bottom: 1rem !important;
}

.single-post article .entry-content-wrapper .entry-content .entry-media {
  margin-bottom: 50px;
}

.blog-slider.blog-post.tahreer-slider-one {
  height: 100%;
}

.blog-slider.blog-post.tahreer-slider-one article {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border: 0;
  height: 100%;
}

.blog-slider.blog-post.tahreer-slider-one article .entry-media {
  max-width: 100%;
  padding: 0;
}

@media (max-width: 991.98px) {
  .blog-slider.blog-post.tahreer-slider-one article .entry-content-wrapper .entry-title {
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
  }
}

@media (max-width: 767.98px) {
  .blog-slider.blog-post.tahreer-slider-one article .entry-content-wrapper .entry-title {
    font-size: 1.25rem;
    margin-top: 0;
  }
}

.blog-slider.blog-post.tahreer-slider-one article .entry-content-wrapper .entry-content p {
  padding: 0;
}

.entry-content-wrapper .entry-content p {
  font-size: 0.8rem;
}


.blog-slider.blog-post.tahreer-slider-one article .entry-content-wrapper .entry-content p.short {
  display: none;
}


@media (max-width: 991.98px) {
  .blog-slider.blog-post.tahreer-slider-one article .entry-content-wrapper .entry-content p.long {
    display: none;
  }

  .blog-slider.blog-post.tahreer-slider-one article .entry-content-wrapper .entry-content p.short {
    display: block;
  }
}

@media (min-width: 992px) {

  .blog-slider.blog-post.tahreer-slider-one .slick-prev,
  .blog-slider.blog-post.tahreer-slider-one .slick-next {
    top: initial;
    bottom: 30px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .blog-slider.blog-post.tahreer-slider-one .slick-next {
    left: initial;
    right: 30px;
  }

  .blog-slider.blog-post.tahreer-slider-one .slick-prev {
    left: initial;
    right: 110px;
  }
}

@media (max-width: 991.98px) {

  /* .blog-slider.blog-post.tahreer-slider-one .slick-prev,
  .blog-slider.blog-post.tahreer-slider-one .slick-next {
    top: 10px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .blog-slider.blog-post.tahreer-slider-one .slick-next {
    left: initial;
    right: 10px;
  }

  .blog-slider.blog-post.tahreer-slider-one .slick-prev {
    left: initial;
    right: 72px;
  } */
}

@media (max-width: 767.98px) {

  .blog-slider.blog-post.tahreer-slider-one .slick-prev,
  .blog-slider.blog-post.tahreer-slider-one .slick-next {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .blog-slider.blog-post.tahreer-slider-one .slick-next {
    left: unset;
    right: 10px;
  }

  .blog-slider.blog-post.tahreer-slider-one .slick-prev {
    left: 10px;
    right: unset;
  }
}


/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.shop-item-toolbar {
  margin-bottom: 2.5rem;
}

/* Products */
.products {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.products .product {
  margin-bottom: 1.5rem;
}

.products .product:hover .product-img-wrapper .btn-add-to-cart {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.products .product .product-img-wrapper {
  position: relative;
  overflow: hidden;
}

.products .product .product-img-wrapper .btn-add-to-cart {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(105%);
  -ms-transform: translateY(105%);
  transform: translateY(105%);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.1s ease-out, color 0.1s ease-out;
  -webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out, -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.1s ease-out, color 0.1s ease-out, -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.1s ease-out, color 0.1s ease-out;
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.1s ease-out, color 0.1s ease-out, -webkit-transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.products .product .product-content-wrapper {
  padding: 1rem 0;
}

.products .product .product-content-wrapper .product-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.products .product .product-content-wrapper .price {
  font-family: "Lato", sans-serif;
  display: block;
}

@media (max-width: 767.98px) {
  .row>[class*='col-'] .row .product {
    padding-right: 0;
    padding-left: 0;
  }
}

/**** Single Product ****/
.single-product-content:after {
  content: "";
  display: block;
  clear: both;
}

.single-product-content .single-product-images .single-product-image:after {
  content: "";
  clear: both;
  display: block;
}

.single-product-content .single-product-images .product-images-gallery {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.single-product-content .single-product-images .product-images-gallery li {
  padding: 0px 0.5rem 0;
  width: 25%;
}

.single-product-content .product-title {
  margin-bottom: 0.5rem;
}

.single-product-content .single-product-cat {
  font-size: 14px;
  margin-bottom: 8px;
}

.single-product-content .single-product-price {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.single-product-content .single-product-rating {
  margin-bottom: 0.5rem;
}

.single-product-content .single-product-rating .rating {
  color: #b7d69b;
}

.single-product-content .single-product-rating .rating-count {
  font-size: 15px;
}

.single-product-content .single-product-description {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.single-product-content .add-to-cart-warp .quantity {
  position: relative;
  float: left;
  margin-right: 0.5rem;
}

.single-product-content .add-to-cart-warp .quantity .total-quantity {
  padding-right: 0.4545454545rem;
  padding-left: 0.8rem;
  max-width: 70px;
}

.single-product-content .in-stock {
  float: right;
}

.single-product-content .single-product-meta {
  font-size: 0.875rem;
  border-top: solid 1px #f2f2f2;
  margin-top: 2rem;
  padding-top: 1.6rem;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

.single-product-content .single-product-meta li span {
  font-weight: 700;
}

.single-product-content .single-product-meta li span span {
  font-weight: 400;
}

.product-extra-info {
  margin-top: 18px;
}

.related-products {
  margin-bottom: 70px;
}

@media only screen and (max-width: 450px) {
  .products {
    margin-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .products li {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
  }
}

.widget ul.product-filterBySize,
.product-filterBySize {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 0.8125rem;
}

.widget ul.product-filterBySize li,
.product-filterBySize li {
  display: inline-block;
}

.widget ul.product-filterBySize li a,
.product-filterBySize li a {
  display: block;
  background: #faf7f2;
  padding: 0.9rem;
  text-align: center;
  line-height: 1;
  min-width: 55px;
  margin-right: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
  border: solid 1px #f2f2f2;
}

.widget ul.product-filterBySize li a:hover,
.product-filterBySize li a:hover {
  color: #fff;
  background-color: #b7d69b;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.pagination li:not(:last-child) {
  margin-right: 0.8333333333rem;
}

.breadcrumb {
  font-size: 0.875rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  color: #242424;
}

table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #f2f2f2;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f2f2f2;
}

table tbody+tbody {
  border-top: 2px solid #f2f2f2;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search-form {
  position: relative;
}

.search-form .search-field {
  margin: 0;
}

.search-form .search-submit {
  bottom: 3px;
  padding: 0.2em 0.8em;
  position: absolute;
  right: -2px;
  top: 2px;
  height: 46px;
}

.search-form .search-submit .icon {
  fill: #000;
  height: 27px;
  top: 0.05em;
  position: relative;
  width: 27px;
}

@media only screen and (min-height: 500px) {
  .search-no-results .site-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: -1;
  }
}

.search-no-results .search-wrapper {
  margin: 0 auto !important;
  padding: 0;
  text-align: center;
}

.search-no-results .page-header {
  margin: 0 auto 15px;
}

.search-no-results .site-footer {
  display: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion>.card {
  overflow: hidden;
  margin-bottom: 1rem;
  border: solid 1px #f2f2f2 !important;
}

.accordion .card-header {
  padding: 0.2rem 0;
  margin-bottom: -1px;
  border-bottom: 0;
  background-color: #faf7f2;
}

/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/
blockquote:not(.is-style-large),
.wp-block-quote:not(.is-style-large) {
  border-left: 4px solid #111;
  padding-left: 20px;
}

@media screen and (min-width: 600px) {

  blockquote:not(.is-style-large),
  .wp-block-quote:not(.is-style-large) {
    padding-left: 30px;
  }
}

@media screen and (min-width: 600px) {

  blockquote:not(.is-style-large) p,
  .wp-block-quote:not(.is-style-large) p {
    font-size: 1.25rem;
  }
}

blockquote:not(.is-style-large) cite,
.wp-block-quote:not(.is-style-large) cite {
  font-family: 80%;
}

blockquote p,
.wp-block-quote p {
  line-height: 1.7;
  margin-bottom: 0;
}

blockquote cite,
.wp-block-quote cite {
  color: #999;
  display: block;
  font-size: 80%;
  margin-top: 1rem;
}

blockquote.is-style-large,
.wp-block-quote.is-style-large {
  border-left: none;
  margin: 30px auto;
  padding-left: 50px;
}

blockquote.is-style-large p:first-of-type,
.wp-block-quote.is-style-large p:first-of-type {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5;
}

@media screen and (min-width: 600px) {

  blockquote.is-style-large p:first-of-type,
  .wp-block-quote.is-style-large p:first-of-type {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

blockquote.is-style-large cite,
.wp-block-quote.is-style-large cite {
  font-size: 0.875rem;
  margin-top: 0.35em;
  text-align: inherit;
  font-style: italic;
}

/*--------------------------------------------------------------
# Countdown
--------------------------------------------------------------*/
.countdown .countdown_value {
  font-size: 2.5rem;
  font-weight: 800;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
}

.countdown .countdown_value:not(:last-child) {
  padding-right: 2rem;
}

.countdown .countdown_value .countdown_lable {
  font-size: 1rem;
  display: block;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Member content - Team member
--------------------------------------------------------------*/
.member-content {
  margin-bottom: 2.5rem;
}

.member-content .member-text {
  padding-top: 1rem;
}

.member-content .member-text .member-name {
  margin-bottom: 0.3333333333rem;
}

.member-content .member-text .member-tag {
  margin-bottom: 0.6666666667rem;
  color: #999;
}

/*--------------------------------------------------------------
# Pricing table
--------------------------------------------------------------*/
.pricing-table-item {
  margin-bottom: 2rem;
  border: solid 1px #f2f2f2;
  padding: 2rem;
}

.pricing-table-item .pricing-table__title {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}

.pricing-table-item .pricing-table__price {
  margin-bottom: 1rem;
  font-weight: 800;
  font-family: "Lato", sans-serif;
}

.pricing-table-item .pricing-table__price * {
  display: inline;
  font-size: 1.25rem;
  color: #999;
  font-family: "Lora", serif;
}

.pricing-table-item .pricing-table__features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/
.entry-content blockquote,
.entry-content .wp-block-quote {
  margin-left: 20px;
  margin-right: 20px;
  max-width: 730px;
}

@media screen and (min-width: 769px) {

  .entry-content blockquote,
  .entry-content .wp-block-quote {
    margin-left: auto;
    margin-right: auto;
  }
}

.entry-content blockquote:not(.is-style-large),
.entry-content .wp-block-quote:not(.is-style-large) {
  border-left: 4px solid #000;
  padding-left: 20px;
}

.entry-content blockquote:not(.is-style-large) p,
.entry-content .wp-block-quote:not(.is-style-large) p {
  font-size: 1.25rem;
  font-weight: 500;
  font-style: normal;
}

@media screen and (min-width: 600px) {

  .entry-content blockquote:not(.is-style-large) p,
  .entry-content .wp-block-quote:not(.is-style-large) p {
    font-size: 1.25rem;
  }
}

.entry-content blockquote:not(.is-style-large) cite,
.entry-content .wp-block-quote:not(.is-style-large) cite {
  font-family: "";
}

.entry-content blockquote p,
.entry-content .wp-block-quote p {
  margin-bottom: 0;
}

.entry-content blockquote cite,
.entry-content .wp-block-quote cite {
  color: #999;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 15px;
}

.entry-content blockquote.is-style-large,
.entry-content .wp-block-quote.is-style-large {
  border-left: none;
  margin: 30px auto;
  padding-left: 50px;
}

@media screen and (min-width: 769px) {

  .entry-content blockquote.is-style-large,
  .entry-content .wp-block-quote.is-style-large {
    margin-bottom: 42px;
    margin-top: 42px;
    padding-left: 60px;
  }
}

.entry-content blockquote.is-style-large p:first-of-type,
.entry-content .wp-block-quote.is-style-large p:first-of-type {
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.5;
}

@media screen and (min-width: 600px) {

  .entry-content blockquote.is-style-large p:first-of-type,
  .entry-content .wp-block-quote.is-style-large p:first-of-type {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.entry-content blockquote.is-style-large cite,
.entry-content .wp-block-quote.is-style-large cite {
  font-size: 0.875rem;
  margin-top: 0.35em;
  text-align: inherit;
  font-style: italic;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial {
  text-align: center;
}

.testimonials .testimonial .testimonial-author-image img {
  border-radius: 50%;
  max-width: 100px;
  margin: 2rem auto 0 auto;
}

.testimonials .testimonial .testimonial-author-text {
  margin-top: 1rem;
}

.testimonials .testimonial .testimonial-author-text .testimonial-author-name {
  font-weight: 800;
  font-size: 1.25rem;
}

.testimonials .testimonial .testimonial-author-text .testimonial-author-tag {
  margin-left: 0.5rem;
  font-size: 80%;
}

.testimonials .slick-prev,
.testimonials .slick-next {
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.testimonials .slick-prev:hover,
.testimonials .slick-next:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100%;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  object-fit: cover;
  object-position: center top;
  width: 100vw;
  height: 100%;
  position: absolute;
}

.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;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  /* top: 50%; */
  display: block;
  width: 60px;
  height: 56px;
  padding: 0;
  /* -webkit-transform: translate(0, -50%); */
  /* -ms-transform: translate(0, -50%); */
  /* transform: translate(0, -50%); */
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #faf7f2;
  z-index: 99;
}

@media (max-width: 991.98px) {

  .slick-prev,
  .slick-next {
    width: 52px;
    height: 46px;
    top: initial;
    bottom: 30px;
    right: 30px;
  }

  .slick-prev {
    right: 100px;
  }
}

@media (max-width: 767.98px) {

  .slick-prev,
  .slick-next {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .slick-prev {
    left: 30px;
  }

  .slick-next {
    right: 30px;
  }
}

.slick-prev:hover,
.slick-prev:focus {
  color: transparent;
  outline: none;
  background: #faf7f2;
}

.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: #faf7f2;
}

.slick-prev:hover:before,
.slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #b7d69b;
}

.slick-prev:before {
  content: '\f104';
}

[dir='rtl'] .slick-prev:before {
  content: '\f105';
}

.slick-next:before {
  content: '\f105';
}

[dir='rtl'] .slick-next:before {
  content: '\f104';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 7.5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: #faf7f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slick-dots li button:hover {
  background: #b7d69b;
}

.slick-dots li.slick-active button {
  background: #b7d69b;
}

.light-slider-nav .slick-prev,
.light-slider-nav .slick-next {
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.light-slider-nav .slick-prev:hover,
.light-slider-nav .slick-next:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-meta {
  position: relative;
}

.comment-awaiting-moderation {
  font-size: 0.9375rem;
  color: red;
  margin-left: 60px;
  margin-top: 13px;
  font-family: "Lato", sans-serif;
}

.cnns-comment-subscription {
  margin-top: 22px;
}

.cnns-comment-subscription label {
  font-size: 1.0625rem;
  display: inline;
  margin-left: 3px;
  position: relative;
  top: 1px;
}

#disqus_thread {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  display: block;
  padding-top: 1em;
}

@media only screen and (min-width: 600px) {
  #disqus_thread {
    width: 770px;
  }
}

@media only screen and (min-width: 600px) {
  #disqus_thread {
    padding-top: 4em;
  }
}

.comments-title {
  margin-bottom: 2rem;
  color: #999;
  font-weight: 400;
}

.comments {
  padding-bottom: 2em;
  line-height: 1.6;
}

.comments {
  font-size: 16px;
}

@media screen and (min-width: 600px) {
  .comments {
    font-size: calc(16px + strip-unit(1px) * ((100vw - 600px) / strip-unit(600px)));
  }
}

@media screen and (min-width: 1200px) {
  .comments {
    font-size: 17px;
  }
}

@media screen and (min-width: 600px) {
  .comments {
    line-height: calc(1.3em + (1.6 - 1.3) * ((100vw - 18em)/(35 - 18)));
  }
}

@media screen and (min-width: 820px) {
  .comments {
    line-height: 1.7;
  }
}

@media only screen and (max-width: 599px) {
  body.has-no-comments .comments {
    padding-top: 0;
  }
}

.comment {
  margin: 0 0 60px;
  list-style-type: none;
}

.comment .avatar {
  border-radius: 100px;
  float: left;
  width: 44px;
  height: 44px;
  margin-top: 2px;
  margin-right: 1rem;
}

.comment-author {
  font-size: 1.0625rem;
  display: block;
  font-family: "Lato", sans-serif;
  margin: 0 0 10px;
}

@media only screen and (min-width: 600px) {
  .comment-author {
    font-size: 1.125rem;
  }
}

.comment-author .says {
  display: none;
}

.comment-author span,
.comment-author cite,
.comment-author a {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
}

.comment-author .fn a {
  font-weight: 800;
}

.comment-author:hover a::after {
  content: "➝";
  display: inline-block !important;
  padding-left: 0.5em;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px);
  margin-top: 0px;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0.25, 0.08, 1), -webkit-transform 0.3s cubic-bezier(0, 0.25, 0.08, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.25, 0.08, 1), -webkit-transform 0.3s cubic-bezier(0, 0.25, 0.08, 1);
  transition: transform 0.3s cubic-bezier(0, 0.25, 0.08, 1), opacity 0.3s cubic-bezier(0, 0.25, 0.08, 1);
  transition: transform 0.3s cubic-bezier(0, 0.25, 0.08, 1), opacity 0.3s cubic-bezier(0, 0.25, 0.08, 1), -webkit-transform 0.3s cubic-bezier(0, 0.25, 0.08, 1);
}

.comment-author:hover a:hover::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.comment-notes {
  display: none;
}

.comment .reply,
.comment-content {
  margin-left: 60px;
}

.comment .reply {
  display: block;
  margin-top: 15px;
}

.comment .reply a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  background: #f2f2f2;
  border-radius: 2px;
  color: #adadad;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  padding: .2em .65em;
  margin-left: -1px;
  -webkit-transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
}

@media (min-width: 600px) {
  .comment .reply a {
    border-radius: 2px;
  }
}

.comment .reply a:hover {
  color: #000;
}

.comment-content a {
  word-wrap: break-word;
  text-decoration: underline;
}

.comment-content a:hover {
  text-decoration: none;
}

.comment-body {
  clear: both;
}

.comment .comment-respond {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 600px) {
  .comment .comment-respond {
    margin-left: 60px;
  }
}

.comment-metadata {
  font-size: 0.875rem;
  display: block;
  margin-top: -10px;
  margin-bottom: 0.5rem;
  font-family: "Lato", sans-serif;
}

.comment-metadata a {
  color: #999;
}

.comment-metadata a:hover {
  color: #000;
}

.children {
  padding: 0;
}

.comments .children {
  margin-top: 30px;
}

@media only screen and (max-width: 700px) {
  .comments .children .children {
    margin-left: 0;
  }
}

@media only screen and (min-width: 400px) {
  .comments .children {
    margin-top: 30px;
    margin-left: 60px;
  }

  .comments .children .comment {
    margin: 0 0 25px 0;
  }
}

.pingback {
  margin-bottom: 25px;
}

.pingback .comment-edit-link {
  color: gray;
}

.pingback .comment-edit-link:hover {
  color: #000;
}

.bypostauthor>.comment-body>.comment-meta>.comment-author .avatar {
  -webkit-box-shadow: 0 0 0 2px #000;
  box-shadow: 0 0 0 2px #000;
  padding: 5px;
  top: 2px;
  position: relative;
}

.comment.depth-3 p,
.comment.depth-4 p,
.comment.depth-5 p,
.comment.depth-6 p,
.comment.depth-7 p {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.comment-reply-title {
  font-family: "Lato", sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}

.comment-reply-title {
  font-size: 21px;
}

@media screen and (min-width: 514px) {
  .comment-reply-title {
    font-size: calc(21px + strip-unit(4px) * ((100vw - 514px) / strip-unit(306px)));
  }
}

@media screen and (min-width: 820px) {
  .comment-reply-title {
    font-size: 25px;
  }
}

body.has-no-comments .comment-reply-title {
  margin-top: 0;
}

.comment-reply-title small {
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  float: right;
  position: relative;
  top: 8px;
  -webkit-transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
  transition: 150ms color cubic-bezier(0.3, -0.55, 0.1, 1.1);
}

@media only screen and (min-width: 600px) {
  .comment-reply-title small {
    font-size: 0.9375rem;
  }
}

.comment-reply-title small:hover {
  color: #000;
}

.logged-in-as {
  font-size: 1.0625rem;
  color: #999;
  font-family: "Lato", sans-serif;
  margin-top: -15px;
  line-height: 1.3;
  font-weight: 500;
}

.logged-in-as:hover {
  text-decoration: underline;
}

.no-comments {
  text-align: center;
}

.required {
  color: #dc3545;
}

@media only screen and (min-width: 600px) {
  .comment-respond {
    margin-left: 60px;
  }
}

body.has-no-comments .comment-respond {
  margin-left: 0;
}

.comment-respond p {
  position: relative;
  margin-bottom: 20px;
}

.comment-respond .form-submit {
  margin-bottom: 0;
  margin-top: 25px;
  display: block;
}

@media (max-width: 599px) {
  .comment-respond .form-submit input {
    width: 100%;
  }
}

.comment-form-cookies-consent {
  display: block;
  margin-bottom: 30px !important;
}

.comment-form-cookies-consent label {
  font-size: 0.9375rem;
  font-weight: 400;
  padding-left: 8px;
  display: inline-block;
  -webkit-font-smoothing: auto !important;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error404 .page-header {
  margin: 0 auto 30px;
}

.error404 .search-form {
  max-width: 300px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 2.5rem;
}

.widget .widget-title {
  margin-bottom: 1.5rem;
  color: #999;
}

.widget ol,
.widget ul {
  -webkit-padding-start: 1rem;
  -moz-padding-start: 1rem;
  padding-inline-start: 1rem;
}

.widget_categories ul li a {
  display: block;
  padding-bottom: 0.5rem;
}

.widget_categories ul li:not(:first-child) a {
  padding: 0.5rem 0;
  border-top: solid 1px #f2f2f2;
}

.search-form .form-control,
.search-form .btn {
  border: none;
  background-color: #faf7f2;
}

.simple-entry-list.blog-post {
  margin: 0;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-inline-start: 0;
  list-style: none;
}

.simple-entry-list.blog-post li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 25px;
  background-color: #faf7f2;
}

.simple-entry-list.blog-post li:not(:last-child) {
  margin-bottom: 1rem;
}

.simple-entry-list.blog-post li .entry-content-wrapper {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  -webkit-flex: 0 0 85%;
  flex: 0 0 85%;
  max-width: 85%;
}

.simple-entry-list.blog-post li .entry-content-wrapper .entry-title {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  display: block;
  line-height: 1.4;
}

.simple-entry-list.blog-post li .entry-content-wrapper .entry-meta-top {
  color: #999;
  margin: 0;
}

.simple-entry-list.blog-post li .reveal-title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  color: #ced4da;
  margin-top: 4px;
  margin-bottom: 0.01em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.5%;
  -webkit-flex: 0 0 13%;
  flex: 0 0 13%;
  max-width: 41px;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.text-blue {
  color: #007bff;
}

.text-indigo {
  color: #6610f2;
}

.text-purple {
  color: #6f42c1;
}

.text-pink {
  color: #e83e8c;
}

.text-red {
  color: #dc3545;
}

.text-orange {
  color: #b7d69b;
}

.text-yellow {
  color: #ffc107;
}

.text-green {
  color: #28a745;
}

.text-teal {
  color: #20c997;
}

.text-cyan {
  color: #17a2b8;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #adadad;
}

.text-gray-dark {
  color: #343a40;
}

.text-brown {
  color: #b7d69b;
}

.text-light-blue {
  color: #1da1f2;
}

.text-dark-blue {
  color: #4267b2;
}

.text-moss {
  color: #e7ede3;
}

.text-cream {
  color: #faf7f2;
}

.text-tan {
  color: #efe4de;
}

.bg-blue {
  background-color: #007bff;
}

.bg-indigo {
  background-color: #6610f2;
}

.bg-purple {
  background-color: #6f42c1;
}

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

.bg-red {
  background-color: #dc3545;
}

.bg-orange {
  background-color: #b7d69b;
}

.bg-yellow {
  background-color: #ffc107;
}

.bg-green {
  background-color: #28a745;
}

.bg-teal {
  background-color: #20c997;
}

.bg-cyan {
  background-color: #17a2b8;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #adadad;
}

.bg-gray-dark {
  background-color: #343a40;
}

.bg-brown {
  background-color: #b7d69b;
}

.bg-light-blue {
  background-color: #1da1f2;
}

.bg-dark-blue {
  background-color: #4267b2;
}

.bg-moss {
  background-color: #e7ede3;
}

.bg-cream {
  background-color: #faf7f2;
}

.bg-tan {
  background-color: #efe4de;
}

.popup-gallery img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.hover-opacity-effect img {
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.hover-opacity-effect img:hover {
  opacity: 0.5;
}

.list-inline {
  padding-left: 0;
}

.list-inline .list-inline-item:not(:last-child) {
  margin: 0;
  margin-right: 1.25rem;
}

.breadcrumb-item+.breadcrumb-item {
  padding: 0;
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item:before {
  padding: 0;
  padding-right: 0.5rem;
}

.pagination li:not(:last-child) {
  margin-right: 0;
  margin-left: 0;
  margin-right: 0.8333333333rem;
}

.lozad-fade {
  -webkit-animation-name: lozad-fade;
  animation-name: lozad-fade;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes lozad-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes lozad-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Night Mode
--------------------------------------------------------------*/

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative
}

.f-a-c {
  -ms-flex-line-pack: center;
  align-content: center
}

.f-a-s {
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.f-a-e {
  -ms-flex-line-pack: end;
  align-content: flex-end
}

.f-j-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.f-j-s {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.f-j-e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.f-d-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.f-d-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.f-r-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.centered {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.home #agenda .row {
  height: auto;
}

#agenda .columna {
  height: auto;
  /* overflow: hidden; */
  /* transition: max-height 0.5s ease; */
}

.agenda #agenda .columna {
  display: none;
}

#agenda article {
  margin: 0 0 20px 0;
}

.agenda #agenda .item article {
  display: none;
}

.agenda #agenda .item article:nth-child(-n + 3) {
  display: block;
}

#agenda .evento {
  position: relative;
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  border-left: 3px solid orange;
}

#agenda h6.titulo {
  padding-top: 0;
  width: calc(100% - 10px);
}

#agenda .mes h2,
#list_view .item h2 {
  font-size: 18px;
  padding: 35px 0;
  border-top: 1px dashed #aaa;
  cursor: pointer;
}

.home #agenda .mes h2 {
  border: none;
}

#list_view .item h2 {
  padding: 35px 0 15px;
}

.home #agenda .mes h2 img {
  display: none;
}

#agenda .fecha {
  font-size: 16px;
  width: 90px;
}

#agenda .hora {
  font-size: 13px;
}

#agenda .info {
  width: calc(100% - 100px);
	transition: all 0.3s ease;
}

#agenda .evento:hover .info {
	width: calc(100% - 90px);
}

#agenda .descripcion {
  font-size: 13px;
  line-height: 17px;
  margin: 5px 0;
  width: calc(100% - 10px);
}

#agenda .lugar {
  font-size: 11px;
  width: calc(100% - 10px);
}

#agenda p {
  padding: 0;
  margin: 0;
}

#agenda .openModalAgenda{
  cursor: pointer;
}

/*#agenda article a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}*/

#agenda .evento:hover {
  border-left: 6px solid orange;
  /* padding-left: 24px; */
}

#agenda article a:hover {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0) 100%);
}

p.img-text {
  font-size: 0.8rem;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
  bottom: -100%;
  padding: 2% 5%;
  margin: 0;
  opacity: 0;
}

a.show-text {
  cursor: pointer;
  overflow: hidden;
  display: block;
}

a.show-text:hover p.img-text {
  bottom: 0;
  opacity: 1;
}

.ads a {
  margin-left: auto;
  margin-right: auto;
}

.ads img {
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.ads.size_250x250 img {
  max-width: 250px;
  max-height: 250px;
}

.ads.size_970x90 img {
  max-width: 970px;
  /*max-height: 90px;*/
}

.h-a {
  /* height: max-content !important; */
  /* min-height: unset !important; */
  /* max-height: unset !important; */
  height: auto !important;
}

.form-control:focus {
  border-color: #aaa;
}

#date {
  position: absolute;
  right: 16px;
  top: 9px;
  font-size: 11px;
  /* font-family: "Lato", sans-serif; */
  /* color: rgba(0, 0, 0, 1); */
  text-align: right;
  line-height: 13px;
}

@media (max-width: 992px) {
  #date {
    display: none;
  }

}

.home #edicion_impresa, #resultado_busqueda #edicion_impresa {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.home #edicion_impresa h2, #resultado_busqueda #edicion_impresa h2 {
  font-size: 1.2rem;
}

.contacto .imagen,
.somos .imagen {
  max-width: 100vw;
  padding: 0;
}

.contacto .imagen img,
.somos .imagen img {
  object-position: 0 30%;
  height: 70vh;
  object-fit: cover;
  width: 100vw;
}

.fa-link {
  width: 18px;
  height: 18px;
}

.fa-link:before {
  content: url(../images/ico_www.svg) !important;
}

.somos .lista p {
  font-size: 15px;
  margin-top: 0;
}

.impresa #grid_view {
  transition: all 0s;
}

.impresa #grid_view .contenedor {
  transition: all 0.5s ease;
  overflow: hidden;
}

.impresa #grid_view .item {
  display: none;
  padding: 0 0 30px;
}

@media screen and (min-width: 992px) {
  .impresa #grid_view .item:nth-child(-n+12) {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .impresa #grid_view .item:nth-child(-n+8) {
    display: flex;
  }
}

.impresa #grid_view .item h2 {
  font-size: 1rem;
}

#edicion_impresa img,
.impresa #grid_view .item img {
  max-width: 230px;
  max-height: 330px;
  object-fit: contain;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #edicion_impresa img {
    max-width: 140px;
    max-height: 220px;
  }
}

@media screen and (max-width: 991px) {
  #edicion_impresa img {
    max-width: 230px;
  }
}


.impresa #ver_mas {
  z-index: 9;
  transition: all 0.5s ease;
}

.impresa #list_view {
  /* display: none */
}

.impresa #list_view .item .ico,
#agenda .mes .ico {
  width: 25px;
  height: 17px;
  margin: 0 10px 5px 0;
}

.impresa #list_view .item h2,
#agenda .mes h2 {
  font-size: 1.1rem;
  width: max-content;
  font-weight: normal;
  cursor: pointer;
  width: 100%;
}

.impresa #list_view .item h2:hover,
#agenda .mes h2:hover {
  opacity: 0.8;
}

.impresa #list_view .folder {
  width: 100%;
}

.impresa #list_view .folder h3 {
  font-family: "Lora", serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.3;
  color: #242424;
  cursor: pointer;
  text-align: center;
}

.impresa #list_view .folder .flex {
  margin: 0;
  padding: 0;
  max-height: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  padding: 10px 0;
  transition: max-height 0.5s ease, opacity 0.5s ease 0s;
}

.impresa #list_view .folder.visible .flex {
  transition: max-height 0.5s ease, opacity 0.5s ease 0.3s;
  max-height: 3000px;
  opacity: 1;
}

.impresa #list_view .folder .flex .revista {
  margin: 0;
  padding: 15px 0;
  display: block;
  /* width: calc(100% / 8); */
  width: calc(100% / 6);
}

@media screen and (max-width: 1199px) {
  .impresa #list_view .folder .flex .revista {
    width: calc(100% / 6);
  }
}

@media screen and (max-width: 991px) {
  .impresa #list_view .folder .flex .revista {
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 767px) {
  .impresa #list_view .folder .flex .revista {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 480px) {
  .impresa #list_view .folder .flex .revista {
    width: calc(100% / 2);
  }
}

.impresa #list_view .folder .flex .revista .issue {
  transition: none;
  cursor: pointer;
}

.impresa #list_view .folder .flex .revista .issue:hover {
  opacity: 0.8;
}

.impresa #list_view .folder .flex .revista .issue img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  margin: auto;
}

.impresa #list_view .folder .flex .revista .descargar,
#edicion_impresa .descargar {
  font-size: 12px;
  text-align: center;
  width: 100%;
  display: block;
  margin: 10px auto;
}

.impresa #list_view .folder .flex .revista .descargar:hover,
#edicion_impresa .descargar:hover {
  color: inherit !important;
  opacity: 0.8;
}

.impresa #list_view .folder .flex .revista .descargar img,
#edicion_impresa .descargar img {
  max-width: 16px;
  filter: saturate(0.5);
  margin-right: 5px;
}

#edicion_impresa .descargar {
  margin: 20px auto;
  text-align: right;
  max-width: 230px;
}

#edicion_impresa .issue{
  cursor: pointer;
}

#edicion_impresa .issue::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../images/ico_leer.svg) no-repeat center center;
  background-size: 80px 110px;
  opacity: 0;
  transition: all .5s ease-in;
}
#edicion_impresa .issue:hover::before{
  opacity: 1;
}
#edicion_impresa .issue:hover img {
  opacity: 0.6;
  cursor: pointer;
}

.impresa #list_view .sep-x {
  width: 100%;
  border-bottom: 1px dashed #aaa;
}

.impresa #btnContainer .btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.impresa #btnContainer .btn.active {
  background-color: #666;
  color: white;
}

#flipbook {
  display: none;
  position: fixed;
  width: 100vw;
  height: calc(100% - 79px);
  z-index: 9999999;
  top: 79px;
  left: 0;
}

.ipgs-icon-close {
  background: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://web.resource.org/cc/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='48' height='48' id='svg2' sodipodi:version='0.32' inkscape:version='0.43' version='1.0' sodipodi:docbase='/home/luca' sodipodi:docname='dialog-close.svg'%3E%3Cdefs id='defs4'/%3E%3Csodipodi:namedview id='base' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageopacity='0.0' inkscape:pageshadow='2' inkscape:zoom='15.895833' inkscape:cx='24' inkscape:cy='24' inkscape:document-units='px' inkscape:current-layer='layer1' showgrid='true' inkscape:grid-bbox='true' inkscape:grid-points='true' showguides='true' inkscape:guide-bbox='true' inkscape:window-width='1268' inkscape:window-height='947' inkscape:window-x='6' inkscape:window-y='46'/%3E%3Cmetadata id='metadata7'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg inkscape:label='Livello 1' inkscape:groupmode='layer' id='layer1'%3E%3Cpath sodipodi:type='arc' style='fill:%23000000;fill-opacity:1;stroke:%23ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='path1307' sodipodi:cx='24' sodipodi:cy='24' sodipodi:rx='22' sodipodi:ry='22' d='M 46 24 A 22 22 0 1 1 2,24 A 22 22 0 1 1 46 24 z'/%3E%3Cpath style='fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:%23ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' d='M 16.221825,16.221825 L 31.778175,31.778175' id='path2186' sodipodi:nodetypes='cc'/%3E%3Cpath sodipodi:nodetypes='cc' id='path3936' d='M 31.778175,16.221825 L 16.221825,31.778175' style='fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:%23ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1'/%3E%3Crect style='fill:none;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' id='rect3938' width='48' height='48' x='0' y='0'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center / contain;
  transition: all .3s;
  display: block;
  width: 20px;
  height: 20px;
  margin: 12px 5px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.7;
  cursor: pointer;
}

.ipgs-icon-close:hover {
  opacity: 1;
}


.blog-slider .entry-meta-top {
  /* display: none; */
}


.blog-slider.blog-post.tahreer-slider-one article.portada .entry-content-wrapper {
  position: absolute;
  bottom: 0;
  background-color: rgba(183, 214, 155, 0.7);
  padding: 2rem;
  width: 64vw;
  transition: left 0.5s ease;
  left: -100vw;
}

article.portada a .entry-content{
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  padding-top: 1rem;
}

article.portada a:hover .entry-content{
  max-height: 250px;
  transition: max-height 0.5s ease-in;
}

@media (max-width: 1280px) {
  .blog-slider.blog-post.tahreer-slider-one article.portada .entry-content-wrapper {
    padding: 1rem;
  }
}

.slick-slide[tabindex="0"].portada .entry-content-wrapper {
  left: 0 !important;
}

.blog-slider.blog-post.tahreer-slider-one article.portada .entry-content-wrapper p {
  margin: 0;
  max-width: unset;
}

@media (max-width: 767.98px) {
  .blog-slider.blog-post.tahreer-slider-one article.portada .entry-content-wrapper {
    padding: 1rem;
    position: relative;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    width: 100vw;
  }
}

.nav-item-social-nav a {
  color: #66824b;
}

.nav-item-social-nav a:hover {
  color: #b7d69b;
}

.tweeter-feed,
.tweeter-feed2 {
  max-height: 480px;
  overflow: auto;
  border: 1px solid #ddd;
}
.tweeter-feed2 {
  max-height: 1300px;
}
@media (min-width: 992px) {
  .tweeter-feed2 {
    max-height: 480px;
  }
}

.d-none {
  display: none;
}

.opacity-0 {
  opacity: 0;
}

button span {
  transition: opacity 0.2s ease
}

article.small a {
  display: flex;
}

a:hover {
  text-decoration: none;
}

article a:hover p {
  color: #242424;
  text-decoration: none;
  opacity: 0.7;
}

/* article p:hover {
  color: #242424;
  text-decoration: none;
} */

article a:hover {
  text-decoration: none;
}

article a:hover figure {
  opacity: 0.8;
}

article a:hover span {
  opacity: 0.7;
}

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.distribucion .lista,
.distribucion .lista strong {
  font-size: 0.9rem;
}

.distribucion .lista em {
  font-size: 0.8rem;
}

.divisor {
  height: 1px;
  width: 100%;
  background: #ddd;
}

@media (min-width: 992px) {
  .mobile-992 {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .desk-992 {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .desk {
    display: none !important;
  }
}

#buscador_section.buscador {
	position: relative;
	display: block;
	top: unset;
	margin: 0;
	opacity: 1;
}

#buscador_section.buscador div {
  max-height: 50px;
}

#buscador_section.buscador .form-control {
	width: calc(100% - 50px);
  max-height: 50px;
}

#buscador_section.buscador .buscar {
	width: 50px;
  max-height: 50px;
}

.mobile-openmenu-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
  display: none;
}

a.title,
a.title:hover {
  color: inherit !important;
}

a.title:hover {
  opacity: 0.8;
}

.resultado_busqueda article.small {
  border-bottom: 1px solid #ddd;
}

.resultado_busqueda article.small {
  display: none;
}

.resultado_busqueda article.small:nth-child(-n + 8) {
  display: block;
}


#more-results{
  display: flex;
  justify-content: center;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
form {
  position: relative;
}

.sending{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sending .close-msg{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.error {
  border: 1px solid #ff0000;
}


@media (max-width: 992px) {
  .sending .close-msg {
    right: 20px;
  }
}