@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

html,
body{
    width: 100%;
    overflow-x: hidden;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Poppins', sans-serif;
   
}

body {
   background-color: #1d1d1d;
}



header {
    min-height: 100vh;
    display: flex;
    align-items: center;
    
}

header {
    height: -100vh !important;
    background: url(img/20.png) no-repeat center;
    background-size: cover;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

.menu {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.menu .logo {
    font-weight: 700;
    font-size: 25px;
    color: #ffffff;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 10px 35px;
    color: #ffffff;
    border-radius: 15px;
    display: block;
}

.menu .navbar ul li a:hover {
    background-color: #919191;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;

}

.menu label {
    cursor: pointer;
    display: none;
}

.header-content {
   display: flex; 
}

.header-content img {
width: 600px;
margin-top: 100px;
    
}


.content {
    padding: 150px 50px 0px 0px;
}



.content h1 {
    color: #ffffff;
    font-size: 55px;
    font-weight: 700;
    line-height: 70px;
    
}

.content p {
    margin-top: 25px;
    color: #ffffff;
    font-size: 20px;
    
}

.btn-1 {
    display: inline-block;
    background-color: #343535;
    margin-top: 80px;
    margin-bottom: 60px;
    padding: 15px 25px;
    color: #ffffff;
    border-radius: 10px;
}

.btn-1:hover {
    background-color: #919191;
}

.services {
    padding: 120px 0px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #ffffff;
}


.service {
    border-radius: 1rem;
    padding: 30px;
    margin: 0px 10px;
    background-color: #0E0F52;
}

.service img {
    width: 150px;
    height: 100px;
    margin-bottom: 15px;
    
}

.service h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.service p {
    font-size: 16px;
}

.service {
    height: -100vh !important;
    background: url(img/28.png) no-repeat center;
    background-size: cover;
}

.servicet {
    margin-top: 80px;
    min-height: 10vh;
    display: flex;
    justify-content: center;
}


.servicet h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 750;
    line-height: 35px;
}

.features {
    padding: 50px 0px;
    display: flex;
    color: #ffffff;

}



.features img {
    width: 350px;
}

.feature {
    margin-right: 155px;

}

.feature h2 {
    font-size: 55px;
    margin-bottom: 25px;
}

.feature h3 {
    font-size: 25px;
    margin-bottom: 35px;
}

.contacts {
    padding: 50px 0px;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}

.contact {
    align-self: center;

}

.contact img {
    width: 250px;
    margin-right: 100px;

}

.contact h2 {
    font-size: 35px;
    margin-bottom: 25px;

}

.contact img {
    width: 80px;
}

form {
    margin-bottom: 25px;
}

.btn-2 {
    background-color: #919191;
    padding: 10px 25px;
    border: 2px solid #000000;
    color: #ffffff;
}

.btn-3 {
    background-color: #343535;
    padding: 10px 25px;
    border: 0;
    color: #ffffff;
}

footer {

    padding: 30px 0px;
    background-color: #2c2c31;
    color: #ffffff;
}

footer {
    height: -100vh !important;
    background: url(img/28.png) no-repeat center;
    background-size: cover;
}

.enlaces {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.enlaces h3 {
    font-size: 25px;
}

.enlace {
    display: flex;
}

.enlace li a {
    display: block;
    margin: 20px;
    color: #ffffff;
    padding: 10px 35px;
    border-radius: 15px;
}

.enlace li a:hover {
    background-color: #919191;
}
.contenedor {
    display: flex;
    justify-content: right;
}
.iframe {
    margin-top: 100px;
    width: 300%;
    height: 300px;
}




@media (min-width: 320px) and (max-width: 1440px) {
   

    body {
        
        margin: 0px;
        padding: 0px 0px;
        background-color: #1d1d1d;
     }

    .menu {
        padding: 10px;
    }

    .menu label {
        display: initial;
    }

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #343535;
        display: none;
    }

    .menu .navbar ul li {
        width: 100%;
    }

    .menu .navbar ul li a {
        margin: 10px;
        padding: 20px 35px;
    }

    #menu:checked ~ .navbar {
        
        display: initial;
    }

    header {
        min-height: 100vh;
        padding: 250px 0px 340px 0px;
    }
    
  
    .header-content {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 0px 20px;
    }
    

    .content {
        padding: 0;
    }

    .content h1 {
        margin-top: 0;
        font-size: 30px;
    }

    .content p {
        margin-top: 15px;
        text-align: column;
        font-size: 10px;
    }

    .btn-1 {
        margin-top: 15px;
    }
    .header-content img {
        margin-top: 45px;
        width: 400px;
    }

    .servicet h1 {
        margin-top: 0;
        font-size: 30px;
    }

    .services {
        flex-direction: column;
        padding: 300px 30px 0px 30px;
    }

    .service {
        margin-bottom: 20px;

    }

    .features {
        flex-direction: column;
        align-items: center;
        padding: 0px 30px;
        text-align: center;
    }

    .features img {
        width: 150px;
        margin-top: 35px;
    }

    .feature {
        margin: 0px;
    }

    .feature h2 {
        margin-top: 0;
        font-size: 35px;
    }

    .feature h3 {
        margin-top: 0;
        font-size: 20px;
    }

    .feature p {
        margin-top: 0;
        font-size: 15px;
    }


    .contact {
        padding: 50px 30px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .contacts img {
        display: none;
    
    }

    .contact h2 {
        font-size: 25px;

    }
    
    .btn-2 {
        margin-bottom: 25px;
    }
    footer {
        padding: 30px;
    }

    .enlaces {
        flex-direction: column;
        align-items: center;
    }

    footer {
        height: -100vh !important;
        background: #161616;
        background-size: cover;
    }
    .enlace {
        flex-direction: column;
    }

    .contenedor {
        display: flex;
        justify-content: right;
    }
    .iframe {
        margin-top: 100px;
        width: 115%;
        height: 290px;
    }

    
    
  



}