

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

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 1.8em;
	color:#001834 ;
}

a {
	color:#001834 ;
}

.jumbotron {
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	.jumbotron {
	    padding: 0;
	    margin: 0
	}
}

@media screen and (max-width: 768px) {
	.jumbotron {
	    padding: 0;
	    margin: 0
	}

	.logo {
	    width: 250px!important;
	}

	span.texto1 {
		text-align: center;
		font-size: 20px!important;
	}

	a.boton {
	    padding: 0 5px!important;
	    width: 100%;
	}
}

img.img-portada {
	display: inline-block;
	width: 100%;
}


span.footer {
	text-align: center;
	width: 100%;
    display: block;
    padding-top: 15px;
}

span.texto1 {
	text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    display: block;
    padding-top: 26px;
}

.logo {
    /*float: right;*/
    text-align: right;
    width: 85%;
}

a.boton {    
	padding: 0;
	width: 300px;
    display: block;
    border: 2px solid;
    text-align: center;
    margin-top: 14px;
    text-transform: uppercase;
    color: #001834;
    transition: width .5s ease, background-color .5s ease;
}

a.boton:hover:after {
	width: 100%;
    background: blue;
}












