body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    font-family: 'Nunito', sans-serif;
  }

.contenedor{
    width: auto;
    height: 15px;
}
.navbar-expand-lg{
    position: sticky;
    background-color:#fff;
}
.btn1:hover{
    border-style: none;
}
.btn1:focus{
    border-style: none;
    border-color: #525e68;
}

/*video*/ 
.video {
    margin-bottom: -5px;
    width: 100%;
    height: 100%;
    }
/*botones*/ 
.btn1 {
        color: #0ea79b;
    }
.btn1:hover{
            color: #002b4d;
        }
.btn1:active{
            color: #0ea79b;
        }
.btn2 {
    color: #525e68;
}
.btn2:hover{
        color: #0ea79b;
    }
.btn-act{
        color: #0ea79b;
    }
.btn-act1{
        color: #002b4d;
    }
.btn3 a{
        color: #ffffff;
    }
.btn3 a:hover{
        color: #0ea79b;
    }
.btn-act2{
        color: #0ea79b;
        font-size: 14pt;
    }
/*boton arriba*/ 
.bi-up{
        font-size: 1.5rem;
        color: white;
    }
#botonArriba{
    position: fixed;
    bottom: 10px;
    right: 20px;
    transition: .2s;
}
.btn-up{
        margin-right: -10px;
        margin-bottom: 10px;
        width: 3rem;
        height: 3rem;
        background-color: #0ea79b;
        border-color: #0ea79b;
    }   
.btn-up:hover{
        width: 3rem;
        height: 3rem;
        background-color: #525e68;
        border-color: #525e68;
    }  
.btn-icon{
    padding-top: 7px;
    padding-left: 8px;
    padding-right: 2rem;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
    transition: all .4s;
    }
.btn-icon:hover{
    padding-right: 3rem;
    border-radius: 1rem 0 0 1rem;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
    transition: all .4s;
    }
