/**********************************************************************************************************************
 Header Widget
 v1.0.2

 Code by: Mario A. Martínez Latorre
 2023 copyright VÓRTICE 3D S.L.
**********************************************************************************************************************/

.towbox .header{-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#000;color:white;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1%;width:100%}.towbox .header_logo{cursor:pointer}@media only screen and (orientation:portrait){.towbox .header_logo{width:80%}}@media only screen and (orientation:landscape){.towbox .header_logo{width:94%}}.towbox .header_logo img{margin:0 auto;width:20%}@media only screen and (orientation:portrait){.towbox .header_logo img{width:20%}}@media only screen and (orientation:landscape){.towbox .header_logo img{max-width:150px;width:15%}}.towbox .header_slot{border-radius:50%;cursor:pointer}@media only screen and (orientation:portrait){.towbox .header_slot{width:5%}}@media only screen and (orientation:landscape){.towbox .header_slot{max-width:32px;width:3%}}.towbox .header_slot:hover{background-color:#515151}.towbox .header_slot img{height:100%;width:100%}