@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body{
    font-family: 'Poppins',sans-serif;
    background-color: #12121c;
}

img{
    max-width: 100%;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
}

.header{
    background-color: #12121c;/*    background: url(img/Home1.png);*/
    display: flex;
    align-items: center;
    min-height: 80vh;
    padding: 80px 0;
}

/*Menu*/

.menu{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 20px;
}
/*-----------Menu desplegable--------------*/

.logo {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}

.icon img{
    color: #060629;
}
.bars {
    display: none;
}

.nav-bar ul {
    display: flex;
}

.nav-bar ul li a {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 15px;
    transition: 0.5s;
    margin: 0 5px;
}

.nav-bar ul li a.active {
    color: #ffffff;
    background-color: #00c3ff;
}

.nav-bar ul li a:hover {
    color: #212127;
    background-color: #ffe00e;
}

/*fin menu*/

.header-txt{
    text-align: center;
    padding: 0 150px;
}

.header-txt h1{
    font-size: 50px;
    line-height: 1;
    color: #fdfeff;
    margin-bottom: 25px;
}

span{
    color: #687cef;
}

p{
    font-size: 17px;
    color: #d2d2d2;
    margin-bottom: 35px;
}

a {
    text-decoration: none;
    color: #fdfeff;
}
.buttons{
    display: flex;
    justify-content: center;
}

.btn-1{
    display: inline-block;
    padding: 11px 35px;
    background: linear-gradient(
        90deg, rgba(37,118,250,1)0%,
        rgba(84,115,237,1)100%
    );
    color: #fdfeff;
    margin: 0 15px;
    border-radius: 5px;
}

.information{
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
    margin-top: -70px;/*Modifica la posicion de las tarjetas */
}

.information-1{
    margin: 0 10px;
    background: linear-gradient(
        90deg, rgba(84,105,210,1)0%,
        rgba(35,43,88,1)68%
    );
    padding: 15px;
    border-radius: 15px;
}

.information-1 h3{
    color: #fdfeff;
    font-size: 18px;
}

.information-1 p{
    margin-bottom: 5px;
}

.information-1 a{
    color: #fdfeff;
}

.information-1:hover{
    cursor: pointer;
    background: linear-gradient(
        90deg, rgba(37,118,250,1)0%,
        rgba(84,115,237,1)100%
    );
}

.about {
    padding: 120px 0;
    display: flex;
    align-items: center;
}

.about-img{
    flex-basis: 50%;
}

.about-img img{
    width: 500px;
    border-radius: 15px;
}

.about-txt{
    flex-basis: 50%;
}

h2{
    font-size: 40px;
    color:#fdfeff;
    line-height: 1.4;
    margin-bottom: 15px;
}

.about-txt a{
    margin: 0;
}

.intro{
    color: #687cef;
    font-size: 15px;
}

.services{
    padding: 0 0 50px 0;
    text-align: center;
}

.services-content{
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.services-1 {
    background-color: #1E202d;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services-1:hover{
    background: linear-gradient(
        90deg, rgba(37,118,250,1)0%,
        rgba(84,115,237,1)100%
    );
    cursor: pointer;
}

.services-1 img{
    width:150px;
    margin-bottom: 10px;
}

.services-1 h3{
    color: #fdfeff;
    margin-bottom: 10px;
}

/*-----------Productos menu principal----------*/

.general{
    padding: 100px 0;
    display: flex;
}

.general-1{
    width: 70%;
    display: flex;
}

.general-card{
    padding: 40px;
    text-align: center;
    margin:0 10px;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0, 0,0,0.2);
}

.general-card img{
    width: 30px;
    margin-bottom: 25px;
}

.general-card h3{
    font-size: 18px;
    color: #121140;
    margin-bottom: 15px;
}

.general-card p{
    font-size: 16px;
    color: #656875;
}

.general-2{
    width: 30%;
    margin: 0 35px;
}

.general-2 p{
    font-size: 16px;
    color: #656875;
    margin-bottom: 35px;
}

.btn-2{
    display: inline-block;
    padding: 13px 25px;
    background-color: #00c3ff;
    font-size: 17px;
    color: #fFFFFF;
    border-radius: 15px;
    text-transform: capitalize;
    box-shadow: 0 0 15px rgba(0, 0,0,1);
    transition: all .5s ease;
}

.btn-2:hover{
    color: #121140;
    background-color: #00c3ff;
}

.bg-1{
    width: 33%;
    height: 400px;
    background-image: url(https://urieltgc.github.io/image-sorifa/img/bg-img/decorativa-1.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-2{
    width: 33%;
    height: 400px;    
    background-image: url(https://urieltgc.github.io/image-sorifa/img/bg-img/decorativa-2.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-3{
    width: 33%;
    height: 400px;
    background-image: url(https://urieltgc.github.io/image-sorifa/img/bg-img/decorativa-3.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-4{
    width: 33%;
    height: 400px;
    background-image: url(https://urieltgc.github.io/image-sorifa/img/bg-img/decorativa-personalizada.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-5{
    width: 33%;
    height: 400px;
    background-image: url(https://urieltgc.github.io/image-sorifa/img/bg-img/decorativa-personalizada-2.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-6{
    width: 33%;
    height: 400px;
    background-image: url(https://urieltgc.github.io/image-sorifa/img/bg-img/decorativa-personalizada-3.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-7{
    width: 33%;
    height: 400px;
    background-image: url(https://urieltgc.github.io/image-sorifa/img/bg-img/santeria.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-8{
    width: 33%;
    height: 400px;
    background-image: url(https://urieltgc.github.io/image-sorifa/img/bg-img/santeria-2.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-9{
    width: 33%;
    height: 400px;
    background-image: url(https://urieltgc.github.io/image-sorifa/img/bg-img/santeria-3.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*---------Fin PRoductos menu Pruincipal*/

.price{
    padding: 0 0 120px 0;
    text-align: center;
}

.price-content{
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.price-1{
    flex-basis: calc(33.3% - 20px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    padding: 40px;
    border-radius: 15px;
}

.pack{
    color: #fdfeff;
    font-weight: 600;
    margin-bottom: 10px;
}

.price-1 h3{
    color: #fdfeff;
    font-size: 70px;
}

.bg-pack{
    background: linear-gradient(
        90deg, rgba(37,118,250,1)0%,
        rgba(84,115,237,1)100%
    );
}

.pack-center{
    color: #fdfeff;   
}

.price-1 li{
    color: #fdfeff;
    margin-bottom: 15px;
}

.map{
    filter: grayscale(100%) invert(92%) contrast(93%);
}

/*---------------------Footer seccion--------------------*/


.footer{
    background-color: #060629;
    padding: 80px;
}

.footer-row{
    display: flex;
    flex-wrap:wrap;
}

.footer-links{
  width: 25%;
  padding: 0 15px;  
}

.footer-links h4{
    font-size: 20px;
    color:#ffffff;
    margin-bottom: 25px;
    font-weight: 500;
    border-bottom: 2px solid #00c3ff; 
    padding-bottom:10px ;
    display: inline-block;
}
.footer-links ul li a{
    font-size: 18px;
    text-decoration: none;
    color: #bbbbbb;
    display: block;
    margin-bottom: 15px;
    transition: all .3s ease;
}

.footer-links ul li a:hover{
    color:#ffffff;
    padding-left: 6px;
}

.social-link a {
    display: inline-block;
    min-height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    COLOR:#fFFFFF;
    transition: all .5s ease;
}

.social-link a {
    display: inline-block;
    min-height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #FFFFFF;
    transition: all 0.5s ease;
}

.social-link a:hover {
    background-color: #00c3ff;
}



.link{
    width: 25%;
}

.link h3{
    font-size: 20px;
    color: #dfdde0;
    margin-bottom: 20px;
}

.link p{
    color: #8b7e7b;
    font-size: 14px;
    margin: 0 50px 15px 0;
}

.link form{
    display: flex;
    flex-direction: column;
}

.inp{
    margin-bottom: 15px;
    padding: 8px 15px;
    border-radius: 10px;
    outline: none;
}

.btn-4{
    padding: 8px 15px;
    border-radius: 10px;
    background-color: #29024D;
    border: 0;
    color: #dfdde0;
    cursor: pointer;
    transition: all 1s ease;
}

.btn-4:hover{
    background-color: #11084d;
    color: #ffffff;
}

/*--------Carrito de compras-----------*/

.product-list{
    padding: 50px 0;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30;
}

.product{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    padding: 25px;
    text-align: center;
    background-color: #f7fafa;
    border-radius: 10px;
}

.product img{
    width: 130px;
    height: 170px;
    margin-bottom: 10px;
}

.product h3{
    font-size: 20px;
    line-height: 1;
    color: #181818;
    margin-bottom: 20px;
}
.price-product{
    color: #ff3c2a;
    font-weight: 700;
    margin-bottom: 20px;
}

button{
    padding: 10px 30px;
    color: #ff3c2a;
    border: 2px solid #ff3c2a;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.3s ease;
}

button:hover{
    color: #f7fafa;
    background-color: #ff3c2a;
}

#cart-items{
    margin-top: 20px;
}

#checkout{
    margin-top: 20px;
}


/* Responsividad */
@media (max-width: 991px) {

    .menu {
        padding: 0px 30px;
    }

    .bars {
        display: block;
        cursor: pointer;
    }

    .bars .line {
        width: 30px;
        height: 3px;
        background-color: #ffffff;
        margin: 6px 0px;
    }

    .nav-bar {
        height: 0px;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        width: 100vw;
        background-color: rgba(41, 109, 255, 0.2);
        backdrop-filter: blur(15px);
        transition: 0.5s;
        overflow: hidden;
    }

    .nav-bar.active {
        height: 450px;
    }

    .nav-bar ul {
        display: block;
        width: fit-content;
        margin: 80px auto 0 auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;
    }

    .nav-bar.active ul {
        opacity: 1;
    }

    .nav-bar ul li a {
        margin-bottom: 20px;
    }

    .header{
        min-height: 0vh;
        padding: 80px 30px 50px 30px;
    }

    .header-txt{
        padding: 0;
    }
    .header-txt h1{
        font-size: 45px;
    }

    .about{
        padding: 0 30px 30px 30px;
        flex-direction: column;
    }

    .about-txt{
        text-align: center;
        margin-bottom: 30px;
    }
    .about-img{
        order: 1;
    }

    .services{
        padding: 0 30px 30px 30px;
    }

    .services-content{
        margin-top: 30px;
        grid-template-columns: repeat(1, 1fr);
    }

    .services-1 img{
        width: 100px;
    }

    /*sECCION PRODUCTOS RESPPONSIVE*/

    
    .general{
        padding: 30px;
        flex-direction: column;
    }

    .general-1{
        width: 100%;
        flex-direction: column;
        order: 2;
    }

    .general-2{
        width: 100%;
        margin: 0 0 40px 0;
        text-align: center;
    }

    .general-card{
        margin: 0 0 25px 0;
    }

    .bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6{
        width: 100%;
    }
    /* SECCION RESPONSIVA*/

    .information{
      padding: 50px;
      flex-direction: column;
    }

    .information-1{
      padding: 40px;
      flex-direction: column;
      margin-bottom: 25px;
    }
    .price{
        padding: 30px;
    }

    .price-content{
        flex-direction: column;
    }

    .price-1{
        margin-bottom: 30px;
    }

    .footer{
        padding: 30px;
    }

    .footer-row{
        text-align: center;
    }

    .footer-links{
        width: 100%;
        margin-bottom: 30px;
    }

    .links{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .link{
        width: 100%;
    }
    
    .link form{
        display: flex;
        justify-content: center;
    }

    .link p{
        margin: 0 0 25px 0;
    }

    .comentario{
        width: 100%;
    }

    /* Ajustes para las secciones en dispositivos móviles */
    .services-content {
        grid-template-columns: 1fr; /* 1 columna en pantallas pequeñas */
    }

    .services-1 {
        aspect-ratio: auto; /* Permite que la altura se ajuste automáticamente */
        height: auto;
        padding: 20px 10px;
    }

    .services-1 img {
        width: 60px;
        height: 60px;
    }

    /*-------------Carrito de compras---------------*/
     .product-list{
        padding: 30px 0;
        grid-template-columns: repeat(1, 1fr);
    }
}