.elementor-2699 .elementor-element.elementor-element-c263064{--display:flex;--min-height:500px;--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;--overlay-opacity:0.5;}.elementor-2699 .elementor-element.elementor-element-c263064::before, .elementor-2699 .elementor-element.elementor-element-c263064 > .elementor-background-video-container::before, .elementor-2699 .elementor-element.elementor-element-c263064 > .e-con-inner > .elementor-background-video-container::before, .elementor-2699 .elementor-element.elementor-element-c263064 > .elementor-background-slideshow::before, .elementor-2699 .elementor-element.elementor-element-c263064 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2699 .elementor-element.elementor-element-c263064 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#171717;--background-overlay:'';}.elementor-2699 .elementor-element.elementor-element-9d25ee1{--display:flex;--margin-top:45px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2699 .elementor-element.elementor-element-b7ab06b{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(0, 1fr);--grid-auto-flow:row;}.elementor-2699 .elementor-element.elementor-element-6586b6a{--display:flex;--z-index:1;}.elementor-2699 .elementor-element.elementor-element-05c2e4c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:75px;--padding-bottom:75px;--padding-left:60px;--padding-right:60px;}.elementor-2699 .elementor-element.elementor-element-05c2e4c:not(.elementor-motion-effects-element-type-background), .elementor-2699 .elementor-element.elementor-element-05c2e4c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.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-2699 .elementor-element.elementor-element-5870915{text-align:center;}.elementor-2699 .elementor-element.elementor-element-5870915 .elementor-heading-title{font-family:"Playfair Display SC", Sans-serif;font-size:50px;font-weight:600;color:#783618;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2699 .elementor-element.elementor-element-8abcc13{text-align:center;font-family:"Playfair Display", Sans-serif;font-size:22px;font-weight:400;color:#000000;}.elementor-2699 .elementor-element.elementor-element-cede414{--display:flex;}.elementor-2699 .elementor-element.elementor-element-2f90880{--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-2699 .elementor-element.elementor-element-742da90 > .elementor-widget-container{margin:7px 7px 7px 7px;}@media(max-width:1024px){.elementor-2699 .elementor-element.elementor-element-9d25ee1{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2699 .elementor-element.elementor-element-b7ab06b{--grid-auto-flow:row;}.elementor-2699 .elementor-element.elementor-element-05c2e4c{--padding-top:55px;--padding-bottom:55px;--padding-left:55px;--padding-right:55px;}}@media(max-width:767px){.elementor-2699 .elementor-element.elementor-element-c263064{--min-height:400px;}.elementor-2699 .elementor-element.elementor-element-b7ab06b{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-2699 .elementor-element.elementor-element-05c2e4c{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2699 .elementor-element.elementor-element-5870915 .elementor-heading-title{font-size:25px;}.elementor-2699 .elementor-element.elementor-element-8abcc13{font-size:15px;}.elementor-2699 .elementor-element.elementor-element-742da90 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for container, class: .elementor-element-6586b6a */.mi-clase {
  position: relative;
    --first-color: #783618; 
    --second-color: #EDE9DD;
    --third-color: #E0916D;
  --rotate: 132deg;
}

@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}

.mi-clase::before,
.mi-clase::after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(
    var(--rotate),
    var(--first-color),
    var(--second-color) 43%,
    var(--third-color)
  );
  animation: spin 2.5s linear infinite;
  opacity: 1;
}

.mi-clase::before {
  width: 104%;
  height: 104%;
  border-radius: 8px;
  top: -2%;
  left: -2%;
}

.mi-clase::after {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transform: scale(0.9);
  filter: blur(70px);
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}/* End custom CSS */