.elementor-8152 .elementor-element.elementor-element-35c6f4f1{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-8152 .elementor-element.elementor-element-a395b77 > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 5px;border-color:#F2BA14;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 30px 20px 30px;}.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-8152 .elementor-element.elementor-element-62f3c64c .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:400;color:#191919;}.elementor-8152 .elementor-element.elementor-element-6640b94 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:24px;font-weight:400;color:#333333;}.elementor-8152 .elementor-element.elementor-element-6640b94 > .elementor-widget-container{margin:0px 0px 0px 0px;}.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-8152 .elementor-element.elementor-element-4c489df4 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-8152 .dialog-message{width:511px;height:auto;}#elementor-popup-modal-8152{justify-content:flex-start;align-items:flex-end;pointer-events:all;background-color:#00000000;}#elementor-popup-modal-8152 .dialog-close-button{display:flex;}#elementor-popup-modal-8152 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-8152 .elementor-element.elementor-element-58cb50fe{width:72.581%;}.elementor-8152 .elementor-element.elementor-element-40397071{width:27.258%;}.elementor-8152 .elementor-element.elementor-element-4c489df4{width:51.821%;}.elementor-8152 .elementor-element.elementor-element-7b2130f7{width:48.179%;}}/* Start custom CSS */.boton-survey {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2% 4%;
  background-color: #298f6f;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.boton-survey:hover {
  background-color: #0062cc;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .boton-survey {
    padding: 3% 6%;
    font-size: 1em;
  }
}

@media only screen and (max-width: 480px) {
  .boton-survey {
    padding: 4% 8%;
    font-size: 0.8em;
  }
}/* End custom CSS */