html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }
*,
*::before,
*::after {
box-sizing: border-box; } body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333333;
background-color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} h1, h2, h3, h4, h5, h6 {
margin-block-start: 0.5rem;
margin-block-end: 1rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
p {
margin-block-start: 0;
margin-block-end: 0.9rem;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; white-space: pre-wrap;
} a {
background-color: transparent;
text-decoration: none;
color: #CC3366;
}
a:hover, a:active {
color: #333366;
}
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;
} abbr[title] {
border-block-end: none; -webkit-text-decoration: underline dotted;
text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
height: auto;
max-width: 100%;
}  details {
display: block;
} summary {
display: list-item;
}
figcaption {
font-size: 16px;
color: #333333;
line-height: 1.4;
font-style: italic;
font-weight: 400;
}  template {
display: none;
} [hidden] {
display: none;
} @media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
-moz-column-break-inside: avoid;
break-inside: avoid;
border: 1px solid #cccccc;
}
thead {
display: table-header-group;
}
tr,
img {
-moz-column-break-inside: avoid;
break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
-moz-column-break-after: avoid;
break-after: avoid;
}
} label {
display: inline-block;
line-height: 1;
vertical-align: middle;
} button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 1rem; line-height: 1.5; margin: 0; }
input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
width: 100%;
border: solid 1px #666666;
border-radius: 3px;
padding: 0.5rem 1rem;
transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
border-color: #333333;
} button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
width: auto;
-webkit-appearance: button;
} button,
[type=submit],
[type=button] {
display: inline-block;
font-weight: 400;
color: #CC3366;
text-align: center;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid #CC3366;
padding: 0.5rem 1rem;
font-size: 1rem;
border-radius: 3px;
transition: all 0.3s;
}
button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
outline: none;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
color: #ffffff;
background-color: #CC3366;
text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
cursor: pointer;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
resize: vertical;
} [type=checkbox],
[type=radio] {
box-sizing: border-box; padding: 0; } [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield; outline-offset: -2px; } [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }
select {
display: block;
} table {
background-color: transparent;
width: 100%;
margin-block-end: 15px;
font-size: 0.9em;
border-spacing: 0;
border-collapse: collapse;
}
table th,
table td {
padding: 15px;
line-height: 1.5;
vertical-align: top;
border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
font-weight: bold;
}
table thead th,
table tfoot th {
font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
table table {
font-size: 0.8em;
}
table table th,
table table td {
padding: 7px;
line-height: 1.3;
}
table table th {
font-weight: 400;
}
} dl,
dt,
dd,
ol,
ul,
li {
margin-block-start: 0;
margin-block-end: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}html {
font-size: 62.5%;
}
body {
font-size: 16px;
} *:focus {
outline: none !important;
}
input,
textarea,
button,
select,
a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
}
.cm__link a:not(:hover) {
color: #ED1350;
text-decoration: underline!important;
}
.cm__link a:hover {
text-decoration: none;
}
.popup__form__newsletter .elementor-form-fields-wrapper .elementor-field-type-acceptance
{
order: unset;
}
.policy--text a {
overflow-wrap: break-word;
}
.policy--text ul li
{
margin-top: 10px
}
.btn--gradient a {
background-image: linear-gradient(to right, #ed1350 0%, #f25821 51%, #ed1350 100%)!important;
background-size: 200% auto;
transition: .5s;
}
.btn--gradient a:hover{
background-position: right center;
}
.image--png {
mix-blend-mode: multiply;
}
.header--menu .current-menu-parent > a,
.menu__phone--nav .current-menu-parent > a {
color: #ed1350!important;
}
#top--page {
position: absolute;
top: 0;
left: 0;
}
@media(min-width: 1025px)
{
.elementor-popup-modal .eicon-close:before
{
content: url(https://helpage.acceseo.dev/wp-content/uploads/2021/06/close.svg);
}
}
@media (min-width: 1025px) {
#full-abs-cont .elementor-container {
min-height: calc(100vh - 80px) !important;
}
#full-abs-cont .elementor-container {
position: initial;
}
#full-abs-cont .absolute-col {
position: absolute;
right: 0;
height: 100%;
}
#full__section--right .elementor-container,
#full__section--left .elementor-container {
position: initial;
}
#full__section--left .elementor-container {
flex-flow: row-reverse;
}
#full__section--right .absolute__right {
position: absolute;
right: 0;
height: 100%;
}
#full__section--left .absolute__left {
position: absolute;
left: 0;
height: 100%;
}
}
@media (max-width: 1024px) {
#full-abs-cont>div {
max-width: 100% !important;
}
#full__section--right>div,
#full__section--left>div {
max-width: 100% !important;
}
}
@media(max-width: 767px) {
.hide-br-phone br {
display: none;
}
.iconbox--check .elementor-icon-box-wrapper {
display: flex;
text-align: left;
gap: 10px
}
}  .wpgdprc-consent-bar {
position: absolute;
bottom: 20px !important;
left: 20px !important;
right: unset !important;
width: fit-content;
max-width: 300px;
display: flex;
flex-direction: column;
background: #fff !important;
box-shadow: 0 0 10px #00000054;
}
.wpgdprc-consent-bar .wpgdprc-consent-bar__content {
display: flex;
flex-direction: column;
font-size: 1.5rem;
line-height: 1.6em;
font-family: "Lexend";
padding: 10px;
}
.wpgdprc-consent-bar .wpgdprc-consent-bar__content button,
.wpgdprc-button.wpgdprc-button--secondary {
background: #ed1350!important;
border: none !important;
color: #fff !important;
position: absolute;
right: 20px;
bottom: 10px;
font-size: 1.5rem;
line-height: 1.6em;
outline: none;
}
.wpgdprc-consent-bar .wpgdprc-consent-bar__content a {
position: absolute;
left: 20px;
bottom: 10px;
}
.wpgdprc-consent-bar__notice {
margin-bottom: 50px !important;
}  .line {
background: #ED1350;
padding: 10px 15px 6px 15px;
margin-bottom: 5px;
width: fit-content;
}
.cm__destacado--item:hover .line {
background: #fff;
color: #ED1350;
}
.cm__destacado--grid {
display: grid;
grid-column-gap: 10px;
grid-row-gap: 5px;
}
.cm__destacado--grid .cm__destacado--item1 {
grid-column: 1 / 3;
grid-row: 1;
height: 685px;
}
.cm__destacado--grid .cm__destacado--item.cm__destacado--item1 .cm__post--thumbnail img {
position: absolute;
}
.cm__destacado--grid .cm__destacado--item .cm__post--thumbnail img {
object-position: center;
height: 100%;
width: 100%;
object-fit: cover;
}
.cm__destacado--grid .cm__destacado--item2 {
grid-column: 1;
grid-row: 2;
height: 600px;
}
.cm__destacado--grid .cm__destacado--item3 {
grid-column: 2;
grid-row: 2;
height: 600px;
}
.cm__destacado--grid .cm__destacado--item {
position: relative;
}
.cm__destacado--grid .cm__destacado--item .cm__post--content {
position: absolute;
bottom: 45px;
left: 45px; max-width: 700px;
}
.cm__destacado--grid .cm__destacado--item:first-child .cm__post--content {
left: 10%;
bottom: 17%;
}
.cm__destacado--grid .cm__destacado--item {
overflow: hidden
}
.cm__destacado--grid .cm__destacado--item img {
transition: .5s;
}
.cm__destacado--grid .cm__destacado--item .cm__post--content h3 {
margin: 0;
font-size: 2.8rem;
background: #ED1350;
color: #fff;
padding: 10px 15px 6px 15px;
margin-bottom: 5px;
width: fit-content;
}
.cm__destacado--grid .cm__destacado--item:hover .cm__post--content h3 {
color: #ED1350;
background: #fff;
}
.cm__destacado--grid .cm__destacado--item:first-child .cm__post--content h3 {
font-size: 3.5rem;
}
@media(max-width: 767px) {
.cm__destacado--item.cm__destacado--item1 {
height: 500px;
}
.cm__destacado--item.cm__destacado--item2,
.cm__destacado--item.cm__destacado--item3 {
height: 348px;
}
.cm__destacado--item .cm__post--content {
max-width: calc(100% - 40px)!important;
}
}
.cm__destacado--item > div:not(.cm__post--content) {
height: 100%;
}
@media(max-width: 1180px) and (min-width: 768px){
.cm__destacado--item.cm__destacado--item2 .cm__post--content,
.cm__destacado--item.cm__destacado--item3 .cm__post--content
{
max-width: calc(100% - 90px)!important;
}
}
@media(max-width: 1200px) and (min-width: 1025px) {
.cm__destacado--grid .cm__destacado--item1 {
height: 550px;
}
.cm__destacado--grid .cm__destacado--item2,
.cm__destacado--grid .cm__destacado--item3 {
height: 350px;
}
}
@media(max-width: 1024px) {
.cm__destacado--grid .cm__destacado--item:first-child .cm__post--content h3 {
font-size: 2.8rem;
}
}
@media(max-width: 767px) {
.cm__destacado--grid .cm__destacado--item:first-child .cm__post--content h3 {
font-size: 2.1rem;
}
}
.cm__destacado--play {
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
z-index: 10;
width: 100%;
height: 100% !important;
object-fit: none;
}
.cm__destacado--video {
position: fixed;
top: 0;
left: 0;
z-index: 2000;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
display: none;
background: #FFFFFFE6;
}
.close--video:after {
content: url(https://helpage.acceseo.dev/wp-content/uploads/2021/06/close.svg);
position: absolute;
top: 20px;
right: 20px;
}
.cm__destacado--item--video {
cursor: pointer;
}
.cm__destacado--item--video.show > .cm__destacado--video {
display: flex;
}
.cm__destacado--video.show.hide {
display: none;
}
@media(min-width: 1025px)
{
.cm__destacado--video iframe {
width: 855px!important;
height: 480px;
}
}
.btn--icon-effect a i {
transition: .5s;
margin-top: 3px;
}
.btn--icon-effect a:hover i {
transform: translateX(7px);
}
.counter--left .elementor-counter-number-prefix,
.counter--left .elementor-counter-number-suffix {
display: none;
}
.container--initial {
position: initial;
}
.column--absolute {
position: absolute;
right: 0;
}
@media(min-width: 768px) {
.cm__iconbox figure,
.cm__iconbox figure img{
height: 66px;
}
}
@media(max-width: 767px) {
.cm__iconbox figure,
.cm__iconbox figure img{
height: 50px;
}
}
.cm__post--cover button {
display: none !important;
}
.cm__post--cover,
.cm__post--cover .slick-track {
display: flex;
flex-direction: row;
gap: 20px;
}
.cm__post--cover img {
height: 700px!important;
width: 480px;
object-fit: cover;
}
.cm__post--cover .cm__post--item {
position: relative;
}
.cm__post--cover .cm__post--content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: #ed1350ad;
padding: 30px;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}
.cm__post--item:hover .cm__post--content h3 {
text-decoration: underline;
}
.cm__post--cover .cm__post--content h3 {
color: #fff;
font-family: 'Lexia';
font-size: 2.7rem;
font-weight: bold;
}
.cm__post--cover .cm__post--content p {
color: #fff;
font-size: 1.5rem;
font-family: 'Lexend Deca';
}
.slick-dots {
width: 250px;
display: flex;
flex-direction: row;
margin: 0 auto;
}
.slick-dots li {
flex: 1;
font-size: 35px;
color: #8A7C661E;
}
.slick-dots li.slick-active {
color: #ED1350;
}
@media(max-width: 1024px) {
.cm__destacado--grid .cm__destacado--item1 {
height: 500px;
}
.cm__destacado--grid .cm__destacado--item2,
.cm__destacado--grid .cm__destacado--item3 {
height: 350px;
}
.cm__destacado--grid .cm__destacado--item1 img:not(.cm__destacado--play),
.cm__destacado--grid .cm__destacado--item1>div:not(.cm__post--content),
.cm__destacado--grid .cm__destacado--item2 img:not(.cm__destacado--play),
.cm__destacado--grid .cm__destacado--item2>div:not(.cm__post--content),
.cm__destacado--grid .cm__destacado--item3 img:not(.cm__destacado--play),
.cm__destacado--grid .cm__destacado--item3>div:not(.cm__post--content) {
height: 100%;
width: 100%;
max-width: unset;
object-fit: cover;
}
.cm__destacado--grid .cm__destacado--item .cm__post--content h3 {
font-size: 2.1rem;
}
.cm__destacado--grid .cm__destacado--item .cm__post--content,
.cm__destacado--grid .cm__destacado--item:first-child .cm__post--content {
left: 20px!important;
bottom: 20px!important;
}
.cm__post--cover {
flex-direction: column;
}
.cm__post--cover .cm__post--extract {
display: none;
}
}
@media(max-width: 767px) {
.cm__destacado--grid .cm__destacado--item1 {
grid-column: 1 / 3;
grid-row: 1;
}
.cm__destacado--grid .cm__destacado--item2 {
grid-column: 1/3;
grid-row: 3;
}
.cm__destacado--grid .cm__destacado--item3 {
grid-column: 1/3;
grid-row: 2;
}
.cm__post--cover img {
height: 400px !important;
width: 320px !important;
}
}
@media(min-width: 1500px) {
.carousel--posts {
padding-left: 5%;
}
}
@media(max-width: 1024px) and (min-width: 768px) {
.cm__post--cover img {
height: 400px !important;
width: 350px !important;
}
}  .campaign--archive .elementor-posts-container {
grid-template-columns: 1fr 1fr;
grid-column-gap: 20px;
}
.campaign--archive .elementor-posts-container article {
padding: 30px 30px 50px 30px;
background: #8A7C661E;
}
@media(max-width: 1024px)
{
.campaign--archive .elementor-posts-container {
grid-template-columns: 1fr;
grid-column-gap: 0px;
}
.campaign--archive .elementor-posts-container article {
padding: 30px 20px 50px 20px;
background: #8A7C661E;
}
.campaign--archive .elementor-posts-container article .elementor-post__title
{
position: relative;
border-bottom: 1px solid #212121;
padding-bottom: 10px;
}
.campaign--archive .elementor-posts-container article .elementor-post__title.rotate:after
{
transform: rotate(180deg);
}
.campaign--archive .elementor-posts-container article .elementor-post__title:after
{
content: '\f078';
font-weight: 600;
font-family: 'Font Awesome 5 Free';
color: #ED1350;
position: absolute;
right: 0;
top: 2px;
font-size: 23px;
transition: .8;
}
.campaign--archive article p a:not(.elementor-post__thumbnail__link)
{
margin-top: 20px!important;
}
.campaign--archive .elementor-posts-container article .elementor-post__text p
{
display: none;
}
}
.campaign--archive .elementor-posts-container article .elementor-post__text {
font-family: 'Lexend'
}
.campaign--archive article p a:not(.elementor-post__thumbnail__link)
{
color: #ED1350;
display: block;
}
.campaign--archive article p a:not(.elementor-post__thumbnail__link):not(:hover)
{
text-decoration: underline;
}  .footer__menu--list ul li:before {
content: '\f054';
position: absolute;
font-family: 'Font Awesome 5 Free';
font-size: 13px;
font-weight: 600;
color: #000;
top: 3px;
}
.footer__menu--list ul li a {
padding: 0 0 0 20px!important;
}
@media(max-width: 767px) {
.footer--info .elementor-widget-nav-menu 
{
display: none;
}
.footer--info .elementor-widget-heading
{
border-bottom: 1px solid #707070;
}
.footer--info .elementor-widget-heading.rotate:after
{
transform: rotate(180deg);
}
.footer--info .elementor-widget-heading:after
{
content: '\f078';
font-family: 'Font Awesome 5 Free';
font-weight: 600;
color: #ED1350;
position: absolute; 
top: 0;
right: 0;
}
}  .cptacto--content figure {
margin: 0;
}
.cptacto--content img {
width: 100%;
margin: 50px 0;
}
.cptacto--content ul li::marker {
color: #ED1350;
font-size: 30px;
line-height: 30px;
}
.cptacto--content p {
margin-bottom: 30px
}
.cptacto--content ul li {
margin-bottom: 20px
}
.cptacto--content h2 {
font-family: 'Lexia';
font-weight: bold;
}
.cptacto--content h4 
{
color: #ED1350;
font-size: 3rem;
font-family: 'Lexia';
margin-bottom: 20px;
}
.cptacto--content a {
color: #ED1350;
}
.cptacto--content a:not(:hover) {
text-decoration: underline;
}
@media(max-width: 767px) {
.cptacto--content img {
margin: 20px 0;
}
}  header {
transition: top .5s!important;
}
.menu__phone--nav ul li a {
display: block;
}
.menu__phone--nav ul.sub-menu {
padding-left: 20px;
}
.menu__phone--nav ul.sub-menu li a {
font-family: 'Lexend' !important;
padding: 10px 0 !important;
font-size: 1.6rem !important;
}
.header--menu ul.sub-menu.elementor-nav-menu--dropdown {
padding: 20px 0;
}
.header--menu ul li a,
.header--menu ul li a:hover{
border: none;
}
@media(max-width: 1024px)
{
.nav-up
{
top: -100px!important;
}
}  .gap--20 .elementor-container {
gap: 20px;
}
.cm--hashtag a span {
color: #ED1350 !important;
text-decoration: underline
}
.form__newsletter form .elementor-form-fields-wrapper button {
box-shadow: none;
}
.form__newsletter .elementor-form-fields-wrapper .elementor-field-type-acceptance {
font-size: 1.6rem;
}
.form__newsletter .elementor-form-fields-wrapper .elementor-field-type-acceptance a {
color: #fff;
text-decoration: underline;
}
.form__newsletter .elementor-form-fields-wrapper .elementor-field-type-acceptance a:hover {
color: #fff;
text-decoration: none;
}
.form__newsletter form .elementor-form-fields-wrapper input::placeholder {
color: #fff;
}
.cm--video .eicon-play {
opacity: 1;
}
.cm--video .eicon-play:before
{
content: url(https://helpage.acceseo.dev/wp-content/uploads/2021/05/play.svg);
font-family: 'Font Awesome 5 Free';
font-weight: 600;
color: #ED1350;
font-size: 70px;
}
@media(min-width: 1025px) {
.form__newsletter .elementor-form-fields-wrapper .elementor-field-type-acceptance {
order: 4;
}
}
@media(max-width: 767px) {
.form__newsletter form .elementor-form-fields-wrapper input::placeholder {
color: unset;
}
.form__newsletter form .elementor-form-fields-wrapper input {
padding: 13px 20px 13px 20px;
}
.form__newsletter form .elementor-form-fields-wrapper label {
display: none;
}
.form__newsletter .elementor-form-fields-wrapper .elementor-field-type-acceptance label {
line-height: 1em;
margin-bottom: 20px;
}
.form__newsletter .elementor-field-type-acceptance {
margin-bottom: 30px !important;
}
}  .post--navigation .post-navigation__prev--title,
.post--navigation .post-navigation__next--title {
max-width: 400px;
white-space: initial;
}
.post__cover nav .page-numbers.current {
font-weight: bold;
}
@media(max-width: 767px) {
.post--navigation .elementor-post-navigation__prev.elementor-post-navigation__link a {
flex-direction: column;
align-items: end;
text-align: left;
gap: 10px;
}
.post--navigation .post-navigation__prev--title {
font-size: 1.6rem !important;
}
.post--navigation .elementor-post-navigation__link {
overflow: initial;
}
.single__related--posts article:last-child {
display: none;
}
}
@media(min-width: 1025px) {
.single__related--posts article:last-child {
display: none;
}
}  .select__category h5 {
font-family: 'Lexia';
font-weight: 800;
color: #212121;
font-size: 2rem;
cursor: pointer;
}
.select__category h5:after {
font-family: 'Font Awesome 5 Free';
font-weight: 600;
content: "\F078";
margin-left: 10px;
font-size: 16px;
}
.select__category ul {
position: absolute;
display: none;
list-style: none;
margin-left: 0;
top: 45px;
width: 300px;
z-index: 9;
background-color: #fff;
box-shadow: 0 3px 6px #00000029;
left: 0;
padding: 0;
}
.select__category ul li {
margin-left: 0!important;
}
.select__category ul li:hover {
background: #ED1350;
}
.select__category ul li:hover a {
color: #fff;
}
.select__category ul li a {
font-family: 'Lexend';
color: #212121;
font-size: 1.8rem;
font-weight: 400;
width: 100%;
padding: 8px 20px;
display: block;
}
@media (max-width:767px) 
{
.select__category ul {
left: auto;
right: 0;
margin-top: 10px;
}
.select__category h5 {
text-align: right;
font-size: 1.8rem;
}
}
.post__cover .elementor-post {
position: relative
}
.post__cover .elementor-post {
object-fit: cover;
}
.post__cover .elementor-post .elementor-post__thumbnail,
.post__cover .elementor-post .elementor-post__thumbnail img,
.post__cover .elementor-post__thumbnail__link {
object-fit: cover;
height: 100%;
width: 100%;
}
.post__cover .elementor-post__text {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: #ed1350ad;
padding: 30px;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}
.post__cover .elementor-post__text h3 {
color: #fff;
font-size: 2.7rem;
}
.post__cover .elementor-post__text p {
color: #fff;
font-size: 1.5rem;
}
@media(max-width: 767px) {
.post__cover .elementor-post__text p {
display: none;
}
.post__cover .elementor-post__text {
padding: 30px 50px 20px 20px;
}
}  .container__strategy .elementor-container {
display: grid!important;
grid-template-columns: repeat(5, 1fr);
grid-column-gap: 20px;
}
.container__strategy .elementor-column {
width: 100% !important;
}
.container__counters .elementor-container {
display: grid!important;
grid-template-columns: repeat(3, 1fr);
}
.container__counters .elementor-container .elementor-element {
width: 100%;
}
.cont--espana .elementor-counter-number,
.cont--espana .elementor-counter-title {
text-align: left;
}
.cont--espana .elementor-counter-number-prefix {
display: none;
}
.espana__image--box img {
height: 50px
}
.container__strategy .elementor-container {
gap: 20px;
}
.container__strategy--boxes,
.container__strategy--boxes .elementor-widget-container {
height: 100%
}
.cont--espana .elementor-counter-title
{
text-align: left!important;
}
.espana__image--box img
{
height: 60px!important;
}
@media(max-width: 767px)
{
.espana__image--box img
{
height: 60px!important;
width: 100px!important;
}
}
@media(max-width: 1024px) {
.container__strategy .elementor-container {
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 10px;
grid-row-gap: 10px;
}
}
@media(max-width: 767px) {
.container__strategy .elementor-container {
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.container__counters .elementor-container {
display: flex!important;
}
}  .contact__form .elementor-field-type-acceptance label {
font-size: 16px;
}
.contact__form .elementor-field-type-acceptance label a {
color: #000;
text-decoration: underline;
}
.contact__form .elementor-field-type-acceptance label a:hover {
text-decoration: none;
}
.contact__form textarea {
min-height: 120px;
max-height: 160px;
}
.contact__form button[type="submit"] {
box-shadow: none !important;
}
.contact__form button[type="submit"]:hover {
background: #212121;
}
.email--feat ul li:last-child a span {
color: #ED1350 !important;
}
span.elementor-button-text.elementor-form-spinner {
height: 33px;
margin-right: 7px;
margin-left: -17px;
}
@media(min-width: 1025px) {
.contact__form .elementor-form-fields-wrapper input::placeholder,
.contact__form .elementor-form-fields-wrapper textarea::placeholder {
color: #fff;
}
}
@media(max-width: 1024px) {
.contact__form .elementor-field-label {
display: none;
}
}  .link--overflow a
{
overflow-wrap: break-word;
}
.gallery--layout .jw-images-layout__inner{
background-color: transparent!important;
}
.gallery--layout .jw-images-layout__image-instance
{
object-fit: contain;
}  .about__team--action .elementor-image-box-content {
display: flex;
flex-direction: column;
justify-content: center;
padding: 40px;
position: absolute;
top: 0;
background: #ed1350c4;
height: 100%;
opacity: 0;
transition: opacity .5s;
}
.about__team--action .elementor-image-box-content:hover {
opacity: 1;
}
.about__team--action .elementor-image-box-img {
margin-bottom: 0px !important;
}
.about__team--action .elementor-image-box-img img {
margin-bottom: -7px;
}
.container__team .elementor-container {
gap: 20px;
}
.team__toggle--h5 h5 {
font-family: 'Lexend'!important;
font-weight: normal!important;
}
.about__team--action .elementor-image-box-content p {
overflow: auto;
}
.about__team--action .elementor-image-box-content p::-webkit-scrollbar {
width: 5px;
}
.about__team--action .elementor-image-box-content p::-webkit-scrollbar-track {
background: #ffffffab;
}
.about__team--action .elementor-image-box-content p::-webkit-scrollbar-thumb {
background: #00000080;
}
.about__team--action .elementor-image-box-content p::-webkit-scrollbar-thumb:hover {
background: #00000080;
}
@media (max-width: 767px) {
.container__team .elementor-container {
display: grid!important;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 10px;
}
.team__toggle--double .elementor-widget-wrap
{
display: block!important;
}
.about__team--action .elementor-image-box-content p {
font-size: 14px !important;
line-height: 17px;
}
.team__toggle--h5 {
overflow: hidden;
padding-bottom: 15px;
border-bottom: 1px solid #212121;
}
.team__toggle--h5 h4 {
cursor: pointer;
}
.team__toggle--h5 h4:after {
content: '\f078';
font-weight: 600;
font-family: 'Font Awesome 5 Free';
color: #ED1350;
position: absolute;
right: 0;
top: 2px;
font-size: 23px;
transition: .8;
}
.team__toggle--h5 h4.rotate:after {
transform: rotate(180deg);
}
.team__toggle--h5 p {
display: none;
}
.team__toggle--double .elementor-widget-wrap.elementor-element-populated {
flex-flow: nowrap;
display: -webkit-box;
}
.about__team--action .elementor-image-box-content {
padding: 10px
}
}
@media(max-width: 1024px) and (min-width: 768px) {
.about__team--action .elementor-image-box-content {
padding: 10px
}
.about__team--action .elementor-image-box-content p {
font-size: 14px !important;
line-height: 17px;
}
.container__team .elementor-container {
display: grid!important;
grid-template-columns: repeat(4, 1fr);
grid-column-gap: 10px;
}
}  .madmimi__form form {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-column-gap: 10px;
align-items: end;
}
.madmimi__form form > p {
grid-column: 1/4;
}
.madmimi__form form input[type="submit"] {
grid-column: 4/5;
background-color: #F2B111;
height: fit-content;
margin-bottom: 5px;
box-shadow: none;
font-family: 'Lexia';
}
.madmimi__form form label {
color: #fff;
font-family: 'Lexend';
font-size: 18px;
}
.madmimi__form form input {
border-width: 0!important;
}
@media(max-width: 1024px) 
{
.madmimi__form form {
grid-template-columns: repeat(2, 1fr);
}
}
@media(max-width: 767px) 
{
.madmimi__form form {
grid-template-columns: 1fr;
}
.madmimi__form form > p {
grid-column: 1;
}
.madmimi__form form input[type="submit"] {
grid-column: 1;
}
}  @media(max-width: 1430px)
{
.about__double--text .elementor-widget-wrap > div.elementor-element {
width: 100%;
max-width: 100%;
}
.about__double--text .elementor-widget-spacer {
display: none;
}
}
@media(max-width: 1600px) and (min-width: 768px) {
section.elementor-section.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container {
max-width: 90% !important;
}
}
.cm__archive section.elementor-section.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container {
max-width: 100%!important;
}
@media(max-width: 1820px)
{
.container__line {
background-image: none!important;
}
}
@media(max-width: 1600px)
{
.container__line2 {
background-image: none!important;
}
}
.post__loop--share .heateorSssSharing {
width: 28px!important;
height: 28px!important;
background: none;
}
.post__loop--share {
display: none;
}
.share--main {
cursor: pointer;
}
.post__loop:hover h3 {
text-decoration: underline;
}
.loop--share {
position: absolute!important;
bottom: 20px;
right: 20px;
max-width: 30px;
}
.post__loop {
position: relative!important;
min-height: 300px;
}
.post__loop .elementor-image-box-img
{
padding-bottom: calc( 1.4 * 100% );
object-fit: cover;
height: 100%;
width: 100%;
overflow: hidden;
box-sizing: border-box;
position: relative;
}
.post__loop .elementor-image-box-img img {
height: 100%;
width: auto;
position: absolute;
top: calc(50% + 1px);
left: calc(50% + 1px);
-webkit-transform: scale(1.01) translate(-50%,-50%);
-ms-transform: scale(1.01) translate(-50%,-50%);
transform: scale(1.01) translate(-50%,-50%);
max-height: none;
max-width: none;
display: block;
object-fit: cover;
}
.post__loop .elementor-image-box-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: #ed1350ad;
padding: 30px 60px 30px 30px;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}
@media(max-width: 1024px) 
{
.post__loop .elementor-image-box-img
{
padding-bottom: calc( 1.3 * 100% );
} .post__loop .elementor-image-box-content p {
display: none!important;
}
}
@media(max-width: 767px) 
{
.post__loop .elementor-image-box-img
{
padding-bottom: calc( 1 * 100% );
}    
}
.home__post__loop--share {
display: flex;
flex-direction: column-reverse;
width: 37px;
margin: 0 0 0 auto;
position: absolute;
bottom: 30px;
right: 15px;
}
.home__post__loop--share img.share--main {
width: 30px;
height: auto!important;
}
.home__post__loop--share > div {
display: none;
margin-bottom: 20px;
}
.home__post__loop--share > div li i {
background: transparent;
}
.cm__post--cover .cm__post--content {
padding: 30px 60px 30px 30px;
}
@media(max-width: 767px) {
.cm__post--cover .cm__post--content h3 {
font-size: 2.3rem;
}
}
.download__acto {
background: #ED1350;
position: relative;
height: 250px;
margin: 180px 0 60px 0;
display: grid;
grid-template-columns: repeat(5, 1fr);
justify-content: center;
align-items: center;
}
.download__acto .download__feature--img {
position: absolute;
bottom: 60px;
left: 60px;
}
.download__acto .download__feature--img br {
display: none;
}
.download__acto img {
margin: 0 0 0 0;
width: 200px;
box-shadow: 0px 3px 43px #0000001A;
transition: .8s;
}
.download__acto img:hover {
transform: translateY(-10px);
}
.download__acto .download__feature--btn {
color: #fff;
text-align: left;
text-decoration: underline;
font: normal normal 600 21px/27px Lexend;
letter-spacing: 0px;
grid-column: 3/6;
}
@media(max-width: 870px) {
.download__acto {
height: 250px;
margin: 180px 0 60px 0;
display: grid;
grid-template-columns: repeat(4, 1fr);
}
}
@media(max-width: 640px) {
.download__acto {
grid-template-columns: 1fr;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
height: auto;
}
.download__acto .download__feature--img {
bottom: 0;
left: 0;
text-align: center;
position: relative;
margin-top: -120px;
}
.download__acto .download__feature--btn {
margin: 35px 0;
}
}
.share--social {
display: none;
} @media(max-width: 1550px) and (min-width: 1186px) {
header {
padding-right: 20px!important;
padding-left: 20px!important;
}
}
@media(max-width: 1550px) and (min-width: 1341px) {
.header--menu nav > ul li a {
padding: 10px 15px!important;
font-size: 1.7rem!important;
}
.header--donate a {
padding: 10px 25px 6px 25px!important;
font-size: 1.7rem!important;
}
}
@media(max-width: 1340px) and (min-width: 1101px) {
.header--menu nav > ul li a {
padding: 10px 10px!important;
font-size: 1.6rem!important;
}
.header--donate a {
padding: 10px 25px 6px 25px!important;
font-size: 1.6rem!important;
}
.header--donate a .elementor-button-icon {
display: none
}
}
@media(max-width: 1185px) and (min-width: 1025px) {
header {
padding:10px 20px!important
}    
header .elementor-container .elementor-column:nth-child(1) {
width: 12%!important;   
}
header .elementor-container .elementor-column:nth-child(2) {
width: 88%!important;   
}
}
@media(max-width: 1100px) and (min-width: 1025px) {
.header--menu nav > ul li a {
padding: 8px!important;
font-size: 1.5rem!important;
}
.header--donate a {
padding: 10px 25px 6px 25px!important;
font-size: 1.5rem!important;
}
.header--donate a .elementor-button-icon {
display: none
}
} @media(max-width: 640px) {
.sbi_item {
width: 25%!important;
height: 140px;
object-fit: none;
}
.sbi_item .sbi_photo_wrap {
height: 100%;
object-fit: cover;
}
.sbi_item a.sbi_photo {
height: 100%!important;
}
}
@media(max-width: 550px) {
.sbi_item {
width: 33%!important;
height: 140px;
object-fit: none;
}
.sbi_item .sbi_photo_wrap {
height: 100%;
object-fit: cover;
}
.sbi_item a.sbi_photo {
height: 100%!important;
}
.sbi_item:last-child {
display: none!important
}
}
@media(max-width: 767px) {
.hide-phone {
display: none;
}
}
@media(min-width: 768px) {
.hide-desktop {
display: none;
}
}
.about__team--action img {
width: 100%;
}