@charset"UTF-8";
html {
    font-size: 24px
}

body {
    color: #444;
    font-weight: normal;
    width: 100%;
    max-width: 100%;
    font-family: "Chilena";
    font-size: 24px;
    -webkit-font-smoothing: antialiased
}

body,
html {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible
}

body,
.smooth-container {
    scroll-behavior: smooth
}

p {
    font-size: .917rem;
    line-height: 1.3;
    font-weight: normal;
    margin-top: 0
}

p b {
    font-weight: bold
}

p a {
    text-decoration: underline
}

figure {
    margin: 0
}

.clear {
    clear: both
}

.wow {
    visibility: hidden
}

.fadein {
    opacity: 0
}

.hidden_a {
    opacity: 0
}

.visible {
    opacity: 1
}

.wrapper {
    position: relative
}

.wrapper.wrapper-home {
    padding-top: 148px
}

.wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 3.3rem
}

@media only screen and (max-width:991px) {
    .wrap {
        padding: 0 2rem
    }
}

@media only screen and (max-width:768px) {
    .wrap {
        padding: 0 15px
    }
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.row.row-small {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.row.row-small>[class^="col-"],
.row.row-small>[class*="col-"] {
    padding-right: .5rem;
    padding-left: .5rem
}

.row.row-xsmall {
    margin-right: -.3rem;
    margin-left: -.3rem
}

.row.row-xsmall>[class^="col-"],
.row.row-xsmall>[class*="col-"] {
    padding-right: .3rem;
    padding-left: .3rem
}

.row.row-big {
    margin-right: -1.8rem;
    margin-left: -1.8rem
}

.row.row-big>[class^="col-"],
.row.row-big>[class*="col-"] {
    padding-right: 1.8rem;
    padding-left: 1.8rem
}

.row.row-md {
    margin-right: -1rem;
    margin-left: -1rem
}

.row.row-md>[class^="col-"],
.row.row-md>[class*="col-"] {
    padding-right: 1rem;
    padding-left: 1rem
}

@media only screen and (max-width:550px) {
    .row.row-big {
        margin-right: -15px;
        margin-left: -15px
    }
    .row.row-big>[class^="col-"],
    .row.row-big>[class*="col-"] {
        padding-right: 15px;
        padding-left: 15px
    }
}

* {
    outline: 0
}

a,
button {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.mt-1 {
    margin-top: 1rem
}

.mt-2 {
    margin-top: 2rem
}

.btn {
    font-weight: bold;
    font-size: .917rem;
    line-height: 1;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: .5rem 1.6rem .65rem;
    min-width: 10rem;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #0091B2;
    display: inline-block
}

.btn.large {
    min-width: 13.4rem
}

.btn:hover {
    background: #00677f
}

.btn i {
    font-size: .9rem;
    margin-left: .5rem
}

.btn img {
    width: 1rem !important;
    height: auto;
    margin-left: .5rem
}

.btn.borde-azul {
    background: transparent;
    color: #0091B2;
    border: 3px solid #0091B2
}

.btn.borde-azul:hover {
    background: #0091B2;
    color: #fff
}

.btn.borde-blanco {
    background: transparent;
    color: #fff;
    border: 2px solid #fff
}

.btn.borde-blanco:hover {
    background: rgba(255, 255, 255, .3);
    color: #fff
}

.btn.blanco {
    background: #fff;
    color: #0091B2
}

.btn.btn-descargar {
    background: #fff;
    color: #0091B2;
    border: 3px solid #0091B2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 12.7rem;
    max-width: 100%;
    font-size: .917rem;
    text-align: left;
    padding: .4rem .8rem;
    height: 2.7rem;
    line-height: 1
}

.btn.btn-descargar img {
    width: .85rem;
    height: auto;
    margin-right: .4rem
}

.btn.btn-descargar.tipo2 {
    font-size: .8rem;
    width: 16rem;
    padding: .3rem .5rem;
    line-height: 1.1
}

.btn.btn-descargar.tipo3 {
    font-size: .8rem;
    width: auto;
    max-width: 15.5rem;
    min-width: 12rem;
    padding: .3rem 1rem .3rem .5rem;
    line-height: 1.1
}

@media only screen and (max-width:550px) {
    .btn.btn-small {
        height: auto
    }
    .btn.btn-descarga {
        height: auto
    }
}

.titulo {
    font-size: 2.3rem;
    text-align: center;
    font-weight: normal;
    margin: 0 0 3.5rem
}

@media only screen and (max-width:768px) {
    .titulo {
        font-size: 2rem
    }
}

@media only screen and (max-width:550px) {
    .titulo {
        font-size: 1.8rem
    }
}

.titulo.left {
    text-align: left;
    margin-bottom: 2.5rem
}

.titulo-2 {
    font-size: 2rem;
    text-align: left;
    font-weight: normal;
    margin: 0 0 2rem;
    line-height: 1.3
}

.titulo-2.center {
    text-align: center
}

@media only screen and (max-width:768px) {
    .titulo-2 {
        font-size: 1.8rem
    }
}

@media only screen and (max-width:550px) {
    .titulo-2 {
        font-size: 1.6rem
    }
}

.mb-2 {
    margin-bottom: 2rem
}

@media(max-width:1500px) {
    html,
    body {
        font-size: 17px
    }
}

@media(max-width:768px) {
    .animated,
    .animated-delay1,
    .animated-delay2,
    .animated-delay3,
    .animated-delay4,
    .wow {
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        animation: none !important;
        visibility: visible !important
    }
}

@font-face {
    font-family: 'Chilena';
    src: url(fonts/Chilena-Regular.woff2)format("woff2"), url("fonts/Chilena-Regular.woff")format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Chilena';
    src: url(fonts/Chilena-Bold.woff2)format("woff2"), url("fonts/Chilena-Bold.woff")format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Chilena';
    src: url(fonts/Chilena-Gruesa.woff2)format("woff2"), url("fonts/Chilena-Gruesa.woff")format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Chilena';
    src: url(fonts/Chilena-Light.woff2)format("woff2"), url("fonts/Chilena-Light.woff")format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

.carrusel {
    position: relative
}

.carrusel.con-nav {
    padding: 0
}

.carrusel .tns-nav {
    text-align: center;
    margin-top: 20px
}

.carrusel .tns-nav button {
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 100%;
    margin: 0 6px;
    background: transparent;
    padding: 0
}

@media only screen and (max-width:1500px) {
    .carrusel .tns-nav button {
        width: 8px;
        height: 8px
    }
}

.carrusel.blanco button {
    background: #fff;
    border-color: #fff;
    opacity: .5
}

.carrusel.blanco button.tns-nav-active {
    border-color: #fff;
    background: #fff;
    opacity: 1
}

.carrusel.gris button {
    background: #C0BFBC;
    border-color: #C0BFBC
}

.carrusel.gris button.tns-nav-active {
    border-color: #808080;
    background: #808080
}

.carrusel.azul button {
    background: #C0BFBC;
    border-color: #C0BFBC
}

.carrusel.azul button.tns-nav-active {
    border-color: #0091B2;
    background: #0091B2
}

.carrusel .tns-controls button {
    background: transparent;
    border-radius: 0;
    font-size: 0;
    width: auto;
    height: auto;
    line-height: 1;
    border: 0;
    text-align: center;
    position: absolute;
    padding: 0;
    z-index: 10;
    top: 35%;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.carrusel .tns-controls button:first-child {
    left: -3rem;
    padding-right: 0
}

.carrusel .tns-controls button:last-child {
    right: -3rem;
    padding-left: 0
}

.carrusel .tns-controls button:after {
    content: "";
    display: inline-block;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 2rem;
    color: #0091B2;
    height: 1rem;
    background-repeat: no-repeat;
    width: 1rem;
    background-size: 100% auto;
    background-position: center
}

.carrusel .tns-controls button:first-child:after {
    content: "\f053";
    padding-right: 4px
}

.carrusel .tns-controls button:last-child:after {
    content: "\f054";
    padding-left: 4px
}

.carrusel .tns-controls button:hover {
    opacity: .85
}

@media only screen and (max-width:640px) {
    .carrusel .tns-controls {
        display: none
    }
    .carrusel .tns-controls button {
        width: 40px;
        height: 40px;
        line-height: 32px
    }
    .carrusel .tns-controls button:after {
        font-size: 24px
    }
    .carrusel .tns-controls button:first-child {
        left: 20px
    }
    .carrusel .tns-controls button:last-child {
        right: 20px
    }
}

.carrusel .tns-controls {
    display: none
}

.carrusel.con-nav .tns-controls {
    display: block
}

@media only screen and (max-width:640px) {
    .carrusel.con-nav .tns-controls {
        display: none
    }
}

.slide-home .carrusel .tns-nav {
    position: absolute;
    left: 160px;
    bottom: 1em;
    z-index: 999
}

@media only screen and (max-width:1550px) {
    .slide-home .carrusel .tns-nav {
        left: 80px
    }
}

@media only screen and (max-width:550px) {
    .c-movil {
        padding: 0 60px 0 15px !important;
        margin: 0 -15px
    }
    .c-movil .tns-ovh {
        overflow: visible
    }
    .c-movil .tns-nav {
        width: calc(100vw - 30px)
    }
}

.js-accordion {
    margin: 0 auto
}

.js-accordion-title {
    background: #f5f5f5;
    border-top: 0;
    cursor: pointer;
    display: block;
    padding: 1em .5em;
    width: 100%
}

.js-accordion-content {
    border-top: 0;
    height: 0;
    line-height: 1.5;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.ac-default .item-ac button {
    font-size: 1.1rem;
    color: #00327A;
    background: transparent;
    padding: 1rem 1rem .9rem 1rem;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0;
    border: 0;
    border-bottom: 2px solid #CED2D2;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    text-transform: uppercase
}

@media only screen and (max-width:550px) {
    .ac-default .item-ac button {
        padding-left: 0;
        padding-right: 30px
    }
}

.ac-default .item-ac button:after {
    content: "\f078";
    color: #00327A;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    right: 1rem;
    top: 34%;
    font-size: 1em
}

.ac-default .item-ac button.activo {
    color: #00327A
}

.ac-default .item-ac button.activo:after {
    content: "\f077";
    font-size: 1.1em;
    top: 29%
}

.ac-default .item-ac .int-ac {
    background: none;
    margin-top: 0;
    margin-bottom: 0
}

.ac-default .item-ac .int-ac .c-acordeon {
    padding: 2rem
}

.ac-default .item-ac .int-ac p {
    font-size: 1rem;
    color: #444
}

.ac-default .item-ac .int-ac p a {
    color: #01A31A;
    font-weight: bold
}

.ac-default .item-ac .int-ac .botones {
    margin-top: 2rem
}

.ac-default .item-ac .int-ac .botones a {
    margin-bottom: 1rem;
    display: inline-block
}

@media only screen and (max-width:768px) {
    .ac-default .item-ac .int-ac .c-acordeon {
        padding: 2rem 0 1rem
    }
}

@media only screen and (max-width:640px) {
    .ac-default .item-ac button {
        font-size: 1em
    }
    .ac-default .item-ac button:after {
        right: 10px
    }
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pika-single:before,
.pika-single:after {
    content: "";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: 0;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==")
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=")
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2
}

.pika-select {
    display: inline-block
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center
}

.pika-button {
    cursor: pointer;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    background: #f5f5f5;
    height: initial
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-today .pika-button {
    color: #3af;
    font-weight: bold
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #3af;
    -webkit-box-shadow: inset 0 1px 3px #178fe5;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.has-event .pika-button {
    background: #005da9;
    -webkit-box-shadow: inset 0 1px 3px #0076c9;
    box-shadow: inset 0 1px 3px #0076c9
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #3af;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.pika-next-year,
.pika-prev-year {
    display: none
}



.menu-mobile {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu-mobile .w-menu {
    padding: 1rem;
    width: 300px;
    background: #fff;
    max-width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.menu-mobile.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 999
}

.menu-mobile.visible .w-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu-mobile .cerrar-menu {
    color: #444;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.6rem
}

.menu-mobile ul {
    list-style: none;
    padding-left: 0;
    padding-top: 2rem;
    margin-bottom: 1rem
}

.menu-mobile ul li {
    margin-bottom: .8rem
}

.menu-mobile ul li a {
    color: #444
}

.menu-mobile .buscador {
    position: relative
}

.menu-mobile .buscador input {
    color: #fff;
    font-size: .75rem;
    border-radius: 1rem;
    background: #444;
    border: 0;
    height: 1.58rem;
    width: 100%;
    padding: .2rem .6rem
}

.menu-mobile .buscador input::-webkit-input-placeholder {
    color: #fff
}

.menu-mobile .buscador input::-moz-placeholder {
    color: #fff
}

.menu-mobile .buscador input:-ms-input-placeholder {
    color: #fff
}

.menu-mobile .buscador input:-moz-placeholder {
    color: #fff
}

.menu-mobile .buscador button {
    border: 0;
    background: transparent;
    color: #fff;
    position: absolute;
    right: .3rem;
    cursor: pointer;
    font-size: .8rem;
    top: .3rem
}

.slide-home {
    position: relative
}

.slide-home .img-slide {
    height: 21rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

@media only screen and (max-width:550px) {
    .slide-home .img-slide {
        height: 400px
    }
}

.slide-home .texto {
    position: absolute;
    text-align: center;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1rem
}

.slide-home .texto .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.slide-home .texto .logos .logo-chile {
    width: 4.5rem;
    margin: 0 .7rem
}

@media only screen and (max-width:550px) {
    .slide-home .texto .logos .logo-chile {
        width: 3.8rem
    }
}

.slide-home .texto .logos .logo-prochile {
    margin: 0 .7rem;
    width: 6.5rem
}

@media only screen and (max-width:550px) {
    .slide-home .texto .logos .logo-prochile {
        width: 5.5rem
    }
}

.slide-home .texto .logos .logo-ccs {
    margin: 0 .7rem;
    width: 5.7rem
}

@media only screen and (max-width:550px) {
    .slide-home .texto .logos .logo-ccs {
        width: 4.7rem
    }
}

.slide-home .texto h5 {
    font-size: 1.25rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin: 1rem auto;
    font-weight: normal;
    padding: 0 .5rem
}

.slide-home .texto h2 {
    font-size: 2.3rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 1.5rem;
    max-width: 50rem;
    line-height: 1.1
}

@media only screen and (max-width:991px) {
    .slide-home .texto h2 {
        font-size: 2rem
    }
}

@media only screen and (max-width:550px) {
    .slide-home .texto h2 {
        font-size: 1.6rem
    }
}

.slide-home .texto a {
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    border: 2px solid #fff;
    height: 2rem;
    width: 9.6rem;
    padding: .3rem .5rem;
    text-align: center
}

.slide-home .texto a:hover {
    background: #fff;
    color: #0091B2
}

.boxes-home {
    background: #F5F5F5;
    padding: 3.5rem 0
}

.boxes-home .g-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:768px) {
    .boxes-home .g-boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.boxes-home .g-boxes .box-home {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(33.33% - 1rem);
    min - width: calc(33.33% - 1rem);
    background: #fff;
    padding: .8rem;
    margin: 0 .5rem;
    position: relative
}

@media only screen and (max-width:768px) {
    .boxes-home .g-boxes .box-home {
        width: 100%;
        min-width: 100%;
        margin: 0 0 1rem
    }
}

.boxes-home .g-boxes .box-home figure {
    margin-bottom: 1.5rem
}

.boxes-home .g-boxes .box-home figure img {
    width: 100%
}

@media only screen and (max-width:991px) {
    .boxes-home .g-boxes .box-home figure {
        margin-bottom: 1rem
    }
}

.boxes-home .g-boxes .box-home .texto {
    position: relative;
    text-align: center;
    padding: 0 2rem 4rem
}

.boxes-home .g-boxes .box-home .texto h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
    font-weight: 800
}

.boxes-home .g-boxes .box-home .texto p {
    font-size: .917rem
}

@media only screen and (max-width:991px) {
    .boxes-home .g-boxes .box-home .texto {
        padding: 0 0 4rem
    }
    .boxes-home .g-boxes .box-home .texto h3 {
        font-size: 1.1rem;
        margin-bottom: .5rem
    }
}

.boxes-home .g-boxes .box-home a {
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: .9rem;
    background: #0091B2;
    padding: .5rem 1rem .6rem;
    border-radius: 2px;
    position: absolute;
    bottom: 1.8rem;
    left: 5%;
    width: 90%;
    text-align: center
}

.boxes-home .g-boxes .box-home a:hover {
    background: #007c99
}

.cifras {
    background: #E2E9EC;
    padding: 1.5rem 0
}

.cifras .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:768px) {
    .cifras .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cifras .item-cifra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 2.2rem
}

.cifras .item-cifra h3 {
    font-size: 1.875rem;
    margin: 0 .5rem 0 0;
    color: #0091B2;
    font-weight: bold
}

.cifras .item-cifra h3 span {
    width: 3.5rem;
    display: inline-block;
    text-align: right
}

.cifras .item-cifra p {
    font-size: .75rem;
    margin: 0;
    font-weight: bold;
    line-height: 1
}

@media only screen and (max-width:768px) {
    .cifras .item-cifra {
        margin: 0 0 1.5rem
    }
    .cifras .item-cifra:last-child {
        margin-bottom: 0
    }
}

.actividades {
    padding: 3.5rem 0 5rem
}

.actividades .carrusel {
    margin-bottom: 2.5rem
}

.actividades .box-actividad .img-act {
    position: relative
}

.actividades .box-actividad .img-act .fecha {
    font-size: .83rem;
    position: absolute;
    top: .8rem;
    left: .8rem;
    color: #fff;
    font-weight: bold;
    background: #0091B2;
    padding: 2px;
    z-index: 4
}

.actividades .box-actividad .img-act figure {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.actividades .box-actividad .img-act figure img {
    width: 100%;
    vertical-align: bottom
}

.actividades .box-actividad .img-act figure:hover {
    opacity: .9
}

.actividades .box-actividad .texto {
    padding: 1rem 2rem
}

@media only screen and (max-width:550px) {
    .actividades .box-actividad .texto {
        padding: 1rem
    }
}

.actividades .box-actividad .texto h5 {
    font-size: .83rem;
    margin: 0 0 .8rem;
    color: #444;
    font-weight: normal;
    text-transform: uppercase
}

.actividades .box-actividad .texto h3 {
    font-size: 1.25rem;
    margin: 0 0 .6rem;
    font-weight: bold;
    line-height: 1.1;
    height: 5.5rem
}

.actividades .box-actividad .texto h3 a {
    color: #444
}

.actividades .box-actividad .texto h3 a:hover {
    color: #000
}

.actividades .box-actividad .texto p {
    font-size: .917rem;
    color: #707070;
    font-weight: bold
}

.actividades .box-actividad .texto .btn-link {
    font-size: 1.083rem;
    color: #0091B2;
    font-weight: 800
}

.actividades .box-actividad .texto .btn-link:hover {
    color: #00748e
}

.actividades .box-actividad .texto .btn-link span {
    display: inline-block;
    width: 1.083rem;
    height: 1.083rem;
    border-radius: 50%;
    border: 2px solid #0091B2;
    text-align: center;
    font-size: .6rem;
    padding-top: .1rem
}

.actividades .box-actividad.b-home .texto {
    padding: 1rem
}

.noticias {
    padding: 2rem 0;
    margin-bottom: 5rem
}

.noticias .carrusel .tns-nav {
    margin: 0 0 3rem
}

.noticias .noticias-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem
}

.noticias .noticias-home .izq {
    width: 65%;
    min-width: 65%
}

.noticias .noticias-home .der {
    width: 35%;
    min-width: 35%
}

@media only screen and (max-width:991px) {
    .noticias .noticias-home {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .noticias .noticias-home .izq {
        width: 100%;
        min-width: 100%
    }
    .noticias .noticias-home .der {
        width: 100%;
        min-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.noticias .box-not {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.2rem
}

@media only screen and (max-width:768px) {
    .noticias .box-not {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.noticias .box-not figure {
    width: 45%;
    min-width: 45%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.noticias .box-not figure:hover {
    opacity: .9
}

.noticias .box-not figure a {
    display: block;
    width: 100%
}

.noticias .box-not figure img {
    width: 100%;
    vertical-align: bottom
}

@media only screen and (max-width:768px) {
    .noticias .box-not figure {
        width: 100%;
        min-width: 100%;
        margin-bottom: 1rem
    }
}

.noticias .box-not .texto {
    padding: 0 1.6rem 0 1rem
}

@media only screen and (max-width:768px) {
    .noticias .box-not .texto {
        padding: 0 1rem
    }
}

@media only screen and (max-width:550px) {
    .noticias .box-not .texto {
        padding: 0 .8rem
    }
}

.noticias .box-not .texto h3 {
    font-size: 1rem;
    margin: 0 0 .5rem;
    line-height: 1.1;
    font-weight: bold
}

.noticias .box-not .texto h3 a {
    color: #444
}

.noticias .box-not .texto h3 a:hover {
    color: #000
}

@media only screen and (max-width:550px) {
    .noticias .box-not .texto h3 {
        font-size: .85rem
    }
}

.noticias .box-not .texto p {
    font-size: .83rem;
    margin-bottom: .5rem
}

.noticias .box-not .texto .fecha {
    font-size: .66rem;
    font-weight: bold;
    margin-bottom: .3rem
}

.noticias .box-not .texto .leer-mas {
    color: #0091B2;
    font-size: .83rem;
    font-weight: 300;
    border-bottom: 1px solid #0091B2
}

.noticias .box-not .texto .leer-mas:hover {
    color: #00677f
}

.noticias .box-not.destacada figure {
    width: 54%;
    min-width: 54%
}

@media only screen and (max-width:991px) {
    .noticias .box-not.destacada figure {
        width: 50%;
        min-width: 50%
    }
}

@media only screen and (max-width:768px) {
    .noticias .box-not.destacada figure {
        width: 100%;
        min-width: 100%
    }
}

.noticias .box-not.destacada .texto {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media only screen and (max-width:768px) {
    .noticias .box-not.destacada .texto {
        padding: 0 1rem
    }
}

.noticias .box-not.destacada .texto h3 {
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.noticias .box-not.destacada .texto p {
    font-size: 1rem;
    margin-bottom: 1.2rem;
    line-height: 1.2
}

.noticias .box-not.destacada .texto .fecha {
    font-size: .917rem;
    margin-bottom: .5rem
}

.eventos {
    padding-bottom: 4.5rem
}

.eventos .titulo {
    margin-bottom: 3.2rem
}

.eventos .g-eventos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem
}

@media only screen and (max-width:768px) {
    .eventos .g-eventos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.eventos .g-eventos .box-evento {
    width: 25%;
    min-width: 25%
}

@media only screen and (max-width:768px) {
    .eventos .g-eventos .box-evento {
        width: 50%;
        min-width: 50%
    }
}

@media only screen and (max-width:550px) {
    .eventos .g-eventos .box-evento {
        width: 100%;
        min-width: 100%
    }
}

.eventos .g-eventos .box-evento.big {
    width: 50%;
    min-width: 50%
}

.eventos .g-eventos .box-evento.big .texto {
    padding-left: 2.4rem
}

@media only screen and (max-width:768px) {
    .eventos .g-eventos .box-evento.big {
        width: 100%;
        min-width: 100%;
        margin-bottom: 2rem
    }
    .eventos .g-eventos .box-evento.big .texto {
        padding-left: 1rem
    }
}

.eventos .g-eventos .box-evento figure {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.eventos .g-eventos .box-evento figure:hover {
    opacity: .9
}

.eventos .g-eventos .box-evento figure img {
    vertical-align: bottom;
    width: 100%
}

.eventos .g-eventos .box-evento .texto {
    padding: 1.5rem 1rem
}

.eventos .g-eventos .box-evento .texto h3 {
    font-size: 1.25rem;
    margin: 0 0 .5rem
}

.eventos .g-eventos .box-evento .texto p {
    margin-bottom: .5rem
}

.eventos .g-eventos .box-evento .texto .leer-mas {
    color: #0091B2;
    font-size: .83rem;
    font-weight: 300;
    border-bottom: 1px solid #0091B2
}

.eventos .g-eventos .box-evento .texto .leer-mas:hover {
    color: #00677f
}

.boxes-home-es {
    padding: 4rem 1.66rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:991px) {
    .boxes-home-es {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:768px) {
    .boxes-home-es {
        padding: 4rem 1rem 3rem
    }
}

.boxes-home-es .izq {
    width: 32%;
    min-width: 32%
}

@media only screen and (max-width:991px) {
    .boxes-home-es .izq {
        width: 100%;
        min-width: 100%
    }
}

.boxes-home-es .izq .box-h {
    height: 100%
}

@media only screen and (max-width:991px) {
    .boxes-home-es .izq .box-h {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1rem;
        text-align: left
    }
    .boxes-home-es .izq .box-h figure {
        width: 44%;
        min-width: 44%
    }
    .boxes-home-es .izq .box-h .texto {
        width: 52%;
        min-width: 52%;
        padding-left: 1rem
    }
    .boxes-home-es .izq .box-h .texto h3 {
        margin-top: 0;
        margin-bottom: .4rem
    }
    .boxes-home-es .izq .box-h .texto p {
        margin-bottom: .5rem
    }
}

@media only screen and (max-width:640px) {
    .boxes-home-es .izq .box-h {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .boxes-home-es .izq .box-h figure {
        width: 100%;
        min-width: 100%;
        margin-bottom: 1rem
    }
    .boxes-home-es .izq .box-h .texto {
        width: 100%;
        min-width: 100%;
        padding-left: 0
    }
}

.boxes-home-es .der {
    width: calc(68% - 1rem);
    min - width: calc(68% - 1rem)
}

.boxes-home-es .der .box-h {
    text-align: center
}

@media only screen and (max-width:991px) {
    .boxes-home-es .der {
        width: 100%;
        min-width: 100%
    }
}

.boxes-home-es .box-h {
    background: #F5F5F5;
    padding: 2rem
}

@media only screen and (max-width:768px) {
    .boxes-home-es .box-h {
        margin-bottom: 1rem
    }
}

@media only screen and (max-width:550px) {
    .boxes-home-es .box-h {
        padding: 1rem
    }
}

.boxes-home-es .box-h figure img {
    width: 100%
}

.boxes-home-es .box-h .texto h3 {
    margin: 1rem 0 .7rem;
    font-size: 1.25rem
}

.boxes-home-es .box-h .texto p {
    font-size: .917rem;
    line-height: 1.2
}

.boxes-home-es .box-h .texto .lista {
    font-size: .83rem;
    border-left: 3px solid #0091B2;
    padding-left: .5rem;
    margin-bottom: 1.2rem
}

.boxes-home-es .box-h .texto .lista p {
    font-size: .83rem;
    margin-bottom: 0
}

.boxes-home-es .box-h .texto .btn {
    display: block;
    font-size: .85rem;
    height: 2.08rem;
    padding: .6rem .5rem
}

.boxes-home-es .box-h.tipo-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    text-align: left
}

.boxes-home-es .box-h.tipo-2 figure {
    width: 44%;
    min-width: 44%
}

.boxes-home-es .box-h.tipo-2 .texto {
    width: 52%;
    min-width: 52%;
    padding-left: 1rem
}

.boxes-home-es .box-h.tipo-2 .texto h3 {
    margin-top: 0;
    margin-bottom: .4rem
}

.boxes-home-es .box-h.tipo-2 .texto p {
    margin-bottom: .5rem
}

@media only screen and (max-width:640px) {
    .boxes-home-es .box-h.tipo-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .boxes-home-es .box-h.tipo-2 figure {
        width: 100%;
        min-width: 100%;
        margin-bottom: 1rem
    }
    .boxes-home-es .box-h.tipo-2 .texto {
        width: 100%;
        min-width: 100%;
        padding-left: 0
    }
}

.pueblos {
    padding-bottom: 3rem
}

.pueblos .w-pueblos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:991px) {
    .pueblos .w-pueblos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.pueblos .w-pueblos .texto {
    font-size: 1.58rem;
    width: 20rem;
    min-width: 20rem;
    text-align: right;
    line-height: 1.1;
    padding-right: 1.5rem;
    padding-top: 1rem
}

.pueblos .w-pueblos .texto b {
    color: #0091B2
}

@media only screen and (max-width:991px) {
    .pueblos .w-pueblos .texto {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        width: 100%;
        min-width: 100%;
        font-size: 1.4rem;
        margin: 0 auto;
        padding: 0 0 2rem
    }
}

.pueblos .w-pueblos .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:991px) {
    .pueblos .w-pueblos .boxes {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:550px) {
    .pueblos .w-pueblos .boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.pueblos .w-pueblos .boxes .box-pueblo {
    width: 14rem;
    min-width: 14rem;
    background: #F5F5F5;
    padding: 1rem 1.6rem;
    margin-left: 1.5rem
}

@media only screen and (max-width:550px) {
    .pueblos .w-pueblos .boxes .box-pueblo {
        width: 100%;
        min-width: 100%;
        margin: 0 0 1rem
    }
}

.pueblos .w-pueblos .boxes .box-pueblo h3 {
    margin: 0 0 .8rem
}

.pueblos .w-pueblos .boxes .box-pueblo p {
    font-size: .917rem;
    line-height: 1.2;
    margin-bottom: 1.5rem
}

.pueblos .w-pueblos .boxes .box-pueblo .btn {
    display: block;
    font-size: .85rem;
    height: 2.08rem;
    padding: .6rem 1rem
}

.c-logos {
    margin-bottom: 4rem
}

.biblioteca-digital {
    background: #0091B3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 0;
    position: relative
}

@media only screen and (max-width:768px) {
    .biblioteca-digital {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.biblioteca-digital .ic-biblio {
    position: absolute;
    top: 0;
    left: 23%;
    height: 100%;
    width: auto
}

.biblioteca-digital .izq {
    width: 20rem;
    text-align: right;
    padding-right: 3rem;
    position: relative
}

@media only screen and (max-width:768px) {
    .biblioteca-digital .izq {
        text-align: center;
        margin-bottom: 2rem;
        padding-right: 1rem;
        padding-left: 1rem
    }
}

.biblioteca-digital .izq h3 {
    margin: 0;
    color: #fff;
    font-size: 3.33rem;
    font-weight: bold;
    line-height: 1
}

.biblioteca-digital .izq h4 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: normal;
    color: #fff;
    letter-spacing: 2px
}

.biblioteca-digital .der {
    width: 21.6rem;
    min-width: 21.6rem;
    position: relative
}

@media only screen and (max-width:768px) {
    .biblioteca-digital .der {
        text-align: center;
        max-width: 100%;
        min-width: 0;
        padding: 0 1rem
    }
}

.biblioteca-digital .der h4 {
    font-size: 1.25rem;
    margin: 0 0 .4rem;
    color: #fff;
    letter-spacing: 2px
}

.biblioteca-digital .der p {
    font-size: .917rem;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1rem
}

.biblioteca-digital .der .btn {
    display: inline-block
}

.biblioteca-digital.gris {
    background: #E2E9EC
}

.biblioteca-digital.gris .izq h3 {
    color: #0091B2
}

.biblioteca-digital.gris .izq h4 {
    color: #0091B2
}

.biblioteca-digital.gris .der h4 {
    color: #0091B2
}

.biblioteca-digital.gris .der p {
    color: #0091B2
}

.noticias-es {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0 1rem
}

@media only screen and (max-width:991px) {
    .noticias-es {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 3rem
    }
}

.noticias-es .titulo-2 {
    text-align: center
}

.noticias-es .noticias {
    width: 67%;
    min-width: 67%
}

@media only screen and (max-width:991px) {
    .noticias-es .noticias {
        width: 100%;
        min-width: 100%
    }
}

.noticias-es .noticias .noticias-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0
}

.noticias-es .noticias .noticias-home .izq {
    width: 100%
}

.noticias-es .noticias .noticias-home .izq .box-not.destacada figure {
    width: 50%;
    min-width: 50%
}

@media only screen and (max-width:768px) {
    .noticias-es .noticias .noticias-home .izq .box-not.destacada figure {
        width: 100%;
        min-width: 100%
    }
}

.noticias-es .noticias .noticias-home .izq .box-not.destacada .texto p {
    font-size: .917rem
}

.noticias-es .noticias .noticias-home .der {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.noticias-es .noticias .noticias-home .der .box-not {
    width: 50%;
    min-width: 50%
}

.noticias-es .noticias .noticias-home .der .box-not .texto {
    padding-right: 1.4rem
}

.noticias-es .twitter {
    width: 33%;
    min-width: 33%;
    padding: 2rem 2.6rem 1rem 0
}

@media only screen and (max-width:991px) {
    .noticias-es .twitter {
        width: 100%;
        min-width: 100%;
        padding: 1rem 1rem 0
    }
}

.noticias-es .twitter .w-twitter {
    background: #F5F5F5;
    text-align: center;
    padding: 2.5rem 2.7rem 2rem;
    margin-bottom: 1.8rem
}

@media only screen and (max-width:550px) {
    .noticias-es .twitter .w-twitter {
        padding: 2rem 1rem
    }
}

.noticias-es .twitter .w-twitter .ic-twitter {
    color: #0D4C98;
    font-size: 2rem;
    margin-bottom: 1rem
}

.noticias-es .twitter .w-twitter p {
    font-size: .917rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: .5rem
}

.noticias-es .twitter .w-twitter p a {
    font-size: .75rem;
    color: #0091B2;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0
}

.noticias-es .twitter .w-twitter .tiempo {
    font-size: .6rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #46474B
}

.noticias-es .twitter .w-twitter figure img {
    width: 100%
}

.noticias-es .twitter .carrusel .tns-controls button:after {
    font-size: 1.5rem;
    color: #CCC
}

.noticias-es .twitter .carrusel .tns-controls button:first-child {
    left: -1.7rem
}

.noticias-es .twitter .carrusel .tns-controls button:last-child {
    right: -1.7rem
}

.noticias-es .twitter .btn {
    display: inline-block
}

.c-logos a {
    display: block
}

.c-logos a img {
    width: 100%
}

.bread {
    font-size: .66rem;
    color: #9B9B9B;
    font-weight: 300;
    padding: 1.6rem 0 1.3rem
}

.bread .wrap {
    padding: 0 2rem
}

@media only screen and (max-width:768px) {
    .bread .wrap {
        padding: 0 1rem
    }
}

.bread a {
    color: #9B9B9B
}

.bread span {
    font-weight: bold
}

.banner-interior {
    position: relative;
    height: 18.75rem
}

@media only screen and (max-width:480px) {
    .banner-interior {
        height: 20rem
    }
}

.banner-interior .bg-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-interior .texto {
    position: relative;
    height: 100%;
    z-index: 2;
    width: 43.5rem;
    max-width: 100%
}

.banner-interior .texto .wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner-interior .texto .logo-a-tu-medida {
    width: 23rem;
    margin-bottom: 1.2rem
}

.banner-interior .texto .logo-enexpro img {
    width: 25.5rem;
    max-width: 100%
}

.banner-interior .texto .categoria {
    font-size: .917rem;
    color: #0091B2;
    font-weight: bold;
    background: rgba(255, 255, 255, .6);
    padding: .25rem .7rem .2rem;
    margin-bottom: .5rem
}

.banner-interior .texto h1 {
    font-size: 2.3rem;
    margin: 0 0 .8rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.1
}

@media only screen and (max-width:768px) {
    .banner-interior .texto h1 {
        font-size: 2rem
    }
}

@media only screen and (max-width:480px) {
    .banner-interior .texto h1 {
        font-size: 1.5rem;
        line-height: 1
    }
}

.banner-interior .texto p {
    color: #fff;
    font-size: .91rem;
    margin-bottom: 0
}

.banner-interior .texto p.big {
    font-size: 1.25rem;
    font-weight: bold
}

@media only screen and (max-width:480px) {
    .banner-interior .texto p {
        font-size: .9rem
    }
    .banner-interior .texto p.big {
        font-size: 1.1rem
    }
}

.banner-interior .texto ul {
    list-style: none;
    padding-left: 0;
    margin: .5rem 0
}

.banner-interior .texto ul li {
    color: #fff;
    font-size: .91rem;
    position: relative;
    padding-left: .8rem;
    margin-bottom: .2rem
}

.banner-interior .texto ul li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px
}

.banner-interior .texto .borde-blanco {
    display: inline-block;
    margin-top: .65rem
}

.banner-interior .texto .logo-banner {
    margin-bottom: .5rem
}

@media only screen and (max-width:1550px) {
    .banner-interior .texto .logo-banner {
        margin-bottom: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-transform-origin: left;
        transform-origin: left;
        margin-top: -1.5rem
    }
}

.bg-gris {
    background: #F5F5F5
}

.filtro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:768px) {
    .filtro {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 2rem
    }
}

.filtro .form-group {
    position: relative;
    margin: 0 .7rem
}

@media only screen and (max-width:768px) {
    .filtro .form-group {
        margin: 0 .5rem 1rem
    }
}

.filtro select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-image: url(../images/bg-select.png);
    background-size: auto .4rem;
    background-position: right center;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 3px solid #0091B2;
    width: 7rem;
    height: 2rem;
    font-size: .8rem;
    color: #444
}

.filtro select.small {
    width: 4.45rem
}

.filtro select.big {
    width: 9.5rem
}

.filtro input {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 3px solid #0091B2;
    width: 7rem;
    height: 2rem;
    font-size: .8rem;
    color: #444
}

.filtro input::-webkit-input-placeholder {
    color: #444
}

.filtro input::-moz-placeholder {
    color: #444
}

.filtro input:-ms-input-placeholder {
    color: #444
}

.filtro input:-moz-placeholder {
    color: #444
}

.filtro input[type="submit"] {
    background: #0091B2;
    color: #fff;
    font-size: .917rem;
    font-weight: bold
}

.filtro .f-buscador input {
    width: 11rem
}

.filtro .f-buscador button {
    position: absolute;
    border: 0;
    background: transparent;
    color: #0091B2;
    font-size: 1.1rem;
    right: 0;
    padding: 0;
    bottom: .6rem
}

.biblioteca {
    padding: 4rem 0
}

.biblioteca .g-biblioteca .box-biblioteca {
    position: relative;
    padding: 1.2rem;
    background: #fff;
    height: calc(100% - 1rem);
    margin-bottom: 1rem;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .1)
}

.biblioteca .g-biblioteca .box-biblioteca .fecha {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    font-size: .83rem;
    color: #fff;
    font-weight: bold;
    background: #0091B2;
    padding: .1rem .3rem
}

.biblioteca .g-biblioteca .box-biblioteca figure {
    margin-bottom: .5rem
}

.biblioteca .g-biblioteca .box-biblioteca figure img {
    width: 100%;
    vertical-align: bottom
}

.biblioteca .g-biblioteca .box-biblioteca .texto h5 {
    margin: 0 0 .4rem;
    font-size: .75rem;
    color: #707070;
    font-weight: normal;
    text-transform: uppercase
}

.biblioteca .g-biblioteca .box-biblioteca .texto h3 {
    margin: 0 0 .4rem;
    font-size: 1rem;
    font-weight: bold
}

.biblioteca .g-biblioteca .box-biblioteca .texto p {
    font-size: .75rem;
    line-height: 1.2;
    margin-bottom: 1rem
}

.biblioteca .g-biblioteca .box-biblioteca .texto a {
    display: block
}

.biblioteca .g-biblioteca .box-act .texto .btn-link {
    font-size: .917rem
}

.box-noticia {
    position: relative;
    padding: 1.2rem;
    background: #fff;
    height: calc(100% - 1rem);
    margin-bottom: 1rem;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .1)
}

.box-noticia .fecha {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    font-size: .83rem;
    color: #fff;
    font-weight: bold;
    background: #0091B2;
    padding: .1rem .3rem
}

.box-noticia figure {
    margin-bottom: .5rem
}

.box-noticia figure img {
    width: 100%;
    vertical-align: bottom
}

.box-noticia .texto h5 {
    margin: 0 0 .4rem;
    font-size: .75rem;
    color: #707070;
    font-weight: normal;
    text-transform: uppercase
}

.box-noticia .texto h3 {
    margin: 0 0 .4rem;
    font-size: 1.2rem;
    font-weight: bold
}

.box-noticia .texto p {
    font-size: .75rem;
    line-height: 1.2;
    margin-bottom: 1rem
}

.box-noticia .texto .btn {
    display: block;
    max-width: 90%;
    margin: 0 auto
}

.paginador {
    text-align: center;
    padding: 1.2rem 0
}

.paginador a {
    display: inline-block;
    color: #444;
    font-size: 1.16rem;
    margin: 0 .3rem
}

.paginador a:hover {
    color: #0091B2
}

.paginador a.pag-nav {
    margin: 0 .5rem
}

.newsletter {
    background-image: url(../images/bg-newsletter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-color: #fff;
    padding: 2.4rem 1rem;
    text-align: center
}

.newsletter.certificacion {
    background-image: url(../images/ic-cer.png)
}

.newsletter.bg-gris {
    background-color: #F0F3F4;
    background-image: url(../images/bg-newsletter-gris.png)
}

.newsletter h3 {
    font-size: 1.25rem;
    color: #0091B2;
    margin: 0 0 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px
}

@media only screen and (max-width:550px) {
    .newsletter h3 {
        letter-spacing: 1px;
        font-size: 1.1rem
    }
}

.newsletter p {
    color: #0091B2;
    font-size: .9rem;
    width: 36.8rem;
    max-width: 100%;
    margin: 0 auto 1.2rem
}

.newsletter .form-news {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.newsletter .form-news input {
    font-size: .83rem;
    border: 0;
    border-bottom: 2px solid #0091B2;
    width: 15rem;
    color: #0091B2;
    background: transparent
}

.newsletter .form-news input::-webkit-input-placeholder {
    color: #0091B2
}

.newsletter .form-news input::-moz-placeholder {
    color: #0091B2
}

.newsletter .form-news input:-ms-input-placeholder {
    color: #0091B2
}

.newsletter .form-news input:-moz-placeholder {
    color: #0091B2
}

.newsletter .form-news button {
    color: #fff;
    font-weight: bold;
    font-size: .91rem;
    background: #0091B2;
    padding: .5rem 1rem;
    border-radius: 2px;
    border: 0;
    width: 9.9rem;
    margin-left: 1rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.newsletter .form-news button:hover {
    background: #007c99
}

.s-block {
    padding: 4rem 0
}

.s-block.pb-2 {
    padding-bottom: 2rem
}

.s-block.pb-0 {
    padding-bottom: 0
}

.s-block.pt-0 {
    padding-top: 0
}

.s-block.pt-1 {
    padding-top: 1rem
}

.s-block.pt-2 {
    padding-top: 2rem
}

.w-facultad {
    background: #fff
}

.w-facultad .menu-facultad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:768px) {
    .w-facultad .menu-facultad {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.w-facultad .menu-facultad a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #E2E9EC;
    font-size: 1rem;
    font-weight: bold;
    color: #A4A5A5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 4.37rem;
    padding: .5rem;
    border-right: 2px solid #fff
}

.w-facultad .menu-facultad a:hover {
    background: #d3dde2
}

@media only screen and (max-width:768px) {
    .w-facultad .menu-facultad a {
        font-size: .85rem;
        min-width: 25%
    }
}

.w-facultad .menu-facultad a:last-child {
    border-right: none
}

.w-facultad .menu-facultad a.activo {
    background: #fff;
    color: #2A7494
}

.w-facultad .c-facultad {
    padding: 2.7rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:768px) {
    .w-facultad .c-facultad {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2.7rem 1rem
    }
}

.w-facultad .c-facultad .menu-lateral {
    width: 16.5rem;
    min-width: 16.5rem
}

@media only screen and (max-width:768px) {
    .w-facultad .c-facultad .menu-lateral {
        width: 100%;
        min-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 2.5rem
    }
}

.w-facultad .c-facultad .menu-lateral a {
    display: block;
    font-size: .917rem;
    color: #9B9B9B;
    background: #F7F7F7;
    font-weight: 800;
    padding: .8rem 1rem;
    margin-bottom: .2rem
}

.w-facultad .c-facultad .menu-lateral a:hover {
    background: #eee
}

@media only screen and (max-width:768px) {
    .w-facultad .c-facultad .menu-lateral a {
        width: 50%;
        min-width: 50%;
        border-right: 2px solid #fff
    }
}

@media only screen and (max-width:550px) {
    .w-facultad .c-facultad .menu-lateral a {
        width: 100%;
        min-width: 100%;
        border-right: none
    }
}

.w-facultad .c-facultad .menu-lateral a.activo {
    border-left: 3px solid #04809F;
    color: #0091B2
}

.w-facultad .c-facultad .texto {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 5.5rem 0 4rem
}

.w-facultad .c-facultad .texto.pr-0 {
    padding-right: 1rem
}

@media only screen and (max-width:1200px) {
    .w-facultad .c-facultad .texto {
        padding: 0 0 0 2rem
    }
    .w-facultad .c-facultad .texto.pr-0 {
        padding-right: 0
    }
}

@media only screen and (max-width:768px) {
    .w-facultad .c-facultad .texto {
        padding: 0
    }
}

.w-facultad .c-facultad .texto figure img {
    width: 100%
}

.w-facultad .c-facultad .texto p {
    font-size: .917rem;
    margin-bottom: 1.5rem
}

.s-postula {
    padding: 1.5rem 0
}

.s-postula .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:550px) {
    .s-postula .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.s-postula p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 2.5rem 0 0;
    font-size: 1.083rem;
    font-weight: bold
}

.s-postula p img {
    width: 2.5rem;
    margin-right: .7rem
}

@media only screen and (max-width:550px) {
    .s-postula p {
        margin-bottom: 1rem
    }
}

.s-postula .btn {
    height: 2.7rem;
    width: 13.45rem;
    font-size: .917rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.w-convocatoria {
    padding: 4rem 2rem
}

.w-convocatoria.pt-0 {
    padding-top: 0
}

.w-convocatoria.pb-0 {
    padding-bottom: 0
}

@media only screen and (max-width:768px) {
    .w-convocatoria {
        padding: 3rem 0
    }
    .w-convocatoria.c-p {
        padding: 3rem 1rem
    }
}

.w-convocatoria .texto-conv {
    margin-bottom: 2rem
}

.w-convocatoria .texto-conv.mb-0 {
    margin-bottom: 0
}

.w-convocatoria .texto-conv p {
    font-size: .917rem
}

.w-convocatoria .texto-conv p.destacado {
    font-size: 1.55rem;
    color: #0091B2;
    font-weight: normal;
    line-height: 1.2;
    margin: 2rem 0 .5rem
}

.w-convocatoria .dudas {
    padding-top: 1rem
}

.w-convocatoria .dudas p {
    font-size: .917rem
}

.w-convocatoria .dudas .btn {
    padding: .8rem 2rem .8rem;
    width: 14rem;
    max-width: 100%;
    display: inline-block
}

.bloque-conv {
    border-bottom: 1px solid #707070;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem
}

.bloque-conv.s-b {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.bloque-conv .titulo-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .5rem
}

.bloque-conv .titulo-2 img {
    width: 1.875rem;
    height: auto;
    margin-right: .7rem
}

.bloque-conv p {
    font-size: .917rem;
    margin-bottom: 1.2rem
}

.bloque-conv .botones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bloque-conv .botones.full {
    display: block
}

.bloque-conv .botones a {
    margin-bottom: 1rem;
    margin-right: .8rem
}

.bloque-conv .botones a:last-child {
    margin-right: 0
}

.bloque-conv .botones a.full {
    width: 100%;
    font-size: .8rem;
    padding: .4rem .3rem;
    margin-bottom: 1rem
}

.mas-act .carrusel {
    max-width: 54rem;
    margin: 0 auto 1rem
}

.box-act {
    position: relative;
    padding: 1.2rem;
    background: #fff;
    height: calc(100% - 1rem);
    margin-bottom: 1rem;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .1)
}

.box-act .fecha {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    font-size: .83rem;
    color: #fff;
    font-weight: bold;
    background: #0091B2;
    padding: .1rem .3rem
}

.box-act figure {
    margin-bottom: .5rem
}

.box-act figure img {
    width: 100%;
    vertical-align: bottom
}

.box-act .texto h5 {
    margin: 0 0 .4rem;
    font-size: .75rem;
    color: #707070;
    font-weight: normal;
    text-transform: uppercase
}

.box-act .texto h6 {
    color: #707070;
    font-size: .75rem;
    font-weight: bold;
    margin: .4rem 0 .8rem
}

.box-act .texto h3 {
    margin: 0 0 .4rem;
    font-size: 1rem;
    font-weight: bold
}

.box-act .texto p {
    font-size: .75rem;
    line-height: 1.2;
    margin-bottom: .5rem
}

.box-act .texto a {
    display: block
}

.box-act .texto .cerrada {
    font-size: .75rem;
    display: inline-block;
    color: #fff;
    background: #9B9B9B;
    padding: .4rem 1rem;
    font-weight: bold;
    text-transform: uppercase
}

.box-act .texto .btn-link {
    font-size: 1.083rem;
    color: #0091B2;
    font-weight: 800
}

.box-act .texto .btn-link:hover {
    color: #00748e
}

.box-act .texto .btn-link span {
    display: inline-block;
    width: 1.083rem;
    height: 1.083rem;
    border-radius: 50%;
    border: 2px solid #0091B2;
    text-align: center;
    font-size: .6rem;
    padding-top: .1rem
}

.boxes-int {
    padding: 5rem 0 3rem
}

.boxes-int .bajada {
    text-align: center;
    width: 100%;
    margin: -1.5rem auto 2rem;
    color: #444;
    font-weight: 900
}

.boxes-int .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:768px) {
    .boxes-int .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.boxes-int .box-int {
    max-width: 32rem;
    text-align: center;
    padding: 1.5rem 2rem;
    margin: 0 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%
}

@media only screen and (max-width:768px) {
    .boxes-int .box-int {
        margin: 0 0 1rem;
        width: 100%
    }
}

.boxes-int .box-int.box-herramientas {
    background-color: #0091B2;
    background-image: url(../images/ic-herramientas.png)
}

.boxes-int .box-int.box-convenios {
    background-color: #9B9B9B;
    background-image: url(../images/ic-convenios.png)
}

.boxes-int .box-int h3 {
    margin: 0 0 .5rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem
}

.boxes-int .box-int p {
    font-size: .917rem;
    color: #fff;
    margin-bottom: 1.2rem
}

.boxes-int .box-int .btn {
    display: inline-block;
    padding: .5rem 2rem
}

.boxes-int.boxes-interes {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:768px) {
    .boxes-int.boxes-interes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.boxes-int.boxes-interes .box-int {
    margin: 0 1rem;
    position: relative;
    height: 12.87rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 48%;
    min-width: 48%;
    padding: 1.5rem;
    overflow: hidden
}

@media only screen and (max-width:768px) {
    .boxes-int.boxes-interes .box-int {
        width: 100%;
        min-width: 100%;
        margin: 0 0 1.5rem;
        height: auto
    }
}

.boxes-int.boxes-interes .box-int.bg-azul {
    background: #0091B2
}

.boxes-int.boxes-interes .box-int.bg-gris {
    background: #9B9B9B
}

.boxes-int.boxes-interes .box-int .bg-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    margin: 0 auto
}

.boxes-int.boxes-interes .box-int h3 {
    position: relative;
    z-index: 2;
    margin-bottom: .5rem
}

.boxes-int.boxes-interes .box-int p {
    position: relative;
    z-index: 2
}

.boxes-int.boxes-interes .box-int p.small {
    text-align: right;
    font-size: .7rem;
    width: 100%;
    margin-top: 1.5rem
}

.boxes-int.boxes-interes .box-int a {
    position: relative;
    z-index: 2;
    width: 18.75rem;
    margin: 1.2rem auto 0;
    max-width: 100%
}

.boxes-int.boxes-interes .box-int .d-interes {
    margin-top: .2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:550px) {
    .boxes-int.boxes-interes .box-int .d-interes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.boxes-int.boxes-interes .box-int .d-interes .izq {
    padding-right: 1.5rem
}

@media only screen and (max-width:550px) {
    .boxes-int.boxes-interes .box-int .d-interes .izq {
        padding-right: 0
    }
}

.boxes-int.boxes-interes .box-int .d-interes p {
    margin-bottom: .2rem;
    text-align: left;
    font-size: .7rem
}

.text-center {
    text-align: center
}

.n-marcas {
    padding: 3rem 0
}

.n-marcas .w-marcas {
    width: 48rem;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.n-marcas .w-marcas .item {
    width: 33.3%;
    padding: 2rem;
    margin-bottom: 2.5rem
}

.n-marcas .w-marcas .item img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

@media only screen and (max-width:1500px) {
    .n-marcas .w-marcas .item img {
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }
}

.n-marcas .w-marcas .item img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

@media only screen and (max-width:768px) {
    .n-marcas .w-marcas .item {
        padding: 2rem 1rem
    }
}

@media only screen and (max-width:550px) {
    .n-marcas .w-marcas .item {
        width: 50%
    }
}

.modal-marca {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, .8);
    text-align: center;
    padding: 2rem 1rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -1;
    opacity: 0;
    visibility: hidden
}

.modal-marca.visible {
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.modal-marca .w-modal {
    width: 55.5rem;
    max-width: 100%;
    background: #FFF;
    margin: 0 auto
}

.modal-marca .w-modal .marca-body {
    padding: 3rem 5rem 2rem
}

@media only screen and (max-width:768px) {
    .modal-marca .w-modal .marca-body {
        padding: 2rem 2rem
    }
}

@media only screen and (max-width:550px) {
    .modal-marca .w-modal .marca-body {
        padding: 2rem 1rem
    }
}

.modal-marca .w-modal .marca-body p {
    text-align: left;
    font-size: .917rem
}

.modal-marca .w-modal .marca-body .w-video {
    margin: 2rem 0
}

.modal-marca .w-modal .marca-body .w-video img {
    width: 100%;
    vertical-align: bottom
}

.herramientas {
    width: 58rem;
    margin: 0 auto;
    max-width: 100%
}

.herramientas .bajada {
    margin-bottom: 5rem
}

.herramientas .bajada p {
    font-size: 1rem;
    color: #808181;
    margin-bottom: .5rem
}

.herramientas .m-herramientas {
    text-align: center;
    margin-bottom: 3rem
}

@media only screen and (max-width:550px) {
    .herramientas .m-herramientas {
        margin: 0 -1rem 2.5rem
    }
}

.herramientas .m-herramientas a {
    display: inline-block;
    font-size: .83rem;
    color: #0091B2;
    border: 2px solid #0091B2;
    padding: .2rem 1rem;
    font-weight: bold;
    min-width: 8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 1.4rem .5rem
}

.herramientas .m-herramientas a.activo {
    background: #0091B2;
    color: #fff
}

@media only screen and (max-width:550px) {
    .herramientas .m-herramientas a {
        margin: 0 .5rem .5rem;
        width: calc(50% - 1.5rem);
        min-width: 0;
        letter-spacing: 0;
        padding: .2rem .5rem
    }
}

.herramientas .w-herramientas .box-herramienta {
    position: relative;
    margin-bottom: 1rem
}

.herramientas .w-herramientas .box-herramienta .img-h {
    width: 100%;
    vertical-align: bottom
}

.herramientas .w-herramientas .box-herramienta .categorias {
    position: absolute;
    top: 1.5rem;
    left: 0
}

.herramientas .w-herramientas .box-herramienta .categorias span {
    display: block;
    font-size: .83rem;
    color: #0091B2;
    padding: .2rem 1rem;
    font-weight: bold;
    text-align: left;
    min-width: 8.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 .5rem;
    background: #fff
}

.herramientas .w-herramientas .box-herramienta .texto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 2rem
}

.herramientas .w-herramientas .box-herramienta .texto h4 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 .5rem
}

.herramientas .w-herramientas .box-herramienta .texto p {
    color: #fff;
    font-size: .917rem;
    text-align: center;
    width: 12.5rem;
    max-width: 100%
}

.herramientas .w-herramientas .box-herramienta.tipo2 .texto {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    background: transparent;
    height: auto;
    display: block;
    text-align: left;
    padding: 1rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden
}

.herramientas .w-herramientas .box-herramienta.tipo2 .texto:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.herramientas .w-herramientas .box-herramienta.tipo2 .texto h4 {
    margin: 0 0 .5rem;
    font-size: 1.083rem;
    color: #0091B2;
    font-weight: 900;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.herramientas .w-herramientas .box-herramienta.tipo2 .texto p {
    font-size: .83rem;
    color: #3A3C3C;
    width: 100%;
    text-align: left;
    margin-bottom: -1rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.herramientas .w-herramientas .box-herramienta.tipo2 .texto a {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: .75rem;
    text-decoration: underline;
    position: relative
}

.herramientas .w-herramientas .box-herramienta.tipo2:hover .texto {
    background: transparent
}

.herramientas .w-herramientas .box-herramienta.tipo2:hover .texto:before {
    top: 100%;
    opacity: 0;
    visibility: hidden
}

.herramientas .w-herramientas .box-herramienta.tipo2:hover .texto h4 {
    color: #fff
}

.herramientas .w-herramientas .box-herramienta.tipo2:hover .texto p {
    color: #fff;
    margin-bottom: .2rem
}

.herramientas .w-herramientas .box-herramienta.tipo2:hover .texto a {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.w - calculadora .titulo - 2 {
    margin-bottom: 1.5rem
}

@media only screen and (max-width:768px) {
    .w - calculadora .texto {
        margin-bottom: 2rem
    }
}

.w - calculadora .texto p {
    margin-bottom: 2rem
}

.w-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.w-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pasos - calc .titulo - 2 {
    margin-bottom: 3rem
}

.pasos - calc .box - paso - calc {
    background: #fff;
    padding: .5rem;
    height: calc(100% - 2rem);
    margin-bottom: 2rem
}

@media only screen and (max-width:768px) {
    .pasos - calc .box - paso - calc {
        height: auto;
        margin-bottom: 1rem;
        padding-bottom: 2rem
    }
}

.pasos - calc .box - paso - calc figure {
    width: 100%
}

.pasos - calc .box - paso - calc figure img {
    width: 100%
}

.pasos - calc .box - paso - calc .texto {
    text-align: center;
    padding: 1.5rem 0 0
}

.pasos - calc .box - paso - calc .texto h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem
}

.pasos - calc .box - paso - calc .texto h4 {
    font-size: .83rem;
    margin: 0 0 3rem
}

@media only screen and (max-width:768px) {
    .pasos - calc .box - paso - calc .texto h4 {
        margin-bottom: 1.5rem
    }
}

.pasos - calc .box - paso - calc .texto select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-image: url(../images/bg-select.png);
    background-size: auto .4rem;
    background - position: calc(100% - .5rem)center;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #0091B2;
    width: 85%;
    height: 2rem;
    font-size: .8rem;
    color: #444
}

.pasos - calc .box - paso - calc .texto select.small {
    width: 4.45rem
}

.pasos - calc .box - paso - calc .texto .form - group {
    text-align: left;
    max-width: 85%;
    margin: 0 auto 2rem;
    position: relative
}

.pasos - calc .box - paso - calc .texto .form - group label {
    font-size: .78rem;
    font-weight: normal;
    margin-bottom: .5rem;
    display: block
}

.pasos - calc .box - paso - calc .texto .form - group input {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #0091B2;
    font-size: .8rem
}

.pasos - calc .box - paso - calc .texto .form - group .info {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    border: 1px solid #0091B2;
    color: #0091B2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .6rem;
    position: absolute;
    right: 0;
    bottom: .3rem
}

.pasos - calc .resultados {
    padding: 3.5rem 0 0
}

.pasos - calc .resultados .titulo - 2 {
    margin-bottom: 2rem
}

.pasos - calc .resultados .box - resultado {
    background: #fff;
    padding: .8rem .5rem;
    text-align: center
}

@media only screen and (max-width:768px) {
    .pasos - calc .resultados .box - resultado {
        margin-bottom: 1rem
    }
}

.pasos - calc .resultados .box - resultado h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
    height: 2rem
}

.pasos - calc .resultados .box - resultado h3 span {
    display: block;
    font-size: .91rem;
    color: #0091B2;
    font-weight: normal
}

.pasos - calc .resultados .box - resultado .valor {
    font-size: 2rem;
    color: #707070;
    text-align: center;
    border-bottom: 2px solid #0091B2;
    font-weight: bold;
    padding: .3rem;
    width: 80%;
    margin: 0 auto
}

.pueblos-or {
    padding: 3rem 0
}

@media only screen and (max-width:550px) {
    .pueblos-or {
        padding: 2rem 0
    }
}

.box-audio {
    margin-bottom: 1rem
}

.box-audio figure img {
    width: 100%
}

.box-audio .video img {
    width: 100%
}

.box-audio .video video {
    width: 100%
}

.box-audio .texto {
    padding: 1rem 3rem
}

@media only screen and (max-width:550px) {
    .box-audio .texto {
        padding: 1rem
    }
}

.box-audio .texto h5 {
    margin: 0 0 .4rem;
    color: #0091B2;
    font-weight: bold;
    font-size: .917rem
}

.box-audio .texto h4 {
    margin: 0 0 .8rem;
    color: #444;
    font-weight: normal;
    text-transform: uppercase;
    font-size: .83rem
}

.box-audio .texto h3 {
    margin: 0 0 .5rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #444
}

.box-video {
    margin-bottom: 1rem
}

.box-video figure img {
    width: 100%
}

.box-video .video img {
    width: 100%
}

.box-video .video video {
    width: 100%
}

.box-video .texto {
    padding: 1rem 3rem
}

@media only screen and (max-width:550px) {
    .box-video .texto {
        padding: 1rem
    }
}

.box-video .texto h5 {
    margin: 0 0 .4rem;
    color: #0091B2;
    font-weight: bold;
    font-size: .917rem
}

.box-video .texto h4 {
    margin: 0 0 .5rem;
    color: #444;
    font-weight: normal;
    text-transform: uppercase;
    font-size: .83rem
}

.box-video .texto h3 {
    margin: 0 0 .7rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #444
}

.box-video .texto p {
    color: #707070;
    font-weight: bold
}

.box-video .texto .btn-link {
    font-size: 1.083rem;
    color: #0091B2;
    font-weight: 800
}

.box-video .texto .btn-link:hover {
    color: #00748e
}

.box-video .texto .btn-link span {
    display: inline-block;
    width: 1.083rem;
    height: 1.083rem;
    border-radius: 50%;
    border: 2px solid #0091B2;
    text-align: center;
    font-size: .6rem;
    padding-top: .1rem
}

.tutoriales {
    padding: 0 3rem 1.5rem
}

@media only screen and (max-width:550px) {
    .tutoriales {
        padding: 0 1rem 1.5rem
    }
}

.tutoriales .titulo-2 {
    margin-bottom: 1.5rem
}

.tutoriales p {
    margin-bottom: 2rem
}

.iconos-ben {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
    margin: 3rem 0 1rem
}

@media only screen and (max-width:550px) {
    .iconos-ben {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.iconos-ben .item {
    width: 12rem;
    min-width: 12rem;
    margin: 0 1rem
}

@media only screen and (max-width:768px) {
    .iconos-ben .item {
        width: 32%;
        min-width: 32%;
        margin: 0 .2rem
    }
}

@media only screen and (max-width:768px) {
    .iconos-ben .item {
        margin-bottom: 1rem
    }
}

.iconos-ben figure {
    height: 4.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem
}

@media only screen and (max-width:1550px) {
    .iconos-ben figure img {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

.iconos-ben h3 {
    font-size: 1.6rem;
    margin: 0 0 .2rem;
    font-weight: bold
}

.iconos-ben p {
    line-height: 1.2
}

.texto-beneficios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 0 1rem
}

@media only screen and (max-width:768px) {
    .texto-beneficios {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.texto-beneficios .t-1 {
    font-size: 2rem;
    font-weight: 900;
    color: #46474B;
    text-transform: uppercase;
    width: 30%;
    min-width: 30%;
    line-height: 1
}

@media only screen and (max-width:768px) {
    .texto-beneficios .t-1 {
        width: 80%;
        min-width: 80%;
        margin-bottom: 1.5rem
    }
}

@media only screen and (max-width:550px) {
    .texto-beneficios .t-1 {
        font-size: 1.5rem;
        width: 100%;
        min-width: 100%;
        text-align: center
    }
}

.texto-beneficios .llave {
    font-size: 4.16rem;
    margin: 0 1rem
}

@media only screen and (max-width:768px) {
    .texto-beneficios .llave {
        margin-bottom: 1rem
    }
}

@media only screen and (max-width:550px) {
    .texto-beneficios .llave {
        font-size: 3.5rem;
        width: 100%;
        text-align: center;
        margin-bottom: 1.5rem
    }
}

.texto-beneficios .t-2 {
    font-size: 2rem;
    font-weight: normal;
    color: #46474B;
    text-transform: uppercase;
    width: 28%;
    min-width: 28%;
    line-height: 1
}

@media only screen and (max-width:768px) {
    .texto-beneficios .t-2 {
        width: 45%;
        min-width: 45%
    }
}

@media only screen and (max-width:550px) {
    .texto-beneficios .t-2 {
        width: 100%;
        min-width: 100%;
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
        text-align: center
    }
}

.texto-beneficios ul {
    margin: 0;
    list-style: none;
    padding-left: 0
}

@media only screen and (max-width:768px) {
    .texto-beneficios ul {
        width: 50%;
        min-width: 50%
    }
}

@media only screen and (max-width:550px) {
    .texto-beneficios ul {
        width: 100%;
        min-width: 100%
    }
}

.texto-beneficios ul li {
    text-transform: uppercase;
    margin-bottom: .5rem;
    padding-left: 1rem;
    position: relative
}

.texto-beneficios ul li:before {
    content: "";
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: #444;
    display: inline-block;
    position: absolute;
    left: 0;
    top: .4rem
}

@media only screen and (max-width:768px) {
    .boxes-ben .g-boxes {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.boxes-ben .g-boxes .box-home {
    width: calc(25% - 1rem);
    min - width: calc(25% - 1rem)
}

@media only screen and (max-width:768px) {
    .boxes-ben .g-boxes .box-home {
        width: calc(48% - 1rem);
        min - width: calc(48% - 1rem)
    }
}

@media only screen and (max-width:550px) {
    .boxes-ben .g-boxes .box-home {
        width: 100%;
        min-width: 100%;
        margin: 0 0 1rem
    }
}

.boxes-ben .g-boxes .box-home .texto h3 {
    margin-bottom: .5rem
}

.autodiagnostico {
    background: #0091B2;
    padding: 2rem 0
}

.autodiagnostico .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:768px) {
    .autodiagnostico .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.autodiagnostico .wrap figure {
    width: 53%;
    min-width: 53%
}

@media only screen and (max-width:768px) {
    .autodiagnostico .wrap figure {
        width: 100%;
        min-width: 100%;
        margin-bottom: 1.5rem
    }
}

.autodiagnostico .wrap figure img {
    width: 100%;
    vertical-align: bottom
}

.autodiagnostico .wrap .texto {
    width: 43%;
    min-width: 43%
}

@media only screen and (max-width:768px) {
    .autodiagnostico .wrap .texto {
        width: 100%;
        min-width: 100%
    }
}

.autodiagnostico .wrap .texto h4 {
    margin: 0 0 .4rem;
    font-size: 1.25rem;
    color: #fff
}

.autodiagnostico .wrap .texto p {
    color: #fff;
    font-size: .917rem
}

.text-center .btn {
    max-width: 90%
}

.banner-noticias .texto {
    width: 100%
}

.banner-noticias .carrusel-noticias .not-carrusel {
    max-width: 30rem
}

.banner-noticias .carrusel-noticias h3 {
    font-size: 1.25rem;
    margin: .6rem 0 .5rem;
    color: #fff
}

.banner-noticias .carrusel-noticias p {
    font-size: 1.25rem;
    line-height: 1.1
}

.banner-noticias .carrusel-noticias .tns-nav {
    text-align: center;
    margin-top: 0;
    right: -1rem;
    width: 10px;
    top: 0;
    position: absolute
}

.detalle-noticia {
    padding: 3rem 0
}


.detalle-noticia .bloque-texto h3 {
    font-size: 1.25rem
}

.detalle-noticia .bloque-texto p {
    margin-bottom: 1.5rem
}

.detalle-noticia .texto-destacado h5 {
    font-size: 1.55rem;
    color: #0091B2;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 .5rem
}

@media only screen and (max-width:550px) {
    .detalle-noticia .texto-destacado h5 {
        font-size: 1.2rem
    }
}

.detalle-noticia .texto-destacado p {
    color: #0091B2
}

.detalle-noticia .audio-noticia {
    padding: 1rem 2rem;
    max-width: 80%;
    margin: 0 auto
}

.detalle-noticia .audio-noticia img {
    max-width: 100%
}

.meta-noticia .w-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    border-top: 2px solid #A3A3A5;
    max-width: 40rem;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0 4rem
}

@media only screen and (max-width:550px) {
    .meta-noticia .w-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1rem 1rem 3rem
    }
}

.meta-noticia .w-meta p {
    font-size: .75rem;
    margin-bottom: 1rem
}

.meta-noticia .w-meta .tags {
    text-align: center
}

@media only screen and (max-width:550px) {
    .meta-noticia .w-meta .tags {
        margin-bottom: 2rem
    }
}

.meta-noticia .w-meta .tags .lista-tags a {
    display: inline-block;
    color: #fff;
    background: #707070;
    padding: .4rem 1rem;
    font-size: .75rem
}

.meta-noticia .w-meta .compartir .redes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.meta-noticia .w-meta .compartir .redes a {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: #fff;
    background: #0091B2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 .2rem;
    font-size: 1.1rem
}

.meta-noticia .w-meta .compartir .redes a:hover {
    background: #007c99
}

@media only screen and (max-width:550px) {
    .galeria-fotos .g-eventos .box-evento.big {
        margin-bottom: 0
    }
}

.wvideo img {
    width: 100%
}

.wvideo video {
    width: 100%
}

.exporta-abajo .texto-exporta {
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    padding-right: 2rem;
    max-width: 20rem
}

.exporta-abajo .wvideo {
    max-width: 26rem
}

.w-convenios .texto-conv {
    text-align: center;
    margin-bottom: 2rem
}

.w-convenios .texto-conv p {
    max-width: 90%;
    margin: 0 auto
}

.w-convenios .carrusel {
    padding: 0 1rem;
    margin-bottom: 3rem
}

.w-convenios .carrusel .tns-controls button:first-child {
    left: -1rem;
    top: 25%
}

.w-convenios .carrusel .tns-controls button:last-child {
    right: -1rem;
    top: 25%
}

.w-convenios .item-conv {
    display: block
}

.w-convenios .item-conv img {
    width: 100%
}

.items-medidas {
    margin-top: 4rem
}

.items-medidas .item {
    margin-bottom: 1.8rem
}

.items-medidas .item h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0091B2;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 .5rem
}

.items-medidas .item h4 img {
    width: 1.54rem;
    margin-right: .8rem
}

.items-medidas .btn {
    font-size: 1rem;
    padding: .65rem 1rem .65rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.items-medidas .btn img {
    width: 1.8rem !important;
    height: auto;
    margin-left: 0;
    margin-right: .8rem
}

.act-financieras .w-act-financieras {
    padding: 0 2rem
}

@media only screen and (max-width:768px) {
    .act-financieras .w-act-financieras {
        padding: 0
    }
}

.act-financieras .w-act-financieras .box-act-fin {
    position: relative;
    background: #fff;
    padding: 1rem 1.5rem;
    overflow: hidden;
    height: 15.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .1);
    margin-bottom: 1.5rem
}

.act-financieras .w-act-financieras .box-act-fin .icono {
    margin-bottom: .5rem
}

@media only screen and (max-width:1550px) {
    .act-financieras .w-act-financieras .box-act-fin .icono img {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.act-financieras .w-act-financieras .box-act-fin h3 {
    color: #0091B2;
    font-size: 1.25rem;
    font-weight: 900;
    margin: 0 0 .2rem
}

.act-financieras .w-act-financieras .box-act-fin p {
    max-width: 13rem
}

.act-financieras .w-act-financieras .box-act-fin .texto-hover {
    position: absolute;
    top: 100%;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0091B2;
    color: #fff;
    padding: 1.2rem 1.5rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.act-financieras .w-act-financieras .box-act-fin .texto-hover p {
    font-size: .83rem;
    max-width: 100%
}

.act-financieras .w-act-financieras .box-act-fin .texto-hover a {
    color: #fff;
    font-size: .83rem;
    text-decoration: underline
}

.act-financieras .w-act-financieras .box-act-fin:hover .texto-hover {
    top: 0;
    opacity: 1
}

.w-ferias {
    padding: 3.5rem 5rem
}

@media only screen and (max-width:991px) {
    .w-ferias {
        padding: 3rem 2rem
    }
}

@media only screen and (max-width:551px) {
    .w-ferias {
        padding: 3rem 1rem
    }
}

@media only screen and (max-width:768px) {
    .w-ferias .box-feria {
        margin-bottom: 2rem
    }
}

.w-ferias .box-feria figure {
    margin-bottom: 1rem
}

.w-ferias .box-feria figure img {
    width: 100%
}

.w-ferias .box-feria .texto {
    padding: 1rem .6rem 0
}

@media only screen and (max-width:768px) {
    .w-ferias .box-feria .texto {
        padding: 0
    }
}

p.subtitulo {
    text-align: center;
    margin-top: -1.5rem;
    margin-bottom: 4rem
}

.box-act.box-f {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.box-act.box-f .texto {
    padding: .5rem 1rem
}

.w-enex {
    padding: 0 4rem
}

@media only screen and (max-width:991px) {
    .w-enex {
        padding: 0
    }
}

.w-enex .carrusel .item {
    padding: .5rem
}

.box-enex {
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 1.25rem
}

.box-enex figure {
    margin-bottom: 1rem
}

.box-enex figure img {
    width: 100%
}

.box-enex .texto {
    height: 8rem;
    position: relative;
    padding-bottom: 2rem
}

@media only screen and (max-width:1100px) {
    .box-enex .texto {
        height: 8.5rem
    }
}

.box-enex .texto h5 {
    margin: 0 0 .3rem;
    color: #707070;
    font-size: .75rem;
    font-weight: normal
}

.box-enex .texto h4 {
    margin: 0 0 .2rem;
    font-size: 1rem;
    color: #707070
}

.box-enex .texto p {
    font-size: .75rem;
    color: #444
}

.box-enex .texto .btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 0
}

.w-cal {
    width: 50rem;
    max-width: 100%;
    margin: 0 auto
}

.w-cal img {
    width: 100%
}

.bajada-cal {
    font-size: 1.25rem;
    font-weight: 900;
    text-align: center;
    margin-top: -1rem;
    margin-bottom: 3rem
}

@media only screen and (max-width:550px) {
    .bajada-cal {
        font-size: 1rem
    }
}

.filtro-fm {
    text-align: center;
    padding: 1rem 0
}

.filtro-fm p {
    margin-bottom: 2rem
}

.m-convenios {
    text-align: center;
    padding: 0 4rem;
    margin-bottom: 2rem
}

.m-convenios a {
    font-size: .83rem;
    color: #46474B;
    padding: .4rem 1rem .5rem;
    border: 2px solid transparent;
    display: inline-block;
    border-radius: .1rem;
    margin: 0 .2rem 1rem;
    font-weight: normal
}

.m-convenios a:hover {
    color: #0091B2
}

.m-convenios a.activo {
    border-color: #0091B2;
    color: #0091B2
}

.m-convenios.m-prochile {
    padding: 0 10rem
}

.m-convenios.m-prochile a {
    margin: 0 .5rem 1rem
}

@media only screen and (max-width:991px) {
    .m-convenios {
        padding: 0
    }
    .m-convenios.m-prochile {
        padding: 0
    }
    .m-convenios.m-prochile a {
        margin: 0 .2rem 1rem
    }
}

.m-convenios.m-herr a {
    min-width: 9rem;
    padding: .4rem .5rem .5rem
}

.s-convenio {
    margin-bottom: 5rem;
    position: relative
}

.s-convenio .volver {
    font-size: .9rem;
    color: #0091B2;
    position: absolute;
    right: 0;
    top: 1rem
}

.s-convenio .volver img {
    width: .5rem;
    height: auto;
    margin-left: .2rem
}

.box-conv .fecha {
    font-size: .625rem
}

.box-conv figure {
    margin-bottom: 1rem
}

.box-conv .texto {
    height: 10rem;
    position: relative
}

.box-conv .texto .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.img-oferta {
    width: 44rem;
    max-width: 100%;
    margin: 2rem auto
}

.img-oferta img {
    width: 100%
}

.w-subsector {
    padding: 0 6rem
}

@media only screen and (max-width:991px) {
    .w-subsector {
        padding: 0
    }
}

.box-subsector {
    position: relative;
    overflow: hidden
}

.box-subsector .img-sector img {
    width: 100%;
    vertical-align: bottom
}

.box-subsector h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    font-size: 1.083rem;
    margin: 0;
    color: #0091B2;
    font-weight: 900;
    height: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: .3rem 1rem .6rem;
    line-height: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.box-subsector .texto {
    position: absolute;
    bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 1rem 1rem 1.2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.box-subsector .texto h4 {
    font-size: 1.083rem;
    margin: 0 0 .2rem;
    color: #fff;
    font-weight: 900
}

.box-subsector .texto p {
    color: #fff;
    font-size: .83rem;
    margin-bottom: .4rem
}

.box-subsector .texto a {
    font-size: .75rem;
    color: #fff;
    font-weight: bold;
    text-decoration: underline
}

.box-subsector:hover h3 {
    opacity: 0;
    visibility: hidden
}

.box-subsector:hover .texto {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.w-act {
    padding: 0 6rem
}

@media only screen and (max-width:991px) {
    .w-act {
        padding: 0
    }
}

.contacto-mundo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:768px) {
    .contacto-mundo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contacto-mundo figure {
    width: 53%;
    min-width: 53%
}

.contacto-mundo figure img {
    width: 100%
}

@media only screen and (max-width:768px) {
    .contacto-mundo figure {
        width: 100%;
        min-width: 100%;
        margin-bottom: 1rem
    }
}

.contacto-mundo .texto {
    width: 47%;
    min-width: 47%;
    padding-left: 3rem
}

@media only screen and (max-width:768px) {
    .contacto-mundo .texto {
        width: 100%;
        min-width: 100%;
        padding-left: 0
    }
}

.contacto-mundo .texto .datos-mundo .item-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contacto-mundo .texto .datos-mundo .item-c .icono {
    width: 1.5rem;
    text-align: center;
    margin-right: .5rem
}

.contacto-mundo .texto .datos-mundo .item-c .icono img {
    margin: 0 auto
}

@media only screen and (max-width:1500px) {
    .contacto-mundo .texto .datos-mundo .item-c .icono img {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

.contacto-mundo .texto .datos-mundo .item-c .txt p {
    color: #707070;
    font-size: .83rem;
    margin-bottom: .3rem
}

.contacto-mundo .texto .redes-mundo {
    padding-left: .2rem;
    position: relative;
    margin-top: 1rem;
    padding-top: 1rem;
    margin-bottom: 1rem
}

.contacto-mundo .texto .redes-mundo:after {
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    background: #3391B2
}

.contacto-mundo .texto .redes-mundo a {
    display: inline-block;
    color: #707070;
    font-size: .83rem;
    width: 44%;
    margin-bottom: .5rem
}

.contacto-mundo .texto .redes-mundo a:hover {
    color: #0091B2
}

.contacto-mundo .texto .redes-mundo a i {
    font-size: 1rem;
    margin-right: .2rem;
    vertical-align: middle
}

.banner-comercial {
    position: relative
}

.banner-comercial .bg-comercial {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-comercial .w-comercial {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 58rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 2.1rem 1rem 1.5rem
}

@media only screen and (max-width:768px) {
    .banner-comercial .w-comercial {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.banner-comercial .w-comercial .texto {
    width: 45%;
    min-width: 45%
}

@media only screen and (max-width:768px) {
    .banner-comercial .w-comercial .texto {
        width: 100%;
        min-width: 100%;
        margin-bottom: .5rem
    }
}

.banner-comercial .w-comercial .texto h3 {
    margin: 0 0 .5rem;
    font-size: 1.25rem;
    color: #fff
}

.banner-comercial .w-comercial .texto p {
    color: #fff
}

.formulario {
    background: #fff;
    padding: 3rem 1rem
}

.formulario .w-form {
    width: 28rem;
    margin: 0 auto;
    max-width: 100%
}

.formulario .w-form .form-group {
    margin-bottom: 1.5rem;
    position: relative
}

.formulario .w-form .form-group:before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: #04809F;
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    left: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.formulario .w-form .form-group label {
    display: block;
    font-size: .83rem;
    padding-left: .8rem;
    margin-bottom: .3rem
}

.formulario .w-form .form-group input {
    font-size: .91rem;
    border: 0;
    border-bottom: 2px solid #656565;
    width: 100%;
    padding: .3rem .8rem
}

.formulario .w-form .form-group input::-webkit-input-placeholder {
    color: #D1D1D1
}

.formulario .w-form .form-group input::-moz-placeholder {
    color: #D1D1D1
}

.formulario .w-form .form-group input:-ms-input-placeholder {
    color: #D1D1D1
}

.formulario .w-form .form-group input:-moz-placeholder {
    color: #D1D1D1
}

.formulario .w-form .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-image: url(../images/bg-select2.png);
    background-size: auto .4rem;
    background - position: calc(100% - .5rem)center;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #656565;
    width: 100%;
    padding: .3rem .5rem;
    font-size: .91rem;
    color: #444
}

.formulario .w-form .form-group.form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.formulario .w-form .form-group.form-check:before {
    display: none
}

.formulario .w-form .form-group.form-check input {
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    border: 0;
    padding: 0;
    cursor: pointer;
    margin-right: .5rem
}

.formulario .w-form .form-group.form-check label {
    font-size: .91rem;
    padding: 0
}

.formulario .w-form .form-group:focus-within:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.formulario .w-form .texto-form {
    margin-bottom: 1.5rem
}

.formulario .w-form input[type="submit"] {
    cursor: pointer
}

.modal {
    position: fixed;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.modal.visible {
    z-index: 99999;
    opacity: 1;
    visibility: visible
}

@media only screen and (max-width:768px) {
    .modal {
        display: block;
        padding: 1rem 0
    }
}

.modal .w-modal {
    background: #fff;
    padding: 1rem 2rem 2rem;
    width: 28rem;
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

@media only screen and (max-width:550px) {
    .modal .w-modal {
        padding: 1rem
    }
}

.modal .w-modal .cerrar-modal {
    cursor: pointer;
    position: absolute;
    top: .8rem;
    right: 1rem;
    color: #707070;
    font-size: 1.6rem
}

.modal .w-modal .cerrar-modal i {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.modal .w-modal .cerrar-modal:hover i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.modal .modal-login .logo img {
    width: 8.875rem
}

.modal .modal-login .box-login h4 {
    font-size: 1.083rem;
    color: #707070;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 1.5rem 0 .8rem
}

.modal .modal-login .box-login p {
    font-size: .75rem
}

.modal .modal-login .box-login .form-group {
    margin-bottom: 1rem;
    margin-top: 1.5rem
}

.modal .modal-login .box-login .form-group input {
    font-size: .75rem;
    border: 0;
    border-bottom: 2px solid #0091B7;
    color: #444;
    width: 100%;
    padding: .3rem 0
}

.modal .modal-login .box-login .form-group .btn {
    font-size: .91rem;
    color: #fff;
    letter-spacing: 1px;
    padding: .6rem;
    border-radius: .4rem;
    border: 0;
    cursor: pointer
}

.modal .modal-login .box-login .link {
    text-align: center
}

.modal .modal-login .box-login .link.right {
    text-align: right
}

.modal .modal-login .box-login .link a {
    color: #444;
    font-size: .83rem;
    text-decoration: underline
}

.modal .modal-login .box-login .clave-unica {
    padding-top: 1rem
}

.modal .modal-login .box-login .clave-unica h4 {
    color: #707070;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.083rem;
    margin-bottom: 1.2rem
}

.modal .modal-login .box-login .clave-unica a {
    border: 3px solid #2459A6;
    border-radius: .5rem;
    display: inline-block;
    text-align: center;
    width: 100%
}

.modal .modal-login .box-login .clave-unica a img {
    width: 6rem;
    vertical-align: bottom
}

.modal .modal-bienvenido {
    width: 41rem;
    max-width: 100%
}

.modal .modal-bienvenido .logo {
    text-align: center
}

.modal .modal-bienvenido .logo img {
    width: 8.875rem
}

.modal .modal-bienvenido .texto-bienvenido {
    text-align: center;
    padding: 2rem 0
}

.modal .modal-bienvenido .texto-bienvenido h3 {
    font-size: 1.58rem;
    font-weight: 900;
    margin: 0
}

.modal .modal-bienvenido .texto-bienvenido h3 span {
    font-weight: 300;
    font-style: italic
}

.modal .modal-bienvenido .texto-bienvenido h4 {
    color: #8A8A8A;
    font-weight: 300;
    margin: 0
}

.modal .modal-bienvenido .texto-bienvenido h5 {
    color: #0091B2;
    font-size: 1.16rem;
    font-weight: 300;
    margin: 1.2rem 0 0
}

.modal .modal-bienvenido .texto-bienvenido p {
    color: #8A8A8A;
    font-weight: 300;
    font-size: .85rem
}

.modal .modal-bienvenido .boxes-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:550px) {
    .modal .modal-bienvenido .boxes-modal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.modal .modal-bienvenido .boxes-modal .box-modal {
    background: #0091B2;
    padding: .7rem 1rem;
    border-radius: .2rem;
    text-align: center;
    width: 1.15rem;
    max-width: 100%;
    margin: 0 1rem
}

@media only screen and (max-width:550px) {
    .modal .modal-bienvenido .boxes-modal .box-modal {
        width: 100%;
        margin: 0 0 1rem
    }
}

.modal .modal-bienvenido .boxes-modal .box-modal h3 {
    margin: 0 0 .1rem;
    font-size: .91rem;
    color: #fff;
    font-weight: bold
}

.modal .modal-bienvenido .boxes-modal .box-modal h5 {
    font-size: .66rem;
    color: #fff;
    margin: 0 0 .5rem;
    font-weight: 300
}

.modal .modal-bienvenido .boxes-modal .box-modal p {
    font-size: .75rem;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1rem
}

.modal .modal-bienvenido .boxes-modal .box-modal a {
    font-size: .83rem;
    color: #fff;
    font-weight: bold;
    text-align: left;
    display: inline-block
}

.modal .modal-bienvenido .boxes-modal .box-modal a i {
    display: inline-block;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background: #fff;
    color: #0091B2;
    font-size: .5rem;
    padding: .18rem;
    margin-left: .2rem
}

.modal .modal-bienvenido .boxes-modal .box-modal a span {
    font-size: .58rem;
    font-weight: 300;
    display: block
}

.modal .modal - calculadora {
    width: 43rem;
    max-width: 100%;
    text-align: center
}

.modal .modal - calculadora h3 {
    font-size: 1.58rem;
    margin: 1.5rem 0 1rem;
    font-weight: 900
}

.modal .modal - calculadora p {
    margin-bottom: 2rem
}

.modal .modal - calculadora .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: .2rem
}

@media only screen and (max-width:550px) {
    .modal .modal - calculadora .links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.modal .modal - calculadora .links a {
    height: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .3rem;
    width: 13rem;
    border-radius: .3rem;
    margin: 0 1rem
}

@media only screen and (max-width:550px) {
    .modal .modal - calculadora .links a {
        margin-bottom: 1rem
    }
}

.modal .modal-oferta {
    padding: 0;
    width: 55.7rem;
    max-width: 100%
}

.modal .modal-oferta .cerrar-modal {
    color: #fff;
    z-index: 10
}

.modal .modal-oferta .body-oferta {
    background: #fff;
    padding: 2rem 6.2rem
}

@media only screen and (max-width:768px) {
    .modal .modal-oferta .body-oferta {
        padding: 2rem 1rem
    }
}

.modal .modal-oferta .body-oferta ul {
    padding-left: 0;
    list-style: none;
    margin: 2rem 0 0
}

.modal .modal-oferta .body-oferta ul li {
    font-size: .91rem;
    position: relative;
    padding-left: .8rem;
    margin-bottom: .5rem
}

.modal .modal-oferta .body-oferta ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0091B2;
    position: absolute;
    left: 0;
    top: .3rem
}

.w-historia {
    padding: 3rem 1rem;
    width: 58.75rem;
    max-width: 100%;
    margin: 0 auto
}

.linea-tiempo {
    padding: 3rem 3rem
}

@media only screen and (max-width:991px) {
    .linea-tiempo {
        padding: 3rem 0
    }
}

.linea-tiempo .bloque-linea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:768px) {
    .linea-tiempo .bloque-linea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .linea-tiempo .bloque-linea.tipo2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.linea-tiempo .bloque-linea .izq {
    width: calc(50% - .75rem);
    min - width: calc(50% - .75rem);
    padding-bottom: 1rem
}

@media only screen and (max-width:768px) {
    .linea-tiempo .bloque-linea .izq {
        width: 100%;
        min-width: 100%;
        padding-bottom: 0
    }
}

.linea-tiempo .bloque-linea .izq .fecha {
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.linea-tiempo .bloque-linea .izq .fecha .numero {
    background-image: url(../images/bg-fecha-izq.png);
    padding-bottom: .1rem;
    padding-right: .4rem
}

@media only screen and (max-width:768px) {
    .linea-tiempo .bloque-linea .izq .fecha {
        -webkit-transform: none;
        transform: none;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .linea-tiempo .bloque-linea .izq .fecha .numero {
        background: none;
        padding: 0
    }
}

.linea-tiempo .bloque-linea .centro {
    background: #D1D8E0;
    width: 1.5rem;
    min-width: 1.5rem;
    padding-bottom: 1rem
}

@media only screen and (max-width:768px) {
    .linea-tiempo .bloque-linea .centro {
        display: none
    }
}

.linea-tiempo .bloque-linea .der {
    width: calc(50% - .75rem);
    min - width: calc(50% - .75rem);
    padding-bottom: 1rem
}

@media only screen and (max-width:768px) {
    .linea-tiempo .bloque-linea .der {
        width: 100%;
        min-width: 100%;
        padding-bottom: 0
    }
}

.linea-tiempo .bloque-linea .der .fecha {
    -webkit-transform: translateX(-2.5rem);
    transform: translateX(-2.5rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.linea-tiempo .bloque-linea .der .fecha .numero {
    background-image: url(../images/bg-fecha-der.png);
    padding-bottom: 0;
    padding-left: .4rem
}

@media only screen and (max-width:768px) {
    .linea-tiempo .bloque-linea .der .fecha {
        -webkit-transform: none;
        transform: none
    }
    .linea-tiempo .bloque-linea .der .fecha .numero {
        background: none;
        padding: 0
    }
}

.linea-tiempo .bloque-linea .texto {
    padding: 1.5rem 1.3rem 1rem
}

@media only screen and (max-width:768px) {
    .linea-tiempo .bloque-linea .texto {
        padding: 1rem 0
    }
}

.linea-tiempo .bloque-linea .texto.celeste {
    background: #F6FAFB
}

@media only screen and (max-width:768px) {
    .linea-tiempo .bloque-linea .texto.celeste {
        padding: 1rem
    }
}

.linea-tiempo .bloque-linea .texto h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    color: #46474B;
    margin: 0 0 1rem;
    font-weight: 900
}

@media only screen and (max-width:1500px) {
    .linea-tiempo .bloque-linea .texto h3 {
        margin-bottom: .4rem;
        margin-top: -.8rem
    }
}

@media only screen and (max-width:550px) {
    .linea-tiempo .bloque-linea .texto h3 {
        font-size: 1rem
    }
}

@media only screen and (max-width:1500px) {
    .linea-tiempo .bloque-linea .texto h3 img {
        -webkit-transform: scale(.65);
        transform: scale(.65);
        -webkit-transform-origin: left;
        transform-origin: left;
        margin-right: -.5rem
    }
}

.linea-tiempo .bloque-linea .texto p {
    font-size: .83rem
}

.linea-tiempo .bloque-linea .fecha {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:768px) {
    .linea-tiempo .bloque-linea .fecha {
        background: #04809F;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.linea-tiempo .bloque-linea .fecha span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #04809F;
    border: .7rem solid #fff;
    display: inline-block;
    margin: 0 .5rem
}

@media only screen and (max-width:768px) {
    .linea-tiempo .bloque-linea .fecha span {
        width: .8rem;
        height: .8rem;
        border: .2rem solid #fff
    }
}

.linea-tiempo .bloque-linea .fecha .numero {
    font-size: 1.25rem;
    color: #fff;
    margin: 0;
    font-weight: 900;
    width: 7rem;
    height: 2.5rem;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:768px) {
    .linea-tiempo .bloque-linea .fecha .numero {
        width: auto
    }
}

.linea-tiempo .bloque-linea figure {
    padding: 1rem
}

@media only screen and (max-width:768px) {
    .linea-tiempo .bloque-linea figure {
        padding: 0
    }
}

.linea-tiempo .bloque-linea figure img {
    width: 100%
}

.w-calendario {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 6rem;
    margin-bottom: 1.5rem
}

@media only screen and (max-width:991px) {
    .w-calendario {
        padding: 0
    }
}

@media only screen and (max-width:768px) {
    .w-calendario {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.w-calendario .col-calendar {
    width: 64%;
    min-width: 64%
}

@media only screen and (max-width:768px) {
    .w-calendario .col-calendar {
        width: 100%;
        min-width: 100%;
        margin-bottom: 1.5rem
    }
}

.w-calendario .eventos-cal {
    width: 32%;
    min-width: 32%
}

@media only screen and (max-width:768px) {
    .w-calendario .eventos-cal {
        width: 100%;
        min-width: 100%
    }
}

.w-calendario .bloque-evento {
    background: #F0F4F5;
    margin-bottom: .8rem
}

.w-calendario .bloque-evento .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .6rem .5rem .8rem;
    position: relative
}

.w-calendario .bloque-evento .item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 3px;
    background: #fff;
    margin: 0 auto
}

.w-calendario .bloque-evento .item:last-child:after {
    display: none
}

.w-calendario .bloque-evento .item .numero {
    color: #0091B2;
    font-size: 1.8rem;
    font-weight: 900;
    width: 3.6rem;
    min-width: 3.6rem;
    text-align: center
}

.w-calendario .bloque-evento .item .texto .cat {
    font-size: .58rem;
    font-weight: normal;
    color: #808181;
    text-transform: uppercase
}

.w-calendario .bloque-evento .item .texto .nom {
    font-size: .83rem;
    color: #808181;
    font-weight: bold
}

.w-calendario .bloque-evento .item .texto .fecha {
    font-size: .58rem;
    font-weight: normal;
    color: #808181
}

.w-calendario .bloque-evento .item.activo:before {
    content: "";
    height: 92%;
    width: 5px;
    background: #0091B2;
    position: absolute;
    left: 0;
    top: 0
}

.w-calendario .bloque-evento .item.activo .texto .cat {
    color: #0091B2
}

.w-calendario .bloque-evento .item.activo .texto .nom {
    color: #0091B2
}

.w-calendario .bloque-evento .item.activo .texto .fecha {
    color: #0091B2
}

.w-calendario .fc h2 {
    color: #0091B2;
    text-transform: uppercase;
    margin-bottom: -.2rem;
    font-size: 1.33rem
}

.w-calendario .fc .fc-head table {
    border-collapse: separate;
    border-spacing: 2px
}

.w-calendario .fc .fc-content-skeleton>table {
    border-collapse: separate;
    border-spacing: 2px
}

.w-calendario .fc .fc-content-skeleton td {
    height: 3rem
}

.w-calendario .fc .fc-icon {
    font-size: 1.5em
}

.w-calendario .fc-unthemed .fc-content,
.w-calendario .fc-unthemed .fc-divider,
.w-calendario .fc-unthemed .fc-list-heading td,
.w-calendario .fc-unthemed .fc-list-view,
.w-calendario .fc-unthemed .fc-popover,
.w-calendario .fc-unthemed .fc-row,
.w-calendario .fc-unthemed tbody,
.w-calendario .fc-unthemed td,
.w-calendario .fc-unthemed th,
.w-calendario .fc-unthemed thead {
    border: 0
}

.w-calendario .fc-basic-view .fc-day-number,
.w-calendario .fc-basic-view .fc-week-number {
    font-size: 1rem;
    color: #707070;
    font-weight: bold
}

.w-calendario .fc-basic-view .fc-body .fc-row {
    max-height: 3.5rem;
    min-height: 3.5rem;
    overflow: visible
}

.w-calendario .fc-sat .fc-day-number {
    color: #0091B7
}

.w-calendario .fc-sun .fc-day-number {
    color: #0091B7
}

.w-calendario .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    width: 100%;
    text-align: center;
    display: block;
    padding: 1rem 0 0
}

.w-calendario .fc-unthemed td.fc-today {
    background: transparent
}

.w-calendario .reservado {
    color: #2C2C2C;
    font-size: 1rem;
    margin: 1rem 0 0
}

.w-calendario .reservado span {
    width: .5rem;
    min-width: .5rem;
    height: .5rem;
    display: inline-block;
    border-radius: 50%;
    background: #7a93b3;
    margin-right: .3rem
}

.w-calendario .fc-event-container {
    position: relative
}

.w-calendario .fc-event .fc-content {
    bottom: 40px;
    height: 36px;
    left: 40px;
    padding: 14px 19px;
    position: absolute;
    text-align: left;
    z-index: 99999;
    border: 1px solid #c6c6c6;
    height: auto;
    background-color: #fff;
    font-size: 14px;
    line-height: 19px;
    min-width: 200px;
    color: #565656;
    max-width: 200px;
    display: none;
    border-top: 8px solid #0091B2
}

.w-calendario .fc-event .fc-content img {
    max-width: 180px
}

.w-calendario .fc-day-grid-event {
    height: 3rem;
    padding: 0 1px;
    position: absolute;
    top: -3rem;
    width: 100%;
    background: transparent
}

.w-calendario .fc-day-grid-event .fc-content {
    white-space: normal
}

.w-calendario .fc-day-grid-event:hover .fc-content {
    display: block
}

.w-mapa {
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 2rem
}

@media only screen and (max-width:768px) {
    .w-mapa {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:550px) {
    .w-mapa {
        padding: 1rem
    }
}

.w-mapa .menu-mapa {
    width: 1.83rem;
    min-width: 1.83rem
}

@media only screen and (max-width:550px) {
    .w-mapa .menu-mapa {
        width: 100%;
        min-width: 100%
    }
}

.w-mapa .menu-mapa a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 3rem;
    background: #F6F6F6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: .917rem;
    color: #808181;
    font-weight: 900;
    padding: .3rem 1rem;
    margin-bottom: .4rem
}

.w-mapa .menu-mapa a:hover {
    background: #eee
}

.w-mapa .menu-mapa a span {
    width: 6.5rem;
    min-width: 6.5rem;
    margin-right: .5rem
}

.w-mapa .menu-mapa a i {
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 50%;
    border: 2px solid #808181;
    font-size: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.w-mapa .menu-mapa a.activo {
    background: #0091B2;
    color: #fff
}

.w-mapa .menu-mapa a.activo i {
    border-color: #fff
}

.w-mapa .mapa {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 4rem 2rem 1rem
}

@media only screen and (max-width:768px) {
    .w-mapa .mapa {
        padding: 1rem 0
    }
}

.w-mapa .mapa img {
    width: 100%
}

.fc-scroller.fc-day-grid-container {
    overflow: hidden !important
}

.nacional {
    background: #0091B2;
    padding: 1rem 0;
    padding-top: 1.5em
}

footer .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem
}

footer .logos .logo-chile {
    width: 5.4rem
}

footer .logos .logo-prochile {
    width: 8rem;
    margin-left: 1.5rem
}

footer .menu-footer {
    border-bottom: 1px solid #fff
}

footer .m-footer {
    margin-bottom: 1.5rem
}

footer .m-footer h3 {
    font-size: 1rem;
    color: #fff;
    margin: 0 0 .5rem;
    font-weight: bold;
    text-transform: uppercase
}

footer .m-footer ul {
    list-style: none;
    padding-left: 0
}

footer .m-footer ul li {
    font-size: 1rem;
    margin-bottom: .2rem
}

footer .m-footer ul li a {
    color: #fff;
    display: block
}

footer .m-footer ul li a:hover {
    text-decoration: underline
}

footer.nacional .wrap .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #fff
}

@media only screen and (max-width:768px) {
    footer.nacional .wrap .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer.nacional .izq .logos img {
    width: 15rem
}

footer.nacional .izq ul {
    margin: 0;
    list-style: none;
    padding-left: 0
}

footer.nacional .izq ul li {
    margin-bottom: .7rem
}

footer.nacional .izq ul li a {
    font-size: 1rem;
    font-weight: bold;
    color: #fff
}

footer.nacional .izq ul li a.politicas {
    font-weight: 300;
    margin-top: .6rem;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #fff
}

footer.nacional .izq ul li a:hover {
    text-decoration: underline
}

footer.nacional .der {
    max-width: 16.25rem
}

footer.nacional .der h4 {
    font-size: 1.16rem;
    color: #fff;
    font-weight: bold;
    margin: 0 0 3rem
}

footer.nacional .der .item-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1rem
}

footer.nacional .der .item-c img {
    width: 1rem;
    margin-right: .7rem
}

footer.nacional .der .item-c p {
    color: #fff;
    font-size: .917rem;
    margin: 0;
    line-height: 1.1
}

footer.nacional .der .item-c p a {
    color: #fff
}

footer.nacional .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0
}

@media only screen and (max-width:550px) {
    footer.nacional .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

footer.nacional .footer-bottom .izq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:550px) {
    footer.nacional .footer-bottom .izq {
        margin-bottom: 2rem
    }
}

footer.nacional .footer-bottom .izq a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: .917rem;
    margin-right: 2.4rem
}

footer.nacional .footer-bottom .izq a img {
    margin-right: .5rem
}

footer.nacional .footer-bottom .izq a img.ic-intranet {
    width: 1.5rem
}

footer.nacional .footer-bottom .izq a img.ic-mail {
    width: 1.25rem
}

footer.nacional .footer-bottom .der a {
    color: #fff;
    display: inline-block;
    margin-left: .4rem
}

footer.nacional .footer-bottom .der a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

 .btn-banner {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 58rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 5.1rem 1rem 1.5rem;
}
a.btn.blanco-banner {
    background: #fff;
    color: #0091B2;
    font-size: 20px;
    min-width: 13rem;
}

@media only screen and (max-width: 768px){
.btn-banner {
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.1rem 1rem 1.5rem;
}}