/*
 * Author: Carlos Alvarez. Customized by Jaime Gómez Obregón (ITEISA)
 * URL: http://alvarez.is + https://iteisa.com
 *
 * Project Name: FLATTY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

body {
  background-color: #f2f2f2;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
}

h1 {
	font-size: 40px;
}

h3 {
	color: #95a5a6;
	font-weight: 400;
}

h4 {
	color: #95a5a6;
	font-weight: 400;
	font-size: 20px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

.heart {
    color: red;
}

/* Links */
a {
    color: #3498db;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar-default {
	background-color: #f8b42d;
	border-color: transparent;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
}

/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.form-control {
	height: 42px;
	font-size: 18px;
	width: 280px;
}

i {
	margin: 8px;
	color: #3498db; 
}


/* HeaderWrap */
#headerwrap {
	/* background: url(../img/bg01.jpg) no-repeat center top; */
	background-color: #f8b42d;
	margin-top: -20px;
	padding-top:150px;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

#headerwrap img.spreadsheet {
    position: absolute;
    margin-top: -9px;
    max-width: none;
    max-height:459px;
}

#headerwrap .col-lg-6.success,
#headerwrap .col-lg-6.failure {
    display: none;
}

body.success #headerwrap, body.success .navbar-default { background-color: #4bbe8e; }
body.failure #headerwrap, body.failure .navbar-default { background-color: #ee4444; }

body.success .col-lg-6.success { display: block !important; }
body.failure .col-lg-6.failure { display: block !important; }

body.success .col-lg-6.default,
body.failure .col-lg-6.default {
    display: none;
}

#headerwrap.rollover {
    transform: scale(1.1);
}

#headerwrap h1 {
	margin-top: 60px;
	margin-bottom: 15px;
	color: black;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 1px;
}

#headerwrap h2 {
    color: black;
    font-weight: 400;
    font-size: 19px;
}

a.navbar-brand {
    font-weight: bold;
    margin-left: -30px !important;
    opacity: 0.9;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

a.navbar-brand:hover {
    color: white !important;
    opacity: 1;
}

a.navbar-brand::before,
a.navbar-brand::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

a.navbar-brand::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

a.navbar-brand::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

a.navbar-brand:hover::before,
a.navbar-brand:hover::after,
a.navbar-brand:focus::before,
a.navbar-brand:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

ol#errors {
    margin-top: 1em;
    height: 11em;
    overflow: auto;
    font-size: 0.7em;
    opacity: 0.8;
}

.logo-header{
    max-height: 40px;
}

@media (max-width: 1199px) {
    .spreadsheet {
      display: none;
    }
  }