html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
#cphBody_imgPrincipal {
    min-width: 100%;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
#imglogo  {
    max-height: 200px;
}
#imgiso {
    max-height: 40px;
}
html {
  position: relative;
  min-height: 100%;
}

body {
    margin: 0;
    background: white;
}
#pdfForm{
    text-align:center;
}
body, html {
    height: 100%;
    font-family: "Fira Sans";

    font-size: 13px;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar {
    position: relative;
    min-height: 80px;
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid transparent;
}

.navbar {
    position: relative !important;
    min-height: 80px !important;
    margin-bottom: 0px !important;
    
    border-radius: 0 !important;
    background: rgba(0, 57, 76, 1);
}

.container-mppal {
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 18px;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
section#portada {
    margin: 0 auto;
}
#nav_Clientes, #nav_Nosotros {
    display: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.title4 {
    color: #00394C;
    text-transform: uppercase;
    font-size: 50px;
    text-align: left;
    line-height: 60px;
    font-weight: bold;
}

.portada-desktop {
    position: relative;
}

 @media only screen and (min-width: 1824px) {
    .portada-caption {
        bottom: 40% !important;
    }
}

.portada-caption {
    position: absolute;
    right: 0 !important;
    bottom: 10% !important;
    left: 3% !important;
    z-index: 10;
    width: 60%;
    margin-left: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left !important;
    text-shadow: none !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }
#paneldev {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    max-width: 500px;
}
.eldnavbar {
    background-color: rgba(0, 57, 76, 1);
}

.is-orange {
    background-color: #F37021;
    color: white;
    font-size: 8px;
    text-align: left;
    border: none;
    border-radius: 5px;
}

.navbar {
    padding-left: 10px;
    padding-right: 10px;
}

.is-twhite {
    color: white;
}

.navbar-item {
    color: white;
}

    .navbar-item:hover {
        color: white;
        text-decoration: underline;
        text-decoration-color: #F37021;
        background: rgba(0, 57, 76, 1);
    }

.container {
    margin: 0px;
    width: 100%;
    min-width: 100%;
}

.barwhite {
    background-color: white;
    color: #f37021 !important;
    font-size: 13px !important;
}

    .barwhite:hover {
        text-decoration: none !important;
        background: white;
        cursor: pointer;
    }

.telf {
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    margin-right: 5px;
}

.iconuser {
    font-size: 15px;
    margin-right: 5px;
}