﻿@import"https://fonts.googleapis.com/css2?family=Work+Sans:wght@100..900&display=swap";

:root {
    --blue: #00717c;
    --indigo: #6610f2;
    --purple: #6D0A58;
    --pink: #ffc9ce;
    --red: #FC1F1F;
    --orange: #F4944C;
    --yellow: #F4944C;
    --yellow-light: #F9F2E2;
    --green: #00524F;
    --teal: #ACFAD6;
    --cyan: #17a2b8;
    --white: #FFFfff;
    --gray: #808184;
    --gray-dark: #333333;
    --violeta: #6D0A58;
    --primary: #00717c;
    --secondary: #808184;
    --success: #00524F;
    --info: #ACFAD6;
    --warning: #F4944C;
    --warning-light: #F9F2E2;
    --danger: #FC1F1F;
    --light: #6B6B6B;
    --dark: #0C0C11;
    --purple: #6D0A58;
    --pink: #ffc9ce;
    --white: #FFFfff;
    --white-green: #C9F2E0;
    --gray: #444444;
    --gray-dark: #333333;
    --gray-light: #6B6B6B;
    --orange: #F4944C;
    --brown: #935C35;
    --danger-dark: #780C0F;
    --beige: #F2D2B1;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 790px;
    --breakpoint-lg: 992px;
    --font-family-sans-serif: "";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "";
    font-size: 1rem;
    line-height: 1.5;
    color: #414042;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
.block_cifras_fundacion .cifras div span,
.block_cifras_aliados .cifras div span,
.block_servicios_redni .cifras div span,
.block_nuestros_procesos .cifras div span,
.block_animal_salud .cifras div h3,
.block_nuestros_programas .cifras div span,
.block_sostenibilidad_home .cifras div span,
.ticker-text,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: "Times Bold"
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #0c0c11;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #e56a0e;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #808184;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
.block_cifras_fundacion .cifras div span,
.block_cifras_aliados .cifras div span,
.block_servicios_redni .cifras div span,
.block_nuestros_procesos .cifras div span,
.block_animal_salud .cifras div h3,
.block_nuestros_programas .cifras div span,
.block_sostenibilidad_home .cifras div span,
.ticker-text,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1.4;
    color: inherit
}

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

h2,
.block_cifras_fundacion .cifras div span,
.block_cifras_aliados .cifras div span,
.block_servicios_redni .cifras div span,
.block_nuestros_procesos .cifras div span,
.block_animal_salud .cifras div h3,
.block_nuestros_programas .cifras div span,
.block_sostenibilidad_home .cifras div span,
.ticker-text,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

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

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

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

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.4
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.4
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.4
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.4
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(12, 12, 17, .1)
}

small,
.small {
    font-size: 90%
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled,
.filters_reconocimientos .filters_pink,
.filters_videoteca .filters_pink,
.filters_noticias .filters_pink,
.filters_pink,
.filters,
.block_text_default ul,
.box_numbers ul,
.block_acciones .list_tab,
.block_breadcrumb ul,
.cont_historia .dates ul,
footer ul,
header ul {
    padding-left: 0;
    list-style: none
}

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #808184
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #808184
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    font-size: 87.5%;
    color: #ffc9ce;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #414042;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: "Times Bold"
}

pre {
    display: block;
    font-size: 87.5%;
    color: #414042
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container {
        max-width: 790px
    }

}

@media(min-width: 790px) {
    .container {
        max-width: 992px
    }

}

@media(min-width: 992px) {
    .container {
        max-width: 1360px
    }

}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row,
.block_colaboracion_pueblos .list_actions>div>div,
.block_colaboracion_pueblos .titulo_principios,
.map .row,
.block_animal_comite .container_1180 .titulo,
.block_acciones .titulo_principios,
.block_principios_bienestar .list_actions>div>div,
.block_principios_bienestar .titulo_principios {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters,
.block_colaboracion_pueblos .list_actions>div>div,
.block_colaboracion_pueblos .titulo_principios,
.block_postulate .modules_text p,
.block_postulate .unete p,
.lightbox_procesos .grid_galeria .row,
.lightbox_procesos .grid_galeria .block_colaboracion_pueblos .list_actions>div>div,
.block_colaboracion_pueblos .lightbox_procesos .grid_galeria .list_actions>div>div,
.lightbox_procesos .grid_galeria .block_colaboracion_pueblos .titulo_principios,
.block_colaboracion_pueblos .lightbox_procesos .grid_galeria .titulo_principios,
.lightbox_procesos .grid_galeria .block_principios_bienestar .titulo_principios,
.block_principios_bienestar .lightbox_procesos .grid_galeria .titulo_principios,
.lightbox_procesos .grid_galeria .block_principios_bienestar .list_actions>div>div,
.block_principios_bienestar .lightbox_procesos .grid_galeria .list_actions>div>div,
.lightbox_procesos .grid_galeria .block_acciones .titulo_principios,
.block_acciones .lightbox_procesos .grid_galeria .titulo_principios,
.block_animal_comite .container_1180 .titulo,
.block_acciones .titulo_principios,
.block_principios_bienestar .list_actions>div>div,
.block_principios_bienestar .titulo_principios {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.block_colaboracion_pueblos .list_actions>div>div>.col,
.block_colaboracion_pueblos .titulo_principios>.col,
.block_postulate .modules_text p>.col,
.block_postulate .unete p>.col,
.lightbox_procesos .grid_galeria .row>.col,
.block_animal_comite .container_1180 .titulo>.col,
.block_acciones .titulo_principios>.col,
.block_principios_bienestar .list_actions>div>div>.col,
.block_principios_bienestar .titulo_principios>.col,
.no-gutters>[class*=col-],
.block_colaboracion_pueblos .list_actions>div>div>[class*=col-],
.block_colaboracion_pueblos .titulo_principios>[class*=col-],
.block_postulate .modules_text p>[class*=col-],
.block_postulate .unete p>[class*=col-],
.lightbox_procesos .grid_galeria .row>[class*=col-],
.block_animal_comite .container_1180 .titulo>[class*=col-],
.block_acciones .titulo_principios>[class*=col-],
.block_principios_bienestar .list_actions>div>div>[class*=col-],
.block_principios_bienestar .titulo_principios>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.block_postulate .modules_text h3,
.block_postulate .unete,
.block_oportunities .info_hero h2,
.block_oportunities .info_hero .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_oportunities .info_hero span,
.block_oportunities .info_hero .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_oportunities .info_hero span,
.block_oportunities .info_hero .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_oportunities .info_hero span,
.block_oportunities .info_hero .ticker-text,
.block_oportunities .info_hero .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_oportunities .info_hero span,
.block_oportunities .info_hero .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_oportunities .info_hero span,
.block_oportunities .info_hero .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_oportunities .info_hero h3,
.block_alimentarte_bien .info_hero h2,
.block_alimentarte_bien .info_hero .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_alimentarte_bien .info_hero span,
.block_alimentarte_bien .info_hero .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_alimentarte_bien .info_hero span,
.block_alimentarte_bien .info_hero .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_alimentarte_bien .info_hero span,
.block_alimentarte_bien .info_hero .ticker-text,
.block_alimentarte_bien .info_hero .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_alimentarte_bien .info_hero span,
.block_alimentarte_bien .info_hero .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_alimentarte_bien .info_hero span,
.block_alimentarte_bien .info_hero .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_alimentarte_bien .info_hero h3,
.block_alimentarte .info_hero h2,
.block_alimentarte .info_hero .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_alimentarte .info_hero span,
.block_alimentarte .info_hero .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_alimentarte .info_hero span,
.block_alimentarte .info_hero .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_alimentarte .info_hero span,
.block_alimentarte .info_hero .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_alimentarte .info_hero h3,
.block_alimentarte .info_hero .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_alimentarte .info_hero span,
.block_alimentarte .info_hero .ticker-text,
.block_alimentarte .info_hero .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_alimentarte .info_hero span,
.col-md-10,
.block_detalle_noticia .titulo_noticia h2,
.block_detalle_noticia .titulo_noticia .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_detalle_noticia .titulo_noticia span,
.block_detalle_noticia .titulo_noticia .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_detalle_noticia .titulo_noticia span,
.block_detalle_noticia .titulo_noticia .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_detalle_noticia .titulo_noticia span,
.block_detalle_noticia .titulo_noticia .ticker-text,
.block_detalle_noticia .titulo_noticia .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_detalle_noticia .titulo_noticia span,
.block_detalle_noticia .titulo_noticia .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_detalle_noticia .titulo_noticia span,
.block_detalle_noticia .titulo_noticia .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_detalle_noticia .titulo_noticia h3,
.block_detalle_noticia .titulo_noticia .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_detalle_noticia .titulo_noticia span,
.block_impacto .modules_text h2,
.block_impacto .modules_text .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_impacto .modules_text span,
.block_impacto .modules_text .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_impacto .modules_text span,
.block_impacto .modules_text .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_impacto .modules_text span,
.block_impacto .modules_text .ticker-text,
.block_impacto .modules_text .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_impacto .modules_text span,
.block_impacto .modules_text .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_impacto .modules_text span,
.block_impacto .modules_text .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_impacto .modules_text h3,
.block_impacto .modules_text .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_impacto .modules_text span,
.col-md-9,
.block_visita_fundacion .info_hero h2,
.block_visita_fundacion .info_hero .ticker-text,
.block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero span,
.block_visita_fundacion .info_hero .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_visita_fundacion .info_hero span,
.block_visita_fundacion .info_hero .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_visita_fundacion .info_hero h3,
.block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero span,
.block_visita_fundacion .info_hero .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_visita_fundacion .info_hero span,
.block_visita_fundacion .info_hero .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_visita_fundacion .info_hero span,
.block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero span,
.col-md-8,
.block_postulate .modules_text p,
.block_postulate .unete p,
.col-md-7,
.block_descargables_gobierno .info h4,
.block_transparencia .titulo_bloque p,
.block_nuestros_procesos .procesos_cards h2,
.block_nuestros_procesos .procesos_cards .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_nuestros_procesos .procesos_cards span,
.block_nuestros_procesos .procesos_cards .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_nuestros_procesos .procesos_cards span,
.block_nuestros_procesos .procesos_cards .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_nuestros_procesos .procesos_cards span,
.block_nuestros_procesos .procesos_cards .ticker-text,
.col-md-6,
.block_nuestros_procesos h2,
.block_nuestros_procesos .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_nuestros_procesos span,
.block_nuestros_procesos .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_nuestros_procesos span,
.block_nuestros_procesos .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_nuestros_procesos span,
.block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .ticker-text,
.block_sostenibilidad_home .cifras div .block_nuestros_procesos span,
.block_nuestros_programas .cifras div .block_nuestros_procesos span,
.block_nuestros_procesos .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_nuestros_procesos h3,
.col-md-5,
.col-md-4,
.map .text_map,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last,
.lightbox_procesos .grid_galeria .order-last>div:nth-child(1) {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }

}

@media(min-width: 790px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4,
    .map .text_map {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6,
    .block_nuestros_procesos h2,
    .block_cifras_fundacion .cifras div .block_nuestros_procesos span,
    .block_cifras_aliados .cifras div .block_nuestros_procesos span,
    .block_servicios_redni .cifras div .block_nuestros_procesos span,
    .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .ticker-text,
    .block_sostenibilidad_home .cifras div .block_nuestros_procesos span,
    .block_nuestros_programas .cifras div .block_nuestros_procesos span,
    .block_nuestros_procesos .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_nuestros_procesos h3 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7,
    .block_descargables_gobierno .info h4,
    .block_transparencia .titulo_bloque p,
    .block_nuestros_procesos .procesos_cards h2,
    .block_cifras_fundacion .cifras div .block_nuestros_procesos .procesos_cards span,
    .block_cifras_aliados .cifras div .block_nuestros_procesos .procesos_cards span,
    .block_servicios_redni .cifras div .block_nuestros_procesos .procesos_cards span,
    .block_nuestros_procesos .procesos_cards .ticker-text,
    .block_sostenibilidad_home .cifras div .block_nuestros_procesos .procesos_cards span,
    .block_nuestros_programas .cifras div .block_nuestros_procesos .procesos_cards span,
    .block_nuestros_procesos .procesos_cards .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_nuestros_procesos .procesos_cards h3,
    .block_nuestros_procesos .procesos_cards .cifras div span,
    .block_nuestros_procesos .cifras div .procesos_cards span {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8,
    .block_postulate .modules_text p,
    .block_postulate .unete p {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9,
    .block_visita_fundacion .info_hero h2,
    .block_visita_fundacion .info_hero .ticker-text,
    .block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero span,
    .block_visita_fundacion .info_hero .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_visita_fundacion .info_hero span,
    .block_visita_fundacion .info_hero .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_visita_fundacion .info_hero h3,
    .block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero span,
    .block_visita_fundacion .info_hero .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_visita_fundacion .info_hero span,
    .block_visita_fundacion .info_hero .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_visita_fundacion .info_hero span,
    .block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero span {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10,
    .block_detalle_noticia .titulo_noticia h2,
    .block_detalle_noticia .titulo_noticia .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_detalle_noticia .titulo_noticia span,
    .block_detalle_noticia .titulo_noticia .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_detalle_noticia .titulo_noticia span,
    .block_detalle_noticia .titulo_noticia .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_detalle_noticia .titulo_noticia span,
    .block_detalle_noticia .titulo_noticia .ticker-text,
    .block_detalle_noticia .titulo_noticia .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_detalle_noticia .titulo_noticia span,
    .block_detalle_noticia .titulo_noticia .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_detalle_noticia .titulo_noticia span,
    .block_detalle_noticia .titulo_noticia .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_detalle_noticia .titulo_noticia h3,
    .block_detalle_noticia .titulo_noticia .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_detalle_noticia .titulo_noticia span,
    .block_impacto .modules_text h2,
    .block_impacto .modules_text .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_impacto .modules_text span,
    .block_impacto .modules_text .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_impacto .modules_text span,
    .block_impacto .modules_text .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_impacto .modules_text span,
    .block_impacto .modules_text .ticker-text,
    .block_impacto .modules_text .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_impacto .modules_text span,
    .block_impacto .modules_text .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_impacto .modules_text span,
    .block_impacto .modules_text .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_impacto .modules_text h3,
    .block_impacto .modules_text .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_impacto .modules_text span {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11,
    .block_postulate .modules_text h3,
    .block_postulate .unete,
    .block_oportunities .info_hero h2,
    .block_oportunities .info_hero .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_oportunities .info_hero span,
    .block_oportunities .info_hero .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_oportunities .info_hero span,
    .block_oportunities .info_hero .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_oportunities .info_hero span,
    .block_oportunities .info_hero .ticker-text,
    .block_oportunities .info_hero .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_oportunities .info_hero span,
    .block_oportunities .info_hero .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_oportunities .info_hero span,
    .block_oportunities .info_hero .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_oportunities .info_hero h3,
    .block_oportunities .info_hero .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_oportunities .info_hero span,
    .block_alimentarte_bien .info_hero h2,
    .block_alimentarte_bien .info_hero .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_alimentarte_bien .info_hero span,
    .block_alimentarte_bien .info_hero .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_alimentarte_bien .info_hero span,
    .block_alimentarte_bien .info_hero .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_alimentarte_bien .info_hero span,
    .block_alimentarte_bien .info_hero .ticker-text,
    .block_alimentarte_bien .info_hero .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_alimentarte_bien .info_hero span,
    .block_alimentarte_bien .info_hero .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_alimentarte_bien .info_hero span,
    .block_alimentarte_bien .info_hero .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_alimentarte_bien .info_hero h3,
    .block_alimentarte_bien .info_hero .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_alimentarte_bien .info_hero span,
    .block_alimentarte .info_hero h2,
    .block_alimentarte .info_hero .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_alimentarte .info_hero span,
    .block_alimentarte .info_hero .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_alimentarte .info_hero span,
    .block_alimentarte .info_hero .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_alimentarte .info_hero span,
    .block_alimentarte .info_hero .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_alimentarte .info_hero span,
    .block_alimentarte .info_hero .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_alimentarte .info_hero h3,
    .block_alimentarte .info_hero .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_alimentarte .info_hero span,
    .block_alimentarte .info_hero .ticker-text,
    .block_alimentarte .info_hero .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_alimentarte .info_hero span {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last,
    .list_politicas>div:nth-child(even) .c_image {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }

}

@media(min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first,
    .cont_bloques_somos .bloques_somos>div:nth-child(odd) .c_left {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }

}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0)
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(12, 12, 17, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(12, 12, 17, .075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8d7da
}

.table-hover .table-primary:hover {
    background-color: #a7ced1
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a7ced1
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #dbdcdd
}

.table-hover .table-secondary:hover {
    background-color: #cecfd1
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #cecfd1
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #b8cfce
}

.table-hover .table-success:hover {
    background-color: #a9c5c4
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #a9c5c4
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #e8fef4
}

.table-hover .table-info:hover {
    background-color: #d0fde8
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #d0fde8
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #fce1cd
}

.table-hover .table-warning:hover {
    background-color: #fbd3b5
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #fbd3b5
}

.table-warning-light,
.table-warning-light>th,
.table-warning-light>td {
    background-color: #fdfbf7
}

.table-hover .table-warning-light:hover {
    background-color: #f8f1e3
}

.table-hover .table-warning-light:hover>td,
.table-hover .table-warning-light:hover>th {
    background-color: #f8f1e3
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #fec0c0
}

.table-hover .table-danger:hover {
    background-color: #fea7a7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #fea7a7
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #d6d6d6
}

.table-hover .table-light:hover {
    background-color: #c9c9c9
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #c9c9c9
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #bbbbbc
}

.table-hover .table-dark:hover {
    background-color: #aeaeaf
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #aeaeaf
}

.table-purple,
.table-purple>th,
.table-purple>td {
    background-color: #d6bad0
}

.table-hover .table-purple:hover {
    background-color: #ccaac5
}

.table-hover .table-purple:hover>td,
.table-hover .table-purple:hover>th {
    background-color: #ccaac5
}

.table-pink,
.table-pink>th,
.table-pink>td {
    background-color: #fff0f1
}

.table-hover .table-pink:hover {
    background-color: #ffd7d9
}

.table-hover .table-pink:hover>td,
.table-hover .table-pink:hover>th {
    background-color: #ffd7d9
}

.table-white,
.table-white>th,
.table-white>td {
    background-color: #fff
}

.table-hover .table-white:hover {
    background-color: #f2f2f2
}

.table-hover .table-white:hover>td,
.table-hover .table-white:hover>th {
    background-color: #f2f2f2
}

.table-white-green,
.table-white-green>th,
.table-white-green>td {
    background-color: #f0fbf6
}

.table-hover .table-white-green:hover {
    background-color: #dcf6ea
}

.table-hover .table-white-green:hover>td,
.table-hover .table-white-green:hover>th {
    background-color: #dcf6ea
}

.table-gray,
.table-gray>th,
.table-gray>td {
    background-color: #cbcbcb
}

.table-hover .table-gray:hover {
    background-color: #bebebe
}

.table-hover .table-gray:hover>td,
.table-hover .table-gray:hover>th {
    background-color: #bebebe
}

.table-gray-dark,
.table-gray-dark>th,
.table-gray-dark>td {
    background-color: #c6c6c6
}

.table-hover .table-gray-dark:hover {
    background-color: #b9b9b9
}

.table-hover .table-gray-dark:hover>td,
.table-hover .table-gray-dark:hover>th {
    background-color: #b9b9b9
}

.table-gray-light,
.table-gray-light>th,
.table-gray-light>td {
    background-color: #d6d6d6
}

.table-hover .table-gray-light:hover {
    background-color: #c9c9c9
}

.table-hover .table-gray-light:hover>td,
.table-hover .table-gray-light:hover>th {
    background-color: #c9c9c9
}

.table-orange,
.table-orange>th,
.table-orange>td {
    background-color: #fce1cd
}

.table-hover .table-orange:hover {
    background-color: #fbd3b5
}

.table-hover .table-orange:hover>td,
.table-hover .table-orange:hover>th {
    background-color: #fbd3b5
}

.table-brown,
.table-brown>th,
.table-brown>td {
    background-color: #e1d1c6
}

.table-hover .table-brown:hover {
    background-color: #d8c4b5
}

.table-hover .table-brown:hover>td,
.table-hover .table-brown:hover>th {
    background-color: #d8c4b5
}

.table-danger-dark,
.table-danger-dark>th,
.table-danger-dark>td {
    background-color: #d9bbbc
}

.table-hover .table-danger-dark:hover {
    background-color: #d0abac
}

.table-hover .table-danger-dark:hover>td,
.table-hover .table-danger-dark:hover>th {
    background-color: #d0abac
}

.table-beige,
.table-beige>th,
.table-beige>td {
    background-color: #fbf2e9
}

.table-hover .table-beige:hover {
    background-color: #f7e5d3
}

.table-hover .table-beige:hover>td,
.table-hover .table-beige:hover>th {
    background-color: #f7e5d3
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(12, 12, 17, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(1, 1, 2, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(1, 1, 2, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #414042;
    border-color: #545355
}

.table .thead-light th {
    color: #444;
    background-color: #e6e6e6;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #414042
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #545355
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media(max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }

}

@media(max-width: 789.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }

}

@media(max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }

}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #444;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.form-control:focus {
    color: #444;
    background-color: #fff;
    border-color: #00e5fc;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 113, 124, .25)
}

.form-control::placeholder {
    color: #808184;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e6e6e6;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #444;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #808184
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 90%;
    color: #00524f
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 82, 79, .8);
    border-radius: .2rem
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #00524f
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #00524f;
    box-shadow: 0 0 0 .2rem rgba(0, 82, 79, .25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #00524f
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #00524f
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    background-color: #00d2ca
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    background-color: #008580
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 82, 79, .25)
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #00524f
}

.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
    border-color: inherit
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(0, 82, 79, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 90%;
    color: #fc1f1f
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(252, 31, 31, .8);
    border-radius: .2rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #fc1f1f
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #fc1f1f;
    box-shadow: 0 0 0 .2rem rgba(252, 31, 31, .25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #fc1f1f
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #fc1f1f
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #fe9d9d
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    background-color: #fd5151
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(252, 31, 31, .25)
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #fc1f1f
}

.was-validated .custom-file-input:invalid~.custom-file-label::before,
.custom-file-input.is-invalid~.custom-file-label::before {
    border-color: inherit
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(252, 31, 31, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }

}

.btn {
    display: inline-block;
    font-weight: "";
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover,
.btn:focus {
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 113, 124, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background-image: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #00717c;
    border-color: #00717c
}

.btn-primary:hover {
    color: #fff;
    background-color: #004e56;
    border-color: #004349
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 113, 124, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #00717c;
    border-color: #00717c
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004349;
    border-color: #00373c
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 113, 124, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #808184;
    border-color: #808184
}

.btn-secondary:hover {
    color: #fff;
    background-color: #6d6e71;
    border-color: #67686a
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(128, 129, 132, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #808184;
    border-color: #808184
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #67686a;
    border-color: #616164
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(128, 129, 132, .5)
}

.btn-success {
    color: #fff;
    background-color: #00524f;
    border-color: #00524f
}

.btn-success:hover {
    color: #fff;
    background-color: #002c2a;
    border-color: #001f1e
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 82, 79, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #00524f;
    border-color: #00524f
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #001f1e;
    border-color: #001212
}

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

.btn-info {
    color: #414042;
    background-color: #acfad6;
    border-color: #acfad6
}

.btn-info:hover {
    color: #414042;
    background-color: #88f8c4;
    border-color: #7cf7be
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 .2rem rgba(172, 250, 214, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #414042;
    background-color: #acfad6;
    border-color: #acfad6
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #414042;
    background-color: #7cf7be;
    border-color: #70f6b8
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(172, 250, 214, .5)
}

.btn-warning {
    color: #414042;
    background-color: #f4944c;
    border-color: #f4944c
}

.btn-warning:hover {
    color: #414042;
    background-color: #f27e28;
    border-color: #f1771c
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(244, 148, 76, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #414042;
    background-color: #f4944c;
    border-color: #f4944c
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f1771c;
    border-color: #f07010
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(244, 148, 76, .5)
}

.btn-warning-light {
    color: #414042;
    background-color: #f9f2e2;
    border-color: #f9f2e2
}

.btn-warning-light:hover {
    color: #414042;
    background-color: #f2e4c2;
    border-color: #f0dfb8
}

.btn-warning-light:focus,
.btn-warning-light.focus {
    box-shadow: 0 0 0 .2rem rgba(249, 242, 226, .5)
}

.btn-warning-light.disabled,
.btn-warning-light:disabled {
    color: #414042;
    background-color: #f9f2e2;
    border-color: #f9f2e2
}

.btn-warning-light:not(:disabled):not(.disabled):active,
.btn-warning-light:not(:disabled):not(.disabled).active,
.show>.btn-warning-light.dropdown-toggle {
    color: #414042;
    background-color: #f0dfb8;
    border-color: #eedaad
}

.btn-warning-light:not(:disabled):not(.disabled):active:focus,
.btn-warning-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(249, 242, 226, .5)
}

.btn-danger {
    color: #fff;
    background-color: #fc1f1f;
    border-color: #fc1f1f
}

.btn-danger:hover {
    color: #fff;
    background-color: #f20303;
    border-color: #e50303
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(252, 31, 31, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #fc1f1f;
    border-color: #fc1f1f
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e50303;
    border-color: #d80303
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(252, 31, 31, .5)
}

.btn-light {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #6b6b6b
}

.btn-light:hover {
    color: #fff;
    background-color: #585858;
    border-color: #525252
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 .2rem rgba(107, 107, 107, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #6b6b6b
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #525252;
    border-color: #4b4b4b
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(107, 107, 107, .5)
}

.btn-dark {
    color: #fff;
    background-color: #0c0c11;
    border-color: #0c0c11
}

.btn-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(12, 12, 17, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #0c0c11;
    border-color: #0c0c11
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(12, 12, 17, .5)
}

.btn-purple {
    color: #fff;
    background-color: #6d0a58;
    border-color: #6d0a58
}

.btn-purple:hover {
    color: #fff;
    background-color: #4a073c;
    border-color: #3e0632
}

.btn-purple:focus,
.btn-purple.focus {
    box-shadow: 0 0 0 .2rem rgba(109, 10, 88, .5)
}

.btn-purple.disabled,
.btn-purple:disabled {
    color: #fff;
    background-color: #6d0a58;
    border-color: #6d0a58
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show>.btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #3e0632;
    border-color: #330529
}

.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(109, 10, 88, .5)
}

.btn-pink {
    color: #414042;
    background-color: #ffc9ce;
    border-color: #ffc9ce
}

.btn-pink:hover {
    color: #414042;
    background-color: #ffa3ab;
    border-color: #ff96a0
}

.btn-pink:focus,
.btn-pink.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 201, 206, .5)
}

.btn-pink.disabled,
.btn-pink:disabled {
    color: #414042;
    background-color: #ffc9ce;
    border-color: #ffc9ce
}

.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active,
.show>.btn-pink.dropdown-toggle {
    color: #414042;
    background-color: #ff96a0;
    border-color: #ff8994
}

.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink:not(:disabled):not(.disabled).active:focus,
.show>.btn-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 201, 206, .5)
}

.btn-white {
    color: #414042;
    background-color: #fff;
    border-color: #fff
}

.btn-white:hover {
    color: #414042;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white:focus,
.btn-white.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-white.disabled,
.btn-white:disabled {
    color: #414042;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
    color: #414042;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-white-green {
    color: #414042;
    background-color: #c9f2e0;
    border-color: #c9f2e0
}

.btn-white-green:hover {
    color: #414042;
    background-color: #aaebce;
    border-color: #a0e8c8
}

.btn-white-green:focus,
.btn-white-green.focus {
    box-shadow: 0 0 0 .2rem rgba(201, 242, 224, .5)
}

.btn-white-green.disabled,
.btn-white-green:disabled {
    color: #414042;
    background-color: #c9f2e0;
    border-color: #c9f2e0
}

.btn-white-green:not(:disabled):not(.disabled):active,
.btn-white-green:not(:disabled):not(.disabled).active,
.show>.btn-white-green.dropdown-toggle {
    color: #414042;
    background-color: #a0e8c8;
    border-color: #96e6c3
}

.btn-white-green:not(:disabled):not(.disabled):active:focus,
.btn-white-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-white-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(201, 242, 224, .5)
}

.btn-gray {
    color: #fff;
    background-color: #444;
    border-color: #444
}

.btn-gray:hover {
    color: #fff;
    background-color: #313131;
    border-color: #2b2b2b
}

.btn-gray:focus,
.btn-gray.focus {
    box-shadow: 0 0 0 .2rem rgba(68, 68, 68, .5)
}

.btn-gray.disabled,
.btn-gray:disabled {
    color: #fff;
    background-color: #444;
    border-color: #444
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show>.btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #2b2b2b;
    border-color: #242424
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(68, 68, 68, .5)
}

.btn-gray-dark {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-gray-dark:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a
}

.btn-gray-dark:focus,
.btn-gray-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.btn-gray-dark.disabled,
.btn-gray-dark:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-gray-dark:not(:disabled):not(.disabled):active,
.btn-gray-dark:not(:disabled):not(.disabled).active,
.show>.btn-gray-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #131313
}

.btn-gray-dark:not(:disabled):not(.disabled):active:focus,
.btn-gray-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.btn-gray-light {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #6b6b6b
}

.btn-gray-light:hover {
    color: #fff;
    background-color: #585858;
    border-color: #525252
}

.btn-gray-light:focus,
.btn-gray-light.focus {
    box-shadow: 0 0 0 .2rem rgba(107, 107, 107, .5)
}

.btn-gray-light.disabled,
.btn-gray-light:disabled {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #6b6b6b
}

.btn-gray-light:not(:disabled):not(.disabled):active,
.btn-gray-light:not(:disabled):not(.disabled).active,
.show>.btn-gray-light.dropdown-toggle {
    color: #fff;
    background-color: #525252;
    border-color: #4b4b4b
}

.btn-gray-light:not(:disabled):not(.disabled):active:focus,
.btn-gray-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-gray-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(107, 107, 107, .5)
}

.btn-orange {
    color: #414042;
    background-color: #f4944c;
    border-color: #f4944c
}

.btn-orange:hover {
    color: #414042;
    background-color: #f27e28;
    border-color: #f1771c
}

.btn-orange:focus,
.btn-orange.focus {
    box-shadow: 0 0 0 .2rem rgba(244, 148, 76, .5)
}

.btn-orange.disabled,
.btn-orange:disabled {
    color: #414042;
    background-color: #f4944c;
    border-color: #f4944c
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show>.btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #f1771c;
    border-color: #f07010
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(244, 148, 76, .5)
}

.btn-brown {
    color: #fff;
    background-color: #935c35;
    border-color: #935c35
}

.btn-brown:hover {
    color: #fff;
    background-color: #774a2b;
    border-color: #6e4527
}

.btn-brown:focus,
.btn-brown.focus {
    box-shadow: 0 0 0 .2rem rgba(147, 92, 53, .5)
}

.btn-brown.disabled,
.btn-brown:disabled {
    color: #fff;
    background-color: #935c35;
    border-color: #935c35
}

.btn-brown:not(:disabled):not(.disabled):active,
.btn-brown:not(:disabled):not(.disabled).active,
.show>.btn-brown.dropdown-toggle {
    color: #fff;
    background-color: #6e4527;
    border-color: #643f24
}

.btn-brown:not(:disabled):not(.disabled):active:focus,
.btn-brown:not(:disabled):not(.disabled).active:focus,
.show>.btn-brown.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(147, 92, 53, .5)
}

.btn-danger-dark {
    color: #fff;
    background-color: #780c0f;
    border-color: #780c0f
}

.btn-danger-dark:hover {
    color: #fff;
    background-color: #55090b;
    border-color: #4a0709
}

.btn-danger-dark:focus,
.btn-danger-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(120, 12, 15, .5)
}

.btn-danger-dark.disabled,
.btn-danger-dark:disabled {
    color: #fff;
    background-color: #780c0f;
    border-color: #780c0f
}

.btn-danger-dark:not(:disabled):not(.disabled):active,
.btn-danger-dark:not(:disabled):not(.disabled).active,
.show>.btn-danger-dark.dropdown-toggle {
    color: #fff;
    background-color: #4a0709;
    border-color: #3e0608
}

.btn-danger-dark:not(:disabled):not(.disabled):active:focus,
.btn-danger-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(120, 12, 15, .5)
}

.btn-beige {
    color: #414042;
    background-color: #f2d2b1;
    border-color: #f2d2b1
}

.btn-beige:hover {
    color: #414042;
    background-color: #edbf90;
    border-color: #ebb985
}

.btn-beige:focus,
.btn-beige.focus {
    box-shadow: 0 0 0 .2rem rgba(242, 210, 177, .5)
}

.btn-beige.disabled,
.btn-beige:disabled {
    color: #414042;
    background-color: #f2d2b1;
    border-color: #f2d2b1
}

.btn-beige:not(:disabled):not(.disabled):active,
.btn-beige:not(:disabled):not(.disabled).active,
.show>.btn-beige.dropdown-toggle {
    color: #414042;
    background-color: #ebb985;
    border-color: #e9b27a
}

.btn-beige:not(:disabled):not(.disabled):active:focus,
.btn-beige:not(:disabled):not(.disabled).active:focus,
.show>.btn-beige.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(242, 210, 177, .5)
}

.btn-outline-primary {
    color: #00717c;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #00717c
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #00717c;
    border-color: #00717c
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 113, 124, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #00717c;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00717c;
    border-color: #00717c
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 113, 124, .5)
}

.btn-outline-secondary {
    color: #808184;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #808184
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #808184;
    border-color: #808184
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(128, 129, 132, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #808184;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #808184;
    border-color: #808184
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(128, 129, 132, .5)
}

.btn-outline-success {
    color: #00524f;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #00524f
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #00524f;
    border-color: #00524f
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 82, 79, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #00524f;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00524f;
    border-color: #00524f
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 82, 79, .5)
}

.btn-outline-info {
    color: #acfad6;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #acfad6
}

.btn-outline-info:hover {
    color: #414042;
    background-color: #acfad6;
    border-color: #acfad6
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(172, 250, 214, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #acfad6;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #414042;
    background-color: #acfad6;
    border-color: #acfad6
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(172, 250, 214, .5)
}

.btn-outline-warning {
    color: #f4944c;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #f4944c
}

.btn-outline-warning:hover {
    color: #414042;
    background-color: #f4944c;
    border-color: #f4944c
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(244, 148, 76, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f4944c;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #414042;
    background-color: #f4944c;
    border-color: #f4944c
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(244, 148, 76, .5)
}

.btn-outline-warning-light {
    color: #f9f2e2;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #f9f2e2
}

.btn-outline-warning-light:hover {
    color: #414042;
    background-color: #f9f2e2;
    border-color: #f9f2e2
}

.btn-outline-warning-light:focus,
.btn-outline-warning-light.focus {
    box-shadow: 0 0 0 .2rem rgba(249, 242, 226, .5)
}

.btn-outline-warning-light.disabled,
.btn-outline-warning-light:disabled {
    color: #f9f2e2;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-warning-light:not(:disabled):not(.disabled):active,
.btn-outline-warning-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning-light.dropdown-toggle {
    color: #414042;
    background-color: #f9f2e2;
    border-color: #f9f2e2
}

.btn-outline-warning-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(249, 242, 226, .5)
}

.btn-outline-danger {
    color: #fc1f1f;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #fc1f1f
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #fc1f1f;
    border-color: #fc1f1f
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(252, 31, 31, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #fc1f1f;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #fc1f1f;
    border-color: #fc1f1f
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(252, 31, 31, .5)
}

.btn-outline-light {
    color: #6b6b6b;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #6b6b6b
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #6b6b6b
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(107, 107, 107, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #6b6b6b;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #6b6b6b
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(107, 107, 107, .5)
}

.btn-outline-dark {
    color: #0c0c11;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #0c0c11
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #0c0c11;
    border-color: #0c0c11
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(12, 12, 17, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #0c0c11;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #0c0c11;
    border-color: #0c0c11
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(12, 12, 17, .5)
}

.btn-outline-purple {
    color: #6d0a58;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #6d0a58
}

.btn-outline-purple:hover {
    color: #fff;
    background-color: #6d0a58;
    border-color: #6d0a58
}

.btn-outline-purple:focus,
.btn-outline-purple.focus {
    box-shadow: 0 0 0 .2rem rgba(109, 10, 88, .5)
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
    color: #6d0a58;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show>.btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #6d0a58;
    border-color: #6d0a58
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(109, 10, 88, .5)
}

.btn-outline-pink {
    color: #ffc9ce;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #ffc9ce
}

.btn-outline-pink:hover {
    color: #414042;
    background-color: #ffc9ce;
    border-color: #ffc9ce
}

.btn-outline-pink:focus,
.btn-outline-pink.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 201, 206, .5)
}

.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
    color: #ffc9ce;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled).active,
.show>.btn-outline-pink.dropdown-toggle {
    color: #414042;
    background-color: #ffc9ce;
    border-color: #ffc9ce
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 201, 206, .5)
}

.btn-outline-white {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #414042;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:focus,
.btn-outline-white.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
    color: #414042;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.btn-outline-white-green {
    color: #c9f2e0;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #c9f2e0
}

.btn-outline-white-green:hover {
    color: #414042;
    background-color: #c9f2e0;
    border-color: #c9f2e0
}

.btn-outline-white-green:focus,
.btn-outline-white-green.focus {
    box-shadow: 0 0 0 .2rem rgba(201, 242, 224, .5)
}

.btn-outline-white-green.disabled,
.btn-outline-white-green:disabled {
    color: #c9f2e0;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-white-green:not(:disabled):not(.disabled):active,
.btn-outline-white-green:not(:disabled):not(.disabled).active,
.show>.btn-outline-white-green.dropdown-toggle {
    color: #414042;
    background-color: #c9f2e0;
    border-color: #c9f2e0
}

.btn-outline-white-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-white-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-white-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(201, 242, 224, .5)
}

.btn-outline-gray {
    color: #444;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #444
}

.btn-outline-gray:hover {
    color: #fff;
    background-color: #444;
    border-color: #444
}

.btn-outline-gray:focus,
.btn-outline-gray.focus {
    box-shadow: 0 0 0 .2rem rgba(68, 68, 68, .5)
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
    color: #444;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray.dropdown-toggle {
    color: #fff;
    background-color: #444;
    border-color: #444
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(68, 68, 68, .5)
}

.btn-outline-gray-dark {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #333
}

.btn-outline-gray-dark:hover {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-outline-gray-dark:focus,
.btn-outline-gray-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.btn-outline-gray-dark.disabled,
.btn-outline-gray-dark:disabled {
    color: #333;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-gray-dark:not(:disabled):not(.disabled):active,
.btn-outline-gray-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray-dark.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.btn-outline-gray-light {
    color: #6b6b6b;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #6b6b6b
}

.btn-outline-gray-light:hover {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #6b6b6b
}

.btn-outline-gray-light:focus,
.btn-outline-gray-light.focus {
    box-shadow: 0 0 0 .2rem rgba(107, 107, 107, .5)
}

.btn-outline-gray-light.disabled,
.btn-outline-gray-light:disabled {
    color: #6b6b6b;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-gray-light:not(:disabled):not(.disabled):active,
.btn-outline-gray-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray-light.dropdown-toggle {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #6b6b6b
}

.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gray-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(107, 107, 107, .5)
}

.btn-outline-orange {
    color: #f4944c;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #f4944c
}

.btn-outline-orange:hover {
    color: #414042;
    background-color: #f4944c;
    border-color: #f4944c
}

.btn-outline-orange:focus,
.btn-outline-orange.focus {
    box-shadow: 0 0 0 .2rem rgba(244, 148, 76, .5)
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
    color: #f4944c;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show>.btn-outline-orange.dropdown-toggle {
    color: #414042;
    background-color: #f4944c;
    border-color: #f4944c
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(244, 148, 76, .5)
}

.btn-outline-brown {
    color: #935c35;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #935c35
}

.btn-outline-brown:hover {
    color: #fff;
    background-color: #935c35;
    border-color: #935c35
}

.btn-outline-brown:focus,
.btn-outline-brown.focus {
    box-shadow: 0 0 0 .2rem rgba(147, 92, 53, .5)
}

.btn-outline-brown.disabled,
.btn-outline-brown:disabled {
    color: #935c35;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-brown:not(:disabled):not(.disabled):active,
.btn-outline-brown:not(:disabled):not(.disabled).active,
.show>.btn-outline-brown.dropdown-toggle {
    color: #fff;
    background-color: #935c35;
    border-color: #935c35
}

.btn-outline-brown:not(:disabled):not(.disabled):active:focus,
.btn-outline-brown:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-brown.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(147, 92, 53, .5)
}

.btn-outline-danger-dark {
    color: #780c0f;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #780c0f
}

.btn-outline-danger-dark:hover {
    color: #fff;
    background-color: #780c0f;
    border-color: #780c0f
}

.btn-outline-danger-dark:focus,
.btn-outline-danger-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(120, 12, 15, .5)
}

.btn-outline-danger-dark.disabled,
.btn-outline-danger-dark:disabled {
    color: #780c0f;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-danger-dark:not(:disabled):not(.disabled):active,
.btn-outline-danger-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger-dark.dropdown-toggle {
    color: #fff;
    background-color: #780c0f;
    border-color: #780c0f
}

.btn-outline-danger-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(120, 12, 15, .5)
}

.btn-outline-beige {
    color: #f2d2b1;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #f2d2b1
}

.btn-outline-beige:hover {
    color: #414042;
    background-color: #f2d2b1;
    border-color: #f2d2b1
}

.btn-outline-beige:focus,
.btn-outline-beige.focus {
    box-shadow: 0 0 0 .2rem rgba(242, 210, 177, .5)
}

.btn-outline-beige.disabled,
.btn-outline-beige:disabled {
    color: #f2d2b1;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-beige:not(:disabled):not(.disabled):active,
.btn-outline-beige:not(:disabled):not(.disabled).active,
.show>.btn-outline-beige.dropdown-toggle {
    color: #414042;
    background-color: #f2d2b1;
    border-color: #f2d2b1
}

.btn-outline-beige:not(:disabled):not(.disabled):active:focus,
.btn-outline-beige:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-beige.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(242, 210, 177, .5)
}

.btn-link {
    font-weight: "";
    color: #0c0c11;
    background-color: rgba(0, 0, 0, 0)
}

.btn-link:hover {
    color: #e56a0e;
    text-decoration: underline;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #808184
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #414042;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(12, 12, 17, .15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: .3em solid;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0, 0, 0, 0);
    border-bottom: .3em solid rgba(0, 0, 0, 0);
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0, 0, 0, 0);
    border-right: .3em solid;
    border-bottom: .3em solid rgba(0, 0, 0, 0)
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e6e6e6
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: "";
    color: #414042;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #343335;
    text-decoration: none;
    background-color: #6b6b6b
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00717c
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #808184;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #808184;
    white-space: nowrap
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 0 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file:focus {
    z-index: 3
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: "";
    line-height: 1.5;
    color: #444;
    text-align: center;
    white-space: nowrap;
    background-color: #e6e6e6;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
    margin-top: 0
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #00717c
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 113, 124, .25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #30edff
}

.custom-control-input:disabled~.custom-control-label {
    color: #808184
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e6e6e6
}

.custom-control-label {
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #00717c
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FFFfff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #00717c
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23FFFfff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 113, 124, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 113, 124, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #00717c
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFFfff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 113, 124, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #444;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #00e5fc;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(12, 12, 17, .075), 0 0 5px rgba(0, 229, 252, .5)
}

.custom-select:focus::-ms-value {
    color: #444;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #808184;
    background-color: #e6e6e6
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    border-color: #00e5fc;
    box-shadow: 0 0 0 .2rem rgba(0, 113, 124, .25)
}

.custom-file-input:focus~.custom-file-control::before {
    border-color: #00e5fc
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #444;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px*2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #444;
    content: "Browse";
    background-color: #e6e6e6;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #808184
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e6e6e6 #e6e6e6 #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #808184;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #444;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00717c
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width: 575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }

}

@media(min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }

}

@media(max-width: 789.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }

}

@media(min-width: 790px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }

}

@media(max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }

}

@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }

}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand {
    color: rgba(12, 12, 17, .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(12, 12, 17, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(12, 12, 17, .5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(12, 12, 17, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(12, 12, 17, .3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(12, 12, 17, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(12, 12, 17, .5);
    border-color: rgba(12, 12, 17, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(12, 12, 17, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(12, 12, 17, .5)
}

.navbar-light .navbar-text a {
    color: rgba(12, 12, 17, .9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(12, 12, 17, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(12, 12, 17, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(12, 12, 17, .03);
    border-bottom: 1px solid rgba(12, 12, 17, .125)
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(12, 12, 17, .03);
    border-top: 1px solid rgba(12, 12, 17, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }

}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media(min-width: 576px) {
    .card-group {
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-img-top,
    .card-group>.card:first-child .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-img-bottom,
    .card-group>.card:first-child .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-img-top,
    .card-group>.card:last-child .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-img-bottom,
    .card-group>.card:last-child .card-footer {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: .25rem
    }

    .card-group>.card:only-child .card-img-top,
    .card-group>.card:only-child .card-header {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group>.card:only-child .card-img-bottom,
    .card-group>.card:only-child .card-footer {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0
    }

}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }

}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e6e6e6;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #808184;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #808184
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0c0c11;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    color: #e56a0e;
    text-decoration: none;
    background-color: #e6e6e6;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 113, 124, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00717c;
    border-color: #00717c
}

.page-item.disabled .page-link {
    color: #808184;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: "Times Bold";
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #00717c
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #004349
}

.badge-secondary {
    color: #fff;
    background-color: #808184
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #67686a
}

.badge-success {
    color: #fff;
    background-color: #00524f
}

.badge-success[href]:hover,
.badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #001f1e
}

.badge-info {
    color: #414042;
    background-color: #acfad6
}

.badge-info[href]:hover,
.badge-info[href]:focus {
    color: #414042;
    text-decoration: none;
    background-color: #7cf7be
}

.badge-warning {
    color: #414042;
    background-color: #f4944c
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
    color: #414042;
    text-decoration: none;
    background-color: #f1771c
}

.badge-warning-light {
    color: #414042;
    background-color: #f9f2e2
}

.badge-warning-light[href]:hover,
.badge-warning-light[href]:focus {
    color: #414042;
    text-decoration: none;
    background-color: #f0dfb8
}

.badge-danger {
    color: #fff;
    background-color: #fc1f1f
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #e50303
}

.badge-light {
    color: #fff;
    background-color: #6b6b6b
}

.badge-light[href]:hover,
.badge-light[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #525252
}

.badge-dark {
    color: #fff;
    background-color: #0c0c11
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #000
}

.badge-purple {
    color: #fff;
    background-color: #6d0a58
}

.badge-purple[href]:hover,
.badge-purple[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3e0632
}

.badge-pink {
    color: #414042;
    background-color: #ffc9ce
}

.badge-pink[href]:hover,
.badge-pink[href]:focus {
    color: #414042;
    text-decoration: none;
    background-color: #ff96a0
}

.badge-white {
    color: #414042;
    background-color: #fff
}

.badge-white[href]:hover,
.badge-white[href]:focus {
    color: #414042;
    text-decoration: none;
    background-color: #e6e6e6
}

.badge-white-green {
    color: #414042;
    background-color: #c9f2e0
}

.badge-white-green[href]:hover,
.badge-white-green[href]:focus {
    color: #414042;
    text-decoration: none;
    background-color: #a0e8c8
}

.badge-gray {
    color: #fff;
    background-color: #444
}

.badge-gray[href]:hover,
.badge-gray[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2b2b2b
}

.badge-gray-dark {
    color: #fff;
    background-color: #333
}

.badge-gray-dark[href]:hover,
.badge-gray-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1a1a1a
}

.badge-gray-light {
    color: #fff;
    background-color: #6b6b6b
}

.badge-gray-light[href]:hover,
.badge-gray-light[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #525252
}

.badge-orange {
    color: #414042;
    background-color: #f4944c
}

.badge-orange[href]:hover,
.badge-orange[href]:focus {
    color: #414042;
    text-decoration: none;
    background-color: #f1771c
}

.badge-brown {
    color: #fff;
    background-color: #935c35
}

.badge-brown[href]:hover,
.badge-brown[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #6e4527
}

.badge-danger-dark {
    color: #fff;
    background-color: #780c0f
}

.badge-danger-dark[href]:hover,
.badge-danger-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #4a0709
}

.badge-beige {
    color: #414042;
    background-color: #f2d2b1
}

.badge-beige[href]:hover,
.badge-beige[href]:focus {
    color: #414042;
    text-decoration: none;
    background-color: #ebb985
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e6e6e6;
    border-radius: .3rem
}

@media(min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }

}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: "Times Bold"
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #003b40;
    background-color: #cce3e5;
    border-color: #b8d7da
}

.alert-primary hr {
    border-top-color: #a7ced1
}

.alert-primary .alert-link {
    color: #000c0d
}

.alert-secondary {
    color: #434345;
    background-color: #e6e6e6;
    border-color: #dbdcdd
}

.alert-secondary hr {
    border-top-color: #cecfd1
}

.alert-secondary .alert-link {
    color: #2a2a2b
}

.alert-success {
    color: #002b29;
    background-color: #ccdcdc;
    border-color: #b8cfce
}

.alert-success hr {
    border-top-color: #a9c5c4
}

.alert-success .alert-link {
    color: #000
}

.alert-info {
    color: #59826f;
    background-color: #eefef7;
    border-color: #e8fef4
}

.alert-info hr {
    border-top-color: #d0fde8
}

.alert-info .alert-link {
    color: #446455
}

.alert-warning {
    color: #7f4d28;
    background-color: #fdeadb;
    border-color: #fce1cd
}

.alert-warning hr {
    border-top-color: #fbd3b5
}

.alert-warning .alert-link {
    color: #58351c
}

.alert-warning-light {
    color: #817e76;
    background-color: #fefcf9;
    border-color: #fdfbf7
}

.alert-warning-light hr {
    border-top-color: #f8f1e3
}

.alert-warning-light .alert-link {
    color: #66645e
}

.alert-danger {
    color: #831010;
    background-color: #fed2d2;
    border-color: #fec0c0
}

.alert-danger hr {
    border-top-color: #fea7a7
}

.alert-danger .alert-link {
    color: #560a0a
}

.alert-light {
    color: #383838;
    background-color: #e1e1e1;
    border-color: #d6d6d6
}

.alert-light hr {
    border-top-color: #c9c9c9
}

.alert-light .alert-link {
    color: #1f1f1f
}

.alert-dark {
    color: #060609;
    background-color: #cececf;
    border-color: #bbbbbc
}

.alert-dark hr {
    border-top-color: #aeaeaf
}

.alert-dark .alert-link {
    color: #000
}

.alert-purple {
    color: #39052e;
    background-color: #e2cede;
    border-color: #d6bad0
}

.alert-purple hr {
    border-top-color: #ccaac5
}

.alert-purple .alert-link {
    color: #0a0108
}

.alert-pink {
    color: #85696b;
    background-color: #fff4f5;
    border-color: #fff0f1
}

.alert-pink hr {
    border-top-color: #ffd7d9
}

.alert-pink .alert-link {
    color: #695354
}

.alert-white {
    color: #858585;
    background-color: #fff;
    border-color: #fff
}

.alert-white hr {
    border-top-color: #f2f2f2
}

.alert-white .alert-link {
    color: #6c6c6c
}

.alert-white-green {
    color: #697e74;
    background-color: #f4fcf9;
    border-color: #f0fbf6
}

.alert-white-green hr {
    border-top-color: #dcf6ea
}

.alert-white-green .alert-link {
    color: #52625a
}

.alert-gray {
    color: #232323;
    background-color: #dadada;
    border-color: #cbcbcb
}

.alert-gray hr {
    border-top-color: #bebebe
}

.alert-gray .alert-link {
    color: #0a0a0a
}

.alert-gray-dark {
    color: #1b1b1b;
    background-color: #d6d6d6;
    border-color: #c6c6c6
}

.alert-gray-dark hr {
    border-top-color: #b9b9b9
}

.alert-gray-dark .alert-link {
    color: #020202
}

.alert-gray-light {
    color: #383838;
    background-color: #e1e1e1;
    border-color: #d6d6d6
}

.alert-gray-light hr {
    border-top-color: #c9c9c9
}

.alert-gray-light .alert-link {
    color: #1f1f1f
}

.alert-orange {
    color: #7f4d28;
    background-color: #fdeadb;
    border-color: #fce1cd
}

.alert-orange hr {
    border-top-color: #fbd3b5
}

.alert-orange .alert-link {
    color: #58351c
}

.alert-brown {
    color: #4c301c;
    background-color: #e9ded7;
    border-color: #e1d1c6
}

.alert-brown hr {
    border-top-color: #d8c4b5
}

.alert-brown .alert-link {
    color: #27180e
}

.alert-danger-dark {
    color: #3e0608;
    background-color: #e4cecf;
    border-color: #d9bbbc
}

.alert-danger-dark hr {
    border-top-color: #d0abac
}

.alert-danger-dark .alert-link {
    color: #100202
}

.alert-beige {
    color: #7e6d5c;
    background-color: #fcf6ef;
    border-color: #fbf2e9
}

.alert-beige hr {
    border-top-color: #f7e5d3
}

.alert-beige .alert-link {
    color: #615446
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }

}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e6e6e6;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #00717c;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #444;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    color: #444;
    text-decoration: none;
    background-color: #6b6b6b
}

.list-group-item-action:active {
    color: #414042;
    background-color: #e6e6e6
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(12, 12, 17, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:hover,
.list-group-item:focus {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #808184;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00717c;
    border-color: #00717c
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #003b40;
    background-color: #b8d7da
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #003b40;
    background-color: #a7ced1
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #003b40;
    border-color: #003b40
}

.list-group-item-secondary {
    color: #434345;
    background-color: #dbdcdd
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #434345;
    background-color: #cecfd1
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #434345;
    border-color: #434345
}

.list-group-item-success {
    color: #002b29;
    background-color: #b8cfce
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #002b29;
    background-color: #a9c5c4
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #002b29;
    border-color: #002b29
}

.list-group-item-info {
    color: #59826f;
    background-color: #e8fef4
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #59826f;
    background-color: #d0fde8
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #59826f;
    border-color: #59826f
}

.list-group-item-warning {
    color: #7f4d28;
    background-color: #fce1cd
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #7f4d28;
    background-color: #fbd3b5
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7f4d28;
    border-color: #7f4d28
}

.list-group-item-warning-light {
    color: #817e76;
    background-color: #fdfbf7
}

.list-group-item-warning-light.list-group-item-action:hover,
.list-group-item-warning-light.list-group-item-action:focus {
    color: #817e76;
    background-color: #f8f1e3
}

.list-group-item-warning-light.list-group-item-action.active {
    color: #fff;
    background-color: #817e76;
    border-color: #817e76
}

.list-group-item-danger {
    color: #831010;
    background-color: #fec0c0
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #831010;
    background-color: #fea7a7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #831010;
    border-color: #831010
}

.list-group-item-light {
    color: #383838;
    background-color: #d6d6d6
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #383838;
    background-color: #c9c9c9
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #383838;
    border-color: #383838
}

.list-group-item-dark {
    color: #060609;
    background-color: #bbbbbc
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #060609;
    background-color: #aeaeaf
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #060609;
    border-color: #060609
}

.list-group-item-purple {
    color: #39052e;
    background-color: #d6bad0
}

.list-group-item-purple.list-group-item-action:hover,
.list-group-item-purple.list-group-item-action:focus {
    color: #39052e;
    background-color: #ccaac5
}

.list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #39052e;
    border-color: #39052e
}

.list-group-item-pink {
    color: #85696b;
    background-color: #fff0f1
}

.list-group-item-pink.list-group-item-action:hover,
.list-group-item-pink.list-group-item-action:focus {
    color: #85696b;
    background-color: #ffd7d9
}

.list-group-item-pink.list-group-item-action.active {
    color: #fff;
    background-color: #85696b;
    border-color: #85696b
}

.list-group-item-white {
    color: #858585;
    background-color: #fff
}

.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585
}

.list-group-item-white-green {
    color: #697e74;
    background-color: #f0fbf6
}

.list-group-item-white-green.list-group-item-action:hover,
.list-group-item-white-green.list-group-item-action:focus {
    color: #697e74;
    background-color: #dcf6ea
}

.list-group-item-white-green.list-group-item-action.active {
    color: #fff;
    background-color: #697e74;
    border-color: #697e74
}

.list-group-item-gray {
    color: #232323;
    background-color: #cbcbcb
}

.list-group-item-gray.list-group-item-action:hover,
.list-group-item-gray.list-group-item-action:focus {
    color: #232323;
    background-color: #bebebe
}

.list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: #232323;
    border-color: #232323
}

.list-group-item-gray-dark {
    color: #1b1b1b;
    background-color: #c6c6c6
}

.list-group-item-gray-dark.list-group-item-action:hover,
.list-group-item-gray-dark.list-group-item-action:focus {
    color: #1b1b1b;
    background-color: #b9b9b9
}

.list-group-item-gray-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b
}

.list-group-item-gray-light {
    color: #383838;
    background-color: #d6d6d6
}

.list-group-item-gray-light.list-group-item-action:hover,
.list-group-item-gray-light.list-group-item-action:focus {
    color: #383838;
    background-color: #c9c9c9
}

.list-group-item-gray-light.list-group-item-action.active {
    color: #fff;
    background-color: #383838;
    border-color: #383838
}

.list-group-item-orange {
    color: #7f4d28;
    background-color: #fce1cd
}

.list-group-item-orange.list-group-item-action:hover,
.list-group-item-orange.list-group-item-action:focus {
    color: #7f4d28;
    background-color: #fbd3b5
}

.list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #7f4d28;
    border-color: #7f4d28
}

.list-group-item-brown {
    color: #4c301c;
    background-color: #e1d1c6
}

.list-group-item-brown.list-group-item-action:hover,
.list-group-item-brown.list-group-item-action:focus {
    color: #4c301c;
    background-color: #d8c4b5
}

.list-group-item-brown.list-group-item-action.active {
    color: #fff;
    background-color: #4c301c;
    border-color: #4c301c
}

.list-group-item-danger-dark {
    color: #3e0608;
    background-color: #d9bbbc
}

.list-group-item-danger-dark.list-group-item-action:hover,
.list-group-item-danger-dark.list-group-item-action:focus {
    color: #3e0608;
    background-color: #d0abac
}

.list-group-item-danger-dark.list-group-item-action.active {
    color: #fff;
    background-color: #3e0608;
    border-color: #3e0608
}

.list-group-item-beige {
    color: #7e6d5c;
    background-color: #fbf2e9
}

.list-group-item-beige.list-group-item-action:hover,
.list-group-item-beige.list-group-item-action:focus {
    color: #7e6d5c;
    background-color: #f7e5d3
}

.list-group-item-beige.list-group-item-action.active {
    color: #fff;
    background-color: #7e6d5c;
    border-color: #7e6d5c
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: "Times Bold";
    line-height: 1;
    color: #0c0c11;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover,
.close:focus {
    color: #0c0c11;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%)
}

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

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 0.5rem*2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(12, 12, 17, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #0c0c11
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e6e6e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e6e6e6
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 1.75rem*2)
    }

    .modal-sm {
        max-width: 300px
    }

}

@media(min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }

}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "";
    font-style: normal;
    font-weight: "";
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #0c0c11
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #0c0c11
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #0c0c11
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #0c0c11
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #0c0c11;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "";
    font-style: normal;
    font-weight: "";
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(12, 12, 17, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
    margin-bottom: .5rem
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^=top] .arrow {
    bottom: calc((0.5rem + 1px)*-1)
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
    border-width: .5rem .5rem 0
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^=top] .arrow::before {
    bottom: 0;
    border-top-color: rgba(12, 12, 17, .25)
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
    margin-left: .5rem
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^=right] .arrow {
    left: calc((0.5rem + 1px)*-1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^=right] .arrow::before {
    left: 0;
    border-right-color: rgba(12, 12, 17, .25)
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
    margin-top: .5rem
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^=bottom] .arrow {
    top: calc((0.5rem + 1px)*-1)
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^=bottom] .arrow::before {
    top: 0;
    border-bottom-color: rgba(12, 12, 17, .25)
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
    margin-right: .5rem
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^=left] .arrow {
    right: calc((0.5rem + 1px)*-1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^=left] .arrow::before {
    right: 0;
    border-left-color: rgba(12, 12, 17, .25)
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #414042
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform .6s ease;
    backface-visibility: hidden;
    perspective: 1000px
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0)
}

@supports(transform-style: preserve-3d) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0)
    }

}

.carousel-item-next,
.active.carousel-item-right {
    transform: translateX(100%)
}

@supports(transform-style: preserve-3d) {

    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0)
    }

}

.carousel-item-prev,
.active.carousel-item-left {
    transform: translateX(-100%)
}

@supports(transform-style: preserve-3d) {

    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0)
    }

}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0) no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFfff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFfff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #00717c !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #004349 !important
}

.bg-secondary {
    background-color: #808184 !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #67686a !important
}

.bg-success {
    background-color: #00524f !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #001f1e !important
}

.bg-info {
    background-color: #acfad6 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #7cf7be !important
}

.bg-warning {
    background-color: #f4944c !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #f1771c !important
}

.bg-warning-light {
    background-color: #f9f2e2 !important
}

a.bg-warning-light:hover,
a.bg-warning-light:focus,
button.bg-warning-light:hover,
button.bg-warning-light:focus {
    background-color: #f0dfb8 !important
}

.bg-danger {
    background-color: #fc1f1f !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #e50303 !important
}

.bg-light {
    background-color: #6b6b6b !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #525252 !important
}

.bg-dark {
    background-color: #0c0c11 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #000 !important
}

.bg-purple {
    background-color: #6d0a58 !important
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
    background-color: #3e0632 !important
}

.bg-pink {
    background-color: #ffc9ce !important
}

a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
    background-color: #ff96a0 !important
}

.bg-white {
    background-color: #fff !important
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
    background-color: #e6e6e6 !important
}

.bg-white-green {
    background-color: #c9f2e0 !important
}

a.bg-white-green:hover,
a.bg-white-green:focus,
button.bg-white-green:hover,
button.bg-white-green:focus {
    background-color: #a0e8c8 !important
}

.bg-gray {
    background-color: #444 !important
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
    background-color: #2b2b2b !important
}

.bg-gray-dark {
    background-color: #333 !important
}

a.bg-gray-dark:hover,
a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
    background-color: #1a1a1a !important
}

.bg-gray-light {
    background-color: #6b6b6b !important
}

a.bg-gray-light:hover,
a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
    background-color: #525252 !important
}

.bg-orange {
    background-color: #f4944c !important
}

a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
    background-color: #f1771c !important
}

.bg-brown {
    background-color: #935c35 !important
}

a.bg-brown:hover,
a.bg-brown:focus,
button.bg-brown:hover,
button.bg-brown:focus {
    background-color: #6e4527 !important
}

.bg-danger-dark {
    background-color: #780c0f !important
}

a.bg-danger-dark:hover,
a.bg-danger-dark:focus,
button.bg-danger-dark:hover,
button.bg-danger-dark:focus {
    background-color: #4a0709 !important
}

.bg-beige {
    background-color: #f2d2b1 !important
}

a.bg-beige:hover,
a.bg-beige:focus,
button.bg-beige:hover,
button.bg-beige:focus {
    background-color: #ebb985 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #00717c !important
}

.border-secondary {
    border-color: #808184 !important
}

.border-success {
    border-color: #00524f !important
}

.border-info {
    border-color: #acfad6 !important
}

.border-warning {
    border-color: #f4944c !important
}

.border-warning-light {
    border-color: #f9f2e2 !important
}

.border-danger {
    border-color: #fc1f1f !important
}

.border-light {
    border-color: #6b6b6b !important
}

.border-dark {
    border-color: #0c0c11 !important
}

.border-purple {
    border-color: #6d0a58 !important
}

.border-pink {
    border-color: #ffc9ce !important
}

.border-white {
    border-color: #fff !important
}

.border-white-green {
    border-color: #c9f2e0 !important
}

.border-gray {
    border-color: #444 !important
}

.border-gray-dark {
    border-color: #333 !important
}

.border-gray-light {
    border-color: #6b6b6b !important
}

.border-orange {
    border-color: #f4944c !important
}

.border-brown {
    border-color: #935c35 !important
}

.border-danger-dark {
    border-color: #780c0f !important
}

.border-beige {
    border-color: #f2d2b1 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex,
.block_breadcrumb ul {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media(min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

}

@media(min-width: 790px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

}

@media(min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center,
.block_animal_comite .container_1180 .titulo {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between,
.block_colaboracion_pueblos .list_actions>div>div,
.block_principios_bienestar .list_actions>div>div {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

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

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

}

@media(min-width: 790px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

}

@media(min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

}

@media(min-width: 790px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

}

@media(min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports(position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3,
.block_negocios_home .c_card {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3,
.block_negocios_home .c_card {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2,
.slide-counter {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2,
.slide-counter {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5,
header .menu>ul>li:hover .c_sub_menu {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5,
header .menu>ul>li:hover .c_sub_menu {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }

}

@media(min-width: 790px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .block_green_fundacion .list_alimentarte .c_card,
    .block_green_pueblos .list_alimentarte .c_card,
    .block_green_aliados .list_alimentarte .c_card,
    .block_redni_green .list_alimentarte .c_card,
    .block_escuela .list_alimentarte .c_card,
    .block_oportunities .list_alimentarte .c_card,
    .block_alimentarte_bien .list_alimentarte .c_card,
    .block_alimentarte .list_alimentarte .c_card,
    header .c_left,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    header .submenu,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }

}

@media(min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }

}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }

}

@media(min-width: 790px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }

}

@media(min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }

}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300
}

.font-weight-semibold {
    font-weight: 600
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-normal {
    font-weight: 500
}

.font-weight-bold,
strong,
b {
    font-weight: 600
}

.font-weight-black {
    font-weight: 900
}

.font-italic {
    font-style: italic
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #00717c !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #004349 !important
}

.text-secondary {
    color: #808184 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #67686a !important
}

.text-success {
    color: #00524f !important
}

a.text-success:hover,
a.text-success:focus {
    color: #001f1e !important
}

.text-info {
    color: #acfad6 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #7cf7be !important
}

.text-warning {
    color: #f4944c !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #f1771c !important
}

.text-warning-light {
    color: #f9f2e2 !important
}

a.text-warning-light:hover,
a.text-warning-light:focus {
    color: #f0dfb8 !important
}

.text-danger {
    color: #fc1f1f !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #e50303 !important
}

.text-light {
    color: #6b6b6b !important
}

a.text-light:hover,
a.text-light:focus {
    color: #525252 !important
}

.text-dark {
    color: #0c0c11 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #000 !important
}

.text-purple {
    color: #6d0a58 !important
}

a.text-purple:hover,
a.text-purple:focus {
    color: #3e0632 !important
}

.text-pink {
    color: #ffc9ce !important
}

a.text-pink:hover,
a.text-pink:focus {
    color: #ff96a0 !important
}

.text-white {
    color: #fff !important
}

a.text-white:hover,
a.text-white:focus {
    color: #e6e6e6 !important
}

.text-white-green {
    color: #c9f2e0 !important
}

a.text-white-green:hover,
a.text-white-green:focus {
    color: #a0e8c8 !important
}

.text-gray {
    color: #444 !important
}

a.text-gray:hover,
a.text-gray:focus {
    color: #2b2b2b !important
}

.text-gray-dark {
    color: #333 !important
}

a.text-gray-dark:hover,
a.text-gray-dark:focus {
    color: #1a1a1a !important
}

.text-gray-light {
    color: #6b6b6b !important
}

a.text-gray-light:hover,
a.text-gray-light:focus {
    color: #525252 !important
}

.text-orange {
    color: #f4944c !important
}

a.text-orange:hover,
a.text-orange:focus {
    color: #f1771c !important
}

.text-brown {
    color: #935c35 !important
}

a.text-brown:hover,
a.text-brown:focus {
    color: #6e4527 !important
}

.text-danger-dark {
    color: #780c0f !important
}

a.text-danger-dark:hover,
a.text-danger-dark:focus {
    color: #4a0709 !important
}

.text-beige {
    color: #f2d2b1 !important
}

a.text-beige:hover,
a.text-beige:focus {
    color: #ebb985 !important
}

.text-muted {
    color: #808184 !important
}

.text-hide {
    font: 0/0 a;
    color: rgba(0, 0, 0, 0);
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    .block_cifras_fundacion .cifras div span,
    .block_cifras_aliados .cifras div span,
    .block_servicios_redni .cifras div span,
    .block_nuestros_procesos .cifras div span,
    .block_animal_salud .cifras div h3,
    .block_nuestros_programas .cifras div span,
    .block_sostenibilidad_home .cifras div span,
    .ticker-text,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    .block_cifras_fundacion .cifras div span,
    .block_cifras_aliados .cifras div span,
    .block_servicios_redni .cifras div span,
    .block_nuestros_procesos .cifras div span,
    .block_animal_salud .cifras div h3,
    .block_nuestros_programas .cifras div span,
    .block_sostenibilidad_home .cifras div span,
    .ticker-text,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }

}

.work-sans,
body {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal
}

@font-face {
    font-family: "Bagoss Extended";
    src: url("../fonts/BagossExtended-SemiBold.woff2") format("woff2"), url("../fonts/BagossExtended-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

.bagoss,
.block_descargables_gobierno .info h4,
.block_green_fundacion .list_alimentarte h4,
.block_green_fundacion .modules_text h2,
.block_green_fundacion .modules_text .ticker-text,
.block_colaboracion_pueblos .list_actions>div>div span,
.block_green_pueblos .list_alimentarte h4,
.block_green_pueblos .modules_text h2,
.block_green_pueblos .modules_text .ticker-text,
.block_reconocimientos .c_card h3,
.block_reconocimientos .c_card h5,
.block_seccion_videoteca h3,
.block_seccion_videoteca h5,
.block_list_noticias_seccion h3,
.container-noticias_pais .block_seccion_noticias h3,
.container-noticias_pais .block_seccion_noticias h5,
.block_seccion_noticias h3,
.block_seccion_noticias h5,
.block_aliados .list_marcas .title_marcas h4,
.block_green_aliados .list_alimentarte h4,
.block_green_aliados .modules_text h2,
.block_green_aliados .modules_text .ticker-text,
.block_redni_green .list_alimentarte h4,
.block_redni_green .modules_text h2,
.block_redni_green .modules_text .ticker-text,
.block_servicios_cards p,
.block_resultados_busqueda .texto_resultado h3,
.block_transparencia .info h4,
.block_mapa_talleres .ubicacion_talleres h3,
.block_escuela .list_alimentarte h4,
.block_escuela .modules_text h2,
.block_escuela .modules_text .ticker-text,
.block_postulate .modules_text h3,
.block_postulate .unete h4,
.block_oportunities .list_alimentarte h4,
.block_oportunities .modules_text h2,
.block_oportunities .modules_text .ticker-text,
.block_alimentarte_bien .list_alimentarte h4,
.block_alimentarte_bien .modules_text h3,
.block_noticias_home h3,
.contacto_panama a,
.contacto_panama h4,
.block_slider_productos .card_sost p,
.block_slider_productos h3,
.block_nutricion_animal .list_marcas .title_marcas h4,
.block_resultados_bienestar .list_informes h5,
.block_resultados_bienestar .c_card h3,
.block_resultados_bienestar .c_card h5,
.block_mas_certificaciones .c_card h3,
.block_mas_certificaciones .c_card h5,
.block_contact_sections .sections .card_sost h3,
.block_animal_comite .funciones_comite .info div,
.block_animal_cuidado .c_cifras .cifras h4,
.block_animal_cuidado .c_cifras .cifras:before,
.block_animal_cuidado h3,
.block_acciones .list_tab,
.block_acciones .titulo_principios h3,
.block_certificaciones_red .c_card .description h3,
.block_certificaciones_red .c_card .description h5,
.block_certificaciones .c_card .description h3,
.block_certificaciones .c_card .description h5,
.block_principios_bienestar .list_actions>div>div span,
.block_bienestar_ambiental .bienestar_ambiental h3,
.block_nuestros_programas .card_sost h3,
.cont_bloques_somos .bloques_somos h3,
.block_valores .cifras div h4,
.block_list_noticias h3,
.block_alimentarte .list_alimentarte h4,
.block_alimentarte .modules_text h3,
.block_negocios_home h3,
.block_sostenibilidad_home .card_sost h3,
.block_hero h1,
footer ul a,
h2,
.block_cifras_fundacion .cifras div span,
.block_cifras_aliados .cifras div span,
.block_servicios_redni .cifras div span,
.block_nuestros_procesos .cifras div span,
.block_animal_salud .cifras div h3,
.block_nuestros_programas .cifras div span,
.block_sostenibilidad_home .cifras div span,
.ticker-text,
header .c_sub_menu h3 {
    font-family: "Bagoss Extended"
}

.to_view {
    transform: translate(0, 150px) scale(1.3);
    -webkit-transform: translate(0, 150px) scale(1.1);
    opacity: 0;
    transition: all .7s;
    -webkit-transition: all .7s;
    transform-origin: top
}

.to_view.visible,
.to_viewleft.visible,
.to_viewright.visible,
.to_viewrightscale.visible,
.to_viewleftscale.visible {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1
}

.to_viewright {
    transform: translate(-150px, 50px) scale(1.3);
    transition: all .7s;
    transform-origin: top;
    opacity: 0
}

.to_viewleft {
    transform: translate(150px, 50px) scale(1.3);
    transition: all .7s;
    transform-origin: top;
    opacity: 0
}

.antialias,
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.border {
    border: 1px solid #fc1f1f !important
}

a,
a span,
.transition,
.block_descargables_gobierno .accordion-content,
.block_descargables_gobierno .info a:after,
.block_descargables_gobierno .info p:after,
.block_resultados_busqueda .texto_resultado a:after,
.block_transparencia .accordion-content,
.block_transparencia .info a:after,
.block_transparencia .info p:after,
.contact_pronaca div.wpforms-container-full button[type=submit],
.contact_pronaca input[type=submit],
.block_contact_sections .sections .card_sost .boton_sost a,
.block_nuestros_programas .card_sost a,
.slider_historia .slick-arrow,
.slider_historia,
.cont_historia .dates ul a:after,
.slider_negocios .slick-arrow,
.slider_panama .slick-arrow,
.block_sostenibilidad_home .card_sost a,
.menu_mobile,
header .search_expanded .input_cont button,
header .search_expanded,
header .c_header_menu>.container:before,
header .c_header_menu>.container,
header .c_header_menu,
header .bar_purple,
header .menu>ul>li>a:after,
header .c_sub_menu:before,
header .c_sub_menu {
    transition: all .3s ease-in-out
}

.transition2,
.block_list_noticias_seccion picture img,
.block_list_noticias_seccion .miniatura_noticia picture img,
.container-noticias_pais .block_seccion_noticias picture img,
.block_seccion_noticias picture img,
.block_redni_green .block_nuestros_procesos .card_sost picture img,
.block_noticias_home picture img,
.block_nuestros_procesos .card_sost picture img,
.block_slider_productos .card_sost img,
.block_contact_sections .sections .card_sost img,
.block_nuestros_programas .card_sost img,
.block_list_noticias picture img,
.block_sostenibilidad_home .card_sost img {
    transition: all 1.5s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.pointer-events-none {
    pointer-events: none
}

.gutters {
    margin-right: -15px;
    margin-left: -15px
}

.gutters>.col,
.gutters>[class*=col-] {
    padding: 15px
}

.box-shadow {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 10000
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    list-style: none
}

.slick-slide {
    position: relative
}

.ico_menu .icon {
    background-color: #fff
}

.ico_menu .icon:before,
.ico_menu .icon:after {
    background-color: #fff
}

.ico_menu .icon {
    transition-duration: .5s;
    position: absolute;
    height: 2px;
    width: 25px;
    top: .8rem
}

.ico_menu .icon:before {
    transition-duration: .5s;
    position: absolute;
    width: 25px;
    height: 2px;
    content: "";
    top: -0.5rem
}

.ico_menu .icon:after {
    transition-duration: .5s;
    position: absolute;
    width: 25px;
    height: 2px;
    content: "";
    top: .5rem
}

header.open .ico_menu .icon {
    transition-duration: .5s;
    background: rgba(0, 0, 0, 0) !important
}

header.open .ico_menu .icon:before {
    transform: rotateZ(45deg) scaleX(1) translate(4px, 4px)
}

header.open .ico_menu .icon:after {
    transform: rotateZ(-45deg) scaleX(1) translate(7px, -7px)
}

.ico_menu:hover {
    cursor: pointer
}

.bg-danger-light {
    background: #f6f5f4
}

.scroll::-webkit-scrollbar {
    height: 4px;
    width: .25rem
}

.scroll::-webkit-scrollbar-track {
    background: rgba(12, 12, 17, .2);
    border-radius: 2px;
    margin-left: 10rem;
    margin-right: 10rem
}

.scroll::-webkit-scrollbar-thumb {
    background: #fc1f1f;
    border-radius: 2px
}

.animate_top {
    position: absolute;
    z-index: -1;
    animation: moveYLeft 4s ease-in-out infinite alternate
}

.animate_top svg {
    width: 40rem;
    height: 40rem;
    margin-left: -16rem;
    animation: rotate 10s linear infinite
}

.animate_top2 {
    position: absolute;
    z-index: -1;
    right: 0;
    animation: moveYRight 4s ease-in-out infinite alternate
}

.animate_top2 svg {
    width: 40rem;
    height: 40rem;
    margin-right: -16rem;
    animation: rotate 10s linear infinite
}

@keyframes moveYRight {
    from {
        transform: translateY(calc(100vh - 20rem))
    }

    to {
        transform: translateY(-20rem)
    }

}

@keyframes moveYLeft {
    from {
        transform: translateY(-20rem)
    }

    to {
        transform: translateY(calc(100vh - 20rem))
    }

}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }

}

.image-to-animate {
    width: 100%;
    height: 100%;
    animation: animateImage 5s infinite
}

@keyframes animateImage {
    0% {
        transform: scale(1) rotate(0deg)
    }

    50% {
        transform: scale(1.1) rotate(10deg)
    }

    100% {
        transform: scale(1) rotate(0deg)
    }

}

header {
    position: fixed;
    z-index: 111111111111111;
    width: 100%;
    top: 0
}

header .bar_purple {
    background: #6d0a58
}

header .bar_purple a {
    color: #fff
}

header ul {
    margin-bottom: 0
}

header .c_sub_menu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 5rem;
    max-height: 0;
    overflow: hidden
}

header .c_sub_menu h3 {
    font-size: 1.875rem;
    color: #fc1f1f;
    line-height: 1;
    margin-bottom: 1.25rem
}

header .c_sub_menu:before {
    content: "";
    width: 100vw;
    position: absolute;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    top: 0
}

header .submenu {
    border-left: 1px solid #e5e5e5
}

header .submenu a {
    color: #fc1f1f;
    display: block;
    margin-bottom: .7rem
}

header .c_left a {
    color: #fc1f1f;
    font-weight: bold;
    background: url(../images/arrow_red.svg) no-repeat right center;
    padding-right: 1.2rem;
    display: inline-block;
    text-decoration: none !important;
    margin-top: 1rem;
    text-transform: uppercase;
    font-size: .875rem
}

header .c_left a:hover {
    padding-right: 1.7rem
}

header .menu>ul>li {
    display: inline-block;
    margin-left: 1.5rem
}

header .menu>ul>li>a {
    color: #fff;
    text-decoration: none;
    line-height: 80px;
    display: block;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .875rem
}

header .menu>ul>li>a:after {
    width: 0;
    height: .25rem;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0
}

header .menu>ul>li>a:hover:after {
    width: 100%
}

header .menu>ul>li:hover .c_sub_menu {
    max-height: 25rem
}

header .menu>ul>li:hover>a:after {
    width: 100%
}

header .menu>ul>li.active>a:after {
    width: 100%
}

header .bar_purple {
    height: 3.125rem;
    position: absolute;
    width: 100%;
    z-index: 10000;
    line-height: 3.125rem;
    font-weight: bold;
    font-size: .75rem;
    text-transform: uppercase
}

header .bar_purple a {
    margin-left: 2.5rem
}

header .bar_purple .search {
    background: url(../images/search.svg) no-repeat;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    vertical-align: middle
}

header .c_header_menu {
    position: absolute;
    width: 100%;
    margin-top: 3.125rem
}

header .c_header_menu>.container .logo {
    position: relative;
    z-index: 1000
}

header .c_header_menu>.container:before {
    content: "";
    width: 100vw;
    position: absolute;
    background: #fc1f1f;
    left: 50%;
    transform: translateX(-50%);
    height: 100%
}

header .search_expanded {
    background: #6d0a58;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

header .search_expanded .input_cont {
    position: relative
}

header .search_expanded .input_cont::before {
    content: url(../images/search_purple.svg);
    position: absolute;
    width: 1.1875rem;
    height: 1.1875rem;
    line-height: 0;
    top: 50%;
    left: 3.125rem;
    transform: translate(0, -50%)
}

header .search_expanded .input_cont input {
    width: 100%;
    height: 6.25rem;
    font-family: "Work Sans", sans-serif;
    font-size: 1rem;
    padding-left: 5rem;
    padding-right: 9rem;
    border: none
}

header .search_expanded .input_cont button {
    position: absolute;
    top: 50%;
    right: 3.125rem;
    color: #fc1f1f;
    transform: translate(0, -50%);
    font-size: .875rem;
    background: url(../images/arrow_red.svg) no-repeat right center;
    padding-right: 1.2rem;
    display: inline-block;
    text-decoration: none !important;
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    border: none
}

header .search_expanded .input_cont button:hover {
    padding-right: 1.7rem
}

header.buscador-open .search_expanded {
    max-height: 14.375rem;
    padding: 5.625rem 0 2.5rem
}

header.buscador-open .c_header_menu {
    margin-top: 14.375rem
}

header.buscador-open .menu_mobile {
    padding-top: 0 !important
}

.menu_mobile {
    display: none
}

@media(min-width: 992px) {
    header .c_header_menu {
        padding-left: 0px !important;
        padding-right: 0rem !important
    }

    header.sticky-menu .search_expanded {
        opacity: 0;
        pointer-events: none
    }

    header.sticky-menu .bar_purple {
        opacity: 0
    }

    header.sticky-menu .c_header_menu {
        margin-top: 1.5rem
    }

    header.sticky-menu .c_header_menu>.container {
        position: relative
    }

    header.sticky-menu .c_header_menu>.container:before {
        width: 100%;
        border-radius: 10px .625rem
    }

    header.sticky-menu .c_sub_menu {
        transition: all .3s
    }

    header.sticky-menu .c_sub_menu:before {
        width: 100%;
        border-radius: 0 0 1.25rem 1.25rem
    }

    header:hover~div {
        opacity: .7
    }

    header:hover.sticky-menu .c_header_menu>.container:before {
        border-radius: 10px .625rem 0 0
    }

}

@media(max-width: 991.98px) {
    .c_menu_header {
        position: absolute;
        display: none
    }

    header.menu-open .menu_mobile {
        height: calc(100% - 6.8rem)
    }

    .menu_mobile {
        display: block;
        position: fixed;
        left: 0;
        top: 6.8rem;
        background: #fc1f1f;
        height: 0;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden
    }

    .menu_mobile #menu-header-purple,
    .menu_mobile #menu-header-purple-menu {
        padding: 0 1.5rem;
        margin-top: 2rem
    }

    .menu_mobile #menu-header-purple a,
    .menu_mobile #menu-header-purple-menu a {
        color: #fff;
        font-family: "Bagoss Extended";
        display: block;
        margin-bottom: .4rem
    }

    header .c_header_menu {
        margin-top: 2.1875rem;
        background: #fc1f1f
    }

    header .c_header_menu>.container .logo {
        height: 5rem
    }

    header .c_header_menu>.container .logo img {
        width: 7.75rem;
        padding-top: 1.5rem
    }

    header .bar_purple {
        height: 2.1875rem;
        line-height: 2.1875rem
    }

    header .bar_purple .search {
        margin-top: .3rem
    }

    header .search_expanded {
        padding: 1.25rem 0 .9375rem;
        max-height: 0;
        overflow: hidden
    }

    header .search_expanded .input_cont {
        position: relative
    }

    header .search_expanded .input_cont::before {
        content: url(../images/search_red.svg);
        left: .9375rem
    }

    header .search_expanded .input_cont input {
        width: 100%;
        height: 3.75rem;
        font-size: .875rem;
        padding-left: 3.125rem;
        padding-right: 3rem;
        border-radius: .3125rem
    }

    header .search_expanded .input_cont a {
        right: .9375rem;
        color: #fff;
        font-size: 0px;
        height: 3rem;
        width: 2rem
    }

    header .search_expanded .input_cont a:hover {
        padding-right: 1.7rem
    }

    header .search_expanded .input_cont button {
        right: 1rem
    }

    header.buscador-open .search_expanded {
        max-height: 7.8125rem;
        padding: 2.4rem 0 .9375rem
    }

    header.buscador-open .c_header_menu {
        margin-top: 7.05rem
    }

    header.buscador-open .menu_mobile {
        padding-top: 5rem
    }

    main {
        margin-top: 7.1875rem !important
    }

    .c_menu_mobile {
        padding: 0 1.5rem
    }

    .c_menu_mobile .menu-item>a {
        font-family: "Bagoss Extended";
        color: #fff;
        font-size: 1.25rem;
        margin-bottom: 1rem;
        display: block
    }

    .c_menu_mobile .sub-menu {
        display: none
    }

    .c_menu_mobile .hide>a {
        display: none
    }

    .c_menu_mobile .submenu-active {
        display: none !important
    }

    .c_menu_mobile .submenu-active+.sub-menu {
        display: block
    }

    .c_menu_mobile .submenu-active+.sub-menu a {
        font-size: 1rem
    }

    .arrow_mobile {
        background: url(../images/arrow_mobile.svg) no-repeat;
        width: 1.875rem;
        height: 1.875rem;
        display: block;
        margin-bottom: 1rem
    }

    .ico_menu {
        background: url(../images/ico_menu.svg) no-repeat;
        width: 1.5625rem;
        height: 1.5625rem;
        position: absolute;
        right: 1.5rem;
        top: 1.4rem;
        transition: all .3s;
        z-index: 10000
    }

    .ico_menu.active {
        background: url(../images/ico_close.svg) no-repeat
    }

}

@media(max-width: 680px) {
    .bar_purple>div {
        display: flex;
        justify-content: space-between
    }

    .bar_purple>div a {
        margin: 0
    }

    .bar_purple>div a.search {
        margin-top: .55rem
    }

    .bar_purple>div a:first-child, .bar_purple>div a:nth-child(2) {
        display: none
    }

    .btn_switch {
        margin-left: 0 !important
    }

}

@media(max-width: 420px) {
    .bar_purple {
        font-size: 11px
    }

}

#loader {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000000000000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none
}

* {
    outline: none !important
}

body {
    overflow-x: hidden;
    background: #0c0c11;
    color: #2d2d2d;
    font-weight: 400
}

main {
    overflow: hidden;
    width: 100%
}

h2,
.block_cifras_fundacion .cifras div span,
.block_cifras_aliados .cifras div span,
.block_servicios_redni .cifras div span,
.block_nuestros_procesos .cifras div span,
.block_animal_salud .cifras div h3,
.block_nuestros_programas .cifras div span,
.block_sostenibilidad_home .cifras div span,
.ticker-text {
    font-size: 3.125rem;
    line-height: 1.1;
    margin-bottom: 0
}

.space_block {
    padding-top: 6.25rem
}

.space_down_big {
    padding-bottom: 12.5rem
}

.tama_block_titles h4 {
    font-size: .75rem;
    font-weight: bold;
    margin-bottom: 1rem
}

.tama_block_titles .btn1,
.tama_block_titles .container-noticias_pais .titulo_pais_noticia a,
.container-noticias_pais .titulo_pais_noticia .tama_block_titles a,
.tama_block_titles .block_resultados_busqueda .btn_cargar a,
.block_resultados_busqueda .btn_cargar .tama_block_titles a,
.tama_block_titles .block_iniciativas_red a,
.block_iniciativas_red .tama_block_titles a,
.tama_block_titles .block_oportunities .info_hero a,
.block_oportunities .info_hero .tama_block_titles a,
.tama_block_titles .block_alimentarte_bien .info_hero a,
.block_alimentarte_bien .info_hero .tama_block_titles a,
.tama_block_titles .block_title_noticias a,
.block_title_noticias .tama_block_titles a,
.tama_block_titles .block_nutricion_animal .c_btn a,
.block_nutricion_animal .c_btn .tama_block_titles a,
.tama_block_titles .contact_pronaca input[type=submit],
.contact_pronaca .tama_block_titles input[type=submit],
.tama_block_titles .block_certificaciones_red a,
.block_certificaciones_red .tama_block_titles a,
.tama_block_titles .cont_bloques_somos .bloques_somos a,
.cont_bloques_somos .bloques_somos .tama_block_titles a,
.tama_block_titles .block_alimentarte .info_hero a,
.block_alimentarte .info_hero .tama_block_titles a,
.tama_block_titles .block_marcas_home .modules_text a,
.block_marcas_home .modules_text .tama_block_titles a,
.tama_block_titles .block_negocios_home .c_right a,
.block_negocios_home .c_right .tama_block_titles a,
.tama_block_titles .block_text_intro a,
.block_text_intro .tama_block_titles a,
.tama_block_titles .block_somos_home a,
.block_somos_home .tama_block_titles a {
    margin-top: 6rem
}

.tama_block_titles p {
    margin-bottom: 0;
    font-size: 1.125rem
}

.container_1300 {
    max-width: 81.25rem;
    margin: 0 auto
}

.container_1180 {
    max-width: 73.75rem;
    margin: 0 auto
}

.container_1100 {
    max-width: 68.75rem;
    margin: 0 auto
}

.container_980 {
    max-width: 61.25rem;
    margin: 0 auto
}

.container_920 {
    max-width: 57.5rem;
    margin: 0 auto
}

.container_800 {
    max-width: 50rem;
    margin: 0 auto
}

.container_640 {
    max-width: 40rem
}

.container_530 {
    max-width: 33.125rem
}

.container_480 {
    max-width: 30rem
}

.container_420,
.block_valores .cifras>div {
    max-width: 26.25rem
}

.container_380 {
    max-width: 23.75rem
}

.btn1,
.container-noticias_pais .titulo_pais_noticia a,
.block_resultados_busqueda .btn_cargar a,
.block_iniciativas_red a,
.block_oportunities .info_hero a,
.block_alimentarte_bien .info_hero a,
.block_title_noticias a,
.block_nutricion_animal .c_btn a,
.contact_pronaca input[type=submit],
.block_certificaciones_red a,
.cont_bloques_somos .bloques_somos a,
.block_alimentarte .info_hero a,
.block_marcas_home .modules_text a,
.block_negocios_home .c_right a,
.block_text_intro a,
.block_somos_home a,
.btn2,
.block_visita_fundacion .info_hero a,
.block_fundacion .modules_text a,
.block_cultura_pink_second .c_left a,
.block_proposito_purple_second .c_left a,
.block_nuestros_procesos .c_left a,
.block_certificaciones a,
.block_green .c_left a,
.block_nuestros_programas .c_left a,
.block_iniciativas a,
.cont_historia .c_left a,
.block_cultura_pink .c_left a,
.block_proposito_purple .c_left a,
.block_sostenibilidad_home .c_left a {
    font-size: .875rem;
    font-weight: bold;
    padding: 1.1rem 2.5rem;
    border-radius: 3rem;
    display: inline-block;
    text-decoration: none !important
}

.btn1,
.container-noticias_pais .titulo_pais_noticia a,
.block_resultados_busqueda .btn_cargar a,
.block_iniciativas_red a,
.block_oportunities .info_hero a,
.block_alimentarte_bien .info_hero a,
.block_title_noticias a,
.block_nutricion_animal .c_btn a,
.contact_pronaca input[type=submit],
.block_certificaciones_red a,
.cont_bloques_somos .bloques_somos a,
.block_alimentarte .info_hero a,
.block_marcas_home .modules_text a,
.block_negocios_home .c_right a,
.block_text_intro a,
.block_somos_home a {
    background: #fc1f1f;
    color: #fff
}

.btn1:hover,
.container-noticias_pais .titulo_pais_noticia a:hover,
.block_resultados_busqueda .btn_cargar a:hover,
.block_iniciativas_red a:hover,
.block_oportunities .info_hero a:hover,
.block_alimentarte_bien .info_hero a:hover,
.block_title_noticias a:hover,
.block_nutricion_animal .c_btn a:hover,
.contact_pronaca input[type=submit]:hover,
.block_certificaciones_red a:hover,
.cont_bloques_somos .bloques_somos a:hover,
.block_alimentarte .info_hero a:hover,
.block_marcas_home .modules_text a:hover,
.block_negocios_home .c_right a:hover,
.block_text_intro a:hover,
.block_somos_home a:hover {
    background: #cc0303;
    color: #fff
}

.btn2,
.block_visita_fundacion .info_hero a,
.block_fundacion .modules_text a,
.block_cultura_pink_second .c_left a,
.block_proposito_purple_second .c_left a,
.block_nuestros_procesos .c_left a,
.block_certificaciones a,
.block_green .c_left a,
.block_nuestros_programas .c_left a,
.block_iniciativas a,
.cont_historia .c_left a,
.block_cultura_pink .c_left a,
.block_proposito_purple .c_left a,
.block_sostenibilidad_home .c_left a {
    background: #05a044;
    color: #c9f2e0
}

.btn2:hover,
.block_visita_fundacion .info_hero a:hover,
.block_fundacion .modules_text a:hover,
.block_cultura_pink_second .c_left a:hover,
.block_proposito_purple_second .c_left a:hover,
.block_nuestros_procesos .c_left a:hover,
.block_certificaciones a:hover,
.block_green .c_left a:hover,
.block_nuestros_programas .c_left a:hover,
.block_iniciativas a:hover,
.cont_historia .c_left a:hover,
.block_cultura_pink .c_left a:hover,
.block_proposito_purple .c_left a:hover,
.block_sostenibilidad_home .c_left a:hover {
    background: #036f2f;
    color: #c9f2e0
}

.marquee {
    padding-bottom: 6.25rem;
    padding-top: 5.625rem;
    overflow: hidden;
    display: flex
}

.ticker-text {
    background: url(../images/respeto.svg) no-repeat right center;
    padding-right: 4rem;
    color: #88f2a0;
    white-space: nowrap;
    padding-left: 1rem
}

.block_about {
    background-color: #fc1f1f;
    color: #fff;
    padding: 13.5rem 0 3.125rem
}

.block_about h2,
.block_about .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_about span,
.block_about .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_about span,
.block_about .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_about span,
.block_about .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_about span,
.block_about .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_about h3,
.block_about .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_about span,
.block_about .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_about span,
.block_about .ticker-text {
    font-size: 5rem
}

.fancybox__container {
    z-index: 10000000000
}

footer {
    border-radius: 0 6.25rem 0 0;
    position: relative;
    z-index: 1000
}

footer .c_left1 h2,
footer .c_left1 .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div footer .c_left1 span,
footer .c_left1 .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div footer .c_left1 span,
footer .c_left1 .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div footer .c_left1 span,
footer .c_left1 .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div footer .c_left1 span,
footer .c_left1 .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div footer .c_left1 h3,
footer .c_left1 .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div footer .c_left1 span,
footer .c_left1 .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div footer .c_left1 span,
footer .c_left1 .ticker-text {
    font-size: 2.9375rem;
    margin-top: 3.6rem
}

footer a {
    color: #fff !important;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2.125rem
}

footer ul a {
    font-size: 1.25rem
}

footer .social a {
    margin-bottom: .375rem
}

footer .social a img {
    max-width: 1.5625rem
}

footer hr {
    background: #fff;
    margin: 0
}

footer .legal a {
    font-size: .875rem;
    line-height: 1.5
}

footer .legal h6 {
    font-size: .875rem
}

footer .container_270 {
    max-width: 350px;
    margin-left: auto
}

footer .container_270 a {
    font-weight: normal
}

.btn_switch {
    display: inline-block;
    margin-left: 1.5rem
}

.btn_switch a {
    margin-left: .5rem !important;
    border-radius: 5px;
    padding: 5px;
    display: inline !important
}

.btn_switch a.active {
    background: #fff;
    color: #6d0a58
}

@media(max-width: 991.98px) {

    .btn1,
    .container-noticias_pais .titulo_pais_noticia a,
    .block_resultados_busqueda .btn_cargar a,
    .block_iniciativas_red a,
    .block_oportunities .info_hero a,
    .block_alimentarte_bien .info_hero a,
    .block_title_noticias a,
    .block_nutricion_animal .c_btn a,
    .contact_pronaca input[type=submit],
    .block_certificaciones_red a,
    .cont_bloques_somos .bloques_somos a,
    .block_alimentarte .info_hero a,
    .block_marcas_home .modules_text a,
    .block_negocios_home .c_right a,
    .block_text_intro a,
    .block_somos_home a,
    .btn2,
    .block_visita_fundacion .info_hero a,
    .block_fundacion .modules_text a,
    .block_cultura_pink_second .c_left a,
    .block_proposito_purple_second .c_left a,
    .block_nuestros_procesos .c_left a,
    .block_certificaciones a,
    .block_green .c_left a,
    .block_nuestros_programas .c_left a,
    .block_iniciativas a,
    .cont_historia .c_left a,
    .block_cultura_pink .c_left a,
    .block_proposito_purple .c_left a,
    .block_sostenibilidad_home .c_left a {
        padding: 1.1rem 1.625rem
    }

    .texto_inicial h2,
    .texto_inicial .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .texto_inicial span,
    .texto_inicial .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .texto_inicial span,
    .texto_inicial .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .texto_inicial span,
    .texto_inicial .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .texto_inicial span,
    .texto_inicial .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .texto_inicial h3,
    .texto_inicial .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .texto_inicial span,
    .texto_inicial .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .texto_inicial span,
    .texto_inicial .ticker-text {
        font-size: 1.625rem !important
    }

    main {
        margin-top: 10rem
    }

    .tama_block_titles h4 {
        margin-bottom: .7rem
    }

    h2,
    .block_cifras_fundacion .cifras div span,
    .block_cifras_aliados .cifras div span,
    .block_servicios_redni .cifras div span,
    .block_nuestros_procesos .cifras div span,
    .block_animal_salud .cifras div h3,
    .block_nuestros_programas .cifras div span,
    .block_sostenibilidad_home .cifras div span,
    .ticker-text {
        font-size: 2.25rem !important
    }

    .block_about {
        padding: 6.25rem 0 3.125rem
    }

    .block_about h2,
    .block_about .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_about span,
    .block_about .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_about span,
    .block_about .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_about span,
    .block_about .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_about span,
    .block_about .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_about h3,
    .block_about .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_about span,
    .block_about .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_about span,
    .block_about .ticker-text {
        font-size: 2.5rem !important
    }

    .space_block {
        padding-top: 2.5rem
    }

    .ticker-text {
        font-size: 2.1875rem;
        background-size: 1.625rem;
        padding-right: 2.6rem
    }

    .ticker-text img {
        max-width: 2.1875rem
    }

    .marquee {
        padding-bottom: 2.5rem;
        padding-top: 1rem
    }

    footer {
        border-radius: 0 3.125rem 0 0
    }

    footer .c_left1 h2,
    footer .c_left1 .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div footer .c_left1 span,
    footer .c_left1 .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div footer .c_left1 span,
    footer .c_left1 .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div footer .c_left1 span,
    footer .c_left1 .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div footer .c_left1 span,
    footer .c_left1 .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div footer .c_left1 h3,
    footer .c_left1 .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div footer .c_left1 span,
    footer .c_left1 .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div footer .c_left1 span,
    footer .c_left1 .ticker-text {
        font-size: 2.1875rem;
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }

    footer .social {
        display: flex;
        padding-top: 1.875rem
    }

    footer .social a img {
        margin-right: 1.25rem
    }

    footer .container_270 {
        margin-left: 0;
        padding-bottom: 2.5rem
    }

    footer .container_270 a {
        font-size: .875rem
    }

}

@keyframes rotateRight {
    to {
        transform: rotate(360deg)
    }

}

@keyframes rotateLeft {
    to {
        transform: rotate(-360deg)
    }

}

@keyframes moveX {
    to {
        transform: translateX(1rem)
    }

    from {
        transform: translateX(-1rem)
    }

}

@keyframes moveY {
    to {
        transform: translateY(1rem)
    }

    from {
        transform: translateY(-1rem)
    }

}

@keyframes moveX_05 {
    to {
        transform: translateX(0.5rem)
    }

    from {
        transform: translateX(-0.5rem)
    }

}

@keyframes moveY_05 {
    to {
        transform: translateY(0.5rem)
    }

    from {
        transform: translateY(-0.5rem)
    }

}

@keyframes rotate_5 {
    to {
        transform: rotate(5deg)
    }

    from {
        transform: rotate(-5deg)
    }

}

@keyframes opacity {
    to {
        opacity: .5
    }

    from {
        opacity: 1
    }

}

.ani__rotate_right {
    animation-name: rotateRight
}

.ani__rotate_left {
    animation-name: rotateLeft
}

.ani__move_x {
    animation-name: moveX
}

.ani__move_y {
    animation-name: moveY
}

.ani__move_x_05 {
    animation-name: moveX_05
}

.ani__move_y_05 {
    animation-name: moveY_05
}

.ani__rotate_5 {
    animation-name: rotate_5
}

.ani__opacity {
    animation-name: opacity
}

.ani__alternate {
    animation-direction: alternate
}

.ani__linear {
    animation-timing-function: linear
}

.ani__ease {
    animation-timing-function: ease-in-out
}

.ani__infinite {
    animation-iteration-count: infinite;
    pointer-events: none
}

.ani__forwards {
    animation-fill-mode: forwards
}

.ani__backwards {
    animation-fill-mode: backwards
}

.ani__duration-0s {
    animation-duration: 0s
}

.ani__duration-1s {
    animation-duration: 1s
}

.ani__duration-2s {
    animation-duration: 2s
}

.ani__duration-3s {
    animation-duration: 3s
}

.ani__duration-4s {
    animation-duration: 4s
}

.ani__duration-5s {
    animation-duration: 5s
}

.ani__duration-6s {
    animation-duration: 6s
}

.ani__duration-7s {
    animation-duration: 7s
}

.ani__duration-8s {
    animation-duration: 8s
}

.ani__duration-9s {
    animation-duration: 9s
}

.ani__duration-10s {
    animation-duration: 10s
}

.ani__duration-11s {
    animation-duration: 11s
}

.ani__duration-12s {
    animation-duration: 12s
}

.ani__duration-13s {
    animation-duration: 13s
}

.ani__duration-14s {
    animation-duration: 14s
}

.ani__duration-15s {
    animation-duration: 15s
}

.ani__duration-16s {
    animation-duration: 16s
}

.ani__duration-17s {
    animation-duration: 17s
}

.ani__duration-18s {
    animation-duration: 18s
}

.ani__duration-19s {
    animation-duration: 19s
}

.ani__duration-20s {
    animation-duration: 20s
}

.ani__duration-21s {
    animation-duration: 21s
}

.ani__duration-22s {
    animation-duration: 22s
}

.ani__duration-23s {
    animation-duration: 23s
}

.ani__duration-24s {
    animation-duration: 24s
}

.ani__duration-25s {
    animation-duration: 25s
}

.ani__duration-26s {
    animation-duration: 26s
}

.ani__duration-27s {
    animation-duration: 27s
}

.ani__duration-28s {
    animation-duration: 28s
}

.ani__duration-29s {
    animation-duration: 29s
}

.ani__duration-30s {
    animation-duration: 30s
}

.ani__duration-31s {
    animation-duration: 31s
}

.ani__duration-32s {
    animation-duration: 32s
}

.ani__duration-33s {
    animation-duration: 33s
}

.ani__duration-34s {
    animation-duration: 34s
}

.ani__duration-35s {
    animation-duration: 35s
}

.ani__duration-36s {
    animation-duration: 36s
}

.ani__duration-37s {
    animation-duration: 37s
}

.ani__duration-38s {
    animation-duration: 38s
}

.ani__duration-39s {
    animation-duration: 39s
}

.ani__duration-40s {
    animation-duration: 40s
}

.ani__delay-0ms {
    animation-delay: 0ms
}

.ani__delay-100ms {
    animation-delay: 100ms
}

.ani__delay-200ms {
    animation-delay: 200ms
}

.ani__delay-300ms {
    animation-delay: 300ms
}

.ani__delay-400ms {
    animation-delay: 400ms
}

.ani__delay-500ms {
    animation-delay: 500ms
}

.ani__delay-600ms {
    animation-delay: 600ms
}

.ani__delay-700ms {
    animation-delay: 700ms
}

.ani__delay-800ms {
    animation-delay: 800ms
}

.ani__delay-900ms {
    animation-delay: 900ms
}

.ani__delay-1000ms {
    animation-delay: 1000ms
}

.ani__delay-1100ms {
    animation-delay: 1100ms
}

.ani__delay-1200ms {
    animation-delay: 1200ms
}

.ani__delay-1300ms {
    animation-delay: 1300ms
}

.ani__delay-1400ms {
    animation-delay: 1400ms
}

.ani__delay-1500ms {
    animation-delay: 1500ms
}

.ani__delay-1600ms {
    animation-delay: 1600ms
}

.ani__delay-1700ms {
    animation-delay: 1700ms
}

.ani__delay-1800ms {
    animation-delay: 1800ms
}

.ani__delay-1900ms {
    animation-delay: 1900ms
}

.ani__delay-2000ms {
    animation-delay: 2000ms
}

.ani__duration-05s {
    animation-duration: .5s
}

.z--1 {
    z-index: -1
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.z-3 {
    z-index: 3
}

.z-4 {
    z-index: 4
}

.z-5 {
    z-index: 5
}

.z-6 {
    z-index: 6
}

.z-7 {
    z-index: 7
}

.z-8 {
    z-index: 8
}

.z-9 {
    z-index: 9
}

.z-10 {
    z-index: 10
}

.z-11 {
    z-index: 11
}

.z-12 {
    z-index: 12
}

.z-13 {
    z-index: 13
}

.z-14 {
    z-index: 14
}

.z-15 {
    z-index: 15
}

.z-16 {
    z-index: 16
}

.z-17 {
    z-index: 17
}

.z-18 {
    z-index: 18
}

.z-19 {
    z-index: 19
}

.z-20 {
    z-index: 20
}

.z-21 {
    z-index: 21
}

.z-22 {
    z-index: 22
}

.z-23 {
    z-index: 23
}

.z-24 {
    z-index: 24
}

.z-25 {
    z-index: 25
}

.z-26 {
    z-index: 26
}

.z-27 {
    z-index: 27
}

.z-28 {
    z-index: 28
}

.z-29 {
    z-index: 29
}

.z-30 {
    z-index: 30
}

.z-31 {
    z-index: 31
}

.z-32 {
    z-index: 32
}

.z-33 {
    z-index: 33
}

.z-34 {
    z-index: 34
}

.z-35 {
    z-index: 35
}

.z-36 {
    z-index: 36
}

.z-37 {
    z-index: 37
}

.z-38 {
    z-index: 38
}

.z-39 {
    z-index: 39
}

.z-40 {
    z-index: 40
}

.z-41 {
    z-index: 41
}

.z-42 {
    z-index: 42
}

.z-43 {
    z-index: 43
}

.z-44 {
    z-index: 44
}

.z-45 {
    z-index: 45
}

.z-46 {
    z-index: 46
}

.z-47 {
    z-index: 47
}

.z-48 {
    z-index: 48
}

.z-49 {
    z-index: 49
}

.block_hero {
    position: relative;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.375rem
}

.block_hero img {
    width: 100%;
    opacity: .9
}

.block_hero .info_hero {
    position: absolute;
    bottom: 6.25rem;
    width: 100%
}

.block_hero h1 {
    margin-bottom: .625rem;
    font-size: 3.75rem;
    line-height: 1
}

.block_hero p {
    margin-bottom: 0
}

@media(max-width: 991.98px) {
    .block_hero {
        font-size: 1rem
    }

    .block_hero img {
        max-height: 35.625rem;
        object-fit: cover
    }

    .block_hero .info_hero {
        bottom: 2.5rem
    }

    .block_hero .info_hero h1 {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

}

.block_somos_home {
    color: #fc1f1f;
    background: #fff
}

.block_somos_home h2,
.block_somos_home .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_somos_home span,
.block_somos_home .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_somos_home span,
.block_somos_home .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_somos_home span,
.block_somos_home .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_somos_home span,
.block_somos_home .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_somos_home h3,
.block_somos_home .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_somos_home span,
.block_somos_home .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_somos_home span,
.block_somos_home .ticker-text {
    font-size: 3.125rem;
    margin-bottom: 0
}

.block_somos_home a {
    color: #fff !important;
    margin-top: 2.5rem
}

.block_somos_home+p {
    background: #fff;
    margin: 0 !important
}

.block_text_intro {
    background: #fff
}

.block_text_intro h2,
.block_text_intro .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_text_intro span,
.block_text_intro .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_text_intro span,
.block_text_intro .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_text_intro span,
.block_text_intro .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_text_intro span,
.block_text_intro .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_text_intro h3,
.block_text_intro .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_text_intro span,
.block_text_intro .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_text_intro span,
.block_text_intro .ticker-text {
    font-size: 3.75rem;
    margin-bottom: 0;
    color: #fc1f1f
}

.block_text_intro p {
    font-size: 1.125rem
}

@media(max-width: 991.98px) {

    .block_somos_home h2,
    .block_somos_home .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_somos_home span,
    .block_somos_home .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_somos_home span,
    .block_somos_home .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_somos_home span,
    .block_somos_home .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_somos_home span,
    .block_somos_home .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_somos_home h3,
    .block_somos_home .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_somos_home span,
    .block_somos_home .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_somos_home span,
    .block_somos_home .ticker-text {
        font-size: 1.5625rem;
        line-height: 1.875rem;
        margin-bottom: 1rem
    }

    .block_text_intro {
        background: #fff
    }

    .block_text_intro h2,
    .block_text_intro .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_text_intro span,
    .block_text_intro .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_text_intro span,
    .block_text_intro .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_text_intro span,
    .block_text_intro .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_text_intro span,
    .block_text_intro .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_text_intro h3,
    .block_text_intro .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_text_intro span,
    .block_text_intro .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_text_intro span,
    .block_text_intro .ticker-text {
        font-size: 1.5625rem;
        margin-bottom: 0;
        color: #fc1f1f
    }

}

.block_sostenibilidad_home {
    color: #c9f2e0;
    background: #00524f;
    border-radius: 0 100px
}

.block_sostenibilidad_home h4 {
    color: #88f2a0
}

.block_sostenibilidad_home .cifras {
    display: flex;
    margin-bottom: 2.5rem
}

.block_sostenibilidad_home .cifras>span {
    padding-right: 3rem
}

.block_sostenibilidad_home .cifras img {
    margin-top: .5rem;
    width: 2.6875rem
}

.block_sostenibilidad_home .cifras div span {
    padding-bottom: .2rem;
    display: block
}

.block_sostenibilidad_home .bienestar_cards {
    padding-top: 3.75rem
}

.block_sostenibilidad_home .card_sost {
    position: relative
}

.block_sostenibilidad_home .card_sost picture {
    overflow: hidden;
    border-radius: 1.4rem;
    display: block
}

.block_sostenibilidad_home .card_sost picture:after {
    content: "";
    height: 12.5rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 1.4rem 1.4rem;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%)
}

.block_sostenibilidad_home .card_sost img {
    display: block;
    width: 100%;
    min-height: 26.25rem;
    object-fit: cover
}

.block_sostenibilidad_home .card_sost div {
    position: absolute;
    bottom: 0;
    padding: 1.875rem 2.5rem
}

.block_sostenibilidad_home .card_sost h3 {
    line-height: 1;
    font-size: 1.5625rem;
    min-height: 3rem;
    margin-bottom: 0;
    color: #fff
}

.block_sostenibilidad_home .card_sost a {
    background: url(../images/arrow_white.svg) no-repeat calc(100% - 1rem) center #05a044;
    font-size: .875rem;
    font-weight: bold;
    color: #c9f2e0;
    width: 2.8125rem;
    line-height: 2.8125rem;
    display: inline-block;
    border-radius: 4rem;
    overflow: hidden;
    height: 2.8125rem;
    text-decoration: none !important;
    margin-top: 1.7rem
}

.block_sostenibilidad_home .card_sost a span {
    display: block;
    padding-right: 3rem;
    width: 9rem;
    padding-left: 1.5rem;
    transform: translateX(-6rem)
}

.block_sostenibilidad_home .card_sost a:hover {
    width: 8.125rem
}

.block_sostenibilidad_home .card_sost a:hover span {
    transform: translate(0)
}

.block_sostenibilidad_home .card_sost:hover picture img {
    transform: scale(1.1)
}

@media(max-width: 991.98px) {
    .block_sostenibilidad_home {
        border-radius: 0 3.125rem
    }

    .block_sostenibilidad_home .c_left h2,
    .block_cifras_fundacion .cifras div .block_sostenibilidad_home .c_left span,
    .block_cifras_aliados .cifras div .block_sostenibilidad_home .c_left span,
    .block_servicios_redni .cifras div .block_sostenibilidad_home .c_left span,
    .block_nuestros_procesos .cifras div .block_sostenibilidad_home .c_left span,
    .block_sostenibilidad_home .c_left .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_sostenibilidad_home .c_left h3,
    .block_nuestros_programas .cifras div .block_sostenibilidad_home .c_left span,
    .block_sostenibilidad_home .c_left .ticker-text,
    .block_sostenibilidad_home .c_left .cifras div span,
    .block_sostenibilidad_home .cifras div .c_left span {
        font-size: 2.1875rem
    }

    .block_sostenibilidad_home .c_right {
        padding-top: 1.875rem
    }

    .block_sostenibilidad_home .cifras {
        margin-bottom: 1.5rem
    }

    .block_sostenibilidad_home .cifras>span {
        padding-right: 1.875rem
    }

    .block_sostenibilidad_home .cifras img {
        max-width: 2.1875rem
    }

    .block_sostenibilidad_home .cifras div span {
        font-size: 2.1875rem
    }

    .block_sostenibilidad_home .bienestar_cards {
        padding-top: .625rem
    }

    .block_sostenibilidad_home .card_sost picture {
        margin-bottom: 1.25rem
    }

    .block_sostenibilidad_home .card_sost div {
        padding: 1rem 1.25rem
    }

    .block_sostenibilidad_home .card_sost h3 {
        font-size: 1.25rem;
        min-height: auto
    }

    .block_sostenibilidad_home .card_sost a {
        margin-top: 1rem;
        width: 8.125rem !important
    }

    .block_sostenibilidad_home .card_sost a span {
        transform: translateX(0)
    }

}

.block_negocios_home {
    background: #fff
}

.block_negocios_home h4,
.block_negocios_home h2,
.block_negocios_home .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_negocios_home span,
.block_negocios_home .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_negocios_home span,
.block_negocios_home .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_negocios_home span,
.block_negocios_home .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_negocios_home span,
.block_negocios_home .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_negocios_home h3,
.block_negocios_home .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_negocios_home span,
.block_negocios_home .ticker-text,
.block_negocios_home .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_negocios_home span {
    color: #fc1f1f
}

.block_negocios_home h2,
.block_negocios_home .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_negocios_home span,
.block_negocios_home .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_negocios_home span,
.block_negocios_home .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_negocios_home span,
.block_negocios_home .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_negocios_home span,
.block_negocios_home .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_negocios_home h3,
.block_negocios_home .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_negocios_home span,
.block_negocios_home .ticker-text,
.block_negocios_home .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_negocios_home span {
    font-size: 3.75rem;
    line-height: 1
}

.block_negocios_home h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-family: "Work Sans", sans-serif;
    padding-bottom: 2.8125rem;
    margin-bottom: 0
}

.block_negocios_home h3 {
    margin-bottom: 1rem;
    line-height: 1.875rem;
    min-height: 4.5625rem
}

.block_negocios_home .c_card {
    border: 1px solid #e5e5e5;
    border-radius: 1.25rem;
    overflow: hidden
}

.block_negocios_home .c_card>div {
    padding: 2rem
}

.block_negocios_home .c_card>div div {
    min-height: 12rem
}

.block_negocios_home .c_card img {
    width: 100%
}

.block_negocios_home .c_card h4 {
    font-size: 1rem;
    color: #0c0c11;
    font-weight: 400;
    line-height: 1.625rem;
    min-height: 8.125rem;
    margin-bottom: 0
}

.block_negocios_home .slider_negocios a {
    color: #fc1f1f;
    font-weight: bold;
    background: url(../images/arrow_red.svg) no-repeat right center;
    padding-right: 1.2rem;
    display: inline-block;
    text-decoration: none !important;
    margin-top: 1rem
}

.block_negocios_home .slider_negocios a:hover {
    padding-right: 1.7rem
}

.slider_negocios,
.slider_panama {
    margin: 0 -1rem
}

.slider_negocios .slick-arrow,
.slider_panama .slick-arrow {
    position: absolute;
    bottom: 0;
    background: url(../images/arrow_right.svg) no-repeat #fc1f1f center;
    width: 3.75rem;
    height: 3.75rem;
    bottom: -6.5rem;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100000
}

.slider_negocios .slick-arrow:hover,
.slider_panama .slick-arrow:hover {
    background-color: #cc0303
}

.slider_negocios .slick-next,
.slider_panama .slick-next {
    right: 1rem
}

.slider_negocios .slick-prev,
.slider_panama .slick-prev {
    right: 10rem;
    transform: rotate(180deg)
}

@media(max-width: 991.98px) {

    .block_negocios_home h2,
    .block_negocios_home .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_negocios_home span,
    .block_negocios_home .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_negocios_home span,
    .block_negocios_home .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_negocios_home span,
    .block_negocios_home .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_negocios_home span,
    .block_negocios_home .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_negocios_home h3,
    .block_negocios_home .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_negocios_home span,
    .block_negocios_home .ticker-text,
    .block_negocios_home .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_negocios_home span {
        font-size: 2.1875rem;
        margin-bottom: 1.25rem;
        line-height: 2.5rem
    }

    .block_negocios_home h3 {
        font-size: 1.5625rem;
        min-height: auto
    }

    .block_negocios_home .c_card>div {
        padding: 2.5rem
    }

    .block_negocios_home .c_card h4 {
        min-height: auto
    }

    .slider_negocios .slick-arrow,
    .slider_panama .slick-arrow {
        bottom: -6rem
    }

    .slider_negocios .slick-next,
    .slider_panama .slick-next {
        right: initial !important;
        left: 8rem !important
    }

    .slider_negocios .slick-prev,
    .slider_panama .slick-prev {
        right: initial;
        left: 1rem;
        transform: rotate(180deg)
    }

}

.block_marcas_home {
    background: #fff
}

.block_marcas_home .bg_marcas img {
    width: 100%;
    border-radius: 0 100px 0 0
}

.block_marcas_home .modules_text {
    margin-top: -7rem;
    background: #fff;
    position: relative;
    z-index: 100000;
    border-radius: 1.25rem
}

.block_marcas_home .modules_text h2,
.block_marcas_home .modules_text .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_marcas_home .modules_text span,
.block_marcas_home .modules_text .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_marcas_home .modules_text span,
.block_marcas_home .modules_text .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_marcas_home .modules_text span,
.block_marcas_home .modules_text .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_marcas_home .modules_text span,
.block_marcas_home .modules_text .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_marcas_home .modules_text h3,
.block_marcas_home .modules_text .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_marcas_home .modules_text span,
.block_marcas_home .modules_text .ticker-text,
.block_marcas_home .modules_text .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_marcas_home .modules_text span,
.block_marcas_home .modules_text h4 {
    color: #fc1f1f
}

.block_marcas_home .c_marca {
    border: 1px solid #e5e5e5;
    width: 17.5rem;
    height: 9.125rem;
    border-radius: 1.25rem;
    margin: 0 .7rem
}

.block_marcas_home .c_marca img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.block_marcas_home .slider_marcas,
.block_marcas_home .slider_marcas2 {
    width: 100%
}

@media(max-width: 991.98px) {
    .block_marcas_home {
        padding-top: 5.9375rem
    }

    .block_marcas_home .bg_marcas img {
        height: 21.25rem;
        object-fit: cover;
        border-radius: 0 3.125rem 0 0
    }

    .block_marcas_home .modules_text h2,
    .block_marcas_home .modules_text .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_marcas_home .modules_text span,
    .block_marcas_home .modules_text .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_marcas_home .modules_text span,
    .block_marcas_home .modules_text .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_marcas_home .modules_text span,
    .block_marcas_home .modules_text .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_marcas_home .modules_text span,
    .block_marcas_home .modules_text .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_marcas_home .modules_text h3,
    .block_marcas_home .modules_text .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_marcas_home .modules_text span,
    .block_marcas_home .modules_text .ticker-text,
    .block_marcas_home .modules_text .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_marcas_home .modules_text span {
        font-size: 2.1875rem;
        margin-bottom: 1.25rem;
        line-height: 2.5rem
    }

}

.block_alimentarte {
    position: relative;
    background: #fff
}

.block_alimentarte picture {
    overflow: hidden
}

.block_alimentarte picture img {
    width: 100%;
    object-fit: cover;
    height: 48.125rem;
    border-radius: 0 100px 0 0
}

.block_alimentarte .info_hero {
    position: absolute;
    top: 6.25rem;
    width: 100%
}

.block_alimentarte .info_hero h2,
.block_alimentarte .info_hero .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_alimentarte .info_hero span,
.block_alimentarte .info_hero .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_alimentarte .info_hero span,
.block_alimentarte .info_hero .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_alimentarte .info_hero span,
.block_alimentarte .info_hero .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_alimentarte .info_hero span,
.block_alimentarte .info_hero .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_alimentarte .info_hero h3,
.block_alimentarte .info_hero .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_alimentarte .info_hero span,
.block_alimentarte .info_hero .ticker-text,
.block_alimentarte .info_hero .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_alimentarte .info_hero span {
    padding: 0
}

.block_alimentarte .info_hero a {
    margin-top: 1.9rem
}

.block_alimentarte p {
    margin-bottom: 0
}

.block_alimentarte .modules_text {
    margin-top: -7rem;
    background: #fff;
    position: relative;
    z-index: 10000;
    border-radius: 1.25rem
}

.block_alimentarte .modules_text img {
    margin-bottom: 1rem;
    max-width: 100%
}

.block_alimentarte .modules_text h3 {
    font-size: 3.125rem;
    color: #fc1f1f;
    line-height: 1.2
}

.block_alimentarte .info_hero {
    color: #fff
}

.block_alimentarte .container_380 {
    margin: 0 auto;
    max-width: 23.75rem
}

.block_alimentarte .container_380 a {
    color: #fc1f1f;
    font-weight: bold;
    background: url(../images/arrow_red.svg) no-repeat right center;
    padding-right: 1.2rem;
    display: inline-block;
    text-decoration: none !important;
    margin-top: 1rem
}

.block_alimentarte .container_380 a:hover {
    padding-right: 1.7rem
}

.block_alimentarte .list_alimentarte .c_card {
    background: url(../images/check_red.svg) no-repeat;
    padding-top: 4rem
}

.block_alimentarte .list_alimentarte h4 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 1rem
}

.block_alimentarte .list_alimentarte p {
    font-size: 1rem
}

.block_alimentarte+p {
    background: #fff;
    margin: 0 !important
}

@media(max-width: 991.98px) {

    .block_alimentarte h2,
    .block_alimentarte .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_alimentarte span,
    .block_alimentarte .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_alimentarte span,
    .block_alimentarte .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_alimentarte span,
    .block_alimentarte .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_alimentarte span,
    .block_alimentarte .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_alimentarte h3,
    .block_alimentarte .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_alimentarte span,
    .block_alimentarte .ticker-text,
    .block_alimentarte .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_alimentarte span {
        font-size: 1.5625rem
    }

    .block_alimentarte p {
        font-size: 1rem
    }

    .block_alimentarte .info_hero {
        top: 15rem
    }

    .block_alimentarte picture img {
        border-radius: 0 3.125rem 0 0;
        height: 43.75rem
    }

    .block_alimentarte .modules_text h3 {
        font-size: 1.5625rem
    }

    .block_alimentarte .list_alimentarte .c_card {
        background-size: 2.1875rem;
        padding-top: 3.4rem
    }

    .block_alimentarte .list_alimentarte h4 {
        font-size: 1.25rem
    }

}

.block_list_noticias {
    font-size: .875rem;
    background: #fff
}

.block_list_noticias picture {
    overflow: hidden;
    border-radius: 1.4rem;
    display: block
}

.block_list_noticias picture img {
    width: 100%;
    display: block
}

.block_list_noticias a {
    display: block;
    text-decoration: none !important;
    color: #2d2d2d;
    margin-bottom: 3rem
}

.block_list_noticias a:hover img {
    transform: scale(1.1)
}

.block_list_noticias h4 {
    color: #fc1f1f;
    margin-top: 1.5rem
}

.block_list_noticias h3 {
    line-height: 1.2;
    max-width: 29.375rem
}

@media(max-width: 991.98px) {
    .block_list_noticias h3 {
        font-size: 1.25rem
    }

    .block_list_noticias a {
        margin-bottom: 1.75rem
    }

}

.block_proposito_purple {
    color: #fff;
    background: #6d0a58;
    border-radius: 0 6.25rem 0 0;
    padding-bottom: 12.5rem
}

.block_proposito_purple h2,
.block_proposito_purple .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_proposito_purple span,
.block_proposito_purple .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_proposito_purple span,
.block_proposito_purple .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_proposito_purple span,
.block_proposito_purple .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_proposito_purple span,
.block_proposito_purple .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_proposito_purple h3,
.block_proposito_purple .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_proposito_purple span,
.block_proposito_purple .ticker-text,
.block_proposito_purple .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_proposito_purple span {
    font-size: 3.75rem
}

.block_proposito_purple h3 {
    font-size: 1.25rem;
    font-weight: bold
}

.block_proposito_purple p {
    font-size: 1.125rem;
    margin-bottom: 0
}

.block_cultura_pink {
    color: #660005;
    background: #ffc9ce;
    border-radius: 0 6.25rem 0 0;
    padding-bottom: 12.5rem;
    margin-top: -80px
}

.block_cultura_pink h2,
.block_cultura_pink .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_cultura_pink span,
.block_cultura_pink .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_cultura_pink span,
.block_cultura_pink .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_cultura_pink span,
.block_cultura_pink .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_cultura_pink span,
.block_cultura_pink .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_cultura_pink h3,
.block_cultura_pink .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_cultura_pink span,
.block_cultura_pink .ticker-text,
.block_cultura_pink .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_cultura_pink span {
    font-size: 3.75rem
}

.block_cultura_pink h3 {
    font-size: 1.25rem;
    font-weight: bold
}

.block_cultura_pink p {
    font-size: 1.125rem
}

.block_familia {
    background: #fff
}

.block_familia .bg_familia {
    background-color: #ffc9ce
}

.block_familia .bg_familia img {
    width: 100%;
    border-radius: 0 6.25rem 0 0;
    margin-top: -5.625rem
}

.block_familia .modules_text {
    margin-top: -7rem;
    background: #dafaf7;
    position: relative;
    z-index: 100000;
    border-radius: 1.25rem;
    padding: 6.875rem;
    border-radius: 0 100px
}

.block_familia .modules_text h2,
.block_familia .modules_text .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_familia .modules_text span,
.block_familia .modules_text .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_familia .modules_text span,
.block_familia .modules_text .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_familia .modules_text span,
.block_familia .modules_text .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_familia .modules_text span,
.block_familia .modules_text .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_familia .modules_text h3,
.block_familia .modules_text .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_familia .modules_text span,
.block_familia .modules_text .ticker-text,
.block_familia .modules_text .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_familia .modules_text span {
    color: #002825;
    font-size: 3.125rem;
    line-height: 3.4375rem
}

@media(max-width: 991.98px) {

    .block_proposito_purple h2,
    .block_proposito_purple .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_proposito_purple span,
    .block_proposito_purple .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_proposito_purple span,
    .block_proposito_purple .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_proposito_purple span,
    .block_proposito_purple .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_proposito_purple span,
    .block_proposito_purple .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_proposito_purple h3,
    .block_proposito_purple .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_proposito_purple span,
    .block_proposito_purple .ticker-text,
    .block_proposito_purple .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_proposito_purple span {
        margin-bottom: 2.8125rem;
        letter-spacing: .0938rem
    }

    .block_proposito_purple h3 {
        margin-bottom: 1.5rem
    }

    .block_cultura_pink h2,
    .block_cultura_pink .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_cultura_pink span,
    .block_cultura_pink .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_cultura_pink span,
    .block_cultura_pink .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_cultura_pink span,
    .block_cultura_pink .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_cultura_pink span,
    .block_cultura_pink .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_cultura_pink h3,
    .block_cultura_pink .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_cultura_pink span,
    .block_cultura_pink .ticker-text,
    .block_cultura_pink .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_cultura_pink span {
        margin-bottom: 2.8125rem;
        letter-spacing: .0938rem
    }

    .block_proposito_purple,
    .block_cultura_pink {
        padding-bottom: 7rem
    }

    .block_proposito_purple,
    .block_cultura_pink,
    .block_familia .bg_familia img {
        border-radius: 0 3.125rem 0 0
    }

    .block_familia {
        margin-top: 2rem
    }

    .block_familia .bg_familia img {
        height: 315px;
        object-fit: cover
    }

    .block_familia .modules_text {
        padding: 2rem;
        border-radius: 0 3.125rem
    }

    .block_familia .modules_text h2,
    .block_familia .modules_text .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_familia .modules_text span,
    .block_familia .modules_text .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_familia .modules_text span,
    .block_familia .modules_text .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_familia .modules_text span,
    .block_familia .modules_text .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_familia .modules_text span,
    .block_familia .modules_text .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_familia .modules_text h3,
    .block_familia .modules_text .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_familia .modules_text span,
    .block_familia .modules_text .ticker-text,
    .block_familia .modules_text .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_familia .modules_text span {
        font-size: 1.5625rem !important;
        line-height: 1.3
    }

    .block_somos_familia .info_somos_familia img {
        height: 36.25rem;
        object-fit: cover
    }

}

.block_somos_familia {
    color: #fff;
    font-size: 1.125rem
}

.block_somos_familia img {
    width: 100%;
    border-radius: 1.25rem
}

.block_somos_familia .info_somos_familia {
    position: relative;
    margin-bottom: 1.5625rem
}

.block_somos_familia .info_somos_familia .info {
    background: #fff;
    position: absolute;
    bottom: 0;
    color: #2d2d2d;
    margin: 1.5625rem;
    padding: 2.1875rem 1.875rem;
    min-height: 15.625rem;
    border-radius: 0 1.25rem;
    width: calc(100% - 3.125rem)
}

.block_somos_familia .info_somos_familia h3 {
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.875rem;
    margin-bottom: 1rem;
    min-height: 3.75rem
}

.block_somos_familia p {
    margin-bottom: 0;
    min-height: 162px
}

.block_valores .c_left h2,
.block_valores .c_left .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_valores .c_left span,
.block_valores .c_left .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_valores .c_left span,
.block_valores .c_left .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_valores .c_left span,
.block_valores .c_left .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_valores .c_left span,
.block_valores .c_left .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_valores .c_left h3,
.block_valores .c_left .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_valores .c_left span,
.block_valores .c_left .ticker-text,
.block_valores .c_left .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_valores .c_left span {
    color: #fc1f1f;
    font-size: 3.75rem
}

.block_valores .cifras {
    display: flex;
    margin-bottom: 2.5rem
}

.block_valores .cifras>span {
    padding-right: 3rem
}

.block_valores .cifras img {
    margin-top: 0;
    width: 2.6875rem
}

.block_valores .cifras div h4 {
    padding-bottom: .2rem;
    display: block;
    font-size: 1.5625rem;
    font-weight: bold
}

@media(max-width: 991.98px) {
    .block_somos_familia .info_somos_familia {
        margin-bottom: 1.25rem
    }

    .block_somos_familia .info_somos_familia img {
        min-height: 43.75rem
    }

    .block_somos_familia .info_somos_familia .info {
        padding: 1.7rem;
        min-height: auto;
        margin: 1.25rem;
        width: calc(100% - 2.5rem)
    }

    .block_somos_familia .info_somos_familia .info h3 {
        font-size: 1.25rem;
        line-height: 1.5625rem;
        min-height: auto
    }

    .block_somos_familia p {
        min-height: initial
    }

    .block_valores .cifras {
        padding-left: 0;
        background-size: 2.1875rem
    }

    .block_valores .cifras>span {
        padding-right: 2rem
    }

    .block_valores .cifras img {
        max-width: 2.1875rem
    }

}

.cont_bloques_somos .bloques_somos img {
    height: 31.25rem;
    object-fit: cover
}

.cont_bloques_somos .bloques_somos>div:nth-child(even) .c_left {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.cont_bloques_somos .bloques_somos>div:nth-child(even) .c_right img {
    border-radius: 0 1.25rem 1.25rem 0;
    width: 58vw;
    float: right
}

.cont_bloques_somos .bloques_somos>div:nth-child(odd) .c_left {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.cont_bloques_somos .bloques_somos>div:nth-child(odd) .c_right img {
    border-radius: 1.25rem 0 0 1.25rem;
    width: 58vw
}

.cont_bloques_somos .bloques_somos h3 {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
    line-height: 1
}

.cont_bloques_somos .bloques_somos p {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 2.1875rem
}

.somos_container+p {
    background: #fff;
    margin: 0 !important
}

@media(max-width: 991.98px) {
    .cont_bloques_somos .bloques_somos h3 {
        font-size: 1.5625rem
    }

    .cont_bloques_somos .bloques_somos img {
        width: 100% !important;
        height: auto !important;
        float: none;
        margin-bottom: 2rem
    }

}

.cont_historia {
    color: #2d2d2d;
    background: #f7f7f7;
    border-radius: 0 6.25rem 0 0;
    padding-bottom: 6.25rem;
    position: relative
}

.cont_historia:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    background: #f7f7f7;
    height: 12.5rem;
    width: 100%
}

.cont_historia .c_left h2,
.cont_historia .c_left .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .cont_historia .c_left span,
.cont_historia .c_left .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .cont_historia .c_left span,
.cont_historia .c_left .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .cont_historia .c_left span,
.cont_historia .c_left .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .cont_historia .c_left span,
.cont_historia .c_left .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .cont_historia .c_left h3,
.cont_historia .c_left .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .cont_historia .c_left span,
.cont_historia .c_left .ticker-text,
.cont_historia .c_left .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .cont_historia .c_left span {
    font-size: 3.125rem;
    margin-bottom: 8.5rem
}

.cont_historia .c_left h3 {
    font-size: 18px
}

.cont_historia .c_left p {
    margin-bottom: 0
}

.cont_historia img {
    width: 100%;
    border-radius: 1.25rem;
    max-height: 28.875rem;
    object-fit: cover
}

.cont_historia .dates ul {
    border-bottom: 1px solid #e5e5e5;
    max-width: calc(100vw - 3rem);
    display: flex;
    overflow: auto
}

.cont_historia .dates ul li {
    white-space: nowrap
}

.cont_historia .dates ul a {
    display: block;
    height: 3.125rem;
    padding: 0 2rem;
    text-decoration: none;
    position: relative;
    font-size: 1.25rem;
    font-weight: 600;
    color: #777
}

.cont_historia .dates ul a:after {
    content: "";
    background: #fc1f1f;
    height: .1875rem;
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0
}

.cont_historia .dates ul a.active {
    color: #fc1f1f
}

.cont_historia .dates ul a.active:after {
    width: 100%
}

.cont_historia .dates ul a:hover {
    color: #fc1f1f
}

.slider_historia {
    opacity: 0;
    display: none
}

.slider_historia.active {
    opacity: 1
}

.slider_historia .slick-arrow {
    position: absolute;
    bottom: 0;
    background: url(../images/arrow_right.svg) no-repeat #fc1f1f center;
    width: 3.75rem;
    height: 3.75rem;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100000
}

.slider_historia .slick-arrow:hover {
    background-color: #cc0303
}

.slider_historia .slick-next {
    left: 9rem
}

.slider_historia .slick-prev {
    left: 0rem;
    transform: rotate(180deg)
}

@media(max-width: 991.98px) {
    .cont_historia {
        border-radius: 0 3.125rem 0 0
    }

    .cont_historia img {
        max-height: 15.625rem;
        object-fit: cover
    }

    .cont_historia .c_left h2,
    .cont_historia .c_left .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .cont_historia .c_left span,
    .cont_historia .c_left .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .cont_historia .c_left span,
    .cont_historia .c_left .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .cont_historia .c_left span,
    .cont_historia .c_left .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .cont_historia .c_left span,
    .cont_historia .c_left .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .cont_historia .c_left h3,
    .cont_historia .c_left .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .cont_historia .c_left span,
    .cont_historia .c_left .ticker-text,
    .cont_historia .c_left .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .cont_historia .c_left span {
        padding-bottom: 1rem;
        margin-top: 3rem;
        margin-bottom: 2rem;
        font-size: 1.5625rem;
        position: static
    }

    .cont_historia .dates ul a {
        padding: 0 .8rem
    }

    .slider_historia .slick-arrow {
        bottom: -5rem
    }

    .slider_historia .slick-next {
        left: 6rem
    }

}

.block_bienestar_social .bienestar_social h2,
.block_bienestar_social .bienestar_social .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_bienestar_social .bienestar_social span,
.block_bienestar_social .bienestar_social .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_bienestar_social .bienestar_social span,
.block_bienestar_social .bienestar_social .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_bienestar_social .bienestar_social span,
.block_bienestar_social .bienestar_social .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_bienestar_social .bienestar_social span,
.block_bienestar_social .bienestar_social .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_bienestar_social .bienestar_social h3,
.block_bienestar_social .bienestar_social .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_bienestar_social .bienestar_social span,
.block_bienestar_social .bienestar_social .ticker-text,
.block_bienestar_social .bienestar_social .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_bienestar_social .bienestar_social span {
    color: #00524f
}

.block_bienestar_social .marquee {
    padding-bottom: 0 !important
}

.block_bienestar_social .ticker-text {
    background: url(../images/check_green.svg) no-repeat right center;
    color: #05a044
}

.block_iniciativas h2,
.block_iniciativas .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_iniciativas span,
.block_iniciativas .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_iniciativas span,
.block_iniciativas .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_iniciativas span,
.block_iniciativas .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_iniciativas span,
.block_iniciativas .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_iniciativas h3,
.block_iniciativas .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_iniciativas span,
.block_iniciativas .ticker-text,
.block_iniciativas .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_iniciativas span {
    color: #00524f;
    font-size: 3.75rem;
    line-height: 1.2;
    margin-bottom: 0
}

.block_iniciativas img {
    width: 100%;
    border-radius: 1.25rem
}

.block_iniciativas .block_videos {
    border-radius: 1.25rem
}

.block_iniciativas+p {
    background: #fff;
    margin: 0 !important
}

.block_nuestros_programas {
    color: #00524f;
    background: #c9f2e0;
    border-radius: 0 6.25rem 0 0;
    padding-bottom: 6.25rem
}

.block_nuestros_programas h4 {
    color: #88f2a0
}

.block_nuestros_programas .cifras {
    display: flex;
    margin-bottom: 2.5rem
}

.block_nuestros_programas .cifras>span {
    padding-right: 3rem
}

.block_nuestros_programas .cifras img {
    margin-top: .5rem
}

.block_nuestros_programas .cifras div span {
    padding-bottom: .2rem;
    display: block
}

.block_nuestros_programas .programas_cards h2,
.block_cifras_fundacion .cifras div .block_nuestros_programas .programas_cards span,
.block_cifras_aliados .cifras div .block_nuestros_programas .programas_cards span,
.block_servicios_redni .cifras div .block_nuestros_programas .programas_cards span,
.block_nuestros_procesos .cifras div .block_nuestros_programas .programas_cards span,
.block_nuestros_programas .programas_cards .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_nuestros_programas .programas_cards h3,
.block_nuestros_programas .programas_cards .ticker-text,
.block_sostenibilidad_home .cifras div .block_nuestros_programas .programas_cards span,
.block_nuestros_programas .programas_cards .cifras div span,
.block_nuestros_programas .cifras div .programas_cards span {
    margin-bottom: 2.5rem
}

.block_nuestros_programas .card_sost {
    position: relative
}

.block_nuestros_programas .card_sost .destacada picture img {
    min-height: 32.375rem;
    object-fit: cover
}

.block_nuestros_programas .card_sost picture {
    overflow: hidden;
    border-radius: 1.4rem;
    display: block
}

.block_nuestros_programas .card_sost img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 15.5rem
}

.block_nuestros_programas .card_sost .text_card {
    position: absolute;
    bottom: 0;
    padding: 1.5625rem;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.block_nuestros_programas .card_sost h3 {
    line-height: 1;
    font-size: 1.5625rem;
    margin-bottom: 0;
    color: #fff;
    padding-right: 8rem
}

.block_nuestros_programas .card_sost a {
    background: url(../images/arrow_white.svg) no-repeat calc(100% - 1rem) center #05a044;
    font-size: .875rem;
    font-weight: bold;
    color: #c9f2e0;
    width: 2.8125rem;
    line-height: 2.8125rem;
    display: inline-block;
    border-radius: 4rem;
    overflow: hidden;
    height: 2.8125rem;
    text-decoration: none !important;
    position: absolute;
    right: 2rem
}

.block_nuestros_programas .card_sost a span {
    display: block;
    padding-right: 3rem;
    width: 9rem;
    padding-left: 1.5rem;
    transform: translateX(-6rem)
}

.block_nuestros_programas .card_sost a:hover {
    width: 8.125rem
}

.block_nuestros_programas .card_sost a:hover span {
    transform: translate(0)
}

.block_nuestros_programas .card_sost:hover picture img {
    transform: scale(1.1)
}

@media(max-width: 991.98px) {

    .block_iniciativas h2,
    .block_iniciativas .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_iniciativas span,
    .block_iniciativas .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_iniciativas span,
    .block_iniciativas .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_iniciativas span,
    .block_iniciativas .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_iniciativas span,
    .block_iniciativas .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_iniciativas h3,
    .block_iniciativas .ticker-text,
    .block_iniciativas .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_iniciativas span,
    .block_iniciativas .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_iniciativas span {
        font-size: 2.1875rem;
        margin-bottom: 1.5rem
    }

    .block_iniciativas img {
        margin-top: 3rem
    }

    .block_nuestros_programas {
        border-radius: 0 3.125rem 0 0 !important;
        padding-bottom: 2.5rem !important
    }

    .block_nuestros_programas .card_sost .destacada picture img {
        min-height: auto;
        max-height: 15.5rem !important
    }

    .block_nuestros_programas .card_sost h3 {
        padding-right: 8rem
    }

    .block_nuestros_programas .card_sost img {
        height: 12.125rem
    }

}

.block_bienestar_ambiental .bienestar_ambiental h3 {
    color: #00524f;
    font-size: 3.125rem;
    line-height: 1.1
}

.block_bienestar_ambiental .bienestar_ambiental h3 img {
    width: auto !important;
    height: 2.5rem !important;
    padding-left: .625rem;
    margin-bottom: .625rem
}

.block_bienestar_ambiental .marquee {
    padding-bottom: 0 !important
}

.block_bienestar_ambiental .ticker-text {
    background-repeat: no-repeat;
    background-position: right center;
    color: #05a044;
    padding-right: 5rem
}

@media(max-width: 991.98px) {
    .block_bienestar_ambiental .bienestar_ambiental h3 {
        font-size: 1.5625rem;
        margin-bottom: 2rem
    }

    .block_bienestar_ambiental .bienestar_ambiental h3 img {
        height: 1.25rem !important;
        padding-left: .5rem
    }

    .block_bienestar_ambiental .ticker-text {
        padding-right: 3rem
    }

}

.block_breadcrumb {
    padding-bottom: 3.125rem
}

.block_breadcrumb ul {
    margin-bottom: 0
}

.block_breadcrumb ul a {
    color: #2d2d2d
}

.block_breadcrumb ul a:after {
    content: "/";
    margin: 0 .5rem
}

.block_breadcrumb ul li:last-child a:after {
    display: none
}

@media(max-width: 991.98px) {
    .block_breadcrumb {
        padding-bottom: 0 !important
    }

}

.block_videos {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%
}

.block_videos iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.img_full {
    width: 100%
}

.block_green {
    color: #c9f2e0;
    background: #00524f;
    border-radius: 0 6.25rem 0 0;
    padding-bottom: 12.5rem
}

.block_green h2,
.block_green .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_green span,
.block_green .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_green span,
.block_green .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_green span,
.block_green .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_green span,
.block_green .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_green h3,
.block_green .ticker-text,
.block_green .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_green span,
.block_green .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_green span {
    font-size: 3.75rem
}

.block_green h3 {
    font-size: 1.25rem;
    font-weight: bold
}

.block_green p {
    font-size: 1.125rem;
    margin-bottom: 0
}

.block_principios_bienestar .cont_marcas {
    background: #88f2a0;
    padding-bottom: 7.5rem;
    border-radius: 0 0 0 0
}

.block_principios_bienestar .bg_familia {
    background-color: #00524f
}

.block_principios_bienestar .bg_familia img {
    width: 100%;
    border-radius: 0 100px 0 0;
    margin-top: -5.625rem;
    height: 34.375rem;
    object-fit: cover
}

.block_principios_bienestar .titulo_principios {
    margin-top: -6.25rem;
    background: #88f2a0;
    position: relative;
    z-index: 100000;
    border-radius: 1.25rem;
    padding: 0 6.875rem;
    border-radius: 1.25rem;
    height: 20rem;
    align-items: center
}

.block_principios_bienestar .titulo_principios h2,
.block_principios_bienestar .titulo_principios .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_principios_bienestar .titulo_principios span,
.block_principios_bienestar .titulo_principios .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_principios_bienestar .titulo_principios span,
.block_principios_bienestar .titulo_principios .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_principios_bienestar .titulo_principios span,
.block_principios_bienestar .titulo_principios .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_principios_bienestar .titulo_principios span,
.block_principios_bienestar .titulo_principios .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_principios_bienestar .titulo_principios h3,
.block_principios_bienestar .titulo_principios .ticker-text,
.block_principios_bienestar .titulo_principios .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_principios_bienestar .titulo_principios span,
.block_principios_bienestar .titulo_principios .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_principios_bienestar .titulo_principios span {
    color: #00524f;
    font-size: 3.125rem;
    line-height: 3.4375rem;
    margin-bottom: 0
}

.block_principios_bienestar .list_actions>div:nth-child(12n+2)>div,
.block_principios_bienestar .list_actions>div:nth-child(12n+7)>div {
    color: #fff;
    background: #00524f
}

.block_principios_bienestar .list_actions>div:nth-child(12n+3)>div,
.block_principios_bienestar .list_actions>div:nth-child(12n+10)>div {
    color: #fff;
    background: #05a044;
    border: none
}

.block_principios_bienestar .list_actions>div:nth-child(12n+3)>div span,
.block_principios_bienestar .list_actions>div:nth-child(12n+10)>div span {
    color: #00524f
}

.block_principios_bienestar .list_actions>div:nth-child(12n+6)>div,
.block_principios_bienestar .list_actions>div:nth-child(12n+11)>div {
    background: #c9f2e0;
    border: none
}

.block_principios_bienestar .list_actions>div>div {
    padding: 2.5rem;
    border: 1px solid #00524f;
    border-radius: 1.25rem;
    color: #00524f;
    height: 17.8125rem;
    position: relative;
    margin-bottom: 2rem
}

.block_principios_bienestar .list_actions>div>div span {
    font-size: 1.125rem;
    color: #05a044;
    padding-bottom: 0 !important
}

.block_principios_bienestar .list_actions>div>div p {
    margin-bottom: 0;
    min-height: 9.375rem
}

.block_principios_bienestar .list_actions>div>div h4 {
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.2;
    min-height: 3.75rem
}

.block_principios_bienestar .block_principios_bienestar .list_actions>div>div {
    align-content: flex-start !important
}

@media(max-width: 991.98px) {
    .block_green {
        border-radius: 0 3.125rem 0 0;
        padding-bottom: 7rem
    }

    .block_green h2,
    .block_green .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_green span,
    .block_green .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_green span,
    .block_green .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_green span,
    .block_green .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_green span,
    .block_green .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_green h3,
    .block_green .ticker-text,
    .block_green .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_green span,
    .block_green .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_green span {
        padding-bottom: 1.5rem
    }

    .block_principios_bienestar .bg_familia img {
        border-radius: 0 3.125rem 0 0;
        height: 18.125rem
    }

    .block_principios_bienestar .titulo_principios {
        height: auto;
        padding: 1.5rem
    }

    .block_principios_bienestar .titulo_principios h2,
    .block_principios_bienestar .titulo_principios .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_principios_bienestar .titulo_principios span,
    .block_principios_bienestar .titulo_principios .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_principios_bienestar .titulo_principios span,
    .block_principios_bienestar .titulo_principios .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_principios_bienestar .titulo_principios span,
    .block_principios_bienestar .titulo_principios .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_principios_bienestar .titulo_principios span,
    .block_principios_bienestar .titulo_principios .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_principios_bienestar .titulo_principios h3,
    .block_principios_bienestar .titulo_principios .ticker-text,
    .block_principios_bienestar .titulo_principios .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_principios_bienestar .titulo_principios span,
    .block_principios_bienestar .titulo_principios .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_principios_bienestar .titulo_principios span {
        font-size: 2.1875rem;
        line-height: 1.1;
        padding-bottom: 2.8rem
    }

    .block_principios_bienestar .list_actions>div>div {
        padding: 1.5rem;
        height: auto;
        height: auto;
        margin-bottom: 1rem
    }

    .block_principios_bienestar .list_actions>div>div p {
        margin-bottom: 0;
        min-height: auto
    }

    .block_principios_bienestar .list_actions>div>div h4 {
        min-height: auto
    }

    .block_principios_bienestar .list_actions>div>div span {
        padding-bottom: 3.75rem
    }

    .block_principios_bienestar .cont_marcas {
        border-radius: 0;
        padding-bottom: 4rem
    }

}

.block_certificaciones h2,
.block_certificaciones .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_certificaciones span,
.block_certificaciones .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_certificaciones span,
.block_certificaciones .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_certificaciones span,
.block_certificaciones .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_certificaciones span,
.block_certificaciones .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_certificaciones h3,
.block_certificaciones .ticker-text,
.block_certificaciones .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_certificaciones span,
.block_certificaciones .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_certificaciones span {
    color: #00524f;
    font-size: 3.75rem;
    line-height: 1.2;
    margin-bottom: 0
}

.block_certificaciones .c_card {
    border-radius: 1.25rem;
    border: 1px solid #e5e5e5
}

.block_certificaciones .c_card .description h5 {
    font-size: .75rem;
    color: #05a044
}

.block_certificaciones .c_card .description h3 {
    font-size: 1.25rem;
    font-size: 1.25rem;
    color: #00524f;
    line-height: 1.3
}

.block_certificaciones .c_card .description p {
    min-height: 12.1875rem
}

.block_certificaciones .c_card .info {
    border-top: 1px solid #e5e5e5;
    padding-top: 1rem
}

.block_certificaciones .c_card h6 {
    margin-bottom: 0;
    color: #00524f;
    font-weight: 600
}

.block_certificaciones .col-md-9,
.block_certificaciones .block_visita_fundacion .info_hero h2,
.block_visita_fundacion .info_hero .block_certificaciones h2,
.block_certificaciones .block_visita_fundacion .info_hero .ticker-text,
.block_visita_fundacion .info_hero .block_certificaciones .ticker-text,
.block_certificaciones .block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div span,
.block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div .block_certificaciones span,
.block_certificaciones .block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero span,
.block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero .block_certificaciones span,
.block_certificaciones .block_visita_fundacion .info_hero .block_nuestros_programas .cifras div span,
.block_visita_fundacion .info_hero .block_nuestros_programas .cifras div .block_certificaciones span,
.block_certificaciones .block_nuestros_programas .cifras div .block_visita_fundacion .info_hero span,
.block_nuestros_programas .cifras div .block_visita_fundacion .info_hero .block_certificaciones span,
.block_certificaciones .block_visita_fundacion .info_hero .block_animal_salud .cifras div h3,
.block_visita_fundacion .info_hero .block_animal_salud .cifras div .block_certificaciones h3,
.block_certificaciones .block_animal_salud .cifras div .block_visita_fundacion .info_hero h3,
.block_animal_salud .cifras div .block_visita_fundacion .info_hero .block_certificaciones h3,
.block_certificaciones .block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div span,
.block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div .block_certificaciones span,
.block_certificaciones .block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero span,
.block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero .block_certificaciones span,
.block_certificaciones .block_visita_fundacion .info_hero .block_servicios_redni .cifras div span,
.block_visita_fundacion .info_hero .block_servicios_redni .cifras div .block_certificaciones span,
.block_certificaciones .block_servicios_redni .cifras div .block_visita_fundacion .info_hero span,
.block_servicios_redni .cifras div .block_visita_fundacion .info_hero .block_certificaciones span,
.block_certificaciones .block_visita_fundacion .info_hero .block_cifras_aliados .cifras div span,
.block_visita_fundacion .info_hero .block_cifras_aliados .cifras div .block_certificaciones span,
.block_certificaciones .block_cifras_aliados .cifras div .block_visita_fundacion .info_hero span,
.block_cifras_aliados .cifras div .block_visita_fundacion .info_hero .block_certificaciones span,
.block_certificaciones .block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div span,
.block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div .block_certificaciones span,
.block_certificaciones .block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero span,
.block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero .block_certificaciones span {
    min-height: 14rem
}

.block_certificaciones_red h2,
.block_certificaciones_red .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_certificaciones_red span,
.block_certificaciones_red .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_certificaciones_red span,
.block_certificaciones_red .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_certificaciones_red span,
.block_certificaciones_red .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_certificaciones_red span,
.block_certificaciones_red .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_certificaciones_red h3,
.block_certificaciones_red .ticker-text,
.block_certificaciones_red .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_certificaciones_red span,
.block_certificaciones_red .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_certificaciones_red span {
    color: #fc1f1f;
    font-size: 3.75rem;
    line-height: 1.2;
    margin-bottom: 0
}

.block_certificaciones_red .c_card {
    border-radius: 1.25rem;
    border: 1px solid #e5e5e5
}

.block_certificaciones_red .c_card .description h5 {
    font-size: .75rem;
    color: #05a044
}

.block_certificaciones_red .c_card .description h3 {
    font-size: 1.25rem;
    font-size: 1.25rem;
    color: #00524f;
    line-height: 1.3
}

.block_certificaciones_red .c_card .description p {
    min-height: 12.1875rem
}

.block_certificaciones_red .c_card .info {
    border-top: 1px solid #e5e5e5;
    padding-top: 1rem
}

.block_certificaciones_red .c_card h6 {
    margin-bottom: 0;
    color: #00524f;
    font-weight: 600
}

.block_certificaciones_red .col-md-9,
.block_certificaciones_red .block_visita_fundacion .info_hero h2,
.block_visita_fundacion .info_hero .block_certificaciones_red h2,
.block_certificaciones_red .block_visita_fundacion .info_hero .ticker-text,
.block_visita_fundacion .info_hero .block_certificaciones_red .ticker-text,
.block_certificaciones_red .block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div span,
.block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div .block_certificaciones_red span,
.block_certificaciones_red .block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero span,
.block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero .block_certificaciones_red span,
.block_certificaciones_red .block_visita_fundacion .info_hero .block_nuestros_programas .cifras div span,
.block_visita_fundacion .info_hero .block_nuestros_programas .cifras div .block_certificaciones_red span,
.block_certificaciones_red .block_nuestros_programas .cifras div .block_visita_fundacion .info_hero span,
.block_nuestros_programas .cifras div .block_visita_fundacion .info_hero .block_certificaciones_red span,
.block_certificaciones_red .block_visita_fundacion .info_hero .block_animal_salud .cifras div h3,
.block_visita_fundacion .info_hero .block_animal_salud .cifras div .block_certificaciones_red h3,
.block_certificaciones_red .block_animal_salud .cifras div .block_visita_fundacion .info_hero h3,
.block_animal_salud .cifras div .block_visita_fundacion .info_hero .block_certificaciones_red h3,
.block_certificaciones_red .block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div span,
.block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div .block_certificaciones_red span,
.block_certificaciones_red .block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero span,
.block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero .block_certificaciones_red span,
.block_certificaciones_red .block_visita_fundacion .info_hero .block_servicios_redni .cifras div span,
.block_visita_fundacion .info_hero .block_servicios_redni .cifras div .block_certificaciones_red span,
.block_certificaciones_red .block_servicios_redni .cifras div .block_visita_fundacion .info_hero span,
.block_servicios_redni .cifras div .block_visita_fundacion .info_hero .block_certificaciones_red span,
.block_certificaciones_red .block_visita_fundacion .info_hero .block_cifras_aliados .cifras div span,
.block_visita_fundacion .info_hero .block_cifras_aliados .cifras div .block_certificaciones_red span,
.block_certificaciones_red .block_cifras_aliados .cifras div .block_visita_fundacion .info_hero span,
.block_cifras_aliados .cifras div .block_visita_fundacion .info_hero .block_certificaciones_red span,
.block_certificaciones_red .block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div span,
.block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div .block_certificaciones_red span,
.block_certificaciones_red .block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero span,
.block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero .block_certificaciones_red span {
    min-height: 14rem
}

@media(max-width: 991.98px) {

    .block_certificaciones h2,
    .block_certificaciones .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_certificaciones span,
    .block_certificaciones .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_certificaciones span,
    .block_certificaciones .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_certificaciones span,
    .block_certificaciones .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_certificaciones span,
    .block_certificaciones .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_certificaciones h3,
    .block_certificaciones .ticker-text,
    .block_certificaciones .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_certificaciones span,
    .block_certificaciones .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_certificaciones span {
        font-size: 2.1875rem;
        margin-bottom: 1.5rem
    }

    .block_certificaciones .col-md-9,
    .block_certificaciones .block_visita_fundacion .info_hero h2,
    .block_visita_fundacion .info_hero .block_certificaciones h2,
    .block_certificaciones .block_visita_fundacion .info_hero .ticker-text,
    .block_visita_fundacion .info_hero .block_certificaciones .ticker-text,
    .block_certificaciones .block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div span,
    .block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div .block_certificaciones span,
    .block_certificaciones .block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero span,
    .block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero .block_certificaciones span,
    .block_certificaciones .block_visita_fundacion .info_hero .block_nuestros_programas .cifras div span,
    .block_visita_fundacion .info_hero .block_nuestros_programas .cifras div .block_certificaciones span,
    .block_certificaciones .block_nuestros_programas .cifras div .block_visita_fundacion .info_hero span,
    .block_nuestros_programas .cifras div .block_visita_fundacion .info_hero .block_certificaciones span,
    .block_certificaciones .block_visita_fundacion .info_hero .block_animal_salud .cifras div h3,
    .block_visita_fundacion .info_hero .block_animal_salud .cifras div .block_certificaciones h3,
    .block_certificaciones .block_animal_salud .cifras div .block_visita_fundacion .info_hero h3,
    .block_animal_salud .cifras div .block_visita_fundacion .info_hero .block_certificaciones h3,
    .block_certificaciones .block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div span,
    .block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div .block_certificaciones span,
    .block_certificaciones .block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero span,
    .block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero .block_certificaciones span,
    .block_certificaciones .block_visita_fundacion .info_hero .block_servicios_redni .cifras div span,
    .block_visita_fundacion .info_hero .block_servicios_redni .cifras div .block_certificaciones span,
    .block_certificaciones .block_servicios_redni .cifras div .block_visita_fundacion .info_hero span,
    .block_servicios_redni .cifras div .block_visita_fundacion .info_hero .block_certificaciones span,
    .block_certificaciones .block_visita_fundacion .info_hero .block_cifras_aliados .cifras div span,
    .block_visita_fundacion .info_hero .block_cifras_aliados .cifras div .block_certificaciones span,
    .block_certificaciones .block_cifras_aliados .cifras div .block_visita_fundacion .info_hero span,
    .block_cifras_aliados .cifras div .block_visita_fundacion .info_hero .block_certificaciones span,
    .block_certificaciones .block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div span,
    .block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div .block_certificaciones span,
    .block_certificaciones .block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero span,
    .block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero .block_certificaciones span {
        min-height: initial
    }

    .block_certificaciones .c_card .description p {
        min-height: auto
    }

    .block_certificaciones_red h2,
    .block_certificaciones_red .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_certificaciones_red span,
    .block_certificaciones_red .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_certificaciones_red span,
    .block_certificaciones_red .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_certificaciones_red span,
    .block_certificaciones_red .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_certificaciones_red span,
    .block_certificaciones_red .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_certificaciones_red h3,
    .block_certificaciones_red .ticker-text,
    .block_certificaciones_red .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_certificaciones_red span,
    .block_certificaciones_red .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_certificaciones_red span {
        font-size: 2.1875rem;
        margin-bottom: 1.5rem
    }

    .block_certificaciones_red .col-md-9,
    .block_certificaciones_red .block_visita_fundacion .info_hero h2,
    .block_visita_fundacion .info_hero .block_certificaciones_red h2,
    .block_certificaciones_red .block_visita_fundacion .info_hero .ticker-text,
    .block_visita_fundacion .info_hero .block_certificaciones_red .ticker-text,
    .block_certificaciones_red .block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div span,
    .block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div .block_certificaciones_red span,
    .block_certificaciones_red .block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero span,
    .block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero .block_certificaciones_red span,
    .block_certificaciones_red .block_visita_fundacion .info_hero .block_nuestros_programas .cifras div span,
    .block_visita_fundacion .info_hero .block_nuestros_programas .cifras div .block_certificaciones_red span,
    .block_certificaciones_red .block_nuestros_programas .cifras div .block_visita_fundacion .info_hero span,
    .block_nuestros_programas .cifras div .block_visita_fundacion .info_hero .block_certificaciones_red span,
    .block_certificaciones_red .block_visita_fundacion .info_hero .block_animal_salud .cifras div h3,
    .block_visita_fundacion .info_hero .block_animal_salud .cifras div .block_certificaciones_red h3,
    .block_certificaciones_red .block_animal_salud .cifras div .block_visita_fundacion .info_hero h3,
    .block_animal_salud .cifras div .block_visita_fundacion .info_hero .block_certificaciones_red h3,
    .block_certificaciones_red .block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div span,
    .block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div .block_certificaciones_red span,
    .block_certificaciones_red .block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero span,
    .block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero .block_certificaciones_red span,
    .block_certificaciones_red .block_visita_fundacion .info_hero .block_servicios_redni .cifras div span,
    .block_visita_fundacion .info_hero .block_servicios_redni .cifras div .block_certificaciones_red span,
    .block_certificaciones_red .block_servicios_redni .cifras div .block_visita_fundacion .info_hero span,
    .block_servicios_redni .cifras div .block_visita_fundacion .info_hero .block_certificaciones_red span,
    .block_certificaciones_red .block_visita_fundacion .info_hero .block_cifras_aliados .cifras div span,
    .block_visita_fundacion .info_hero .block_cifras_aliados .cifras div .block_certificaciones_red span,
    .block_certificaciones_red .block_cifras_aliados .cifras div .block_visita_fundacion .info_hero span,
    .block_cifras_aliados .cifras div .block_visita_fundacion .info_hero .block_certificaciones_red span,
    .block_certificaciones_red .block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div span,
    .block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div .block_certificaciones_red span,
    .block_certificaciones_red .block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero span,
    .block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero .block_certificaciones_red span {
        min-height: initial
    }

    .block_certificaciones_red .c_card .description p {
        min-height: auto
    }

}

.c_block_acciones {
    background: #00524f;
    position: relative
}

.block_acciones .cont_marcas {
    background: #fff;
    border-radius: 0 0 0 6.25rem
}

.block_acciones .bg_familia {
    background-color: #88f2a0
}

.block_acciones .bg_familia img {
    width: 100%;
    border-radius: 0 100px 0 0;
    margin-top: -5.625rem;
    height: 34.375rem;
    object-fit: cover
}

.block_acciones .titulo_principios {
    margin-top: -6.25rem;
    background: #fff;
    position: relative;
    z-index: 100000;
    border-radius: 1.25rem;
    padding: 0 110px;
    border-radius: 1.25rem;
    height: 18rem;
    align-items: center
}

.block_acciones .titulo_principios h3 {
    color: #00524f;
    font-size: 3.125rem;
    line-height: 3.4375rem;
    margin-bottom: 0
}

.block_acciones .list_tab {
    font-size: 1.875rem;
    line-height: 1.2
}

.block_acciones .list_tab a {
    display: block;
    color: #e5e5e5;
    margin-bottom: 2.5rem;
    text-decoration: none
}

.block_acciones .list_tab a.active,
.block_acciones .list_tab a:hover {
    color: #2d2d2d
}

.block_acciones .content_tab h5 {
    line-height: 1.2;
    margin-bottom: 1.6rem
}

.block_acciones .content_tab p {
    font-size: 1.125rem
}

@media(max-width: 991.98px) {
    .c_block_acciones {
        position: initial
    }

    .block_acciones .bg_familia img {
        border-radius: 0 3.125rem 0 0;
        height: 18.125rem
    }

    .block_acciones .titulo_principios {
        height: auto;
        padding: 1.5rem
    }

    .block_acciones .titulo_principios h3 {
        font-size: 2.1875rem;
        line-height: 1.1;
        padding-bottom: 2.8rem
    }

    .block_acciones .list_tab {
        padding-bottom: 2.2rem
    }

    .block_acciones .list_tab a {
        font-size: 1.25rem;
        margin-bottom: 1.2rem
    }

    .block_acciones .content_tab h5 {
        line-height: 1.2;
        margin-bottom: 1.6rem
    }

    .block_acciones .content_tab p {
        font-size: 1.125rem
    }

}

.block_animal_cuidado {
    background: #c9f2e0;
    border-radius: 0 6.25rem 0 0;
    padding-bottom: 10rem
}

.block_animal_cuidado h3 {
    font-size: 2.1875rem;
    line-height: 1.2;
    color: #00524f
}

.block_animal_cuidado img {
    border-radius: 1.25rem;
    width: 100%
}

.block_animal_cuidado .c_cifras {
    counter-reset: list-counter;
    color: #00524f
}

.block_animal_cuidado .c_cifras .cifras {
    counter-increment: list-counter;
    position: relative;
    padding-left: 7rem;
    margin-bottom: 2rem
}

.block_animal_cuidado .c_cifras .cifras:before {
    content: counter(list-counter) ". ";
    font-size: 5rem;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1
}

.block_animal_cuidado .c_cifras .cifras h4 {
    font-size: 1.5625rem;
    margin-bottom: .8rem;
    line-height: 1.2;
    padding-top: .5rem
}

.block_animal_cuidado .c_cifras .cifras a {
    color: #05a044;
    font-size: .875rem;
    font-weight: bold;
    background: url(../images/arrow_green.svg) no-repeat right center;
    padding-right: 1.2rem;
    display: inline-block;
    margin-top: .8rem;
    text-decoration: none
}

.block_animal_cuidado .c_cifras .cifras a:hover {
    padding-right: 2rem
}

.block_animal_cuidado+div {
    margin-top: -5.625rem
}

.list_politicas {
    color: #00524f
}

.list_politicas .img_animal img {
    max-width: 2.625rem;
    margin-bottom: 2.5rem;
    border-radius: 0
}

.list_politicas img {
    width: 100%;
    border-radius: 1.25rem;
    max-height: 21.875rem;
    object-fit: cover
}

.list_politicas .info>div {
    max-width: 26.25rem;
    margin: 0 auto
}

.list_politicas>div {
    padding-bottom: 4rem
}

.list_politicas>div:last-child {
    padding-bottom: 0
}

.block_animal_comite .container_1180 {
    background: #fff;
    margin-top: -6.25rem;
    position: relative;
    z-index: 100;
    color: #00524f;
    padding: 0 6.875rem;
    border-radius: 1.25rem
}

.block_animal_comite .container_1180 .titulo {
    height: 20rem
}

.block_animal_comite .container_1180 .titulo h2,
.block_animal_comite .container_1180 .titulo .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_animal_comite .container_1180 .titulo span,
.block_animal_comite .container_1180 .titulo .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_animal_comite .container_1180 .titulo span,
.block_animal_comite .container_1180 .titulo .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_animal_comite .container_1180 .titulo span,
.block_animal_comite .container_1180 .titulo .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_animal_comite .container_1180 .titulo span,
.block_animal_comite .container_1180 .titulo .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_animal_comite .container_1180 .titulo h3,
.block_animal_comite .container_1180 .titulo .ticker-text,
.block_animal_comite .container_1180 .titulo .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_animal_comite .container_1180 .titulo span,
.block_animal_comite .container_1180 .titulo .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_animal_comite .container_1180 .titulo span {
    font-size: 3.125rem;
    line-height: 1.2
}

.block_animal_comite .block_principios_bienestar .cont_marcas {
    padding-bottom: 0
}

.block_animal_comite .funciones_comite img {
    width: 100%;
    border-radius: 1.25rem
}

.block_animal_comite .funciones_comite .info {
    position: relative
}

.block_animal_comite .funciones_comite .info div {
    position: absolute;
    bottom: 1.5rem;
    background: #fff;
    left: 1.5rem;
    width: calc(100% - 3rem);
    border-radius: 0 1.25rem 0 1.25rem;
    height: 14.375rem;
    font-size: 1.5625rem;
    line-height: 1.2;
    padding: 2rem
}

@media(max-width: 991.98px) {
    .block_animal_cuidado {
        border-radius: 0 3.125rem 0 0
    }

    .block_animal_cuidado h3 {
        font-size: 1.25rem
    }

    .block_animal_cuidado .c_cifras {
        margin-top: 2rem
    }

    .block_animal_cuidado .c_cifras .cifras {
        padding-left: 3rem
    }

    .block_animal_cuidado .c_cifras .cifras:before {
        font-size: 2.1875rem
    }

    .block_animal_cuidado .c_cifras .cifras h4 {
        padding-top: 0;
        font-size: 1.25rem
    }

    .block_animal_cuidado .c_cifras .cifras:last-child {
        margin-bottom: 0
    }

    .list_politicas .info>div {
        max-width: 100%;
        background-size: 2.1875rem;
        margin-top: 1.4rem;
        padding-top: 3.5rem
    }

    .list_politicas>div {
        padding-bottom: 1.5rem
    }

    .block_animal_comite .container_1180 {
        padding: 0 1.5rem
    }

    .block_animal_comite .container_1180 .titulo {
        height: auto;
        padding: 1.5rem 0
    }

    .block_animal_comite .container_1180 .titulo h2,
    .block_animal_comite .container_1180 .titulo .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_animal_comite .container_1180 .titulo span,
    .block_animal_comite .container_1180 .titulo .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_animal_comite .container_1180 .titulo span,
    .block_animal_comite .container_1180 .titulo .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_animal_comite .container_1180 .titulo span,
    .block_animal_comite .container_1180 .titulo .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_animal_comite .container_1180 .titulo span,
    .block_animal_comite .container_1180 .titulo .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_animal_comite .container_1180 .titulo h3,
    .block_animal_comite .container_1180 .titulo .ticker-text,
    .block_animal_comite .container_1180 .titulo .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_animal_comite .container_1180 .titulo span,
    .block_animal_comite .container_1180 .titulo .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_animal_comite .container_1180 .titulo span {
        font-size: 2.1875rem;
        padding-bottom: 2rem
    }

    .block_animal_comite .funciones_comite .info div {
        height: auto;
        padding: 1.5rem
    }

    .block_animal_comite .funciones_comite .info div p {
        margin-bottom: 0;
        font-size: 1.25rem
    }

    .block_animal_comite .funciones_comite img {
        height: 31.25rem;
        object-fit: cover
    }

}

.block_contact_sections .modules_text h2,
.block_contact_sections .modules_text .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_contact_sections .modules_text span,
.block_contact_sections .modules_text .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_contact_sections .modules_text span,
.block_contact_sections .modules_text .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_contact_sections .modules_text span,
.block_contact_sections .modules_text .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_contact_sections .modules_text span,
.block_contact_sections .modules_text .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_contact_sections .modules_text h3,
.block_contact_sections .modules_text .ticker-text,
.block_contact_sections .modules_text .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_contact_sections .modules_text span,
.block_contact_sections .modules_text .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_contact_sections .modules_text span {
    color: #fc1f1f;
    font-size: 3.125rem;
    margin-bottom: 1.5rem
}

.block_contact_sections .sections .card_sost {
    position: relative
}

.block_contact_sections .sections .card_sost picture {
    overflow: hidden;
    border-radius: 1.4rem;
    display: block
}

.block_contact_sections .sections .card_sost img {
    display: block;
    width: 100%;
    object-fit: cover
}

.block_contact_sections .sections .card_sost div {
    position: absolute;
    bottom: 0;
    padding: 2.5rem 1.875rem;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.block_contact_sections .sections .card_sost h3 {
    line-height: 1;
    font-size: 1.5625rem;
    margin-bottom: 0;
    color: #fff;
    padding-right: 6rem
}

.block_contact_sections .sections .card_sost .boton_sost a {
    background: url(../images/arrow_white.svg) no-repeat calc(100% - 1rem) center #fc1f1f;
    font-size: .875rem;
    font-weight: bold;
    color: #c9f2e0;
    width: 2.8125rem;
    line-height: 2.8125rem;
    display: inline-block;
    border-radius: 4rem;
    overflow: hidden;
    height: 2.8125rem;
    text-decoration: none !important;
    position: absolute;
    right: 2rem
}

.block_contact_sections .sections .card_sost .boton_sost a span {
    display: block;
    padding-right: 3rem;
    width: 9rem;
    padding-left: 1.5rem;
    transform: translateX(-6rem)
}

.block_contact_sections .sections .card_sost .boton_sost a:hover {
    width: 8.125rem
}

.block_contact_sections .sections .card_sost .boton_sost a:hover span {
    transform: translate(0)
}

.block_contact_sections .sections .card_sost:hover picture img {
    transform: scale(1.1)
}

.box_numbers {
    margin-top: 2.5rem;
    max-width: 32rem;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 1.25rem;
    padding: 2rem 2rem 2rem 2rem
}

.box_numbers>div {
    background: url(../images/phone.svg) no-repeat;
    padding-left: 4rem
}

.box_numbers img {
    margin-right: 1.25rem
}

.box_numbers h4 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-weight: 600
}

.contact_pronaca {
    border: 1px solid #e5e5e5;
    border-radius: 1.25rem;
    padding: 2.5rem
}

.contact_pronaca p {
    max-width: 100% !important
}

.contact_pronaca select {
    color: #000 !important
}

.contact_pronaca input[type=text],
.contact_pronaca input[type=email],
.contact_pronaca input[type=tel],
.contact_pronaca input[type=number],
.contact_pronaca select,
.contact_pronaca textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: .5rem;
    padding: 0 1rem;
    background: #fff;
    height: 3.75rem !important
}

.contact_pronaca input[type=submit] {
    border: none;
    text-transform: uppercase;
    cursor: pointer
}

.contact_pronaca .wpcf7 form.invalid .wpcf7-response-output {
    border: none !important
}

.contact_pronaca div.wpforms-container-full input[type=text],
.contact_pronaca div.wpforms-container-full .wpforms-form .iti--allow-dropdown input.iti__tel-input[type=tel],
.contact_pronaca div.wpforms-container-full input[type=email],
.contact_pronaca div.wpforms-container-full input[type=number],
.contact_pronaca div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select,
.contact_pronaca div.wpforms-container-full .wpforms-form textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: .5rem;
    color: #777 !important;
    padding: 0 1rem;
    background: #fff;
    height: 3.75rem !important
}

.contact_pronaca div.wpforms-container-full:not(:empty) {
    margin: 0 !important
}

.contact_pronaca div.wpforms-container-full button[type=submit] {
    font-size: .875rem;
    font-weight: bold;
    padding: 1.1rem 2.5rem 2rem;
    background: #fc1f1f !important;
    color: #fff;
    border-radius: 3rem;
    display: inline-block;
    text-decoration: none !important;
    border: none;
    text-transform: uppercase;
    cursor: pointer
}

.contact_pronaca div.wpforms-container-full button[type=submit]:hover {
    background: #cc0303 !important;
    color: #fff
}

.contact_pronaca .wpforms-container .wpforms-field {
    padding: 0 !important;
    margin-bottom: 1rem !important
}

.contact_pronaca div.wpforms-container-full input[type=text]:focus {
    box-shadow: 0 0 0 1px rgba(65, 64, 66, .2705882353), 0px 1px 2px rgba(0, 0, 0, .15);
    border-color: #e5e5e5 !important
}

.contact_pronaca div.wpforms-container-full input[type=email]:focus {
    box-shadow: 0 0 0 1px rgba(65, 64, 66, .2705882353), 0px 1px 2px rgba(0, 0, 0, .15);
    border-color: #e5e5e5 !important
}

.contact_pronaca div.wpforms-container-full input[type=number]:focus {
    box-shadow: 0 0 0 1px rgba(65, 64, 66, .2705882353), 0px 1px 2px rgba(0, 0, 0, .15);
    border-color: #e5e5e5 !important
}

.contact_pronaca div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select:focus {
    box-shadow: 0 0 0 1px rgba(65, 64, 66, .2705882353), 0px 1px 2px rgba(0, 0, 0, .15);
    border-color: #e5e5e5 !important
}

.contact_pronaca div.wpforms-container-full .wpforms-form textarea:focus {
    box-shadow: 0 0 0 1px rgba(65, 64, 66, .2705882353), 0px 1px 2px rgba(0, 0, 0, .15);
    border-color: #e5e5e5 !important
}

.contact_pronaca div.wpforms-container-full .wpforms-form .iti--allow-dropdown input.iti__tel-input[type=tel]:focus {
    box-shadow: 0 0 0 1px rgba(65, 64, 66, .2705882353), 0px 1px 2px rgba(0, 0, 0, .15);
    border-color: #e5e5e5 !important
}

.contact_pronaca div.wpforms-container-full input[type=text]:focus:invalid {
    box-shadow: 0 0 0 1px rgba(65, 64, 66, .2705882353), 0px 1px 2px rgba(0, 0, 0, .15);
    border-color: #e5e5e5 !important
}

.contact_pronaca div.wpforms-container-full .wpforms-confirmation-container-full {
    border-color: #e5e5e5 !important;
    background-color: #00524f !important;
    border-radius: .5rem
}

.contact_pronaca div.wpforms-container-full .wpforms-confirmation-container-full p {
    color: #c9f2e0 !important
}

.map {
    position: relative;
    margin-bottom: -12rem;
    height: 43.75rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.map .row,
.map .block_colaboracion_pueblos .list_actions>div>div,
.block_colaboracion_pueblos .map .list_actions>div>div,
.map .block_colaboracion_pueblos .titulo_principios,
.block_colaboracion_pueblos .map .titulo_principios,
.map .block_principios_bienestar .titulo_principios,
.block_principios_bienestar .map .titulo_principios,
.map .block_principios_bienestar .list_actions>div>div,
.block_principios_bienestar .map .list_actions>div>div,
.map .block_acciones .titulo_principios,
.block_acciones .map .titulo_principios,
.map .block_animal_comite .container_1180 .titulo,
.block_animal_comite .container_1180 .map .titulo {
    height: 100%;
    align-items: center;
    padding-bottom: 5.5rem;
    position: absolute;
    top: 0;
    left: 0
}

.map .text_map {
    color: #c9f2e0;
    background: #00524f;
    max-width: 30rem;
    border-radius: 0 1.25rem 0 1.25rem;
    padding: 2.5rem
}

.map .text_map h4 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5625rem;
    padding-bottom: 2rem
}

.map .text_map .horario_map {
    background: url(../images/reloj.png) no-repeat 0 .3rem;
    padding-left: 2.5rem
}

.map .text_map .horario_map a {
    color: #88f2a0
}

.map .text_map .horario_map a:hover {
    color: #88f2a0;
    text-decoration: underline
}

.map>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0 6.25rem 0 0
}

@media(max-width: 991.98px) {

    .block_contact_sections .modules_text h2,
    .block_contact_sections .modules_text .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_contact_sections .modules_text span,
    .block_contact_sections .modules_text .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_contact_sections .modules_text span,
    .block_contact_sections .modules_text .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_contact_sections .modules_text span,
    .block_contact_sections .modules_text .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_contact_sections .modules_text span,
    .block_contact_sections .modules_text .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_contact_sections .modules_text h3,
    .block_contact_sections .modules_text .ticker-text,
    .block_contact_sections .modules_text .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_contact_sections .modules_text span,
    .block_contact_sections .modules_text .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_contact_sections .modules_text span {
        font-size: 1.5625rem
    }

    .block_contact_sections .card_sost .boton_sost a {
        width: 8.125rem !important
    }

    .block_contact_sections .card_sost .boton_sost a span {
        transform: translateX(0) !important
    }

    .block_contact_sections .sections .card_sost h3 {
        font-size: 1.25rem
    }

    .box_numbers {
        padding: 1.5rem;
        max-width: 100%;
        margin-bottom: 2rem
    }

    .box_numbers>div {
        background-size: 2.1875rem;
        padding-left: 0;
        padding-top: 3.5rem
    }

    .contact_pronaca {
        padding: 1.5rem
    }

    .map {
        border-radius: 0 3.125rem 0 0;
        background-size: initial;
        background-position: center top;
        height: initial
    }

    .map .row,
    .map .block_colaboracion_pueblos .list_actions>div>div,
    .block_colaboracion_pueblos .map .list_actions>div>div,
    .map .block_colaboracion_pueblos .titulo_principios,
    .block_colaboracion_pueblos .map .titulo_principios,
    .map .block_principios_bienestar .titulo_principios,
    .block_principios_bienestar .map .titulo_principios,
    .map .block_principios_bienestar .list_actions>div>div,
    .block_principios_bienestar .map .list_actions>div>div,
    .map .block_acciones .titulo_principios,
    .block_acciones .map .titulo_principios,
    .map .block_animal_comite .container_1180 .titulo,
    .block_animal_comite .container_1180 .map .titulo {
        align-items: start;
        padding-bottom: 2rem;
        position: initial
    }

    .map .text_map {
        padding: 1.5rem;
        max-width: 100%
    }

    .map>img {
        border-radius: 0 3.125rem 0 0;
        height: 30rem
    }

}

.block_text_default {
    max-width: 48.75rem
}

.block_text_default h2,
.block_text_default .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_text_default span,
.block_text_default .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_text_default span,
.block_text_default .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_text_default span,
.block_text_default .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_text_default span,
.block_text_default .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_text_default h3,
.block_text_default .ticker-text,
.block_text_default .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_text_default span,
.block_text_default .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_text_default span {
    font-size: 1.875rem;
    line-height: 1.2;
    color: #fc1f1f;
    margin-bottom: 1.25rem
}

.block_text_default h3 {
    font-size: 1.25rem;
    color: #fc1f1f;
    font-weight: 600
}

.block_text_default ul {
    list-style-type: lower-alpha;
    padding-left: 1.3rem
}

.block_text_default ul li::marker {
    color: #fc1f1f;
    font-weight: bold
}

.terminos_space+p {
    background: #fff;
    margin: 0 !important
}

@media(max-width: 991.98px) {

    .block_text_default h2,
    .block_text_default .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_text_default span,
    .block_text_default .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_text_default span,
    .block_text_default .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_text_default span,
    .block_text_default .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_text_default span,
    .block_text_default .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_text_default h3,
    .block_text_default .ticker-text,
    .block_text_default .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_text_default span,
    .block_text_default .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_text_default span {
        font-size: 1.25rem
    }

}

.block_mas_certificaciones picture {
    overflow: hidden
}

.block_mas_certificaciones picture img {
    width: 100%;
    object-fit: cover;
    height: 34.375rem;
    border-radius: 0 100px 0 0
}

.block_mas_certificaciones h2,
.block_mas_certificaciones .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_mas_certificaciones span,
.block_mas_certificaciones .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_mas_certificaciones span,
.block_mas_certificaciones .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_mas_certificaciones span,
.block_mas_certificaciones .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_mas_certificaciones span,
.block_mas_certificaciones .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_mas_certificaciones h3,
.block_mas_certificaciones .ticker-text,
.block_mas_certificaciones .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_mas_certificaciones span,
.block_mas_certificaciones .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_mas_certificaciones span {
    color: #00524f;
    font-size: 3.75rem;
    margin-bottom: 0
}

.block_mas_certificaciones .c_card {
    border-radius: 1.25rem;
    border: 1px solid #e5e5e5
}

.block_mas_certificaciones .c_card .descripcion p {
    min-height: 12.1875rem
}

.block_mas_certificaciones .c_card h5 {
    font-size: .75rem;
    color: #05a044
}

.block_mas_certificaciones .c_card h3 {
    font-size: 1.25rem;
    font-size: 1.25rem;
    color: #00524f;
    line-height: 1.3
}

.block_mas_certificaciones .c_card .info {
    border-top: 1px solid #e5e5e5;
    padding-top: 1rem
}

.block_mas_certificaciones .c_card h6 {
    margin-bottom: 0;
    color: #00524f;
    font-weight: 600
}

.block_mas_certificaciones .col-md-9,
.block_mas_certificaciones .block_visita_fundacion .info_hero h2,
.block_visita_fundacion .info_hero .block_mas_certificaciones h2,
.block_mas_certificaciones .block_visita_fundacion .info_hero .ticker-text,
.block_visita_fundacion .info_hero .block_mas_certificaciones .ticker-text,
.block_mas_certificaciones .block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div span,
.block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div .block_mas_certificaciones span,
.block_mas_certificaciones .block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero span,
.block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero .block_mas_certificaciones span,
.block_mas_certificaciones .block_visita_fundacion .info_hero .block_nuestros_programas .cifras div span,
.block_visita_fundacion .info_hero .block_nuestros_programas .cifras div .block_mas_certificaciones span,
.block_mas_certificaciones .block_nuestros_programas .cifras div .block_visita_fundacion .info_hero span,
.block_nuestros_programas .cifras div .block_visita_fundacion .info_hero .block_mas_certificaciones span,
.block_mas_certificaciones .block_visita_fundacion .info_hero .block_animal_salud .cifras div h3,
.block_visita_fundacion .info_hero .block_animal_salud .cifras div .block_mas_certificaciones h3,
.block_mas_certificaciones .block_animal_salud .cifras div .block_visita_fundacion .info_hero h3,
.block_animal_salud .cifras div .block_visita_fundacion .info_hero .block_mas_certificaciones h3,
.block_mas_certificaciones .block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div span,
.block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div .block_mas_certificaciones span,
.block_mas_certificaciones .block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero span,
.block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero .block_mas_certificaciones span,
.block_mas_certificaciones .block_visita_fundacion .info_hero .block_servicios_redni .cifras div span,
.block_visita_fundacion .info_hero .block_servicios_redni .cifras div .block_mas_certificaciones span,
.block_mas_certificaciones .block_servicios_redni .cifras div .block_visita_fundacion .info_hero span,
.block_servicios_redni .cifras div .block_visita_fundacion .info_hero .block_mas_certificaciones span,
.block_mas_certificaciones .block_visita_fundacion .info_hero .block_cifras_aliados .cifras div span,
.block_visita_fundacion .info_hero .block_cifras_aliados .cifras div .block_mas_certificaciones span,
.block_mas_certificaciones .block_cifras_aliados .cifras div .block_visita_fundacion .info_hero span,
.block_cifras_aliados .cifras div .block_visita_fundacion .info_hero .block_mas_certificaciones span,
.block_mas_certificaciones .block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div span,
.block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div .block_mas_certificaciones span,
.block_mas_certificaciones .block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero span,
.block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero .block_mas_certificaciones span {
    min-height: 14rem
}

.block_mas_certificaciones .modules_text {
    margin-top: -7rem;
    background: #fff;
    position: relative;
    z-index: 10000;
    border-radius: 1.25rem
}

.filters {
    height: 3.4375rem;
    background: #f7f7f7;
    border-radius: 2rem;
    display: inline-block;
    padding: .65rem;
    max-width: calc(100vw - 3rem);
    overflow: hidden
}

.filters li {
    display: inline-block;
    white-space: nowrap
}

.filters li a {
    display: block;
    border-radius: 2rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    padding: 0 .8rem;
    text-decoration: none;
    margin: 0 .2rem;
    color: #00524f
}

.filters li a.active {
    background: #c9f2e0;
    font-weight: 600
}

.filters li a:hover {
    background: #e5e5e5
}

@media(max-width: 991.98px) {
    .block_mas_certificaciones .c_card .descripcion p {
        min-height: auto
    }

    .block_mas_certificaciones h2,
    .block_mas_certificaciones .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_mas_certificaciones span,
    .block_mas_certificaciones .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_mas_certificaciones span,
    .block_mas_certificaciones .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_mas_certificaciones span,
    .block_mas_certificaciones .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_mas_certificaciones span,
    .block_mas_certificaciones .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_mas_certificaciones h3,
    .block_mas_certificaciones .ticker-text,
    .block_mas_certificaciones .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_mas_certificaciones span,
    .block_mas_certificaciones .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_mas_certificaciones span {
        font-size: 2.1875rem;
        margin-bottom: 1.5rem
    }

    .block_mas_certificaciones .col-md-9,
    .block_mas_certificaciones .block_visita_fundacion .info_hero h2,
    .block_visita_fundacion .info_hero .block_mas_certificaciones h2,
    .block_mas_certificaciones .block_visita_fundacion .info_hero .ticker-text,
    .block_visita_fundacion .info_hero .block_mas_certificaciones .ticker-text,
    .block_mas_certificaciones .block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div span,
    .block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div .block_mas_certificaciones span,
    .block_mas_certificaciones .block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero span,
    .block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero .block_mas_certificaciones span,
    .block_mas_certificaciones .block_visita_fundacion .info_hero .block_nuestros_programas .cifras div span,
    .block_visita_fundacion .info_hero .block_nuestros_programas .cifras div .block_mas_certificaciones span,
    .block_mas_certificaciones .block_nuestros_programas .cifras div .block_visita_fundacion .info_hero span,
    .block_nuestros_programas .cifras div .block_visita_fundacion .info_hero .block_mas_certificaciones span,
    .block_mas_certificaciones .block_visita_fundacion .info_hero .block_animal_salud .cifras div h3,
    .block_visita_fundacion .info_hero .block_animal_salud .cifras div .block_mas_certificaciones h3,
    .block_mas_certificaciones .block_animal_salud .cifras div .block_visita_fundacion .info_hero h3,
    .block_animal_salud .cifras div .block_visita_fundacion .info_hero .block_mas_certificaciones h3,
    .block_mas_certificaciones .block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div span,
    .block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div .block_mas_certificaciones span,
    .block_mas_certificaciones .block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero span,
    .block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero .block_mas_certificaciones span,
    .block_mas_certificaciones .block_visita_fundacion .info_hero .block_servicios_redni .cifras div span,
    .block_visita_fundacion .info_hero .block_servicios_redni .cifras div .block_mas_certificaciones span,
    .block_mas_certificaciones .block_servicios_redni .cifras div .block_visita_fundacion .info_hero span,
    .block_servicios_redni .cifras div .block_visita_fundacion .info_hero .block_mas_certificaciones span,
    .block_mas_certificaciones .block_visita_fundacion .info_hero .block_cifras_aliados .cifras div span,
    .block_visita_fundacion .info_hero .block_cifras_aliados .cifras div .block_mas_certificaciones span,
    .block_mas_certificaciones .block_cifras_aliados .cifras div .block_visita_fundacion .info_hero span,
    .block_cifras_aliados .cifras div .block_visita_fundacion .info_hero .block_mas_certificaciones span,
    .block_mas_certificaciones .block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div span,
    .block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div .block_mas_certificaciones span,
    .block_mas_certificaciones .block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero span,
    .block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero .block_mas_certificaciones span {
        min-height: initial
    }

    .block_mas_certificaciones picture img {
        border-radius: 0 3.125rem 0 0;
        height: 18.125rem
    }

}

.block_resultados_bienestar+p {
    background: #fff;
    margin: 0 !important
}

.block_resultados_bienestar h2,
.block_resultados_bienestar .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_resultados_bienestar span,
.block_resultados_bienestar .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_resultados_bienestar span,
.block_resultados_bienestar .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_resultados_bienestar span,
.block_resultados_bienestar .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_resultados_bienestar span,
.block_resultados_bienestar .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_resultados_bienestar h3,
.block_resultados_bienestar .ticker-text,
.block_resultados_bienestar .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_resultados_bienestar span,
.block_resultados_bienestar .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_resultados_bienestar span {
    color: #00524f;
    font-size: 3.75rem;
    margin-bottom: 0
}

.block_resultados_bienestar .c_card {
    border-radius: 1.25rem;
    border: 1px solid #e5e5e5;
    overflow: hidden
}

.block_resultados_bienestar .c_card h5 {
    font-size: .75rem;
    color: #05a044
}

.block_resultados_bienestar .c_card h3 {
    font-size: 1.25rem;
    font-size: 1.25rem;
    color: #00524f;
    line-height: 1.3
}

.block_resultados_bienestar .c_card .info {
    border-top: 1px solid #e5e5e5;
    padding-top: 1rem
}

.block_resultados_bienestar .c_card h6 {
    margin-bottom: 0;
    color: #00524f;
    font-weight: 600
}

.block_resultados_bienestar .col-md-9,
.block_resultados_bienestar .block_visita_fundacion .info_hero h2,
.block_visita_fundacion .info_hero .block_resultados_bienestar h2,
.block_resultados_bienestar .block_visita_fundacion .info_hero .ticker-text,
.block_visita_fundacion .info_hero .block_resultados_bienestar .ticker-text,
.block_resultados_bienestar .block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div span,
.block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div .block_resultados_bienestar span,
.block_resultados_bienestar .block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero span,
.block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero .block_resultados_bienestar span,
.block_resultados_bienestar .block_visita_fundacion .info_hero .block_nuestros_programas .cifras div span,
.block_visita_fundacion .info_hero .block_nuestros_programas .cifras div .block_resultados_bienestar span,
.block_resultados_bienestar .block_nuestros_programas .cifras div .block_visita_fundacion .info_hero span,
.block_nuestros_programas .cifras div .block_visita_fundacion .info_hero .block_resultados_bienestar span,
.block_resultados_bienestar .block_visita_fundacion .info_hero .block_animal_salud .cifras div h3,
.block_visita_fundacion .info_hero .block_animal_salud .cifras div .block_resultados_bienestar h3,
.block_resultados_bienestar .block_animal_salud .cifras div .block_visita_fundacion .info_hero h3,
.block_animal_salud .cifras div .block_visita_fundacion .info_hero .block_resultados_bienestar h3,
.block_resultados_bienestar .block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div span,
.block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div .block_resultados_bienestar span,
.block_resultados_bienestar .block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero span,
.block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero .block_resultados_bienestar span,
.block_resultados_bienestar .block_visita_fundacion .info_hero .block_servicios_redni .cifras div span,
.block_visita_fundacion .info_hero .block_servicios_redni .cifras div .block_resultados_bienestar span,
.block_resultados_bienestar .block_servicios_redni .cifras div .block_visita_fundacion .info_hero span,
.block_servicios_redni .cifras div .block_visita_fundacion .info_hero .block_resultados_bienestar span,
.block_resultados_bienestar .block_visita_fundacion .info_hero .block_cifras_aliados .cifras div span,
.block_visita_fundacion .info_hero .block_cifras_aliados .cifras div .block_resultados_bienestar span,
.block_resultados_bienestar .block_cifras_aliados .cifras div .block_visita_fundacion .info_hero span,
.block_cifras_aliados .cifras div .block_visita_fundacion .info_hero .block_resultados_bienestar span,
.block_resultados_bienestar .block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div span,
.block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div .block_resultados_bienestar span,
.block_resultados_bienestar .block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero span,
.block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero .block_resultados_bienestar span {
    min-height: 14rem
}

.block_resultados_bienestar .modules_text {
    margin-top: -7rem;
    background: #fff;
    position: relative;
    z-index: 10000;
    border-radius: 1.25rem
}

.block_resultados_bienestar picture {
    overflow: hidden
}

.block_resultados_bienestar picture img {
    width: 100%;
    object-fit: cover;
    height: 34.375rem;
    border-radius: 0 100px 0 0
}

.block_resultados_bienestar .list_informes .c_card img {
    width: 100%
}

.block_resultados_bienestar .list_informes .c_card a {
    color: #05a044;
    font-size: .875rem;
    font-weight: bold;
    background: url(../images/arrow_green.svg) no-repeat right center;
    padding-right: 1.2rem;
    display: inline-block;
    text-decoration: none
}

.block_resultados_bienestar .list_informes .c_card a:hover {
    padding-right: 2rem
}

.block_resultados_bienestar .list_informes p {
    line-height: 1.2
}

.block_resultados_bienestar .list_informes h5 {
    font-size: 1.875rem;
    color: #00524f
}

.block_resultados_bienestar .list_informes img {
    height: 100%;
    object-fit: cover
}

@media(max-width: 991.98px) {

    .block_resultados_bienestar h2,
    .block_resultados_bienestar .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_resultados_bienestar span,
    .block_resultados_bienestar .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_resultados_bienestar span,
    .block_resultados_bienestar .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_resultados_bienestar span,
    .block_resultados_bienestar .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_resultados_bienestar span,
    .block_resultados_bienestar .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_resultados_bienestar h3,
    .block_resultados_bienestar .ticker-text,
    .block_resultados_bienestar .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_resultados_bienestar span,
    .block_resultados_bienestar .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_resultados_bienestar span {
        font-size: 2.1875rem;
        margin-bottom: 1.5rem
    }

    .block_resultados_bienestar .col-md-9,
    .block_resultados_bienestar .block_visita_fundacion .info_hero h2,
    .block_visita_fundacion .info_hero .block_resultados_bienestar h2,
    .block_resultados_bienestar .block_visita_fundacion .info_hero .ticker-text,
    .block_visita_fundacion .info_hero .block_resultados_bienestar .ticker-text,
    .block_resultados_bienestar .block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div span,
    .block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div .block_resultados_bienestar span,
    .block_resultados_bienestar .block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero span,
    .block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero .block_resultados_bienestar span,
    .block_resultados_bienestar .block_visita_fundacion .info_hero .block_nuestros_programas .cifras div span,
    .block_visita_fundacion .info_hero .block_nuestros_programas .cifras div .block_resultados_bienestar span,
    .block_resultados_bienestar .block_nuestros_programas .cifras div .block_visita_fundacion .info_hero span,
    .block_nuestros_programas .cifras div .block_visita_fundacion .info_hero .block_resultados_bienestar span,
    .block_resultados_bienestar .block_visita_fundacion .info_hero .block_animal_salud .cifras div h3,
    .block_visita_fundacion .info_hero .block_animal_salud .cifras div .block_resultados_bienestar h3,
    .block_resultados_bienestar .block_animal_salud .cifras div .block_visita_fundacion .info_hero h3,
    .block_animal_salud .cifras div .block_visita_fundacion .info_hero .block_resultados_bienestar h3,
    .block_resultados_bienestar .block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div span,
    .block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div .block_resultados_bienestar span,
    .block_resultados_bienestar .block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero span,
    .block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero .block_resultados_bienestar span,
    .block_resultados_bienestar .block_visita_fundacion .info_hero .block_servicios_redni .cifras div span,
    .block_visita_fundacion .info_hero .block_servicios_redni .cifras div .block_resultados_bienestar span,
    .block_resultados_bienestar .block_servicios_redni .cifras div .block_visita_fundacion .info_hero span,
    .block_servicios_redni .cifras div .block_visita_fundacion .info_hero .block_resultados_bienestar span,
    .block_resultados_bienestar .block_visita_fundacion .info_hero .block_cifras_aliados .cifras div span,
    .block_visita_fundacion .info_hero .block_cifras_aliados .cifras div .block_resultados_bienestar span,
    .block_resultados_bienestar .block_cifras_aliados .cifras div .block_visita_fundacion .info_hero span,
    .block_cifras_aliados .cifras div .block_visita_fundacion .info_hero .block_resultados_bienestar span,
    .block_resultados_bienestar .block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div span,
    .block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div .block_resultados_bienestar span,
    .block_resultados_bienestar .block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero span,
    .block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero .block_resultados_bienestar span {
        min-height: initial
    }

    .block_resultados_bienestar picture img {
        border-radius: 0 3.125rem 0 0;
        height: 18.125rem
    }

}

.block_animal_salud {
    background: #ffc9ce;
    border-radius: 0 6.25rem 0 0;
    color: #660005;
    padding-bottom: 13.75rem
}

.block_animal_salud .cifras {
    display: flex;
    margin-bottom: 1.25rem;
    max-width: 19.375rem
}

.block_animal_salud .cifras>span {
    padding-right: 1.875rem
}

.block_animal_salud .cifras img {
    margin-top: 1rem;
    width: 2.6875rem
}

.block_animal_salud .cifras div h3 {
    font-size: 5rem;
    display: block;
    margin-bottom: 0
}

.block_animal_salud+div {
    margin-top: -5.625rem
}

.block_animal_salud .c_left img {
    border-radius: 1.25rem;
    width: 100%
}

.block_nutricion_animal .marcas_filters>div {
    display: flex;
    justify-content: center
}

.block_nutricion_animal .list_marcas .title_marcas h4 {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 0
}

.block_nutricion_animal .list_marcas .title_marcas a {
    color: #fc1f1f;
    font-weight: bold;
    background: url(../images/arrow_red.svg) no-repeat right center;
    padding-right: 1.2rem;
    display: inline-block;
    text-decoration: none !important;
    font-size: .875rem
}

.block_nutricion_animal .list_marcas .title_marcas a:hover {
    padding-right: 1.7rem
}

.block_nutricion_animal .cont_marcas {
    background: #fff;
    border-radius: 0 0 0 6.25rem
}

.block_nutricion_animal .cont_marcas h2,
.block_nutricion_animal .cont_marcas .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_nutricion_animal .cont_marcas span,
.block_nutricion_animal .cont_marcas .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_nutricion_animal .cont_marcas span,
.block_nutricion_animal .cont_marcas .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_nutricion_animal .cont_marcas span,
.block_nutricion_animal .cont_marcas .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_nutricion_animal .cont_marcas span,
.block_nutricion_animal .cont_marcas .ticker-text,
.block_nutricion_animal .cont_marcas .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_nutricion_animal .cont_marcas span,
.block_nutricion_animal .cont_marcas .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_nutricion_animal .cont_marcas span,
.block_nutricion_animal .cont_marcas .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_nutricion_animal .cont_marcas h3 {
    font-size: 3.75rem
}

.block_nutricion_animal .bg_familia {
    background-color: #ffc9ce
}

.block_nutricion_animal .bg_familia img {
    width: 100%;
    border-radius: 0 6.25rem 0 0;
    margin-top: -5rem;
    height: 34.375rem;
    object-fit: cover
}

.block_nutricion_animal .modules_text {
    margin-top: -7rem;
    background: #fff;
    position: relative;
    z-index: 10000;
    border-radius: 1.25rem;
    color: #fc1f1f
}

.block_nutricion_animal .c_marca {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 9.125rem;
    border-radius: 1.25rem;
    text-align: center;
    position: relative
}

.block_nutricion_animal .c_marca img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 3rem);
    max-height: 100%
}

.filters_pink {
    height: 3.4375rem;
    background: #f7f7f7;
    border-radius: 2rem;
    display: flex;
    padding: .65rem;
    max-width: calc(100vw - 3rem);
    overflow: auto
}

.filters_pink li {
    display: inline-block;
    white-space: nowrap
}

.filters_pink li a {
    display: block;
    border-radius: 2rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    padding: 0 .8rem;
    text-decoration: none;
    margin: 0 .2rem;
    color: #0c0c11
}

.filters_pink li a.active {
    background: #ffc9ce;
    font-weight: 600
}

.filters_pink li a:hover {
    background: #e5e5e5
}

.block_slider_productos h3 {
    color: #fc1f1f;
    font-size: 2.5rem
}

.block_slider_productos .slider_panama {
    margin: 0 -0.5rem
}

.block_slider_productos .card_sost {
    padding: 0 .5rem
}

.block_slider_productos .card_sost a {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
    display: block
}

.block_slider_productos .card_sost a:after {
    content: "";
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    height: 11.25rem;
    opacity: .3
}

.block_slider_productos .card_sost a:hover img {
    transform: scale(1.1)
}

.block_slider_productos .card_sost img {
    width: 100%
}

.block_slider_productos .card_sost picture {
    display: block
}

.block_slider_productos .card_sost p {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    z-index: 1000;
    font-size: 1.875rem
}

.contacto_panama {
    margin-top: 10rem
}

.contacto_panama .content {
    background: #f7f7f7;
    height: 9rem;
    border-radius: 1.25rem;
    padding: 2rem
}

.contacto_panama h4 {
    font-size: 1.5625rem;
    color: #fc1f1f;
    line-height: 1.2;
    margin-bottom: .8rem
}

.contacto_panama a {
    color: #2d2d2d;
    font-size: 1.25rem
}

.contacto_panama .redes li {
    display: inline-block
}

.contacto_panama .redes a {
    margin-right: 1rem
}

.contacto_panama ul {
    margin-bottom: 0
}

@media(max-width: 991.98px) {
    .block_nutricion_animal .bg_familia img {
        border-radius: 0 3.125rem 0 0;
        height: 18.125rem
    }

    .block_nutricion_animal .cont_marcas h2,
    .block_nutricion_animal .cont_marcas .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_nutricion_animal .cont_marcas span,
    .block_nutricion_animal .cont_marcas .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_nutricion_animal .cont_marcas span,
    .block_nutricion_animal .cont_marcas .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_nutricion_animal .cont_marcas span,
    .block_nutricion_animal .cont_marcas .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_nutricion_animal .cont_marcas span,
    .block_nutricion_animal .cont_marcas .ticker-text,
    .block_nutricion_animal .cont_marcas .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_nutricion_animal .cont_marcas span,
    .block_nutricion_animal .cont_marcas .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_nutricion_animal .cont_marcas span,
    .block_nutricion_animal .cont_marcas .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_nutricion_animal .cont_marcas h3 {
        font-size: 2.1875rem
    }

    .block_animal_salud {
        padding-bottom: 12rem;
        border-radius: 0 3.125rem 0 0
    }

    .block_animal_salud .cifras {
        max-width: 100%
    }

    .block_animal_salud .cifras img {
        width: 2.1875rem;
        margin-top: .2rem
    }

    .block_animal_salud .cifras div h3 {
        font-size: 2.1875rem
    }

    .block_slider_productos h3 {
        font-size: 1.5625rem
    }

}

.block_nuestros_procesos {
    color: #fc1f1f;
    background: #fff;
    border-radius: 0 6.25rem 0 0
}

.block_nuestros_procesos h4 {
    color: #88f2a0
}

.block_nuestros_procesos .cifras {
    display: flex;
    margin-bottom: 2.5rem
}

.block_nuestros_procesos .cifras>span {
    padding-right: 3rem
}

.block_nuestros_procesos .cifras img {
    margin-top: .5rem
}

.block_nuestros_procesos .cifras div span {
    padding-bottom: .2rem;
    display: block
}

.block_nuestros_procesos .procesos_cards h2,
.block_cifras_fundacion .cifras div .block_nuestros_procesos .procesos_cards span,
.block_cifras_aliados .cifras div .block_nuestros_procesos .procesos_cards span,
.block_servicios_redni .cifras div .block_nuestros_procesos .procesos_cards span,
.block_nuestros_procesos .procesos_cards .ticker-text,
.block_sostenibilidad_home .cifras div .block_nuestros_procesos .procesos_cards span,
.block_nuestros_programas .cifras div .block_nuestros_procesos .procesos_cards span,
.block_nuestros_procesos .procesos_cards .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_nuestros_procesos .procesos_cards h3,
.block_nuestros_procesos .procesos_cards .cifras div span,
.block_nuestros_procesos .cifras div .procesos_cards span {
    margin-bottom: 2.5rem
}

.block_nuestros_procesos .c_right .col-md-6:last-child .card_sost,
.block_nuestros_procesos .c_right h2:last-child .card_sost,
.block_cifras_fundacion .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost,
.block_cifras_aliados .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost,
.block_servicios_redni .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost,
.block_nuestros_procesos .c_right .ticker-text:last-child .card_sost,
.block_sostenibilidad_home .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost,
.block_nuestros_programas .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost,
.block_nuestros_procesos .c_right .block_animal_salud .cifras div h3:last-child .card_sost,
.block_nuestros_procesos .block_animal_salud .cifras div .c_right h3:last-child .card_sost,
.block_animal_salud .cifras div .block_nuestros_procesos .c_right h3:last-child .card_sost,
.block_nuestros_procesos .c_right .cifras div span:last-child .card_sost,
.block_nuestros_procesos .cifras div .c_right span:last-child .card_sost {
    position: relative
}

.block_nuestros_procesos .c_right .col-md-6:last-child .card_sost a,
.block_nuestros_procesos .c_right h2:last-child .card_sost a,
.block_cifras_fundacion .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost a,
.block_cifras_aliados .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost a,
.block_servicios_redni .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost a,
.block_nuestros_procesos .c_right .ticker-text:last-child .card_sost a,
.block_sostenibilidad_home .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost a,
.block_nuestros_programas .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost a,
.block_nuestros_procesos .c_right .block_animal_salud .cifras div h3:last-child .card_sost a,
.block_nuestros_procesos .block_animal_salud .cifras div .c_right h3:last-child .card_sost a,
.block_animal_salud .cifras div .block_nuestros_procesos .c_right h3:last-child .card_sost a,
.block_nuestros_procesos .c_right .cifras div span:last-child .card_sost a,
.block_nuestros_procesos .cifras div .c_right span:last-child .card_sost a {
    padding: 0 !important
}

.block_nuestros_procesos .c_right .col-md-6:last-child .card_sost span,
.block_nuestros_procesos .c_right h2:last-child .card_sost span,
.block_cifras_fundacion .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span,
.block_cifras_aliados .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span,
.block_servicios_redni .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span,
.block_nuestros_procesos .c_right .ticker-text:last-child .card_sost span,
.block_sostenibilidad_home .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span,
.block_nuestros_programas .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span,
.block_nuestros_procesos .c_right .block_animal_salud .cifras div h3:last-child .card_sost span,
.block_nuestros_procesos .block_animal_salud .cifras div .c_right h3:last-child .card_sost span,
.block_animal_salud .cifras div .block_nuestros_procesos .c_right h3:last-child .card_sost span,
.block_nuestros_procesos .c_right .cifras div span:last-child .card_sost span,
.block_nuestros_procesos .cifras div .c_right span:last-child .card_sost span {
    position: absolute;
    height: 2.8125rem;
    color: #2d2d2d;
    bottom: 1rem;
    border-radius: 2rem;
    background: #fff;
    line-height: 2.8125rem;
    padding: 0 1.5rem;
    right: 1rem
}

.block_nuestros_procesos .c_right .col-md-6:last-child .card_sost span:after,
.block_nuestros_procesos .c_right h2:last-child .card_sost span:after,
.block_cifras_fundacion .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span:after,
.block_cifras_aliados .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span:after,
.block_servicios_redni .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span:after,
.block_nuestros_procesos .c_right .ticker-text:last-child .card_sost span:after,
.block_sostenibilidad_home .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span:after,
.block_nuestros_programas .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span:after,
.block_nuestros_procesos .c_right .block_animal_salud .cifras div h3:last-child .card_sost span:after,
.block_nuestros_procesos .block_animal_salud .cifras div .c_right h3:last-child .card_sost span:after,
.block_animal_salud .cifras div .block_nuestros_procesos .c_right h3:last-child .card_sost span:after,
.block_nuestros_procesos .c_right .cifras div span:last-child .card_sost span:after,
.block_nuestros_procesos .cifras div .c_right span:last-child .card_sost span:after {
    content: "Ver todas las fotos"
}

.block_nuestros_procesos .c_right .col-md-6:last-child .card_sost span:before,
.block_nuestros_procesos .c_right h2:last-child .card_sost span:before,
.block_cifras_fundacion .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span:before,
.block_cifras_aliados .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span:before,
.block_servicios_redni .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span:before,
.block_nuestros_procesos .c_right .ticker-text:last-child .card_sost span:before,
.block_sostenibilidad_home .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span:before,
.block_nuestros_programas .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span:before,
.block_nuestros_procesos .c_right .block_animal_salud .cifras div h3:last-child .card_sost span:before,
.block_nuestros_procesos .block_animal_salud .cifras div .c_right h3:last-child .card_sost span:before,
.block_animal_salud .cifras div .block_nuestros_procesos .c_right h3:last-child .card_sost span:before,
.block_nuestros_procesos .c_right .cifras div span:last-child .card_sost span:before,
.block_nuestros_procesos .cifras div .c_right span:last-child .card_sost span:before {
    content: "";
    background: url(../images/ico_square.svg) no-repeat;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    vertical-align: middle;
    background-size: 100% auto;
    margin-right: .4rem
}

.block_nuestros_procesos .card_sost {
    position: relative
}

.block_nuestros_procesos .card_sost .destacada {
    position: absolute;
    top: 0;
    padding: 0;
    bottom: auto
}

.block_nuestros_procesos .card_sost .destacada picture img {
    max-height: 40.625rem;
    object-fit: cover
}

.block_nuestros_procesos .card_sost picture {
    overflow: hidden;
    border-radius: 1.4rem;
    display: block
}

.block_nuestros_procesos .card_sost picture img {
    display: block;
    width: 100%;
    cursor: pointer;
    max-height: 19.75rem;
    object-fit: cover
}

.block_nuestros_procesos .card_sost div {
    position: absolute;
    bottom: 0;
    padding: 1.5625rem;
    display: inline-flex;
    justify-content: flex-end;
    width: 100%
}

.block_nuestros_procesos .card_sost:hover picture img {
    transform: scale(1.1);
    cursor: pointer
}

.lightbox_procesos_fondo {
    padding-top: 4rem;
    position: fixed;
    z-index: 111111111111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: opacity .3s ease-in-out
}

.lightbox_procesos {
    position: relative
}

.lightbox_procesos a {
    background: none;
    position: absolute;
    right: 0;
    top: -3.125rem;
    padding: 0;
    margin-top: 0
}

.lightbox_procesos a img {
    max-width: 2.5rem !important
}

.lightbox_procesos a:hover {
    padding-right: 0
}

.lightbox_procesos .grid_galeria {
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 5rem
}

.lightbox_procesos .grid_galeria img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.lightbox_procesos .grid_galeria .order-0 {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
    margin-bottom: .625rem
}

.lightbox_procesos .grid_galeria .order-0>div:nth-child(1) {
    padding-right: .3125rem
}

.lightbox_procesos .grid_galeria .order-0>div:nth-child(2) {
    padding-left: .3125rem
}

.lightbox_procesos .grid_galeria .order-last>div:nth-child(1),
.lightbox_procesos .grid_galeria .order-last>div:nth-child(1)>div:nth-child(1) {
    padding-left: .3125rem;
    margin-bottom: .625rem
}

.lightbox_procesos .grid_galeria .order-last>div:nth-child(2),
.lightbox_procesos .grid_galeria .order-last>div:nth-child(1)>div:nth-child(2) {
    padding-right: .3125rem;
    margin-bottom: .3125rem
}

.lightbox_procesos .grid_galeria .order-1>div:nth-child(1) {
    padding-right: .3125rem;
    margin-bottom: .625rem
}

.lightbox_procesos .grid_galeria .order-1>div:nth-child(2) {
    padding-left: .3125rem;
    margin-bottom: .3125rem
}

.lightbox_procesos .grid_galeria .row-2 {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem
}

.lightbox_procesos .grid_galeria .row-2 img {
    height: 50%;
    padding: .3125rem 0
}

.lightbox_procesos .grid_galeria .col-12 {
    margin-bottom: .625rem
}

.lightbox_procesos_fondo.active {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1
}

.xdebug-error {
    display: none
}

.slider_negocios_mobile img {
    width: 100%
}

.slide-counter {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 100000;
    background: #2d2d2d;
    color: #fff
}

@media(max-width: 991.98px) {
    .block_nuestros_procesos {
        border-radius: 0 3.125rem 0 0
    }

    .block_nuestros_procesos .card_sost h3 {
        padding-right: 8rem
    }

}

@media(max-width: 1060px) {

    .block_nuestros_procesos .c_right .col-md-6:last-child .card_sost span,
    .block_nuestros_procesos .c_right h2:last-child .card_sost span,
    .block_cifras_fundacion .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span,
    .block_cifras_aliados .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span,
    .block_servicios_redni .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span,
    .block_nuestros_procesos .c_right .ticker-text:last-child .card_sost span,
    .block_sostenibilidad_home .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span,
    .block_nuestros_programas .cifras div .block_nuestros_procesos .c_right span:last-child .card_sost span,
    .block_nuestros_procesos .c_right .block_animal_salud .cifras div h3:last-child .card_sost span,
    .block_nuestros_procesos .block_animal_salud .cifras div .c_right h3:last-child .card_sost span,
    .block_animal_salud .cifras div .block_nuestros_procesos .c_right h3:last-child .card_sost span,
    .block_nuestros_procesos .c_right .cifras div span:last-child .card_sost span,
    .block_nuestros_procesos .cifras div .c_right span:last-child .card_sost span {
        font-size: .75rem
    }

}

.block_noticias_home {
    font-size: .875rem;
    background: #fff
}

.block_noticias_home picture {
    overflow: hidden;
    border-radius: 1.4rem;
    display: block
}

.block_noticias_home picture img {
    width: 100%;
    display: block
}

.block_noticias_home a {
    display: block;
    text-decoration: none !important;
    color: #2d2d2d
}

.block_noticias_home a:hover img {
    transform: scale(1.1)
}

.block_noticias_home h4 {
    color: #fc1f1f;
    margin-top: 1.5rem
}

.block_noticias_home h3 {
    line-height: 1.2;
    max-width: 29.375rem
}

.block_title_noticias {
    color: #fc1f1f
}

@media(max-width: 991.98px) {
    .block_list_noticias h3 {
        font-size: 1.25rem
    }

    .block_list_noticias a {
        margin-bottom: 1.75rem
    }

}

.block_alimentarte_bien {
    position: relative;
    font-size: 1.125rem;
    background: #fff
}

.block_alimentarte_bien picture {
    overflow: hidden
}

.block_alimentarte_bien picture img {
    width: 100%;
    object-fit: cover;
    height: 34.375rem;
    border-radius: 0 100px 0 0
}

.block_alimentarte_bien .info_hero {
    position: absolute;
    top: 6.25rem;
    width: 100%
}

.block_alimentarte_bien .info_hero a {
    margin-top: 1.9rem
}

.block_alimentarte_bien p {
    margin-bottom: 0
}

.block_alimentarte_bien .modules_text {
    margin-top: -7rem;
    background: #fff;
    position: relative;
    z-index: 10000;
    border-radius: 1.25rem
}

.block_alimentarte_bien .modules_text img {
    margin-bottom: 1rem;
    max-width: 100%
}

.block_alimentarte_bien .modules_text h3 {
    font-size: 3.125rem;
    color: #fc1f1f;
    line-height: 3.4375rem
}

.block_alimentarte_bien .info_hero {
    color: #fff
}

.block_alimentarte_bien .container_380 {
    margin: 0 auto;
    max-width: 23.75rem
}

.block_alimentarte_bien .container_380 a {
    color: #fc1f1f;
    font-weight: bold;
    padding-right: 1.2rem;
    display: inline-block;
    text-decoration: none !important;
    margin-top: 1rem
}

.block_alimentarte_bien .container_380 a:hover {
    padding-right: 1.7rem
}

.block_alimentarte_bien .check_red img {
    max-width: 2.6875rem;
    margin-bottom: 2.5rem
}

.block_alimentarte_bien .list_alimentarte .c_card {
    padding-top: 4rem
}

.block_alimentarte_bien .list_alimentarte img {
    max-width: 2.6875rem;
    margin-bottom: 1.5625rem
}

.block_alimentarte_bien .list_alimentarte h4 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    min-height: 4.5rem
}

.block_alimentarte_bien .list_alimentarte p {
    font-size: 1rem
}

.block_alimentarte_bien+p {
    background: #fff;
    margin: 0 !important
}

@media(max-width: 991.98px) {
    .block_alimentarte_bien .modules_text h3 {
        font-size: 1.5625rem;
        line-height: 1.875rem
    }

    .block_alimentarte_bien .list_alimentarte .c_card {
        background-size: 2.1875rem;
        padding-top: 2.5rem;
        margin-bottom: .625rem !important
    }

    .block_alimentarte_bien .list_alimentarte h4 {
        font-size: 1.25rem;
        min-height: auto
    }

    .block_alimentarte_bien .list_alimentarte img {
        max-width: 2.1875rem
    }

    .block_alimentarte_bien picture img {
        border-radius: 0 3.125rem 0 0;
        height: 18.125rem
    }

    .block_alimentarte h2,
    .block_alimentarte .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_alimentarte span,
    .block_alimentarte .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_alimentarte span,
    .block_alimentarte .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_alimentarte span,
    .block_alimentarte .ticker-text,
    .block_alimentarte .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_alimentarte span,
    .block_alimentarte .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_alimentarte span,
    .block_alimentarte .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_alimentarte h3,
    .block_alimentarte .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_alimentarte span {
        font-size: 1.5625rem
    }

    .block_alimentarte p {
        font-size: 1rem
    }

    .block_alimentarte .info_hero {
        top: 15rem
    }

}

.block_proposito_purple_second {
    color: #fff;
    background: #6d0a58;
    border-radius: 0 6.25rem 0 0;
    padding-bottom: 12.5rem
}

.block_proposito_purple_second h2,
.block_proposito_purple_second .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_proposito_purple_second span,
.block_proposito_purple_second .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_proposito_purple_second span,
.block_proposito_purple_second .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_proposito_purple_second span,
.block_proposito_purple_second .ticker-text,
.block_proposito_purple_second .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_proposito_purple_second span,
.block_proposito_purple_second .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_proposito_purple_second span,
.block_proposito_purple_second .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_proposito_purple_second h3,
.block_proposito_purple_second .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_proposito_purple_second span {
    font-size: 3.75rem
}

.block_proposito_purple_second h3 {
    font-size: 1.25rem;
    font-weight: bold
}

.block_proposito_purple_second p {
    font-size: 1.125rem
}

.block_cultura_pink_second {
    color: #660005;
    background: #ffc9ce;
    border-radius: 0 6.25rem 0 6.25rem;
    padding-bottom: 6.25rem;
    margin-top: -6rem
}

.block_cultura_pink_second h2,
.block_cultura_pink_second .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_cultura_pink_second span,
.block_cultura_pink_second .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_cultura_pink_second span,
.block_cultura_pink_second .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_cultura_pink_second span,
.block_cultura_pink_second .ticker-text,
.block_cultura_pink_second .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_cultura_pink_second span,
.block_cultura_pink_second .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_cultura_pink_second span,
.block_cultura_pink_second .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_cultura_pink_second h3,
.block_cultura_pink_second .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_cultura_pink_second span {
    font-size: 3.75rem
}

.block_cultura_pink_second h3 {
    font-size: 1.25rem;
    font-weight: bold
}

.block_cultura_pink_second p {
    font-size: 1.125rem
}

@media(max-width: 991.98px) {
    .block_proposito_purple_second {
        border-radius: 0 3.125rem 0 0;
        padding-bottom: 7.5rem
    }

    .block_proposito_purple_second h2,
    .block_proposito_purple_second .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_proposito_purple_second span,
    .block_proposito_purple_second .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_proposito_purple_second span,
    .block_proposito_purple_second .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_proposito_purple_second span,
    .block_proposito_purple_second .ticker-text,
    .block_proposito_purple_second .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_proposito_purple_second span,
    .block_proposito_purple_second .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_proposito_purple_second span,
    .block_proposito_purple_second .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_proposito_purple_second h3,
    .block_proposito_purple_second .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_proposito_purple_second span {
        margin-bottom: 2.5rem;
        letter-spacing: .0938rem
    }

    .block_cultura_pink_second {
        border-radius: 0 3.125rem 0 0;
        padding-bottom: 2.8125rem
    }

    .block_cultura_pink_second h2,
    .block_cultura_pink_second .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_cultura_pink_second span,
    .block_cultura_pink_second .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_cultura_pink_second span,
    .block_cultura_pink_second .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_cultura_pink_second span,
    .block_cultura_pink_second .ticker-text,
    .block_cultura_pink_second .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_cultura_pink_second span,
    .block_cultura_pink_second .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_cultura_pink_second span,
    .block_cultura_pink_second .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_cultura_pink_second h3,
    .block_cultura_pink_second .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_cultura_pink_second span {
        margin-bottom: 2.8125rem;
        letter-spacing: .0938rem
    }

    .block_cultura_pink_second p {
        margin-bottom: 0
    }

}

.block_oportunities {
    position: relative;
    font-size: 1.125rem;
    background: #fff
}

.block_oportunities .info_hero {
    position: absolute;
    top: 6.25rem;
    width: 100%
}

.block_oportunities .info_hero a {
    margin-top: 1.9rem
}

.block_oportunities p {
    margin-bottom: 0
}

.block_oportunities .modules_text {
    background: #fff;
    position: relative;
    z-index: 10000;
    border-radius: 1.25rem
}

.block_oportunities .modules_text h2,
.block_oportunities .modules_text .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_oportunities .modules_text span,
.block_oportunities .modules_text .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_oportunities .modules_text span,
.block_oportunities .modules_text .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_oportunities .modules_text span,
.block_oportunities .modules_text .ticker-text,
.block_oportunities .modules_text .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_oportunities .modules_text span,
.block_oportunities .modules_text .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_oportunities .modules_text span,
.block_oportunities .modules_text .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_oportunities .modules_text h3,
.block_oportunities .modules_text .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_oportunities .modules_text span {
    font-size: 3.125rem;
    color: #fc1f1f;
    line-height: 1.2
}

.block_oportunities .info_hero {
    color: #fff
}

.block_oportunities .container_380 {
    margin: 0 auto;
    max-width: 23.75rem
}

.block_oportunities .container_380 a {
    color: #fc1f1f;
    font-weight: bold;
    padding-right: 1.2rem;
    display: inline-block;
    text-decoration: none !important;
    margin-top: 1rem
}

.block_oportunities .container_380 a:hover {
    padding-right: 1.7rem
}

.block_oportunities .check_red img {
    max-width: 2.6875rem;
    margin-bottom: 2.5rem
}

.block_oportunities .list_alimentarte .c_card {
    padding-top: 4rem
}

.block_oportunities .list_alimentarte img {
    max-width: 2.6875rem;
    margin-bottom: 1.5625rem
}

.block_oportunities .list_alimentarte h4 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    min-height: 4.5rem
}

.block_oportunities .list_alimentarte p {
    font-size: 1rem
}

@media(max-width: 991.98px) {

    .block_oportunities h2,
    .block_oportunities .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_oportunities span,
    .block_oportunities .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_oportunities span,
    .block_oportunities .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_oportunities span,
    .block_oportunities .ticker-text,
    .block_oportunities .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_oportunities span,
    .block_oportunities .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_oportunities span,
    .block_oportunities .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_oportunities h3,
    .block_oportunities .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_oportunities span {
        font-size: 1.625rem !important
    }

    .block_oportunities p {
        font-size: 1rem
    }

    .block_oportunities .info_hero {
        top: 15rem
    }

    .block_oportunities picture img {
        border-radius: 0 3.125rem 0 0;
        height: 18.125rem
    }

    .block_oportunities .modules_text h3 {
        font-size: 1.5625rem
    }

    .block_oportunities .list_alimentarte img {
        max-width: 2.1875rem
    }

    .block_oportunities .list_alimentarte .c_card {
        background-size: 2.1875rem;
        padding-top: 2.5rem
    }

    .block_oportunities .list_alimentarte h4 {
        font-size: 1.25rem;
        min-height: auto
    }

}

.block_postulate .unete {
    display: flex;
    color: #2d2d2d
}

.block_postulate .unete h4 {
    font-size: 1.875rem;
    margin-bottom: 0
}

.block_postulate .unete p {
    padding: 0;
    display: flex;
    justify-content: space-between
}

.block_postulate .unete p a {
    color: #05a044;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .875rem;
    margin-bottom: 1.875rem;
    background: url(../images/arrow_green.svg) no-repeat right center;
    padding-right: 1.2rem;
    display: inline-block;
    text-decoration: none !important;
    margin-top: 1rem;
    text-transform: uppercase;
    font-size: .875rem
}

.block_postulate .unete p a:hover {
    padding-right: 1.7rem
}

.block_postulate .space_down {
    padding-bottom: 12.5rem
}

.block_postulate .cont_marcas {
    background: #fff
}

.block_postulate .cont_marcas h2,
.block_postulate .cont_marcas .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_postulate .cont_marcas span,
.block_postulate .cont_marcas .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_postulate .cont_marcas span,
.block_postulate .cont_marcas .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_postulate .cont_marcas span,
.block_postulate .cont_marcas .ticker-text,
.block_postulate .cont_marcas .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_postulate .cont_marcas span,
.block_postulate .cont_marcas .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_postulate .cont_marcas span,
.block_postulate .cont_marcas .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_postulate .cont_marcas h3,
.block_postulate .cont_marcas .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_postulate .cont_marcas span {
    font-size: 3.75rem
}

.block_postulate .bg_familia img {
    width: 100%;
    border-radius: 0 6.25rem 0 0;
    height: 34.375rem;
    object-fit: cover
}

.block_postulate .modules_text {
    margin-top: -7rem;
    background: #dafaf7;
    position: relative;
    z-index: 10000;
    border-radius: 0 20px 0;
    color: #002825
}

.block_postulate .modules_text h3 {
    font-size: 3.125rem;
    line-height: 3.4375rem;
    margin-bottom: 1.5rem;
    padding: 0
}

.block_postulate .modules_text p {
    font-size: 1.125rem;
    padding: 0
}

.block_postulate .modules_text span {
    margin-right: 1.875rem
}

.block_postulate .modules_text span img {
    max-width: 2.1875rem
}

.bg-green {
    background-color: #dafaf7
}

.unete:first-child {
    border-bottom: 1px solid rgba(0, 82, 79, .5);
    width: 84%;
    margin-bottom: 2.8125rem
}

@media(max-width: 991.98px) {
    .block_postulate {
        padding-bottom: 0 !important;
        border-radius: 0 3.125rem 0 0
    }

    .block_postulate .unete:first-child {
        width: 100%;
        margin-bottom: 1.875rem
    }

    .block_postulate .space_down {
        padding-bottom: 5rem
    }

    .block_postulate .bg_familia img {
        width: 100%;
        border-radius: 0 3.125rem 0 0;
        height: 18.125rem;
        object-fit: cover
    }

    .block_postulate .unete {
        padding: 0
    }

    .block_postulate .unete h4 {
        font-size: 1.25rem
    }

    .block_postulate .unete p {
        margin-bottom: 0
    }

    .block_postulate .unete a {
        margin-bottom: 1.875rem
    }

    .block_postulate .modules_text {
        padding: 2.0625rem 1.875rem 0 !important
    }

    .block_postulate .modules_text span {
        margin-right: 1rem
    }

    .block_postulate .modules_text h3 {
        font-size: 1.625rem;
        line-height: 1.875rem
    }

    .block_postulate .cifras {
        max-width: 100%
    }

    .block_postulate .cifras img {
        width: 2.1875rem;
        margin-top: .2rem
    }

    .block_postulate .cifras div h3 {
        font-size: 2.1875rem
    }

}

.block_impacto {
    background: #fff
}

.block_impacto .bg_familia img {
    width: 100%;
    border-radius: 0 6.25rem 0 0;
    margin-top: -6rem
}

.block_impacto .modules_text {
    margin-top: -7rem;
    background: #ffc9ce;
    position: relative;
    z-index: 100000;
    border-radius: 1.25rem;
    padding: 6.875rem;
    border-radius: 0 100px;
    color: #660005
}

.block_impacto .modules_text h2,
.block_impacto .modules_text .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_impacto .modules_text span,
.block_impacto .modules_text .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_impacto .modules_text span,
.block_impacto .modules_text .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_impacto .modules_text span,
.block_impacto .modules_text .ticker-text,
.block_impacto .modules_text .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_impacto .modules_text span,
.block_impacto .modules_text .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_impacto .modules_text span,
.block_impacto .modules_text .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_impacto .modules_text h3,
.block_impacto .modules_text .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_impacto .modules_text span {
    color: #660005;
    font-size: 3.75rem;
    line-height: 3.4375rem;
    padding: 0
}

.block_impacto .modules_text p {
    font-size: 1.125rem;
    line-height: 1.75rem
}

@media(max-width: 991.98px) {
    .block_impacto .bg_familia img {
        border-radius: 0 3.125rem 0 0
    }

    .block_impacto {
        margin-top: 2rem
    }

    .block_impacto .bg_familia img {
        height: 315px;
        object-fit: cover
    }

    .block_impacto .modules_text {
        padding: 2rem;
        border-radius: 0 3.125rem
    }

    .block_impacto .modules_text h2,
    .block_impacto .modules_text .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_impacto .modules_text span,
    .block_impacto .modules_text .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_impacto .modules_text span,
    .block_impacto .modules_text .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_impacto .modules_text span,
    .block_impacto .modules_text .ticker-text,
    .block_impacto .modules_text .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_impacto .modules_text span,
    .block_impacto .modules_text .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_impacto .modules_text span,
    .block_impacto .modules_text .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_impacto .modules_text h3,
    .block_impacto .modules_text .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_impacto .modules_text span {
        font-size: 2.25rem !important;
        line-height: 1.875rem;
        margin-bottom: 1.875rem
    }

    .block_somos_familia .info_somos_familia img {
        height: 36.25rem;
        object-fit: cover
    }

}

.block_iniciativas_red h2,
.block_iniciativas_red .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_iniciativas_red span,
.block_iniciativas_red .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_iniciativas_red span,
.block_iniciativas_red .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_iniciativas_red span,
.block_iniciativas_red .ticker-text,
.block_iniciativas_red .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_iniciativas_red span,
.block_iniciativas_red .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_iniciativas_red span,
.block_iniciativas_red .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_iniciativas_red h3,
.block_iniciativas_red .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_iniciativas_red span {
    color: #fc1f1f;
    font-size: 3.75rem;
    line-height: 1.2;
    margin-bottom: 0
}

.block_iniciativas_red img {
    width: 100%;
    border-radius: 1.25rem
}

.block_iniciativas_red .block_videos {
    border-radius: 1.25rem
}

.block_iniciativas_red+p {
    background: #fff;
    margin: 0 !important
}

.block_nuestros_programas {
    color: #00524f;
    background: #c9f2e0;
    border-radius: 0 6.25rem 0 0;
    padding-bottom: 6.25rem
}

.block_nuestros_programas h4 {
    color: #88f2a0
}

.block_nuestros_programas .cifras {
    display: flex;
    margin-bottom: 2.5rem
}

.block_nuestros_programas .cifras>span {
    padding-right: 3rem
}

.block_nuestros_programas .cifras img {
    margin-top: .5rem
}

.block_nuestros_programas .cifras div span {
    padding-bottom: .2rem;
    display: block
}

.block_nuestros_programas .programas_cards h2,
.block_cifras_fundacion .cifras div .block_nuestros_programas .programas_cards span,
.block_cifras_aliados .cifras div .block_nuestros_programas .programas_cards span,
.block_servicios_redni .cifras div .block_nuestros_programas .programas_cards span,
.block_nuestros_programas .programas_cards .ticker-text,
.block_sostenibilidad_home .cifras div .block_nuestros_programas .programas_cards span,
.block_nuestros_programas .programas_cards .cifras div span,
.block_nuestros_programas .cifras div .programas_cards span,
.block_nuestros_programas .programas_cards .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_nuestros_programas .programas_cards h3,
.block_nuestros_procesos .cifras div .block_nuestros_programas .programas_cards span {
    margin-bottom: 2.5rem
}

.block_nuestros_programas .card_sost {
    position: relative
}

.block_nuestros_programas .card_sost .destacada picture img {
    min-height: 32.375rem;
    object-fit: cover
}

.block_nuestros_programas .card_sost picture {
    overflow: hidden;
    border-radius: 1.4rem;
    display: block
}

.block_nuestros_programas .card_sost img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 15.5rem
}

.block_nuestros_programas .card_sost .text_card {
    position: absolute;
    bottom: 0;
    padding: 1.5625rem;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.block_nuestros_programas .card_sost h3 {
    line-height: 1;
    font-size: 1.5625rem;
    margin-bottom: 0;
    color: #fff;
    padding-right: 6rem
}

.block_nuestros_programas .card_sost a {
    background: url(../images/arrow_white.svg) no-repeat calc(100% - 1rem) center #05a044;
    font-size: .875rem;
    font-weight: bold;
    color: #c9f2e0;
    width: 2.8125rem;
    line-height: 2.8125rem;
    display: inline-block;
    border-radius: 4rem;
    overflow: hidden;
    height: 2.8125rem;
    text-decoration: none !important;
    position: absolute;
    right: 2rem
}

.block_nuestros_programas .card_sost a span {
    display: block;
    padding-right: 3rem;
    width: 9rem;
    padding-left: 1.5rem;
    transform: translateX(-6rem)
}

.block_nuestros_programas .card_sost a:hover {
    width: 8.125rem
}

.block_nuestros_programas .card_sost a:hover span {
    transform: translate(0)
}

.block_nuestros_programas .card_sost:hover picture img {
    transform: scale(1.1)
}

@media(max-width: 991.98px) {
    .block_iniciativas_red .space_block {
        padding-top: 1.5rem
    }

    .block_iniciativas_red .btn1,
    .block_iniciativas_red .container-noticias_pais .titulo_pais_noticia a,
    .container-noticias_pais .titulo_pais_noticia .block_iniciativas_red a,
    .block_iniciativas_red .block_resultados_busqueda .btn_cargar a,
    .block_resultados_busqueda .btn_cargar .block_iniciativas_red a,
    .block_iniciativas_red .block_negocios_home .c_right a,
    .block_negocios_home .c_right .block_iniciativas_red a,
    .block_iniciativas_red .block_marcas_home .modules_text a,
    .block_marcas_home .modules_text .block_iniciativas_red a,
    .block_iniciativas_red .block_alimentarte .info_hero a,
    .block_alimentarte .info_hero .block_iniciativas_red a,
    .block_iniciativas_red .cont_bloques_somos .bloques_somos a,
    .cont_bloques_somos .bloques_somos .block_iniciativas_red a,
    .block_iniciativas_red .contact_pronaca input[type=submit],
    .contact_pronaca .block_iniciativas_red input[type=submit],
    .block_iniciativas_red .block_nutricion_animal .c_btn a,
    .block_nutricion_animal .c_btn .block_iniciativas_red a,
    .block_iniciativas_red .block_alimentarte_bien .info_hero a,
    .block_alimentarte_bien .info_hero .block_iniciativas_red a,
    .block_iniciativas_red .block_oportunities .info_hero a,
    .block_oportunities .info_hero .block_iniciativas_red a,
    .block_iniciativas_red a {
        margin-bottom: 1.25rem
    }

    .block_iniciativas_red h2,
    .block_iniciativas_red .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_iniciativas_red span,
    .block_iniciativas_red .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_iniciativas_red span,
    .block_iniciativas_red .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_iniciativas_red span,
    .block_iniciativas_red .ticker-text,
    .block_iniciativas_red .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_iniciativas_red span,
    .block_iniciativas_red .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_iniciativas_red span,
    .block_iniciativas_red .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_iniciativas_red h3,
    .block_iniciativas_red .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_iniciativas_red span {
        font-size: 2.1875rem;
        margin-bottom: 1.5rem
    }

}

.block_escuela .space_down {
    padding-bottom: 6.25rem
}

.block_escuela .cont_marcas {
    background: #c9f2e0
}

.block_escuela .cont_marcas h2,
.block_escuela .cont_marcas .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_escuela .cont_marcas span,
.block_escuela .cont_marcas .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_escuela .cont_marcas span,
.block_escuela .cont_marcas .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_escuela .cont_marcas span,
.block_escuela .cont_marcas .ticker-text,
.block_escuela .cont_marcas .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_escuela .cont_marcas span,
.block_escuela .cont_marcas .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_escuela .cont_marcas span,
.block_escuela .cont_marcas .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_escuela .cont_marcas h3,
.block_escuela .cont_marcas .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_escuela .cont_marcas span {
    font-size: 3.75rem !important
}

.block_escuela .bg_familia img {
    width: 100%;
    border-radius: 0 6.25rem 0 0;
    height: 34.375rem;
    object-fit: cover
}

.block_escuela .modules_text {
    margin-top: -7rem;
    background: #c9f2e0;
    position: relative;
    z-index: 10000;
    border-radius: 1.25rem
}

.block_escuela .modules_text h2,
.block_escuela .modules_text .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_escuela .modules_text span,
.block_escuela .modules_text .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_escuela .modules_text span,
.block_escuela .modules_text .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_escuela .modules_text span,
.block_escuela .modules_text .ticker-text,
.block_escuela .modules_text .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_escuela .modules_text span,
.block_escuela .modules_text .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_escuela .modules_text span,
.block_escuela .modules_text .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_escuela .modules_text h3,
.block_escuela .modules_text .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_escuela .modules_text span {
    font-size: 3.125rem;
    color: #00524f;
    line-height: 1.2
}

.block_escuela .list_alimentarte .c_card {
    padding-top: 4rem
}

.block_escuela .list_alimentarte img {
    max-width: 2.6875rem;
    margin-bottom: 1.5625rem
}

.block_escuela .list_alimentarte h4 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    min-height: 4.5rem;
    color: #00524f
}

.block_escuela .list_alimentarte p {
    font-size: 1rem
}

.block_escuela .block_nuestros_procesos {
    background: #c9f2e0;
    color: #00524f;
    border-radius: 0 0 0 6.25rem
}

.block_escuela .block_nuestros_procesos h2,
.block_cifras_fundacion .cifras div .block_escuela .block_nuestros_procesos span,
.block_cifras_aliados .cifras div .block_escuela .block_nuestros_procesos span,
.block_servicios_redni .cifras div .block_escuela .block_nuestros_procesos span,
.block_escuela .block_nuestros_procesos .ticker-text,
.block_sostenibilidad_home .cifras div .block_escuela .block_nuestros_procesos span,
.block_nuestros_programas .cifras div .block_escuela .block_nuestros_procesos span,
.block_escuela .block_nuestros_procesos .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_escuela .block_nuestros_procesos h3,
.block_escuela .block_nuestros_procesos .cifras div span {
    padding: 0;
    font-size: 3.75rem
}

.bg-green_four {
    background-color: #c9f2e0
}

.unete:first-child {
    border-bottom: 1px solid #00524f;
    width: 84%
}

@media(max-width: 991.98px) {
    .block_escuela .space_down {
        padding-bottom: 0
    }

    .block_escuela .bg_familia img {
        height: 18.125rem;
        border-radius: 0 3.125rem 0 0
    }

    .block_escuela .modules_text h2,
    .block_escuela .modules_text .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_escuela .modules_text span,
    .block_escuela .modules_text .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_escuela .modules_text span,
    .block_escuela .modules_text .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_escuela .modules_text span,
    .block_escuela .modules_text .ticker-text,
    .block_escuela .modules_text .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_escuela .modules_text span,
    .block_escuela .modules_text .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_escuela .modules_text span,
    .block_escuela .modules_text .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_escuela .modules_text h3,
    .block_escuela .modules_text .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_escuela .modules_text span {
        font-size: 2.25rem !important;
        line-height: 2.5rem
    }

    .block_escuela .list_alimentarte .c_card {
        padding-top: 1rem
    }

    .block_escuela .list_alimentarte img {
        max-width: 2.1875rem;
        margin-bottom: 1rem
    }

    .block_escuela .list_alimentarte h4 {
        font-size: 1.25rem;
        line-height: 1.5625rem;
        min-height: auto
    }

    .block_escuela .block_nuestros_procesos h2,
    .block_cifras_fundacion .cifras div .block_escuela .block_nuestros_procesos span,
    .block_cifras_aliados .cifras div .block_escuela .block_nuestros_procesos span,
    .block_servicios_redni .cifras div .block_escuela .block_nuestros_procesos span,
    .block_escuela .block_nuestros_procesos .ticker-text,
    .block_sostenibilidad_home .cifras div .block_escuela .block_nuestros_procesos span,
    .block_nuestros_programas .cifras div .block_escuela .block_nuestros_procesos span,
    .block_escuela .block_nuestros_procesos .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_escuela .block_nuestros_procesos h3,
    .block_escuela .block_nuestros_procesos .cifras div span {
        padding-top: 1.875rem
    }

}

.block_mapa_talleres ul li {
    position: relative;
    padding-left: 1.875rem;
    list-style: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px
}

.block_mapa_talleres ul li:nth-child(1) {
    background-image: url(../images/talleres.svg)
}

.block_mapa_talleres ul li:nth-child(2) {
    background-image: url(../images/participantes.svg)
}

.block_mapa_talleres .titulo_map h2,
.block_mapa_talleres .titulo_map .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_mapa_talleres .titulo_map span,
.block_mapa_talleres .titulo_map .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_mapa_talleres .titulo_map span,
.block_mapa_talleres .titulo_map .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_mapa_talleres .titulo_map span,
.block_mapa_talleres .titulo_map .ticker-text,
.block_mapa_talleres .titulo_map .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_mapa_talleres .titulo_map span,
.block_mapa_talleres .titulo_map .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_mapa_talleres .titulo_map span,
.block_mapa_talleres .titulo_map .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_mapa_talleres .titulo_map h3,
.block_mapa_talleres .titulo_map .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_mapa_talleres .titulo_map span {
    color: #00524f;
    margin-bottom: 3.125rem
}

.block_mapa_talleres .ubicacion_talleres .color_pais {
    border-radius: 50%;
    width: .9375rem;
    height: .9375rem;
    display: block;
    display: inline-block
}

.block_mapa_talleres .ubicacion_talleres h3 {
    font-size: 1.25rem;
    color: #00524f;
    margin-bottom: 0
}

.block_mapa_talleres .ubicacion_talleres ul {
    padding: 1rem 1.25rem 1rem 0
}

.block_mapa_talleres .ubicacion_talleres ul li {
    color: #2d2d2d;
    font-size: 1rem;
    margin-bottom: .3125rem
}

.block_mapa_talleres .ubicacion_mapa span {
    margin-right: 1rem
}

.block_mapa_talleres .simbolos_mapa {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end
}

.block_mapa_talleres .simbolos_mapa ul {
    border: 1px solid #e5e5e5;
    padding: 1.25rem
}

.block_mapa_talleres .simbolos_mapa ul li {
    font-family: "Work Sans", sans-serif;
    margin-bottom: .3125rem
}

@media(max-width: 991.98px) {
    .block_mapa_talleres ul {
        margin-bottom: 0
    }

    .block_mapa_talleres .titulo_map h2,
    .block_mapa_talleres .titulo_map .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_mapa_talleres .titulo_map span,
    .block_mapa_talleres .titulo_map .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_mapa_talleres .titulo_map span,
    .block_mapa_talleres .titulo_map .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_mapa_talleres .titulo_map span,
    .block_mapa_talleres .titulo_map .ticker-text,
    .block_mapa_talleres .titulo_map .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_mapa_talleres .titulo_map span,
    .block_mapa_talleres .titulo_map .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_mapa_talleres .titulo_map span,
    .block_mapa_talleres .titulo_map .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_mapa_talleres .titulo_map h3,
    .block_mapa_talleres .titulo_map .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_mapa_talleres .titulo_map span {
        font-size: 2.125rem !important;
        line-height: 2.5rem;
        margin-bottom: 1.5rem
    }

    .block_mapa_talleres .ubicacion_talleres ul {
        padding: 1rem 1.25rem 1rem 0
    }

    .block_mapa_talleres .ubicacion_talleres ul li {
        color: #2d2d2d;
        font-size: 1rem;
        margin-bottom: .3125rem
    }

    .block_mapa_talleres picture img {
        width: 100%;
        margin-bottom: 2.25rem
    }

    .block_mapa_talleres .simbolos_mapa {
        justify-content: flex-start;
        margin-top: 1.25rem
    }

}

.block_transparencia .titulo_bloque h2,
.block_transparencia .titulo_bloque .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_transparencia .titulo_bloque span,
.block_transparencia .titulo_bloque .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_transparencia .titulo_bloque span,
.block_transparencia .titulo_bloque .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_transparencia .titulo_bloque span,
.block_transparencia .titulo_bloque .ticker-text,
.block_transparencia .titulo_bloque .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_transparencia .titulo_bloque span,
.block_transparencia .titulo_bloque .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_transparencia .titulo_bloque span,
.block_transparencia .titulo_bloque .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_transparencia .titulo_bloque h3,
.block_transparencia .titulo_bloque .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_transparencia .titulo_bloque span {
    margin-bottom: 1.875rem
}

.block_transparencia .titulo_bloque p {
    padding: 0;
    font-size: 1.125rem;
    color: #2d2d2d
}

.block_transparencia .info {
    margin-top: -3rem
}

.block_transparencia .info h4 {
    margin-bottom: 0;
    font-size: 3.125rem
}

.block_transparencia .info p {
    color: #2d2d2d;
    font-size: 1.25rem;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 0;
    position: relative;
    padding-left: 2.5rem
}

.block_transparencia .info p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/pdf.svg) no-repeat;
    width: 2.1875rem;
    height: 2.1875rem
}

.block_transparencia .info a {
    color: #fc1f1f;
    font-weight: 800;
    text-decoration: none;
    display: block;
    padding: 2.8125rem 0;
    position: relative;
    padding-right: 3rem !important
}

.block_transparencia .info a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 4.5rem;
    background: url(../images/ico_down.svg) no-repeat;
    width: 2.8125rem;
    height: 2.8125rem
}

.block_transparencia .accordion-item {
    border-bottom: 1px solid #808184
}

.block_transparencia .accordion-item.open a {
    padding-bottom: 0
}

.block_transparencia .accordion-item.open a:after {
    background-image: url(../images/ico_down.svg);
    transform: rotate(180deg);
    top: 3rem
}

.block_transparencia .accordion-item.open .accordion-content {
    margin: 1.5rem 0 2.5rem
}

.block_transparencia .accordion {
    max-width: 100%;
    overflow: hidden
}

.block_transparencia .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease
}

.block_transparencia .botones span {
    display: flex;
    justify-content: space-between
}

.block_transparencia .botones a {
    font-size: .875rem;
    margin-bottom: 1.25rem;
    color: #fc1f1f;
    font-weight: bold;
    padding: 0 1.5rem 0 0 !important;
    display: inline-block;
    text-decoration: none !important;
    margin-top: 1rem
}

.block_transparencia .botones a:after {
    content: none
}

.block_transparencia .botones span a:nth-child(1) {
    background: url(../images/arrow_red.svg) no-repeat right center
}

.block_transparencia .botones span a:nth-child(2) {
    background: url(../images/descargar.svg) no-repeat right center
}

.block_transparencia .botones span a:hover {
    padding-right: 1.7rem !important
}

@media(max-width: 991.98px) {
    .block_transparencia .titulo_bloque {
        padding-bottom: 2.8125rem
    }

    .block_transparencia .titulo_bloque h2,
    .block_transparencia .titulo_bloque .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_transparencia .titulo_bloque span,
    .block_transparencia .titulo_bloque .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_transparencia .titulo_bloque span,
    .block_transparencia .titulo_bloque .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_transparencia .titulo_bloque span,
    .block_transparencia .titulo_bloque .ticker-text,
    .block_transparencia .titulo_bloque .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_transparencia .titulo_bloque span,
    .block_transparencia .titulo_bloque .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_transparencia .titulo_bloque span,
    .block_transparencia .titulo_bloque .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_transparencia .titulo_bloque h3,
    .block_transparencia .titulo_bloque .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_transparencia .titulo_bloque span {
        font-size: 1.625rem !important
    }

    .block_transparencia .titulo_bloque p {
        font-size: 1rem
    }

    .block_transparencia .info h4 {
        font-size: 1.625rem
    }

    .block_transparencia .info p {
        font-size: 1rem
    }

    .block_transparencia .info a:after {
        top: 3.8rem;
        background: url(../images/ico_down2.svg) no-repeat;
        width: 1.5625rem;
        height: 1.5625rem
    }

    .block_transparencia .accordion-item.open a {
        padding-bottom: 0
    }

    .block_transparencia .accordion-item.open a:after {
        background-image: url(../images/ico_down2.svg);
        transform: rotate(180deg);
        top: 3rem
    }

    .block_transparencia .accordion-item.open .accordion-content {
        margin: 2rem 0 1.5rem
    }

    .block_transparencia span {
        justify-content: flex-start !important
    }

    .block_transparencia span a:nth-child(2) {
        margin-left: 2.5rem
    }

}

.block_resultados_busqueda {
    padding-top: 4rem
}

.block_resultados_busqueda .titulo_resultado {
    padding-bottom: 4.375rem
}

.block_resultados_busqueda .titulo_resultado h2,
.block_resultados_busqueda .titulo_resultado .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_resultados_busqueda .titulo_resultado span,
.block_resultados_busqueda .titulo_resultado .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_resultados_busqueda .titulo_resultado span,
.block_resultados_busqueda .titulo_resultado .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_resultados_busqueda .titulo_resultado span,
.block_resultados_busqueda .titulo_resultado .ticker-text,
.block_resultados_busqueda .titulo_resultado .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_resultados_busqueda .titulo_resultado span,
.block_resultados_busqueda .titulo_resultado .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_resultados_busqueda .titulo_resultado span,
.block_resultados_busqueda .titulo_resultado .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_resultados_busqueda .titulo_resultado h3,
.block_resultados_busqueda .titulo_resultado .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_resultados_busqueda .titulo_resultado span {
    color: #fc1f1f;
    padding-top: 1.875rem
}

.block_resultados_busqueda .numero_resultado span {
    display: block;
    font-size: 1rem;
    font-family: "Work Sans", sans-serif;
    color: #2d2d2d
}

.block_resultados_busqueda .texto_resultado {
    padding: 2.5rem 0;
    border-bottom: 1px solid #e5e5e5
}

.block_resultados_busqueda .texto_resultado h3 {
    font-size: 1.5625rem;
    color: #2d2d2d;
    margin-bottom: 1.875rem;
    margin-right: 3.125rem
}

.block_resultados_busqueda .texto_resultado a {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #2d2d2d;
    font-family: "Work Sans", sans-serif;
    text-decoration: none;
    display: block;
    padding: 0;
    position: relative;
    padding-right: 6rem !important
}

.block_resultados_busqueda .texto_resultado a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 50%;
    background: url(../images/ico_down.svg) no-repeat;
    transform: rotate(270deg);
    width: 2.3125rem;
    height: 1.375rem
}

.block_resultados_busqueda .btn_cargar {
    padding-top: 6.25rem;
    display: flex;
    justify-content: center
}

.space_busqueda {
    margin-top: 8rem
}

@media(max-width: 991.98px) {
    .space_busqueda {
        margin-top: 0
    }

    .block_resultados_busqueda {
        padding-top: 0
    }

    .block_resultados_busqueda .titulo_resultado {
        padding-bottom: 2.5rem
    }

    .block_resultados_busqueda .titulo_resultado h2,
    .block_resultados_busqueda .titulo_resultado .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_resultados_busqueda .titulo_resultado span,
    .block_resultados_busqueda .titulo_resultado .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_resultados_busqueda .titulo_resultado span,
    .block_resultados_busqueda .titulo_resultado .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_resultados_busqueda .titulo_resultado span,
    .block_resultados_busqueda .titulo_resultado .ticker-text,
    .block_resultados_busqueda .titulo_resultado .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_resultados_busqueda .titulo_resultado span,
    .block_resultados_busqueda .titulo_resultado .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_resultados_busqueda .titulo_resultado span,
    .block_resultados_busqueda .titulo_resultado .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_resultados_busqueda .titulo_resultado h3,
    .block_resultados_busqueda .titulo_resultado .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_resultados_busqueda .titulo_resultado span {
        font-size: 1.625rem !important;
        padding-top: 1.25rem
    }

    .block_resultados_busqueda .texto_resultado h3 {
        font-size: 1.25rem;
        line-height: 1.5625rem
    }

    .block_resultados_busqueda .texto_resultado a {
        padding-right: 1rem !important
    }

    .block_resultados_busqueda .texto_resultado a:after {
        top: -3.3125rem;
        background: url(../images/ico_down2.svg) no-repeat;
        transform: rotate(270deg);
        width: 2rem;
        height: 1.0625rem
    }

    .block_resultados_busqueda .btn_cargar {
        padding-top: 2.5rem
    }

}

.block_detalle_noticia .titulo_noticia {
    color: #fc1f1f
}

.block_detalle_noticia .titulo_noticia h2,
.block_detalle_noticia .titulo_noticia .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_detalle_noticia .titulo_noticia span,
.block_detalle_noticia .titulo_noticia .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_detalle_noticia .titulo_noticia span,
.block_detalle_noticia .titulo_noticia .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_detalle_noticia .titulo_noticia span,
.block_detalle_noticia .titulo_noticia .ticker-text,
.block_detalle_noticia .titulo_noticia .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_detalle_noticia .titulo_noticia span,
.block_detalle_noticia .titulo_noticia .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_detalle_noticia .titulo_noticia span,
.block_detalle_noticia .titulo_noticia .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_detalle_noticia .titulo_noticia h3,
.block_detalle_noticia .titulo_noticia .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_detalle_noticia .titulo_noticia span {
    padding: 0;
    line-height: 3.4375rem;
    margin-bottom: 1rem
}

.block_detalle_noticia .titulo_noticia h5 {
    font-size: .875rem;
    font-family: "Work Sans", sans-serif;
    color: #2d2d2d
}

.block_detalle_noticia .texto_noticia {
    font-family: "Work Sans", sans-serif;
    margin-top: 6.25rem;
    margin-bottom: 6.25rem
}

.block_detalle_noticia .texto_noticia h5 {
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.875rem;
    padding-bottom: 3.75rem;
    margin-bottom: 0
}

.block_detalle_noticia .texto_noticia p {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 1rem
}

.block_detalle_noticia .texto_noticia h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem
}

.block_detalle_noticia .texto_noticia img {
    width: 100%
}

.block_detalle_noticia .texto_noticia ul {
    padding-left: 1.25rem
}

.block_detalle_noticia .texto_noticia ul li {
    margin-bottom: 1rem
}

.block_detalle_noticia .texto_noticia ul li::marker {
    color: #fc1f1f
}

.block_detalle_noticia .redes_icons p {
    font-size: 1rem
}

.block_detalle_noticia .redes_icons .redes li {
    display: inline-block
}

.block_detalle_noticia .redes_icons .redes a {
    margin-left: 1rem
}

.block_detalle_noticia .redes_icons ul {
    margin-bottom: 0
}

@media(max-width: 991.98px) {

    .block_detalle_noticia .titulo_noticia h2,
    .block_detalle_noticia .titulo_noticia .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_detalle_noticia .titulo_noticia span,
    .block_detalle_noticia .titulo_noticia .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_detalle_noticia .titulo_noticia span,
    .block_detalle_noticia .titulo_noticia .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_detalle_noticia .titulo_noticia span,
    .block_detalle_noticia .titulo_noticia .ticker-text,
    .block_detalle_noticia .titulo_noticia .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_detalle_noticia .titulo_noticia span,
    .block_detalle_noticia .titulo_noticia .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_detalle_noticia .titulo_noticia span,
    .block_detalle_noticia .titulo_noticia .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_detalle_noticia .titulo_noticia h3,
    .block_detalle_noticia .titulo_noticia .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_detalle_noticia .titulo_noticia span {
        font-size: 26px !important;
        line-height: 1.875rem
    }

    .block_detalle_noticia .texto_noticia {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }

    .block_detalle_noticia .texto_noticia span {
        font-size: 1.125rem;
        line-height: 1.75rem;
        padding-bottom: 2.5rem
    }

    .block_detalle_noticia .texto_noticia h3 {
        font-size: 1.125rem
    }

}

.block_servicios_redni {
    color: #c9f2e0;
    background: #00524f;
    border-radius: 0 100px;
    padding-bottom: 6.25rem;
    margin-top: -6.25rem
}

.block_servicios_redni .c_left img {
    border-radius: 1.25rem
}

.block_servicios_redni h4 {
    color: #88f2a0
}

.block_servicios_redni .cifras {
    display: flex;
    margin-bottom: 0
}

.block_servicios_redni .cifras h2,
.block_servicios_redni .cifras div span,
.block_servicios_redni .cifras .ticker-text,
.block_servicios_redni .block_animal_salud .cifras div h3,
.block_animal_salud .block_servicios_redni .cifras div h3 {
    font-size: 5rem
}

.block_servicios_redni .cifras>span {
    padding-right: 3rem
}

.block_servicios_redni .cifras img {
    margin-top: .5rem;
    width: 2.6875rem
}

.block_servicios_redni .cifras div span {
    padding-bottom: .2rem;
    display: block
}

.block_text_second h2,
.block_text_second .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_text_second span,
.block_text_second .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_text_second span,
.block_text_second .ticker-text,
.block_text_second .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_text_second span,
.block_text_second .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_text_second span,
.block_text_second .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_text_second h3,
.block_text_second .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_text_second span,
.block_text_second .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_text_second span {
    color: #00524f;
    font-size: 3.75rem
}

.block_text_second p {
    font-size: 1.125rem
}

.block_servicios_cards {
    color: #fff;
    font-size: 1.125rem
}

.block_servicios_cards img {
    width: 100%;
    border-radius: 1.25rem
}

.block_servicios_cards .info_somos_familia {
    position: relative;
    margin-bottom: 1.5625rem
}

.block_servicios_cards .info_somos_familia .info {
    background: #fff;
    position: absolute;
    bottom: 0;
    color: #2d2d2d;
    margin: 1.5625rem;
    padding: 1.5625rem 1.25rem;
    border-radius: 0 1.25rem;
    width: calc(100% - 3.125rem)
}

.block_servicios_cards .info_somos_familia h3 {
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.875rem;
    margin-bottom: 0
}

.block_servicios_cards p {
    margin-bottom: 0
}

@media(max-width: 991.98px) {
    .block_servicios_redni {
        border-radius: 0 3.125rem;
        padding-bottom: 1.5rem
    }

    .block_servicios_redni .space_block {
        padding-top: 4.5rem
    }

    .block_servicios_redni .c_left img {
        border-radius: 1.25rem;
        width: 100%;
        margin-bottom: 2.5rem
    }

    .block_servicios_redni h4 {
        color: #88f2a0
    }

    .block_servicios_redni .cifras {
        display: flex
    }

    .block_servicios_redni .cifras h2,
    .block_servicios_redni .cifras .ticker-text,
    .block_servicios_redni .block_animal_salud .cifras div h3,
    .block_animal_salud .block_servicios_redni .cifras div h3,
    .block_servicios_redni .cifras div span {
        margin-bottom: .625rem
    }

    .block_servicios_redni .cifras>span {
        padding-right: 2rem
    }

    .block_servicios_redni .cifras img {
        width: 2.1875rem
    }

    .block_text_second h2,
    .block_text_second .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_text_second span,
    .block_text_second .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_text_second span,
    .block_text_second .ticker-text,
    .block_text_second .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_text_second span,
    .block_text_second .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_text_second span,
    .block_text_second .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_text_second h3,
    .block_text_second .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_text_second span,
    .block_text_second .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_text_second span {
        margin-bottom: 1rem
    }

    .block_text_second p {
        margin-bottom: 0
    }

    .block_servicios_cards .info_somos_familia .info {
        margin: 1.25rem;
        width: calc(100% - 2.5rem)
    }

}

.block_redni_green .space_down {
    padding-bottom: 6.25rem
}

.block_redni_green .cont_marcas {
    background: #c9f2e0
}

.block_redni_green .cont_marcas h2,
.block_redni_green .cont_marcas .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_redni_green .cont_marcas span,
.block_redni_green .cont_marcas .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_redni_green .cont_marcas span,
.block_redni_green .cont_marcas .ticker-text,
.block_redni_green .cont_marcas .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_redni_green .cont_marcas span,
.block_redni_green .cont_marcas .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_redni_green .cont_marcas span,
.block_redni_green .cont_marcas .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_redni_green .cont_marcas h3,
.block_redni_green .cont_marcas .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_redni_green .cont_marcas span,
.block_redni_green .cont_marcas .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_redni_green .cont_marcas span {
    font-size: 3.75rem !important
}

.block_redni_green .bg_familia img {
    width: 100%;
    border-radius: 0 6.25rem 0 0;
    height: 34.375rem;
    object-fit: cover
}

.block_redni_green .modules_text {
    margin-top: -7rem;
    background: #c9f2e0;
    position: relative;
    z-index: 10000;
    border-radius: 1.25rem
}

.block_redni_green .modules_text h2,
.block_redni_green .modules_text .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_redni_green .modules_text span,
.block_redni_green .modules_text .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_redni_green .modules_text span,
.block_redni_green .modules_text .ticker-text,
.block_redni_green .modules_text .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_redni_green .modules_text span,
.block_redni_green .modules_text .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_redni_green .modules_text span,
.block_redni_green .modules_text .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_redni_green .modules_text h3,
.block_redni_green .modules_text .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_redni_green .modules_text span,
.block_redni_green .modules_text .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_redni_green .modules_text span {
    font-size: 3.75rem !important;
    color: #00524f;
    line-height: 1.2
}

.block_redni_green .list_alimentarte .c_card {
    padding-top: 4rem
}

.block_redni_green .list_alimentarte img {
    max-width: 2.6875rem;
    margin-bottom: 1.5625rem
}

.block_redni_green .list_alimentarte h4 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    min-height: 4.5rem;
    color: #00524f
}

.block_redni_green .list_alimentarte p {
    font-size: 1rem
}

.block_redni_green .block_nuestros_procesos {
    background: #c9f2e0;
    color: #00524f;
    border-radius: 0 0 0 6.25rem
}

.block_redni_green .block_nuestros_procesos .card_sost {
    position: relative
}

.block_redni_green .block_nuestros_procesos .card_sost .destacada {
    position: absolute;
    top: 0;
    padding: 0;
    bottom: auto
}

.block_redni_green .block_nuestros_procesos .card_sost .destacada picture img {
    max-height: 40.625rem;
    object-fit: cover
}

.block_redni_green .block_nuestros_procesos .card_sost picture {
    overflow: hidden;
    border-radius: 1.4rem;
    display: block
}

.block_redni_green .block_nuestros_procesos .card_sost picture img {
    display: block;
    width: 100%;
    cursor: pointer;
    max-height: 18.2813rem;
    object-fit: cover
}

.block_redni_green .block_nuestros_procesos .card_sost div {
    position: absolute;
    bottom: 0;
    padding: 1.5625rem;
    display: inline-flex;
    justify-content: flex-end;
    width: 100%
}

.block_redni_green .block_nuestros_procesos .card_sost:hover picture img {
    transform: scale(1.1);
    cursor: pointer
}

.block_redni_green .block_nuestros_procesos h2,
.block_cifras_fundacion .cifras div .block_redni_green .block_nuestros_procesos span,
.block_cifras_aliados .cifras div .block_redni_green .block_nuestros_procesos span,
.block_redni_green .block_nuestros_procesos .ticker-text,
.block_sostenibilidad_home .cifras div .block_redni_green .block_nuestros_procesos span,
.block_nuestros_programas .cifras div .block_redni_green .block_nuestros_procesos span,
.block_redni_green .block_nuestros_procesos .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_redni_green .block_nuestros_procesos h3,
.block_redni_green .block_nuestros_procesos .cifras div span,
.block_servicios_redni .cifras div .block_redni_green .block_nuestros_procesos span {
    padding: 0;
    font-size: 3.75rem
}

.bg-green_four {
    background-color: #c9f2e0
}

@media(max-width: 991.98px) {
    .block_redni_green .space_down {
        padding-bottom: 0
    }

    .block_redni_green .bg_familia img {
        height: 18.125rem;
        border-radius: 0 3.125rem 0 0
    }

    .block_redni_green .modules_text h2,
    .block_redni_green .modules_text .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_redni_green .modules_text span,
    .block_redni_green .modules_text .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_redni_green .modules_text span,
    .block_redni_green .modules_text .ticker-text,
    .block_redni_green .modules_text .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_redni_green .modules_text span,
    .block_redni_green .modules_text .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_redni_green .modules_text span,
    .block_redni_green .modules_text .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_redni_green .modules_text h3,
    .block_redni_green .modules_text .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_redni_green .modules_text span,
    .block_redni_green .modules_text .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_redni_green .modules_text span {
        font-size: 2.25rem !important;
        line-height: 2.5rem;
        margin-bottom: 1rem
    }

    .block_redni_green .modules_text p {
        margin-bottom: 1rem
    }

    .block_redni_green .list_alimentarte .c_card {
        padding-top: 1rem
    }

    .block_redni_green .list_alimentarte img {
        max-width: 2.1875rem;
        margin-bottom: 1rem
    }

    .block_redni_green .list_alimentarte h4 {
        font-size: 1.25rem;
        line-height: 1.5625rem;
        min-height: auto
    }

    .block_redni_green .block_nuestros_procesos h2,
    .block_cifras_fundacion .cifras div .block_redni_green .block_nuestros_procesos span,
    .block_cifras_aliados .cifras div .block_redni_green .block_nuestros_procesos span,
    .block_redni_green .block_nuestros_procesos .ticker-text,
    .block_sostenibilidad_home .cifras div .block_redni_green .block_nuestros_procesos span,
    .block_nuestros_programas .cifras div .block_redni_green .block_nuestros_procesos span,
    .block_redni_green .block_nuestros_procesos .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_redni_green .block_nuestros_procesos h3,
    .block_redni_green .block_nuestros_procesos .cifras div span,
    .block_servicios_redni .cifras div .block_redni_green .block_nuestros_procesos span {
        padding-top: 1.875rem
    }

    .space_down_big {
        padding-bottom: 9rem
    }

}

.block_green_aliados .space_down {
    padding-bottom: 3.75rem
}

.block_green_aliados .padding_down {
    padding-bottom: 6.25rem
}

.block_green_aliados .cont_marcas {
    background: #c9f2e0
}

.block_green_aliados .cont_marcas h2,
.block_green_aliados .cont_marcas .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_green_aliados .cont_marcas span,
.block_green_aliados .cont_marcas .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_green_aliados .cont_marcas span,
.block_green_aliados .cont_marcas .ticker-text,
.block_green_aliados .cont_marcas .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_green_aliados .cont_marcas span,
.block_green_aliados .cont_marcas .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_green_aliados .cont_marcas span,
.block_green_aliados .cont_marcas .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_green_aliados .cont_marcas h3,
.block_green_aliados .cont_marcas .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_green_aliados .cont_marcas span,
.block_green_aliados .cont_marcas .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_green_aliados .cont_marcas span {
    font-size: 3.75rem !important
}

.block_green_aliados .bg_familia img {
    width: 100%;
    border-radius: 0 6.25rem 0 0;
    height: 34.375rem;
    object-fit: cover
}

.block_green_aliados .modules_text {
    margin-top: -7rem;
    background: #c9f2e0;
    position: relative;
    z-index: 10000;
    border-radius: 1.25rem
}

.block_green_aliados .modules_text h2,
.block_green_aliados .modules_text .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_green_aliados .modules_text span,
.block_green_aliados .modules_text .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_green_aliados .modules_text span,
.block_green_aliados .modules_text .ticker-text,
.block_green_aliados .modules_text .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_green_aliados .modules_text span,
.block_green_aliados .modules_text .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_green_aliados .modules_text span,
.block_green_aliados .modules_text .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_green_aliados .modules_text h3,
.block_green_aliados .modules_text .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_green_aliados .modules_text span,
.block_green_aliados .modules_text .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_green_aliados .modules_text span {
    font-size: 3.75rem !important;
    color: #00524f;
    line-height: 1.2
}

.block_green_aliados .list_alimentarte .c_card {
    padding-top: 4rem
}

.block_green_aliados .list_alimentarte img {
    max-width: 2.6875rem;
    margin-bottom: 1.5625rem
}

.block_green_aliados .list_alimentarte h4 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    min-height: 4.5rem;
    color: #00524f
}

.block_green_aliados .list_alimentarte p {
    font-size: 1rem
}

.block_cifras_aliados {
    color: #c9f2e0;
    background: #00524f;
    border-radius: 0 100px;
    padding-bottom: 12.5rem;
    margin-top: -6rem
}

.block_cifras_aliados .c_left img {
    border-radius: 1.25rem
}

.block_cifras_aliados h4 {
    color: #88f2a0
}

.block_cifras_aliados .cifras {
    display: flex;
    margin-bottom: 0
}

.block_cifras_aliados .cifras h2,
.block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras .ticker-text,
.block_cifras_aliados .block_animal_salud .cifras div h3,
.block_animal_salud .block_cifras_aliados .cifras div h3 {
    font-size: 5rem
}

.block_cifras_aliados .cifras>span {
    padding-right: 3rem
}

.block_cifras_aliados .cifras img {
    margin-top: .5rem;
    width: 2.6875rem
}

.block_cifras_aliados .cifras div span {
    padding-bottom: .2rem;
    display: block
}

.block_aliados .marcas_filters>div {
    display: flex;
    justify-content: center
}

.block_aliados .list_marcas .title_marcas h4 {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 0
}

.block_aliados .list_marcas .title_marcas a {
    color: #fc1f1f;
    font-weight: bold;
    background: url(../images/arrow_red.svg) no-repeat right center;
    padding-right: 1.2rem;
    display: inline-block;
    text-decoration: none !important;
    font-size: .875rem
}

.block_aliados .list_marcas .title_marcas a:hover {
    padding-right: 1.7rem
}

.block_aliados .cont_marcas {
    background: #fff;
    border-radius: 0 0 0 6.25rem
}

.block_aliados .cont_marcas h2,
.block_aliados .cont_marcas .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_aliados .cont_marcas span,
.block_aliados .cont_marcas .ticker-text,
.block_aliados .cont_marcas .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_aliados .cont_marcas span,
.block_aliados .cont_marcas .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_aliados .cont_marcas span,
.block_aliados .cont_marcas .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_aliados .cont_marcas h3,
.block_aliados .cont_marcas .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_aliados .cont_marcas span,
.block_aliados .cont_marcas .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_aliados .cont_marcas span,
.block_aliados .cont_marcas .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_aliados .cont_marcas span {
    font-size: 3.75rem
}

.block_aliados .bg_familia img {
    width: 100%;
    border-radius: 0 6.25rem 0 0;
    margin-top: -6.25rem;
    height: 34.375rem;
    object-fit: cover
}

.block_aliados .modules_text {
    margin-top: -7rem;
    background: #fff;
    position: relative;
    z-index: 10000;
    border-radius: 1.25rem;
    color: #00524f
}

.block_aliados .modules_text p {
    color: #2d2d2d;
    font-size: 1.125rem;
    text-align: left
}

.block_aliados .list_marcas {
    padding-top: 3.125rem
}

.block_aliados .c_marca {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 12.1875rem;
    border-radius: 1.25rem;
    text-align: center;
    position: relative
}

.block_aliados .c_marca img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 3rem);
    max-height: 100%
}

.bg-green_four {
    background-color: #c9f2e0
}

@media(max-width: 991.98px) {
    .block_green_aliados .space_down {
        padding-bottom: 0
    }

    .block_green_aliados .padding_down {
        padding-bottom: 5rem
    }

    .block_green_aliados .bg_familia img {
        height: 18.125rem;
        border-radius: 0 3.125rem 0 0
    }

    .block_green_aliados .modules_text h2,
    .block_green_aliados .modules_text .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_green_aliados .modules_text span,
    .block_green_aliados .modules_text .ticker-text,
    .block_green_aliados .modules_text .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_green_aliados .modules_text span,
    .block_green_aliados .modules_text .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_green_aliados .modules_text span,
    .block_green_aliados .modules_text .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_green_aliados .modules_text h3,
    .block_green_aliados .modules_text .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_green_aliados .modules_text span,
    .block_green_aliados .modules_text .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_green_aliados .modules_text span,
    .block_green_aliados .modules_text .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_green_aliados .modules_text span {
        font-size: 2.25rem !important;
        line-height: 2.5rem;
        margin-bottom: 1rem
    }

    .block_green_aliados .modules_text p {
        margin-bottom: 1rem
    }

    .block_green_aliados .list_alimentarte .c_card {
        padding-top: 1rem
    }

    .block_green_aliados .list_alimentarte img {
        max-width: 2.1875rem;
        margin-bottom: 1rem
    }

    .block_green_aliados .list_alimentarte h4 {
        font-size: 1.25rem;
        line-height: 1.5625rem;
        min-height: auto
    }

    .block_cifras_aliados {
        margin-top: -4rem;
        padding-bottom: 6.25rem;
        border-radius: 0 3.125rem
    }

    .block_cifras_aliados .space_block {
        padding-top: 4.5rem
    }

    .block_cifras_aliados .c_left img {
        border-radius: 1.25rem;
        width: 100%;
        margin-bottom: 2.5rem
    }

    .block_cifras_aliados h4 {
        color: #88f2a0
    }

    .block_cifras_aliados .cifras {
        display: flex
    }

    .block_cifras_aliados .cifras h2,
    .block_cifras_aliados .cifras .ticker-text,
    .block_cifras_aliados .block_animal_salud .cifras div h3,
    .block_animal_salud .block_cifras_aliados .cifras div h3,
    .block_cifras_aliados .cifras div span {
        margin-bottom: .625rem
    }

    .block_cifras_aliados .cifras>span {
        padding-right: 2rem
    }

    .block_cifras_aliados .cifras img {
        width: 2.1875rem
    }

    .block_aliados .bg_familia img {
        border-radius: 0 3.125rem 0 0;
        margin-top: -4rem;
        height: 18.125rem
    }

    .block_aliados .c_marca {
        max-height: 10rem
    }

    .block_aliados .list_marcas {
        padding-top: 1.25rem
    }

}

.filters_noticias .filters_pink {
    height: 3.4375rem;
    background: #f7f7f7;
    border-radius: 2rem;
    display: flex;
    padding: .65rem;
    max-width: calc(100vw - 3rem);
    overflow: auto
}

.filters_noticias .filters_pink li {
    display: inline-block;
    white-space: nowrap
}

.filters_noticias .filters_pink li a {
    display: block;
    border-radius: 2rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    padding: 0 .8rem;
    text-decoration: none;
    margin: 0 .2rem;
    color: #0c0c11
}

.filters_noticias .filters_pink li a.active {
    background: #ffc9ce;
    font-weight: 600
}

.filters_noticias .filters_pink li a:hover {
    background: #e5e5e5
}

.marcas_filters>div {
    display: flex;
    justify-content: center
}

.block_seccion_noticias {
    background: #fff
}

.block_seccion_noticias .area_noticias {
    margin-top: -2.5rem
}

.block_seccion_noticias picture {
    overflow: hidden;
    border-radius: 1.4rem;
    display: block
}

.block_seccion_noticias picture img {
    width: 100%;
    display: block;
    max-height: 12.5rem;
    object-fit: cover
}

.block_seccion_noticias a {
    display: block;
    text-decoration: none !important;
    color: #2d2d2d
}

.block_seccion_noticias a:hover img {
    transform: scale(1.1)
}

.block_seccion_noticias h4 {
    color: #fc1f1f;
    margin-top: 1.5rem;
    margin-bottom: .75rem
}

.block_seccion_noticias h5 {
    line-height: 1.2;
    max-width: 29.375rem;
    margin-bottom: 3.375rem;
    font-size: 1.875rem
}

.block_seccion_noticias h3 {
    line-height: 1.5625rem;
    max-width: 29.375rem;
    margin-bottom: .625rem;
    font-size: 1.25rem
}

.block_seccion_noticias p {
    font-size: .875rem
}

.container-noticias_pais .titulo_pais_noticia h2,
.container-noticias_pais .titulo_pais_noticia .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .container-noticias_pais .titulo_pais_noticia span,
.container-noticias_pais .titulo_pais_noticia .ticker-text,
.container-noticias_pais .titulo_pais_noticia .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .container-noticias_pais .titulo_pais_noticia span,
.container-noticias_pais .titulo_pais_noticia .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .container-noticias_pais .titulo_pais_noticia span,
.container-noticias_pais .titulo_pais_noticia .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .container-noticias_pais .titulo_pais_noticia h3,
.container-noticias_pais .titulo_pais_noticia .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .container-noticias_pais .titulo_pais_noticia span,
.container-noticias_pais .titulo_pais_noticia .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .container-noticias_pais .titulo_pais_noticia span,
.container-noticias_pais .titulo_pais_noticia .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .container-noticias_pais .titulo_pais_noticia span {
    color: #fc1f1f;
    font-size: 3.75rem;
    line-height: 1.2;
    margin-bottom: 0
}

.container-noticias_pais .block_seccion_noticias {
    background: #fff
}

.container-noticias_pais .block_seccion_noticias .area_noticias {
    margin-top: -2.5rem
}

.container-noticias_pais .block_seccion_noticias picture {
    overflow: hidden;
    border-radius: 1.4rem;
    display: block
}

.container-noticias_pais .block_seccion_noticias picture img {
    width: 100%;
    display: block;
    max-height: 12.5rem;
    object-fit: cover
}

.container-noticias_pais .block_seccion_noticias a {
    display: block;
    text-decoration: none !important;
    color: #2d2d2d
}

.container-noticias_pais .block_seccion_noticias a:hover img {
    transform: scale(1.1)
}

.container-noticias_pais .block_seccion_noticias h4 {
    color: #fc1f1f;
    margin-top: 1.5rem;
    margin-bottom: .75rem
}

.container-noticias_pais .block_seccion_noticias h5 {
    line-height: 1.2;
    max-width: 29.375rem;
    margin-bottom: 3.375rem;
    font-size: 1.875rem
}

.container-noticias_pais .block_seccion_noticias h3 {
    line-height: 1.5625rem;
    max-width: 29.375rem;
    margin-bottom: .625rem;
    font-size: 1.25rem
}

.container-noticias_pais .block_seccion_noticias p {
    font-size: .875rem
}

.block_list_noticias_seccion {
    background: #fff
}

.block_list_noticias_seccion .miniatura_noticia picture {
    overflow: hidden;
    border-radius: 1.4rem;
    display: block;
    margin-bottom: 1.25rem;
    max-height: 12.5rem;
    object-fit: cover
}

.block_list_noticias_seccion .miniatura_noticia picture img {
    width: 100%;
    display: block
}

.block_list_noticias_seccion .space_block {
    padding-top: 5.625rem
}

.block_list_noticias_seccion picture {
    overflow: hidden;
    border-radius: 1.4rem;
    display: block;
    margin-bottom: 1.25rem
}

.block_list_noticias_seccion picture img {
    width: 100%;
    display: block
}

.block_list_noticias_seccion a {
    display: block;
    text-decoration: none !important;
    color: #2d2d2d;
    margin-bottom: 3.25rem
}

.block_list_noticias_seccion a:hover img {
    transform: scale(1.1)
}

.block_list_noticias_seccion h4 {
    color: #fc1f1f;
    margin-bottom: .75rem
}

.block_list_noticias_seccion h3 {
    line-height: 1.5625rem;
    max-width: 29.375rem;
    font-size: 1.25rem !important;
    margin-bottom: .75rem
}

.block_list_noticias_seccion p {
    font-size: .875rem
}

.block_title_noticias {
    color: #fc1f1f
}

@media(max-width: 991.98px) {

    .container-noticias_pais .titulo_pais_noticia h2,
    .container-noticias_pais .titulo_pais_noticia .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .container-noticias_pais .titulo_pais_noticia span,
    .container-noticias_pais .titulo_pais_noticia .ticker-text,
    .container-noticias_pais .titulo_pais_noticia .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .container-noticias_pais .titulo_pais_noticia span,
    .container-noticias_pais .titulo_pais_noticia .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .container-noticias_pais .titulo_pais_noticia span,
    .container-noticias_pais .titulo_pais_noticia .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .container-noticias_pais .titulo_pais_noticia h3,
    .container-noticias_pais .titulo_pais_noticia .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .container-noticias_pais .titulo_pais_noticia span,
    .container-noticias_pais .titulo_pais_noticia .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .container-noticias_pais .titulo_pais_noticia span,
    .container-noticias_pais .titulo_pais_noticia .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .container-noticias_pais .titulo_pais_noticia span {
        font-size: 2.1875rem;
        margin-bottom: 1.5rem
    }

    .container-noticias_pais .block_seccion_noticias .area_noticias {
        margin-top: 0
    }

    .block_list_noticias h3 {
        font-size: 1.25rem
    }

    .block_list_noticias a {
        margin-bottom: 1.75rem
    }

    .block_list_noticias_seccion .space_block {
        padding-top: 2.5rem
    }

    .block_list_noticias_seccion .principal {
        border-bottom: 1px solid #e5e5e5
    }

    .block_list_noticias_seccion .principal a {
        margin-bottom: 2.625rem
    }

    .block_list_noticias_seccion .lista_principal {
        padding-top: 2.625rem;
        padding-bottom: .75rem;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 3.25rem
    }

    .block_list_noticias_seccion .lista_principal a {
        margin-bottom: 1.5625rem !important
    }

    .block_list_noticias_seccion h3 {
        font-size: 1.25rem
    }

    .block_list_noticias_seccion p {
        font-size: .875rem
    }

    .block_seccion_noticias .space_block {
        padding-top: 1.5625rem
    }

    .block_seccion_noticias h4 {
        margin-bottom: 1rem;
        margin-top: 1.25rem
    }

    .block_seccion_noticias h5 {
        margin-bottom: 2.625rem
    }

    .block_seccion_noticias p {
        font-size: .875rem;
        margin-bottom: 1.25rem
    }

}

.filters_videoteca .filters_pink {
    height: 3.4375rem;
    background: #f7f7f7;
    border-radius: 2rem;
    display: flex;
    padding: .65rem;
    max-width: calc(100vw - 3rem);
    overflow: auto
}

.filters_videoteca .filters_pink li {
    display: inline-block;
    white-space: nowrap
}

.filters_videoteca .filters_pink li a {
    display: block;
    border-radius: 2rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    padding: 0 .8rem;
    text-decoration: none;
    margin: 0 .2rem;
    color: #0c0c11
}

.filters_videoteca .filters_pink li a.active {
    background: #ffc9ce;
    font-weight: 600
}

.filters_videoteca .filters_pink li a:hover {
    background: #e5e5e5
}

.marcas_filters>div {
    display: flex;
    justify-content: center
}

.block_seccion_videoteca {
    background: #fff
}

.block_seccion_videoteca+p {
    background: #fff;
    margin: 0 !important
}

.block_seccion_videoteca .block_videos_videoteca {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 0;
    border-radius: 1.25rem
}

.block_seccion_videoteca .block_videos_videoteca iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.block_seccion_videoteca .block_videos_videoteca picture img {
    max-height: 100% !important
}

.block_seccion_videoteca .block_videos {
    border-radius: 1.25rem;
    padding-top: 0 !important
}

.block_seccion_videoteca picture {
    overflow: hidden;
    border-radius: 1.4rem;
    display: block
}

.block_seccion_videoteca picture img {
    width: 100%;
    display: block;
    max-height: 100% !important;
    object-fit: cover
}

.block_seccion_videoteca a {
    display: block;
    text-decoration: none !important;
    color: #2d2d2d
}

.block_seccion_videoteca h4 {
    color: #fc1f1f;
    margin-top: 1.5rem;
    margin-bottom: .75rem
}

.block_seccion_videoteca h5 {
    line-height: 1.2;
    max-width: 29.375rem;
    margin-bottom: 3.375rem;
    font-size: 1.875rem
}

.block_seccion_videoteca h3 {
    line-height: 1.5625rem;
    max-width: 29.375rem;
    margin-bottom: .625rem;
    font-size: 1.25rem
}

.block_seccion_videoteca p {
    font-size: .875rem
}

@media(max-width: 991.98px) {
    .block_seccion_videoteca {
        background: #fff
    }

    .block_seccion_videoteca .space_block {
        padding-top: 1.5625rem
    }

    .block_seccion_videoteca h4 {
        margin-bottom: 1rem;
        margin-top: 1.25rem
    }

    .block_seccion_videoteca h5 {
        margin-bottom: 2.625rem
    }

    .block_seccion_videoteca p {
        font-size: .875rem;
        margin-bottom: 1.25rem
    }

}

.filters_reconocimientos .filters_pink {
    height: 3.4375rem;
    background: #f7f7f7;
    border-radius: 2rem;
    display: flex;
    padding: .65rem;
    max-width: calc(100vw - 3rem);
    overflow: auto
}

.filters_reconocimientos .filters_pink li {
    display: inline-block;
    white-space: nowrap
}

.filters_reconocimientos .filters_pink li a {
    display: block;
    border-radius: 2rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    padding: 0 .8rem;
    text-decoration: none;
    margin: 0 .2rem;
    color: #0c0c11
}

.filters_reconocimientos .filters_pink li a.active {
    background: #ffc9ce;
    font-weight: 600
}

.filters_reconocimientos .filters_pink li a:hover {
    background: #e5e5e5
}

.marcas_filters>div {
    display: flex;
    justify-content: center
}

.block_reconocimientos h2,
.block_reconocimientos .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_reconocimientos span,
.block_reconocimientos .ticker-text,
.block_reconocimientos .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_reconocimientos span,
.block_reconocimientos .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_reconocimientos span,
.block_reconocimientos .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_reconocimientos h3,
.block_reconocimientos .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_reconocimientos span,
.block_reconocimientos .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_reconocimientos span,
.block_reconocimientos .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_reconocimientos span {
    color: #fc1f1f;
    font-size: 3.75rem;
    line-height: 1.2;
    margin-bottom: 0
}

.block_reconocimientos a {
    color: #fc1f1f;
    font-weight: bold;
    background: url(../images/arrow_red.svg) no-repeat right center;
    padding-right: 1.2rem;
    display: inline-block;
    text-decoration: none !important;
    margin-top: 1rem
}

.block_reconocimientos a:hover {
    padding-right: 1.7rem
}

.block_reconocimientos .c_card {
    border-radius: 1.25rem;
    border: 1px solid #e5e5e5
}

.block_reconocimientos .c_card .logo_reconocimientos img {
    width: 4.6875rem
}

.block_reconocimientos .c_card h5 {
    font-size: .75rem;
    color: #660005
}

.block_reconocimientos .c_card h3 {
    font-size: 1.25rem;
    font-size: 1.25rem;
    color: #fc1f1f;
    line-height: 1.3
}

.block_reconocimientos .col-md-9,
.block_reconocimientos .block_visita_fundacion .info_hero h2,
.block_visita_fundacion .info_hero .block_reconocimientos h2,
.block_reconocimientos .block_visita_fundacion .info_hero .ticker-text,
.block_visita_fundacion .info_hero .block_reconocimientos .ticker-text,
.block_reconocimientos .block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div span,
.block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div .block_reconocimientos span,
.block_reconocimientos .block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero span,
.block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero .block_reconocimientos span,
.block_reconocimientos .block_visita_fundacion .info_hero .block_nuestros_programas .cifras div span,
.block_visita_fundacion .info_hero .block_nuestros_programas .cifras div .block_reconocimientos span,
.block_reconocimientos .block_nuestros_programas .cifras div .block_visita_fundacion .info_hero span,
.block_nuestros_programas .cifras div .block_visita_fundacion .info_hero .block_reconocimientos span,
.block_reconocimientos .block_visita_fundacion .info_hero .block_animal_salud .cifras div h3,
.block_visita_fundacion .info_hero .block_animal_salud .cifras div .block_reconocimientos h3,
.block_reconocimientos .block_animal_salud .cifras div .block_visita_fundacion .info_hero h3,
.block_animal_salud .cifras div .block_visita_fundacion .info_hero .block_reconocimientos h3,
.block_reconocimientos .block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div span,
.block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div .block_reconocimientos span,
.block_reconocimientos .block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero span,
.block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero .block_reconocimientos span,
.block_reconocimientos .block_visita_fundacion .info_hero .block_servicios_redni .cifras div span,
.block_visita_fundacion .info_hero .block_servicios_redni .cifras div .block_reconocimientos span,
.block_reconocimientos .block_servicios_redni .cifras div .block_visita_fundacion .info_hero span,
.block_servicios_redni .cifras div .block_visita_fundacion .info_hero .block_reconocimientos span,
.block_reconocimientos .block_visita_fundacion .info_hero .block_cifras_aliados .cifras div span,
.block_visita_fundacion .info_hero .block_cifras_aliados .cifras div .block_reconocimientos span,
.block_reconocimientos .block_cifras_aliados .cifras div .block_visita_fundacion .info_hero span,
.block_cifras_aliados .cifras div .block_visita_fundacion .info_hero .block_reconocimientos span,
.block_reconocimientos .block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div span,
.block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div .block_reconocimientos span,
.block_reconocimientos .block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero span,
.block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero .block_reconocimientos span {
    min-height: 12rem
}

.lightbox_fondo {
    position: fixed;
    z-index: 111111111111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out
}

.c_card_text:nth-child(1) {
    border-right: 1px solid #00524f
}

.lightbox_reconocimientos {
    position: relative
}

.lightbox_reconocimientos a {
    background: none;
    position: absolute;
    right: 0;
    top: -4.375rem;
    padding: 0;
    margin-top: 0
}

.lightbox_reconocimientos a:hover {
    padding-right: 0
}

.lightbox_reconocimientos .c_card {
    border: none;
    background: #fff;
    padding: 2.5rem;
    border-radius: 1.25rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    max-width: 53.75rem
}

.lightbox_reconocimientos .c_card h5 {
    padding-top: 1.25rem
}

.lightbox_reconocimientos .c_card .c_card_text .logo_reconocimientos img {
    width: 4.6875rem
}

.lightbox_reconocimientos .c_card .c_card_image {
    max-width: 28.125rem
}

.lightbox_reconocimientos .c_card .c_card_image img {
    padding-bottom: 2.5rem;
    max-height: 21.875rem;
    max-width: 27.5rem
}

.lightbox_reconocimientos .c_card .c_card_image p {
    margin-bottom: 0
}

.lightbox_fondo.active {
    opacity: 1;
    visibility: visible
}

@media(max-width: 991.98px) {
    .block_reconocimientos .c_card {
        padding-bottom: 1.25rem !important
    }

    .block_reconocimientos a {
        font-size: .875rem
    }

    .c_card_text:nth-child(1) {
        border-right: none
    }

    .lightbox_reconocimientos a {
        right: 1.5625rem
    }

    .lightbox_reconocimientos .c_card {
        padding: 1.5625rem !important;
        max-height: 34.375rem;
        overflow: auto
    }

    .lightbox_reconocimientos .c_card .c_card_text p {
        line-height: 1.625rem;
        border-bottom: 1px solid #00524f;
        padding-bottom: 1.25rem;
        margin-bottom: 0
    }

    .lightbox_reconocimientos .c_card .c_card_image {
        max-width: auto
    }

    .lightbox_reconocimientos .c_card .c_card_image img {
        padding-bottom: 1.25rem;
        padding-top: 1.5rem;
        width: 100%;
        max-height: auto
    }

    .lightbox_reconocimientos .c_card .c_card_image p {
        margin-bottom: 0;
        line-height: 1.625rem
    }

}

.block_green_pueblos .space_down {
    padding-bottom: 176px
}

.block_green_pueblos .cont_marcas {
    background: #c9f2e0
}

.block_green_pueblos .cont_marcas h2,
.block_green_pueblos .cont_marcas .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_green_pueblos .cont_marcas span,
.block_green_pueblos .cont_marcas .ticker-text,
.block_green_pueblos .cont_marcas .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_green_pueblos .cont_marcas span,
.block_green_pueblos .cont_marcas .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_green_pueblos .cont_marcas span,
.block_green_pueblos .cont_marcas .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_green_pueblos .cont_marcas h3,
.block_green_pueblos .cont_marcas .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_green_pueblos .cont_marcas span,
.block_green_pueblos .cont_marcas .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_green_pueblos .cont_marcas span,
.block_green_pueblos .cont_marcas .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_green_pueblos .cont_marcas span {
    font-size: 3.75rem !important
}

.block_green_pueblos .bg_familia img {
    width: 100%;
    border-radius: 0 6.25rem 0 0;
    height: 34.375rem;
    object-fit: cover
}

.block_green_pueblos .modules_text {
    margin-top: -7rem;
    background: #c9f2e0;
    position: relative;
    z-index: 10000;
    border-radius: 1.25rem
}

.block_green_pueblos .modules_text h2,
.block_green_pueblos .modules_text .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_green_pueblos .modules_text span,
.block_green_pueblos .modules_text .ticker-text,
.block_green_pueblos .modules_text .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_green_pueblos .modules_text span,
.block_green_pueblos .modules_text .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_green_pueblos .modules_text span,
.block_green_pueblos .modules_text .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_green_pueblos .modules_text h3,
.block_green_pueblos .modules_text .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_green_pueblos .modules_text span,
.block_green_pueblos .modules_text .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_green_pueblos .modules_text span,
.block_green_pueblos .modules_text .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_green_pueblos .modules_text span {
    font-size: 3.75rem !important;
    color: #00524f;
    line-height: 1.2
}

.block_green_pueblos .list_alimentarte .c_card {
    padding-top: 4rem
}

.block_green_pueblos .list_alimentarte img {
    max-width: 2.6875rem;
    margin-bottom: 1.5625rem
}

.block_green_pueblos .list_alimentarte h4 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    min-height: 4.5rem;
    color: #00524f
}

.block_green_pueblos .list_alimentarte p {
    font-size: 1rem
}

.block_colaboracion_pueblos .cont_marcas {
    background: #88f2a0;
    padding-bottom: 5rem;
    border-radius: 0
}

.block_colaboracion_pueblos .bg_familia img {
    width: 100%;
    border-radius: 0 100px 0 0;
    margin-top: -5.625rem;
    height: 34.375rem;
    object-fit: cover;
    position: relative;
    z-index: 1000000
}

.block_colaboracion_pueblos .titulo_principios {
    margin-top: -6.25rem;
    background: #88f2a0;
    position: relative;
    z-index: 10000000;
    border-radius: 1.25rem;
    padding: 0 6.875rem;
    border-radius: 1.25rem;
    height: 20rem;
    align-items: center
}

.block_colaboracion_pueblos .titulo_principios h2,
.block_colaboracion_pueblos .titulo_principios .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_colaboracion_pueblos .titulo_principios span,
.block_colaboracion_pueblos .titulo_principios .ticker-text,
.block_colaboracion_pueblos .titulo_principios .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_colaboracion_pueblos .titulo_principios span,
.block_colaboracion_pueblos .titulo_principios .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_colaboracion_pueblos .titulo_principios span,
.block_colaboracion_pueblos .titulo_principios .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_colaboracion_pueblos .titulo_principios h3,
.block_colaboracion_pueblos .titulo_principios .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_colaboracion_pueblos .titulo_principios span,
.block_colaboracion_pueblos .titulo_principios .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_colaboracion_pueblos .titulo_principios span,
.block_colaboracion_pueblos .titulo_principios .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_colaboracion_pueblos .titulo_principios span {
    color: #00524f;
    font-size: 3.125rem;
    line-height: 3.4375rem;
    margin-bottom: 0
}

.block_colaboracion_pueblos .titulo_principios p {
    font-size: 1.125rem
}

.block_colaboracion_pueblos .list_actions>div:nth-child(12n+2)>div,
.block_colaboracion_pueblos .list_actions>div:nth-child(12n+7)>div {
    color: #fff;
    background: #00524f
}

.block_colaboracion_pueblos .list_actions>div:nth-child(12n+3)>div,
.block_colaboracion_pueblos .list_actions>div:nth-child(12n+10)>div {
    color: #fff;
    background: #05a044;
    border: none
}

.block_colaboracion_pueblos .list_actions>div:nth-child(12n+3)>div span,
.block_colaboracion_pueblos .list_actions>div:nth-child(12n+10)>div span {
    color: #00524f
}

.block_colaboracion_pueblos .list_actions>div:nth-child(12n+6)>div,
.block_colaboracion_pueblos .list_actions>div:nth-child(12n+11)>div {
    background: #c9f2e0;
    border: none
}

.block_colaboracion_pueblos .list_actions>div>div {
    padding: 2.5rem;
    border: 1px solid #00524f;
    border-radius: 1.25rem;
    color: #00524f;
    height: 17.8125rem;
    position: relative;
    margin-bottom: 2rem
}

.block_colaboracion_pueblos .list_actions>div>div span {
    font-size: 1.125rem;
    color: #05a044;
    padding-bottom: 0 !important
}

.block_colaboracion_pueblos .list_actions>div>div p {
    margin-bottom: 0;
    min-height: 9.375rem
}

.block_colaboracion_pueblos .list_actions>div>div h4 {
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.2;
    min-height: 3.75rem
}

.block_colaboracion_pueblos .block_colaboracion_pueblos .list_actions>div>div {
    align-content: flex-start !important
}

.bg-green_four {
    background-color: #c9f2e0
}

@media(max-width: 991.98px) {
    .block_green_pueblos .padding_down {
        padding-bottom: 6.25rem
    }

    .block_green_pueblos .space_down {
        padding-bottom: 0
    }

    .block_green_pueblos .padding_down {
        padding-bottom: 5rem
    }

    .block_green_pueblos .bg_familia img {
        height: 18.125rem;
        border-radius: 0 3.125rem 0 0
    }

    .block_green_pueblos .modules_text h2,
    .block_green_pueblos .modules_text .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_green_pueblos .modules_text span,
    .block_green_pueblos .modules_text .ticker-text,
    .block_green_pueblos .modules_text .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_green_pueblos .modules_text span,
    .block_green_pueblos .modules_text .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_green_pueblos .modules_text span,
    .block_green_pueblos .modules_text .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_green_pueblos .modules_text h3,
    .block_green_pueblos .modules_text .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_green_pueblos .modules_text span,
    .block_green_pueblos .modules_text .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_green_pueblos .modules_text span,
    .block_green_pueblos .modules_text .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_green_pueblos .modules_text span {
        font-size: 2.25rem !important;
        line-height: 2.5rem;
        margin-bottom: 1rem
    }

    .block_green_pueblos .modules_text p {
        margin-bottom: 1rem
    }

    .block_green_pueblos .list_alimentarte .c_card {
        padding-top: 1rem
    }

    .block_green_pueblos .list_alimentarte img {
        max-width: 2.1875rem;
        margin-bottom: 1rem
    }

    .block_green_pueblos .list_alimentarte h4 {
        font-size: 1.25rem;
        line-height: 1.5625rem;
        min-height: auto
    }

    .block_colaboracion_pueblos .bg_familia img {
        border-radius: 0 3.125rem 0 0;
        height: 18.125rem;
        margin-top: -3.5rem
    }

    .block_colaboracion_pueblos .titulo_principios {
        height: auto;
        padding: 1.5rem
    }

    .block_colaboracion_pueblos .titulo_principios h2,
    .block_colaboracion_pueblos .titulo_principios .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_colaboracion_pueblos .titulo_principios span,
    .block_colaboracion_pueblos .titulo_principios .ticker-text,
    .block_colaboracion_pueblos .titulo_principios .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_colaboracion_pueblos .titulo_principios span,
    .block_colaboracion_pueblos .titulo_principios .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_colaboracion_pueblos .titulo_principios span,
    .block_colaboracion_pueblos .titulo_principios .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_colaboracion_pueblos .titulo_principios h3,
    .block_colaboracion_pueblos .titulo_principios .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_colaboracion_pueblos .titulo_principios span,
    .block_colaboracion_pueblos .titulo_principios .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_colaboracion_pueblos .titulo_principios span,
    .block_colaboracion_pueblos .titulo_principios .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_colaboracion_pueblos .titulo_principios span {
        font-size: 2.1875rem;
        line-height: 1.1;
        padding-bottom: 1rem
    }

    .block_colaboracion_pueblos .list_actions>div>div {
        padding: 1.5rem;
        height: auto;
        height: auto;
        margin-bottom: 1rem
    }

    .block_colaboracion_pueblos .list_actions>div>div p {
        margin-bottom: 0;
        min-height: auto
    }

    .block_colaboracion_pueblos .list_actions>div>div h4 {
        min-height: auto
    }

    .block_colaboracion_pueblos .list_actions>div>div span {
        padding-bottom: 3.75rem
    }

    .block_colaboracion_pueblos .cont_marcas {
        border-radius: 0;
        padding-bottom: 2rem
    }

}

.block_green_fundacion .space_down {
    padding-bottom: 11rem
}

.block_green_fundacion .cont_marcas {
    background: #c9f2e0
}

.block_green_fundacion .cont_marcas h2,
.block_green_fundacion .cont_marcas .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_green_fundacion .cont_marcas span,
.block_green_fundacion .cont_marcas .ticker-text,
.block_green_fundacion .cont_marcas .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_green_fundacion .cont_marcas span,
.block_green_fundacion .cont_marcas .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_green_fundacion .cont_marcas span,
.block_green_fundacion .cont_marcas .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_green_fundacion .cont_marcas h3,
.block_green_fundacion .cont_marcas .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_green_fundacion .cont_marcas span,
.block_green_fundacion .cont_marcas .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_green_fundacion .cont_marcas span,
.block_green_fundacion .cont_marcas .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_green_fundacion .cont_marcas span {
    font-size: 3.75rem !important
}

.block_green_fundacion .bg_familia img {
    width: 100%;
    border-radius: 0 6.25rem 0 0;
    height: 34.375rem;
    object-fit: cover
}

.block_green_fundacion .modules_text {
    margin-top: -7rem;
    background: #c9f2e0;
    position: relative;
    z-index: 10000;
    border-radius: 1.25rem
}

.block_green_fundacion .modules_text h2,
.block_green_fundacion .modules_text .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_green_fundacion .modules_text span,
.block_green_fundacion .modules_text .ticker-text,
.block_green_fundacion .modules_text .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_green_fundacion .modules_text span,
.block_green_fundacion .modules_text .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_green_fundacion .modules_text span,
.block_green_fundacion .modules_text .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_green_fundacion .modules_text h3,
.block_green_fundacion .modules_text .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_green_fundacion .modules_text span,
.block_green_fundacion .modules_text .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_green_fundacion .modules_text span,
.block_green_fundacion .modules_text .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_green_fundacion .modules_text span {
    font-size: 3.75rem !important;
    color: #00524f;
    line-height: 1.2
}

.block_green_fundacion .list_alimentarte .c_card {
    padding-top: 4rem
}

.block_green_fundacion .list_alimentarte img {
    max-width: 2.6875rem;
    margin-bottom: 1.5625rem
}

.block_green_fundacion .list_alimentarte h4 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    min-height: 4.5rem;
    color: #00524f
}

.block_green_fundacion .list_alimentarte p {
    font-size: 1rem
}

.block_cifras_fundacion {
    color: #c9f2e0;
    background: #00524f;
    border-radius: 0 100px;
    padding-bottom: 12.5rem;
    z-index: 10000;
    position: relative;
    margin-top: -6.25rem
}

.block_cifras_fundacion .c_left img {
    border-radius: 1.25rem
}

.block_cifras_fundacion h4 {
    color: #88f2a0
}

.block_cifras_fundacion .cifras {
    display: flex;
    margin-bottom: 0
}

.block_cifras_fundacion .cifras h2,
.block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras .ticker-text,
.block_cifras_fundacion .block_animal_salud .cifras div h3,
.block_animal_salud .block_cifras_fundacion .cifras div h3 {
    font-size: 5rem
}

.block_cifras_fundacion .cifras>span {
    padding-right: 3rem
}

.block_cifras_fundacion .cifras img {
    margin-top: .5rem;
    width: 2.6875rem
}

.block_cifras_fundacion .cifras div span {
    padding-bottom: .2rem;
    display: block
}

.block_fundacion {
    background: #88f2a0
}

.block_fundacion .cont_marcas {
    background: #88f2a0;
    border-radius: 0 0 0 6.25rem;
    padding-bottom: 12.5rem
}

.block_fundacion .cont_marcas h2,
.block_fundacion .cont_marcas .ticker-text,
.block_fundacion .cont_marcas .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_fundacion .cont_marcas span,
.block_fundacion .cont_marcas .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_fundacion .cont_marcas span,
.block_fundacion .cont_marcas .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_fundacion .cont_marcas h3,
.block_fundacion .cont_marcas .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_fundacion .cont_marcas span,
.block_fundacion .cont_marcas .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_fundacion .cont_marcas span,
.block_fundacion .cont_marcas .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_fundacion .cont_marcas span,
.block_fundacion .cont_marcas .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_fundacion .cont_marcas span {
    font-size: 3.75rem
}

.block_fundacion .bg_familia img {
    width: 100%;
    border-radius: 0 6.25rem 0 0;
    margin-top: -6.25rem;
    height: 34.375rem;
    object-fit: cover;
    z-index: 11111;
    position: relative
}

.block_fundacion .modules_text {
    margin-top: -7rem;
    background: #88f2a0;
    position: relative;
    z-index: 100000;
    border-radius: 1.25rem;
    color: #00524f
}

.block_fundacion .modules_text p {
    color: #2d2d2d;
    font-size: 1.125rem;
    text-align: left
}

.block_fundacion .modules_text a {
    margin-top: 1.875rem
}

.block_visita_fundacion {
    position: relative;
    margin-top: -7rem
}

.block_visita_fundacion picture {
    overflow: hidden
}

.block_visita_fundacion picture img {
    width: 100%;
    object-fit: cover;
    height: 33.125rem;
    border-radius: 0 100px 0 0
}

.block_visita_fundacion .info_hero {
    position: absolute;
    top: 0;
    width: 100%
}

.block_visita_fundacion .info_hero h2,
.block_visita_fundacion .info_hero .ticker-text,
.block_visita_fundacion .info_hero .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_visita_fundacion .info_hero span,
.block_visita_fundacion .info_hero .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_visita_fundacion .info_hero span,
.block_visita_fundacion .info_hero .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_visita_fundacion .info_hero h3,
.block_visita_fundacion .info_hero .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_visita_fundacion .info_hero span,
.block_visita_fundacion .info_hero .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_visita_fundacion .info_hero span,
.block_visita_fundacion .info_hero .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_visita_fundacion .info_hero span,
.block_visita_fundacion .info_hero .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_visita_fundacion .info_hero span {
    padding: 0;
    margin-bottom: 1.25rem
}

.block_visita_fundacion .info_hero a {
    margin-top: 1.9rem
}

.block_visita_fundacion p {
    margin-bottom: 0
}

.block_visita_fundacion .info_hero {
    color: #fff
}

.bg-green_four {
    background-color: #c9f2e0
}

@media(max-width: 991.98px) {
    .block_green_fundacion .space_down {
        padding-bottom: 0
    }

    .block_green_fundacion .padding_down {
        padding-bottom: 5rem
    }

    .block_green_fundacion .bg_familia img {
        height: 18.125rem;
        border-radius: 0 3.125rem 0 0
    }

    .block_green_fundacion .modules_text h2,
    .block_green_fundacion .modules_text .ticker-text,
    .block_green_fundacion .modules_text .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_green_fundacion .modules_text span,
    .block_green_fundacion .modules_text .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_green_fundacion .modules_text span,
    .block_green_fundacion .modules_text .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_green_fundacion .modules_text h3,
    .block_green_fundacion .modules_text .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_green_fundacion .modules_text span,
    .block_green_fundacion .modules_text .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_green_fundacion .modules_text span,
    .block_green_fundacion .modules_text .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_green_fundacion .modules_text span,
    .block_green_fundacion .modules_text .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_green_fundacion .modules_text span {
        font-size: 2.25rem !important;
        line-height: 2.5rem;
        margin-bottom: 1rem
    }

    .block_green_fundacion .modules_text p {
        margin-bottom: 1rem
    }

    .block_green_fundacion .list_alimentarte .c_card {
        padding-top: 1rem
    }

    .block_green_fundacion .list_alimentarte img {
        max-width: 2.1875rem;
        margin-bottom: 1rem
    }

    .block_green_fundacion .list_alimentarte h4 {
        font-size: 1.25rem;
        line-height: 1.5625rem;
        min-height: auto
    }

    .block_cifras_fundacion {
        margin-top: -4rem;
        padding-bottom: 6.25rem;
        border-radius: 0 3.125rem
    }

    .block_cifras_fundacion .space_block {
        padding-top: 4.5rem
    }

    .block_cifras_fundacion .c_left img {
        border-radius: 1.25rem;
        width: 100%;
        margin-bottom: 2.5rem
    }

    .block_cifras_fundacion h4 {
        color: #88f2a0
    }

    .block_cifras_fundacion .cifras {
        display: flex
    }

    .block_cifras_fundacion .cifras h2,
    .block_cifras_fundacion .cifras .ticker-text,
    .block_cifras_fundacion .block_animal_salud .cifras div h3,
    .block_animal_salud .block_cifras_fundacion .cifras div h3,
    .block_cifras_fundacion .cifras div span {
        margin-bottom: .625rem
    }

    .block_cifras_fundacion .cifras>span {
        padding-right: 2rem
    }

    .block_cifras_fundacion .cifras img {
        width: 2.1875rem
    }

    .block_fundacion .cont_marcas {
        border-radius: 0 0 0 3.125rem;
        padding-bottom: 6.25rem
    }

    .block_fundacion .cont_marcas h2,
    .block_fundacion .cont_marcas .ticker-text,
    .block_fundacion .cont_marcas .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_fundacion .cont_marcas span,
    .block_fundacion .cont_marcas .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_fundacion .cont_marcas span,
    .block_fundacion .cont_marcas .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_fundacion .cont_marcas h3,
    .block_fundacion .cont_marcas .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_fundacion .cont_marcas span,
    .block_fundacion .cont_marcas .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_fundacion .cont_marcas span,
    .block_fundacion .cont_marcas .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_fundacion .cont_marcas span,
    .block_fundacion .cont_marcas .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_fundacion .cont_marcas span {
        font-size: 2.25rem !important
    }

    .block_fundacion .bg_familia img {
        width: 100%;
        border-radius: 0 3.125rem 0 0;
        margin-top: -4rem;
        height: 18.125rem
    }

    .block_fundacion .modules_text {
        margin-top: -7rem;
        background: #88f2a0;
        position: relative;
        z-index: 10000000000;
        border-radius: 1.25rem;
        color: #00524f
    }

    .block_fundacion .modules_text p {
        color: #2d2d2d;
        font-size: 1.125rem;
        text-align: left
    }

    .block_fundacion .modules_text a {
        margin-top: 1.875rem
    }

    .block_visita_fundacion {
        margin-top: -4rem
    }

    .block_visita_fundacion h2,
    .block_visita_fundacion .ticker-text,
    .block_visita_fundacion .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_visita_fundacion span,
    .block_visita_fundacion .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_visita_fundacion span,
    .block_visita_fundacion .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_visita_fundacion h3,
    .block_visita_fundacion .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_visita_fundacion span,
    .block_visita_fundacion .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_visita_fundacion span,
    .block_visita_fundacion .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_visita_fundacion span,
    .block_visita_fundacion .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_visita_fundacion span {
        font-size: 1.5625rem
    }

    .block_visita_fundacion p {
        font-size: 1rem
    }

    .block_visita_fundacion .info_hero {
        top: 18rem
    }

    .block_visita_fundacion picture img {
        border-radius: 0 3.125rem 0 0;
        height: 43.75rem;
        object-fit: cover
    }

}

.block_purple_gobierno {
    color: #fff;
    background: #6d0a58;
    border-radius: 0 6.25rem 0 0;
    padding-bottom: 12.5rem;
    margin-top: -7rem;
    position: relative;
    z-index: 111111
}

.block_purple_gobierno h2,
.block_purple_gobierno .ticker-text,
.block_purple_gobierno .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_purple_gobierno span,
.block_purple_gobierno .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_purple_gobierno span,
.block_purple_gobierno .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_purple_gobierno h3,
.block_purple_gobierno .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_purple_gobierno span,
.block_purple_gobierno .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_purple_gobierno span,
.block_purple_gobierno .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_purple_gobierno span,
.block_purple_gobierno .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_purple_gobierno span {
    font-size: 3.75rem
}

.block_purple_gobierno h3 {
    font-size: 1.25rem;
    font-weight: bold
}

.block_purple_gobierno p {
    font-size: 1.125rem
}

.bg_familia img {
    width: 100%;
    border-radius: 0 6.25rem 0 0;
    height: 43.75rem;
    object-fit: cover
}

.block_green_gobierno {
    background: #c9f2e0;
    border-radius: 0 6.25rem 0 0;
    padding-bottom: 12.5rem;
    margin-top: -7rem;
    position: relative;
    z-index: 111111
}

.block_green_gobierno img {
    width: 100%
}

@media(max-width: 991.98px) {
    .block_purple_gobierno {
        border-radius: 0 3.125rem 0 0;
        padding-bottom: 7.5rem
    }

    .block_purple_gobierno h2,
    .block_purple_gobierno .ticker-text,
    .block_purple_gobierno .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_purple_gobierno span,
    .block_purple_gobierno .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_purple_gobierno span,
    .block_purple_gobierno .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_purple_gobierno h3,
    .block_purple_gobierno .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_purple_gobierno span,
    .block_purple_gobierno .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_purple_gobierno span,
    .block_purple_gobierno .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_purple_gobierno span,
    .block_purple_gobierno .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_purple_gobierno span {
        margin-bottom: 1.875rem;
        letter-spacing: .0938rem
    }

    .block_green_gobierno {
        border-radius: 0 3.125rem 0 0;
        padding-bottom: 7rem;
        margin-top: -5.3rem
    }

    .bg_familia img {
        border-radius: 0 3.125rem 0 0;
        margin-top: .625rem;
        height: 21.25rem
    }

    .img_gobierno {
        width: 100%;
        overflow-x: scroll
    }

    .img_gobierno img {
        width: auto
    }

}

.block_familia_gobierno {
    background: #fff
}

.block_familia_gobierno .bg_familia img {
    width: 100%;
    border-radius: 0 6.25rem 0 0;
    margin-top: -7rem;
    position: relative;
    z-index: 111111;
    height: 40.625rem;
    object-fit: cover
}

.block_familia_gobierno .modules_text {
    margin-top: -7rem;
    background: #fc1f1f;
    position: relative;
    z-index: 1000000;
    border-radius: 1.25rem;
    padding: 5.625rem;
    border-radius: 0 6.25rem
}

.block_familia_gobierno .modules_text h2,
.block_familia_gobierno .modules_text .ticker-text,
.block_familia_gobierno .modules_text .block_sostenibilidad_home .cifras div span,
.block_sostenibilidad_home .cifras div .block_familia_gobierno .modules_text span,
.block_familia_gobierno .modules_text .block_nuestros_programas .cifras div span,
.block_nuestros_programas .cifras div .block_familia_gobierno .modules_text span,
.block_familia_gobierno .modules_text .block_animal_salud .cifras div h3,
.block_animal_salud .cifras div .block_familia_gobierno .modules_text h3,
.block_familia_gobierno .modules_text .block_nuestros_procesos .cifras div span,
.block_nuestros_procesos .cifras div .block_familia_gobierno .modules_text span,
.block_familia_gobierno .modules_text .block_servicios_redni .cifras div span,
.block_servicios_redni .cifras div .block_familia_gobierno .modules_text span,
.block_familia_gobierno .modules_text .block_cifras_aliados .cifras div span,
.block_cifras_aliados .cifras div .block_familia_gobierno .modules_text span,
.block_familia_gobierno .modules_text .block_cifras_fundacion .cifras div span,
.block_cifras_fundacion .cifras div .block_familia_gobierno .modules_text span {
    color: #fff;
    font-size: 3.125rem;
    line-height: 3.4375rem
}

@media(max-width: 991.98px) {
    .block_familia_gobierno .bg_familia img {
        border-radius: 0 3.125rem 0 0
    }

    .block_familia_gobierno {
        margin-top: 2rem
    }

    .block_familia_gobierno .bg_familia img {
        height: 315px;
        object-fit: cover
    }

    .block_familia_gobierno .modules_text {
        padding: 2rem;
        border-radius: 0 3.125rem
    }

    .block_familia_gobierno .modules_text h2,
    .block_familia_gobierno .modules_text .ticker-text,
    .block_familia_gobierno .modules_text .block_sostenibilidad_home .cifras div span,
    .block_sostenibilidad_home .cifras div .block_familia_gobierno .modules_text span,
    .block_familia_gobierno .modules_text .block_nuestros_programas .cifras div span,
    .block_nuestros_programas .cifras div .block_familia_gobierno .modules_text span,
    .block_familia_gobierno .modules_text .block_animal_salud .cifras div h3,
    .block_animal_salud .cifras div .block_familia_gobierno .modules_text h3,
    .block_familia_gobierno .modules_text .block_nuestros_procesos .cifras div span,
    .block_nuestros_procesos .cifras div .block_familia_gobierno .modules_text span,
    .block_familia_gobierno .modules_text .block_servicios_redni .cifras div span,
    .block_servicios_redni .cifras div .block_familia_gobierno .modules_text span,
    .block_familia_gobierno .modules_text .block_cifras_aliados .cifras div span,
    .block_cifras_aliados .cifras div .block_familia_gobierno .modules_text span,
    .block_familia_gobierno .modules_text .block_cifras_fundacion .cifras div span,
    .block_cifras_fundacion .cifras div .block_familia_gobierno .modules_text span {
        font-size: 2.125rem !important;
        line-height: 2.1875rem;
        margin-bottom: .625rem
    }

    .block_somos_familia .info_somos_familia img {
        height: 36.25rem;
        object-fit: cover
    }

}

.block_descargables_gobierno .info {
    margin-top: -2.5rem;
    padding-top: 1.875rem
}

.block_descargables_gobierno .info h4 {
    margin-bottom: 0;
    font-size: 3.125rem;
    padding: 0;
    line-height: 3.4375rem
}

.block_descargables_gobierno .info p {
    color: #2d2d2d;
    font-size: 1.25rem;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 0;
    position: relative;
    padding-left: 2.5rem
}

.block_descargables_gobierno .info p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/pdf.svg) no-repeat;
    width: 2.1875rem;
    height: 2.1875rem
}

.block_descargables_gobierno .info a {
    color: #fc1f1f;
    font-weight: 800;
    text-decoration: none;
    display: block;
    padding: 2.8125rem 0;
    position: relative;
    padding-right: 3rem !important
}

.block_descargables_gobierno .info a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 4.5rem;
    background: url(../images/ico_down.svg) no-repeat;
    width: 2.8125rem;
    height: 2.8125rem
}

.block_descargables_gobierno .accordion-item {
    border-bottom: 1px solid rgba(0, 82, 79, .5)
}

.block_descargables_gobierno .accordion-item.open a {
    padding-bottom: 0
}

.block_descargables_gobierno .accordion-item.open a:after {
    background-image: url(../images/ico_down.svg);
    transform: rotate(180deg);
    top: 3rem
}

.block_descargables_gobierno .accordion-item.open .accordion-content {
    margin: 1.5rem 0 2.5rem
}

.block_descargables_gobierno .accordion {
    max-width: 100%;
    overflow: hidden
}

.block_descargables_gobierno .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease
}

.block_descargables_gobierno .botones span {
    display: flex;
    justify-content: space-between
}

.block_descargables_gobierno .botones a {
    font-size: .875rem;
    margin-bottom: 1.25rem;
    color: #fc1f1f;
    font-weight: bold;
    padding: 0 1.5rem 0 0 !important;
    display: inline-block;
    text-decoration: none !important;
    margin-top: 1rem
}

.block_descargables_gobierno .botones a:after {
    content: none
}

.block_descargables_gobierno .botones span a:nth-child(1) {
    background: url(../images/arrow_red.svg) no-repeat right center
}

.block_descargables_gobierno .botones span a:nth-child(2) {
    background: url(../images/descargar.svg) no-repeat right center
}

.block_descargables_gobierno .botones span a:hover {
    padding-right: 1.7rem !important
}

@media(max-width: 991.98px) {
    .block_descargables_gobierno {
        padding-top: 5rem
    }

    .block_descargables_gobierno .info {
        padding-top: 0
    }

    .block_descargables_gobierno .info h4 {
        font-size: 1.5625rem;
        line-height: 2.1875rem
    }

    .block_descargables_gobierno .info p {
        font-size: 1rem
    }

    .block_descargables_gobierno .info a:after {
        top: 3.8rem;
        background: url(../images/ico_down2.svg) no-repeat;
        width: 1.5625rem;
        height: 1.5625rem
    }

    .block_descargables_gobierno .accordion-item.open a {
        padding-bottom: 0
    }

    .block_descargables_gobierno .accordion-item.open a:after {
        background-image: url(../images/ico_down2.svg);
        transform: rotate(180deg);
        top: 3rem
    }

    .block_descargables_gobierno .accordion-item.open .accordion-content {
        margin: 2rem 0 1.5rem
    }

    .block_descargables_gobierno span {
        justify-content: flex-start !important
    }

    .block_descargables_gobierno span a:nth-child(2) {
        margin-left: 2.5rem
    }

}

/* ============================================
   BLOCK HERO SLIDER
   ============================================ */

.block_hero_slider {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.block_hero_slider img {
    width: auto !important;
}

/* Wrap del slider */
.hero_slider_wrap {
    position: relative;
    width: 100%;
    margin-top: 90px;
}

/* Slides */
.hero_slide {
    display: none;
    position: relative;
}

.hero_slide.active {
    display: block;
}

/* Imagen ocupa 100% */
.slide_bg {
    width: 100%;
    height: calc(100vh - 90px);
    background-image: var(--bg-desktop);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    max-height: 900px;
}

@media (max-width: 899px) {
    .slide_bg {
        aspect-ratio: 9 / 12;
        background-image: var(--bg-mobile);
        background-size: cover;
        background-position: center top;
        height: calc(100vh - 0px);
    }

    .hero_slider_wrap {
        margin-top: 0px;
    }
}

/* Enlace ocupa todo el slide */
.slide_link {
    display: block;
    position: relative;
}

/* ── Efecto FADE ── */
.hero_slider_wrap[data-effect="fade"] .hero_slide {
    opacity: 0;
    transition: opacity 0.6s ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}

.hero_slider_wrap[data-effect="fade"] .hero_slide.active {
    opacity: 1;
    position: relative;
    pointer-events: auto;
    z-index: 2;
}

/* ── Texto sobre imagen ── */
.info_hero {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 5;
    pointer-events: none;
}

.info_hero .container {
    pointer-events: auto;
}

.info_hero .col-lg-5 {
    padding-left: 40px;
}

.info_hero h2.title_hero {
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}

.info_hero .subtitulo_hero {
    margin-top: 8px;
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 3px #000;
    font-size: 1.2em;
}

/* Ocultar texto en mobile */
@media (max-width: 899px) {
    .info_hero {
        display: none;
    }
}

/* ── Flechas ── */
.hero_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    line-height: 1;
}

.hero_arrow:hover {
    background: rgba(0, 0, 0, 0.6);
}

.hero_arrow_prev {
    left: 20px;
}

.hero_arrow_next {
    right: 20px;
}

/* Evitar que slides inactivos intercepten clicks */
.hero_slider_wrap[data-effect="fade"] .hero_slide {
    pointer-events: none;
}

.hero_slider_wrap[data-effect="fade"] .hero_slide.active {
    pointer-events: auto;
}

/* Ocultar flechas en mobile si se prefiere */
@media (max-width: 899px) {
    .hero_arrow {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .hero_arrow_prev {
        left: 10px;
    }

    .hero_arrow_next {
        right: 10px;
    }
}
