/* 

HOJA DE ESTILO CSS PARA Owww.oposicionesjuani.com

*/



a {text-decoration:none; color: #0a4062;}
a:hover {text-decoration:underline; color: #000;}

ul { 
	padding: 0;
	margin: 0; 
	color: #6894af;
    color: #
}
ul:active {text-decoration:none; color: #000;}
ul:hover {text-decoration:none; color: #000;}





p {  line-height: 1.5; }
p:last-child { margin-bottom: 0; }

body {
	color: #000;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:normal;
	padding-top: 20px;
	overflow-x: hidden;
	text-align: justify;
	background-color: #bdbdbd;
}


h2{font-size: 14px;}


.privacidad{margin-top: 20px; padding: 27px 0px; font-size: 15px; background-color: #0a4062; color: #FFF; text-align: center;}

.logo {font-size: 25px; color: #FFF;}

.tm-welcome-img { width: 100%; }

.tm-welcome-boxes-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;	
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;    
    position: static;
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
	width: 100%;
}

.tm-welcome-box { 
	max-width: 400px;
	margin-top: 30px;
	width: 100%;
}
.tm-welcome-text { padding: 20px; }


.tm-welcome-link {
	background-color: #000;
    display: block;
    text-align: center;
    color: #FFF;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
}



/* GALERÍA */

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}







.tm-curso {background-color: #FFF; color: #000; padding: 50px 40px;}
.tm-curso-p {background-color: #FFF; color: #000; padding: 150px 40px 50px 40px;}

.tm-purple-bg {background-color: #0a4062; color: white;}

.tm-purple-bg .tm-section-title { color: white; }
.tm-gray-bg { background-color: #FFF; }
.tm-blue-bg { background-color: #0a4062; }
.tm-blue-text { color: #3C89D6; }
.tm-red-text { color: #D66363; }
.tm-box-pad { padding: 45px 40px; }
.tm-bordered-box { background-color: #FFF; }
.tm-no-border-top { border-top: none; background-color: #0a4062; }
.tm-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.tm-contact-left-half, .tm-contact-right-half { 
	-webkit-box-flex: 1; 
	-webkit-flex: 1; 
	    -ms-flex: 1; 
	        flex: 1;
	padding: 15px;
}


.tm-nav-fa { margin-right: 20px; vertical-align: middle; }
.tm-nav-small { margin-left: 10px; vertical-align: middle; }
.tm-nav-devices { margin: 0px 6px; vertical-align: middle; }

.tm-sidebar {
	float: none;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.tm-body { 
	margin-top: 20px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

.tm-main-nav {
	background-color: #0a4062;
	font-size: 18px;
}

.tm-main-nav-ul {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.tm-nav-item {
	list-style: none;
	width: 100%;
}

.tm-nav-item-link {	
	padding: 20px;
	width: 100%;	
}

.tm-nav-item-link:focus { text-decoration: none; }

.tm-button,
.tm-button:focus {
	background-color: #0a4062;
	border: none;
	border-radius: 0;
	color: #FFF;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	font-size: 18px;
	padding: 15px 50px;    
}

.tm-button:hover,
.tm-button.active {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}







.tm-section-title {
	color: #0a4062;
	font-weight: 300;
	margin-top: 0;
}

.tm-section-title {	
	margin-bottom: 30px; 
	font-size: 20px;
	font-weight: bold;
}



.tm-services-description-container > * { width: 100%; }
.tm-services { justify-content: space-between; }



.tm-content-box-home { 
	position: relative; 
	margin-bottom: 63px;
}

.tm-content-box { margin-top: 60px; }
.tm-content-box:first-child { margin-top: 0; }

.tm-flex {
	-webkit-flex-flow: column;
	    -ms-flex-flow: column;
	        flex-flow: column;
}



/* CONTACTO */

input,textarea, .precarga {display:block; width:100%; border: 2px solid #CCC; background:#FFF; height: 50px; padding: 10px; font-size: 16px;}
textarea {vertical-align:top;height:240px}
input#submit {background:#0a4062; color: #FFF; transition: all 0.25s; border: none;height: 60px;}
input#submit:hover {background:#000; transition: all 0.25s;}
textarea:focus { border-color: #888;}
input:focus { border-color: #888;}


h4 {font-size: 18px; color: #0a4062; text-align: center;}
h6 {text-align: center; font-size: 16px; font-weight: normal;}
.error_message {color: #C20508;}

.tm-address-box { padding: 35px 30px 10px; text-align: center;}
.tm-contact-inner-pad { padding: 25px; }


#google-map {
    height: 360px;
    width: 100%; 
}




/* HORARIOS */

.grid { overflow: hidden; }
.grid { margin: -15px; }

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px 0;
	text-align: center;
	background-color: #FFF;
	opacity: 1;
}

.grid figure:hover{opacity: 0.7; -webkit-transition: opacity 0.35s; transition: opacity 0.35s;}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
}

@-moz-document url-prefix() { 
  	.grid figure {
		margin: 10px 1.1666%;	/* padding-bottom in % not working in FF, so use em instead. */
	}
}




/* TABLA */
.table-bordered{background-color: #CCC;}
.table-bordered td{ background-color: #FFF; padding: 10px; padding: 5px 15px;}
.table-bordered th{background-color: #0a4062; color: #FFF; padding: 15px}

.nombre{width: 500px; text-align: left; }
.plaza{width: 1550px; text-align: left;}
.convocatoria{width: 30px; text-align: center; }

.search-f{padding: 10px; height: 20px; font-size: 16px; width: 100%;}




/* FOOTER */

.tm-footer {padding-top: 40px; padding-bottom: 80px;}







/* RESPONSIVE */

@media (max-width: 1100px) {
	
	body {padding-top: 0px;}
	
	.privacidad{display: none}
	.tm-sidebar { height: 500px;}
		
	.tm-welcome-boxes-container {display: none;}
	
	.tm-nav-item-link { padding: 10px 30px; text-align: center;}
	.tm-nav-item-link i { display: none;}
	.logo {padding-top: 20px; padding-bottom: 0px;}
	
	.tm-section-title { margin-bottom: 30px; }

	.tm-content-box-home { margin-bottom: 50px; }

	.tm-box-pad { padding: 45px 40px; }
	.tm-services-img { width: 100px; background-color: #0a4062; }	
	.tm-services { overflow: auto; }
	.tm-services-img-container {height: 100%; float: left; background-color: #0a4062; }
	.tm-services-description-container { margin-left: 0px; background-color: #FFF;}

	.tm-flex {text-align: center;}
		
	.grid figure {
		width: 31%;
		height: auto;
		margin: 1.1666%;
	}

	.grid figure figcaption { padding: 20px;	}

	.tm-curso-p {background-color: #FFF; color: #000; padding: 50px 40px;}
}



@media (min-width: 1100px) {
	.container-fluid { max-width: 1100px; }
	.tm-sidebar {		
		height: 530px;
		width: 350px;
		float: left;
	}
	
	.tm-sidebar.sticky {
		position: fixed;
		top: 40px;
	}
	
	.tm-welcome-box { max-width: 350px; width: 49%;	}
	
	.tm-nav-item-link { padding: 14px 30px; }
	.tm-main-content { margin-left: 400px; }
	.tm-welcome-text { padding: 30px; }
	.tm-section-title { margin-bottom: 20px; }
	.tm-box-pad { padding: 45px; }
	.tm-welcome-boxes-container {
		flex-direction: row;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
	    	-ms-flex-align: stretch;
	        	align-items: stretch;
		position: absolute;
	    bottom: -54px;
	    left: 0;
	    right: 0;
		width: 600px;
	}
	
	.tm-welcome-text { 
		background-color: rgba(0,0,0,0.6);
		color: #fff;
	}
	
	.tm-content-box-home { margin-bottom: 126px; }
	.tm-box-pad { padding: 45px 40px; }
	.tm-services-img { width: 100px; background-color: #0a4062; }	
	.tm-services-img-container {height: 100%; float: left; background-color: #0a4062; }
	.tm-services-description-container { margin-left: 100px; background-color: #FFF;}
	.tm-flex {
		-webkit-flex-flow: row;
		    -ms-flex-flow: row;
		        flex-flow: row;
	}
	
	
	.grid figure {
		width: 31%;
		height: auto;
		margin: 1.1666%;
	}


	.grid figure figcaption { padding: 1.5em; }
	figure.effect-bubba h2 { padding-top: 5%; }
}



@media (min-width: 1400px) {
	.container-fluid { max-width: 1400px; }
	.tm-sidebar {		
		height: 550px;
		width: 350px;
	}
	
	.tm-sidebar.sticky {
		position: fixed;
		top: 40px;
	}

	.tm-welcome-box { max-width: 400px; width: 49%;	}
	.tm-welcome-boxes-container { width: 800px; } 
	
	.tm-nav-item-link { padding: 15px 30px; }
	.tm-main-content { margin-left: 400px; }	
	.tm-section-title { margin-bottom: 30px; }
	.tm-welcome-text { padding: 40px; }

	.grid figure {
		width: 31%;
		height: auto;
		margin: 1.1666%;
	}


	.grid figure figcaption { padding: 2em;	}
}

.tm-main-nav { 
	display: -webkit-box; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	height: 100%; 
}
}







.eucookie-pop-up { display:none; position:fixed; z-index:9999; bottom:0; left:0; right:0; background:#0a4062; color:#fff; margin:1em; padding:0.5em; text-align:center; } 
.eucookie-pop-up .dismiss { float:right; width:7% text-align:center; padding-top:1em; background:#dc143c;} 
.eucookie-pop-up .dismiss a { color:#fff; cursor:pointer; font-weight:bold; font-size:150%; padding:1em; } 
.eucookie-pop-up .content { float:left; width:92%;  text-align:center;  } 
.eucookie-pop-up .content a { text-decoration: underline;color:#fff } 