@font-face {
    font-family: 'gotham';
    src: url('../fonts/Gotham-Medium.otf');
}

@font-face {
    font-family: 'gotham italic';
    src: url('../fonts/Gotham-MediumItalic.otf');
}

@font-face {
    font-family: 'gotham-book';
    src: url('../fonts/Gotham-Book.otf');
}

.nav {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: transparent;
}

.navbar {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 1rem 0 !important;
    width: 100% !important;
}

.nav-img {
    width: 200px;
    margin-left: 30px;
}

.nav-div {
    display: flex;
    align-items: center;
}

.nav-a {
    color: white;
    text-decoration: none;
    margin: 0 1rem;
    font-weight: 600;
}

.nav-div2,
.nav-div22 {
    margin-left: 10px;
    margin-right: 10px;
}

.nav-a2 {
    color: white;
    text-decoration: none;
    margin: 0 5px;
    font-size: 1.2rem;
}

.nav-div3 {
    display: flex;
    align-items: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #fff;
    padding: 5px 15px;
}

.nav-a3 {
    display: flex;
    align-items: center;
}

.nav-icon {
    width: 30px;
    height: 30px;
    margin: 0 5px;
}


/* Animaciones */
.nav.scrolled {
    background-color: white;
    transition: background-color 0.3s ease;
}

.nav.scrolled .nav-a,
.nav.scrolled .nav-a2 {
    color: black;
    transition: color 0.3s ease;
}

.nav.scrolled .nav-div3 {
    background-color: #efefef;
    transition: background-color 0.3s ease;
}

.nav.unscrolled .nav-a,
.nav.unscrolled .nav-a2 {
    color: white;
}

.nav.unscrolled .nav-div3 {
    background-color: #fff;
}


/* one section */

.one-section {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.os-img {
    width: 100%;
    object-fit: cover;
}

.os-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.os-p {
    font-family: 'gotham';
    font-size: 4rem;
    color: white;
    margin: 0;
    font-weight: 900;
}

.os-p2 {
    font-family: 'gotham-book';
    font-size: 1.3rem;
    color: white;
    margin: 0;
    font-weight: 600;
    white-space: pre-line;
}

.os-a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    background-color: #241c7a;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-family: 'gotham';
    font-size: 1rem;
    font-weight: 600;
}

/* two section */

.two-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 5% 0 0;
    top: 0;
    left: 0;
}

.ts-img {
    width: 100%;
    object-fit: cover;
}


.ts-div {
    width: 100%;
    height: 100%;
    position: relative;
}

.ts-img2 {
    width: auto;
    height: 400px;
    margin: 0 auto;
    object-fit: cover;
    display: block;
}

.ts-div2 {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.ts-p {
    font-family: 'gotham';
    font-size: 3rem;
    color: #2c2c2c;
    margin: 0;
    font-weight: 900;
}

.ts-p2 {
    font-family: 'gotham';
    font-size: 1.2rem;
    color: #2c2c2c;
    margin: 0;
    font-weight: 800;
    white-space: pre-line;
    margin: 20px 0;
}

.ts-p3 {
    font-family: 'gotham-book';
    white-space: pre-line;
}


.ts-div3 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    margin: 5% 0 2%;
}

.ts-img3 {
    width: 100%;
    object-fit: cover;
}

.ts-div4 {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.ts-p4 {
    font-family: 'gotham';
    font-size: 3rem;
    color: #fff;
    margin: 0 0 3%;
    font-weight: 900;
}


.ts-img4 {
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    padding: 0 30px;
}

.separator {
    margin-top: 5% !important;
}

.ts-p5 {
    font-family: 'gotham';
    font-size: 1.5rem;
    color: #fff;
    margin: 0;
    font-weight: 700;
    white-space: pre-line;
}

.ts-p6 {
    font-family: 'gotham-book';
    white-space: pre-line;
    color: #fff;
}

/* three section */

.three-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    margin-bottom: 5%;
}


.ths-img {
    width: 90%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.ths-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
}

.ths-img2 {
    width: 100%;
    object-fit: cover;
    margin-left: 50px;
}

.ths-p {
    font-family: 'gotham';
    font-size: 3rem;
    color: #2c2c2c;
    margin: 0;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.ths-p2 {
    font-family: 'gotham';
    font-size: 1rem;
    color: #2c2c2c;
    font-weight: 800;
    text-align: center;
}

/* four section */

.four-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    margin-bottom: 5%;
}

.fs-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5%;
}

.fs-p {
    font-family: 'gotham';
    font-size: 3rem;
    color: #2c2c2c;
    margin: 0;
    font-weight: 900;
    margin-right: 30px;
}

.fs-hr {
    width: 100%;
    height: 2px;
    background-color: #2c2c2c;
    margin: 20px 0;
    opacity: 1;
}

.fs-div2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
}

.fs-img {
    width: 70px;
    padding: 0 10px;
}

.col-md-6 {
    position: relative !important;
}

.fs-img2 {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 20px;
    margin-bottom: 24px;
}

.fs-p2 {
    position: absolute;
    top: 25px;
    left: 40px;
    font-family: 'gotham';
    font-size: 1.1rem;
    color: #fff;
    margin: 0;
    font-weight: 900;
    white-space: pre-line;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.fs-btn {
    background-color: transparent !important;
    border: none !important;
    padding: 0;
}

.fs-div3 {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}

.fs-img3 {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.fs-img4 {
    width: 55%;
    position: absolute;
    top: 60%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.fs-p3 {
    font-family: 'gotham';
    font-size: 3rem;
    color: #2c2c2c;
    margin: 0;
    font-weight: 900;
    white-space: pre-line;
    position: absolute;
    top: 20%;
    right: 40%;
    transform: translate(50%, 0);
}

.fs-span {
    color: #07921c;
}

.fs-a {
    text-decoration: none;
}

.fs-btn2 {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 100px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

/* five section */

.five-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    margin-bottom: 2%;
}

.fis-img {
    width: 100%;
    object-fit: cover;
}

.fis-div {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
}

.fis-p {
    font-family: 'gotham';
    font-size: 2rem;
    color: #fff;
    font-weight: 900;
}

.button-left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.fis-btn {
    background-color: #07921c !important;
    color: #fff !important;
    padding: 5px 30px !important;
    border-radius: 5px !important;
    font-family: 'gotham-book' !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

/* footer */

.footer {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.footer-img {
    width: 100%;
    object-fit: cover;
}

.form-control::placeholder {
    color: #aaaaaa !important;
    font-weight: 600 !important;
}

.footer-div {
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.footer-img2 {
    width: 100%;
}

.footer-div2 {
    display: flex;
    align-items: start;
    justify-content: space-around;
    margin-left: 8%;
}

.footer-div3 {
    display: flex;
    flex-direction: column;
}

.footer-a {
    color: #fff;
    text-decoration: none;
    font-family: 'gotham-book';
    font-size: .9rem;
    font-weight: 600;
}

.footer-div4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
    margin: 10% auto 0;
}

.footer-a2 {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    margin: 0 5px;
}

.footer-icon {
    width: 30px;
    height: 30px;
    margin: 0 5px;
}

.footer-hr {
    border: none;
    height: 2px;
    margin-top: 5%;
    margin-left: 10%;
    margin-right: 10%;
    opacity: 1;
    display: flex;
    justify-content: end;
    background-color: #fff;
}

.footer-div5 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-div6 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    margin: 0 auto;
}

.footer-a3 {
    color: #fff;
    text-decoration: none;
    font-family: 'gotham-book';
    font-size: .7rem;
    font-weight: 600;
}

/* due diligence */

.DueDiligence-one-section {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}

.ddos-img {
    width: 100%;
    object-fit: cover;
}

.ddos-div {
    width: 80%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ddos-p {
    font-size: 3rem;
    font-weight: 900;
    font-family: 'gotham';
    white-space: pre-line;
    color: #fff;
}

.ddos-p2 {
    font-size: 1.5rem;
    font-weight: 900;
    font-family: 'gotham italic';
    color: #fff;
}

.ddos-p3 {
    font-size: 1.2rem;
    font-family: 'gotham-book';
    color: #fff;
    text-align: justify;
}


.ddos-icon {
    width: 40px;
    margin-right: 10px;
}

.ddos-a {
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 130px;
    left: 60px;
    font-size: 1.4rem;
    font-weight: 500;
}


.DueDiligence-two-section {
    width: 100%;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.ddts-div {
    width: 100%;
    height: 100%;
    border-left: 20px solid #07921c;
}

.ddts-p {
    color: #2c2c2c;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'gotham';
    margin-left: 30px;
    white-space: pre-line;
}

.ddts-p2 {
    color: #2c2c2c;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'gotham';
    margin-left: 30px;
    white-space: pre-line;
    text-align: justify;
}

.ddts-p3 {
    color: #2c2c2c;
    font-family: 'gotham-book';
    font-size: 1rem;
    text-align: justify;
    margin-left: 30px;
    white-space: pre-line;
}

.ddts-img {
    width: 100%;
    object-fit: cover;
}

.ddts-div2 {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-top: 15% !important;
    margin-bottom: 5%;
}

.simulator-div {
    background: #241c7a;
    border-radius: 20px;
    padding: 40px 20px;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.simulator-p {
    font-size: 1.5rem;
    font-family: 'gotham';
    color: #fff;
    text-align: center;
}

.simulator-p2 {
    font-size: 1rem;
    color: #fff;
    text-align: left;
    margin-top: 60px;
}

.simulator-hr {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-top: none !important;
    opacity: 1;
}

.simulator-fl {
    color: #fff !important;
}


.simulator-btn {
    background-color: #07921c !important;
    color: #fff !important;
    padding: 5px 30px !important;
    border-radius: 5px !important;
    font-family: 'gotham-book' !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    margin: 30px 0 0;
}

.simulator-mb {
    display: flex;
    align-items: center;
    justify-content: end;
}

.select2-container .select2-selection--single {
    height: 38px !important;
    border-radius: 0.375rem !important;
    width: 100% !important;
}

/* responsive */
@media screen and (min-width: 1399px) and (max-width: 1430px) {
    .footer-div4 {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .ts-img3 {
        height: 700px;
    }

    .ddos-img {
        height: 700px;
    }

    .footer-div4 {
        width: 60%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .os-p {
        font-size: 3rem;
    }

    .os-p2 {
        font-size: 1rem;
    }

    .os-a {
        font-size: 0.8rem;
    }

    .ts-img2 {
        height: 300px;
    }

    .ts-p {
        font-size: 2.5rem;
    }

    .ts-img3 {
        height: 700px;
    }

    .ts-p4 {
        font-size: 2.5rem;
    }

    .ths-img {
        width: 95%;
    }

    .ths-p {
        font-size: 2rem;
    }

    .fs-img2 {
        height: 300px;
    }

    .fs-p2 {
        font-size: 1rem;
        left: 30px;
    }

    .fs-p3 {
        font-size: 2.5rem;
    }

    .fs-p {
        font-size: 2.5rem;
    }

    .fs-img {
        width: 65px;
    }

    .fis-img {
        height: 400px;
    }

    .footer-img {
        height: 350px;
    }

    .footer-div {
        width: 85%;
    }

    .footer-a {
        font-size: 0.8rem;
    }

    .footer-div4 {
        width: 50%;
    }

    .footer-a2 {
        font-size: 0.9rem;
    }

    .footer-icon {
        width: 25px;
        height: 25px;
        margin: 0 5px;
    }

    .footer-div6 {
        width: 50%;
    }

    .ddos-img {
        height: 600px;
    }

    .ddos-p {
        font-size: 2.5rem;
    }

    .ddos-p2 {
        font-size: 1.3rem;
    }

    .ddos-p3 {
        font-size: 1rem;
    }

    .ddts-div {
        border-left: 15px solid #07921c;
    }

    .ddts-p {
        font-size: 1.8rem;
        white-space: normal;
    }

    .ddts-p2 {
        font-size: 1rem;
    }

    .ddts-p3 {
        font-size: 0.9rem;
    }


}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .nav-img {
        width: 150px;
    }

    .nav-icon {
        width: 25px;
        height: 25px;
    }

    .nav-a {
        font-size: 0.9rem;
        margin: 0 10px;
    }

    .nav-div2,
    .nav-div22 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .os-p {
        font-size: 2.5rem;
    }

    .os-p2 {
        font-size: 1rem;
    }

    .os-a {
        font-size: 0.8rem;
    }

    .ts-img2 {
        height: 220px;
    }

    .ts-p {
        font-size: 2rem;
    }

    .ts-p2 {
        font-size: 1rem;
        white-space: normal;
    }

    .ts-p3 {
        font-size: 0.9rem;
        white-space: normal;
    }

    .ts-img3 {
        height: 700px;
    }

    .ts-p4 {
        font-size: 2rem;
    }

    .ts-img4 {
        padding: 0 10px;
    }

    .ts-p5 {
        font-size: 1.3rem;
    }

    .ts-p6 {
        font-size: 0.9rem;
    }

    .ths-p {
        font-size: 1.5rem;
    }

    .ths-p2 {
        font-size: 0.9rem;
    }

    .fs-p {
        font-size: 2rem;
    }

    .fs-img {
        width: 60px;
    }

    .fs-img2 {
        height: 220px;
    }

    .fs-p2 {
        font-size: 0.8rem;
        top: 15px;
        left: 20px;
    }

    .fs-p3 {
        font-size: 1.5rem;
    }

    .fs-img4 {
        width: 60%;
        left: 45%;
    }

    .fis-img {
        height: 400px;
    }

    .fis-div {
        left: 35%;
    }

    .contactForm {
        width: 80%;
    }

    .footer-img {
        height: 350px;
    }

    .footer-div {
        width: 90%;
    }

    .footer-a {
        font-size: 0.7rem;
    }

    .footer-div4 {
        width: 60%;
    }

    .footer-a2 {
        font-size: 0.9rem;
    }

    .footer-icon {
        width: 25px;
        height: 25px;
    }

    .footer-div6 {
        width: 55%;
    }

    .footer-a3 {
        font-size: 0.6rem;
    }

    .ddos-img {
        height: 500px;
    }

    .ddos-a {
        top: 100px;
        font-size: 1.2rem;
    }

    .ddos-icon {
        width: 30px;
    }

    .ddos-p {
        font-size: 1.5rem;
    }

    .ddos-p2 {
        font-size: 1rem;
    }

    .ddos-p3 {
        font-size: 0.8rem;
    }

    .ddts-p {
        font-size: 1.5rem;
        white-space: normal;
    }

    .ddts-p2 {
        font-size: 0.9rem;
    }

    .ddts-p3 {
        font-size: 0.8rem;
    }

}

@media screen and (max-width: 767px) {

    .navbar {
        flex-direction: column !important;
    }

    .nav-div {
        width: 100%;
        justify-content: space-between;
    }

    .nav-img {
        width: 150px;
        display: block;
        margin: 0 auto 10px;
    }

    .nav-a {
        font-size: .8rem;
        margin: 0 10px;
        text-align: center;
    }

    .nav-div2 {
        display: none;
    }

    .nav-div22 {
        position: absolute;
        right: -30px;
        top: 25px;
    }

    .nav-icon {
        width: 25px;
        height: 25px;
    }

    .os-img {
        height: 600px;
    }

    .os-div {
        top: 60%;
        width: 90%;
    }

    .os-p {
        font-size: 2.4rem;
    }

    .os-p2 {
        font-size: 1rem;
    }

    .os-a {
        font-size: 0.8rem;
    }

    .ts-img2 {
        margin: 10px auto;
        width: 100%;
        height: auto;
    }

    .ts-div2 {
        left: 0;
        padding: 0 20px;
    }

    .ts-p {
        font-size: 2rem;
    }

    .ts-p2 {
        font-size: 1rem;
        white-space: normal;
        text-align: justify;
    }

    .ts-p3 {
        white-space: normal;
        text-align: justify;
    }

    .ts-img3 {
        height: 1000px;
    }

    .ts-p4 {
        font-size: 1.5rem;
    }

    .ts-img4 {
        width: 80px;
        object-fit: cover;
        display: block;
        margin: 10px 0;
        padding: 0;
    }

    .ts-p5 {
        font-size: 1rem;
    }

    .ts-p6 {
        font-size: 0.8rem;
    }

    .ths-img {
        width: 95%;
        height: 600px;
    }

    .ths-p {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .ths-p2 {
        font-size: 0.9rem;
        margin-bottom: 25px;
    }

    .ths-img2 {
        margin-left: 0;
    }

    .fs-p {
        font-size: 1.5rem;
        margin-right: 10px;
    }

    .fs-div2 {
        margin-left: 10px;
    }

    .fs-img {
        width: 50px;
        padding: 0px 5px;
    }

    .fs-img2 {
        width: 100%;
        height: 200px;
    }

    .fs-img3 {
        height: 400px;
    }

    .fs-img4 {
        width: 90%;
        top: 50%;
        left: 50%;
    }

    .fs-p3 {
        top: 20%;
        font-size: 1.2rem;
    }

    .fis-img {
        height: 500px;
    }

    .fis-div {
        width: 80%;
        left: 50%;
    }


    .footer-img {
        height: 700px;
    }

    .footer-div {
        width: 100%;
        left: 0;
    }

    .footer-img2 {
        width: 150px;
        display: block;
        margin: 25px auto;
    }

    .footer-div .row {
        width: auto !important;
    }

    .footer-a {
        margin: 5px 0;
    }

    .footer-div2 {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }

    .footer-div3 {
        align-items: center;
    }

    .footer-div4 {
        width: 80%;
    }

    .footer-div6 {
        width: 90%;
    }

    .footer-a3 {
        text-align: center;
    }

    .ddos-img {
        height: 700px;
    }

    .ddos-a {
        top: 140px;
        left: 10px;
        font-size: 1.2rem;
    }

    .ddos-icon {
        width: 25px;
    }

    .ddos-div {
        width: 90%;
    }

    .ddos-p {
        font-size: 1.5rem;
        white-space: normal;
        text-align: center;
    }

    .ddos-p2 {
        font-size: 1rem;
        text-align: center;
    }

    .ddos-p3 {
        font-size: 0.8rem;
        text-align: justify;
    }

    .ddts-div {
        border-left: 15px solid #07921c;
        padding-left: 10px;
    }

    .ddts-p {
        font-size: 1.5rem;
        margin-left: 0;
        white-space: normal;
    }

    .ddts-p2 {
        font-size: 0.9rem;
        margin-left: 0;
    }

    .ddts-p3 {
        font-size: 0.9rem;
        margin-left: 0;
        white-space: normal;
    }

    .ddts-img {
        margin: 30px 0;
    }

    .ddts-div2 {
        margin: 0 !important;
    }

}