html {
    font-size: 16px !important;
}

body {
    font-family: 'Roboto', sans-serif;
    padding: 1rem;
}

h1 {
    text-align: center;
    margin: 8rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

a:hover path {
    fill: #f1f43a;
}

#myVideo {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

    z-index: -100;

    background-size: cover;
}

.intro {
    background: #3fa5a5;
    padding: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.main-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 3.5rem 4rem;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    transition: ease-in-out;
    align-items: center;
}


.main-nav.fixed {
    position: fixed;
    background-color: #3fa5a5;
    top: 0;
    left: 0;
    width: 100%;
    animation: menuFix .4s forwards;
    padding: 20px;
    z-index: 100000;
}

.mujer .main-nav.fixed,
.mujer footer {
    background-color: #7eabd0;
}

.main-nav.fixed .logo {
    width: 65px;
}

.infogra {
    position: relative;
}

.logo-buscar svg {
    width: 80px;
}

.logo-buscar .cls-1 {
    fill: #3fa5a5;
}

.main-nav.fixed .logo-buscar .cls-1 {
    fill: #f2f539;
}

.infogra svg {
    display: block;
}

.main-menu a {
    background-color: #f1f43a;
    font-size: 1rem;
    padding: 2px 10px;
    display: flex;
    color: #333;
    align-items: center;
    font-weight: 300;
    position: relative;
    cursor: pointer;
}

.tooltip {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    margin-top: 10px;
    width: 100%;
    display: none;
    background-color: #f1f43a;
    color: #333;
    padding: 1rem;
    font-size: .8rem;
    box-sizing: border-box;
    transition: ease-in-out .2s;
}

.main-menu a:hover .tooltip {
    display: block;
    bottom: -10px;
}

.main-menu a img {
    margin-left: 10px;
    width: 20px;
}

.col-text {
    width: 60%;
}

.intro p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.7rem;
    margin-bottom: 1.5rem;
    opacity: 0;
    color: #fff;
}

.intro p:nth-of-type(1):first-letter {
    font-size: 7rem;
    color: #f2f539;
    font-weight: 900;
    float: left;
    margin-right: 1rem;
    line-height: 100px;
}

section a path {
    fill: #fbfd66 !important;
}

section a.link-mujer path {
    fill: #295D91 !important;
    transition: ease-in-out .2s;
}

section a.link-mujer:hover path{
    transform: translateY(-10px);
}

a.link-busc path {
    fill: #428E8C !important;
    transition: ease-in-out .2s;
}

#audioN08, #audioN07, #linkInfo, #audioN06, #audioN05, #audioN04:hover circle, #audioN03:hover circle, #audioN02:hover circle, #audioN01:hover circle{
    transition: ease-in-out .2s;
}

section a.link-busc:hover path, #linkInfo:hover, #audioN08:hover, #audioN07:hover, #audioN06:hover, #audioN05:hover, #audioN04:hover circle, #audioN03:hover circle, #audioN02:hover circle, #audioN01:hover circle  {
    transform: translateY(-10px);
}

.ayudas {
    padding: 2rem 7rem;
}

.f-mipymes{
    background-color: #fefeed;
}

.f-mipymes p{
    color: #40a5a5;
}

.apoyos-footer{
    display: flex;
}

.f-mipymes label{
    color: #333;
    font-weight: 300;
    margin-left: 30px;
    margin-right: 10px;
}

.ayudas p,
.ayudas ul li {
    font-size: .9rem;
    font-weight: 300;
}

.ayudas ul {
    padding-left: 16px;
}

#buscar {
    cursor: pointer;
}

#audio1{
    cursor: pointer;
}

#buscar:hover circle {
    fill: #55bebe;
}

.venta-cir{
    width: 400px;
    height: 400px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f3f4;
    border-radius: 50%;
}

.ventana.vent-audio.t-block .circulo, .ventana.vent-audio .circulo{
    background-color: rgba(120 211 211 / 28%)!important;;
}

.vent-audio .close{
    background-color: #488988;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    margin-right: -85px;
}

.intro.visible p:nth-child(1) {
    animation: aniContentHs .8s forwards;
}

.intro.visible p:nth-child(2) {
    animation: aniContentHs .8s .3s forwards;
}

.intro.visible p:nth-child(3) {
    animation: aniContentHs .8s .6s forwards;
}

.intro.visible p:nth-child(4) {
    animation: aniContentHs .8s .9s forwards;
}




.intro.visible p:nth-child(5) {
    animation: aniContentHs .8s 1.2s forwards;
    font-weight: 400;
    color: #f1f43a;
    font-size: 1.5rem;
}

.seccion-content {
    /* height: 100vh; */
    display: flex;
}

.nice-select .current {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-portada {
    width: 50%;
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #f2f539;
    color: #fff;
    box-sizing: border-box;
    padding: 4rem;
}

.content-portada h2 {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    color: #333;
}

.content-portada p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.7rem;
    margin-bottom: 3rem;
    color: #333;
}

.section-links a {
    margin-right: 25px;
}


.img-portada {
    width: 50%;
    background-image: url('../img/pordata-buscador.jpg');
    background-position: center;
    background-size: cover;

}

.btn-section {
    text-decoration: none;
    /* padding: .5rem 2rem; */
    border-radius: 20px;
    /* border: 1px solid #fff; */
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1px;
    /* overflow: hidden; */
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.btn-section:before {
    content: ' ';
    width: 1px;
    height: 1px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    z-index: 1;
    border-radius: 50%;
}

.btn-section:hover:before {
    background-color: rgba(0, 0, 0, 0.08);
    transform: scale(100);
}

.btn-download:after {
    content: ' ';
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.0784313725490196);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    z-index: 1;
    border-radius: 50%;
}

.btn-download {
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6rem;
}

.btn-download mark {
    background-color: #55bebe;
    background-color: #438d8c;
    color: #f2f539;
}


.content-portada li {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.7rem;
    margin-bottom: .5rem;
    color: #333;
}

.buscador-sec p {
    margin-bottom: 1rem;
}

.buscador-sec p:nth-child(3) {
    margin-bottom: 3rem;
}

.cifras-sec .img-portada {
    background-image: url('../img/portada-cifras.jpg') !important;
}

.cifras-sec {
    opacity: 0;
}

.buscador-sec mark {
    background-color: #3fa5a5;
    color: #f2f539;
}

.cifras-sec.visible {
    animation: aniContentHs .8s forwards;
}

table.dataTable thead tr:last-child {
    position: absolute;
    top: -46px;
    width: 100%;
    display: flex;
}

table.dataTable thead tr:last-child th:nth-child(1) {
    width: 170px;
}

table.dataTable thead tr:last-child th:nth-child(2) {
    width: 170px;
}

table.dataTable thead tr:last-child th:nth-child(3) {
    width: 170px;
}

table.dataTable thead tr:last-child th:nth-child(4) {
    width: 170px;
}

table.dataTable thead tr:last-child th:nth-child(5) {
    width: 170px;
}

table.dataTable thead tr:last-child th:nth-child(6) {
    width: 170px;
}

table.dataTable thead tr:last-child th:nth-child(7) {
    width: 170px;
}


.cifras-sec .content-portada {
    background-color: #55bebe;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px dashed #ddd;
    padding: 12px 10px;
}

.header-content {
    height: 100vh;
    background-color: thistle;
    display: flex;
    color: #333;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.header-content .text-header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 138, 138, 0.52);
    background-image: url(../img/bg-di.svg);
    background-size: 550px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-content h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 3rem;
    margin: 0;
    opacity: 0;
    color: #f1f43a;
    ;
    transition: ease-in-out;
    animation: aniContentHs .8s .5s forwards;
}

.header-content h2 {
    text-align: center;
    font-weight: 300;
    color: #484848;
    letter-spacing: 2px;
    font-size: 1.5rem;
    opacity: 0;
    transition: ease-in-out;
    animation: aniContentHs .8s .8s forwards;
}

.header-content h1 mark {
    font-weight: 500;
    color: #333;
}

/*//////////////DDHH///////////////////////////*/

.cont-link {
    display: flex;
    flex-wrap: wrap;
}

.cont-link .col-l {
    flex-basis: 40%;
}

.cont-link .col-d {
    flex-basis: 60%;
}

.cont-link .col-l .btn-section:nth-child(2) {
    margin-top: 30px;
}

.header-dd {
    background-color: #55bebe;
    padding: 6rem;
    color: #fff;
}

mark {
    background-color: #f2f539;
    padding: 2px 10px;
}

#chart-container {
    width: 70%;
}

.que-son {
    padding: 6rem;
    background-color: #55bebe;
}

.que-son h2 {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
}

.que-son p {
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.7rem;
    color: #2f2f2f;
    padding-right: 13rem;
}

/*//////////////BUSCADOR///////////////////////////*/

.buscador {
    background-color: #fefeed;
    padding: 1px;
    box-sizing: border-box;
}

table.dataTable {
    border-collapse: collapse;
    border: none;
    position: relative;
}

.dataTables_wrapper {
    max-width: 1200px;
}

select {
    width: 150px;
    background-color: transparent;
    height: 30px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    overflow: hidden !important;
    text-overflow: ellipsis;
    padding-left: 2rem;
    border-bottom: 1px dotted #ccc;
    background-image: url(../img/arrow-down.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px;
}

td {
    max-width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.dataTables_wrapper div.dataTables_filter {
    position: relative;
    height: 40px;
    margin-bottom: 80px;
}

div.dataTables_wrapper div.dataTables_filter input {
    position: absolute;
    width: 100%;
    left: 0;
    height: 40px;
    border: 2px solid #55bebe;
    border-radius: 20px;
    padding: .5rem 1rem;
    font-size: 1.1rem;
    font-weight: 300;
}

div.dataTables_wrapper div.dataTables_filter input::placeholder {
    color: #999;
    font-style: italic;
}

.dataTables_wrapper {
    max-width: 1320px;
    margin: auto;
}

table tr {
    cursor: pointer;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(249, 249, 249, 0.3) !important;
}

/*/////////////////VENTANA////////////////////*/
.d-block {
    display: flex !important;
}

.t-block {
    display: block !important;
    padding: 4rem;
}

.t-block .container {
    overflow-y: scroll;
    height: 100%;
}

.t-block .container .p-row {
    display: flex;
    border-bottom: 1px dashed #00000061;
    padding: 3px;
}

.ventana {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: transparent;
    transition: all .3s;
    display: none;
    z-index: 1000000;
    overflow: hidden;
    top: 0;
    left: 0;
}

.ventana p {
    font-size: .9rem;
    margin-bottom: .3rem;
    font-weight: 300;
}

.ventana h3 {
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
}

.ventana.d-block {
    justify-content: center;
    align-items: center;
}

.container {
    transition: all .3s;
    position: relative;
    z-index: 10;
    opacity: 0;
}

.ventana.d-block .container,
.ventana.t-block .container,
.form-accion.d-block .content-form {
    animation: aniContent .3s .5s forwards;
}

.ventana .circulo,
.form-accion .circulo {
    display: block;
    position: absolute;
    top: -100px;
    left: -100px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #55be5a;
    z-index: 1;
    transition: all 1s;
}

.ventana.d-block .circulo,
.ventana.t-block .circulo {
    animation: aniVentana 1.5s forwards;
    background-color: #79d4d4;
}

.form-accion.d-block .circulo {
    animation: aniVentana 1.5s forwards;
    background-color: rgba(63, 165, 165, 0.96);
}

footer {
    padding: 2rem 4rem;
    background: #3fa5a5;
    color: #fff;
    font-size: .8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu {
    display: flex;
}

.main-menu.dhumanos a:first-child,
.main-menu.busca a:first-child {
    text-decoration: none;
    font-weight: 400;
    font-size: .9rem;
    background-color: #e0e0e0;
    margin-right: 1rem;
}

footer p {
    width: 55%;
}

.dataTables_length {
    margin-left: 1rem;
    margin-bottom: 1rem;
    color: #666;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-bottom: 3rem;
}

.paginate_button {
    background: #3fa5a5;
    color: #fefeed;
    padding: 2px 5px;
    margin: 2px;
    cursor: pointer;
}

.paginate_button.disabled {
    opacity: .7;
}

.form-accion {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: transparent;
    transition: all .3s;
    display: none;
    z-index: 1000000;
    overflow: hidden;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.content-form {
    background-color: #fefeed;
    width: 100%;
    max-width: 70%;
    transition: all .3s;
    position: relative;
    z-index: 10;
    opacity: 0;
    padding: 2rem;
    color: #333;
}

.form-fields {
    display: flex;
    justify-content: space-between;
}

.form-fields label {
    font-size: 14px;
    font-weight: 300;
}

.form-fields .dat-generales {
    width: 50%;
}

.form-fields .dat-inic {
    width: 40%;
}

.content-form p {
    font-size: 1rem;
    font-weight: 300;
}

.content-form input {
    width: 100%;
    border: 1px solid #bdbdbd;
    padding: .2rem 1rem;
    box-sizing: border-box;
    font-size: 1rem;
    color: #666;
    margin-bottom: 1rem;
    height: 38px;
}

.content-form textarea {
    width: 100%;
    border: 1px solid #bdbdbd;
    padding: .2rem 1rem;
    box-sizing: border-box;
    font-size: 1rem;
    color: #666;
    margin-bottom: 1rem;
    height: 100px;
}

.ventana label {
    margin-right: 8px;
}

.content-form button {
    background: #f1f43a;
    font-size: 1rem;
    text-transform: uppercase;
    border: none;
    color: #333;
}

.content-form textarea::placeholder,
.content-form input::placeholder {
    color: #999;
    font-style: italic;
}

#buscador{
    padding-top: 8rem;
}

.close, #closeDe {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: #f1f43a;
    z-index: 100000;
    text-shadow: none;
    font-weight: 300;
    font-size: 2rem;
    opacity: 1;
}

#containe-emp{
    height: 90vh;
    overflow-y: scroll;
}

.content-form .close {
    position: absolute;
    top: 10px;
    right: 16px;
    color: #9a9898;
    z-index: 100000;
    text-shadow: none;
    font-weight: 300;
    font-size: 2rem;
    cursor: pointer;
}

.content-form .close:hover {
    opacity: .5;
}

.sharethis-inline-share-buttons {
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 10px;
    width: 100%;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.52) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.52) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.52) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#85000000', GradientType=0);
}

.graficas-d {
    background: #fefeed;
    padding: 0 7rem;
    margin-top: -15px;
    display: flex;
    position: relative;
    z-index: 1000;
}

.tipo-aporte {
    margin-top: -410px;
}

.tipo-aporte .grafico-aportes {
    margin-left: 50px;
}

.tipo-aporte .grafico-aportes img {
    max-width: 485px;
}

h3.labeld {
    font-weight: 400;
    margin-bottom: 2rem;
    font-size: 2rem;
}

h3.labeld mark {
    position: relative;
    color: #333;
}

h3.labeld mark:before {
    content: " ";
    position: absolute;
    width: 160px;
    right: 0;
    transform: translateX(100%);
    background-image: url(../img/line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 160px;
    height: 20px;
    margin-top: 7px;
}

.enviado {
    padding: 20px;
    background-color: #addede;
    border: 1px solid #48a9a8;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
}

#envio {
    background: #f1f43a;
    font-size: 1rem;
    text-transform: uppercase;
    border: none;
    color: #333;
    width: 200px;
}

#form-con {
    cursor: pointer;
}

.grafico-aportes {
    width: 50%;
}

.grafica-territorio {
    width: 50%;
}

.barra-n {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.barra-n label {
    margin-bottom: -31px;
    padding-top: 10px;
    font-weight: 400;
}

.cifra {
    font-size: 4rem;
    font-weight: bold;
    color: #5b5a53;
}

.grafica-territorio .barras {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    border-bottom: 1px solid #dcdbbd;
}

.barra-n .barra {
    background-color: #438d8c;
    width: 45px;
    position: relative;
    z-index: 2;
}

.barra-n:hover .barra:before {
    display: none;
}

.head-ayudas {
    display: flex;
    flex-wrap: wrap;
}

.head-ayudas div:first-child {
    width: 45%;
}

.head-ayudas div:last-child {
    width: 55%;
    padding-left: 2rem;
}

.header-t {
    position: fixed;
    top: 4rem;
    transform: translate(-50%, -100%);
    width: 100%;
    margin: 0;
    left: 50%;
    max-width: 1170px;
    font-weight: 600;
}

.barra-n .barra:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(67, 141, 139, 0.38823529411764707);
    width: 45px;
    animation: clic 1s infinite;
    z-index: 1;
}

.barra-n:hover .barra {
    background-color: #79d4d4;
}

.barra-n:hover .cifra {
    color: #666;
}

.num-acciones {
    position: absolute;
    right: 0;
    font-size: 4rem;
    font-weight: 600;
    color: #333;
    background-color: #79d4d4;
    padding: 0 1rem;
}

.num-acciones i {
    display: block;
    font-size: 1rem;
    margin-top: -21px;
    text-align: right;
    font-style: normal;
    font-weight: 400;
}

.col-2 {
    width: 50%;
    border-right: 1px dashed rgba(0, 0, 0, 0.3411764705882353);
    padding: 0 1rem;
}

.col-3 {
    width: 33.33333%;
    border-right: 1px dashed rgba(0, 0, 0, 0.3411764705882353);
    padding: 0 1rem;
}

.col-4 {
    width: 25%;
    border-right: 1px dashed rgba(0, 0, 0, 0.3411764705882353);
    padding: 0 1rem;
}

.col-2:last-child {
    width: 40%;
}

.col-2:last-child,
.col-3:last-child,
.col-4:last-child {
    border-right: none;
}

#versiones {
    cursor: pointer;
}

.ventana-pop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(64 165 165 / 93%);
    justify-content: center;
    padding: 5rem 0;
    box-sizing: border-box;
    display: none;
    z-index: 100000;
    overflow-y: scroll;
}

.ventana-pop.d-flex{
    display: flex;
}

.versiones-ant {
    background: #55bebe;
    position: fixed;
    z-index: 200000;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    
}

.wrap-ventana-pop{
    position: relative;
    width: 100%;
    max-width: 800px;
}

#close-pop{
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.btn-vent {
    cursor: pointer;
}

.btn-vent path{
    transition: all 0.3s;
}

.btn-vent:hover path{
    transform: translateY(-10px);
}

.content-ventana-pop{
    width: 100%;
}

.versiones-ant a {
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #000000b8;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}

.timeline {
    overflow-x: scroll;
    padding: 4rem 4rem;
    background-color: #55bebe;
    position: relative;
}

.timeline-content {
    width: 3234px;
}

.ayudas-graf {
    position: absolute;
    top: 0;
    left: 8rem;
    font-size: 13px;
    color: #f2f53a;
    font-style: italic;
}

::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

::-webkit-scrollbar-button {
    width: 1px;
    height: 1px;
}

@keyframes clic {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes menuFix {
    from {
        transform: translateY(-100px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes aniContentHs {
    from {
        transform: translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes aniVentana {
    from {
        transform: scale(0);
    }

    to {
        transform: scale3d(200, 200, 1);
    }
}

@keyframes aniContent {
    from {
        margin-top: -20px;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

.infogra img {
    display: block;
}

.buscador h3.labeld {
    font-size: 2rem;
    margin-bottom: 3rem;
}

@media (max-width: 768px) {

    .graficas-d {
        padding: 0 2rem;
        margin-top: 0;
        flex-direction: column;
    }

    h3.labeld {
        font-size: .9rem;
    }

    .head-ayudas {
        flex-direction: column;
    }

    .head-ayudas div {
        width: 100% !important;
    }

    .buscador h3.labeld {
        font-size: .9rem;
    }

    .grafico-aportes img {
        width: 100%;
        margin-bottom: 2rem;
    }

    h3.labeld mark:before {
        width: 80px;
        background-size: 80px;
        margin-top: -2px;
    }

    .head-ayudas div:last-child {
        margin-top: 1rem;
        padding-left: 0;
    }

    .grafica-territorio {
        margin-bottom: 2rem;
    }

    .barra-n label {
        height: 31px;
        font-size: .8rem;
        line-height: .8rem;
    }

    .grafico-aportes,
    .grafica-territorio {
        width: 100%;
    }

    body {
        padding: 0;
        margin: 0;
    }

    .seccion-content {
        height: auto;
        flex-direction: column;
    }

    .content-portada,
    .img-portada {
        width: 100%;
    }

    .img-portada {
        height: 300px;
    }

    .header-content h2 {
        font-size: 1.1rem;
        margin: 1rem;
    }

    .content-portada {
        padding: 2rem;
    }

    .header-content h1 {
        font-size: 1.7rem;
        padding: 1rem;
    }

    .section-links .btn-section {
        display: block;
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .buscador-sec {
        flex-direction: column-reverse;
    }

    .intro {
        background: #3fa5a5;
        padding: 5rem 2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ventana,
    .content-form {
        height: auto;
    }

    .col-text {
        width: 100%;
    }

    .infogra {
        position: relative;
        padding-top: 1rem;
        background-color: rgba(249, 250, 181, 0.2784313725490196);
    }

    .ayudas {
        padding: 2rem 2.5rem;
    }


    .table-resp {
        width: 95%;
        margin: auto;
        overflow-x: scroll;
    }

    .infogra-dh {
        background-color: #52b5b4;
    }

    .main-menu a {
        background-color: #f1f43a;
        font-size: 1rem;
        padding: 2px 10px;
        display: flex;
        color: #333;
        align-items: center;
        font-weight: 300;
        position: relative;
        cursor: pointer;
        width: 40px;
        height: 40px;
        padding: 0;
        overflow: hidden;
        justify-content: flex-end;
        padding-right: 10px;
        box-sizing: border-box;
        border-radius: 50%;
        text-indent: -999px;
        background-image: url(../img/icon-send.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
    }

    .main-menu a.link-int {
        text-indent: -999px;
        background-image: url(../img/icon-link.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
    }

    .main-nav {
        padding: 1.5rem 2rem;
    }

    .btn-download {
        position: absolute;
        bottom: 26px;
        left: 50%;
        width: 361px;
        transform: translateX(-50%);
        font-size: 1rem;
        text-align: center;
    }

    footer {
        flex-direction: column-reverse;
        padding: 2rem;
    }

    footer p {
        width: 100%;
        margin-top: 1rem;
        font-size: .8rem;
        text-align: center;
    }

    .sharethis-inline-share-buttons {
        position: fixed;
        bottom: 0;
        text-align: center;
        padding: 10px;
        width: 100%;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.52) 100%);
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.52) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.52) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#85000000', GradientType=0);
    }
}
