html{
	height: 100%;
	min-height: 100vh;
}
body {
  	min-height: 100vh;
	position:relative;
  	margin: 0;
  	background-color: #fff;
}
.vt-color{
	background-color: #0085FB;
}
.black{
	/*background: linear-gradient(to right, #000000 30%, #393f74 6%);*/
	background-color: rgba(0,0,0,0.9);	
	color: #000;
}

footer {
  	position: relative; 
    left: 0 ; 
    right: 0;
    bottom: 0;
  	font-style: oblique;
  	color: #fff;
  	background-color: #171F2A;
}

.carousel img{
	height: auto;
	width: 100%;
	max-height: 500px;
	min-height: 300px;
}

red{
	color:#f00;
	font-weight: bold;
}

@media screen and (max-width: 768px){
	
	.div-center div{
		border-bottom: none;
	}

	.navbar #logo{
		height: 100%;
		width: 100px;
	}

	.navbar-scroll-custom{
		transform: translateY(-76px);
		transition-duration: 0.6s;		
	}

	.nav-item:hover{
		background-color: rgba(255,255,255,0.2);
	}

	.alink{
		height: 40px;
	}
}

.navbar{
	transition-duration: 0.2s;
}

.navbar li{
	padding: 2px;
	margin:1px;
}

.navbar a{
	color: white;
}

.border-link {
    display: inline-block;
    text-decoration: none;
}

.border-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}

.border-link:hover::after {
    width: 100%;
}

h1 { 
	word-wrap: break-word; 
}

.card-box{
	height: 200px;
	width: 100%;
}

.carousel-control-next-icon{
	background-color: rgba(0,0,0,0.3);
	height: 40px;
	width: 30px;
}

.carousel-control-prev-icon{
	background-color: rgba(0,0,0,0.3);
	height: 40px;
	width: 30px;
}

.color{
	color: white;
	background-color: white;
}

.img-thumbnail{
	height: 250px;
	width: 100%;
}

.img-thumbnail:hover{
	border: solid 1px #0000ff;
	opacity: 0.7;
	cursor: pointer;
}

a{
	color:#000;
	text-decoration: none;
	display: block;
}

.block{
	display: block;
}

a:hover{
	text-decoration: none;
}

.scale{
	max-width: 100%;
  	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
}
.scale:hover{
	-moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transition: all 0.3s;
	transform: scale(1.1);
}

.img-opacity:hover{
	opacity: 0.6;
}

.box-company{
	height: 400px;
	width: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#foo-form{
	display: none;
}

.font-12{
	font-size: 12px;
}

.font-16{
	font-size: 16px;
}

.form-control:focus{
	box-shadow: 0px 0px 15px 1px #4E5597;
}

.list-inline a{
	color: #fff;
}

.hr-custom{
	border : 0;
  	height: 1px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
}

.hr-custom-black{
	border : 0;
  	height: 1px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.list-inline a:hover{
	color: #4E5597;
}

.div-center{
	margin-left: 15%;
	margin-right: 15%;
}

.b-silver{
	border-bottom: 1px dotted #C0C0C0;
}

error{
	font-size: 80px;
	color: #4DA3C4;
	text-shadow: 5px 5px 5px ;
	font-family: initial;
}

#btn-send{
	position: relative;
	top: -95px;
}

.box-comercio{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: 0px;
	border: solid 1px #FFF;
}

.box-comercio:hover{
	border: dotted 1px red;
	border-top: -1px;
}

.box-comercio a{
	color: #00f;
	text-decoration: initial;
	margin-top: 5px;
	margin-bottom: -15px;
	margin-left: 3px;
}

.box-comercio a:hover{
	color: #f00;
	text-decoration: underline;
}

.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
}

.box-popup{
	position: fixed;
	z-index:1;
	background-color: #FFF;
	border: solid 1px #C0C0C0;
	border-radius: 10px;
	height: 100%px;
	min-height: 300px;
	min-width: 400px;
}

.popupimg{
	height: 50px;
	width: auto;
	position: relative;
}

.hr-custom-silverblue{
	border : 0;
	height: 5px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(192, 192, 255, 1), rgba(0, 0, 0, 0));
}

.static-banner {
  position: absolute;
  bottom: 70px;
  background: hsla(0, 0%, 0%, 0.3);
  z-index: 1;
  padding: 2px 20px;
  font-size: 36px;
  color: white;
  pointer-events: none;
}

.static-banner1 {
  position: absolute;
  top: 70px;
  background: hsla(0, 0%, 0%, 0.3);
  z-index: 1;
  padding: 2px 20px;
  font-size: 36px;
  color: white;
  pointer-events: none;
}

@media screen and (max-width: 768px){
	.static-banner {
	  position: absolute;
	  bottom: 30px;
	  background: hsla(0, 0%, 0%, 0.3);
	  z-index: 1;
	  padding: 2px 20px;
	  font-size: 24px;
	  color: white;
	  pointer-events: none;
	}

	.static-banner1 {
	  position: absolute;
	  top: 30px;
	  background: hsla(0, 0%, 0%, 0.3);
	  z-index: 1;
	  padding: 2px 20px;
	  font-size: 24px;
	  color: white;
	  pointer-events: none;
	}
}

.a-mail{
	display: inline;
	color: #FFF;
}