@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;

}


.container {
    max-width: 1200px;
    margin: 0 auto;

}

.header {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.245),
        rgba(0,0,0,0.7)),
        url(Inicio.JPG);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 70vh;
        display: flex;
        align-items: center;

}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    color: yellow;
    font-size: 25PX;
    font-weight: 800;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #FFFDFC;
    display: block;
    font-weight: 600;
}

.menu .navbar ul li a:hover{
    color: #CE967B;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.header-content {
    text-align: center;
}

.header-content h1 {
    font-size: 75px;
    line-height: 80px;
    color: #F9FAFC;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.header-content p {
    font-size: 16px;
    color: #C5C5C5;
    padding: 0 250px;
    margin-bottom: 25px;
}



.btn-1 {
    display: inline-block;
    padding: 11px 35px;
    background-color: #ecde1a;
    color: #0e0f0f;
    text-transform: uppercase;
}

.btn-1:hover {
    background-color: #ecde1a;
}

.Sikker {
    padding: 100px 0;
    background-color: #E1E2E6;
    position: relative;
}

.Sikker-content {
    text-align: center;
}

.Sikker-content h2 {
    font-size: 55px;
    line-height: 70px;
    color: #323337;
    text-transform: uppercase;
    padding: 0 250px;
    margin-bottom: 15px;
}

.txt-p {
    font-size: 16px;
    color: #414247;
    padding: 0 250px;
    margin-bottom: 35px;
}

.Sikker-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.Sikker-1 {
    padding: 0 25px;
}

.Sikker-1 img {
    width: 200px;
}

.Sikker-img {
    position: absolute;
    top: 0;
    right: 0;
}

.Sikker-1 h3 {
    color: #323337;
    font-size: 20px;
    margin-bottom: 15px;
}

.Servicios {
    background-image: linear-gradient(
        rgba(235, 224, 224, 0.442),
        rgba(213, 200, 200, 0.941)),
        url(images/sikker.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    
}

.Servicios-content {
    text-align: center;
}

.Servicios-content h2 {
    font-size: 55px;
    line-height: 70px;
    color: #F9FAFC;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.Servicios-content p {
    font-size: 16px;
    color: black;
    margin-bottom: 50px;
    padding: 0 100px;
}

.Servicios-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.Servicios-1 {
    padding: 0 100px;
}

.Servicios-1 img {
    width: 25px;
    margin-bottom: 15px;
}

.Servicios-1 h3 {
    color: #EACCB3;
    font-size: 18px;
}

.General {
    display: flex;
}

.General-1 {
    width: 50%;
    padding: 100px 250px 100px 100px;
    background-color: #E1E2E6; 
}

.General-2 {
    background-image: url(images/Casco.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}
.General-3 {
    background-image: url(images/Casco.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

h2 {
    font-size: 55px;
    line-height: 70px;
    color: #323337;
    text-transform: uppercase;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    color: #414247;
    margin: 25px 0 45px 0;
}

.blog {
    padding: 100px 0;
    text-align: center;
}

.blog-content {
    display: flex;
    justify-content: space-between;
}

.blog-1 {
    padding: 15px 55px;
}

.blog-1 img {
    width: 250px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.blog-1 h3 {
    font-size: 25px;
    color: #323337;
}

.footer {
    padding: 100px 0;
    background-color: #000000;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

.link h3 {
    font-size: 18px;
    color: #F9FAFC;
    margin-bottom: 15px;
}

.link a {
    font-size: 16px;
    color: #C5C5C5;
    display: block;
    margin-bottom: 15px;
}

@media(max-width:991px) {
    .menu {
        padding: 30px;
    }


    .menu label {
        display: initial;
    }

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #ecde1a;
        display: none;
    }

    .menu .navbar ul li {
        width: 100%;
    }

    #menu:checked ~ .navbar {
        display: initial;
    }

    .header {
        min-height: 0vh;
    }

    .header-content {
        padding: 100px 30px;
    }

    .header-content p {
        padding: 0;
    }

    .Sikker {
        padding: 30px;
    }

    .Sikker-content h2 {
        padding: 0;
    }

    .txt-p {
        padding: 0;
    }

    .Sikker-group {
        flex-direction: column;
        margin-bottom: 0;
    }

    .Sikker-img {
        display: none;
    }

    .Servicios {
        padding: 30px;
    }

    .Servicios-content p {
        padding: 0;
    }

    .Servicios-group {
        flex-direction: column;
        margin-bottom: 0;
    }

    .Servicios-1 {
        margin-bottom: 25px;
    }

    .General {
        flex-direction: column;
    }

    .General-1 {
        width: 100%;
        padding: 30px;
        text-align: center;
    }

    .General-2, .General-3 {
        display: none;
    }

    .blog {
        padding: 30px;
    }

    .blog-content {
        flex-direction: column;
    }

    .blog-1 {
        padding: 0;
    }

}

