/* @import url("reset.css"); */
@import url("header.css");
@import url("about.css");
@import url("technical.css");
@import url("footer.css");
@import url("register.css");
@import url("certified.css");

body{
	font-family: font-family-sans-serif;
}

a{
	transition: color .5s;
}

/*.about-fluid .col .btn{
	background-color: #00aceb;
	border-color: #74819d;
}*/

.titleAbout a[href="#"]{
	font-size: 3em;
	color:#008eea;
	margin-bottom: 1em;
}

.lineDiv{
	height: 1px;
	background: linear-gradient(0.25turn, white, #89c4f4, white);
	margin: 50px 50px;
}
.lineDiv2{
	height: 1px;
	background: linear-gradient(0.25turn, white, #89c4f4, white);
	margin: 50px 50px 0 50px;
}


.subTitle{
  	padding-top: 3rem;
  	margin-left: 2rem;
}

.certified-home .row ,
.about-fluid .row, 
.register-home .row, 
.footer .row,.noticias .row{
	margin: 0;
}


.encabezado{
	background-color: #353b42;
display: block;
width: 100%;
padding: 0.5em 0;
padding-left: 3em;
font-family:sans-serif;
font-size: 12px;
color:#48b2f3;
}

.certified-home{
	background-image: url(../assets/fondo_sec.jpg);
	background-position: center center;
	background-attachment: fixed;
	padding: 5em 0;
}

.about-fluid .row .tituloFlotante, .slider-careers .tituloFlotante{
	margin:2em 0px;
	color:#34363a;
	margin-left: 1rem;
}
.certified-home .col{
	text-align:center;
}
.boxValidador{
	margin: auto auto;
	margin-top: 4em;
	color: white;
	width: 70%;
	border: 1px solid white;
	padding: 2em;
}

.noticias .tituloFlotante{
	margin-bottom:2em;
	color:#34363a;
	margin-left: 1rem;
}

.cajaNoti{
	margin-top: 1em;
	color: #0095f3;
	margin-left: 2em;
}
.noticia {
display: flex;

}
.noticia .testo{
	padding:0 1em 1em 1em;
	box-sizing: border-box;
	color: #262727;
	}
.noticia .testo h2{
	font-size: 1em;
	font-weight: bold;
}

.noticia .testo a{
	font-size: 1em;
	font-weight: bold;
	color: #0095f3;
	text-decoration: none;
}

.noticia .testo a:hover{
	font-size: 1em;
	font-weight: bold;
	color: #2d39df;
	text-decoration: none;
}

.noticia{
margin-top: 1em;
}

.noticia .testo p{
	font-size: 1em;

}



@media screen and  (max-width: 1100px ) {
  .subTitle{
    padding-top: 2rem;
    margin-left: 1rem;
  }
  .noticia {
	display: block;
	
	}
	.notiIMG{
		margin-bottom: 2em;
	}
}









