.elementor-7702 .elementor-element.elementor-element-792c807 > .elementor-background-overlay{background-color:var( --e-global-color-d56038c );opacity:0.18;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7702 .elementor-element.elementor-element-792c807 > .elementor-container{min-height:450px;}.elementor-7702 .elementor-element.elementor-element-792c807{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-7702 .elementor-element.elementor-element-5c62a8a > .elementor-widget-container{margin:50px 0px 50px 0px;}.elementor-7702 .elementor-element.elementor-element-5c62a8a{text-align:center;}.elementor-7702 .elementor-element.elementor-element-5c62a8a .elementor-heading-title{font-size:36px;text-shadow:1px 5px 3px rgba(0,0,0,0.3);color:var( --e-global-color-light );}.elementor-7702 .elementor-element.elementor-element-63832bd > .elementor-container{max-width:1530px;}.elementor-7702 .elementor-element.elementor-element-63832bd{margin-top:50px;margin-bottom:50px;}.elementor-7702 .elementor-element.elementor-element-fcba7bb .elementor-heading-title{color:var( --e-global-color-d56038c );}.elementor-7702 .elementor-element.elementor-element-ec60281 > .elementor-container{max-width:1536px;}.elementor-7702 .elementor-element.elementor-element-ec60281{margin-top:50px;margin-bottom:100px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-7702 .elementor-element.elementor-element-63832bd{margin-top:30px;margin-bottom:30px;}.elementor-7702 .elementor-element.elementor-element-fcba7bb .elementor-heading-title{font-size:22px;}}/* Start custom CSS for html, class: .elementor-element-a530213 */.card-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    border-radius: 10px;
    font-family: 'Arial', sans-serif;
  }

  .card-image {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.4s ease-in-out;
  }

  .card-overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(2, 29, 59, 0.95); /* Verde oscuro con opacidad */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 2;
  }
.card-overlay img { width:200px;}
  .card-container:hover .card-overlay {
    opacity: 1;
  }
.card-overlay span {
width: 80%;
height: auto;
font-size: 14px;
margin-bottom:30%;
}
  .card-container:hover .card-image {
    filter: brightness(40%);
  }

  .card-logo {
    width: 200px;
    height: auto;
    margin-bottom: 15px;
  }

  .card-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    z-index: 3;
  }

  .location-tag {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    color:white;
  }

  .project-name {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
  }

  .project-location {
    font-size: 16px;
    margin-top: 5px;

  }

  .badges {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }

  .badge {
    background-color: #009688;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    font-family: Roboto;
  }

  .badge.white {
    background-color: white;
    color: black;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4ca080 */.card-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    border-radius: 10px;
    font-family: 'Arial', sans-serif;
  }

  .card-image {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.4s ease-in-out;
  }

  .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(2, 29, 59, 0.95); /* Verde oscuro con opacidad */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 2;
  }
.card-overlay img { width:200px;}
  .card-container:hover .card-overlay {
    opacity: 1;
  }
.card-overlay span {
width: 80%;
height: auto;
font-size: 14px;
margin-bottom:30%;
}
  .card-container:hover .card-image {
    filter: brightness(40%);
  }

  .card-logo {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
  }

  .card-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    z-index: 3;
  }

  .location-tag {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    color:white;
  }

  .project-name {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
  }

  .project-location {
    font-size: 16px;
    margin-top: 5px;

  }

  .badges {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }

  .badge.white {
    background-color: white;
    color: black;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa95e84 */.card-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    border-radius: 10px;
    font-family: 'Arial', sans-serif;
  }

  .card-image {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.4s ease-in-out;
  }

  .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(2, 29, 59, 0.95); /* Verde oscuro con opacidad */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 2;
  }
.card-overlay img { width:200px;}
  .card-container:hover .card-overlay {
    opacity: 1;
  }
.card-overlay span {
width: 80%;
height: auto;
font-size: 14px;
margin-bottom:30%;
}
  .card-container:hover .card-image {
    filter: brightness(40%);
  }

  .card-logo {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
  }

  .card-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    z-index: 3;
  }

  .location-tag {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    color:white;
  }

  .project-name {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
  }

  .project-location {
    font-size: 16px;
    margin-top: 5px;

  }

  .badges {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }

  .badge.white {
    background-color: white;
    color: black;
  }/* End custom CSS */