.elementor .div-hero-square{width:70%;padding:5%;border-radius:10px;border-color:#00AAFF;border-style:solid;background-image:linear-gradient(#00000033, #00000033);background-repeat:repeat;background-attachment:scroll;background-size:auto auto;background-position:0% 0%;background-color:#091F35;display:flex;flex-direction:column;align-items:center;}.elementor .div-hero{height:100%;.div-hero {
position: relative;
width: 100%;
overflow: hidden;
}

/* Overlay gradiente */
.div-hero::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(
  to right,
  rgba(8, 56, 98, 0.85) 0%,
  rgba(8, 56, 98, 0.60) 50%,
  rgba(8, 56, 98, 0.30) 100%
);
z-index: 1;
}

/* Rombo */
.div-hero::after {
content: '';
position: absolute;
right: 8%;
top: 50%;
transform: translateY(-50%) rotate(45deg);
width: 420px;
height: 420px;
border: 1px solid rgba(0, 170, 255, 0.25);
z-index: 2;
}\n}