

/* ==========================================================================
   Author's custom styles

   #0b2e64 RGB: R: 11 G: 46 B: 1000
   #00519E RGB: R: 0 G: 81 B: 158
   #a1baf2 RGB: R: 161 G: 186 B: 242
   #f0f0f0 RGB: R: 240 G: 240 B: 240
   #ffffff RGB: R: 255 G: 255 B: 255

   #3b5998	(59,89,152)
   #8b9dc3	(139,157,195)
   #dfe3ee	(223,227,238)
   #f7f7f7	(247,247,247)
   #ffffff	(255,255,255)

   --------------------------------------
   #00396c (0,57,108)
   #00519e (0,81,158)         <-----
   #5ca0c2 (92,160,194)
   #b3cde0 (179,205,224)
   #ffffff (255,255,255)
   #f0f0f0 (240,240,240)
   #ccd0d4 (204,208,212)
   #343d46 (52,61,70)
   #000000 (0,0,0)

   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

#artidea {
	width: 100%;
	height: 10px;
	text-align: center;
	margin: 5px 0 5px 0;
	line-height: 10px;
	font-size: 10px;
}

#artidea_svg {
	height: 10px;
}

#map_wrapper {
	width: 100%;
	height: 400px;
	border: 0;
	background: #fff;
	padding: 0;
	margin: 0;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

body {
	position: relative;
	font-family: Open Sans;
	font-size: 18px;
	background-color: #000;
	color: #ccc;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
}

body, html {
    height: 100vh;
}

body:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
}

.top-control {
	margin-top:80px;
}


h2 {
	font-size: 40px;
	color: #f00;
}

.stack-bkgr {
	color: #f00;
}

.btn {
	border-radius: 0;
	border: 0;
}

.btn-default {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  background-image: -webkit-linear-gradient(top, #f00 0%, #f00 100%);
  background-image:         linear-gradient(to bottom, #f00 0%, #f00 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 0px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.parallax, .parallax-division {
    /* The image used */
    background-image: url('../img/header-img.jpg');

    /* Full height */
    /* height: 100%; */
	height: 100vh;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.parallax:after, .parallax-division:after {
    content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
	  z-index:-1; /* needed to keep in the background */
}

.parallax-division {
	background-image: url('../img/bkgr-img.jpg');
	height: 160px;
}

.caption {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  text-align: center;
}

.caption span.header-title {
  display: block;
  color: #fff;
  padding: 18px;
  font-size: 50px;
  font-weight: bolder;
  text-shadow: 0 0 50px #000;
}

.caption span.header-subtitle {
  display: block;
  color: #fff;
  padding: 18px;
  font-size: 30px;
}

.caption span.header-buttons {
  display: block;
  margin-top: 20px;
}

.container-outer {
	background-color: #292929;
	padding-bottom: 30px;
}

.container-outer-inverse {
	background-color: #00519e;
	padding-bottom: 30px;
}

.container-outer-inverse h2 {
	color: #fff;
}

.form-control {
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    border: 0px solid #ccc;
    border-radius: 0px;
}

.gallery {
	text-align: center;
}

#links > a:hover {
    text-decoration: none;
}

#links > a > img {
    margin: 15px;
    padding: 0;
    /* box-shadow: 1px 1px 5px #000; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.card {
	background-color: #ffffff;
	border-style: solid;
	border-width: 0;
	border-color: #b3cde0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	margin-top: 15px;
	margin-bottom: 15px;
}

.card-title {
	display: none;
}

.card-content {
	padding: 10px;
}

.card-button {
	text-align: center;
	padding-bottom: 10px;
}

.guardia {
	color: #ffffff;
	background-color: #00519e;
	text-align: center;
}

.info-content > h3, .info-content > h4 {
	color: #00519e;
}

.navbar {
	height:80px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
}

.nav > li > a {
	color: #fff;
	background-color: transparent;
}

.nav > li > a:focus {
	color: #FFF;
	background-color: transparent;
}

.nav > li > a:hover {
	color: #3F4B49;
	background-color: #FFF;
}

.navbar-brand  {
	font-family: 'Arial',Sans-Serif;
	font-weight: bold;
	color: #fff;
	height: 80px;
	padding-top: 10px;
	position: relative;
}

.navbar-brand:hover, .navbar-brand:focus {
	color: #fff;
}

.dropdown-menu {
	right: 0;
	left: unset;
}

.administracionesdavico {
	display: inline;
	float: right;
	margin-left: 0;
	position: relative;
}

.parabrisas {
	position: relative;
	float: left;
	font-size: 24px;
	line-height: 60px;
	font-style: italic;
}

.brand-img {
	width: 247px;
	height: 60px;
}

a.navbar-brand :hover  {
	color: #fff;
}

.garantia {
	background-color: #00519e;
	color: #fff;
	padding: 10px 10px 0 10px ;
	font-size: 14px;
	font-weight: bold;;
}

.separator {
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.footer-bkgr {
	background-color: #292929;
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: #f00;
}

.footer-left {
	width: 50%;
	text-align: left;
	float: left;
	font-size: 16px;
	color: #fff;
	padding: 10px 10px 10px 0;
	height: 100%;
    position: absolute;
    top: 0;
}

.footer-left > p {
	position: absolute;
	bottom: 0;
}

.footer-right {
	width: 50%;
	text-align: right;
	float: right;
	padding: 10px 0 10px 10px;
}

footer > div > div > div {
	margin-top: 10px;
}

footer > div > div > div > div {
	margin-bottom: 10px;
}

.brands {
	text-align: center;
}

.brands > img {
	display: inline;
	margin: 15px;
}

.navbar-nav .open .dropdown-menu {
    background-color: #00519e;
}

.dropdown-menu>li>a {
    color: #fff;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #fff;
	color: #000;
}

.info_content > h3 {
	color: #f00;
}

.info_content > p {
	color: #000;
}

div.ccw_plugin, .inline {
    display: inline;
}
.chatbot {
    position: fixed;
    z-index: 99999999;
}

.ccw_plugin .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}


/* Extra extra small devices (phones, less than 479px) */
@media (max-width: 479px) {

}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 768px) {
	.caption span.header-title {
	  font-size: 40px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
