* {
    height: auto;
}

body {
    background-color: #1E1F27 !important;
}

main {
    max-width: 1440px;
    margin: 0 auto;
}

strong {
    font-weight: 700;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

@media (max-width: 768px) {
    .center-grid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

.degradado {
    max-width: 1440px;
    margin: 0 auto;
}

.contenido {
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

.bg-azul {
    background-color: #4086F7;
    border-radius: 29px;
}

.bg-azul p {
    padding: 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.fix-container {
    margin-left: -15px;
    margin-right: -15px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.end {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.center-column {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


/* HEADER */

.headerAntifraude {
    background-color: #1E1F27;
    height: auto;
    padding-top: 200px;
    position: relative;
}

.divHeader {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.divHeader img {
    width: 100%;
    max-width: 595px;
}

/* TEXTO HEADER */

.divTextoHeader {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.titulo-header {
    font-size: 2.5rem;
    font-weight: 700;
    background: transparent linear-gradient(275deg, #CBEA75 0%, #8BB412 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    line-height: 55px;
    text-align: center;
}

.subtitulo-header {
    font-size: 32px;
    font-weight: 700;
    color: white;
    line-height: 35px;
    text-align: center;
}

.texto-header {
    font-size: 19px;
    font-weight: 400;
    color: white;
    line-height: 23px;
    text-align: center;
}

/* TEXTO GENERAL */

.titulo {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    text-wrap: balance;
    text-align: center;
    color: white;
    margin: 30px 0 0;
}

.texto {
    font-size: 22px;
    color: white;
    line-height: 27px;
}

/* CAROUSEL  */
.titulo-carousel {
    background: transparent linear-gradient(272deg, #8DE0FF 0%, #438AF6 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}

.texto-carousel {
    font-size: 22px;
    color: white;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.owl-carousel img {
    width: 100%;
    max-width: 490px;
    height: auto;
    margin-top: 2rem;
}

/* CARD FORMAS COMUNES  */
.card-formas {
    max-width: 554px;
    max-height: 453px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 57px;
    padding: 20px 40px;
    margin: 70px auto 40px;
}

.imagen-card-formas {
    width: 150px;
    margin-top: -90px;
}

.titulo-card-formas {
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #212121;
    margin-top: 20px;
}

.texto-card-formas {
    font-size: 1rem;
    color: #393939;
    margin: 10px 0;
    font-weight: 300;
    line-height: 20px;
}

/* CARDS SEGURIDAD */

.titulo-card-seguridad {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-wrap: balance;
    color: white;
    text-align: start;
    margin-bottom: .5rem;
}

.texto-card-seguridad {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: white;
    text-align: start;
    padding-bottom: 1rem;
}

.card-seguridad {
    position: relative;
    background: #1E1F27;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 57px;
    padding: 15px 15px 0;
    margin: 10px;
    min-height: 270px;
    display: flex;
    justify-content: center;
    width: auto;
}

.card-seguridad div {
    z-index: 1;
}

.card-seguridad::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 57px;
    /* Asegúrate de igualar el border-radius de la tarjeta */
    background: linear-gradient(113deg, #E93526 0%, #B51205 100%);
    z-index: -1;
}

.card-seguridad::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91deg, #21222D 0%, #0C0C10 100%);
    z-index: 0;
    border-radius: 57px;
}

/* GRID DATOS CONFIDENCIALES */

.grid-datos-confidenciales {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-column-gap: 36px;
    grid-row-gap: 26px;
    max-width: 921px;
    margin: 60px auto;
}

.card-datos-confidenciales {
    background: #2A2B39;
    border-radius: 29px;
    padding: 50px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 260px;
    min-width: 260px;
    max-height: 289px;
    min-height: 289px;
    gap: 40px;
    margin: 0 auto;
}

.texto-datos-confidenciales {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    background: transparent linear-gradient(281deg, #7CD5FF 0%, #4996EF 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 25px;
}

/* CONTRASEÑAS */

.contenedor-claves {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-width: 328px;
}

.contenedor-claves:last-child {
    min-width: 450px;
}

.contenedor-claves p {
    font-size: 28px;
    font-weight: 700;
    color: white;
    text-align: center;
}

.owl-carousel .contenedor-claves img {
    width: 100%;
    max-width: 308px !important;
}

/* FRAUDE */

.grid-fraude {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(308px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 990px;
    margin: 60px auto;
}

.card-fraude {
    background: #2A2B39;
    border-radius: 18px;
    padding: 30px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 308px;
    min-width: 308px;
    max-height: 130px;
    min-height: 130px;
    position: relative;
    margin: 0 auto;
}

.card-fraude::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 18px;
    /* Asegúrate de igualar el border-radius de la tarjeta */
    background: linear-gradient(180deg, #4188F6 0%, #51AAE3 100%);
    z-index: -1;
}

.card-fraude::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91deg, #21222D 0%, #0C0C10 100%);
    z-index: 0;
    border-radius: 18px;
}

.card-fraude p {
    font-size: 1rem;
    font-weight: 400;
    color: white;
    text-align: center;
    z-index: 1;
}

/* PREMIOS Y PROMOCIONES */

.grid-premios {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 130px auto;
}

.card-premios {
    background: transparent;
    border: 2px solid #4086F7;
    border-radius: 33px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 350px;
    max-height: 312px;
    position: relative;
    gap: 20px;
    margin: 60px auto;
}

.card-premios::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91deg, #21222D 0%, #0C0C10 100%);
    z-index: -1;
    border-radius: 33px;
}

.texto-premios {
    font-size: 20px;
    font-weight: 400;
    color: white;
    text-align: center;
}

.card-premios img {
    width: 100%;
    max-width: 240px;
    margin-top: -25%;
}

.telefono::before {
    content: url(/assets/img/nuevos/ponteAtento/telephone.svg);
    margin-right: 10px;
}

/* VISITAS A DOMICILIO */

.grid-visitas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-column-gap: 37px;
    grid-row-gap: 37px;
    margin: 60px auto;
}

.card-visitas {
    background: #2A2B39;
    border-radius: 33px;
    padding: 40px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 350px;
    max-height: 320px;
    position: relative;
}

.titulo-visitas {
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    text-wrap: balance;
    color: white;
    text-align: center;
    margin-bottom: 2rem;
}

.lista-visitas {
    font-size: 20px;
    font-weight: 400;
    line-height: 19px;
    color: white;
    text-align: start;
    list-style-image: url(/assets/img/nuevos/ponteAtento/triangulo.svg);
    list-style-position: inside;
}

.lista-visitas li {
    margin-bottom: 1rem;
    padding-left: 10px;
    list-style-position: outside;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 80px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    z-index: -1;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 90px !important;
}

.owl-carousel .owl-nav button.owl-prev {
    position: relative;
    right: 40px;
}

.owl-carousel .owl-nav button.owl-next {
    position: relative;
    left: 40px;
}

button:focus {
    outline: none;
}

@media (min-width: 768px) {

    .bg-azul p {
        font-size: 24px;
        padding: 24px;
    }

    .contenido {
        max-width: calc(100% - 100px);
    }

    /* HEADER */

    .headerAntifraude::before {
        content: '';
        position: absolute;
        right: 0;
        left: -10px;
        bottom: 0;
        width: 102%;
        height: 25%;
        background: linear-gradient(0deg, rgba(24, 25, 32, 1) 40%, rgba(23, 25, 30, 0.1) 60%)
    }

    /* TEXTO HEADER */

    .titulo-header {
        font-size: 2.5rem;
    }

    .subtitulo-header {
        font-size: 28px;
        line-height: 35px;
    }

    .texto-header {
        font-size: 16px;
    }

    /* TEXTO GENERAL */

    .titulo {
        font-size: 46px;
    }

    .texto {
        font-size: 18px;
    }

    /* CAROUSEL  */

    .titulo-carousel {
        font-size: 2rem;
        text-align: center;
    }

    .texto-carousel {
        font-size: 18px;
        text-align: center;
    }

    .owl-carousel img {
        max-width: 365px;
    }

    /* GRID DATOS CONFIDENCIALES */

    .texto-datos-confidenciales {
        font-size: 20px;
    }

    .card-datos-confidenciales {
        min-width: 283px;
        max-width: 283px;
    }

    /* GRID PREMIOS */

    .grid-premios {

        grid-template-columns: repeat(auto-fit, minmax(408px, 1fr));
    }

    .card-premios {
        max-width: 408px;
        padding: 30px;
    }

}

@media (min-width: 1200px) {

    .contenido {
        max-width: calc(100% - 140px);
    }

    .titulo-header {
        font-size: 3.5rem;
        text-align: start;
    }

    .subtitulo-header {
        font-size: 38px;
        line-height: 47px;
        text-align: start;
    }

    .texto-header {
        font-size: 19px;
        line-height: 25px;
        text-align: start;
    }

    .titulo {
        font-size: 54px;
        line-height: 66px;
    }

    .titulo-carousel {
        font-size: 2.5rem;
        text-align: start;
    }



    .texto-carousel {
        font-size: 20px;
        line-height: 27px;
        text-align: start;
    }

    .grid-datos-confidenciales {
        grid-template-columns: repeat(auto-fit, minmax(283px, 1fr));
    }

    .card-datos-confidenciales {
        max-width: 283px;
    }

    .grid-visitas {
        grid-template-columns: repeat(auto-fit, minmax(624px, 1fr));
    }

    .card-visitas {
        max-width: 624px;
    }

    .owl-carousel img {
        max-width: 490px;
    }
}