.elementor-651 .elementor-element.elementor-element-56a4de22{--display:flex;--min-height:507px;--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;--margin-top:-12%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-651 .elementor-element.elementor-element-6987ea16{--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;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-651 .elementor-element.elementor-element-1e297df6{--display:flex;--padding-top:5%;--padding-bottom:5%;--padding-left:0%;--padding-right:0%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-651 .elementor-element.elementor-element-7f87c3b0{text-align:center;}.elementor-651 .elementor-element.elementor-element-7f87c3b0 .elementor-heading-title{font-family:"Unbounded", Sans-serif;font-size:183px;font-weight:400;color:var( --e-global-color-primary );}.elementor-651 .elementor-element.elementor-element-14c4870d{--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-651 .elementor-element.elementor-element-2a7c4bb6{--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:8%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-651 .elementor-element.elementor-element-3b9b777f{--display:flex;}.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-651 .elementor-element.elementor-element-a7fb6a3 img{width:75%;}.elementor-651 .elementor-element.elementor-element-4b5d4546{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-651 .elementor-element.elementor-element-1d6fe47d{--display:flex;}.elementor-651 .elementor-element.elementor-element-a4cdf49 .elementor-heading-title{font-family:"Space Mono", Sans-serif;font-size:70px;font-weight:100;}.elementor-651 .elementor-element.elementor-element-923cdbd{--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-651 .elementor-element.elementor-element-588da4a .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-651 .elementor-element.elementor-element-11d91581{--display:flex;--min-height:328px;--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;--justify-content:center;}.elementor-651 .elementor-element.elementor-element-1c976c43{text-align:center;}.elementor-651 .elementor-element.elementor-element-1c976c43 .elementor-heading-title{font-family:"Unbounded", Sans-serif;font-size:40px;font-weight:400;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-651 .elementor-element.elementor-element-3b9b777f{--width:50%;}.elementor-651 .elementor-element.elementor-element-4b5d4546{--width:50%;}}@media(max-width:767px){.elementor-651 .elementor-element.elementor-element-7f87c3b0 .elementor-heading-title{font-size:113px;}.elementor-651 .elementor-element.elementor-element-a4cdf49 .elementor-heading-title{font-size:48px;}}/* Start custom CSS for container, class: .elementor-element-6987ea16 */.card {
  transition: background 0.1s; /* Smooth transition effect for background color change on hover */
}

.card:hover {
  --active: 1; /* Activates the overlay effect by setting opacity to 1 */
}

.card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at calc(var(--x) * 1px) calc(var(--y) * 1px),
    rgba(143, 103, 213, 0.15), /* Purple color with transparency for subtle glow effect */
    transparent 15vmin /* Gradient fades to transparent over a 15vmin distance */
  );
  background-attachment: fixed;
  opacity: var(--active, 0); /* Opacity controlled by --active variable */
  transition: opacity 0.2s; /* Smooth transition for opacity on hover */
  pointer-events: none;
}

.card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at calc(var(--x) * 1px) calc(var(--y) * 1px),
      rgba(143, 103, 213, 0.5), /* Purple color with more opacity for a stronger effect */
      transparent 15vmin /* Gradient fades to transparent over a 15vmin distance */
    ),
    transparent;
  background-attachment: fixed;
  pointer-events: none;
  mask: linear-gradient(white, white) 50% 0 / 100% 4px no-repeat, /* Top edge with 4px thickness */
        linear-gradient(white, white) 50% 100% / 100% 4px no-repeat, /* Bottom edge with 4px thickness */
        linear-gradient(white, white) 0 50% / 4px 100% no-repeat, /* Left edge with 4px thickness */
        linear-gradient(white, white) 100% 50% / 4px 100% no-repeat; /* Right edge with 4px thickness */
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-1c976c43 *//*Glowing and lightening text*/
:root{
    --dark: #F2EEE4;
    --white: #ffffff;
    --glow: #FFFFFFA6;
}

.elementor-651 .elementor-element.elementor-element-1c976c43 h2 {
	animation:animate 5s linear infinite;
}
@keyframes animate {
	0%,18%,20%,50.1%,60%,65.1%,80%,90.1%,92%{
		color: var(--dark);
		text-shadow: none;
	}
	18.1%,20.1%,30%,50%,60.1%,65%,80.1%,90%,92.1%,100%{
		color: var(--white);
		text-shadow: 0 0 10px var(--glow),
		 0 0 20px var(--glow),
		  0 0 10px var(--glow),
		   0 0 30px var(--glow),
		   0 0 10px var(--glow);
	}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://carlosexpositoma.com/wp-content/uploads/2024/11/Unbounded-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://carlosexpositoma.com/wp-content/uploads/2024/11/Unbounded-ExtraLight.ttf') format('truetype');
}
/* End Custom Fonts CSS */