* {
    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: 40px;
    }

    .navbar-brand .titleImg {
        width: 100px !important;
        height: 24px !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: #131A2D;
        line-height: 1.5rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .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 rgb(39, 107, 253);
        color: rgb(39, 107, 253);
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;

    }

    .home>img {
        width: 100%;
        height: 350px;
    }

    .home .img-fluid {
        display: block;
    }

    .home-text-box {
        width: 17rem;
        height: 600px;
        position: absolute;
        top: 3%;
        left: -2%;
        border-radius: 4px;
        padding: 58px 33px;
    }


    .home-text-box h2 {
        font-size: 14px;
        font-family: Roboto, Roboto;
        font-weight: 600;
        color: #24252F;
        line-height: 53px;
        margin-top: -50px;
    }

    .home-text-box h3 {
        font-size: 12px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        color: #24252F;
        line-height: 24px;
        margin-top: -10px;
    }

    .home-text-box .google {
        margin-top: 20px;
        margin-left: 0;
        height: 30px;
        width: 100px;
    }

    .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 5%;
    }

    .aboutUs h2 {
        height: 36px;
        font-size: 18px;
        font-family: Roboto, Roboto;
        font-weight: 900;
        color: #24252F;
        line-height: 35px;
        margin-top: 40px;
        text-align: center;
    }

    .aboutUs .simple {
        margin-top: 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .aboutUs .simple div {
        width: 320px;
        height: 430px;
        margin-top: 50px;
        padding: 30px 20px;
        background: #FAFCFF;
        padding-bottom: 0;
        position: relative;
        border-radius: 10px;
        /* background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: linear-gradient(135deg, #fff, #fff),
            linear-gradient(135deg, #2862FF, #199BF7);
        border-bottom: 9px transparent solid; */
    }

    .aboutUs .simple img {
        width: 320px;
        height: 9px;
        position: absolute;
        left: 0;
        bottom: 0;

    }



    .aboutUs .simple div h3 {
        font-size: 16px;
        font-family: Roboto, Roboto;
        font-weight: bold;
        color: #24252F;
        line-height: 24px;
    }

    .aboutUs .simple div p {
        margin-top: 20px;
        font-size: 14px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #24252F;
        line-height: 30px;
    }

    .detail {
        width: 100%;
        padding: 0 6%;
        margin-top: 80px;
        position: relative;
    }

    .detail h3 {
        font-size: 16px;
        font-family: Roboto, Roboto;
        font-weight: 900;
        margin-bottom: 15px;
    }

    .detail img {
        width: 100%;
        height: 220px;
    }

    .detail div {
        width: 300px;
        height: 560px;
        background: #054D96;
        border-radius: 2px;
        opacity: 0.9;
        padding: 30px 20px;
        font-size: 14px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 28px;
        position: absolute;
        left: 50%;
        top: 80%;
        transform: translate(-50%, 0%);
    }

    .seguro {
        width: 100%;
        padding: 0 6%;
        margin-top: 500px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .seguro img {
        width: 300px;
        height: 200px;
    }


    .seguro div {
        margin-left: 20px;
        margin-top: 30px;
    }

    .seguro div h2 {
        font-size: 18px;
        font-family: Roboto, Roboto;
        font-weight: bold;
        color: #24252F;
        line-height: 60px;

    }

    .seguro div p {
        font-size: 14px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #24252F;
        line-height: 30px;
    }

    .seguro div img {
        margin-top: 20px;
        width: 200px;
        height: 60px;
    }


    .footer {
        width: 100%;
        margin-top: 70px;
    }

    .footer .log {
        width: 45px;
    }

    .footer .title {
        width: 120px;
        margin-left: 15px;
    }

    .number img,
    .clock img,
    .address img,
    .tele img {

        width: 20px;
        height: 20px;
        margin-right: 15px;
    }

    .clock img {
        margin-top: -3px;
    }

    .footer .address {
        display: flex;
    }

    .footer-top {
        width: 100%;
        padding-top: 40px;
        padding-left: 20px;
        /* padding-right: 291px; */
        background: #242927;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-right: 15px;
        margin-top: 570px;
    }

    .ftop {
        margin-top: -50px;
    }

    .footer-top .footer-left .logo {
        display: flex;
        align-items: center;
    }

    .footer-top .footer-left .logo .title {
        width: 130px;
        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 .number {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        margin-top: 20px;
    }

    .footer-top .footer-left p {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
    }

    .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: #1D211F;
        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: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 30px;
    }

    .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 rgb(39, 107, 253);
        color: rgb(39, 107, 253);
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;

    }

    .home>img {
        width: 100%;
        height: 500px;
    }

    .home .img-fluid {
        display: block;
    }

    .home-text-box {
        width: 26rem;
        height: 600px;
        position: absolute;
        top: 2%;
        left: 3%;
        border-radius: 4px;
        padding: 58px 33px;
    }


    .home-text-box h2 {
        font-size: 24px;
        font-family: Roboto, Roboto;
        font-weight: 600;
        color: #24252F;
        line-height: 53px;
        margin-top: -20px;
    }

    .home-text-box h3 {
        font-size: 16px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        color: #24252F;
        line-height: 40px;
        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 5%;
    }

    .aboutUs h2 {
        height: 42px;
        font-size: 24px;
        font-family: Roboto, Roboto;
        font-weight: 900;
        color: #24252F;
        line-height: 35px;
        margin-top: 70px;
        text-align: center;
    }

    .aboutUs .simple {
        margin-top: 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .aboutUs .simple div {
        width: 450px;
        height: 450px;
        margin-top: 70px;
        padding: 32px 40px;
        background: #FAFCFF;
        padding-bottom: 0;
        position: relative;
        border-radius: 10px;
        /* background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: linear-gradient(135deg, #fff, #fff),
            linear-gradient(135deg, #2862FF, #199BF7);
        border-bottom: 9px transparent solid; */
    }

    .aboutUs .simple img {
        width: 450px;
        height: 9px;
        position: absolute;
        left: 0;
        bottom: 0;

    }



    .aboutUs .simple div h3 {
        font-size: 20px;
        font-family: Roboto, Roboto;
        font-weight: bold;
        color: #24252F;
        line-height: 30px;
    }

    .aboutUs .simple div p {
        margin-top: 20px;
        font-size: 16px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #24252F;
        line-height: 34px;
    }

    .detail {
        width: 100%;
        padding: 0 6%;
        margin-top: 164px;
        position: relative;
    }

    .detail h3 {
        font-size: 20px;
        font-family: Roboto, Roboto;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .detail img {
        width: 100%;
        height: 400px;
    }

    .detail div {
        width: 400px;
        height: 680px;
        background: #054D96;
        border-radius: 2px;
        opacity: 0.9;
        padding: 43px 34px;
        font-size: 16px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;
        position: absolute;
        left: 50%;
        top: 80%;
        transform: translate(-50%, 0%);
    }

    .seguro {
        width: 100%;
        padding: 0 6%;
        margin-top: 650px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .seguro img {
        width: 500px;
        height: 400px;
    }


    .seguro div {
        margin-left: 60px;
        margin-top: 30px;
    }

    .seguro div h2 {
        font-size: 24px;
        font-family: Roboto, Roboto;
        font-weight: bold;
        color: #24252F;
        line-height: 60px;

    }

    .seguro div p {
        font-size: 20px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #24252F;
        line-height: 40px;
    }

    .seguro div img {
        margin-top: 20px;
        width: 302px;
        height: 90px;
    }



    .footer {
        width: 100%;
        margin-top: 165px;
    }


    .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: #242927;
        display: flex;
        flex-wrap: wrap;
        padding-left: 10%;
        justify-content: space-between;
        padding-bottom: 30px;
        padding-right: 10%;
    }

    .footer-top .footer-left .logo {
        display: flex;
        align-items: center;
    }

    .footer-top .footer-left .logo .title {
        width: 180px;
        height: 45px;
        margin-left: 20px;
    }

    .footer-top .footer-left .logo .goo {
        width: 160px;
        margin-left: 30px;
    }

    .footer {
        width: 100%;
        margin-top: 720px;
    }

    .log {
        width: 70px;
    }

    .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;


    }

    .footer-top .footer-right p:nth-child(2) {
        margin-top: 35px;
    }


    .footer-bottom {
        background: #1D211F;
        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: 100%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 17px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 30px;
    }

    .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 rgb(39, 107, 253);
        color: rgb(39, 107, 253);
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;

    }

    .home>img {
        width: 100%;
        height: 700px;

    }

    .home .img-fluid {
        display: block;
    }


    .home-text-box {
        width: 36.875rem;
        height: 400px;
        position: absolute;
        top: 13%;
        left: 3%;
        border-radius: 4px;
        padding: 58px 33px;
    }


    .home-text-box h2 {
        font-size: 32px;
        font-family: Roboto, Roboto;
        font-weight: 600;
        color: #24252F;
        line-height: 53px;
        margin-top: -20px;
    }

    .home-text-box h3 {
        font-size: 18px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        color: #24252F;
        line-height: 54px;
        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 5%;
    }

    .aboutUs h2 {
        height: 42px;
        font-size: 30px;
        font-family: Roboto, Roboto;
        font-weight: 900;
        color: #24252F;
        line-height: 35px;
        margin-top: 70px;
        text-align: center;
    }

    .aboutUs .simple {
        margin-top: 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .aboutUs .simple div {
        width: 420px;
        height: 480px;
        margin-top: 70px;
        padding: 32px 40px;
        background: #FAFCFF;
        padding-bottom: 0;
        position: relative;
        border-radius: 10px;
        /* background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: linear-gradient(135deg, #fff, #fff),
            linear-gradient(135deg, #2862FF, #199BF7);
        border-bottom: 9px transparent solid; */
    }

    .aboutUs .simple img {
        width: 420px;
        height: 9px;
        position: absolute;
        left: 0;
        bottom: 0;

    }



    .aboutUs .simple div h3 {
        font-size: 20px;
        font-family: Roboto, Roboto;
        font-weight: bold;
        color: #24252F;
        line-height: 30px;
    }

    .aboutUs .simple div p {
        margin-top: 20px;
        font-size: 16px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #24252F;
        line-height: 34px;
    }

    .detail {
        width: 100%;
        padding: 0 6%;
        margin-top: 164px;
        position: relative;
    }

    .detail img {
        width: 100%;
        height: 654px;
    }

    .detail div {
        width: 612px;
        height: 440px;
        background: #054D96;
        border-radius: 2px;
        opacity: 0.9;
        padding: 43px 34px;
        font-size: 16px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;
        position: absolute;
        left: 50%;
        top: 88%;
        transform: translate(-50%, 0%);
    }

    .seguro {
        width: 100%;
        padding: 0 6%;
        margin-top: 480px;
        display: flex;
        flex-wrap: nowrap;
    }

    .seguro img {
        width: 500px;
        height: 400px;
    }


    .seguro div {
        margin-left: 60px;
        margin-top: 0px;
    }

    .seguro div h2 {
        font-size: 22px;
        font-family: Roboto, Roboto;
        font-weight: bold;
        color: #24252F;
        line-height: 60px;

    }

    .seguro div p {
        font-size: 20px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #24252F;
        line-height: 40px;
    }

    .seguro div img {
        margin-top: 20px;
        width: 302px;
        height: 90px;
    }




    .footer {
        width: 100%;
        margin-top: 455px;
    }

    .footer .title {
        margin-left: 25px;

    }

    .company img {
        width: 25px;
        height: 25px;
        margin-top: 5px;
    }

    .company .companyName {
        margin-left: 15px;
    }

    .number img,
    .clock 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;
        padding-left: 15%;
        background: #242927;
        display: flex;
        justify-content: space-between;
    }

    .footer-top .footer-left .logo {
        display: flex;
        align-items: center;
    }

    .footer-top .footer-left .logo .title {
        width: 180px;
        height: 45px;
        margin-left: 30px;
    }

    .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;

    }

    .footer-top .footer-right p:nth-child(2) {
        margin-top: 0px;
    }


    .footer-bottom {
        background: #1D211F;
        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: 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: 17px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 30px;
    }

    .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 rgb(39, 107, 253);

        color: rgb(39, 107, 253);
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;

    }

    .home>img {
        width: 100%;
        height: 700px;

    }

    .home .img-fluid {
        display: block;
    }


    .home-text-box {
        width: 36.875rem;
        height: 400px;
        position: absolute;
        top: 13%;
        left: 3%;
        border-radius: 4px;
        padding: 58px 33px;
    }


    .home-text-box h2 {
        font-size: 32px;
        font-family: Roboto, Roboto;
        font-weight: 600;
        color: #24252F;
        line-height: 53px;
        margin-top: -20px;
    }

    .home-text-box h3 {
        font-size: 18px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        color: #24252F;
        line-height: 54px;
        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 5%;
    }

    .aboutUs h2 {
        height: 42px;
        font-size: 30px;
        font-family: Roboto, Roboto;
        font-weight: 900;
        color: #24252F;
        line-height: 35px;
        margin-top: 70px;
        text-align: center;
    }

    .aboutUs .simple {
        margin-top: 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .aboutUs .simple div {
        width: 420px;
        height: 480px;
        margin-top: 70px;
        padding: 32px 40px;
        background: #FAFCFF;
        padding-bottom: 0;
        position: relative;
        border-radius: 10px;
        /* background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: linear-gradient(135deg, #fff, #fff),
            linear-gradient(135deg, #2862FF, #199BF7);
        border-bottom: 9px transparent solid; */
    }

    .aboutUs .simple img {
        width: 420px;
        height: 9px;
        position: absolute;
        left: 0;
        bottom: 0;

    }



    .aboutUs .simple div h3 {
        font-size: 20px;
        font-family: Roboto, Roboto;
        font-weight: bold;
        color: #24252F;
        line-height: 30px;
    }

    .aboutUs .simple div p {
        margin-top: 20px;
        font-size: 16px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #24252F;
        line-height: 34px;
    }

    .detail {
        width: 100%;
        padding: 0 6%;
        margin-top: 164px;
        position: relative;
    }

    .detail img {
        width: 100%;
        height: 654px;
    }

    .detail div {
        width: 612px;
        height: 440px;
        background: #054D96;
        border-radius: 2px;
        opacity: 0.9;
        padding: 43px 34px;
        font-size: 16px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;
        position: absolute;
        left: 50%;
        top: 88%;
        transform: translate(-50%, 0%);
    }

    .seguro {
        width: 100%;
        padding: 0 6%;
        margin-top: 480px;
        display: flex;
        flex-wrap: nowrap;
    }

    .seguro img {
        width: 500px;
        height: 400px;
    }


    .seguro div {
        margin-left: 60px;
        margin-top: 0px;
    }

    .seguro div h2 {
        font-size: 24px;
        font-family: Roboto, Roboto;
        font-weight: bold;
        color: #24252F;
        line-height: 60px;

    }

    .seguro div p {
        font-size: 20px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #24252F;
        line-height: 40px;
    }

    .seguro div img {
        margin-top: 20px;
        width: 302px;
        height: 90px;
    }

    .footer {
        width: 100%;
        margin-top: 465px;
    }


    .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: 5%;
        background: #242927;
        display: flex;
        padding-right: 20%;
        justify-content: space-between;
    }

    .footer-top .footer-left .logo {
        display: flex;
        align-items: center;

    }

    .footer-top .footer-left .logo .title {
        width: 180px;
        height: 45px;
        margin-left: 20px;
    }

    .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;

    }

    .footer-top .footer-right p:nth-child(2) {
        margin-top: 0px;
    }


    .footer-bottom {
        background: #1D211F;
        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: 90%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 17px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 30px;
    }

    .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 rgb(39, 107, 253);
        color: rgb(39, 107, 253);
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;

    }

    .home>img {
        width: 100%;
        height: 800px;

    }

    .home .img-fluid {
        display: block;
    }


    .home-text-box {
        width: 36.875rem;
        height: 400px;
        position: absolute;
        top: 15%;
        left: 7%;
        border-radius: 4px;
        padding: 58px 33px;
    }


    .home-text-box h2 {
        font-size: 28px;
        font-family: Roboto, Roboto;
        font-weight: 600;
        color: #24252F;
        line-height: 53px;
        margin-top: -20px;
    }

    .home-text-box h3 {
        font-size: 18px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        color: #24252F;
        line-height: 54px;
        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 5%;
    }

    .aboutUs h2 {
        height: 42px;
        font-size: 30px;
        font-family: Roboto, Roboto;
        font-weight: 900;
        color: #24252F;
        line-height: 35px;
        margin-top: 70px;
        text-align: center;
    }

    .aboutUs .simple {
        margin-top: 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .aboutUs .simple div {
        width: 420px;
        height: 480px;
        margin-top: 70px;
        padding: 32px 40px;
        background: #FAFCFF;
        padding-bottom: 0;
        position: relative;
        border-radius: 10px;
        /* background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: linear-gradient(135deg, #fff, #fff),
            linear-gradient(135deg, #2862FF, #199BF7);
        border-bottom: 9px transparent solid; */
    }

    .aboutUs .simple img {
        width: 420px;
        height: 9px;
        position: absolute;
        left: 0;
        bottom: 0;

    }



    .aboutUs .simple div h3 {
        font-size: 20px;
        font-family: Roboto, Roboto;
        font-weight: bold;
        color: #24252F;
        line-height: 30px;
    }

    .aboutUs .simple div p {
        margin-top: 20px;
        font-size: 16px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #24252F;
        line-height: 34px;
    }

    .detail {
        width: 100%;
        padding: 0 6%;
        margin-top: 164px;
        position: relative;
    }

    .detail img {
        width: 70%;
        height: 654px;
    }

    .detail div {
        width: 612px;
        height: 450px;
        background: #054D96;
        border-radius: 2px;
        opacity: 0.9;
        padding: 43px 34px;
        font-size: 16px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;
        position: absolute;
        right: 6%;
        top: 16%;
        transform: translate(5%, 0%);
    }

    .seguro {
        width: 100%;
        padding: 0 6%;
        margin-top: 188px;
        display: flex;
        flex-wrap: nowrap;
    }

    .seguro img {
        width: 612px;
        height: 400px;
    }


    .seguro div {
        margin-left: 157px;
        margin-top: 0px;
    }

    .seguro div h2 {
        font-size: 26px;
        font-family: Roboto, Roboto;
        font-weight: bold;
        color: #24252F;
        line-height: 60px;

    }

    .seguro div p {
        font-size: 20px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #24252F;
        line-height: 40px;
    }

    .seguro div img {
        margin-top: 20px;
        width: 302px;
        height: 90px;
    }







    .footer {
        width: 100%;
        margin-top: 165px;
    }



    .footer .address {
        display: flex;
    }

    .footer-top .clock {
        line-height: 30px !important;
    }

    .company img {
        width: 25px;
        height: 25px;
    }

    .number img,
    .clock 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: 60px;
        padding-left: 6%;
        padding-right: 5%;
        background: #242927;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .footer-top .footer-left {
        margin-right: 5%;
    }

    .footer-top .footer-left .logo a {
        display: flex;
        align-items: center;
    }

    .footer-top .footer-left .logo .title {
        width: 180px;
        height: 45px;
        margin-left: 10px;
        margin-top: 0px;
    }

    .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 .number {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 50px;
        margin-top: 40px;
    }

    .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: 90px;

    }

    .footer-top .footer-right p:nth-child(2) {
        margin-top: 0px;
    }

    .company .companyName {
        margin-left: 15px;
    }

    .clock img,
    .address img,
    .tele img {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }

    .clock {
        display: flex;

    }

    .address img {
        margin-top: 8px;
    }

    .footer-bottom {
        background: #1D211F;
        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: 85%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 17px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 150px;
        height: 32px;
    }

    .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 rgb(39, 107, 253);
        color: rgb(39, 107, 253);
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;

    }

    .home>img {
        width: 100%;
        height: 900px;

    }

    .home .img-fluid {
        display: block;
    }


    .home-text-box {
        width: 36.875rem;
        height: 400px;
        position: absolute;
        top: 15%;
        left: 10%;
        border-radius: 4px;
        padding: 58px 33px;
    }


    .home-text-box h2 {
        font-size: 32px;
        font-family: Roboto, Roboto;
        font-weight: 600;
        color: #24252F;
        line-height: 53px;
        margin-top: -20px;
    }

    .home-text-box h3 {
        font-size: 18px;
        font-family: Roboto, Roboto;
        font-weight: 500;
        color: #24252F;
        line-height: 54px;
        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%;
    }

    .aboutUs h2 {
        height: 42px;
        font-size: 30px;
        font-family: Roboto, Roboto;
        font-weight: 900;
        color: #24252F;
        line-height: 35px;
        margin-top: 70px;
        text-align: center;
    }

    .aboutUs .simple {
        margin-top: 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .aboutUs .simple div {
        width: 480px;
        height: 425px;
        margin-top: 70px;
        padding: 32px 40px;
        background: #FAFCFF;
        padding-bottom: 0;
        position: relative;
        border-radius: 10px;
        /* background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: linear-gradient(135deg, #fff, #fff),
            linear-gradient(135deg, #2862FF, #199BF7);
        border-bottom: 9px transparent solid; */
    }

    .aboutUs .simple img {
        width: 480px;
        height: 9px;
        position: absolute;
        left: 0;
        bottom: 0;

    }



    .aboutUs .simple div h3 {
        font-size: 20px;
        font-family: Roboto, Roboto;
        font-weight: bold;
        color: #24252F;
        line-height: 30px;
    }

    .aboutUs .simple div p {
        margin-top: 20px;
        font-size: 16px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #24252F;
        line-height: 34px;
    }

    .detail {
        width: 100%;
        padding: 0 10%;
        margin-top: 164px;
        position: relative;
    }

    .detail img {
        width: 70%;
        height: 654px;
    }

    .detail div {
        width: 612px;
        height: 450px;
        background: #054D96;
        border-radius: 2px;
        opacity: 0.9;
        padding: 43px 34px;
        font-size: 16px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;
        position: absolute;
        right: 0%;
        top: 16.5%;
        transform: translate(26%, 0%);

    }

    .seguro {
        width: 100%;
        padding: 0 10%;
        margin-top: 188px;
        display: flex;
        flex-wrap: nowrap;
    }

    .seguro img {
        width: 612px;
        height: 400px;
    }


    .seguro div {
        margin-left: 157px;
        margin-top: 10px;
    }

    .seguro div h2 {
        font-size: 30px;
        font-family: Roboto, Roboto;
        font-weight: bold;
        color: #24252F;
        line-height: 60px;

    }

    .seguro div p {
        font-size: 24px;
        font-family: Roboto, Roboto;
        font-weight: 400;
        color: #24252F;
        line-height: 60px;
    }

    .seguro div img {
        margin-top: 35px;
        width: 302px;
        height: 90px;
    }







    .footer {
        width: 100%;
        margin-top: 165px;
    }


    .footer .address {
        display: flex;
    }



    .footer-top {
        width: 100%;
        height: 360px;
        padding-top: 60px;
        padding-left: 10%;
        padding-right: 10%;
        background: #242927;
        display: flex;
        justify-content: space-between;
    }

    .footer-top .footer-left .logo a {
        display: flex;
        align-items: center;

    }

    .footer-top .footer-left .logo .title {
        width: 180px;
        height: 45px;
        margin-left: 30px;
        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 .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: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 35px;

    }

    .footer-top .footer-right p:nth-child(2) {
        margin-top: 0px;
    }


    .footer-bottom {
        background: #1D211F;
        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;
    }

    .number img,
    .clock img,
    .address img,
    .tele img {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }


    .address img {
        margin-top: 5px;
    }

    .address {
        margin-top: 35px !important;
    }


    .clock img {
        margin-top: -3px;
    }

    .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;
}