src/Aviatur/TwigBundle/Resources/views/aviatur/Flux/App/needHelp.html.twig line 1

Open in your IDE?
  1. <style>
  2.     /******* Call  *******/
  3.     .call-btn {
  4.         position: fixed;
  5.         background-color: #FFFFFF;
  6.         box-shadow: 0 1px 12.2px 1px rgba(0, 0, 0, 0.1);
  7.         z-index: 102;
  8.         padding: 10px;
  9.         right: 2.5%;
  10.         bottom: 5%;
  11.         border-radius: 50px;
  12.         cursor: pointer;
  13.         transition: all ease 0.2s;
  14.         display: flex;
  15.         align-items: center;
  16.         gap: 0.5rem;
  17.     }
  18.     .call_bg {
  19.         z-index: 101;
  20.         transition: all ease 0.4s;
  21.         transform-origin: center;
  22.         width: 1px;
  23.         height: 1px;
  24.         border-radius: 50%;
  25.         position: fixed;
  26.         right: 4.5%;
  27.         bottom: 8.5%;
  28.         background-color: rgb(255, 255, 255);
  29.         box-shadow: 0 3px 4px 0 rgb(94 94 94 / 70%);
  30.         overflow: hidden;
  31.     }
  32.     .call_bg--open {
  33.         height: 500px;
  34.         width: 500px;
  35.         right: -140px;
  36.         bottom: -150px;
  37.     }
  38.     .call-btn--close {
  39.         font-size: 28px;
  40.         color: white;
  41.         font-weight: bold;
  42.         display: flex;
  43.         padding: 2px;
  44.     }
  45.     .call-btn--close_active {
  46.         transform: rotate(360deg);
  47.         border: 2px solid #042A44;
  48.         padding: 4px 1px !important;
  49.         bottom: 13%;
  50.     }
  51.     .call-menu {
  52.         position: fixed;
  53.         right: 8%;
  54.         bottom: 3%;
  55.         z-index: 101;
  56.         display: none;
  57.         opacity: 0;
  58.         animation: fadeinoutMenuCall 1s linear forwards;
  59.     }
  60.     .call-menu--active {
  61.         display: block;
  62.         opacity: 1;
  63.         animation: fadeinoutMenuCall 1s linear forwards;
  64.     }
  65.     .call-menu--Item {
  66.         position: fixed;
  67.         display: flex;
  68.         justify-content: flex-start;
  69.         align-items: center;
  70.     }
  71.     .call-menu--Item svg {
  72.         display: inherit;
  73.     }
  74.     .call-menu__icon {
  75.         background-color: white;
  76.         padding: 8px;
  77.         border-radius: 50%;
  78.         margin-left: 8px;
  79.     }
  80.     .call-whatsapp .call-menu__icon {
  81.         padding: 8px;
  82.     }
  83.     .call-video .call-menu__icon-video {
  84.         padding: 8px;
  85.     }
  86.     .call-maps .call-menu__icon {
  87.         padding: 8px;
  88.     }
  89.     .call-soporte_linea .call-menu__icon {
  90.         padding: 8px;
  91.     }
  92.     .call-menu-firsh {
  93.         right: 60px;
  94.         bottom: 293px;
  95.     }
  96.     .call-menu-phone {
  97.         right: 60px;
  98.         bottom: 16px;
  99.     }
  100.     .call-whatsapp {
  101.         right: 110px;
  102.         bottom: 250px;
  103.     }
  104.     .call-cotizacion {
  105.         right: 110px;
  106.         bottom: 65px;
  107.     }
  108.     .call-video {
  109.         right: 155px;
  110.         bottom: 158px;
  111.     }
  112.     .call-maps {
  113.         right: 140px;
  114.         bottom: 110px;
  115.     }
  116.     .call-soporte_linea {
  117.         right: 140px;
  118.         bottom: 205px;
  119.     }
  120.     .call_text {
  121.         font-size: 14px;
  122.         font-weight: 400;
  123.         color: #042A44;
  124.     }
  125.     .callLoLlamamos {
  126.         height: 40px;
  127.         width: 18%;
  128.         border-radius: 6px;
  129.         font-weight: bold;
  130.         font-size: 14px;
  131.         color: #FFFFFF;
  132.         border: none;
  133.         cursor: pointer;
  134.     }
  135.     /* Wrong Modal */
  136.     .wrong-modal {
  137.         position: fixed;
  138.         background: #00000007;
  139.         z-index: 1000;
  140.         width: 100%;
  141.         height: 100%;
  142.         top: 0;
  143.         left: 0;
  144.         display: flex;
  145.         justify-content: center;
  146.         align-items: center;
  147.     }
  148.     .form-input {
  149.         position: absolute;
  150.         left: 0;
  151.         top: 0;
  152.         right: 0;
  153.         bottom: 0;
  154.         width: auto;
  155.         height: 100%;
  156.         border-color: #c4c4c4;
  157.         border-width: 1px;
  158.         border-radius: 6px;
  159.         font-size: 14px;
  160.         color: #717171;
  161.         font-weight: normal;
  162.         padding: 0 14px;
  163.         background: #fcfdff;
  164.     }
  165.     .form-input_label {
  166.         font-size: 14px;
  167.         color: #717171;
  168.         font-weight: normal;
  169.         position: absolute;
  170.         background: #fcfdff;
  171.         line-height: 16px;
  172.         left: 6%;
  173.         top: 50%;
  174.         padding: 0 4px;
  175.         z-index: 10;
  176.         transform: translate(-0%, -50%);
  177.         transition: all 0.4s;
  178.         -moz-block-height: 60px;
  179.     }
  180.     .form-input:is(:focus-visible, :hover, :focus, :active)~.form-input_label,
  181.     .form-group:hover .form-input_label {
  182.         color: #005CB9;
  183.     }
  184.     .form-input:is(:focus-visible, :hover, :focus, :active),
  185.     .form-group:hover .form-input {
  186.         outline-color: #005CB9;
  187.         outline-style: auto;
  188.         outline-width: 1px;
  189.         color: #005CB9;
  190.     }
  191.     .form-input:autofill,
  192.     .form-input:-internal-autofill-selected {
  193.         -webkit-box-shadow: 0 0 0 1000px #fcfdff inset;
  194.         box-shadow: 0 0 0 1000px #fcfdff inset;
  195.         -webkit-text-fill-color: #717171 !important;
  196.         -text-fill-color: #717171 !important;
  197.     }
  198.     .form-input:is(:focus-visible, :hover, :focus, :active).form-input:autofill {
  199.         -text-fill-color: #005CB9 !important;
  200.         -webkit-text-fill-color: #005CB9 !important;
  201.     }
  202.     .form-input:focus~.form-input_label {
  203.         top: 0;
  204.         left: 3%;
  205.         font-size: 12px;
  206.         font-weight: 500;
  207.     }
  208.     .form-input:not(:placeholder-shown, :focus)~.form-input_label {
  209.         top: 0;
  210.         left: 3%;
  211.         font-size: 12px;
  212.         font-weight: 500;
  213.     }
  214.     .modal-show {
  215.         height: auto;
  216.         width: 75%;
  217.         background: #FFFFFF;
  218.         padding: 2rem;
  219.         padding: 1rem;
  220.         text-align: center;
  221.         border-radius: 6px;
  222.     }
  223.     .title {
  224.         font-size: 34px;
  225.         font-weight: bold;
  226.         color: #042A44;
  227.     }
  228.     .loLlamamos_inputs {
  229.         display: flex;
  230.         justify-content: space-evenly;
  231.         padding-bottom: 30px;
  232.     }
  233.     .form-input_label {
  234.         font-size: 14px;
  235.         color: #717171;
  236.         font-weight: normal;
  237.         position: absolute;
  238.         background: #fcfdff;
  239.         line-height: 16px;
  240.         left: 6%;
  241.         top: 50%;
  242.         padding: 0 4px;
  243.         z-index: 10;
  244.         transform: translateY(-50%);
  245.         transition: all 0.4s;
  246.         -moz-block-height: 60px;
  247.     }
  248.     .gridComuniquese {
  249.         display: grid;
  250.         width: 20%;
  251.         margin-right: 10%;
  252.         text-align: left;
  253.     }
  254.     .gridComuniqueseData {
  255.         display: grid;
  256.         width: 30%;
  257.         text-align: right;
  258.     }
  259.     @media(min-width:650px) and(max-width:1200px) {
  260.         .gridComuniquese {
  261.             width: 30%;
  262.             margin-right: 30%;
  263.         }
  264.         .modal-show {
  265.             width: 75% !important;
  266.         }
  267.     }
  268.     @media(max-width:768px) {
  269.         .call-menu__icon {
  270.             background-color: white;
  271.             padding: 10px 7px;
  272.             border-radius: 50%;
  273.             margin-left: 8px;
  274.         }
  275.         .call-btn {
  276.             padding: 6px;
  277.             right: 9.5%;
  278.             bottom: 8%;
  279.         }
  280.         .call_bg {
  281.             right: 9.5%;
  282.             bottom: 11.5%;
  283.         }
  284.         .call_bg--open {
  285.             height: 450px;
  286.             width: 450px;
  287.             right: -125px;
  288.             bottom: -169px;
  289.         }
  290.         .call-menu--Item {
  291.             font-size: 12px;
  292.         }
  293.         .call-maps {
  294.             bottom: 151px;
  295.             right: 119px;
  296.         }
  297.         .call-video {
  298.             right: 85px;
  299.             bottom: 195px;
  300.         }
  301.         .call-menu-firsh {
  302.             right: 48px;
  303.             bottom: 225px;
  304.         }
  305.         .call-menu-phone {
  306.             right: 72px;
  307.             bottom: 9px;
  308.         }
  309.         .call-whatsapp {
  310.             right: 112px;
  311.             bottom: 60px;
  312.         }
  313.         .call-cotizacion {
  314.             right: 131px;
  315.             bottom: 106px;
  316.         }
  317.         .call_bg-dark__open {
  318.             position: fixed;
  319.             top: 0;
  320.             right: 0;
  321.             bottom: 0;
  322.             left: 0;
  323.             width: 100%;
  324.             background: rgba(34, 34, 34, 0.7);
  325.             z-index: 3;
  326.         }
  327.         .call-whatsapp .call-menu__icon {
  328.             padding: 10px 8px;
  329.         }
  330.         .call-video .call-menu__icon-video {
  331.             padding: 10px 8px;
  332.         }
  333.         .call-maps .call-menu__icon {
  334.             padding: 10px 8px;
  335.         }
  336.         .modal-show {
  337.             width: 85%;
  338.         }
  339.         .title {
  340.             font-size: 28px;
  341.         }
  342.         .loLlamamos_inputs {
  343.             flex-direction: column;
  344.         }
  345.         .form-group {
  346.             width: 100%;
  347.             margin-bottom: 15px;
  348.         }
  349.         .gridComuniquese {
  350.             width: 30%;
  351.             margin-right: 30%;
  352.         }
  353.         .gridComuniqueseData {
  354.             width: 40%;
  355.         }
  356.     }
  357.     @keyframes fadeinoutMenuCall {
  358.         0% {
  359.             opacity: 0;
  360.         }
  361.         100% {
  362.             opacity: 1;
  363.         }
  364.     }
  365.     @media(max-width:1200px) {
  366.         .call {
  367.             display: none;
  368.         }
  369.     }
  370.     @media(min-width:1023px) {
  371.         .modal-show {
  372.             width: 40%;
  373.         }
  374.     }
  375. </style>
  376. <div class="help-call-section">
  377.     <span id="miBoton" class="call-btn shadow-call">
  378.         <svg id="iconCall" xmlns="http://www.w3.org/2000/svg" width="22" height="20" fill="#042A44" viewbox="0 -2 20 20">
  379.             <path fill="#042A44" d="M4.167 16.667A1.67 1.67 0 0 0 5.836 15v-5a1.666 1.666 0 0 0-1.669-1.667V7.5a5.83 5.83 0 0 1 1.71-4.125 5.844 5.844 0 0 1 8.26 0A5.83 5.83 0 0 1 15.849 7.5v.833A1.67 1.67 0 0 0 14.18 10v5h-2.503a.835.835 0 0 0-.59 1.423.835.835 0 0 0 .59.244h4.171a4.175 4.175 0 0 0 4.072-3.315 4.162 4.162 0 0 0-2.403-4.665V7.5c0-1.99-.791-3.897-2.2-5.303a7.514 7.514 0 0 0-10.62 0A7.495 7.495 0 0 0 2.499 7.5v1.187a4.17 4.17 0 0 0-2.402 4.665 4.166 4.166 0 0 0 4.071 3.315Z"/>
  380.         </svg>
  381.         <span id="needHelp" class="call_text">¿Necesita ayuda?</span>
  382.     </span>
  383.     <div id="openCall" class="call_bg"></div>
  384.     <div id="callDarkOpen"></div>
  385.     <div id="callMenu" class="call-menu">
  386.         <div id="loLlamamos" class="call-menu--Item call-menu-firsh">
  387.             <button style="height: 25px;background: transparent; border:none; display: flex; align-items: center;">
  388.                 <span style="font-size: 12px; font-weight: 500; color:#042A44;cursor: pointer;">Lo llamamos</span>
  389.                 <span class="call-menu__icon" style="color: black !important;">
  390.                     <svg width="19" height="19" fill="none" xmlns="http://www.w3.org/2000/svg">
  391.                         <path d="M17.393 14.514c0 .285-.064.578-.198.863a3.27 3.27 0 0 1-.538.807 3.57 3.57 0 0 1-1.299.934c-.475.198-.99.301-1.544.301-.807 0-1.67-.19-2.58-.578-.91-.388-1.821-.91-2.724-1.567a22.763 22.763 0 0 1-2.596-2.217 22.491 22.491 0 0 1-2.21-2.589c-.648-.902-1.17-1.805-1.55-2.7-.38-.902-.57-1.765-.57-2.588 0-.538.094-1.053.284-1.528.19-.483.491-.926.91-1.322.507-.499 1.061-.744 1.647-.744.222 0 .444.047.641.142.206.095.388.238.53.444L7.435 4.76c.142.197.245.38.316.554.071.166.111.332.111.483 0 .19-.055.38-.166.562a2.693 2.693 0 0 1-.444.562l-.601.625a.424.424 0 0 0-.127.317c0 .063.008.119.024.182.024.063.047.11.063.158.143.262.388.602.736 1.014.357.411.737.83 1.148 1.25.428.42.84.808 1.26 1.164.41.348.751.586 1.02.729.04.015.088.04.143.063a.547.547 0 0 0 .198.032.436.436 0 0 0 .324-.135l.602-.594c.198-.198.388-.348.57-.443.182-.111.364-.166.562-.166.15 0 .309.031.483.102.174.072.356.175.554.31l2.62 1.86a1.2 1.2 0 0 1 .436.506c.08.198.127.396.127.618Z" stroke="#042A44" stroke="#ada2a2" strokewidth={1.188} strokemiterlimit={10}/>
  392.                         <path d="M14.646 7.126c0-.475-.373-1.203-.927-1.797-.506-.546-1.18-.974-1.844-.974M17.416 7.128a5.538 5.538 0 0 0-5.541-5.542" stroke="#042A44" stroke="#ada2a2" strokewidth={1.188} strokelinecap="round" strokelinejoin="round"/>
  393.                     </svg>
  394.                 </span>
  395.             </button>
  396.         </div>
  397.         <div class="call-menu--Item call-whatsapp">
  398.             <a id="wsp" style="height: 25px;display: flex; align-items: center; text-decoration: none;" target="_blank" rel="noopener noreferrer" href="#">
  399.                 <span style="font-size: 12px; font-weight: 500; color:#042A44;cursor: pointer;">Reserve por WhatsApp</span>
  400.                 <span class="call-menu__icon">
  401.                     <svg width="21" height="21" fill="none" xmlns="http://www.w3.org/2000/svg">
  402.                         <path d="M15.732 9.441v3.5c0 .228-.008.446-.034.656-.202 2.363-1.593 3.536-4.157 3.536h-.35a.705.705 0 0 0-.56.28l-1.05 1.4c-.463.62-1.216.62-1.68 0l-1.05-1.4a.808.808 0 0 0-.56-.28h-.35c-2.791 0-4.191-.692-4.191-4.192v-3.5c0-2.563 1.181-3.955 3.535-4.156.21-.026.429-.035.656-.035h5.6c2.791 0 4.191 1.4 4.191 4.191Z" stroke="#042A44" strokewidth={1.37} strokemiterlimit={10} strokelinecap="round" strokelinejoin="round"/>
  403.                         <path d="M19.233 5.941v3.5c0 2.573-1.182 3.955-3.536 4.156.027-.21.036-.428.036-.656v-3.5c0-2.791-1.4-4.191-4.192-4.191h-5.6c-.227 0-.446.009-.656.035.201-2.354 1.593-3.535 4.156-3.535h5.6c2.791 0 4.192 1.4 4.192 4.191Z" stroke="#042A44" strokewidth={1.37} strokemiterlimit={10} strokelinecap="round" strokelinejoin="round"/>
  404.                         <path d="M11.809 11.594h.007M8.746 11.594h.008M5.684 11.594h.007" stroke="#353535" strokewidth={1.826} strokelinecap="round" strokelinejoin="round"/>
  405.                     </svg>
  406.                 </span>
  407.             </a>
  408.         </div>
  409.         <div id="loLlamamos_soporte_linea" class="call-menu--Item call-soporte_linea">
  410.             <button style="height: 25px;background: transparent; border:none; display: flex; align-items: center;">
  411.                 <span style="font-size: 12px; font-weight: 500; color:#042A44;cursor: pointer;">Soporte compra en línea</span>
  412.                 <span class="call-menu__icon" style="color: black !important;">
  413.                     <svg width="19" height="19" fill="none" xmlns="http://www.w3.org/2000/svg">
  414.                         <path d="M17.393 14.514c0 .285-.064.578-.198.863a3.27 3.27 0 0 1-.538.807 3.57 3.57 0 0 1-1.299.934c-.475.198-.99.301-1.544.301-.807 0-1.67-.19-2.58-.578-.91-.388-1.821-.91-2.724-1.567a22.763 22.763 0 0 1-2.596-2.217 22.491 22.491 0 0 1-2.21-2.589c-.648-.902-1.17-1.805-1.55-2.7-.38-.902-.57-1.765-.57-2.588 0-.538.094-1.053.284-1.528.19-.483.491-.926.91-1.322.507-.499 1.061-.744 1.647-.744.222 0 .444.047.641.142.206.095.388.238.53.444L7.435 4.76c.142.197.245.38.316.554.071.166.111.332.111.483 0 .19-.055.38-.166.562a2.693 2.693 0 0 1-.444.562l-.601.625a.424.424 0 0 0-.127.317c0 .063.008.119.024.182.024.063.047.11.063.158.143.262.388.602.736 1.014.357.411.737.83 1.148 1.25.428.42.84.808 1.26 1.164.41.348.751.586 1.02.729.04.015.088.04.143.063a.547.547 0 0 0 .198.032.436.436 0 0 0 .324-.135l.602-.594c.198-.198.388-.348.57-.443.182-.111.364-.166.562-.166.15 0 .309.031.483.102.174.072.356.175.554.31l2.62 1.86a1.2 1.2 0 0 1 .436.506c.08.198.127.396.127.618Z" stroke="#042A44" stroke="#ada2a2" strokewidth={1.188} strokemiterlimit={10}/>
  415.                         <path d="M14.646 7.126c0-.475-.373-1.203-.927-1.797-.506-.546-1.18-.974-1.844-.974M17.416 7.128a5.538 5.538 0 0 0-5.541-5.542" stroke="#042A44" stroke="#ada2a2" strokewidth={1.188} strokelinecap="round" strokelinejoin="round"/>
  416.                     </svg>
  417.                 </span>
  418.             </button>
  419.         </div>
  420.         <div class="call-menu--Item call-video">
  421.             <a style="height: 25px;display: flex; align-items: center; text-decoration: none;" href="https://www.aviatur.com/contenidos/asesor-en-linea" target="_blank" rel="noopener noreferrer">
  422.                 <span style="font-size: 12px; font-weight: 500; color:#042A44;cursor: pointer;">Compre sus vacaciones</span>
  423.                 <span class="call-menu__icon call-menu__icon-video">
  424.                     <svg width="19" height="19" fill="none" xmlns="http://www.w3.org/2000/svg">
  425.                         <path d="M17.417 9.412v.704c0 2.819-.705 3.515-3.515 3.515H5.098c-2.81 0-3.515-.704-3.515-3.515V5.097c0-2.81.705-3.515 3.515-3.515h1.235M9.5 13.633v3.784M1.583 10.293h15.834M5.938 17.418h7.125" stroke="#042A44" strokewidth={1.188} strokelinecap="round" strokelinejoin="round"/>
  426.                         <path d="M14.139 7.42H10.37c-1.093 0-1.457-.728-1.457-1.456V3.177c0-.87.712-1.583 1.583-1.583h3.642c.807 0 1.457.649 1.457 1.456v2.914c0 .807-.65 1.456-1.457 1.456ZM16.554 6.269l-.958-.673V3.41l.958-.673c.475-.325.863-.127.863.451v2.636c0 .578-.388.776-.863.444Z" stroke="#042A44" strokewidth={1.188} strokelinecap="round" strokelinejoin="round"/>
  427.                     </svg>
  428.                 </span>
  429.             </a>
  430.         </div>
  431.         <div class="call-menu--Item call-maps">
  432.             <a style="height: 25px;display: flex; align-items: center; text-decoration: none;" href="https://www.aviatur.com/contenidos/sucursales-aviatur-en-bogota-y-colombia" target="_blank" rel="noopener noreferrer">
  433.                 <span style="font-size: 12px; font-weight: 500; color:#042A44;cursor: pointer;">Puntos de atención</span>
  434.                 <span class="call-menu__icon call-menu__icon-maps">
  435.                     <svg width="19" height="20" fill="none" xmlns="http://www.w3.org/2000/svg">
  436.                         <path d="M9.5 11.624a2.47 2.47 0 1 0 0-4.94 2.47 2.47 0 0 0 0 4.94Z" stroke="#042A44" strokewidth="{1.5}"></path>
  437.                         <path d="M2.866 7.712C4.426.856 14.583.864 16.134 7.72c.91 4.022-1.591 7.426-3.784 9.532a4.111 4.111 0 0 1-5.708 0c-2.185-2.106-4.687-5.518-3.776-9.54Z" stroke="#042A44" strokewidth="{1.5}"></path>
  438.                     </svg>
  439.                 </span>
  440.             </a>
  441.         </div>
  442.         <div class="call-menu--Item call-cotizacion">
  443.             <a style="height: 25px;display: flex; align-items: center; text-decoration: none;" href="https://www.aviatur.com/formularios/cotizacion" target="_blank" rel="noopener noreferrer">
  444.                 <span style="font-size: 12px; font-weight: 500; color:#042A44;cursor: pointer;">Solicite su cotización</span>
  445.                 <span class="call-menu__icon call-menu__icon-maps">
  446.                     <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none">
  447.                         <path stroke="#042A44" strokelinecap="round" strokelinejoin="round" strokewidth={1.5} d="m18.05 8.701-.816 3.484c-.7 3.008-2.084 4.225-4.684 3.975a8.752 8.752 0 0 1-1.35-.225L9.8 15.6c-3.475-.825-4.55-2.541-3.733-6.025l.817-3.491c.166-.709.366-1.325.616-1.834.975-2.016 2.634-2.558 5.417-1.9l1.392.325c3.492.817 4.558 2.542 3.742 6.025Z"/>
  448.                         <path stroke="#042A44" strokelinecap="round" strokelinejoin="round" strokewidth={1.5} d="M12.55 16.158c-.516.35-1.166.642-1.958.9l-1.317.434c-3.308 1.066-5.05.175-6.125-3.134l-1.066-3.291C1.017 7.758 1.9 6.008 5.209 4.942l1.316-.434c.342-.108.667-.2.975-.258-.25.508-.45 1.125-.616 1.833l-.817 3.492c-.817 3.483.258 5.2 3.733 6.025l1.4.333c.484.117.934.192 1.35.225ZM10.533 7.11l4.042 1.024M9.717 10.332l2.416.617"/>
  449.                     </svg>
  450.                 </span>
  451.             </a>
  452.         </div>
  453.         {# <div class="call-menu--Item call-whatsapp">
  454.                                 <a id="wsp" style="height: 25px;display: flex; align-items: center; text-decoration: none;" target="_blank" rel="noopener noreferrer" href="#">
  455.                                     <span style="font-size: 12px; font-weight: 500; color:#042A44;cursor: pointer;">Reserve por WhatsApp</span>
  456.                                     <span class="call-menu__icon">
  457.                                         <svg width="21" height="21" fill="none" xmlns="http://www.w3.org/2000/svg">
  458.                                             <path d="M15.732 9.441v3.5c0 .228-.008.446-.034.656-.202 2.363-1.593 3.536-4.157 3.536h-.35a.705.705 0 0 0-.56.28l-1.05 1.4c-.463.62-1.216.62-1.68 0l-1.05-1.4a.808.808 0 0 0-.56-.28h-.35c-2.791 0-4.191-.692-4.191-4.192v-3.5c0-2.563 1.181-3.955 3.535-4.156.21-.026.429-.035.656-.035h5.6c2.791 0 4.191 1.4 4.191 4.191Z" stroke="#042A44" strokewidth={1.37} strokemiterlimit={10} strokelinecap="round" strokelinejoin="round"/>
  459.                                             <path d="M19.233 5.941v3.5c0 2.573-1.182 3.955-3.536 4.156.027-.21.036-.428.036-.656v-3.5c0-2.791-1.4-4.191-4.192-4.191h-5.6c-.227 0-.446.009-.656.035.201-2.354 1.593-3.535 4.156-3.535h5.6c2.791 0 4.192 1.4 4.192 4.191Z" stroke="#042A44" strokewidth={1.37} strokemiterlimit={10} strokelinecap="round" strokelinejoin="round"/>
  460.                                             <path d="M11.809 11.594h.007M8.746 11.594h.008M5.684 11.594h.007" stroke="#353535" strokewidth={1.826} strokelinecap="round" strokelinejoin="round"/>
  461.                                         </svg>
  462.                                     </span>
  463.                                 </a>
  464.                             </div> #}
  465.         <div class="call-menu--Item call-menu-phone">
  466.             <button id="comuniquese" style="height: 45px;background: transparent; border:none; display: flex; align-items: center;">
  467.                 <span style="font-size: 12px; font-weight: 500; color:#042A44;cursor: pointer;">Comuníquese con nosotros</span>
  468.                 <span class="call-menu__icon">
  469.                     <svg width="20" height="21" fill="none" xmlns="http://www.w3.org/2000/svg">
  470.                         <path d="M18.308 16.265c0 .3-.066.608-.208.908-.142.3-.325.583-.567.85-.408.45-.858.775-1.366.983-.5.209-1.042.317-1.625.317-.85 0-1.758-.2-2.717-.608a14.634 14.634 0 0 1-2.866-1.65 23.961 23.961 0 0 1-2.734-2.334A23.682 23.682 0 0 1 3.9 12.006c-.683-.95-1.233-1.9-1.633-2.841-.4-.95-.6-1.859-.6-2.725 0-.567.1-1.109.3-1.609.2-.508.517-.975.958-1.391.534-.525 1.117-.784 1.734-.784.233 0 .466.05.675.15.216.1.408.25.558.467l1.933 2.725c.15.208.259.4.334.583.075.175.116.35.116.509 0 .2-.058.4-.175.591a2.834 2.834 0 0 1-.466.592L7 8.93a.446.446 0 0 0-.133.334c0 .066.008.125.025.191.025.067.05.117.067.167.15.275.408.633.775 1.067.375.433.775.875 1.208 1.316.45.442.883.85 1.325 1.225.433.367.792.617 1.075.767.041.017.091.042.15.067a.575.575 0 0 0 .208.033c.142 0 .25-.05.342-.142l.633-.625c.208-.208.409-.366.6-.466a1.11 1.11 0 0 1 .592-.175c.158 0 .325.033.508.108.184.075.375.183.584.325l2.758 1.958c.216.15.367.325.458.534.084.208.133.416.133.65Z" stroke="#042A44" strokewidth={1.25} strokemiterlimit={10}/>
  471.                         <path d="M13.5 7.488h4m-4 0v-4 4Z" stroke="#042A44" strokewidth={1.25} strokelinecap="round" strokelinejoin="round"/>
  472.                     </svg>
  473.                 </span>
  474.             </button>
  475.         </div>
  476.         {% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/App/modalCall.html.twig') %}
  477.         {# {% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/App/modalResultCall.html.twig') %} #}
  478.         {% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/App/modalComuniquese.html.twig') %}
  479.     </div>
  480. </div>