/* http://patorjk.com/software/taag/#p=display&f=Big&t=Type%20Something%20 */

/*
  _____             _        ______                   
 |  __ \           | |      |  ____|                  
 | |__) |   _ _ __ | |_ ___ | |__ ___  _ __ _ __ ___  
 |  ___/ | | | '_ \| __/ _ \|  __/ _ \| '__| '_ ` _ \ 
 | |   | |_| | | | | || (_) | | | (_) | |  | | | | | |
 |_|    \__,_|_| |_|\__\___/|_|  \___/|_|  |_| |_| |_|

*/

@font-face {
  font-family: 'vantage-icons';
  src: url('fonts/vantage-icons.eot');
  src: url('fonts/vantage-icons.eot?#iefix') format('embedded-opentype'), url('fonts/vantage-icons.woff') format('woff'), url('fonts/vantage-icons.ttf?') format('truetype'), url('fonts/vantage-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="vantage-icon-"],
[class*=" vantage-icon-"] {
  font-family: 'vantage-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, button, input, select, textarea {
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.5em;
    font-size: 13px;
}

body{
    padding: 0px;
    margin: 0px;
}

.full-container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.hgroup {
    zoom: 1;
    position: relative;
    padding-top: 25px;
    padding-bottom: 20px;
}

h1.entry-title{
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35em;
}

h4 {
    color: #3b3b3b;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 0.8em;
    margin-top: 0;
}

#header{
    min-height: 97px;
    background-color:#fff;
}

#navbar {
	z-index: 100;
    overflow: hidden;
    background-color: #df4600;
}

#navbar a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 17px 35px;
    text-decoration: none;
    font-weight: bold;
}

#navbarContent a, #navbarContent a > * {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#navbarContent > a:hover {
    background: #ffd6c3;
    color: #b23800;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

#main{
    background: #fcfcfc;
    padding: 22px;
}

#footer{
    min-height: 396px;
    background-color: #333333;
	color:#333;
}

.vantage-icon-arrow-down:before {
  content: "\e600";
}
.vantage-icon-arrow-left:before {
  content: "\e601";
}
.vantage-icon-arrow-right:before {
  content: "\e602";
}
.vantage-icon-arrow-up:before {
  content: "\e603";
}
.vantage-icon-search:before {
  content: "\e604";
}


#btnTop:hover {
    opacity: 0.8 !important;
}

#btnTop{
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    opacity: 0.2 !important;
    z-index: 500;
    background: #000000;
    padding: 20px;
    border: 0px;
    text-decoration: none;
}


#btnTop span{
    font-size: 18px;
    display: block;
    width: 18px;
    height: 18px;
    color: #ffffff;
}

.curso{
    margin: 50px 0px;
}

.titulo_curso span, .info_curso span{
    display: inline-block;
    margin: 5px 0;
    font-family: Helvetica;
    font-weight: 400;
    font-style: normal;
    color: #666666;
}

.titulo_curso{
    padding: 12px;
    background-color: #feb999;
    line-height: 1.4;
}

.info_curso{
    padding: 12px;
    background-color: #feede5;
    line-height: 1.4;
}

.strong{
    font-weight: bold !important;
}

.btnSolicitar{
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Open Sans;
    font-size: 1.15em;
    padding: 1em 2em;
    background: #e84900;
    color: #ffffff !important;
    border: 1px solid #e84900;
    border-width: 1px 0;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    text-shadow: 0 1px 0 rgba(0,0,0,0.05);
    cursor: pointer;
    float: right;
}

.btnSolicitarCentro{
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Open Sans;
    font-size: 1.15em;
    padding: 1em 2em;
    background: #e84900;
    color: #ffffff !important;
    border: 1px solid #e84900;
    border-width: 1px 0;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    text-shadow: 0 1px 0 rgba(0,0,0,0.05);
    cursor: pointer;
    display: block; 
    margin: 0 auto; 
}

.iconWhite{
    font-size: 24px;
    color: #ffffff;
    padding: 0px 15px;
}

#footerCol1{
    padding-top: 75px;
}

.divSeleccion{
    width: 50%;
    float:left;
}

.divSeleccion img{
    width: 94%;
    padding-bottom: 50px;
}

.logoKonecta{
    display: block; 
    margin: 0 auto; 
    width: 500px;
    margin-top: 50px;
    margin-bottom: 80px;
}
    
/*

  __  __   __      _       _       
 |  \/  | /_/     | |     | |      
 | \  / | ___   __| |_   _| | ___  
 | |\/| |/ _ \ / _` | | | | |/ _ \ 
 | |  | | (_) | (_| | |_| | | (_) |
 |_|  |_|\___/ \__,_|\__,_|_|\___/ 
                                   

*/

.form-group label{
    font-size: 15px;
}

.form-group label .fas{
    font-size: 12px;
}

.tooltipDetalle{
	margin-left: 5px !important;
	text-decoration: underline;
	cursor: pointer;
	color: #ff6600 !important;
}

.ui-tooltip, .arrow:after {
	background: black;
	border: 2px solid white;
}
.ui-tooltip {
	padding: 10px 20px;
	color: white;
	border-radius: 20px;
	font: 14px "Helvetica Neue", Sans-Serif;
	box-shadow: 0 0 7px black;
	white-space: pre-line;
}
.arrow {
	width: 70px;															
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;	
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}

.proviciaResaltada{
    fill: #bada55 !important;
}

/* ===============================
   AJUSTES VISUALES MODERNOS XPL
   =============================== */

/* ocultar email */
#insEmail,
#confEmail,
label[for="insEmail"],
label[for="Confirma Email"] {
    display: none !important;
}

/* inputs más modernos */
input[type="text"],
input[type="email"],
select {
    border-radius:6px;
    border:1px solid #dcdcdc;
    padding:8px 10px;
    transition:all .2s ease;
}

/* efecto focus moderno */
input:focus,
select:focus{
    border-color:#ff6a00;
    box-shadow:0 0 0 2px rgba(255,106,0,0.15);
    outline:none;
}


/* botones más modernos */
button,
.btn{
    border-radius:6px;
    transition:all .2s ease;
}


/* botón principal */
button:hover,
.btn:hover{
    transform:translateY(-1px);
    box-shadow:0 4px 10px rgba(0,0,0,0.12);
}


/* tarjetas de cursos más limpias */
.curso,
.resultado,
.boxcurso{
    border-radius:10px;
    box-shadow:0 4px 14px rgba(0,0,0,0.08);
    transition:all .2s ease;
}


/* hover cursos */
.curso:hover,
.resultado:hover,
.boxcurso:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 22px rgba(0,0,0,0.12);
}


/* popup formulario más limpio */
#cboxLoadedContent{
    border-radius:10px;
}


/* tipografía ligeramente más moderna */
body{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td,
article, aside, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, textarea, select, button {
    font-family: 'Montserrat', sans-serif !important;
}
/* ===============================
   BOTONES NARANJA XPL
   =============================== */

button,
.btn,
input[type="button"],
input[type="submit"]{
    background-color:#fd5000;
    border-color:#fd5000;
    color:#ffffff;
    border-radius:50px;
    padding:8px 16px;
    transition:all .2s ease;
}

/* hover */
button:hover,
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover{
    background-color:#e64500;
    border-color:#e64500;
    color:#ffffff;
}

/* focus */
button:focus,
.btn:focus,
input[type="button"]:focus,
input[type="submit"]:focus{
    outline:none;
    box-shadow:0 0 0 2px rgba(253,80,0,0.25);
}