﻿@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik-Regular.ttf);
}

@font-face {
    font-family: Rubik-Bold;
    src: url(../fonts/Rubik-Bold.ttf);
}

body {
    background-color: #FFFFFF;
    font-family: Lato;
    margin: 0px;
    overflow-x: hidden;
}

.login-header {
    text-align: center;
}

.login-header-div {
    display: flex;
    padding: 10px 5% 0px;
}

.login-header-element-div {
    text-align: right;
    padding-top: 25px;
    width: 100%;
}

.login-header-element {
    display: inline-block;
    margin: 0px 15px;
    cursor: pointer;
}

.login-section {
    display: flex;
    padding: 15px 5% 0px;
}

.login-1 {
    width: 50%;
}

.login-2 {
    width: 50%;
}

.logo-startcups img {
    width: 220px;
    margin-bottom: 45px;
}

.login-titulo {
    font-family: 'Rubik-Bold';
    font-size: 45px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
}

    .login-titulo i {
        color: #FECD2F;
        font-size: 17px;
        margin-left: -2px;
    }

.login-titulo-text {
    color: #5F5F5F;
    line-height: 1.75;
    margin: -15px 0px 30px;
    width: 355px;
}

    .login-titulo span {
        font-family: 'Rubik-Bold';
    }

    .login-titulo span.yellow {
        color: #FECD2F;
    }

.login-form-group label {
    position: absolute;
    font-size: 10px;
    background-color: #ffffff;
    margin-top: -7px;
    margin-left: 7px;
}

input.login-input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: -4px 5px 12px #00000014;
    border: 1px solid #0000001F;
    border-radius: 3px;
    font-size: 13px;
    padding: 8px 12px;
    width: 304px;
}

    input.login-input:focus {
        outline: none;
        border: 1px solid #FECD2F !important;
    }

.login-description-alert {
    font-size: 10px;
    letter-spacing: 0px;
    color: #5DD132;
    opacity: 1;
    margin-top: 4px;
    margin-bottom: 10px;
}

i.fas.fa-eye {
    font-size: 15px;
    color: #00000099;
    position: absolute;
    margin-left: -30px;
    margin-top: 9px;
}

.login-btn {
    text-align: center;
    color: #263238;
    font-size: 12px;
    margin-top: 25px;
    background: #FECD2F 0% 0% no-repeat padding-box;
    box-shadow: -4px 4px 8px #00000014;
    border-radius: 4px;
    width: 310px;
    padding: 12px 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.login-password {
    font-size: 13px;
    letter-spacing: 0px;
    color: #454A53;
    text-align: center;
    width: 331px;
}

    .login-password span {
        color: #FECD2F;
    }

.login-social-text {
    text-align: center;
    font-size: 13px;
    margin-top: 30px;
    width: 330px;
}

.login-social-div {
    display: block;
    width: 330px;
    text-align: center;
}

.login-icon {
    display: inline-block;
}

    .login-icon img {
        width: 75px;
        cursor: pointer;
    }

.login-registrate {
    text-align: center;
    color: #5F5F5F;
    font-size: 13px;
    width: 330px;
    margin-top: 15px;
}

    .login-registrate span {
        color: #fecd2f;
        cursor: pointer;
    }

.login-img {
    background-image: url(../assets1/banner-movil.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 17% 25% 13% 18%;
}

    .login-img img {
        width: 100%;
    }

    .login-img iframe {
        width: 100%;
        border-radius: 20px;
        height: 275px;
    }

.login-copyright {
    text-align: right;
    color: #5F5F5F;
    font-size: 13px;
    margin-top: 15px;
    width: 65%;
}

.login-copyright-div {
    padding: 0px 5%;
    display: flex;
    cursor: pointer;
}

    .login-copyright div {
        display: inline-block;
        margin-left: 5%;
    }

        .login-copyright div:nth-child(1) {
            margin-left: 0px;
        }

.login-registrate-div {
    width: 35%;
}
#convocatorias{
    margin-left: 20%;
    margin-right: 20%;
}
.landing-section-div {
    padding: 50px 5%;
    display: flex;
}

.landing-section-1, .landing-section-2 {
    width: 50%;
}

.landing-section-div-5 {
    padding: 100px 5% 0px;
    
}

.landing-section-title-1 {
    font-family: 'Rubik-Bold';
    color: #1C1C1C;
    font-size: 45px;
}

.landing-section-title-2 {
    font-family: 'Rubik-Bold';
    color: #1C1C1C;
    font-size: 53px;
    margin-top: 5px;
}

    .landing-section-title-2 span {
        font-size: 18px;
        color: #707070;
        margin-top: 7px;
        position: absolute;
    }

.landing-section-text {
    font-size: 17px;
    color: #5F5F5F;
    line-height: 1.5;
    margin: 25px 0px;
}

    .landing-section-text span {
        font-weight:600;
    }

.landing-section-btn {
    text-align: center;
    color: #454A53;
    font-size: 10px;
    margin-top: 25px;
    font-weight: 600;
    background: #FECD2F 0% 0% no-repeat padding-box;
    box-shadow: -4px 4px 8px #00000014;
    border-radius: 4px;
    padding: 12px 15px;
    margin-bottom: 15px;
    display: inline-block;
    cursor: pointer;
}
.landing-section-btn-white {
    text-align: center;
    color: #454A53;
    font-size: 10px;
    margin-top: 25px;
    font-weight: 600;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: -4px 4px 8px #00000014;
    border-radius: 4px;
    padding: 12px 15px;
    margin-bottom: 15px;
    display: inline-block;
    cursor: pointer;
}
.landing-section-btn-2 {
    text-align: center;
    color: #454A53;
    font-size: 10px;
    margin-top: 25px;
    font-weight: 600;
    background: #FECD2F 0% 0% no-repeat padding-box;
    box-shadow: -4px 4px 8px #00000014;
    border-radius: 4px;
    padding: 12px 15px;
    margin-bottom: 15px;
    display: inline-block;
    cursor: pointer;
}
.landing-section-btn-1 {
    text-align: center;
    color: #454A53;
    font-size: 15px;
    margin-top: 25px;
    font-weight: 600;
    background: #FECD2F 0% 0% no-repeat padding-box;
    box-shadow: -4px 4px 8px #00000014;
    border-radius: 4px;
    padding: 8px 18px;
    margin-bottom: 15px;
    display: inline-block;
    cursor: pointer;
}

.landing-section-div-5 {
    text-align: center;
    padding: 50px 5%;
}

    .landing-section-div-5 .landing-section-title-1 {
        color: #5F5F5F;
    }

    .landing-section-div-5 .landing-section-text {
        padding: 0px 27%;
    }

.landing-section-div-2, .landing-section-div-4 {
    background-color: #FFFFFF;
}

.landing-section-div-3 {
    background-color: #FFFFFF;
}

    .landing-section-div-3 .landing-section-1, .landing-section-div-3 .landing-section-2 {
        z-index: 1;
    }

.landing-section-div-3 .landing-section-btn {
    background-color: #FFFFFF;
}

    .landing-section-div-3 .landing-section-text {
        margin-top: 50px;
    }

.landing-section-background {
    position: absolute;
    z-index: 0;
    margin-left: -65px;
    margin-top: 113px;
    width: 100%;
}

.landing-dots {
    text-align: right;
    padding: 50px 5% 0px;
    margin-bottom: -20px;
}

    .landing-dots img {
        width: 65px;
        color: #FECD2F;
    }

.landing-dots-1 {
    text-align: right;
    padding: 35px 5% 35px;
    margin-bottom: -20px;
}

    .landing-dots-1 img {
        width: 65px;
        color: #FECD2F;
    }

.landing-section-img {
    padding-top: 50px;
    padding-right: 20%;
}

    .landing-section-img img {
        width: 100%;
    }

.landing-section-logo img {
    width: 75%;
}

.landing-section-img-1 {
    padding-top: 50px;
    padding-left: 20%;
}

    .landing-section-img-1 img {
        width: 90%;
    }

.landing-section-img-2 {
    padding-top: 30px;
    padding-right: 6%;
}

    .landing-section-img-2 img {
        width: 100%;
    }

.landing-section-title-3 {
    color: #454A53;
}

.landing-section-title-4 {
    font-size: 20px;
    letter-spacing: 5px;
    color: #262625;
    opacity: 0.6;
}

.login-icon-down {
    position: absolute;
    width: 75px;
    right: 50%;
    margin-top: 10px;
}

.landing-section-title-5 {
    color: #5F5F5F;
    font-size: 25px;
    font-weight: 600;
    padding-left: 20px;
    margin-left: 18%;
    margin-bottom: 0%;
}

    .landing-section-title-5 i {
        color: #FECD2F;
        font-size: 15px;
        margin-top: 6px;
        position: absolute;
        margin-left: -18px;
    }
.landing-section-title-5-1 {
        color: #000;
        font-size: 25px;
        font-weight: 600;
        padding-left: 20px;
        margin-left: 18%;
        margin-bottom: 0%;
        margin-top: 20%;
}   
    .landing-section-title-5-1 p {
        color: #000;
        font-size: 50px;
        font-weight: bold;
        margin-left: 5%;
        margin-top: 0;
        
    }
    .landing-section-title-5-1 i {
        color: #FECD2F;
        font-size: 15px;
        margin-top: 6px;
        position: absolute;
        margin-left: -18px;
    }

img.landing-logo {
    margin-top: 0px;
}

.landing-section-title-6 {
    font-size: 20px;
    letter-spacing: 10px;
    color: #262625;
    opacity: 0.6;
}

.landing-section-title-7 {
    font-size: 20px;
    letter-spacing: 21px;
    color: #262625;
    opacity: 0.6;
}

.landing-section-img-3 {
    padding-top: 0px;
    padding-right: 7%;
    padding-left: 7%;
    margin-top: -60px;
}

.landing-section-img-3 img {
    width: 90%;
}

.landing-section-img-4 img.img-bg {
    position: absolute;
    z-index: -1;
    width: 50%;
    left: -15%;
    margin-top: -75px;
}

.landing-section-img-4 img.img {
    width: 120%;
    margin-left: -25%;
}

.landing-logo-1 {
    width: 55px;
    margin-bottom: 25px;
}

.landing-section-title-8 {
    font-family: 'Rubik-Bold';
    color: #454A53;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 5px;
}

.landing-section-icons img {
    width: 110px;
    margin-top: 20px;
    margin-right: 15px;
    cursor: pointer;
}

.landing-comunidad-section {
    background-image: url(../assets/img-comunidad.png);
    background-size: auto;
    padding: 120px 75px 150px;
}

.landing-comunidad-1 {
    display: flex;
}

.landing-comunidad-1-1 {
    width: 40%;
    padding-right: 3%;
    text-align: right;
    border-right: 3px solid #ffffff;
}

.landing-comunidad-section .landing-section-title-5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 10px;
}

.landing-comunidad-title-1 {
    font-family: 'Rubik-Bold';
    color: #FECD2F;
    font-size: 30px;
    margin-bottom: 5px;
}

.landing-comunidad-1-2 {
    width: 60%;
    padding-left: 4%;
}

.landing-comunidad-title-2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

    .landing-comunidad-title-2 span {
        font-family: 'Rubik-Bold';
        color: #FECD2F;
        font-size: 40px;
        margin-bottom: 5px;
        margin-right: 10px;
    }

.landing-comunidad-text {
    max-width: 375px;
    color: #ffffff;
    line-height: 1.75;
}

.landing-comunidad-2 {
    margin: 60px;
    padding: 50px;
    position: absolute;
    width: 80%;
    background-image: url(../assets/img-despegar.png);
}

.landing-comunidad-2 {
    margin: 55px 17.5% 35px 17.5%;
    padding: 27px 6% 30px;
    position: absolute;
    width: 42%;
    background-image: url(../assets/img-despegar.png);
    background-size: cover;
    background-position-y: -35px;
    background-color: #fecd2f;
    border-radius: 25px;
}

.landing-comunidad-title-3 {
    font-family: 'Rubik-Bold';
    color: #000000;
    font-size: 30px;
    margin-bottom: 5px;
    margin-right: 0px;
    text-align: center;
}

.landing-comunidad-input input {
    width: 78%;
    border: none;
    padding: 20px 20% 20px 20px;
    border-radius: 30px;
    margin-top: 10px;
}

.landing-footer {
    margin-top: 150px;
    padding: 0px 5%;
    display: flex;
}

.landing-footer-section {
    width: 25%;
}

.landing-comunidad-btn {
    text-align: center;
    color: #454A53;
    font-size: 10px;
    margin-top: -49.5px;
    font-weight: 600;
    background: #FECD2F 0% 0% no-repeat padding-box;
    border-radius: 33px;
    padding: 16px 15px;
    margin-bottom: 15px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 11%;
}

.landing-footer-title {
    font-family: 'Rubik-Bold';
    color: #454A53;
    font-size: 17px;
    margin-bottom: 13px;
}

.landing-footer-text {
    color: #454A53;
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
}

.landing-footer-logo-div {
    padding: 50px 5%;
}

.landing-footer-logo img {
    width: 150px;
}
.landing-footer-logo #img1,.landing-footer-logo #img2{
    margin-right: 14%;
}
.landing-footer-logo #img3{
    margin-right: 14%;
    width: 4%;
}
.landing-footer-logo #img4{
    margin-right: 4%;
    width: 6%;
} 

.landing-aliado-title-logo {
    text-align: center;
    padding: 0px 5%;
}

.landing-aliado-title {
    font-family: 'Rubik-Bold';
    color: #454A53;
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.landing-aliado-section {
    padding: 0px 15%;
    text-align: center;
    margin-bottom: 25px;
}

.landing-aliado-img {
    display: inline-block;
    width: 14%;
    padding: 15px;
}

    .landing-aliado-img img {
        width: 100%;
    }
#landing-aliado-div{
    width: 40%;
    margin-top: 4%;
}
.landing-dots-marketplace {
    position: absolute;
    margin-top: -27px;
    right: 5%;
}

    .landing-dots-marketplace img {
        width: 75px;
    }

.landing-footer-icons {
    display: flex;
    margin-left: -5px;
    margin-top: -5px;
}

    .landing-footer-icons img {
        width: 50px;
        margin-left: -5px;
        filter: grayscale(100%);
        transition: 0.25s;
        cursor: pointer;
    }

        .landing-footer-icons img:hover {
            filter: grayscale(0%);
        }

.menu-mobile {
    display:none;
}

    .menu-mobile i {
        color: #FECD2F;
        font-size: 25px;
        position: absolute;
        right: 5%;
        margin-top: 20px;
        cursor: pointer;
    }

.landing-comunidad-movil {
    display: none;
    background-color: #fecd2f;
    text-align: center;
    padding: 50px 35px 40px;
}

.landing-comunidad-movil-title {
    font-family: 'Rubik-Bold';
    color: #263238;
    font-size: 30px;
    margin-bottom: 5px;
    margin-right: 0px;
    text-align: center;
    padding: 0px 20px 15px;
}

.landing-comunidad-movil-input input {
    width: 90%;
    border: none;
    padding: 20px 20px 20px 20px;
    border-radius: 30px;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    color: #454A53;
}

.landing-comunidad-movil-btn {
    text-align: center;
    color: #454A53;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 35px;
}

    .landing-comunidad-movil-btn i {
        margin-left: 15px;
    }

.landing-comunidad-title-1-movil {
    font-family: 'Rubik-Bold';
    color: #FECD2F;
    font-size: 30px;
    padding: 0px 35px;
    margin-top: 35px;
    margin-bottom: 40px;
    display: none;
}

.landing-comunidad-title-2-movil {
    font-family: 'Rubik-Bold';
    color: #FECD2F;
    font-size: 45px;
    width: 100%;
    margin-bottom: 5px;
    margin-right: 10px;
    text-align: center;
    display: none;
}

.landing-comunidad-title-2-span-movil {
    font-family: 'Rubik-Bold';
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 65px;
    display: none;
}

.movil {
    display: none;
}

.landing-movil-img.movil img {
    width: 100%;
}

.landing-section-div-4 img.landing-logo, .landing-section-div-2 img.landing-logo, .landing-section-div-3 img.landing-logo {
    width: 60%;
}

.landing-section-div-3 .landing-movil-img.movil img {
    width: 130%;
    margin-left: -20%;
}

.landing-aliado-section-movil.movil img {
    width: 100%;
}

.landing-aliado-section-1 img {
    width: 100%;
}

.menu-movil-close {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.landing-aliado .landing-section-text {
    text-align: center;
    padding: 0px 25%;
}

.landing-aliado-section-div .landing-aliado-title-1 {
    color: #454A53;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.landing-aliado-section-div {
    padding: 10px 13%;
    margin-bottom: 40px;
    display: flex;
}

.landing-sostenible-img {
    padding: 0px 25%;
}

    .landing-sostenible-img img {
        width: 100%;
    }

.landing-jam-img {
    padding: 0px 35%;
}

    .landing-jam-img img {
        width: 100%;
    }

.landing-aliado-section-div-2 .landing-section-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 25px 10%;
    width: 40%;
    margin-top: 5px;
}

.landing-aliado-section-div-2 {
    text-align: center;
}

.landing-aliado-section-div-1 {
    margin-top: 13px;
}
.row-circulos{
    width: 5%;
}
.row-central{
    width: 20%;
}

@media (max-width: 1350px) {
    .landing-section-background {
        width: 110%;
    }
}

@media (max-width: 1130px) {
    .landing-comunidad-2 {
        margin: 55px 12% 35px 12%;
        width: 50%;
    }

    .landing-comunidad-btn {
        right: 9.5%;
    }
}

@media (max-width: 1026px) {
    .login-1 {
        width: 60%;
    }

    .login-2 {
        width: 40%;
    }

    .login-icon-down {
        display: none;
    }

    .landing-aliado .landing-section-text {
        text-align: center;
        padding: 0px 20%;
    }

    .landing-aliado-section-div-2 .landing-section-btn {
        font-size: 14px;
        font-weight: 600;
        padding: 15px 10%;
        width: 55%;
        margin-top: 5px;
    }

    .landing-aliado-section-div-1 {
        margin-top: 0px;
    }

    .landing-aliado-section-div .landing-aliado-title-1 {
        color: #454A53;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 14px;
    }

    .login-img {
        background-image: url(../assets/banner-movil.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 17% 22% 13% 18%;
    }

        .login-img iframe {
            width: 100%;
            border-radius: 20px;
            height: 160px;
        }
    .landing-sostenible-img{
        width: 75%;
    }
}

@media (max-width: 850px) {

    .menu-mobile {
        display: block;
    }

    .login-section {
        display: block;
        padding: 15px 5% 0px;
    }

    .login-1 {
        width: 100%;
    }

    .login-titulo-text {
        width: 100%;
        font-size: 21px;
        color: #454A53;
    }

    input.login-input {
        width: 97%;
    }

    i.fas.fa-eye {
        right: 6%;
        margin-top: -22px;
    }

    .login-btn {
        width: 98%;
    }

    .login-password {
        width: 100%;
    }

    .login-social-text {
        width: 100%;
    }

    .login-copyright-div {
        display: block;
    }

    .login-social-div {
        width: 100%;
    }

    .login-registrate-div {
        width: 100%;
        text-align: center;
    }

    .login-registrate {
        width: 100%;
    }

    .login-copyright {
        width: 100%;
        text-align: center;
    }

    .landing-comunidad-2 {
        display:none;
    }

    .landing-comunidad-movil {
        display: block;
    }

    .landing-comunidad-1 {
        display: block;
    }

    .landing-comunidad-1-1 {
        width: 100%;
        padding-right: 0px;
        text-align: center;
        border-right: none;
    }

    .landing-comunidad-title-1 {
        display: none;
    }

    .landing-comunidad-title-1-movil {
        display: block;
    }

    .landing-comunidad-section .landing-section-title-5 {
        font-family: 'Rubik';
        font-size: 30px;
        font-weight: 600;
    }

    .landing-section-title-5 i {
        color: #FECD2F;
        font-size: 14px;
        margin-top: 12px;
        position: absolute;
        margin-left: -24px;
    }

    .landing-comunidad-title-2 {
        display: none;
    }

    .landing-comunidad-title-2-movil {
        display: block;
    }

    .landing-comunidad-title-2-span-movil {
        display: block;
    }

    .landing-comunidad-1-2 {
        width: 100%;
        padding-left: 0px;
    }

    .landing-comunidad-text {
        font-size: 22px;
        max-width: 100%;
        padding: 0px 25px;
    }

    .menu-movil-close {
        display: block
    }

    .login-header-element-div {
        display: block;
        background-color: #ffffff;
        z-index: 1;
        height: 225px;
        position: absolute;
        width: 200px;
        text-align: left;
        right: -205px;
        border: 1px solid #eaeaea;
        transition: 0.5s;
    }

    .login-header-element {
        width: 85%;
        padding-left: 10px;
        margin-bottom: 25px;
    }

    .landing-aliado .landing-section-text {
        text-align: center;
        padding: 0px 10%;
    }

    .login-2 {
        width: 100%;
    }

    .login-img iframe {
        width: 100%;
        border-radius: 20px;
        height: 290px;
    }
    .row-circulos{
        width: 10%;
    }
    .row-central{
        width: 40%;
    }
}
    
@media (max-width: 792px) {

    .landing-aliado-section {
        padding: 0px 13%;
        text-align: center;
        margin-bottom: 25px;
    }

    .landing-aliado-section-div {
        padding: 10px 5%;
        margin-bottom: 40px;
        display: block;
    }

    .landing-aliado-section-div-2 .landing-section-btn {
        font-size: 20px;
        font-weight: 600;
        padding: 30px 10%;
        width: 80%;
    }

    .landing-jam-img {
        padding: 0px 20%;
    }

    .landing-sostenible-img {
        padding: 0px 0%;
    }

    .landing-aliado-section-div-1 {
        margin-bottom: 20px;
    }
    .landing-section-title-5-1 p {
        font-size: 45px;
        margin-left: 5%;
    }
    .landing-sostenible-img{
        width: 85%;
    }
    .landing-footer-logo #img1,.landing-footer-logo #img2{
        margin-right: 10%;
    }
    .landing-footer-logo #img3{
        margin-right: 10%;
        width: 8%;
    }
    .landing-footer-logo #img4{
        margin-right: 2%;
        width: 8%;
    }
    .landing-footer-section{
        margin-right: 10%;
    } 
}

@media (max-width: 730px) {

    .login-form-group, .login-password, .login-social-text, .login-social-div, .login-copyright-div, .landing-section-div-1 .landing-section-1, .landing-section-div-2 .landing-section-2, .landing-section-div-3 .landing-section-1, .landing-dots-1, .landing-section-div-4 .landing-section-2, .landing-dots-marketplace, .landing-section-div-2 .landing-section-btn, .landing-section-background, .landing-aliado-section, .landing-aliado-section-1 img {
        display: none;
    }

    .login-btn {
        font-size: 20px;
        font-weight: 600;
        padding: 30px 10%;
        width: 80%;
    }

    .landing-dots {
        display: none;
    }
    .landing-section-img-3{
        display: none;
    }

    .landing-section-div-1 .landing-section-2, .landing-section-div-2 .landing-section-1, .landing-section-div-3 .landing-section-2, .landing-section-div-4 .landing-section-1 {
        width: 100%;
    }

    .landing-section-title-5 {
        font-size: 27px;
        text-align: center;
    }

    .landing-section-logo {
        text-align: center;
    }

    .landing-section-btn {
        font-size: 20px;
        font-weight: 600;
        padding: 30px 10%;
        width: 80%;
    }
    #convocatorias{
        font-size: 20px;
        font-weight: 600;
        width: 100%;
        display: inline-block;
        padding-left: 0;
        padding-right: 1%;
        margin-left: 0;
    }
    .landing-section-btn-white {
        font-size: 20px;
        font-weight: 600;
        padding: 30px 10%;
        width: 80%;
        border: 1px solid #6d7179;
        z-index: 1;
    }

    .landing-section-title-2 {
        text-align: center;
    }

    .landing-section-logo-1 {
        text-align: center;
    }

    .landing-logo-1 {
        width: 110px;
    }

    .landing-section-text {
        font-size: 21px;
        color: #454A53;
    }

    .movil {
        display: block;
    }

    .landing-section-div-3 .landing-section-btn {
        margin-top: -35px;
    }

    .landing-section-logo img.landing-logo, .landing-section-div-4 img.landing-logo, .landing-section-div-2 img.landing-logo, .landing-section-div-3 img.landing-logo {
        width: 90%;
    }

    .landing-section-title-8 {
        text-align: center;
    }

    .landing-section-icons-title.movil {
        text-align: center;
        font-family: 'Rubik-Bold';
        color: #454A53;
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .landing-section-icons img {
        width: 60%;
        padding: 0px 20%;
    }

    .landing-section-icons {
        margin-bottom: 60px;
    }

    .landing-movil-img.landing-movil-img-1.movil img {
        width: 200%;
        margin-left: -36%;
    }

    .landing-aliado-title {
        font-family: 'Rubik-Bold';
        color: #454A53;
        font-size: 35px;
        margin-top: 20px;
        margin-bottom: 20px;
    }   

    .landing-aliado {
        padding: 0px 5%;
    }

        .landing-aliado .landing-sostenible-img.movil img {
            width: 100%;
        }

    .landing-footer {
        margin-top: 65px;
        display: block;
    }

    .landing-footer-title {
        font-family: 'Rubik-Bold';
        color: #454A53;
        font-size: 21px;
        margin-bottom: 13px;
    }

    .landing-footer-text {
        color: #6d7179;
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 25px;
        cursor: pointer;
    }

    .landing-footer-section {
        width: 100%;
        margin-bottom: 45px;
    }

    .landing-footer-icons img {
        width: 65px;
    }

    .login-2.desktop {
        display: none;
    }

    .login-img iframe {
        width: 95%;
        border-radius: 20px;
        height: 265px;
    }

    .landing-aliado-title-1.movil {
        color: #454A53;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 14px;
    }
    #landing-aliado-div{
        width: 100%;
    }
    .landing-footer-logo #img1,.landing-footer-logo #img2{
        margin-right: 7%;
    }
    .landing-footer-logo #img3{
        margin-right: 7%;
        
    }
    .landing-footer-logo #img4{
        margin-right: 2%;
    } 
}

@media (max-width: 615px) {
    .landing-comunidad-section {
        background-color: #263238;
        padding: 60px 75px 150px;
        margin-top: 60px;
    }
    .row-circulos{
        width: 15%;
    }
    .row-central{
        width: 45%;
    }
    .landing-footer-logo #img1,.landing-footer-logo #img2{
        margin-right: 1%;
    }
    .landing-footer-logo #img3{
        margin-right: 1%;
        
    }
    .landing-footer-logo #img4{
        margin-right: 0%;
        width: 15%;
    }
}

@media (max-width: 550px) {
    .login-img iframe {
        width: 95%;
        border-radius: 20px;
        height: 210px;
    }
    .landing-footer-logo #img1,.landing-footer-logo #img2{
        margin-right: 1%;
    }
    .landing-footer-logo #img3{
        margin-right: 1%;
        
    }
    .landing-footer-logo #img4{
        margin-right: 0%;
        width: 14%;
    } 
}
@media (max-width: 480px) {
    .landing-footer-logo #img1,.landing-footer-logo #img2{
        margin-right: 4%;
        width: 25%;
    }
    .landing-footer-logo #img3{
        margin-right: 2%;
        
    }
    .landing-footer-logo #img4{
        margin-right: 0%;
        width: 20%;
    } 
}

@media (max-width: 430px) {
    .login-img iframe {
        width: 95%;
        border-radius: 20px;
        height: 210px;
    }
    .landing-section-title-5-1 p {
        font-size: 30px;
        margin-left: 5%;
    }
    .landing-footer-logo #img1,.landing-footer-logo #img2{
        margin-right: 8%;
    }
    .landing-footer-logo #img3{
        margin-right: 32%;
        width: 14%;
        margin-top: 5%;
    }
    .landing-footer-logo #img4{
        margin-right: 0%;
        width: 24%;
    }
    .landing-comunidad-section{
        padding-left: 2%;
    }
    .landing-comunidad-movil{
        padding-left: 2%;
    }
    .landing-comunidad-title-1-movil{
       margin-left: 2%;
    }
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
.landing-section-card{
    z-index: 1;
}  
  .container {
    padding: 2px 16px;
  }

.column {
    float: left;
    width: 30%;
    padding: 0 1%;
  }
  
.precio b{
    margin-right: 5%;
}
  .row {margin: 0 -5px;}
  
 
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
.title-card{
    font-size: 1.07em;
}
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }