@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,600;0,800;0,900;1,300;1,600;1,700;1,800&family=Kumbh+Sans:wght@100;200;300;400;500;600;700&family=Open+Sans:ital,wght@0,400;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap');

:root {
    --white: #ffffff;
    --black: #000000;
    --blue: #1EBFF1;
    --primary_font: 'Asap', sans-serif;
    --secondary_font: 'Open Sans Condensed', sans-serif;
    --tertiary_font: 'Jost', sans-serif;
    --primary_color: #787878;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    font-size: 100%;
    list-style-type: none;
    font-family: "Inter";
}

p {
    margin: 0;
}

ol,
ul {
    list-style: none;
}

dd,
dl,
dt,
li,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

section {
    margin: 60px 0px;
    padding: 30px 0px;

}

.title-head {
    font-family: 'Crimson Text', serif;
}

main {
    overflow: clip;
}

.text-yellow {
    color: #E59838;
}

.bg-light {
    background: #E7E6E5
}

.color1{
    color: #007999 !important;
}

.color2{
    color: #a888db !important;
}
.color3{
    color: #c1354e !important;
}



.bg_gradient_1 {
    background: linear-gradient(90deg, #314C59 46.5%, #03849C 99.97%);
}

.bg_gradient_2 {
    background: linear-gradient(90deg, #314C59 22.4%, rgba(0, 172, 204, 0.47) 100%);
}

.bg_gradient_3 {
    background: linear-gradient(90deg, #BF0247 0.74%, rgba(177, 172, 33, 0.70) 99.71%) !important;
}

.bg_gradient_4 {
    background: linear-gradient(90deg, #3088B0 0.74%, rgba(49, 177, 168, 0.70) 99.71%) !important;
}

.bg_gradient_5 {
    background: linear-gradient(180deg, #976FD8 0.74%, #a85252 99.71%) !important;
}

.bg_pattern {
    background: url('');
    background-repeat: no-repeat;
}

.bg_card {
    background: url('../images/marketing/bg_card1.png');
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
}

.bg_card_2 {
    background: url('../images/transformacion/bg_card_1.png');
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: left;
}

.ft-18 {
    font-size: 18px !important;
}

.ft-24 {
    font-size: 24px !important;
}

.ft-30 {
    font-size: 30px !important;
}

.ftw-600 {
    font-weight: 600;
}

.ftw-700 {
    font-weight: 700 !important;
}

.pt-70 {
    padding-top: 70px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-150 {
    padding-top: 150px;
}

.gap-10 {
    gap: 10px;
}

.text-left {
    text-align: left !important;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.row-equal {
    display: flex;
    flex-wrap: wrap;
}

.fly-btn-primary {
    background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
    border-radius: 45px;
    padding: 15px 30px;
    color: #FFF;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    /* 140% */
    color: var(--white);
}

.fly-btn-secondary {
    background: linear-gradient(90deg, #B42B2B 0%, #B1A121 100%);
    border-radius: 45px;
    padding: 10px 35px;
    color: #FFF;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    /* 140% */
    color: var(--white);
}

.fly-btn-primary i {
    padding: 0px 5px;
    font-size: 12px;
}



.submit_btn {
    background: #000;
    color: var(--white);
    padding: 15px 15px;
    font-family: var(--tertiary_font);
    border-radius: 10px;
    border: none;
}

.desde_adentro {
    transition: all 0.2s ease-in-out !important;
}

.desde_adentro:hover {
    transform: scale(.98) !important;
    cursor: pointer;
}

.pt-150 {
    padding-top: 150px;
}

.btn_link {
    background: var(--brand-primary, linear-gradient(90deg, #004D6E 0%, #00ACCC 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Button */
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
    /* 140% */
    letter-spacing: 0.8px;
}

.btn-cta {
    border: 1px solid #E59838;
    border-radius: 50px;
    padding: 10px 10px;
    text-decoration: none;
}

.btn-cta-solid {
    background-color: #E59838;
    border-radius: 50px;
    text-decoration: none;
    color: #FFF;
}

.btn-solid-outline {
    border: 1px solid #C0C8E2;
    border-radius: 30px;
    text-decoration: none;
    color: #24365D;
    font-weight: 500;
}

.offcanvas {
    background-color: #fff;
}

.offcanvas-body .nav-item i {
    /* display: none; */
}


#navbarDropdown {
    display: flex;
    white-space: nowrap;
    align-items: center;
}

.menu li {
    padding: 5px 10px;
}

.menu li {
    text-decoration: none;
    color: #000;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.28px;
    font-weight: 500;
    color: var(--black);
    font-family: var(--tertiary_font);
}

.menu li a {
    text-decoration: none;
    color: #000;
}

.menu li:hover {
    transform: scale(1.05);
}

.navbar {
    background-color: var(--white);
}

.navbar-brand img {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    max-width: 237px;
}

.nav-icon {
    width: 15px;
}

.nav-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px 10px;
}

.nav-link {
    font-size: 14px;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: 0.28px;
    font-weight: 500;
    color: var(--black);
    font-family: var(--tertiary_font);
}

.nav-link:focus,
.nav-link:hover {
    color: #242424;
}

.header-actions ul {
    display: flex;
    flex-direction: row;
}

.header-actions img {
    width: 100%;
    height: 100%;
}


.agendar_reunion {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Asap';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: 0.28px;
    border-radius: 45px;
    background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
    padding: 10px 20px !important;
}

.slide-promo {
    padding: 0px;
    margin: 0px;
}

.hero .slick-carousel .slide img {
    width: 100%;
}

.hero h1 {
    color: var(--white);
    font-family: 'Asap';
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 68px;
    /* 151.111% */
    padding-bottom: 15px;
}

.hero h1 span {
    color: #31B1A8;
    font-family: Asap;
    font-size: 45px;
    font-style: italic;
    font-weight: 600;
    line-height: 68px;
}

.hero p {
    color: var(--white);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Jost;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 128% */
}

h4.title {
    background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Asap;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    /* 114.286% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.transformacion {
    margin-bottom: 20px;
}

.fundador p {
    font-size: 22px;
}

.fundador .sub {
    font-style: italic;
}

.experiencia {
    background: #fff;
    margin-top: 20px;
}

.experiencia .experiencia_item h2 {
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
    /* 145% */
    letter-spacing: -1.92px;
}

.experiencia .experiencia_item p {
    color: linear-gradient(90deg, #314C59 46.5%, #03849C 99.97%);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Jost;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 160% */
    letter-spacing: -1px;
    max-width: 250px;
    margin: auto;
}

.experiencia .experiencia_item.item_1 {
    color: #F99808;
}

.experiencia .experiencia_item.item_2 {
    color: #00ACCC;
}

.experiencia .experiencia_item.item_3 {
    color: #59BFB9;
}


.soluciones {
    padding-bottom: 60px;
}

.soluciones .mosca_shape1 {
    width: 120px;
    position: absolute;
    right: 20%;
}

.soluciones h1 {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Asap;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    padding: 60px 0px;
}

.soluciones .soluciones_item {
    background: #fff;
    margin: 0 10px;
    padding: 20px 0px;
    border-radius: 5px;
    position: relative;
    display: flex;
    height: 530px;
    flex: 1;
    flex-direction: column;
}

.soluciones .soluciones_item .head {
    padding: 20px 40px;
    align-items: center;
}

.soluciones .soluciones_item .head img {
    width: 60px;
    height: 60px;
}

.soluciones .soluciones_item .head span {
    opacity: 0.05;
    color: #16243E;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Jost;
    font-size: 75px;
    font-style: normal;
    font-weight: 600;
    line-height: 85px;
    letter-spacing: -3px;
    text-transform: capitalize;

}

.soluciones .soluciones_item .body {
    padding: 0px 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.soluciones .soluciones_item .body h2 {
    color: #16243E;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

.soluciones .soluciones_item .body p {
    color: #67687A;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Kumbh Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
}

.soluciones .target {
    font-size: 14px;
    font-style: italic;
    opacity: 0.7;
}

.soluciones .target h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.check-2 {
    width: 24px;
}

.soluciones .soluciones_item a {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    padding: 15px 40px;
    border-radius: 0px 0px 5px 5px;
    justify-content: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    /* 140% */
    letter-spacing: 0.8px;
    text-decoration: none;
    color: #fff;
}

.soluciones .soluciones_item .link_1 {
    background: linear-gradient(90deg, #D00 0%, #CCB800 100%);
}

.soluciones .soluciones_item .link_2 {
    background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
}

.soluciones .soluciones_item .link_3 {
    background: linear-gradient(90deg, #9F38C3 0%, #5D5F60 100%);
}

.novedades .title {
    padding-bottom: 60px;
}

.novedades .title p {
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    /* 150% */
    letter-spacing: 2px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.novedades .title h1 {
    color: #16243E;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    /* 145% */

}

.novedades .title .mosca_shape1 {
    width: 120px;
    position: absolute;
    right: 20%;
}

.novedades .novedades_item {
    background: #fff;
    margin: 0 10px;
    padding: 20px 0px;
    border-radius: 5px;
    position: relative;
    display: flex;
    height: 100%;
    flex: 1;
    flex-direction: column;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.novedades .novedades_item .body {
    padding: 10px 30px;
}

.novedades .novedades_item .body .date {
    border-radius: 5px;
    background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
    color: #FFF;
    padding: 7px;
    display: flex;
    justify-content: space-between;
    margin-top: -30px;
}

.novedades .novedades_item .body .date span {
    font-family: Kumbh Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    padding: 0px 15px;
    /* 200% */
}

.novedades .novedades_item .body h3 {
    color: #333F4D;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    padding-top: 20px;
}

.novedades .novedades_item .body p {
    color: #67687A;
    font-family: Kumbh Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
    padding-bottom: 20px;
}

.novedades .novedades_item .body a {
    text-decoration: none;
    color: #16243E;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;

}

.novedades .novedades_item .body a i {
    background: var(--brand-primary, linear-gradient(90deg, #004D6E 0%, #00ACCC 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.clientes {
    background: url(../images/home/bg-clientes.png);
    background-size: cover;
}

.clientes .info {
    display: flex;
    justify-content: center;
}

.clientes .info p {
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    /* 150% */
    letter-spacing: 2px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #004D6E 73.43%, #00ACCC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.clientes .info h2 {
    padding-top: 20px;
    max-width: 350px;
    color: #16243E;
    font-family: Jost;
    line-height: 38px;
    /* 165.714% */
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    /* 165.714% */

}

.clientes .cliente_review {
    border: none;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px 40px;
}

.clientes .cliente_review img {
    margin: 40px 20px;

}

.clientes .cliente_review .details p {
    color: #67687A;
    /* Body/M */
    font-family: Kumbh Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
}

.clientes .cliente_review .details h5 {
    color: #333F4D;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Heading/H4 */
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 3px;
    /* 140% */
    letter-spacing: -0.8px;
}

.marketing_slide .display-4, .marketing_slide h1 span  {
    color: #FFF;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    /* 145% */
    letter-spacing: -1px;
    max-width: 400px;
}

.marketing_slide h1 span {
    font-size: 70px;
}

.solucion_slide .display-4 {
    max-width: 900px;
}

.casos-exito .col-sm-6 div {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
}

.casos-exito .col-sm-6 .img {
    width: 100% !important;
}

.casos-exito .col-sm-6 :hover .img-fluid {
    transform: scale(1.1);
    transition: transform 0.5s;
}

.casos-exito h2 {
    color: #16243E;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    /* 145% */
    letter-spacing: -1px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.soluciones_mkt .mosca_shape1 {
    width: 120px;
    position: absolute;
    right: 20%;
}

.soluciones_mkt .h_250 {
    height: 100px;
}

.soluciones_mkt .title p {
    background: var(--brand-primary, linear-gradient(90deg, #004D6E 0%, #00ACCC 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    /* 150% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.soluciones_mkt .title h2 {
    color: #16243E;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    /* 145% */
    letter-spacing: -1px;
}

.soluciones_mkt .informacion p {
    color: #333F4D;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
}

.soluciones_mkt .informacion ul {
    padding-top: 30px;
    padding-left: 0px;
}

.soluciones_mkt .informacion ul li {
    padding-top: 10px;
    color: #333F4D;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Heading/H4 */
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.8px;
}

.soluciones_mkt .card_list {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 50px;
}

.soluciones_mkt .sol_right {
    padding-top: 10px;
    margin-left: -50px;
}

.soluciones_mkt .propuesta {
    text-align: left;
    padding: 40px 0px;
}

.soluciones_mkt .propuesta .valor span,
.propuesta .valor span {
    background: var(--brand-primary, linear-gradient(90deg, #004D6E 0%, #00ACCC 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.8px;
}

.soluciones_mkt .propuesta .valor i,
.yellow {
    color: #CCB800 !important;
}

.soluciones_mkt .propuesta p,
.text_propuesta {
    color: #333F4D !important;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Heading/H4 */
    font-family: Jost;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.8px;
}

.soluciones_mkt .alcance .images {
    max-height: 670px;
}

.soluciones_mkt .alcance .img_bottom {
    position: relative;
    top: -20%;
    right: -20%;
}

.soluciones_mkt .alcance .cliente img {
    position: relative;
    left: -50%;
    padding-bottom: 50px;
}

.soluciones_mkt .alcance .cliente .alcance_text {
    padding: 30px 0px;
}

.soluciones_mkt .alcance .cliente .alcance_text p {
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Jost;
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: 58px;
    /* 128.889% */
    letter-spacing: -1.92px;
}

.soluciones_mkt .alcance .cliente .alcance_text h2 {
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Jost;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: -1.92px;
}

.soluciones_mkt .alcance .cliente .alcance_text.col_1 {
    color: #F99808;
}

.soluciones_mkt .alcance .cliente .alcance_text.col_2 {
    color: #9F38C3;
}

.soluciones_casos h2 span{
    padding-bottom: 8px;
    border-bottom: 1px solid white;
}

.flecha {
    width: 50px;
}

.img-absolute {
    position: absolute;
    left: 12px;
    width: 105%;
    z-index: 10;
}

.img-absolute-2 {
    position: absolute;
    right: 12px;
    width: 105%;
    top: 0;
}

.alianza {
    background: url('../images/marketing/bggw.png');
    background-size: cover;
}

.alianza .informacion ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.alianza .informacion ul li p {
    color: #B42B2B;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px;
    /* 140% */
    letter-spacing: -0.96px;
}

.alianza .informacion ul li span {
    color: #67687A;
    font-feature-settings: 'clig' off, 'liga' off;

    /* Body/M */
    font-family: Kumbh Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
}


.tr_card1 {
    position: relative;
}

.tr_card1 .img1 {
    position: relative;
    top: -5%;
    left: -20%;
    width: 332.85px;
    height: 326.321px;
}

.tr_card1 .img2 {
    position: relative;
    top: 10%;
    left: -20%;
}

.soluciones_mkt .wha_img {
    max-height: 550px;
}

.soluciones_mkt .wha_img .img1 {
    padding-top: 20px;
}

.soluciones_mkt .wha_img .img2 {
    position: relative;
    top: -25%;
    right: -20%;

}

.img-grid img {
    max-width: 220px;
}

.change {
    background: url('../images/transformacion/bg_ft.png');
    background-size: cover;
}


.coaching .wha_img {
    max-height: 550px;
}

.coaching .wha_img .img1 {
    padding-top: 20px;
    z-index: 10;
    position: relative;
    height: 120%;
}

.coaching .wha_img .img2 {
    position: relative;
    top: -25%;
    right: -20%;
    z-index: 9;
}

.coaching .wha_img .img3 {
    position: relative;
    bottom: 70%;
    right: 30%;
    z-index: 9;
}



.casos {
    background: linear-gradient(to bottom, white 50%, #aa8cdb 50%);
    margin-top: 150px;
}

.casos .info {
    padding: 40px;
}

.casos .info h3 {
    color: #9870D8;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px;
    /* 140% */
    letter-spacing: -0.96px;
}

.casos .info p {
    color: #67687A;
    font-feature-settings: 'clig' off, 'liga' off;

    /* Body/M */
    font-family: Kumbh Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
}


.blog .display-4 {
    color: #FFF;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    /* 145% */
    letter-spacing: -1px;
    max-width: 450px;
}

.blog_list {
    margin-top: 0px;
}

.blog_list .date {
    background: var(--White, #FFF);
    position: absolute;
    top: 5%;
    left: 20px;
    width: 60px;
    text-align: center;
}

.blog_list .date h5 {
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;

    /* Heading/H4 */
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.8px;
    background: var(--brand-primary, linear-gradient(90deg, #004D6E 0%, #00ACCC 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px !important;
}

.blog_list .date p {
    color: var(--gray-800, #67687A);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Body/S */
    font-family: Kumbh Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
}

.blog_list .blog-item {
    box-shadow: 0px 4px 13px -2px rgba(19, 16, 34, 0.06), 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.10);
    background: #FFF;
    border: none;
    margin-top: 40px;
}

.bs-none {
    box-shadow: none !important;
}

.blog_list .blog-item span i {
    background: var(--brand-primary, linear-gradient(90deg, #004D6E 0%, #00ACCC 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 10px;
}

.blog_list .blog-item span {
    color: var(--gray-800, #67687A);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Body/S */
    font-family: Kumbh Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
}



.blog_list .blog-item .card-body h5 {
    color: var(--gray-700, #333F4D);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Heading/H2 */
    font-family: Jost;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 37.8px;
    /* 140% */
    letter-spacing: -0.54px;
    padding-top: 10px;
}

.blog_list .blog-item .card-body p {
    color: var(--gray-800, #67687A);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Body/M */
    font-family: Kumbh Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
    padding-top: 10px;
}

.blog_list .blog-item.blog_detail .card-title {
    color: var(--gray-900, #16243E);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Heading/H1 */
    font-family: Jost;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    /* 120.833% */
    letter-spacing: -1.92px;
    padding-top: 20px;
}

.blog_list .blog-item.blog_detail .card-body .informacion {
    display: flex;
    justify-content: space-around;
    padding: 10px 40px;
    background: #FFF;
    box-shadow: 0px 4px 13px -2px rgba(19, 16, 34, 0.06), 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.10);
    margin-top: -40px;
    color: var(--gray-800, #67687A);
}

.blog_list .blog-item.blog_detail .card-body .informacion .item {

    font-family: Kumbh Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
}

.blog_list .blog-item.blog_detail .card-body .col_2 h4 {
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px;
    /* 140% */
    letter-spacing: -0.96px;
}

.blog_list .blog-item.blog_detail .card-body .quote {
    box-shadow: 0px 4px 13px -2px rgba(19, 16, 34, 0.06), 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.10);
    border-left: 2px solid #00ACCC;
    padding: 18px;
    margin: 20px 0px;
}

.gracias_text {
    color: var(--gray-900, #16243E);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Jost;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    /* 232% */
    text-align: center;

}

.content-html>* {
    margin: auto;
}


section .social {
    padding-top: 80px;
}

section .social .col {
    padding: 0px;
}

.social .col img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.footer {
    background-color: #314C59;
    color: #FFF;
    font-weight: 300;
    margin-top: 60px;
}

.footer .suscripcion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}

.footer .suscripcion form input {
    background: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #FFF;
    padding: 10px;
    margin-right: 5px;
    font-family: Kumbh Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
}

.footer .suscripcion form input::placeholder {
    color: #FFF;
}

.footer .suscripcion form input:focus {
    border: none;
}

.footer .suscripcion .submit-btn {
    background: #FFF;
    border: none;
    padding: 10px 30px;
    border-radius: 45px;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    /* 140% */
    letter-spacing: 0.8px;

}

.footer .suscripcion p {
    max-width: 300px;
    color: #fff;
    /* Heading/H4 */
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.8px;
}

.footer .brand {
    font-size: 14px;
}

.footer .brand a {
    color: #FFF;
    text-decoration: none;
}

.footer h5 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-bottom: 20px;
}



.footer ul li {
    padding-top: 18px;
}

.footer ul li a {
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
    padding: 10px 0px;
    font-family: Kumbh Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 200% */
}

.footer ul li a .icontel {
    border: 1px solid #FFF;
    border-radius: 50%;
    padding: 4px;
    font-size: 11px;
    margin-right: 5px;
}

.footer ul li a i {
    font-size: 20px;
}

.footer ul li.socials {
    padding: 0px;
}


.list-options {
    font-weight: 500;
    column-count: 4;
}

.list-options li {
    font-size: 14px;
    margin: 10px 0px;
}

.list-options li small {
    font-size: 12px;
    font-weight: 300;
    color: #0C1B3C;
}

.map-img {
    max-width: 350px;
}

.copyright {
    padding-top: 40px;
}

.copyright p {
    color: #fff;
    font-family: Kumbh Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    /* 200% */
}

.copyright .social a {
    padding: 0px 5px;
}

.copyright .social a i {
    font-size: 20px;
    color: #FFF;
}

.float-button {
    position: fixed;
    right: 0;
    top: 270px;
    width: 100px;
    height: 35px;
    color: #FFF;
    background: #E59838;
    border-radius: 10px 0px 0px 10px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.float-button i {
    padding-right: 5px;
}
.close{
    display: none;
}
.mega-menu{
    border-radius: 0px;
    border: none;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

@media (max-width: 1400px) {
    .novedades .title .mosca_shape1 {
        right: 0;
        top: -75px;
        width: 100px;
    }

    .soluciones .soluciones_item {
        height: 650px;
    }
}

@media (max-width: 1200px) {
    .soluciones .soluciones_item {
        height: 700px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
    .tr_card1 {
        justify-content: center;
        align-items: center;
    }

}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    .hero h1, .hero h1 span{
        font-feature-settings: 'clig' off, 'liga' off;
        line-height: 35px;
    }
    .img-grid {
        flex-direction: column;
        padding-top: 40px;
    }

    .tr_card1 .img1 {
        position: relative;
        top: -5%;
        left: 10%;
        width: 332.85px;
        height: 326.321px;
    }

    .tr_card1 .img2 {
        max-width: 220px;
        left: 10%;
        top: 20%;
    }

    .data {
        padding-top: 70px;
    }

    .soluciones_mkt .title.d-flex.justify-content-between{
        flex-direction: column;
    }
    
    .close{
        display: flex;
        justify-content: flex-end !important;
        flex-direction: row !important;
    }
    .suscripcion, .suscripcion form{
        flex-direction: column;
        gap: 10px;
        display: flex;
    }

}

@media (max-width: 992px) {
    .casos img {
        width: auto;
    }

    .casos {
        margin-top: 150px;
    }

    .navbar-brand img{
        position: absolute;
        z-index: 999;
        top: 0;
        left: 30%;
        max-width: 140px;
        right: 30%;
    }

    .soluciones_mkt .sol_right {
        margin-left: 0px;
    }

    .tr_card1 .img1 {
        position: relative;
        top: -5%;
        left: -5%;
        width: 332.85px;
        height: 326.321px;
    }

    .tr_card1 .img2 {
        max-width: 220px;
        left: 0%;
        top: 20%;
    }

    .soluciones_casos .invisible {
        visibility: visible !important;
    }

    .img-absolute {
        width: 100%;
        position: relative;
        left: 0;
        display: none;
    }

    .img-absolute-2 {
        width: 100%;
        position: relative;
        display: none;
    }

    .casos {
        margin-top: 0;
    }

    .coaching .wha_img .img1 {
        height: 100%;
    }

    .soluciones .soluciones_item {
        height: 600px;
    }

    .soluciones .soluciones_item:last-child {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .suscripcion, .suscripcion form{
        flex-direction: column;
        gap: 10px;
        display: flex;
    }
    .hero{
        padding: 40px 18px;
    }
    .hero h1, .hero h1 span, .hero .display-4{
        font-size: 35px;
        font-feature-settings: 'clig' off, 'liga' off;
        line-height: 35px;
    }
    .close{
        display: flex;
        justify-content: flex-end !important;
        flex-direction: row !important;
    }
    .soluciones_mkt .title.d-flex.justify-content-between{
        flex-direction: column;
    }
    .img-grid {
        flex-direction: column;
        padding-top: 40px;
    }
    .data {
        padding-top: 120px;
    }

    .tr_card1 .img2 {
        max-width: 220px;
        left: -40%;
        top: 30%;
    }

    .dropdown-menu.show {
        border: none !important;
    }

    .direccion_info {
        margin-left: 0px;
        margin-top: 40px;
    }

    .feature_main_detail {
        flex-direction: column;
        padding-top: 20px;
    }


    .header-actions .nav-item {
        padding: 0px 10px;
    }

    .offcanvas-body {
        width: 100%;
        align-items: flex-start !important;
    }

    .offcanvas-body .nav-item {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        color: #FFF;
        flex-direction: column;
    }

    .offcanvas-body .nav-item a {
        font-size: 16px;
    }

    .offcanvas-body .nav-item i {
        display: flex;
    }

    .navbar-toggler-icon {
        color: #FFF;
    }


    .slide .left-side {
        padding-left: 20px;
    }

    .image-box img {
        width: 100%;
    }

    .img-grid {
        flex-direction: column;
    }

    
    .casos {
        background: linear-gradient(to bottom, white 30%, #aa8cdb 70%);
    }

    .mosca_shape1 {
        width: 90px !important;
        right: 0 !important;
    }

    .tr_card1 .img1 {
        position: relative;
        top: -10%;
        left: -5%;
        width: 332.85px;
        height: 326.321px;
    }

    .tr_card1 .img2 {
        max-width: 220px;
        left: -8%;
        top: 20%;
    }

    .soluciones .soluciones_item {
        height: 800px;
    }

    .soluciones .soluciones_item:last-child {
        height: 450px;
    }
}

@media (min-width: 768px) {
    .pr-desktop-5 {
        padding-right: 70px
    }
}

@media (max-width: 576px) {
    section {
        margin: 0;
    }

    .bg_card_2 {
        background-size: cover;
    }

    .tr_card1 .img1 {
        position: relative;
        top: -25%;
        left: -5%;
        width: 200px;
        height: 200px;
    }

    .tr_card1 .img2 {
        max-width: 170px;
        left: 50%;
        transform: translate(0,-50%);
        position: absolute;
    }

    .soluciones .soluciones_item {
        height: 630px;
    }

    .soluciones .soluciones_item:last-child {
        height: 630px;
    }

    .soluciones_mkt .card_list {
        padding: 20px;
    }
}