body{

    background-image: url(fondo.1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.titulo{
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    margin-top: 200px;
}
.subtitulo{
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin-top: 20px;
}
.texto{
    text-align: justify;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 50px 200px 200px 200px;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #dfeded;
}
.navbar-custom {
    background-color: #3b4e5f;
    padding: 15px 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-brand {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px; 
    font-style: normal;
    color: #67edc8;
    text-decoration: none;
}
.navbar-toggler {
    font-size: 24px;
    display: none;
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    right: 20px;
    top: 15px;
}
.navbar-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    position: relative
}
.navbar-nav li {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}
.navbar-nav a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
}
.navbar-nav a:hover {
    color: #67edc8;
}
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #293a49;
    box-shadow: 0 2px 10px rgba(12, 12, 12, 0.1);
    list-style-type: none;
    padding: 10px;
    border-radius: 5px;
    z-index: 1;
}
.navbar-nav li:hover .sub-menu {
    display: block;
}
.sub-menu li {
    margin: 15px 0;
}
.sub-menu a {
    font-size: 18px;
    color: #ffffff;
}
.sub-menu a:hover {
    color: #67edc8;
}
.social-icons {
    font-size: 20px;
    color: #ffffff;
    margin: 0 10px;
    text-decoration: none;
}
.social-icons:hover {
    color: #67edc8;
}
input[type="checkbox"] {
    display: none;
}
.navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.social-icons-wrapper {
    display: flex;
    justify-self: flex-end;
}
.nav-item .nav-link .fas {
    margin-left: 5px ;
}
@media(max-width: 768px) {
    .navbar-custom {
        flex-direction: column;
        padding: 10px;
    }
    .navbar-brand{
        margin-bottom: 10px;
        text-align: center;
    }
    .navbar-nav {
        flex-direction: column;
        display: none;
        background-color: #232d36;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        padding: 20px;
    }
    .navbar-nav li {
        margin: 10px 0;
        text-align: center;
    }
    .navbar-nav a {
        font-size: 16px;
    }
    .navbar-toggler {
        display: block;
    }
    input[type="checkbox"]:checked ~ .navbar-collapse .navbar-nav {
        display: flex;
    }
    .sub-menu {
        position:relative;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: none;
    }
    .social-icons-wrapper{
        display: none;
        margin-top: 40px;
        flex-direction: column;
        z-index: 5;
    }
    .social-icons{
        margin: 20px 0 0 0;
    }
    input[type="checbox"]:checked ~ .navbar-collapse .social-icons-wrapper {
        display: flex;
        justify-content: center;
    }
        }
 .hero button{
            margin-top: 20px;
            padding: 10px 20px;
            font-size: 16px;
           background-color: aqua;
           color:rgb(175, 204, 194);
           border:none;
           cursor: pointer;
        }

        .productos img{
            max-width: 100%;
            border-radius: 4px;
        }

        .contacto {
            padding: 6px 20px;
            background-color: rgb(46, 53, 75);
        }
        .productos .producto {
           display: inline-block;
           margin: 20px;
           background: #eee5ff;
           border: 1px solid;
           padding: 15px;
           width: 200px;
           border-radius: 8px;
        }
        
.boton-contacto {
    display: inline-block;
    background-color: #0077b6; 
    color: rgb(243, 239, 239);
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: left;
    font-weight: bold;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.boton-contacto:hover {
    background-color: #278fb8;
}

.enlace-contacto {
    color: #f3f4f5;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}

.enlace-contacto:hover {
    text-decoration: underline;
}
           