/*ESPECIALIDADES*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    color: #4a4a4a;
    font-weight: 400;
    width: 100%;
    min-height: 600px;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth
}

body,
html {
    max-width: 100%
}

p {
    text-align: justify
}

p b {
    font-weight: 700
}

a,
a:hover {
    color: #099;
    transition: color .5s, background-color .5s, border .5s;
    position: relative;
    border-bottom: 1px solid transparent
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    border-bottom: 1px solid #099
}

a p {
    text-align: left
}

figure {
    margin: 0
}

article p a {
    border-bottom: 1px solid #099
}

iframe {
    border: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, Arial, Helvetica, sans-serif
}

.h1,
h1 {
    font-size: 2rem
}

.h2,
h2 {
    font-size: 1.7rem
}

.h3,
h3 {
    font-size: 1.4em
}

.h4,
h4 {
    font-size: 1.3rem
}

.h5,
h5 {
    font-size: 1.2rem
}

.h6,
h6 {
    font-size: 1rem
}

a.cargar-mas {
    font-size: 18px;
    color: #fff;
    background: #00a19b;
    border-radius: 6px;
    display: inline-block;
    padding: 10px 20px;
    width: 320px;
    max-width: 100%;
    text-align: center;
    transition: all .3s ease
}

a.cargar-mas:focus,
a.cargar-mas:hover {
    text-decoration: none
}

a.cargar-mas:hover {
    background: #058a85
}

h3 [class^=fa] {
    color: #099;
    font-weight: 400
}

.titulo-2 {
    color: #00a19b;
    font-size: 40px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px
}

.titulo-3 {
    font-size: 24px;
    color: #4a4a4a;
    font-weight: 700;
    margin: 0 0 30px
}

.gris {
    background: #f8f8f8
}

.m-10 {
    margin-bottom: 10px
}

.m-40 {
    margin-bottom: 40px
}

.m-60 {
    margin-bottom: 60px
}

.p-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.p-20 {
    padding: 30px 20px
}

.p-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.p-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.p-b-5 {
    padding-bottom: 5px
}

.p-b-10 {
    padding-bottom: 10px
}

.bg-secondary,
.bgverdecas {
    background-color: #099!important;
    color: #fff!important
}

.bg-secondary:hover,
a.bg-secondary:hover {
    background-color: #088!important
}

.btn {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-transform: uppercase
}

.btn .fas {
    font-size: 1.5rem
}

.btn-naranjo,
.btn-naranjo:hover {
    color: #fff
}

.btn-verde {
    background: #00a19b
}

.btn-verde,
.btn-verde:hover {
    color: #fff
}

.btn-naranjo,
.btn-primary {
    background-color: #f37022;
    border-color: #f37022;
    color: #fff
}

.btn-naranjo:active,
.btn-naranjo:hover,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #ec610e;
    border-color: #ec610e;
    color: #fff
}

.btn-naranjo:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(236, 97, 14, .2)
}

.btn.btn-big {
    font-size: 18px;
    padding: 16px 30px;
    border-radius: 0
}

.btn-success:not(:disabled) {
    color: #fff;
    background-color: #00a19b;
    border-color: #00a19b
}

.btn-secondary:not(:disabled):hover,
.btn-success:not(:disabled):hover {
    color: #fff;
    background-color: #007b76;
    border-color: #006e6a
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 155, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 161, 155, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #00a19b;
    border-color: #00a19b
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #006e6a;
    border-color: #00615e
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 161, 155, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 161, 155, .5)
}

.btn-secondary:not(:disabled) {
    color: #fff;
    background-color: #099;
    border-color: #099
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.ancho-max,
.wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(236, 97, 14, .2)
}

.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: -10px;
    margin-left: -10px
}

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

.row.row-big {
    margin-right: -50px;
    margin-left: -50px
}

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

.row.row-15 {
    margin-right: -7px;
    margin-left: -7px
}

.row.row-15>[class*=" col-"],
.row.row-15>[class^=col-] {
    padding-right: 7px;
    padding-left: 7px
}

.tns-nav {
    text-align: center;
    margin-top: 10px;
    display: none!important
}

.tns-nav button {
    width: 12px!important;
    height: 12px;
    display: inline-block;
    border: 1px solid #008480;
    border-radius: 100%;
    margin: 0 6px;
    background: transparent;
    padding: 0!important
}

.tns-nav button.tns-nav-active {
    background: #008480
}

#lightgallery a {
    display: inline-block;
    width: 24%
}

.lg-backdrop {
    background: rgba(0, 0, 0, .9)
}

.lg-icon {
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 900
}

.lg-toolbar .lg-close:after {
    content: "\f00d"
}

.lg-actions .lg-prev:after {
    content: "\f060"
}

.lg-actions .lg-next:before {
    content: "\f061"
}

#lg-download {
    display: none
}

.interior-detalle,
article.container-fluid {
    font-family: Quicksand, Arial, Helvetica, sans-serif
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.acordeon.acordeon-padre {
    margin: 0 0 10px
}

.acordeon.acordeon-padre .card,
.acordeon.sub-acordeon,
.acordeon.sub-acordeon .card {
    margin: 0
}

.acordeon.acordeon-padre .card-body {
    padding: 0
}

.acordeon.sub-acordeon .card-header button {
    font-size: 18px
}

.acordeon.sub-acordeon.default .card-body {
    background: #02918d
}

.acordeon.sub-acordeon.naranjo .card-body {
    background: #f37022
}

.acordeon.sub-acordeon.morado .card-body {
    background: #9c5a96
}

.acordeon.sub-acordeon .card-body {
    padding: 20px 30px
}

body>.principal {
    margin: 0 auto;
    max-width: 1100px;
    padding: 1rem 0
}

.top {
    padding: 0;
    height: 81px
}

.top .logo {
    margin: 0;
    line-height: 12px
}

.top .c-top .item-top {
    flex-flow: column;
    position: relative;
    border-right: 1px solid #fff;
    height: 32px;
    padding: 0 20px
}

.top .c-top .item-top .icono {
    position: absolute;
    top: -6px;
    left: 0
}

.top .c-top .item-top:nth-child(2) .icono {
    top: 0
}

.top .c-top .item-top h4 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 -2px
}

.top .c-top .item-top p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300
}

.top .c-top .idioma {
    height: 32px;
    border-right: 1px solid #fff;
    width: 77px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    display: none!important
}

.top .c-top .idioma select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 100%;
    background-color: transparent;
    border: none;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    padding: 0 29px 0 0;
    position: relative;
    top: 1px
}

.top .c-top .item-ic {
    border-right: 1px solid #fff;
    height: 32px;
    color: #fff;
    font-size: 29px;
    line-height: 32px;
    padding: 0;
    width: 70px;
    justify-content: center;
    display: flex
}

.item-ic.ic-notificaciones {
    display: none!important
}

.top .c-top .item-ic.ic-user {
    width: auto;
    justify-content: flex-start;
    font-size: 1rem;
    align-items: center;
    margin-left: 1rem
}

.top .c-top .item-ic.ic-user span {
    font-family: Roboto, Arial, Helvetica, sans-serif
}

.top .c-top .item-ic.ic-user [class^=fa] {
    font-size: 33px;
    position: relative;
    top: 1px
}

.top .c-top .item-ic [class^=fa] {
    font-size: 29px;
    height: 28px;
    width: 28px;
    display: flex;
    line-height: 28px;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: center
}

.top .c-top .item-ic a {
    color: #fff;
    transition: all .3s ease;
    border-bottom: 0;
    display: flex
}

.top .c-top .item-ic a:hover {
    text-decoration: none;
    color: #fff;
    opacity: .8
}

.top .c-top .item-ic.btn-menu,
.top .c-top .item-ic.ic-user {
    border: none;
    padding-right: 0
}

.top .c-top .item-ic.btn-menu {
    display: none
}

.primary-menu {
    background: #5a7c8d;
    text-align: right;
    height: 55px;
    position: relative;
    transition: ease-in-out;
    transition-duration: .25s;
    transition-property: height, opacity, bottom, transform;
    z-index: 11
}

.primary-menu .btn-naranjo,
.primary-menu .btn-naranjo:visited {
    padding: 7px 10px;
    margin-left: 12px;
    align-self: center;
    color: #fff
}

.primary-menu .nav-desk {
    list-style: none;
    flex-flow: row
}

.primary-menu .nav-desk li .m-item {
    margin: 0;
    color: #fff;
    font-size: .9rem;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    height: 100%;
    align-items: center;
    white-space: nowrap
}

.primary-menu .nav-desk li.activo .m-item [class^=fa],
.primary-menu .nav-desk li .m-item [class^=fa] {
    margin-left: 5px;
    margin-top: .25rem
}

.primary-menu .nav-desk li .m-item .d-lg-none {
    display: none
}

.primary-menu .nav-desk li.activo .m-item .d-lg-none {
    display: flex
}

.primary-menu .nav-desk li .nav .blurb-container p {
    color: #4a4a4a;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    margin: 0
}

.primary-menu .nav-desk li .nav .finder-section .button-medicos {
    border: 2px solid #00a19b;
    color: #00a19b
}

.primary-menu .nav-desk li .nav .finder-section .button-medicos:hover {
    background-color: #099;
    color: #fff
}

.primary-menu .nav-desk li .nav .letters-key .letter {
    width: 32px;
    height: 32px;
    margin-right: .4rem;
    margin-bottom: .4rem;
    font-size: 1.25rem;
    color: #099;
    justify-content: center;
    align-items: center;
    padding: 0 0 3px;
    display: flex
}

.primary-menu .nav-desk li .nav .letters-key .letter:hover {
    background-color: #099;
    color: #fff
}

.primary-menu .event {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 1rem
}

.primary-menu .event>time {
    color: #fff;
    background: #00a19b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: column;
    flex-shrink: 0;
    width: 120px;
    padding: 10px;
    font-family: Quicksand, sans-serif;
    justify-content: center;
    margin: 0 20px 0 0;
    font-weight: 700
}

.primary-menu .event>time .fecha {
    font-size: 24px;
    line-height: 130%;
    text-align: center
}

.primary-menu .event>time .hora {
    font-size: 18px
}

.primary-menu .event .nombre {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700
}

.primary-menu .event .event-info span {
    color: #9b9b9b;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 0
}

.primary-menu .event .event-info .icono-reloj {
    margin: 0 3px 2px 0
}

.primary-menu .info-item p a {
    color: #4a4a4a;
    border-bottom: 0;
    border-radius: .25rem;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: transform, color, background, border, padding, margin;
    position: relative
}

.primary-menu .info-item p a:hover {
    color: #099
}

.primary-menu .info-item p a:not(.btn):after {
    content: "\f054";
    margin-right: .5rem;
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 900;
    font-size: 1rem;
    line-height: 150%;
    color: transparent;
    position: absolute;
    right: 0;
    top: calc(50% - 11px);
    bottom: auto;
    z-index: 1;
    transform: scale(.25) translateX(-1rem);
    transition-delay: .05s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: transform, color, background, border, padding, margin
}

.primary-menu .info-item p a:not(.btn):hover:after {
    color: #fff;
    transform: scale(1)
}

.primary-menu .info-item p a:not(.btn) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0
}

.primary-menu .info-item p a:hover:not(.btn) {
    padding: .1rem 0 .1rem .25rem;
    background-color: #099;
    color: #fff
}

.primary-menu .info-item p a.btn:hover {
    color: #fff;
    background-color: #099
}

.primary-menu .info-item p a .fal,
.primary-menu .info-item p a .far,
.primary-menu a [class^=fa] {
    width: 20px;
    text-align: center;
    font-size: 1rem;
    line-height: 150%
}

.bottom {
    padding: 50px 0
}

.bottom a {
    color: #fff
}

.bottom a.terminos {
    font-size: 14px;
    text-decoration: underline
}

.bottom .item-footer {
    margin-right: 40px
}

.bottom .item-footer h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px
}

.bottom .item-footer ul li {
    margin-bottom: 10px
}

@media (max-width:1024px) {
    body.menuactivo {
        padding-top: 71px
    }
    body.menuactivo .top {
        position: fixed;
        z-index: 21;
        top: 0
    }
    .top {
        height: 71px;
        position: relative;
        z-index: 21
    }
    .top .logo {
        height: 100%;
        display: flex
    }
    .top .logo img {
        width: 150px;
        margin-left: 10px
    }
    .top .c-top {
        align-items: center
    }
    .top .c-top .item-ic {
        width: 50px;
        border: 0;
        height: 100%;
        align-items: center;
        margin: 0 .25rem
    }
    .top .c-top .item-ic.ic-user {
        justify-content: center;
        margin-right: 0;
        margin-left: 0
    }
    .top .c-top .item-ic.ic-user [class^=fa] {
        font-size: 32px;
        margin-right: .5rem
    }
    .top .c-top .item-ic.btn-menu {
        display: flex;
        transition: cubic-bezier(.25, -.25, .75, 1.25);
        transition-duration: .1s;
        transition-property: stroke, color, background-color;
        height: 71px;
        margin-right: 0
    }
    .top .c-top .item-ic.btn-menu.cross {
        background-color: #5a7c8d;
        opacity: 1
    }
    .top .btn-menu svg {
        width: 50px;
        height: 32px;
        cursor: pointer;
        transform: translate3d(-3px, -2px, 0) scale(1.6)
    }
    .top .btn-menu path {
        fill: none;
        transition: stroke-dashoffset .5s cubic-bezier(.25, -.25, .75, 1.25), stroke-dasharray .5s cubic-bezier(.25, -.25, .75, 1.25);
        stroke-width: 40px;
        stroke-linecap: round;
        stroke: #fff;
        stroke-dashoffset: 0px
    }
    .top .btn-menu.cross path {
        stroke: #fff
    }
    .top .btn-menu path#bottom,
    .top .btn-menu path#top {
        stroke-dasharray: 240px 950px
    }
    .top .btn-menu path#middle {
        stroke-dasharray: 240px 240px
    }
    .top .btn-menu.cross path#bottom,
    .top .btn-menu.cross path#top {
        stroke-dashoffset: -650px
    }
    .top .btn-menu.cross path#middle {
        stroke-dashoffset: -115px;
        stroke-dasharray: 1px 220px
    }
    nav.primary-menu {
        height: 100vh;
        position: fixed!important;
        opacity: 0;
        padding: 81px 0 10px;
        top: 0;
        justify-content: flex-start!important;
        transform: translateX(100vw)
    }
    nav.primary-menu .nav-mobile {
        display: flex!important
    }
    nav.primary-menu.activo {
        z-index: 20;
        opacity: 1;
        transform: translateX(0);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        overflow: auto;
        background-color: #5a7c8d
    }
    nav.primary-menu .nav-desk {
        display: none
    }
    .primary-menu .nav-desk li,
    nav.primary-menu .nav-desk {
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: padding, margin, padding, background, color
    }
    .primary-menu .nav-desk li {
        padding: 0;
        overflow: hidden;
        margin: 5px 0
    }
    .primary-menu .nav-desk li.activo {
        overflow: auto;
        background-color: #fff;
        position: relative;
        z-index: 40;
        padding-bottom: 10px
    }
    .primary-menu .nav-desk li.telefonos-menu>a,
    .primary-menu .nav-desk li>.m-item {
        font-size: 1.1rem;
        padding: .5rem 0;
        margin: 0;
        color: #fff;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: margin, padding, background, color, font-weight;
        position: relative;
        z-index: 2;
        justify-content: space-between;
        border: 0;
        display: flex
    }
    .primary-menu .nav-desk li .nav {
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: padding, margin, padding, background, color
    }
    .primary-menu .nav-desk li.activo>.m-item {
        font-weight: 700;
        position: relative;
        color: #099
    }
    .primary-menu .nav-desk li.activo .m-item .fa {
        display: none
    }
    .primary-menu .nav-desk li.activo .nav {
        display: flex!important;
        position: relative;
        top: 0;
        padding: 0 1rem;
        text-align: left
    }
    .primary-menu .nav-desk li .nav h3 {
        margin: 0
    }
    .primary-menu .nav-desk li .nav .info-item p a,
    .primary-menu .nav-desk li .nav h3 {
        padding: .375rem 0;
        font-size: 1rem
    }
    .primary-menu .nav-desk li .nav h3 a {
        text-decoration: none;
        border-bottom: 0;
        font-family: Quicksand, Arial, Helvetica, sans-serif;
        font-weight: 700
    }
    .primary-menu .nav-desk li .row {
        width: 100%;
        margin: 0
    }
    .primary-menu .nav-desk li .row>[class^=col] {
        padding: 0
    }
    .primary-menu .nav-desk li .nav .info-item p a.bg-secondary,
    .primary-menu .nav-desk li .nav .info-item p a:hover {
        padding: .5rem;
        border-bottom: 1px solid #fff;
        width: 100%
    }
    .primary-menu .nav-desk li .nav .info-item p a.bg-secondary:after {
        margin-right: 0
    }
    .primary-menu .nav-desk li.telefonos-menu a:first-child {
        border-top: 1px solid hsla(0, 0%, 100%, .5);
        padding-top: .75rem
    }
    .primary-menu .nav-desk li.telefonos-menu a:last-child {
        border-bottom: 1px solid hsla(0, 0%, 100%, .5);
        padding-bottom: 1rem
    }
    .acreditaciones a img {
        width: 100%;
        height: auto
    }
    .box-reserva.box-adulto .img-res {
        display: none
    }
}

@media(min-width:900px) and (max-width:1024px) and (orientation:landscape) {
    .primary-menu.activo {
        justify-content: center!important;
        height: auto!important;
        min-height: 100vh!important;
        overflow: scroll!important
    }
    .primary-menu .nav-desk {
        flex-flow: column!important;
        justify-content: flex-start!important;
        overflow: auto!important
    }
    .primary-menu .nav-desk li .m-item {
        padding: .5rem 1rem!important
    }
    .primary-menu .nav-desk li.activo {
        height: auto!important
    }
    .primary-menu .nav-desk li.activo .m-item {
        height: auto
    }
    .primary-menu .nav-desk li.activo .nav {
        flex-flow: column!important;
        height: auto!important
    }
    .primary-menu .nav-desk li.activo .nav .ancho-max {
        width: 100%!important
    }
    .primary-menu .nav-desk li.activo .row [class^=col] {
        height: auto!important
    }
    .primary-menu .nav-desk li.activo .row .info-item {
        margin: 0 10px!important
    }
    .primary-menu .nav-desk li.activo .row .info-item p {
        flex-flow: column
    }
    .primary-menu .nav-desk li.activo .row .info-item p.d-none.d-lg-flex {
        display: none!important
    }
}

@media(min-width:1025px) {
    .primary-menu .nav-desk li .m-item {
        padding: 0 10px
    }
    .primary-menu .nav-desk li:hover .m-item {
        background-color: #fff;
        color: #099
    }
    .primary-menu .nav-desk li .nav {
        color: #4a4a4a;
        font-style: normal;
        font-size: 16px
    }
    .primary-menu .nav-desk li:hover .nav {
        position: absolute!important;
        display: block!important;
        width: 100%;
        background-color: #fff;
        z-index: 1;
        left: 0;
        top: 55px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .03);
        padding: 30px 0;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto!important
    }
    .primary-menu .nav-desk li:hover .nav h3 {
        font-size: 1.1rem;
        margin: 0 0 .2rem
    }
    .primary-menu .nav-desk li:hover .nav h3 a {
        color: #00a19b;
        text-decoration: none;
        border-bottom: 0
    }
    .primary-menu .nav-desk li:hover .nav .info-item {
        flex-flow: column wrap;
        display: flex;
        text-align: left
    }
    .primary-menu .nav-desk li:hover .nav .info-item p {
        font-size: .9rem;
        color: #666;
        margin-bottom: 1rem;
        display: flex;
        flex-flow: column
    }
    .primary-menu .nav-desk li:hover .nav .info-item p a {
        margin: 2.5px 0;
        max-width: calc(340px - 1.5rem);
        padding-right: 1.5rem
    }
    .primary-menu .nav-desk li:hover .nav .info-item p a.bg-secondary:not(.btn) {
        padding: .1rem 0 .1rem .25rem
    }
    .primary-menu .nav-desk li:hover .nav .blurb-container {
        border: .5px solid hsla(0, 0%, 60.8%, .51);
        padding: 10px 25px 10px 10px;
        display: flex;
        align-items: center;
        margin: 5px;
        width: calc(50% - 30px)
    }
    .primary-menu .nav-desk li:hover .nav .blurb-container p {
        margin: 0
    }
    .primary-menu .nav-desk li:hover .nav .blurb-container img {
        background: #9c5a96;
        border: 5px solid #e0ccdf;
        padding: 10px;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        box-sizing: content-box;
        margin: 0 20px 0 0
    }
    .primary-menu .nav-desk li:hover .nav .blurb-container img.bgverde {
        background-color: #bbcd02;
        border-color: #e3eb99
    }
}

@media (max-width:767.98px) {
    .acreditaciones-modal {
        padding-right: 0!important
    }
    .acreditaciones-modal .modal-dialog {
        width: 100%;
        margin: 0
    }
}

.acreditaciones-modal .modal-dialog {
    max-width: 1109px
}

.acreditaciones-modal .modal-dialog .modal-body {
    padding-left: 0;
    padding-right: 0
}

.acreditaciones-modal .modal-dialog .acreditaciones-content .acreditaciones-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #dbdbdb
}

.acreditaciones-modal .modal-dialog .acreditaciones-content .acreditaciones-item:last-child {
    border-bottom: none
}

.acreditaciones-modal .modal-dialog .acreditaciones-content .acreditaciones-item .text-content {
    width: 60%
}

.acreditaciones-modal .modal-dialog .acreditaciones-content .acreditaciones-item .text-content p {
    font-family: Quicksand;
    font-size: 16px;
    line-height: 23px
}

.acreditaciones-modal .modal-dialog .acreditaciones-content .acreditaciones-item .text-content p.text-title {
    color: #00a19b;
    font-family: Roboto
}

.acreditaciones-modal .modal-dialog .acreditaciones-content .acreditaciones-item img {
    height: 145px
}

@media (max-width:767.98px) {
    .acreditaciones-modal .modal-dialog .acreditaciones-content .acreditaciones-item img {
        height: auto
    }
}

footer {
    background: #00a19b;
    padding: 50px 0 30px
}

footer a.terminos {
    font-size: 14px;
    color: #fff;
    text-decoration: underline
}

.menu-footer {
    border-left: 1px solid #d2d2d2;
    padding-left: 30px
}

.menu-footer .item-footer {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    margin-left: 40px
}

.menu-footer .item-footer:last-child {
    margin-right: 0
}

.menu-footer .item-footer h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px
}

.menu-footer .item-footer ul {
    font-size: 13px;
    color: #fff;
    font-family: Quicksand;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: flex-start
}

.menu-footer .item-footer ul li {
    margin: .5rem .5rem .5rem 0;
    border-right: 1px solid hsla(0, 0%, 100%, .35);
    padding-right: .5rem
}

.menu-footer .item-footer ul li a {
    color: #fff
}

.menu-footer .item-footer ul li a:hover {
    border-bottom: 1px dotted #fff
}

.menu-footer .item-footer ul li:last-child {
    border-right: 0
}

.redes-footer {
    padding: 10px 0
}

.redes-footer p {
    font-size: 16px;
    color: #00a19b;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0
}

.redes-footer a {
    vertical-align: middle;
    background: #00a19b;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 5px;
    color: #fff;
    font-size: 20px;
    padding-top: 4px;
    transition: all .3s ease
}

.redes-footer a:hover {
    background: #06827d
}

#breadcrumb {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #4a4a4a;
    padding: 0;
    margin: .5rem 0
}

#breadcrumb .miga {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0
}

#breadcrumb .miga li {
    margin-left: 3px
}

#breadcrumb .miga li:first-child {
    margin-left: 0
}

#breadcrumb .miga li:before {
    content: "/"
}

#breadcrumb .miga li:first-child:before {
    content: "";
    display: none
}

#breadcrumb .miga li a {
    color: #099
}

#breadcrumb .miga li:last-child a {
    color: #666
}

.articles-blog {
    padding: 1.5rem 0
}

@media (max-width:767.98px) {
    .articles-blog {
        padding-top: 0;
        padding-bottom: 1rem;
        background: hsla(0, 0%, 84.7%, .57)
    }
    .articles-blog .tags-list p {
        font-size: 18px;
        line-height: 17px;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-weight: 500
    }
}

.articles-blog .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.articles-blog .article .image {
    background-size: cover;
    height: 177px;
    position: relative;
    width: 100%
}

.articles-blog .article .image .icon-share {
    position: absolute;
    top: 20px;
    right: 20px
}

.articles-blog .article .image .icon-share img {
    width: 29px;
    height: 29px
}

.articles-blog .article .category {
    background: #00a19b;
    border-radius: 30px;
    margin-left: 20px;
    margin-top: -14.5px;
    z-index: 10
}

.articles-blog .article .category a {
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 5px 15px;
    font-size: .8rem
}

.articles-blog .article .article-content {
    padding: 20px;
    width: 100%
}

.articles-blog .article .article-content .text-content h4 {
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    color: #4a4a4a;
    margin-bottom: 20px
}

.articles-blog .article .article-content .text-content h4 a {
    color: #4a4a4a;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    transition: all .5s ease
}

.articles-blog .article .article-content .text-content h4 a:hover {
    color: #666
}

.articles-blog .article .article-content .meta-info {
    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;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
    padding: 0 35px
}

.articles-blog .article .article-content .meta-info p {
    font-size: 13px;
    line-height: 20px;
    color: #9b9b9b;
    margin-bottom: 0
}

.articles-blog .article .article-content .meta-info .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.articles-blog .article .article-content .meta-info .time img {
    width: 14px;
    margin-right: 5px
}

.tags-blog-home {
    margin-top: 20px
}

.tags-blog-home .tag {
    margin-right: 10px;
    background: #00a19b;
    margin-bottom: 20px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 20px;
    cursor: pointer
}

@media (max-width:767.98px) {
    .articles-finder {
        margin-left: -3px;
        margin-right: -3px
    }
}

.articles-finder h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 53px;
    color: #00a19b;
    margin: 15px 0
}

.articles-finder input {
    border: 1px solid #d1d1d1;
    border-radius: 4px 0 0 4px;
    font-size: 20px;
    line-height: 26px;
    color: #b4b4b4;
    padding: 14px 21px;
    height: 61px;
    max-width: 661px
}

.articles-finder input::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 26px;
    color: #b4b4b4;
    height: 50px
}

.articles-finder input:-ms-input-placeholder {
    font-size: 20px;
    line-height: 26px;
    color: #b4b4b4;
    height: 50px
}

.articles-finder input::-ms-input-placeholder {
    font-size: 20px;
    line-height: 26px;
    color: #b4b4b4;
    height: 50px
}

.articles-finder input::placeholder {
    font-size: 20px;
    line-height: 26px;
    color: #b4b4b4;
    height: 50px
}

.articles-finder button {
    width: 157px;
    background: #f37022;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    border: none
}

@media (max-width:767.98px) {
    .articles-finder h3 {
        font-size: 18px;
        line-height: 17px
    }
    .articles-finder input::-webkit-input-placeholder {
        font-size: 16px
    }
    .articles-finder input:-ms-input-placeholder {
        font-size: 16px
    }
    .articles-finder input::-ms-input-placeholder {
        font-size: 16px
    }
    .articles-finder input::placeholder {
        font-size: 16px
    }
    .articles-finder button {
        width: auto
    }
}

.acreditaciones {
    padding: 70px 0;
    text-align: center
}

.acreditaciones .title {
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.acreditaciones .title h3,
.acreditaciones .title p {
    width: 100%
}

@media (max-width:767.98px) {
    .acreditaciones {
        padding: 40px 0;
        background: #fff
    }
    .acreditaciones .title {
        margin-bottom: 20px
    }
    .acreditaciones img {
        width: 90px
    }
}

.interior.gris {
    background: #f8f8f8;
    padding: 40px 0
}

.interior.gris2 {
    background: #e4e4e4;
    padding: 40px 0
}

.banner-bienvenida {
    position: relative
}

.banner-bienvenida p {
    font-size: 15px;
    color: #00a19b;
    margin-bottom: 5px;
    font-weight: 500
}

.banner-bienvenida img {
    width: 100%
}

.banner-bienvenida .wrap.w-b {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.banner-bienvenida.banner-folletos .wrap.w-b {
    bottom: 50px
}

.banner-bienvenida h3 {
    font-weight: 500;
    color: #fff;
    background: #00a19b;
    padding: 8px 30px;
    border-radius: 20px;
    font-size: 24px;
    display: inline-block
}

.banner-bienvenida h4 {
    font-size: 34px;
    color: #00a19b;
    font-weight: 500;
    margin-top: 0
}

.banner-bienvenida input {
    border: 1px solid #707070;
    background: #fff;
    height: 50px;
    padding: 5px 10px;
    width: 100%;
    max-width: 600px
}

.banner-bienvenida nav {
    background: #007a75;
    text-align: left;
    position: relative
}

.banner-bienvenida nav.gris {
    background: #6c7171
}

.banner-bienvenida nav ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.banner-bienvenida nav ul li a {
    color: #fff;
    opacity: 1;
    font-size: 1rem;
    line-height: 120%;
    display: flex;
    padding: 14px 5px;
    transition: all .3s ease;
    font-weight: 400;
    height: 100%;
    border: 0;
    align-items: center
}

.banner-bienvenida nav ul li a:hover {
    background: #515151;
    opacity: 1
}

.banner-bienvenida nav ul li a.activo {
    background: #025753;
    color: #78a5a3;
    opacity: 1;
    padding-left: 8px;
    padding-right: 8px
}

.banner-bienvenida nav ul li .submenu {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 99;
    box-shadow: 0 5px 10px #efefef
}

.banner-bienvenida nav ul li:hover .submenu {
    display: block
}

.banner-bienvenida nav ul li .submenu>ul {
    max-width: 100%;
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-flow: row wrap;
    background-color: #fff
}

.banner-bienvenida nav ul li .submenu ul li {
    width: auto;
    padding: 0;
    margin-bottom: 0
}

.banner-bienvenida nav ul li .submenu ul li a {
    opacity: 1;
    color: #00a19b;
    font-size: .95rem;
    padding: .75rem
}

.banner-bienvenida nav ul li .submenu ul li a:hover {
    background-color: #fbfbfb
}

.banner-bienvenida nav ul li .submenu ul li a img {
    margin-right: 5px;
    width: 90px
}

.banner-bienvenida nav ul li .submenu ul>li>ul {
    /*! display: none; */
    justify-content: flex-start;
    background-color: #f7f7f7;
    flex-flow: column;
    margin: 0 10px 1rem
}

.banner-bienvenida nav ul li .submenu ul>li>ul li a {
    font-weight: 400;
    color: #333;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    font-size: .9rem
}

@media (max-width:640px) {
    .banner-bienvenida nav ul {
        padding: 10px 20px
    }
}

.temas-interes {
    padding: 10px 0 40px
}

.temas-interes h3 {
    margin-top: 0;
    color: #494d5f;
    font-size: 24px;
    font-weight: 400
}

.temas-interes .lista-temas,
.temas-interes h3 {
    margin-bottom: 30px
}

.temas-interes .lista-temas a {
    display: inline-block;
    font-size: 10px;
    color: #00a19b;
    border: 1px solid #00a19b;
    padding: 10px 22px;
    border-radius: 30px;
    margin-bottom: 10px;
    margin-right: 6px;
    transition: all .3s ease
}

.temas-interes .lista-temas a:focus,
.temas-interes .lista-temas a:hover {
    background: #d1f9f7;
    text-decoration: none
}

.temas-interes .lista-temas a.activo {
    color: #fff;
    background: #00a19b;
    text-decoration: none
}

.temas-interes .lista-temas a:nth-child(n+15) {
    display: none
}

.temas-interes .lista-temas.todos a:nth-child(n+15) {
    display: inline-block
}

.box-noticia {
    position: relative;
    margin-bottom: 20px;
    height: 100%;
    padding-bottom: 20px
}

.box-noticia .img-noticia {
    overflow: hidden
}

.box-noticia .img-noticia img {
    width: 100%;
    transition: all 1s ease
}

.box-noticia:hover .img-noticia img {
    transform: scale(1.05);
    opacity: .9
}

.box-noticia .ic-compartir {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 20px;
    transition: .5s cubic-bezier(.77, 0, .175, 1)
}

.box-noticia .ic-compartir:hover {
    transform: rotate(180deg)
}

.box-noticia .ic-compartir a {
    color: #fff
}

.box-noticia .texto-noticia {
    padding: 0 20px;
    margin-top: -10px
}

.box-noticia.bg-blanco {
    background: #fff;
    padding-bottom: 20px
}

.box-noticia .categoria {
    font-size: 12px;
    color: #fff;
    background: #00a19b;
    border-radius: 20px;
    display: inline-block;
    padding: 3px 10px;
    position: relative
}

.box-noticia h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    margin: 18px 0 10px
}

.box-noticia h4 a {
    color: #4a4a4a;
    transition: all .3s ease
}

.box-noticia h4 a:hover {
    color: #666;
    text-decoration: none
}

.box-noticia .fecha,
.box-noticia .tiempo {
    font-size: 13px;
    color: #9b9b9b
}

.box-noticia .tiempo {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px
}

.box-noticia .tiempo i {
    margin-right: 0
}

.box-noticia.destacado h4 {
    font-size: 26px
}

.box-reserva {
    background: #099;
    margin: 30px 0
}

.box-reserva.box-reserva-mobile {
    display: none
}

.box-reserva .img-res img {
    width: 100%
}

.box-reserva .texto-res {
    padding: 0 2rem;
    color: #fff
}

.w-sidebar {
    margin-bottom: 40px
}

.w-sidebar h3 {
    font-size: 24px;
    margin: 0 0 37px
}

.title h3 a span,
.w-sidebar h3 span {
    color: #4a4a4a
}

.item-charla {
    position: relative;
    margin-bottom: 20px
}

.item-charla .fecha-charla {
    min-width: 110px;
    width: 110px;
    height: 100%;
    background: #00a19b;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.item-charla .fecha-charla>div {
    width: 100%
}

.item-charla .fecha-charla .dia {
    font-size: 24px;
    line-height: 26px
}

.item-charla .fecha-charla .mes {
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    display: block
}

.item-charla .fecha-charla .hora {
    font-size: 18px
}

.item-charla .texto-charla {
    background: #fff;
    padding: 14px 20px
}

.item-charla .texto-charla h5 {
    font-size: 18px;
    line-height: 21px;
    color: #4a4a4a;
    font-weight: 700;
    margin: 0 0 4px
}

.item-charla .texto-charla h5 a {
    color: #4a4a4a;
    transition: all .3s ease
}

.item-charla .texto-charla h5 a:hover {
    color: #4a4a4a;
    text-decoration: none;
    color: #666
}

.item-charla .texto-charla p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    color: #9b9b9b
}

.item-charla .texto-charla .lugar {
    font-size: 13px;
    color: #9b9b9b;
    float: left
}

.item-charla .texto-charla .duracion {
    font-size: 13px;
    color: #9b9b9b;
    float: right
}

.carrusel-interes .box-interes {
    text-align: center
}

.carrusel-interes .box-interes .img-interes {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: left;
    margin: 0 auto 5px
}

.carrusel-interes .box-interes .img-interes img {
    width: auto;
    margin: 0 auto
}

.carrusel-interes .box-interes p {
    color: #545454;
    margin-bottom: 0;
    font-family: Quicksand;
    font-size: 12px;
    line-height: 18px
}

.carrusel-interes .tns-item:nth-child(odd) .img-interes {
    background: #bbcd02;
    border: 4px solid #e4eaab
}

.carrusel-interes .tns-item:nth-child(2n) .img-interes {
    background: #a465a2;
    border: 4px solid #ddcadd
}

.paginador {
    margin: 30px 0 40px
}

.paginador ul {
    list-style: none;
    padding-left: 0
}

.paginador a,
.paginador ul li {
    display: inline-block
}

.paginador a {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    color: #008480;
    padding-top: 2px
}

.paginador a.activo {
    background: #008480;
    color: #fff
}

.w-contenidos .item {
    margin-bottom: 35px
}

.w-contenidos .item h4 {
    margin: 0 0 15px;
    font-weight: 500
}

.w-contenidos .item h4 a {
    color: #4a4a4a;
    font-weight: 500
}

.w-contenidos .item h4 a:hover {
    text-decoration: none;
    color: #666
}

.w-contenidos .item .fecha {
    margin-right: 20px
}

.w-contenidos .item .fecha,
.w-contenidos .item .tiempo {
    font-size: 13px;
    color: #9b9b9b;
    display: inline-block
}

.tabla-detalle {
    margin-bottom: 60px
}

.tabla-detalle table {
    width: 100%
}

.tabla-detalle table tr {
    font-size: 1rem
}

.tabla-detalle table tr:nth-child(odd) {
    background: #fff
}

.tabla-detalle table tr:nth-child(2n) {
    background: #def2f2
}

.tabla-detalle table tr th {
    color: #00a19b;
    background: #def2f2;
    padding: 30px 20px 20px
}

.tabla-detalle table tr td {
    font-size: 1ren;
    color: #4a4a4a;
    padding: 20px
}

body.loading .modal-ajax {
    overflow: hidden;
    display: block
}

.modal-ajax {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: hsla(0, 0%, 100%, .8) url(../images/precarga-alemana.svg) 50% 50% no-repeat
}

.modal-success .modal-dialog {
    margin: 0
}

.modal-success .modal-content {
    border-radius: 0
}

.modal-success .success-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 83px 28px
}

.modal-success .success-content h3 {
    font-size: 18px;
    line-height: 21px;
    color: #00a19b;
    font-weight: 300;
    margin-bottom: 23px
}

.modal-success .success-content p {
    font-size: 16px;
    line-height: 20px;
    color: #4a4a4a;
    font-family: Quicksand;
    margin-bottom: 25px
}

.modal-success .success-content img {
    margin-bottom: 26px;
    width: 63px;
    height: 63px
}

.modal-success .success-content button {
    width: 191px
}

.modal-success.success-form-landing .success-content p {
    font-size: 20px;
    line-height: 25px
}

.modal-success.success-form-landing .success-content img {
    margin-bottom: 26px;
    width: 93px;
    height: 93px
}

.tab-content>.tab-pane {
    display: block;
    overflow: hidden;
    height: 0
}

.tab-content>.tab-pane.active {
    height: auto
}

.letters-key .letter {
    border: 1px solid #00a19b;
    margin-right: .25rem;
    margin-bottom: .25rem
}

.letters-key .letter:hover {
    background: #00a19b
}

.letters-key .letter:hover span {
    color: #fff
}

.tns-outer {
    position: relative;
    height: auto
}

.tns-outer .tns-controls button {
    border: 2px solid #fff;
    background: transparent;
    border-radius: 3px;
    color: #fff;
    font-size: 0;
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: 1
}

.tns-outer .tns-controls button:after {
    display: inline-block;
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 900;
    font-size: 22px;
    line-height: 32px;
    text-shadow: 0 0 5px #999
}

.tns-outer .tns-controls button:first-child {
    right: 66px
}

.tns-outer .tns-controls button:last-child {
    right: 20px
}

.tns-outer .tns-controls button:first-child:after {
    content: "\f053"
}

.tns-outer .tns-controls button:last-child:after {
    content: "\f054"
}

.month-features-slider .slide {
    position: relative
}

.img-slide-dest {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.img-slide-dest img,
figure.image img {
    width: 100%
}

.articles-blog .article .image {
    height: auto
}

.img-overlay {
    position: relative;
    display: block
}

.img-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 0
}

.galeria-detalle figure {
    width: 25%;
    display: inline-block
}

.w-area {
    padding: 30px 0 0
}

.w-area .cont-area {
    padding-bottom: 70px
}

.w-area .cont-area h2 {
    color: #00a19b;
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 30px
}

.w-area .cont-area a.btn-verde {
    width: 100%;
    font-size: normal;
    margin-bottom: 14px
}

.w-area .cont-area .form-group {
    margin-bottom: 10px
}

.w-area .cont-area .form-group.oculto {
    visibility: hidden
}

.w-area .cont-area select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-image: url(/assets/images/bg-select2.png);
    background-position: 100%;
    background-color: transparent
}

.w-area .cont-area input,
.w-area .cont-area select {
    border: 2px solid #00a19b;
    width: 100%;
    height: 45px;
    border-radius: 8px;
    color: #585b5e;
    font-weight: 700;
    padding: 5px 30px 5px 10px;
    font-size: 14px
}

* {
    outline: none!important
}

.w-area .cont-area button:hover {
    background: #b45319
}

.w-area .img-area {
    width: calc(100% + 100px);
    bottom: 0;
    vertical-align: bottom;
    height: 100%;
    align-items: flex-end;
    display: flex
}

.w-area .img-area figure {
    margin-right: -50px
}

.w-area .img-area figure img {
    width: 100%
}

.busqueda-area {
    text-align: center;
    padding: 20px 0
}

.busqueda-area h3 {
    color: #00898b;
    font-size: 32px;
    font-weight: 700
}

.busqueda-area .item-bus,
.busqueda-area h5 {
    color: #00898b;
    font-size: 20px;
    font-weight: 400
}

.busqueda-area .item-bus {
    display: inline-block;
    margin: 0 5px
}

.busqueda-area .item-bus b {
    font-weight: 700
}

.w-resultados {
    margin-top: 30px;
    position: relative
}

.loading-res {
    position: absolute;
    background-color: hsla(0, 0%, 100%, .7);
    background-image: url(../images/load.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999
}

.w-item-res {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    min-height: 300px
}

.w-item-res:after {
    content: "";
    flex: auto
}

.w-resultados .item-res {
    width: 33.333%;
    text-align: left;
    margin-bottom: 50px
}

.i-res {
    width: 320px;
    max-width: 100%;
    -webkit-box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, .2)
}

.w-resultados .item-res figure {
    width: 40%;
    display: inline-block;
    vertical-align: top
}

.w-resultados .item-res figure img {
    width: 100%
}

.w-resultados .item-res .texto-res {
    width: calc(60% - 8px);
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding: 12px 15px
}

.w-resultados .item-res .texto-res h4 {
    margin: 0
}

.w-resultados .item-res .texto-res h5 {
    color: #949494;
    font-size: 12px;
    margin: 0 0 5px
}

.w-resultados .item-res .texto-res p {
    font-size: 10px;
    line-height: 13px;
    color: #00a19b;
    margin-bottom: 8px
}

.w-vermas {
    width: 100%;
    margin: 0 0 40px
}

.w-vermas a.btn {
    width: 122px;
    padding: 5px 10px 4px;
    font-size: 12px;
    font-weight: 700
}

.w-resultados.w-detalle h4 {
    display: block;
    width: 100%;
    color: #585b5e;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 14px
}

.w-resultados.w-detalle .item-res {
    width: 100%;
    max-width: 480px
}

.w-resultados.w-detalle .item-res figure {
    width: 150px;
    display: inline-block;
    vertical-align: top
}

.w-resultados.w-detalle .item-res .texto-res {
    width: calc(100% - 158px)
}

.w-resultados.w-detalle .item-res .texto-res h4 {
    font-size: 20px
}

.w-resultados.w-detalle .item-res .texto-res h5 {
    font-size: 18px
}

.w-resultados.w-detalle .item-res .texto-res p {
    font-size: 14px;
    line-height: 18px
}

.detalle-doctor {
    background: #eee;
    padding: 30px 0
}

.detalle-doctor .w-detalle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.detalle-doctor .w-detalle .item-det h4 {
    color: #00a19b;
    font-size: 18px;
    font-weight: 700
}

.detalle-doctor .w-detalle .item-det ul {
    font-size: 18px;
    line-height: 22px;
    color: #868686;
    list-style: none;
    padding-left: 15px
}

.detalle-doctor .w-detalle .item-det ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px
}

.detalle-doctor .w-detalle .item-det ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    background: #00a19b
}

.ac-busqueda,
.escribe-datos,
.s-area,
.w-area-res {
    display: none
}

.faqs .question,
.faqs .title {
    margin-bottom: 20px
}

.faqs .question .quest-title {
    margin-bottom: 20px;
    cursor: pointer
}

.faqs .question .quest-title h3 {
    font-size: 20px;
    line-height: 130%;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    padding-right: 2rem
}
.faqs .question .quest-title:not(.collapsed) {
   background: #049292;
   color: #fff;
   border-radius: 0;
   height: auto;
   padding: 10px;
   font-weight: bold;
}

.faqs .question .quest-title:after {
    position: absolute;
    color: #4a4a4a;
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 900;
    right: 30px
}

.faqs .question .quest-title:not(.collapsed):after {
    content: "\f068"
}

.faqs .question .quest-title.collapsed:after {
    content: "\f067"
}

.faqs .question .quest-title span {
    height: 12px
}

.faqs .question .quest-title span img {
    width: 12px
}

.faqs .question .underline {
    height: 1px;
    background: #979797
}

.faqs .question ul {
    padding: 0 0 0 1rem
}

.btn-menu-interior {
    display: none
}

@media (max-width:1023px) {
    .c-top {
        padding: 0;
        align-items: center
    }
    .btn-menu-interior {
        position: relative;
        left: 21px
    }
    .btn-menu-interior label.txt-menu {
        position: absolute;
        left: 40px;
        color: #fff;
        top: 0;
        bottom: 0;
        line-height: 140%;
        opacity: 1;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: opacity
    }
    .btn-menu-interior.open label.txt-menu {
        opacity: 0
    }
    .banner-bienvenida nav ul li a br {
        display: none
    }
}

.btn-menu-interior span {
    width: 31px;
    height: 3px;
    background-color: #fff;
    margin: 7px 0;
    transition: .4s;
    display: block
}

.btn-menu-interior.open span:first-child {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-7px, 7px)
}

.btn-menu-interior.open span:nth-child(2) {
    opacity: 0
}

.btn-menu-interior.open span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-7px, -7px)
}

.w-cont h4 {
    font-size: 24px;
    font-weight: 500;
    color: #494d5f;
    margin-bottom: 20px
}

.w-cont p {
    color: #494d5f;
    font-size: 18px;
    line-height: 30px;
    font-family: Quicksand, Arial, Helvetica, sans-serif
}

.w-cont p b {
    font-weight: 700;
    color: #00a19b
}

.w-cont.b-gris p b {
    font-weight: 700;
    color: #494d5f
}

.w-cont p.red {
    color: #c56b7a
}

.w-cont ul {
    color: #494d5f;
    font-size: 18px;
    line-height: 30px;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    padding-left: 0;
    list-style: none
}

.w-cont ul li {
    position: relative;
    padding-left: 18px
}

.w-cont ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    background: #747474
}

.w-cont h5 {
    font-size: 22px;
    font-weight: 500;
    color: #4a4a4a;
    margin-top: 40px
}

.video-resp,
.w-video {
    margin-bottom: 20px
}

.video-resp {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

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

.w-video img {
    max-width: 100%
}

.w-video iframe {
    width: 100%;
    height: auto
}

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

.ic-charlas img {
    max-width: 46%
}

.bg-gris {
    background: #e8e7e7
}

.bg-gris-light {
    background: #f8f8f8
}

.bg-gris-bold {
    background: #c8c8c8
}

h3.t-3 {
    font-size: 24px;
    font-weight: 500;
    color: #4a4a4a;
    margin-bottom: 20px;
    position: relative
}

h3.t-3.verde {
    color: #00a19b
}

h3.t-3.big {
    font-size: 28px;
    color: #6c6c6c
}

h3.t-3.small {
    font-size: 21px;
    color: #494d5f;
    display: inline-block;
    padding-right: 25px;
    margin-bottom: 15px
}

h3.t-3.c-icon:after {
    content: "\f054";
    color: #00a19b;
    display: block;
    position: absolute;
    right: 0;
    font-size: 20px;
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 900;
    top: 3px
}

h3.t-3.small.c-icon:after {
    top: 0
}

h3.t-3.tipo2 {
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700
}

.box-charla {
    background: #fff;
    padding: 7px;
    position: relative
}

.box-charla.sin-p {
    padding: 0
}

.box-charla.bg-gris {
    background: #e8e7e7
}

.box-charla .img-charla {
    position: relative
}

.box-charla .categoria {
    font-size: 14px;
    background: #00a09c;
    border-radius: 30px;
    padding: 6px 20px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: -20px;
    position: relative
}

.box-charla figure img {
    max-width: 100%
}

.box-charla .fecha-charla {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    max-width: 180px;
    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;
    color: #fff
}

.box-charla .fecha-charla.big {
    max-width: 55%;
    width: 55%
}

.box-charla.rosado .fecha-charla {
    background: #ef25d4
}

.box-charla.rojo .fecha-charla {
    background: #c11010
}

.box-charla.negro .fecha-charla {
    background: #000
}

.box-charla.morado .fecha-charla {
    background: #7b0a68
}

.box-charla.verde .fecha-charla {
    background: #1fa100
}

.box-charla.amarillo .fecha-charla {
    background: #dbb004
}

.box-charla.color-maternidad .fecha-charla {
    background: #cc6974
}

.box-charla.color-rcp .fecha-charla {
    background: #e9132c
}

.box-charla.color-crianza .fecha-charla {
    background: #a8538d
}

.box-charla.color-otros .fecha-charla {
    background: #8cab31
}

.box-charla.color-sport .fecha-charla {
    background: #000
}

.box-charla .fecha-charla .dia {
    font-size: 24px;
    font-weight: 500
}

.box-charla .fecha-charla .mes {
    font-size: 26px;
    font-weight: 700
}

.box-charla .fecha-charla .hora {
    font-size: 18px;
    font-weight: 500
}

.box-charla .texto-charla {
    text-align: center;
    padding: 20px 5px
}

.box-charla.sin-p .texto-charla {
    padding: 10px 20px 30px
}

.box-charla .texto-charla h4 {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 700;
    margin-bottom: 15px
}

.box-charla .texto-charla p {
    font-size: 16px;
    color: #494d5f;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    text-align: left;
    margin-bottom: 20px
}

.box-charla.sin-p .texto-charla p {
    margin-bottom: 45px
}

.box-charla .texto-charla a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    background: #f37022;
    border-radius: 3px;
    font-weight: 500;
    transition: all .3s ease
}

.box-charla .texto-charla a:hover {
    background: #da5506
}

.box-charla .texto-charla a.btn-borde-verde {
    font-size: 18px;
    font-weight: 500;
    color: #00a19b;
    border: 2px solid #00a19b;
    border-radius: 3px;
    padding: 3px 20px 5px;
    min-width: 140px;
    background: transparent
}

.box-contacto {
    background: #f37022;
    padding: 2rem
}

.box-contacto.oscuro {
    background: #e85904
}

.box-contacto.verde.oscuro {
    background: #025753
}

.box-contacto h3 {
    color: #fff;
    margin-bottom: 1rem
}

.box-contacto h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px
}

.box-contacto .item {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-bottom: .5rem
}

.box-contacto .item i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 22px;
    color: #fff;
    padding-top: 7px
}

.box-contacto .item p {
    color: #fff;
    line-height: 20px;
    margin: 0
}

.info-taller {
    background: #f37022;
    height: 100%;
    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
}

.info-taller.verde {
    background: #00a19b
}

.info-taller p {
    color: #fff;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px
}

.box-fecha .box-fecha-header {
    background: #00a19b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 76px
}

.box-fecha .box-fecha-header p {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    margin-right: 20px
}

.box-fecha .box-fecha-header span {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 100%;
    color: #00a19b;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    padding-top: 4px;
    margin-left: 20px
}

.box-fecha .box-fecha-body {
    background: #fff;
    padding: 15px
}

.box-fecha .box-fecha-body a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #a8a8a8;
    padding: 10px 20px;
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease
}

.box-fecha .box-fecha-body a:hover {
    background: #f37022
}

.pop-charlas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    padding: 70px 20px;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden
}

.pop-charlas.visible {
    opacity: 1;
    visibility: visible
}

.pop-charlas .w-pop-charlas {
    background: #fff;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 20px 30px;
    position: relative
}

.cerrar-pop-charla {
    color: #acacac;
    position: absolute;
    top: -18px;
    right: -10px;
    font-size: 40px;
    cursor: pointer
}

.charlas-seleccionadas span {
    font-size: 22px;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    background-color: #f37022
}

.charlas-seleccionadas p {
    font-size: 18px;
    color: #4a4a4a;
    display: inline-block;
    font-weight: 500;
    margin-left: 10px
}

.charlas-seleccionadas i {
    color: #f37022;
    font-size: 35px;
    display: inline-block;
    vertical-align: middle
}

.pop-charlas .des-charla {
    margin-top: 15px;
    margin-bottom: 10px
}

.pop-charlas .des-charla figure {
    display: inline-block;
    width: 180px;
    vertical-align: top
}

.pop-charlas .des-charla figure img {
    width: 100%
}

.pop-charlas .des-charla p {
    display: inline-block;
    width: calc(100% - 190px);
    vertical-align: top;
    color: #727272;
    font-weight: 500;
    font-size: 22px;
    margin-top: -7px;
    padding-left: 15px
}

.pop-charlas a.btn-naranjo {
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px
}

.pop-charlas a.btn-gris-blanco {
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    border-radius: 0;
    border: 2px solid #878787;
    color: #878787;
    transition: all .3s ease
}

.pop-charlas a.btn-gris-blanco:hover {
    background: #878787;
    color: #fff
}

@media (max-width:767.98px) {
    .next-events {
        padding: 1.4rem 0 1rem
    }
    .next-events .slick-list {
        overflow-y: visible
    }
}

.next-events .event {
    height: 115px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px
}

.next-events .event,
.next-events .event .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.next-events .event .date {
    width: 30%;
    background: #00a19b;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.next-events .event .date h4 {
    font-size: 24px;
    line-height: 24px;
    color: #fefefe;
    font-weight: 500;
    text-align: center;
    padding: 0 10px
}

.next-events .event .date h4 span {
    font-size: 18px
}

.next-events .event .event-info {
    width: 70%
}

.next-events .event .event-info .event-info-inner {
    margin-left: 20px
}

.next-events .event .event-info .event-info-inner h4,
.next-events .event .event-info .event-info-inner h4 a {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700
}

.next-events .event .event-info .event-info-inner h4 a {
    transition: all .3s ease
}

.next-events .event .event-info .event-info-inner h4 a:hover {
    color: #666
}

.next-events .event .event-info .event-info-inner p {
    color: #9b9b9b;
    font-size: 13px;
    width: 180px;
    line-height: 21px;
    margin-bottom: 0
}

.next-events .event .event-info .event-info-inner span {
    font-size: 13px;
    line-height: 20px;
    color: #9b9b9b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 156px;
    margin-top: -20px
}

.next-events .event .event-info .event-info-inner span img {
    width: 11px;
    margin-right: 5px
}

@media (max-width:767.98px) {
    .next-events .event {
        -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .17);
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .17);
        margin-top: 10px
    }
    .next-events .event .date {
        width: 35%
    }
    .next-events .event .event-info {
        padding: 15px 0;
        width: 65%
    }
}

.acordeon {
    margin: 50px 0
}

.acordeon .card {
    border: none;
    border-radius: 0;
    margin-bottom: 40px
}

.acordeon-2 .card {
    margin-bottom: 10px
}

.acordeon .card-header {
    padding: 0;
    text-align: left;
    border-radius: 0;
    position: relative;
    border: none
}

.acordeon .card-header.collapsed {
    border-radius: 0;
    background: #008e89;
    border: none;
    color: #089376
}

.acordeon .card-header:not(.collapsed) {
    background: #008e89;
    border-radius: 0;
    color: #fff
}

.rojo .card-header.collapsed,
.rojo .card-header:not(.collapsed) {
    background: #e42612
}

.azul .card-header.collapsed,
.azul .card-header:not(.collapsed) {
    background: #007bbe
}

.verde .card-header.collapsed,
.verde .card-header:not(.collapsed) {
    background: #86bc25
}

.naranjo .card-header.collapsed,
.naranjo .card-header:not(.collapsed) {
    background: #f37022
}

.morado .card-header.collapsed,
.morado .card-header:not(.collapsed) {
    background: #9c5a96
}

.acordeon .card-header.collapsed:after {
    content: "\f054";
    font-size: 24px
}

.acordeon .card-header.collapsed:after,
.acordeon .card-header:not(.collapsed):after {
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 12px;
    color: #fff;
    font-size: 22px
}

.acordeon .card-header:not(.collapsed):after {
    content: "\f078"
}

.acordeon .card-header button {
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 0;
    background: none;
    border: none;
    padding: 12px 20px
}

.acordeon .card-header button:focus,
.acordeon .card-header button:hover {
    text-decoration: none;
    color: #fff
}

.acordeon .card-header:not(.collapsed) button {
    color: #fff
}

.acordeon .card-body {
    padding-left: 0;
    padding-right: 0
}

.acordeon .card-body h4 {
    color: #6c6c6c;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px
}

.acordeon .card-body p {
    color: #707070;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    font-family: Quicksand, Arial, Helvetica, sans-serif
}

.acordeon .card-body .sf-fieldWrp {
    margin-bottom: 5px;
    min-height: 69px
}

.acordeon .card-body .sf-fieldWrp:last-of-type {
    min-height: 0
}

.acordeon .card-body .sf-fieldWrp p {
    margin-bottom: 0;
    min-height: 24px;
    display: block;
    font-size: 16px
}

.form-inscripcion .form-inscripcion-header {
    font-size: 18px;
    color: #fff;
    background: #4b4d4d;
    text-align: center;
    padding: 10px 20px;
    border-radius: 3px
}

.form-inscripcion .form-inscripcion-body {
    background: #e8e7e7;
    padding: 20px 15px
}

.form-inscripcion input {
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #adadad;
    color: #707070;
    height: 45px;
    padding: 5px 10px;
    width: 100%
}

.form-inscripcion::-webkit-input-placeholder {
    color: #949292
}

.form-inscripcion::-moz-placeholder {
    color: #949292
}

.form-inscripcion:-ms-input-placeholder {
    color: #949292
}

.form-inscripcion:-moz-placeholder {
    color: #949292
}

.form-inscripcion button {
    font-size: 18px;
    background: #f37022;
    width: 100%;
    font-weight: 500;
    padding: 7px 20px
}

.acordeon-2 .card-body {
    padding: 0
}

.item-col {
    background: #eaecec;
    padding: 40px 20px;
    border: 1px solid #d2d2d2;
    text-align: center
}

.item-col figure {
    margin-bottom: 15px
}

.item-col h4 {
    font-size: 24px;
    color: #6c6c6c;
    font-weight: 500
}

.item-col p {
    font-size: 18px;
    font-weight: 500;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    margin-bottom: 5px
}

.item-video iframe,
.item-video img {
    width: 100%
}

.item-dir {
    text-align: center
}

.item-dir figure {
    margin-bottom: 10px
}

.item-dir figure img {
    max-width: 100%;
    border: 1px solid #979797;
    border-radius: 15px
}

.item-dir h4 {
    font-size: 18px;
    font-weight: 700;
    color: #4a4a4a;
    margin-bottom: 3px
}

.item-dir p {
    font-size: 15px;
    font-weight: 400;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    color: #00a09c
}

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

.wrap-admin .item-dir {
    width: 14.2%
}

.item-est h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 15px
}

.item-est img {
    max-width: 100%
}

.cita-texto {
    padding-left: 30px
}

.cita-texto p {
    font-size: 18px;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #4a4a4a;
    border-left: 1px solid #afafaf;
    padding-left: 20px
}

.cita-texto .autor-cita h4 {
    font-size: 18px;
    font-weight: 700;
    color: #f37022;
    margin-bottom: 3px;
    padding-left: 20px
}

.cita-texto .autor-cita p {
    border: none;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400
}

.item-premio h3 {
    padding-top: 10px
}

.item-premio p {
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400
}

.item-premio a {
    width: 96%;
    font-size: 18px;
    padding: 10px
}

.carrusel {
    position: relative
}

.sin-nav .tns-nav {
    display: none
}

.carrusel .tns-controls {
    position: relative;
    top: 22px
}

.banner-interior {
    border: 0;
    box-shadow: 0 0 10px #ccc
}

.banner-interior>a,
.banner-interior>h5,
.banner-interior>p {
    margin: 0 20px
}

.banner-interior>a.btn {
    margin-bottom: 1rem;
    width: calc(100% - 40px)
}

.form {
    background: #fff;
    padding: 1.1rem
}

@media (max-width:767px) {
    .form {
        overflow: auto
    }
}

.cerrar-form {
    display: none
}

.cerrar-form.visible {
    display: flex;
    width: 42px;
    height: 42px;
    background: #000;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center
}

@media (min-width:768px) {
    .cerrar-form {
        display: none
    }
    .w-md-50 {
        width: 50%!important;
        border-left: 1px solid #efefef
    }
    .w-md-50 .card {
        min-height: 330px
    }
}

.form.modal-form {
    margin-top: 0
}

.form h4 {
    font-size: 24px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 32px;
    color: #4a4a4a;
    margin-bottom: 5px
}

.form p {
    font-size: 1rem;
    color: #4a4a4a;
    margin-bottom: 0
}

.form form label,
.form label {
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 130%;
    color: #1c2e36;
    margin: 0 5px .25rem 0;
    display: flex;
    align-items: center
}

.form form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]),
.form form select,
.form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]),
.form select {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 .5rem
}

.form button,
.form form button {
    margin-top: 1.5rem;
    width: 100%
}

.form button.btn-no-thanks,
.form form button.btn-no-thanks {
    margin-top: 1rem;
    background: transparent;
    border: 2px solid #00a19b;
    color: #00a19b;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700
}

.form button.btn-no-thanks:hover,
.form form button.btn-no-thanks:hover {
    background: #007a75;
    border: 2px solid #007a75;
    color: #fff
}

.form .sf-fieldWrp,
.form form .sf-fieldWrp {
    margin-bottom: .5rem
}

.form .sf-fieldWrp.selectid,
.form form .sf-fieldWrp.selectid {
    display: flex;
    flex-flow: row wrap
}

.form .sf-fieldWrp.selectid>strong,
.form form .sf-fieldWrp.selectid>strong {
    width: 100%
}

.form .sf-fieldWrp.selectid>div,
.form form .sf-fieldWrp.selectid>div {
    margin-right: 10px
}

.form .sf-fieldWrp.selectid>p[data-sf-role=error-message],
.form form .sf-fieldWrp.selectid>p[data-sf-role=error-message] {
    width: 100%;
    color: red;
    margin-bottom: .5rem
}

.form button[type=submit],
.form form button[type=submit] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f37022;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form .nolabel>strong {
    display: none
}

.call-to-action-price-bottom {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%
}

.call-to-action-price-bottom .price .text {
    background: #00a19b;
    width: 100%;
    padding: 10px 15px
}

.call-to-action-price-bottom .price .text p {
    color: #fff;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
    max-width: 118px
}

.call-to-action-price-bottom .price .text .price-number {
    font-size: 47px;
    line-height: 41px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 0
}

.call-to-action-price-bottom .price .button a {
    background-color: #f37022;
    border-color: #f37022;
    color: #fff;
    border-radius: 0;
    padding: .75rem 0
}

.carreras h4 {
    font-size: 20px;
    color: #00a19b;
    font-weight: 500;
    padding: 18px 15px;
    margin: 0;
    background: #dff3f2
}

.carreras p {
    font-size: 15px;
    color: #494d5f;
    font-weight: 500;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    min-height: 50px;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.carreras p:nth-child(odd) {
    background: #dff3f2
}

.noticias-charlas {
    margin: 0;
    padding: 0
}

.lista-habitaciones a {
    display: inline-block;
    font-size: 13px;
    color: #00a19b;
    border: 1px solid #00a19b;
    padding: 8px 22px;
    border-radius: 30px;
    margin-bottom: 10px;
    margin-right: 6px;
    transition: all .3s ease
}

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

.box-relacionado picture {
    min-width: 190px
}

.box-relacionado picture img {
    width: 100%
}

.box-relacionado .texto-rel {
    padding: 20px;
    background: #00a19b;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.box-relacionado .texto-rel h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.box-relacionado .texto-rel p {
    color: #fff;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    font-size: 16px
}

a.btn-vermas {
    font-size: 18px;
    color: #00a19b;
    border: 2px solid #00a19b;
    border-radius: 3px;
    display: none;
    padding: 5px 40px;
    font-weight: 500;
    width: 90%;
    margin: 0 auto;
    transition: all .3s ease
}

a.btn-vermas:hover {
    background: #00a19b;
    color: #fff
}

#ac-carrera {
    display: none
}

#ac-carrera .card {
    margin-bottom: 0
}

#ac-carrera .card-body {
    background: #00a19b;
    padding: 10px 20px
}

#ac-carrera .card-body p {
    color: #fff;
    margin-bottom: 5px
}

.form form input {
    border: 1px solid #dbdbdb;
    margin-bottom: 25px;
    color: #4a4a4a;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    font-weight: 500;
    cursor: text
}

.price .text h3 {
    font-size: 47px;
    line-height: 41px;
    color: #fff;
    margin-bottom: 0;
    padding-right: 10px;
    font-weight: 300
}

.cont-medium h2:first-child {
    margin-top: 1.5rem
}

.contenido-detalle .picture a,
.contenido-detalle .picture a:visited {
    border-bottom: none
}

.form form button:not(:disabled):not(.disabled) {
    cursor: pointer
}

.form form input[type=checkbox],
.form form input[type=radio] {
    margin: 0 5px 0 0;
    width: 30px;
    height: 30px
}

.form p[data-sf-role=error-message] {
    color: red;
    font-size: .85rem
}

div.cas-search.form-inline button {
    border-radius: 0 3px 3px 0;
    height: 45px
}

div.cas-search.form-inline input {
    padding: 1.25rem 1rem;
    border-radius: 3px 0 0 3px;
    height: 45px
}

div.result-cas h1 {
    font-size: 22px;
    color: #455a64;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 24px
}

div.resultun-cas {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 30px
}

div.result-cas ul.pagination li {
    margin-right: 5px
}

div.result-cas div.media-body h3 a {
    color: #4a4a4a;
    font-weight: 500;
    font-size: 24px
}

div.resultun-cas {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: none
}

div.result-cas ul.pagination li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    color: #008480;
    padding-top: 2px
}

.no-interesa,
.ver-mas-mobile {
    display: none
}

.sticky-charlas {
    position: fixed;
    bottom: 0;
    right: 40px;
    z-index: 99
}

.sticky-charlas a.btn {
    padding: 12px 15px
}

.w-buscador {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    background-color: rgba(0, 0, 0, .85);
    transform: translateX(-100vw)
}

.w-buscador.visible {
    opacity: 1;
    transform: translateX(0)
}

.cerrar-buscador {
    position: fixed;
    top: 20px;
    right: 20px;
    height: 42px;
    width: 42px;
    bottom: auto;
    cursor: pointer;
    color: #fff;
    display: flex;
    font-size: 1.25rem;
    justify-content: center;
    align-items: center;
    background-color: #000
}

.wrap-buscador {
    max-width: 700px;
    margin: 0 10px;
    width: 100%
}

.wrap-buscador .form-group {
    position: relative;
    display: flex
}

.wrap-buscador input {
    background: none!important;
    border: none;
    border-bottom: 2px solid #fff;
    width: 100%;
    font-size: 1.25rem;
    color: #fff;
    height: auto;
    border-radius: 0
}

.wrap-buscador input:focus,
.wrap-buscador input:hover {
    background: transparent!important;
    color: #fff!important;
    outline: none!important;
    box-shadow: none!important;
    border-color: #fff!important
}

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

.wrap-buscador::-moz-placeholder {
    color: #fff
}

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

.wrap-buscador:-moz-placeholder {
    color: #fff
}

.wrap-buscador button {
    height: 3rem;
    width: 3rem;
    border-radius: 3px 3px 3px 0;
    border: 0;
    background-color: #fff;
    font-size: 1.25rem;
    flex-shrink: 0;
    bottom: 10px;
    cursor: pointer
}

@media (max-width:1200px) {
    .head-nav nav ul li a {
        font-size: 14px
    }
    .carrusel-nav .tns-controls button {
        top: 16%
    }
    .carrusel-nav .tns-controls button:last-child {
        right: 10px
    }
    .carrusel-nav .tns-controls button:first-child {
        left: 10px
    }
    .folleto {
        width: 25%
    }
}

@media (max-width:991px) {
    header .head-top .c-top .item-ic.ic-buscador {
        display: none
    }
    header .head-top .c-top .item-ic.btn-menu {
        display: inline-block
    }
    header .head-top .c-top .item-ic,
    header .head-top .c-top .item-ic.btn-menu,
    header .head-top .c-top .item-ic.ic-user {
        padding: 0 8px;
        border: none
    }
    .bread,
    .head-nav,
    header .head-top .c-top .idioma,
    header .head-top .c-top .item-top {
        display: none
    }
    .interior {
        padding: 20px 0 0
    }
    .box-reserva .img-res img {
        display: none
    }
    .box-adulto .img-res img {
        display: block
    }
    .img-detalle {
        position: relative;
        background: no-repeat 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 345px
    }
    .img-detalle picture {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden
    }
    .img-detalle picture img {
        position: absolute;
        left: 0;
        right: 0;
        top: -9999px;
        bottom: -9999px;
        margin: auto 0;
        height: 100%;
        width: auto
    }
    .w-area .img-area {
        display: none
    }
    .w-resultados .item-res {
        width: 48%;
        max-width: 48%
    }
    .btn-menu-interior {
        display: block
    }
    .b-charlas .btn-menu-interior {
        display: block;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        position: relative
    }
    .b-charlas .btn-menu-interior i {
        position: absolute;
        right: 0;
        top: 4px
    }
    .banner-bienvenida nav {
        padding: 1px 0
    }
    .banner-bienvenida nav ul {
        position: absolute;
        z-index: 1;
        flex-wrap: wrap;
        background: #007a75;
        left: 0;
        margin: 0;
        top: 37px;
        width: 100%;
        padding: 10px 40px;
        display: none
    }
    .b-charlas.banner-bienvenida nav ul {
        background: #008e89;
        top: 54px
    }
    .banner-bienvenida nav ul.visible {
        display: block
    }
    .banner-bienvenida nav ul li {
        width: 100%
    }
    .banner-bienvenida nav ul li .submenu {
        position: relative;
        top: auto
    }
    .banner-bienvenida nav ul li .submenu ul {
        position: relative;
        top: auto;
        padding: 0
    }
    .banner-bienvenida nav ul li .submenu ul li {
        padding: 0
    }
    .banner-bienvenida nav ul li .submenu ul li img {
        display: none
    }
    .banner-bienvenida nav ul li .submenu>ul {
        flex-flow: column
    }
    .banner-bienvenida nav ul li .submenu>ul li>ul {
        width: calc(100% - 20px);
        margin: 0 10px 10px
    }
    .b-charlas.banner-bienvenida nav ul li a {
        font-size: 18px;
        font-weight: 700
    }
    .wrap-admin .item-dir {
        width: 20%
    }
    .landing-page .main-content .plans .plan h3 {
        font-size: 32px
    }
    .folleto {
        width: 33.333%
    }
    .tabla-act {
        margin-bottom: 50px
    }
    .box-act {
        margin-bottom: 20px
    }
    .box-actividad {
        margin-bottom: 0
    }
    .boxes-actividad {
        margin-bottom: 30px
    }
    .box-actividad.activo:after {
        display: none
    }
    .c-texto.bajada {
    height: 250px !important;
   }
   .c-texto.bajada.text-completo {
    height: auto !important;
   }

}

.carrusel-banner-m .tns-controls {
    display: none
}

@media (max-width:768px) {
    .animated,
    .animated-delay1,
    .animated-delay2,
    .animated-delay3,
    .animated-delay4,
    .wow {
        transition-property: none!important;
        transform: none!important;
        animation: none!important;
        visibility: visible!important
    }
    .banner-home {
        height: auto
    }
    .carrusel-banner-m .tns-controls {
        display: block
    }
    .mainSlider.main-slider {
        height: 295px
    }
    .temas-interes {
        padding-bottom: 20px
    }
    .interior.gris {
        padding: 20px 0
    }
    .titulo-2 {
        font-size: 30px
    }
    .box-reserva-desktop {
        display: none
    }
    .box-reserva-mobile {
        display: block
    }
    .sidebar {
        margin-top: 40px
    }
    footer {
        display: none
    }
    .box-reserva .texto-res {
        padding: 30px 20px
    }
    .box-reserva .texto-res h3 {
        font-size: 30px
    }
    .herramientas-interes {
        display: block
    }
    .w-area .cont-area h2 {
        color: #585b5e;
        font-size: 30px
    }
    .w-area .cont-area button {
        margin-bottom: 40px
    }
    .panel-area,
    .w-area .cont-area .form-group.oculto {
        display: none
    }
    .ac-busqueda {
        display: block
    }
    .w-area .cont-area {
        padding-bottom: 40px
    }
    .w-bg-gris {
        background: #eee;
        padding: 24px 40px;
        margin: 0 -40px
    }
    .escribe-datos {
        display: block;
        line-height: 18px;
        margin-bottom: 0;
        margin-top: 20px
    }
    .w-area-res,
    .w-area-res .s-area {
        display: block
    }
    .w-area.w-area-res .cont-area {
        padding-bottom: 0
    }
    .w-area.w-area-res .cont-area h2 {
        margin-bottom: 0
    }
    .panel-area.visible#area-1 {
        display: block
    }
    .volver-buscar {
        background: #099;
        display: block;
        margin-bottom: 30px;
        padding: 10px;
        border-radius: 6px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 16px;
        width: 100%
    }
    .w-resultados .w-item-res {
        background: #eee;
        padding: 20px;
        margin-top: 20px;
        margin-right: -20px;
        margin-left: -20px
    }
    .w-resultados .w-item-res .i-res {
        background: #fff
    }
    .busqueda-area {
        text-align: left
    }
    .busqueda-area h3 {
        display: none
    }
    .wrap-admin .item-dir {
        width: 33.333%
    }
    #ac-carrera {
        display: block
    }
    .carreras {
        display: none
    }
    .lista-habitaciones {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: flex;
        overflow: scroll;
        align-items: center
    }
    .lista-habitaciones a {
        min-width: auto;
        display: block;
        white-space: nowrap;
        width: auto
    }
    .solicitud-maternidad label.radio-inline {
        width: 100%;
        display: block;
        margin-bottom: 20px
    }
    .folleto {
        width: 50%
    }
    .wrap-pop picture {
        display: none
    }
    .form-folleto {
        width: 100%
    }
    .landing-page .main-content .form {
        margin-top: 0;
        background: #fff;
        padding: 20px;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 99;
        position: fixed;
        opacity: 0;
        transform: translateX(-100vw);
        transition-duration: .3s;
        transition-timing-function: ease-in-out
    }
    .landing-page .main-content .form.visible {
        opacity: 1;
        transform: translateX(0)
    }
    .no-interesa {
        display: block
    }
}

@media (max-width:640px) {
    .gal-desktop,
    .lista-temas a:nth-child(n+7) {
        display: none
    }
    .gal-mobile {
        display: block
    }
    .galeria-detalle {
        margin-bottom: 40px
    }
    .sidebar-desktop {
        display: none
    }
    .interior-detalle .sidebar-desktop,
    .sidebar-mobile {
        display: block
    }
    .box-adulto .img-res {
        position: relative;
        width: 100%
    }
    .box-adulto .texto-res {
        width: 100%
    }
    .tabla-detalle {
        overflow: scroll
    }
    .w-area .cont-area h2 {
        color: #585b5e;
        font-size: 26px;
        font-weight: 700
    }
    .w-resultados .item-res {
        width: 100%;
        max-width: 100%
    }
    .w-resultados {
        padding-top: 0;
        margin-top: 0
    }
    .carrusel .tns-ovh {
        overflow: visible
    }
    .acordeon .carrusel .tns-ovh {
        overflow: hidden
    }
    .box-charla figure img {
        width: 100%
    }
    .pop-charlas a.btn-gris-blanco,
    .pop-charlas a.btn-naranjo {
        font-size: 18px;
        line-height: 20px;
        white-space: normal;
        word-break: break-word
    }
    .s-admin {
        display: none
    }
    .box-relacionado picture {
        min-width: 100px;
        width: 100px
    }
    .box-relacionado .texto-rel p {
        font-size: 12px
    }
    .box-charla.sin-p {
        padding-left: 5px;
        padding-right: 5px
    }
    .carrusel-nav .tns-controls button:last-child {
        right: -10px
    }
    .carrusel-nav .tns-controls button:first-child {
        left: -10px
    }
    .item-evento-inscrito .detalle {
        width: 100%
    }
    .solicitud-maternidad .botones-resumen {
        flex-wrap: wrap
    }
    .solicitud-maternidad .botones-resumen .btn {
        width: 100%
    }
    .w-resultados .item-res {
        text-align: center
    }
    .w-resultados .w-item-res .i-res {
        background: #fff;
        margin: 0 auto;
        text-align: left
    }
    .sticky-charlas {
        position: fixed;
        bottom: 0;
        right: 20px;
        z-index: 99
    }
    .sticky-charlas a.btn {
        padding: 12px 10px;
        font-size: 14px
    }
}

@media (max-width:480px) {
    header .head-top .logo img {
        width: 150px
    }
    header .head-top .c-top .item-ic,
    header .head-top .c-top .item-ic.btn-menu,
    header .head-top .c-top .item-ic.ic-user {
        padding: 0 5px;
        font-size: 26px
    }
    .temas-interes .lista-temas a {
        padding: 8px 15px
    }
    .redes-footer p {
        display: none
    }
    .cuadro-cita .texto-cita img.comilla1,
    .cuadro-cita .texto-cita img.comilla2 {
        width: 24px
    }
    .cuadro-cita {
        padding: 30px 20px
    }
    .cuadro-cita .texto-cita {
        padding: 0 34px
    }
    .w-contenidos .item .tiempo {
        float: right
    }
    .w-area .cont-area h2 {
        font-size: 20px
    }
    .w-resultados .item-res figure {
        width: 35%
    }
    .w-resultados .item-res .texto-res {
        width: calc(65% - 8px)
    }
    .w-area .cont-area {
        padding-bottom: 10px
    }
    .w-resultados.w-detalle h4 {
        font-size: 18px
    }
    .detalle-doctor .w-detalle .item-det {
        margin-bottom: 20px
    }
    .banner-bienvenida h3 {
        font-size: 15px;
        padding: 6px 24px
    }
    .banner-bienvenida p {
        font-size: 15px;
        color: #00a19b;
        margin-bottom: 5px;
        font-weight: 500
    }
    .pop-charlas .des-charla figure {
        width: 100%;
        margin-bottom: 15px
    }
    .pop-charlas .des-charla p {
        width: 100%;
        padding: 0
    }
    .pop-charlas .w-pop-charlas {
        padding: 20px 15px
    }
    .item-dir {
        text-align: left
    }
    .item-dir figure {
        margin-bottom: 10px;
        display: inline-block;
        width: 100px
    }
    .item-dir figure img {
        max-width: 100%;
        border: 1px solid #979797;
        border-radius: 15px
    }
    .item-dir .texto-dir {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 115px);
        padding-left: 10px
    }
    .item-dir h4 {
        font-size: 24px
    }
    .item-dir p {
        font-size: 18px
    }
    .box-relacionado {
        padding: 0 5px
    }
    .texto-vermas {
        display: none
    }
    .faqs a.btn-vermas,
    .w-cont a.btn-vermas {
        display: inline-block;
        margin-bottom: 20px
    }
    .item-video {
        padding: 0 5px
    }
    .box-inscripcion {
        padding-left: 20px;
        padding-right: 20px
    }
    .flex-between {
        flex-wrap: wrap
    }
    .box-inscripcion .botones .btn {
        width: 100%;
        margin-bottom: 10px
    }
    .solicitud-maternidad label.radio-inline {
        padding-left: 0
    }
    .wrap-folletos {
        padding: 0 10px
    }
    .folleto {
        padding: 0 4px
    }
    .head-charlas {
        background: #cae8e7
    }
    .head-charlas picture {
        display: flex;
        justify-content: center;
        align-items: center
    }
    .top.head-charlas .btn-menu path {
        stroke: #000
    }
    .top.head-charlas .c-top .item-ic a {
        color: #4e4e4e
    }
    .box-charla {
        margin: 0 5px;
        padding-bottom: 50px
    }
    .c-charlas .tns-nav {
        position: relative;
        margin-top: -40px;
        margin-bottom: 40px
    }
    section.gris-mobile {
        background: #f8f8f8
    }
    section.gris-mobile2 {
        background: #e8e7e7
    }
    .gris-mobile .box-charla.bg-gris {
        background: #fff
    }
    .gris-mobile h3.t-3 {
        text-align: center;
        margin-top: 15px
    }
    .box-charla .texto-charla a {
        width: 100%
    }
    .oculto-mobile {
        display: none
    }
    .oculto-mobile.visible {
        display: block
    }
    .ver-mas-mobile {
        width: 100%;
        display: block
    }
    .p-m-0,
    .wrap.p-0 {
        padding: 0
    }
    .info-taller p {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        font-family: Roboto;
        margin-bottom: 0;
        text-align: center
    }
    .box-contacto,
    .box-contacto.oscuro,
    .box-contacto.verde.oscuro {
        background: #fff
    }
    .box-contacto .item {
        padding: 0;
        text-align: center
    }
    .box-contacto .item h5,
    .box-contacto .item p {
        color: #4a4a4a;
        font-family: Quicksand, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-size: 18px
    }
    .box-contacto .item h5 {
        text-decoration: underline
    }
    .box-contacto .item i {
        display: none
    }
    .box-fecha {
        margin: 0 5px
    }
    .p-m-0 .acordeon .card-body {
        padding-left: 20px;
        padding-right: 20px
    }
    .p-m-0 .acordeon .card-body.p-m-0 {
        padding-left: 0;
        padding-right: 0
    }
    .gris-mobile .carrusel-nav .tns-controls button {
        display: none
    }
    .box-evento {
        padding: 20px 40px 20px 20px
    }
    .box-inscripcion {
        margin: 0 -20px
    }
    .w-box-evento.verde {
        padding-top: 15px
    }
    .f-m-reverse {
        flex-direction: column-reverse
    }
    .m-solicitud .mensaje-pres {
        margin: 0 -20px 20px
    }
    .banner-bienvenida h4 {
        text-align: center
    }
    .box-foll {
        margin-bottom: 20px
    }
    .boxes-actividad {
        margin-left: -20px;
        margin-right: -20px
    }
    .box-act {
        margin-bottom: 0
    }
    .box-act.ba2 {
        background: #f8f8f8
    }
    .pb-m-0 {
        padding-bottom: 0
    }
    .info-actividad.tipo2,
    .mb-m-0 {
        margin-bottom: 0
    }
    .pop-folleto {
        padding: 40px 0
    }
    .form-folleto h4 {
        margin-bottom: 20px
    }
    .cerrar-pop-folleto {
        right: 5px
    }
    .wrap-pop {
        flex-wrap: wrap
    }
    .wrap-pop picture {
        display: block;
        min-width: 100%
    }
    .form-folleto {
        padding: 20px
    }
    .sticky-charlas {
        right: 0
    }
}

@media (max-width:320px) {
    header .head-top .logo img {
        width: 130px
    }
    .top .logo img {
        width: 130px;
        margin-left: 10px;
        margin-top: 7px
    }
    .top .c-top .item-ic {
        width: 35px
    }
    .top .c-top .item-ic.btn-menu {
        width: 50px
    }
    .top.head-charlas .logo img {
        margin-top: 0
    }
}

.descripcion-evento li,
.texto-charla li {
    font-size: 14px;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    line-height: 26px
}

.texto-charla li {
    text-align: left
}

.info-taller li {
    font-size: 20px;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    line-height: 30px;
    text-align: left;
    color: #fff
}

.info-taller ul li:before {
    background: #fff
}

.info-taller p {
    font-weight: 700
}

.charlas-temas li {
    font-size: 16px;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    line-height: 30px;
    text-align: left;
    color: #fff
}

.charlas-temas ul li:before {
    background: #fff
}

.box-contacto li {
    font-size: 16px;
    font-family: Quicksand, Arial, Helvetica, sans-serif;
    line-height: 30px;
    text-align: left;
    color: #fff
}

.box-contacto ul li:before {
    background: #fff
}

.info-taller {
    justify-content: center;
    padding: 20px 40px;
    flex-direction: column;
    align-items: start
}

.w-resultados .item-res .texto-res h4 {
    color: #00a19b;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 15px
}

.primary-menu .event .nombre a {
    border: none;
    color: #4a4a4a
}

.w-area.s-doctores .cont-area select.form-control {
    background-image: none;
    -webkit-appearance: menulist
}

.busqueda-area p {
    color: #00898b;
    font-size: 20px;
    font-weight: 400
}

.w-area .cont-area a.btn-titulo {
    display: none
}

.w-area .cont-area h4 {
    display: block;
    margin-bottom: 12px
}

.s-doctores a.volver-buscar {
    display: none
}

@media (max-width:768px) {
    .w-area .cont-area a.btn-titulo {
        display: block
    }
    .w-area .cont-area h4 {
        display: none
    }
    .s-doctores a.volver-buscar {
        display: block
    }
}

#ui-id-1 {
    position: relative;
    max-width: 700px;
    z-index: 999999;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: .5rem 0;
    list-style: none;
    width: calc(100% - 20px);
    max-height: 100vh
}

#ui-id-1 .ui-menu-item-wrapper {
    padding: .5rem 1rem
}

#ui-id-1 .ui-menu-item-wrapper:hover {
    background-color: #099;
    color: #fff
}

.media-body.sf-media-body a {
    display: none!important
}

.media-body.sf-media-body h3 a {
    display: block!important
}

.medicos {
    display: flex;
    flex-flow: row wrap
}

.medicos .schema-medico {
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-items: flex-start;
    justify-content: space-between;
    margin-left: 5px;
    margin-right: 5px;
    flex: 1 0 calc(25% - 22px);
    max-width: 25%
}

.medicos .schema-medico .foto-medico {
    text-align: left
}

.medicos .schema-medico .foto-medico img {
    width: 100%;
    height: auto
}

.medicos .schema-medico .foto-medico a {
    display: block;
    min-height: 42px
}

.medicos .schema-medico .foto-medico a:last-child {
    padding: .5rem;
    font-size: 1rem;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    line-height: 120%
}

.medicos .schema-medico .btn-primary {
    border: 0;
    border-radius: 0 0 3px 3px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase
}

@media (max-width:767px) {
    .medicos .schema-medico {
        flex: 1 0 calc(50% - 22px);
        max-width: 50%
    }
}

.proximas-charlas .item-charla {
    height: 155px;
    display: flex
}

.proximas-charlas .item-charla .texto-charla ul {
    list-style: none;
    padding-left: 0
}

.proximas-charlas .item-charla .texto-charla li {
    line-height: 17px;
    margin-bottom: 8px;
    padding-left: 0
}

.item-charla .texto-charla {
    flex-grow: 1
}

.next-events .event .event-info .event-info-inner ul {
    list-style: none;
    padding-left: 0
}

.next-events .event .event-info .event-info-inner li {
    line-height: 17px;
    margin-bottom: 8px
}

@media (max-width:768px) {
    .charlas-desk {
        display: none!important
    }
    .next-events .event {
        min-height: 180px;
        height: auto;
        margin-left: 0!important;
        margin-right: 0!important
    }
    .events-slider.c-center .tns-ovh {
        overflow: visible
    }
}

@media (max-width:768px) {
    .events-slider.c-center {
        max-width: 100%
    }
    .next-events.d-md-none {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:480px) {
    .next-events .event {
        min-height: 220px;
        height: auto
    }
    .next-events .event .event-info {
        padding-right: 5px
    }
}

/*FIN ESPECIALIDADES*/

/*INTERIOR-AREA*/
.banner-bienvenida .wrap {
    display: none;
}

/* Menu interior */
.menuint>.row>.nav-area {
    color: white;
    background-color: #5a7c8d;
    display: flex;
    align-self: flex-start;
    flex-wrap: nowrap;
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden;
    margin: 0!important;
}

.menuint>.row>.nav-area .nombre-area {
    padding: 0;
    margin: 0 10px;
    border-bottom: 1px solid transparent;
    font-size:1.25rem;
    font-weight:700;
    transition-duration:.2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menuint>.row>.nav-area .nombre-area span {
    text-align:left;
}
.menuint>.row>.nav-area.activo .nombre-area {
    padding: 0 0 1rem;
    margin: 0 10px .5rem;
    border-bottom: 1px solid white;
}
.menuint>.row>.nav-area .nombre-area .fa-angle-down,
.menuint>.row>.nav-area .nombre-area .fa-times {
    transition-duration:.1s;
}
.menuint>.row>.nav-area .nombre-area .fa-angle-down,
.menuint>.row>.nav-area.activo .nombre-area .fa-times {
    opacity:1;
    display:inline-flex;
    width: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 50%;
    height: 32px;
    padding-top: 3px;
    flex-shrink: 0;
    flex-grow: 0;
}
.menuint>.row>.nav-area.activo .nombre-area .fa-angle-down,
.menuint>.row>.nav-area .nombre-area .fa-times {
    display:none;
    opacity:0;
}
.menuint>.row>.col-md-2 {
    flex-basis: auto;
    padding-right: 0;
    padding-left: 0;
}

.menuint>.row>.nav-area ul {
    flex-flow: column;
    padding: 0;
    list-style: none;
    height:0;
    opacity:0;
    transition-duration:.2s;
    transition-property:all;
}
.menuint>.row>.nav-area.activo ul {
    transition-delay:.1s;
    height:auto;
    opacity:1
}
.menuint>.row>.nav-area ul li a {
    color: white;
    border-bottom: 0;
    font-size: 1rem;
    line-height: 140%;
    padding: .5rem 10px;
    display: flex;
    transition-duration: 0s;
    align-items: center;
    justify-content: space-between;
}
.menuint>.row>.nav-area ul li a:hover {
    color: #099;
    background-color: white;
}

.menuint>.row>.nav-area .nombre-area span a {
    color: #fff;
}

.menuint>.row> [class^=sf_col] h1{
    border-bottom: 1.5rem;
    margin: 1.5rem 0rem 1.25rem;
    line-height: 130%;
}
/* /Menu interior */
@media (min-width:768px) {
    .menuint {
        border: 5px solid rgb(255, 255, 255, .5);
        border-radius: 3px;
        background-color: white;
        position: relative;
        margin-top: -62px;
    }
    .menuint>.row>.col-md-2 {
        width: 16.666667%;
    }
    .menuint>.row>.col-md-4 {
        width: 100%;
        margin-left: 1.5rem;
        max-width: calc(33.333333% - 1.5rem);
        flex-basis: auto;
        flex-shrink: inherit;
        padding: 0;
    }
    .menuint>.row>.col-md-6 {
        width: 100%;
        margin-left: 1.5rem;
        max-width: calc(50% - 1.5rem);
        flex-basis: auto;
        flex-shrink: inhe1rit;
        padding: 0;
    }
    .menuint>.row>.col-md-10 {
        width: 100%;
        margin-left: 2rem;
        max-width: calc(100% - 16.666667% - 2rem);
        flex-basis: auto;
        flex-shrink: inhe1rit;
        padding: 0;
    }
    .menuint>.row>.nav-area .nombre-area {
        padding: 0 0 1rem;
        margin: 0 10px .5rem;
        border-bottom: 1px solid white;
        font-size:1rem;
        color: white;
    }

    .menuint>.row>.nav-area ul {
        height:auto;
        opacity:1;
        flex-flow: column;
    }
    .menuint>.row>.nav-area ul li a {
        font-size: .9rem;
        padding: .3rem 10px;
        line-height: 120%;
    }
}

@media (min-width:1024px) {
}
/*FIN INTERIOR-AREA*/

/*CHARLAS Y TALLERES*/
/*INSCRIPCION CHARLAS*/ 
.box-inscripcion {
  background: #E8E7E7;
  padding: 35px 35px;
  margin-bottom: 40px;
}

.box-inscripcion h4 {
  font-size: 24px;
  font-weight: 500;
  color: #00A19B;
  text-align: center;
  margin-bottom: 40px;
}

.box-inscripcion .form-group {}

.box-inscripcion .form-group input {
  height: 50px;
  background: #fff;
  border: 1px solid #707070;
  padding: 5px 10px;
  width: 100%;
}


.box-inscripcion .botones {
  margin-top: 40px;
}

.flex-between {
  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;
}

.box-inscripcion .btn {
  border-radius: 0;
  min-width: 190px;
  padding: 12px 20px 10px;
}

.btn-borde-gris,
a.btn-borde-gris {
  color: #878787;
  border: 2px solid #878787;
}

.btn-borde-gris:hover,
a.btn-borde-gris:hover {
  background: #878787;
  color: #fff;
}

.w-box-evento {
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.w-box-evento.oculto {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.box-evento {
  padding: 20px 20px;
  border-radius: 5px 5px 0 0;
  position: relative;
  margin-bottom: 0px;
}

.verde .box-evento {
  background: #008E89;
}

.naranjo .box-evento {
  background: #F37022;
}
.color-maternidad .box-evento {
  background: #cc6974;
}
.color-rcp .box-evento {
  background: #e9132c;
}
.color-crianza .box-evento {
  background: #a8538d;
}
.color-otros .box-evento {
  background: #8cab31;
}
.color-sport .box-evento {
  background: #000;
}

.ver-mas-evento {
  color: #fff;
  text-align: center;
  padding: 6px;
  font-size: 14px;
  color: #fff;
  border-radius: 0 0 5px 5px;
  cursor: pointer;
}

.verde .ver-mas-evento {
  background: #01817C;
}

.naranjo .ver-mas-evento {
  background: #CF5810;
}

.color-maternidad .ver-mas-evento {
  background: #c95f6b;
}
.color-rcp .ver-mas-evento {
  background: #b60d20;
}
.color-crianza .ver-mas-evento {
  background: #722f5d;
}
.color-otros .ver-mas-evento {
  background: #5a6e1f;
}
.color-sport .ver-mas-evento {
  background: rgb(54, 54, 54);
}

.box-evento__cerrar {
  text-align: right;
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
}

.box-evento h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.box-evento .box-evento__fecha {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 10px;
}

.box-evento .box-evento__lugar {
  font-size: 17px;
  color: #fff;
}

.descripcion-evento {
  display: none;
}

.descripcion-evento.visible {}

.descripcion-evento h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 16px 20px;
  margin: 0;
}

.verde .descripcion-evento h4 {
  background: #008E89;
}

.naranjo .descripcion-evento h4 {
  background: #F37022;
}
.color-maternidad .descripcion-evento h4 {
  background: #cc6974;
}
.color-rcp .descripcion-evento h4 {
  background: #e9132c;
}
.color-crianza .descripcion-evento h4 {
  background: #a8538d;
}
.color-otros .descripcion-evento h4 {
  background: #8cab31;
}
.color-sport .descripcion-evento h4 {
  background: #000;
}

.descripcion-evento .texto-descripcion {
  background: #E8E7E7;
  padding: 20px;
}

.descripcion-evento .texto-descripcion p {
  font-size: 15px;
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  line-height: 10px;
}


.resumen-inscripcion {
  max-width: 750px;
  margin: 0 auto;
}

.resumen-inscripcion h3 {
  font-size: 22px;
  font-weight: 500;
  color: #00A19B;
  text-align: center;
  margin-bottom: 40px;
}

.item-evento-inscrito {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.item-evento-inscrito.flex-between {
  flex-wrap: wrap;
}

.item-evento-inscrito h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  text-align: center;
  width: 100%;
  min-width: 100%;
  background: #858585;
  padding: 24px 20px;
}

.item-evento-inscrito .detalle {
  min-width: 50%;
  width: 50%;
  text-align: center;
  height: 90px;
  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;
}

.item-evento-inscrito .detalle img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.item-evento-inscrito .detalle p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.item-evento-inscrito .detalle span {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  padding-top: 6px;
  margin-right: 15px;
}

.item-evento-inscrito.verde .lugar {
  background: #00A19B;
  padding: 20px;
  line-height: 22px
}

.item-evento-inscrito.verde .fecha {
  background: #038A85;
}

.item-evento-inscrito.naranjo .lugar {
  background: #F37022;
}

.item-evento-inscrito.naranjo .fecha {
  background: #CF5A14;
}

.item-evento-inscrito.verde .detalle span {
  color: #038A85;
}

.item-evento-inscrito.naranjo .detalle span {
  color: #CF5A14;
}

.botones-resumen {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.botones-resumen .btn {
  padding: 10px 20px;
  border-radius: 0;
  margin: 0 4px 10px;
  min-width: 240px;
}

.btn-borde-verde,
a.btn.btn-borde-verde {
  color: #00A19B;
  border: 2px solid #00A19B;
}

.btn-borde-verde:hover,
a.btn.btn-borde-verde:hover {
  background: #00A19B;
  color: #fff;
}

.css-error {
  color: #FF00000;
  font-size: 12px;
}

.btn-gris {
  background: #707070;
  border: 2px solid #707070;
  color: #fff;
}

.btn-gris:hover {
  color: #fff;
  background: #555;
}

.solicitud-maternidad {}

.solicitud-maternidad .form-group {
  margin: 60px 0;
}

.solicitud-maternidad label {
  font-size: 18px;
  font-weight: bold;
  color: #4A4A4A;
  margin: 0 4px;
  position: relative;
  padding-left: 30px;
}

.solicitud-maternidad label input {
  position: absolute;
  right: 20px;
  height: 20px;
  width: 20px;
  top: 4px;
}

.solicitud-maternidad label.radio-inline {
  width: 48%;
}
.solicitud-maternidad.resumen-inscripcion label.radio-inline {
  width: auto;
  margin-right: 30px;
  padding-left: 35px;
}
.solicitud-maternidad.resumen-inscripcion label.radio-inline:last-child {
  margin-right: 0;
}
.solicitud-maternidad.resumen-inscripcion label input {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  right: auto;
  top: 4px;
}

.solicitud-maternidad p {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #4A4A4A;
}

.solicitud-maternidad .btn-large {
  padding: 8px 40px;
}

.solicitud-maternidad .botones-resumen .btn {
  width: 48%;
}
.solicitud-maternidad.resumen-inscripcion .botones-resumen .btn {
  width: 48%;
  height: 64px;
  line-height: 19px;
}

.m-solicitud {
  margin-bottom: 40px;
}

.m-solicitud h5 {
  font-size: 22px;
  color: #4A4A4A;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
}

.m-solicitud .mensaje-pres {
  background: #00A19B;
  padding: 35px 40px;
  text-align: center;
  margin-bottom: 40px;
}

.m-solicitud .mensaje-pres p {
  color: #fff;
  margin-bottom: 0;
}


.box-foll figure img {
  border: 1px solid #707070;
  width: 100%;
}

.box-foll .btn {
  width: 100%;
}

.boxes-actividad {
  font-display: 'Quicksand', Arial, Helvetica, sans-serif;
}

.boxes-actividad .box-actividad {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.boxes-actividad .box-actividad.verde {
  background: #70BF56;
}

.boxes-actividad .box-actividad.celeste {
  background: #00B9F1;
}

.boxes-actividad .box-actividad.naranjo {
  background: #F26F21;
}

.boxes-actividad .box-actividad h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  height: 70px;
  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;
  margin-bottom: 0;
}

.boxes-actividad .box-actividad figure {
  margin-bottom: 10px;
}

.boxes-actividad .info-actividad {
  background: #E8E7E7;
  padding: 30px;
  text-align: left;
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
}

.box-act {
  background: #E8E7E7;
  padding: 20px;
  text-align: center;
}

.box-act figure,
.box-act2 figure {
  text-align: center;
  margin-bottom: 10px;
}

.box-act h4 {
  font-size: 22px;
  font-weight: 500;
  color: #4A4A4A;
  margin-bottom: 20px;
}

.item-cuales figure {
  margin-bottom: 15px;
}

.tabla-act {
  width: 100%;
}

.tabla-act tr {}

.tabla-act tr th {
  font-size: 18px;
  font-weight: 500;
  color: #4A4A4A;
  border-bottom: 2px solid #B7B7B7;
  padding: 6px 0;
}

.tabla-act tr td {
  border-bottom: 1px solid #B7B7B7;
  padding: 6px 0;
}

.tabla-act tr th:last-child,
.tabla-act tr td:last-child {
  text-align: right;
}

/*CHARLAS FOLLETOS*/

/*--FOLLETOS--*/
.folleto {
  width: 20%;
  margin: 0 0 1rem 0;
  padding: 0 15px;
}

.folleto.oculto {
  display: none;
}

.box-folleto {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 3px;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: flex-start;
}

.folleto figure {
  margin-bottom: 10px;
}

.folleto figure img {
  width: 100%;
}


.folleto .texto-folleto h4 {
  margin-bottom:.5rem;
}

.folleto .texto-folleto h4 a {
  border:0;
  color:#333;
}

.folleto .texto-folleto ul {
    list-style: none;
}
.folleto .texto-folleto .categoria {
    font-size: .8rem;
    color: #666;
    border: 1px solid #efefef;
    border-radius: 3px;
    padding: .1rem .25rem;
    margin: 2px;
}

.btn-large {
  font-weight: bold;
  font-size: 18px;
  min-width: 250px;
}

.box-foll figure {
  margin-bottom: 10px;
}

.box-foll figure img {
  border: 1px solid #707070;
  width: 100%;
}

.box-foll a.btn {
  padding: 10px 20px;
}

.btn-full {
  width: 100%;
}

.box-actividad {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.box-actividad:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  display: none;
}

.box-actividad.activo:after {
  display: block;
}

.box-actividad.verde {
  background: #70BF56;
}

.box-actividad.celeste {
  background: #00B9F1;
}

.box-actividad.naranjo {
  background: #F26F21;
}

.box-actividad figure {
  margin-bottom: 10px;
}

.box-actividad figure img {}

.box-actividad h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  height: 70px;
  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;
  margin-bottom: 0;
}

.info-boxes-actividad {
  margin-bottom: 40px;
}

.info-actividad {
  display: none;
  background: #E8E7E7;
  padding: 30px;
}

.info-actividad.tipo2 {
  display: block;
  margin-bottom: 30px;
}

.info-actividad:first-child {
  display: block;
}

.box-actividad.tipo2 {
  text-align: left;
  margin-bottom: 0;
}

.box-actividad.tipo2 figure {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 30px;
  margin-left: 30px;
}

.box-actividad.tipo2 figure img {
  width: 90px;
  height: auto;
}

.box-actividad.tipo2 h4 {
  display: inline-block;
  height: auto;
}

.info-actividad p {
  font-size: 18px;
  font-family: 'Quicksand', sans-serif;
  color: #4A4A4A;
  margin-bottom: 10px;
}

.info-actividad p b {
  font-weight: bold;
}

.ejemplos-act {
  margin-bottom: 40px;
}

h4.t-4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

.tabla-act {
  width: 100%;
}

.tabla-act tr {}

.tabla-act tr th {
  font-size: 18px;
  font-weight: 500;
  color: #4A4A4A;
  border-bottom: 2px solid #B7B7B7;
  padding: 6px 0;
}

.tabla-act tr td {
  border-bottom: 1px solid #B7B7B7;
  padding: 6px 0;
}

.tabla-act tr th:last-child,
.tabla-act tr td:last-child {
  text-align: right;
}

.box-act {
  background: #E8E7E7;
  padding: 20px;
  text-align: center;
}

.box-act2 {
  background: transparent;
  padding: 20px 0;
  text-align: center;
}

.box-act figure,
.box-act2 figure {
  margin-bottom: 10px;
}

.box-act figure img {}

.box-act h4 {
  font-size: 22px;
  font-weight: 500;
  color: #4A4A4A;
}

.box-act p {}

.item-cuales {}

.item-cuales figure {
  margin-bottom: 15px;
}

.img-full {
  max-width: 100%;
}

.pop-folleto {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  text-align: left;
  padding: 80px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.pop-folleto.visible {
  opacity: 1;
  visibility: visible;
}


.wrap-pop {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.cerrar-pop-folleto {
  position: absolute;
  top: 0;
  right: 0px;
  height: 40px;
  align-items: center;
  font-size: 20px;
  color: #fff;
  background: #252525;
  justify-content: center;
  display: flex;
  border-radius: 0;
  width: 40px;
  cursor: pointer;
}

.wrap-pop picture {
  width: 48%;
}

.wrap-pop picture img {
  width: 100%;
}

.form-folleto {
  width: 52%;
  padding: 80px 40px 40px;
}

.form-folleto h4 {
  font-size: 24px;
  font-weight: 500;
  color: #727272;
  text-align: left;
  margin-bottom: 30px;
}

.form-folleto .form-group {}

.form-folleto .form-group input {
  border: 1px solid #ABABAB;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  height: 70px;
}

.form-folleto button {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background: #f37022;
  padding: 10px 30px;
  border: none;
  margin-top: 15px;
  border-radius: 0.25rem;
}

/*JAVIER*/


.pop-folleto .sf-fieldWrp label {
/*  display: none;*/
}

div.btn-folleto-cursos {
  display: flex;
  justify-content: center;
}

.box-contacto .item em {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  padding-top: 8px;
  margin-right: 10px;
}
/*nuevos estilos form folletos lfi*/
.sf_colsIn.form-folleto {
  display: flex;
}
.sf_colsIn.form-folleto form {
  margin-left: 20px;
}
.form-folleto {
  width: 100%;
  padding: 30px 0;
}
form p[data-sf-role="error-message"] {
    color: red;
    font-size: 0.85rem;
}
.dat-obli p {
  margin-top: 20px;
}

@media (max-width: 480px) {
  .sf_colsIn.form-folleto img {
      display: none;
  }
}
/* fin nuevos estilos form folletos lfi*/
/*--FIN FOLLETOS--*/
/* FIN CHARLAS FOLLETOS*/

/* Equipo médico*/
.equp-me{
	width: 100%!important;
    margin: 15px 0px 0px 0px;
}
/* Fin Equipo médico*/

.acordeon .card-header button.btn-link {
  cursor: default;
}

.charla-empresa .sf-fieldWrp label {
  display: block;
}

.charla-empresa {
  background: #E8E7E7;
  padding: 20px 15px;
}

.charla-colegio .sf-fieldWrp input#Textbox-1,
.charla-colegio .sf-fieldWrp input#Textbox-2 {
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #ADADAD;
  color: #707070;
  height: 45px;
  padding: 5px 10px;
  width: 100%;
}

.charla-colegio .sf-fieldWrp label {
  display: block;
}

.charla-colegio {
  background: #E8E7E7;
  padding: 20px 15px;
}

.charla-colegio .form-inscripcion-header {
  margin-bottom: 1rem;
}

.card-header h5.mb-0 {
  margin-top: 0px;
}

.nuevo-buscador h4 {
  font-size: 34px;
  color: #00A19B;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

/*formulario inscripciÃ³n charlas y talleres - centro extensiÃ³n*/
div.box-inscripcion div.form-group.check-cas {
  display: flex;
  align-items: center;
}

div.box-inscripcion div.form-group.check-cas label {
  margin-bottom: 0px;
}

div.box-inscripcion div.form-group.check-cas input {
  height: 16px;
  background: #fff;
  border: 1px solid #707070;
  padding: 5px 10px;
  width: 10%;
}

/* fin formulario inscripciÃ³n charlas y talleres - centro extensiÃ³n*/
.box-charla figure {
  position: relative;
}

section.articles-blog.mat-apoy {
  padding: 0px 0px 60px;
}

section.articles-blog.mat-apoy .item-video p {
  margin-bottom: 20px;
}

div.row-small figure img {
  max-width: 150px;
}


@media (max-width: 1023px) {
  .box-act {
    margin-bottom: 20px;
  }

  .boxes-actividad .box-actividad {
    margin-bottom: 0;
  }
}
.pop-folleto img{
  display: none !important;
}
.pop-folleto .wrap-pop {
  width: 600px;
}
@media (min-width: 768px) {
  .folleto {
    width: 50%;
  }

  .sf_colsIn.form-folleto form {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {

  .folleto {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .box-act.ba2 {
    background: #F8F8F8;
  }

  .folleto {
    width: 100%;
  }

  .form-folleto {
    width: 100%;
  }
}

@media (max-width: 576px) {

  .boxes-actividad .info-actividad {
    margin-bottom: 0px;
  }

}

@media (max-width: 480px) {
  .wrap-folletos {
    padding: 0 10px;
  }

  .folleto {
    padding: 0 4px;
  }

  .pop-folleto {
    padding: 40px 0;
  }

  .form-folleto h4 {
    margin-bottom: 20px;
  }

  .cerrar-pop-folleto {
    right: 5px;
  }

  .form-folleto {
  
  }

  .wrap {
    padding: 0 20px;
  }

  .box-contacto .item em {
    display: none;
  }
}

.css-error {
  color: #FF0000;
  font-size: 12px;
}

.sticky-charlas-inscribir {
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  border-radius: 0;
}

.c-charlas.c-flex .tns-carousel {
  display: flex;
}

.c-charlas.c-flex .tns-carousel .item {
  display: flex;
}

.c-charlas.c-flex .tns-carousel .item .box-charla {
  width: 100%;
}

.c-charlas.c-flex .tns-carousel .item .box-charla .texto-charla {
  padding-bottom: 68px;
}

.c-charlas.c-flex .tns-carousel .item .box-charla .texto-charla a {
  position: absolute;
  left: 0;
  width: 160px;
  margin: 0 auto;
  bottom: 25px;
  right: 0;
}



.c-charlas.c-flex .tns-carousel .item .box-charla .texto-charla h4 {
  min-height: 48px;
}


@media(max-width:480px) {
  .carrusel.c-flex .tns-controls button {
    border: none;
    background: transparent;
    border-radius: 0px;
    color: #00A19B;
    font-size: 0;
    width: 30px;
    height: 40px;
    text-align: center;
    position: relative;
    padding: 3px 0 0;
    z-index: 10;
  }

  .carrusel-top.c-flex .tns-controls button {
    top: auto;
  }

  .carrusel.carrusel-top.c-flex .tns-controls button:first-child {
    right: auto;
  }

  .carrusel.carrusel-top.c-flex .tns-controls {
    width: 70px;
    float: right;
    top: 0;
  }
}

.box-inscripcion .form-group label {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  color: #1C2E36;
  margin: 0 5px .25rem 0;
  display: flex;
  align-items: center;
}

.box-inscripcion .form-group input[type="text"],
.box-inscripcion .form-group input[type="email"] {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0 .5rem;
}

div.box-inscripcion div.form-group.check-cas input {
  height: 16px;
  background: #fff;
  border: 1px solid #707070;
  padding: 5px 10px;
  width: auto;
  margin-right: 10px;
}

div.box-inscripcion div.form-group.check-cas label {
  margin-right: 20px;
}

#div_telefono {
  position: relative;
}

.cod-fono {
  position: absolute;
  top: 30px;
  left: 10px;
}

.box-inscripcion .form-group input#telefono {
  padding-left: 40px;
}

.box-charla-ev .fecha-charla {
  display: none;
}

.box-charla-ev.activo .fecha-charla {
  position: relative;
  height: auto;
  max-width: 100%;
  background: #099;
  display: block;
  padding: 20px 120px 20px 15px;
  width: 100%;
}

.box-charla-ev.activo .fecha-charla:nth-child(odd) {
  background: #099;
}

.box-charla-ev.activo .fecha-charla:nth-child(even) {
  background: #019090;
}

.box-charla.box-charla-ev.activo .fecha-charla .dia {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
}

.box-charla.box-charla-ev.activo .fecha-charla .mes {
  display: inline-block;
  font-size: 20px;
  margin: 0 5px;
  line-height: 20px;
}

.box-charla.box-charla-ev.activo .fecha-charla .hora {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
}

.box-charla-ev.activo .fecha-charla .btn {
  position: absolute;
  top: 13px;
  right: 15px;
}

.c-charlas.c-flex .tns-carousel .item .box-charla.activo .texto-charla {
  padding-bottom: 0;
}

.box-charla-ev.activo figure,
.box-charla-ev.activo .texto-charla ul,
.box-charla-ev.activo .texto-charla .ver-mas-ev {
  display: none;
}

.c-charlas.c-flex .tns-carousel .item .box-charla.box-charla-ev .texto-charla a {
  width: 180px;
}

/*--FIN INSCRIPCION CHARLAS 2--*/

.acordeon.no-acordeon .card-header {
  background: #fff;
}

.acordeon.no-acordeon .card-header button.btn-link {
  color: #008e89;
}


.acordeon.no-acordeon .card-header:not(.collapsed) {
  background: #fff;
}

#div_telefono label {
  position: absolute;
  left: 10px;
  top: 9px;
}

#div_celular label {
  position: absolute;
  left: 10px;
  top: 9px;
}

.box-inscripcion .form-group {
  position: relative;
}

.box-inscripcion .form-group input#celular {
  padding-left: 60px;
}

.carrusel-top .tns-controls button {
  top: -70px;
}

.carrusel-top .tns-outer .tns-controls button:last-child {
  right: 0;
}

.carrusel-top .tns-outer .tns-controls button:first-child {
  right: 50px;
}

.carrusel-top .tns-outer .tns-controls button {
  border: none;
  color: #008480;
}

@media (min-width: 1300px) {
  .carrusel-top .tns-controls button {
    top: 220px;
  }
  
  .carrusel-top .tns-outer .tns-controls button:last-child {
    right: -50px;
  }
  
  .carrusel-top .tns-outer .tns-controls button:first-child {
    left: -50px;
  }
  
}




/*---CAMBIOS CHARLAS V2---*/
.box-centro-extension {
  background: #00A19B;
  padding: 15px;
  margin: 0 -15px;
}
.box-centro-extension h4 {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 5px;
}
.box-centro-extension p {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 0;
}
.w-video-charlas iframe{
  margin-bottom: 15px;
}
.menuint>.row>.nav-area {
  margin-bottom: 20px !important;
}
.menuint>.row>.texto-centro h1 {
  /*display: none;*/
}
.menu-tab-charlas {
  padding-left: 10px;
  padding-right: 0px;
  position: relative;
}

.menu-tab-charlas:after {
  content:"";
  position: absolute;
  right: 0;
  height: 100%;
  width: 50px;
  z-index: 99;
  top: 0;
  background: rgba(248,80,50,0);
background: -moz-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(232,231,231,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,80,50,0)), color-stop(100%, rgba(232,231,231,1)));
background: -webkit-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(232,231,231,1) 100%);
background: -o-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(232,231,231,1) 100%);
background: -ms-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(232,231,231,1) 100%);
background: linear-gradient(to right, rgba(248,80,50,0) 0%, rgba(232,231,231,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e8e7e7', GradientType=1 );
}
.menu-tab-charlas .wrap {
  overflow-x: scroll;
  overflow-y: visible;
}

.menu-tab-charlas .m-charlas{
  display: flex;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  padding-left: 0px;
  padding-right: 0;
  min-width: 750px;
}
.menu-tab-charlas a {
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  color: #4A4A4A;
  display: flex;
  line-height: 1.2;
  background: #CAD0D4;
  padding: 5px 10px 5px;
}
.menu-tab-charlas a.activo {
  background: #5A7C8D;
  color: #fff;
}

.grid-charlas {
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
}
.grid-charlas .item-panel{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.grid-charlas .item-panel {
  display: none;
}
.grid-charlas .item-panel.activo {
  display: flex;
}

.grid-charlas .item-panel .box-charla {
  width: 100%;
  margin: 0 0px 15px;
  padding-bottom: 0px;
  display: none;
}
.grid-charlas .item-panel .box-charla.activo {
  display: block;
}
.grid-charlas .item-panel .box-charla .texto-charla h4 {
  margin-bottom: 20px;
}
.grid-charlas .item-panel .box-charla .texto-charla a {
  font-weight: 500;
  font-family: Roboto,Arial,Helvetica,sans-serif;
}
.grid-charlas .item-panel .box-charla .fecha-charla {
  font-family: Roboto,Arial,Helvetica,sans-serif;
  width: 48%;
}

.box-inscripcion.v2 {
  padding: 15px 30px 20px;
  border-radius: 10px;
  margin-bottom: 0;
}
.box-inscripcion.v2 h4 {}

.box-inscripcion.v2 .form-group {
  margin-bottom: 8px;
}
.box-inscripcion.v2 .form-group label {
  font-family: Roboto,Arial,Helvetica,sans-serif;
  color: #747474;
  font-weight: 500;
}
.box-inscripcion.v2 #div_telefono label {
  top: 19px;
}
div.box-inscripcion.v2 div.form-group.check-cas {
  padding-top: 5px;
  padding-bottom: 2px;
}
.box-inscripcion.v2 .form-group input[type="text"], 
.box-inscripcion.v2 .form-group input[type="email"] {
  height: 55px;
  border-radius: 0;
  font-family: Roboto,Arial,Helvetica,sans-serif;
}
.box-inscripcion.v2 .botones {
  margin-top: 20px;
}
.box-inscripcion.v2 .botones .btn {
  width: 100%;
}

.t-charla ul {
  font-size: 16px;
  color: #5B5B5B;
  list-style: none;
  padding-left: 0;
}
.t-charla ul li{
  position: relative;
  padding-left: 15px;
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.t-charla ul li:before{
  content:"";
  width: 8px;
  height: 8px;
  background: #8CAB31;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}
.t-charla .box-datos {
  background: #E8E7E7;
  padding: 20px 20px 15px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.t-charla .box-datos p {
  font-size: 16px;
  color: #5B5B5B;
  margin-bottom: 4px;
  position: relative;
  padding-left: 90px;
}
.t-charla .box-datos p span{
  font-weight: bold;
  display: inline-block;
  width: 80px;
  position: absolute;
  left: 0;
}
.t-charla .volver {
  color: #049292;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.t-charla .volver img{
  width: 20px;
}
.hidden-mobile {
  display: none;
}
.hidden-mobile h5 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  margin-top: 0;
}
.hidden-mobile.visible {
  display: block;
}
.leer-mas-mobile {
  display: block;
  width: 100%;
  text-align: center;
  padding: 80px 20px 20px;
  position: relative;
  z-index: 999;
  margin-top: -80px;
  background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.82) 41%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(41%, rgba(255,255,255,0.82)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.82) 41%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.82) 41%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.82) 41%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.82) 41%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.leer-mas-mobile a {
  font-family: Roboto,Arial,Helvetica,sans-serif;
  color: #fff;
  font-weight: 500;
  min-width: 120px;
}
.leer-mas-mobile.oculto {
  display: none;
}

@media (min-width: 768px) {
  .menu-tab-charlas {
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .menu-tab-charlas:after {
    display: none;
  }
  .menu-tab-charlas .m-charlas{
    min-width: 0;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: space-between;
  }
  .grid-charlas .item-panel .box-charla {
    width: calc(50% - 10px);
    margin: 0 5px 15px;
  }
  .menuint.menuint-2col {
    border: 14px solid #fff;
    margin-top: -5%;
  }
  .menuint>.row>.col-md-3.menu-charlas {
    padding: 0;
  }
  .menuint>.row>.nav-area.menu-charlas .nombre-area{
    padding: 10px 12px;
    margin: 0;
    font-weight: bold;
  }
  .menuint>.row>.nav-area.menu-charlas ul {}
  .menuint>.row>.nav-area.menu-charlas ul li{
    background: #009999;
    font-weight: normal;
    font-size: 14px;
    padding: 0px;
    border-bottom: 2px solid #fff;
  }
  .menuint>.row>.nav-area.menu-charlas ul li a{
    padding: 10px 12px; 
  }
  .menuint.menuint-2col iframe {
    margin-top: 0;
  }
  .menuint>.row>.texto-centro {
    padding-right: 30px;
  }
  .menuint>.row>.texto-centro h1{
    display: block;
  }
  .w-video-charlas {
    padding-right: 0;
    padding-left: 0;
	  	
  }
  .menu-tab-charlas {
    width: 100%;
  }
  .menu-tab-charlas .wrap {
    justify-content: space-between;
    background: #CAD0D4;
    border-radius: 3px;
  }
  .menu-tab-charlas a {
    font-size: 20px;
    padding: 8px 20px;
    border-radius: 3px;
  }
  .box-inscripcion.v2 {
    padding: 15px 10px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .box-centro-extension {
    background: #00A19B;
    padding: 15px;
    margin: 0 auto 40px;
  }
  .hidden-mobile {
    display: block;
  }
  .leer-mas-mobile {
    display: none;
  }
}
@media (min-width: 991px) {
  .grid-charlas .item-panel .box-charla {
    width: calc(25% - 10px);
    margin: 0 5px 15px;
  }
  body, html {
    overflow: visible !important; 
    max-width: 100%;
  }
}

/*--ESPECIALIDADES--*/
.banner-img {
  margin: 0 -20px 30px;
}
.banner-img img{
  width: 100%;
}
.c-texto {
  margin-bottom: 40px;
  overflow: hidden;

}

@media (min-width: 640px) {
  .banner-img {
    margin-left: 0;
    margin-right: 0;
  }
}


.w-news-slider {
  background: #F6F6F6;
  padding: 30px 20px;
  margin: 0 -20px;
}
.w-news-slider .title {
  padding: 0;
}

.w-news-slider .news-slider .article {
  /*max-width: 319px;*/
  /*margin: 0 10px;*/
}

.w-news-slider .news-slider .article .article-inner {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.w-news-slider .news-slider .article .article-inner .image {
  background-size: cover;
  height: auto;
  position: relative;
  width: 100%;
}

.w-news-slider .news-slider .article .article-inner .icon-share {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10;
}

.w-news-slider .news-slider .article .article-inner .image .icon-share img {
  width: 29px;
  height: 29px;
}

.w-news-slider .news-slider .article .article-inner .category {
  background: #00a19b;
  border-radius: 30px;
  top: -12px;
  position: relative;
  z-index: 10;
  display: inline-block;
}
.w-news-slider .news-slider .article .article-inner .category a {
  display: block;
}
.w-news-slider .news-slider .article .article-inner .category span {
  color: #fff;
  padding: 5px 15px 5px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight: 500;
  display: block;
}

.w-news-slider .news-slider .article .article-inner .article-content {
  padding: 0 10px 20px;
}

.w-news-slider .news-slider .article .article-inner .article-content .text-content h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #4A4A4A;
  margin-bottom: 20px;
  min-height: 80px;
}

.w-news-slider .news-slider .article .article-inner .article-content .text-content h4 a {
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  color: #4A4A4A;
}

.w-news-slider .news-slider .article .article-inner .article-content .meta-info {
  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;
}

.w-news-slider .news-slider .article .article-inner .article-content .meta-info p {
  font-size: 13px;
  line-height: 20px;
  color: #9B9B9B;
  margin-bottom: 0;
}

.w-news-slider .news-slider .article .article-inner .article-content .meta-info .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-news-slider .news-slider .article .article-inner .article-content .meta-info .time img {
  width: 14px;
  margin-right: 5px;
}

.w-news-slider .news-slider .slick-dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}

.w-news-slider .news-slider .slick-dots li {
  float: left;
  margin-right: 16px;
  width: 13.45px;
  height: 13.45px;
  background: transparent;
  border: 1px solid #007a75;
  border-radius: 50%;
  opacity: .5;
}

.w-news-slider .news-slider .slick-dots li:last-child {
  margin-right: 0;
}

.w-news-slider .news-slider .slick-dots li.slick-active {
  opacity: 1;
  background: #007a75;
}

.news-slider .slick-dots li button {
  display: none;
}

.homePostsSlider .tns-ovh, .c-center .tns-ovh {
  overflow: visible;
  padding: 0 20px;
}

.con-nav .tns-outer .tns-controls button {
  display: none;
}
h3.t-3 {
  margin-bottom: 10px;
  font-size: 26px;
}

.btn-reserva-hora {
  background: #F37022;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: block;
  border: none;
  text-align: center;
  border-radius: 4px;
  padding: 12px 10px;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  margin-bottom: 0px;
 /* position: fixed;*/
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.multimedia-banner {}
.multimedia-banner img{
  width: 100%;
}
.serv-pediatria {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  padding-bottom: 40px;
 /* display: none;*/
  margin-top: 30px;
}
.serv-pediatria h3.t-3{}
.serv-pediatria p{
  margin-bottom: 0;
}
.serv-pediatria p a{
  color: #049292;
}
.menuint>.row>.nav-area.menu-charlas .nombre-area {
  display: flex;
}
.news-slider .w-video {
  margin-bottom: 0;
}
.news-slider .w-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.news-slider .w-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gal-videos .news-slider .tns-ovh {
  overflow: hidden;
  padding: 0;
}

.medicos-esp figcaption.nombre-medico {
    height: 110px;
    display: flex;
    /*align-items: center;*/
    text-align: center;
} 

/*.medicos-esp .nombre-medico a.h5.p-2.mb-0.d-flex,
.schema-medico .nombre-medico a.h5.p-2.mb-0.d-flex {
  padding-top: 0px !important;
} 
*/

.medicos-esp .btn.text-center.text-white.btn-primary {
    margin-bottom: 10px;
}
.medicos-esp .medicos .card {
    padding: 0 5px;
}

.medicos-esp .card.mb-3 {
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-left: 5px;
    margin-right: 5px;
}

.medicos-esp.btn-nm .medicos .card {
    width: 33%;
    flex: 0 0 calc(33% - 8.5px) !important;
}

.medicos-esp.btn-nm .btn.text-center.text-white.btn-primary {
    margin-bottom: 0px;
}

.medicos-esp .nombre-medico span {
    text-align: left;
}

/*ABRE MEDIAS*/

@media (max-width: 991px) {
    .btn-reserva-hora {
        z-index: 2;
    }
	.reserva {
   position: fixed !important;
   bottom: 0 !important;
   width: 100% !important;
   border-radius: 0 !important;
   left: 0 !important;
   z-index: 999 !important;
   height: 51px !important;
  }
  .medicos-esp.btn-nm .medicos .card {
    width: 50%;
    flex: 0 0 calc(50% - 11px) !important;
   }
}

@media (min-width: 640px) {
  .w-news-slider {
    background: transparent;
  }
  .w-news-slider.gal-videos {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .homePostsSlider .tns-ovh, .c-center .tns-ovh {
    overflow: hidden;
    padding: 0 0px;
  }
  .con-nav .tns-outer .tns-controls button {
    display: block;
    top: -44px;
    color: #00A19B;
    border-color: #00A19B;
  }
  .con-nav .tns-outer .tns-controls button:after {
    text-shadow: none;
  }
  .con-nav .tns-outer .tns-controls button:last-child {
    right: 0;
  }
  .con-nav .tns-outer .tns-controls button:first-child {
    right: 42px;
  }
  .serv-pediatria {
    display: block;
  }
}
@media (min-width: 768px) {
	
	.btn-reserva-hora {
    /*position: relative;*/
    left: auto;
    bottom: auto;
    /*margin-bottom: 20px;*/
    /*position: sticky;*/
    /*top: 0px;*/
  }
    .sticky {
    position: sticky !important;
    top: 0px; 
 }
	.position {
	height: 20px!important;
	top: 0!important;
	position: sticky!important;
}
	
	 .menuint>.row>.nav-area { 
    background: #049292; 
    position: sticky;
    top: 0;
  }
  .menuint>.row>.nav-area ul li a { background: #5a7c8d; }
  .menuint>.row>.nav-area.menu-charlas .nombre-area {
    display: none;
  }
  .menuint>.row>.nav-area.menu-charlas ul li.activo a { 
    background: #049292;
    color: #fff;
  }
}

.slider-blurbs {
  margin: 0 -15px;
}

.slider-blurbs .tns-slider .blurb {
  max-width: 112px;
  padding: 10px;
  min-height: 123px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: none;
  flex-flow: row wrap;
}

.slider-blurbs .tns-slider .blurb .image {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.slider-blurbs .tns-slider .blurb .image img {
  width: 35px;
}

.slider-blurbs .tns-slider .blurb.blurb-2 .image {
  background: #BBCD02;
  border: 5px solid #E5EBAC;
}

.slider-blurbs .tns-slider .blurb p {
  font-size: 12px;
  line-height: 15px;
  margin-left: 0;
}

.areas-trabajo {
  list-style: none;
  padding-left: 0;
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  color: #5B5B5B;
  -webkit-column-count: 1; 
  -moz-column-count: 1;  
  column-count: 1; 
  padding-bottom: 40px;
}

.areas-trabajo li{
  margin-bottom: 4px;
  font-size: 18px;
}
.areas-trabajo li:first-child {
  margin-top: 10px;
}
.areas-trabajo li a{
  color: #5B5B5B;
  display: block;
  padding: 5px 40px 5px 10px;
  border: none;
  position: relative;
}
.areas-trabajo li a:after {
  content:"\f054";
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 900;
  display: block;
  position: absolute;
  color: #5B5B5B;
  right: 10px;
  font-size: 14px;
  top: 9px;
}
.areas-trabajo li a:hover,
.areas-trabajo li a:focus
 {
  text-decoration: none;
  border: none;
}

.faqs {}
.faqs h3.t-3{
  margin-top: 30px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .areas-trabajo {
    -webkit-column-count: 2; 
    -moz-column-count: 2;  
    column-count: 1; 
    padding-bottom: 40px;
  }
	.areas-trabajo-2 {
    -webkit-column-count: 2; 
    -moz-column-count: 2;  
    column-count: 2; 
    padding-bottom: 40px;
  }
  .areas-trabajo li a:after {
    right: 20px;
  }
}

.w-news-slider.gal-videos {
  margin-bottom: 40px;
}

.w-360 {
  margin-bottom: 20px;
}
.w-360 h3.t-3{}
.w-360 .vistas-360{
  margin: 0 -20px;
}
.w-360 .vistas-360 .menu{
  display: flex;
}
.w-360 .vistas-360 .menu a{
  width: auto;
  flex-grow: 1;
  background: #828282;
  text-align: center;
  color: #fff;
  display: block;
  padding: 4px 10px;
  border-right: 1px solid #fff;
}
.w-360 .vistas-360 .menu a.activo {
  background: #008E89;
}
.w-360 .vistas-360 .menu a:last-child {
  border-right: none;
}
.w-360 .vistas-360 .panel-vista{
  display: none;
}
.w-360 .vistas-360 .panel-vista.activo{
  display: block;
}
.w-360 .vistas-360 .panel-vista img{
  width: 100%;
}

.texto-centro h3.t-3 {
  position: relative;
}
.texto-centro li{
	margin-bottom: 10px;
}
.texto-centro h3.t-3:after {
  content:"\f054";
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 900;
  color: #00A19B;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .texto-centro h3.t-3:after {
    display: none;
  }
  .w-360 .vistas-360 {
    margin-left: 0;
    margin-right: 0;
  }
}

.dificultades {}
.dificultades .item-dif{
  margin-bottom: 25px;
  padding: 0 10px;
}
.dificultades .item-dif h3{
  display: flex;
  align-items: center;
  font-size: 27px;
}
.dificultades .item-dif h3 img{
  margin-right: 10px;
  width: 75px;
  height: auto;
}
.dificultades .item-dif h3.verde { color: #8BBA17; }
.dificultades .item-dif h3.rosado { color: #B80076; }
.dificultades .item-dif h3.naranjo { color: #EF8F01; }
.dificultades .item-dif h3.azul { color: #0079BA; }
.dificultades .item-dif h3.morado {color: #5f259f;font-size: 17px;}
.dificultades .item-dif p{}

.lab-esp{
    background: #0099991f;
    padding: 15px 15px 5px 25px;
    border-radius: 15px;
    margin-bottom: 25px;
}
.caja-roja {
  text-align: center;
  background: #BC0B09;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.caja-verde {
  text-align: center;
  background: #BC0B09;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.caja-verde1 {
    text-align: center;
    background: #8bba17;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.caja-roja h4{
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.caja-verde h4{
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.caja-roja p{
  color: #fff;
  text-align: left;
}
.caja-verde p{
  color: #fff;
  text-align: left;
}

.item-doc {
  color: #00A19B;
  font-size: 16px;
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  display: block;
  border-bottom: 1px solid #A5A5A5;
  line-height: 1;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 10px;
}
.item-doc i {
  margin-right: 4px;
}

.box-apren {}
.box-apren figure{
  width: 100%;
  margin-bottom: 20px;
}
.box-apren figure img{
  width: 100%;
}
.box-apren h4{}
.box-apren p{}

.w-news-slider.dificultades {
  background: #fff;
}

.terapias {
  margin-bottom: 30px;
}
.box-terapia {
  margin-bottom: 10px;
}
.box-terapia.verde {
  border: 2px solid #97C02D;
}
.box-terapia.morado {
  border: 2px solid #934594;
}
.box-terapia.amarillo {
  border: 2px solid #f3bc18;
}
.box-terapia h4{
  font-family: Roboto,Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 20px;
  margin: 0 0 10px;
}
.box-terapia.verde h4{ background: #97C02D; }
.box-terapia.morado h4{ background: #934594; }
.box-terapia.amarillo h4{ background: #f3bc18; }
.box-terapia .box-terapia__body{
	 margin: 20px;
}
.box-terapia .box-terapia__body a{
  display: flex;
  align-items: flex-start;
  padding: 10px 20px;
  font-size: 18px;
  color: #494D5F;
}
.box-terapia .box-terapia__body a img{
  width: 35px;
  height: auto;
  margin-top: -3px;
  margin-right: 10px;
}
ul.ul-2 {
  column-count: 2;
  padding-left: 0;
  list-style: none;
}
ul.ul-2 li {
  position: relative;
  padding-left: 15px;
}
ul.ul-2 li:before {
  content:"";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00A19B;
  position: absolute;
  left: 0;
  top: 10px;
}

.galeria-detalle img {
  width: 100%;
  margin-bottom: 20px;
  transition: all 1s ease;
}

.galeria-slide {}
.galeria-slide figure{}
.galeria-slide figure img{
  width: 100%;
}
.con-nav.galeria-slide .tns-outer .tns-controls button {
  top: 10px;
  color: #fff;
  border-color: #fff;
}
.con-nav.galeria-slide .tns-outer .tns-controls button:first-child {
  right: 52px;
}
.con-nav.galeria-slide .tns-outer .tns-controls button:last-child {
  right: 10px;
}

@media (min-width: 768px) {
  .dificultades .item-dif {
    padding: 0;
  }
}
@media (max-width: 768px) {
  html,body {
    overflow-x: hidden;
    overflow-y: visible;
  }
  .galeria-detalle {
    display: none;
  }
  .dificultades .item-dif h3 {
    flex-direction: column;
    align-items: center;
  }
  .dificultades .item-dif h3 img {
    margin-bottom: 10px;
  }
  .caja-roja {
    margin: 0 -20px;
    border-radius: 0;
  }
  .w-360 .vistas-360 .menu {
    overflow: scroll;
  }
  .w-news-slider .news-slider .article .article-inner {
    padding: 0 2px;
  }
  .blanco-mb {
    background: #fff !important;
  }
}

.banner-esp-home {
  position: relative;
}
.banner-esp-home picture {
  display: block;
  width: 100%;
}
.banner-esp-home img{
  width: 100%;
}
.banner-esp-home .texto-esp-home{
  position: absolute;
  bottom: 100px;
  left: 0;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  z-index: 9;
  width: 100%;
  right: 0;
}
.banner-esp-home .texto-esp-home .wrap {
  display: block;
  width: 700px;
  max-width: 100%;
  margin: 0;
  padding-left: 20px;
}
.banner-esp-home .texto-esp-home h1{
  font-size: 30px;
  font-weight: bold;
  color: #4A4A4A;
  max-width: 450px;
  margin-bottom: 20px;
}
.banner-esp-home .texto-esp-home .buscador{
  display: flex;
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.19);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.19);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.19);
}
.banner-esp-home .texto-esp-home .buscador input{
  flex-grow: 1;
  border: none;
}
.banner-esp-home .texto-esp-home .buscador button{
  background: #F37022;
  color: #fff;
  border: none;
  min-width: 60px;
  width: 60px;
  padding-top: 4px;
}
.banner-esp-home .texto-esp-home .buscador button i{
  font-size: 22px;
}

.menu-interior {
  background: #049292;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}
.menu-interior a{
  background: #049292;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  font-size: 22px;
  font-weight: bold;
  display: block;
  padding: 14px 40px;
  color: #fff;
}
.menu-interior a:hover {
    color: #fff;
    background: #099;
}
.menu-interior ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 0;
}
.menu-interior ul li {}
.menu-interior ul li:hover > .submenu {
  display: flex;
}
.menu-interior ul li > .submenu {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  align-items: center;
  padding: 10px 10px 20px;
  display: none;
}
.menu-interior ul li > .submenu li {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 10px;
}
.menu-interior ul li > .submenu li a{
  font-size: 16px;
  font-family: 'Quicksand', Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  padding: 4px 8px;
  background: #fff;
  border-radius: 7px;
}
.menu-interior ul li > .submenu li a:hover {
  background: #049292;
  color: #fff;
}
.menu-interior > ul > li:hover > a {
  background: #fff;
  color: #049292;
}
.menu-interior a.activo{
  background: #fff;
  color: #049292;
}
.menu-interior a i {
  font-size: 16px;
}
.cont-esp {
  padding: 20px 0;
}
.cont-esp .areas-trabajo {
  -webkit-column-count: 3; 
  -moz-column-count: 3;  
  column-count: 3; 
}

.w-video-charlas .btn-reserva-hora:active,
.w-video-charlas .btn-reserva-hora:hover,
.w-video-charlas .btn-reserva-hora:not(:disabled):not(.disabled):active {
    background-color: #ec610e;
    border-color: #ec610e;
    color: #fff;
    border: none;
}
.leer-mas-mobile {
    padding: 80px 20px 60px;
}
.position {
/*	position: sticky;*/
	/*top: 0;*/
	/* height: 20px; */
}

@media (max-width: 768px) {
	
		
	}
	
	.banner-esp-home {
    padding-bottom: 30px;
  }
  .banner-esp-home .texto-esp-home {
    bottom: -30px;
  }
  .banner-esp-home .texto-esp-home .wrap {
    width: 100%;
    padding: 0;
  }
  .banner-esp-home .texto-esp-home h1 {
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 15px;
    max-width: 200px;
  }
  .banner-esp-home .texto-esp-home .wrap .buscador {
    background: #fff;
    padding: 15px;
  }
  .banner-esp-home .texto-esp-home .wrap .buscador input {
    border: 1px solid #CFCFCF;
    border-radius: 5px 0 0 5px;
  }
  .banner-esp-home .texto-esp-home .wrap .buscador button {
    border-radius: 0 5px 5px 0;
  }
  .menu-interior {
    display: none;
  }
  .cont-esp {
    padding-top: 60px;
  }
  .cont-esp .areas-trabajo {
    -webkit-column-count: 2; 
    -moz-column-count: 2;  
    column-count: 2; 
  }

.medicos .schema-medico {
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-items: flex-start;
    justify-content: space-between;
    margin-left: 5px;
    margin-right: 5px;
    flex: 1 0 calc(33% - 22px) !important;
    max-width: 33% !important;
}

.medicos-esp .medicos .card {
    width: 33%;
}

@media (max-width: 767px) {
    .medicos .schema-medico {
    flex: 1 0 calc(50% - 22px) !important;
    max-width: 50% !important;
}

@media (max-width: 550px) {
  .cont-esp .areas-trabajo {
    -webkit-column-count: 1; 
    -moz-column-count: 1;  
    column-count: 1; 
  }
}

}
@media (max-width: 390px) {
    .leer-mas-mobile {
       /* margin-top: -150px;*/
        margin-top: -200px;
        z-index: 19;
    }
}

/*FIN MEDIAS*/

/*--FIN ESPECIALIDADES--*/
/* FIN CHARLAS Y TALLERES*/

/* Formularios Centro de Cabeza*/
.form-pcl input#Textbox-1,
.form-pcl input#Textbox-2,
.form-pcl input#Textbox-3,
.form-pcl input#Textbox-4,
.form-pcl input#Textbox-5,
.form-pcl input#Textbox-6 {
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 .5rem;
}
.form-pcl input[type=radio]  {
	margin: 0 5px 0 0;
    width: 30px;
    height: 30px;
}
.form-pcl .selectid.sf-fieldWrp.sf-RadioButtons {
	display: flex;
	flex-flow: row wrap;
}
.form-pcl .selectid.sf-fieldWrp.sf-RadioButtons>strong {
	width: 100%;
}

.form-pcl button[type=submit], .form-pcl form button[type=submit] {
	width: 100%;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f37022;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* Fin Formularios Centro de Cabeza*/
/* estilo areas*/
@media (min-width: 991px) {
    /* .cont-esp .areas-trabajo {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        width: 100%;
    } */
    .areas-trabajo li a {
    color: #4a4a4a;
    border-bottom: 0;
    border-radius: .25rem;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: transform, color, background, border, padding, margin;
    position: relative
}

.areas-trabajo li a:hover {
    color: #099
}

.areas-trabajo li a:not(.btn):after {
    content: "\f054";
    margin-right: .5rem;
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 900;
    font-size: 1rem;
    line-height: 150%;
    color: transparent;
    position: absolute;
    right: 0;
    top: calc(50% - 11px);
    bottom: auto;
    z-index: 1;
    transform: scale(.25) translateX(-1rem);
    transition-delay: .05s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: transform, color, background, border, padding, margin
}

.areas-trabajo li a:not(.btn):hover:after {
    color: #fff;
    transform: scale(1)
}

.areas-trabajo li a:not(.btn) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0
}

.areas-trabajo li a:hover:not(.btn) {
    padding: .1rem 0 .1rem .25rem;
    background-color: #099;
    color: #fff
}

.areas-trabajo li a.btn:hover {
    color: #fff;
    background-color: #099
}

.areas-trabajo li a .fal,
.areas-trabajo li a .far,
.areas-trabajo li a [class^=fa] {
    width: 20px;
    text-align: center;
    font-size: 1rem;
    line-height: 150%
}

}
/* Fin estilo areas*/
/* estilo formulario */
.form-pcl input#Textbox-1,
.form-pcl input#Textbox-2,
.form-pcl input#Textbox-3,
.form-pcl input#Textbox-4,
.form-pcl input#Textbox-5,
.form-pcl input#Textbox-6 {
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 .5rem;
}
.form-pcl input[type=radio]  {
	margin: 0 0px 0 0;
    width: 25px;
    height: 13px;
}
.form-pcl .selectid.sf-fieldWrp.sf-RadioButtons {
	display: flex;
	flex-flow: row wrap;
}
.sf-fieldWrp {
    margin-bottom: 20px;
}
.form-pcl .selectid.sf-fieldWrp.sf-RadioButtons>strong {
	width: 100%;
}

.form-pcl button[type=submit], .form-pcl form button[type=submit] {
	width: 100%;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f37022;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
article.container-fluid.ancho-max.menuint.menuint-2col.section-2 {
margin-top: 0px
}
.tabla1-1 p{
color:#666;
}
.faqs .question .quest-title:not(.collapsed):after{
    color:white;
    margin-right: 8px;
}

/* estilo formulario */

@media (min-width: 768px) {
.menuint>.row>.nav-area.menu-charlas ul li a.active {
    background: #009999;
}

.menuint>.row>.nav-area.menu-charlas ul li a:hover {
	background: #009999;
    color: #4a4a4a;
  }
  
}
@media (max-width: 414px) {
    .leer-mas-mobile {
       /* margin-top: -150px;*/
        margin-top: -200px;
        z-index: 19;
    }
}
@media (max-width: 380px) {
    .menuint>.row> [class^=sf_col] h1{
       /* margin-top: -150px;*/
       font-size: 22px;
    }
    .leer-mas-mobile {
        /* margin-top: -150px;*/
         margin-top: -250px;
         z-index: 19;
     }
}
/*paginador testimonios*/
.tns-nav {
	display: block !important;
}
.tns-inner .tns-nav {
	display: none !important;
}