/*Generales*/
* {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-family: "DIN Condensed Web";
    color: white;
    font-size: 22px;
    text-align: center;
    padding-left: 20px;
    padding-top: 20px;
}

h2 {

    font-family: "DIN Condensed Web";
    font-size: 60px;
    padding-left: 10px;
    padding-top: 150px;
}

h3 {
    font-family: "DIN Condensed Web";
    color: white;
    text-align: center;
    padding-top: 20px;
}

h4 {
    font-family: "DIN Condensed Web";
    color: white;
    font-size: 20px;
    text-align: end;
    position: absolute;
    padding-left: 40px;
    padding-top: 35px;
}

a {
    text-decoration: none;
}

/*NAVBAR*/

.menu-t {
    padding: 5px 80px;
    font-size: 30px;
}

.bg-dark {
    background-color: #404042 !important;
}

.active {
    border-bottom: solid 2px white;
    border-radius: 1px 1px 1px 1px;
}

.logo-nav img {
    height: 50px;
}

.navbar-dark {
    color: white;
    --bs-navbar-hover-color: #C39A34;

}

.nav-link {
    color: white;
    font-family: "DIN Condensed Web";
    font-size: 30px;
}

img.logpor {
    padding-top: 20vh;
}

.whats {
    width: 50px;
    padding-right: 10px;
}

.datos {
    font-family: "DIN Condensed Web";
    color: white;
    font-size: 40px;
    text-align: center;
}


/*SECCIONES*/
.productos1 div {
    font-family: "DIN Condensed Web";
    background-color: #404042;
    border-radius: 20px;
    text-align: center;
    color: white;
    margin: 20px;
    margin-top: 150px;
    padding-left: 0;
    padding-right: 0;
}

.ima-c {
    border-radius: 0px 20px 20px 0px;
    height: 100px;
    position: relative;


}


/* ventana producto ajuste*/
p {
    margin-top: 0;
    margin-bottom: 1rem;
    background-color: #404042;
    color: white;
    font-family: "DIN Condensed Web";
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.pr img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}


/*FOOTER*/
footer {
    padding-top: 50px;
}

.info-gde {
    background-color: #404042;
    color: white;
    font-family: "DIN Condensed Web";
}

.info {
    font-family: "Helvetica";
    color: white;
    font-size: 12px;
    text-align: center;
}

/*BOTONES FIJOS*/
.flecha {
    width: 80px;
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 1;
}

.top {
    position: fixed;
    width: 79px;
    bottom: 120px;
    right: 10px;
    transition: opacity .5s ease-in-out;
}

.top:hover {
    display: none;
}

.top2 {
    position: fixed;
    width: 200px;
    bottom: 122px;
    right: 12px;
    opacity: 0%;
}

.top2:hover {
    opacity: 100%;
}


.flecha2 {
    width: 200px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 1;
}

.flecha3 {
    width: 70px;
    position: fixed;
    bottom: 200px;
    right: 13px;
    z-index: 1;
}

/**MEDIA QUIERIES*/
/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
    .nav-link {
        font-size: 20px;
    }

    .grupo-l {
        padding-top: 60px;
    }

    .productos1 div {
        margin-top: 20px;
        font-size: 14px;
    }

    h4 {
        padding-left: 150px;
    }
}

@media (max-width: 1200px) {
    .ima-c {
        height: 70px;
    }

    h4 {
        padding-top: 25px;
        font-size: 18px;
    }
}