/*
 Theme Name:   Neve Child
 Theme URI:    https://themeisle.com/themes/neve/
 Description:  Tema hijo personalizado para Neve
 Author:       Tu Nombre
 Author URI:   https://tusitio.com
 Template:     neve
 Version:      1.0.0
 Text Domain:  neve-child
*/
/*
Theme Name: Neve Child
Template: neve
*/

/* Fuente global */
body {
    padding-top: 80px;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.nv-content-wrap {
    font-family: 'Poppins', sans-serif;
}

.nv-title-font {
    font-family: 'Poppins', sans-serif !important;
}

.page .nv-page-title {
    display: none !important;
}

.header .hfg_header.site-header {
    position: fixed;
    top: 50px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    border-radius: 50px;
    margin: 0 auto;
    padding: 0px 12px;
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
}

/*.header .hfg_header.site-header.scrolled {
    top: 0;
    width: 100%;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 2px 20px rgba(88, 155, 242, 0.8);
    padding: 5px 20px;
}

.header .hfg_header.site-header.scrolled+main {
    padding-top: 80px;
}*/

.header .hfg_header .builder-item {
    margin: 0;
}

.nav-menu-primary .contact-us {
    background: linear-gradient(-90deg, rgba(47, 79, 215, 0.8), rgba(88, 155, 242, 0.8));
    border-radius: 50px;
    padding: 4px 15px;
}

.nav-menu-primary .nav-ul li {
    margin: auto;
}

.nav-menu-primary .nav-ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 15px !important;
}

.nav-menu-primary .contact-us a {
    color: #fff;
}

/*** HOME ***/
.page .box-image-dgr {
    background: linear-gradient(180deg, #2F4FD7, #589BF2);
    border-radius: 60px;
    padding: 40px 40px;
    margin: 10% -100px;
    position: relative;
    z-index: 1;
    width: calc(100% + 200px);
}

.page .box-image-dgr .wp-block-group {
    width: 70%;
    margin: 2%;
}

.page .box-image-dgr img {
    border-radius: 50px !important;
    display: block;
    width: 100%;
    object-fit: cover;
}

.page .box-image-dgr h1,
.page .box-image-dgr h2 {
    font-weight: 500;
    font-size: 90px;
    color: #FAFDFF;
    line-height: 100%;
    text-transform: uppercase;
}

.page .box-image-dgr p {
    font-weight: 400;
    font-size: 24px;
    color: #FAFDFF;
    line-height: 35px;
    letter-spacing: 0%;
}

.page .box-image-dgr .wp-block-button a {
    background : linear-gradient(234.42deg, #FAFDFF 43.89%, #FFFFFF 87.09%);
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color:  #2F4FD7;
    border: none;
    padding: 20px 30px;
    position: relative;
    top: 20px;
}

.page .box-image-dgr li::marker {
    content: "✓";
    position: absolute;
    left: 0;
    color: #FAFDFF;
    font-weight: bold;
}

.page .box-image-dgr li {
    font-weight: 400;
    font-size: 24px;
    color: #FAFDFF;
    line-height: 35px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.page .content-have-this {
    margin: 10% -100px;
    border-radius: 60px;
    background: -webkit-linear-gradient(234.42deg, #FAFDFF 43.89%, #FFFFFF 87.09%);
    background: linear-gradient(234.42deg, #FAFDFF 43.89%, #FFFFFF 87.09%);
    z-index: 1;
    width: calc(100% + 200px);
}

.page .have-this {
    margin: 5% 12%;
    gap: 15px 15px;
}

.page .have-this h2 {
    font-weight: 500;
    font-size: 50px;
    line-height: 105%;
    text-transform: uppercase;
    background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    padding: 0px 0px 40px 30px;
}

.page .have-this .wp-block-columns {
    border: 1px solid transparent;
    border-radius: 50px;
    background-origin: border-box;
    border-image-slice: 1;
    border-image-width: 1px;
    border-image-repeat: stretch;
    background-image: linear-gradient(#FAFDFF, #FFFFFF),
        linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
    background-clip: padding-box, border-box;
    width: 100%;
}

.page .have-this p {
    font-weight: 300;
    font-size: 35px;
    line-height: 40px;
    padding: 12%;
    text-align: left;
    margin-bottom: 0;
}

/* Creamos impacto digital */
.page .impact {
    margin: 5% 5%;
    gap: 15px 15px;
}

.page .impact .impact-title {
    font-weight: 500;
    font-size: 50px;
    line-height: 105%;
    text-transform: uppercase;
    background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    padding: 0px 0px 40px 30px;
    position: relative;
    top: -80px;
}

.page .impact .front-content .wp-block-column {
    margin: 14%;
}

.page .impact .back-content .wp-block-column {
    margin: 10%;
}

.page .impact .front-content h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 81%;
    text-align: right;
    margin: 0;
}

.page .impact .front-content p {
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0%;
    text-align: right;
    color: #858585;
}

.page .impact .hover-animation-box {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 50px;
    background-origin: border-box;
    border-image-slice: 1;
    border-image-width: 1px;
    border-image-repeat: stretch;
    background-image: linear-gradient(#FAFDFF, #FFFFFF),
        linear-gradient(119.04deg, #00CC99 -6.54%, #00FF7F 131.76%);
    background-clip: padding-box, border-box;
}

.page .impact .front-content,
.page .impact .back-content {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 500ms ease-out;
    /*transition: opacity 300ms ease-out, transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1);*/
    border-radius: 50px;
}

.page .impact .front-content {
    background: linear-gradient(234.42deg, #FAFDFF 43.89%, #FFFFFF 87.09%);
    z-index: 2;
}

.page .impact .back-content {
    background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
    color: FFFFFF;
    opacity: 0;
    transform: translateY(0);
    z-index: 1;
}

.page .impact .back-content h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 81%;
    color: #00FF7F;
    margin: 2px;
}

.page .impact .back-content p {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.page .impact .hover-animation-box:hover .front-content {
    opacity: 0;
    transform: translateY(0);
}

.page .impact .hover-animation-box:hover .back-content {
    opacity: 1;
    transform: translateY(0);
}

.page .services {
    margin: 5% 0;
    gap: 30px 50px;
}

.page .services h2,
.page .content-ours-clients h2,
.page .content-work-us h2,
.page .content-questions h2,
.page .tecnologies h2,
.page .benefits h2,
.page .want-join h2,
.page .how-work h2 {
    font-weight: 500;
    font-size: 50px;
    line-height: 105%;
    text-transform: uppercase;
    background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    padding: 0 0 40px 30px;
}

.page .services .wp-block-cover {
    min-height: 320px;
    align-items: end;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

.page .services .wp-block-cover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3%;
    width: 94%;
    height: 50%;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.9) 100%);
    border-radius: 0 0 50px 50px;
}

.page .services .wp-block-cover span {
    background-color: transparent;
    position: relative;
    z-index: 2;
}

.page .services .wp-block-cover .is-layout-constrained {
    z-index: 1;
}

.page .services .wp-block-cover h2 {
    font-weight: 500;
    font-size: 38px !important;
    line-height: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    padding: 15px 40px;
    margin: 0;
}

.page .services .wp-block-cover img {
    border-radius: 50px;
    width: 94%;
    margin: 3%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.page .services .wp-block-columns {
    border: 1px solid #CDD2D6;
    border-radius: 50px;
    background-image: linear-gradient(#FAFDFF, #FFFFFF);
    width: 100%;
}

.page .services p {
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
    padding: 8% 10% 1% 7%;
    text-align: left;
    margin-bottom: 0;
}
.page .services .wp-block-button a,
.page .work-us .wp-block-button a,
.page .bk-newsletter .wp-block-button a {
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(95.9deg, #2F4FD7 8.91%, #589BF2 103%);
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 50px;
    height: 62px;
    width: 160px;
    position: relative;
    margin: 10px 50px 30px 10px;
}

.page .tecnologies,
.page .us-easy,
.page .our-history,
.page .main-team,
.page .more-team,
.page .benefits,
.page .contact-block,
.detail-blog .head-blog,
.detail-blog .content-blog {
    margin: 10% -100px;
    border-radius: 60px;
    background: -webkit-linear-gradient(234.42deg, #FAFDFF 43.89%, #FFFFFF 87.09%);
    background: linear-gradient(234.42deg, #FAFDFF 43.89%, #FFFFFF 87.09%);
    z-index: 1;
    width: calc(100% + 200px);
    padding: 10% 0;
}

.tecnologies .slider-tecnologies li {
    border: 2px solid #2F4FD7 !important;
    padding: 20px !important;
    width: 120px !important;
    border-radius: 20px;
    border: 1px solid;
    border-image-source: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
}

/*Nuestros Clientes*/
.page .content-ours-clients {
    margin: 5% 10% 25% 10%;
}

.page .ours-clients .wp-block-cover {
    align-items: end;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    height: 90%;
}

.page .ours-clients .wp-block-cover img {
    border-radius: 50px;
    width: 100%;
    margin: 0%;
    min-height: 512px;
    object-fit: cover;
    object-position: center top;
}

.page .ours-clients .wp-block-cover span {
    background-color: transparent;
    position: relative;
    z-index: 2;
}

.page .ours-clients .wp-block-cover p {
    font-weight: 300;
    font-size: 24px !important;
    line-height: 30px;
    padding: 5% 8%;
    text-align: left;
    margin: 1% -2% 1% 1%;
    border: 1px solid transparent;
    border-radius: 40px;
    background-origin: border-box;
    border-image-slice: 1;
    border-image-width: 1px;
    border-image-repeat: stretch;
    background-clip: padding-box, border-box;
    color: #0F0F0F;
}

.page .ours-clients .group-green {
    position: relative;
    top: 20%;
}

.page .ours-clients .group-blue .wp-block-cover p {
    background-image: linear-gradient(#FAFDFF, #FFFFFF), linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
}

.page .ours-clients .group-green .wp-block-cover p {
    background-image: linear-gradient(#FAFDFF, #FFFFFF), linear-gradient(119.04deg, #00CC99 -6.54%, #00FF7F 131.76%);
}

.page .ours-clients .wp-block-group {
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #FFFFFF;
    min-height: 266px;
    border-radius: 60px;
    padding: 50px;
}

.page .ours-clients .group-blue .group-box-blue,
.page .ours-clients .group-blue .box-blue {
    background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
    margin-top: 15px;
}

.page .ours-clients .group-green .group-box-green {
    background: linear-gradient(142.85deg, #00CC99 21.55%, #00FF7F 126.66%);
    margin: 0px 0px 0px 10px;
}
.page .ours-clients .group-blue .group-video-blue p{
    border: solid 1px #2F4FD7;
}
.page .ours-clients .group-green .group-video-green p {
    border: solid 1px #00FF7F;
}
.page .ours-clients .kadence-video-popup-wrap {
    border-radius: 50px;
}
.page .ours-clients .group-blue .group-video-blue,
.page .ours-clients .group-green .group-video-green {
    padding: 1% 2%;
}
.page .ours-clients .group-blue .group-video-blue img,
.page .ours-clients .group-green .group-video-green img{
    border-radius: 50px;
}
.page .ours-clients .group-blue .group-video-blue p,
.page .ours-clients .group-green .group-video-green p {
    font-weight: 300;
    font-size: 24px !important;
    line-height: 30px;
    padding: 5% 8%;
    text-align: left;
    margin: 1% 1% -36% 2%;
    border-radius: 40px;
    background-color: #FFF;
    color: #0F0F0F;
    width: 96%;
    position: relative;
    bottom: 165px;
}

.page .box-blog {
    background: linear-gradient(180deg, #2F4FD7, #589BF2);
    border-radius: 60px;
    margin: 10% -100px;
    position: relative;
    z-index: 1;
    width: calc(100% + 200px);
}

.page .box-blog .wp-block-group {
    width: 70%;
    margin: 2% 5%;
    color: #FFFFFF;
}

.page .box-blog img {
    width: revert-layer;
    max-width: 100%;
}

.page .box-blog .icon-blog {
    width: 27px;
}

.page .box-blog h2 {
    font-weight: 500;
    font-size: 80px;
    line-height: 100%;
    text-transform: uppercase;
}

.page .box-blog h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
}

.page .box-blog p {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
}

.page .box-blog .wp-block-buttons {
    position: absolute;
    right: 2%;
    top: 77%;
}

.page .box-blog .wp-block-buttons a {
    width: 162px;
    height: 62px;
    background: #FFFFFF;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #2F4FD7;
}

.page .work-us,
.page .how-work {
    margin: 0 -100px;
    border-radius: 60px;
    background: -webkit-linear-gradient(234.42deg, #FAFDFF 43.89%, #FFFFFF 87.09%);
    background: linear-gradient(234.42deg, #FAFDFF 43.89%, #FFFFFF 87.09%);
    z-index: 1;
    width: calc(100% + 200px);
}

.page .work-us .wp-block-buttons {
    padding: 0 8%;
}

.page .work-us h2.title-black {
    color: #0F0F0F;
}

.page .work-us p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding: 5% 0% 3% 10%;
}

.page .work-us .wp-block-image {
    width: 50%;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

.page .work-us img {
    border-radius: 50px;
    display: block;
    width: 80%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.page .work-us .wp-block-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(234.42deg, #FAFDFF 43.89%, #FFFFFF 87.09%);
    z-index: 0;
    border-radius: 50px;
}

.page .work-us .wp-block-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 2;
    border-radius: 0 0 50px 50px;
}

.page .work-us .wp-block-group {
    width: 50%;
    margin: 10% 5%;
}

.page .work-us ul.wp-block-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0;
    list-style: none;
    align-items: center;
    padding: 1% 5% 10% 5%;
}

.page .work-us ul.wp-block-list li {
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    background: #f5f5f5;
    color: #FFFFFF;
    padding: 15px 20px;
    flex: 0 0 auto;
    margin: 5px 0;
    text-align: center;
    min-width: 100px;
    opacity: 0.7;
    border-radius: 50px;
}

.page .work-us ul.wp-block-list li.li-green {
    background: #00CC99;
}

.page .work-us ul.wp-block-list li.li-pink {
    background: #FF0079;
    opacity: 0.5;
}

.page .work-us ul.wp-block-list li.li-purple {
    background: #2F4FD7;
    opacity: 0.5;
}

.page .content-questions h2 {
    position: relative;
    right: 40px;
}

.page .content-questions span {
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
    padding: 3% 2%;
}

.page .content-questions span.kt-blocks-accordion-icon-trigger {
    position: relative;
}

.page .content-questions span.kt-blocks-accordion-icon-trigger:before,
.page .content-questions span.kt-blocks-accordion-icon-trigger:after {
    height: 2px;
}

.page .content-questions p {
    font-weight: 400;
    font-size: 16px;
    line-height: 141%;
    text-align: justify;
}

.page .content-questions .kt-acccordion-button-label-show .kt-blocks-accordion-title-wrap {
    border-bottom: 1.5px solid #2F4FD7 !important;
}

.page .content-questions button.kt-accordion-panel-active,
.page .content-questions button.kt-accordion-panel-active .kt-blocks-accordion-title-wrap {
    border-bottom: 1px solid #FFFFFF !important;
}

.page .content-questions .kt-accordion-panel-active {
    border-bottom: 1.5px solid #2F4FD7 !important;
}

.page .content-questions .kt-accordion-header-wrap button {
    background-color: #fff !important;
}

.page .content-questions .kt-blocks-accordion-header .kt-blocks-accordion-title {
    color: #555555;
}

.page .wp-block-gallery-1 {
    display: flex !important;
    overflow: hidden !important;
    width: 100% !important;
    margin: 0 auto !important;
    gap: 40px;
}

.page .wp-block-gallery-1 .wp-block-image {
    flex: 0 0 auto;
    width: 200px !important;
    animation: slide-infinite 20s linear infinite;
}

.page .wp-block-gallery-1 img {
    height: 50px !important;
    width: auto !important;
    object-fit: contain;
}

/*NOSOTROS*/
.page .us-easy h1{
    font-weight: 500;
    font-size: 90px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    padding: 0px 0px 40px 40px;
}

.page .us-easy .p-blue {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0%;
    color: #2F4FD7;
    padding: 0px 0px 40px 40px;
}

.page .us-easy p {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0%;
    color: #0F0F0F;
    padding: 0px 0px 40px 40px;
}

.page .box-dgr {
    background: linear-gradient(115.62deg, #2F4FD7 -7.03%, #589BF2 100%);
    border-radius: 60px;
    padding: 12% 5%;
    margin: 10% -100px;
    position: relative;
    z-index: 1;
    width: calc(100% + 200px);
}

.page .our-promise h2 {
    font-weight: 500;
    font-size: 55px;
    line-height: 105%;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 2%;
}

.page .our-promise p {
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: justify;
    color: #FFFFFF;
    margin: 10% 30% 10% 2%
}

.page .box-white {
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F8FF 100%);
    border-radius: 50px;
    border: 1.5px solid #CDD2D6;
    padding: 12%;
    margin: 2%;
}

.page .box-white .co-create {
    background-image: url('./assets/img/magicpen.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.page .box-white .team-expert {
    background-image: url('./assets/img/Vector.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.page .box-white .service {
    background-image: url('./assets/img/star.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.page .box-white .continue {
    background-image: url('./assets/img/cup.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.page .our-promise .box-white h3 {
    color: #2F4FD7;
    font-weight: 600;
    font-style: italic;
    font-size: 33px;
    line-height: 40px;
    margin: 12% 2% 1% 1%;
}

.page .our-promise .box-white p {
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    color: #0F0F0F;
    margin: 5% 2%;
    text-align: start;
}
.page .our-history{
    margin: 0 -100px;
}
.page .our-history h2 {
    font-weight: 500;
    font-size: 62px;
    line-height: 105%;
    text-transform: uppercase;
    background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    padding: 0px 0px 40px 40px;
}

.page .our-history .box-year {
    background: linear-gradient(234.42deg, #FAFDFF 43.89%, #FFFFFF 87.09%);
    border: 1px solid #CDD2D6;
    width: 90%;
    border-radius: 50px;
    padding: 3% 10%;
    margin: 0% 5%;
}

.page .our-history .our-history-container {
    align-items: flex-start;
}

.page .our-history .is-vertical {
    width: 80%;
}

.page .our-history img {
    margin: 0% 0% 0% -5%;
}

.page .our-history .box-year h2 {
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    width: 40%;
}

.page .our-history .box-year p {
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    padding: 0px 0px 0px 0px;
    width: 50%;
    text-align: start;
}

.page .our-history .box-line {
    width: 100%;
    height: 15px;
    margin: -8px;
}

.page .our-history .box-line .time-line {
    border-right: 3px solid;
    border-image-source: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
    border-image-slice: 1;
    border-image-width: 0 3px 0 0;
    border-image-outset: 0;
    border-image-repeat: stretch;
}

.page .values-block-bkg {
    background-image: url('./assets/img/bkg-desktop.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    padding: 12% 5%;
    margin: 10% -100px;
    width: calc(100% + 200px);
}

.page .values-block-bkg .content-scroll {
    background-color: transparent;
    max-height: 80vh;
    width: 100%;
    max-width: 80%;
    overflow-y: auto;
    padding: 20px;
    position: relative;
    top: 50px;
    grid-template-columns: 45% 55%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.page .values-block-bkg .content-scroll .is-vertical {
    min-height: 55vh;
}

.page .values-block-bkg .content-scroll::-webkit-scrollbar {
    display: none;
}

.page .values-block-bkg .content-scroll h2 {
    font-weight: 500;
    font-size: 55px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.page .values-block-bkg .content-scroll p {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: justify;
    color: #FFFFFF;
    align-content: end;
}

.page .testimonials .content-ours-clients {
    margin: 5% 5% 20% 5%;
}

.page .testimonials .ours-clients {
    gap: 50px;
}

.page .testimonials .ours-clients .wp-block-cover {
    height: 70%;
}

.page .box-iniciativas {
    background: linear-gradient(180deg, #2F4FD7, #589BF2);
    border-radius: 60px;
    margin: 20% 0% 10% -100px;
    position: relative;
    z-index: 1;
    width: calc(100% + 200px);
}

.page .box-iniciativas h2 {
    margin: 12% 0%;
    font-weight: 500;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.page .box-iniciativas .text-iniciativa {
    border-radius: 65px;
    margin: 5% 5%;
    padding: 5%;
    flex-flow: column;
}
.page .box-iniciativas .text-iniciativa p {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: justify;
    color: #FFFFFF;
    align-content: end;
}

.page .box-iniciativas .content-iniciativa h3 {
    font-weight: 500;
    font-size: 38px;
    line-height: 40px;
    padding: 5%;
    position: relative;
    top: 65px;
}

.page .box-iniciativas .content-iniciativa {
    border: 1.5px solid #CDD2D6;
    border-radius: 65px;
    margin: 5% 5%;
    padding: 5%;
    flex-flow: column;
}

.page .box-iniciativas .content-iniciativa .wp-block-cover {
    width: 100%;
}

.page .box-iniciativas .content-iniciativa .wp-block-cover img,
.page .box-iniciativas .content-iniciativa .wp-block-cover span {
    height: 100%;
    border-radius: 50px;
}

.page .box-iniciativas .content-iniciativa .wp-block-buttons {
    width: 100%;
    flex-direction: row-reverse;
}

.page .box-iniciativas .content-iniciativa a {
    background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    padding: 20px 30px;
}

.page .main-team .content-main-team {
    margin: 0 5%;
    gap: 65px;
}

.page .main-team .content-main-team .box-vertical {
    width: 104%;
    margin: 0 0 4% 0;
}

.page .main-team .border-gray {
    background: linear-gradient(234.42deg, #FAFDFF 43.89%, #FFFFFF 87.09%);
    padding: 7% 7%;
    border: 1px solid #CDD2D6;
    border-width: 1px;
    border-radius: 65px;
    flex-basis: 30%;
}

.page .main-team .border-gray h3 {
    font-weight: 500;
    font-size: 33px;
    line-height: 110%;
    margin: 5% 0 5% 0;
    color: #07070C;
}

.page .main-team .border-gray h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    margin: 0;
    color: #07070C;
}

.page .main-team .border-gray p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.page .main-team .border-gray ul {
    margin: 5px 0;
}

.page .main-team .border-gray img {
    border-radius: 50px;
}

.page .main-team h2 {
    font-weight: 500;
    font-size: 55px;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    padding: 0px 0px 40px 0px;
}

.page .main-team .wp-block-social-links .wp-social-link a {
    color: #0F0F0F;
}

.page .work-our .wp-block-group {
    width: 60%;
    margin: 2%;
}

.page .work-our .wp-block-columns {
    width: 40%;
}
.page .work-our .box-calendar{
    background-color: #FFF;
}
.page .more-team {
    background: linear-gradient(309.88deg, #F0F8FF 34.65%, #FFFFFF 67.42%);
}

.page .more-team .content-ours-clients {
    margin: 0;
}

.page .more-team .ours-clients {
    margin: 0 5% 0 5%;
}

.page .more-team .wp-block-columns {
    margin: 0 0 25% 0;
}

.page .benefits .box-benefits {
    border-radius: 50px;
    border: 1px solid #2F4FD7;
}

.page .benefits .column-left {
    margin: 0 0 0 25%;
}

.page .benefits .column-right {
    margin: 0 10% 0 0;
}

.page .benefits .box-benefits img {
    border-radius: 40px;
}

.page .benefits h2 {
    margin: 0 0 0 -20%;
}

.page .benefits .box-benefits h3 {
    font-weight: 600;
    font-style: italic;
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
    color: #2F4FD7;
    margin: 10% 5% 4% 5%;
}
.page .benefits .box-benefits p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #0F0F0F;
    margin: 0% 7% 0 8%;
}
.page .benefits .box-benefits .wp-block-column {
    margin: 5%;
}
.page .head-our-promise h2 {
    width: 60%;
}
.page .head-our-promise p {
    width : auto;
    margin: 0% 5% 0% 0%;
}
.want-join .bloque-fondo h2 {
    margin: 0;
    padding: 0 0 0 60px;
} 
.want-join .bloque-fondo p {
    font-weight: 400;
    font-size: 24px;
    line-height: 35px; 
    padding: 0 0 0 60px;
}
.want-join .bloque-fondo .title-gray {
    font-weight: 300;
    font-size: 50px;
    line-height: 105%;
    text-transform: uppercase;
    background: #A5A5A5;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    padding: 0 0 0 60px;
}
.want-join .bloque-fondo .box-year {
    border: 1px solid #CDD2D6;
    border-radius: 50px;
    padding: 7%;
}
.want-join .bloque-fondo .box-year h2{
    padding: 0px 25px 0px 30px;
}    
.want-join .bloque-fondo .box-year h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    padding : 0 0 0 60px;
}
.want-join .bloque-fondo .box-year p {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    
}    
.want-join .bloque-wrapper {
    position: relative;
    /*height: 200vh;*/
}
.want-join .bloque-fondo {
    position: relative;
   /* height: 75vh;*/
    display: flex;
    /*justify-content: center;
    align-items: center;*/
    background-color: white;
    z-index: 1;
}
.page .want-join .bloque-superpuesto .advice {
    background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #FFFFFF;
    border-radius: 60px;
    padding: 50px;
}
.page .want-join .power-grow {
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
}
.page .want-join .bloque-superpuesto .advice .wp-block-group{
    width: 40%;
    margin-left: 5%;
}

.want-join .contenido-scroll {
    background-color: rgba(255, 255, 255, 0.85);
    max-height: 60vh;
    width: 100%;
    max-width: 600px;
    overflow-y: auto;
    padding: 20px;
    border-radius: 8px;
    scrollbar-width: none;
}
.page .box-cv {
    background-image: url('./assets/img/bkg-desktop.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 43vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    padding: 12% 5%;
    margin: 10% -100px;
    width: calc(100% + 200px);
}
.page .box-cv h2 {
    font-weight: 500;
    font-size: 50px;
    line-height: 100%;
    text-transform: uppercase;
}
.page .box-cv p {
    font-weight: 500;
    font-size: 38px;
    line-height: 40px;    
}
.page .box-cv .wp-block-buttons {
    position: relative;
    right: 0;
    top: 0;
}
.page .what-achieve .box-white {
    padding: 8%;
}    
.page .what-achieve h2 {
    font-weight: 500;
    font-size: 55px;
    line-height: 105%;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 2%;
}
.page .what-achieve h3 {    
    font-weight: 400;
    font-size: 52px;
    line-height: 100%;
    width: 50%;
    text-transform: uppercase;
    background: linear-gradient(0deg, #2F4FD7 0%, #0F0F0F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page .what-achieve p {
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0%;
    width: 50%;
}
.page .how-work {
    margin-bottom: 5%;
}    
.page .how-work .box-blue{
    background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
    border: 1.5px solid #FFFFFF;
    opacity: 1;
    border-width: 1.5px;
    border-radius: 50px;
    padding: 10%;
}   
.page .how-work .how-work-content{
     margin: 10% 5% 10% 5%;
}
.page .how-work .how-work-content .how-work-grid{
    gap: 2%;
}
.page .how-work .how-work-content h2{
     padding: 60px 10px 40px 30px;
}
.page .how-work .box-blue h3 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 62px;
    line-height: 81%;
}
.page .how-work .box-blue h4 {
    color: #FFFFFF;
    font-weight: 600;
    font-style: Italic;
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.page .how-work .box-blue p{
    color: #FFFFFF;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    line-height: 35px;   
}
.page .how-work .box-white {
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F8FF 100%);
    border: 1.5px solid #FFFFFF;
    opacity: 1;
    border-width: 1.5px;
    border-radius: 50px;
    padding: 10%;
}
.page .how-work .box-white h3 {
    color: #2F4FD7;
    font-weight: 400;
    font-size: 62px;
    line-height: 81%;
}

.page .how-work .box-white h4 {
    color: #2F4FD7;
    font-weight: 600;
    font-style: Italic;
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.page .how-work .box-white p {
    color: #0F0F0F;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    line-height: 35px;
}
.page .bk-newsletter h1{
    font-weight: 500;
    font-style: Medium;
    font-size: 90px;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(0deg, #2F4FD7 0%, #0F0F0F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page .bk-newsletter img {
    border-radius: 50px;
}
.page .bk-newsletter .wp-block-buttons{
    padding-left: 5%;
}
.page .all-articles{
    margin: 10% -100px;
    border-radius: 60px;
    background: -webkit-linear-gradient(180deg, #FFFFFF 0%, #F0F8FF 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F8FF 100%);
    z-index: 1;
    width: calc(100% + 200px);
    padding: 10% 0;
}
.page .all-articles .posted-on time{
    font-weight: 300;
    font-size: 18px;
    line-height: 112%;
    color: #72727F;
}
.page .all-articles .article-main{
    padding: 0% 0% 0% 5%;
}
.page .all-articles .article-main h2{
    font-weight: 400;
    font-size: 34px;
    line-height: 110%;    
} 
.page .all-articles .article-main p {
    font-weight: 300;
    font-size: 20px;
    line-height: 118%;
}
.page .all-articles .article-main h2 a{
    text-decoration: none;
}    
.page .all-articles .article-main .loop-entry a.post-thumbnail {
    width: auto;
    height: auto;
    margin-bottom: 1%;
    padding-bottom: 1%;
}
.page .all-articles .article-main .loop-entry .post-thumbnail-inner {
    position: relative;
}
.page .all-articles .article-main .loop-entry img {
    object-fit: cover;
    width: 100%;
    margin: 0;
    height: 70%;
    border-radius: 50px;
}        
.page .all-articles .article-side-right {
    padding: 0% 5% 0% 0%;
}
.page .all-articles .article-side-right .entry-taxonomies{
    display: none;
}
.page .all-articles .article-side-right h2,
.detail-blog .content-blog .content-blog-right h2{
    font-weight: 500;
    font-size: 22px;
    color: #A5A5A5;
    line-height: 120%;
}
.page .all-articles .article-side-right h3{
    font-weight: 400;
    font-size: 22px;
    color: #07070C;
    line-height: 24px;
}
.page .all-articles .article-side-right h3 a {
    text-decoration: none;
}
.page .all-articles .article-side-right .entry-footer,
.page .all-articles .article-main .entry-footer{
    float: right;
    width: 30%;
}
.page .all-articles .article-side-right .entry-footer span,
.page .all-articles .article-main .entry-footer span{
    display: none;
}
.page .all-articles .article-side-right .entry-footer a,
.page .all-articles .article-main .entry-footer a {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    opacity: 1;
    border-radius: 50px;
    padding: 15px 25px;
    background: linear-gradient(95.9deg, #2F4FD7 8.91%, #589BF2 103%);
}
.page .contact-block h1{
    font-weight: 500;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    padding: 0px 0px 40px 40px;
}
.page .contact-block .content-contact{
    margin: 0 12%;
}
.page .contact-block .content-contact .block-form{
    display: contents;
}
.page .contact-block .content-contact .block-img{
    height: 100vh;
    display: flex;
    align-items: stretch;
}
.page .contact-block .content-contact .block-img figure {
    flex: 1;
    margin: 0;
}
.page .contact-block .content-contact .block-img figure img {
    height: 100%;
    width: 100%;
    object-fit: cover!important;
    display: block;
    border-radius: 50px;
}

.page .all-articles article,
.detail-blog .content-blog .content-blog-right article {
    padding: 5%;
    background: #FFFFFF!important;
    border-radius: 60px;
}
.detail-blog .head-blog {
    padding: 0%;
    margin: 10% 0% 0% -100px;
}
.detail-blog .head-blog h1 {
    font-weight: 500;
    font-size: 50px;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(0deg, #2F4FD7 0%, #0F0F0F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 100px 0px 40px 0px;
}
.detail-blog .head-blog p {
    font-weight: 400;
    font-size: 25px;
    line-height: 117%;
    color: #07070C;
}
.detail-blog .head-blog img{
    border-radius: 50px;
}    
.detail-blog .head-blog .post-date{
    display: flex;
    gap: 50px;
}
.detail-blog .head-blog .post-category {
    opacity: 0.6;
    border-radius: 41px;
    padding: 1% 2%;
    margin: 0 1%;
}
.detail-blog .head-blog .post-category a{
    font-weight: 500;
    font-size: 16px;
    line-height: 112%;
    text-align: center;
    color: #07070C;
    text-decoration: none;
}
.detail-blog .head-blog .post-category.cat-actualidad {
    background-color: #FF0079;
} 
.detail-blog .head-blog .post-category.cat-tecnologia {
    background-color: #00FF7F;
}
.detail-blog .head-blog .post-category.cat-desarrollo {
    background-color: #589BF2;
}
.detail-blog .head-blog .block-blog-left,
.detail-blog .content-blog .content-blog-left{
    flex-basis: 60%;
}
.detail-blog .content-blog .content-blog-left{
    padding: 5%;
}
.detail-blog .head-blog .block-blog-right,
.detail-blog .content-blog .content-blog-right {
    flex-basis: 35%;
}
.detail-blog .content-blog .post-content p,
.detail-blog .content-blog .post-content ul{
    font-weight: 400;
    font-size: 18px;
    line-height: 166%;
}
.detail-blog .head-blog .content-head-blog{
    margin: 0% 5%;
}
.detail-blog .content-blog .content-blog-right article {
    margin: 0% 10% 5% 0%;
}
.detail-blog .content-blog .content-blog-right h3 {
    font-weight: 400;
    font-size: 22px;
    color: #07070C;
    line-height: 24px;
}
.detail-blog .content-blog .content-blog-right h3 a {
    text-decoration: none;
    color: #07070C;
}
.detail-blog .content-blog .content-blog-right time {
    font-weight: 300;
    font-size: 18px;
    line-height: 112%;
    color: #72727F;
}
.detail-blog .content-blog .content-blog-right a.post-more-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    opacity: 1;
    border-radius: 50px;
    padding: 15px 25px;
    background: linear-gradient(95.9deg, #2F4FD7 8.91%, #589BF2 103%);
}
.detail-blog .content-blog .content-blog-right .entry-footer {
    float: right;
    width: 30%;
}
.detail-blog .content-blog .content-blog-right .entry-content-wrap {
    padding: 2rem;
}

.page-404 .content-404 {
    flex-wrap: nowrap;
    background: linear-gradient(180deg, #2F4FD7, #589BF2);
    border-radius: 60px;
    padding: 0% 10%;
    margin: 10% -100px;
    position: relative;
    z-index: 1;
    width: auto;
    color: #FFF;
}
.page-404 .content-404 .block-content-404{
    margin: 10% 0% 0% 0%;
    width: 50%;
}
.page-404 .content-404 .block-content-404 .block-btn{
    margin: 5%;
}
.page-404 .content-404 h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFF;
    display: inline-block;
    padding: 0 0 20px 15px;
}
.page-404 .content-404 a{
    display: inline;
    background: #FFFFFF;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    color: #2F4FD7;
    padding: 3%;
}
.page .box-pdf{
    margin-top: 10%;
}
.category-template .category-main {
    margin: 20% -100px;
    border-radius: 60px;
    background: -webkit-linear-gradient(180deg, #FFFFFF 0%, #F0F8FF 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F8FF 100%);
    z-index: 1;
    width: calc(100% + 200px);
}
.category-template .category-main .category-content{
    margin: 0% 0% 0% 5%;
}
.category-template .category-main .category-content h1 {
    font-weight: 500;
    font-style: Medium;
    font-size: 90px;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(0deg, #2F4FD7 0%, #0F0F0F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.category-template .category-main .category-content article{
    padding: 5%;
    margin: 2%;
    background: #FFFFFF !important;
    border-radius: 60px;
}
.category-template .category-main .category-content article .post-title{
    font-weight: 400;
    font-size: 34px;
    line-height: 110%;
}
.category-template .category-main .category-sidebar h2{
    font-weight: 500;
    font-size: 22px;
    color: #A5A5A5;
    line-height: 120%;
}
.category-sidebar .content-articles {
    grid-template-columns: minmax(0, 1fr);
}
.category-sidebar .content-articles article{
    padding: 5%;
    margin: 2%;
    background: #FFFFFF !important;
    border-radius: 60px;
}
.category-sidebar .content-articles article .entry-content-wrap{
    padding: 2rem;
}
.category-sidebar .content-articles article h3 {
    font-weight: 400;
    font-size: 22px;
    color: #07070C;
    line-height: 24px;
}
.category-sidebar .content-articles article .posted-on time {
    font-weight : 300;
    font-size: 18px;
    line-height: 112%;
    color: #72727F;
}
.category-sidebar .content-articles article .entry-footer{
    float: right;
    width: 40%;
}
.category-sidebar .content-articles article .entry-footer a{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    opacity: 1;
    border-radius: 50px;
    padding: 15px 25px;
    background: linear-gradient(95.9deg, #2F4FD7 8.91%, #589BF2 103%);
}
/* Popup Styles */

.custom-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    animation: slideInUp 0.5s ease-out;
}
.popup-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    max-width: 500px;
}
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
}
.popup-close:hover {
    color: #000;
}
.dont-show-again {
    display: block;
    margin-top: 30px;
    font-size: 12px;
    color: #666;
}
#dont-show-again {
    margin-right: 5px;
}
/* Versión minimalista con imagen */
.popup-with-image {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0;
}
.popup-image-side {
    align-items: center;
    justify-content: center;
}
.popup-img {
    max-width: 100%;
    object-fit: contain;
    filter: brightness(1.1);
}
.popup-text-side {
    padding: 2% 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popup-content .popup-footer{
    float: right;
}
@keyframes slideInUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* Popup Fullscreen Styles */ 
.fullscreen-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease-out;
}

.fullscreen-popup .popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
}

.fullscreen-popup .popup-container {
    position: relative;
    background: white;
    border-radius: 15px;
    padding: 0;
    max-width: 90%;
    width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    z-index: 2;
    animation: scaleIn 0.3s ease-out;
}

.fullscreen-popup .popup-header {
    padding: 20px 20px 0 20px;
    text-align: right;
}

.fullscreen-popup .popup-close {
    font-size: 28px;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.fullscreen-popup .popup-close:hover {
    color: #000;
}

.fullscreen-popup .popup-body {
    padding: 20px 30px;
    text-align: center;
}

.fullscreen-popup .popup-body h2 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 24px;
}

.fullscreen-popup .popup-body p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.fullscreen-popup .popup-footer {
    padding: 20px 30px;
    text-align: center;
    border-top: 1px solid #eee;
}

.fullscreen-popup .popup-button {
    background: #0073aa;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.fullscreen-popup .popup-button:hover {
    background: #005a87;
    transform: translateY(-2px);
}

.fullscreen-popup .popup-dont-show {
    display: block;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

#dont-show-fullscreen {
    margin-right: 8px;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .fullscreen-popup .popup-container {
        width: 95%;
        max-width: 95%;
        margin: 20px;
    }

    .fullscreen-popup .popup-body {
        padding: 20px;
    }

    .fullscreen-popup .popup-body h2 {
        font-size: 20px;
    }
}
/** FOOTER ***/
/* Efecto de "respiración" con escala */
@keyframes breathingScale {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.06);
        opacity: 0.98;
    }
}

/* Efecto de subrayado que parpadea */
@keyframes blinkingUnderline {
    0%, 100% {
        background-size: 100% 2px;
        opacity: 1;
    }
    50% {
        background-size: 100% 2px;
        opacity: 0.7;
    }
}

.footer-highlight a {
    animation: 
        breathingScale 3s ease-in-out infinite,
        blinkingUnderline 2s ease-in-out infinite;
    
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: left 90%;
    background-size: 100% 2px;
    
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}
@media (max-width: 768px) {
    .footer-highlight a {
        animation-duration: 1.8s, 1.2s;
        padding: 3px 6px !important;
        font-size: 18px !important;
    }

    @keyframes gentleFlicker {

        0%,
        100% {
            opacity: 1;
            transform: scale(1);
        }

        50% {
            opacity: 0.95;
            transform: scale(1.04);
        }
    }
}

/*******************/
#site-footer {
    background:
        linear-gradient(-90deg, rgba(47, 79, 215, 0.8), rgba(88, 155, 242, 0.8)),
        url('./assets/img/mask-footer.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    color: #fff;
    position: relative;
    isolation: isolate;
    border-radius: 60px 60px 0 0;
}

#site-footer .footer-main .c-left {
    padding: 50px 0 0 100px;
}

#site-footer .hfg_footer {
    top: 80px;
    margin-bottom: 80px;
}

#site-footer p {
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
}

#site-footer .hfg_footer,
#site-footer .footer--row,
#site-footer .footer--row-inner,
#site-footer .footer-content-wrap {
    background: transparent;
    position: relative;
}

#site-footer .footer--row-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
}

#site-footer h2 {
    font-weight: 500;
    font-size: 90px;
    line-height: 100%;
    text-transform: uppercase;
}

#site-footer .widget-title,
#site-footer h3 {
    font-weight: 500;
    font-size: 33.99px;
    line-height: 110%;
    letter-spacing: 0%;
}

#site-footer .img-certificate .wp-block-column {
    display: flex;
}

#site-footer a {
    background-color: transparent;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 0%;
}

#site-footer #block-27 {
    margin-bottom: 0;
}

.wp-block-social-links .wp-social-link svg {
    width: 25px;
    height: 25px;
}

.footer-bottom .builder-item .component-wrap {
    display: none !important;
}

#site-footer .wp-block-image img {
    margin: 5px;
}
#site-footer .footer-bottom .widget-area{
    display: flex;
    padding-left: 35%;
}
#site-footer .footer-bottom .widget-area h6{
    font-weight: 500;
    font-size: 14px;
}
#site-footer .footer-bottom .widget-area img {
    margin-top: 0;
    bottom: 5px;
    position: relative;
}

/*.hamburger-desktop {
    background-color: transparent;
    padding: 20px 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    z-index: 1002;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.hamburger-desktop.is-active {
    background-color: none;
}
._layer {
    background: #333333;
    margin-bottom: 4px;
    border-radius: 2px;
    width: 28px;
    height: 4px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
.hamburger-desktop:hover .-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.hamburger-desktop:hover .-bottom {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.hamburger-desktop.is-active .-top {
    -webkit-transform: translateY(200%) rotate(45deg) !important;
    -ms-transform: translateY(200%) rotate(45deg) !important;
    transform: translateY(200%) rotate(45deg) !important;
}
.hamburger-desktop.is-active .-mid {
    opacity: 0;
}
.hamburger-desktop.is-active .-bottom {
    -webkit-transform: translateY(-200%) rotate(135deg) !important;
    -ms-transform: translateY(-200%) rotate(135deg) !important;
    transform: translateY(-200%) rotate(135deg) !important;
}
.header-main .nav-menu-primary {
    display: block;
    transform: translateX(10%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 1000;
}

.header-main .nav-menu-primary.is_active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}*/

@media (min-width: 1201px) {
    .no-desktop {
        display: none !important;
    }    
}
@media only screen and (min-width: 821px) and (max-width: 1400px) {
    .no-desktop {
        display: none !important;
    }
    .page .box-image-dgr,
    .page .box-dgr,
    .page .values-block,
    .page .box-blog,
    .page .box-iniciativas,
    .page .tecnologies,
    .page .us-easy,
    .page .our-history,
    .page .main-team,
    .page .more-team,
    .page .benefits,
    .page .contact-block,
    .page .all-articles,
    .detail-blog .head-blog,
    .detail-blog .content-blog {
        margin: 8% 0px;
        width: 100%;
        padding: 10% 1%;
    }
}
/*Mobile version*/
@media (max-width: 820px) {
    .no-mobile {
        display: none !important;
    }

    .header .hfg_header.site-header {
        width: 95%;
    }

    .header .hfg_header.site-header .menu-mobile-toggle button,
    .header .close-sidebar-panel .hamburger,
    .header .close-sidebar-panel .hamburger.navbar-toggle {
        border: 0;
        color: #FFF;
    }

    .header .hfg_header.site-header .menu-mobile-toggle button .icon-bar,
    .header #header-menu-sidebar .hamburger .icon-bar {
        width: 18px;
        background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
    }

    .header .header-menu-sidebar-overlay {
        display: none;
    }

    .header #header-menu-sidebar-bg {
        border: 1px solid #F7FAFC;
        height: 90%;
        z-index: 1000;
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease;
        border-radius: 35px;
        margin: 0 auto;
        padding: 0px 12px;
        -webkit-backdrop-filter: blur(60px);
        backdrop-filter: blur(60px);
        background-size: cover;
    }

    .header #header-menu-sidebar .item--inner.builder-item--button_base .component-wrap {
        justify-content: center;
    }

    .header #header-menu-sidebar .item--inner.builder-item--button_base .button.button-primary {
        color: transparent !important;
        font-size: 0 !important;
        width: 40px;
        height: 40px;
        background: url('assets/img/logo-mobile.png') no-repeat center center;
        background-size: contain;
        padding: 0;
        border: none;
    }

    .header #header-menu-sidebar .nv-html-content .menu-social-links {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;
        padding: 20px;
        background: transparent;
    }

    .header #header-menu-sidebar .nv-html-content .menu-social-links a {
        display: inline-flex;
    }

    .header #header-menu-sidebar .nv-html-content .menu-social-links .dashicons {
        font-size: 22px;
    }

    .header #header-menu-sidebar .nv-html-content .menu-social-links span.dashicons-linkedin:before {
        background-color: #2F4FD7;
        color: #FFF;
    }

    .header #header-menu-sidebar .nv-html-content .menu-social-links span.dashicons-facebook-alt:before {
        background-color: #2F4FD7;
        color: #FFF;
        border-radius: 50px;
    }

    .header #header-menu-sidebar .header-menu-sidebar-inner a {
        font-weight: 500;
        font-size: 30px;
        line-height: 110%;
        text-align: center;
        text-transform: uppercase;
        background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
        -webkit-background-clip: text;
        color: transparent;
        display: inline-block;
    }

    .header #header-menu-sidebar .header-menu-sidebar-inner .contact-us {
        background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
        margin: 12px 15px;
    }

    .header #header-menu-sidebar .header-menu-sidebar-inner .contact-us a {
        font-size: 30px;
        color: #FFF;
    }

    .page .box-image-dgr .wp-block-group {
        width: 100%;
        margin: 0;
    }

    .page .box-image-dgr h1,
    .page .box-image-dgr h2 {
        font-size: 25px;
    }

    .page .box-image-dgr p {
        font-size: 16px;
        line-height: 22px;
        margin: 1% 9%;
    }

    .page .box-image-dgr li {
        font-size: 20px;
        line-height: 22px;
        position: relative;
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .page .box-image-dgr {
        margin: 0;
        width: 100%;
        padding: 50px 25px;
        border-radius: 30px;
    }

    .page .box-image-dgr .wp-block-image {
        position: relative;
        height: 50vh;
        overflow: hidden;
        border-radius: 30px;
        margin: 15% 2% 1% 15%;
    }

    .page .box-image-dgr img {
        border-radius: 30px !important;
    }

    .page .metaslider.slider-clients {
        margin: 60px auto !important;
    }

    .page .metaslider.slider-clients .slides li {
        width: 50px !important;
        margin-right: 10px !important;
    }

    .page .flexslider.slider-clients .slides li {
        margin-right: 30px !important;
    }

    .page .metaslider.slider-clients .slides img {
        width: 80px !important;
        display: block;
    }

    .page .have-this {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin: 5% 7%;
    }

    .page .have-this .wp-block-columns {
        border-radius: 30px;
    }

    .page .content-have-this {
        margin: 0;
        width: 95%;
        background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
        border-radius: 40px;
    }

    .page .have-this h2 {
        font-weight: 500;
        font-size: 22px;
        line-height: 100%;
        color: #FFFFFF;
        padding: 20% 1%;
    }

    .page .have-this p {
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        padding: 20% 5% 20% 0%;
    }

    .page .have-this p br {
        display: contents;
    }

    .page .have-this .wp-block-column {
        display: flex;
        align-items: center;
        border-radius: 40px;
    }

    .page .have-this .wp-block-column .wp-block-image {
        margin: 15px;
    }

    .page .have-this .wp-block-image img {
        width: 40px;
        vertical-align: middle;
        max-width: max-content;
    }

    .page .column-impact {
        margin-top: 1%;
    }

    .page .impact .impact-title {
        font-weight: 500;
        font-size: 22px;
        line-height: 100%;
        text-transform: uppercase;
        padding: 0px;
        top: 1px
    }

    .page .impact .wp-block-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin: 5%;
    }

    .page .impact .hover-animation-box {
        border-radius: 30px;
    }

    .page .impact .square-box {
        height: 110px;
    }

    .page .impact .last-box {
        bottom: 140px;
    }

    .page .impact .front-content h2 {
        font-weight: 400;
        font-size: 22px;
        line-height: 80%;
        text-align: left;
        margin: 0;
    }

    .page .impact .front-content p {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        text-align: left;
    }

    .page .services {
        margin: 15% 0;
        gap: 30px 50px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .page .services h2 {
        font-size: 22px;
        line-height: 100%;
    }

    .page .services .wp-block-cover h2 {
        font-size: 26px !important;
        line-height: 26px;
        padding: 15px 40px;
        margin: 0;
    }

    .page .services p {
        font-size: 16px;
        line-height: 21px;
        padding: 8% 20% 1% 10%;
    }

    .page .services .wp-block-columns {
        border-radius: 30px;
    }

    .page .services .wp-block-cover img {
        border-radius: 30px;
        width: 94%;
        margin: 0;
        height: 94%;
        left: 3%;
        top: 3%;
    }

    .page .services .wp-block-cover::after {
        border-radius: 30px;
    }

    .page .services .wp-block-buttons {
        display: inline-block;
        width: 100%;
    }

    .page .services .wp-block-buttons .wp-block-button {
        width: 100%;
        padding: 0px 6px 0px 6px;
    }

    .page .services .wp-block-buttons a {
        width: 100%;
        position: inherit;
        height: auto;
        margin: 10px 0px 30px 0px;
    }

    .page .tecnologies {
        margin: 0;
        width: auto;
    }

    .page .tecnologies h2 {
        font-size: 22px;
    }

    .page .tecnologies .slider-tecnologies li {
        width: 80px !important;
    }

    .page .content-ours-clients {
        margin: 5% 7% 10% 7%;
    }

    .page .ours-clients .group-blue .wp-block-group {
        margin-top: 0;
    }

    .page .ours-clients .group-green .wp-block-group {
        margin: 0;
    }

    .page .ours-clients .wp-block-group {
        font-size: 16px;
        min-height: 200px;
        line-height: 20px;
        padding: 25px;
        border-radius: 30px;
    }

    .page .content-ours-clients h2 {
        font-size: 22px;
        padding: 0 0 10px 0px;
    }

    .page .content-ours-clients .ours-clients {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .page .ours-clients .wp-block-cover {
        height: 50%;
        border-radius: 25px;
        padding: 0;
    }

    .page .ours-clients .wp-block-cover img {
        border-radius: 25px;
        min-height: 1rem;
        margin: 0;
    }

    .page .ours-clients .wp-block-cover p {
        margin: 1px;
        font-size: 14px !important;
        padding: 5% 5%;
    }

    .page .ours-clients .group-green {
        top: 0;
    }

    .page .ours-clients .wp-block-cover p br {
        display: contents;
    }

    .page .box-blog {
        margin: 0;
        width: auto;
        border-radius: 40px;
    }

    .page .box-blog .is-vertical {
        width: 100%;
        margin: 7% 10%;
    }

    .page .box-blog .blog-title {
        width: 100%;
        margin: 7% 0;
    }

    .page .box-blog h2 {
        font-size: 30px;
        margin: 5% 0%;
    }

    .page .box-blog h3 {
        font-size: 14px;
    }

    .page .box-blog p {
        font-size: 16px;
        line-height: 20px;
        padding: 0% 24% 8% 0%;
    }

    .page .box-blog p br,
    .page .work-us p br {
        display: contents;
    }

    .page .box-blog .wp-block-buttons,
    .page .box-blog .wp-block-buttons .wp-block-button,
    .page .work-us .wp-block-buttons,
    .page .work-us .wp-block-buttons .wp-block-button {
        position: relative;
        width: 100%;
        display: block;
    }

    .page .box-blog .wp-block-buttons a {
        width: 100%;
        height: auto;
        margin: 15% 0%;
        font-size: 12px;
    }

    .page .work-us {
        margin: 0;
        width: auto;
    }

    .page .work-us .wp-block-group {
        width: 100%;
        margin: 10% 5%;
    }

    .page .work-us h2 {
        font-size: 34px;
    }

    .page .work-us p {
        font-size: 16px;
        padding: 5% 0%;
    }

    .page .work-us ul.wp-block-list {
        padding: 0;
    }

    .page .work-us ul.wp-block-list li {
        font-size: 9px;
    }

    .page .work-us .wp-block-image {
        position: relative;
        height: 60vh;
        overflow: hidden;
        border-radius: 50px;
        width: 100%;
    }

    .page .work-us .wp-block-image::before {
        width: 100%;
    }

    .page .work-us .wp-block-image::after {
        width: 100%;
    }

    .page .work-us .wp-block-image img {
        border-radius: 50px !important;
        display: block;
        width: 100%;
        object-fit: cover;
    }

    .page .work-us .wp-block-buttons a {
        width: 100%;
        height: auto;
        margin: 5% 0%;
        font-size: 12px;
    }
    .page .what-achieve h2 {
        font-size: 24px;
        line-height: 106%;
    }
    .page .what-achieve h3 {
        color: #2F4FD7;        
        font-size: 22px;
        line-height: 26px;
        background: transparent;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
        width: 100%;
    }
    .page .what-achieve p {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        width: 100%;
    }
    .page .content-questions .wp-block-group {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin: 1% 3%;
    }

    .page .content-questions h2 {
        position: relative;
        right: 1px;
        font-size: 34px;
    }

    .page .content-questions span {
        font-size: 16px;
        padding: 3% 5%;
    }

    .page .content-questions p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    /*NOSOTROS*/
    .page .us-easy {
        margin: 20% 0;
        width: 100%;
        padding: 50px 25px;
        border-radius: 30px;
    }

    .page .us-easy h1 {
        font-size: 34px;
        padding: 0px 0px 30px 5px;
    }

    .page .us-easy .p-blue {
        font-size: 16px;
        line-height: 21px;
        padding: 20px 0px 20px 5px;
    }

    .page .us-easy p {
        font-size: 14px;
        line-height: 20px;
        padding: 0px 0px 30px 5px;
    }

    .page .box-dgr {
        width: 100%;
        margin: 0;
        border-radius: 40px;
    }

    .page .our-promise h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .page .our-promise p {
        font-size: 14px;
        line-height: 19px;
        text-align: start;
        margin: 10% 15% 10% 2%;
    }

    .page .our-promise .our-promise-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .page .box-white {
        padding: 5%;
    }

    .page .our-promise .box-white h3 {
        font-size: 22px;
        line-height: 40px;
    }

    .page .our-promise .box-white p {
        font-size: 16px;
        line-height: 22px;
    }

    .page .box-white .co-create,
    .page .box-white .team-expert,
    .page .box-white .service,
    .page .box-white .continue {
        background: none;
    }

    .page .box-white .co-create img {
        width: 15%;
    }

    .page .box-white .team-expert img {
        width: 8%;
    }

    .page .box-white img {
        width: 10%;
    }

    .page .our-history {
        margin: 0;
        width: auto;
    }

    .page .our-history .is-vertical {
        width: 100%;
    }

    .page .our-history .box-year {
        border-radius: 25px;
    }

    .page .our-history h2 {
        font-size: 22px;
        line-height: 100%;
    }

    .page .our-history .box-year p {
        font-size: 14px;
        line-height: 19px;
    }

    .page .values-block-bkg {
        background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
        margin: 0;
        padding: 0;
        width: auto;
        border-radius: 40px;
    }

    .page .values-block-bkg .content-scroll {
        grid-template-columns: auto;
        padding: 0;
        top: 0;
        overflow-y: hidden;
        max-height: 100%;
    }

    .page .values-block-bkg .content-scroll h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 81%;
    }

    .page .values-block-bkg .content-scroll p {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        margin: 10px 0px 30px 0px;
    }

    .page .testimonials .content-ours-clients {
        margin: 5% 5% 10% 5%;
    }

    .page .box-iniciativas {
        margin: 0;
        width: auto;
        border-radius: 40px;
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .page .box-iniciativas h2 {
        font-size: 30px;
        line-height: 100%;
        margin: 10% 10%;
    }

    .page .box-iniciativas .content-iniciativa {
        border: 1.5px solid #CDD2D6;
        border-radius: 40px
    }

    .page .box-iniciativas .content-iniciativa .wp-block-cover {
        min-height: 250px;
    }

    .page .box-iniciativas .content-iniciativa .wp-block-cover span {
        height: 100%;
        border-radius: 20px;
    }

    .page .box-iniciativas .content-iniciativa .wp-block-cover img {
        object-position: 0% 50% !important;
        height: 100%;
        border-radius: 20px;
    }

    .page .box-iniciativas .content-iniciativa h3 {
        font-size: 26px;
        line-height: 26px;
    }

    .page .box-iniciativas .text-iniciativa p {
        font-weight: 300;
        font-size: 16px;
        line-height: 21px;
        padding: 10px;
    }

    .page .box-iniciativas .content-iniciativa .wp-block-button {
        width: 100%;
    }

    .page .main-team {
        margin: 30px 0;
        width: auto;
        border-radius: 40px;
    }

    .page .main-team .content-main-team {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
        justify-items: center;
        align-items: center;
    }

    .page .main-team h2 {
        font-weight: 500;
        font-size: 22px;
        line-height: 100%;
        text-transform: uppercase;
        margin: 0 10%;
    }

    .page .main-team .border-gray {
        border-radius: 30px;
        width: 80%;
    }
    .page .main-team .border-gray img {
        border-radius: 20px;
    }
    .page .main-team .border-gray h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
    }
    .page .main-team .border-gray h4 {
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
    }
    .page .main-team .border-gray p {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .page .more-team,
    .page .benefits {
        margin: 0;
        width: 100%;
        padding: 50px 25px;
        border-radius: 30px;
    }
    .page .more-team .ours-clients {
        margin: 0;
    }
    .page .benefits .column-left,
    .page .benefits .column-right {
        margin: 0;
    }
    .page .benefits h2 {        
        font-weight: 500;
        font-size: 22px;
        line-height: 100%;        
        text-transform: uppercase;
        margin: 0;
    }
    .page .benefits .box-benefits {
        border-radius: 30px;
    }
    .page .benefits .box-benefits img {
        border-radius: 20px;
    }
    .page .benefits .box-benefits h3 {
        font-weight: 600;
        font-style: italic;
        font-size: 20px;
        line-height: 110%;
    }
    .page .benefits .box-benefits p {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .page .work-us, .page .how-work {
        margin: 0 0 50% 0;
        width: auto;
    } 
    .page .work-us, .page .how-work h2{         
        font-size: 22px;
        line-height: 109%;
        padding: 0;
    }    
    .page .how-work .how-work-content .how-work-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1%;
    }
    .page .how-work .box-blue h3,
    .page .how-work .box-white h3 {
        display: none;
    }
    .page .how-work .box-blue h4,
    .page .how-work .box-white h4 {
        font-size: 22px;
        line-height: 26px;
    }
    .page .how-work .box-blue p,
    .page .how-work .box-white p {
        font-size: 16px;
        line-height: 22px;
    }
    .page .how-work .box-white img {
        width: auto;
    }
    .page .bk-newsletter img {
        border-radius: 30px;
    }
    .page .bk-newsletter{
        margin: 2% 0;
    }    
    .page .all-articles {
        margin: 2% 0;
        width: 100%;
        padding: 1px 1px;
        border-radius: 30px;
    }
    .page .all-articles .article-main {
        padding: 0;
    }
    .page .all-articles .article-main .loop-entry img {
        border-radius: 20px;
    }
    .page .all-articles article {
        border-radius: 20px;
    }
    .page .all-articles .article-side-right .entry-footer,
    .page .all-articles .article-main .entry-footer {
        width: 100%;
        float: none;
    }
    .page .all-articles .article-side-right .entry-footer a,
    .page .all-articles .article-main .entry-footer a {
        display: block;
    }
    .page .all-articles .article-side-right {
        padding: 0% 5% 0% 5%;
    }
    .page .article-main h2.no-desktop {
        background: linear-gradient(119.04deg, #2F4FD7 -6.54%, #589BF2 131.76%);
        -webkit-background-clip: text;
        color: transparent;
        display: inline-block;
        padding: 0px 0px 0px 40px;
    }
    .page .all-articles .article-main h2 {
        font-weight: 400;
        font-size: 34px;
        line-height: 110%;
    }
    .page .contact-block {
        margin: 2% 0;
        width: 100%;
    }
    .page .contact-block h1 {
        font-weight: 500;
        font-size: 22px;
        line-height: 105%;
    } 
    .page .want-join{
        /*margin: 5% 7%;*/
        width: 100%;
        padding: 50px 10px 10px 10px;
        border-radius: 30px;
    }
    .page .want-join .bloque-fondo h2 {
        font-weight: 500;
        font-size: 22px;
        line-height: 100%;
        text-transform: uppercase;
        padding: 0 0 0 40px;
    }
    .page .want-join .bloque-fondo p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
        padding: 0 0 0 40px;
    }
    .want-join .bloque-fondo .box-year h2 {
        font-weight: 400;
        font-size: 45px;
        line-height: 81%;
        padding: 0 0 0 20px;
    }
    .want-join .bloque-fondo .box-year h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        padding: 0 0 0 20px;
    }
    .want-join .bloque-fondo .box-year p {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        padding: 0 0 0 20px;
    }
    .page .want-join .bloque-superpuesto .advice p{
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }
    .page .want-join .power-grow h2{
        font-weight: 500;
        font-size: 22px;
        line-height: 100%;
        text-transform: uppercase;
    }
    .page .want-join .power-grow p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .detail-blog .head-blog,
    .detail-blog .content-blog {
        margin: 5% 7%;
        width: 88%;
        padding: 50px 10px 10px 10px;
        border-radius: 30px;
    }
    .detail-blog .content-blog .content-blog-right article {
        margin: 0% 5% 5% 5%;
        border-radius: 30px;
    }
    .detail-blog .content-blog .content-blog-right .entry-footer {
        float: none;
        width: 100%;
    }
    .detail-blog .content-blog .content-blog-right a.post-more-link {
        display: block;
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
    }    
    .detail-blog .head-blog h1 {
        font-weight: 500;
        font-size: 34px;
        line-height: 100%;
    }
    .detail-blog .head-blog .post-date {
        margin: 5% 1%;
    }    
    .detail-blog .head-blog p {
        font-weight: 400;
        font-size: 14px;
        line-height: 121%;
    }
    .detail-blog .content-blog .post-content p,
    .detail-blog .content-blog .post-content ul {
        font-weight: 400;
        font-size: 12px;
        line-height: 166%;
        text-align: justify;
    }
    .detail-blog .content-blog .content-blog-right .entry-content-wrap {
        padding: 1%;
    }
    .detail-blog .content-blog .content-blog-right h3 a {
        font-weight: 500;
        font-size: 18px;
        line-height: 120%;
    }
    .detail-blog .content-blog .content-blog-right time {
        font-weight: 400;
        font-size: 12px;
        line-height: 112%;
    }    
    #site-footer {
        border-radius: 30px 30px 0 0;
    }

    #cb-row--footer-mobile-top h2 {
        font-weight: 500;
        font-size: 30px;
        line-height: 100%;
        text-transform: uppercase;
    }

    #cb-row--footer-mobile-top h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 110%;
    }

    #cb-row--footer-mobile-top a {
        font-weight: 600;
        font-size: 12px;
        line-height: 110%;
        text-decoration: underline;
        text-decoration-style: solid;
        text-decoration-thickness: 0%;
    }

    #cb-row--footer-mobile-top p {
        font-weight: 600;
        font-size: 12px;
        line-height: 110%;
    }

    #cb-row--footer-mobile-top .widget-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 110%;
    }

    #cb-row--footer-mobile-top .builder-item {
        padding: 0px 40px;
    }

    #cb-row--footer-mobile-top .widget_block {
        word-break: break-word;
        margin-bottom: 10px;
    }

    #cb-row--footer-mobile-top .img-certificate {
        width: 70%;
    }

    #cb-row--footer-mobile-top .img-certificate .wp-block-group {
        width: 30%;
    }

    .column-footer-icons {
        width: 50%;
    }
}