@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

*{
    font-family: 'Poppins',sans-serif;
    scroll-behavior: smooth;
}

body{
    background-color: #000;
    margin: 0;
    line-height: 1.4375rem
}

header{
    position: fixed;
    width: 100%;
    border-bottom: 0.0625rem solid #00000026;
    top: 0%;
    z-index: 1;
    background-color: #ffffff31;
    backdrop-filter: blur(1.25rem);
    color: #fbfbfb;
    text-align: center;
    padding: 0.9375rem 0;
}

header .logo{
    font-size: 2.0625rem;
    font-weight: bold;
    cursor: pointer;
}

.container{
    width: 62.5rem;
    max-width: 100%;
    margin: 3.75rem auto;
}

.container .banner{
    width: 100%;
    height: 37.5rem;
    position: relative;
}

.container .banner .title{
    position: absolute;
    top: 0;
    background-color: #1976d2;    
    background-image: linear-gradient(to top right, #000, #1976d2);
    width: 100%;
    height: calc(50% - 3.125rem);
    border-radius: 2.5rem;
    text-align: center;
    padding-top: 3.125rem;
    font-weight: bold;
    color: #fbfbfb;
    font-size: 2.5rem;
}

span{
    color: #ffd100;
}

.container .banner .title p{
    font-size: 1.5625rem;
}

.container .banner .detail{
    position: absolute;
    top: 22%;
    background-color: #ffffff31;
    backdrop-filter: blur(1.25rem);
    width: calc(90%);
    height: calc(70%);
    left: 5%;
    border-radius: 2.5rem;
    display: grid;
    grid-template-columns: 28.125rem auto;
    grid-template-rows: 28.125rem;
    padding: 3.125rem 0;
    box-shadow: 0 3.125rem 3.125rem #0000004a;
}

.container .banner .detail .info h2{
    color:#ffd100;
    font-weight: bold;
    font-size: 1.5625rem;
}

.container .banner .detail .info,
.container .banner .detail .opcion{
    padding: 1.875rem;
    overflow: hidden;
    color: #e3f2fd;
}

.container .banner .detail .opcion{
    line-height: 0.9375rem;
}

.container .banner .detail .info .des{
    opacity: 0.7;
}

.container .banner .detail .info .des ul{
    list-style: none;
    padding: 0;
}

.container .banner .detail .img{
    background-color: #1976d2;
    border-radius: 50%;
    background-image: radial-gradient(#1976d2, #fff2d9);
    margin-left: 0.9375rem;
}

.container .banner .detail .img img{
    width: 100%;
    height: 29.0625rem;
}

.container .descripcion h2{
    color: #fbfbfb;
    margin-top: 4.6875rem;
    margin-left: 3.75rem;
}

.container .list{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto;
    column-gap: 1.875rem;
    row-gap: 1.875rem;
}

.container .list .item{
    background-image: radial-gradient(#42a5f5, #1976d2);
    text-align: center;
    border-radius: 1.25rem;
    cursor: pointer;
    padding-top: 1.25rem;
    box-shadow: 0.625rem 0.625rem 2.5rem rgb(250, 247, 247);
}    

.container .list .item h4{
    font-size: 1.25rem;
    color: #fbfbfb;
    text-align: justify;
    justify-content: center;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
}

.container .list .item img:hover{
    transform: rotate(0deg) translateY(30px);
}

.container .list .item .content{
    padding: 3.125rem 0 1.25rem;
    color: #fbfbfb;
    font-weight: bold;
}
.container .banner .detail .img #uretano{
    width: 18.75rem;
    height: 37.5rem;
    margin-left: 17%;
    margin-top: -7%;
}

.container .banner .detail .img #Abrillantador_Parabrisas{
    margin-left: 0.9375rem;
}

.container .banner .detail .img #Abrillantador_Permanente{
    margin-left: 0.625rem;
}

.container .banner .detail .img #Cristalizada{
    width: 18.75rem; 
    height: 25rem; 
    margin-left: 21%;
    margin-top: 1.25rem;
}

.container .banner .detail .img #cera_quarzo{
    width: 14.3125rem;
    height: 26.125rem;
    margin-left: 7.1875rem;
    margin-top: 0.9375rem;
}

.container .banner .detail .img #Restaurador_grd{
    width: 90%; 
    height: 28.125rem; 
    margin-left: 1.375rem;
}

.container .banner .detail .img #Restaurador_peq{
    margin-left: 1.25rem; 
    margin-top: -1.5625rem;
}

.container .banner .detail .img #separador_vidrio{
    width: 20.4375rem;
    margin-left: 3.3125rem;
    /* margin-top: -2px; */
    /* margin-top: -25px; */
}

.container .banner .detail .img #shampoo{
    width: 90%; 
    height: 26.25rem; 
    margin-left: 1.875rem;
}

.container .banner .detail .img #wash_galon{
    width: 90%; 
    margin-left: 1.375rem;
}

.price{
    color: #ffd100;
}

.container .contact-form {
    width: 100%;
    max-width: 50rem;
    margin: 6.25rem auto;
    padding: 1.5625rem;
    box-shadow: 0.125rem 0.3125rem 2.5rem 0.5625rem gray;
    border-radius: 1.25rem;
}

.container .contact-form form{
    padding: 1.5625rem;
    line-height: 2.5rem;
}

.container .contact-form h2{
    font-size: 2.5rem;
    text-align: center;
    color: aliceblue;
    text-shadow: 0.0625rem -0.0625rem 1.25rem aliceblue;
}

.container .contact-form form label,
#responseMessage{
    font-size: 1.25rem;
    color: aliceblue;
}

.container .contact-form input{
    width: 90%;
    padding: 0.5rem;
    border: 0.0625rem solid #ddd;
    border-radius: 1.5625rem;
    font-size: 1rem;
}

.container .contact-form #telefono{
    width: 90%;
    max-width: 21.5625rem;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 1.5625rem;
    font-size: 1rem;
}
.container .contact-form textarea {
    width: 90%;
    height: 9.375rem;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 1.5625rem;
}
.container .contact-form button {
    display: block;
    width: 100%;
    max-width: 200px;
    padding: 0.75rem;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.container .contact-form button:hover{
    background-color: #555;
}

footer{
    width: 62.5rem;
    max-width: 100%;
    margin: auto;
    height: 18.75rem;
    position: relative;
}

footer .title{
    background-color: #ffffff31;
    position: absolute;
    width: 90%;
    left: 5%;
    padding: 3.125rem 0 6.25rem;
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    border-radius: 2.5rem;
    z-index: 2;
    backdrop-filter: blur(1.25rem);
    color: #fbfbfb;
}

footer .menubottom{
    background-color: #1976d2;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    border-radius: 2.5rem;
    z-index: 1;
    padding-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: end;
    list-style: none;
    color: #000;
}

footer .menubottom li a {
    text-decoration: none;
    padding: 0.625rem;
    font-weight: bold;
    font-size: 1.5625rem;
    cursor: pointer;
    transition: 0.3s;
    color: rgb(11, 11, 114);
    -webkit-text-stroke: 0.03rem yellow;
    text-shadow: 0rem 0.3rem 0.2rem black;
}

footer .menubottom li a:hover {
    color: #ffd100;
    font-size: 2rem;
}

/* Estilos generales */
body {
    background-color: #000;
    margin: 0;
    line-height: 1.4375rem;
}

/* Responsivo para 480px */
@media (max-width: 480px) {
    .container {
        width: 90%;
        margin: 2rem auto;
    }

    header .logo {
        font-size: 1.8rem;
    }

    .container .banner{
        width: 100%;
        height: 39.5rem;
        position: relative;
    }

    .container .banner .title {
        font-size: 2rem;
        padding-top: 3rem;
        line-height: 2rem;
        /* grid-template-columns: 12rem; */
    }

    .container .banner .title p{
        visibility: hidden;
    }

    .container .banner .detail {
        grid-template-columns: auto auto;
        padding: 0.5rem;
        width: 85%;
    }

    .container .banner .detail .info, .container .banner .detail .opcion{
        padding: 0.875rem;
        overflow: hidden;
        color: #e3f2fd;
        display: grid;
        grid-template-rows: auto auto;
        line-height: 1.2rem;
        text-align: left;
    }

    .container .banner .detail .info h2{
        font-size: 1rem;
        margin: auto 0;
    }

    .container .banner .detail .info .des{
        margin: 0 auto;
    }

    .container .banner .detail .info .des ul{
        line-height: 0.9rem;
    }

    .container .banner .detail .info .des ul li{
        font-size: 0.85rem;
        line-height: 1rem;
    }

    .container .banner .detail .img{
        width: 10rem;
        height: 10rem;
        margin: 8rem auto;
    }

    .container .banner .detail .img #uretano{
        width: 6rem;
        height: 12rem;
        margin: 0 2rem;
    }

    .container .banner .detail .img #wash_galon{
        width: 7rem;
        height: 10rem;
        margin: 0 1.5rem;
    }

    .container .banner .detail .img #Abrillantador_Parabrisas{
        width: 9rem;
        height: 11rem;
        margin: -1rem 1rem;
    }
    
    .container .banner .detail .img #Abrillantador_Permanente{
        width: 9rem;
        height: 10rem;
    }
    
    .container .banner .detail .img #Cristalizada{
        width: 7rem;
        height: 9rem;
        margin: 0.5rem 2rem;
    }
    
    .container .banner .detail .img #cera_quarzo{
        width: 6rem;
        height: 8rem;
        margin: 1rem 2.25rem;
    }
    
    .container .banner .detail .img #Restaurador_grd{
        width: 10rem;
        height: 10rem;
        margin: 0 0.3rem;
    }
    
    .container .banner .detail .img #Restaurador_peq{
        width: 8rem;
        height: 11rem;
        margin: -1rem 1.5rem;
    }
    
    .container .banner .detail .img #separador_vidrio{
        width: 8rem;
        height: 10rem;
        margin: 0 1rem;
    }
    
    .container .banner .detail .img #shampoo{
        width: 10rem;
        height: 10rem;
        margin: 0 0.5rem;
    }

    .container .descripcion{
        margin: 1.5rem auto;
        width: 80%;
        padding: 1rem;
    }

    .container .descripcion h2{
        margin: 0 auto;
        font-size: 1.4rem;
        width: 100%;
        text-align: center;
    }

    .container .list{
        width: 90%;
        margin: 1.5rem auto;
    }

    .container .list .item{
        width: 90%;
        margin: 0 auto;
    }

    .container .list .item h4{
        font-size: 1rem;
    }

    .container .contact-form{
        width: 85%;
        margin: 6rem auto;
    }
}

/* Responsivo para 440px */
@media (max-width: 440px) {
    header .logo {
        font-size: 1.6rem;
    }

    .container .banner .title {
        font-size: 1.8rem;
        padding-top: 3.5rem;
    }

    .container .list .item h4 {
        font-size: 1.1rem;
        padding: 1rem;
    }

    .container .banner .detail .info .des ul li{
        font-size: 0.7rem;
        width: 7rem;
        text-align: left;
    }
}

/* Responsivo para 400px */
@media (max-width: 400px) {
    .container {
        width: 85%;
        margin: 2rem auto;
    }

    header .logo {
        font-size: 1.5rem;
    }

    .container .banner .title {
        font-size: 1.6rem;
        padding-top: 4.5rem;
    }

    .container .contact-form h2 {
        font-size: 2rem;
    }

    .container .contact-form label,
    #responseMessage {
        font-size: 1.1rem;
    }

    .container .banner .detail .img{
        width: 7.5rem;
        height: 7.5rem;
        margin: 8rem auto;
    }

    .container .banner .detail .img #uretano{
        width: 4.5rem;
        height: 9rem;
        margin: 0 1.55rem;
    }

    .container .banner .detail .img #wash_galon{
        width: 6rem;
        height: 7.5rem;
        margin: 0 1rem;
    }

    .container .banner .detail .img #Abrillantador_Parabrisas{
        width: 6rem;
        height: 9rem;
        margin: -1rem 1rem;
    }
    
    .container .banner .detail .img #Abrillantador_Permanente{
        width: 6rem;
        height: 8rem;
        margin: 0 1rem;
    }
    
    .container .banner .detail .img #Cristalizada{
        width: 6rem;
        height: 7rem;
        margin: 0.2rem 1rem;
    }
    
    .container .banner .detail .img #cera_quarzo{
        width: 4rem;
        height: 7rem;
        margin: 0 2rem;
    }
    
    .container .banner .detail .img #Restaurador_grd{
        width: 7rem;
        height: 8rem;
        margin: -0.33rem 0.5rem;
    }
    
    .container .banner .detail .img #Restaurador_peq{
        width: 6rem;
        height: 8rem;
        margin: -0.5rem 1rem;
    }
    
    .container .banner .detail .img #separador_vidrio{
        margin: 0 0.75rem;
        width: 6rem;
        height: 8rem;
    }
    
    .container .banner .detail .img #shampoo{
        width: 6rem;
        height: 7rem;
        margin: 0 1rem;
    }


    footer .menubottom li a{
        font-size: 1.3rem;
    }
}

/* Responsivo para 360px */
@media (max-width: 360px) {
    header .logo {
        font-size: 1.4rem;
    }

    .container .banner .title {
        font-size: 1.5rem;
        padding-top: 4.5rem;
    }

    .container .banner .detail {
        padding: 1rem;
        width: 80%;
    }

    .container .contact-form h2 {
        font-size: 1.8rem;
    }
    
    .container .banner .detail .img{
        width: 6.5rem;
        height: 6.5rem;
        margin: 8rem auto;
    }
    
    .container .banner .detail .img #uretano{
        width: 4.5rem;
        height: 9rem;
        margin: -0.5rem 1.2rem;
    }

    .container .banner .detail .img #wash_galon{
        width: 5rem;
        height: 6.5rem;
        margin: 0 0.8rem;
    }

    .container .banner .detail .img #Abrillantador_Parabrisas{
        width: 6rem;
        height: 8rem;
        margin: -1rem 0.5rem;
    }
    
    .container .banner .detail .img #Abrillantador_Permanente{
        width: 5rem;
        height: 7rem;
    }
    
    .container .banner .detail .img #Cristalizada{
        width: 5.5rem;
        height: 6rem;
        margin: 0.3rem 0.8rem;
    }
    
    .container .banner .detail .img #cera_quarzo{
        width: 4rem;
        height: 6rem;
        margin: 0 1.5rem;
    }
    
    .container .banner .detail .img #Restaurador_grd{
        width: 5rem;
        height: 7rem;
        margin: -0.5rem 1rem;
    }
    
    .container .banner .detail .img #Restaurador_peq{
        width: 5rem;
        height: 7rem;
    }
    
    .container .banner .detail .img #separador_vidrio{
        width: 5rem;
        height: 6.5rem;
        margin: 0 0.8rem;
    }
    
    .container .banner .detail .img #shampoo{
        width: 5rem;
        height: 6.5rem; 
    }

    .container .banner .detail .info .des{
        margin: 0 auto;
        width: 125%;
    }

    .container .banner .detail .info .des ul{
        width: 100%;
    }

    .container .banner .detail .info .des ul li{
        font-size: 0.5rem;
        width: 80%;
    }
    
    footer .title {
        font-size: 2rem;
        padding: 2rem 0 4rem;
        top: 25%;
    }

    footer .menubottom{
        height: 50%;
    }

    footer .menubottom li a{
        font-size: 1rem;
    }
}

/* Responsivo para 320px */
@media (max-width: 320px) {
    header .logo {
        font-size: 1.2rem;
    }

    .container .banner .title {
        font-size: 1.3rem;
        padding-top: 0.75rem;
    }

    .container .contact-form h2 {
        font-size: 1.5rem;
    }

    footer .title {
        font-size: 1.8rem;
        padding: 2rem 0 3.5rem;
    }
}

/* Responsivo para 280px */
@media (max-width: 280px) {
    header .logo {
        font-size: 1rem;
    }

    .container .banner .title {
        font-size: 1.1rem;
        padding-top: 0.5rem;
    }

    .container .contact-form h2 {
        font-size: 1.2rem;
    }

    footer .title {
        font-size: 1.5rem;
        padding: 1.5rem 0 3rem;
    }
}




