.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-5707 .elementor-element.elementor-element-ff9e036{text-align:center;}.elementor-5707 .elementor-element.elementor-element-ff9e036 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:#EC0707;}.elementor-5707 .elementor-element.elementor-element-ff9e036 .elementor-heading-title a{transition-duration:2.3s;}.elementor-5707 .elementor-element.elementor-element-3f8ed2f > .elementor-widget-container{margin:0px 27px 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-5707 .elementor-element.elementor-element-7fb1552{--spacer-size:50px;}.elementor-5707 .elementor-element.elementor-element-1dd84b8 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:#141414;}html{height:100vh;margin:0;overflow:hidden;}body{height:100vh;overflow:auto;scroll-snap-type:y mandatory;}body.elementor-page-5707{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-section:not(.elementor-inner-section), .elementor-location-header, .elementor-location-footer, .page-header, .site-header, .elementor-add-section, .e-con:not(.e-child){scroll-snap-align:start;scroll-snap-stop:normal;}@media(max-width:1024px){.elementor-5707 .elementor-element.elementor-element-ff9e036 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:55px 55px 55px 55px;}.elementor-5707 .elementor-element.elementor-element-16db27c > .elementor-widget-container{margin:0px 31px 0px 0px;}.elementor-5707 .elementor-element.elementor-element-3f8ed2f > .elementor-widget-container{margin:0px 12px 0px 0px;}body.elementor-page-5707{padding:0px 0px 0px 0px;}.elementor-section:not(.elementor-inner-section), .elementor-location-header, .elementor-location-footer, .page-header, .site-header, .elementor-add-section, .e-con:not(.e-child){scroll-snap-align:start;scroll-snap-stop:normal;}}@media(max-width:767px){.elementor-5707 .elementor-element.elementor-element-ff9e036 > .elementor-widget-container{margin:6px 6px 6px 6px;padding:0px 0px -28px 0px;}.elementor-5707 .elementor-element.elementor-element-16db27c > .elementor-widget-container{margin:0px 0px 0px -27px;}.elementor-5707 .elementor-element.elementor-element-3f8ed2f > .elementor-widget-container{margin:1px -20px 0px -26px;}.elementor-5707 .elementor-element.elementor-element-5cb8a4b > .elementor-widget-container{margin:0px -30px 0px -24px;padding:0px 0px 0px 0px;}body.elementor-page-5707{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-section:not(.elementor-inner-section), .elementor-location-header, .elementor-location-footer, .page-header, .site-header, .elementor-add-section, .e-con:not(.e-child){scroll-snap-align:start;scroll-snap-stop:normal;}}/* Start custom CSS for html, class: .elementor-element-16db27c */.caja-direccion {
  background-color: rgba(240, 240, 240, 0.9);
  border-radius: 10px;
  padding: 20px;
  width:110%;
  height: 150px;
  max-width: 400px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto; /* Centra el contenedor */
  align-content: center;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.caja-direccion h2 {
  margin-top: 0;
  font-size: 1.2em;
}

.caja-direccion p {
  margin: 0;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f8ed2f */.caja-contacto {
  background-color: rgba(240, 240, 240, 0.9);
  border-radius: 10px;
  padding: 20px;
  width: 103%;
  height: 150px;
  max-width: 600px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto; /* Centra el contenedor */
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.caja-contacto h2 {
  margin-top: 0;
  font-size: 1.2em;
}

.caja-contacto ul {
  padding-left: 20px;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-53b4639 */body {
  font-family: 'Roboto', sans-serif;
  background-color: #f3f3f3;
  margin: 0;
  padding: 40px;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background-color: #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-bottom: 15px;
  overflow: hidden;
  border-left: 5px solid #e74c3c;
}

.faq-question {
  padding: 15px 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  background-color: #f9f9f9;
  position: relative;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  content: '-';
}

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  padding: 0 20px;
  background-color: #e6e6e6;
}

.faq-answer p {
  margin: 10px 0;
}
.faq-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  color: #333;
  font-family: 'Roboto', sans-serif;
}/* End custom CSS */