body{
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}

.header {
	background: url(img/banner.jpg) no-repeat center;
	background-size: cover;
	height: 690px;
	text-align: center;
}

.header .navbar {
	background-color: transparent !important;
	color: red;
}

.col-lg-4{
	padding-bottom: 50px;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .active>.nav-link, 
.navbar-dark .navbar-nav .nav-link.active{
	color: #fff;
    display: inline-block;
    font-weight: 200;
    font-size: 19px;
}

.form-row>.col, .form-row>[class*=col-].ocultar{
	display: none
}
.azul{
	background: rgba(23, 66, 119, 0.95);
	/*height: 85vh;*/
}
.azul h2{
	color: #fff;
	font-weight: bold;
	font-size: 2.2em;
}

.b-morado{
	background: #4452be;
	padding: 6px 30px;
	border:0;
	color: #fff;
	font-weight: bold;
	float: right;
	border-radius: .5em;
	margin-top: 20px;
}
.b-morado span{
	color: #fff
}
.logo{
	margin-top: 200px;
}
.logo img{	
	height: 183px;
	max-width: 100%;
	width: auto;	
}
header h1{
	margin-top: 7rem;
	color: #fff;
	font-size: 1.6em;
	padding-bottom: 40px;
}
.logo>h1{
	color:#fff;
}
h1.text-center{
	font-weight: bold;
    color: #424242;
    padding-bottom: 40px;
}

.formulario{
	background: url(img/foto.png) no-repeat center;
	background-size: cover;
	min-height: 71vh;
	margin-bottom: 1.5rem;
}
.formulario .azul{
	padding: 80px;
	min-height: 71vh;
}


.form-control{
	color: red;
}

select.form-control {
    color: white;
}

select.form-control:focus {
    color: white;
	background-color: #757575;
}

.form-control-lg{
	padding: 0;
}

	
.md-form{
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem; 
}
.md-form .form-control{
	background: transparent;
	box-sizing: border-box !important;
	height: auto;
	margin: .6rem 0 .4rem 0;
}
.md-form>label{
	max-width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
}
.md-form label{
	position: absolute;
		top: 0;
		left: 0;
		font-size: 1rem;
		color: #757575;
		cursor: text;
		transform-origin: 0 100%;
}

.md-form input[type="text"]:not(.browser-default):focus:not([readonly]){
	border-bottom: 2px solid #fff;
		-webkit-box-shadow: 0 1px 0 0 #4285f4;
		box-shadow: 0 1px 0 0 #4285f4;
}

.md-form input[type="text"]::placeholder{ color: #fff; }
.md-form input[type="text"]:-ms-input-placeholder{ color: #fff; } /* IE 10+ */
.md-form input[type="text"]::-webkit-input-placeholder{ color: #fff; } /* WebKit */
.md-form input[type="text"]::-moz-placeholder { color: #fff; } /* Firefox 19+ */


.md-form input[type="text"]:not(.browser-default){
	background-color: transparent;
	border:0;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	outline: 0;
	box-shadow: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;

}
.md-form input[type="text"]:not(.browser-default)+label::after{
	position: absolute;
	top: 65px;
	display: block;
	content: "";
	opacity: 0;
	-webkit-transition: .2s opacity ease-out,0.2s color ease-out;
	transition: .2s opacity ease-out,0.2s color ease-out;
}

.md-form input[type="text"].movil{
	display: none;
}
.servicios img{
	width: 85px;
	height: 85px;
}
.servicios p{
	margin: 30px 0 40px 0;
	padding: 0 50px;
	font-size: 18px;
	color: #424242;
}

.tab-content .col-md-3{
	padding: 10px;

}
.navbar-nav.navbar-center {
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translatex(-50%);
}


.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover{
	color: #fff
}

.navbar-toggler[type=button]{
	color: #fff;
}





.acerca{
	padding:6px; 
}
.acerca2{
	padding: 0 20px;
}
.acerca img{
	width: 100%;
}
.acerca p{
	text-align: center;
	font-size: 1em;
	margin: 10px;
}
.acerca2 p .redes{
	float: right;text-align: right;	
}

.acerca2 h3{
	margin: 40px 0 15px 0;
    color: #424242;
    width: 100%;
    font-size: 50px;
    line-height: 1.2em;
    font-weight: bold;
}
.acerca2 p{
	color: #424242;
	text-align: inherit;
	font-size: 1.1em;
	text-align: justify;
	font-weight: 300;
}
.acerca2 .pp{
	float: right;
    text-align: right;
    color: #0e3b83;
    font-weight: bold;
    font-size: 3em;
    line-height: 1.2em;
}
.acerca2 p.redes{
	float: right;
}
.acerca2 p.redes a{
	margin-right: 20px;
}
.bg0{
	background: #fff;
    padding: 120px 0;
    /*height: 800px;*/
}
.bg1{
	background: #f8f9fa;
    padding: 80px 0;
    /*height: 800px;*/
}

a.boton{
	background: #4452be;
	border-radius: .3em;
	color: #fff;
	text-decoration: none;
	margin: 40px 20px;
	display: inline-flex;
}
a.boton:hover{
	/* background: #00bb2d; */
	background: #232474;
}
a.boton img{
	width: 30px;
	height: 30px;
	margin: inherit;
}

a.boton p{
	color: #fff;
    margin: 0 40px 0 0;
    padding: 30px 0;
    text-align: initial;
    font-weight: bold;
    line-height: 1.3em;
    font-size: 1.1em;
}

.tip{
	background: #f8f9fa;
}
.tip a{
	margin: 0 20px;
	list-style: none;
	font-weight: 900;
	font-size: .6em;
	color: #000;
}
.tip .post{
	color: #fff;
	padding: 10px;
	position: relative;
	width: 100%;
	font-size: .7em;
	height: 260px;
}

.tip .post img{
	position: absolute;
	width: 100%;
	padding: 10px;
}

.tip .post .tiempo{
	position: absolute;
	top: 30px;
	right: 10px;
}

.tip .post .titulo{
	position: absolute;
	bottom: 10px;
	left: 30px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
	.acerca2 p{
		font-size: 25px;
	}
	h1.text-center {
	    font-size: 50px;
	}
	.servicios{
		max-width: 1340px;
	}
	.servicios p{
	    font-size: 20px;
	    line-height: 1.1em;
	    color: #424242;	
	}
	.formulario,
	.formulario .azul{
		height: 690px;
		min-height: initial;
	}
	.azul h2{
		font-size: 50px;
	}
	
}


@media only screen and (min-width: 768px) {
	/* For desktop: */
	nav li + li:before{ content: " | "; padding: 0 16px; color: #fff }
}


@media only screen and (max-width: 768px) {
	/* For mobile phones: */
	header,
	.container{
		padding: 0 30px;
	}
	header h1{
		font-size: 1.2em;
    margin-top: 90px;
	}
	.container.servicios{
		padding: 0 50px;
	}
	.container.servicios .col-lg-4{
		padding: 0 40px;
	}
	.container.servicios .mb-5{
		font-size: 1.6em;
    	padding-bottom: 0;
	}
	.bg0{
		padding: 40px 0;
		height: auto;
	}
	.bg1{
		padding: 50px 0;
	}
	
	.md-form input[type="text"].movil{
		display: initial;
	}

	.form-row>.col, .form-row>[class*=col-].ocultar{
		display: initial;
	}
	.acerca p{
		display: block;
	}
	.servicios p{
		padding: 0;
	    font-size: .8em;
	    margin: 20px 0;
	    font-weight: 700;
	    text-align: justify;
	}
	.servicios img{
		float: left;
		width: 50px;
		margin:20px 20px 30px 0;
		height: 50px;
	}
	a.boton p{
		margin: 0px 40px 0 0;
		padding: 10px 0;
	}
	.azul h2{
		font-size: 1.5em;
		text-align: center;
	}
	.azul h2>form{
		text-align: center;
	}
	.formulario .azul form{
		text-align: center;
	}
	.b-morado{
		border:0;
		float: inherit;
		padding: 10px 40px;
	}
	.formulario .azul{
		padding: 40px;
	}
	.form-row>.col, .form-row>[class*=col-]{
		margin: 14px 0;
	}
	.acerca2{
		text-align: center;
		margin: 0;
		width: 100%;
	}
	.acerca2 .pp{
		text-align: center;
		font-size: 2em;
		margin: 20px 0;
		font-weight: 700;
	}
	.acerca2 p.redes{
		float: inherit;
		margin: auto;
		padding: 10px 0 30px;
		display: inline-block;
	}

	.acerca2 h3{
		margin: 0 0 30px 0;
		font-size: 2em;
	}
	.acerca2 p a{
		
	}
	a.boton img{
		margin: 20px;
	}
	.tip a{
		margin: 10px;
		font-size: .7em;
		font-weight: 800;
	}
	.tip .post{
		height: 154px;
		padding: 0;
	}
	.tip .post img{
		padding: 0 10px 10px 10px;
	}
	.tip .post .tiempo,
	.tip .post .titulo{
		display: none;
	}
}

.form-error {
	display: none;
}