@import url('/css/fonts.css');
:root {
	--main-bg-color: #ffffff;
    --header: #010101;
    --header-bold: #060606;
    --main-font: 'Gilroy', sans-serif;
    --blue: #2E9DEE;
    --font-blue: #118BE4;
    --fondo-claro: #F3F9FF;
    --font-blue-light: #F4F7FA;
    --dark-blue: #1A2C5B;
}

body{
	font-family: var(--main-font) !important;
	background: var(--main-bg-color) !important;
	color: var(--text-color-default) !important;
	background-position: bottom right !important;
	background-repeat: no-repeat;
	background-size: cover;
}
/* nav {
    width: 1900px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.h1 {
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 56px;
    width: 850px;
    margin: 0 auto;
    text-align: center;
}
.h2 {
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 52px;
}
.h3 {
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 48px;
}

.contenedor-principal {
    text-align: center;
    position: relative;
    will-change: transform;
    transform-style: preserve-3d;
}

.contenedor-p1 {
    width: 640px;
    margin: 2rem auto 4rem auto;
    font-size: 18px;
    font-weight: 500;
}

.contenedor-p2 {
    width: 810px;
    margin: 2rem auto 4rem auto;
    font-size: 18px;
    font-weight: 500;
}

.container-button-circle {
    display: flex;
    gap: 7px;
    will-change: transform;
    transform-style: preserve-3d;
    transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button-circle-blue {
    border: 1px solid #2E9DEE59;
    border-radius: 36px;
    padding: 1rem;
    background: #2E9DEE17;
    font-size: 16px;
    font-weight: 700;
    color: var(--font-blue);
}
.button-1 {
    position: absolute;
    top: 4%;
    left: 10%;
}
.button-1-a {
    position: absolute;
    top: 4%;
    left: 19%;
}
.button-1-b {
    position: absolute;
    top: 4%;
    left: 8%;
}
.button-2 {
    position: absolute;
    top: 18%;
    left: 7%;
}
.button-2-a {
    position: absolute;
    top: 18%;
    left: 23%;
}
.button-2-b {
    position: absolute;
    top: 18%;
    left: 15%;
}
.button-3 {
    position: absolute;
    top: 4%;
    right: 6%;
}
.button-4 {
    position: absolute;
    top: 18%;
    right: 13%;
}

.button-blue {
    width: 334px;
    color: white;
    background-color: var(--blue);
    font-size: 18px;
    font-weight: 600;
    padding: 1.4rem;
    border-radius: 21px;
    margin: 2rem 0;
    text-decoration: none;
    display: block;
    margin: 0 auto;
}
.button-blue:hover {
    background-color: #1a2c5b;
    transition: .2s;
    color: white !important;
    text-decoration: none !important;
    cursor: pointer;
}

.asesor {
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.63px;
    color: var(--header);
    display: block;
    margin: 3rem auto 5rem auto;
}
.asesor:hover {
    cursor: pointer;
    color: #1A2C5B;
    text-decoration: underline;
    font-weight: bold;
}
.imagen-principal {
    padding: 2rem;
    background-color: #010101;
    border-radius: 54px;
    margin-bottom: 100px;
}

.difuminacion {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(89px);
    -webkit-backdrop-filter: blur(89px);
    box-shadow: 0px 40px 246px 0px rgba(0, 0, 0, 0.1);
}

.contenedor-fondo-claro {
    background-color: var(--fondo-claro);
    display: flex;
    justify-content: center;
}

.contenedor-columnas {
    display: flex;
    width: 1383px;
    padding-top: 5rem;
    padding-bottom: 6rem;
    align-items: center;
    gap: 15rem;
}

.points {
    max-width: 490px;
}

.lista-custom {
    list-style: none;
    padding-left: 0;
    margin: 1rem 0;
}
.lista-custom li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 0.8rem;
    font-size: 16px;
}
.lista-custom li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 28px;
    height: 28px;
    background-image: url('/img/landings/bullet.svg');
    background-size: contain;
    background-repeat: no-repeat    ;
}
.lista-custom li :nth-child(1){
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
}
.lista-custom li :nth-child(2) {
    font-weight: 500;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 0;
    color: #161C2D;
}

.contenedor-images {
    display: flex;
    gap: 1.5rem;
}
.image-column1 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.image-column2 {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-top: 1.5rem;
    gap: 1.5rem;
}

.p-diagnostic {
    font-size: 24px;
    font-weight: 600;
}

.p-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    max-width: 645px;
    margin: 0 auto;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.button-arrows {
    background-color: var(--font-blue-light);
    max-width: 79px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 1rem 0;
    gap: 20px;
    display: flex;
    justify-content: center;
}

.contenedor-azul-oscuro {
    background-color: var(--dark-blue);
    padding-top: 3rem;
    padding-bottom: 1rem;
    margin-top: 5rem;
}
.contenedor-azul-oscuro :nth-child(2) {
    color: var(--main-bg-color);
    font-size: 18px;
    font-weight: 600;
}

.contenedor-soluciones {
    text-align: center;
    overflow: hidden;
}
.contenedor-tarjetas {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1rem 2rem 4rem 2rem;
    scroll-behavior: smooth;
    max-width: calc((360px * 3) + (2rem * 2) + 4rem);
    margin: 0 auto;
    box-sizing: border-box;
}
.contenedor-tarjetas::-webkit-scrollbar {
    height: 8px;
}
.contenedor-tarjetas::-webkit-scrollbar-track {
    background: #E8E8E8;
    border-radius: 10px;
}
.contenedor-tarjetas::-webkit-scrollbar-thumb {
    background: #C2C1C1;
}
.contenedor-tarjetas::-webkit-scrollbar-button {
    display: none;
}

.card-landing {
    max-width: 360px;
    flex-shrink: 0;
    text-align: start;
    font-size: 18px;
    color: #0F0E0E;
    font-weight: 400;
}
.card-landing :nth-child(1) {
    font-size: 21px;
    font-weight: 700;
}

.contenedor-azul {
    background-color: var(--blue);
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.contenedor-azul :nth-child(1) {
    font-size: 36px;
    color: white;
    font-weight: 700;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.button-white-landing {
    width: 233px;
    color: #289AF8;
    background-color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 1rem;
    border-radius: 21px;
    margin: 2rem 0;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 3rem;
}

.button-white-landing:hover {
    background-color: #1a2c5b;
    transition: .2s;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

/*Queries*/

@media screen and (max-width: 1600px) {
    .button-1 {
        position: absolute;
        top: 5%;
        left: 6%;
    }
    .button-2 {
        position: absolute;
        top: 19%;
        left: 2%;
    }
    .button-1-a {
        position: absolute;
        top: 5%;
        left: 3%;
    }
    .button-2-a {
        position: absolute;
        top: 19%;
        left: 6%;
    }
    .button-3 {
        position: absolute;
        top: 5%;
        right: 4%;
    }
    .button-4 {
        position: absolute;
        top: 19%;
        right: 8%;
    }
    .imagen-principal {
        max-width: 90vw;
    }
    .contenedor-columnas {
        width: 85vw;
        gap: 13rem;
    }
}

@media screen and (max-width: 1280px) {
    .h2{
        font-size: 42px;
    }
    .button-circle-blue {
        padding: 0.8rem;
        font-size: 10px;
    }
    .button-1 {
        position: absolute;
        top: 5%;
        left: 4%;
    }
    .button-2 {
        position: absolute;
        top: 19%;
        left: 1%;
    }
    .button-1-a {
        position: absolute;
        top: 5%;
        left: 3%;
    }
    .button-2-a {
        position: absolute;
        top: 19%;
        left: 7%;
    }
    .button-1-b {
        position: absolute;
        top: 5%;
        left: 2%;
    }
    .button-2-b {
        position: absolute;
        top: 19%;
        left: 6%;
    }
    .button-3 {
        position: absolute;
        top: 5%;
        right: 3%;
    }
    .button-4 {
        position: absolute;
        top: 19%;
        right: 6%;
    }
    .imagen-principal {
        max-width: 90vw;
    }
    .contenedor-columnas {
        width: 85vw;
        gap: 4rem;
    }
    .lista-custom li::before {
        width: 22px;
        height: 22px;
    }
    .lista-custom li :nth-child(1) {
        font-size: 20px;
    }
    .lista-custom li :nth-child(2) {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .h1 {
        font-size: 52px;
        width: 750px;
    }
    .contenedor-p2 {
        width: 680px;
    }
    .button-circle-blue {
        padding: 0.6rem;
        font-size: 9px;
    }
    .button-1 {
        position: absolute;
        top: 8%;
        left: 4%;
    }
    .button-2 {
        position: absolute;
        top: 26%;
        left: 1%;
    }
    .button-1-a {
        position: absolute;
        top: 8%;
        left: 2%;
    }
    .button-2-a {
        position: absolute;
        top: 26%;
        left: 3%;
    }
    .button-1-b {
        position: absolute;
        top: 8%;
        left: 2%;
    }
    .button-2-b {
        position: absolute;
        top: 26%;
        left: 3%;
    }
    .button-3 {
        position: absolute;
        top: 8%;
        right: 1%;
    }
    .button-4 {
        position: absolute;
        top: 26%;
        right: 4%;
    }
    .contenedor-columnas {
        gap: 2rem;
    }
    .contenedor-images {
        gap: 0;
    }
    .image-column1 img,
    .image-column2 img {
        width: 80%;
    }
    .contenedor-tarjetas {
        max-width: 800px;
    }
}

@media screen and (max-width: 768px) {
    .h1 {
        width: 600px;
        font-size: 42px;
    }
    .h2 {
        font-size: 36px;
    }
    .contenedor-p1 {
        width: 550px;
        font-size: 16px;
    }
    .contenedor-p2 {
        width: 500px;
        font-size: 16px;
    }
    .button-1 {
        position: absolute;
        top: 6%;
        left: 4%;
    }
    .button-2 {
        position: absolute;
        top: 26%;
        left: 1%;
    }
    .button-1-b {
        position: absolute;
        top: 6%;
        left: 2%;
    }
    .button-2-b {
        position: absolute;
        top: 26%;
        left: 4%;
    }
    .button-3 {
        position: absolute;
        top: 6%;
        right: 1%;
    }
    .button-4 {
        position: absolute;
        top: 26%;
        right: 4%;
    }
    .container-button-circle img {
        width: 25px;
    }
    .contenedor-columnas {
        flex-direction: column-reverse;
    }
    .points h2 {
        text-align: center;
    }
    .query-image {
        width: 60vw;
    }
    .p-text {
        max-width: 550px;
        font-size: 16px;
    }
    .contenedor-tarjetas {
        max-width: 650px
    }
    .card-landing {
        max-width: 280px;
        font-size: 14px;
    }
    .card-landing :nth-child(1) {
        font-size: 16px;
    }
    .card-landing img {
        width: 270px;
    }
    .contenedor-azul :nth-child(1) {
        font-size: 28px;
        width: 550px;
    }
}

@media screen and (max-width: 576px) {
    .h1 {
        width: 350px;
        font-size: 38px;
    }
    .h2 {
        font-size: 32px;
    }
    .h3 {
        font-size: 28px;
    }
    .contenedor-p1 {
        width: 350px;
        font-size: 15px;
    }
    .contenedor-p2 {
        width: 350px;
        font-size: 15px;
    }
    .button-blue {
        width: 240px;
        font-size: 16px;
        border-radius: 16px;
    }
    .container-button-circle {
        display: none;
    }
    .imagen-principal {
        padding: 1rem;
    }
    .contenedor-images {
        display: block;
    }
    .image-column1 img,
    .image-column2 img {
        width: 100%;
    }
    .p-diagnostic {
        font-size: 20px;
    }
    .p-text {
        width: 340px;
        font-size: 12px
    }
    .query-image {
        width: 60vw;
    }
    .contenedor-tarjetas {
        max-width: 60vw;
    }
    .contenedor-azul :nth-child(1) {
        width: 90vw;
        font-size: 27px;
    }
    .contenedor-tarjetas {
        max-width: 75vw;
        padding: 0;
    }
    .card-landing {
        max-width: 250px;
        font-size: 12px;
    }
    .card-landing :nth-child(1) {
        font-size: 14px;
    }
    .card-landing img {
        width: 235px;
    }
}

@media screen and (max-width: 320px) {
    .h1 {
        width: 270px;
    }
    .contenedor-p1 {
        width: 270px;
    }
    .contenedor-p2 {
        width: 270px;
    }
    .button-blue {
        width: 280px;
        padding: 0.8rem;
    }
    .imagen-principal {
        padding: 1rem;
        border-radius: 32px;
    }
    .contenedor-tarjetas {
        max-width: 75vw;
        padding: 0;
    }
    .card-landing {
        max-width: 230px;
        font-size: 12px;
    }
    .card-landing :nth-child(1) {
        font-size: 14px;
    }
    .card-landing img {
        width: 235px;
    }
}
@media screen and (min-width: 1980px) {
    
    .button-1 {
        left: calc((100vw - 1920px) / 2 + 192px);
    }
    .button-2 {
        left: calc((100vw - 1920px) / 2 + 153.6px);
    }
    .button-1-a {
        left: calc((100vw - 1920px) / 2 + 210px);
    }
    .button-2-a {
        left: calc((100vw - 1920px) / 2 + 290.6px);
    }
    .button-1-b {
        left: calc((100vw - 1920px) / 2 + 170px);
    }
    .button-2-b {
        left: calc((100vw - 1920px) / 2 + 250.6px);
    }
    .button-3 {
        right: calc((100vw - 1920px) / 2 + 115.2px);
    }
    .button-4 {
        right: calc((100vw - 1920px) / 2 + 249.6px);
    }
}

.dfs-tab-button.active {
  border-color: #2262e7;
  color: #2262e7;
  background-color: #2262e70d;
}
