@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    /*zoom: 0.9;*/
    /*-moz-transform: scale(0.9);*/
    /*-moz-transform-origin: 0 0;*/
}

body,
.btn,
input,
select {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
}

.btn-primary {
    background-color: #FFB03B !important;
    border-color: #FFB03B !important;
}

.container_header {
    background-color: #004997;
    margin-bottom: 2%;
}

.no_margin {
    margin: 0 !important;
}

.header {
    min-height: 100px;
    /*padding-top: 1%;*/
}

.header img {
    margin: 4%;
    /*max-height: 100px;*/
}

.header h1 {
    color: white;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
}

.header h2 {
    color: white;
    text-align: center;
    font-size: 13px;
    text-align: left;
}

.login {
    padding-top: 2em;
}

.login h3 {
    font-size: 1.2em;
}

.login form {
    margin-top: 1em;
}

h4.de2 {
    color: #707682;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.40rem;
    padding: 10px;
}


/************************************************************************************/


/*** HEADER ***********************************************/


/************************************************************************************/

.title_header {
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    padding-left: 30px
}

@media only screen and (max-width: 1199px) {
    .title_header {
        border-left: 1px solid rgba(255, 255, 255, 0);
        padding-left: 15px
    }
}


/************************************************************************************/


/*** SCREEN 1 - SOLICITUD DE ADHESION ***********************************************/


/************************************************************************************/

.login .col {
    margin-bottom: 40px
}

.login hr {
    height: 10px;
    background-color: #f6f6f7;
    border: none;
    margin-bottom: 20px
}

.login label {
    min-width: 100px
}

.login label p {
    color: #004997;
}

.login input[type=text],
input[type=password] {
    border: 1px solid #c2c3c8;
    border-radius: 4px;
}

.login h3 {
    color: #86858a;
    font-weight: 400;
    text-align: center
}

.login .btn-primary {
    text-align: center;
    min-width: 190px;
    background: url(../img/circle_right.png) center right 15px no-repeat;
    padding: 0.315rem 0.75rem;
}

.login .btn-primary:hover {
    opacity: 0.9
}

.login p {
    color: #86858a;
    max-width: 360px;
    margin: 0px auto;
}

.help_list {
    color: #86858a;
    max-width: 420px;
    margin: 0px auto;
}

.help_list li {
    background: url(../img/img_list.png) no-repeat left top;
    padding: 3px 0px 10px 35px;
    list-style: none;
    margin: 0;
}

.icon_title {
    height: 40px;
    vertical-align: -12px;
    margin-right: 8px
}

@media only screen and (max-width: 1199px) {
    .icon_title {
        height: 20px;
        vertical-align: -3px;
    }
    .login h3 {
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 768px) {
    .login h3 {
        font-weight: 500
    }
}


/**********************************************************************/


/*********  LAYOUT FORMULARIO **************************************/


/********************************************************************/

label {
    color: #004C96;
    font: Verdana, Helvetica, sans-serif;
}

h3 {
    margin-top: 1rem !important;
    color: #004C96 !important;
    font-size: 1rem !important;
}

hr {
    margin-top: 0;
}

.btn-white {
    background-color: white !important;
    border-color: #ced4da;
}

.dropdown .btn-light {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: white;
}


/* Fix for dropdown menu overlapping header */

.dropdown-menu {
    transform: none !important;
}


/****

PESTAÑAS NAVEGACIÓN

**/

.nav-tabs .nav-item:first-of-type {
    margin-left: 15px;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link {
    color: #004C96 !important;
    font-size: 14px !important;
    font-weight: bold;
    background-color: rgb(209, 209, 209) !important;
    border-radius: 20px 20px 0 0 !important;
    padding: 8px 20px !important;
    border-bottom: 3px solid rgb(209, 209, 209) !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: white !important;
    background-color: #FFB03B !important;
    border-bottom: 4px solid #FFB03B !important;
}

.nav-tabs {
    border-bottom: 4px solid #FFB03B !important;
}

.alert-success {
    position: fixed !important;
    right: 4rem;
    top: 12rem;
    z-index: 9999;
}

ol.breadcrumb {
    padding: 0 0 0.5rem 0.5rem !important;
    margin: 0 !important;
    background: #f0f2f3 !important;
    font-size: 0.85rem;
    color: #3852bb !important;
    font-weight: normal;
    font-style: italic;
}

ol.breadcrumb a {
    color: #3852bb !important;
}