/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700');
/*
font-family: 'PT Sans Narrow', sans-serif;
*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
/* 
font-family: 'Raleway', sans-serif;
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,400,600,700,800);
/*
font-family: 'Open Sans', sans-serif;
*/

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
/*
font-family: 'Oswald', sans-serif;
*/






.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image:      -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
  background-image:         linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #2d6ca2;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #357ebd;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image:      -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
  background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  /*
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  */
  border-radius: 4px;
  /*
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
  */
  background: #0d74c3;
  border: none !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
  /*color: #777;*/
  color: #ccdbea;
  -webkit-transition: 0.4s /*transform*/;
  transition: 0.4s /*transform*/;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  /*color: #333;*/
  color: #fff;
  /*background-color: transparent;*/
  background-color: #005ca3;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  /*color: #555;*/
  /*background-color: #e7e7e7;*/
  color: #fff;
  background-color: #15a3ff;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/*
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
*/



.navbar-default .navbar-nav > .active > a {
  /*
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f3f3f3));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
  */
}
.navbar-brand,
.navbar-nav > li > a {
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, .25);*/
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
  background-image:      -o-linear-gradient(top, #222 0%, #282828 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#282828));
  background-image:         linear-gradient(to bottom, #222 0%, #282828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image:      -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background-image:         linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image:      -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3278b3));
  background-image:         linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #3278b3;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image:      -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
  background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */













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


.wrapper_01 {
  width:970px;
  height:1500px;
  margin: 0 auto;
  /*background: #fff;*/
  margin-bottom: 50px;
  background: url("i/background_01.jpg") no-repeat 0 0 #fff;
  -webkit-box-shadow: 0px 10px 50px 25px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 10px 50px 25px rgba(0,0,0,0.15);
  box-shadow: 0px 10px 50px 25px rgba(0,0,0,0.15);
}



a[href="https://www.instagram.com/imprenta4d/"] {
    text-transform: lowercase;
}




.container {
/*
  background: #fff !important;
  -webkit-box-shadow: 0px 10px 50px 25px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 10px 50px 25px rgba(0,0,0,0.25);
  box-shadow: 0px 10px 50px 25px rgba(0,0,0,0.25);
*/
  background: #fff !important;
  -webkit-box-shadow: 0px 10px 50px 25px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 10px 50px 25px rgba(0,0,0,0.05);
  box-shadow: 0px 10px 50px 25px rgba(0,0,0,0.05);
}



.line_break {
    display:none;
}






/*
.site_title {
  margin: 15px 0 15px 58px;
  display:block;
}

.site_title {
padding:0;
margin:0;
text-align: center;
}

.site_title img {
zoom: 86%;
}




@media (max-width: 767px) {
  .site_title {padding:0;margin:0;text-align: center;}
  .site_title img {zoom: 86%;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .site_title {padding:0;margin: 15px 0 15px 58px;text-align: center;}
  .site_title img {zoom: 86%;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site_title {padding:0;margin: 15px 0 15px 58px;text-align: center;}
  .site_title img {zoom: 100%;}
}
@media (min-width: 1200px) {
  .site_title {padding:0;margin: 15px 0 15px 58px;text-align: center;}
  .site_title img {zoom: 100%;}
}







*/




















.site_title h1,
.site_title span {
  display:block;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  text-indent: -999em;
}






























.box_datos_01 {
  display:inline-block;
  float: right;
  /*outline:1px dotted #f0f;*/
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin: 40px 30px 0 0;
  font-size: 23.1px;
}

.box_datos_01 .box_01 {
  text-align: center;
  letter-spacing: 4px;
}
.box_datos_01 .box_01 span {
  display:inline-block;
  margin: 0 0 0 3px;  
  float: right;
  text-align: center;
}

.box_datos_01 .box_02 {
  /*display:inline-block;*/
  display: block;
  background: #15a3ff;
  color: #fff;
  margin:12px 19px;
  padding: 3px 3px 3px 6px;
  font-size: 25px;
  font-weight: 600;
}



.box_datos_01 .box_02 span {
  display:inline-block;
  background: #fff;
  color: #15a3ff;
  margin:3px;
  padding:6px 10px;
}
.box_datos_01 .box_02 strong {
  display:inline-block;
  padding: 0 8px;
  font-weight: 600;
}

.box_datos_01 .box_03 {
  font-size: 17px;
  letter-spacing: 0.02em;
  text-align: center;
  letter-spacing: 6px;
}
.box_datos_01 .box_03 a:link,
.box_datos_01 .box_03 a:visited {
  color:#15a3ff;
}
.box_datos_01 .box_03 a:hover,
.box_datos_01 .box_03 a:active {
  color:#15a3ff;
}
.box_datos_01 .box_04 {
 text-align: center;
 margin:6px 0 0 0;
 /*font-size: 21.4px;*/
 font-size: 19.4px;
 letter-spacing: -0.007em;
 color:#555;
}



.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  /*outline: 1px dotted #ccc;*/
}











.box_imagen_01 {
  /*
  display: inline-block;
  position: relative;
  */
  position: relative;
  overflow: hidden; 
  width: 100%;
  background: #fff;
  margin:0 0 30px 0;
  padding:0;
}




.box_imagen_01 img {
  width: 100%;
  -webkit-transition: 0.7s /*transform*/;
  transition: 0.7s /*transform*/;
  display:block;
}
.box_imagen_01 .caption { 
  display: block;
  position: absolute;
  bottom: 0; 
  background: rgba(19,111,198,0.8);
  width: 100%;
  color: #eee;
  text-align: center;
  height:63px;
  line-height: 23px;
  font-size: 23px;
  font-family: 'PT Sans Narrow', sans-serif; 
  text-transform: uppercase;
  padding-top:19px;  
}
.box_imagen_01 .padding_01 { 
  padding-top:8px !important; 
}
.box_imagen_01 .caption span {
  display: block;
  color: #e6e6e6;
  -webkit-transition: 0.7s /*transform*/;
  transition: 0.7s /*transform*/;
}

.box_imagen_01:hover img {
  display: block;
  -webkit-transform: scale(1.2);
  transform: scale(1.2) ;
}

.box_ampliar {
  display: block;
  position:absolute;
  z-index: 1;
  -webkit-transform: scale(1.8);
  transform: scale(1.8) ;
  text-align: center;
  opacity:0;
}



.box_imagen_01:hover .box_ampliar {
  width: 60px;
  height: 60px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8) ;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}



.box_datos_02 { background: #007ec1; text-align: center; font-family: 'Open Sans', sans-serif; 
                /*padding: 18px 0 0 0;*/
                /*height:190px;*/ }







.box_datos_02 a:link,
.box_datos_02 a:visited { color:#fff; text-decoration: none; }

.box_datos_02 a:hover,
.box_datos_02 a:active { color:#fff; text-decoration: underline;  }

.box_datos_02 .box_01 {
  background: #fff;
  line-height: 23px;
  padding: 4px;
  margin: 0 18px 6px 18px;
  font-size: 20px; color:#007ec1;
  line-height: 20px;
}

.box_datos_02 .box_02 {
  font-size: 32px;
  color:#fff;
  line-height: 32px;
  letter-spacing: -0.6px;
}

.box_datos_02 .box_03 {
  font-size: 20px; color:#fff;
  line-height: 22px;
  letter-spacing: 0.4px;
}

.box_datos_02 .box_04 {
  font-size: 20px;
  color:#fff;
  line-height: 22px;
  letter-spacing: 1.4px;
}

.box_datos_02 .box_05 {
  font-size: 23px;
  color:#fff;
  line-height: 29px;
  letter-spacing: -0.2px;
}

.box_datos_02 .box_06 {
  font-size: 20px;
  color:#fff;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.box_datos_02 .box_07 {
  font-size: 20px;
  color:#fff;
  line-height: 20px;
  letter-spacing: 0.7px;
}



.footer {
  /*display: inline-block;*/
  /*
  margin-bottom: 28px;
  padding-top: 12px;
  padding-bottom: 12px;
  */
}

.footer .box_01 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 24px;
  padding-bottom: 40px;
  line-height: 31px;
}








/*
@media (max-width: 767px) {
  .site_title {padding:0;margin:0;text-align: center;}
  .site_title img {zoom: 86%;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .site_title {padding:0;margin: 15px 0 15px 58px;text-align: center;}
  .site_title img {zoom: 86%;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site_title {padding:0;margin: 15px 0 15px 58px;text-align: center;}
  .site_title img {zoom: 100%;}
}
@media (min-width: 1200px) {
  .site_title {padding:0;margin: 15px 0 15px 58px;text-align: center;}
  .site_title img {zoom: 100%;}
}
*/










.aviso_01 {
  width: 100%;
  /*height: 40px;*/
  background: #15a3ff;
  margin: 0;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  text-align: center;
  color:#fff;
  font-family: 'Oswald', sans-serif;
  /*padding-top: 3px;*/
  border-bottom: 1px solid rgba(255,255,255,.5);
  -webkit-box-shadow:   0px -8px 17px 7px rgba(0,0,0,0.5);
  -moz-box-shadow:      0px -8px 17px 7px rgba(0,0,0,0.5);
  box-shadow:           0px -8px 17px 7px rgba(0,0,0,0.5);
  text-transform: uppercase !important;
}

.aviso_01 a:link,
.aviso_01 a:visited,
.aviso_01 a:hover,
.aviso_01 a:active {
color:#fff;
}
.display_01 {
    display: none;
}



.icon_wp_02 {
  margin-top: 22px;
  margin-bottom: 46px;
}

.icon_wp_02::before {
  content: " ";
  background-color: red;
  background: url(/css/i/icon_whatsapp.svg) 0 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: -2px;
    margin-left: 10px;
}

.icon_mail_01 {
  margin-top: 22px;
  margin-bottom: 46px;
}

.icon_mail_01::before {
  content: " ";
  background-color: red;
  background: url(/css/i/icon_mail.svg) 0 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: -4px;
    margin-left: 10px;
    zoom: 119%;
}





.icon_ig_02 {
  margin-top: 22px;
  margin-bottom: 46px;
  text-transform: lowercase;
}

.icon_ig_02::before {
  content: " ";
  background-color: red;
  background: url(/css/i/icon_instagram.svg) 0 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: -2px;
    margin-left: 10px;
}



















































































.container {margin-top: 57px;}



.icon-wp {
  margin-top: 22px;
  margin-bottom: 46px;
}

.icon-wp::before {
  content: " ";
  background-color: red;
  background: url(/imagenes/svg/icon_whatsapp.svg) 0 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-top: 0;
  margin-bottom: -5px;
}







.carousel-control.left,
.carousel-control.right {
    background: none !important;
}



.glyphicon.glyphicon-chevron-right,
.glyphicon.glyphicon-chevron-left {
  background-color: #e42182;
    width:65px;
    height:65px;
    border-radius: 65px;
    margin-top: -32px;
}



.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
  line-height: 65px;
}







.carousel-inner {
  border-radius: 5px;
}


  .footer svg {
    margin-bottom: 4px;
  }




















































@media (min-width: 320px) {
  .box_datos_02 { display:none; }
  .site_title {padding:0;margin:0;display: flex;justify-content: center;}
  .site_title img {zoom: 86%;}
  .aviso_01 { height: 77px; padding-top: 7px; font-size: 12px; line-height: 21px; zoom: 120%; letter-spacing: 0.7px;}
}

@media (max-width: 320px) {
  .navbar-nav > li > a {/*width: 117.5px !important;*/ /*outline: 1px dotted #0f0;*/ font-size: 16px !important;}
  .box_imagen_01:hover .caption span { color: #fff; -webkit-transform: scale(1.3); transform: scale(1.3); }
  .box_ampliar { top: 90px; left: 143px; }
  .box_imagen_01:hover .box_ampliar { opacity: 1; }
  .footer .box_01 { text-align: center; }
  .footer .box_02 span { margin: 0 0 0 3px; text-align: center !important; }
  .footer .box_02 { margin: 12px auto 0 auto; width: 57px; /*outline:1px dotted #f0f;*/ }
  .box_datos_02 { display:block; /*display:none;*/ }
  .site_title {padding:0;margin:0;display: flex;justify-content: center;}
  .site_title img {zoom: 86%;}

}



@media (min-width: 576px) {
  .aviso_01 { height: 70px; padding-top: 7px; font-size: 12px; line-height: 21px; zoom: 120%; letter-spacing: 0.7px;}
}


@media (max-width: 576px) {
  /*.box_datos_01 { margin: 0 0 0 0; width: 100%;}*/
}






















@media (min-width: 768px) {
  .navbar-nav > li > a {/*width: 117.5px !important;*/ /*outline: 1px dotted #0f0;*/ font-size: 13px !important;}
  .box_imagen_01:hover .caption span { color: #fff; -webkit-transform: scale(1.3); transform: scale(1.3); }
  .box_ampliar { top: 90px; left: 143px; }
  .box_imagen_01:hover .box_ampliar { opacity: 1; }
  .footer .box_01 { text-align: center; }
  .footer .box_02 span { margin: 0 0 0 3px; text-align: center !important; }
  .footer .box_02 { margin: 12px auto 0 auto; width: 57px; /*outline:1px dotted #f0f;*/ }
  .box_datos_02 { display:none; }
  .site_title {padding:0;margin:0;display: flex;justify-content: center;}
  .site_title img {zoom: 110%; margin-top: 0}
  .aviso_01 { height: 49px; padding-top: 7px; font-size: 12px; line-height: 21px; zoom: 120%; letter-spacing: 1.5px;}
}
@media (max-width: 768px) {
  .navbar-nav > li > a {/*width: 117.5px !important;*/ /*outline: 1px dotted #0f0;*/ font-size: 16px !important;}
  .box_imagen_01:hover .caption span { color: #fff; -webkit-transform: scale(1.3); transform: scale(1.3); }
  .box_ampliar { top: 90px; left: 143px; }
  .box_imagen_01:hover .box_ampliar { opacity: 1; }
  .footer .box_01 { text-align: center; }
  .footer .box_02 span { margin: 0 0 0 3px; text-align: center !important; }
  .footer .box_02 { margin: 12px auto 0 auto; width: 57px; /*outline:1px dotted #f0f;*/ }
  .box_datos_02 { display:none; /*display:none;*/ }
  .site_title {padding:0;margin:0;display: flex;justify-content: center;}
  .site_title img {zoom: 110%; margin-top: 20px}


}




/*
.aviso_01 {
  width: 100%;
  height: 40px;
  background: #15a3ff;
  margin: 0;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  text-align: center;
  color:#fff;
  font-family: 'Oswald', sans-serif;
  padding-top: 3px;
  border-bottom: 1px solid rgba(255,255,255,.5);
  -webkit-box-shadow:   0px -8px 17px 7px rgba(0,0,0,0.5);
  -moz-box-shadow:      0px -8px 17px 7px rgba(0,0,0,0.5);
  box-shadow:           0px -8px 17px 7px rgba(0,0,0,0.5);
  text-transform: uppercase !important;
}
*/





@media (max-width: 768px) {

    .display_01 {
        display: block;
        height: 1px;
    }

    .icon_wp_02 {
        margin-top: 22px;
        margin-bottom: 46px;
    }

    .icon_wp_02::before {
        content: " ";
        background-color: red;
        background: url(/imagenes/svg/icon_whatsapp.svg) 0 0;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 5px;
        margin-top: 0;
        margin-bottom: -2px;
        margin-left: 10px;
        zoom: 73%;
    }
    .icon_mail_01 {
        margin-top: 22px;
        margin-bottom: 46px;
    }

    .icon_mail_01::before {
        content: " ";
        background-color: red;
        background: url(/css/i/icon_mail.svg) 0 0;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 5px;
        margin-top: 0;
        margin-bottom: -4px;
        margin-left: 10px;
        zoom: 73%;
    }
/*
    .line_break {
       content: "";
       display: block;
       width: 100%;
       height: 0;
    }
*/
}
































@media (min-width: 992px) {
  .navbar-nav > li > a {/*width: 117.5px !important;*/ /*outline: 1px dotted #0f0;*/ font-size: 16px !important;}
  .box_imagen_01:hover .caption span { color: #fff; -webkit-transform: scale(1.3); transform: scale(1.3); }
  .box_ampliar { top: 90px; left: 143px; }
  .box_imagen_01:hover .box_ampliar { opacity: 1; }
  .box_imagen_01 .caption { line-height: 20px; font-size: 20px; padding-top:24px; }
  .box_imagen_01 .padding_01 { padding-top:16px !important; }
  .footer .box_01 { text-align: center; }
  .footer .box_02 span { display:inline-block; margin: 0 0 0 3px; float: right; }
  .footer .box_02 { margin: 10px auto 0 auto; width: 100%; /*outline:1px dotted #f0f;*/ }
  .box_datos_02 { display:block; height:190px; padding: 7px 0 0 0; }
  .site_title {padding:0;margin: 15px 0 15px 58px;display: flex;justify-content: left;}
  .site_title img {zoom: 100%;}
  .aviso_01 { height: 49px; padding-top: 7px; font-size: 17px; line-height: 21px; zoom: 120%; letter-spacing: 1.5px;}

}
@media (max-width: 992px) {
  .box_datos_01 {display: none;}
  /*.aviso_01 { height: 77px; padding-top: 7px; font-size: 17px; line-height: 21px; zoom: 120%; letter-spacing: 1.5px;}*/
}


@media (min-width: 1200px) {
  .navbar-nav > li > a {/*width: 117.5px !important;*/ /*outline: 1px dotted #0f0;*/ font-size: 16px !important;}
  .box_imagen_01:hover .caption span { color: #fff; -webkit-transform: scale(1.3); transform: scale(1.3); }
  .box_ampliar { top: 90px; left: 143px; }
  .box_imagen_01:hover .box_ampliar { opacity: 1; }
  .box_imagen_01 .caption { line-height: 20px; font-size: 20px; padding-top:24px; }
  .box_imagen_01 .padding_01 { padding-top:16px !important; }
  .footer .box_01 { text-align: center; }
  .footer .box_02 span { display:inline-block; margin: 0 0 0 3px; float: right; }
  .footer .box_02 { margin: 10px auto 0 auto; width: 100%; /*outline:1px dotted #f0f;*/ }
  .box_datos_02 { display:block; height:235px; padding: 30px 0 0 0; }
  .box_datos_02 .box_01 { margin: 0 55px 6px 55px }
  .site_title {padding:0;margin: 15px 0 15px 58px;display: flex;justify-content: left;}
  .site_title img {zoom: 100%;}
}



@media (min-width: 1400px) {
  /*.box_datos_01 {display: none;}*/
  .aviso_01 {font-size: 19px;}
}
/*
.box_imagen_01 .caption { line-height: 16px; font-size: 14px; padding-top:24px; }
.box_imagen_01 .padding_01 { padding-top:16px !important; }
*/




h1 {
  font-family: 'PT Sans Narrow', sans-serif;
  /*font-family: 'Oswald', sans-serif;*/
  /*font-size: 2.3em;*/
  font-size: 3.1em;
  /*font-size: 3.5em;*/
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin: 35px 0 25px 0;
  color: #043f79;
}
.marco_mapa_01 {
  /*float:left;*/
  /*border:15px solid #FFF;*/
  padding: 15px;
  border-radius: 2px 2px 2px 2px;
  /* box-shadow: 0 0 20px #999999; */
  -webkit-box-shadow: 0px 3px 3px #aaa; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 3px 3px #aaa; /* FF3.5 - 3.6 */
  box-shadow: 0px 3px 3px #aaa; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
  margin: 25px 0 0 0;
  border-top:1px solid #e8e8e8;
}

/* 
font-family: 'PT Sans Narrow', sans-serif;
*/
/*
font-family: 'Open Sans', sans-serif;
*/


.titulo_01 {
  color: #043f79;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: -.02em;
  padding: 0 0 5px 0;
  margin: 0 0 6px 0;
  border-bottom: 1px solid #e8e8e8;
}
.texto_01 {
  font-size: 1.2em;
}


.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #005ca3;
}


.container {margin-bottom: 50px;}


.margin_01 {
  margin-bottom: 50px;
}


.carousel-inner img {
  width: 100%;
}

.row {
  margin-left:0;
  margin-right:0;
}



.codedirection {
  unicode-bidi:bidi-override;
  direction: rtl;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.logo_metro {
  width: 30px;
  height: 22px;
  background:url(/imagenes/svg/logo_metro.svg) no-repeat center;
  background-size:100% 100%;
  display: inline-block !important;
}

.texto_02 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size:23px;
}




.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.separator {
    /*background: red;*/
}















  /* Diseño y posición del botón flotante */
  .btn_whatsapp_flotante {
    position: fixed;
    z-index: 9999;
    bottom: 25px;
    right: 25px;
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #25D366; /* Verde oficial de WhatsApp */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  }

  /* Color y tamaño del icono */
  .btn_whatsapp_flotante svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
    z-index: 2;
  }

  /* Efecto Hover (al pasar el ratón) */
  .btn_whatsapp_flotante:hover {
    background-color: #128C7E;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    transform: scale(1.05);
  }

  /* Animación de pulso */
  .btn_whatsapp_flotante::before {
    content: "";
    position: absolute;
    z-index: 1;
    padding: 30px;
    border: 4px solid #25D366;
    border-radius: 50%;
    animation: btn_whatsapp_pulse 1.5s ease-out infinite;
    opacity: 0.75;
  }

  @keyframes btn_whatsapp_pulse {
    0% {
      padding: 30px;
      opacity: 0.75;
    }
    75% {
      padding: 50px;
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  /* Ajustes para dispositivos móviles (MOV) */
  @media (max-width: 575px) {
    .btn_whatsapp_flotante {
      bottom: 20px;
      right: 20px;
      width: 55px;
      height: 55px;
    }
    .btn_whatsapp_flotante svg {
      width: 28px;
      height: 28px;
    }
  }
































































@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: rgba(255,255,255,.8) !important;
      font-size: 14px;
  }
}






















/* Para pantallas de hasta 320px de ancho */
@media (max-width: 320px) {
  /* Tus estilos CSS aquí */
  /*.aviso_01 { height: 49px; padding-top: 7px; font-size: 12px; line-height: 21px; zoom: 120%; letter-spacing: 1.5px;}*/
   .aviso_01 {
        height: 73px;
        padding-top: 6px;
        /*font-size: 11px;*/
        font-size: clamp(1rem, 2.7vw, 2rem);
        line-height: 20px;
        zoom: 120%;
        letter-spacing: 1.5px;
    }
  .icon_mail_01::before, .icon_wp_02::before {width: 24px; height: 24px; margin-right: 5px; margin-top: 0; margin-bottom: -4px; margin-left: 10px; zoom: 63%;}
   .line_break {content: ""; display: block; width: 100%; height: 0;}
   .separator {
    /*background: yellow;*/
    display:none;
  }

}

/* Para pantallas entre 321px y 576px de ancho */
@media (min-width: 321px) and (max-width: 576px) {
  /* Tus estilos CSS aquí */
  /*.aviso_01 { height: 49px; padding-top: 7px; font-size: 12px; line-height: 21px; zoom: 120%; letter-spacing: 1.5px;}*/
   .aviso_01 {
        height: 79px;
        padding-top: 8px;
        /*font-size: 11px;*/
        /*font-size: clamp(1rem, 3.1vw, 2rem);*/
        font-size: clamp(1rem, 4.1vw, 2rem);
        line-height: 20px;
        zoom: 120%;
        letter-spacing: 0.1px;
    }
  .icon_mail_01::before,
  .icon_wp_02::before,
  .icon_ig_02::before {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: -4px;
    margin-left: 10px;
    zoom: 63%;
  }
  .line_break {content: ""; display: block; width: 100%; height: 0;}
  .separator {
   /*background: yellow;*/
    display:none;
  }
}

/* Para pantallas entre 577px y 768px de ancho */
@media (min-width: 577px) and (max-width: 768px) {
  /* Tus estilos CSS aquí */
  /*.aviso_01 { height: 49px; padding-top: 7px; font-size: 12px; line-height: 21px; zoom: 120%; letter-spacing: 1.5px;}*/
   .aviso_01 {
        height: 49px;
        padding-top: 6px;
        /*font-size: 9.5PX;*/
        font-size: clamp(1rem, 1.7vw, 2rem);
        line-height: 34px;
        zoom: 120%;
        letter-spacing: normal;
    }
  .icon_mail_01::before,
  .icon_wp_02::before,
  .icon_ig_02::before {
    width: 24px;
    height: 24px; margin-right: 5px; margin-top: 0; margin-bottom: -4px; margin-left: 10px; zoom: 63%;}
  .line_break {content: ""; display: block; width: 100%; height: 0;}
  .separator {
    /*background: yellow;*/
    display:none;
  }
}

/* Para pantallas entre 769px y 992px de ancho */
@media (min-width: 769px) and (max-width: 992px) {
  /* Tus estilos CSS aquí */
  .aviso_01 {
    height: 49px;
    padding-top: 14px;
    font-size: 12px;
    line-height: normal;
    zoom: 120%;
    letter-spacing: 0.3px;
  }
  .icon_mail_01::before,
  .icon_wp_02::before,
  .icon_ig_02::before {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: -4px;
    margin-left: 10px;
    zoom: 70%; 
  }
  .line_break {content: ""; display: block; width: 100%; height: 0;}
  .separator {
    /*background: yellow;*/
    display:none;
  }
}

/* Para pantallas entre 993px y 1200px de ancho */
@media (min-width: 993px) and (max-width: 1200px) {
  /* Tus estilos CSS aquí */
  .aviso_01 {
    height: 49px;
    /*padding-top: 13px;*/
    padding-top: 13px;
    /*font-size: 17px;*/
    font-size: 14px;
    /*line-height: 21px;*/
    line-height: normal;
    zoom: 120%;
    /*letter-spacing: 1.5px;*/
    letter-spacing: 0.3px; 
  }
  .icon_mail_01::before,
  .icon_wp_02::before,
  .icon_ig_02::before {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: -4px;
    margin-left: 10px;
    zoom: 88%;
  }
  .line_break {display: none;}



.box_datos_01 {
  transform: scale(0.85);
}


.box_datos_01 {
  display:inline-block;
  float: right;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  /*margin: 1px 1px 0 0;*/
  font-size: 23.1px;
  margin: 52px 10px 0 0;
}



.box_datos_01 .box_01 {
  text-align: center;
  letter-spacing: 4px;
}
.box_datos_01 .box_01 span {
  display:inline-block;
  margin: 0 0 0 3px;  
  float: right;
  text-align: center;
}

.box_datos_01 .box_02 {
/*ok*/ 
  /* display: inline-block; */
  display: block;
  background: #15a3ff;
  color: #fff;
  margin: 12px 5px;
  padding: 3px 3px 3px 6px;
  font-size: 21px;
  font-weight: 600;
}



.box_datos_01 .box_02 span {
  display:inline-block;
  background: #fff;
  color: #15a3ff;
  margin:3px;
  padding:6px 10px;
}
.box_datos_01 .box_02 strong {
  display:inline-block;
  padding: 0 8px;
  font-weight: 600;
}

.box_datos_01 .box_03 {
  font-size: 17px;
  letter-spacing: 0.02em;
  text-align: center;
  letter-spacing: 6px;
}
.box_datos_01 .box_03 a:link,
.box_datos_01 .box_03 a:visited {
  color:#15a3ff;
}
.box_datos_01 .box_03 a:hover,
.box_datos_01 .box_03 a:active {
  color:#15a3ff;
}
.box_datos_01 .box_04 {
/*ok*/
 text-align: center;
 margin:6px 0 0 0;
 /*font-size: 21.4px;*/
 font-size: 16.4px;
 letter-spacing: -0.007em;
 color:#555;
}



}

/* Para pantallas entre 1201px y 1400px de ancho */
@media (min-width: 1201px) and (max-width: 1400px) {
  /* Tus estilos CSS aquí */
  .aviso_01 {
    height: 49px;
    padding-top: 7px;
    font-size: 17px;
    /*line-height: 21px;*/
    line-height: 34px;
    zoom: 120%;
    /*letter-spacing: 1.5px;*/
    letter-spacing: normal;
  }
  .icon_mail_01::before, .icon_wp_02::before, .icon_ig_02::before {width: 24px; height: 24px; margin-right: 5px; margin-top: 0; margin-bottom: -3px; margin-left: 20px; zoom: 90%;}
  .line_break {display: none;}
}

/* Para pantallas mayores a 1400px de ancho */
@media (min-width: 1401px) {
  /* Tus estilos CSS aquí */
  /*.aviso_01 { height: 49px; padding-top: 7px; font-size: 21px; line-height: 21px; zoom: 120%; letter-spacing: 1.5px;}*/
  .aviso_01 {
      height: 49px;
      padding-top: 7px;
      /*font-size: 19px;*/
      font-size: 18px;
      line-height: 34px;
      zoom: 120%;
      /*letter-spacing: 1.5px;*/
      letter-spacing: normal;
    }
  .icon_mail_01::before, .icon_wp_02::before, .icon_ig_02::before {width: 24px; height: 24px; margin-right: 5px; margin-top: 0; margin-bottom: -3px; margin-left: 20px; zoom: 90%;}
  .line_break {display: none;}
}























/* --- COMPORTAMIENTO POR DEFECTO (ESCRITORIO) --- */
.aviso-item {
    display: inline-block;
    margin: 0 5px; /* Separación horizontal en PC */
}

/* --- ANIMACIÓN SOLO PARA MÓVILES --- */
@media (max-width: 992px) { 
    .container {
        margin-top: 47px;
    }

    .aviso_01 {
        height: 40px !important; /* Fuerza una sola línea */
        position: fixed; /* Mantiene la barra fija arriba */
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        padding: 0 !important;
    }
    
    .aviso-item {
        position: absolute;
        width: 100%;
        margin: 0;
        opacity: 0;
        /* Evita que los enlaces invisibles se puedan clickear por error */
        pointer-events: none; 
        /* Animación total de 16 segundos (4 segs por ítem) */
        animation: fadeAvisoMobile 16s infinite;
    }

    /* Retrasos escalonados para crear el loop infinito */
    .aviso-item.item-1 { animation-delay: 0s; }
    .aviso-item.item-2 { animation-delay: 4s; }
    .aviso-item.item-3 { animation-delay: 8s; }
    .aviso-item.item-4 { animation-delay: 12s; }

    /* Los porcentajes definen el Fade In, el tiempo visible y el Fade Out */
    @keyframes fadeAvisoMobile {
        0%   { opacity: 0; pointer-events: none; }
        5%   { opacity: 1; pointer-events: auto; }  /* Aparece suavemente */
        20%  { opacity: 1; pointer-events: auto; }  /* Se mantiene visible y clickeable */
        25%  { opacity: 0; pointer-events: none; }  /* Desaparece suavemente */
        100% { opacity: 0; pointer-events: none; }  /* Se queda oculto esperando su turno */
    }

    /* Anular márgenes de los iconos para que se centren perfecto en la nueva línea */
    .icon_wp_02, .icon_mail_01, .icon_ig_02 {
        margin: 0 !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }
}
