* {
  box-sizing: border-box;
}

.desk {
  display: block;
}

.mob {
  display: none;
}




body {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;

}

a:active,
a:visited,
a {
  
  text-decoration: none;
}


a.link {
  color: #0000FF;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

.hide-scroll{
  overflow: hidden;
}

/*Buttons*/

.btn {
  padding: 21px 42px;
  border-radius: 2px;
  text-align: center;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}

.btn.primary {
  background: #0000FF;
  text-align: center;
  color: #FFFFFF;
}


.btn.show-more {
  display: table;
  width: 240px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 24px;
}

.btn.show-more.hide {
  display: none;
}

.btn-contact-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.container {
  padding: 0 64px !important;
  width: 1600px;
  margin: auto;


}


.body-element.icon-color1 .icon  { background-color:#EEEEEE}
.body-element.icon-color1 .icon svg path { color:#000 !important}

.body-element.icon-color2 .icon  { background-color:#FFFF00}
.body-element.icon-color2 .icon svg path { color:#000 !important}

.body-element.icon-color3 .icon  { background-color:#FFB800}
.body-element.icon-color3 .icon svg path { color:#000 !important}

.body-element.icon-color4 .icon { background-color:#FF0000}
.body-element.icon-color4 .icon svg path { color:#ffffff !important}

.body-element.icon-color5 .icon  { background-color:#0C9400}
.body-element.icon-color5 .icon svg path { color:#ffffff !important}

.body-element.icon-color6 .icon  { background-color:#000AFF}
.body-element.icon-color6 .icon svg path { color:#ffffff !important}

.body-element.icon-color7 .icon  { background-color:#9E00FF}
.body-element.icon-color7 .icon svg path { color:#ffffff !important}

.body-element.icon-color8 .icon  { background-color:#000000}
.body-element.icon-color8 .icon svg path { color:#ffffff !important}

.body-element.icon-color9 .icon  { background-color:#DDDDDD}
.body-element.icon-color9 .icon svg path { color:#000 !important}

.body-element.icon-color10 .icon  { background-color:#FFF3B7}
.body-element.icon-color10 .icon svg path { color:#000 !important}

.body-element.icon-color11 .icon  { background-color:#FFDB7F}
.body-element.icon-color11 .icon svg path { color:#000 !important}

.body-element.icon-color12 .icon  { background-color:#FFAEAE}
.body-element.icon-color12 .icon svg path { color:#000 !important}

.body-element.icon-color13 .icon  { background-color:#A0FF98}
.body-element.icon-color13 .icon svg path { color:#000 !important}

.body-element.icon-color14 .icon  { background-color:#ABD1FD}
.body-element.icon-color14 .icon svg path { color:#000 !important}

.body-element.icon-color15 .icon  { background-color:#D6ADFF}
.body-element.icon-color15 .icon svg path { color:#000 !important}

.body-element.icon-color16 .icon  { background-color:#808080}
.body-element.icon-color16 .icon svg path { color:#fff !important}

/*header*/
header {
  border-bottom: 1px solid transparent;
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 10px 0 0 0;
}

header .wrap {
  display: flex;
  justify-content: space-between;
}

header .actions {
  display: flex;
  align-items: center;
  gap: 12px;
}



header .actions {
  display: flex;
  align-items: center;
 
}

header .container {
  padding: 8px 16px;
}


header .brand a {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;

}

header .brand a * {
  font-weight: 500;
}

header .brand .logo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

header .brand .teenant {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

header .brand .logo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header-image {
  position: relative;
  margin-bottom: 44px;
}
.header-image figure{
  width: 100%;
  height: 304px;
  overflow: hidden;
}
.header-image figure img
{
  object-fit: cover;
    width: 100%;
    height: 100%;
}

.header-image .image-profile {
  width: 80px;
  height: 80px;
  position: absolute;
  overflow: hidden;
    border: 4px solid #FFF;
}


.header-image .image-profile.center {
  left: 50%;
  transform: translate(-50%, 45%);
  bottom: 0;
}

.header-image .image-profile.right {
  right: 24px;
  transform: translate(0, 45%);
  bottom: 0;
}

.header-image .image-profile.left {
  left: 24px;
  transform: translate(0, 45%);
  bottom: 0;
}


.header-image .image-profile img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.header-image .image-profile.box{
  border-radius: 8px;
  border-width: 4px;
    border-color: #fff;
}

.header-image .image-profile.circle{
  border-radius: 50%;
  border-width: 4px;
    border-color: #fff;
}


header .top-header {
  position: relative;
  z-index: 1001; /* Above the fixed nav */
  padding-bottom: 10px;
}

header .nav{

  border-top: 1px solid transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}

header .nav .container {
  display: flex;
  gap: 16px;
}


header .nav a {
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}

header .nav a span {
  text-decoration: none; font-weight: 500;
}

header .nav a:hover span {}

header .nav a.active span {
  font-weight: 600;
}

.content {
  flex: 1;
  position: relative;

}

.content .container {
  padding-bottom: 16px;
}


/*Products*/

.products {
  padding-top: 20px;
}

.products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.products .product {

  flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 32px;
}

.products .product .wrap figure{
  border-radius: 8px;


}


.products .product figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  background-color: transparent;
}

.layout-1 .products .product figure{
  padding-top: 200%;
}

.layout-2 .products .product figure{
  padding-top: 133%;
}

.layout-3 .products .product figure{
  padding-top: 100%;
}

.layout-4 .products .product figure{
  padding-top: 50%;
}


.products .product figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


.products .product figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.products .product .data {
  padding: 8px 0 16px 0;
}

.products .product .data .name {
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
  text-overflow: ellipsis;
}

.products .product .data .price {
  font-weight: 300;
}

.not-found,
.no-products {
  font-size: 64px;
  /* margin: auto; */
  width: 100%;
  display: block;
  line-height: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.not-found .title {
  font-size: 24px;
}

.not-found .code {
  font-size: 256px;
}


/*footer*/

footer {
  border-top: 1px solid transparent;
}

footer .container {
  padding: 24px !important;
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}






footer .copy {
  display: flex;
  align-items: center;
  gap: 8px;
}




footer .links {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

footer .links a img {
  width: 48px;
}


/*Page product detail*/

.product-detail {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}



.product-detail .image {
  width: 50%;
}

.product-detail .title {
  font-weight: 400;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: wrap;
  text-overflow: ellipsis;

}

.product-detail .price {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 200;

}

.product-detail .contact {
  margin-bottom: 16px;
}

.product-detail .views {
  margin-bottom: 16px;
  font-weight: 200;
  display: flex;
  gap: 8px;
}

.product-detail .description {
  font-weight: 300;
}

.product-detail .product-gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-detail .category-name {
  display: inline;
 background-color:rgba(0,157,255,0.17);
 border-radius: 4px;
 padding: 2px 16px;


text-align: center;
}

.product-detail .category-name span{
   font-size: 12px;
 line-height: 24px;
font-weight: 300;
font-family: Roboto;
font-style: normal;
}

.product-detail .product-gallery-main {
  
  
  padding: 24px;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail .product-gallery-main figure {
  margin: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.product-detail .product-gallery-main figure img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  margin-bottom: 12px;
}

.product-detail .image figure .place-holder{
  font-size: 12px;
  font-weight: 200;
}

.product-detail .product-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-detail .product-thumbnail {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 0;
  
  cursor: pointer;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.product-detail .product-thumbnail:hover {
  border-color: rgba(26, 115, 232, 0.4);
}

.product-detail .product-thumbnail.is-active {
  border-color: #1a73e8;
  box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.15);
}

.product-detail .product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.product-detail .info {
  width: 50%;
}


.product-detail .image-full {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #fff;
  text-align: center;
  
  z-index: 5;
  bottom: 0;
}

.product-detail .image-full.show {
  display: block;
}


.product-detail .image-full .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.product-detail .image-full img {
  height: 100%;
}

.product-detail .place-holder {
  color: #909090;
}

.swiper.products .product {
  width: 100%;
}

.icon{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#000
}

.swiper.products {
  padding-top: 60px;
  margin-top: -60px;
}

.swiper-button-next, .swiper-button-prev {
  top: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
}

.swiper-button-prev {
  left: initial;
  right: 60px;
}


.sub-footer-right {
  display:flex;
  align-items: center;
  gap:32px;
}


footer .created_with{
  font-size: 12px;
}

@media only screen and (max-width: 1400px) {
  .products .product {
    width: 33.33%;
  }

  .product-detail {
    width: 100%;
    margin: auto;
    padding: 32px 24px;
    gap: 48px;
  }

  .product-detail .image figure {
    width: 90%;
  }
}

@media only screen and (max-width: 1024px) {
  .product-detail {
    padding: 32px 20px;
    gap: 40px;
  }

  .product-detail .image {
    width: 100%;
  }

  .product-detail .info {
    width: 100%;
  }

  .product-detail .product-gallery-main {
    min-height: 350px;
    padding: 20px;
  }

  .product-detail .product-gallery-main figure img {
    max-height: 400px;
  }

  .product-detail .product-thumbnail {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 1599px) {

  .container {
      padding: 0 64px !important;
      width: 100%;
      margin: auto;
  }
}


@media only screen and (max-width: 1199px) {
  .container {
    padding: 0 24px !important;
    width: 100%;
    margin: auto;
  }

  .products .product {
    width: 33.33%;
  }

  .product-detail {
    width: 100%;
    margin: auto;
    padding: 24px 16px;
    gap: 32px;
  }

  .product-detail .product-gallery-main {
    min-height: 300px;
    padding: 16px;
  }

  .product-detail .product-gallery-main figure img {
    max-height: 350px;
  }
}

@media only screen and (max-width: 799px) {

  .header-image figure {
    width: 100%;
    height: auto;
    overflow: hidden;
}

  header .brand {
    width: auto;
    flex: 1;
    min-width: 0; /* Permite que el texto se trunque si es necesario */
  }

  header .brand a {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    width: 100%;
  }

header .brand a span {
  width: auto;
  flex: 1;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

  header .brand .logo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
  }

  .related-products h4{
    width: 78%;
  }

  .desk {
    display: none;
  }

  .mob {
    display: block;
  }


  .products .product {
    width: 50%;
  }

  .sub-footer-right{
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 1200px) {
  footer .container {
    display: block;
  }



  footer .links {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
}


.sub-footer-right {
  display: block;
  text-align: center;
}

footer .copy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

}

@media only screen and (max-width: 600px) {


  .not-found,
  .no-products {
    font-size: 36px;
    padding: 0 20px;
  }

  .not-found .code {
    font-size: 128px;
  }

  .products .product {
    width: 50%;
    margin-bottom: 20px;
  }

  .products .product .data .name {
    font-size: 12px;
  }

  .products .product .data .price {
    font-size: 12px;
  }

  .product-detail {
    padding: 20px 12px;
    gap: 24px;
  }

  .product-detail .info {
    width: 100%;
  }

  .product-detail .image {
    width: 100%;
  }

  .product-detail .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .product-detail .price {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .product-detail .description {
    margin-bottom: 32px;
    font-weight: 400;
  }

  .product-detail .image figure {
    margin: 0;
    width: 100%;
  }

  .product-detail .product-gallery {
    gap: 12px;
  }

  .product-detail .product-gallery-main {
    min-height: 250px;
    padding: 12px;
  }

  .product-detail .product-gallery-main figure img {
    max-height: 280px;
  }

  .product-detail .product-thumbnails {
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .product-detail .product-thumbnails::-webkit-scrollbar {
    height: 4px;
  }

  .product-detail .product-thumbnail {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
  }

  .product-detail .image-full {
    height: 100%;
    padding: 60px 16px 16px;
  }

  .product-detail .image-full .close {
    right: 16px;
    top: 16px;
  }

  .product-detail .image-full img {
    object-fit: contain;
    width: 100%;
    height: calc(100% - 60px);
    max-height: calc(100vh - 60px);
  }

  .product-detail .contact.mob {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .product-detail {
    padding: 16px 8px;
    gap: 20px;
  }

  .product-detail .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .product-detail .price {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .product-detail .product-gallery-main {
    min-height: 200px;
    padding: 8px;
  }

  .product-detail .product-gallery-main figure img {
    max-height: 240px;
  }

  .product-detail .product-thumbnail {
    width: 48px;
    height: 48px;
  }

  .product-detail .views {
    font-size: 14px;
  }

  .product-detail .views svg {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 600px) {
  footer .container {
    display: block;
  }

  footer .links {
    justify-content: center;
    gap: 16px;
    padding-bottom: 16px;
  }

  footer .links img {
    width: 32px;
  }

  footer .copy {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 4px 16px;
    margin-bottom: -20px;
  
    text-align: center;
  }


  .body-element footer .copy a {
    color: #fff;
    justify-content: center;
  }

}

/* Premium Dropdown Navigation - Matches Screenshot */
.nav .dropdown {
  position: relative;
  display: flex !important;
  align-items: center;
}

.nav .container {
  display: flex;
  gap: 32px; /* Standard spacing between items */
  align-items: center;
}

/* Base styles for Top Level Links */
.nav .container > a,
.nav .dropdown > .dropdown-toggle {
  display: flex !important;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  padding: 12px 0;
  
  font-size: 18px; /* Slightly larger like screenshot */
  font-weight: 400;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

/* Style for Active/Inicio links */
.nav .container > a.active,
.nav .container > a.active span {
  
}

.nav .dropdown-icon {
  transition: transform 0.3s ease;
  
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.nav .dropdown:hover > .dropdown-toggle .dropdown-icon {
  transform: rotate(180deg);
}

/* Dropdown Menu Box */
.nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  
  min-width: 180px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-width: 1px; border-style: solid; border-color: transparent;
  border-radius: 10px;
  padding: 0;
  z-index: 1000;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  
  /* Initial state */
  visibility: hidden;
  opacity: 0;
  transform: translateY(5px);
  pointer-events: none;
  transition: all 0.2s ease-out;
}

.nav .dropdown:hover > .dropdown-menu,
.nav .dropdown-item.has-submenu:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav .dropdown-item {
  position: relative;
  width: 100%;
}

.nav .dropdown-item a {
  padding: 10px 20px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 400;
  transition: background 0.2s ease;
}

.nav .dropdown-item a:hover {
  
}

/* Submenu - Matches Screenshot positioning */
.nav .dropdown-item .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: -5px; /* Slight overlap for better hover experience */
  transform: translateX(5px);
}

.nav .dropdown-item.has-submenu:hover > .dropdown-menu {
    transform: translateX(0);
}

.nav .submenu-icon {
  
  width: 16px;
  height: 16px;
}

/* Hide for mobile functionality already exists below */

/* Mobile Adjustments */
@media (max-width: 799px) {
  .mob .menu-toggle-btn {
    background: none;
    border: none;
    
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
  }

  .mob .menu-toggle-btn.active svg line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .mob .menu-toggle-btn.active svg line:nth-child(2) {
    opacity: 0;
  }

  .mob .menu-toggle-btn.active svg line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mob .menu-toggle-btn svg line {
    transition: all 0.3s ease;
    transform-origin: center;
  }

  .mob .menu-toggle-btn:active {
    transform: scale(0.9);
  }

  header .nav {
    display: block !important;
    position: fixed;
    top: 60px; /* Adjust based on top-header height */
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    
    z-index: 1000;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-top: 1px solid transparent;
    padding-top: 20px;
  }

  header .nav.show {
    transform: translateX(0);
  }

  .nav .container {
    flex-direction: column;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 0 24px !important;
    width: 100% !important;
  }

  .nav .container > a,
  .nav .dropdown > .dropdown-toggle {
    padding: 16px 0;
    border-bottom: 1px solid transparent;
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    
    font-size: 18px;
    font-weight: 500;
    text-decoration: none !important;
  }

  .nav .container > a.active,
  .nav .container > a.active span {
    
  }
  
  .nav .dropdown-menu {
    position: static !important;
    display: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    
    width: 100% !important;
  }

  /* Indentation and styling for nested levels */
  .nav .dropdown-menu .dropdown-item {
    border-left: 2px solid transparent;
    margin-left: 16px;
  }

  /* Specific styling for 2nd level and beyond */
  .nav .dropdown-menu .dropdown-menu .dropdown-item {
    border-left: 1px dashed transparent;
    margin-left: 12px;
  }

  .nav .dropdown-item a {
    padding: 14px 16px !important;
    font-size: 16px;
    border-bottom: 1px solid transparent;
  }

  .nav .dropdown-item:last-child > a {
    border-bottom: none;
  }

  /* Blue indicator for the active hierarchy branch */
  .nav .dropdown.open > .dropdown-toggle,
  .nav .dropdown-item.has-submenu.open > a {
    
    font-weight: 600;
  }

  /* Show submenu if parent has 'open' class */
  .nav .dropdown.open > .dropdown-menu,
  .nav .dropdown-item.has-submenu.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
  }

  .nav .dropdown-icon, .nav .submenu-icon {
    display: block !important;
    padding: 8px; /* Larger target area */
    margin-right: -8px;
    pointer-events: auto; /* Allow clicking the icon specifically */
    transition: transform 0.3s ease;
  }

  /* Different rotation for arrow-down vs arrow-right */
  .nav .dropdown.open > .dropdown-toggle .dropdown-icon {
    transform: rotate(180deg);
  }

  .nav .dropdown-item.has-submenu.open > a .submenu-icon {
    transform: rotate(90deg);
  }

  .nav .dropdown-toggle span {
    pointer-events: none; /* Let the link handle it or we catch the icon */
  }
}




/* Estilos movidos desde inicio.php */

        @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

        section figure {
            aspect-ratio: 1 / 1;
        }


        section figure.section-icon {
            width: 100%;
            max-width: 100px;
            display: inline-block;
            height: auto;
            background-color: initial !important;
        }

        section figure.section-icon .icon-svg svg {
            width: 100%;
            height: 100%;
            max-width: 100%;
            max-height: 100%;
        }

        section .hero figure {
            display: block;
            width: 600px;
            max-width: 600%;
            aspect-ratio: 1 / 1;
        }



        section figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


        p {
            margin: 0;
            margin-bottom: 32px;
        }

        .circle {
            border-radius: 50%;
            overflow: hidden;
            border: 4px solid transparent;
        }

        .btn.medium {
            padding: 22px 50px;
            border-radius: 8px;
            font-size: 18px;
            line-height: 18px;

        }


        body * {
            font-family: "Roboto", sans-serif;
        }



        .fit-cover {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

        body .main {
            font-size: 24px;
            line-height: 40px;
            font-weight: 300;
        }

        h1,
        h2,
        h3,
        h4 {
            margin: 0px;
            font-weight: 400;
        }

        h1 {
            font-size: 72px;
            line-height: 100px;
            margin-bottom: 44px;
        }

        h2 {
            font-size: 64px;
            line-height: 96px;
            margin-bottom: 44px;

        }

        h3 {
            font-size: 24px;
            line-height: 36px;
            margin-bottom: 6px;
            font-weight: 700;


        }


        .container {
            padding: 0 64px !important;
            width: 1600px;
            margin: auto;


        }




        section {
            padding: 64px 0;
            position: relative;
        }

        .card {
            width: 100%;
            max-width: 100%;
        }


        .row {
            display: flex;
            flex-wrap: wrap;
            margin-left: -12px;
            margin-right: -12px;
            gap: 12px;
        }


        .col {
            flex: 1 0 0;
            padding-right: 12px;
            padding-left: 12px;
        }

        .col-center {
            display: flex;
            justify-content: center;

        }

        .hero .col-center {
            align-items: center;

        }


        .col-right {
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

        .col-left {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        .text-center {
            text-align: center
        }


        img {
            max-width: 100%;
        }


        .col-6 {
            padding-right: 25px;
            padding-left: 25px;
        }

        .flex {
            display: flex;

        }

        .web-info h4 {
            font-size: 16px;
            line-height: 16px;
            font-weight: 700;
            margin-bottom: 16px;
        }

        .web-info figure {
            width: 200px;
            height: 200px;
            margin-bottom: 24px;
        }

        .web-info p {
            font-size: 14px;
            line-height: 22px;

        }



        .social-links {
            margin-left: 24px;
        }

        .web-contact .social-links .links a:visited,
        .web-contact .social-links .links a:active,
        .web-contact .social-links .links a:focus,
        .web-contact .social-links .links a {
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
            margin-bottom: 24px;
            font-size: 16px;
            line-height: 16px;
            align-items: center;
            text-decoration: underline;


        }



        .whatsapp-contact {
            display: flex;
            align-items: center;
            gap: 24px;
            margin-bottom: 64px;
        }

   .whatsapp-contact  img{
    width: 90px;
   }

        .whatsapp-contact .whatsapp-number:active,
        .whatsapp-contact .whatsapp-number:focus,
        .whatsapp-contact .whatsapp-number:hover,
        .whatsapp-contact .whatsapp-number:visited,
        .whatsapp-contact .whatsapp-number {
            text-decoration: none;
            color: #fff;
            font-size: 100%;
            line-height: 40px;
            font-weight: 700;
            padding: 20px 40px;
            background-color: #4AC959;
            border-radius: 40px;
            color: #fff;
        }




        footer .container {
            padding: 24px !important;
        }

        @media (max-width: 1599px) {

            .container {
                padding: 0 64px !important;
                width: 100%;
                margin: auto;
            }

            h1 {
                font-size: 64px;
                line-height: 96px;
                margin-bottom: 44px;
            }

            h2 {
                font-size: 48px;
                line-height: 72px;
                margin-bottom: 44px;

            }

            h3 {
                font-size: 24px;
                line-height: 34px;
                margin-bottom: 6px;
                font-weight: 700;


            }

        }

        @media (max-width: 1199px) {

            #contact .col {
                flex: initial;
                width: 100%;
            }

            .container {
                padding: 0 64px !important;
            }

            h1 {
                font-size: 40px;
                line-height: 60px;
                margin-bottom: 32px;
            }

            h2 {
                font-size: 36px;
                line-height: 54px;
                margin-bottom: 44px;
            }

            h3 {
                font-size: 16px;
                line-height: 24px;
                margin-bottom: 8px;
            }

            p {
                font-size: 16px;
                line-height: 24px;
                font-weight: 300;
            }

            section {
                padding: 48px 0;
            }

            .btn.medium {
                padding: 18px 40px;
                font-size: 16px;
            }

            .web-info {
                text-align: center;
            }



            .web-info figure {
                width: 160px;
                height: 160px;
                margin: auto;
                margin-bottom: 24px;
            }

            .web-contact {
                position: relative;
            }





            .social-links {
                display: none;
            }
        }

        /*
        @media (max-width: 999px) {
            .container {
                padding: 16px !important;
            }

            h1 {
                font-size: 32px;
                line-height: 44px;
                margin-bottom: 24px;
            }

            h2 {
                font-size: 28px;
                line-height: 40px;
                margin-bottom: 24px;
            }

            h3 {
                font-size: 16px;
                line-height: 24px;
                margin-bottom: 8px;
            }

            section {
                padding: 40px 0;
            }

            .row {
                gap: 30px;
            }

            .btn.medium {
                padding: 16px 32px;
                font-size: 14px;
            }

            .web-info figure {
                width: 140px;
                height: 140px;
            }

            .web-contact .whatsapp-number {
                font-size: 28px;
                line-height: 28px;
                padding: 14px 28px;
            }

            .web-contact .whatsapp {
                gap: 16px;
                margin-bottom: 48px;
            }

            .web-contact .social-links {
                margin-left: 16px;
            }
        }*/

        @media (max-width: 799px) {
            .container {
                padding: 0 24px !important;
            }

            h1 {
                font-size: 40px;
                line-height: 60px;
                margin-bottom: 20px;
            }

            h2 {
                font-size: 36px;
                line-height: 54px;
                margin-bottom: 44px;
            }

            h3 {
                font-size: 16px;
                line-height: 24px;
                margin-bottom: 6px;
            }

            p {
                font-size: 16px;
                line-height: 24px;
                font-weight: 300;
            }

            section {
                padding: 32px 0;
            }

            .row {
                flex-direction: column;
                gap: 20px;
            }

            .col {
                flex: none;
                width: 100%;
            }

            .btn.medium {
                padding: 14px 28px;
                font-size: 13px;
            }

            .web-info figure {
                width: 120px;
                height: 120px;
            }




            .web-contact .whatsapp-number {
                font-size: 24px;
                line-height: 24px;
                padding: 12px 24px;
            }

            .web-contact .whatsapp-contact {

                text-align: center;
                gap: 8px;
                margin-bottom: 0;
            }

            .web-contact .whatsapp-contact img {
                width: 60px;
                height: 60px;
            }

            .whatsapp-contact .whatsapp-number:active,
            .whatsapp-contact .whatsapp-number:focus,
            .whatsapp-contact .whatsapp-number:hover,
            .whatsapp-contact .whatsapp-number:visited,
            .whatsapp-contact .whatsapp-number {
                text-decoration: none;
                color: #fff;
                font-size: 32px;
                line-height: 100%;
                font-weight: 700;
                padding: 12px 24px;
                background-color: #4AC959;
                border-radius: 40px;
                color: #fff;
            }


            .web-contact .social-links {
                margin-left: 0;
            }

            .web-contact .social-links .links a {
                justify-content: center;
                margin-bottom: 16px;
            }
        }

        @media (max-width: 559px) {
            .container {
                padding: 0 24px !important;
            }

            h1 {
                font-size: 40px;
                line-height: 60px;
                margin-bottom: 16px;
            }

            h2 {
                font-size: 36px;
                line-height: 54px;
                margin-bottom: 44px;
            }

            h3 {
                font-size: 16px;
                line-height: 24px;
                margin-bottom: 4px;
            }

            section {
                padding: 40px 0;
            }

            .btn.medium {
                padding: 12px 24px;
                font-size: 12px;
            }

            .web-info figure {
                width: 100px;
                height: 100px;
            }

            .web-info p {
                font-size: 12px;
                line-height: 18px;
            }

            .web-contact .whatsapp-number {
                font-size: 20px;
                line-height: 20px;
                padding: 10px 20px;
            }

            .web-contact .whatsapp {
                margin-bottom: 24px;
            }

            .web-contact .social-links .links a {
                font-size: 14px;
                margin-bottom: 12px;
            }
        }

        @media (max-width: 399px) {
            .container {
                padding: 0 24px !important;
            }

            h1 {
                font-size: 20px;
                line-height: 28px;
                margin-bottom: 12px;
            }

            h2 {
                font-size: 18px;
                line-height: 24px;
                margin-bottom: 12px;
            }

            h3 {
                font-size: 12px;
                line-height: 16px;
                margin-bottom: 4px;
            }

            section {
                padding: 20px 0;
            }

            .btn.medium {
                padding: 10px 20px;
                font-size: 11px;
            }

            .web-info figure {
                width: 80px;
                height: 80px;
            }

            .web-info p {
                font-size: 11px;
                line-height: 16px;
            }

            .web-contact .whatsapp-number {
                font-size: 16px;
                line-height: 16px;
                padding: 8px 16px;
            }

            .web-contact .whatsapp {
                margin-bottom: 20px;
            }

            .web-contact .social-links .links a {
                font-size: 12px;
                margin-bottom: 10px;
            }

            .list-cards {
                margin-bottom: 32px;
            }
        }


