
.navbar-brand i:hover {
color: rgb(6, 192, 6);
}


.texto-nav{
    font-size: 22px;
    color: green;
    border-radius: 15px;
}

.texto-nav:hover{
    color: rgb(251, 251, 251);
    background-color: green;
}

.hover-zoom{
    transition: 0.2s;
    border-radius: 50%;
}

.hover-zoom:hover{
    transform: scale(1.08);
    transition: 0.2s;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.451);
}

.marketplaces{
    padding-bottom: 8rem;
}

footer{
    position: absolute;
    bottom: 0px;
    font-size: 15px;
}

body{
   position: relative;
}

.texto-verde{
    color: green;
}

iframe{      
    display: block;   
    height: 100vh;   
    width: 100%;
    border: none;
}
