/*
* Template Name: observatorio
* Updated: Jan 30 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/yummy-bootstrap-restaurant-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
/* @import "~bootstrap-icons/font/bootstrap-icons.css"; */

 @font-face {
    font-family: "Arciform";
    src: url("../font/Arciform/401746ea18398fb74710226c4250341e.eot");

    src: url("../font/Arciform/401746ea18398fb74710226c4250341e.eot?#iefix") format("embedded-opentype"),
    url("../font/Arciform/401746ea18398fb74710226c4250341e.woff2") format("woff2"),
    url("../font/Arciform/401746ea18398fb74710226c4250341e.woff") format("woff"),
    url("../font/Arciform/401746ea18398fb74710226c4250341e.ttf") format("truetype"),
    url("../font/Arciform/401746ea18398fb74710226c4250341e.svg#Arciform") format("svg");

}

/*
@font-face{
    font-family: "Arciform";
    src: url("401746ea18398fb74710226c4250341e.eot");
    src: url("401746ea18398fb74710226c4250341e.eot?#iefix")format("embedded-opentype"),
        url("401746ea18398fb74710226c4250341e.woff")format("woff"),
        url("401746ea18398fb74710226c4250341e.woff2")format("woff2"),
        url("401746ea18398fb74710226c4250341e.ttf")format("truetype"),
        url("401746ea18398fb74710226c4250341e.svg#Arciform")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
} */


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../font/Poppins/d94f180e44433794e43541b2f20066fb.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}


/* body {
    display: flex;
    flex-direction: column;
    font-family: 'Arciform !important';

}

#main {
    flex: 1;
}

#footer {
    flex-shrink: 0;
} */

body{
    font-family: 'Arciform !important';

}
.font-P{
    font-family: 'Poppins';

}
/* Customize styles for the home section */
.home-section {
    /* Add your styles for the home section */
    font-family: 'Arciform';
}
:root {
    /*
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Amatic SC", sans-serif;
  --font-secondary: "Inter", sans-serif;*/
  --font-default: "Arciform", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Arciform", sans-serif;
  --font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
    --color-default: #212529;
    --color-primary: #ae1857; /* RGB(174, 24, 87) */
    --color-secondary: #333333;
    --color-orange-dark: #ff9933;
    --color-orange: #FFCC66;
    --color-pink: #FF6699;
    --color-violet-dark: #663399;
    --color-violet: #6D56A0;
    --color-sky-dark: #00acd8;
    --color-sky: #66CCFF;
    --color-green-dark: #009877;
    --color-green: #4fb9a8;
    --color-gray-dark: #3c3c3b;
    --color-gray: #706f6f;
  }


/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: rgb(234, 84, 124);
  text-decoration: var(--color-violet-dark) !important;
    transition: all 0.3s ease 0s;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
}

/*--------------------------------------------------------------
# main container
--------------------------------------------------------------*/
main{
    padding: 0px;
    margin: 0px;
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    overflow: hidden;
    padding: 30px 0px/*80px 0*/;
    scroll-margin-top: 90px;
    overflow: clip;
  }
.section-bg {
  background-color: #eee;
}

.section-header {
  text-align: center;
  padding-bottom: 30px ;
  padding-top: 50px ;
  align-items: center;


}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #7f7f90;
  text-transform: uppercase;
  font-family: var(--font-default);
}

.section-header p {
    margin: 0;
    font-size: 48px;
    font-weight: 400;
    font-family: var(--font-primary);
  }
.section-header p span {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: rgba(55, 55, 63, 0.05);
  margin-top: 90px;
}

@media (max-width: 575px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #676775;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-violet);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background:  rgb(241, 135, 33);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.1s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 130px;
  border-bottom: 1px solid #fff;
}

@media (max-width: 575px) {
  .header {
    height: 70px;
  }
}

.header.sticked {
  border-color: #fff;
  border-color: #eee;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0;
  font-family: var(--font-secondary);
}

.header .logo h1 span {
  color: var(--color-primary);
}

.header .btn-book-a-table,
.header .btn-book-a-table:focus {
  font-size: 14px;
  color: #fff;
  background: var(--color-primary);
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover {
  color: #fff;
  background: rgba(237, 117, 4, 0.8);
}


/*--------------------------------------------------------------
# Leer mas
--------------------------------------------------------------*/
.leer_mas {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 36px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: var(--color-primary);
    box-shadow: 0 8px 28px rgba(175, 40, 209, 0.2);
  }

  .leer_mas:hover {
    background: var(--color-pink);
    box-shadow: 0 8px 28px var(--color-primary);
    color: #fff;

  }
  .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: var(--font-secondary);
    font-weight: 600;
  }

  .btn-watch-video i {
    color: var(--color-primary);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
  }

  .btn-watch-video:hover {
    color: var(--color-primary);
  }

  .btn-watch-video:hover i {
    color: rgba(206, 18, 18, 0.8);
  }


.header .btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover {
  color: #fff;
  background: rgba(237, 117, 4, 0.8);
}



/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: #7f7f90;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    white-space: nowrap;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #000;
    /* text-decoration: var(--color-primary); */
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}


@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-secondary);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
    color: #7f7f90;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar li:hover>a {
    color: #000;
    text-decoration: var(--color-primary) !important;
    transition: 0.3s;

  }

  .navbar .active,
  .navbar .active:focus {
    color: #000;
    border-color: var(--color-primary);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #eee;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: var(--color-secondary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0 10px 0 20px;
  }

  .mobile-nav-hide {
    color: var(--color-secondary);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-img {
  min-height: 500px;
}

.about h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
  font-family: var(--font-secondary);
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 10%;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: var(--font-default);
}

.about .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(206, 18, 18, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(206, 18, 18, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Nosotros Section
--------------------------------------------------------------*/
.nosotros .why-box {
    padding: 15px;
    background: rgb(249, 177, 84);
    color: #fff;
    height: 100%; /* Set a fixed height */
  }

  .nosotros .why-box h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
  }

  .nosotros .why-box p {
    margin-bottom: 10px;
  }

  .enlace {
    color: var(--color-primary);
    font-family: var(--font-primary);
  }

  .enlace:hover {
    color: var(--color-secondary);
    font-family: var(--font-primary);
  }

  .why-box .enlace {
    color: rgb(72, 39, 120);
    font-family: var(--font-primary);
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
    background-color: rgb(241, 135, 33);
    opacity: 0.5;
    padding: 6px 30px 8px 30px;
  }

  .why-box .enlace:hover {
    color: rgba(237, 117, 4, 0.8);
    font-family: var(--font-primary);
    background-color: #fff;
    opacity: 1;
    padding: 6px 30px 8px 30px;
  }

  .nosotros .icon-box {
    text-align: left;
    background: #fff;
    padding: 40px 30px;
    width: 100%;
    height: 100%; /* Set the same fixed height as why-box */
    border: 1px solid rgba(55, 55, 63, 0.1);
    transition: 0.3s;
    position: relative;
  }

  .nosotros .icon-box i {
    margin-bottom: 30px;
    font-size: 32rem;
    margin-bottom: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180%;
    height: 100%; /* Set the same fixed height as why-box */
  }

  .nosotros .icon-box h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 30px 0;
    font-family: var(--font-secondary);
  }

  .nosotros .icon-box p {
    font-size: 15px;
    color: #6c757d;
    overflow: hidden;
    text-align: left;
  }

  @media (min-width: 1200px) {
    .nosotros .icon-box:hover {
      transform: scale(1.1);
    }
  }

  .limited-height {
    max-height: 200px; /* adjust as needed */
    /* overflow: hidden; */
  }

  .limited-height.expanded {
    max-height: none;
  }


/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/stats-bg.jpg") center center;
  background-size: cover;
  padding: 100px 0;
}

@media (min-width: 1365px) {
  .stats-counter {
    background-attachment: fixed;
  }
}

.stats-counter .stats-item {
  padding: 30px;
  width: 100%;
}

.stats-counter .stats-item span {
  font-size: 48px;
  display: block;
  color: #fff;
  font-weight: 700;
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

/*--------------------------------------------------------------
# Servicio Section
--------------------------------------------------------------*/
.servicio .nav-tabs {
  border: 0;
}

.servicio .nav-link {
  margin: 0 10px;
  padding: 10px 5px;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 2px solid #b6b6bf;
}

@media (max-width: 575px) {
  .servicio .nav-link {
    margin: 0 10px;
    padding: 10px 0;
  }
}

.servicio .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.servicio .nav-link h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  font-family: var(--font-secondary);
}

@media (max-width: 575px) {
  .servicio .nav-link h4 {
    font-size: 16px;
  }
}

.servicio .nav-link:hover {
  color: var(--color-primary);
}

.servicio .nav-link.active {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.servicio .tab-content .tab-header {
  padding: 30px 0;
}

.servicio .tab-content .tab-header p {
  font-size: 14px;
  text-transform: uppercase;
  color: #676775;
  margin-bottom: 0;
}

.servicio .tab-content .tab-header h3 {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-primary);
}
/* .servicio .tab-content {
    display: flex;
    justify-content: space-around; /* Opcional: puedes ajustar esto según tus preferencias */
  /*} */

  .servicio .tab-content .menu-item {
    -moz-text-align-last: center;
    text-align-last: center;
    /* border-radius: 15%; */
    margin: 6px;
    padding: 3px;
    flex: 1 0 calc(33.333% - 12px); /* Esta propiedad distribuirá uniformemente el espacio disponible entre las columnas */
    box-shadow: 1px 1px 5px 0px rgba(82, 82, 82, 0.75);
    transition: all 0.4s ease-in-out; /* Ajusta el tiempo y la función de transición según tus preferencias */

}

.servicio .tab-content .menu-item:hover {
    border-radius: 0%;
    padding: 5px; /* Ajusta el valor según tus preferencias */
    box-shadow: 3px 3px 15px 0px rgba(82, 82, 82, 0.85);
    transition: all 0.4s ease-in-out;

}
.servicio .tab-content .menu-item .menu-img {
  padding: 0 60px;
  margin-bottom: 15px;
  /* border-radius: 15%; */

}

.servicio .tab-content .menu-item h4 {
  font-size: 22px;
  font-weight: 500;
  padding: 8px;
  text-align: justify;
  color: #212529;
  font-family: var(--font-secondary);
  font-weight: 30px;
  margin-bottom: 5px;

}


.servicio .tab-content .menu-item .link {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
}


.servicio .tab-content .menu-item .servicio_descripcion {
    font-family: var(--font-primary);
    padding: 2px;
    color: #8d8d9b;
    overflow: hidden;
    text-align: justify;
    max-height: 20px; /* Set the initial maximum height */
    transition: max-height 0.3s ease; /* Add smooth transition for height changes */
  }

  .servicio .tab-content .menu-item .read-more-btn {
    cursor: pointer;
    color: var(--color-primary);
    display: block;
    margin-top: 0px;
    padding: 6px;
  }

  .servicio .tab-content .menu-item .read-more-btn:hover {
    cursor: pointer;
    color: var(--color-orange-dark);
    display: block;
    margin-top: 0px;
    padding: 6px;
  }

  .descripcionServicio ul li{
    list-style: inside;
  }
    .descripcionServicio ol li{
        list-style:lower-latin;
    }
/*--------------------------------------------------------------
# details Section
--------------------------------------------------------------*/
.details .section-header {
  margin-bottom: 40px;
  margin-top: 40px;

}

.details .details-carousel,
.details .details-slider {
  overflow: hidden;
}

.details .detail-item .detail-content {
  border-left: 3px solid var(--color-primary);
  padding-left: 30px;
}

.details .detail-item .detail-img {
  /* border-radius: 50%; */
  border: 4px solid #fff;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.details .detail-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--color-default);
  font-family: var(--font-secondary);
}

.details .detail-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0 0 10px 0;
  font-family: var(--font-secondary);
}

.details .detail-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.details .detail-item .quote-icon-left,
.details .detail-item .quote-icon-right {
  color: #f05656;
  font-size: 26px;
  line-height: 0;
}

.details .detail-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.details .detail-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.details .detail-item p {
  font-style: italic;
}

.details .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.details .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #d1d1d7;
  opacity: 0.1;
}

.details .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Events Section
--------------------------------------------------------------*/
.events .container-fluid {
  padding: 0;
}

.events .event-item {
  background-size: cover;
  background-position: cente;
  min-height: 600px;
  padding: 30px;
}

@media (max-width: 575px) {
  .events .event-item {
    min-height: 500px;
  }
}

.events .event-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.events .event-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}

.events .event-item .afiche {
  color: #fff;
  border-bottom: 2px solid var(--color-primary);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.events .event-item .description {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

@media (min-width: 1200px) {
  .events .swiper-slide-active+.swiper-slide {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
}

.obsertarotio-gallery{
    height: 100%;
    backdrop-filter: blur(6px);
    /* box-shadow: 2px 2px 5px 0px rgba(42, 41, 41, 0.1); */
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    padding: 3px;
    text-align: center;
}
.swiper-slide {
    position: relative;
}
.overlay-div {
    position: absolute;
    top: 29%;
    left: 67%;
    /* background-color: rgba(255, 255, 255, 0.6); */
    /* padding: 10px; */
    border-radius: 50% 50% 50% 50%;
    width: 23%;
    height: 19%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color:#fff;
}

/* Responsive Styles for Tablets */
@media only screen and (max-width: 1024px) {
    .overlay-div {
        top: 40%;
        left: 80%;
        transform: translate(-50%, -50%);
        width: 40%;
        font-size: 1rem; /* Ajusta según sea necesario para el tamaño de la fuente en tabletas */
    }
}

/* Responsive Styles for Mobile */
@media only screen and (max-width: 768px) {
    .overlay-div {
        top: 38%;
        left: 77%;
        transform: translate(-50%, -50%);
        width: 24%;
        font-size: 1.7rem; /* Ajusta según sea necesario para el tamaño de la fuente en dispositivos móviles */
    }
}




.events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #d1d1d7;
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# area-container Sareaobox----------------------------------------------------------*/
.area-container .area-box {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.08);
  transition: 0.3s;
}

.area-container .area-box .area-img {
  position: relative;
  overflow: hidden;
}

.area-container .area-box .area-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}
/*  area-img for statistcs graph */

.area-container .area-box .area-img-graph {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Color y tamaño de la sombra */

  }

  .area-container .area-box .area-img-graph:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Color y tamaño de la sombra */
    z-index: 1;
  }
  .area-img-graph {
    width: 100%; /* Set the width of the parent container */
}


/* end area-img */
.area-container .area-box .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(102, 51, 153, 0.6); /*rgba(255, 255, 255, 0.3);*/
  z-index: 2;
}

.area-container .area-box .social a {
  transition: color 0.3s;
  color: rgba(255, 255, 255, 0.4);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.area-container .area-box .social a:hover {
  color: rgba(255, 153, 51, 0.9);/* rgba(55, 55, 63, 0.9);*/
}

.area-container .area-box .social i {
  font-size: 18px;
}

.area-container .area-box .area-info {
  padding: 10px 15px 20px 15px;
}

.area-container .area-box .area-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--color-secondary);
}

.area-container .area-box .area-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.4);
}

.area-container .area-box .area-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: rgba(33, 37, 41, 0.7);
}

.area-container .area-box:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
}

.area-container .area-box:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Book A Table Section
--------------------------------------------------------------*/
.book-a-table .reservation-img {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.book-a-table .reservation-form-bg {
  background: rgba(55, 55, 63, 0.04);
}

.book-a-table .php-email-form {
  padding: 40px;
}

@media (max-width: 575px) {
  .book-a-table .php-email-form {
    padding: 20px;
  }
}

.book-a-table .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.book-a-table .php-email-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}

.book-a-table .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.book-a-table .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.book-a-table .php-email-form input {
  padding: 12px 15px;
}

.book-a-table .php-email-form textarea {
  padding: 12px 15px;
}

.book-a-table .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 14px 60px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.book-a-table .php-email-form button[type=submit]:hover {
  background: var(--color-primary) ;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1d1d7;
  opacity: 1;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    /* border: 6px solid var(--color-primary); */
    padding: 4px;
    background: rgba(255,255,255,255,0.1);
    z-index: 1;
    transform: scale(1.2);
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background: #f4f4f4;
  padding: 30px;
  height: 100%;
}

.contact .info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: #fff;
  background: var(--color-violet-dark);
  border-radius: 50%;
  margin-right: 15px;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.contact .info-item p {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
}

.contact .info-item .social-links a {
  font-size: 24px;
  display: inline-block;
  color: rgba(55, 55, 63, 0.7);
  line-height: 1;
  margin: 4px 6px 0 0;
  transition: 0.3s;
}

.contact .info-item .social-links a:hover {
  color: var(--color-primary);
}

.contact .php-email-form {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input {
  height: 48px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ec2727;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  background-size: cover;
  position: relative;
  min-height: 50vh;
  padding: 90px 0 20px 0;
}

.hero h2 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
  font-family: var(--font-primary);
}

.hero h2 span {
  color: var(--color-primary);
}

.hero p {
  color: #4f4f5a;
  font-weight: 400;
  margin-bottom: 90px;
}

.hero .btn-book-a-table {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 36px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.2);
}

.hero .btn-book-a-table:hover {
  background: rgba(206, 18, 18, 0.8);
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.45);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--font-secondary);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero .btn-watch-video:hover i {
  color: rgba(206, 18, 18, 0.8);
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: var(--color-primary) ;/*#1f1f24;*/
  padding: 50px 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer .icon {
  margin-right: 15px;
  font-size: 24px;
  line-height: 0;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  color: #fff;
}

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

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}


/* social menisa menu */

.shadow3 {
    background-image: url("http://www.commixturesoft.com/img/shadow3.png");
    background-repeat: no-repeat;
}

.height450{height:450px;}

.badge-info {
    background-color: rgba(23, 160, 184, 0.17);
    color: #17a2b8;
}

.section-title .badge {
    margin: 0 0 8px;
}
.badge {
    border-radius: 100px;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
    padding: 4px 14px;
    text-transform: uppercase;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #3f345f;
}

h2 {
    font-size: 36px;
}

.social-overlap {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.social-bar {
    display: flex;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 60px rgba(93, 70, 232, 0.15);
  border: 1px solid#ebe9e9;
}
.iconpad {
    padding: 12px 0;
    width: 100%;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.process-scetion .slider-nav-item {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: all .4s ease;
}

.social-icons a {
    border-radius: 50px;
    color: #3f345f;
    display: inline-block;
    line-height: 52px;
    height: 50px;
    width: 50px;
    box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
    margin: 15px 15px;
    font-size: 22px;
}

/* a {
    text-decoration: none !important;
    color: #3f345f;
    transition: all 0.3s ease 0s;
} */

.slider-nav-item:before {
    position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 1px solid rgba(132, 132, 164, 0.35);
    animation: 1.5s linear 0s normal none infinite focuse;
}



/*socil*/
.slider-nav{
        display: flex;
}

.process-scetion .slider-nav-item {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: all .4s ease;

}
.slider-nav-item:before
{
        position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 1px solid rgba(132, 132, 164, 0.35);
    animation: 1.5s linear 0s normal none infinite focuse;
}

    .process-scetion .slider-nav-item:nth-child(2) {
      color: #40beff; }
    .process-scetion .slider-nav-item:nth-child(3) {
      color: #311f9b; }
    .process-scetion .slider-nav-item:nth-child(4) {
      color: #ff9259; }
    .process-scetion .slider-nav-item:nth-child(5) {
      color: #38385f; }
    .process-scetion .slider-nav-item:after {
      position: absolute;
      top: 50%;
      left: 100%;
      height: 2px;
      content: '';
      width: 100%;
      background: url(http://demo.themenio.com/ico/assets/images/line.png) repeat 0 0;
      z-index: 0;
      animation: slide 1s linear infinite; }
    .process-scetion .slider-nav-item:last-child:after {
      display: none; }
    .process-scetion .slider-nav-item .ikon {
      font-size: 50px;
      line-height: 80px; }



      .process-scetion .slider-nav-item.active:before {
        position: absolute;
        content: "";
        height: calc(100% + 16px);
        width: calc(100% + 16px);
        top: -8px;
        left: -8px;
        border-radius: 50%;
        border: 1px solid rgba(132, 132, 164, 0.35);
        /* animation: 1.5s linear 0s normal none infinite focuse;  */
    }

@keyframes focuse {
  0% {
    transform: scale(0.8);
    opacity: 1; }
  75% {
    transform: scale(1.2);
    opacity: 0; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes slide {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

.shadow-img1{
    background-image:url("../img/shadow.png");
    background-repeat:no-repeat;
    background-position:bottom;
}

.shadow-img2{
        background-position: bottom;
    background-image: url("../img/shadow2.png");
    background-size: 100%;
    background-repeat: no-repeat;
}


.slider-nav-item:after {
    position: absolute;
    top: 50%;
    left: 100%;
    height: 2px;
    content: '';
    width: 100%;
    background: url(https://1.bp.blogspot.com/--Btu5p654jU/XYmrVd5IcYI/AAAAAAAATQ0/4bX8aZyFBgApbJUf90KrpCfO6RvAaZ6LgCLcBGAsYHQ/s1600/line.png) repeat 0 0;
    z-index: 0;
    animation: slide 1s linear infinite;
}
.mt100{margin-top:100px;}



/* ----------------------------------------------
 * Generated by Animista on 2019-9-24 11:37:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}


.jello-horizontal {
	-webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
}

.social-bar a:hover i
{
  -webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
}


@media only screen and (max-width: 300px) {
  .process-scetion .slider-nav-item
  {
    height: 30px;
    width: 30px;
    margin: 15px 10px;
    line-height: 28px;
  }
}




.responsive-nav-social-mobile {
    background: #d7d7d7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  .responsive-nav-social-mobile .responsive-nav-social-mobile-left {
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }

  .responsive-nav-social-mobile .responsive-nav-social-mobile-left li {
    font-size: 1.5rem;
  }

  .responsive-nav-social-mobile .responsive-nav-social-mobile-left li .fa {
    color: #8a8a8a;
    margin-right: -0.7rem;
  }

  .responsive-nav-social-mobile .responsive-nav-social-mobile-right .menu-icon {
    margin-right: 1rem;
  }

  .responsive-nav-social-mobile .responsive-nav-social-mobile-right .menu-icon::after {
    padding-right: 1.5rem;
    background: #4ec6cd;
    box-shadow: 0 7px 0 #4ec6cd, 0 14px 0 #4ec6cd;
  }

  .responsive-nav-social {
    padding: 1rem;
    background-color: #d7d7d7;
  }

  .responsive-nav-social.is-stuck {
    width: 100%;
    box-shadow: 0px 4px 10px -2px rgba(128, 128, 128, 0.68);
  }

  .responsive-nav-social a {
    color: #8a8a8a;
    font-size: 0.8rem;
  }

  .responsive-nav-social a:hover {
    color: #4ec6cd;
    transition: color 0.2s ease-in;
  }

  @media screen and (max-width: 39.9375em) {
    .responsive-nav-social .servicio li a {
      font-size: 1.5rem;
      padding: 1.5rem;
      color: #4ec6cd;
    }
    .responsive-nav-social li {
      border-bottom: 3px solid #4ec6cd;
    }
    .responsive-nav-social li:last-of-type {
      border: 0;
    }
    .responsive-nav-social .responsive-nav-social-left {
      width: 100%;
    }
    .responsive-nav-social .responsive-nav-social-left .menu.vertical a {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }

  .responsive-nav-social .responsive-nav-social-right a {
    padding-right: 0.1rem;
  }
.hero
  .responsive-nav-social i.fa {
    font-size: 1.3rem;
    color: #8a8a8a;
  }

  .responsive-nav-social i.fa:hover {
    color: #4ec6cd;
    transition: color 0.2s ease-in;
  }

  .sticky-container {
    width: 100%;
  }


.background-categoria{
    /* background-color: rgba(241,135,33); */
    /* border:solid 1px rgb(241,135,33); */
    border-radius: 16px;
    box-shadow: 0 0 14px rgba(72, 39, 120, 0.5);
}



.download{
    color: var( --color-primary);
}

.download:hover{
    color: var( --color-secondary);
}
/*--------------------------------------------------------------
# Material Section
--------------------------------------------------------------*/
.material .box {
    padding: 30px;
    background: rgb(250, 249, 248);
    color: #fff;
    box-shadow: 0 0 10px rgba(72, 39, 120, 0.5);

  }

  .link-material{
   color: rgba(241,135,33);
  }

  .link-material:hover{
    color:var(--color-primary);
   }
.title-menu{
    color: var(--color-primary);
    font-family: var(--font-primary);
    font-size: 20px;
}

.circle-button {
    border-radius: 50%; /* Hace que el botón tenga forma de círculo */
    width: 40px; /* Ajusta el ancho según tus preferencias */
    height: 40px; /* Ajusta la altura según tus preferencias */
    padding: 0; /* Elimina cualquier relleno interno del botón */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px; /* Ajusta el tamaño de la fuente según tus preferencias */
}

/* estilos cards effects */

.transicion-div {
    transition: opacity 0.5s ease, display 0.5s ease;
  }

  .transicion-div.hidden {
    opacity: 0;
    display: none;
  }


/*--------------------------------------------------------------
# Apoyo Section
--------------------------------------------------------------*/
/* Add the following styles to your existing CSS */

.transicion-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-item {
    width: calc(33.3333% - 15px); /* Adjust the width as needed, subtracting margin */
    margin-bottom: 30px; /* Set the desired margin between items */
}

@media (max-width: 767px) {
    .menu-item {
        width: 100%; /* Full width on smaller screens */
    }
}

/* Additional styles for .menu-item from your existing CSS */
.apoyo .tab-content .menu-item {
    -moz-text-align-last: center;
    text-align-last: center;
    margin: 6px;
    padding: 3px;
    flex: 1;
    box-shadow: 1px 1px 5px 0px rgba(82, 82, 82, 0.75);
    transition: all 0.4s ease-in-out;
}

.apoyo .tab-content .menu-item1:hover {
    border-radius: 0%;
    padding: 5px;
    box-shadow: 3px 3px 15px 0px rgba(82, 82, 82, 0.85);
    transition: all 0.4s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.apoyo .tab-content .menu-item1 .read-more-btn{
    padding:3px;
}
/* End of additional styles */

/* The rest of your existing CSS remains the same */


    /* icon download video and doc materials style */

    .icon-download{
        font-family: var(--font-primary);
        color: var(--color-primary);
    }
    .icon-download:hover{
        font-family: var(--font-primary);
        color: var(--color-orange-dark);
    }

    /* chatbox style */
/* Estilos para el icono de chatbox */
.chatbox-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px; /* Ajusta el tamaño según tus necesidades */
    height: 50px;
    background-color: var(var(--color-primary))* #3498db; /* Puedes cambiar el color de fondo */
    border-radius: 50%; /* Para un icono circular */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* Estilos adicionales según tu diseño */
.chatbox-icon img {
    width: 80%; /* Ajusta el tamaño de la imagen */
    height: auto;
}
#video_container, #documento_container{
    flex: 1 0 calc(33.333% - 12px) !important;
}
/* icono puntos de atencion */
.circle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px; /* Adjust the size as needed */
    height: 50px; /* Adjust the size as needed */
    background-color: rgba(255, 255, 255, 0.3); /* Set the background color with transparency */
    border-radius: 50%; /* Make it a circle by setting border-radius to 50% */
    background-size: cover; /* Ensure the background image covers the entire circle */
    position: relative; /* Needed for proper z-index stacking */
}
.content{
background-color: rgba(72,39,120, 0.4);
height: 100%;
backdrop-filter: blur(6px);
border: solid 1px rgba(72,39,120, 0.5);
border-radius: 5px;
width: 100%;
margin: 0 auto;
color: #f6f3f3;
padding-top: 3px;
}

.icon-unidad{
    width: 100%; /* Make sure the image takes up the entire space of the circle */
    height: auto;
    border-radius: 50%; /* Ensure the image itself is also rounded */
    z-index: 1; /* Place the image above the background */
    position: relative; /* Needed for proper z-index stacking */
}

.estadisticas{
    padding: 0px;
    margin: 0px;
    width: 100%;
}


.chart-container,
.chart-container1 ,
.chart-container-casos {

  position: relative;
  height: 100vh;
  overflow: hidden;
}
/*
.chart-container {
    width: 100%;
} */

.chart-container-t1 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.chart-container-p1 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.chart-container-g1 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* contenedor de grafica fron tipologia */
#chart-container-f1, #chart-container0 , #chart-container-f2{
    position: relative;
    height: 80vh;
    overflow: hidden;
  }

  #chart-map {
    position: relative;
    height: 80vh;
    overflow: hidden;
  }
  #chart-map-tip {
    position: relative;
    height: 80vh;
    overflow: hidden;
  }
  .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 3.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left; /* Alineación horizontal a la izquierda */
    line-height: 100%; /* Alineación vertical al centro */
    height: 100%;
    clip-path: polygon(0% 0%, 37% 0%, 57% 100%, 0% 100%);
}

.text-slider{
    position: relative;
    top: 52%; /* Ajusta según tu preferencia para la posición vertical */
    padding: 0rem 10rem 0rem 1rem;/* Ajusta según tus necesidades */
    text-align: left; /* Centra el texto horizontalmente */
    text-align: left;
    font-size: 1.6rem;
    max-width: 80%;
}

.text-slider h4{
    position: relative;
    top: 52%; /* Ajusta según tu preferencia para la posición vertical */
    padding: 0rem 4rem 0rem 1rem;/* Ajusta según tus necesidades */
    text-align: left; /* Centra el texto horizontalmente */
    width: 90%;
    font-size: 1.8rem;
}

.text-slider p{
    position: relative;
    top: 52%; /* Ajusta según tu preferencia para la posición vertical */
    padding: 0rem 6rem 0rem 1rem;/* Ajusta según tus necesidades */
    text-align: left; /* Centra el texto horizontalmente */
    font-size: 1.6rem;
    width: 75%;
    line-height: 1.8rem;
}

.text-slider p span{
    position: relative;
    top: 52%; /* Ajusta según tu preferencia para la posición vertical */
    padding: 0rem 6rem 0rem 1rem;/* Ajusta según tus necesidades */
    text-align: left; /* Centra el texto horizontalmente */
    font-size: 1.6rem;
    width: 75%;
    line-height: 1.8rem;
        color: var(--color-orange);

}

/* Estilos responsivos */
@media (max-width: 768px) {
    .text-slider {
        max-width: 80%; /* Reducir el ancho máximo del texto para dispositivos móviles */
      font-size: 0.8rem;

    }
}


/* Responsive Styles for Mobile */
@media only screen and (max-width: 768px) {
    .carousel-caption h5,
    .carousel-caption p {
        top: 40%; /* Ajusta según tu preferencia para la posición vertical en dispositivos móviles */
    }

    .carousel-caption h5,
    .carousel-caption p {
        padding: 0rem 1rem; /* Ajusta según tus necesidades en dispositivos móviles */
    }
}
/*  estilos del info box  */


/* estilo cards categoria */
.transicion-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cat-item {
    width: calc(33.3333% - 15px); /* Adjust the width as needed, subtracting margin */
    margin-bottom: 30px; /* Set the desired margin between items */
}

@media (max-width: 767px) {
    .cat-item {
        width: 100%; /* Full width on smaller screens */
    }
}
.text-white {
    color: white !important;
/* Establece la proporción deseada (por ejemplo, 4:3) */
}


/* css apoyo  */
.menu-item1 {
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px; /* Añadimos un margen inferior entre cada cuadro */
    margin-top: 20px; /* Añadimos un margen superior para separar los elementos */
}

.menu-img1 {
    width: 100%;
    height: auto;
    flex: 1;
}

.area-img1 {
    position: relative;
    overflow: hidden;
    height: 70%;
}

.area-info1 {
    padding: 10px;
    text-align: center;
}

.text-orange{
    color: var(--color-default);
    font-weight: 900;
}
/* estilos box observatorio */
/* body{
    background-image: none !important;
} */

/* chat */

body, html {
    background-color: #f9f9f9;
    background-image: none  !important;
    font-family: Arciform !important;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
