:root{
  --bg: #9C9BBF;
  --card: #ffffff;
  --text: #CCC2F2;
  --muted: #c9c8d3;
  --primary: #3b82f6;
  --emerald: #c6f5e5ea;
  --amber: #1F1D59;
  --rose: #1F1D59;
  --sky: #9C9BBF;
  --shadow: 0 6px 18px rgba(5, 5, 7, 0.06);
  --radius: 16px;
}

@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');
html {
  scroll-behavior: smooth;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body.loaded {
  opacity: 1;
  transform: translateY(0);
}

img{
    max-width: 100%;    
}

.container{
    max-width: 1200px;
    margin: 0 auto;
}

.header{
    background-color: var(--amber);
    display: flex;
    align-items: center;
    padding: 0;
}

.menu{
    background-color: var(--amber);
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    font-size: 25px;
    font-weight: 400;
    margin-left:54px;
    text-transform: uppercase;
}

.logo img{
    max-width: 55%;
}

.menu .navbar ul li{
    position: relative;
    float: left;
    list-style: none;
}

.menu .navbar ul li a{
    font-size: 18px;
    padding: 20px;
    color: #f1f1f1;
    display: block;
    font-weight: 600;
}

#menu{
    display: none;
}

.menu-ico{
    width: 25px;
}

.menu label{
    cursor: pointer;
    display: none;
}

.header-content{
    display: flex;
    justify-content: center;
}

.header-txt{
    flex-basis: 100%;
    margin-top: 5%;
}
.header-txt span{
    font-size: 16px;
    color: #5584cf;
}

.header-txt h1{
    font-size: 55px;
    line-height: 1;
    color: #0D1026;
    margin-bottom: 25px;
}

p{
    font-size: 16px;
    color: #181713;
    margin-bottom: 45px;
}

.btn-1{
    display: inline-block;
    padding: 13px 25px;
    color: #ffffff;
    border-radius: 25px;
    background-color: #8DC84B;
    text-transform: capitalize;
}

.header-img{
    flex-basis: 50%;
    text-align: center;
    object-fit: cover;
}
.contentInfo1{
    display: felx;
    justify-content: center;
    align-items: center;
}

content1{
    width: 20%;
}


.information{
    width: 50%;
    box-shadow:  0 0 20px rgb(0,0, 0,0.1);
    padding:  25px 35px;
    margin-top: -75px;
    position: absolute;
    margin-left: 25%;
    background-color: #ffffff;
    border-radius: 12px;
    
    box-shadow: 0 0 20px rgb(0, 0, 0);
}
.information:hover{
    transition: 1s;
    transform: scale(1.1);
}

.information-content{
    text-align: center;
    display: flex;
    justify-content: space-between;
}


@media(max-width: 632px ){
    .oferts{
        display: inline-block;
    }
    .information-content{
        display: block;
    }
}
.information-1{
    padding: 12px;
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
}
.information-1 h3{
    font-size: 32px;
}
.information-1 img{
    width: 35px;
}

h3{
    font-size: 17px;
    color: #333;
    text-transform: capitalize;
}


.oferts{
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
}

.oferts-1{
    text-align: center;
    flex-basis: calc(25% -20px);
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
    padding: 35px;
}

.oferts-1 img{
    width: 140px;
    margin-bottom: 10px;
}

.oferts-1 p{
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    color: #5fb599;
}

.product{
    padding: 0 0 100px 0;
    text-align: center;
    box-shadow: 0 0 20px rgb(0,0,0, 0.1);
    
}

.product h2{
    font-size: 40px;
    color: #0D1026;
    text-transform: capitalize;
    margin-bottom: 55px;
}

.product-content{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.product{
    text-align: center;
    padding: 35px;
}

.product img{
    width: 150px;
    height: 130px;
    margin-bottom: 10px;
}

.product h3{
    color: #10b981;
}
.product p{
    font-size: 15px;
    margin: 0;
    color: #8DC84B;
    font-weight: 600;
}

.btn-2{
    display: inline-block;
    margin-top: 15px;
    padding: 7px 25px;
    border-radius: 5px;
    color: #ffffff;
    background-color: lightseagreen;
}

.service{
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
}

.service-1{
    flex-basis: 30%;
    padding: 25px;
    background-color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
}

.store{
    width: 300px;   
    height: 250px;
}

.service-2{
    flex-basis: 40%;
    padding: 25px;
    background-color: rgb(91, 124, 165);
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-3{
    flex-basis: 30%;
    padding: 25px;
    background-color: rgb(221, 237, 250);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer{
    padding: 50px;
    background-color: var(--rose);
}   
footer ul{
    list-style: none;
}
.footer-content{
    display: flex;
    justify-content: space-around;
}

.link img{
    max-width: 30px;
    margin-right: 12px;
}

.link li{
    color: #CCC2F2;
    display: flex;
    margin: 12px;
}
.link li:hover{
    color: rgb(203, 60, 25);
}
.link h3{
    color: #CCC2F2;
    font-size:  17px;
    margin-bottom: 10px;
}

.link a{
    margin-left: 5px;
    color: #c2c2c2;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.link a:hover{
    color: rgb(203, 60, 25);
}

@media(max-width: 900px){
    .menu{
        padding: 10px;
    }
    .menu label{
        display: initial;
        background-color:#E0DFF2;
        padding: 6px;
        border: 1px solid #333;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .menu .navbar{
        position: absolute;
        top: 70%;
        left: 0;
        right: 0;
        background-color: var(--amber);
        display: none;
    }

    .menu .navbar ul li{
        width: 100%;
    }
    .menu .navbar ul li a{
        color: var(--muted);
    }

    #menu:checked ~ .navbar{
        display: initial;
    }

    .header-txt{
        margin-top: 14%;
    }
    .oferts{
        padding: 30px;
        flex-direction: column;
    }
    .oferts-1{
        margin-bottom: 25px;
    }
    .product{
        padding: 30px;
    }
    .product-content{
        grid-template-columns: repeat(1, 1fr);
    }
    .service{
        flex-direction: column;
    }
    
    .footer{
        padding: 30px;
    }

    .footer-content{
        flex-direction: column;
        text-align: center;
    }

}
@media(max-width: 550px) {
 .menu{
        padding: 10px;
    }
    .menu label{
        display: initial;
        background-color:#E0DFF2;
        padding: 6px;
        border: 1px solid #333;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-txt{
        margin-top: 22%;
    }
    .menu .navbar{
        position: absolute;
        top: 80%;
        left: 0;
        right: 0;
        background-color: var(--amber);
        display: none;
    }

    .menu .navbar ul li{
        width: 100%;
    }
    .menu .navbar ul li a{
        color: var(--muted);
    }
    .informacion-content{
        flex-direction: column;
    }
    .image-Info{
        margin-top: 100px;
    }

}

.informacion-content{
    background-color: var(--muted);
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-Info{
    width: 50%;
    margin-left: 50px;
    margin-right: 50px;

}
.image-Info .info-1{
    background-color: var(--emerald);
    padding: 12%;
    margin-left: -32px;
    margin-right: -32px;
    margin-top: 12px;
    margin-bottom: 23px;
    text-align: justify;
}
.image-Info img{
    margin-bottom: 42px;
}

.containerInfo{
    width: 50%;
    margin: 42px;
    text-align: justify;
}
.redireccion:hover{
    text-decoration: underline;
    color: var(--primary);  
}
@media(max-width: 400px){
    .image-Info{
        max-width: 70%;
    }
    .header-txt{
        margin-top: 34%;
    }
}