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

Open in your IDE?
  1. <div id="showComuniquese" class="wrong-modal" style="display: none;">
  2.     <div class="modal-show">
  3.         <button id="closeModalComuniquese" style="color:#005CB9; padding-left: 98%; border: none; background: transparent; font-size: 16px; cursor: pointer;">✖</button>
  4.         <div style="text-align: center">
  5.             <h3 class="title">Comuníquese con nosotros</h3>
  6.             <div style="display: flex; justify-content: center;">
  7.                 <div class="gridComuniquese">
  8.                     <span style="padding-top: 30px; padding-bottom: 10px; font-size: 14px; font-weight: 600">Ventas
  9.                                                                                                                                 y soporte</span>
  10.                     <span style="padding-top: 22px; padding-bottom: 10px; font-size: 14px; font-weight: 600">Bogotá</span>
  11.                     <span style="padding-top: 26px; padding-bottom: 10px; font-size: 14px; font-weight: 600">Whatsapp</span>
  12.                     <span style="padding-top: 10px; padding-bottom: 10px; font-size: 14px; font-weight: 600">Otros
  13.                                                                                                                                 paises</span>
  14.                 </div>
  15.                 <div class="gridComuniqueseData">
  16.                     <span style="padding-top: 30px; padding-bottom: 10px; font-size: 14px;">018000911555</span>
  17.                     <span style="padding-top: 10px; padding-bottom: 10px; font-size: 14px;">+57 (601) 3821616
  18.                         <br/>
  19.                         +57 (601) 3817111<br/>
  20.                         +57 (601) 5876111<br/>
  21.                         +57 (601) 5875255<br/>
  22.                         +57 (601) 2865555<br/>
  23.                         +57 (601) 5875286 
  24.                         </span></span>
  25.                     <span style="padding-top: 10px; padding-bottom: 10px; font-size: 14px;">+5713821616</span>
  26.                     <span style="padding-top: 10px; padding-bottom: 10px; font-size: 14px;">019003312222</span>
  27.                 </div>
  28.             </div>
  29.         </div>
  30.     </div>
  31. </div>