﻿body {
    background: rgb(234, 102, 18);
    background: linear-gradient(60deg, rgba(234, 102, 18, 0.09987745098039214) 0%, rgba(23, 71, 133, 0.04385504201680668) 100%);
    letter-spacing: -0.05em;
}


.hero-compliance {
    background-image: url(../../../Assets/Images/content/fondo_compliance_shadow.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-gestionar h1 {
    font-size: 6em;
}

.hero-gestionar p {
    font-size: 1.5em;
}

.hero-gestionar-image {
    transform: translatey(-4em);
}

.contenedor-items {
    font-size: 25px;
}

    .contenedor-items img {
        width: 100%;
        margin: auto;
    }

    .contenedor-items h3 {
        font-size: 58px;
        font-weight: bold;
    }

    .contenedor-items span {
        color: var(--secundario);
    }

@media screen and (max-width: 1200px) {
    .contenedor-items p {
        font-size: 20px;
    }
}


@media screen and (max-width: 400px) {
    .contenedor-items p {
        font-size: 0.6em;
    }

    .contenedor-items h3 {
        font-size: 1.6em;
    }
}


.info-paragraph {
    color: #003E70;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 40px;
    margin-right: 40px;
}

.info-paragraph-imp {
    color: #003E70;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.line {
    width: 658px;
    height: 1px;
    background-color: #BDBDBD;
}

.separator {
    height: 260px;
}

.warning-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin: 70px;
}

.warning-box {
    flex: 1 0 300px;
    max-width: 500px;
    padding: 40px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 20px;
    background: #FEFEFE;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    height: 138px;
    margin-bottom: 20px;
}

    .warning-box > p {
        color: var(--brand-primario, #003E70);
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.delitos-text {
    color: #42689F;
    text-align: center;
    font-family: Montserrat;
    font-size: 39px;
    font-style: normal;
    font-weight: 300;
    line-height: 107.9%;
}

.totalcoin-panorama {
    display: flex;
    padding: 10px 70px;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.totalcoin-text {
    color: #003E70;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.totalcoin-strong {
    color: #F26E25;
    font-family: Montserrat;
    font-style: normal;
    line-height: normal;
}

.totalcoin-company {
    color: #003E70;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.total-logo-mid {
    position: absolute;
}

.company-container {
    width: 100%;
    min-height: 250px;
}

.w-300 {
    width: 300px;
}

.w-400 {
    width: 400px;
}

.total-logo-mid {
    transform: translatey(4em);
}

.company-1 {
    transform: translatey(4em);
}

.company-paragraph {
    color: #003E70;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.totalcoin-compromised-p {
    color: #003E70;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.totalcoin-strong-p {
    color: #F26E25;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.totalcoin-comunicate {
    color: #003E70;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.totalcoin-btn-contact {
    display: inline-flex;
    padding: 15px 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 0px solid #003E70;
    background: #003E70;
    color: var(--brand-gris-6, #F2F2F2);
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
}

@media screen and (max-width: 959px) {
    .total-shake {
        display: none;
    }

    .total-logo-mid {
        display: none;
    }

    .totalcoin-comunicate-container {
        flex-direction: column;
    }
}


@media screen and (max-width: 761px) {
    .hero-compliance {
        min-height: auto;
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .warning-box {
        height: 200px;
        min-width: 300px;
    }
}

.warning-container {
    max-width: 1400px;
}

.warning-icon {
    margin-bottom: 10px;
}

.section-paragraph {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-paragraph {
    max-width: 1300px;
}

.delitos-text {
    max-width: 1200px;
}

.totalcoin-panorama {
    display: flex;
    justify-content: center;
    align-items: center;
}

.totalcoin-text {
    max-width: 1200px;
}

.total-btn-hover {
    display: inline-flex;
    padding: 15px 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 0px solid #003E70;
    background: #003E70;
    color: var(--brand-gris-6, #F2F2F2);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    transition: 300ms;
}

    .total-btn-hover:hover {
        background-color: #EA6612;
        color: white;
    }


.compliance {
    display: none;
}

.delitos-text {
    max-width: 1000px;
}

.warning-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.warning-box {
    min-width: 500px;
    max-width: auto;
}

.totalcoin-star-container {
    padding: 20px;
}

.totalcoin-btn-contact {
    font-size: 30px;
}

.fs-16 {
    font-size: 16px;
}

.info-paragraph {
    max-width: 1100px;
}

@media screen and (max-width: 560px) {
    .warning-box {
        height: 200px;
        min-width: 300px;
    }

    .company-paragraph {
        font-size: 12px;
    }
}

@media screen and (max-width: 483px) {
    .compliance {
        display: block;
    }
}
