* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

@media (max-width: 550px) {

    .back {

        width: 35px !important;
        height: 35px !important;
        background: url("../imgs/back.png") no-repeat;
        background-size: cover;
        position: fixed;
        right: 10px !important;
        bottom: 50px;
        z-index: 2;
    }

    .nav-box {
        width: 100%;

        background-color: #FFFFFF !important;
    }

    .py-3 {
        /* padding-top: 10px !important; */
        /* padding-bottom: 10px !important; */
    }

    .container-fluid {
        width: 85%;
        margin: auto;
        /* margin-top: 10px; */
        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-brand {
        padding-top: 20px;
    }

    .navbar-brand .logoImg {
        width: 60px;
    }

    .navbar-brand .titleImg {
        width: 100px !important;
        height: 15px !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: 20px;
    }

    .nav-link {
        font-size: 16px;
        color: #5E6C80;
        line-height: 1.5rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #2ABA00;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #2ABA00;
    }

    .navbar .titleImg {
        width: 100px;
        height: 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: 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 #2ABA00;
        color: #2ABA00;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;

    }

    .home>img {
        width: 100%;
        height: 420px;
    }

    .home .img-fluid {
        display: block;
    }

    .home-text-box {
        width: 18rem;
        height: 600px;
        position: absolute;
        top: 2%;
        left: 0%;
        border-radius: 4px;
        padding: 58px 33px;
    }


    .home-text-box h2 {
        font-size: 16px;
        font-family: Roboto, Roboto;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 20px;
        margin-top: -20px;
    }

    .home-text-box h3 {
        font-size: 12px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        color: #F6FFF3;
        line-height: 20px;
        margin-top: 15px;
    }

    .home-text-box h4 {
        font-size: 13px;
        font-family: Roboto, Roboto;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 20px;
        margin-top: 15px;
    }

    .home-text-box .google {
        margin-top: 60px;
        margin-left: 0;
        height: 52px;
        width: 180px;
    }

    .home-text-box button {
        width: 480px;
        height: 70px;
        background: #FF911F;
        border-radius: 12px;
        line-height: 52px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 22px;
        border: none;
        margin-top: 40px;
    }

    .aboutUs {
        width: 100%;
        padding: 0 8%;
        background: #F7FAF8;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .aboutUs h2 {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 24px;
        color: #2ABA00;

        text-align: center;
        font-style: normal;
    }

    .aboutUs h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 20px;
        color: #150E39;
        margin-top: 10px;
        text-align: center;
        font-style: normal;
    }

    .aboutUs .simple {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .aboutUs .simple div {
        width: 50%;
        height: 230px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .aboutUs .simple div img {
        width: 50px;
        height: 50px;
    }

    .aboutUs .simple div .three {
        margin-top: 20px;
    }

    .aboutUs .simple div p {
        width: 90%;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 12px;
        color: #5E6C80;
        line-height: 22px;
        text-align: center;
        margin-top: 15px;
    }

    .aboutUs .simple div:nth-of-type(1) {
        border-right: 1px solid #E5E6EB;
        border-bottom: 1px solid #E5E6EB;
    }

    .aboutUs .simple div:nth-of-type(2) {
        border-left: 1px solid #E5E6EB;
        border-bottom: 1px solid #E5E6EB;

    }

    .aboutUs .simple div:nth-of-type(3) {
        border-top: 1px solid #E5E6EB;
        border-right: 1px solid #E5E6EB;

    }

    .aboutUs .simple div:nth-of-type(4) {
        border-top: 1px solid #E5E6EB;
        border-left: 1px solid #E5E6EB;
    }





    .detail {
        width: 80%;
        margin: 30px 10%;
        background: url('../imgs/tran.png') no-repeat;
        background-size: 100% 1200px;
        padding: 30px 30px;


    }

    .detail .home {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .detail .home img {
        width: 220px;
        height: 250px;
    }

    .detail .home div {
        margin-left: 0px;
        margin-right: 0px;
    }

    .detail .home h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 20px;
        color: #150E39;
        line-height: 20px;
        text-align: left;
        margin-top: 30px;
    }

    .detail .home p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 16px;
        color: #150E39;
        line-height: 20px;
        text-align: left;
        margin-top: 10px;
    }

    .detail .home h4 {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        text-align: left;
        padding-left: 20px;
        margin-top: 10px;
        background: url('../imgs/tuo.png') no-repeat 0 5px;
        background-size: 10px 10px;
        margin-bottom: 10px;
    }

    .detail .home span {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 14px;
        color: #000000;
        line-height: 20px;
        text-align: left;

    }

    .detail .home .las {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 14px;
        color: #000000;
        line-height: 22px;
        text-align: left;
        margin-top: 0px;
        padding-left: 20px;
        margin-top: 10px;
        background: url('../imgs/tuo.png') no-repeat 0 5px;
        background-size: 10px 10px;
    }





    .seguro {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: url('../imgs/green.png') no-repeat;
        background-size: 100% 200px;
        padding-top: 0px;
        padding-bottom: 40px;
        height: 200px;
    }

    .seguro h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 20px;
        color: #150E39;
        line-height: 20px;
        text-align: center;
        margin-top: 60px;
    }

    .seguro p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 12px;
        color: #46695B;
        line-height: 20px;
        text-align: center;
    }


    .seguro div {
        margin-top: 20px;

    }

    .footer {
        width: 100%;
        margin-top: 0px;
    }

    .footer .log {
        width: 45px;
    }

    .footer .title {
        width: 100px;
        margin-left: 10px;
    }


    .clock img,
    .address img,
    .tele img,
    .number img {

        width: 20px;
        height: 20px;
        margin-right: 15px;
    }

    .clock img {
        margin-top: 0px;
    }

    .footer .address {
        display: flex;
    }

    .footer-top {
        width: 100%;
        padding-top: 50px;
        padding-left: 40px;
        padding-bottom: 30px;
        /* padding-right: 291px; */
        background: #262429;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-right: 15px;
    }

    .footer-top .footer-left .logo {
        display: flex;
        align-items: center;
    }

    .footer-top .footer-left .logo .log {
        width: 60px !important;
        height: 60px;
        margin-left: 0px;
    }

    .footer-top .footer-left .logo .title {
        width: 130px;
        height: 19px;
        margin-left: 20px;
        margin-right: 50px;
    }

    .footer-top .footer-left .logo .goo {
        width: 160px;
        margin-top: 20px;



    }




    .company {
        display: flex !important;
    }

    .company img {
        width: 20px;
        height: 20px;

    }

    .company .companyName {
        margin-left: 15px;
    }

    .footer-top .footer-left .logo div {
        width: 20px;
        height: 20px;
        background-color: #fff;
    }

    .footer-top .footer-left .logo span {
        margin-left: 14px;
    }

    .footer-top .footer-left .clock {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 24px;
        margin-top: 20px;
    }

    .footer-top .footer-left p {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 24px;
    }

    .footer-top .footer-right {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 24px;

    }

    .footer-top .footer-right p:nth-child(2) {
        margin-top: 15px;
    }


    .footer-bottom {
        background: #201D21;
        padding: 1.8rem 0;
    }

    .footer-bottom-box {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-box>p {
        font-size: 14px;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1rem;
        margin-bottom: 0;
    }

    .footer-bottom-box>div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box>div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box>div a img {
        width: 100%;
    }
}

@media (min-width: 551px) {
    .nav-box {
        width: 100%;

        background-color: #FFFFFF !important;
    }


    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 90%;
        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: #5E6C80;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #2ABA00;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #2ABA00;
    }

    .navbar .titleImg {
        width: 140px;
        height: 21px;
    }

    .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 #2ABA00;
        color: #2ABA00;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;

    }

    .home>img {
        width: 100%;
        height: 630px;
    }

    .home .img-fluid {
        display: block;
    }

    .home-text-box {
        width: 20rem;
        height: 600px;
        position: absolute;
        top: 5%;
        left: 3%;
        border-radius: 4px;
        padding: 58px 33px;
    }


    .home-text-box h2 {
        font-size: 20px;
        font-family: Roboto, Roboto;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 36px;
        margin-top: -20px;
    }

    .home-text-box h3 {
        font-size: 14px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        color: #F6FFF3;
        line-height: 28px;
        margin-top: 25px;
    }

    .home-text-box h4 {
        font-size: 15px;
        font-family: Roboto, Roboto;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 32px;
        margin-top: 25px;
    }

    .home-text-box .google {
        margin-top: 60px;
        margin-left: 0;
        height: 52px;
        width: 180px;
    }

    .home-text-box button {
        width: 480px;
        height: 70px;
        background: #FF911F;
        border-radius: 12px;
        line-height: 52px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 22px;
        border: none;
        margin-top: 40px;
    }

    .aboutUs {
        width: 100%;
        padding: 0 10%;
        background: #F7FAF8;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .aboutUs h2 {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 40px;
        color: #2ABA00;

        text-align: center;
        font-style: normal;
    }

    .aboutUs h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 32px;
        color: #150E39;
        margin-top: 34px;
        text-align: center;
        font-style: normal;
    }

    .aboutUs .simple {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 70px;
    }

    .aboutUs .simple div {
        width: 50%;
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .aboutUs .simple div img {
        width: 90px;
        height: 90px;
    }

    .aboutUs .simple div p {
        width: 90%;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 14px;
        color: #5E6C80;
        line-height: 30px;
        text-align: center;
        margin-top: 30px;
    }

    .aboutUs .simple div:nth-of-type(1) {
        border-right: 1px solid #E5E6EB;
        border-bottom: 1px solid #E5E6EB;
    }

    .aboutUs .simple div:nth-of-type(2) {
        border-left: 1px solid #E5E6EB;
        border-bottom: 1px solid #E5E6EB;

    }

    .aboutUs .simple div:nth-of-type(3) {
        border-top: 1px solid #E5E6EB;
        border-right: 1px solid #E5E6EB;

    }

    .aboutUs .simple div:nth-of-type(4) {
        border-top: 1px solid #E5E6EB;
        border-left: 1px solid #E5E6EB;
    }





    .detail {
        width: 80%;
        margin: 120px 10%;
        background: url('../imgs/tran.png') no-repeat;
        background-size: 100% 1200px;
        padding: 80px 53px;


    }

    .detail .home {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .detail .home img {
        width: 350px;
        height: 400px;
    }

    .detail .home div {
        margin-left: 0px;
        margin-right: 0px;
    }

    .detail .home h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 30px;
        color: #150E39;
        line-height: 20px;
        text-align: left;
        margin-top: 60px;
    }

    .detail .home p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 20px;
        color: #150E39;
        line-height: 30px;
        text-align: left;
        margin-top: 32px;
    }

    .detail .home h4 {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 20px;
        color: #000000;
        line-height: 30px;
        text-align: left;
        padding-left: 34px;
        margin-top: 20px;
        background: url('../imgs/tuo.png') no-repeat 0 14px;
        background-size: 14px 14px;
        margin-bottom: 20px;
    }

    .detail .home span {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 20px;
        color: #000000;
        line-height: 30px;
        text-align: left;

    }

    .detail .home .las {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 20px;
        color: #000000;
        line-height: 30px;
        text-align: left;
        margin-top: 20px;
        padding-left: 34px;
        margin-top: 20px;
        background: url('../imgs/tuo.png') no-repeat 0 14px;
        background-size: 14px 14px;
    }





    .seguro {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: url('../imgs/green.png') no-repeat;
        background-size: 100% 550px;
        padding-top: 100px;
        padding-bottom: 110px;
        height: 450px;
    }

    .seguro h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 34px;
        color: #150E39;
        line-height: 47px;
        text-align: center;
        margin-top: 40px;
    }

    .seguro p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #46695B;
        line-height: 40px;
        text-align: center;
    }


    .seguro div {
        margin-top: 50px;

    }

    .footer {
        width: 100%;
        margin-top: 0px;
    }


    .footer .title {
        height: 30px;
        margin-left: 15px;
    }

    .company {
        display: flex;
    }

    .company img {
        width: 25px;
        height: 25px;
        margin-top: 5px;
    }

    .company .companyName {
        margin-left: 15px;
    }


    .clock img,
    .number img,
    .address img,
    .tele img {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }

    .address img {
        margin-top: 8px;
    }

    .footer .address {
        display: flex;
    }

    .clock img {
        margin-top: -3px;
    }

    .footer-top {
        width: 100%;
        padding-top: 60px;
        background: #262429;
        display: flex;
        flex-wrap: wrap;
        padding-left: 10%;
        justify-content: space-between;
        padding-bottom: 30px;
        padding-right: 20%;
    }

    .footer-top .footer-left .logo {
        display: flex;
        align-items: center;
    }

    .footer-top .footer-left .logo .log {
        width: 80px !important;
        height: 80px;
        margin-left: 0px;
    }

    .footer-top .footer-left .logo .title {
        width: 160px;
        height: 22px;
        margin-left: 25px;
        margin-top: 0;

    }

    .footer-top .footer-left .logo .goo {
        width: 160px;
        margin-left: 30px;
    }

    .footer-top .footer-left .logo div {
        width: 40px;
        height: 40px;
        background-color: #fff;
    }

    .footer-top .footer-left .logo span {
        margin-left: 20px;
    }

    .footer-top .footer-left .clock {
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 50px;
        margin-top: 40px;
    }

    .footer-top .footer-left p {
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
    }

    .footer-top .footer-right {
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;

    }

    .footer-top .footer-right p:nth-child(2) {
        margin-top: 35px;
    }

    .log {
        width: 80px !important;
    }


    .footer-bottom {
        background: #201D21;
        padding: 2.8125rem 0;
    }

    .footer-bottom-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-box>p {
        font-size: 1.25rem;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-bottom-box>div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box>div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box>div a img {
        width: 100%;
    }
}

@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: 0%;
    }

    .nav {
        width: 85%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 19px;
        color: #5E6C80;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #2ABA00;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #2ABA00;
    }

    .navbar .titleImg {
        width: 140px;
        height: 21px;
    }

    .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;
        margin-left: -70px;
    }

    .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 #2ABA00;
        color: #2ABA00;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;

    }

    .home>img {
        width: 100%;
        height: 900px;

    }

    .home .img-fluid {
        display: block;
    }


    .home-text-box {
        width: 32rem;
        height: 400px;
        position: absolute;
        top: 13%;
        left: 3%;
        border-radius: 4px;
        padding: 58px 33px;
    }


    .home-text-box h2 {
        font-size: 28px;
        font-family: Roboto, Roboto;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 53px;
        margin-top: -20px;
    }

    .home-text-box h3 {
        font-size: 19px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        color: #F6FFF3;
        line-height: 38px;
        margin-top: 50px;
    }

    .home-text-box h4 {
        font-size: 22px;
        font-family: Roboto, Roboto;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 42px;
        margin-top: 25px;
    }

    .home-text-box .google {
        margin-top: 100px;
        margin-left: 0;
        height: 52px;
        width: 180px;
    }

    .home-text-box button {
        width: 480px;
        height: 70px;
        background: #FF911F;
        border-radius: 12px;
        line-height: 52px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 22px;
        border: none;
        margin-top: 40px;
    }

    .aboutUs {
        width: 100%;
        padding: 0 10%;
        background: #F7FAF8;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .aboutUs h2 {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 48px;
        color: #2ABA00;

        text-align: center;
        font-style: normal;
    }

    .aboutUs h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 38px;
        color: #150E39;
        margin-top: 34px;
        text-align: center;
        font-style: normal;
    }

    .aboutUs .simple {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 70px;
    }

    .aboutUs .simple div {
        width: 50%;
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .aboutUs .simple div img {
        width: 90px;
        height: 90px;
    }

    .aboutUs .simple div p {
        width: 80%;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #5E6C80;
        line-height: 36px;
        text-align: center;
        margin-top: 30px;
    }

    .aboutUs .simple div:nth-of-type(1) {
        border-right: 1px solid #E5E6EB;
        border-bottom: 1px solid #E5E6EB;
    }

    .aboutUs .simple div:nth-of-type(2) {
        border-left: 1px solid #E5E6EB;
        border-bottom: 1px solid #E5E6EB;

    }

    .aboutUs .simple div:nth-of-type(3) {
        border-top: 1px solid #E5E6EB;
        border-right: 1px solid #E5E6EB;

    }

    .aboutUs .simple div:nth-of-type(4) {
        border-top: 1px solid #E5E6EB;
        border-left: 1px solid #E5E6EB;
    }





    .detail {
        width: 80%;
        margin: 120px 10%;
        background: url('../imgs/tran.png') no-repeat;
        background-size: auto;
        padding: 120px 53px;
        padding-left: 30px;
        padding-bottom: 80px;

    }

    .detail .home {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    .detail .home img {
        width: 45%;
        height: 400px;
    }

    .detail .home div {
        margin-left: 30px;
        margin-right: 30px;
    }

    .detail .home h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 40px;
        color: #150E39;
        line-height: 58px;
        text-align: left;
        margin-top: 0;
    }

    .detail .home p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 20px;
        color: #150E39;
        line-height: 30px;
        text-align: left;
        margin-top: 20px;
    }

    .detail .home h4 {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 20px;
        color: #000000;
        line-height: 35px;
        text-align: left;
        padding-left: 34px;
        margin-top: 20px;
        background: url('../imgs/tuo.png') no-repeat 0 14px;
        background-size: 14px 14px;
        margin-bottom: 20px;
    }

    .detail .home span {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        line-height: 30px;
        text-align: left;

    }

    .detail .home .las {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        line-height: 30px;
        text-align: left;
        margin-top: 20px;
        padding-left: 34px;
        margin-top: 20px;
        background: url('../imgs/tuo.png') no-repeat 0 14px;
        background-size: 14px 14px;
    }





    .seguro {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: url('../imgs/green.png') no-repeat;
        background-size: 100% 550px;
        padding-top: 100px;
        padding-bottom: 110px;
        height: 550px;
    }

    .seguro h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 40px;
        color: #150E39;
        line-height: 47px;
        text-align: center;
        margin-top: 40px;
    }

    .seguro p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 20px;
        color: #46695B;
        line-height: 70px;
        text-align: center;
    }


    .seguro div {
        margin-top: 57px;

    }


    .footer {
        width: 100%;
        margin-top: 0px;
    }

    .footer .title {
        margin-left: 25px;

    }

    .company img {
        width: 25px;
        height: 25px;
        margin-top: 5px;
    }

    .company .companyName {
        margin-left: 15px;
    }


    .clock img,
    .address img,
    .number img,
    .tele img {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }

    .address img {
        margin-top: 8px;
    }

    .footer .address {
        display: flex;
    }

    .clock img {
        margin-top: 2px;
    }

    .footer-top {
        width: 100%;
        padding-top: 60px;
        padding-left: 10%;
        background: #262429;
        display: flex;
        justify-content: space-between;
        padding-bottom: 40px;

    }

    .footer-top .footer-left .logo {
        display: flex;
        align-items: center;
    }

    .footer-top .footer-left .logo .log {
        width: 90px !important;
        height: 90px;
        margin-left: 0px;
    }

    .footer-top .footer-left .logo .title {
        width: 160px;
        height: 22px;
        margin-left: 25px;
        margin-top: 0;

    }

    .footer-top .footer-left .logo .goo {
        width: 220px;
        margin-left: 40px;
    }

    .footer-top .footer-left .logo div {
        width: 40px;
        height: 40px;
        background-color: #fff;
    }

    .footer-top .footer-left .logo span {
        margin-left: 20px;
    }

    .footer-top .footer-left .number {
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 50px;
        margin-top: 40px;
    }

    .footer-top .footer-left p {
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
    }

    .footer-top .footer-right {
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;
        padding-top: 10px;

    }

    .footer-top .footer-right p:nth-child(2) {
        margin-top: 35px;
    }

    .log {
        width: 80px !important;
    }

    .footer-bottom {
        background: #201D21;
        padding: 2.8125rem 0;
    }

    .footer-bottom-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-box>p {
        font-size: 1.25rem;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-bottom-box>div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box>div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box>div a img {
        width: 100%;
    }
}

@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: 92%;
        margin: auto;
        height: 80px;
        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 5%;
    }

    .nav {
        width: 85%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 19px;
        color: #5E6C80;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #2ABA00;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #2ABA00;
    }

    .navbar .titleImg {
        width: 140px;
        height: 21px;
    }

    .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 #2ABA00;

        color: #2ABA00;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;

    }

    .home>img {
        width: 100%;
        height: 900px;

    }

    .home .img-fluid {
        display: block;
    }


    .home-text-box {
        width: 32rem;
        height: 400px;
        position: absolute;
        top: 10%;
        left: 3%;
        border-radius: 4px;
        padding: 58px 33px;
    }


    .home-text-box h2 {
        font-size: 28px;
        font-family: Roboto, Roboto;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 53px;
        margin-top: -20px;
    }

    .home-text-box h3 {
        font-size: 19px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        color: #F6FFF3;
        line-height: 38px;
        margin-top: 50px;
    }

    .home-text-box h4 {
        font-size: 22px;
        font-family: Roboto, Roboto;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 42px;
        margin-top: 25px;
    }

    .home-text-box .google {
        margin-top: 100px;
        margin-left: 0;
        height: 52px;
        width: 180px;
    }

    .home-text-box button {
        width: 480px;
        height: 70px;
        background: #FF911F;
        border-radius: 12px;
        line-height: 52px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 22px;
        border: none;
        margin-top: 40px;
    }

    .aboutUs {
        width: 100%;
        padding: 0 10%;
        background: #F7FAF8;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .aboutUs h2 {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 48px;
        color: #2ABA00;

        text-align: center;
        font-style: normal;
    }

    .aboutUs h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 38px;
        color: #150E39;
        margin-top: 34px;
        text-align: center;
        font-style: normal;
    }

    .aboutUs .simple {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 70px;
    }

    .aboutUs .simple div {
        width: 50%;
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .aboutUs .simple div img {
        width: 90px;
        height: 90px;
    }

    .aboutUs .simple div p {
        width: 80%;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #5E6C80;
        line-height: 36px;
        text-align: center;
        margin-top: 30px;
    }

    .aboutUs .simple div:nth-of-type(1) {
        border-right: 1px solid #E5E6EB;
        border-bottom: 1px solid #E5E6EB;
    }

    .aboutUs .simple div:nth-of-type(2) {
        border-left: 1px solid #E5E6EB;
        border-bottom: 1px solid #E5E6EB;

    }

    .aboutUs .simple div:nth-of-type(3) {
        border-top: 1px solid #E5E6EB;
        border-right: 1px solid #E5E6EB;

    }

    .aboutUs .simple div:nth-of-type(4) {
        border-top: 1px solid #E5E6EB;
        border-left: 1px solid #E5E6EB;
    }





    .detail {
        width: 80%;
        margin: 120px 10%;
        background: url('../imgs/tran.png') no-repeat;
        background-size: auto;
        padding: 120px 53px;
        padding-bottom: 100px;

    }

    .detail .home {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .detail .home img {
        width: 50%;
        height: 400px;
    }

    .detail .home div {
        margin-left: 40px;
        margin-right: 20px;
    }

    .detail .home h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 40px;
        color: #150E39;
        line-height: 20px;
        text-align: left;
    }

    .detail .home p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 20px;
        color: #150E39;
        line-height: 30px;
        text-align: left;
        margin-top: 32px;
    }

    .detail .home h4 {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 20px;
        color: #000000;
        line-height: 35px;
        text-align: left;
        padding-left: 34px;
        margin-top: 20px;
        background: url('../imgs/tuo.png') no-repeat 0 14px;
        background-size: 14px 14px;
        margin-bottom: 20px;
    }

    .detail .home span {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        line-height: 30px;
        text-align: left;

    }

    .detail .home .las {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        line-height: 30px;
        text-align: left;
        margin-top: 20px;
        padding-left: 34px;
        margin-top: 20px;
        background: url('../imgs/tuo.png') no-repeat 0 14px;
        background-size: 14px 14px;
    }





    .seguro {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: url('../imgs/green.png') no-repeat;
        background-size: 100% 550px;
        padding-top: 100px;
        padding-bottom: 110px;
        height: 550px;
    }

    .seguro h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 40px;
        color: #150E39;
        line-height: 47px;
        text-align: center;
        margin-top: 40px;
    }

    .seguro p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 20px;
        color: #46695B;
        line-height: 70px;
        text-align: center;
    }


    .seguro div {
        margin-top: 57px;

    }

    .footer {
        width: 100%;
        margin-top: 0px;
    }


    .company img {
        width: 25px;
        height: 25px;
        margin-top: 5px;
    }

    .footer .address {
        display: flex;
    }

    .footer .title {
        width: 180px;
        margin-left: 20px;
    }

    .company .companyName {
        margin-left: 15px;
    }


    .clock img,
    .number img,
    .address img,
    .tele img {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }

    .address img {
        margin-top: 8px;
    }

    .clock img {
        margin-top: -3px;
    }

    .footer-top {
        width: 100%;
        padding-top: 60px;
        padding-left: 10%;
        padding-right: 10%;
        background: #262429;
        display: flex;
        justify-content: space-between;
    }

    .footer-top .footer-left .logo {
        display: flex;
        align-items: center;

    }

    .footer-top .footer-left .logo .log {
        width: 80px !important;
        height: 80px;
        margin-left: 0px;
    }

    .footer-top .footer-left .logo .title {
        width: 160px;
        height: 22px;
        margin-left: 25px;
        margin-top: 0;

    }

    .footer-top .footer-left .logo .goo {
        width: 220px;
        margin-left: 40px;
    }

    .footer-top .footer-left .logo div {
        width: 40px;
        height: 40px;
        background-color: #fff;
    }

    .footer-top .footer-left .logo span {
        margin-left: 20px;
    }

    .footer-top .footer-left .number {
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 50px;
        margin-top: 40px;
    }

    .footer-top .footer-left p {
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
    }

    .footer-top .footer-right {
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;
        padding-top: 10px;

    }

    .footer-top .footer-right p:nth-child(2) {
        margin-top: 45px;
    }

    .log {
        width: 80px !important;
    }


    .footer-bottom {
        background: #201D21;
        padding: 2.8125rem 0;
    }

    .footer-bottom-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-box>p {
        font-size: 1.25rem;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-bottom-box>div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box>div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box>div a img {
        width: 100%;
    }
}

@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: 85%;
        margin: auto;
        height: 80px;
        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: 19px;
        color: #5E6C80;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #2ABA00;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #2ABA00;
    }

    .navbar .titleImg {
        width: 140px;
        height: 21px;
    }

    .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 #2ABA00;
        color: #2ABA00;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;

    }

    .home>img {
        width: 100%;
        height: 900px;

    }

    .home .img-fluid {
        display: block;
    }


    .home-text-box {
        width: 35rem;
        height: 400px;
        position: absolute;
        top: 100px;
        left: 7%;
        border-radius: 4px;
        padding: 58px 33px;
    }


    .home-text-box h2 {
        font-size: 28px;
        font-family: Roboto, Roboto;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 53px;
        margin-top: -20px;
    }

    .home-text-box h3 {
        font-size: 19px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        color: #F6FFF3;
        line-height: 38px;
        margin-top: 60px;
    }

    .home-text-box h4 {
        font-size: 22px;
        font-family: Roboto, Roboto;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 42px;
        margin-top: 25px;
    }

    .home-text-box .google {
        margin-top: 100px;
        margin-left: 0;
        height: 52px;
        width: 180px;
    }

    .home-text-box button {
        width: 480px;
        height: 70px;
        background: #FF911F;
        border-radius: 12px;
        line-height: 52px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 22px;
        border: none;
        margin-top: 40px;
    }

    .aboutUs {
        width: 100%;
        padding: 0 10%;
        background: #F7FAF8;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .aboutUs h2 {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 48px;
        color: #2ABA00;

        text-align: center;
        font-style: normal;
    }

    .aboutUs h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 38px;
        color: #150E39;
        margin-top: 34px;
        text-align: center;
        font-style: normal;
    }

    .aboutUs .simple {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 70px;
    }

    .aboutUs .simple div {
        width: 50%;
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .aboutUs .simple div img {
        width: 90px;
        height: 90px;
    }

    .aboutUs .simple div p {
        width: 55%;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #5E6C80;
        line-height: 36px;
        text-align: center;
        margin-top: 30px;
    }

    .aboutUs .simple div:nth-of-type(1) {
        border-right: 1px solid #E5E6EB;
        border-bottom: 1px solid #E5E6EB;
    }

    .aboutUs .simple div:nth-of-type(2) {
        border-left: 1px solid #E5E6EB;
        border-bottom: 1px solid #E5E6EB;

    }

    .aboutUs .simple div:nth-of-type(3) {
        border-top: 1px solid #E5E6EB;
        border-right: 1px solid #E5E6EB;

    }

    .aboutUs .simple div:nth-of-type(4) {
        border-top: 1px solid #E5E6EB;
        border-left: 1px solid #E5E6EB;
    }





    .detail {
        width: 80%;
        margin: 120px 10%;
        background: url('../imgs/tran.png') no-repeat;
        background-size: auto;
        padding: 120px 53px;
        padding-bottom: 100px;

    }

    .detail .home {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .detail .home img {
        width: 40%;
        height: 500px;
    }

    .detail .home div {
        margin-left: 140px;
        margin-right: 40px;
    }

    .detail .home h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 44px;
        color: #150E39;
        line-height: 58px;
        text-align: left;
    }

    .detail .home p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 26px;
        color: #150E39;
        line-height: 30px;
        text-align: left;
        margin-top: 32px;
    }

    .detail .home h4 {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 28px;
        color: #000000;
        line-height: 35px;
        text-align: left;
        padding-left: 34px;
        margin-top: 50px;
        background: url('../imgs/tuo.png') no-repeat 0 14px;
        background-size: 14px 14px;
        margin-bottom: 20px;
    }

    .detail .home span {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        line-height: 40px;
        text-align: left;

    }

    .detail .home .las {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        line-height: 40px;
        text-align: left;
        margin-top: 20px;
        padding-left: 34px;
        margin-top: 30px;
        background: url('../imgs/tuo.png') no-repeat 0 14px;
        background-size: 14px 14px;
    }





    .seguro {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: url('../imgs/green.png') no-repeat;
        background-size: 100% 550px;
        padding-top: 100px;
        padding-bottom: 110px;
        height: 550px;
    }

    .seguro h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 40px;
        color: #150E39;
        line-height: 47px;
        text-align: center;
        margin-top: 40px;
    }

    .seguro p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 20px;
        color: #46695B;
        line-height: 70px;
        text-align: center;
    }


    .seguro div {
        margin-top: 57px;

    }





    .footer {
        width: 100%;
        margin-top: 0px;
    }



    .footer .address {
        display: flex;
    }

    .footer-top .clock {
        line-height: 30px !important;
    }

    .company img {
        width: 25px;
        height: 25px;
    }


    .clock img,
    .number img,
    .address img,
    .tele img {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }

    .address img {
        margin-top: 5px;
    }

    .clock img {
        margin-top: 3px;
    }

    .footer-top {
        width: 100%;
        /* height: 334px; */
        padding-top: 80px;
        padding-left: 10%;
        padding-right: 20%;
        background: #262429;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding-bottom: 60px;
    }

    .footer-top .footer-left {
        margin-right: 5%;
    }

    .footer-top .footer-left .logo a {
        display: flex;
        align-items: center;
    }

    .footer-top .footer-left .logo .log {
        width: 90px !important;
        height: 90px;
        margin-left: 0px;
    }

    .footer-top .footer-left .logo .title {
        width: 160px;
        height: 22px;
        margin-left: 25px;
        margin-top: 0;

    }

    .footer-top .footer-left .logo .goo {
        width: 120px;
        margin-left: 15px;
    }

    .footer-top .footer-left .logo div {
        width: 40px;
        height: 40px;
        background-color: #fff;
    }

    .footer-top .footer-left .logo span {
        margin-left: 20px;
    }

    .footer-top .footer-left .clock {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 50px;
        margin-top: 60px;
    }

    .footer-top .footer-left p {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
    }

    .footer-top .footer-right {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;
        padding-top: 20px;

    }

    .footer-top .footer-right .tele {
        margin-top: 42px !important;
    }

    .footer-top .footer-right p:nth-child(2) {
        margin-top: 35px;
    }

    .log {
        width: 80px !important;
    }

    .company .companyName {
        margin-left: 15px;
    }

    .clock img,
    .number img,
    .address img,
    .tele img {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }

    .clock {
        display: flex;

    }

    .address img {
        margin-top: 8px;
    }

    .footer-bottom {
        background: #201D21;
        padding: 2.8125rem 0;
    }

    .footer-bottom-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-box>p {
        font-size: 1.25rem;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-bottom-box>div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box>div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box>div a img {
        width: 100%;
    }
}


@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: 80%;
        margin: auto;
        height: 80px;
        font-family: Roboto-Regular,
            Roboto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
        margin-left: 10%;
    }

    .nav {
        width: 78%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 20px;
        color: #5E6C80;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #2ABA00;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #2ABA00;
    }

    .navbar .titleImg {
        width: 140px;
        height: 21px;
    }

    .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 #2ABA00;
        color: #2ABA00;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;

    }

    .home>img {
        width: 100%;
        height: 880px;

    }

    .home .img-fluid {
        display: block;
    }


    .home-text-box {
        width: 36.875rem;
        height: 400px;
        position: absolute;
        top: 100px;
        left: 10%;
        border-radius: 4px;
        padding: 58px 33px;
    }


    .home-text-box h2 {
        font-size: 32px;
        font-family: Roboto, Roboto;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 53px;
        margin-top: -20px;
    }

    .home-text-box h3 span {
        display: block;
        margin-bottom: -30px;
    }

    .home-text-box h3 {
        font-size: 20px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        color: #F6FFF3;
        line-height: 38px;
        margin-top: 50px;
    }

    .home-text-box .google {
        margin-top: 100px;
        margin-left: 0;
        height: 52px;
        width: 180px;
    }


    .aboutUs {
        width: 100%;
        padding: 0 10%;
        background: #F7FAF8;
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .aboutUs h2 {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 48px;
        color: #2ABA00;

        text-align: center;
        font-style: normal;
    }

    .aboutUs h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 38px;
        color: #150E39;
        margin-top: 34px;
        text-align: center;
        font-style: normal;
    }

    .aboutUs .simple {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 70px;
    }

    .aboutUs .simple div {
        width: 50%;
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .aboutUs .simple div img {
        width: 90px;
        height: 90px;
    }

    .aboutUs .simple div p {
        width: 55%;
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #5E6C80;
        line-height: 36px;
        text-align: center;
        margin-top: 30px;
    }

    .aboutUs .simple div:nth-of-type(1) {
        border-right: 1px solid #E5E6EB;
        border-bottom: 1px solid #E5E6EB;
    }

    .aboutUs .simple div:nth-of-type(2) {
        border-left: 1px solid #E5E6EB;
        border-bottom: 1px solid #E5E6EB;

    }

    .aboutUs .simple div:nth-of-type(3) {
        border-top: 1px solid #E5E6EB;
        border-right: 1px solid #E5E6EB;

    }

    .aboutUs .simple div:nth-of-type(4) {
        border-top: 1px solid #E5E6EB;
        border-left: 1px solid #E5E6EB;
    }





    .detail {
        width: 80%;
        margin: 120px 10%;
        background: url('../imgs/tran.png') no-repeat;
        background-size: auto;
        padding: 120px 53px;

    }

    .detail .home {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .detail .home img {
        width: 540px;
        height: 658px;
    }

    .detail .home div {
        margin-left: 145px;
        margin-right: 70px;
    }

    .detail .home h3 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 50px;
        color: #150E39;
        line-height: 58px;
        text-align: left;
    }

    .detail .home p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 26px;
        color: #150E39;
        line-height: 30px;
        text-align: left;
        margin-top: 32px;
    }

    .detail .home h4 {
        font-family: Roboto, Roboto;
        font-weight: 500;
        font-size: 28px;
        color: #000000;
        line-height: 35px;
        text-align: left;
        padding-left: 34px;
        margin-top: 81px;
        background: url('../imgs/tuo.png') no-repeat 0 14px;
        background-size: 14px 14px;
        margin-bottom: 20px;
    }

    .detail .home span {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        line-height: 40px;
        text-align: left;

    }

    .detail .home .las {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        line-height: 40px;
        text-align: left;
        margin-top: 20px;
        padding-left: 34px;
        margin-top: 60px;
        background: url('../imgs/tuo.png') no-repeat 0 14px;
        background-size: 14px 14px;
    }





    .seguro {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: url('../imgs/green.png') no-repeat;
        background-size: 100% 550px;
        padding-top: 100px;
        padding-bottom: 110px;
        height: 550px;
    }

    .seguro h2 {
        font-family: Roboto, Roboto;
        font-weight: 900;
        font-size: 40px;
        color: #150E39;
        line-height: 47px;
        text-align: center;
        margin-top: 40px;
    }

    .seguro p {
        font-family: Roboto, Roboto;
        font-weight: 400;
        font-size: 20px;
        color: #46695B;
        line-height: 70px;
        text-align: center;
    }


    .seguro div {
        margin-top: 57px;

    }










    .footer {
        width: 100%;
        margin-top: 0px;
    }


    .footer .address {
        display: flex;
    }





    .footer-top {
        width: 100%;
        height: 360px;
        padding-top: 60px;
        padding-left: 10%;
        padding-right: 25%;
        background: #262429;
        display: flex;
        justify-content: space-between;
    }

    .footer-top .footer-left .logo a {
        display: flex;
        align-items: center;

    }

    .footer-top .footer-left .logo .log {
        width: 90px !important;
        height: 90px;
        margin-left: 0px;
    }

    .footer-top .footer-left .logo .title {
        width: 160px;
        height: 22px;
        margin-left: 25px;
        margin-top: 0;

    }

    .footer-top .footer-left .logo .goo {
        width: 200px;
        margin-left: 30px;
    }

    .footer-top .footer-left .logo div {
        width: 40px;
        height: 40px;
        background-color: #fff;
    }

    .footer-top .footer-left .logo span {
        margin-left: 20px;
    }

    .footer-top .footer-left .clock {
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 50px;
        margin-top: 90px;
    }

    .footer-top .footer-right .tele {
        margin-top: 84px !important;
    }

    .footer-top .footer-left p {
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
    }

    .footer-top .footer-right {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 35px;
        padding-top: 20px;

    }

    .footer-top .footer-right p:nth-child(2) {
        margin-top: 0px;
    }

    .log {
        width: 80px !important;
    }

    .footer-bottom {
        background: #201D21;
        padding: 2.8125rem 0;
    }

    .footer-bottom-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .company .companyName {
        margin-left: 15px;
    }

    .company img {
        width: 25px;
        height: 25px;
    }




    .clock img,
    .number img,
    .address img,
    .tele img,
    .number img {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }


    .address img {
        margin-top: 5px;
    }

    .address {
        margin-top: 35px !important;
    }


    .clock img {
        margin-top: 2px;
    }

    .footer-bottom-box>p {
        font-size: 1.25rem;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-bottom-box>div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box>div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box>div a img {
        width: 100%;
    }
}

.container-fluid {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #000000;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
    font-weight: 600;
}

.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;
}