header {
  	background-color: #1b0088;
  	width: 100%;
  	height: auto;
  }
  @media (min-width: 768px) {

    header {
    	background-color: transparent;
    }

  }

  	header .header-container {
  		width: auto;
  		height: auto;
  		overflow: hidden;
  	}
    @media (min-width: 768px) {
      header .header-container {
        padding: 0;
      }
    }
  	header .header-container .header-navigation-section {
  		float: right;
  	}
  	@media (min-width: 768px) {

  		header .header-container .header-navigation-section {
        float: none;
  			background-color: #1b0088;
        width: 100%;
        height: auto;
        overflow: hidden;
      }
  	}
  		header .header-container ul.header-logos {
  			margin: 0;
				padding: 0;
  			list-style-type: none;
  		}
  			header .header-container ul.header-logos li {
  				display: inline-block;
  			}
  				header .header-container ul.header-logos li + li {
  					margin-left: 24px;
  				}
            header .header-container img.header-logo-latam {
              width: 114px;
              height: 36px;
            }
            header .header-container img.header-logo-ow {
              width: 20px;
              height: 20px;
            }
  			@media (min-width: 768px) {

  			header .header-container ul.header-logos {
          width: 940px;
  				height: auto;
  				margin: 0 auto;
          padding: 15px 20px;
          list-style-type: none;
        }
    			header .header-container ul.header-logos li {
    				display: inline-block;
    			}
  				header .header-container ul.header-logos li + li {
  					margin-left: 24px;
  				}
            header .header-container img.header-logo-latam {
              width: 150px;
              height: 48px;
            }
            header .header-container img.header-logo-ow {
              width: 28px;
              height: 28px;
            }
  			}
  				header .header-container .header-navigation-section a,
  				header .header-container .header-navigation-section a.header-menu-button {
  					display: block;
  				}
  				@media (min-width: 768px) {
  					header .header-container .header-navigation-section a.header-menu-button {
  						display: none;
  					}
  				}
  				header .header-container .header-navigation-section a.header-menu-button:focus {
  					outline: 2px solid #b8b8b8;
  				}

  	header .header-container .header-menu-overlay {
  		position: fixed;
  		top: 0;
  		bottom: 0;
  		left: 0;
  		z-index: 2;
  		width: 100%;
			height: 100%;
  		background-color: rgba(0,0,0,0.8)
  	}
  	header .header-container nav.header-menu-navigation {
  		display: none;
  		position: fixed;
  		top: 0;
  		bottom: 0;
  		right: 0;
  		z-index: 3;
  		width: 90%;
  		height: 100%;
  		overflow-y: scroll;
  		background-color: #ffffff;
  		transition right 0.2s ease-in-out;
  		--webkit-transition right 0.2s ease-in-out;
  		--moz-transition right 0.2s ease-in-out;
  		--ms-transition right 0.2s ease-in-out;
  	}
  	@media (min-width: 768px) {

  		header .header-container nav.header-menu-navigation {
  			display: block;
        position: static;
  			width: 100%;
  			height: auto;
  			overflow: hidden;
  			padding: 6px 20px;
  			margin: 0 auto;
  			background-color: transparent;
  		}
  	}
  	header .header-container nav.header-menu-navigation.active {
  		display: block;
  	}
  		header .header-container nav.header-menu-navigation ul {
  			width: 100%;
  			height: auto;
  			padding: 20px 0;
  			margin: 0;
  			list-style-type: none;
  		}
  		@media (min-width: 768px) {
  			header .header-container nav.header-menu-navigation ul {
  				float: right;
				width: auto;
  				padding: 0;
				margin-right: 30px;
  			}
  		}
  		header .header-container nav.header-menu-navigation ul.header-menu-list li {
  			float: none;
  			width: calc(100% - 40px);
  			height: auto;
  			min-height: 24px;
  			padding: 10px 20px;
  			margin: 0;
  		}
		/*
  		header .header-container nav.header-menu-navigation ul.header-menu-list li:first-child {
  			border-bottom: 2px solid #999999;
  		}
		*/
  		header .header-container nav.header-menu-navigation ul.header-menu-list li:only-child {
  			border: none;
  		}
  		@media (min-width: 768px) {

  			header .header-container nav.header-menu-navigation ul.header-menu-list li {
  				float: left;
  				width: auto;
  				height: auto;
  				padding: 0;
				}
			/*
  			header .header-container nav.header-menu-navigation ul.header-menu-list li:first-child {
  				float: right;
  				margin-left: 30px;
  				border: none;
  			}
			*/
  		}
  		header .header-container nav.header-menu-navigation ul.header-menu-list li a,
  		header .header-container nav.header-menu-navigation ul.header-menu-list li a span {
  			display: inline-block;
  			font-family: 'Latam Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
  			font-size: 16px;
  			font-weight: normal;
  			line-height: 100%;
  			color: #303030;
  			text-decoration: none;
  			vertical-align: middle;
  		}
  		@media (min-width: 768px) {
				header .header-container nav.header-menu-navigation ul.header-menu-list li a,
				header .header-container nav.header-menu-navigation ul.header-menu-list li a span {
					font-size: 14px;
					color: #b8b8b8;
				}
        header .header-container nav.header-menu-navigation ul.header-menu-list li a:hover span,
        header .header-container nav.header-menu-navigation ul.header-menu-list li a:focus span {
          text-decoration: underline;
        }
        header .header-container nav.header-menu-navigation ul.header-menu-list li a:focus {
          outline-color: #b8b8b8!important;
        }
  		}
  		header .header-container nav.header-menu-navigation ul.header-menu-list li a span.header-menu-helpicon {
  			background: url(//p6.zdassets.com/hc/theme_assets/761341/200125368/icon-helpcenter.svg) no-repeat;
  			display: inline-block;
  			width: 24px;
  			height: 24px;
  			margin-right: 10px;
  		}
  		@media (min-width: 768px) {

  				header .header-container nav.header-menu-navigation ul.header-menu-list li a span.header-menu-helpicon {
  					display: none;
  				}
  		}
  		header .header-container nav.header-menu-navigation ul.header-menu-list li a#appHeader_countrySelectorLink {
  			width: 100%;
  		}
    		header .header-container nav.header-menu-navigation ul.header-menu-list li a#appHeader_countrySelectorLink span#country {
    			width: auto;
    			text-transform: uppercase;
    		}
  			header .header-container nav.header-menu-navigation ul.header-menu-list li a#appHeader_countrySelectorLink span.header-menu-caret {
  				float: right;
  				width: auto;
					font-family: 'iconos-latam';
  				font-size: 16px;
  				color: #666666;
  			}
  			@media (min-width: 768px) {

  				header .header-container nav.header-menu-navigation ul.header-menu-list li a#appHeader_countrySelectorLink span.header-menu-caret {
  					color: #b8b8b8;
  					font-size: 12px;
  					margin-left: 5px;
  					padding: 1px 0 0 0;
  				}
  			}
  			header .header-container nav.header-menu-navigation ul.header-menu-list li a#appHeader_countrySelectorLink span.header-menu-caret:after {
  				content: "\e601";
  			}
  			header .header-container nav.header-menu-navigation .header-menu-countryselector-mobile {
  				background-color: #f0f1f0;
  			}

  @media (min-width: 960px) {

  		header .header-container nav.header-menu-navigation .header-menu-countryselector-mobile {
  				position: fixed;
  				top: 36px;
  				left: 50%;
  				margin-left: -480px;
  				width: 930px;
  				padding: 20px 15px;
  				border: 1px solid #f3f3f2;
  				border-radius: 0 0 1px 1px;
  				background: #f0f1f0;
  				box-shadow: 0 1px 1.68px 1.32px rgba(0, 2, 0, 0.5);
  		}
  			header .header-container nav.header-menu-navigation .header-menu-countryselector-mobile div.country-selector-block {
					display: inline-block;
  				width: 23%;
  				padding-left: 10px;
  				padding-right: 10px;
  				vertical-align: top;
  			}
  			header .header-container nav.header-menu-navigation .header-menu-countryselector-mobile div.country-selector-block:first-child {
  				padding-left: 0;
  			}
  			header .header-container nav.header-menu-navigation .header-menu-countryselector-mobile div.country-selector-block:last-child {
  				padding-right: 0;
  			}
  }
  			header .header-container nav.header-menu-navigation .header-menu-countryselector-mobile ul.country-selector-list {
  				padding: 0;
  			}
  			@media (min-width: 960px) {
  				header .header-container nav.header-menu-navigation .header-menu-countryselector-mobile ul.country-selector-list {
  					float: left;
  					padding: 0;
  					overflow: visible;
  				}
    				header .header-container nav.header-menu-navigation .header-menu-countryselector-mobile ul.country-selector-list li,
    				header .header-container nav.header-menu-navigation .header-menu-countryselector-mobile ul.country-selector-list li:first-child {
    					float: none;
    					padding: 10px 0 0 0;
    				}
    				header .header-container nav.header-menu-navigation .header-menu-countryselector-mobile ul.country-selector-list li:first-child {
    					margin-left: 0;
    					margin-top: 0;
    					padding: 0;
    				}
  			}

  				header .header-container nav.header-menu-navigation .header-menu-countryselector-mobile ul.country-selector-list li {
  					border: none;
  					min-height: auto;
  					margin-top: 0;
 					}
  					header .header-container nav.header-menu-navigation .header-menu-countryselector-mobile ul.country-selector-list li h3 {
  						font-family: 'Latam Sans Bold', "Trebuchet MS", Arial, Helvetica, sans-serif;
  						font-size: 16px;
  						font-weight: normal;
  						line-height: 120%;
  						color: #303030;
  						margin: 20px 0 0 0;
  					}
  					@media (min-width: 960px) {
  						header .header-container nav.header-menu-navigation .header-menu-countryselector-mobile ul.country-selector-list li h3 {
  							font-size: 14px;
  							margin: 0;
  						}
  						header .header-container nav.header-menu-navigation .header-menu-countryselector-mobile ul.country-selector-list li a span {
  							font-size: 14px;
  							color: #666;
  						}
  						header .header-container nav.header-menu-navigation .header-menu-countryselector-mobile ul.country-selector-list li a:hover span {
  							text-decoration: underline;
  						}
  					}
  					header .header-container nav.header-menu-navigation .header-menu-countryselector-mobile ul.country-selector-list li a span + span {
  						margin-left: 10px;
  					}

/* Clases country selector */

.uy  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -0px; width:30px; height:20px; }
.uk  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -30px; width:30px; height:20px; }
.ue  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -60px; width:30px; height:20px; }
.sa  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -90px; width:30px; height:20px; }
.pr  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -120px; width:30px; height:20px; }
.pe  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -150px; width:30px; height:20px; }
.otros_paises  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -180px; width:30px; height:20px; }
.nz  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -210px; width:30px; height:20px; }
.mx  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -240px; width:30px; height:20px; }
.it  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -270px; width:30px; height:20px; }
.fr  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -300px; width:30px; height:20px; }
.eu  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -330px; width:30px; height:20px; }
.es  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -360px; width:30px; height:20px; }
.ec  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -390px; width:30px; height:20px; }
.de  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -420px; width:30px; height:20px; }
.co  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -450px; width:30px; height:20px; }
.cl  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -480px; width:30px; height:20px; }
.ca  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -510px; width:30px; height:20px; }
.br  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -540px; width:30px; height:20px; }
.au  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -570px; width:30px; height:20px; }
.ar  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -600px; width:30px; height:20px; }
@media (min-width: 960px) {
.uy  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -1049px; width:17px; height:11px; }
.uk  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -630px; width:17px; height:11px; }
.ue  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -651px; width:17px; height:11px; }
.sa  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -672px; width:17px; height:11px; }
.pr  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -693px; width:17px; height:11px; }
.pe  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -714px; width:17px; height:11px; }
.otros_paises  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -735px; width:17px; height:11px; }
.nz  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -756px; width:17px; height:11px; }
.mx  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -777px; width:17px; height:11px; }
.it  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -798px; width:17px; height:11px; }
.fr  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -819px; width:17px; height:11px; }
.eu  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -840px; width:17px; height:11px; }
.es  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -861px; width:17px; height:11px; }
.ec  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -882px; width:17px; height:11px; }
.de  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -903px; width:17px; height:11px; }
.co  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -924px; width:17px; height:11px; }
.cl  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -945px; width:17px; height:11px; }
.ca  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -966px; width:17px; height:11px; }
.br  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -987px; width:17px; height:11px; }
.au  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -1008px; width:17px; height:11px; }
.ar  { background:url("//p6.zdassets.com/hc/theme_assets/761341/200125368/country-flags-latam.png") no-repeat -0px -1029px; width:17px; height:11px; }
}
