/**********************************************************************************************************************
 Estilos CSS para diálogo modal "helper"
 v1.0.3

 Code by: Mario A. Martínez Latorre
 2025 copyright VÓRTICE 3D S.L.
**********************************************************************************************************************/

 .towbox .helper{align-content:center;align-items:center;display:none;flex-direction:column;height:100%;justify-content:space-between;padding:5%;position:absolute;width:100%}.towbox .helper_content{align-content:center;align-items:center;flex-direction:column;justify-content:center;margin-top:auto}.towbox .helper_header{color:#df5c16;text-align:center}@media only screen and (orientation:portrait){.towbox .helper_header{font-size:4vw;margin-bottom:10%}}@media only screen and (orientation:landscape){.towbox .helper_header{font-size:2.6vw;margin-bottom:5%}}.towbox .helper_hero{height:auto;margin:0 auto;margin-bottom:3%}@media only screen and (orientation:portrait){.towbox .helper_hero{width:80%}}@media only screen and (orientation:landscape){.towbox .helper_hero{width:33%}}.towbox .helper_tip{padding:2%;text-align:center}@media only screen and (orientation:portrait){.towbox .helper_tip{font-size:3vw}}@media only screen and (orientation:landscape){.towbox .helper_tip{font-size:2vw}}.towbox .helper_footer{align-content:center;align-items:center;align-self:flex-end;display:flex;flex-direction:row;justify-content:space-between;margin-top:auto;width:100%}.towbox .helper_slot{width:15%}.towbox .helper_exit{background-color:transparent;border:0;border-radius:5px;color:#df5c16;cursor:pointer;font-weight:bold;padding:4% 26%}@media only screen and (orientation:portrait){.towbox .helper_exit{font-size:3.5vw}}@media only screen and (orientation:landscape){.towbox .helper_exit{font-size:2vw}}.towbox .helper_dots{align-content:center;align-items:center;display:flex;flex-direction:row;justify-content:center;margin:0 auto;width:60%}.towbox .helper_dot{background-color:#515151;border-radius:50%;cursor:pointer;display:inline-block}@media only screen and (orientation:portrait){.towbox .helper_dot{height:2.5vw;margin-right:5vw;width:2.5vw}}@media only screen and (orientation:landscape){.towbox .helper_dot{height:1vw;margin-right:3vw;width:1vw}}.towbox .helper_dot:last-child{margin-right:0}.towbox .helper_dot:hover{background-color:#df5c16}.towbox .helper_dot-checked{background-color:#df5c16}.towbox .helper_nav{background-color:#515151;border:0;border-radius:50%;cursor:pointer;position:absolute;top:50%}@media only screen and (orientation:portrait){.towbox .helper_nav{height:6vw;padding:1vw;width:6vw}}@media only screen and (orientation:landscape){.towbox .helper_nav{height:3vw;padding:.5vw;width:3vw}}.towbox .helper_nav:hover{background-color:#df5c16}.towbox .helper_nav-prev{left:2%}.towbox .helper_nav-next{right:2%}.towbox .helper_nav img{height:100%;width:100%}