/***
1. GENERAL
2. HEADER
3. MENU
4. FOOTER
5. BLOG
6. HOME
7. PAGES
8. WOOCOMMERCE
9. EXTRAS
***/


/** 1. GENERAL START **/


@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

html, body{
	scroll-behavior: smooth;
}

body{
  font-size: 1rem;
  line-height:1.75;
  color: #404040;
  letter-spacing:1px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  }

.post, .page{
  margin:0;}

p, ul, ol{
  font-family: 'Zen Kaku Gothic New', sans-serif;
  margin-left:0;
  color: #333333;
  font-weight: 400;
  }

h1, h2, h3, h4, h5, h6{
  font-family: 'Aleo', sans-serif;
  color: #333333;
  font-weight: 600;
  line-height:1.3;
  margin-bottom:.8rem;
  letter-spacing:1px;
  }

.h1, h1{
  font-size: 2rem !important;
}

b, strong {
    font-weight: bold;
}

button, input, optgroup, select, textarea{
   font-family: 'Zen Kaku Gothic New', sans-serif;}

.postcontent a, .postcontent a:link{
   font-family: 'Zen Kaku Gothic New', sans-serif;
   text-decoration: none;
   color: #303030; }

a {
  color:#a7cf3c;
  font-weight: 500;
  outline: 0;
  text-decoration:none;}

a:active,
a:hover,
a:focus {
  color:#a7cf3c;
  text-decoration:none;
  outline: 0;}

:focus{
  outline:none
}

.texto-semi-destacado{
  font-size:1.1rem;
  letter-spacing: .09rem;
}


.texto-destacado{
  font-size:1.7rem;
  line-height: 2rem;
  letter-spacing: 1px;
  font-weight: 300;
}

.divider-gris {
  height: 1px;
  width:100%;
  display:block;
  margin: 9px 0;
  overflow: hidden;
  background-color: #ccc;
}

.divider-blanco {
  height: 1px;
  width:100%;
  display:block;
  margin: 9px 0;
  overflow: hidden;
  background-color: #fff;
}

.verde{
	color:#9CBE0E !important;
}

.azul{
	color:#0089bc !important;
}

.page-content, .entry-content, .entry-summary{
  margin:0 !important;}

button, input[type="button"], input[type="reset"], input[type="submit"]{
	background: #a7cf3c !important;
    border-radius: 0px !important;
    font-weight: 600;
    color: #fff;
    border: none !important;
    text-transform: uppercase;
    transition: all 750ms;
    padding: 20px 30px;
    font-size: 1rem;
    letter-spacing: 1px;
}

input[type="submit"]{ float:right;}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
  background:#333333 !important;
  border:none !important;
  color:#fff;
   transition: all 750ms
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 2px solid #373737;
    border-radius: 3px;
    padding: 10px 15px;
    color: grey;
    font-weight: 300;
}

.btn{
  letter-spacing: 2px;
  border-radius: 0;
  padding: 1.6rem;
  font-size: 1.1rem;
  font-weight:600;
  font-family:'Zen Kaku Gothic New', sans-serif;
}

.btn:hover, .btn:focus, .btn:active{
  outline:none;
  box-shadow:none;
}

.btn-primary, .btn-primary:visited{
   background:#a7cf3c;
  border-radius: 0px;
  font-weight: 600;
  color:white;
  border:none;
  text-transform: uppercase;
  transition:all 750ms;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
  background:#333333 !important;
  color:#fff !important;
  border:none;
  transition:all 750ms;
}

.btn-secondary, .btn-secondary:visited{
  background:white;
  border-radius: 100px;
  font-weight: 600;
  color:#971418;
  border:none;
  text-transform: uppercase;
  transition:all 750ms;

}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active{
  background:#971418 !important;
  color:#fff !important;
  border:none;
  transition:all 750ms;
   }

.btn-blanco, .btn-blanco:visited{
  border:1px solid #fff !important;
  background: #fff;
  color: #303030;
}

.btn-blanco:hover, .btn-blanco:focus, .btn-blanco:active{
	background:#303030;
	color:#fff;
	border:1px solid #303030 !important;
}

.btn-secondary-blanco{
  border:1px solid #fff !important;
  background: transparent;
  color: #fff;
}

.btn-secondary-blanco:hover, .btn-secondary-blanco:focus{
	border:1px solid #fff !important;
	background:#fff !important;
	color:#303030 !important;
}

.btn-verde{
  border:1px solid #9CBE0E !important;
  background: #9CBE0E;
  color: #303030;
  padding: .6rem .8rem;
}

.btn-blanco:hover, .btn-blanco:focus{
	color:#fff;
}


label, input, textarea{
  width:100%;
  border-radius: 0 !important;
}

input:focus, textarea:focus{
  border-color:#000;
}

input[type=checkbox], input[type=radio], input[type=submit]{
  width:auto;
}

::placeholder{
  color:#ccc;
}

.img-full{
  min-width:100%;
  height:auto;}

.img-cover{
	height:100%;
	width:100%;
	object-fit:cover;
}

.dos-columnas{
  -webkit-columns: 2; /* Chrome, Safari, Opera */
  -moz-columns:2; /* Firefox */
  columns:2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;

}


.fondo-gris{
	background: #F4F4F4;
}

.fondo-naranja{
	background:#EE9B13;
}

.fondo-verde{
  background:#708c24;
  color:white;
}

.fondo-verde-claro{
  background:#708c2436;

}

.fondo-verde-claro a{
color:#546d10 !important
}

.overflow-hidden{
	overflow:hidden;
}

.min-vh-100{
	min-height:100vh;
}

.adorno-titulo-right:after{
	content:'';
	width:150px;
	height:4px;
	background:#303030;
	display:inline-block;
	margin:0 15px;
}

.adorno-titulo-right-blanco:after{
	content:'';
	width:150px;
	height:4px;
	background:#fff;
	display:inline-block;
	margin:0 15px;
}

.adorno-titulo-left:after{
	content:'';
	width:150px;
	height:4px;
	background:#303030;
	display:block;
	margin:25px 15px;
}

.adorno-titulo-center:after{
	content:'';
	width:150px;
	height:4px;
	background:#303030;
	display:block;
	margin:25px auto;
}


.list-group-item{
	background:transparent;
}

/** 1. GENERAL END **/

/** 2. HEADER START **/

.site-header{
	position:absolute;
	display: block;
	z-index: 99999;
}

.top-header{
	background: #fff;
}

.top-header a{color:#971418;}

.cabecera{
  width:100%;
  background:transparent;
  color:#fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 1.2rem;
  letter-spacing:.1rem;
  z-index: 99999;
  transition:all 750ms;
}

.cabecera-sticky{
	position:fixed;
	top: 0;
	transition:all 750ms;
	background: #fff;
}

.site-header-sticky .cabecera{
	background:rgba(255,255,255,.8)
}

.logotipo{
	transition:all 750ms;
	width: 260px;
}

.cabecera-stick .logotipo{
	max-width:200px !important;
	margin-top:0;
	transition:all 750ms;
}



/** 2. HEADER END **/

/** 3. MENU START **/

.menu-superior{
  position: sticky;
  top: -50px;
  transition:all 750ms;
}

.menu-superior-stick{
  position: fixed;
  top:0;
  transition:all 750ms;
}

.main-navigation ul{
  display: block;
  text-align: center;
  padding: .5rem 0;
  transition:all 750ms;
  background: white;
}

.menu-superior-stick .main-navigation ul{

  background: #708c24;
}

.cabecera-sticky .main-navigation ul{padding: 1rem; transition:all 750ms;}




.main-navigation ul li{
  padding: 4px 12px;
  font-size: 1rem;
  display: inline-block;
  float: none;
}




.main-navigation ul li a{
    color: #54691b;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 0;
    transition: all 750ms;
}

.menu-superior-stick .main-navigation ul li a{
    color: white;
}

.main-navigation ul li a:hover{color:#9bc722;   transition:all 750ms;}

.main-navigation ul ul{
    background:#fff;}

.main-navigation ul ul li{
    text-align:left;}

.main-navigation ul ul li a{
    font-size:.8rem;
    color:#303030}

.main-navigation ul ul li a:hover, .main-navigation ul ul li.current-menu-item a{
    color:#303030;}

.main-navigation ul li.menu-item-has-children a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.main-navigation ul ul li a:after {
    content: none !important;
}


/** 3. MENU END **/

/** 4. FOOTER START **/

.site-footer{
  background: #171717;
  color: #fff;
  padding:0;
  font-size: .85rem;
  position:relative;
  z-index:1;
}

.site-footer p, .site-footer a{
  color:#fff;
  font-weight: 300;
  letter-spacing: .7px;
  font-size: .9rem;
}


.site-footer h3{
  color:#fff;
  font-size:1rem;
  text-transform:uppercase;
  font-weight:normal;
}


.site-footer ul{
  list-style: none;
}


.site-footer ul li a.contact{
    color: #a7cf3c;
    border: 1px solid #a7cf3c;
    padding: 3px 8px;
    margin-top: 10px;
    display: inline-block;
}

.site-footer ul li a.contact i{
  color: #a7cf3c !important;
}

.site-footer ul li a.contact:hover i{
  color: white !important;
}

.site-footer ul li a.contact:hover{
    color: white;
    border: 1px solid #a7cf3c;
    padding: 3px 8px;
    margin-top: 10px;
    display: inline-block;
    background: #a7cf3c;
}

.site-footer a i{ color: #F49A38 !important;}

.sub-footer{
  background: #131313;
}

.sub-footer p,
.sub-footer a{
    color: #fff;
    font-weight: 300;
    letter-spacing: .7px;
    font-size: .7rem!important;
    padding: 9px 0;
    margin: 0;
}


/** 4. FOOTER END **/


/** 5. BLOG START **/

.entry-meta, .entry-meta a{
  font-size: .7rem;
  text-transform:uppercase;
}

.entry-footer, .entry-footer a{
  font-size:.8rem;
  text-transform:uppercase;
  color: #909090;
}

.entry-meta, .entry-footer{
  margin:1rem 0;
}

.blog article, .archive article {
  height:100%;
}

.widget-title{
  text-transform:uppercase;
  font-size: 1rem;
}

.widget{
  border-bottom:1px solid #ccc;
}

.widget:last-child{
  border:none;
}

.widget_search{
  border:none;
  background:transparent;
  padding:0px;
  position: relative;
}

.widget_search form{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction:column;
}

.widget_search label{
    position: relative;
    display: flex;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
    display: none;
    }

.widget_search .search-field{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 1%;
  padding: .9rem .75rem;
  border-radius:0;
  font-size: 1rem;
  line-height: 1.25;
  border:none;
}

.widget_search .search-field:focus{
  outline:none;
}

.widget_search .search-submit{
    position: relative;
    flex: 1;
    background: #303030;
    color:#fff;
    border-radius: 0;
    cursor: pointer;
    line-height: 1.25;
    text-align: center;
    user-select: none;
    border: none;
    padding: .5rem 1rem;
    font-size: 1rem;
}

.post-navigation, .posts-navigation{
  border-top:1px solid #ccc;
  padding: 15px;
  margin: 1.5em 0 !important;
  font-size:1.1rem;
  width:100%;
}

.post-navigation .nav-previous a:before, .posts-navigation .nav-previous a:before{
  content: '\f060';
  font-family: FontAwesome;
  font-size:.8rem;
  padding: 0px 10px;
}

.post-navigation .nav-next a:after, .posts-navigation .nav-next a:after{
  content: '\f061';
  font-family: FontAwesome;
  font-size:.8rem;
  padding: 0px 10px;
}

.wp-block-heading {
  margin-top: 1.5rem;
}

h2.wp-block-heading {
  font-size: 1.2rem;
}

.wp-block-latest-posts__post-title{
      margin-bottom: 10px;
    display: inline-block;
    line-height: 22px;
}

.widget_block a{
  color:#546d10 !important;
}

article.post{
	position:relative;
	overflow:hidden;
}

article.recetas{
	position:relative;
	overflow:hidden;
}

.post-type-archive-recetas .entry-header{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background: linear-gradient(0deg, rgba(0,33,78,1) 0%, rgba(255,255,255,0) 100%);
	padding:0 15px;
	transition:all 750ms;
}

.post-type-archive-recetas .entry-header:hover{
	transition:all 750ms;
	padding-top:100%;
}


.post-type-archive-recetas h2{
	font-size: 1.2rem;
	text-align:center;
}

.post-type-archive-recetas h2 a{
	color:#fff;
}

.attachment-blog-thumb{
	height:100%;
	width:100%;
	object-fit:cover;
}

.archive .cabecera-imagen img,
.search .cabecera-imagen img,
.error404 .cabecera-imagen img,
.blog .cabecera-imagen img{
    object-position: center;
}

.archive .page-title,
.search .page-title,
.error404 .page-title.
.blog .page-title{

    font-size: 2rem;
    margin-bottom: 2rem;

}

.archive #post-97 .d-inline-block{
  display: none !important;
}

.single .cabecera-imagen{
  position: relative;
}

.single .cabecera-imagen img{
      object-position: center;
}

.degradado-cabecera-posts{
background: rgb(45,46,43);
background: -moz-linear-gradient(180deg, rgba(45,46,43,0.9051995798319328) 0%, rgba(41,41,41,0.29735644257703087) 100%);
background: -webkit-linear-gradient(180deg, rgba(45,46,43,0.9051995798319328) 0%, rgba(41,41,41,0.29735644257703087) 100%);
background: linear-gradient(180deg, rgba(45,46,43,0.9051995798319328) 0%, rgba(41,41,41,0.29735644257703087) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d2e2b",endColorstr="#292929",GradientType=1);
position: absolute;
z-index: 1000;
width: 100%;
height: 100%;

}

/** 5. BLOG END **/

/** 6. HOME START **/


.home-slider{
  position: relative;
  height: 100vh;
}

.home-slider .bajar{
  position: absolute;
  z-index: 999;
  display: flex;
  align-items:center;
  bottom: 0;

}

.home-slider .bajar i{
  padding:10px 15px;
  color: red;
  background: white;
  color: #708c24;
}

.home-slider img{
  object-fit: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.home-slider .titulo{
      position: absolute;
    z-index: 999;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    bottom: 2rem;
    left: 0;
    padding: 0 2rem;
    text-align: center;

}

.home-slider .titulo h1{
     font-family: 'Aleo', serif !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    padding: 10px 0px !important;
    font-size: 1.8rem !important;
    text-shadow: 1px 1px 2px #6b6a54;
    font-style: italic;
    letter-spacing: 1px;

}

.
.home-slider .titulo h2{
      font-family: 'Zen Kaku Gothic New', sans-serif !important;
    color: #1d2112;
    font-weight: 500;
    padding: 10px 15px;
    font-size: 1.4rem;
}


.home-somos h2,
.home-noticias h2{
    font-size: 1.7rem;
    text-transform: uppercase;
}

.home-noticias {
  background: #708c2436;
}

.home-noticias .post-grid .layer-wrapper img {
    max-width: 100%;
    height: 150px;
    width: 100%;
    object-fit: cover;
}


.home-noticias .post-grid .item{
background:transparent !important;
}

.home-noticias .post-grid  .title_link{
     padding: 10px 5px;
}

.home-noticias .post-grid  .title_link a{

      color: #546d10;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.4rem;


}

/** 6. HOME END **/

/** 7. PAGES START **/

.cabecera-imagen img{
  width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 0 0px;
}

.separador-hoja{
  transform: scale(1.4);
}


.nav-tabs{
  background: #f5f5f5;
}

.nav-tabs li{


}

.nav-tabs li a.active{
  background-color: #e8e8e8;

}

.nav-tabs li a{
  color:#111;
   padding:5px 10px;
   display: inline-block;
}

.pagina-publicaciones .acf-view__row{
  margin-bottom: 15px !important;
   }
/** 7. PAGES END **/

/** 8. WOOCOMMERCE START **/


.woocommerce .woocommerce-breadcrumb{
   font-size: 0.8em;
   color: #999;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-family: 'Zen Kaku Gothic New', sans-serif;
   width:100%;}

.woocommerce .woocommerce-breadcrumb a{
   color: #303030;}

/* Grid productos */

.woocommerce h1{
	text-align:center;
	margin-bottom: 40px;
}


.woocommerce ul.products li.product .woocommerce-loop-product__title{
	text-align:center;
	font-size:1.5rem;
	letter-spacing:.8px;
}

.woocommerce ul.products li.product .price{
    text-align:center;
    color:#303030;
    font-size:1.1rem;
}

.woocommerce a.add_to_cart_button{
	display:none
}

.woocommerce-pagination ul{margin:0 0 2rem 0 !important;}
.woocommerce-result-count{display:none}
.woocommerce-ordering {display:none}

.woocommerce-loop-category__title .count{
	display:none;
}

ul.product-cats {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 3rem !important;
    padding-left: 0;
    width: 100%;
}

ul.product-cats li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 4.236em;
    text-align: center;
    position: relative;
}

ul.product-cats li  img{
    height:120px;;
    width:auto;
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}

li.category h2 {
    margin-top: .8rem;
    text-transform: uppercase;
    font-size: 1.2rem;
}

/* Ficha producto */


.single-product .product_title{
	text-transform: uppercase;
	text-align:left;
	margin-bottom: 20px;
}


.single-product .price{
	font-weight: 700;
	font-size: 24px !important;
	text-align:left;
	margin: 5px 0 10px !important;
	color: #303030 !important;
}


.single-product .reset_variations{display:none !important;}

.single-product .variations td{display: inline-block;padding:0;}

.single-product td label{font-weight:bold;}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper{
	margin-left: 10px !important;
}


 .quantity{
 	display:inline-block;
 	float: none !important;
 }

 .quantity .qty{
	 padding: 8px;
	 width: 70px;
	 }



.woocommerce div.product form.cart .button{
	float:none !important;
	margin-top: 0 !important;
	padding: 16px 20px !important;
	vertical-align: top;
	background-color: #303030 !important;
	color: #fff !important;
	border: 0;
	white-space: pre-wrap;
}

.single-product .product_cat-accesorios .cart{
	display:none;
}

 .product_meta{
 	display:none;
 }

 .woocommerce div.product div.images img{
 	margin-bottom: 15px;
 }

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
	margin-bottom: 15px;
	margin-right:2%;
	width: 23.5% !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(5n){
	margin-right:0;
}


.wc-tabs-wrapper {
	clear:left;
}


.related>h2:first-child, .upsells>h2:first-child{
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 2rem;
	}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align:center
}

.woocommerce ul.products li.product .price{
	text-align:center;
}

.thwepo-extra-options .label{
 	border-bottom:1px solid #ccc;
 	padding:15px 0;
 }

.thwepo-extra-options .label label{
 	font-weight:normal;
 }

.thwepo-extra-options .label .label-tag{
 	font-weight:700;
 }

/* Checkout */

.woocommerce .col2-set{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:100%;
}

.woocommerce .col2-set .col-1,  .woocommerce .col2-set .col-2{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right:0 !important;
}

#payment .place-order{
	margin-top:0 !important;
}

.woocommerce-input-wrapper{
	width:100%;
}


/* 8. WOOCOMMERCE END */

/** 9. EXTRAS START **/


/* Collapse */

.collapseomatic{
  background: #303030;
  color:#fff;
  text-transform:uppercase;
  border: 1px solid #303030;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  padding: .7rem 2.2rem;
  display: inline-block;
  margin-top:10px;
}

.collapseomatic:hover{
  background:transparent;
  color:#303030;
  text-decoration:none;
}

.collapseomatic_content{
  margin:0;
  padding-top:20px;
}

.lista-desplegable .collapseomatic{
	background:none;
	border:none;
	padding: 10px 30px 10px 10px;
	color:#303030;
	width:100%;
	text-align: justify;
	position:relative;
	margin: 0;
	letter-spacing: 0;
	font-size: 1rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	border-top:1px solid #ccc;
}

.lista-desplegable .collapseomatic:after{
    content:'\f107';
    font-family:'FontAwesome';
    font-size:1.4rem;
    color:#303030;
    display:inline-block;
    position:absolute;
    right: 10px;
    top: 5px;
    z-index:0;
}

.lista-desplegable .collapseomatic_content{
  margin:0 10px;
  padding-top: 5px;
}


/** Menu responsive **/


button#responsive-menu-button{
    padding:0 !important;
}

ul#responsive-menu{
    padding-top: 80px;
}

#responsive-menu-container{background:rgba(77, 77, 255,.9) !important;}

#responsive-menu-wrapper{background:transparent !important}

#responsive-menu-container #responsive-menu > li.responsive-menu-item:first-child > a, #responsive-menu-container #responsive-menu ul.responsive-menu-submenu > li.responsive-menu-item:first-child > a {
    border-top: none !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {

    border-bottom: none !important;
    color: #fff !important;
    background-color: transparent !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a{
    line-height: 220% !important;
    min-height: 40px !important;
    height: inherit !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover{
    background-color:rgba(255, 255, 255, .8) !important;
    color:#303030 !important;}


#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    right: 0% !important;
    height: 95% !important;
    width: 35px !important;
    color: #303030 !important;
    border-left: none !important;
    background-color: rgba(255, 255, 255, .8) !important;
    font-size: 30px !important;
}

#rmp_menu_trigger-185{
display: block !important;
    float: right !important;
    outline: none;

}



/* POP UP */

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{
	overflow: hidden !important;
}

.pum-container{
	top: 0 !important;
}

.pum-close{
    height: 58px !important;
    width: 58px !important;
    top: 17px !important;
    right: 47px !important;
    background: transparent !important;
}
.pum-close i{
    color: #EE9B13;
    font-size: 2rem;
    border: 4px solid #EE9B13;
    border-radius: 100px;
    padding: 11px 14px;
}

.pum-theme-73 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close{
	background:transparent !Important;
	border: none !Important;
 	outline:none !Important;
}

.popup-caso {
	height: 100vh;
}

.popup-caso .imagen{
	height: 100vh;
	overflow: scroll;
}

.popup-contenido{
	padding: 5rem 3rem;
}

.popup-contenido h3{
	font-size: 3rem;
	font-weight: 800;
}

.popup-contenido h4{
	font-weight: 400;
    letter-spacing: 0;
    position: relative;
}



.popup-contenido p{}

.popup-contenido span{
	color: grey;
	padding-right: 3px;
}

.popup-contenido span:before{
	content:'#';
}

.popup-contenido a.enlace{ color:#EE9B13}

.popup-contenido .separator {
    background-color: #333;
    height: 5px;
    margin: 26px 0;
    width:20%;

}


/** 9. EXTRAS END **/