/*::::::::::::::::::::::::::::::::::::
STYLES
::::::::::::::::::::::::::::::::::::*/
@charset "utf-8";

/* Imported files and fonts
----------------------------------------------------------------------------- */
@import url("framework.css");
@import url("../font-awesome/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=BenchNine:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

/* Global Styles */
/*Elimina esto ahaber que pasa*/
html,
body {
    height: 100%;
}

/* Top Bar
----------------------------------------------------------------------------- */
#topbar{padding:5px 0; font-size:12px;}

#topbar .fl_left{margin-top:4px;}
#topbar .fl_left .inline > li i{margin:0 5px 0 0; line-height:normal;}

#topbar .faico li{margin:0;}

/* Header
----------------------------------------------------------------------------- */
#header{padding:30px 0;}
#header #logo img {width:auto;}
#header #quickinfo{margin-top:10px;}

@media screen and (max-width:750px){
	#header{text-align:center;}
	#header #logo{margin:0 0 30px 0;}
}
/* Jumbotron
----------------------------------------------------------------------------- */
.jumbotron {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: inherit;
  background-color:transparent;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight:normal;
}
/* Carousel
----------------------------------------------------------------------------- */
.slider-row {
    margin: 0;
    padding: 0;
}
.slider-wrapper {
    margin: 0;
    padding: 0 !important;
    background: #000 !important;
}
.carousel-caption h1 {
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
	font-family: 'BenchNine', sans-serif;
}
.carousel-caption p {
    font-size:30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
	line-height:40px;
}
.carousel-caption button {
    width: 200px;
    height:50px;
    background: #0a45c1;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    border: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.carousel-caption button:hover {
    background:black;
	color:#fff;
	border: 1px solid #0a45c1;
}
.carousel-control {
    width: 5%;
}
.carousel-inner {
    background: -webkit-linear-gradient(left, #000, #0a45c1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #000, #0a45c1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #000, #0a45c1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #000, #0a45c1);
    /* Standard syntax */
}
.item {
    position: relative;
}
.carousel-caption {
    position: absolute;
    text-align: left;
    left: 12%;
    line-height: 1;
    top: 40%;
    margin-top: -100px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-left: 0;
    margin-top: -50px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-right: 0;
    margin-top:-50px;
}

.carousel-inner > .item > img{
  width: 100%;
}
/*======================more css for carousel=========================*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Relativeblock
----------------------------------------------------------------- */
#relativeblock{
    position:relative; 
    z-index:1; 
    margin:-50px 0 0px; 
    padding:10px;
    text-align:center;
	box-shadow: 0 3px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.4);
}
#relativeblock ul{
    margin:0; 
    padding:0; 
    list-style:none;
}
#relativeblock ul li img{width:100%; border: 3px solid #0a45c1;}

#relativeblock ul li h1{padding-top: 5px;}

/* Img
----------------------------------------------------------------------------- */
.img-hover:hover {
    opacity: 0.8;
}

/* Banner
----------------------------------------------------------------------------- */
.banner {padding: 80px 0}

/* Showcase
----------------------------------------------------------------------------- */
.showcase .showcase-text {
  padding: 3rem; }

.showcase .showcase-img {
  min-height: 35rem;
  background-size: cover; }

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem; } }

/* 404 Page Styles
----------------------------------------------------------------------------- */
.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles
----------------------------------------------------------------------------- */
.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}
.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}
.period {
    display: block;
    font-style: italic;
}

/* Footer
----------------------------------------------------------------------------- */
#footer{}

/* Copyright
----------------------------------------------------------------------------- */
#copyright{}
#copyright *{margin:0; padding:0;}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

/* Navigation
----------------------------------------------------------------------------- */
.navbar-imgbrand {
  background: #fff;
  border: none;
  margin-bottom: 0px;
  border-radius: 0px;
  font-family: 'BenchNine', sans-serif;
  border-bottom: 3px solid #0a45c1;
}
.navbar-imgbrand .navbar-nav {margin: 32px 0 38px;}
.navbar-imgbrand .navbar-brand>img {
  width: 110px;
  height: auto;
  padding: 15px; 
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 52px;
	font-size: 18px;
}
.navbar-imgbrand .navbar-brand {padding: 0px;}
.navbar-imgbrand .navbar-nav > li > a {
  color: #000000;
  font-size: 24px;
}
.navbar-imgbrand .navbar-nav > .active > a,
.navbar-imgbrand .navbar-nav > .active > a:hover,
.navbar-imgbrand .navbar-nav > .active > a:focus {
  color:#fff;
  background-color:black;
}
.navbar-imgbrand .navbar-toggle {
    margin-top: 30px;
    margin-bottom:0px;
}
.navbar-imgbrand .navbar-nav > li > a:hover,
.navbar-imgbrand .navbar-nav > li > a:focus {
  color: #fff;
  background-color:#0a45c1;
}
@media (min-width: 768px) {
  .navbar-imgbrand {padding: 15px 0;}
  .navbar-imgbrand .navbar-brand {padding: 0px;}
    
  .navbar-imgbrand .navbar-brand>img {
      width: 150px;
      height: auto;
      padding:0px; /* firefox bug fix */
    }
}

/* Video
----------------------------------------------------------------------------- */
.video-container {
    border:8px solid white;
    height: auto;
    background-color: white;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(5,5,5,.8);
box-shadow: 1px 1px 10px 1px rgba(5,5,5,.8);
}

/* Font Awesome Social Icons
----------------------------------------------------------------------------- */
.faico{margin:0; padding:0; list-style:none;}
.faico li{display:inline-block; float:left; margin:0 2px 0 0; padding:0; line-height:normal;}
.faico li:last-child{margin-right:0;}

.faico a{display:inline-block; width:30px; height:30px; line-height:30px; font-size:14px; text-align:center;}
.faico a{color:inherit; background-color:transparent;}

.faicon-dribble:hover{color:#fff;}
.faicon-facebook:hover{color:#fff;}
.faicon-google-plus:hover{color:#fff;}
.faicon-linkedin:hover{color:#fff;}
.faicon-pinterest:hover{color:#fff;}
.faicon-rss:hover{color:#fff;}
.faicon-twitter:hover{color:#fff;}

/* Quick-links
----------------------------------------------------------------------------- */
.quick-links{margin:0; padding:0; list-style:none;}
.quick-links li{display:inline-block; margin:8px 5px 0 0; padding:0; line-height:normal;}
.quick-links li:last-child{margin-right:0;}
.quick-links a{display:inline-block; font-size:inherit; text-align:center; padding: 5px 8px; font-weight: bold;}

.quick-links a{color:#fff; background-color:#000;}
.quick-links a:hover{color:#FFFFFF; background-color:#008AE5;}

/* Back to Top */
#backtotop{z-index:999; display:inline-block; position:fixed; visibility:hidden; bottom:20px; right:20px; width:36px; height:36px; line-height:36px; font-size:16px; text-align:center; opacity:.2;}
#backtotop i{display:block; width:100%; height:100%; line-height:inherit;}
#backtotop.visible{visibility:visible; opacity:.5;}
#backtotop:hover{opacity:1;}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

/* Colours
----------------------------------------------------------------- */
h1{color:#161715;}

#relativeblock{	
    background-color:#fff; 
	color:#555;
}

#backtotop{color:#292B2C; background-color:#0a45c1;}

.fa-blue {
  color: #0a45c1;
}

/******************************
responsive area
********************************/

/* =============================================================================
   Desk design: Max width 900px
   ========================================================================== */
@media screen and (max-width:900px){
	#topbar{}
    
    #copyright{}
	#copyright p:first-of-type{margin-bottom:10px;}
	
	#relativeblock{
    margin:-20px 0 50px; 
    }

}

/* =============================================================================
   Tablet design: Max width 750px
   ========================================================================== */
@media screen and (max-width:750px){
	#topbar{text-align:center;}
	#topbar *{margin:0;}
	#topbar .fl_left ul{margin:0 0 10px 0; line-height:normal;}
	#topbar .fl_left ul li{display:inline-block; margin-right:20px;}
	#topbar .fl_left ul li:last-child{margin-right:0;}
	#topbar .faico li{float:none;}
    
    .navbar-header {padding: 0px 0 35px 0;}
    
    .carousel .carousel {height: 70%;}
	
	#relativeblock{
        margin:-20px 0 50px; 
    }
	
}

/* =============================================================================
   Mobile design: Max width 450px
   ========================================================================== */

@media screen and (max-width:450px){
	#topbar .fl_left ul li{display:block; margin:5px 0 0 0;}
	#topbar .fl_left ul li:first-child{margin:0;}
	
	#relativeblock{
        margin:-10px 0 50px; 
    }

}


/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-caption h1 {
        font-size: 60px;
    }
    .carousel-caption p {
        font-size: 20px;
    }
    .carousel-caption button {
        width: 150px;
        height: 50px;
        font-size: 18px;
    }
    h2 {
        font-size: 75px !important;
    }
    h4 {
        font-size: 22px !important;
    }
}

/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-caption h1 {
        font-size: 40px;
    }
    .carousel-caption p {
        font-size: 18px;
		line-height: 30px;
    }
    .carousel-caption button {
        width: 120px;
        height: 50px;
        color: #000;
        font-size: 16px;
    }
    h2 {
        font-size: 70px !important;
    }
    h4 {
        font-size: 18px !important;
    }

}

/* xs */

@media (min-width: 480px) and (max-width: 767px) {
    .carousel-caption {
        margin-top: -110px;
    }
    .carousel-caption h1 {
        font-size: 36px;
    }
    .carousel-caption p {
        font-size:16px;
		line-height: 25px;
    }
    .carousel-caption button {
        width: 100px;
        height: 30px;
        font-size: 12px;
		
    }
    h2 {
        font-size: 70px !important;
    }
    h4 {
        font-size: 21px !important;
    }

	
}

/* XS Portrait */

@media (max-width: 479px) {
    .carousel-caption {
        margin-top: -80px;
    }
    .carousel-caption h1 {
        font-size: 20px;
    }
    .carousel-caption p {
        font-size: 10px;
		line-height: 18px;
    }
    .carousel-caption button {
        width: 70px;
        height: 23px;
        font-size: 12px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-top: -20px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-top: -20px;
    }

    h4 {
        font-size: 18px !important;
    }

}

