@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

#content-title{
    margin-top: 8rem;
    padding: 2rem 1rem 0 2rem;
    background: #667d93;
    font-family: "Montserrat", sans-serif;
    color: white;
}
#content-title img{
    width: 16vh;
}
.monts-sans{
    font-family: "Montserrat", sans-serif;
}
#form-register{
    padding: 1rem 3rem;
    font-family: 'Montserrat';
}

#form-register label{
    font-weight: 600;
    color: #918901;
    font-size: medium;
    margin-left: 2rem;
}
#form-register input, #form-register textarea, #form-register select{
    background: #e7e7e7;
    border: 0px;
    border-radius: 15px;
    padding-left: 2rem;
    font-weight: 500;
}
.btn-marine-bb{
    background: #425563;
    color: white;
}
.btn-marine-bb:active, .btn-marine-bb:focus, .btn-marine-bb:hover{
    background: #33424d;
    color: white;
}
.footer ul{ list-style: none}
.footer a, .footer .nav-item{color: #fff; margin-bottom: 0px!important	}	
.footer{padding: 50px 0px; font-size: 90%}	
.bgazuluno{ background-color:#415364}
.bco{color: #fff!important}

.btn-green-barrera{
    background: #ada400;
}
.btn-green-barrera:active, .btn-green-barrera:focus, .btn-green-barrera:hover{
    background: #968e01;
}
