.elementor-2322 .elementor-element.elementor-element-f1a59a3{--display:flex;}.elementor-2322 .elementor-element.elementor-element-38ef0bb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2322 .elementor-element.elementor-element-4134ca4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2322 .elementor-element.elementor-element-2289b4b{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2322 .elementor-element.elementor-element-67ee856{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2322 .elementor-element.elementor-element-e333946{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2322 .elementor-element.elementor-element-fd8cbbe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-2322 .elementor-element.elementor-element-4134ca4{--width:50%;}.elementor-2322 .elementor-element.elementor-element-2289b4b{--width:51%;}}/* Start custom CSS for ele-breadcrumb-id, class: .elementor-element-6358b0d0 */.elx-breadcrumb-list li{
    color:white !important;
}.elx-hd-cta-btn a{
    border-radius: 10px;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-6ae10596 */.rs-parallax-wrap{
    border-radius:10px;
}

.elx-footer-widget-wrapper {
    color: white;
}
.rs-parallax-wrap{
    border-radius:10px;
}

.elx-footer-widget-wrapper {
    color: white;
}
@media (max-width: 494px) {
  .elx-footer-widget-wrapper {
      margin-left:-50px;
      color:white;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
  }
  .elx-footer-widget-wrapper > * {
    float: none !important;
    margin: 0 auto !important;
  }
  .address-widget p{
      width:90%;
      margin-left:50px;
  }
  .address-widget h3{
      margin-left:-100px;
  }
  .menu-widget h3{
      margin-left:-80px;
  }
  .contact-widget h3{
      margin-left:-180px;
  }
  .menu-enlaces-de-interes-container{
       margin-left:40px;
  }
  .textwidget{
      margin-left:40px;
  }
  .address-widget{
      margin-left:-10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1933af7 */.servicio-gas{
    margin-top:20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae03cb0 */.servicios-gas{
    transition:0.3s ease;
}
.servicios-gas:hover{
    transform:scale(1.05)
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-3b3626f */.imagen-gas{
    transition:1s ease;
    transform:translateY(30px)
}
.imagen-gas:hover{
    transform:scale(1.05)
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1e3a0b */.titulo2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 32px;
    color: #2c3e50;
    font-weight: 700;
    transform: translateY(10px);
  }

  .faq-cards {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #f9fbfc;
  }

  .card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
  }

  .card {
      border: none;
    border-radius:15px;
    width: 320px;
    height: 250px;
    perspective: 1000px;
    display: flex;
  }

  .card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.7s ease-in-out;
    transform-style: preserve-3d;
  }

  .card:hover .card-inner {
    transform: rotateY(180deg);
  }

  .card-front,
  .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
  }

  .card-front {
    background: linear-gradient(145deg, #ecf0f1, #ffffff);
    font-weight: 600;
    font-size: 17px;
    color: #34495e;
  }

  .card-back {
    background-color: #ffffff;
    transform: rotateY(180deg);
    font-size: 15px;
    color: #555;
    line-height: 1.6;
  }
  .resaltado {
    font-weight: bold;
    color: #003366;
    display: inline;
  }/* End custom CSS */