
.colorSea{
    background-color: rgba(41, 54, 67,0.92) !important;
}

.imgBanner{
    width: 80%;
}

.colorSeaText{
    color: rgb(41, 54, 67) !important;
}

.btn-outline-sea{
    color: rgb(41, 54, 67) !important;
    background-color: #f8f9fc!important;
    border-color: rgba(41, 54, 67, 0.16) !important;

}

.form-label.required:after {
    content: "*";
    margin-left: .25rem;
    color: #d63939;
}

.btn-outline-sea:hover{
    background-color: rgb(41, 54, 67) !important;
    color: #f8f9fc!important;
}

.whiteSmoke{
    background-color: whitesmoke !important;
}

.black{
    color: #000;
}

.borderSea{
    border-color: rgb(41, 54, 67) !important;
    border-width: 2px !important;
}

.cursor {
    cursor: pointer;
}

#map {
    height: 500px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] { -moz-appearance:textfield; }

.scroll{
    overflow-y: scroll;
}

.colorSea{
    background-color: rgb(41, 54, 67) !important;
    color: white !important;
}

.grisUno{
    background-color: #464B50 !important;
    color: white !important;
}

