@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800&display=swap');
    :root {
    --font-family:'Montserrat', sans-serif;
    --font-w:#fff;
    --font: #282828;
    --font-shaded: #545454;
    --site-background: white;
    --main-color: #191497;
    --main-color-shaded: rgba( 68, 133, 142, 0.5 );
    --hover-main:  #d4d4d4;
    --secondary-color: #d4d4d4;
    --donate-box: #f3f2f2;
    --input-border: #efeeee;
    --placeholder: #4b4b4b;
    --separator: #d4d4d4;
    --site-link: #8c8c8c;
    --header-interior: linear-gradient(286.51deg, #0597C4 50.53%, #08B3B4 82.57%);
}

._flex{display: flex;}
._grid{display: grid;}

._pad24{padding:24px;}
._pad48{padding:48px;}
._pad72{padding:72px;}
._pad96{padding:96px;}


._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;
}

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

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

p {
    margin: 24px 0;
    font-size: 1em;
    color: #656565;
    text-align: left;
}
strong {
    font-weight: 700;
}

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

body html * {
    font-family: var(--font-family);
    overflow-x: hidden;
}
header.encabezado {
    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;
    height: auto;
}

header.head-int h2 {
    color: #0597c4;
    margin: 0px;
}

header.head-int h3 {
    margin-top: 0px;
    color: #0597c4;
}

hr {
    margin:48px 0!important;
    color: #777!important;
}


@media only screen and (max-width:75em) {
    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 1fr!important;
    grid-row-gap: 12px!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;
    border-radius: 0 0 16px 16px;
}

.unmdp_status_m.ch a {color:#000;}

#saludo {
    font-family: Lato;
    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: 72px!important;
    background:url(../img/iso-50g.svg) center center/48px no-repeat, #333;
}

.seccion5 {padding:24px; }

nav.breadcrumb {margin: 0 12px; }
header.head-int .titulos {margin: 0 12px;}

.square-1 {
    height: 0;
    padding-bottom: calc(100%/2)!important;
}


ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr!important;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    align-items: center;
    margin-bottom: 24px;
    height:auto!important;
}


.container{
      width: 90%!important;
      margin: 0 auto;
    }

.box_img{
position: absolute;
width:87%!important;
height: 288px!important;
left: 0px;
top: 0px;
background: #0585B2;
margin-top: 24px;
margin-left: 24px;
}

.box_img div img {width: 100%!important;}

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

.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-m 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both!important;
            animation: slide-right-m 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both!important;

}

.titles{
    padding: 0!important;
    top: 288px!important;
}

._slide{
    left: 0px!important;
}

.modulo_titulo{

    left: 0px!important;
    height: auto!important;
    margin-top: 216px!important;    
}

#mapa > .modulo_titulo_contacto{
    display: none!important;
}

.modulo_titulo_contacto{
  background:#07926bad url(../img/iso3.svg)center center/80% no-repeat!important;
 width:100%!important;
    height: 360px!important;
        right: 0px!important;
}

.modulo_titulo_contacto div a, #servicios div a {
        margin-left: auto;
    margin-right: auto;
}

#servicios , .modulo_titulo_contacto > .col-3{
    text-align: center!important;
}

}/*FIN BREACKPOINT*/


.logo {
    margin: 24px 0;
    height: 48px;
}
.top {
    height: 96px;
    min-height: 96px;
    /*background: #000;*/
    color: #fff;
    text-align: right;
    position:absolute;
    right: auto;
    left: auto;
    width: 100%;
    z-index: 2;

}

.menu0{width: 100%;}

.contmenu {
    font-family: var(--font-family);
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    height: 48px;
    margin-top: 24px;
}
.contmenu ul {
    display: flex;
    justify-content: flex-end;
    align-items: self-end;
}
.contmenu ul li {
    padding: 12px;
    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: 12px;
    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:96px;
/*background:url(../img/iso-50g.svg) center center/72px no-repeat, #333;*/
background: linear-gradient(286.51deg, #0597C4 50.53%, #08B3B4 82.57%);

}



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

.swiper-container-fade .swiper-slide .titles {opacity:0;}

.swiper-container-fade .swiper-slide img{opacity:0;}

.swiper-container-fade .swiper-slide-active img{
opacity: 1;
}

.swiper-container-fade .swiper-slide-active .titles{
opacity: 1;
}


.box_img{
    position: absolute;
width: 668px;
height: 552px;
left: 0px;
top: 0px;
background: #0585B2;
margin-top: 24px;
margin-left: 24px;
}

.btn-slider{

    position: relative;
    width: 250px;
   /* bottom: 72px;*/
    margin-left: 221px;
    /*background: #fff!important;*/
   /* height: 72px;*/
    z-index: 2;   
}
.btn-slider .swiper-button-next , .btn-slider .swiper-button-prev {
    padding: 0 72px;
    color: #fff;
}

.swiper-container.principal {
    width: 100vw;
    height: 528px;
    overflow:revert!important;
    background: url(../img/iso3_animated.svg)120% center /520px no-repeat;
}

.seccion1 {
    padding: 96px 0;
    text-align: center;
    height: 696px;
    overflow: hidden;
}


[data-aos=example-anim2] {
 background:#08B3B4 url(../img/iso3_animated.svg) 50% center /80% no-repeat;
  transition-property: background;
}
[data-aos=example-anim2].aos-animate {
  background: #f7f6f6;
}



.seccion1 h2 {
    color: #fff;
    margin-bottom: 48px;
}
.modulo_titulo {
    position: absolute;
    width: 500px;
    height: 168px;
    display: flex;
    background: rgba(255, 255, 255, 0.5);
    left: 192px;
    margin-top: 48px;
    align-items: center;
    color: #0585B2;
    font-family: 'Montserrat';
    z-index:10;
     backdrop-filter: blur(5px);
}

.modulo_titulo_contacto {
    position: absolute;
    width: 700px;
    height: 192px;
    display: flex;
    background:#07926bad;
    right:100px;
    align-items: center;
    color: #fff;
    font-family: 'Montserrat';
    z-index:10;
     backdrop-filter: blur(5px);
}


.modulo_titulo > .col-3 , .modulo_titulo_contacto > .col-3{
    text-align: left;
    padding: 24px;
}

 .modulo_titulo_contacto > .col-3:nth-child(1){
justify-content: center;
 }

#mapDiv > div > div > div:nth-child(1) > div:nth-child(1){
     transform: translate(-18px,8px)!important;
}


.modulo_titulo > .col-3 > h2 {
    color:#08B3B4;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.modulo_titulo_contacto > .col-3 > h2{
    color: #fff;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.modulo_titulo > .col-3 > h4 , .modulo_titulo_contacto > .col-3 > h4{
       margin-top: 24px;
    padding: 0px; 
}

.tit_flot {
        position: absolute;
    font-family: 'Montserrat';
    font-size: 22vw;
    font-weight: 900;
    color: #fff;
    opacity: 0.5;
    margin-top: 450px;
}

.seccion2 h2 {
    color: #fff;
}
.seccion2 {
    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: 48px;
}
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: 192px;
    min-height: 192px!important;
}
footer {
    background: #eaeaea;
    padding: 24px 24px 96px 24px;
    min-height: 144px;
    color: #444;
}
footer a, footer p {
    color: #777;
}
footer .logo-foot {
   width: 200px;
    align-self: center;
}

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

.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: 24px 48px;
    /*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;
    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;
    backdrop-filter: blur(5px);
  }

.smaller>._grad-header {
    background: rgba(0.0.0,0)!important;
}

.top > .rowfixed{
border-bottom: 1px solid #fff;
}

.smaller > .rowfixed{
border-bottom: 0px!important;

    -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;

    border-radius: 0 0 24px 24px;

background: rgba(0, 106, 173, 0.55);
    border: none;
    backdrop-filter: blur(4.5px);
}


.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 {
    color: #fff;
    user-select: none;
    height: 48px;
    font-weight: 600;
    font-size: 14px;
    width: 186px;
    /*border-radius: 8px;*/
    transition: all .25s;
}

._bot-principal{
background-color: #fff;
color: #0585B2;
}

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


.button.disabled {
    background-color: var(--main-color-shaded);
}
.button:not(.disabled):hover {
    background-color: var(--hover-main);
    cursor: pointer;
}
.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 h2{margin-top:0px;color:#fff;font-weight: 900;}
.titles h3{margin-top:0px;color:#fff;line-height: 1.4em;font-weight: 600;}
.titles h4{color:#fff;font-weight: 600;}
/* ----------------------------------------------
 * 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:24px 24px 24px 48px;
    /*background:#fff url(../img/iso-50g.svg)24px 28px/36px no-repeat;*/
    text-align: left;
    min-height: 192px;
}

._slide{
    position: absolute;
    left: 24px;
    top: 192px;
}

._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;
}


  #mapa {
  height: 360px;
  width: 100%;
   /*filter: grayscale(100%);*/
}


.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;}

._grad-header {
    background: var(--header-interior);
}

._sub_menu_servicios{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    justify-items: start;
    align-items: center;
}
._sub_menu_servicios li a{
    padding: 24px 0;
    display: block;
    color: #696969;
    font-weight: 600;
}
._sub_menu_servicios li {
  
}

.seccion6{
    background: #333;
}


.float_wsp {
    position: fixed;
    bottom: 42px;
    left: 50px;
    z-index: 999;
}



/* ----------------------------------------------------------------------------------------------------

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/

input,
label,
select,
button,
textarea
{
    margin:0;
    border:0;
    padding:0;
    display:inline-block;
    vertical-align:middle;
    white-space:normal;
    background:none;
    line-height:1;
    
    /* Browsers have different default form fonts */
    font-size:13px;
    font-family:Arial;
}

/* Remove the stupid outer glow in Webkit */
input:focus
{
    outline:0;
}

/* Box Sizing Reset
-----------------------------------------------*/

/* All of our custom controls should be what we expect them to be */
input,
textarea
{
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select
{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/* Text Inputs
-----------------------------------------------*/

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week]
{
}

/* Button Controls
-----------------------------------------------*/

input[type=checkbox],
input[type=radio]
{
    width:13px;
    height:13px;
}

/* File Uploads
-----------------------------------------------*/

input[type=file]
{

}

/* Search Input
-----------------------------------------------*/

/* Make webkit render the search input like a normal text field */
input[type=search]
{
    -webkit-appearance:textfield;
    -webkit-box-sizing:content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration
{
    display:none;
}

/* Buttons
-----------------------------------------------*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"]
{
    /* Fix IE7 display bug */
    overflow:visible;
    width:auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button
{   
    padding:0;
    border:0;
    background:none;
}

/* Textarea
-----------------------------------------------*/

textarea 
{
    /* Move the label to the top */
    vertical-align:top;
    
    /* Turn off scroll bars in IE unless needed */
    overflow:auto;
}

/* Selects
-----------------------------------------------*/

select
{

}

select[multiple] 
{
    /* Move the label to the top */
    vertical-align:top;
}


/*CUSTOMS
__________________________________________________*/
input, textarea {
    margin: 12px;
    background: #f5f5f5;
    font-size: 24px;
    padding: 12px 18px;
    width: 80%;
}

#page-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
background: #0585B2 none repeat scroll 0% 0%;
z-index: 99999;
}

.contload{
 width: 100%;
height: 100%;   
}


#page-loader .preloader-interior {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
 
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#page-loader .preloader-interior:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
 
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#page-loader .preloader-interior:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
 
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

.container{
      width: 50%;
      margin: 0 auto;
    }

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    margin-bottom: 24px;
    height: 120px;
}

    ul.tabs li{
      background: none;
      color:#a2a0a0;
      display: inline-block;
      padding: 24px 15px;
      cursor: pointer;
    }

    ul.tabs li.current{
     border-bottom: 1px solid #000;
      color: #111;
    }

 ul.tabs li.current:after{
    position: relative;
  content: " \2193"; 
  position: relative;
    content: " \2193";
    left: 6px;
    top: -2px; 
 }





    .tab-content{
      display: none;
      padding: 24px;
    }

    .tab-content.current{
      display: inherit;
      animation: fadeIn ease 1s;
-webkit-animation: fadeIn ease 1s;
-moz-animation: fadeIn ease 1s;
-o-animation: fadeIn ease 1s;
-ms-animation: fadeIn ease 1s;
    }

@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

#urlbar,
.searchbar-textbox {
  box-shadow: none !important;
}
#urlbar:hover,
.searchbar-textbox:hover {
  box-shadow: none !important;
}    

