/*
	Template Name: Dirto
	Author: TechyDevs
	Description: Dirto - Listing & Directory Template
	Version: 2.0
*/
/*------------------------------------------------------------------
[Table of contents]

	+ General
		- general Styles
		- common-style
		- Preloader
		- theme-btn
		- button-shared
		- p-relative
		- p-absolute
		- tooltips
		- badge-closed
		- section-heading
		- Back To Top
	+ Header
		- Logo
		- login
		- sign up
		- Main Navigation
		- Dropdown
		- Offcanvas menu
	+ Content
		+ Main Files
			- index.html
	+ Banner Area
			- Breadcrumb
	+ Categories
	        - All Categories
	        - All Locations
	+ Listing
	        - Listing Grid
	        - Lsiting Detail
	        - Add Listing
	+ Pages
			- User Profile
			- Dashboard
			- Invoice
			- Login
			- Pricing
			- Contact us
			- About us
			- 404 error page
	+ blog
			- Blog Grid
			- Blog Detail
	+ Footer
		+ Top Footer
			- Subscribe Form
			- Company Details
			- Quick Licks
			- Categories
			- Conctact with us
		+ Bottom Footer
		    - Copyright
		    - Terms & Conditions
		    - Privace Policy
		    - Help Center
	+ Responsive Design Styles
		    - $laptop_l: '(max-width: 1440px)';
            - $laptop_m: '(max-width: 1366px)';
            - $laptop_m_two: '(max-width: 1280px)';
            - $laptop_m_three: '(max-width: 1200px)';
            - $laptop_m_four: '(max-width: 1199px)';
            - $laptop_m_five: '(max-width: 1024px)';
            - $laptop_ls: 'only screen and (max-width: 1279px) and (min-width: 320px)';
            - $medium_device: 'only screen and (min-width: 992px) and (max-width: 1200px)';
            - $ms_device: 'only screen and (max-width: 1200px) and (min-width: 320px)';
            - $tab_device: 'only screen and (min-width: 768px) and (max-width: 991px)';
            - $tab_device_two: '(max-width: 768px)';
            - $large_mobile: 'only screen and (min-width: 480px) and (max-width: 767px)';
            - $large_mobile_two: ' (max-width: 600px)';
            - $large_mobile_three: ' (max-width: 480px)';
            - $small_mobile: 'only screen and (min-width: 320px) and (max-width: 479px)';
            - $small_mobile_four: '(max-width: 425px)';
            - $small_mobile_three: '(max-width: 400px)';
            - $small_mobile_five: '(max-width: 375px)';
            - $small_mobile_two: '(max-width: 320px)';
-------------------------------------------------------------------*/
/* font size */
/* font weight */
/* color */
/* breakpoint */
/*============== loader-ripple ==============*/
@keyframes loader-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }

/*============== play-button-pulse ==============*/
@-webkit-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
	  opacity: 0; }
}

@-o-keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@keyframes play-button-pulse {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

/*== heartBeat ==*/
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes cluster-animation {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1); }
  50% {
    -webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1); } }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

a:hover,
a:focus {
  text-decoration: none; }

input:focus,
button,
button:focus {
  outline: none; }

h1, h2, h3, h4, h5 {
  margin: 0;
  color: #e29717; }

@font-face{
	font-family: "ITCAvantGardeStd-Md";
	src: url("../fonts/ITCAvantGardeStd-Md.otf");
}

.ITCAvantGardeStd-Md{
	font-family: "ITCAvantGardeStd-Md";
}

p {
  margin: 0; }

body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Work Sans", sans-serif;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500; }

/*---------------- container ----------------*/
.container {
  max-width: 1200px; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

.opacity-8 {
  opacity: 0.8 !important; }

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

.right-0 {
  right: 0 !important; }

/*----------- z-index ----------------*/
.z-index-0 {
  z-index: 0 !important; }

.z-index-2 {
  z-index: 2 !important; }

/*----------- hover effects ----------------*/

/*---------------- text color ----------------*/

.text-black {
  color: #e29717 !important; }

/*---------------- border color ----------------*/

.border-top-gray {
  border-top-color: rgba(128, 137, 150, 0.1) !important; }

/*---------------- fonts ----------------*/

.font-size-40 {
  font-size: 40px !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-20 {
  font-size: 20px !important; }

.font-size-15 {
  font-size: 15px !important; }

.font-size-14 {
  font-size: 14px !important; }

.font-size-13 {
  font-size: 13px !important; }

.font-size-12 {
  font-size: 12px !important; }

/*---------------- font-weight ----------------*/

/*---------------- line-height ----------------*/

/*---------------- spacing ----------------*/

.padding-top-140px {
  padding-top: 140px; }

.padding-top-80px {
  padding-top: 80px; }

.padding-top-60px {
  padding-top: 60px; }

.padding-top-30px {
  padding-top: 30px; }

.padding-bottom-90px {
  padding-bottom: 90px; }

.padding-bottom-80px {
  padding-bottom: 80px; }

.padding-bottom-70px {
  padding-bottom: 70px; }

.padding-bottom-20px {
  padding-bottom: 20px; }

/*===== margin ====*/

.margin-top-35px {
  margin-top: 35px; }

.margin-top-20px {
  margin-top: 20px; }

.margin-top-10px {
  margin-top: 10px; }

.margin-bottom-30px {
  margin-bottom: 30px; }

/*---------------- bg ----------------*/
.bg-gray {
  background-color: #F5F7FC !important; }

/*=== theme-btn ====*/
.theme-btn {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  padding: 10px 14px;
  background-color: #852d2c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center; }
  .theme-btn:hover {
    background-color: #e29717;
    color: #fff; }

.theme-btn-directorio {
  font-weight: 600;
  font-size: 25px;
  color: #e29717;
  padding: 10px 14px;
  background-color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center; }
  .theme-btn-directorio:hover {
    background-color: #e29717;
    color: #fff; }


/*==== theme-btn-sm ====*/
.theme-btn-sm {
  padding: 6px 20px; }

/*==== theme-btn-gray ====*/

/*==== btn-link ====*/
.card {
	background-color: white;
    border: 0;
    -webkit-box-shadow: 0 1px 15px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 1px 15px rgba(82, 85, 90, 0.1);
    box-shadow: 0 1px 15px rgb(82 85 90 / 10%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 30px;
    position: relative;
}

  .card-image .badge {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 15px;
    font-weight: 600;
    }
/*==== collapse-btn ====*/

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px; }

.section--padding {
  padding-top: 3rem;
  padding-bottom: 3.5rem; }

.section-padding-carrusel {
  padding-top: 1px;
  padding-bottom: 50px; }

/*========= preloader ==========*/
.loader-container {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
}
.loader-container .loader-ripple {
  position: relative;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loader-container .loader-ripple div {
  position: absolute;
  border: 4px solid #e29717;
  opacity: 1;
  border-radius: 50%;
  animation: loader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader-container .loader-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

/*========= section-heading ======*/
.sec__title {
  font-size: 1.8rem;}
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .sec__title {
      font-size: 2rem; } }

.sec-title-promo {
  font-size: 4rem;
	font-family: ITCAvantGardeStd-Md;}
  	@media only screen and (min-width: 320px) and (max-width: 479px) {
    .sec-title-promo {
      font-size: 3rem; } }
	@media only screen and (min-width: 480px) and (max-width: 1000px) {
    .sec-title-promo {
	  padding-top: 5rem;
      font-size: 3rem; } }
	@media only screen and (min-width: 852px) and (max-width: 1500px) {
    .sec-title-promo {
	  padding-top: 4rem;
      font-size: 3rem; } }
	@media only screen and (min-width: 1001px) and (max-width: 1250px) {
    .sec-title-promo {
	  padding-top: 3rem;
      font-size: 3rem; } }
	@media only screen and (min-width: 1080px) and (max-width: 1920px) {
    .sec-title-promo {
	  padding-top: 1.5rem; } }


.sec__desc {
  font-size: 23px;
  line-height: 28px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec__title br,
  .sec__desc br {
    display: none; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sec__title br,
  .sec__desc br {
    display: none; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .sec__title br,
  .sec__desc br {
    display: none; } }

/*========= select ==========*/
.select-picker.show .btn {
  background-color: transparent !important;
  border-color: rgba(128, 137, 150, 0.6); }

.select-picker .btn {
  padding: 12px 20px;
  border: 1px solid rgba(128, 137, 150, 0.3);
  background-color: transparent; }
  .select-picker .btn .filter-option-inner-inner {
    white-space: nowrap;
    text-overflow: ellipsis; }
  .select-picker .btn:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
    border-color: rgba(128, 137, 150, 0.6); }

.select-picker .dropdown-item.active {
  background-color: #e29717; }
  .select-picker .dropdown-item.active:hover {
    color: #fff; }

/*========= select-picker-sm ==========*/
.select-picker-sm .btn {
  padding: 6px 20px; }


/*========= select-picker-sm ==========*/

/*======= daterangepicker ========*/
.daterangepicker:before, .daterangepicker:after {
  display: none; }

/*======= pagination-list ========*/
.pagination-list .page-item.active .page-link {
  background-color: #e29717; }
  .pagination-list .page-item.active .page-link:hover {
    color: #fff; }

.pagination-list .page-item:first-child .page-link {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-list .page-item:last-child .page-link {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-list .page-link {
  margin-left: 3px;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #808996; }
  .pagination-list .page-link:hover {
    color: #333f57; }

/*======= filter-nav ========*/

/*======= social-icons ========*/
.social-icons a {
  display: inline-block;
  color: white;
  width: 38px;
  height: 38px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .social-icons a:hover {
    background-color: #e29717;
    color: #fff; }

.social-icons-promo a {
  display: inline-block;
  color: #e29717;
  width: 38px;
  height: 38px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  }
  .social-icons-promo a:hover {
    background-color: #852d2c;
    color: #fff; }

.social-icons-gaceta a {
  font-size: 1.8rem;
  margin-top: 0.7rem;
  display: inline-block;
  color: #e29717;
  width: 3rem;
  height: 3rem;
  line-height: 50px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  }
  .social-icons-gaceta a:hover {
    background-color: #852d2c;
    color: #fff; }

.social-icons-directorio a {
  font-size: 2rem;
  margin-top: 0.7rem;
  display: inline-block;
  color: #e29717;
  width: 4rem;
  height: 4rem;
  line-height: 65px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  }
  .social-icons-directorio a:hover {
    background-color: #852d2c;
    color: #fff; }

/*======= info-list ========*/
.info-list li {
  display: block;
  font-size: 15px;
  color: white;
  font-weight: 500;
  margin-bottom: 6px; }
  .info-list li:last-child {
    margin-bottom: 0; }
  .info-list li a {
    color: white; }
  .info-list li .icon {
    display: inline-block;
    color: #ffffff;
    margin-right: 2px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .info-list li:hover a {
    color: #e29717; }
  .info-list li:hover .icon {
    background-color: #e29717;
    color: #fff; }

/*======== stroke-shape =========*/
.stroke-shape {
  height: 3px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #e29717;
  position: relative;
  width: 45px; }
  .stroke-shape:after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 100%;
    right: 10px;
    width: 4px;
    background-color: #272727;}

.stroke-shape-dir {
  height: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #e29717;
  position: relative;
  width: 100px; }
  .stroke-shape-dir:after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 100%;
    right: 10px;
    width: 4px;
    background-color: white;}

/*======== owl-theme =========*/
.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  background-color: #ff6b6b; }

.owl-theme .owl-nav [class*=owl-] {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff !important;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  color: #333f57 !important; }
  .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #e29717 !important;
    color: #fff !important; }

.gallery-carousel {
  position: relative; }
  .gallery-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }

/*======== img-boxes =========*/

/*======= list-items ========*/
.list-items li {
  margin-bottom: 7px;
  font-weight: 500;
  color: #333333;
  font-size: 15px; }
  .list-items li:last-child {
    margin-bottom: 0; }
  .list-items li a {
    color: #7b7f35;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .list-items li a:hover {
      color: #e29717; }

/*======= list-items-underline ========*/
.list-items-underline li a {
  position: relative; }
  .list-items-underline li a:before {
    position: absolute;
    content: '';
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #e29717;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .list-items-underline li a:hover:before {
    right: auto;
    left: 0;
    width: 100%; }

.activo {
    border-bottom: 2px solid #e29717;
}

/*====== tip ======*/

/*====== summernote ======*/

/*====== qtyBtn ======*/

/*====== qtyInput ======*/

/*======== back to top =========*/
#back-to-top {
  position: fixed;
  right: -150px;
  bottom: 40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  color: #e29717;
  font-size: 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden; }
  #back-to-top:hover {
    background-color: #e29717;
    color: #fff;
    border-color: #e29717; }
  #back-to-top.show-back-to-top {
    right: 30px;
    opacity: 1;
    visibility: visible; }

/*========== mobile-feature-list ========*/

/*== rate-progress-bar ==*/

/*====== leave-rating ========*/

/*===== my-tabs ====*/

/*===== my-tabs-2 ====*/

.icon-element {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #e29717;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff; }

.icon-element-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px; }

.icon-element-bg-slim-1 {
  background-color: white;
  color: #e29717; }

/*====================================================
    contact-form-action
 ====================================================*/
.alert-message {
  display: none; }

.form-group,
.input-group {
  position: relative; }

.form-icon {
  position: absolute;
  top: 17px;
  left: 15px;
  color: #808996;
  z-index: 4; }

.form--control {
  height: 50px;
  padding-left: 40px;
  font-size: 15px;
  color: #333333;
  border: 1px solid rgba(128, 137, 150, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .form--control:focus {
    border-color: rgba(128, 137, 150, 0.6);
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0; }

.input-group .form-control:not(:first-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.input-group .theme-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 0; }

/*====== subscriber-box =======*/
.subscriber-box {
  position: relative;
  padding: 1rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  z-index: 1; }
  .subscriber-box:before, .subscriber-box:after {
    position: absolute;
    color: rgba(255, 255, 255, 0);
    font-family: "Font Awesome 5 Pro";
    font-size: 160px;
    z-index: -1; }
  .subscriber-box:before {
    content: "\f0e0";
    top: 45px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .subscriber-box:after {
    content: "\f040";
    right: 0;
    bottom: 0; }

/*===== custom-checkbox ====*/

/*=========== toggle-password =============*/

/*======== bootstrap-tagsinput =======*/

/*======== payment-method =======*/

/*====================================================
    breadcrumb-area
 ====================================================*/
.bread-bg-contacto {
  background-image: URL("../images/menus/contacto.webp"); }

.bread-bg-ubicacion {
  background-image: URL("../images/menus/ubicacion.webp"); }

.bread-bg-eventos {
  background-image: URL("../images/menus/eventos.webp"); }

.bread-bg-promociones {
  background-image: URL("../images/menus/promociones.webp"); }

.bread-bg-gaceta {
  background-image: URL("../images/menus/gaceta.webp"); }

.bread-bg-servicios {
  background-image: URL("../images/menus/servicios.webp"); }

.bread-bg-legal {
  background-image: URL("../images/menus/legal.webp"); }

.bread-servicios {
  background-image: url("../images/servicios.webp"); }

/*====================================================
    breadcrumb-area
 ====================================================*/

.bread-auditorio {
  background-image: url("../directorio/auditorio-bb/fondo.jpg"); }

.bread-vertiche {
  background-image: url("../directorio/vertiche/fondo.jpg"); }

.bread-michoacana {
  background-image: url("../directorio/la-michoacana/fondo.jpg"); }

.bread-pastes {
  background-image: url("../directorio/pastes-kikos/fondo.jpg"); }

.bread-oxxo {
  background-image: url("../directorio/oxxo/fondo.jpg"); }

.bread-brackets {
  background-image: url("../directorio/mx-brackets/fondo.jpg"); }

.bread-banorte {
  background-image: url("../directorio/banorte/fondo.jpg"); }

.bread-bombavista {
  background-image: url("../directorio/bombavista/fondo.jpg"); }

.bread-integrity {
  background-image: url("../directorio/integrity-fitness/fondo.jpg"); }

.bread-brick {
  background-image: url("../directorio/brick-cubes/fondo.jpg"); }

.bread-escucha {
  background-image: url("../directorio/escucha-y-vive/fondo.jpg"); }

.bread-seven {
  background-image: url("../directorio/seven-eleven/fondo.jpg"); }

.bread-ideen {
  background-image: url("../directorio/ideen/fondo.jpg"); }

.bread-room {
  background-image: url("../directorio/escape-room/fondo.jpg"); }

.bread-ccp {
  background-image: url("../directorio/cuidado-con-el-perro/fondo.jpg"); }

.bread-perfume {
  background-image: url("../directorio/la-casa-del-perfume/fondo.jpg"); }

.bread-erotika {
  background-image: url("../directorio/erotika/fondo.jpg"); }

.bread-ferre {
  background-image: url("../directorio/nina-ferre/fondo.jpg"); }

.bread-zero {
  background-image: url("../directorio/zona-zero/fondo.jpg"); }

.bread-palestina {
  background-image: url("../directorio/la-palestina/fondo.jpg"); }

.bread-flexi {
  background-image: url("../directorio/flexi/fondo.jpg"); }

.bread-fraiche {
  background-image: url("../directorio/fraiche/fondo.jpg"); }

.bread-todomoda {
  background-image: url("../directorio/todomoda/fondo.jpg"); }

.bread-flautas {
  background-image: url("../directorio/las-chilpaflautas/fondo.jpg"); }

.bread-body {
  background-image: url("../directorio/2-body/fondo.jpg"); }

.bread-contento {
  background-image: url("../directorio/contento/fondo.jpg"); }

.bread-macropay {
  background-image: url("../directorio/macropay/fondo.jpg"); }

.bread-inside {
  background-image: url("../directorio/inside/fondo.jpg"); }

.bread-gank {
  background-image: url("../directorio/gank-gaming-lounge/fondo.jpg"); }

.bread-bano {
  background-image: url("../directorio/banos/fondo.jpg"); }

.breadcrumb-area {
  padding-top: 1%;
  padding-bottom: 1%;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
      padding-bottom: 3.5rem; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .breadcrumb-area {
      padding-bottom: 4.5rem; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-area {
      padding-top: 2.5rem;
      padding-bottom: 1.4rem; } }

.breadcrumb-area-servi {
  padding-top: 15%;
  padding-bottom: 10%;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-area-servi {
      padding-top: 8rem;
      padding-bottom: 1.4rem; } }

.breadcrumb-area-dir {
  padding-top: 10%;
  padding-bottom: 4%;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-area-dir {
      padding-top: 8rem;
      padding-bottom: 1.4rem; } }

/*===== bread-svg =====*/
.bread-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  .bread-svg svg {
    width: 100%;
    height: 100px;
    stroke: none;
    fill: #fff; }

/*===== bread-list =====*/
.bread-list li {
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  padding-right: 22px;
  color: #fff; }
  .bread-list li:last-child {
    padding-right: 0; }
    .bread-list li:last-child:after {
      display: none; }
  .bread-list li a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff; }
    .bread-list li a:hover {
      color: #ff6b6b; }
  .bread-list li:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Pro", sans-serif;
    top: 0;
    right: 5px; }

/*===== bread-list-black =====*/

/*========= listing-info ========*/
.listing-info li {
  margin-right: 2px;
  display: inline-block; }
  .listing-info li .average-symbol {
    background-color: #e29717;
    color: #fff; }
  .listing-info li .listing-tag {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: transparent; }

/*======= header-area ========*/
.header-area {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1010; }

/*======= main-header =======*/

/*======= main-header-action-wrap =======*/
.main-header-action-wrap {
  display: flex;
  align-items: center;
  position: relative; }

/*======= logo =======*/
.logo {
  z-index: 2; }

/*======== main-menu =========*/
@media (max-width: 1199px) {
  .main-menu {
    display: none; } }

.main-menu > ul > li {
  display: inline-block;
  margin-right: 25px;
  position: relative; }
  .main-menu > ul > li:last-child {
    margin-right: 0; }
  .main-menu > ul > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    /*padding-bottom: 28px;
    margin-bottom: -28px;*/ }
    .main-menu > ul > li > a .fa-angle-down {
      font-size: 13px; }
    .main-menu > ul > li > a:hover {
      color: #e29717; }

.main-menu-black ul li a {
  color: #333333; }

/*======== nav-right-content =========*/
.nav-right-content {
  position: relative;
  z-index: 1; }
  @media (max-width: 1199px) {
    .nav-right-content {
      width: 100%;
      justify-content: flex-end; } }

/*======== side-menu-open =======*/
.side-menu-open {
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  font-size: 22px; }
  @media (max-width: 1199px) {
    .side-menu-open {
      display: block; } }

.side-menu-open-black {
  background-color: rgba(128, 137, 150, 0.2);
  color: #333f57; }

/*===== off-canvas =====*/
.off-canvas-close:hover {
    color: #ff6b6b;
}

.off-canvas {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
  z-index: 1034;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-box-shadow: 0 0 10px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 10px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 10px rgba(82, 85, 90, 0.1);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  padding: 20px; }
  .off-canvas.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

/*===== off-canvas-menu ======*/
.off-canvas-menu li a {
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-transform: capitalize; }
  .off-canvas-menu li a:hover {
    color: #e29717; }

/*===== off-canvas-close =====*/
.off-canvas-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: #333f57;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .off-canvas-close:hover {
    color: #ff6b6b; }

/*===== sub-menu-toggler =====*/

.modal-container.fade .modal-dialog {
  -webkit-transform: scale(0.8) translate(0, 0);
  -moz-transform: scale(0.8) translate(0, 0);
  -ms-transform: scale(0.8) translate(0, 0);
  -o-transform: scale(0.8) translate(0, 0);
  transform: scale(0.8) translate(0, 0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.modal-container.show {
  display: block; }
  .modal-container.show .modal-dialog {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }

/* modal container */

.modal-container .modal-content {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }


.modal-container .modal-header {
  border-bottom-color: rgba(128, 137, 150, 0.1); }


.modal-container button {
  border: none; }

.modal-container .modal-dialog {
  -webkit-transform: scale(0.8) translate(0, 0);
  -moz-transform: scale(0.8) translate(0, 0);
  -ms-transform: scale(0.8) translate(0, 0);
  -o-transform: scale(0.8) translate(0, 0);
  transform: scale(0.8) translate(0, 0); }

/*====== copy-to-clipboard =======*/

/*====== text-success-message=======*/

/*====================================================
    pricing-area
 ====================================================*/

/*=== price-head ====*/

/*=== price-content ====*/

/*=== pricing-active ====*/

.card-directory{
	padding: 1rem 1rem 1rem 1rem}

.share-gaceta{
	margin:14px 0px 0px 14px;
	color: #e29717;
	position: absolute;
	font-size: 20px;}
.share-gaceta:hover{
	color: #852d2c;
}

/*====================================================
    hero-wrapper
 ====================================================*/

.hero-bg-2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/banner_prin.jpg"); }

.hero-bg-3 {
  background-position: right;
  background-size: cover;
  background-image: url("../images/hero-bg3.webp"); }

.hero-bg-4 {
  background-position: right;
  background-size: cover;
  background-image: url("../images/hero-bg4.webp"); }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: black;
  opacity: 0.8;
  z-index: -1; }

.overlay-category {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: black;
  opacity: 0.5;
  z-index: -1; }


.hero-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-top: 32%;
  padding-bottom: 4rem; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-wrapper {
      padding-bottom: 7rem; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-wrapper {
      padding-bottom: 4.5rem; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .hero-wrapper {
      padding-bottom: 3rem; } }

.hero-svg-content {
  position: absolute;
  bottom: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 210px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/hero-shape.png");
  color: #e29717;
  font-size: 28px; }

/*====================================================
    hero-wrapper4
 ====================================================*/

/*====================================================
    hiw-area
 ====================================================*/
.hiw-area {
  position: relative;
  z-index: 1; }

/*====================================================
   error-area
 ====================================================*/
.error-area {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .error-area:before, .error-area:after {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    top: 15px;
    left: 16px;
    background-image: url("../images/dots.png");
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1; }
  .error-area:after {
    left: auto;
    right: 15px;
    bottom: 10px;
    top: auto; }

/*======= card ========*/


/*======= card-pattern =====*/
.card-gaceta {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #e29717;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
	border-radius: 0.5rem;}
.card-cat {
  font-size: 14px;
  color: #808996;
  display: block; }
  .card-cat .icon-element-sm {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px; }
  .card-cat:hover {
    color: #e29717; }

.card-title {
  font-size: 20px;
  font-weight: 600; }
  .card-title a {
    color: #333333;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .card-title a:hover {
      color: #e29717; }

.promo-title {
  font-size: 30px;
  font-weight: 600; }
  .promo-title a {
    color: #333333;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .card-title a:hover {
      color: #e29717; }


.author-img {
    background-color: white;
    width: 7rem;
    height: 7rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    position: absolute;
    right: 20px;
    top: 0;
    margin-top: -90px; }
  .author-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%; }

/*====== post-author ======*/

/*=== card-carousel =====*/

/*=== card-hover-effect =====*/

/*=== card-flex =====*/

/*===== fs-container ====*/
@media (max-width: 1199px) {
  .fs-container {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

/*===== fs-container-item ====*/
@media (max-width: 1199px) {
  .fs-container-item {
    width: 100% !important; } }

@media (max-width: 1199px) {
  .fs-container-item-map {
    height: auto !important;
    position: relative !important;
    top: auto !important;
    right: auto !important; } }

/*====================================================
    funfact-area
 ====================================================*/

.fun-bg1 {
  background-color: #852d2c !important; }

.fun-bg2 {
  border: solid 3px #852d2c !important;}

/*===== counter-item =====*/
.counter-item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .counter-item .counter-number {
    width: 10rem;
    height: 5rem;
    line-height: 5.1rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    color: #fff; }
    .counter-item .counter-number span {
	  font-family: ITCAvantGardeStd-Md;
      font-size: 40px;
      font-weight: 200; }
  .counter-item .counter__title {
    font-size: 25px;
    font-weight: 600;
    color: #fff; }

/*====== highlight-category ======*/
.highlight-category {
  margin: 0 5px 5px 5px;
  display: block;
  color: white;
  background-color: #e29717;
  padding: 18px 12px 12px 12px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  width: 120px;
  text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .highlight-category {
      margin-bottom: 10px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .highlight-category {
      margin-bottom: 10px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .highlight-category {
      margin-bottom: 10px; } }
  .highlight-category:hover {
    background-color: #ff6b6b;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    color: #fff; }
    .highlight-category:hover .icon-element {
      color: white;
      background-color: #fff; }


/*====== highlight-category-2 ======*/

/*====== highlight-category-3 ======*/
.highlight-category-3 {
  width: auto;
  -webkit-box-shadow: 0 0 40px rgba(98, 138, 48, 0.1);
  -moz-box-shadow: 0 0 40px rgba(98, 138, 48, 0.1);
  box-shadow: 0 0 40px rgba(98, 138, 48, 0.1);
  margin: 0 0 30px 0;
  padding: 30px 15px 25px 15px;
  font-size: 15px; }
  .highlight-category-3 .badge {
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    background-color: #e29717;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden; }
  .highlight-category-3 .highlight-cat-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600; }
  .highlight-category-3:hover {
    background-color: #fff; }
    .highlight-category-3:hover .icon-element {
      background-color: #e29717;
      color: #fff; }
    .highlight-category-3:hover .highlight-cat-title {
      opacity: 0;
      visibility: hidden; }
    .highlight-category-3:hover .badge {
      bottom: 20px;
      opacity: 1;
      visibility: visible; }

/*======= category-item ==========*/
.category-item {
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  z-index: 1; }
  .category-item .overlay {
    z-index: 1; }
  .category-item .overlay,
  .category-item .category-img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .category-item .overlay-category {
    z-index: 1; }
  .category-item .overlay-category,
  .category-item .category-img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .category-item .category-img {
    width: 100%; }
  .category-item .category-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .category-item .cat-title {
    font-size: 25px;
    color: #fff; }
  .category-item .badge {
    padding: 6px 11px;
    border: 2px solid #852d2c;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .category-item:hover .badge {
    background-color: #852d2c; }

/*===== cat-list =======*/

/*====================================================
    cta-area
 ====================================================*/

/*====================================================
    cta-area3
 ====================================================*/

/*====================================================
    dashboard-nav
 ====================================================*/
/*===== edit-profile-photo ======*/

/*====================================================
   clientlogo-area
 ====================================================*/
.client-logo-item {
  -webkit-filter: grayscale(1); /* Webkit */
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* W3C */
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px 20px; }
  .client-logo-item img {
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .client-logo-item:hover {
	-webkit-filter: grayscale(0); /* Webkit */
    filter: none; /* IE6-9 */
    filter: grayscale(0); /* W3C */
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03); }
    .client-logo-item:hover img {
      opacity: 1; }

/*===== review-photos =====*/

/*===== feedback-box =====*/

/*===== comment-reply =====*/

/*======= file upload ========*/

/*======== file-upload-wrap-layout-2 =======*/

/*======== file-upload-wrap-3 =======*/

/*======== file-upload-wrap-3 =======*/

/*====== edit-profile-photo =======*/

/*========= testimonial-item =========*/

/*===== user-module-list =====*/

.height-300 {
  height: 300px; }

/*==== zoom-control ====*/

/*======= popup-box ========*/

/*===== close-button =====*/

/*===== popup-box-img-container =====*/

/*===== popup-box-content =====*/

/*===== popup-box-status =====*/

/* star rating */
.star-rating {
  line-height: 18px; }

/* rating-counter */
.rating-counter {
  color: #808996;
  padding-left: 5px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  top: -1px; }

/*== cluster ===*/

.gallery-carousel {
  position: relative; }

.gallery-item img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/*======== footer-item ========*/
.footer-item {
  margin-bottom: 30px; }
  .footer-item .footer__title {
	font-family: ITCAvantGardeStd-Md;
	color: #e29717;
    font-size: 30px; }

/*======== copy-right ========*/
.copy-right {
  font-size: 14px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .copy-right {
      justify-content: center !important;
      flex-direction: column; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .copy-right {
      justify-content: center !important;
      flex-direction: column; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .copy-right {
      justify-content: center !important;
      flex-direction: column; } }

.copy__desc span,
.copy__desc a {
  color: #e29717; }

.copy__desc a:hover {
  color: #852d2c; }

.l{
  
  display: none; /* Por defecto */
}

/*Listas*/

.lista-index ul{
	list-style-position: inside;
	list-style-type: disc;
	line-height: 1.4em;
	padding: 0 1em;
}

.lista-index ul li{
	margin: 0 0 0 1em;
	padding: 0 0 0 0em;
	text-indent: -1.5em;
}

.popup-index{
	font-family: ITCAvantGardeStd-Md;
	font-size: 450%;
	color: white;
	padding: 3.5rem;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .popup-index {
      padding-top: 3rem;} }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .popup-index {
	  padding-top: 2rem;
	  font-size: 350%;} }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .popup-index {
	  padding-top: 2rem;
	  font-size: 100%;} }
@media only screen and (min-width: 100px) and (max-width: 479px) {
    .popup-index {
	  padding-top: 2rem;
	  font-size: 200%;} }

/*Barra de carga*/
progress[value] {
	/* Elimino la apariencia por defecto */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	/* Quito el borde que aparece en Firefox */
	border: none;

	/* Añado mis propios estilos */
	width: 80%;
	height: 30px;
	
	
/* 	Estos estilos solo se aplicaran al fondo de la barra en mozilla */
	overflow:hidden;
}

/* Compatibilidad de color en Firefox, Chrome y Safari */
progress::-moz-progress-bar{ 
	background-color: #e29717;
	border-radius : 1px ; 
	} 
progress::-webkit-progress-value {
	background-color: #e29717;
	border-radius : 1px ; 	

}
progress::-webkit-progress-bar { 
	background-color: white;
	border: 1px solid #e29717;
	border-radius: 5px;	
}
/*Texto Progreso*/
.progreso-texto{
	color: #e29717;
	font-family: ITCAvantGardeStd-Md;
	font-size: 2.7rem;
}
.margin-bottom-0px{
	margin-bottom: 0px;
}

/*sistema de filtrado*/

/*[value="todo"]:checked ~ .posts .post[data-category]{
    display: block;
}*/

[value="22"]:checked ~ .posts .post:not([data-category~="22"]),
[value="21"]:checked ~ .posts .post:not([data-category~="21"]),
[value="20"]:checked ~ .posts .post:not([data-category~="20"]),
[value="19"]:checked ~ .posts .post:not([data-category~="19"]),
[value="18"]:checked ~ .posts .post:not([data-category~="18"]),
[value="prox"]:checked ~ .posts .post:not([data-category~="prox"]),
[value="nuevo"]:checked ~ .posts .post:not([data-category~="nuevo"]),
[value="comida"]:checked ~ .posts .post:not([data-category~="comida"]),
[value="entret"]:checked ~ .posts .post:not([data-category~="entret"]),
[value="serv"]:checked ~ .posts .post:not([data-category~="serv"]),
[value="moda"]:checked ~ .posts .post:not([data-category~="moda"]),
[value="hogar"]:checked ~ .posts .post:not([data-category~="hogar"]),
[value="syb"]:checked ~ .posts .post:not([data-category~="syb"]),
[value="especi"]:checked ~ .posts .post:not([data-category~="especi"]),
[value="tecno"]:checked ~ .posts .post:not([data-category~="tecno"]),
[value="T1"]:checked ~ .posts .post:not([data-category~="T1"]),
[value="T2"]:checked ~ .posts .post:not([data-category~="T2"]),
[value="T3"]:checked ~ .posts .post:not([data-category~="T3"]),
[value="T4"]:checked ~ .posts .post:not([data-category~="T4"]),
[value="T5"]:checked ~ .posts .post:not([data-category~="T5"]){
    display: none;
}

/*[value="todo"]:checked ~ .container-category [for="todo"],*/
[value="22"]:checked ~ .container-category [for="22"],
[value="21"]:checked ~ .container-category [for="21"],
[value="20"]:checked ~ .container-category [for="20"],
[value="19"]:checked ~ .container-category [for="19"],
[value="18"]:checked ~ .container-category [for="18"],
[value="prox"]:checked ~ .container-category [for="prox"],
[value="nuevo"]:checked ~ .container-category [for="nuevo"],
[value="comida"]:checked ~ .container-category [for="comida"],
[value="entret"]:checked ~ .container-category [for="entret"],
[value="serv"]:checked ~ .container-category [for="serv"],
[value="moda"]:checked ~ .container-category [for="moda"],
[value="hogar"]:checked ~ .container-category [for="hogar"],
[value="syb"]:checked ~ .container-category [for="syb"],
[value="especi"]:checked ~ .container-category [for="especi"],
[value="tecno"]:checked ~ .container-category [for="tecno"],
[value="T1"]:checked ~ .container-category [for="T1"],
[value="T2"]:checked ~ .container-category [for="T2"],
[value="T3"]:checked ~ .container-category [for="T3"],
[value="T4"]:checked ~ .container-category [for="T4"],
[value="T5"]:checked ~ .container-category [for="T5"]{
    color: #e29717;
	background-color: #EFEFEF;
	border-radius: 2px;
	font-weight: 700;
}

.filtros, input[type="radio"]{
    display: none;
}

.container-category label{
	color: #ADADAD;
	padding: 0.5rem 1rem;
}

.logo-p{
	padding: 0rem 1rem 0rem 1rem;
}

.close-pop{
	opacity: 100%;
    right: -2px;
    position: absolute;
    font-size: 5rem;
    color: #ffffff;
    text-shadow: 0 0 #f8f9fa;
	background: top;
	font-weight: 700;
}

.eventos{
	width: 100%;
	height: 31rem!important;
}