.navbar-expand-lg{
    background-color: white !important;
}
/*.container-fluid{
    background-color: rgb(242, 242, 242, 0.65) !important;
}*/
.encabezado{
    /* background-image: url('../imagenes/Group\ 10.png');
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #273B4B;
    width: 100%;
    min-height: 100vh;
    /* background-position: center center; */
}
.navbar-expand-lg .navbar-collapse{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

}
.nav-link{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    text-transform: capitalize;
    color: #000000;
}
.btn4{
    background-color:#A9353A;
    width:30%;
    height: 60px;
    border-radius: 0px;
    border:none;
}
.btn4 a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    /* identical to box height */ 
    color: #FFFFFF;    
    text-decoration: none;
}
#showcase{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    padding: 15vh 0 15vh 0;

}
#showcase-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 0.6;
}
#showcase-left h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 98px;
    letter-spacing: -0.03em;
    padding: 0 0 5% 5%;
    color: #FFFFFF;

}
#showcase-left p{

font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 40px;
line-height: 49px;
padding: 0 6% 5% 5%;

color: #FFFFFF;


}
#showcase-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0.4;
}
#showcase-right img{
    max-width:80%;
    max-height:80%
}
.btn1{
    background-color:#A9353A;
    width:12%;
    height: 60px;  
    border-radius: 0px;
    border: none;
}
.btn1 a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    /* identical to box height */ 
    color: #FFFFFF;    
    text-decoration: none;
}
#services{
    background-color: black;
    padding-bottom: 10%;
}
#services h2{
    text-align: end;
    margin-right: 5%;
    margin-bottom: 2.5%;
    padding-top: 5%;
}
.imagenes{
    display: flex;
    flex-direction:row;
    width: 100%;
    min-height: 70vh;
    height: 70vh;
    justify-content: center;
}
#products{
    background-color: #273B4B;
    padding-bottom: 10%;
}
#products h2{
    text-align: end;
    margin-right: 5%;
    margin-bottom: 5%;
    padding-top: 5%;
}
.imagenes1{
    display: flex;
    flex-direction:row;
    width: 100%;
    min-height: 70vh;
    height: 70vh;
    justify-content: center;

}
#footer{
    background-color: #273540;
    height: 120vh;
    min-height: 120vh;
    padding-top: 5%;
}
#footer h2{
    text-align: end;
    margin-right: 5%;
    margin-bottom: 5%;

}
.formulario{
    background-image:url('../imagenes/Group\ 13\ \(2\).png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 90%;
  
    min-height: 80vh;
    margin-left: 5%;
    
}
.formulario1{
    padding-top: 7%;
}
.form{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
width: 50%;

margin-left: 40%;

min-height: 50vh;
margin-right: 10%;
}
#uno{
width:30%;
height:60px;
}
#textarea{
    margin-top: -10%;
    width:100%;
}
.feedback{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #F3F4F6;
    text-align: center;



}
#wrapper-inputs-formulario{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    width:100%;
}

.final{
    width:100%;
    height: 30vh;
}
