/* Estilos generales */

/* Cambiar color del fill al pasar el cursor sobre el grupo */
#MX-CHH:hover, #MX-BCN:hover, #MX-SON:hover, #MX-COA:hover, #MX-NEL:hover, #MX-GUA:hover, #MX-QUE:hover, #MX-MEX:hover{
  fill: #0C3953; /* el color que quieras */
  transition: fill 0.3s; /* suave transición */
}

.banner-mapa{
  background-color: rgb(31, 75, 135);
  padding: 20px 0px;
}

.banner-mapa>h2{
  color: white;
  text-align: center;
  margin: 0;
  font-size: 30px;
}

.container-mapa{
  display: flex;
  align-items: center;
}

#city-name>h2{
  font-size: 30px;
}

#city-name{
  margin: 50px auto 100px auto;
}

#svgout{
  width: 60%;
  height: 100vh;
}

main {
    position: relative;
}

main > section:first-child {
    padding: 0 0 3rem;
}

main > section {
    padding: 3rem 0;
}

main > .banner {
    padding: unset;
}

.widget-whatsapp {
    bottom: 3rem;
    position: fixed;
}

.widget-whatsapp.stopper {
    position: absolute;
}

.widget-whatsapp .whatsapp {
    border-radius: 1.4rem;
    display: inline-block;
    max-height: 5rem;
    max-width: 5rem;
}

.widget-whatsapp .whatsapp:hover,
.widget-whatsapp .whatsapp:active,
.widget-whatsapp .whatsapp:hover span.icon,
.widget-whatsapp .whatsapp:active span.icon {
    filter: unset;
}

.widget-whatsapp .icon-white-whatsapp {
    background-position: center;
    background-size: 3rem;
    max-height: inherit;
    max-width: inherit;
}

.copyright p {
    font-size: 1.1rem;
}

.section-banner {
    aspect-ratio: 4 / 1;
    margin-bottom: 4rem;
    width: 100%;
}

.carousel-item .carousel-caption {
    bottom: 40%;
    left: 20%;
    padding: 0;
    right: unset;
}

.home-brands.col-xl-4 .row {
    flex-direction: column;
    height: 100%;
}

.home-brands a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.home-brands .hb-portwest,
.home-brands .hb-kishigo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50%;
}

.home-brands .hb-portwest img,
.home-brands .hb-kishigo img {
    max-width: 80%;
    transition: transform var(--base-transition-speed);
}

.home-brands .hb-portwest:hover img,
.home-brands .hb-kishigo:hover img {
    transform: scale(1.1);
}

.home-brands .hb-portwest:active img,
.home-brands .hb-kishigo:active img {
    transform: scale(0.9);
}

.motivos-para-elegirnos {
    min-height: 30rem;
}

.motivos-para-elegirnos > div {
    padding: 3rem 1.8rem 1rem;
    text-align: center;
}

.motivos-para-elegirnos > div:nth-of-type(even) {
    background-color: var(--tertiary-color);
}

.motivos-para-elegirnos > div > * {
    margin-bottom: 2rem;
}

.motivos-para-elegirnos > div img {
    padding: 0 2rem;
}

.motivos-para-elegirnos p {
    font-size: 25px;
}

.products-section .section-banner {
    background-image: linear-gradient(rgba(var(--quaternary-color-rgb), 0.6), rgba(var(--quaternary-color-rgb), 0.6)), url('/assets/images/categoria/banner-de-seccion-de-productos.jpg');
    background-position: center -11rem;
    background-repeat: repeat, no-repeat;
    background-size: cover;
}

.products-section .product-category {
    margin-bottom: 4rem;
}

.products-section .products {
    display: grid;
    grid-gap: 3rem 1rem;
    grid-template-columns: repeat(4, 1fr);
}

.products-section .product {
    position: relative;
}

.products-section .product a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.products-section .product-image {
    align-items: center;
    border: 4px solid var(--quaternary-color);
    border-bottom: 0;
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 80%;
    min-height: 15rem;
    padding: 1rem;
}

.products-section .product-image img {
    max-height: 12rem;
}

.barcinas-section .section-banner {
    background-image: url('/assets/images/barcinas/banner-de-barcinas.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.barcinas-section .sacos {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.barcinas-section .saco {
    text-align: center;
}

.barcinas-section .saco img {
    max-width: 8rem;
    margin-bottom: 1rem;
}

.barcinas-section .saco p {
    margin-bottom: 1rem;
}

.barcinas-section .saco thead tr th {
    min-width: 5rem;
}

.barcinas-section .saco thead tr th:last-child {
    min-width: 6rem;
}

.barcinas-section .saco table,
.barcinas-section .saco th,
.barcinas-section .saco td {
    border: 1px solid #000;
}

.contact-us-section .section-banner {
    background-image: linear-gradient(rgba(var(--quaternary-color-rgb), 0.3), rgba(var(--quaternary-color-rgb), 0.3)), url('/assets/images/contacto/banner-de-seccion-contacto.jpg');
    background-position: center -11rem;
    background-repeat: repeat, no-repeat;
    background-size: cover;
}

.categories {
    display: grid;
    gap: 2rem;
    grid-template-columns: auto auto;
}

.categories .category {
    border: 4px solid var(--quaternary-color);
    position: relative;
}

.categories .category a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.categories .category .row {
    height: 100%;
}

.categories .category .row > div:nth-of-type(2) {
    padding: 0 1rem;
}

.categories .category .category-image {
    align-items: center;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
}

.categories .category img {
    max-height: 60%;
    max-width: 60%;
}

.categories .category ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style-position: inside;
    list-style-type: disc;
}

.categories .category ul li {
    font-size: 1.2rem;
}

.banner p {
    font-size: 1.8rem;
}

.banner span {
    margin-right: 1.2rem;
}

.catalogs > div {
    overflow: hidden;
}

.catalog {
    aspect-ratio: 3 / 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: transform var(--base-transition-speed);
}

.catalog:hover {
    transform: scale(1.1);
}

.catalog.catalog-portwest {
    background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5)),
        url('/assets/images/portwest/catalogo.jpg');
}

.catalog.catalog-kishigo {
    background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5)),
        url('/assets/images/kishigo/catalogo.jpg');
}

.catalog.catalog-portwest:hover {
    background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.5), var(--quaternary-color)),
        url('/assets/images/portwest/catalogo.jpg');
}

.catalog.catalog-kishigo:hover {
    background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.5), var(--quaternary-color)),
        url('/assets/images/kishigo/catalogo.jpg');
}

.catalog a {
    align-items: center;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity var(--base-transition-speed), opacity var(--base-transition-speed);
}

.catalog:hover a {
    opacity: 1;
}

.catalog img {
    bottom: 1rem;
    max-width: 50%;
    opacity: 0.8;
    position: absolute;
    transition: opacity var(--base-transition-speed), transform var(--base-transition-speed);
}

.catalog:hover img {
    opacity: 1;
}

.catalog.catalog-portwest img {
    left: 1rem;
}

.catalog.catalog-kishigo img {
    right: 1rem;
}

.catalog.catalog-portwest:hover img {
    transform: matrix(1.2, 0, 0, 1.2, 48, -20);
}

.catalog.catalog-kishigo:hover img {
    transform: matrix(1.2, 0, 0, 1.2, -48, -20);
}

.proposito {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 30rem;
}

.proposito .row  {
    height: 100%;
}

.proposito .row > div {
    padding: 5rem 2.4rem 2rem;
    text-align: center;
}

.proposito .row > div > p {
    text-align: justify;
}

.proposito h2 {
    font-size: 3rem;
    text-transform: uppercase;
}

.proposito p {
    text-align: left;
}

.proposito ol li::marker {
    font-size: 1.3rem;
}

.proposito ol li p {
    margin-left: 0.8rem;
}

.beneficios-distribuidores li {
    margin-bottom: 1rem;
}

.beneficios-distribuidores p {
    font-size: 1.5rem;
}

.beneficios-distribuidores span {
    margin-right: 1rem;
}

.beneficios-distribuidores strong {
    vertical-align: bottom;
}

.distribuidores-form-content {
    max-width: 60%;
}

.thankyou {
    padding: 5rem 10rem 3rem;
    position: relative;
}

.thankyou .icon-wrapper {
    display: inline-block;
    height: 8rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -4rem;
    width: 10rem;
}

.thankyou p {
    font-weight: 500;
}

.contact-us-section h1 {
    display: inline-block;
    padding: 0.1rem 3rem 0.4rem;
}

.contact-us-section .contact-info li {
    margin-bottom: 1.4rem;
}

.contact-us-section .contact-info a {
    font-size: 1.6rem;
}

.compras-section > div:first-child {
    margin: 4rem 0 1rem;
}

.compras-section > div {
    margin: 1rem 0;
}

.compras-section > div:last-child {
    margin: 1rem 0 2rem;
}

.compras-section p {
    font-size: 1.6rem;
    text-align: justify;
}

.compras-section li a {
    font-size: 2rem;
}

.contact-us-section .contact-info a,
.compras-section li a {
    color: var(--primary-color);
    font-weight: 500;
}

.compras-section li span {
    margin-right: 1.2rem;
}

.thankyou h1,
.contact-us-section h1,
.compras-section h1 {
    font-size: 2.7rem;
    font-weight: 600;
}

.logo-1-dist{
  width: 250px;
  margin: 30px auto 70px auto;
  display: block;
}

.logo-2-dist{
  width: 250px;
  margin: 30px auto 70px auto;
  display: block;
}

.trabajadores-movil{
  display: none;
}

footer {
    padding: 2rem 0;
}

.contact-info li {
    margin-bottom: 0.8rem;
}

.contact-info .icon,
.social-media a {
    margin-right: 0.8rem;
}

.footer-catalogs {
    margin-bottom: 2rem;
}

.footer-catalogs a {
    border: 3px solid var(--quaternary-color-contrast);
    display: inline-block;
    font-size: 1.4rem;
    width: 40%;
}

.btn.btn-plataforma {
    border-radius: 0;
    color: var(--quaternary-color);
    line-height: 1.6rem;
    padding: 0;
    width: 50%;
}

.home-section-carousel {
    height: 600px;
    min-height: 350px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: white;
    height: 900px;
  }
  
  .carousel-bg-image {
    background-image: url('https://gecicsa.com/assets/images/kishigo/slide1.png');
    background-position-y: 30%;
    background-size: contain;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to right,
      rgba(13, 27, 61, 0.95) 0%,
      rgba(13, 27, 61, 0.99) 50%,
      rgba(13, 27, 61, 0) 100%
    );
    z-index: 1;
  }
  
  .carousel-content {
    margin-left: 20px;
    width: 800px;
    position: relative;
    z-index: 2;
    padding: 70px !important;
  }
  
  .carousel-content h2 {
    font-weight: 700;
    font-size: 45px;
    font-family: 'canada-type-gibson';
    letter-spacing: 1px;
    color: white;
  }
  
  .carousel-subtitle {
    font-size: 30px;
    width: 500px;
    margin-top: 25px;
    margin-bottom: 60px;
  }
  
  .btn-whatsapp {
    display: inline-block;
    background-color: #25D366;
    color: white;
    padding: 10px 50px;
    border-radius: 35px;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
  }
  
  .carousel-note {
    margin-top: 10px;
    font-size: 20px;
    margin-left: 80px;
  }

  .carousel2-bg-image {
    position: relative;
    width: 100%;
    height: 900px;
    background-image: url('https://gecicsa.com/assets/images/kishigo/slider2.png');
    z-index: 5;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .carousel-slide>h2{
    position: absolute;
    top: 120px;
    z-index: 5;
    left: 50px;
    font-size: 35px;
  }

  .carousel2-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    background: linear-gradient(
      to right,
      rgba(13, 27, 61, 0.95) 0%,
      rgba(13, 27, 61, 0.99) 50%,
      rgba(13, 27, 61, 0) 100%
    );
    z-index: 1;
  }

  .white-band {
    height: 120px;
    width: 90%;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 0) 96%);
    z-index: 1;
    text-align: left;
    position: relative;
    top: 50px;
  }  

  .list-categories-home{
    margin-top: 30px;
  }

  p.category-heading{
    font-size: 35px !important;
  }

  .list-categories-home>h4{
    font-size: 28px;
    line-height: 40px;
  }
  
  .z3-image {
    position: absolute;
    left: 25%;
    width: 75%;
    z-index: 3;
    top: 0;
  }

  .carousel2-content {
    width: 800px;
    position: relative;
    z-index: 2;
    padding: 70px !important;
  }
  
  .carousel2-content h2 {
    width: 80%;
    font-weight: 500;
    font-size: 45px;
    font-family: 'canada-type-gibson';
    letter-spacing: 1px;
    color: #034C8B;
  }

  .carousel2-subtitle {
    line-height: 2;
    font-size: 30px;
    width: 600px;
    margin-top: 25px;
    margin-bottom: 35px;
    position: absolute;
    z-index: 5;
    top: 200px;
    left: 0;
    margin-left: 50px;
  }

  .carousel2-subtitle>p{
    font-size: 30px;
  }

  .btn-distribuidor {
    display: inline-block;
    background-color: #20549d;
    color: white;
    padding: 10px 50px;
    border-radius: 35px;
    font-size: 23px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    position: absolute;
    z-index: 5;
    top: 500px;
    margin-left: 50px;
  }

  .carousel3-bg-image {
    background: url('https://gecicsa.com/assets/images/kishigo/slider3.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
  } 
  
  .carousel-container {
    position: relative;
    overflow: hidden;
  }
  
  .carousel-slide {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    min-height: 900px;
  }
  
  .carousel-slide.active {
    opacity: 1;
    position: relative;
    z-index: 1;
  }
  
  .carousel-prev, .carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    z-index: 2;
  }
  
  .carousel-prev { left: 10px; }
  .carousel-next { right: 10px; }  
  
  .info-diagonal-section {
    position: relative;
  }
  
  .info-banner {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
  }
  
  .info-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .info-box p {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .info-box.white {
    background-color: white;
    color: #0d1b3d;
  }
  
  .info-box.white.left {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  }
  
  .info-box.white.right {
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 0% 100%);
  }
  
  .info-box.dark {
    flex: 1.3;
    background-color: #022b3f;
    color: white;
    clip-path: polygon(7% 0, 100% 0, 92% 100%, 0% 100%);
  }
  
  .info-text {
    max-width: 1200px;
    margin: 40px auto 0;
    text-align: left;
  }
  
  .info-text p {
    font-size: 22px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 30px;
    padding: 0px 50px;
  }

  .catalog-link{
    padding: 45px !important;
  }

  .categories .category .category-image{
    aspect-ratio: initial !important;
  }

  p.category-heading{
    font-size: 21px !important;
  }

  .list-categories-home>h4{
    font-size: 18px;
    line-height: 30px;
  }

  #brand-movil-desktop-1{
    display: none;
  }
  
  /* --- Catálogos --- */
  .catalog-box {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 250px;
    margin: 40px auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    background-repeat: no-repeat;
    background-position-x: right;
  }
  
  .catalog-box.kishigo {
    background-image: url(https://gecicsa.com/assets/images/kishigo/catalogoKishigo.jpg);
    background-size: 58%;
    background-position-y: 72%;
  }
  
  .catalog-box.portwest {
    background-image: url(https://gecicsa.com/assets/images/portwest/catalogoPortwest.jpg);
    background-size: 58%;
    background-position-y: 45%;
  }
  
  .catalog-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-color: #263644;
    color: white;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0% 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 90px;
    text-decoration: none;
    align-items: center;
  }
  
  .catalog-link p {
    font-size: 22px;
    margin: 5px 0 0;
  }  

  .categories-section {
    padding: 50px;
  }
  .categories-title {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .distribuidores-section {
    width: 100%;
    background: #f9f9f9;
    padding: 30px 0;
    overflow: hidden;
  }
  .distribuidores-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
  }
  .distribuidores-title {
    color: #0D3852;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  .logos-carousel {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 60px;
    height: 100px;
    animation: scroll 20s linear infinite;
  }
  .logos-carousel img {
    flex-shrink: 0;
    object-fit: contain;
    max-height: 85px;
  }
  @keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  
  .brand-section {
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
  }
  .brand-container {
    position: relative;
    width: 100%;
    height: 500px;
    background: #0d2b3d;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .brand-image {
    width: 33%;
    height: 100%;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
    pointer-events: none;
    position: absolute;
    right: 0;
  }
  .kishigo-section .brand-image {
    background-image: url('https://gecicsa.com/assets/images/kishigo/last.png');
  }
  .portwest-section .brand-image {
    background-image: url('https://gecicsa.com/assets/images/portwest/portwestFooter.png');
  }
  .brand-content {
    position: relative;
    z-index: 2;
    padding-right: calc(42% + 40px);
  }
  .brand-header {
    padding: 20px 24px;
    font-size: 35px;
    font-weight: 550;
    color: #fff;
    margin-top: 25px;
    display: flex;
    justify-content: left;
    padding-left: 100px;
  }
  .bg-kishigo { background: #f05c3a; width: 90%;}
  .bg-portwest { background: #ed6b1c; width: 90%;}
  .brand-text {
    padding: 24px 0;
    font-size: 22px;
    line-height: 1.6;
    margin-left: 24%;

    display: flex;
    flex-direction: column;
    width: 97%;
  }
  .brand-text p {
    margin: 0 0 16px 0;
    font-size: 26px;
  }
  .brand-text ul {
    margin: 0;
    padding-left: 45px;
    list-style: disc;
  }
  .brand-text li {
    margin: 12px 0;
  }
  .brand-logo {
    position: absolute;
    bottom: 21px;
    right: 5%;
    z-index: 3;
  }

  .brand-logo-portwest {
    position: absolute;
    bottom: 21px;
    right: 10%;
    z-index: 3;
  }

  .brand-logo img {
    height: 60px;
  }

  .brand-logo-portwest img {
    height: 60px;
  }

  .footer-heading{
    font-size: 30px;
  }

  .contact-info a{
    font-size: 20px;
  }

  .info-box img{
    object-fit: contain;
  }

  .kishigo-section .brand-logo img { height: 40px; }

  .navbar .nav-link{
    font-size: 18px;
  }

  /* @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px !important;
    } 
} */

.titulo-catalogo{
  text-align: center;
}

@media only screen and (min-width: 601px) and (max-width: 1199px) {
    .navbar-brand, .navbar-brand img {
        height: calc(var(--portable-header-height) - 11rem);
    }
    
}

@media only screen and (max-width: 600px) {

    .contact-us-section .contact-info a {
        font-size: 18px;
    }

    #brand-header-desktop-1{
      display: none;
    }

    #brand-movil-desktop-1{
      display: flex;
    }

    .container-mapa{
      flex-direction: column;
    }

    .trabajadores-desktop{
      display: none;
    }

    .trabajadores-movil{
      display: flex;
    }

    .background-trabajador-movil{
      width: 100%;
      height: 200px;
      background-size: cover;
      background-position-x: center;
      background-position-y: 0%;
    }

    .item-trabajador{
      margin: 0px 10px 0px 0px;
      width: 45%;
    }

    .logo-1-dist{
      margin: 36px auto 40px auto;
      width: 100px;
    }

    .logo-2-dist{
      margin: 26px auto 40px auto;
      width: 100px;
    }

    .banner-mapa>h2 {
      font-size: 18px;
      padding: 0px 50px;
    }
}

@media (max-width: 1024px) {
    .distribuidores-title {
      font-size: 26px;
    }
    .logos-carousel {
      gap: 40px;
      height: 80px;
    }
    .logos-carousel img {
      max-height: 70px;
    }

    .container-mapa{
      flex-direction: column;
    }

    .trabajadores-desktop{
      display: none;
    }

    .trabajadores-movil{
      display: flex;
    }

    .background-trabajador-movil{
      width: 100%;
      height: 200px;
      background-size: cover;
      background-position-x: center;
      background-position-y: 0%;
    }

    .item-trabajador{
      margin: 0px 10px 0px 0px;
      width: 45%;
    }

    .logo-1-dist{
      margin: 36px auto 40px auto;
      width: 100px;
    }

    .logo-2-dist{
      margin: 26px auto 40px auto;
      width: 100px;
    }

    .banner-mapa>h2 {
      font-size: 18px;
      padding: 0px 50px;
    }
  }
  
  @media (max-width: 768px) {
    .distribuidores-title {
      font-size: 22px;
    }
    .logos-carousel {
      gap: 30px;
      height: 70px;
    }
    .logos-carousel img {
      max-height: 60px;
    }

    .container-mapa{
      flex-direction: column;
    }

    #svgout {
        width: 100%;
        height: 300px;
    }

    .container-mapa{
      flex-direction: column;
    }

    .trabajadores-desktop{
      display: none;
    }

    .trabajadores-movil{
      display: flex;
    }

    .background-trabajador-movil{
      width: 100%;
      height: 200px;
      background-size: cover;
      background-position-x: center;
      background-position-y: 0%;
    }

    .item-trabajador{
      margin: 0px 10px 0px 0px;
      width: 45%;
    }

    .logo-1-dist{
      margin: 36px auto 40px auto;
      width: 100px;
    }

    .logo-2-dist{
      margin: 26px auto 40px auto;
      width: 100px;
    }

    .banner-mapa>h2 {
      font-size: 18px;
      padding: 0px 50px;
    }
  }
  
  @media (max-width: 480px) {
    .distribuidores-title {
      font-size: 20px;
    }
    .logos-carousel {
      gap: 20px;
      height: 60px;
    }
    .logos-carousel img {
      max-height: 50px;
    }

    .container-mapa{
      flex-direction: column;
    }

    #svgout {
        width: 100%;
        height: 300px;
    }

    .container-mapa{
      flex-direction: column;
    }

    .trabajadores-desktop{
      display: none;
    }

    .trabajadores-movil{
      display: flex;
    }

    .background-trabajador-movil{
      width: 100%;
      height: 200px;
      background-size: cover;
      background-position-x: center;
      background-position-y: 0%;
    }

    .item-trabajador{
      margin: 0px 10px 0px 0px;
      width: 45%;
    }

    .logo-1-dist{
      margin: 36px auto 40px auto;
      width: 100px;
    }

    .logo-2-dist{
      margin: 26px auto 40px auto;
      width: 100px;
    }

    .banner-mapa>h2 {
      font-size: 18px;
      padding: 0px 50px;
    }
  }

  @media (max-width: 1200px) {
    .brand-header {
      font-size: 30px;
    }
    .brand-text p {
      font-size: 22px;
    }
    .brand-text {
      font-size: 20px;
    }

    .container-mapa{
      flex-direction: column;
    }

    .trabajadores-desktop{
      display: none;
    }

    .trabajadores-movil{
      display: flex;
    }

    .background-trabajador-movil{
      width: 100%;
      height: 200px;
      background-size: cover;
      background-position-x: center;
      background-position-y: 0%;
    }

    .item-trabajador{
      margin: 0px 10px 0px 0px;
      width: 45%;
    }

    .logo-1-dist{
      margin: 36px auto 40px auto;
      width: 100px;
    }

    .logo-2-dist{
      margin: 26px auto 40px auto;
      width: 100px;
    }

    .banner-mapa>h2 {
      font-size: 18px;
      padding: 0px 50px;
    }
  }
  
  @media (max-width: 992px) {
    .brand-container {
      height: 400px;
    }
    .brand-header {
      font-size: 26px;
    }
    .brand-text {
      font-size: 18px;
    }
    .brand-text p {
      font-size: 20px;
    }
    .brand-logo img,
    .brand-logo-portwest img {
      height: 50px;
    }
    .kishigo-section .brand-logo img {
      height: 35px;
    }

    .container-mapa{
      flex-direction: column;
    }

    #svgout {
        width: 100%;
        height: 300px;
    }

    .container-mapa{
      flex-direction: column;
    }

    .trabajadores-desktop{
      display: none;
    }

    .trabajadores-movil{
      display: flex;
    }

    .background-trabajador-movil{
      width: 100%;
      height: 200px;
      background-size: cover;
      background-position-x: center;
      background-position-y: 0%;
    }

    .item-trabajador{
      margin: 0px 10px 0px 0px;
      width: 45%;
    }

    .logo-1-dist{
      margin: 36px auto 40px auto;
      width: 100px;
    }

    .logo-2-dist{
      margin: 26px auto 40px auto;
      width: 100px;
    }

    .banner-mapa>h2 {
      font-size: 18px;
      padding: 0px 50px;
    }
  }
  
  @media (max-width: 768px) {
    .brand-container {
      height: 350px;
    }
    .brand-header {
      font-size: 22px;
    }
    .brand-text {
      font-size: 16px;
    }
    .brand-text p {
      font-size: 18px;
    }
    .brand-logo img,
    .brand-logo-portwest img {
      height: 45px;
    }

    .container-mapa{
      flex-direction: column;
    }

    #svgout {
        width: 100%;
        height: 300px;
    }
  }
  
  @media (max-width: 480px) {

    .texto-porque-elegirnos{
      padding: 0px 30px;
      text-align: justify;
      font-size: 20px !important;
    }

    #svgout {
        width: 100%;
        height: 300px;
    }

    .container-mapa{
      flex-direction: column;
    }

    .motivos-para-elegirnos p {
      font-size: 21px;
    }

    .categories-section {
      padding: 20px;
    }

    .titulo-catalogo{
      margin-top: -2%; 
      justify-content: center; 
      display: flex;
      text-align: center;
      padding: 0px 50px;
    }

    .white-band {
      height: 31px;
      width: 300px;
      display: flex;
      align-items: center;
      padding: 10px 20px;
      background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 0) 96%);
      z-index: 100;
      text-align: left;
      position: relative;
      top: 27px;
    }

    .white-band>h2{
      font-size: 15px;
    }

    .carousel2-content{
      width: 800px;
      position: absolute;
      z-index: 2;
      padding: 0px !important;
      top: 50px;
      left: 80px;
    }

    .motivos-para-elegirnos p {
      font-size: 21px;
    }

    .home-section-carousel {
      height: 250px;
      min-height: 250px;
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
      color: white;
    }

    .carousel-bg-image {
      background: url('https://gecicsa.com/assets/images/kishigo/slide1-r.png');
      background-size: cover;
      width: 100%;
      height: 250px;
      position: absolute;
      top: 0;
      /* left: -43px; */
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain !important;
    }

    .carousel-slide{
      min-height: 250px;
    }

    .carousel-content {
        width: 280px;
        position: relative;
        z-index: 2;
        padding: 18px !important;
    }


    .carousel-content h2 {
        font-weight: 500;
        font-size: 26px;
        font-family: 'canada-type-gibson';
        letter-spacing: 1px;
        color: white;
    }
    .carousel-subtitle {
        font-size: 15px;
        width: 200px;
        margin-top: 25px;
        margin-bottom: 45px;
    }
    .btn-whatsapp {
        display: inline-block;
        background-color: #25D366;
        color: white;
        padding: 2px 50px;
        border-radius: 35px;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        letter-spacing: 0px;
        width: 200px;
    }
    .carousel-note {
        margin-top: 10px;
        font-size: 13px;
        margin-left: 10px;
        width: 210px;
    }

    .carousel2-bg-image {
      position: absolute;
      top: 0px;
      right: 0;
      width: 100%;
      height: 250px;
      background-image: url('https://gecicsa.com/assets/images/kishigo/slider2-r.png');
      z-index: 2;
      background-size: 100%;
      background-position-y: 10%;
    }
  
    .white-band {
      /* margin-top: -7%;
      margin-left: -93px;
      width: 47%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 7px 20px;
      background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 0%, 
        rgba(255, 255, 255, 1) 95%,
        rgba(255, 255, 255, 0) 96%
      ); */
    } 

    .carousel2-content .white-band {
      background: none !important;
      box-shadow: none !important;
      padding: 0 !important;
    }
  
    .z3-image {
      display: none !important;
    }
  
    .carousel2-content h2 {
      font-size: 18px;
      text-align: center;
      width: 90%;
    }
  
    .carousel2-subtitle {
      width: 40%;
      font-size: 15px;
      line-height: 1.6;
      margin-left: -9%;
      text-align: center;
    }
  
    .btn-distribuidor {
      margin-left: -3%;
      display: inline-block;
      background-color: #20549d;
      color: white;
      padding: 6px 15px;
      border-radius: 35px;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      letter-spacing: 1px;
    }

    .carousel3-bg-image {
      background: url('https://gecicsa.com/assets/images/kishigo/slider3-r.png') center center no-repeat;
      background-size: contain;
      width: 135%;
      height: 250px; 
      position: absolute;
      top: 0;
      left: -43px;
    }       

    .carousel-prev {
      position: absolute;
      top: 35% !important;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.5);
      color: #fff;
      border: none;
      font-size: 30px !important;
      padding: 2px 7px !important;
      cursor: pointer;
      z-index: 2;
    }

    .carousel-next {
      position: absolute;
      top: 35% !important;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.5);
      color: #fff;
      border: none;
      font-size: 30px !important;
      padding: 2px 7px !important;
      cursor: pointer;
      z-index: 2;
    }
    .info-box p {
        font-size: 15px;
        display: flex;
        flex-direction: column;
        line-height: 16px;
    }
    .info-box p img {
        width: 50px;
        height: 40px;
    }
    .brand-container {
      height: 330px;
    }
    .brand-header {
      font-size: 11px;
      margin-top: 10px;
      width: 300px;
      padding: 10px;
    }
    .brand-text {
      font-size: 12px;
      padding: 10px;
      margin-left: 16px;
      width: 240px;
      line-height: 1rem;
    }
    .brand-text p {
      font-size: 11px;
    }
    .brand-logo img,
    .brand-logo-portwest img {
      height: 18px;
    }
    .brand-image {
        width: 240px;
        right: -39px;
    }
    .brand-logo {
        bottom: 12px;
        right: 4%;
    }
    .kishigo-section .brand-logo img { height: 18px; }

    .brand-logo-portwest {
        bottom: 12px;
        right: 16%;
    }

    .brand-logo-portwest img{
        height: 27px;
    }
  }  

  @media (max-width: 900px) {

    p.category-heading {
        font-size: 22px !important;
    }

    .list-categories-home>h4 {
        font-size: 18px;
        line-height: 30px;
    }

    .home-section-carousel {
      height: 250px;
      min-height: 250px;
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
      color: white;
    }

    .carousel-bg-image {
      background: url('https://gecicsa.com/assets/images/kishigo/slide1-r.png') center center no-repeat;
      background-size: cover;
      width: 100%;
      height: 250px;
      position: absolute;
      top: 0;
    }

    .carousel2-content{
        width: 800px;
        position: relative;
        z-index: 2;
        padding: 1.5rem !important;
        top: -100px;
        left: 40px;
    }

    .carousel-slide{
        min-height: 250px;
    }

    .carousel-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        to right,
        rgba(13, 27, 61, 0.95) 0%,
        rgba(13, 27, 61, 0.99) 54%,
        rgba(13, 27, 61, 0) 100%
      );
      z-index: 1;
    }

    .carousel-content {
      width: 250px;
      position: relative;
      z-index: 2;
      padding: 18px !important;
    }

    .carousel-content h2 {
      font-weight: 500;
      font-size: 23px;
      font-family: 'canada-type-gibson';
      letter-spacing: 1px;
      color: white;
  }

  .carousel-subtitle {
    font-size: 14px;
    width: 200px;
    margin-top: 25px;
    margin-bottom: 35px;
  }

  .btn-whatsapp {
    display: inline-block;
    background-color: #25D366;
    color: white;
    padding: 5px 15px;
    border-radius: 35px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0px;
    width: 200px;
    margin-left: -23px;
  }

  .carousel-note {
    margin-top: 10px;
    font-size: 12px;
    margin-left: -8px;
    width: 210px;
  }

  .carousel2-bg-image {
    position: relative;
    top: 0px;
    right: 0;
    width: 100%;
    height: 250px;
    background-image: url('https://gecicsa.com/assets/images/kishigo/slider2-r.png');
    z-index: 2;
    background-size: cover;
    background-position-x: 50%;
  }

  .white-band {
    margin-top: -7%;
    margin-left: -93px;
    width: 47%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 20px;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%, 
      rgba(255, 255, 255, 1) 95%,
      rgba(255, 255, 255, 0) 96%
    );
  } 

  .carousel2-content .white-band {
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .z3-image {
    display: none !important;
  }

  .carousel2-content h2 {
    font-size: 17px;
    text-align: center;
    width: 90%;
  }

  .carousel2-subtitle {
    position: absolute;
    top: 55px;
    margin-top: 5px;
    width: 60%;
    z-index: 5;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* width: 36%;
    font-size: 14px;
    line-height: 1.9;
    margin-left: -9%;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 11px; */
  }

  .carousel2-subtitle>p{
    font-size: 10.5px;
    text-align: left;
    margin: 0px 0px 5px 0px;
  }

  .carousel-slide>h2{
    position: absolute;
    font-size: 12px;
    top: 26px;
    z-index: 5;
    left: 30px;
    width: 50%;
    line-height: 12px;
  }

  .btn-distribuidor {
    display: inline-block;
    background-color: #20549d;
    color: white;
    padding: 6px 15px;
    border-radius: 35px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    position: absolute;
    z-index: 5;
    top: 200px;
    left: 20px;
  }

  .carousel3-bg-image {
    background-image: url('https://gecicsa.com/assets/images/kishigo/slider3-r.png');
    background-size: contain;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
  }       

  .carousel-prev {
    position: absolute;
    top: 35% !important;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    font-size: 30px !important;
    padding: 2px 7px !important;
    cursor: pointer;
    z-index: 2;
  }

  .info-banner {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 75px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
  }

  .info-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .info-box p {
    font-size: 12px;
    font-weight: 600;
    margin: 9px;
    display: flex;
    align-items: center;
    gap: 1px;
  }

  .info-box p img {
    width: 45px;
    height: 35px;
  }

  .info-text p {
    font-size: 17px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 30px;
    padding: 0px 50px;
    text-align: justify;
  }

  .catalog-box.kishigo {
    height: 200px;
    background-image: url(https://gecicsa.com/assets/images/kishigo/catalogoKishigo.jpg);
    background-size: 90%;
    background-position-y: 72%;
  }

  .catalog-box.portwest {
    height: 200px;
    background-image: url(https://gecicsa.com/assets/images/portwest/catalogoPortwest.jpg);
    background-size: 90%;
    background-position-y: 45%;
    background-position-x: 215%;
  }

  .catalog-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-color: #263644;
    color: white;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0% 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    text-decoration: none;
    align-items: center;
  }

  .catalog-link p {
    font-size: 17px;
    margin: 5px 0 0;
  } 

    .brand-container {
      height: auto;
      display: flex;
      flex-direction: column;
    }
    .brand-header {
        font-size: 18px;
        margin-top: 10px;
        width: 100%;
        padding: 10px 40px;
        justify-content: left;
        text-align: center;
        line-height: 20px;
    }

    .brand-section {
        width: 100%;
        margin: 0px auto;
        overflow: hidden;
        padding: 20px 0px;
    }

    .brand-text {
      font-size: 10px;
      padding: 10px 35px;
      margin-left: 7px;
      width: 100%;
      line-height: 1rem;
    }
    .brand-text p {
      font-size: 16px;
      margin-bottom: 0px;
    }

    .brand-text li {
        margin: 12px 0;
        font-size: 15px;
    }

    .brand-text ul {
        padding-left: 17px;
    }

    .footer-heading {
        font-size: 20px;
    }

    .contact-info a {
        font-size: 15px;
    }

    .motivos-para-elegirnos p {
        font-size: 19px;
    }
    
    .brand-logo img,
    .brand-logo-portwest img {
      height: 18px;
    }
    .brand-image {
      width: 100%;
      height: 200px;
      background-position-y: 12%;
      background-size: 90%;
      background-position-x: center;
      position: relative;
      right: 0;
      background-size: cover;
    }

    .kishigo-section .brand-image{
      background-image: url('https://gecicsa.com/assets/images/kishigo/portwest1.jpg');
    }

    .portwest-section .brand-image{
      background-image: url('https://gecicsa.com/assets/images/kishigo/portwest2.jpg');
    }

    .brand-content {
        position: relative;
        z-index: 2;
        padding-right: initial;
    }
    .brand-logo {
        bottom: 12px;
        right: 4%;
    }
    .kishigo-section .brand-logo img { height: 18px; }

    .brand-logo-portwest {
      position: relative;
      right: 10px;
      display: flex;
      justify-content: flex-end;
      margin-top: 10px;
    }

    .brand-logo-portwest img{
        height: 27px;
    }
  }