html{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    width: 100vw;
   
}
body{
    margin:0 auto;
    padding:0;
    max-width: 100vw;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

header{
    background-color: #151515;
    max-width: 100vw;
    padding-top: 0px;
    padding-bottom:0px
}

.barra-contacto{
    color: #e8e8e8;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: flex-end;
    font-size: 12px;
    text-align: center;
    padding-top:0.5rem;
    padding-bottom: 0.5rem;
    max-width: 100vw;
}

.navbar{
    max-width: 100vw;
    padding-top: 0px;
    padding-bottom:0px;
    font-weight: 600;

}
h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 700;   
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    
}
h3{
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-align: center;
}
h4{
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 20px;
}
h5{
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 20px;
}
p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;  
}
.destacado1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: auto;  
    max-width: 100vw;
}

.texto-destacado{
    padding-left: 10%;
    max-width: 100vw;
    height: auto; 
    

}
.img-destacada {
    max-height:450px;
    max-width: 100vw;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;

}
.img-destacada2 {
    max-height:450px;
    max-width: 100vw;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2em;

}
.destacado2 {
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient( to right, #A0B5EB, #C9F0E4);
    text-align: center;
    max-width: 100vw;
}


.confiaron {
    margin-top: 2rem;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 2rem;
    background: white;
    text-align: center;
    max-width: 100vw;
}

#tipos{
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient( to right, #A0B5EB, #C9F0E4);
    display: flex;
    justify-content: space-around;
    max-width: 100vw;
}
#riñon{
    justify-content: center;
    text-align: center;
}

.img-tipos{
    max-height: 300px;
    max-width: auto;
    justify-content: center;
}

.container-fluid{
    padding-top: 0rem;
    padding-bottom: 0rem;
    max-width: 100vw;

}
.container-fluid.destacado2{
    padding-top: 2rem;
    padding-bottom: 2rem;
    max-width: 100vw;
}
.container-fluid h2{
    text-align: center;
    padding-bottom: 1rem;
}
.container-fluid ul {
    text-align: left;
}
.container-fluid p {
    text-align: center;    
}
.masproductos{
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color:#e8e8e8;
    max-width: 100vw;
}
.masproductos ul{
    text-align: center;
    list-style-type: none; 
}
.masproductos ul li{
    font-weight: 500;
}
.card{
    border-radius: 25px;
    border: 2px;
    max-width: 340px;
    background-color: transparent;
    margin-bottom: 1rem;
}

.whatsapp{
position:sticky;
bottom: 2%;
right: 2%;
max-width: 100vw;   
}
.iconowhatsapp{
    position: sticky;
    bottom: 2%;
    left: 95%;  
    z-index: 1;    
}
.iconos{
    height: 40px;
}
footer{
    background-color: #e8e8e8;
    padding-top: 10px;
    font-weight: 500; 
    
}
.logo-footer{
    grid-column: 2;

}
.redes{
    grid-column:3;
    grid-row:1;
    padding-top: 5%;
    justify-content: center;
    text-align: center;

}
.logo-clientes{
    max-width: 120px;
    padding-bottom: 2rem;
}
.logos-redes{
    display: inline;
    justify-content: center;
}

.form-container{
    display: flex;
    justify-content: center;   
}

#form-contacto{
    display: flex;
    text-align: center;
    margin-bottom: 5%;   
    width: 70%;
    border-width: 1px;
    padding-bottom: 25px;
    border-radius: 8px;
    padding: 20px 40px;
    box-shadow: 0 10px 25px rgba(92, 99, 105, .2);
}

#form-contacto input{
    margin-bottom: 1rem;
    border-color: #b9b9b9;
    border-width: 1px;
    border-style:solid;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(177, 189, 200, 0.2);

}

#tipodebolsa{
    width: 60%;
    border-color: #b9b9b9;
    margin-bottom: 1rem;
    border-color: #b9b9b9;
    border-width: 1px;
    border-style:solid;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(177, 189, 200, 0.2);

}

#cantidad {
    width: 60%;
    margin-bottom: 1rem;
    border-color: #b9b9b9;
    border-width: 1px;
    border-style:solid;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(177, 189, 200, 0.2);

}

#mensaje { 
    width: 80%; 
    margin-bottom: 1rem;
    border-color: #b9b9b9;
    border-width: 1px;
    border-style:solid;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(177, 189, 200, 0.2);
}
label {
    font-weight: 500;
}
.quienes-somos{
    padding: 3%;
    max-width: 100vw;
}

.carousel-inner {
    max-width: 100vw;
    background: linear-gradient( to right, #A0B5EB, #C9F0E4);
    display: flex;
    text-align: center;

}
.carousel-img{
    max-width: 100vw;
  
}
.col{
    text-align: center;
}