*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    min-height: 100vh;
    overflow: auto;
}

.principal{
    background-image: url(../imagenes/principal.jpg);
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caja_busqueda{
    width: 100%;
    height: 100vh;
    border-color: black 1px solid;
}

.floatbutton {
    height: 60px;
    width: 60px;
    background: #25D366;
    display: flex;
    justify-content: center;
    align-items: center;
 
    border-radius: 50%;
    font-size: 30px;
    position: fixed;
    box-shadow: 2px 2px 5px rgba(0, 0 ,0, 0.25);
    right: 30px;
    bottom: 30px;
    z-index: 1;
}

.navbar{
    background-color: transparent;
}

.principall{
    background-image: url(../imagenes/principal.jpg);
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.titulo{
    position: absolute;
    top: 70%;
    left: 60%;
}

.logo{
    position:absolute;
    width: 130px;
    height: 80px;

}
.logomovil{
    position:absolute;
    width: 130px;
    height: 80px;
    top: 10%;
    left: 65%;
}
