/* 
    Created on : Jun 11, 2021, 12:43:59 PM
    Author     : FrankContreras
*/
@font-face {
    font-family: Raleway-Black;
    src: url('raleway/Raleway-Black.ttf');
}

@font-face {
    font-family: Raleway-Bold;
    src: url('raleway/Raleway-Bold.ttf');
}

@font-face {
    font-family: Raleway-SemiBold;
    src: url('raleway/Raleway-SemiBold.ttf');
}

@font-face {
    font-family: Raleway-Medium;
    src: url('raleway/Raleway-Medium.ttf');
}
@font-face {
    font-family: Raleway-Light;
    src: url('raleway/Raleway-Light.ttf');
}

@font-face {
    font-family: Raleway-ExtraLight;
    src: url('raleway/Raleway-ExtraLight.ttf');
}

@font-face {
    font-family: Raleway-Regular;
    src: url('raleway/Raleway-Regular.ttf');
}

.raleway-extraLight {
    font-family: Raleway-ExtraLight;
}

.raleway-black {
    font-family: Raleway-Black;
}

.raleway-regular {
    font-family: Raleway-Regular;
}

.raleway-light {
    font-family: Raleway-Light;
}

.raleway-medium {
    font-family: Raleway-Medium;
}

.raleway-bold {
    font-family: Raleway-Bold;
}

.raleway-semibold {
    font-family: Raleway-SemiBold;
}

body {
    background: linear-gradient(to bottom, rgba(60, 71, 84, 1) 10%, rgba(106, 133, 154, 1) 65%, rgba(195, 195, 195, 1) 100%);
    background-repeat: no-repeat;
    padding-top: 70px;
}

.bg-navbar {
    background: rgba(60, 71, 84, 1) 10%;
}

.text-azul-oscuro {
    color: #093651;
}

.bg-azul-oscuro {
    background-color: #093651;
}

.bc-azul-oscuro {
    border-color: #093651;
}

.bg-barra {
    background-color: rgba(09, 36, 51, 0.2);
}

.bg-azul-palido {
    background-color: rgba(09, 36, 51, 0.5);
}

.bc-azul-palido {
    border-color: rgba(09, 36, 51, 0.5);
}

.bg-footer {
    background-color: #1b2733;
}

.redondo {
    border-radius: .6rem !important;
}

.bg-input {
    background-color: #6d7b88;
}

input {
  background-color: #6d7b88!important;
  color: #FFFFFF!important;
  font-family: Raleway-Bold;
}

input:focus {
    background-color: #6d7b88!important;
    color: #FFFFFF!important;
    font-family: Raleway-Bold;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-text-fill-color: #FFFFFF!important;
    -webkit-box-shadow: 0 0 0 30px #6d7b88 inset !important;
}
/* placeholder */

::-webkit-input-placeholder { /* Edge */
    font-family: Raleway-Bold;
    color: #9e9c9c!important;
}

:-ms-input-placeholder { /* Internet Explorer */
    font-family: Raleway-Bold;
    color: #9e9c9c!important;
}

::placeholder {
    font-family: Raleway-Bold;
    color: #9e9c9c!important;
}

select:required:invalid {
    font-family: Raleway-Bold;
    color: #9e9c9c!important;
}

option {
    color: white;
}

option[value=""] {
    color: #9e9c9c;
}

select {
    font-family: Raleway-Bold;
    color: #FFFFFF!important;
    -webkit-appearance: none;
    appearance: none;
    background: url('https://code.grnet.gr/projects/synnefo/repository/revisions/e4a6c3b8b97ce0e4fbf7f88e52afe5cecda6d358/entry/snf-cyclades-app/synnefo/ui/new_ui/ui/images/ios7-arrow-down-inactive.png') 96% / 8% no-repeat #6d7b88 !important
}

.icono-hamburguesa {
    display: inline-block;
    width: 1.5rem;
    height: 1rem;
    background: linear-gradient(to bottom,
        white, white 20%,
        #244069 20%, #244069 40%,
        white 40%, white 60%,
        #244069 60%, #244069 80%,
        white 80%, white 100%);
    cursor: pointer;
  }
