/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 26 2022 | 19:35:58 */
section.circulo-asimetrico-amarillo{
  position: relative;
  overflow: hidden;
  border-radius:0% 0%  40% 0%
}

section.circulo-asimetrico-amarillo:after{
  content: ' ';
  width:70%;
  height: 100px;
  display: block !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 81% 0% / 100% 0%;
  transform: translate(85px, 19px) rotate(-0.5deg);
  border-bottom: 20px solid #e8db1f;  
}

.circulo-asimetrico-amarillo .elementor-background-overlay{
   border-radius:0% 0%  28% 0% !important
}

.circulo-asimetrico-amarillo .elementor-shape.elementor-shape-bottom {
  width: calc(100% + 1.3px) !important;
  height: 96px !important;
  transform: translate(50%, 40%) !important;
}


