/* Pantallas medianas - Grandes */
@media (min-width: 1400px) and (max-width: 1550px) {


    .nav-menu {
        width: 100%;
    }

    .nav-menu li {
        margin: 0 20px;
    }

    .primary-text {
        top: 80px;
        left: 230px;
    }

    .primary-text h1 {
        color: #057EC7;
        font-size: 90px;
        line-height: 80px;
    }

    .primary-text h2 {
        color: #FFC221;
        font-size: 70px;
    }

    .primary-text p {
        color: #1b1b1b;
        font-size: 2vw;
    }

    

    .btn-yellow {
        padding: 8px;
        width: 50%;
        font-size: 25px;
    }

    .float-images #planta {
        top: 33vw;
        left: 0;
        position: absolute;
    }

    .float-images #bolsa {
        top: 15vw;
        left: 74vw;
        position: absolute;
    }
}

/* Laptops Pantallas medianas */
@media (min-width: 1200px) and (max-width: 1399px) {
    .back-blue-round3 {
        height: 700px;
        border-radius: 0 0 500px 500px;
    }

    .nav-menu {
        width: 100%;
    }

    .nav-menu li a {
        font-size: 1.3vw;
    }

    .primary-text {
        top: 150px;
        left: 230px;
    }

    .primary-text h1 {
        color: #057EC7;
        font-size: 80px;
        line-height: 70px;
    }

    .primary-text h2 {
        color: #FFC221;
        font-size: 60px;
    }

    .primary-text p {
        color: #1b1b1b;
        font-size: 2vw;
    }

    .card-text {
        font-family: Raleway-regular;
        color: #ffffff;
        font-size: 24px;
        font-weight: 500;
    }

    .square-text {
        margin-top: 30px;
        padding: 4px 15px;
    }

    .square-text h2 {
        font-size: 57px;
        line-height: 60px;

    }

    .square-text h3 {
        font-size: 57px;
        line-height: 60px;

    }

    .square-text span {
        font-size: 30px;
    }

    .square-text .items ul {
        margin: 0;
        padding: 0;
    }

    .square-text .items ul li i {
        font-size: 18px;
        width: 20px;
    }

    .square-text .items ul li {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .back-blue-round {
        height: 1300px;
    }

    .back-blue-round .dual-img-txt {
        top: 45%;
    }

    .square-text .items {
        margin-top: 10px;
    }

    .title-center-invested h1 {
        font-size: 78px;
        line-height: 65px;
        margin-bottom: 0px;

    }

    .text-block-right h2 {
        font-size: 50px;
        margin-left: 0;
    }

    .text-block-right p {
        font-size: 1vw;
        margin-left: 0;
        font-size: 20px;
    }

    .text-block-left h2 {
        font-size: 50px;
        margin-right: 0;

    }

    .text-block-left p {
        font-size: 20px;
    }

    .image-block-right {
        margin: 0;
    }

    .image-block-left {
        margin: 0;
    }

    .title-center-invested h3 {
        font-size: 52px;
        margin-top: 52px;
        line-height: 49px;

    }

    .title-center-invested span {
        font-size: 25px;
        margin-bottom: 0;
        margin-top: 5px;

    }

    .btn-white {
        width: 40%;
    }

    .back-blue-round2 {
        height: 230vh;
    }

    .title-models h1 {
        font-size: 60px;
        line-height: 56px;

    }

    .title-models h1 span {
        font-size: 60px;
    }

    .title-models p {
        font-size: 20px;
    }

    .title-models ul {
        padding: 0 !important;
    }

    .title-models ul li {
        font-size: 20px;
    }

    .title-models ul li i {
        margin: 0;
    }

    .img-models img {
        height: 418px;
    }

    .btn-blue-models {
        width: 100%;
    }

    .btn-blue-models span {
        font-size: 17px;
        line-height: 39px;
    }

    .card-lockers .card-info {
        opacity: 1;
        bottom: 14px;
    }

    .card-lockers .color-overlay {
        background: rgb(205, 193, 197);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgb(0, 0, 0) 100%);
    }

    .float-images {
        display: none;

    }
}



/* Tablets en horizonal y escritorios normales */
@media screen and (max-width: 1199px) {
    .back-blue-round3 {
        height: 550px;
        border-radius: 0 0 300px 300px;
    }

    .text-block-post h1 {
        font-size: 50px;
    }

    .text-block-post p {
        font-size: 18px;
    }

    image-block-post {
        padding: 0;
    }

    .title-center-flashy h2 {
        font-size: 39px;
        padding: 1px 180px;
    }

    .text-post img {
        width: 100%;
    }

    .back-yellow-round h3 {
        font-size: 72px;
        margin-top: 0;
        top: 100px;
    }

    .btns-round {
        height: 254px;
        width: 100%;
        margin: 25px 70px;
        top: 100px;

    }

    .float-images {
        display: none;
    }

    .disabled {
        display: none;
    }

    .logo {
        width: 200px;
        margin-top: 0;
    }

    .nav-menu {
        text-align: end;
        width: 100%;
        padding-left: 0;
    }

    .nav-menu li a {
        font-size: 1.5vw;
    }

    .primary-text {
        left: 40px;
        margin-bottom: 20px;
    }

    .primary-text h1 {
        color: #057EC7;
        font-size: 47px;
        line-height: 44px;
    }

    .primary-text h2 {
        color: #FFC221;
        font-size: 40px;
        margin-bottom: 20px;
    }

    .primary-text p {
        color: #1b1b1b;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .btn-yellow {
        padding: 8px;
        width: 55%;
        height: 48px;
    }

    .btn-yellow span {
        font-size: 20px;
    }

    .card-text {
        font-family: Raleway-regular;
        color: #ffffff;
        font-size: 13px;
        font-weight: 500;
    }

    .back-blue-round {
        top: -50px;
    }


    .card-text {
        font-size: 19px;
    }

    .back-blue-round .target {
        top: 50px;
    }


    .back-blue-round .target {
        top: 125px;
    }

    .square-text {
        margin-top: 30px;
        padding: 4px 15px;
    }

    .square-text h2 {
        font-size: 4.2vw;
        line-height: 50px;
    }


    .square-text h3 {
        font-size: 5vw;
        line-height: 60px;

    }

    .square-text .list p {
        font-size: 2vw;
        margin-bottom: 6px;
    }

    .square-text span {
        font-size: 1.5vw;
    }

    .square-text .items ul {
        margin: 0;
        padding: 0;
    }

    .square-text .items ul li i {
        font-size: 18px;
        width: 20px;
    }

    .square-text .items ul li {
        font-size: 2.2vw;
        margin-bottom: 15px;
    }

    .back-blue-round {
        height: 1000px;
    }

    .back-blue-round .dual-img-txt {
        top: 46%;
    }

    .square-text .items {
        margin-top: 10px;
    }

    .content img {
        width: 165px;
    }

    .content {
        margin-top: 1px;
        line-height: 50px;
    }

    .float-buttom {
        margin-bottom: 0px;
    }

    footer {
        position: relative;
    }

    .back-yellow-square {
        padding: 20px 0;
    }

    .content img#app {
        display: inline-block;
        width: 100px;
        margin-bottom: 20px;
    }

    .content a {
        font-size: 23px;
        line-height: 62px;
    }

    .btn-blue {
        padding: 10px;
        width: 100%;
    }

    ::placeholder {
        font-size: 15px;
    }

    .title-center span {
        font-size: 25px;
    }

    .title-left h4 {
        font-size: 57px;
        margin-bottom: 26px;
    }

    .title-center-invested h1 {
        font-size: 78px;
        line-height: 65px;
        margin-bottom: 0px;

    }

    .text-block-right h2 {
        font-size: 50px;
        margin-left: 0;
    }

    .text-block-right p {
        margin-left: 0;
        font-size: 20px;
        padding: 0;
    }

    .text-block-right p br {
        display: none;
    }

    .text-block-left p br {
        display: none;
    }

    .text-block-left h2 {
        font-size: 50px;
        margin-right: 0;

    }

    .text-block-left p {
        font-size: 20px;
        padding: 0;
    }

    .image-block-right {
        margin: 0;
    }

    .image-block-left {
        margin: 0;
    }

    .title-center-invested h3 {
        font-size: 52px;
        margin-top: 52px;
        line-height: 49px;

    }

    .title-center-invested span {
        font-size: 25px;
        margin-bottom: 0;
        margin-top: 5px;

    }

    .btn-white {
        width: 50%;
    }

    .back-blue-round2 {
        height: 1900px;
    }

    .title-models h1 {
        font-size: 43px;
        line-height: 56px;

    }

    .title-models h1 span {
        font-size: 60px;
    }

    .title-models p {
        font-size: 20px;
    }

    .title-models ul {
        padding: 0 !important;
    }

    .title-models ul li {
        font-size: 20px;
    }

    .title-models ul li i {
        margin: 0;
    }

    .img-models img {
        height: 418px;
    }

    .btn-blue-models {
        width: 100%;
    }

    .btn-blue-models span {
        font-size: 17px;
        line-height: 39px;
    }

    .card-lockers .card-info {
        opacity: 1;
        bottom: 14px;
    }

    .card-lockers .color-overlay {
        background: rgb(205, 193, 197);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgb(0, 0, 0) 100%);
    }

}

/* Tablets en horizonal y escritorios normales */
@media screen and (max-width: 991px) {

    .btn-send {
        width: 100%;
        } 

    .back-blue-round3 {
        height: 550px;
        border-radius: 0 0 300px 300px;
    }

    .text-block-post h1 {
        margin-left: 0;
    }

    .text-block-post p {
        margin-left: 0;
    }

    .text-block-post span {
        margin-left: 0;
        width: 100%;
    }
}
/* Móviles en horizontal o tablets en vertical */
@media screen and (max-width: 767px) {

    .list-post {
        padding: 0;
    }

    .related-post h4 {
        margin-top: 25px;
        font-size: 30px;
    }

    .related-post br {
        display: none;
    }

    .related-post h3 {
        font-size: 35px;
        line-height: 30px;
    }

    .column-post {
        padding: 0 50px !important;
        margin-top: 60px !important;
    }


    .paragraph-post {
        padding: 0 18px !important;
    }

    .back-blue-round3 {
        height: 900px;
        margin-bottom: 60px;
        border-radius: 0 0 250px 250px;
    }

    .image-block-post img {
        height: 36vh;
        border-radius: 50px 50px 50px 50px;
    }


    .text-block-post span {
        padding: 0 90px 0 0;
        margin-left: 0;
        padding: 1px 40px;
    }

    .text-block-post h1 {
        font-size: 41px;
        line-height: 42px;
        margin-left: 0;
        padding: 1px 40px;
    }

    .text-block-post p {
        font-size: 18px;
        margin-left: 0;
        padding: 1px 40px;
    }

    image-block-post {
        padding: 0;
    }

    .title-center-flashy h2 {
        font-size: 39px;
        padding: 1px 60px;
        margin-top: 15px;
    }

    .text-post img {
        width: 100%;
    }

    .card-step img {
        border-radius: 25px 25px 0px 0px;
    }

    .card-step .text {
        border-radius: 0px 0px 25px 25px;
    }

    .card-step ul {
        margin-bottom: 30px;
    }

    .back-yellow-round h3 {
        font-size: 72px;
        margin-top: 0;
        top: 100px;
    }

    .bar-btn {
        display: block;
        text-align: end;
    }

    nav {
        border-bottom: 3px solid #FFC221;
    }

    .nav-menu {
        position: fixed;
        width: 100%;
        height: 0vh;
        top: 100px;
        background-color: #000;
        text-align: center;
        transition: all .5s;
        padding-left: 0;

    }

    .nav-menu li {
        display: none;
        line-height: 30px;
        transition: all .5s;
    }

    .nav-menu li a {

        font-size: 16px;
        font-weight: 600;
    }

    .nav-menu {
        position: fixed;
        width: 100%;
        height: 0vh;
        top: 85px;
        background-color: #ffc221;
        text-align: center;
        transition: all .4s;
        padding-left: 0;

    }

    .nav-menu li {
        display: none;
        line-height: 30px;
        margin: 30px 0;
        transition: all .5s;
    }

    .nav-menu li a {
        font-size: 20px;
        font-weight: 600;
    }

    .nav-menu li a:hover {
        color: #057ec7;
    }

    #reg {
        background-color: #057ec7;
        color: #ffffff;
    }

    #reg:hover {
        color: #ffc221;
    }

    .logo {
        width: 250px;
        margin-left: 50px;
        margin-top: 0;
        display: block;
    }

    .logo1 {
        display: none;
    }

    #app {
        margin-left: 0;
    }

    .bar-btn {
        margin-right: 20px;
    }

    .bar-btn img {
        width: 40px;
    }

    .primary-text {
        left: 45px;
    }

    .primary-text h1 {
        color: #057EC7;
        font-size: 9.5vw;
        margin-top: 37px;
    }

    .primary-text h2 {
        color: #FFC221;
        font-size: 7vw;
    }

    .primary-text p {
        color: #1b1b1b;
        font-size: 4vw;
    }


    .btn-yellow {
        padding: 10px;
        width: 80%;
        font-size: 23px;
    }

    .back-blue-round {
        top: -100px;
    }

    .card-text {
        font-size: 30px;
    }

    .back-blue-round .target {
        top: 125px;
    }

    .square-text {
        margin-top: 30px;
        padding: 4px 15px;
        margin-bottom: 57px;
    }

    .square-text h2 {
        font-size: 60px;
        line-height: 60px;

    }

    .square-text h3 {
        font-size: 50px;
        line-height: 60px;

    }

    .square-text .list p {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .square-text span {
        font-size: 20px;
    }

    .square-text .items ul {
        margin: 0;
        padding: 0;
    }

    .square-text .items ul li i {
        font-size: 15px;
        width: 20px;
    }

    .square-text .items ul li {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .back-blue-round {
        height: 2670px;
    }

    .back-blue-round .dual-img-txt {
        top: 63%;
    }

    .square-text .items {
        margin-top: 10px;
    }

    .companys .swiper-slide img {
        height: 165px;
    }

    .content img {
        display: none;
    }

    .content {
        margin-top: 1px;
        line-height: 50px;
    }

    .float-buttom {
        margin-bottom: 0px;
    }

    footer {
        position: relative;
    }

    .back-yellow-square {
        padding: 20px 0;
    }

    .content img#app {
        display: inline-block;
        width: 210px;
        margin-bottom: 20px;
    }

    .content a {
        font-size: 22px;
        line-height: 70px;
    }

    .btn-blue {
        padding: 10px;
        width: 100%;
    }

    ::placeholder {
        font-size: 15px;
    }

    .title-center span {
        font-size: 25px;
    }

    .image-block-404 span {
        font-size: 40px;
    }

    .title-left h4 {
        font-size: 10vw;
    }

    .title-center-invested h1 {
        font-size: 13vw;
        line-height: 65px;
        margin-bottom: 0px;

    }

    .text-block-right h2 {
        font-size: 50px;
        margin-left: 0;
    }

    .text-block-right p {
        font-size: 1vw;
        margin-left: 0;
        font-size: 20px;
    }

    .text-block-right p br {
        display: none;
    }

    .text-block-left p br {
        display: none;
    }

    .text-block-left h2 {
        font-size: 50px;
        margin-right: 0;

    }

    .text-block-left p {
        font-size: 20px;
    }

    .image-block-right {
        margin: 0;
    }

    .image-block-left {
        margin: 0;
    }

    .title-center-invested h3 {
        font-size: 40px;
        margin-top: 20px;
        line-height: 35px;

    }

    .title-center-invested span {
        font-size: 26px;
        margin-bottom: 0;
        margin-top: 5px;

    }

    .btn-white {
        width: 100%;
    }

    .back-blue-round2 {
        height: 2700px;
    }

    .btn-faqs {
        line-height: 32px;
    }

    .card-body span {
        font-size: 18px;
    }

    .buttons-models {
        display: none;
    }

    .container {
        max-width: none !important;
    }

    .title-models h1 {
        font-size: 48px;
        line-height: 56px;

    }

    .title-models h1 span {
        font-size: 48px;
    }

    .title-models p {
        font-size: 25px;
    }

    .title-models ul {
        padding: 0 !important;
    }

    .title-models ul li {
        font-size: 20px;
    }

    .btn-blue-models span {
        font-size: 22px;
        line-height: 40px;
    }



    .btn-blue-models {
        width: 100%;
    }

    .img-models img {
        height: 380px;
        padding-top: 15px;
    }

    .swiper-models {
        display: block;
    }

    .card-lockers .card-info {
        opacity: 1;
        bottom: 14px;
    }

    .card-lockers .color-overlay {
        background: rgb(205, 193, 197);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgb(0, 0, 0) 100%);
    }

    .small-form h2 {
        line-height: 32px;
        font-size: 30px;
        width: 100%;
    }
}

/* Móviles en vertical */
@media screen and (max-width: 480px) {
    .back-blue-round3 {
        height: 950px;
        margin-bottom: 60px;
        border-radius: 0 0 150px 150px;
    }

    .title-center-flashy h2 {
        font-size: 30px;
        line-height: 40px;
        padding: 0;
    }


    .title-center4 h1 {
        font-size: 90px;
    }

    .back-yellow-round {
        top: 0;
        height: 1100px;
        border-radius: 0;
    }

    .logo {
        width: 210px;
        margin-left: 20px;
        margin-top: 0;
    }

    .logo1 {
        display: none;
    }

    .bar-btn {
        text-align: end;
    }

    .bar-btn img {
        width: 38px;
    }

    .primary-text {
        left: 0;
    }

    .primary-text h1 {
        color: #057EC7;
        font-size: 12vw;
        line-height: 45px;
        margin-top: 37px;
    }

    .primary-text h2 {
        color: #FFC221;
        font-size: 9vw;
        margin-bottom: 12px;

    }

    .primary-text p {
        color: #1b1b1b;
        font-size: 20px;
    }

    .btn-yellow {
        padding: 10px;
        width: 100%;
        height: 50px;
        line-height: 27px;
    }

    .btn-yellow span {
        font-size: 20px;
    }

    .back-blue-round {
        top: -78px;
    }

    .card-text {
        font-size: 25px;
    }

    .square-text {
        margin-top: 30px;
        padding: 4px 15px;
    }

    .square-text h2 {
        font-size: 47px;
        line-height: 46px;
    }

    .square-text span {
        font-size: 20px;
    }

    .square-text .items ul {
        margin: 0;
        padding: 0;
    }

    .square-text .items ul li i {
        font-size: 15px;
        width: 20px;
    }

    .square-text .items ul li {
        font-size: 23px;
        margin-bottom: 15px;
    }

    .back-blue-round {
        height: 2300px;
    }

    .back-blue-round .dual-img-txt {
        top: 63%;
    }

    .title-center h3 {
        font-size: 11vw;
        line-height: 45px;
    }

    .content img {
        display: none;
    }

    .content {
        margin-top: 1px;
        line-height: 50px;
    }

    .float-buttom {
        margin-bottom: 0px;
    }

    footer {
        position: relative;
    }

    .back-yellow-square {
        padding: 20px 0;
    }

    ::placeholder {
        font-size: 13px;
    }

    .content img#app {
        display: inline-block;
        width: 230px;
        margin-bottom: 20px;
    }

    .btn-blue {
        padding: 10px;
        width: 100%;
    }

    ::placeholder {
        font-size: 15px;
    }

    .title-center span {
        font-size: 25px;
    }

    .title-left h4 {
        font-size: 12vw;
    }

    .title-center-invested h1 {
        font-size: 13vw;
        line-height: 45px;
        margin-bottom: 0px;

    }

    .text-block-right h2 {
        font-size: 30px;
        margin-left: 0;
    }

    .text-block-right p {
        font-size: 1vw;
        margin-left: 0;
        font-size: 20px;
    }

    .text-block-right p br {
        display: none;
    }

    .text-block-left p br {
        display: none;
    }

    .text-block-left h2 {
        font-size: 30px;
        margin-right: 0;

    }

    .text-block-left p {
        font-size: 20px;
    }

    .image-block-right {
        margin: 0;
    }

    .image-block-left {
        margin: 0;
    }

    .title-center-invested h3 {
        font-size: 32px;
        margin-top: 20px;
        line-height: 35px;

    }

    .title-center-invested span {
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 5px;

    }

    .btn-white {
        width: 100%;
    }

    .back-blue-round2 {
        height: 2300px;
    }

    .card-body span {
        font-size: 18px;
        display: inline;
    }

    .card-body i {
        margin: 1px 8px 1px 1px;
        font-size: 15px;

    }

    .faqs p {
        font-size: 15px;
    }

    #btn-w {
        display: none;
    }

    .card-lockers .card-info {
        opacity: 1;
        bottom: 14px;
    }

    .card-lockers .color-overlay {
        background: rgb(205, 193, 197);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgb(0, 0, 0) 100%);
    }


    .card-lockers .color-overlay {
        height: 110vw;
    }

    .contact-form h1 {
        font-size: 40px;
        line-height: 35px;
    }

    .contact-form ul li>a {
        font-size: 4.5vw;
    }

    .contact-form ul li {
        font-size: 4vw;
    }

    .contact-form ul li i {
        font-size: 6vw;

    }

    .back-yellow-round h3 {
        font-size: 42px;
        line-height: 42px;
        margin-top: 0;
        top: 100px;
    }

    .image-block-404 span {
        font-size: 50px;
    }


}

/* Móviles en vertical */
@media screen and (max-width: 280px) {

    .title-center-flashy h2 {
        font-size: 6vw;
        line-height: 40px;
        padding: 0;
    }

    .back-blue-round3 {
        height: 1200px;
        margin-bottom: 60px;
        border-radius: 0 0 150px 150px;
    }

    .primary-text h1 {
        color: #057EC7;
        font-size: 31px;
        line-height: 28px;
        margin-top: 37px;
    }

    .primary-text h2 {
        color: #FFC221;
        font-size: 23px;
        margin-bottom: 12px;

    }

    .primary-text p {
        color: #1b1b1b;
        font-size: 15px;
        margin-bottom: 30px;
    }

    .content img {
        display: none;
    }

    .bar-btn img {
        width: 60%;
    }

    .btn-yellow {
        padding: 10px;
        width: 100%;
        height: 50px;
    }

    .btn-blue {
        padding: 10px;
        width: 100%;
        height: 50px;
    }




    .title-left h4 {
        font-size: 14vw;
        text-align: center;
    }

    .btn-yellow span {
        font-size: 15px;
    }

    .back-blue-round {
        top: -78px;
    }

    .card-text {
        font-size: 15px;
    }

    .square-text {
        margin-top: 30px;
        padding: 4px 15px;
    }

    .square-text h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .square-text h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .square-text span {
        font-size: 30px;
    }

    .square-text .items ul {
        margin: 0;
        padding: 0;
    }

    .square-text .items ul li i {
        font-size: 15px;
        width: 20px;
    }

    .square-text .items ul li {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .back-blue-round {
        height: 1650px;
    }

    .back-blue-round .dual-img-txt {
        top: 60%;
    }

    .square-text span {
        font-size: 20px;
    }

    .square-text .list {
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .title-center h3 {
        font-size: 14vw;
        line-height: 33px;

    }

    .title-center span {
        font-size: 8vw;
    }

    .companys .swiper-slide img {
        height: 120px;
    }

    .logo-down {
        display: none;
    }

    .logo {
        width: 157px;
        margin-left: 20px;
        margin-top: 0;
    }

    .content {
        margin-top: 1px;
        line-height: 50px;
    }

    .float-buttom {
        margin-bottom: 0px;
    }

    footer {
        position: relative;
    }

    .back-yellow-square {
        padding: 20px 0;
    }

    ::placeholder {
        font-size: 13px;
    }

    .content img#app {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

    .title-center-invested h1 {
        font-size: 13vw;
        line-height: 33px;
        margin-bottom: 0px;

    }

    .text-block-right h2 {
        font-size: 30px;
        margin-left: 0;
    }

    .text-block-right p {
        font-size: 1vw;
        margin-left: 0;
        font-size: 20px;
    }

    .text-block-right p br {
        display: none;
    }

    .text-block-left p br {
        display: none;
    }

    .text-block-left h2 {
        font-size: 30px;
        margin-right: 0;

    }

    .text-block-left p {
        font-size: 20px;
    }

    .image-block-right {
        margin: 0;
    }

    .image-block-left {
        margin: 0;
    }

    .title-center-invested h3 {
        font-size: 25px;
        margin-top: 20px;
        line-height: 25px;

    }

    .title-center-invested span {
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 5px;

    }

    .btn-white {
        width: 100%;
    }

    .back-blue-round2 {
        height: 2050px;
    }


    .btn-faqs {
        height: 50px;
    }

    .btn-faqs span {
        font-size: 15px;
        line-height: 30px;
    }

    .title-models h1 span {
        font-size: 60px;
    }

    .title-models p {
        font-size: 20px;
    }

    .title-models ul {
        padding: 0 !important;
    }

    .title-models ul li {
        font-size: 15px;
    }

    .btn-blue-models span {
        font-size: 22px;
        line-height: 40px;
    }



    .btn-blue-models {
        width: 100%;
        height: 99px;
    }

    .img-models img {
        height: 224px;
        padding-top: 15px;
    }

    .card-lockers .card-info {
        opacity: 1;
        bottom: 14px;
    }

    .card-lockers .color-overlay {
        background: rgb(205, 193, 197);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgb(0, 0, 0) 100%);
    }

    .contact-form h1 {
        font-size: 25px;
        line-height: 25px;
    }

    .contact-form h1 span {
        font-size: 25px;
    }

    .contact-form p {
        font-size: 14px;
    }

    .back-yellow-round h3 {
        font-size: 40px;
        line-height: 35px;
    }

    .btns-round {
        height: 200px;
        width: 100%;
        margin: 30px;
        top: 130px;
    }

    .back-yellow-round h3 {
        font-size: 50px;
        line-height: 50px;
        margin-top: 0;
        top: 100px;
    }

}