* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

@media (max-width: 550px) {

    .nav-box {
        width: 100%;
        box-shadow: 0 0.625rem 1.25rem 0 rgba(190, 190, 190, 0.5) !important;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        /* padding-top: 10px !important; */
        /* padding-bottom: 10px !important; */
    }

    .container-fluid {
        width: 80%;
        margin: auto;
        margin-top: 15px;
        margin-bottom: -10px;

        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-brand {
        padding-top: 0px;
    }

    .navbar-brand .logoImg {
        width: 60px;
    }

    .navbar .titleImg {
        width: 200px !important;
        height: 20px !important;
    }

    .nav {
        width: 90%;
        justify-content: space-between;
    }

    .navbar-brand .tit {
        width: 30px;
        height: 30px;
        background-color: #bbb;
        margin-right: 10px;
    }

    .navbar-brand .title {
        font-size: 15px;

    }

    .nav-link {
        font-size: 15px;
        color: #131A2D;
        line-height: 2rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #017449;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #017449;
    }

    /* .navbar .titleImg {
        width: 110px;
        height: 10px;
    } */

    .title-svg {
        height: 14px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 10px;
        margin-top: 0px;
        padding: .5rem .5rem .5px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 35px;
        display: flex;
        align-items: center;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 2px solid #017449;
        color: #017449;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .mejo {
        height: 340px;
        background: url('../imgs/background.png') no-repeat;
        background-size: 100% 100%;
        position: relative;
        text-align: center;
        padding-top: 30px;
    }

    .mejo h2,
    .mejo h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 20px;
        color: #2F2E2E;
        line-height: 22px;
    }

    .mejo h3 {
        margin-top: 0px;
    }


    .mejo p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 16px;
        color: #1C1C1C;
        line-height: 28px;
        margin-top: 10px;
        padding: 0 5%;
    }

    .mejo img {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -150px;
        width: 300px;
        height: 150px;
    }

    .str {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .str .one {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .str .one img {
        width: 70px;
        height: 2px;
    }

    .str .one h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 20px;
        color: #1C1C1C;
        line-height: 60px;
        padding: 0 10px;
        padding-top: 8px;
    }


    .str .two {
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
        padding: 0 0%;
        padding-left: 2%;
        padding-right: 6%;
        justify-content: center;
        align-items: flex-start;
        margin-left: -10px;
    }

    .str .two div {
        display: flex;
        width: 160px;
        flex-direction: column;
        justify-content: center;
    }

    .str .two div img {
        width: 100px;
        height: 90px;
        margin-left: 35px;
    }

    .str .two div h3 {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 18px;
        color: #017449;
        line-height: 40px;
        text-align: left;
        margin-top: 5px;
        margin-left: 32px;
    }

    .str .two div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #A2A4A8;
        line-height: 20px;
        text-align: left;
        margin-top: -10px;
        margin-left: 32px;
        margin-bottom: 20px;
    }

    .bie {
        padding: 40px 0% 25px 0%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background: #EEF3F1;
    }

    .bie img {
        width: 300px;
        height: 260px;
    }

    .bie div {
        width: 300px;
        margin-left: 0px;
        margin-top: 20px;
    }

    .bie h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 18px;
        color: #1C1C1C;
        line-height: 30px;
        text-align: left;
        margin-top: 0px;
    }

    .bie p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 14px;
        color: #1C1C1C;
        line-height: 22px;
        text-align: left;
        margin-top: 0px;
    }


    .cont {
        padding-top: 30px;
    }

    .cont .informacion {
        padding-bottom: 40px;
    }

    .cont .top {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cont .top img {
        width: 50px;
        height: 2px;
    }

    .cont .top h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 18px;
        color: #1C1C1C;
        line-height: 30px;
        padding: 0 10px;
        padding-top: 7px;
    }

    .cont .bottom {
        margin-top: -5px;
        display: flex;
        flex-wrap: wrap;
        padding: 0%;
        justify-content: center;
        align-items: center;

    }

    .cont .bottom div {
        width: 300px;
        min-height: 40px;
        background: #E8F3EF;
        border-radius: 8px;
        margin-right: 0px;
        margin-top: 20px;
        padding-left: 10px;
        line-height: 40px;
        padding-right: 10px;
    }

    .cont .bottom div img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        margin-top: -2px;
    }

    .cont .bottom div {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 12px;
        color: #1C1C1C;
        text-align: left;
    }

    .cont .dere {
        height: 60px;
        background: #2C2C2E;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 60px;
        text-align: center;
    }
}

@media (min-width: 551px) {
    .nav-box {
        width: 100%;
        box-shadow: 0 0.125rem 1.25rem 0 #ccc !important;
        background-color: #FFFFFF !important;
    }


    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 80%;
        margin: auto;
        margin-top: 15px;
        font-family: Roboto-Regular,
            Roboto;

    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 10%;
    }

    .nav {
        width: 80%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 17px;
        color: #131A2D;
        line-height: 3rem;
    }

    .navbar .logoImg {
        width: 70px;
        /* height: 50px; */
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #017449;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #017449;
    }

    .navbar .titleImg {
        width: 132px;
        height: 50px;
    }

    .title-svg {
        height: 22px;
        margin-left: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 10px;
        margin-top: 0;
        padding: 1.25rem 1.25rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #017449;
        color: #017449;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .mejo {
        height: 708px;
        background: url('../imgs/background.png') no-repeat;
        background-size: 100% 100%;
        position: relative;
        text-align: center;
        padding-top: 64px;
    }

    .mejo h2,
    .mejo h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 36px;
        color: #2F2E2E;
        line-height: 60px;
    }

    .mejo h3 {
        margin-top: 16px;
    }


    .mejo p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 24px;
        color: #1C1C1C;
        line-height: 48px;
        margin-top: 16px;
        padding: 0 5%;
    }

    .mejo img {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -274px;
        width: 548px;
        height: 300px;
    }

    .str {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .str .one {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .str .one img {
        width: 100px;
        height: 4px;
    }

    .str .one h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 30px;
        color: #1C1C1C;
        line-height: 60px;
        padding: 0 20px;
    }


    .str .two {
        margin-top: 70px;
        display: flex;
        flex-wrap: wrap;
        padding: 0 10%;
        justify-content: space-between;
        align-items: flex-start;
    }

    .str .two div {
        display: flex;
        width: 208px;
        flex-direction: column;
        justify-content: center;
    }

    .str .two div img {
        width: 208px;
        height: 188px;
    }

    .str .two div h3 {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 22px;
        color: #017449;
        line-height: 40px;
        text-align: left;
        margin-top: 29px;
        margin-left: 32px;
    }

    .str .two div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 16px;
        color: #A2A4A8;
        line-height: 31px;
        text-align: left;
        margin-top: 8px;
        margin-left: 32px;
        margin-bottom: 80px;
    }

    .bie {
        padding: 100px 10% 120px 10%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background: #EEF3F1;
    }

    .bie img {
        width: 400px;
        height: 380px;
    }

    .bie div {
        width: 400px;
        margin-left: 0px;
        margin-top: 60px;
    }

    .bie h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 32px;
        color: #1C1C1C;
        line-height: 40px;
        text-align: left;
        margin-top: 13px;
    }

    .bie p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 22px;
        color: #1C1C1C;
        line-height: 40px;
        text-align: left;
        margin-top: 32px;
    }


    .cont {
        padding-top: 80px;
    }

    .cont .informacion {
        padding-bottom: 120px;
    }

    .cont .top {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cont .top img {
        width: 90px;
        height: 4px;
    }

    .cont .top h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 26px;
        color: #1C1C1C;
        line-height: 60px;
        padding: 0 20px;
        padding-top: 5px;
    }

    .cont .bottom {
        margin-top: 32px;
        display: flex;
        flex-wrap: wrap;
        padding: 0%;
        justify-content: center;
        align-items: center;
    }

    .cont .bottom div {
        width: 500px;
        height: 84px;
        background: #E8F3EF;
        border-radius: 8px;
        margin-right: 0px;
        margin-top: 41px;
        padding-left: 22px;
        line-height: 84px;
        padding-right: 0;
    }

    .cont .bottom div img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        margin-top: -2px;
    }

    .cont .bottom div {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 14px;
        color: #1C1C1C;
        text-align: left;
    }

    .cont .dere {
        height: 91px;
        background: #2C2C2E;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 91px;
        text-align: center;
    }



}

@media (min-width: 992px) {
    .nav-box {
        width: 100%;

        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 90%;
        margin: auto;
        height: 80px;
        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 5%;
    }

    .nav {
        width: 100%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 19px;
        color: #131A2D;
        line-height: 3rem;
    }



    .nav-link:focus,
    .nav-link:hover {
        color: #017449;
    }

    .navbar .titleImg {
        width: 132px;
        height: 50px;
    }

    .title-svg {
        height: 20px;
        margin-left: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        width: 230px;
        margin-left: -50px;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 10px;
        margin-top: 0;
        padding: 1.25rem 1.25rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #017449;

        color: #017449;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .mejo {
        height: 658px;
        background: url('../imgs/background.png') no-repeat;
        background-size: 100% 100%;
        position: relative;
        text-align: center;
        padding-top: 84px;
    }

    .mejo h2,
    .mejo h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 40px;
        color: #2F2E2E;
        line-height: 60px;
    }

    .mejo h3 {
        margin-top: 16px;
    }


    .mejo p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 24px;
        color: #1C1C1C;
        line-height: 48px;
        margin-top: 16px;
        padding: 0;
    }

    .mejo img {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -274px;
        width: 548px;
        height: 320px;
    }

    .str {
        padding-top: 80px;
    }

    .str .one {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .str .one img {
        width: 160px;
        height: 4px;
    }

    .str .one h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 45px;
        color: #1C1C1C;
        line-height: 60px;
        padding: 0 32px;
    }


    .str .two {
        margin-top: 70px;
        display: flex;
        padding: 0 5%;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .str .two div {
        display: flex;
        width: 208px;
        flex-direction: column;
        justify-content: center;
    }

    .str .two div img {
        width: 208px;
        height: 188px;
    }

    .str .two div h3 {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 28px;
        color: #017449;
        line-height: 60px;
        text-align: left;
        margin-top: 29px;
        margin-left: 32px;
    }

    .str .two div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 16px;
        color: #A2A4A8;
        line-height: 31px;
        text-align: left;
        margin-top: 8px;
        margin-left: 32px;
        margin-bottom: 80px;
    }

    .bie {
        padding: 130px 5% 160px 5%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        background: #EEF3F1;
    }

    .bie img {
        width: 400px;
        height: 380px;
    }

    .bie div {
        width: 495px;
        margin-left: 95px;
        margin-top: 0;
    }

    .bie h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 36px;
        color: #1C1C1C;
        line-height: 40px;
        text-align: left;
        margin-top: 13px;
    }

    .bie p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 22px;
        color: #1C1C1C;
        line-height: 40px;
        text-align: left;
        margin-top: 32px;
    }


    .cont {
        padding-top: 80px;
    }

    .cont .informacion {
        padding-bottom: 120px;
    }

    .cont .top {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cont .top img {
        width: 160px;
        height: 4px;
    }

    .cont .top h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 40px;
        color: #1C1C1C;
        line-height: 60px;
        padding: 0 32px;
    }

    .cont .bottom {
        margin-top: 32px;
        display: flex;
        flex-wrap: wrap;
        padding: 0%;
        justify-content: center;
        align-items: center;
    }

    .cont .bottom div {
        width: 650px;
        height: 84px;
        background: #E8F3EF;
        border-radius: 8px;
        margin-right: 40px;
        margin-top: 51px;
        padding-left: 22px;
        line-height: 84px;
    }

    .cont .bottom div img {
        width: 40px;
        height: 40px;
        margin-right: 15px;
        margin-top: -2px;
    }

    .cont .bottom div {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 17px;
        color: #1C1C1C;
        text-align: left;
    }

    .cont .dere {
        height: 91px;
        background: #2C2C2E;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 91px;
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .nav-box {
        width: 100%;

        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 90%;
        margin: auto;
        height: 80px;
        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 5%;
    }

    .nav {
        width: 95%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 19px;
        color: #131A2D;
        line-height: 3rem;
    }



    .nav-link:focus,
    .nav-link:hover {
        color: #017449;
    }

    .navbar .titleImg {
        width: 132px;
        height: 50px;
    }

    .title-svg {
        height: 20px;
        margin-left: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        width: 230px;
        margin-left: -50px;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 10px;
        margin-top: 0;
        padding: 1.25rem 1.25rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #017449;

        color: #017449;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .mejo {
        height: 658px;
        background: url('../imgs/background.png') no-repeat;
        background-size: 100% 100%;
        position: relative;
        text-align: center;
        padding-top: 84px;
    }

    .mejo h2,
    .mejo h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 40px;
        color: #2F2E2E;
        line-height: 60px;
    }

    .mejo h3 {
        margin-top: 16px;
    }


    .mejo p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 24px;
        color: #1C1C1C;
        line-height: 48px;
        margin-top: 16px;
    }

    .mejo img {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -274px;
        width: 548px;
        height: 320px;
    }

    .str {
        padding-top: 80px;
    }

    .str .one {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .str .one img {
        width: 160px;
        height: 4px;
    }

    .str .one h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 45px;
        color: #1C1C1C;
        line-height: 60px;
        padding: 0 32px;
    }


    .str .two {
        margin-top: 70px;
        display: flex;
        padding: 0 5%;
        justify-content: space-between;
        align-items: flex-start;
    }

    .str .two div {
        display: flex;
        width: 208px;
        flex-direction: column;
        justify-content: center;
    }

    .str .two div img {
        width: 208px;
        height: 188px;
    }

    .str .two div h3 {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 28px;
        color: #017449;
        line-height: 60px;
        text-align: left;
        margin-top: 29px;
        margin-left: 32px;
    }

    .str .two div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 16px;
        color: #A2A4A8;
        line-height: 31px;
        text-align: left;
        margin-top: 8px;
        margin-left: 32px;
        margin-bottom: 80px;
    }

    .bie {
        padding: 130px 5% 160px 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #EEF3F1;
    }

    .bie img {
        width: 400px;
        height: 380px;
    }

    .bie div {
        width: 495px;
        margin-left: 95px;
    }

    .bie h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 32px;
        color: #1C1C1C;
        line-height: 40px;
        text-align: left;
        margin-top: 13px;
    }

    .bie p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 22px;
        color: #1C1C1C;
        line-height: 40px;
        text-align: left;
        margin-top: 32px;
    }


    .cont {
        padding-top: 80px;
    }

    .cont .informacion {
        padding-bottom: 120px;
    }

    .cont .top {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cont .top img {
        width: 160px;
        height: 4px;
    }

    .cont .top h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 40px;
        color: #1C1C1C;
        line-height: 60px;
        padding: 0 32px;
    }

    .cont .bottom {
        margin-top: 32px;
        display: flex;
        flex-wrap: wrap;
        padding: 0%;
        justify-content: center;
        align-items: center;
        padding-left: 38px;
    }

    .cont .bottom div {
        width: 560px;
        height: 84px;
        background: #E8F3EF;
        border-radius: 8px;
        margin-right: 40px;
        margin-top: 51px;
        padding-left: 22px;
        line-height: 84px;
    }

    .cont .bottom div img {
        width: 40px;
        height: 40px;
        margin-right: 15px;
        margin-top: -2px;
    }

    .cont .bottom div {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 16px;
        color: #1C1C1C;
        text-align: left;
    }

    .cont .dere {
        height: 91px;
        background: #2C2C2E;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 91px;
        text-align: center;
    }
}

@media (min-width: 1366px) {
    .nav-box {
        width: 100%;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 80%;
        margin: auto;
        height: 80px;
        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 10%;
    }

    .nav {
        width: 90%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 20px;
        color: #131A2D;
        line-height: 3rem;
    }



    .nav-link:focus,
    .nav-link:hover {
        color: #017449;
    }

    .navbar .logoImg {
        width: 70px;
        height: 70px;
    }

    .title-svg {
        height: 20px;
        margin-left: 20px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        width: 230px;
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 10px;
        margin-top: 0;
        padding: 1.25rem 1.25rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #017449;
        color: #017449;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .mejo {
        height: 658px;
        background: url('../imgs/background.png') no-repeat;
        background-size: 100% 100%;
        position: relative;
        text-align: center;
        padding-top: 84px;
    }

    .mejo h2,
    .mejo h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 45px;
        color: #2F2E2E;
        line-height: 60px;
    }

    .mejo h3 {
        margin-top: 16px;
    }


    .mejo p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 24px;
        color: #1C1C1C;
        line-height: 48px;
        margin-top: 16px;
    }

    .mejo img {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -274px;
        width: 548px;
        height: 320px;
    }

    .str {
        padding-top: 80px;
    }

    .str .one {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .str .one img {
        width: 160px;
        height: 4px;
    }

    .str .one h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 45px;
        color: #1C1C1C;
        line-height: 60px;
        padding: 0 32px;
    }


    .str .two {
        margin-top: 70px;
        display: flex;
        padding: 0 10%;
        justify-content: space-between;
        align-items: flex-start;
    }

    .str .two div {
        display: flex;
        width: 208px;
        flex-direction: column;
        justify-content: center;
    }

    .str .two div img {
        width: 208px;
        height: 188px;
    }

    .str .two div h3 {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 28px;
        color: #017449;
        line-height: 60px;
        text-align: left;
        margin-top: 29px;
        margin-left: 32px;
    }

    .str .two div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 16px;
        color: #A2A4A8;
        line-height: 31px;
        text-align: left;
        margin-top: 8px;
        margin-left: 32px;
        margin-bottom: 80px;
    }

    .bie {
        padding: 130px 10% 160px 10%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #EEF3F1;
    }

    .bie img {
        width: 50%;
        height: 560px;
    }

    .bie div {
        width: 495px;
    }

    .bie h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 34px;
        color: #1C1C1C;
        line-height: 60px;
        text-align: left;
        margin-top: 13px;
    }

    .bie p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 24px;
        color: #1C1C1C;
        line-height: 50px;
        text-align: left;
        margin-top: 32px;
    }


    .cont {
        padding-top: 80px;
    }

    .cont .informacion {
        padding-bottom: 120px;
    }

    .cont .top {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cont .top img {
        width: 160px;
        height: 4px;
    }

    .cont .top h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 40px;
        color: #1C1C1C;
        line-height: 60px;
        padding: 0 32px;
    }

    .cont .bottom {
        margin-top: 32px;
        display: flex;
        flex-wrap: wrap;
        padding: 0%;
        justify-content: center;
        align-items: center;
    }

    .cont .bottom div {
        width: 560px;
        height: 84px;
        background: #E8F3EF;
        border-radius: 8px;
        margin-right: 40px;
        margin-top: 51px;
        padding-left: 22px;
        line-height: 84px;
    }

    .cont .bottom div img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        margin-top: -2px;
    }

    .cont .bottom div {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 16px;
        color: #1C1C1C;
        text-align: left;
    }

    .cont .dere {
        height: 91px;
        background: #2C2C2E;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 91px;
        text-align: center;
    }
}


@media (min-width: 1680px) {
    .nav-box {
        width: 100%;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 70%;
        margin: auto;
        height: 100px;
        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 10%;
    }

    .nav {
        width: 90%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 20px;
        color: #131A2D;
        /* line-height: 3rem; */
    }



    .nav-link:focus,
    .nav-link:hover {
        color: #017449;
    }

    .navbar .logoImg {
        width: 75px;
        height: 75px;
    }

    .title-svg {
        height: 20px;
        margin-left: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        width: 230px;
        border: none;
        inset: 60px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0px 2px 14px 0 rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        margin-top: 0;
        padding: 0.25rem 1.25rem 20px 1.75rem;
        margin-left: -30px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0;
        margin-top: 15px;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #017449;
        color: #017449;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .mejo {
        height: 658px;
        background: url('../imgs/background.png') no-repeat;
        background-size: 100% 100%;
        position: relative;
        text-align: center;
        padding-top: 84px;
    }

    .mejo h2,
    .mejo h3 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 45px;
        color: #2F2E2E;
        line-height: 60px;
    }

    .mejo h3 {
        margin-top: 16px;
    }


    .mejo p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 24px;
        color: #1C1C1C;
        line-height: 48px;
        margin-top: 16px;
    }

    .mejo img {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -274px;
        width: 548px;
        height: 320px;
    }

    .str {
        padding-top: 80px;
    }

    .str .one {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .str .one img {
        width: 160px;
        height: 4px;
    }

    .str .one h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 45px;
        color: #1C1C1C;
        line-height: 60px;
        padding: 0 32px;
    }


    .str .two {
        margin-top: 70px;
        display: flex;
        padding: 0 15%;
        justify-content: space-between;
        align-items: flex-start;
    }

    .str .two div {
        display: flex;
        width: 208px;
        flex-direction: column;
        justify-content: center;
    }

    .str .two div img {
        width: 208px;
        height: 188px;
    }

    .str .two div h3 {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 28px;
        color: #017449;
        line-height: 60px;
        text-align: left;
        margin-top: 29px;
        margin-left: 32px;
    }

    .str .two div p {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 16px;
        color: #A2A4A8;
        line-height: 31px;
        text-align: left;
        margin-top: 8px;
        margin-left: 32px;
        margin-bottom: 80px;
    }

    .bie {
        padding: 151px 16% 200px 16%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #EEF3F1;
    }

    .bie img {
        width: 611px;
        height: 585px;
    }

    .bie div {
        width: 495px;
    }

    .bie h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 38px;
        color: #1C1C1C;
        line-height: 60px;
        text-align: left;
        margin-top: 13px;
    }

    .bie p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 24px;
        color: #1C1C1C;
        line-height: 60px;
        text-align: left;
        margin-top: 32px;
    }


    .cont {
        padding-top: 80px;
    }

    .cont .informacion {
        padding-bottom: 120px;
    }

    .cont .top {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cont .top img {
        width: 160px;
        height: 4px;
    }

    .cont .top h2 {
        font-family: Roboto, Roboto;
        font-weight: bold;
        font-size: 45px;
        color: #1C1C1C;
        line-height: 60px;
        padding: 0 32px;
    }

    .cont .bottom {
        margin-top: 32px;
        display: flex;
        flex-wrap: wrap;
        padding: 0 15%;
        justify-content: center;
        align-items: center;
    }

    .cont .bottom div {
        width: 600px;
        height: 84px;
        background: #E8F3EF;
        border-radius: 8px;
        margin-right: 40px;
        margin-top: 51px;
        padding-left: 22px;
        line-height: 84px;
    }

    .cont .bottom div img {
        width: 40px;
        height: 40px;
        margin-right: 15px;
        margin-top: -2px;
    }

    .cont .bottom div {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 17px;
        color: #1C1C1C;
        text-align: left;
    }

    .cont .dere {
        height: 91px;
        background: #2C2C2E;
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 91px;
        text-align: center;
    }
}

.container-fluid {
    padding: 0;
}


.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 0 !important;
}


.back {
    display: none;
    width: 70px;
    height: 70px;
    background: url("../imgs/back.png") no-repeat;
    background-size: cover;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 2;
}

.activ {
    color: #635AFF;
}