body{
    font-family: Verdana, Geneva, Tahoma, sans-serif, Helvetica, sans-serif, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.nav-link{
    color: black !important;
}

.nav-link:hover{
    color: rgb(164, 1, 1) !important;
    /* border-bottom: 1px solid rgb(164, 1, 1); */
}

.nav-link-active{
    color: rgb(164, 1, 1) !important;
    /* border-bottom: 1px solid rgb(164, 1, 1); */
}


.cards{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.card{
    width: 420px;
    height: 455px;
    border-radius: 10px;
    transition: border-radius 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1),
             0 0  0 2px rgb(220, 220, 220),
             0.3em 0.3em 1em rgba(65, 65, 65, 0.577)
}

.card-2{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 60vh;
    margin-bottom: 121px;
}


.card__input-center{
    text-align: center;  
}

.card__input{
    margin-bottom: 10px;
}

.card__img{
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 20px;
    height: 180px;
}

.nivelar{
    height: 170px;
}

.img-c{
    object-fit: cover;
    height: 100vh;
    background-size: cover;
}

.prueba{
    width: 100vw;
    position: absolute;
    z-index: 3;
}

.prueba-main{
    width: 99.1vw;
    position: absolute;
    z-index: 3;
}

.navegacion{
    display: flex;
    justify-content: center;
}

.imglogo{
    width: 55vw ;
    height: 300px ;
    z-index: 100;
}

.logotipo{
    display: flex;
}

.divlogo{
    position: absolute;
    z-index: 1;
    height: 100vh;
    width: 99.1vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divlogo2{
    z-index: 0;
    width: 99.1vw;
}

.footer{
    display: flex;
    height: 88px;
    color: white;
    background-color: rgb(33, 33, 33);
    align-items: center !important;
    justify-items: center;
    justify-content: space-between;
    padding: 0px 10px 0px 10px;
}

.listaFooter{
    justify-content: center;
    list-style: none;
    display: flex;
    width: 150px;
    font-size: 20px;
    color: white;
}


.linkFooter{
    color: rgb(184, 93, 93);
    text-decoration: none;
}

.linkFooter:hover{
    color: rgb(147, 32, 32);
}

.navegacion{
    display: flex;
    justify-content: space-between ;
    justify-items: center;
}

.alinear{
    margin-top: 3.5px;
    display: flex;
    align-items: center;
}

.alinear-texto{
    margin-top: 10px;
    text-align: center;
}


.nav-trans{
    background-color: rgba(255, 255, 255, 0.664);
    -webkit-box-shadow: 0px 6px 77px -24px rgba(255,0,64,1);
-moz-box-shadow: 0px 6px 77px -24px rgba(255,0,64,1);
box-shadow: 0px 6px 77px -24px rgba(255,0,64,1);
}

h1{
    display: flex;
    justify-content: center;
    padding-top: 10vh;
}

/* .espacioFooter{
    padding: 0 ;
    width: 350px;
} */


/* PAGINA PRESUPUESTOS */

.shadow{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 99.1vw;
}

.nosotros{
    height: 100vh;
    width: 99.1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(img/portada/2.png);
}

.nosotros-2{
    padding: 10px ;
    padding-right: 100px;
    border-radius: 1000px;
    background-color: rgb(251, 215, 215);
    display: flex;
    align-items: center;
    width: 60vw;
    justify-content: space-between;
}

.nosotros-img{
    width: 300px;
    height: 300px;
    margin-right: 40px;
}

/* CONTACTO */

.maps{
    width: 99.1vw;
    height: 55vh;
}

.contacto{
    display: flex;
    justify-content: space-between;
    padding: 0px 10px 0px 10px;
}

.contacto-item{
    text-align: center;
    width: 500px;
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 90.5px;
    font-size: 20px;
}

    /* GALERIA  */

.container{
    max-width: 1500px;
    margin: 0 auto;
}

.img-galeria{
    width: 500px;
    height: 500px;
    margin: 10px;
}

.imagenes{
    padding-top:60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.textGaleria{
    display: flex;
    align-items: center;
    text-align: left;
    padding-top: 130px;
    margin-bottom: -40px;
}

/* foto producto hover */

.contenedor {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    height: 385px;
    width: 310px;
    margin: 50px 20px;
    position: relative;
    object-fit: cover;
  }
  
.contenedor img {
    /* border-radius: 20px; */
    position: absolute;
    height: 310px;
    width: 310px;
    object-fit: cover;
    transition: opacity 1.5s ease-in-out;
}

.contenedor img.top:hover {
    opacity: 0;
}

.codigo{
    padding-left: 15px;
    justify-content: left;
    align-items: flex-end;
    padding-top: 320px;
    color: rgb(0, 0, 0);
    font-weight: normal;
    /* background-color: rgb(255, 2, 2); */
    border-radius: 100px;
}

.codigo p{
    color: rgb(158, 0, 0);
}

.galeria-body{
    background-color: rgb(255, 244, 244);
}

.logoGaleria{
    margin-right: 10px;
    width: 150px;
    height: 150px;
}

.relleno{
    background-color: rgb(255, 255, 255) !important;
}

.logoCelular{
    display: none;
}

.desaparecer{
    display: none;
}

.left{
    text-align: right;
}

@media only screen and (max-width: 600px){
    .imglogo{
        display: none;
    }

    .prueba-main{
        width: 100vw;
    }


    .divlogo2{
        width: 100vw;
    }

    h4.alinear{
        display: none;
    }

    .logoWebCelu{
        display:block;
    }

    .footer{
        text-align: center;
        padding: 10px 0 10px 0;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .listaFooter{
        justify-content: center;
        list-style: none;
        display: flex;
        width: 100px;
        font-size: 20px;
        color: white;
    }

    .div-footer{
        width: 100vw !important;
    }

    .logoCelular{
        display: block;
        width: 350px;
        height: 350px;
    }
    
    .nosotros-2{
        margin-top: 30px;
        text-align: center;
        font-size: small;
        padding: 10px 30px 100px 30px;
        flex-wrap: wrap;
        width: 80vw;
        align-items: center !important;
    }

    .nosotros-img{
        width: 150px;
        height: 150px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .contacto{
        flex-wrap: wrap;
    }
    
    .contacto-item{
       margin-top: 30px !important;
       margin: 0 auto;
    }

    .card-2{
        margin-top: 500px;
        margin-bottom: 500px;
    }

    .card{
        width: 90vw;
    }

    .derechos{
        font-size: 14px;
    }

    .h1-text{
        text-align: center;
        font-size:  25px;
        padding-top: 5rem !important;
    }
}