<style>
/******* Call *******/
.call-btn {
position: fixed;
background-color: #FFFFFF;
box-shadow: 0 1px 12.2px 1px rgba(0, 0, 0, 0.1);
z-index: 102;
padding: 10px;
right: 2.5%;
bottom: 5%;
border-radius: 50px;
cursor: pointer;
transition: all ease 0.2s;
display: flex;
align-items: center;
gap: 0.5rem;
}
.call_bg {
z-index: 101;
transition: all ease 0.4s;
transform-origin: center;
width: 1px;
height: 1px;
border-radius: 50%;
position: fixed;
right: 4.5%;
bottom: 8.5%;
background-color: rgb(255, 255, 255);
box-shadow: 0 3px 4px 0 rgb(94 94 94 / 70%);
overflow: hidden;
}
.call_bg--open {
height: 500px;
width: 500px;
right: -140px;
bottom: -150px;
}
.call-btn--close {
font-size: 28px;
color: white;
font-weight: bold;
display: flex;
padding: 2px;
}
.call-btn--close_active {
transform: rotate(360deg);
border: 2px solid #042A44;
padding: 4px 1px !important;
bottom: 13%;
}
.call-menu {
position: fixed;
right: 8%;
bottom: 3%;
z-index: 101;
display: none;
opacity: 0;
animation: fadeinoutMenuCall 1s linear forwards;
}
.call-menu--active {
display: block;
opacity: 1;
animation: fadeinoutMenuCall 1s linear forwards;
}
.call-menu--Item {
position: fixed;
display: flex;
justify-content: flex-start;
align-items: center;
}
.call-menu--Item svg {
display: inherit;
}
.call-menu__icon {
background-color: white;
padding: 8px;
border-radius: 50%;
margin-left: 8px;
}
.call-whatsapp .call-menu__icon {
padding: 8px;
}
.call-video .call-menu__icon-video {
padding: 8px;
}
.call-maps .call-menu__icon {
padding: 8px;
}
.call-soporte_linea .call-menu__icon {
padding: 8px;
}
.call-menu-firsh {
right: 60px;
bottom: 293px;
}
.call-menu-phone {
right: 60px;
bottom: 16px;
}
.call-whatsapp {
right: 110px;
bottom: 250px;
}
.call-cotizacion {
right: 110px;
bottom: 65px;
}
.call-video {
right: 155px;
bottom: 158px;
}
.call-maps {
right: 140px;
bottom: 110px;
}
.call-soporte_linea {
right: 140px;
bottom: 205px;
}
.call_text {
font-size: 14px;
font-weight: 400;
color: #042A44;
}
.callLoLlamamos {
height: 40px;
width: 18%;
border-radius: 6px;
font-weight: bold;
font-size: 14px;
color: #FFFFFF;
border: none;
cursor: pointer;
}
/* Wrong Modal */
.wrong-modal {
position: fixed;
background: #00000007;
z-index: 1000;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
}
.form-input {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: auto;
height: 100%;
border-color: #c4c4c4;
border-width: 1px;
border-radius: 6px;
font-size: 14px;
color: #717171;
font-weight: normal;
padding: 0 14px;
background: #fcfdff;
}
.form-input_label {
font-size: 14px;
color: #717171;
font-weight: normal;
position: absolute;
background: #fcfdff;
line-height: 16px;
left: 6%;
top: 50%;
padding: 0 4px;
z-index: 10;
transform: translate(-0%, -50%);
transition: all 0.4s;
-moz-block-height: 60px;
}
.form-input:is(:focus-visible, :hover, :focus, :active)~.form-input_label,
.form-group:hover .form-input_label {
color: #005CB9;
}
.form-input:is(:focus-visible, :hover, :focus, :active),
.form-group:hover .form-input {
outline-color: #005CB9;
outline-style: auto;
outline-width: 1px;
color: #005CB9;
}
.form-input:autofill,
.form-input:-internal-autofill-selected {
-webkit-box-shadow: 0 0 0 1000px #fcfdff inset;
box-shadow: 0 0 0 1000px #fcfdff inset;
-webkit-text-fill-color: #717171 !important;
-text-fill-color: #717171 !important;
}
.form-input:is(:focus-visible, :hover, :focus, :active).form-input:autofill {
-text-fill-color: #005CB9 !important;
-webkit-text-fill-color: #005CB9 !important;
}
.form-input:focus~.form-input_label {
top: 0;
left: 3%;
font-size: 12px;
font-weight: 500;
}
.form-input:not(:placeholder-shown, :focus)~.form-input_label {
top: 0;
left: 3%;
font-size: 12px;
font-weight: 500;
}
.modal-show {
height: auto;
width: 75%;
background: #FFFFFF;
padding: 2rem;
padding: 1rem;
text-align: center;
border-radius: 6px;
}
.title {
font-size: 34px;
font-weight: bold;
color: #042A44;
}
.loLlamamos_inputs {
display: flex;
justify-content: space-evenly;
padding-bottom: 30px;
}
.form-input_label {
font-size: 14px;
color: #717171;
font-weight: normal;
position: absolute;
background: #fcfdff;
line-height: 16px;
left: 6%;
top: 50%;
padding: 0 4px;
z-index: 10;
transform: translateY(-50%);
transition: all 0.4s;
-moz-block-height: 60px;
}
.gridComuniquese {
display: grid;
width: 20%;
margin-right: 10%;
text-align: left;
}
.gridComuniqueseData {
display: grid;
width: 30%;
text-align: right;
}
@media(min-width:650px) and(max-width:1200px) {
.gridComuniquese {
width: 30%;
margin-right: 30%;
}
.modal-show {
width: 75% !important;
}
}
@media(max-width:768px) {
.call-menu__icon {
background-color: white;
padding: 10px 7px;
border-radius: 50%;
margin-left: 8px;
}
.call-btn {
padding: 6px;
right: 9.5%;
bottom: 8%;
}
.call_bg {
right: 9.5%;
bottom: 11.5%;
}
.call_bg--open {
height: 450px;
width: 450px;
right: -125px;
bottom: -169px;
}
.call-menu--Item {
font-size: 12px;
}
.call-maps {
bottom: 151px;
right: 119px;
}
.call-video {
right: 85px;
bottom: 195px;
}
.call-menu-firsh {
right: 48px;
bottom: 225px;
}
.call-menu-phone {
right: 72px;
bottom: 9px;
}
.call-whatsapp {
right: 112px;
bottom: 60px;
}
.call-cotizacion {
right: 131px;
bottom: 106px;
}
.call_bg-dark__open {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
background: rgba(34, 34, 34, 0.7);
z-index: 3;
}
.call-whatsapp .call-menu__icon {
padding: 10px 8px;
}
.call-video .call-menu__icon-video {
padding: 10px 8px;
}
.call-maps .call-menu__icon {
padding: 10px 8px;
}
.modal-show {
width: 85%;
}
.title {
font-size: 28px;
}
.loLlamamos_inputs {
flex-direction: column;
}
.form-group {
width: 100%;
margin-bottom: 15px;
}
.gridComuniquese {
width: 30%;
margin-right: 30%;
}
.gridComuniqueseData {
width: 40%;
}
}
@keyframes fadeinoutMenuCall {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@media(max-width:1200px) {
.call {
display: none;
}
}
@media(min-width:1023px) {
.modal-show {
width: 40%;
}
}
</style>
<div class="help-call-section">
<span id="miBoton" class="call-btn shadow-call">
<svg id="iconCall" xmlns="http://www.w3.org/2000/svg" width="22" height="20" fill="#042A44" viewbox="0 -2 20 20">
<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"/>
</svg>
<span id="needHelp" class="call_text">¿Necesita ayuda?</span>
</span>
<div id="openCall" class="call_bg"></div>
<div id="callDarkOpen"></div>
<div id="callMenu" class="call-menu">
<div id="loLlamamos" class="call-menu--Item call-menu-firsh">
<button style="height: 25px;background: transparent; border:none; display: flex; align-items: center;">
<span style="font-size: 12px; font-weight: 500; color:#042A44;cursor: pointer;">Lo llamamos</span>
<span class="call-menu__icon" style="color: black !important;">
<svg width="19" height="19" fill="none" xmlns="http://www.w3.org/2000/svg">
<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}/>
<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"/>
</svg>
</span>
</button>
</div>
<div class="call-menu--Item call-whatsapp">
<a id="wsp" style="height: 25px;display: flex; align-items: center; text-decoration: none;" target="_blank" rel="noopener noreferrer" href="#">
<span style="font-size: 12px; font-weight: 500; color:#042A44;cursor: pointer;">Reserve por WhatsApp</span>
<span class="call-menu__icon">
<svg width="21" height="21" fill="none" xmlns="http://www.w3.org/2000/svg">
<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"/>
<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"/>
<path d="M11.809 11.594h.007M8.746 11.594h.008M5.684 11.594h.007" stroke="#353535" strokewidth={1.826} strokelinecap="round" strokelinejoin="round"/>
</svg>
</span>
</a>
</div>
<div id="loLlamamos_soporte_linea" class="call-menu--Item call-soporte_linea">
<button style="height: 25px;background: transparent; border:none; display: flex; align-items: center;">
<span style="font-size: 12px; font-weight: 500; color:#042A44;cursor: pointer;">Soporte compra en línea</span>
<span class="call-menu__icon" style="color: black !important;">
<svg width="19" height="19" fill="none" xmlns="http://www.w3.org/2000/svg">
<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}/>
<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"/>
</svg>
</span>
</button>
</div>
<div class="call-menu--Item call-video">
<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">
<span style="font-size: 12px; font-weight: 500; color:#042A44;cursor: pointer;">Compre sus vacaciones</span>
<span class="call-menu__icon call-menu__icon-video">
<svg width="19" height="19" fill="none" xmlns="http://www.w3.org/2000/svg">
<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"/>
<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"/>
</svg>
</span>
</a>
</div>
<div class="call-menu--Item call-maps">
<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">
<span style="font-size: 12px; font-weight: 500; color:#042A44;cursor: pointer;">Puntos de atención</span>
<span class="call-menu__icon call-menu__icon-maps">
<svg width="19" height="20" fill="none" xmlns="http://www.w3.org/2000/svg">
<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>
<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>
</svg>
</span>
</a>
</div>
<div class="call-menu--Item call-cotizacion">
<a style="height: 25px;display: flex; align-items: center; text-decoration: none;" href="https://www.aviatur.com/formularios/cotizacion" target="_blank" rel="noopener noreferrer">
<span style="font-size: 12px; font-weight: 500; color:#042A44;cursor: pointer;">Solicite su cotización</span>
<span class="call-menu__icon call-menu__icon-maps">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none">
<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"/>
<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"/>
</svg>
</span>
</a>
</div>
{# <div class="call-menu--Item call-whatsapp">
<a id="wsp" style="height: 25px;display: flex; align-items: center; text-decoration: none;" target="_blank" rel="noopener noreferrer" href="#">
<span style="font-size: 12px; font-weight: 500; color:#042A44;cursor: pointer;">Reserve por WhatsApp</span>
<span class="call-menu__icon">
<svg width="21" height="21" fill="none" xmlns="http://www.w3.org/2000/svg">
<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"/>
<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"/>
<path d="M11.809 11.594h.007M8.746 11.594h.008M5.684 11.594h.007" stroke="#353535" strokewidth={1.826} strokelinecap="round" strokelinejoin="round"/>
</svg>
</span>
</a>
</div> #}
<div class="call-menu--Item call-menu-phone">
<button id="comuniquese" style="height: 45px;background: transparent; border:none; display: flex; align-items: center;">
<span style="font-size: 12px; font-weight: 500; color:#042A44;cursor: pointer;">Comuníquese con nosotros</span>
<span class="call-menu__icon">
<svg width="20" height="21" fill="none" xmlns="http://www.w3.org/2000/svg">
<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}/>
<path d="M13.5 7.488h4m-4 0v-4 4Z" stroke="#042A44" strokewidth={1.25} strokelinecap="round" strokelinejoin="round"/>
</svg>
</span>
</button>
</div>
{% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/App/modalCall.html.twig') %}
{# {% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/App/modalResultCall.html.twig') %} #}
{% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/App/modalComuniquese.html.twig') %}
</div>
</div>