@import url(https://fonts.googleapis.com/css?family=Nunito:200,300,regular,500,600,700,800,900,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
 :root {
    --font-family: 'Nunito', sans-serif;
    --font-w: #fff;
    --font: #282828;
    --font-shaded: #545454;
    --site-background: white;
    --color-fondo-top: #fff;
    --color-cooptv: #0ff;
    --color-subttl: #1B6096;
    --color-tipo-top: #00B88A;
    --color-bot-top: #F3F3F3;
    --main-color: #191497;
    --main-color-shaded: rgba( 68, 133, 142, 0.5);
    --hover-main: rgba(0, 0, 0, 0.2);
    --secondary-color: #d4d4d4;
    --donate-box: #f3f2f2;
    --input-border: #efeeee;
    --placeholder: #4b4b4b;
    --separator: #d4d4d4;
    --site-link: #8c8c8c;
    --altura-base: 27px;
    --bkg-seccion1: #F9F9F9;
    /*PALETA DE COLORES BASE*/
    --green-pigment: #30a458ff;
    --rich-black: #003f3fff;
    --sea-green: #278042ff;
    --rich-black-2: #003f3fff;
}

._flex {
    display: flex;
}

._grid {
    display: grid;
}

._bkg_white {
    background: var(--font-w);
}

._color_blue {
    color: var(--color-tipo-top)!important;
}

._bold {
    font-weight: 600;
}

._color_title {
    color: var(--font-w);
}

._fondo_cooptv {
    background: var(--color-cooptv)!important;
}

._trans-all {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out!important;
}

._color-inv {
    filter: invert(100%)!important;
}

._center {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}

._left {
    display: flex!important;
    align-items: center!important;
    justify-content: left!important;
}

._centerH {
    display: flex!important;
    align-items: center!important;
}

._centerV {
    display: flex!important;
    justify-content: center!important;
}

p {
    font-size: 1em;
    color: #d2d2d2;
    text-align: left;
}

strong {
    font-weight: 700;
}

.ir-arriba {
    display: none;
    padding: 30px;
    background-repeat: no-repeat;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    position: fixed;
    bottom: 48px;
    right: 20px;
    z-index: 9999;
}

body html * {
    font-family: var(--font-family);
}

header.encabezado {
    height: var(--altura-base*5)px;
    /*height: 696px!important;
    min-height: 696px!important;*/
    background: url(../img/portada.jpg) center/130% no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 96px;
}

header.encabezado::after {
    background: #833ab4;
    background: linear-gradient(295deg, rgba(131, 58, 180, 1) 7%, rgba(253, 29, 29, 1) 58%, rgba(252, 176, 69, 1) 100%);
    opacity: .5;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

header.head-int {
    padding-top: 96px;
    min-height: 336px;
    background: #f7f7f7;
}

header.head-int h2 {
    color: #999;
    padding-left: 48px;
    background: url(../img/iso-50g.svg)5px 6px/36px no-repeat;
    margin: 0px;
}

header.head-int h3 {
    margin-top: 0px;
    padding-left: 12px;
}

@media only screen and (max-width:48.063em) {
    body {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    section {
        min-height: 360px!important;
    }
    header {
        height: 168px;
        min-height: 168px;
    }
    .pie {
        display: grid;
        grid-template-columns: 1fr!important;
        grid-template-rows: 1fr 1fr 1fr 1fr!important;
        grid-row-gap: 18px!important;
        justify-items: center;
    }
    .top {
        position: fixed;
        position: fixed;
        z-index: 998;
        height: 72px!important;
        width: 100%;
        background: #fff!important;
        color: #191497!important;
    }
    .unmdp_status_m.ch {
        position: fixed;
        margin-top: 0;
        background: #fff;
        width: 100%;
        display: grid!important;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        align-items: center;
        justify-items: center;
        z-index: 998;
        height: 72px;
        padding: 10px;
        grid-column-gap: 12px;
    }
    .unmdp_status_m.ch a {
        color: #000;
    }
    #saludo {
        font-family: var(--font-family);
        color: #73909e;
        background: #dbf3ff;
        font-size: 1.5em;
        font-weight: 500;
        text-align: right;
        padding: 0 48px 24px 0;
    }
    .cd-btn {
        right: 0!important;
        font-size: 1.2rem!important;
        line-height: 0!important;
        padding: 0!important;
    }
    .swiper-container .principal {
        height: 408px!important;
    }
    @-webkit-keyframes slide-in-blurred-bottom {
        0% {
            -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(.2);
            transform: translateY(1000px) scaleY(2.5) scaleX(.2);
            -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
            -webkit-filter: blur(40px);
            filter: blur(40px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-filter: blur(0);
            filter: blur(0);
            opacity: 1;
        }
    }
    @keyframes slide-in-blurred-bottom {
        0% {
            -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(.2);
            transform: translateY(1000px) scaleY(2.5) scaleX(.2);
            -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
            -webkit-filter: blur(40px);
            filter: blur(40px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-filter: blur(0);
            filter: blur(0);
            opacity: 1;
        }
    }
    .titles {
        width: 100%!important;
    }
    .cards:nth-child(even) hgroup {
        margin: 12px!important;
    }
    .cards:nth-child(odd) hgroup {
        margin: 12px!important;
    }
    .cards .titles a {}
    .sldr {
        padding-top: calc( var(--altura-base) * 4);
        padding: 0 54px;
    }
    .sldr div.row.col-6.rowfixed div.row.col-3 img {
        width: 100%;
    }
    .seccion5 {
        padding: 24px;
    }
    nav.breadcrumb {
        margin: 0 12px;
    }
    header.head-int .titulos {
        margin: 0 12px;
    }
    .seccion1 {
        height: calc( var(--altura-base) * 25)!important;
        min-height: calc( var(--altura-base) * 25)!important;
        padding: 0 54px;
    }
    .deco1 {
        width: 100vw!important;
        position: absolute;
        right: 0px;
        z-index: 4;
    }
    ._bidon {
        position: relative;
        bottom: 100px!important;
    }
    .seccion2 .col-2 a,
    .seccion2 .col-3 a {
        padding: 20px!important;
    }
    #cooptv {
        height: calc( var(--altura-base) * 24)!important;
        width: 100%;
        padding: calc( var(--altura-base) * 2);
    }
    #cooptv figure img:first-child {
        width: 100%!important;
    }
    ._bidon {
        position: relative;
        bottom: 1px;
    }
    #sepelios {
        height: calc( var(--altura-base) * 24)!important;
        width: 100%;
        padding: calc( var(--altura-base) * 2);
    }
    ._left {
        display: flex!important;
        align-items: center!important;
        justify-content: center!important;
    }
}


/*FIN BREACKPOINT*/

.logo {
    margin: var(--altura-base) 0;
    height: calc( var(--altura-base) * 2);
}

.top {
    height: calc( var(--altura-base) * 4);
    /*height: var(--altura-base);*/
    min-height: calc( var(--altura-base) * 4);
    background: var(--color-fondo-top);
    color: var(--color-tipo-top);
    text-align: right;
    position: absolute;
    right: auto;
    left: auto;
    width: 100%;
    z-index: 2;
}

.bot_top a {
    color: var(--color-tipo-top)!important;
    background: var(--color-bot-top)!important;
}

.bot_top a:hover {
    color: var(--color-bot-top)!important;
    background: var(--color-tipo-top)!important;
    border: 0px solid transparent!important;
}

.menu0 {
    width: 100%;
}

.contmenu {
    font-family: var(--font-family);
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    height: calc( var(--altura-base) * 2);
    /*margin-top: var(--altura-base);*/
}

.contmenu ul {
    display: flex;
    justify-content: flex-end;
    align-items: self-end;
}

.contmenu ul li {
    padding: 0 15px;
    margin: 0;
    display: inline-flex;
    text-align: center;
    transition: background-color .5s ease-out;
    font-size: 1vw;
    cursor: pointer;
}

.contmenu ul li:hover {
    display: inline-flex;
    padding: 0 15px;
    margin: 0;
    text-decoration: none;
    color: #fff;
    transition: background-color .5s ease-out;
}

.contmenu a {
    /*padding: 12px;*/
    color: #fff;
}

.contmenu a:hover {
    color: #fff;
}

.contmenu ul li ul {
    top: 264px;
    width: 100%;
    left: 0;
    padding: 0!important;
    margin: 0!important;
    position: absolute!important;
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transiton: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    -transition: opacity .2s;
    z-index: 998;
    justify-content: center;
}

#usuarios.contmenu ul li ul {
    top: 792px;
}

._color_user {
    background: #3e4654!important;
}

.contmenu ul li ul div {
    display: flex!important;
    flex-direction: column;
    flex-wrap: wrap;
    height: 96px;
    min-height: 96px;
    padding: 0!important;
    margin: 24px 0!important;
    display: block;
    transition: all .5s ease-out;
}

.contmenu ul li ul div li a {
    color: #3e424e;
    width: auto;
    display: block;
    padding: 12px;
    padding-left: 50px;
    transition: all .5s ease-out;
    text-decoration: none;
}

.contmenu ul li ul div li {
    padding: 0;
    text-align: left;
    width: auto;
}

.contmenu ul li ul div li:hover {
    padding: 0;
    width: auto;
    color: #cb376e;
}

.contmenu ul li:hover ul {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.offline-notification {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%);
    position: fixed;
    left: 50%;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: .5em;
    text-align: center;
    width: 100%;
    font-size: 12px;
    z-index: 99999;
}

.offline-notification a {
    color: #fff;
}

.offline-notification a:visited {
    color: #fff;
}

.offline-notification:hover .offline-notification_explanation {
    display: block;
}

.offline-notification_explanation {
    display: none;
    background: inherit;
    padding-top: 1em;
}

.offline .offline-notification {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
}

.sldr {
    padding-top: calc( var(--altura-base) * 4);
    height: calc( var(--altura-base) * 20);
    background: linear-gradient(111.49deg, #A6CF00 -25.2%, #00CFE4 60.19%);
    mix-blend-mode: normal;
}

.sldr>div {
    height: 100%;
}

.sldr h1 {
    margin-bottom: 0px!important;
    color: var(--font-w);
    font-weight: 600;
}

.swiper-slide {
    background: #333!important;
    color: #fff;
}

.btn-slider {
    position: relative;
    width: 250px;
    bottom: calc( var(--altura-base) * 3);
    margin-left: auto;
    background: #fff!important;
    height: calc( var(--altura-base) * 3);
    z-index: 2;
}

.btn-slider .swiper-button-next,
.btn-slider .swiper-button-prev {
    padding: 0 var(--altura-base);
}

.swiper-container.principal {
    height: calc( var(--altura-base) * 20);
}

.seccion1 {
    background: var(--bkg-seccion1) url(../img/) top right/30% no-repeat;
    /*padding: calc( var(--altura-base) * 2) 0;*/
    text-align: center;
    height: calc( var(--altura-base) * 14);
    min-height: calc( var(--altura-base) * 14);
}

.seccion1>div {
    height: 100%;
}

.seccion1 h1 {
    margin-bottom: 0px!important;
    color: var(--color-tipo-top);
}

.seccion2 h1 {
    color: #fff;
    margin-bottom: 0px!important;
}

.deco1 {
    width: 50%;
    position: absolute;
    right: 0px;
    z-index: 4;
}

.seccion2 {
    background: linear-gradient(111.49deg, #EFFF3D -25.2%, #C47F58 101.59%);
    mix-blend-mode: normal;
    padding: calc( var(--altura-base) * 2);
    overflow: hidden;
    text-align: center;
}

.seccion_siwca h2 {
    color: #fff;
}
.seccion_siwca {
    background:#666;
    padding: 48px;
    overflow: hidden;
    text-align:
    center;
}

.seccion3 {
    background: #fff;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 28%, rgba(231, 231, 231, 1) 100%);
    padding-top: calc( var(--altura-base) * 2);
}

h3 {
    color: #007d66;
}

.seccion4 {
    background: #fff;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 28%, rgba(231, 231, 231, 1) 100%);
}

h3 {
    color: #666;
}

.seccion4 {
    height: calc( var(--altura-base) * 7);
    min-height: calc( var(--altura-base) * 7)!important;
}

footer {
    background: #eaeaea;
    padding-top: var(--altura-base);
    min-height: calc( var(--altura-base) * 6);
    color: #444;
}

footer a,
footer p {
    color: #444;
}

footer .logo-foot {
    width: 200px;
    align-self: center;
}

.pie {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 12px;
}

.seccion1 .col-2 p,
.seccion2 .col-2 p {
    margin: 24px;
}

.seccion1 .col-2 p {
    margin: 0;
}

.seccion2 .col-2 p {
    margin: 24px;
    min-height: 72px!important;
}

.seccion1 .col-3 ._boton a {
    font-family: var(--font-family);
    font-weight: 600;
    border-radius: 48px;
    margin-left: 0;
    padding: 24px 60px;
    background-color: #00d4aa!important;
    color: #000;
    position: relative;
}

.seccion2 .col-2 a,
.seccion2 .col-3 a {
    border-radius: 48px;
    margin-left: 0;
    padding: var(--altura-base) calc( var(--altura-base) * 2);
    /*background: #f25a5b!important;*/
    color: #fff;
    position: relative;
    font-weight: 600;
}

.seccion1 .col-3 ._boton a:hover {
    background-color: #ecd078!important;
    color: #0b486b;
}

._boton1 {
    border-radius: 48px;
    margin: 24px;
    padding: 24px 60px;
    position: relative;
}

.modal section .col-8 {
    display: flex;
    justify-content: center;
}

.modal section .col-8 ul {
    margin: 96px 0;
    text-align: center;
}

.hvr-underline-from-left:before {
    background: #fff!important;
}

.smaller {
    position: fixed;
    background: rgba(255, 255, 255, .9);
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.37);
    z-index: 999;
    width: 100%;
    top: -100px;
    -webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.montos {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
}

.montos>div {
    width: 106px;
    height: 48px;
    background-color: var(--secondary-color);
    color: var(--main-color);
    border-radius: 24px;
    margin: 0 12px;
    font-weight: 600;
    font-size: 1em;
    cursor: pointer;
    user-select: none;
    transition: all .25s;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.montos>div.selected,
.montos>div:hover {
    background-color: var(--main-color);
    color: #fff;
}

.montos>div:last-of-type {
    margin-right: 0;
}

.button {
    user-select: none;
    height: calc( var(--altura-base) * 2);
    font-weight: 600;
    font-size: 18px;
    border-radius: 27px;
    transition: all .25s;
    margin-top: var(--altura-base);
    padding: var(--altura-base);
}

._bot-borde_blanco {
    border: 1px solid var(--font-w);
    color: var(--font-w);
}

._bot-borde_verde {
    border: 1px solid var(--color-tipo-top);
    color: var(--color-tipo-top);
}

._bot-agenda {
    background-color: #b9b9b9;
    color: #2f2f2f;
}

._bot-agenda:not(.disabled):hover {
    background-color: #fff!important;
    color: #000!important;
    cursor: pointer;
}

.button.disabled {
    background-color: var(--main-color-shaded);
}

.button:not(.disabled):hover {
    background-color: var(--hover-main);
    color: #fff!important;
    cursor: pointer;
    border: 1px solid transparent;
}

.button:not(.disabled):hover {
    background-color: var(--hover-main);
    color: #fff!important;
    cursor: pointer;
    border: 1px solid transparent;
}

.donacion_mp {
    display: grid!important;
    grid-template-rows: repeat(2, 1fr);
    justify-items: center;
    grid-row-gap: 24px;
}

.titles h1,
.titles h2 {
    text-align: left;
}

.titles h3 {
    padding-left: 50px;
    font-weight: 600;
}

.titles h4 {
    padding-left: 50px;
}


/* ----------------------------------------------
 * Generated by Animista on 2020-4-11 16:45:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation slide-right
 * ----------------------------------------
 */

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(560px);
        transform: translateX(560px);
        opacity: 1;
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(560px);
        transform: translateX(560px);
        opacity: 1;
    }
}


/* ----------------------------------------------
 * Generated by Animista on 2020-4-1 0:30:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 1;
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 1;
    }
}


/* ----------------------------------------------
 * Generated by Animista on 2020-4-11 19:32:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation swing-in-left-fwd
 * ----------------------------------------
 */

@-webkit-keyframes swing-in-left-fwd {
    0% {
        -webkit-transform: rotateY(250deg);
        transform: rotateY(250deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0;
        background-color: #222;
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        transform: rotate3d(0, 1, 0, 60deg);
        opacity: 1;
        background-color: #fff;
    }
}

@keyframes swing-in-left-fwd {
    0% {
        -webkit-transform: rotateY(250deg);
        transform: rotateY(250deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0;
        background-color: #222;
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 1;
        background-color: #fff;
    }
}


/* ----------------------------------------------
 * Generated by Animista on 2019-9-3 13:45:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.swiper-slide::after {
    background: #000;
    /*background:linear-gradient(-295deg, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0) 100%);*/
    opacity: .2;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.titles {
    font-family: var(--font-family);
    z-index: 9;
    color: #000;
    width: 560px;
    min-height: auto;
    padding: var(--altura-base);
    background: #fff url(../img/iso-50g.svg)24px 28px/36px no-repeat;
    text-align: left;
    min-height: calc( var(--altura-base) * 7);
}

._slide {
    position: absolute;
    left: -560px;
    top: calc( var(--altura-base) * 5);
}

._slide .titles a {
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    background: #888;
    /*position: absolute;*/
    position: relative;
    margin-left: auto;
    /*right: 14px;*/
    -webkit-animation: heartbeat 1s ease-in-out infinite both;
    animation: heartbeat 1s ease-in-out infinite both;
}

.titles a:hover {
    background: #000;
}

.cards:nth-child(even) hgroup {
    margin-left: 12px;
}

.cards:nth-child(odd) hgroup {
    margin-right: 12px;
}

.hvr-bubble-float-top:hover:before {
    border-color: transparent transparent #ffffff transparent!important;
}

.swiper-container-fade .swiper-slide-active .titles {
    /*-webkit-animation: swing-in-left-fwd 1.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s both;
            animation: swing-in-left-fwd 1.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s both;*/
    -webkit-animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
    animation: slide-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}

#cooptv {
    height: calc( var(--altura-base) * 18);
    width: 100%;
    background: radial-gradient(21.95% 49.91% at 35.72% 50.09%, #671C67 0%, #451345 100%);
}

#sepelios {
    height: calc( var(--altura-base) * 15);
    width: 100%;
    background: linear-gradient(111.49deg, #0196A5 -25.2%, #DEFCFF 101.59%)
}

.modal {
    display: block;
    padding: 48px 24px;
}

.modal p {
    color: #868686!important;
}

#modal_menu_autoridades p,
#modal_menu_autoridades h3,
#modal_menu_autoridades h4 {
    text-align: center;
}

.grilla_d .col-2 {
    margin: 24px 0;
    text-align: center;
}

.grilla_d .col-2 h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
}

.breadcrumb ul {
    display: inline-flex;
    margin: 0px;
}

nav.breadcrumb {
    min-height: auto;
    height: 48px;
}

.breadcrumb ul li {
    margin: 12px 0;
}

.breadcrumb ul li a {
    padding: 0 6px;
    color: #444;
}

.breadcrumb ul li:last-child {
    color: #222;
    font-weight: 600;
}

.seccion5 p {
    color: #7b7b7b;
}

#loader {
    position: fixed;
    background: linear-gradient(45deg, rgb(83, 153, 26), #278042ff, #003f3fff);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    text-align: center;
    background-size: 400% 400%;
    animation: gradient 6s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.sldr div.row.col-6.rowfixed div.row.col-3._left div.row.col-6._left figure,
.seccion1 div.row.col-6.rowfixed div.row.col-3._left div.row.col-6._left figure {
    height: 27px;
}

.seccion2.row.col-6._center.rowfixed div.col-3>div {
    margin-top: 27px;
}

._menu_interior {
    display: flex;
    flex-direction: column;
}

._menu_interior a {
    line-height: 2;
    color: #0b486b;
    font-weight: 400;
}

._bidon {
    position: relative;
    bottom: 1px;
}

.sldr div div div h3,
.seccion1 div div div h3,
.seccion7 div div div h3 {
    color: var(--color-subttl);
    margin-top: 0px;
    font-weight: 600;
}

.seccion6 div div div h1 {
    margin-bottom: 0px !important;
}

.seccion2.row.col-6._center.rowfixed div.row.col-3._left div.row.col-6._left h3 {
    color: var(--font-w);
    margin-top: 0px;
    font-weight: 600;
}

.sldr div.row.col-6.rowfixed div.row.col-3 div.elect img {
    position: absolute;
    right: 1px;
    height: 432px;
}

.seccion2.row.col-6._center.rowfixed div.row.col-3._left div.row.col-6._left figure {
    height: 27px;
}

.seccion2.row.col-6._center.rowfixed div.col-3._centerV figure.gd img {
    height: 50%;
    position: absolute;
    left: 0;
}

@keyframes backgroundColor {
    0% {
        background: var(--green-pigment);
    }
    25% {
        background: var(--sea-green);
    }
    50% {
        background: var(--rich-black);
    }
    75% {
        background: var(--rich-black-2);
    }
    100% {
        background: var(--sea-green);
    }
}


.card_descargas{

}

.card_descargas h4{margin: 0px!important;}

.centro {align-self: center!important;}


.card_descargas{color:#0b085b;
  padding:24px 0;
  margin:4%;
  border-radius:6px;
  flex:1 250px;
  height:auto;
  text-align:center;
  background:#ececec url(../img/descarga_opt_act.svg) 24px center/25px no-repeat ;}
.card_descargas {position:relative;}

.overlay {
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  opacity: 0;
   background-color: rgba(11,8,91,0)
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
     border-radius:6px;
}
.overlay:hover {
  opacity: 1;
  background:rgba(11,8,91,1) url(../img/descarga_opt_hover.svg) 24px center/25px no-repeat ;

}

.overlay:hover a{color: rgba(255,255,255,1);padding: 36px 0;display: block;}

.overlay a {color: rgba(255,255,255,0)}


.card_autoridades{

}

.card_autoridades h4{margin: 0px!important;}



.card_autoridades{color:#0b085b;
  padding:24px 0;
  margin:4%;
  border-radius:6px;
  flex:1 250px;
  height:auto;
  text-align:center;
  background:#ececec url(../img/business-and-finance.svg) 24px center/25px no-repeat ;}
.card_autoridades {position:relative;}

.overlay_autoridades {
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  opacity: 0;
   background-color: rgba(11,8,91,0)
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
     border-radius:6px;
}
.overlay_autoridades:hover {
  opacity: 1;
  background:rgba(11,8,91,1) url(../img/business-and-finance.svg) 24px center/25px no-repeat ;

}

.overlay_autoridades:hover a{color: rgba(255,255,255,1);padding: 36px 0;display: block;}

.overlay_autoridades a {color: rgba(255,255,255,0)}





$primary: #11998e;
$secondary: #38ef7d;
$white: #fff;
$gray: #9b9b9b;
.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 50%;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid $gray;
  outline: 0;
  font-size: 1.3rem;
  color: $white;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;

  &::placeholder {
    color: transparent;
  }

  &:placeholder-shown ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
  }
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: $gray;
}

.form__field:focus {
  ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: $primary;
    font-weight:700;    
  }
  padding-bottom: 6px;  
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, $primary,$secondary);
  border-image-slice: 1;
}
/* reset input */
.form__field{
  &:required,&:invalid { box-shadow:none; }
}


._color-txt-noticias {
    color: #555;
}


form {padding:0 24px; min-width: 300px;width: 100%; }

h1 {text-align: center; }

input {    
	padding: 10px 24px;
    width: 100%;
    font-size:18px;
    border: none;
    border-radius: 48px;
    background: #F3F3F3;
    height: 48px; 
      outline: none;
   border: 0;
}

input[type='radio']{    
	padding: 10px 24px;
    width:24px;
    font-size: 24px;
    border: none;
    border-radius: 48px;
    background: #F3F3F3;
    height: 48px; 
      outline: none;
   border: 0;
}

   input[type='radio']:checked:after {
    border-radius: 15px;
    top: 12px;
    left: 0px;
    position: relative;
    background-color: #64539E;
    content: '';
    display: inline-block;
    visibility: visible;
    outline: none;
    border: 0;
    width: 24px;
    height: 24px;
    }
	
	.serv_ext,.serv_ext section{min-height:calc(var(--altura-base) * 12)}
	
	.serv_ext div{height:auto}
	
	._centerTxt{text-align:center}
	
	._pad27{padding:calc(var(--altura-base) * 2) 0}


.help-button-wrapper {
  position: fixed;
  bottom: 1em;
  /*right: 1em;*/
  text-align: center;
}
.help-button {
  height: 6em;
  width: 6em;
  font-size: 14px;
  border-radius: 50%;
  border: 0 none;
  background: #72ab59;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transform: scale(1);
  transition: all 200ms ease;
}
.help-button:hover,
.help-button:focus,
.help-button:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  outline: 0;
}
.help-button span {
  display: block;
  font-size: 2em;
  transform: scale(1);
  transition: transform 100ms ease;
}
.help-button:hover span,
.expanded .help-button span,
.expanded .help-button span {
  transform: scale(1.25);
}
.expanded .help-button {
  transform: scale(0.5);
  color: rgba(255, 255, 255, 0.5);
  background: #ffaa00;
}
.help-list {
  list-style: none;
  padding: 0;
  margin: 0;
  transition: all 200ms ease;
  transform: translate(0, 90px) scale(0.5);
  transform-origin: bottom center;
  opacity: 0;
}
.expanded .help-list {
  transform: translate(0px, 20px) scale(1);
  opacity: 1;
}
.help-list li {
  margin-bottom: 1em;
}
.help-list a {
  color: #212121;
}
