@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,700|Source+Sans+Pro:300,300i,400,600,900&display=swap');

html
{
    min-height:100%;
}

#logos-section
{
    width: 50%;
    max-width: 680px;
}
.logo
{
    width: 33%;
}

.logo img
{
    max-width: 100%;
    width: auto;
    height: auto;
}

.navbar-default .navbar-nav > li > a{
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.container {
    width: 80% !important;
}

.alpaca-container-label {
    font-size: 48px;
    font-weight: bold;
    color: #403f43;
}

.bold{
  font-weight: 700;
}

nav
{
    width: 100%;
    line-height: 80px;
    box-shadow: 2px 2px grey;
}

#main-navbar
{
    margin-top: 1%;
}

@media only screen and (min-width: 601px)
{
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 100px !important;
        line-height: 125px !important;
    }
}

.orange_btn
{
    background-color: #cf6c43 !important;
}

.sky_blue
{
    background-color: #00abeb !important;
    color:white !important;
}



.alpaca-form-button-atras
{
    background-color: #19698E;
    color: white;
}

.alpaca-form-button-mis_tramites
{
    background-color: #19698E;
    color: white;
}


.alpaca-form-button-submit
{
    background-color: #7FBD00;
    color: white;
}

.alpaca-form-buttons-container
{
    text-align: center !important;
}

.link_setena
{
    color: #cf6c43;
    text-decoration: none;
    font-size: 16px;
}

.btn_download
{
    background-color: #00abeb;
    width: 100%;
}

#form
{
    max-width: 70% !important;
    margin: auto !important;
}

/** CSS DE DIEGO**/

nav.navbar.navbar-default {
    background-color: white !important;
    border: 0;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.25);
    border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #828282;
}

/* ul.nav.navbar-nav.navbar-right {
    margin-top: 20px;
} */

.navegadores-compatibles
{
    width: 30px;
}

#navegador-compatible-edge
{
    height: 40px;
}

nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i
{
    line-height: 5px !important;
    padding-bottom: 20px;
}


.nav.navbar-nav{
    display: flex;
    height: 100%;
}

.nav.navbar-nav > li{
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

.user_section
{
    text-align: right;
    margin-right: 40px;
    margin-top: 20px;
}

.aclaracion_solicitada_step
{
    border-color: red !important;
    background: red !important;
}

.aclaracion_solicitada_step > small
{
    color: red !important;
}

.disabled_file_uploader
{
    width: 100%;
    border-radius: 10px;
    background-color: #eeeeee;
}

.row
{
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background-color: #d6e3c6 !important;
    border-radius: 3px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #c4d1b4!important;
    border-radius: 3px;
}

#logo-sirefor-header{
    height:85px;
}

/* #main_menu{
  display: none;
  float: right;
} */

#mainMenu{
  background-color: #fff;
  z-index: 500;
  float: right;
  height: 75px !important;
}

#logo-sirefor{
  z-index: 1000;
}

.css-image {
    margin-bottom: 0 !Important;
}

.navbar-toggle{
    margin-top: 20px;
}

footer{
  background: #cfd4c9 !important;
  padding-bottom: 50px;
}

#footer_left, #footer_right{
  height: 250px;
}

 img.imgfooter{
    max-width: 85%;
}

#footer_left h2, #footer_right h2{
  height: 15%;
}

.footer_img_container{
  display: flex;
  height: 90%;
}

.footer_img_container a, .footer_img_container img{
margin: auto;
}

.imgl{
    width: 127px;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* .imgr2{
    width: 120px;
    float: right;
    margin-top: 30px;
    margin-bottom: 40px;
}

.imgl2{
    width: 95px;
    float: left;
    margin-top: 26px;
    margin-bottom: 40px;
} */

/* Reglas para responsive */
@media only screen and (max-width: 800px){

    /* .nav-middle-box{
        display: none !important;
    } */

    #footer_left h2{
      display: none;
    }

    .navbar-left{
        float: left;
    }

    #mainMenu{
    padding-top: 30px;
    margin-top: 9px;
    width: 100%;
    }

    #mainMenu
    {
        height: auto !important;
    }

    .nav.navbar-nav{
      display: block;
      height: auto;
    }

    .nav.navbar-nav > li{
      margin-top: 10px;
      margin-bottom: 10px;
    }

    .top-right{
      font-size: 10px !important;
    }
}
