.elementor-1436 .elementor-element.elementor-element-8e32d31{--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:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1436 .elementor-element.elementor-element-2732073 .contact-top__item__title{font-size:20px;}.elementor-1436 .elementor-element.elementor-element-2732073 .contact-top__item__text{font-size:18px;}.elementor-1436 .elementor-element.elementor-element-654e64a{--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 30px;--row-gap:0px;--column-gap:30px;--padding-top:0px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.elementor-1436 .elementor-element.elementor-element-72840c9{--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-1436 .elementor-element.elementor-element-72840c9:not(.elementor-motion-effects-element-type-background), .elementor-1436 .elementor-element.elementor-element-72840c9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://taytravel.mx/wp-content/uploads/2026/02/contacto.webp");background-position:center center;background-size:cover;}.elementor-1436 .elementor-element.elementor-element-bfa3415{--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;--justify-content:space-between;}.elementor-1436 .elementor-element.elementor-element-bfa3415.e-con{--align-self:flex-end;}.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-1436 .elementor-element.elementor-element-0310023 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:50px;font-weight:700;color:var( --e-global-color-33b86c3 );}.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-1436 .elementor-element.elementor-element-da5afa5{font-family:"Plus Jakarta Sans", Sans-serif;font-size:16px;font-weight:400;color:var( --e-global-color-text );}.elementor-1436 .elementor-element.elementor-element-53b0d55{width:100%;max-width:100%;}@media(min-width:768px){.elementor-1436 .elementor-element.elementor-element-72840c9{--width:50%;}.elementor-1436 .elementor-element.elementor-element-bfa3415{--width:50%;}}/* Start custom CSS */.btn-arrow {
  overflow: hidden !important;
  position: relative !important;
  display: inline-flex !important;   /* 👈 cambio aquí */
    align-items: center !important;    /* 👈 centra vertical */
  justify-content: center !important;
  vertical-align: middle !important;
  -webkit-appearance: none !important;
  border: none !important;
  outline: none !important;
  background-color: #255676; /* azul base */
  color: #ffffff;
  font-size: 16px !important;
  padding: 25px 20px 25px 20px !important;
  border-radius: 100px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none;
  transition: 500ms !important;
  text-transform: none !important;
  z-index: 1;
  transition: color 0.3s ease;
}

/* Capas naranjas (hover) */
.btn-arrow::before,
.btn-arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 50%;
  background-color: #F16300; /* naranja hover */
  z-index: -1;
  transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* Mitad superior (entra derecha → izquierda) */
.btn-arrow::before {
  top: 0;
  right: 0;
}

/* Mitad inferior (entra izquierda → derecha) */
.btn-arrow::after {
  bottom: 0;
  left: 0;
}

/* Hover activa animación */
.btn-arrow:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.btn-arrow:hover::after {
  width: 100%;
  right: 0;
  left: auto;
}/* End custom CSS */