html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

body {
	line-height: 20px;
	color: #999999;
	font-size: 300;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: 600;
	color: #222222;
}
a, a:hover, a:focus, a:active{
    outline: none;
}

h2 {
    line-height: 20px;
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
hr.section-bottom-line {
    height: 3px;
    width: 60px;
    /*background: #ffb737;*/
    background: rgba(14, 46, 93, 0.78);
    position: relative;
    border: 0;
    margin: 20px 0 20px 0;
}

.section-padding{
    padding: 40px 0px;
}
.section-title h2{
    line-height: 1.4;
}

/*****Header y Download *****/
.navbar {
    margin-bottom: 0px;
    border: 0px;
}
.navbar {
    border: 0px;
    border-radius: 0px;
    background-color: #fff;
    padding: 20px 0;
    transition: all 0.3s;
    background-color: transparent;
}

.navbar-logo{
	font-size: 32px;
}

.navbar-logo img {
    padding-top: 2px;
    width: 120px !important;
}


#header{
	background: url('../img/background.jpeg') no-repeat;
	background-size: cover;
	position: relative;
}

#header-container{
    background-color: rgba(79, 128, 202, 0.78);
	min-height: 400px;
}
@media (min-width: 320px) and (max-width: 480px) {
    .bg-color{
        min-height: 500px;
    }
}

.download-info{
	padding-top: 75px;
}
.download-text{
	color: #fff;
}
.download-text h1{
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom:15px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .download-text h1{
        font-size: 22px;
    }
}

.btn-download, .btn-download:hover, .btn-download:focus{
	padding: 10px 20px;
	font-size: 12px;
    background-color: rgba(14, 46, 93, 0.78);
	border-radius: 3px;
	color: #fff;
}
.arrow-down a i {
    text-align: center;
    position: absolute;
    font-size: 38px;
    color: #fff;
    margin: 0 auto;
}
/*****Instrucciones*****/
#instrucciones{
    background-color: rgba(238, 238, 238, 0.15);
}
.instrucciones-text-icon {
    float: left;
    width: 40px;
    height: 40px;
    padding-top: 6px;
    background: rgba(14, 46, 93, 0.78);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.instrucciones-text-description h3{
    font-size: 18px;
    padding-bottom: 15px;
}
.instrucciones-text-icon i {
    font-size: 18px;
    line-height: 26px;
}
.instrucciones-text-item{
	margin-left: 80px;
	margin-bottom: 15px;
}
/******Contacto*****/
#contacto-form{
    color: #000;
    font-weight: bold;
}
.btn-send, .btn-send:hover, .btn-send:focus {
    background-color: rgba(14, 46, 93, 0.78);
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
}
.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#contacto-message {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#contacto-error-message {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#contacto-message.show, #contacto-error-message.show, .show {
	display:block;
}


/******footer******/
#footer{
    background-color: rgba(79, 128, 202, 0.78);
    padding: 30px 0px;
    color: #fff;
}
#footer .website-link a{
    color: #fff;
}

@media (min-width: 220px) and (max-width: 551px){
    .marb20{
        margin-top: 30px;
    }
    h2{
        font-size: 24px;
        line-height: 1.2;
    }
    .section-title{
        margin-bottom: 30px;
    }
    .download-text h1{
        font-size: 24px;
    }
}



/*****Utilidades******/
.bg-darkblue{
    background-color: rgba(14, 46, 93, 0.78);
}
.bg-lightblue{
    background-color: rgba(79, 128, 202, 0.78);
}
.margin-t-40 {
    margin-top: 40px;
}
.text-white{
    color: #fff;
}


/*Sobreescribiendo bootstrap form horizontal*/
.form-horizontal .control-label{
    text-align: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .certificado-imgs{
        padding: 0 5%;
    }
}

.certificado-imgs .img-title{
    font-weight: bold;
    text-align: center;
}
.certificado-imgs span{
    color: #000;
    display: block;
    font-size: 16px;
    text-align: justify;
}