/* CSS Index
---------------------------------
1. Theme Default CSS
2. Header
3. Slider
4. About Page
5. Menu Page
6. Blog Page
7. Single Blog Page
8. Gallery Page
9. Contact Page
10. Footer
11. 404 Page
*/

/* ---1. Theme default css --- */

body {
	font-family: "Ruina"; /* Ruina */
	color: #333;
	line-height: 1.6;
  }
  
  body,
  html {
	height: 100%;
  }
  
  p {
	font-weight: 300;
	font-size: 14px;
	font-family: "Signika-bold";
  }
  
  /* @font-face {
	  font-family: 'Ruina';
	  src: url('../fonts/Ruina.ttf') format('truetype');
	  font-style: normal;
	  font-weight: normal;
  }*/
  
  @font-face {
	font-family: "Ruina";
	src: url("../fonts/Ruina.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
  }

  @font-face {
	font-family: "DraftNaturalD-Black";
	src: url("../fonts/DraftNaturalD-Black.otf.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
  }
  
  .mt-120 {
	margin-top: 120px;
  }
  
  .mb-120 {
	margin-bottom: 120px;
  }
  
  .pt-60 {
	padding-top: 120px;
	padding-bottom: 60px;
  }
  
  .pb-60 {
	padding-bottom: 60px;
	padding-top: 120px;
  }
  
  .mt-60 {
	margin-top: 60px;
  }
  
  .mb-60 {
	margin-bottom: 60px;
  }
  
  .mb-0 {
	margin-bottom: 0;
  }
  
  .img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
  }
  
  a {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
  }
  
  a:focus,
  a:hover {
	text-decoration: none;
	outline: none;
	color: #53284f;
  }
  
  ul {
	margin: 0px;
	padding: 0px;
  }
  
  li {
	list-style: none;
  }
  
  *::-moz-selection {
	background: #53284f;
	color: #fff;
	text-shadow: none;
  }
  
  ::-moz-selection {
	background: #53284f;
	color: #fff;
	text-shadow: none;
  }
  
  ::selection {
	background: #53284f;
	color: #fff;
	text-shadow: none;
  }
  
  *::-moz-placeholder {
	font-size: 14px;
	opacity: 1;
  }
  
  *::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
  }
  
  .box_btn a {
	 display: inline-block;
  background-color: #53284f;
  color: #fff;
  text-transform: capitalize;
  padding: 16px 120px;
  position: relative;
  transition: 0.3s;
  z-index: 2;
  border-radius: 25px;
  overflow: hidden;
  }
  .box_btn a:before {
	 position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background-color: #f9ae00;
  z-index: -1;
  transition: 0.3s;
  }
  .box_btn a:hover::before {
	left: 0;
  }
  
  hr.horizontal {
	background-color: #ddd;
	margin: 0;
  }
  
  .slicknav_menu {
	display: none;
  }
  
  input[type="submit"],
  input[type="text"] {
	transition: 0.3s;
	text-transform: capitalize;
	position: relative;
  }
  input[type="submit"]:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	background-color: #53284f;
	z-index: -1;
	transition: 0.3s;
  }
  input[type="submit"]:hover::before {
	left: 0;
  }
  
  input[type="submit"]:hover {
	background-color: #53284f;
	border-radius: 12px;
	transition: 0.3s;
	cursor: pointer;
  }
  
  .page-header {
	position: relative;
	z-index: 2;
	/* ---background-image: url("../img/page-bg.jpg"); --- */
	background-image: url("../img/");
	background-size: cover;
	background-position: center;
	padding: 120px 0 70px 0;
	color: #fff;
	background-attachment: fixed;
  }
  
  .page-header:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(0, 0, 0);
	z-index: -1;
	opacity: 0.85;
  }
  
  .page-header h2 {
	font-weight: 700;
	font-size: 40px;
	text-transform: capitalize;
  }
  
  .page-header li {
	display: inline-block;
	margin-right: 5px;
	font-style: italic;
	text-transform: capitalize;
  }
  
  .page-header li a {
	color: #fff;
  }
  
  .page-title h2 {
	color: #53284f;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 40px;
  }
  
  .page-title h2:before,
  .page-title h2:after {
	position: absolute;
	content: "";
	background-color: #53284f;
  }
  
  .page-title h2:before {
	width: 80px;
	height: 1px;
	left: 0;
	bottom: 0;
  }
  
  .page-title h2:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40px;
	height: 1px;
  }
  
  /* --- 2. Header --- */
  
  .header.header-fixed {
	position: absolute;
	left: auto;
	right: auto;
	width: 100%;
	z-index: 9999;
	background-color: #53284f;
  }
  
  .header ul li a {
	color: rgb(189, 189, 189);
  }
  
  .header.header-fixed ul li a {
	color: #fff;
  }
  
  /* --- 2. Main Menu --- */
  
  .mainmenu ul li {
	display: inline-block;
	position: relative;
  }
  
  .mainmenu ul li a {
	color: #fff;
	display: block;
	padding: 25px 10px;
	font-size: 15px;
	transition: 0.3s;
  }
  
  .mainmenu ul li:hover > a {
	color: #009649 !important;
  }
  
  .mainmenu ul li ul.sub-menu::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background-color: #f3f3f3;
	left: 20px;
	top: -7px;
	transform: rotate(45deg);
  }
  
  .sticky_header.sticky {
	position: fixed;
	background-color: #53284f;
  }
  
  .mainmenu ul li.active a {
	color: #53284f;
  }
  
  .mainmenu ul li ul.sub-menu {
	background-color: #ffffff;
	left: 0;
	min-width: 200px;
	position: absolute;
	text-align: left;
	top: 100%;
	transition: all 0.5s ease-out;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  }
  
  .mainmenu ul li ul.sub-menu li {
	display: block;
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 1;
  }
  
  .mainmenu ul li ul.sub-menu li a {
	display: block;
	padding: 10px 15px;
	color: #333;
	transition: all 0.5s ease-out;
  }
  
  .mainmenu ul li:hover ul.sub-menu {
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;
  }
  
  .mainmenu ul li.has-child > a::after {
	content: "\f107";
	margin-left: 4px;
	font-family: "FontAwesome";
  }
  
  .mainmenu ul li ul.sub-menu li {
	display: block;
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 1;
  }
  
  /* tamaño de logo */
  .logo {
	margin-top: -15px;
	width: 6em;
  }
  
  

  /* --- 3. Slider ---------------------------------------------------------------------*/
  
  .single-slide {
	background-size: auto;
        background-repeat: no-repeat;
	background-position: center;
	height: 100%;
   	
	z-index: 2;
	position: relative;
	background-attachment: fixed;
  }
  
  .slide-bg-1 {
	background-image: url("../img/slider/sl1x.png");
  }
  
  .slide-bg-2 {
	background-image: url("../img/slider/sl2.png");
  }
  
  .slide-bg-3 {
	background-image: url("../img/slider/sl3.png");
  }
  
  .welcome-area {
	height: 100%;
  }
  
  .single-slide:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #333;
	z-index: -1;
	opacity: 0.35;
  }
  
  .slider_text {
	width: 100%;
	height: 100%;
	display: table;
  }
  
  .slider_tablecell {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	display: table-cell;
  }
  
  .slider_text h2 {
	font-size: 60px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	margin-top: -15px;
  }
  
  .slider_text a {
	display: block;
	width: 179px;
  }
  
  .slider_text p {
	font-family: "Signika-bold";
	color: #fff;
	font-size: 45px;
  }
  
  .slider_text .box_btn,
  .slider_text .border_btn {
	display: inline-block;
	margin: 0px 12px;
	margin-top: 25px;
  }
  
  .slider_text .border_btn a {
	padding: 8px 20px;
  }
  
  .welcome-area,
  .welcome-area div {
	height: 100%;
  }
  
  .slider_text,
  .slider_text div {
	height: auto;
  }
  
  .slider .owl-dots div {

  }
  
  .slider .owl-dots div.active {
	background-color: #53284f;
  }
  
  .slider .owl-controls {
	height: auto;
  }
  
  .slider .owl-dots {
	margin-top: -60px;
	z-index: 3;
	position: relative;
	text-align: center;
  }
  
  .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
  }
  
  /* --- Page Title --- */
  
  .section-title h4 {
	font-size: 40px;
	text-transform: capitalize;
	color: #53284f;
	position: relative;
	display: inline-block;
	padding-bottom: 25px;
  }
  
  .section-title p {
	font-size: 24px;
	font-family: Oleo Script;
	margin-bottom: 0px;
  }
  
  .section-title h4:before,
  .section-title h4:after {
	position: absolute;
	content: "";
	background-color: #53284f;
  }
  
  .section-title h4:before {
	width: 80px;
	height: 1.5px;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
  }
  
  .section-title h4:after {
	width: 40px;
	height: 1.5px;
	bottom: -5px;
	left: 50%;
	margin-left: -20px;
  }
  
  /* --- 4. About Page --- */
  
  .about_content {
	margin: 30px 0;
  }
  .about_content p {
	font-family: sans-serif;
  }
  .gallery-shadow img {
	border: 1px solid #ddd;
	padding: 3px;
	width: 100%;
  }
  .section-kiky-delivery .content-kiky .delivery-logo img {
	  width: 120px;
	  text-align: center;
	}
  
  .gallery-shadow.tile_gallery {
	position: relative;
  }
  
  .gallery-shadow.tile_gallery img:nth-child(1) {
	position: absolute;
	left: 0;
	top: 0;
  }
  
  .gallery-shadow.tile_gallery img:nth-child(2) {
	position: absolute;
	top: 110px;
	right: -130px;
	box-shadow: 1px 5px 30px #eee;
  }
  
  /* ---5 Destacados --- */
  .section-title2 {
	padding-top: 80px;
	padding-bottom: 40px;
	
  }
  
  
  .section {
	display: flex;
	justify-content: center;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url("../img/slider/slider4x.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
  }
  
  .sectio {
	display: flex;
	justify-content: center;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url("../img/slider/slider5x.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
  }
  
  
  .carousel {
	width: 50%;
  }
  
  
  .flickity-page-dots .dot{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	background: #53284f;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer;
  }
  
  
  
  .carousel-cell {
	width: 33%;
	height: 725px;
   
	counter-increment: carousel-cell;
	margin: 8px;
  }
  
  
  
  
  .carousel-cell:nth-of-type(1) {
	background-image: url("../img/banner/mar.png");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  .carousel-cell:nth-of-type(2) {
	background-image: url("../img/banner/lu.png");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  .carousel-cell:nth-of-type(3) {
	background-image: url("../img/banner/mier.png");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  .carousel-cell:nth-of-type(4) {
	background-image: url("../img/banner/lu.png");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  .carousel-cell:nth-of-type(5) {
	background-image: url("../img/banner/mar.png");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  .carousel-cell:nth-of-type(6) {
	background-image: url("../img/banner/mier.png");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  .carousel-cell:nth-of-type(7) {
	background-image: url("../img/banner/mar.png");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  .carousel-cell:nth-of-type(8) {
	background-image: url("../img/banner/mier.png");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  .carousel-cell:nth-of-type(9) {
	background-image: url("../img/banner/lu.png");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
   .carousel-cell:nth-of-type(10) {
	background-image: url("");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  .carousel-cell:nth-of-type(11) {
	background-image: url("../img/banner/sab.png");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  .carousel-cell:nth-of-type(12) {
	background-image: url("");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
   
  /* cell number */
  .carousel-cell:before {
	display: block;
	text-align: center;
	/*  content: counter(carousel-cell); */
	line-height: 200px;
	font-size: 80px;
	color: white;
  }
  
   /*--------------------------------------------------------------------------------------------------------------------*/
  
  
  
   .carousel2 {
	width: 50%;
  }
  
  
  
  
  
  
  .carousel2-cell {
	width: 33%;
	height: 725px;
   
	counter-increment: carousel2-cell;
	margin: 8px;
  }
  
  
  
  
  .carousel2-cell:nth-of-type(1) {
	background-image: url("../img/banner/vid.png");
  href="https://www.pedidosya.com.bo/cadenas/pollos-kiky";
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  .carousel2-cell:nth-of-type(2) {
	background-image: url("../img/banner/mied.png");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  
  }
  
  .carousel2-cell:nth-of-type(3) {
	background-image: url("");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  .carousel2-cell:nth-of-type(4) {
	background-image: url("../img/banner/mied.png");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  .carousel2-cell:nth-of-type(5) {
	background-image: url("../img/banner/vid.png");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  .carousel2-cell:nth-of-type(6) {
	background-image: url("");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  .carousel2-cell:nth-of-type(7) {
	background-image: url("../img/banner/mied.png");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  .carousel2-cell:nth-of-type(8) {
	background-image: url("../img/banner/vid.png");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  .carousel2-cell:nth-of-type(9) {
	background-image: url("");
	background-repeat: no-repeat;
	background-size: 115% 100%;
  }
  
  
  
   
  /* cell number */
  .carousel-cell:before {
	display: block;
	text-align: center;
	/*  content: counter(carousel-cell); */
	line-height: 200px;
	font-size: 80px;
	color: white;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*--- 6. Menu Page ---*/
  
  .special_menu .section-title {
	margin-bottom: 70px;
  }
  
  .single_special img {
	width: 100%;
	border: 1px solid #ddd;
	padding: 3px;
	margin-bottom: 20px;
  }
  
  .set_menu li span {
	float: right;
	color: #333;
  }
  
  .set_menu li {
	font-size: 15px;
	margin-bottom: 10px;
  }
  
  .total {
	border-top: 1px dotted rgb(51, 51, 51);
	margin-top: 12px;
	padding-top: 5px;
  }
  
  .single_menu_list {
	position: relative;
	padding-left: 190px;
	margin-bottom: 110px;
  }
  
  .single_menu_list img {
	max-width: 30%;
	position: absolute;
	left: 0px;
	top: 0;
	border: 1px solid #ddd;
	padding: 3px;
	border-radius: 50%;
	transition: 0.4s;
  }
  
  .single_menu_list:hover img {
	border-radius: 0;
	transition: 0.4s;
  }
  
  .single_menu_list h4 {
	font-size: 20px;
	border-bottom: 1px dashed rgb(0, 0, 0);
	padding-bottom: 15px;
	margin-bottom: 10px;
  }
  
  .single_menu_list h4 span {
	float: right;
	font-weight: bold;
	color: #53284f;
	font-style: italic;
  }
  
  #myTabContent {
	margin-top: 50px;
  }
  
  .single_testimonial h4 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
  }
  
  .no-border .single_testimonial {
	border-bottom: none;
  }
  
  .no-border .single_testimonial h4 {
	color: #fff;
  }
  
  .menu_style1 .single_menu_list {
	padding-left: 0;
	text-align: center;
	margin-bottom: 70px;
  }
  
  .menu_style1 .single_menu_list img {
	position: static;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 45px;
  }
  
  .menu_tab {
	width: auto;
	margin: 0 auto;
  }
  
  .menu_tab .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
	color: white;
	background-color: #740069;
  }
  
  .nav-item a {
	color: #333;
  }
  /* --- CTA ---*/
  .cta {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 15px 0;
  }
  .cta:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #53284f;
	z-index: -1;
  }
  .cta:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #53284f;
	z-index: -1;
  }
  .cta h1 {
	font-weight: 700;
	font-size: 45px;
	margin-top: 15px;
  }
  .cta ul {
	margin-top: 7px;
  }
  .cta ul li {
	font-size: 20px;
	line-height: 40px;
  }
  
  .top_cat {
	position: relative;
	z-index: 2;
	/*background-image: url("../img");*/
	background-color:#53284f;
	background-position: center;
	background-size: cover;
	padding: 50px 0;
	color: #fff;
	/*opacity: 1;*/
  }
  .top_cat .section-title h4 {
	font-size: 50px;
	color: #fff;
  }
  .top_cat:before {
	position: absolute;
	content: "";
	background-color: #53284f;/*#009649   #53284f*/
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 1;
  }
  .top_cat h4 {
	color: #fff;
	font-size: 50px;
  }
  .top_cat span {
	font-weight: 900;
	color: #009649; /*#53284f   #009649*/
  }
  
  /* --- 7. Blog Page --- */
  
  .blog_content {
	padding: 25px;
	padding-top: 0px;
  }
  
  .blog_content p {
	color: #333;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
  }
  
  .single_blog {
	margin-bottom: 40px;
  }
  
  .blog_content a.blog_more {
	color: #53284f;
	text-transform: capitalize;
	font-size: 14px;
	border-top: 1px dashed #eee;
	display: block;
	padding-top: 6px;
  }
  
  .blog_content h4 a:hover {
	color: rgb(109, 109, 109);
  }
  
  .blog_author {
	padding: 25px;
	border: 1px solid #eee;
	transition: 0.3s;
	position: relative;
	padding-left: 150px;
  }
  
  .blog_author img {
	position: absolute;
	left: 25px;
	top: 25px;
	border: 1px solid #ddd;
	padding: 3px;
  }
  
  .blog_author h4 {
	font-size: 20px;
	text-transform: capitalize;
  }
  
  .blog_author li {
	display: inline-block;
	margin-right: 10px;
  }
  
  .blog_author li a {
	color: rgb(0, 0, 0);
  }
  
  .blog_author ul {
	margin-top: -10px;
  }
  
  .blog_content a.blog_more:hover i.fa {
	padding-left: 5px;
  }
  
  .blog_content a.blog_more i.fa {
	transition: 0.3s;
  }
  
  .blog_content ul li a {
	transition: 0.3s;
  }
  
  .blog_content ul li a:hover {
	color: rgb(51, 51, 51);
  }
  
  /* --- 8. Single Blog Page --- */
  
  .single_blog,
  .single_sidebar {
	transition: 0.3s;
	border: 1px solid #eee;
  }
  
  .single_blog:hover,
  .single_sidebar:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  }
  
  .single_blog img {
	width: 100%;
  }
  
  .single_blog ul li {
	display: inline-block;
	margin-right: 35px;
  }
  
  .single_blog ul {
	text-align: center;
	margin: 10px 0;
	border-bottom: 1px dashed #eee;
	padding-bottom: 5px;
  }
  
  .single_blog ul li a {
	color: #333;
	font-weight: 300;
	font-size: 13px;
	text-transform: capitalize;
  }
  .about-area > img {
	width: 100%;
  }
  .single_blog h4 {
	font-size: 22px;
	border-bottom: 1px dashed #eee;
	padding-bottom: 5px;
	margin-bottom: 12px;
  }
  
  .single_blog h4 a {
	text-transform: capitalize;
	color: #333;
  }
  
  .single_comment {
	padding-left: 150px;
	margin-bottom: 35px;
  }
  
  .single_comment {
	position: relative;
	border: 1px solid #eee;
	padding: 25px;
  }
  
  .single_comment img {
	position: absolute;
	left: 25px;
	top: 25px;
	border: 1px solid #ddd;
	padding: 3px;
  }
  
  .comments_details h4 {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 0px;
  }
  
  .single_comment span {
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 8px;
	display: block;
  }
  
  .single_comment a {
	color: #53284f;
	text-transform: capitalize;
	margin-top: 0px;
	display: block;
  }
  
  .single_comment:nth-child(3) {
	margin-left: 135px;
  }
  
  .comment_form input,
  .comment_form textarea {
	width: 100%;
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 25px;
  }
  
  .comment_form input[type="submit"] {
	background-color: #53284f;
	color: #fff;
	font-size: 18px;
  }
  
  .comments_details {
	padding-left: 120px;
  }
  
  .blog-thumb {
	overflow: hidden;
  }
  
  .single_blog img {
	transition: 0.3s;
  }
  
  .single_blog:hover .blog_thumb img {
	transform: rotate(-2deg) scale(1.15);
  }
  
  .single_sidebar input {
	width: 100%;
	border: 1px solid #eee;
	padding: 5px;
	position: relative;
  }
  
  .single_sidebar input[type="submit"] {
	position: absolute;
	right: 0;
	background-color: #53284f;
	color: #fff;
	text-transform: capitalize;
	padding: 5px;
	width: 80px;
  }
  
  .single_sidebar .page-title h2 {
	margin-bottom: 20px;
  }
  
  .single_sidebar {
	padding: 25px;
	border: 1px solid #eee;
	margin-bottom: 40px;
  }
  
  .single_sidebar form {
	position: relative;
  }
  
  .single_sidebar li a {
	color: #333;
	font-size: 14px;
	display: block;
  }
  
  .single_sidebar ul li a:hover {
	color: rgb(51, 51, 51);
  }
  
  .single_sidebar li img {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #eee;
	padding: 3px;
  }
  
  .single_sidebar li {
	position: relative;
	margin-bottom: 5px;
  }
  
  .single_sidebar.blog_thumb li {
	padding-left: 60px;
	margin-bottom: 35px;
  }
  
  .tags li {
	display: inline-block;
	border: 1px solid #eee;
	margin-right: 5px;
	margin-bottom: 12px;
  }
  
  .tags li a {
	display: block;
	padding: 5px 10px;
  }
  
  .pageination {
	text-align: center;
	margin-bottom: 60px;
  }
  
  .pageination li {
	display: inline-block;
	border: 1px solid #ddd;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0px 5px;
  }
  .pageination li a {
	color: #333;
  }
  .pageination li:hover {
	background-color: #009649;
	color: #fff;
	cursor: pointer;
  }
  .pageination li:hover a {
	color: #fff;
  }
  /*--- 9. Gallery Page ---*/
  a.single_gallery {
	display: block;
	position: relative;
	transition: 0.3s;
	overflow: hidden;
	margin-bottom: 45px;
  }
  a.single_gallery img {
	width: 100%;
  }
  a.single_gallery::before,
  a.single_gallery::after {
	position: absolute;
	content: "";
	width: 50%;
	height: 100%;
	background-color: #333;
	opacity: 0.85;
	transition: 0.3s;
  }
  a.single_gallery::before {
	left: -50%;
	top: 0;
  }
  a.single_gallery::after {
	right: -50%;
	top: 0;
  }
  a.single_gallery:hover {
	cursor: crosshair;
  }
  a.single_gallery:hover::after {
	right: 0;
	cursor: crosshair;
  }
  a.single_gallery:hover::before {
	left: 0;
	cursor: crosshair;
  }
  /* ---10.Contact Page ---*/
  .contact-area input[type="text"],
  .contact-area textarea {
	width: 100%;
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 10px;
	text-transform: capitalize;
	margin-bottom: 20px;
  }
  .contact-area input[type="submit"] {
	color: #fff;
	background-color: #53284f;
	border: 0px;
	padding: 10px 30px;
	text-transform: capitalize;
  }
  /* ------------------------------
  .contact-area input[type="submit"]:hover {
	  color: #fff;
	  background-color: #009649;
	  border: 0px;
	  padding: 10px 30px;
	  text-transform: capitalize;
  }---------------------------- */
  .single_address {

	padding-left: 60px;
	margin-bottom: 50px;
	position: relative;
  }
  .single_address p {
	text-transform: capitalize;
	font-weight: 300;
  }
  .single_address p span {
	display: block;
	font-weight: 400;
  }
  .single_address i.fa {
	position: absolute;
	left: 0;
	top: 7px;
	border: 1px solid #53284f;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #53284f;
  }
  /* --- 11. Footer --- */
  .footer {
	/*background-image: url("../img");*/
	/* background-color: #53284f; */
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 2;
	color: #fff;
	padding-top: 80px;
	background-attachment: fixed;
  }
  
  .footer:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #53284f; /*  #53284f */
	z-index: -1;
  }
  
  .footer a {
	color: #fff;
  }
  
  .single_footer {
	margin-bottom: 20px;
  }
  
  .single_footer h4 {
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px;
  }
  
  .single_footer ul li {
	text-transform: capitalize;
	font-size: 15px;
	margin-bottom: 9px;
	position: relative;
	padding-left: 25px;
  }
  
  .single_footer ul li a:hover {
	color: #009649;
  }
  
  .single_footer.arrow ul li {
	padding-left: 20px;
	position: relative;
  }
  
  .single_footer.arrow ul li:before {
	position: absolute;
	content: "\f101";
	font-family: fontAwesome;
	left: 0;
	top: 0;
  }
  
  .single_footer i.fa {
	position: absolute;
	left: 0;
	top: 5px;
  }
  
  .single_footer img {
	margin: 0 auto;
	text-align: center;
	display: block;
  }
  
  .footer.footer_page {
	padding: 20px 0;
	padding-top: 30px;
  }
  
  .footer_social,
  .copy {
	margin: 20px 0;
  }
  
  .footer_social ul li {
	display: inline-block;
	background-color: #fff;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
  }
  .footer_social a {
	color: #333;
	transition: 0.3s;
  }
  
  /* --- 12.mapa y sucursales --- */
  .map {
	padding-top: 2rem;
	padding-bottom: 2rem;
  }
  
  #map {
	height: 600px;
	width: 100%;
  }
  
  #route-btn {
	position: absolute;
	border: 2px solid rgba(0, 0, 0, 0.2);
	top: 22.9rem;
	left: 11px;
	width: 4px;
	padding: 14px;
	background: url(../img/iconos/route.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
	z-index: 9999;
	cursor: pointer;
  }
  
  #route-btn.active {
	display: none;
  }
  .sucursal-grid {
	display: grid;
	justify-content: center;
	grid-template-columns: 18rem 18rem 18rem 18rem;
	gap: 10px;
	padding: 10px;
  }
  .sucursal-grid h2 {
	color: #53284f;
	font-size: large;
	padding: 0.35rem 0;
  }
  .sucursal-grid p {
	color: #53284f;
	font-size: medium;
	line-height: 1.25rem;
	padding: 0.35rem 0;
  }
  .sucursal-grid a {
	color: #53284f;
	text-align: center;
	padding: 3rem 1rem;
  }
  .sucursal-grid a:hover p {
	color: #009649;
  }
  .sucursal-grid a:hover h2 {
	color: #009649;
  }
  .sucursal-grid a .whatsapp {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	margin: 0;
	padding: 0;
  }
  .sucursal-grid a .whatsapp img {
	width: 20px;
	padding-right: 0.2rem;
	padding-bottom: 0.9rem;
  }
  .sucursal-grid a img {
	filter: grayscale(1);
  }
  .sucursal-grid a:hover img {
	color: #009649;
	filter: grayscale(0);
  }