@font-face {
    font-family: 'frutigerbold_condensed';
    src: url('https://storage.googleapis.com/gnp-aves.appspot.com/fonts/frutiger_67_bold_condensed-webfont.eot');
    src: url('https://storage.googleapis.com/gnp-aves.appspot.com/fonts/frutiger_67_bold_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://storage.googleapis.com/gnp-aves.appspot.com/fonts/frutiger_67_bold_condensed-webfont.woff2') format('woff2'),
         url('https://storage.googleapis.com/gnp-aves.appspot.com/fonts/frutiger_67_bold_condensed-webfont.woff') format('woff'),
         url('https://storage.googleapis.com/gnp-aves.appspot.com/fonts/frutiger_67_bold_condensed-webfont.ttf') format('truetype'),
         url('https://storage.googleapis.com/gnp-aves.appspot.com/fonts/frutiger_67_bold_condensed-webfont.svg#frutigerbold_condensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
.navbar-brand {
    padding: 0px;
}
body {
	font-family: 'frutigerbold_condensed';
}
header .container {
	position: relative;
}
#menu a {
	text-transform: uppercase;
}
header img {
    height: 50px !important;
}
.gnp-logo {
    position: absolute;
    right: 0;
    top: 0;
}
.navbar-nav {
    margin-left: 7%;
}
.navbar-default {
	padding: 5px 0px;
    background: #fff;
    box-shadow: 1px 0px 10px rgba(0,0,0,.2);
}
.bx-viewport {
    box-shadow: none !important;
    border: none !important;
}
.bx-wrapper, .bx-viewport, .bxslider li {
    height: 100vh;
    margin-bottom: 0px;
}
.bx-wrapper img {
   max-width: none !important;
   display: block;
   height: 100vh;
   width: 100%;
}
.bxslider li {
   background: #00549F;
}
.home-box {
    background: #00549F;
    height: 150px;
    margin: auto;
    margin-top: -150px;
    box-shadow: 0px -2px 10px rgba(0,0,0,.7);
}
.home-section {
    position: relative;
}
.home-box-content {
    padding: 10px 15px;
    color: #fff;
}
.bx-controls {
    display: none;
}
.home-text {
    display: inline-block;
    width: 60%;
    margin-right: 5%;
}

#respaldados {
  margin-top: -13px;
}

.home-icon {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
.home-icon img {
    max-width: 75px;
    margin-top: 35px;
}
.home-box .col-xs-4 {
    border-left: 1px solid #fff;
}
.home-box .col-xs-4:first-child {
    border: none;
}
.white-section {
    padding: 50px 0px;
}
.white-section h2{
    color: #074D84;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.white-section h2:after {
    content: "";
    border-bottom: 3px solid #f68d28;
    width: 80px;
    display: block;
    margin: 10px auto 35px;
}
h5 {
    color: #4d4d4d;
    font-weight: 700;
    margin-top: 25px;
}
.white-section img, .color-section img {
    margin-top: 25px;
}
h5 span {
    color: #f68d28;
}
#imagen-vivir {
  width: 100% !important;
}
#nosotros ul {
    padding: 0;
    list-style: none;
}
#nosotros ul li {
    margin-bottom: 10px;
}
#nosotros ul p {
    margin-bottom: 0px;
}
#nosotros ul a {
    color: #333;
}
#nosotros ul i {
    color: #bbb;
    margin-right: 10px;
}
#productos {
    background: url(/img/fondo-productos.jpg);
    background-attachment: fixed;
    background-size: cover;
}
/*#cotiza {
    background: url(/img/fondo-contacto.jpg);
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
}*/
.color-section {
    padding: 50px 0px;
}
.color-section h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    position: relative;
}
.color-section h2:after {
    content: "";
    width: 80px;
    display: block;
    border-bottom: 5px solid #f68d28;
    margin: 10px auto 35px;
}
.color-section .section-description {
    width: 70%;
    margin: auto;
    color: #fff;
    text-align: center;
}
.color-section h5, .color-section p, .color-section a {
    color: #fff;
}
.mt-40 {
    margin-top: 40px;
}
.color-btn {
    width: 100%;
    background: #f68d28;
    margin-top: 10px;
    color: #fff !important;
    padding: 10px;
}
.color-btn:after {
    content: "";
    margin-left: 10px;
    vertical-align: middle;
}
.color-btn:hover {
    background: #f68d28;
}
#contacto {
    background: url("/img/fondo-contacto.jpg");
    /*background-color: #00549f;*/
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    min-height: 90vh;
}
.white-box {
    background: rgba(255,255,255,.6);
    padding: 20px 50px;
}
.white-box {
    background: rgb(255,255,255);
    padding: 20px 50px;
}
.white-box h5, .white-box p, .white-box a {
    color: #333;
}
.white-box input, .white-box textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #999;
    color: #333;
    outline: 0;
    margin-bottom: 15px;
}
.mapa-wrap {
    margin-top: 40px;
    pointer-events: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #777;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #777;
}
:-moz-placeholder { /* Firefox 18- */
  color: #777;
}
footer {
    padding: 25px 0px;
    background: #00549f;
    color: #fff !important;
}
.login, .login:hover {
    color: #fff;
    float: right;
    font-size: 18px;
}
.active {
    color: #f68d28 !important;
    font-weight: 700;
}
#logo-blanco {
    max-width: 115px;
    margin-top: 35px;
}
#texto-gnp {
    font-size: 11px;
}

.col-xs-12.col-sm-6.text-right img {
   width: 100%;
}
.bg-blue {
   background: #24408d;
   height: 150px;
}
.bg-orange {
   background: #f68d28;
   height: 150px;
}
.bg-white {
   background: #fff;
   height: 150px;
}

@media only screen and (max-width: 991px) {

.home-box {
   position: relative;
   height: auto;
   left: 0;
   margin: 0;
   text-align: center;
   width: 100%;
}
}

.bg-white h4, .bg-white p {
    color: #000;
}

estilos.css:250
.bg-white {
    background: #fff;
}

/****************************Alonso*********************************/
.link:hover .pin, .link.hover .pin {
    background-color: #f75c50;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: inline-block;
    text-align: center;
}

#imgMovil {
  width: 100%;
}

#home-section .bx-viewport {
  left: 0px;
}

@media only screen and (max-width: 767px) {
  #home-section .bx-wrapper {
    display: none;
  }
}

.overlay-azul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00549f;
    opacity: 0.4;
}
.producto-icon img {
    height: 110px;
    width: 120px;
}

span.visible-xs.agente {
    position: absolute;
    right: 120px;
    top: 18px;
    z-index: 999;
}
.agente a{
    color: gray;
    text-transform: uppercase;
}