﻿@charset "UTF-8";
/********************** VARIABLES GLOBALES ****************************/
/**********************************************************************/
/********************** DISENIO ADAPTATIVO ****************************/
/**********************************************************************/
/*
  adaptativo-margenes(medida1,medida2)
  Se llama a la funcion adaptativo-margenes con dos variables "$limite" primero la mayor si se le pasa 0 de primer parametro se solo se cuenta el min-width
*/
/*********************** FUENTES DE TEXTO *****************************/
/**********************************************************************/
@font-face {
  font-family: "OpenSans";
  src: url("/fonts/OpenSans-Regular-webfont.eot");
  src: url("/fonts/OpenSans-Regular-webfont?#OpenSansRegular") format("embedded-opentype"), url("/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "OpenSans-Light";
  src: url("/fonts/OpenSans-Light.eot");
  src: url("/fonts/OpenSans-Light?#OpenSansLight") format("embedded-opentype"), url("/fonts/OpenSans-Light.woff") format("woff"), url("/fonts/OpenSans-Light.ttf") format("truetype"), url("/fonts/OpenSans-Light.svg#OpenSansLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "OpenSans-Bold";
  src: url("/fonts/OpenSans-Bold-webfont.eot");
  src: url("/fonts/OpenSans-Bold-webfont?#OpenSansBold") format("embedded-opentype"), url("/fonts/OpenSans-Bold-webfont.woff") format("woff"), url("/fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("/fonts/OpenSans-Bold-webfont.svg#OpenSansBold") format("svg");
  font-weight: normal;
  font-style: normal; }

/*==================================================*/
/*********************** ESTILOS INICIALES ****************************/
/**********************************************************************/
* {
  margin: 0;
  padding: 0;
  text-decoration: none; }

html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  bottom: 0;
  text-shadow: none;
  outline: 0; }

body {
  font-family: "OpenSans", Arial;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  color: #5d5d5d;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }

h1 {
  margin: 0;
  padding: 0; }

h2 {
  color: #001D39; }

h3 {
  padding: 0;
  margin: 10px 0 15px 0;
  color: #001D39;
  font-size: 20px; }

ul, ol {
  margin: 0 0 0 10px; }

ul li, ol li {
  padding: 4px 0;
  margin: 0 0 0 5px; }

/* estilos para los textos */
.texto_centro {
  text-align: center; }

.texto_derecha {
  text-align: right; }

.texto_negrita {
  font-weight: 700; }

/* separadores de capas*/
.top_50 {
  padding-top: 50px; }

.top_15 {
  padding-top: 15px; }

.top_10 {
  padding-top: 10px; }

.top_5 {
  padding-top: 5px; }

/* otros estilos */
.capa_cien {
  width: 100%;
  display: block; }

.capa_cien_quince {
  width: 100%;
  display: block;
  margin-top: 15px; }

.no_padding {
  margin: 0;
  padding: 0; }

/*-------------------------------------------------- */
/* ------------------------------------- */
/* ESTILOS PARA EL PANEL MENU MOVIL */
/* ------------------------------------- */
#capa_menu_lateral {
  width: 100%; }
  #capa_menu_lateral ul {
    padding: 0;
    margin: 0; }
    #capa_menu_lateral ul li {
      margin: 0;
      list-style: none;
      display: inline-block; }

.separador_menu {
  width: 100%;
  height: 52px;
  border-bottom: 1px solid #92B4BD;
  color: #fff; }

.boton_menu_off {
  width: 100%;
  border-bottom: 1px solid #EAEDE6; }
  .boton_menu_off a {
    color: #5E5E5E;
    text-decoration: none; }
  .boton_menu_off:hover, .boton_menu_off:active, .boton_menu_off:focus {
    background-color: #fff; }

.activo {
  background-color: #92B4BD;
  color: #fff; }

.boton_menu_on a, .boton_menu_off a, .separador_menu span {
  width: 90%;
  display: inline-block;
  padding: 9px 3% 9px 7%;
  text-decoration: none; }

.boton_menu_on {
  background: #92B4BD;
  width: 100%; }
  .boton_menu_on a {
    color: #fff; }

.boton_submenu {
  font-size: 12px;
  width: 100%;
  padding: 9px 0 9px 5%;
  background-color: #ccc; }

.boton_submenu_2 {
  font-size: 12px;
  width: 100%;
  padding: 9px 0 9px 10%; }

/*-------------------------------------------------- */
/* ------------------------------------- */
/* CABECERA */
/* ------------------------------------- */
.boton_desplegar_menu {
  cursor: pointer;
  float: left;
  height: 50px;
  margin: 0;
  padding: 15px 0 0;
  width: 20px; }
  .boton_desplegar_menu span {
    width: 100%;
    height: 2px;
    float: left;
    margin: 2px 15%;
    background: #001D39;
    transition: all ease 0.3s; }
  .boton_desplegar_menu.cerrar {
    padding: 20px 0 0;
    transition: all ease 0.30s; }
    .boton_desplegar_menu.cerrar span {
      transition: all ease .3s;
      box-shadow: none;
      margin: 1px 38%;
      border-radius: 10px; }
    .boton_desplegar_menu.cerrar span:nth-child(1) {
      transform: rotate(-220deg);
      width: 60%; }
    .boton_desplegar_menu.cerrar span:nth-child(2) {
      margin-left: 10px;
      transform: rotate(180deg); }
    .boton_desplegar_menu.cerrar span:nth-child(3) {
      transform: rotate(220deg);
      width: 60%; }

/* ------------------------------------- */
/* FORMULARIOS */
/* ------------------------------------- */
.caja {
  width: 100%;
  border: 1px solid #001D39;
  background: #fff;
  font-family: "OpenSans-Light", Arial;
  padding: 8px 10px;
  margin: 0 0 15px 0;
  color: #333333;
  font-size: 14px; }
  .caja:required:after {
    background: rgba(241, 75, 75, 0.2); }
  .caja:focus {
    border: 1px solid #001D39; }
  .caja#legal {
    font-size: 12px;
    color: #7C7C7C; }

.aviso_formulario {
  width: 100%;
  font-weight: bold;
  padding: 10px 0;
  margin: 0 0 15px 0;
  background: #f14b4b;
  color: #fff;
  border-radius: 8px;
  text-align: center; }

.boton {
  margin: 0 auto;
  padding: 7px 15px;
  border-radius: 5px;
  background: #92B4BD;
  cursor: pointer;
  border: 0;
  width: 100%;
  /*font-family: ''+$fuente+'',Arial;*/
  color: #fff;
  transition: all 0.15s linear 0s; }
  .boton[type="reset"] {
    background: #001D39; }
    .boton[type="reset"]:hover {
      background: #001D39; }
  .boton:hover {
    background: #729eaa; }

.condiciones {
  width: 100%; }
  .condiciones label {
    display: inline-block;
    width: 90%;
    font-size: 14px; }
  .condiciones input {
    display: inline-block;
    width: 20px;
    vertical-align: top; }

/* estilo de los select */
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /*appearance:none;*/
  font-family: "OpenSans-Light", Arial; }

.select select {
  width: 100%;
  padding: 10px 4px;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  background-image: url("/imagenes/flecha.png");
  background-size: 16px 13px;
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*appearance:none;*/ }

.select select:focus {
  width: 100%;
  padding: 10px 4px;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #92B4BD;
  border-radius: 0;
  background-image: url("/imagenes/flecha.png");
  background-size: 16px 13px;
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*appearance:none;*/ }

.checkbox {
  display: inline-block; }
  .checkbox input[type=checkbox] {
    margin-left: 0 !important; }
  .checkbox label {
    width: auto; }

.enlace {
  color: #001D39;
  text-decoration: none;
  font-weight: bold; }

/*-------------------------------------------------- */
/* ------------------------------------- */
/* ERROR */
/* ------------------------------------- */
.capa-error {
  width: 100%;
  float: left;
  margin: 50px 0; }

.capa-error .texto-error {
  width: 55%;
  font-size: 18px;
  text-align: right;
  font-weight: bold;
  color: #92B4BD;
  float: left;
  padding: 80px 0 0 0; }

.capa-error .imagen-error {
  width: 40%;
  float: left;
  margin-left: 5%; }

/*-------------------------------------------------- */
/* ------------------------------------- */
/* DATOS IDENTIFICATIVOS */
/* ------------------------------------- */
#tabla_datos {
  padding: 10px 0 15px 0;
  width: 100%; }

.borde_tabla {
  padding: 8px 5px;
  border-bottom: 1px dotted #92B4BD; }

/*-------------------------------------------------- */
/* ------------------------------------- */
/* MAPA LOCALIZACIÓN */
/* ------------------------------------- */
#map {
  float: left;
  width: 100%;
  height: 406px;
  margin: 10px 0 20px 0;
  border: 1px solid #e3e3e3;
  overflow: auto; }

.enlace_maps:link {
  color: #92B4BD; }
  .enlace_maps:link:link, .enlace_maps:link:visited {
    text-decoration: none; }
  .enlace_maps:link:hover {
    text-decoration: underline; }

/*-------------------------------------------------- */
/*############## MENUS ####################*/
/*##########################################*/
.menu_movil {
  height: 50px; }
  .menu_movil img {
    max-height: 50px;
    max-width: 100%; }

.menu_horizontal ul {
  list-style-type: none; }
  .menu_horizontal ul li {
    display: inline; }

a:hover {
  text-decoration: none; }

.imagen_grande {
    position: absolute;
    top: 0;
    z-index: 9999;
    max-width: 150px;
  }

/*##########################################*/
/*##########################################*/
/*############## HEADER ####################*/
/*##########################################*/
header {
  padding: 0;
  height: 135px; }

header .menu_principal {
  padding: 15px 0;
  height: 60px; }
  header .menu_principal li {
    padding: 0 15px; }
  header .menu_principal a {
    color: #7C7C7C;
    font-weight: bold;
    border-bottom: 4px solid transparent; }
    header .menu_principal a:hover {
      border-bottom-color: #92B4BD; }
  header .menu_principal .activo {
    border-bottom-color: #92B4BD;
    background-color: transparent; }

header .enlaces .menu {
  background-color: #001D39;
  border-radius: 0 0 10px 10px;
  padding: 5px;
  color: #fff;
  margin: auto; }
  header .enlaces .menu a {
    color: #92B4BD; }
    header .enlaces .menu a:hover {
      color: #fff; }
    header .enlaces .menu a.amarillo {
      color: #FDE401;
      white-space: nowrap; }
      header .enlaces .menu a.amarillo:hover {
        text-decoration: none; }
  header .enlaces .menu .activo {
    color: #fff;
    background-color: transparent; }

header .header_contactar {
  padding-top: 10px;
  margin-bottom: 10px; }
  header .header_contactar .cont_email a {
    color: #92B4BD;
    font-weight: bold; }
    header .header_contactar .cont_email a:hover {
      color: #001D39; }
  header .header_contactar .cont_phone a {
    color: #001D39;
    font-size: 24px;
    font-weight: bold; }
    header .header_contactar .cont_phone a:hover {
      color: #92B4BD; }

.logo_menu img {
  max-width: 100%;
  opacity: 0; }

/*##########################################*/
/*##########################################*/
/*############## SECTION ###################*/
/*##########################################*/
section {
  padding: 0;
  position: relative; }
  section a {
    color: #001D39; }
    section a:hover {
      color: #92B4BD; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    section h2 {
      text-align: center; } }

section .inicio {
  background: url("../imagenes/arco-verde-inicio.jpg") no-repeat scroll center bottom, transparent url("../imagenes/arco-verde-inicio-tile.jpg") repeat-x scroll center bottom;
  padding-bottom: 150px;
  min-height: 1007px;
  overflow: hidden; }

.degradado-arriba {
  background-image: linear-gradient(to bottom, #c9e1d9 0%, rgba(255, 255, 255, 0) 100%);
  height: 300px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.contenido_inicio {
  margin-top: 80px; }
  .contenido_inicio h2 {
    color: #003c53;
    cursor: default;
    font-size: 34px;
    font-weight: 700; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .contenido_inicio h2 {
        margin-top: 60px;
        font-size: 26px;
        text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8); } }
  .contenido_inicio h3 {
    color: #4a4a4a;
    cursor: default;
    font-size: 19px;
    font-weight: 600;
    width: 50%; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .contenido_inicio {
      text-align: center; }
      .contenido_inicio h3 {
        width: 100%;
        text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8); } }
  .contenido_inicio .burbuja-descarga {
    background: transparent url("/imagenes/oficina.jpg") no-repeat scroll center center/cover;
    border: 10px solid #7ab759;
    border-radius: 50%;
    display: block;
    height: 280px;
    right: 0;
    top: -267px;
    outline: 0 none;
    overflow: hidden;
    position: absolute;
    width: 280px; }
  .contenido_inicio .descarga {
    border-radius: 0 0 50% 50%;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    font-size: 17px;
    font-weight: 600;
    right: 50px;
    position: absolute;
    top: -70px;
    transition: all 0.2s linear 0s; }
    .contenido_inicio .descarga .boton {
      background: #fff url("../imagenes/descarga.png") repeat scroll 0 0;
      border-radius: 50%;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
      height: 50px;
      margin: 10px 20px;
      transition: background 0.2s linear 0s;
      width: 50px; }
    .contenido_inicio .descarga:hover .boton {
      background: #99B46D url(../imagenes/descarga.png) 0 50px; }
  .contenido_inicio .nuevas_instalaciones {
    background: #001D39 no-repeat scroll center center/cover;
    border: 10px solid #7ab759;
    border-radius: 50%;
    display: block;
    height: 280px;
    outline: 0 none;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -267px;
    width: 280px;
    padding-top: 185px;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: #fff; }
    .contenido_inicio .nuevas_instalaciones:hover {
      color: #ccc; }
  .contenido_inicio .burbuja_movil {
    background: transparent url("/imagenes/oficina.jpg") no-repeat scroll center center/cover;
    width: 280px;
    height: 280px;
    text-align: center;
    margin: auto;
    border-radius: 50%; }
    .contenido_inicio .burbuja_movil div {
      height: 50%; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .contenido_inicio .burbuja-descarga {
      right: 0; }
    .contenido_inicio .descarga {
      right: 50px; } }

.servicios_index {
  margin-top: 90px;
  text-align: center; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .servicios_index {
      margin-top: 10px; } }
  .servicios_index .swiper-slide {
    width: 25%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .servicios_index .swiper-slide {
        width: 50%; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .servicios_index .swiper-slide {
        width: 100%; } }
  .servicios_index .swiper-button-prev, .servicios_index .swiper-container-rtl .swiper-button-next {
    background: none; }
    .servicios_index .swiper-button-prev i, .servicios_index .swiper-container-rtl .swiper-button-next i {
      color: #001D39;
      font-size: 80px; }
  .servicios_index .swiper-button-next, .servicios_index .swiper-container-rtl .swiper-button-prev {
    background: none; }
    .servicios_index .swiper-button-next i, .servicios_index .swiper-container-rtl .swiper-button-prev i {
      color: #001D39;
      font-size: 80px; }
  .servicios_index .swiper-button-next {
    right: 0; }
  .servicios_index .swiper-button-prev {
    left: 0; }
  .servicios_index .swiper-pagination {
    width: 100%;
    left: 0; }
  .servicios_index .swiper-pagination-bullet {
    margin: 4px;
    margin-top: 15px; }
  .servicios_index .swiper-pagination-bullet-active {
    background-color: #001D39; }
  .servicios_index .servicio {
    display: inline-block; }
    .servicios_index .servicio img {
      border: 10px solid #7ab759;
      border-radius: 50%;
      display: block;
      transition: all 0.1s linear 0s;
      max-width: 100%;
      margin: auto; }
    .servicios_index .servicio .boton {
      background: #fff url("/imagenes/mas.png") no-repeat scroll center center;
      border-radius: 50%;
      height: 50px;
      left: 50%;
      margin-left: -25px;
      position: absolute;
      top: 220px;
      transition: background-color 0.1s linear 0s;
      width: 50px; }
      @media only screen and (min-width: 992px) and (max-width: 1149px) {
        .servicios_index .servicio .boton {
          top: 180px; } }
      @media only screen and (min-width: 320px) and (max-width: 329px) {
        .servicios_index .servicio .boton {
          top: 200px; } }
    .servicios_index .servicio .texto {
      color: rgba(255, 255, 255, 0.75);
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      transition: all 0.1s linear 0s;
      width: 100%;
      padding-top: 30px; }
    .servicios_index .servicio:hover img {
      border-color: #5E8C44; }
    .servicios_index .servicio:hover .boton {
      background: #fff url("/imagenes/mas-h.png") no-repeat scroll center center; }
  .servicios_index .top_50 {
    margin-top: 50px;
    padding: 0 15px; }
    @media only screen and (min-width: 0px) and (max-width: 991px) {
      .servicios_index .top_50 {
        margin-top: 0px; } }

.marcas {
  border: 0 none;
  bottom: 120px;
  height: auto;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  .marcas .fila {
    margin-bottom: 15px;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%; }
  .marcas h3 {
    color: #555;
    cursor: default;
    font-size: 16px;
    font-weight: 600; }
  .marcas a {
    border: 2px solid rgba(0, 25, 57, 0);
    border-radius: 2px;
    display: inline-block;
    padding: 5px 0 2px;
    display: inline-block;
    margin: 0 4px;
    white-space: normal; }
    .marcas a:hover {
      border: 2px solid rgba(0, 25, 57, 0.2); }
    .marcas a img {
      margin: 0 2px;
      max-height: 50px; }

.empresa .container {
  background-image: url("/imagenes/aguila.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  min-height: 600px;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8); }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .empresa .container {
      text-align: center;
      background-size: 100%; } }

.servicios {
  background-image: url("/imagenes/servicios.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 600px;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8); }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .servicios {
      background-position: bottom;
      height: 400px;
      margin-bottom: 15px;
      text-align: center; } }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .servicios {
      background-size: 100%; } }

.distribuciones {
  background-image: url("/imagenes/distribuciones.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 500px;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8); }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .distribuciones {
      background-position: bottom;
      margin-bottom: 15px;
      text-align: center; } }
  @media only screen and (min-width: 0px) and (max-width: 991px) {
    .distribuciones {
      background-size: 100%; } }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .localizacion {
    text-align: center; } }

.localizacion .swiper-container .swiper-slide {
  margin: auto; }
  .localizacion .swiper-container .swiper-slide img {
    width: 100%; }

.localizacion .swiper-container i {
  font-size: 38px;
  color: #92B4BD;
  width: 100%; }

.localizacion .swiper-container .swiper-scrollbar {
  background-color: rgba(0, 0, 0, 0.8); }

.localizacion .swiper-container .swiper-scrollbar-drag {
  background-color: #92B4BD; }

.localizacion .swiper-container .swiper-button-prev, .localizacion .swiper-container .swiper-container-rtl .swiper-button-next {
  background: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center; }

.localizacion .swiper-container .swiper-button-next, .localizacion .swiper-container .swiper-container-rtl .swiper-button-prev {
  background: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center; }

/*##########################################*/
/*##########################################*/
/*############## FOOTER ####################*/
/*##########################################*/
footer {
  background-image: url("/imagenes/cinta.png");
  background-position: top;
  background-repeat: repeat-x;
  background-color: #001D39;
  padding: 20px 0;
  font-size: 12px;
  font-weight: bold; }
  footer ul {
    list-style-type: none;
    margin: 0; }
  footer li {
    margin: 0;
    padding: 0; }
  footer img {
    max-width: 150px; }
  footer a {
    padding: 0 6px;
    color: #92B4BD; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      footer a {
        float: left;
        width: 100%;
        padding: 6px; } }
    footer a:hover {
      text-decoration: none;
      background-color: #92B4BD;
      border-radius: 5px; }
  footer .activo {
    text-decoration: none;
    background-color: #92B4BD;
    border-radius: 5px;
    color: #001D39; }

footer .central {
  padding: 0; }
  footer .central .menu_localizacion {
    padding: 15px;
    font-size: 14px;
    color: #92B4BD;
    border-radius: 5px;
    text-align: right; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      footer .central .menu_localizacion {
        text-align: center; } }
    footer .central .menu_localizacion i {
      color: #289F99;
      font-size: 20px; }
    footer .central .menu_localizacion:hover {
      background-color: #1A344D; }

footer .menu_principal {
  padding-top: 15px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    footer .menu_principal {
      text-align: center; } }
  footer .menu_principal a {
    color: #fff; }
    footer .menu_principal a:hover {
      color: #001D39; }
  footer .menu_principal .activo {
    color: #001D39; }

footer .menu_secundario {
  padding-top: 15px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    footer .menu_secundario {
      text-align: center; } }
  footer .menu_secundario .cont_email a {
    color: #289F99;
    background-color: #001D39; }
    footer .menu_secundario .cont_email a:hover {
      color: #001D39;
      background-color: #289F99; }

.borde_left {
  border-left: 1px dotted #92B4BD; }

footer .menu_sucursales {
  padding: 15px 0;
  font-size: 14px;
  color: #92B4BD; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    footer .menu_sucursales {
      text-align: center; } }
  footer .menu_sucursales a {
    float: left;
    width: 100%;
    padding: 3px;
    font-size: 12px; }
    footer .menu_sucursales a .fa-map-marker {
      color: rgba(0, 20, 75, 0.59); }

/*##########################################*/
/*##########################################*/
/*############## GLOBAL ####################*/
/*##########################################*/
/*##########################################*/
/*##########################################*/
.navbar {
  background-color: #fff;
  padding: 0;
  margin: 0;
  height: auto;
  min-height: initial;
  border: none;
  border-radius: 0;
  margin: 0; }

.sombra, .affix {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.affix {
  top: 0;
  width: 100%;
  z-index: 9998 !important;
  height: 50px;
  margin: 0;
  background-color: #fff; }
  .affix img {
    max-height: 50px; }
  .affix .logo_menu img {
    max-width: 100%;
    opacity: 1; }

.affix ~ .container-fluid {
  position: relative;
  top: 90px; }

a, button, .menu_principal, .menu_movil, .affix, img, nav {
  transition: all 0.3s linear; }
  a:hover, button:hover, .menu_principal:hover, .menu_movil:hover, .affix:hover, img:hover, nav:hover {
    transition: all 0.3s linear; }

.container {
  width: 100%;
  max-width: 1200px; }

