
.header__banner {
    margin: 19px 0 24px
}

@media print,screen and (max-width: 1023px) {
    .header__banner {
        margin:15px 0
    }

    .banner__img {
        width: auto;
        height: 76px
    }
}

.header__banner>.container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 1168px
}

@media print,screen and (max-width: 767px) {
    .header__banner {
        margin:0;
        padding: 10px 0
    }

    .banner__img {
        height: 60px
    }
}

ul.header__links {
    font-size: 0;
    padding-bottom: 5px;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0
}

@media print,screen and (max-width: 1023px) {
    ul.header__links {
        display:none
    }

    .header__nav>.container {
        padding: 0
    }
}

ul.header__links li {
    text-align: center;
    display: inline-block;
    border-left: 2px solid #05bae5
}

ul.header__links li:first-child {
    border-left: 0
}

ul.header__links li a {
    color: #333;
    font-size: 15px;
    margin: 0 10px;
    position: relative
}

ul.header__links li a.activo,ul.header__links li a:hover {
    color: #405ebe
}

ul.header__links li a.activo {
    font-weight: 600
}

ul.header__nav-menu {
    background: #fff;
    border-top: 6px solid #05bae5;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media print,screen and (max-width: 1023px) {
    ul.header__nav-menu {
        border-top:3px solid #05bae5;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

ul.header__nav-menu li {
    position: relative
}

ul.header__nav-menu a {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 11px 15px;
    display: block;
    position: relative;
    z-index: 2
}

ul.header__nav-menu a.activo,ul.header__nav-menu a.header__nav-depto.open,ul.header__nav-menu a.header__nav-inst.open,ul.header__nav-menu a:hover {
    color: #405ebe
}

@media print,screen and (max-width: 1199px) {
    ul.header__links {
        right:3%
    }

    ul.header__nav-menu a {
        padding: 11px 5px;
        letter-spacing: -.8px
    }
}

ul.header__nav-menu a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -6px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: #fff;
    border-top: 6px solid #333;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

@media print,screen and (max-width: 1023px) {
    ul.header__nav-menu a:before {
        content:none;
        top: -3px;
        border-top: 3px solid #333
    }

    ul.header__nav-menu a.header__nav-depto.open:before,ul.header__nav-menu a.header__nav-inst.open:before {
        border-top: 3px solid #333
    }
}

ul.header__nav-menu a.activo:before,ul.header__nav-menu a:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

ul.header__nav-menu a.header__nav-depto,ul.header__nav-menu a.header__nav-inst {
    padding: 11px 35px 11px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

ul.header__nav-menu a.header__nav-depto:after,ul.header__nav-menu a.header__nav-inst:after {
    content: "";
    font-size: 10px;
    position: absolute;
    right: 15px;
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

ul.header__nav-menu a.header__nav-depto.open:before,ul.header__nav-menu a.header__nav-inst.open:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    background: #fff
}

ul.header__nav-menu a.header__nav-depto.open:after,ul.header__nav-menu a.header__nav-inst.open:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

ul.header__nav-dropdown {
    position: absolute;
    list-style: none;
    background: #fff;
    min-width: 100%;
    max-height: 0;
    overflow: hidden;
    z-index: 99998;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media print,screen and (max-width: 1023px) {
    ul.header__nav-dropdown {
        position:inherit;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    ul.header__nav-dropdown li {
        width: 100%
    }
}

ul.header__nav-dropdown.open {
    height: auto;
    max-height: 300px;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

ul.header__nav-dropdown.open a:before {
    content: none
}

ul.header__nav-dropdown.open a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

ul.header__nav-dropdown.open a:hover:after {
    -webkit-transform: scaleX(.95);
    -ms-transform: scaleX(.95);
    -o-transform: scaleX(.95);
    transform: scaleX(.95)
}

ul.header__nav-dropdown a.dropdown__arquitectura {
    color: #000;
    background: #FFCE07
}

ul.header__nav-dropdown a.dropdown__diseno {
    background: #911D58
}

ul.header__nav-dropdown a.dropdown__geografia {
    background: #518D40
}

ul.header__nav-dropdown a.dropdown__urbanismo {
    background: grey
}

ul.header__nav-dropdown a {
    color: #fff;
    background: grey;
    padding: 8px;
    text-transform: none;
    font-weight: 600
}

ul.header__nav-dropdown a:hover {
    color: #405ebe
}

ul.header__nav-dropdown a:focus {
    border: 0;
    outline: 0
}

ul.header__nav-dropdown a.activo {
    color: #405ebe;
    background: #fff
}

a.header__nav-inst~ul li:nth-child(even) a {
    background-color: rgba(128,128,128,.75)
}

ul.mobile {
    display: none
}

@media print,screen and (max-width: 1023px) {
    ul.mobile {
        display:block;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-rule: 1px solid #fff;
        -moz-column-rule: 1px solid #fff;
        column-rule: 1px solid #fff;
        border-top: 1px solid #fff;
        background: #05bae5
    }
}

@media print,screen and (max-width: 767px) {
    ul.header__nav-dropdown {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    ul.mobile {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

ul.mobile a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #fff
}

.uchile__header {
    font-family: "PT Sans",sans-serif;
    background-color: #004b93;
    color: #fff;
    height: 42px
}

a.uchile__dropdown__btn:after,a.uchile__open-search .ln-2:before {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uchile__header table,.uchile__header td {
    line-height: 1;
    border: 0;
    overflow: inherit
}

.uchile__container {
    max-width: 1350px;
    padding: 0 30px;
    margin: 0 auto
}

@media screen and (max-width: 1350px) {
    .uchile__container {
        max-width:initial
    }
}

@media screen and (max-width: 1199px) {
    .uchile__container {
        padding:0 3%
    }
}

@media screen and (max-width: 1024px) {
    .uchile__container {
        padding:0 20px
    }
}

.uchile__container:after {
    content: "";
    display: block;
    clear: both
}

.uchile__left {
    position: relative;
    display: block
}

@media screen and (max-width: 767px) {
    .uchile__header {
        height:0
    }

    .uchile__left {
        display: none
    }
}

.uchile__left a {
    float: left;
    line-height: 1;
    padding: 0
}

.uchile__left a:hover {
    background: 0
}

.uchile__right a:hover,a.uchile__dropdown__btn.open {
    background: rgba(255,255,255,.1)
}

.uchile__left a:hover img {
    opacity: .67
}

.uchile__left img {
    display: inline-block;
    width: 162px;
    height: auto;
    margin-top: 14px;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.uchile__right {
    position: relative;
    float: right
}

@media screen and (max-width: 767px) {
    .uchile__right {
        display:none
    }
}

.uchile__right a {
    float: left;
    color: #fff;
    font-size: 13px;
    line-height: 42px;
    padding: 0 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.uchile__right a:hover {
    color: #fff
}

a.uchile__dropdown__btn {
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    z-index: 3
}

a.uchile__dropdown__btn:after {
    content: "";
    display: inline-block;
    font-size: 10px;
    margin-left: 7px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s ease-in .3s;
    -o-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
    line-height: 1
}

a.uchile__dropdown__btn.open:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

ul.uchile__dropdown__links {
    position: absolute;
    list-style: none;
    background: #036;
    width: 480px;
    max-height: 0;
    top: 42px;
    left: 0;
    overflow: hidden;
    z-index: 99999;
    -webkit-transition: max-height .6s ease-in;
    -o-transition: max-height .6s ease-in;
    transition: max-height .6s ease-in
}

@media screen and (max-width: 1023px) {
    ul.uchile__dropdown__links {
        width:380px
    }
}

ul.uchile__dropdown__links.open {
    height: auto;
    max-height: 600px;
    -webkit-transition: max-height .6s ease-out;
    -o-transition: max-height .6s ease-out;
    transition: max-height .6s ease-out
}

ul.uchile__dropdown__links li {
    float: left;
    display: block;
    width: 50%;
    padding: 0;
    margin: 0;
    border: none
}

ul.uchile__dropdown__links li:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,.1)
}

ul.uchile__dropdown__links li a {
    float: none;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 32px;
    padding: 0 18px;
    margin: 0;
    opacity: .8
}

ul.uchile__dropdown__links li a:hover {
    background: rgba(255,255,255,.1);
    color: #fff;
    opacity: 1
}

a.uchile__open-search {
    float: right;
    position: relative;
    display: none;
    background-color: #004b93;
    width: 40px;
    height: 42px;
    padding: 0;
    z-index: 5
}

a.uchile__open-search:hover {
    background: rgba(255,255,255,.1)
}

@media screen and (max-width: 1023px) {
    ul.uchile__dropdown__links li a {
        padding:0
    }

    a.uchile__open-search {
        display: block
    }
}

@media screen and (max-width: 767px) {
    a.uchile__open-search {
        position:absolute;
        background: 0;
        width: 30px;
        height: 34px;
        top: 23px;
        right: 58px
    }

    a.uchile__open-search:hover {
        background: 0
    }
}

a.uchile__open-search span {
    position: absolute;
    display: block;
    background: #fff;
    width: 24px;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all .3s ease-in .1s;
    -o-transition: all .3s ease-in .1s;
    transition: all .3s ease-in .1s
}

a.uchile__open-search .ln-1 {
    top: 11px
}

@media screen and (max-width: 767px) {
    a.uchile__open-search span {
        background:#05bae5;
        width: 28px;
        height: 4px
    }

    a.uchile__open-search .ln-1 {
        top: 2px
    }
}

a.uchile__open-search .ln-2 {
    text-align: center;
    background: 0;
    line-height: 1;
    width: 20px;
    height: 20px;
    top: 11px;
    opacity: 1;
    -webkit-transition: opacity .45s ease-in-out .2s;
    -o-transition: opacity .45s ease-in-out .2s;
    transition: opacity .45s ease-in-out .2s
}

a.uchile__open-search .ln-2:before {
    content: "";
    color: #fff;
    font-size: 20px;
    line-height: 1
}

@media screen and (max-width: 767px) {
    a.uchile__open-search .ln-2 {
        width:22px;
        height: 24px;
        top: 5px
    }

    a.uchile__open-search .ln-2:before {
        color: #05bae5;
        font-size: 22px
    }
}

a.uchile__open-search .ln-3 {
    top: 28px
}

a.uchile__open-search.open {
    background: rgba(255,255,255,.1)
}

@media screen and (max-width: 767px) {
    a.uchile__open-search .ln-3 {
        top:18px
    }

    a.uchile__open-search.open {
        background: 0
    }
}

a.uchile__open-search.open span {
    opacity: 1;
    -webkit-transition: all .3s ease-out .2s;
    -o-transition: all .3s ease-out .2s;
    transition: all .3s ease-out .2s
}

a.uchile__open-search.open .ln-1 {
    top: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media screen and (max-width: 767px) {
    a.uchile__open-search.open .ln-1 {
        top:15px
    }
}

a.uchile__open-search.open .ln-2 {
    background: 0;
    opacity: 0
}

a.uchile__open-search.open .ln-3 {
    top: 20px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

@media screen and (max-width: 767px) {
    a.uchile__open-search.open .ln-3 {
        top:15px
    }
}

.uchile__search {
    position: relative;
    float: right;
    background: #004b93;
    color: #fff;
    padding: 10px 0
}

@media screen and (min-width: 1024px) {
    .uchile__search {
        display:block!important
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .uchile__search {
        position:absolute;
        background: #036;
        width: 0;
        top: 0;
        right: calc(3% + 40px);
        padding: 10px 0;
        overflow: hidden;
        z-index: 4;
        -webkit-transition: width .3s ease-in,padding .1s ease-in;
        -o-transition: width .3s ease-in,padding .1s ease-in;
        transition: width .3s ease-in,padding .1s ease-in
    }
}

@media screen and (max-width: 767px) {
    .uchile__search {
        position:absolute;
        width: 100%;
        height: 0;
        top: 80px;
        right: 0;
        padding: 0 3%;
        overflow: hidden;
        z-index: 4;
        -webkit-box-shadow: inset 0 0 8px 0 rgba(0,0,0,.1);
        box-shadow: inset 0 0 8px 0 rgba(0,0,0,.1);
        -webkit-transition: height .1s ease-in,padding .3s ease-in;
        -o-transition: height .1s ease-in,padding .3s ease-in;
        transition: height .1s ease-in,padding .3s ease-in
    }

    .uchile__search form.gsc-search-box {
        opacity: 0;
        -webkit-transition: opacity .1s ease-in 0s;
        -o-transition: opacity .1s ease-in 0s;
        transition: opacity .1s ease-in 0s
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .uchile__search.open {
        width:258px;
        padding: 10px;
        -webkit-transition: width .3s ease-out,padding .3s ease-in;
        -o-transition: width .3s ease-out,padding .3s ease-in;
        transition: width .3s ease-out,padding .3s ease-in
    }
}

@media screen and (max-width: 767px) {
    .uchile__search.open {
        height:auto;
        padding: 15px 3%;
        -webkit-transition: height .1s ease-out .1s,padding .3s ease-out .1s;
        -o-transition: height .1s ease-out .1s,padding .3s ease-out .1s;
        transition: height .1s ease-out .1s,padding .3s ease-out .1s
    }

    .uchile__search.open form.gsc-search-box {
        opacity: 1;
        -webkit-transition: opacity .1s ease-out .2s;
        -o-transition: opacity .1s ease-out .2s;
        transition: opacity .1s ease-out .2s
    }
}

.uchile__search p {
    display: none
}

.uchile__search form.gsc-search-box {
    width: 228px;
    height: 22px;
    margin: 0 0 0 10px!important;
    overflow: hidden
}

@media screen and (max-width: 1023px) {
    .uchile__search form.gsc-search-box {
        margin:0!important
    }
}

@media screen and (max-width: 767px) {
    .uchile__search form.gsc-search-box {
        width:100%;
        height: 40px;
        margin: 0!important
    }
}

.uchile__search table.gsc-search-box {
    width: 100%;
    margin: 0!important
}

.uchile__search table.gsc-search-box td {
    background: #004b93;
    padding: 0!important;
    vertical-align: top
}

@media screen and (max-width: 1023px) {
    .uchile__search table.gsc-search-box td {
        background:#036
    }
}

@media screen and (max-width: 767px) {
    .uchile__search table.gsc-search-box td {
        background:#004b93
    }
}

.uchile__search table.gsc-search-box td.gsib_a:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 200px;
    height: 1px;
    left: 10px;
    bottom: 7px
}

.uchile__search table.gsc-search-box td.gsib_b {
    padding: 0 8px 0 4px!important
}

@media screen and (max-width: 767px) {
    .uchile__search table.gsc-search-box td.gsib_a:after {
        background:#fff;
        width: calc(94% - 40px);
        height: 2px;
        left: 3%;
        bottom: 12px
    }

    .uchile__search table.gsc-search-box td.gsib_b {
        padding: 0!important
    }
}

.uchile__search table.gsc-search-box td.gsc-input .gsc-input-box {
    background: 0 0;
    height: 22px;
    padding: 0;
    border: none
}

@media screen and (max-width: 767px) {
    .uchile__search table.gsc-search-box td.gsc-input .gsc-input-box {
        height:40px
    }
}

.uchile__search table.gsc-search-box td.gsc-input input {
    color: #fff;
    background: #004b93!important;
    font-family: "PT Sans",sans-serif;
    font-size: 13px;
    text-indent: 0!important;
    height: 22px!important;
    padding: 1px!important;
    border: 0!important
}

@media screen and (max-width: 1023px) {
    .uchile__search table.gsc-search-box td.gsc-input input {
        background:#036!important
    }
}

@media screen and (max-width: 767px) {
    .uchile__search table.gsc-search-box td.gsc-input input {
        background:#004b93!important;
        font-size: 18px;
        height: 40px!important;
        padding: 5px 0!important
    }
}

.uchile__search table.gsc-search-box td .gsst_b {
    width: 20px!important;
    height: 22px!important;
    padding: 0
}

@media screen and (max-width: 767px) {
    .uchile__search table.gsc-search-box td .gsst_b {
        width:40px!important;
        height: 40px!important
    }
}

.uchile__search table.gsc-search-box td a {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 20px!important;
    height: 22px!important;
    overflow: hidden
}

.uchile__search table.gsc-search-box td a span {
    display: block;
    color: #fff;
    font: 26px/22px arial,sans-serif
}

@media screen and (max-width: 767px) {
    .uchile__search table.gsc-search-box td a {
        width:40px!important;
        height: 40px!important
    }

    .uchile__search table.gsc-search-box td a span {
        font: 40px/40px arial,sans-serif
    }
}

.footer__line a,footer {
    font-family: "Open Sans",sans-serif
}

.bx-wrapper .bx-controls-direction a:before,.mod-cal-result .mod-cal-result__item-placer:before {
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.uchile__search table.gsc-search-box td a:focus span,.uchile__search table.gsc-search-box td a:hover span {
    color: rgba(255,255,255,.67)
}

.uchile__search table.gsc-search-box td button {
    display: block;
    background: 0 0;
    line-height: 20px;
    width: 20px;
    height: 20px;
    min-width: auto;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .uchile__search table.gsc-search-box td a:focus span,.uchile__search table.gsc-search-box td a:hover span {
        color:#05bae5
    }

    .uchile__search table.gsc-search-box td button {
        line-height: 40px;
        width: 40px;
        height: 40px;
        padding: 8px
    }
}

.uchile__search table.gsc-search-box td button svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    padding: 0
}

.uchile__search table.gsc-search-box td button:focus svg,.uchile__search table.gsc-search-box td button:hover svg {
    fill: rgba(255,255,255,.67)
}

input.gsc-input::-webkit-input-placeholder {
    color: rgba(255,255,255,.67);
    font-size: 13px!important
}

@media screen and (max-width: 767px) {
    .uchile__search table.gsc-search-box td button svg {
        width:24px;
        height: 24px
    }

    .uchile__search table.gsc-search-box td button:focus svg,.uchile__search table.gsc-search-box td button:hover svg {
        fill: #fff
    }

    input.gsc-input::-webkit-input-placeholder {
        color: #ACACAC;
        font-size: 18px!important
    }
}

input.gsc-input::-moz-placeholder {
    color: rgba(255,255,255,.67);
    font-size: 13px!important
}

@media screen and (max-width: 767px) {
    input.gsc-input::-moz-placeholder {
        color:#ACACAC;
        font-size: 18px!important
    }
}

input.gsc-input:-ms-input-placeholder {
    color: rgba(255,255,255,.67);
    font-size: 13px!important
}

@media screen and (max-width: 767px) {
    input.gsc-input:-ms-input-placeholder {
        color:#ACACAC;
        font-size: 18px!important
    }
}

input.gsc-input:-moz-placeholder {
    color: rgba(255,255,255,.67);
    font-size: 13px!important
}

.header__banner .header__logo {
    position: relative;
    display: inline-block
}

.header__banner .header__open-nav {
    position: absolute;
    display: none;
    width: 30px;
    height: 34px;
    top: 13px;
    right: 3%;
    z-index: 1
}

@media screen and (max-width: 1023px) {
    .header__banner .header__open-nav {
        display:block;
        top: 21px
    }
}

@media screen and (max-width: 767px) {
    input.gsc-input:-moz-placeholder {
        color:#ACACAC;
        font-size: 18px!important
    }

    .header__banner .header__open-nav {
        top: 13px
    }
}

.header__banner .header__open-nav span {
    position: absolute;
    display: block;
    background: #05bae5;
    width: 28px;
    height: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in .2s;
    -o-transition: all .3s ease-in .2s;
    transition: all .3s ease-in .2s
}

.header__banner .header__open-nav span.txt {
    background: 0;
    color: #05bae5;
    font-size: 10px;
    line-height: 12px;
    width: 30px;
    height: auto
}

.header__banner .header__open-nav .ln-1 {
    top: 2px
}

.header__banner .header__open-nav .ln-2 {
    top: 10px
}

.header__banner .header__open-nav .ln-3 {
    top: 18px
}

.header__banner .header__open-nav .txt {
    top: 24px
}

.header__banner .header__open-nav.open span {
    opacity: 1;
    -webkit-transition: all .3s ease-out .25s;
    -o-transition: all .3s ease-out .25s;
    transition: all .3s ease-out .25s
}

.header__banner .header__open-nav.open .ln-1 {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.header__banner .header__open-nav.open .ln-2 {
    background: 0;
    opacity: 0
}

.header__banner .header__open-nav.open .ln-3 {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.header__banner .header__open-nav.open .txt {
    background: 0;
    margin-top: 6px
}

.header__nav {
    position: relative;
    margin-top: -5px
}

@media screen and (max-width: 1023px) {
    .header__nav {
        margin-top:0
    }

    .header__nav .container {
        width: 100%;
        max-height: 0;
        max-width: 100%;
        overflow: hidden;
        -webkit-transition: max-height .6s ease-in;
        -o-transition: max-height .6s ease-in;
        transition: max-height .6s ease-in
    }

    .header__nav .container.open {
        height: auto;
        max-height: 600px;
        -webkit-transition: max-height .6s ease-out .3s;
        -o-transition: max-height .6s ease-out .3s;
        transition: max-height .6s ease-out .3s
    }
}
