/* FUENTE */

@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@100;300;400;900&family=Mochiy+Pop+One&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --font-one: 'Roboto', 'Rubik', 'sans-serif';
    --font-two: 'Rubik', 'Roboto', 'sans-serif';
    --font-three: 'Londrina Solid', 'Roboto', 'sans-serif';
    --font-four: 'Mochiy Pop One', 'Roboto', 'sans-serif';

    --scroll-bar: 13px;

    --boderc-one: rgb(228, 165, 247);
    --color-first: rgba(86, 13, 109);
    --color-white: #fff;
    --color-black: #000;

    --bg-primary: rgba(249, 242, 231);
    --bg-secondary: rgba(231, 249, 244);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-one);
    font-size: 1rem;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

/* BODY */

body {
    width: calc(100vw - var(--scroll-bar));
    min-height: 100vh;
    display: flex;
    flex-flow: column nowrap;
    background-image: linear-gradient(#c8dcf0, #fff);
    position: relative;
}

/*HEADER*/

header {
    width: 100%;
    height: 50px;
    background-color: transparent;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: row nowrap;
    position: absolute;
    top: 0;
    z-index: 100;
}

.logito {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgicoblack {
    width: 25px;
}

.nameicoblack {
    font-family: 'Poppins';
    font-weight: 600;
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
}

.nav_link {
    text-decoration: none;
    color: #1c1c1c;
    font-size: .8rem;
    cursor: pointer;
    margin-left: .5rem;
    position: relative;
    margin-right: 1.5rem;
}

.nav_link:hover {
    color: #317a00;
}

.icotop {
    position: absolute;
    right: -20px;
}

/* MAIN */
.main {
    width: 100%;
    height: 90vh;
    position: relative;
}


.beneficiosplaquita {
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: start;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.532);
    top: 0;
    left: 0;
    z-index: 80;
}

.content-beneficiosp {
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-flow: column nowrap;
    border-radius: 0 0 10px 10px;
    background-image: linear-gradient(#acdbed, #f1f5f6);
    mask-image: linear-gradient(black 90%, black 100%);
    z-index: 100;
}

.txtbene {
    color: #3f3f3f;
    font-weight: 500;
    font-size: 1.1rem;
}

.beneplaca {
    position: relative;
    width: 260px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(#f5f5f7, #f5f5f7);
    border-radius: 1.5rem;
    margin-top: 1rem;
}


.beneplaca-border {
    width: 250px;
    height: 190px;
    border-radius: 1.5rem;
}

.sec-two {
    width: 100%;
    height: 20%;
    padding: .7rem;
}

.c-text {
    color: #292929;
    font-size: .8rem;
    margin-left: .6rem;
}

.sec-three {
    width: 100%;
    height: 80%;
    background-color: #fff;
    border-radius: 1.5rem 0 1.2rem 1.2rem;
    padding: 1.1rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
}

.sec-three p {
    padding: .1rem;
    font-size: .9rem;
    color: #000;
}

.benebtns {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    margin-top: 10px;
}

.adquirirbtn {
    width: 220px;
    text-decoration: none;
    color: #ffffff;
    background-color: #4c4c4c;
    padding: .5rem 1rem;
    border-radius: 10px;
    margin: 0 .5rem;
    text-align: center;
    margin-top: 1rem;
    cursor: pointer;
}

.adquirirbtn:hover {
    background-image: linear-gradient(#4c4c4c, rgb(0, 0, 0));
}

.closeadd {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 23px;
    text-decoration: none;
    color: #fff;
    background-color: #000000;
    border-radius: 50%;
    z-index: 100;
    box-shadow: 0 0 10px #7e7e7e;
    text-align: center;
    padding: .3rem 0;
    border: none;
    cursor: pointer;
    z-index: 80;
}

.closeadd:hover {
    box-shadow: 0 0 10px #c9c9c9;
    color: rgb(238, 238, 154);
}


/*ADQUIRIR*/

.adquirirplaquita {
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: start;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.532);
    top: 0;
    left: 0;
    z-index: 60;
}

.content-adquirirp {
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-flow: column nowrap;
    border-radius: 0 0 10px 10px;
    background-image: linear-gradient(#acdbed, #f1f5f6);
    mask-image: linear-gradient(black 90%, black 100%);
}

.txtbeneadd {
    color: #3f3f3f;
    font-weight: 500;
    font-size: 1.1rem;
}

.addplaca {
    position: relative;
    width: 260px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(#f5f5f7, #f5f5f7);
    border-radius: 1.5rem;
    margin-top: 1rem;
}

.add-text {
    color: #292929;
    font-size: .8rem;
    margin-left: .6rem;
}

.moreadd::after {
    content: 'Más adquirido';
    display: inline-block;
    width: 6rem;
    height: .5rem;
    margin: 0 0 0 .5rem;
    color: rgb(0, 94, 255);
}

.fullpremium {
    font-size: .8rem;
    font-weight: 800;
    color: #004d62;
}

.addr::after {
    content: 'S/.42';
    display: inline-block;
    width: 1rem;
    height: .5rem;
    margin: 0 0 0 .5rem;
    color: grey;
    text-decoration: line-through;
}

.addp::after {
    content: 'S/.84';
    display: inline-block;
    width: 1rem;
    height: .5rem;
    margin: 0 0 0 .5rem;
    color: grey;
    text-decoration: line-through;
}

.addpremium {
    position: absolute;
    bottom: 0;
    right: 0;
}

.buybtn {
    width: 220px;
    text-decoration: none;
    color: #fff;
    background-color: #33cc66;
    padding: .5rem 1rem;
    border-radius: 10px;
    margin: 0 .5rem;
    text-align: center;
    margin-top: 1rem;
}

.buybtn:hover {
    background-image: linear-gradient(#33cc66, #00892e);
}

.content-phone {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.form-phone {
    width: 80%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: start;
    position: relative;
}

.phone_two {
    width: 80%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: transparent;
    border-radius: 2.5rem;
    border: 15px solid #000;
    position: absolute;
    margin-top: 2rem;
    z-index: 30;
}

.phone {
    width: 80%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #000;
    border-radius: 2.5rem;
    border: 15px solid #000;
    position: relative;
    margin-top: 2rem;
    filter: drop-shadow(0 0 .5rem #ffffff7a);
    overflow: hidden;
}

.phone_two::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 10px;
    border-radius: .25rem;
    background-color: #000000;
    position: absolute;
    top: 10px;
}

.phone_two::before {
    content: '';
    display: inline-block;
    height: 60px;
    width: 10px;
    border-radius: .25rem;
    background-color: #000;
    position: absolute;
    top: 20%;
    left: -20px;
}

@keyframes change {

    0%,
    100% {
        left: 0%;
    }

    24.98% {
        left: 0%;
    }

    25.98% {
        left: -100%;
    }

    50.98% {
        left: -100%;
    }

    51.98% {
        left: -200%;
    }

    74.98% {
        left: -200%;
    }

    75.98% {
        left: -300%;
    }

    99.00% {
        left: -300%;
    }

}

.list {
    position: absolute;
    top: 0;
    left: 0%;
    height: 100%;
    display: flex;
    width: 400%;
    animation: change 20s ease infinite;
}

.transition {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 1rem;
    border: 1px solid transparent;
}

.cphone {
    height: 33.3%;
    width: 100%;
}

.map {
    height: 33.4%;
}

.user-dog {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem 1.5rem 0 0;
}

.id {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-self: center;
    flex-flow: column nowrap;
    color: #4d4d4d;
}

.cte {
    font-size: .7rem;
    font-family: 'Poppins';
    font-weight: 500;
    padding: .3rem 0 0 1.3rem;
}

.rise {
    background-color: #33cc66;
    color: #fff;
    padding: 0 0 0 1.3rem;
    height: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: .8rem;
}

.number {
    position: relative;
}

.group-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .3rem;
}

.group-btn button {
    background-color: #33cc66;
    border: none;
    color: #fff;
    font-size: .8rem;
    padding: .3rem;
    border-radius: .25rem;
    margin: 0 .3rem;
}

.user-adress {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0 0 1.5rem 1.5rem;
}

.endall {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
}

.placamuestra {
    width: 80%;
    height: 30%;
    position: relative;
}

.text-principal {
    text-align: center;
    font-family: 'Poppins';
    font-size: 1.2rem;
    font-weight: 600;
    color: #008a1e;
}

.text-secundario {
    text-align: center;
    font-family: 'Poppins';
    font-size: 1rem;
    font-weight: 600;
    color: rgb(54, 54, 54);
}

.buttonsall {
    width: 80%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
}

.btn-all {
    width: 180px;
    padding: .5rem;
    border: none;
    border-radius: 1rem;
    background-image: linear-gradient(#4c4c4c, #4c4c4c);
    font-size: .9rem;
    margin: .3rem;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    text-align: center;
}

.btn-all:hover {
    background-image: linear-gradient(#292929, #4c4c4c);
}

.placastl {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.plaquitastl {
    filter: drop-shadow(0 0 .5rem #000000);
    position: absolute;
    top: 31%;
    filter: blur(1rem);
}

.plaquitastltwo {
    filter: drop-shadow(0 0 .5rem #000000);
    position: absolute;
    top: 30%;

}

.qrlealamigo {
    position: absolute;
    width: 31%;
    top: 45%;

}

.colorbcplaca {
    background-image: linear-gradient(rgb(0, 0, 0), #000000);
}

.ddimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .5;
    filter: blur(.3rem);
    box-shadow: inset 0 0 10px #000, 0 0 10px #000;
    ;
}

.contentnameplaca {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    top: 44%;
}

.nameplaca {
    font-size: .9rem;
    font-weight: 600;
    font-family: 'Poppins';
    text-align: center;
    color: #685f9c;
}

.direccionplaca {
    width: 80%;
    font-size: .7rem;
}

/* BUY */

.comprarplaquita {
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: start;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.532);
    top: 0;
    left: 0;
    z-index: 80;
}

.content-comprap {
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-flow: column nowrap;
    border-radius: 0 0 10px 10px;
    background-image: radial-gradient(600px at 0 0, rgba(249, 242, 231), rgba(231, 249, 244));
    mask-image: linear-gradient(black 90%, black 100%);
    z-index: 100;
}

.modelplaca {
    position: relative;
    width: 80%;
    margin-top: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
}

.steep {
    background-color: aquamarine;
    padding: .5rem;
    color: #000000;
}

.steptwo {
    display: none;
}

.completdata {
    display: none;
}

.steep-plan {
    padding: 0 1rem;
}

.fieldset-plan {
    border: none;
    margin: .5rem 0;
}

.sform-plan {
    padding: .3rem;
    width: 100%;
    margin: .2rem auto;
    padding: .5rem;
    border-radius: 0.25rem;
    border: 1px solid grey;
    font-size: .9rem;
}

.iform-plan {
    padding: .3rem;
    width: 100%;
    margin: .2rem auto;
    padding: .5rem;
    border-radius: 0.25rem;
    border: 1px solid grey;
    font-size: .9rem;
}

.btn-next {
    display: block;
    width: 100%;
    padding: .3rem;
    background-color: #a200ff;
    color: #fff;
    border: 1px solid #a200ff;
    border-radius: .25rem;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.nonel {
    display: none;
}

.closebuy {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 23px;
    text-decoration: none;
    color: #fff;
    background-color: #000000;
    border-radius: 50%;
    z-index: 100;
    box-shadow: 0 0 10px #7e7e7e;
    text-align: center;
    padding: .3rem 0;
    border: none;
    cursor: pointer;
    z-index: 80;
}

.closebuy:hover {
    box-shadow: 0 0 10px #c9c9c9;
    color: rgb(238, 238, 154);
}

.comprafinalbtn {
    display: block;
    width: 100%;
    padding: .3rem;
    background-color: rebeccapurple;
    color: #fff;
    border: 1px solid rebeccapurple;
    border-radius: .25rem;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin-top: .5rem;
}

.footer {
    width: 100%;
    height: 10vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
}

.redessociales {
    width: 80%;
    padding: .3rem;
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.redessociales svg {
    margin: 0 .5rem;
    cursor: pointer;
    color: #6e7b88;
}

.redessociales svg:hover {
    color: #4c5b69;
}

.textcopy {
    color: #6e7b88;
    text-align: center;
    font-size: .8rem;
    margin-top: .5rem;
}

@media screen and (min-width: 400px) {

    header {
        justify-content: center;
    }

    .nav {
        margin-left: 2rem;
    }


    .phone_two {
        width: 270px;
    }

    .phone {
        width: 270px;
    }

    .fieldset-plan {
        width: 100%;
        display: flex;
        justify-content: center;
        
        flex-flow: row wrap;
    }

    .fieldset-plan input {
        width: 50%;
        display: inline-block;
        font-size: .8rem;
    }

    .btn-next, .comprafinalbtn {
        margin: 0 auto;
        width: 250px;

    }




}


@media screen and (min-width: 1000px) {

    header {
        justify-content: center;
    }

    .nav {
        margin-left: 2rem;
    }


    .phone_two {
        width: 250px;
    }

    .phone {
        width: 250px;
    }

    .fieldset-plan input,
    .fieldset-plan select {
        width: 33.3%;
        display: inline-block;
        font-size: .8rem;
    }

    .modelplaca{
        padding: 1.5rem;
    }



}


@media screen and (min-width: 1600px) {

    header {
        justify-content: center;
    }

    .nav {
        margin-left: 2rem;
    }


    .phone_two {
        width: 250px;
    }

    .phone {
        width: 250px;
    }



}