
hr {
    background-color: black;
}

html {
    font-family: 'Montserrat', sans-serif;
}

body {
    margin: 0;
}

header {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    align-items: center;
    column-gap: 120px;
    row-gap: 20px;
    margin: 2%;
    margin-bottom: 60px;
}
header img { /* CLASS MEDIA QUERY 768PX */
    margin-left: 5%;
}
header div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    /* width: clamp(310px, 45%, 984px); */
}
header div a {
    margin-top: 8px;
    height: min-content;
    color: #52D1B8;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 900;
}
header div a:last-of-type {
    margin-top: 0;
    padding: 9px 24px;
    border-radius: 20px;
    color: white;
    background: #52D1B8;
    font-weight: bold;
}

.titles {
    text-align: center;
    margin: 0;
}

.margin-page {
    margin: 7%;
}
.margin-container {
    margin: 5%;
}
.nav-logo {
    position: relative;
}
.nav-logo img:first-of-type {
    width: 100%;
}
.nav-logo img:last-of-type {
    position: absolute;
    left: 15%;
    top: 20%;
    width: 20%;
    z-index: 1;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 15px;
}
.nav-links a {
    height: min-content;
    margin-top: 45px;
    color: #52D1B8;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 900;
}
.nav-links a:last-of-type {
    margin-top: 36px;
    padding: 9px 24px;
    border-radius: 20px;
    color: white;
    background: #52D1B8;
    font-weight: bold;
}

.video {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.video__title {
    align-self: end;
    width: clamp(308px, 40%, 1024px);
    padding-bottom: 9%;
}
.video__title h2 { /*CLASS IN MEDIA QUERIES */
    margin: 0 0 0 15%;
    font-weight: 900;
    white-space: nowrap;
}

.video__background {
    position: relative;
    width: clamp(310px, 60%, 1536px);
}
.video__background img {
    width: 100%;
    min-width: 325px;
}
.video__background div {
    position: absolute;
    top: 18%;
    left: 15%;
    right: 8%;
    bottom: 8%;
    background-color: white;
    border-radius: 50px;
    filter: drop-shadow(2px 4px 6px black);
}
.video__background iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 50px;
}

.products { /*CLASS IN MEDIA QUERY */
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 5%;
    row-gap: 20px;
    width: 100%;
    height: 150%;
    margin-top: 35px;
}
.products > img:first-of-type {
    position: absolute;
    width: 100%;
    min-width: 340px;
    height: 100%;
}
.products > img:last-of-type { /*CLASS IN MEDIA QUERY */
    width: 84vh;
    height: 75vh;
    margin-bottom: 20%;
    z-index: 1;
}
.products-title { /*CLASS IN MEDIA QUERY */
    z-index: 1;
}
.products-title h2 {
    margin: 0;
}
.products-title h2:last-of-type {
    margin-bottom: 100px;
}
.products-title a {
    padding: 15px 60px;
    border-radius: 20px;
    color: white;
    background: #52D1B8;
    font-size: clamp(12px, 1.2vw, 24px);
    font-weight: 700;
    text-decoration: none;
}

.products-title__network { /*CLASS IN MEDIA QUERY */
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}
.products-title__network img {
    width: 5%;
}
.products-title__network small {
    font-size: clamp(12px, 1.2vw, 24px);
}
.more-info-mobile {
    display: none;
    order: 3;
    padding: 15px 60px;
    border-radius: 20px;
    color: white;
    background: #52D1B8;
    font-size: clamp(12px, 1.2vw, 24px);
    font-weight: 700;
    text-decoration: none;
}
.show-mobile {
    display: none;
    order: 3;
}

.aboutMe { /*CLASS IN MEDIA QUERY */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 160px;
}
.aboutMe > img:first-of-type {
    width: clamp(310px, 51%, 1408px);
    margin-top: 15px;
    margin-left: 4%;
}
.aboutMe > div:first-of-type {
    margin-top: 15px;
    width: clamp(310px, 45%, 1152px);
}

.info__details {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 325px;
    height: clamp(305px, 95%, 1365px);
    background: url(./assets/OnPaste.20211111-230219.png) no-repeat center center;
    background-size: contain;
    text-align: end;
}
.info__details h3 {
    margin-left: 4%;
    color: #5D57A5;
}

.spaceDifferent {
    margin: 0 6%;
}
.spaceDifferent h2, h3 {
    margin: 0;
}

.grid-icons {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(max(220px, 25%), 1fr));
    margin-top: 75px;
}

.grid-icons__child img {
    width: 25%;
    height: 30%;
    min-height: 70px;
}
.grid-icons__child h5 {
    font-weight: normal;
}

.universeGoco {
    min-width: 332px;
    /* height: clamp(10px, 100%, 1950px); */
    height: auto;
    margin-top: 40px;
    background-color: #5D57A5;
}
.universeGoco > img:first-of-type {
    width: 100%;
    margin-top: -2px;
}
.universeGoco h2, h3 {
    margin: 0;
}

.universoGoco__demo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.demo-inputs { /* CLASS MEDIA QUERY 768px */
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: clamp(288px, 45%, 45%);
    margin-top: 1%;
    margin-bottom: 3%;
    transform: translateX(20%);
}
.demo-inputs div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.demo-inputs input, select, textarea {
    height: 45px;
    width: 47%;
    padding: 0 1%;
    border: none;
    color: #736FB4;
    background-color: #E2E9FD;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    margin-top: 12px;
}
.demo-inputs textarea {
    padding-top: 8px;
}
.demo-inputs select, textarea {
    min-width: 280px;
    max-width: 1056px;
}
.demo-inputs button {
    cursor: pointer;
    width: 34%;
    padding: 12px 0;
    background-color: #52D1B8;
    border: none;
    border-radius: 10px;
    font-weight: bold;
}
.demo-button {
    cursor: pointer!important;
    width: 34%!important;
    padding: 12px 0!important;
    background-color: #52D1B8!important;
    border: none!important;
    border-radius: 10px!important;
    font-weight: bold!important;
    color: white!important;
    font-size: 13px!important;
}

.universoGoco__demo img {
    width: 35%;
    height: 53vh;
    min-width: 320px;
    transform: translateX(25%);
}

footer {
    /* height: 100%; */
}

.footer-info {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(max(220px, 25%), 1fr));
    row-gap: 65px;
    font-weight: bold;
}
.footer-info > a:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-info > a:first-of-type img {
    cursor: pointer;
    align-self: center;
    height: 53%;
    justify-self: center;
}
.footer-info div {
    justify-self: center;
}
.footer-info > div:nth-child(2),
.footer-info > div:nth-child(3),
.footer-info > div:nth-child(4){
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    height: clamp(115px, 65%, 156px);
    width: clamp(205px, 60%, 216px);
}
.footer-info > div:nth-child(2) a, .footer-info > div:nth-child(3) a {
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.icons-social {
    display: flex;
    gap: 15px;
    height: 30px;
}
.icons-social img {
    height: 100%;
}

.send-email {
    display: flex;
    align-items: center;
    height: 30px;
    margin-top: 10%;
    padding: 0 10px;
    background-color: white;
    border-radius: 8px;
}
.send-email input {
    border: none;
}
.send-email input:focus {
    outline: none;
}

.suscribe-input {
    cursor: pointer;
    width: 100%;
    padding: 4%;
    margin-top: 5%;
    color: white;
    background-color: #5D57A5;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
}

.obj-footer { /* CLASS MEDIA QUERY 425px 879px*/
    width: 100%;
    min-width: 332px;
    height: 335px;
}

footer hr {
    width: 72%;
    margin-top: 30px;
    background-color: white;
}

.footer-made {
    margin: 0;
    padding: 20px 0;
    color: white;
    font-size: 0.8rem;
    font-weight: 100;
    text-align: center;
}

.captcha-container {
    transform: scale(100%);
}




.w45per {
    width: 45%;
}
.w93per {
    width: 93%;
}
.h45px {
    height: 45px;
}
.h110px {
    height: 110px;
}
.c--white {
    color: white;
}
.c--celeste {
    color: #52D1B8;
}
.b--celeste {
    background-color: #52D1B8;
}
.c--purple {
    color: #5D57A5;
}
.b--purple {
    background-color: #5D57A5;
}
.c--gray {
    color: #999999;
}
.fw--500 {
    font-weight: 500;
}
.fw--100 {
    font-weight: 100;
}
.fs--1 {
    font-size: 1rem;
}
.fs--2-8vw {
    font-size: clamp(23px, 2.8vw, 72px);
}
.fs--2-7vw {
    font-size: clamp(23px, 2.7vw, 72px);
}
.fs--3-5vw {
    font-size: clamp(28px, 3.5vw, 90px);
}
.fs--4-vw {
    font-size: clamp(34px, 4vw, 115px);
}
.fs--4-5vw {
    font-size: clamp(34px, 4.5vw, 115px);
}
.fs--1-5vw {
    font-size: clamp(13px, 1.5vw, 38px);
}
.fs--1-4vw {
    font-size: clamp(16px, 1.4vw, 36px);
}
.fs--1-1vw {
    font-size: clamp(12px, 1.1vw, 28px);
}
.ls--1px {
    letter-spacing: 1px;
}
.ls--3px {
    letter-spacing: 3px;
}
.ls--6px {
    letter-spacing: 6px;
}
.ls--12px {
    letter-spacing: 12px;
}
.ls---1-5px {
    letter-spacing: -1.5px;
}
.mt--60px {
    margin: 60px 0 0 0;
}
.mt--100px {
    margin-top: 100px;
}
.mb--60px {
    margin: 0 0 60px 0;
}
.mb--30px {
    margin-bottom: 30px;
}
.m0 {
    margin: 0;
}
.m--60px-0 {
    margin: 60px 0;
}
.ta--center {
    text-align: center;
}
.ta--last {
    text-align-last: justify;
}
.d--none {
    display: none;
}
.c--pointer {
    cursor: pointer;
}



@media screen and (max-width: 879px) {
    .obj-footer {
        height: 476px;
    }
}
@media screen and (max-width: 768px) {
    .video__title h2 {
        margin: 0 0 0 15px;
    }

    .products {
        column-gap: 18%;
        height: auto;
        background-color: #5D57A5;
    }

    .products > img:first-of-type {
        display: none;
    }
    .demo-button {
        cursor: pointer!important;
        width: 100%!important;
        /* padding: 50px 0!important; */
        height: 45px!important;
        background-color: #52D1B8!important;
        border: none!important;
        border-radius: 10px!important;
        font-weight: bold!important;
        color: white!important;
        font-size: 15!important;
        /* padding: 15px 60px;
        border-radius: 20px;
        color: white;
        background: #52D1B8;
        font-size: clamp(12px, 1.2vw, 24px);
        font-weight: 700;
        text-decoration: none; */

    }
    .products > img:last-of-type {
        position: initial;
        order: 2;
        width: 95vw;
        max-width: none;
        min-width: 176px;
        height: 90vw;
        margin: 8% 0;
        z-index: 1;
    }

    .products-title {
        width: 100%;
        height: 100%;
        margin-top: 10%;
        text-align: center;
        z-index: 1;
    }

    .products-title a {
        display: none;
    }

    .products-title__network {
        display: none;
        justify-content: center;
    }

    .products-title h2:last-of-type {
        margin-bottom: 0;
    }

    .more-info-mobile, .show-mobile {
        display: inherit;
    }

    .show-mobile {
        margin: 1% 0 10% 0;
    }

    .show-mobile img {
        width: 10%;
    }

    .grid-icons__child img {
        width: 27vw;
        height: 27vw;
    }
    .justifyStart{
        justify-content:start;
    }
    .aboutMe {
        gap: 20px;
    }

    .demo-inputs {
        transform: translateX(2%);
    }

    .demo-inputs button {
        min-width: 278px;
    }
}
@media screen and (max-width: 425px) {
    .universeGoco {
        height: 200vh;
    }

    .universoGoco__demo {
        justify-content: center;
    }

    .video__background img {
        width: 92vw;
    }

    .obj-footer {
        height: 762px;
    }

    .info__details {
        width: 92vw;
        background-size: cover;
    }

    .captcha-container {
        transform: scale(80%);
    }
}
.planTitle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: clamp(265px, 50%, 1189px);
    padding: 2%;
    border-radius: 30px;
}
.planTitle h5 {
    margin: 5px 0 5px 0;
}
.planTitle > div:first-of-type {
    width: 50%;
}

.plan-info {
    padding-bottom: 90px;
    border: 2px solid #5D57A5;
    border-radius: 20px;
}

.plan-info__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2% 4%;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.plan-info__title h4 {
    margin: 0;
}

.benefit {
    width: clamp(244px, 70%, 1428px);
    margin: auto;
}

.benefit__titles {
    display: flex;
    align-items: center;
}
.benefit__titles img:first-of-type {
    margin-right: 15px;
    width: clamp(26px, 4%, 42px);
    height: 1%;
}
.benefit__titles h4 {
    color: #52D1B8;
}
.benefit__titles img:last-of-type {
    cursor: pointer;
    width: clamp(19px, 2.5%, 29px);
    margin-left: auto;
}
.preguntas_frecuentes__title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2% 4%;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    margin-bottom: 41px;
}
.benefit__description h4 {
    display: none;
    width: 85%;
    margin: auto;
    margin-bottom: 25px;
    color: #5D57A5;
    font-weight: 500;
}
.benefit__description hr {
    width: auto;
    margin-left: 7%;
}

.grid-col-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(max(180px, 20%), 1fr));
    gap: 30px;
    margin: 0 8%;
}

.grid-col-3 { /* CLASS MEDIA QUERY 1024px */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(max(180px, 30%), 1fr));
    gap: 30px;
    margin: 0 18%;
    margin-top: 30px;
}

.grid-col-2 { /* CLASS MEDIA QUERY 1024px */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(max(180px, 40%), 1fr));
    gap: 30px;
    margin: 0 30%;
    margin-top: 30px;
}

.marketplace {
    cursor: pointer;
    position: relative;
    display: flex;
    height: 130px;
    background-color: #DCE5FE;
    border-radius: 15px;
}
.marketplace img:first-of-type {
    width: 70%;
    margin: auto;
}
.marketplace img:last-of-type {
    position: absolute;
    left: 0;
    display: none;
    width: 14%;
}

.cupon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 50%;
    min-width: 285px;
    margin: auto;
}
.cupon input {
    width: 60%;
    margin: 0;
    padding: 3% 0;
    background-color: #E7EDFD;
    border: none;
    border-radius: 15px;
    text-align: center;
    font-size: clamp(11px, 1.4vw, 36px);
    /* font-size: clamp(12px, 1.1vw, 28px); */

}
.cupon button {
    cursor: pointer;
    width: 30%;
    border: none;
    border-radius: 15px;
    color: white;
}

.marketplace-money {
    width: clamp(275px, 75%, 1650px);
    margin: auto;
}
.marketplace-money > div:first-of-type {
    display: flex;
    align-items: center;
}
.marketplace-money > div:first-of-type > img:first-of-type {
    margin-right: 15px;
    width: clamp(26px, 4%, 42px);
    height: 1%;
}
.marketplace-money > div:first-of-type > h4:first-of-type {
    color: #999999;
    font-size: clamp(16px, 1.4vw, 36px);
}

.total {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: auto;
}
.total h4 {
    margin: 5px 0;
    font-size: clamp(17px, 1.5vw, 38px);
}
.total h4:nth-child(2) {
    color: #5D57A5;
    text-align: center;
    font-size: clamp(12px, 1.1vw, 28px);
}
.total img {
    position: absolute;
    top: 10px;
    width: 100%;
}

.marketplace-money hr {
    width: 90%;
    margin-left: 10%;
}

.money-total {
    position: relative;
    display: none;
    flex-direction: column;
    align-items: end;
    width: clamp(275px, 75%, 1650px);
    margin: auto;
}
.money-total h3 {
    margin: 5px 0;
    font-size: clamp(17px, 1.5vw, 38px);
}
.money-total img {
    position: absolute;
    top: 40%;
    width: 15%;
    min-width: 110px;
}
.money-total p {
    margin: 0;
    color: #5D57A5;
    font-weight: bold;
}

.buy {
    display: none;
    margin: 60px 0 0 0;
    font-size: clamp(25px, 2vw, 60px);
    text-align: center;
}
.buy a {
    padding: 1.5% 10%;
    border-radius: 40px;
    text-decoration: none;
}

.add-services {
    margin-top: 100px;
    padding-bottom: 90px;
    border: 2px solid #5D57A5;
    border-radius: 20px;
}
.add-services__title {
    padding: 2%;
    margin-bottom: 50px;
    color: white;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    text-align: center;
    font-size: clamp(23px, 2.8vw, 72px);
}

.text-service {
    margin: 5% 0;
    color: #5D57A5;
    font-size: 1.5rem;
    text-align: center;
}

.service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 15%;
    width: 85%;
    margin: auto;
    margin-top: 15px;
}
.service__info {
    width: 60%;
    min-width: 230px;
    margin-top: 12px;
}
.service__info div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service__info div h4 {
    margin: 0;
    color: #52D1B8;
}
.service__info div img {
    cursor: pointer;
    width: clamp(19px, 2.5%, 29px);
    height: 1%;
}
.service__info > h4 {
    display: none;
    color: #5D57A5;
    font-weight: 500;
}

.service a {
    cursor: pointer;
    width: fit-content;
    min-width: 134px;
    height: fit-content;
    padding: 1% 2%;
    color: white;
    background-color: #52D1B8;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}




.c--gray {
    color: #CCCCCC;
}
.b--gray {
    background-color: #CCCCCC;
}


@media screen and (max-width: 1024px) {
    .grid-col-3, .grid-col-2 {
        margin: 0 8%;
        margin-top: 30px;
    }

    #hide-mobile {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    header img {
        margin: auto;
    }
}
@media screen and (max-width: 425px) {
    header {
        justify-items: center;
        margin: 0;
        margin-bottom: 60px;
    }
}
