/* Remplazando Bootstrap - INICIO */
.input-group .form-control, .input-group-addon, .input-group-btn {display: inline !important;}
.form-control{font-family: Helvetica,Arial,sans-serif;}
.input-group-addon, .input-group-btn {white-space: inherit !important;}
.top_nav .navbar-right {width: 100% !important;}
/* Remplazando Bootstrap - FIN */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* RESET CSS ____*/

.groupFilter label{
    display: inline-flex;
    cursor: pointer;
    transition: .15s ease-in-out all;
}

dt{  cursor: pointer; }

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;background: transparent;}
body{
    background-color: #fff;
    font-family: pt-sans-pro, sans-serif;
    font-weight: normal;
    transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none;
    -moz-osx-font-smoothing: grayscale;
}

body * {
    -webkit-font-smoothing:antialiased !important;
    -moz-font-smoothing:antialiased !important;
    text-rendering:optimizeLegibility;
}

article, aside, figure, footer, header, hgroup, nav, section {display: block;}
header,footer,section,main{}
/* img,object,embed {max-width: 100%;} */
ul {list-style: none;}
blockquote, q {font-size: 1em; margin: 0 0 24px; quotes: none;}
blockquote p{background-color: #eef1f3; padding: 10px;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
a {margin: 0; padding: 0; vertical-align: baseline; background: transparent;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}
table {/*border-collapse: collapse;*/ border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}
hr {background-color: #fff; display: block; float: left; height: 1px; border: 0; border-top: 1px solid #ced4da; margin: 10px 0; padding: 0; width: 100%;}
hr.sep-jugadores{border-color: #ced4da; margin: 20px 0;}
input, select {vertical-align: middle;}
pre {white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word;}
input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}
select, input, textarea {font: 99% sans-serif;}
table {font-size: inherit; font: 100%;}
a:hover, a:active {outline: none;}
small {font-size: 85%;}
strong, th {font-weight: 700;}
td, td img {vertical-align: top;}
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
strong,span{font-size: 100%;}
code, pre, kbd, samp {font-family: monospace, sans-serif;}

*{
  /*font-size: 14px;*/
  min-height: 0;
  min-width: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

select:focus {outline:none;}
select::-moz-focus-inner {border:0;}

/* IMAGES ALIGN ______*/
img.alignleft{
  float: left;
  margin: 0 20px 0 0 !important;
}
img.aligncenter{
  text-align: center;
  margin: 0 auto  !important;
}
img.alignright{
  float: right;
  margin: 0 0 0 20px  !important;
}

figure{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden;
}

img{
	display: block;
	height: auto;
	width: 100%;
}
a img{border:0;}

/* HYPERLINKS ____*/
a{
  color: #339af0;
  text-decoration: none !important;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  outline: none;
}
a.svg{
  position: relative;
  display: inline-block;
  width: 100%;
}
a.svg:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}
a:hover{color: #82c91e;}

/* PARAGRAPH ____*/
p{color: #fff; font-family: pt-sans-pro, sans-serif; font-size: 1.2em; margin: 1.6em 0; letter-spacing: .5px;}
/* SELECTION ____*/
::selection{ /* Code for Firefox */
  background: #99a1a7;
  color: #fff;
  text-shadow: none;
}
::-moz-selection{ /* Code for Firefox */
  background: #99a1a7;
  color: #fff;
  text-shadow: none;
}

.last{margin: 0;}
.nopadding{padding: 0 !important;}
.nomargin{margin: 0 !important;}

/* START Layout ____*/
.container{
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  /*max-width: 1260px;*/
  max-width: 1140px;
  min-width: 700px;
  width: 95%;
}
.row{
  margin-left: -15px;
  margin-right: -15px;
  overflow: auto;
}
.overflow-auto{overflow: auto;}
.overflow-hidden{overflow: hidden;}
.overflow-visible{overflow: visible;}
.col, .col-xs-1, .col-sm-1, .col-sm-1-5, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col, .col-sm-1, .col-sm-1-5, .col-sm-2, .col-sm-2-5, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}
.col-sm-12 {
  width: 100%;
}
.col-sm-11 {
  width: 91.66666667%;
}
.col-sm-10 {
  width: 83.33333333%;
}
.col-sm-9 {
  width: 75%;
}
.col-sm-8 {
  width: 66.66666667%;
}
.col-sm-7 {
  width: 58.33333333%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-5 {
  width: 41.66666667%;
}
.col-sm-4 {
  width: 33.33333333%;
}
.col-sm-3 {
  width: 25%;
}
.col-sm-2-5 {
  width: 20%;
}

.col-sm-2 {
  width: 16.66666667%;
}
.col-sm-1-5 {
  width: 10%;
}
.col-sm-1 {
  width: 8.33333333%;
}
.col-sepV{margin: 5px 0;}

.row-eq-height{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.only-desk{display: block !important;}
.only-movil{display: none !important;}

/* BOTONES Style */
button, .btn, .btn-Green, .btn-Yellow, .btn-Orange, .btn-Red, .btn-Purple, .btn-Facebook, .btn-Twitter, .btn-YouTube, .btn-Pink{
  -moz-appearance: none;
  -moz-user-select: none;
  background-color: #202f3b;
  border: 2px solid #d11242;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: pt-sans-pro, sans-serif;
  font-style: italic;
  font-weight: 700 !important;
  font-size: 1.1em;
  margin: 0 0 20px;
  padding: 10px 35px;
  text-align: center;
  text-decoration: none;
 
  transition: .15s ease-in-out all;
  vertical-align: middle;
  width: auto;
}
.btn:hover{background-color: #202f3b;}
.btn-Red{background-color:#e1313b;}
.btn-Red:hover{background-color:#aa161d; color: #fff;}
.btn-Pink{background-color:#e7244c;}
.btn-Pink:hover{background-color:#b91838; color: #fff;}
.btn-Gray{background-color:#868e96;}
.btn-Gray:hover{background-color:#868e96; color: #fff;}
.btn-Yellow{background-color:#ffc44d;color:#fff;}
.btn-Yellow:hover{background-color:#876209;color:#fff}
.btn-Green{background-color:#16a085;}
.btn-Green:hover{color:#fff; background-color:#a5c516}
.btn-Orange{background-color:#ff922b;}
.btn-Orange:hover{background-color:#f76707; color: #fff;}
.btn-Purple{background-color:#df0a96;}
.btn-Purple:hover{background-color:#f52bb0}
.btn-Cyan{background-color:#4dadf7;}
.btn-Cyan:hover{background-color:#3796df; color: #fff;}
.btn-Blue{background-color:#1d3a7a;}
.btn-Blue:hover{background-color:#142f68; color: #fff;}

.btn-reserva{
	background-color: #3265b8;
	margin: 20px 0;
}
.btn-reserva:hover{background-color: #c30b24; color: #fff;}

/* S ____ */
h1, h2, h3, h4, h5, h6 {color: #1a242d; font-family: pt-sans-pro, sans-serif; font-weight: 900; line-height: 1.2em; margin: .4em 0;}

h1{font-size: 3.8em;}
h2{font-size: 3.0em;}
h3{font-size: 2.2em;}
h4{font-size: 1.6em;}
h5{font-size: 1.2em;}
h6{font-size: 1em;}


/* TITLES */
hgroup{
	margin: 20px 0 40px;
}
hgroup.center{
	text-align: center;
}
	hgroup h1{position: relative;}
	hgroup h1::after{
		background-color: #d11242;
		border-radius: 4px;
		bottom: -5px;
		content: '';
		height: 4px;
		left: 0;
		position: absolute;
		width: 100px;
	}
	hgroup.center h1::after{
		margin-left: -50px;
		left: 50%;
	}
	hgroup h3{
		color: #fff;
		font-family: pt-sans-pro, sans-serif;
		font-weight: 900;
		font-style: normal;
		display: inline-block;
		position: relative;
		text-transform: uppercase;
	}
	hgroup h3 small{
		color: #fff;
		background: #d11242;
		padding: 2px 5px;
	}
	
	hgroup h3::after{
		background-color: #d11242;
		border-radius: 4px;
		bottom: -10px;
		content: '';
		height: 4px;
		left: 50%;
		position: absolute;
		margin-left: -50px;
		width: 100px;
	}
	hgroup h4{
		color: #fff;
		font-size: 2.8em;
		font-style: normal;
		font-weight: 600;
	}
	hgroup p{color: #202f3b; font-size: 1.2em; margin: 0.4em 0;}


/* HEADER ____*/
header{
	background: rgba(255, 255, 255, 0.8);
	
	background: rgba(19,28,35,0.82);
	background: -moz-linear-gradient(top, rgba(19,28,35,0.82) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,28,35,0.82)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(19,28,35,0.82) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(19,28,35,0.82) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(19,28,35,0.82) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(19,28,35,0.82) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131c23', endColorstr='#ffffff', GradientType=0 );
	
	float: left;
	position: absolute;
	width: 100%;
	z-index: 2;
}
		
	nav.navbar{
		background-color: transparent !important;
		border: none !important;
		float: left;
		margin: 0;
		min-height: auto;
		width: 100%;
	}
	nav.navbar.navbar-menu{background-color: #eaedf0 !important;}
	.navbar-fixed-top, .navbar-fixed-bottom{position: relative !important;}
		.navbar-header{
			padding: 0;
			width: 100%;
		}
	header a.logo{
		height: 65px;
		margin: 25px 0;
		opacity: 1;
		padding: 0;
		transition: .15s ease-in-out all;
		width: 250px;
	}
		header a.logo img{transition: .15s ease-in-out all;}
	    header a.logo img:hover{transform: scale(1.1);}
		
		header a.logo figure{border-radius: 0px;overflow: visible;}
	/*
	header a.logo::after{
		position: absolute;
		height: 30px;
		top: 24px;
		content: '';
		background : url('https://www.chilenonorteamericano.cl/wp-content/themes/ICHN/images/ichn75anos.svg') no-repeat;
		right: -90px;
		width: 70px;
	}
	/*header a.logo::after{
		background : url('https://www.chilenonorteamericano.cl/wp-content/themes/ICHN/images/cyber/empresa-oficial-cyber-2022.png') no-repeat;
		background-size: 60px;
		content: '';
		position: absolute;
		height: 60px;
		top: 5px;
		right: -75px;
		width: 60px;
	}
	header a.logo::after{
		background : url('https://www.chilenonorteamericano.cl/wp-content/themes/ICHN/images/cyber/empresa-oficial-blackfriday-2022.png') no-repeat;
		background-size: 65px;
		content: '';
		position: absolute;
		height: 65px;
		top: 5px;
		right: -85px;
		width: 65px;
	}*/

#red-alert{
	background-color: #d11242;
	text-align: center;
	float: left;
	padding: 4px;
	width: 100%;
}
	#red-alert p{
		color: #fff;
		font-family: pt-sans-pro, sans-serif;
		font-size: 1.1em;
		font-weight: 600;
		font-style: normal;
		margin: 6px 0;
	}
	#red-alert p a{color: #fff; font-weight: 700; text-decoration: underline !important;}


/* WRAP Content ___*/
#wrap{
  background-color: #fff;
  float: left;
  padding: 40px 0;
  width: 100%;
}
#wrap.blog-detail{background-color: #344858;padding: 130px 0 60px;}
#wrap.blue{background-color: #1a242d}
#wrap.gray{background-color: #f1f3f5}
#wrap.darkgray{background-color: #343a40}
#wrap.black{background-color: #212529}
#wrap.red{background-color: #d11242}
	#wrap.red h3{color: #fff}

#wrap.video{padding: 60px 0;}
#wrap.big-info{}
	#wrap.big-info p{
		color: #1a242d;
		font-size: 1.4em;
		font-weight: 700;
	}
	#wrap.big-info p a{font-weight: 700;}

#wrap h1{}
#wrap.page h1{font-size: 3.6em; margin-bottom: 20px; position: relative;}

#wrap.memoria{}
	#wrap.memoria h3{
		font-size: 1.3em;
		font-weight: 700;
		text-align: center;
	}
	
	#wrap.memoria img{
		border-radius: 20px;
		transition: .15s ease-in-out all;
	}
		#wrap.memoria img:hover{
			box-shadow: 0 0 20px rgba(0,0,0,.4);
			transform: scale(1.05);
		}
	
	#wrap.memoria ul{
		
	}
	#wrap.memoria ul li{
		background-color: #fff;
		border-radius: 20px;
		color: #656565;
		float: left;
		list-style: none;
		margin: 20px 20px;
		padding: 40px;
		transition: .15s ease-in-out all;
		width: calc(33.333% - 40px);
	}
		#wrap.memoria ul li:hover{
			box-shadow: 0 0 20px rgba(0,0,0,.4);
			transform: scale(1.05);
		}

/* Content */
.content{
  margin: 0 auto;
  //overflow-y: hidden; // hide vertical
  width: 100%;
}

.event-info{
	color: #fff;
}
	.event-info .data-info{
		border: 2px dashed #fff;
		border-radius: 10px;
		float: left;
		margin-bottom: 40px;
		padding: 5px 20px;
		width: 100%;
	}
	.event-info .encuesta{
		//border: 2px dashed #fff;
		border-radius: 10px;
		float: left;
		margin-bottom: 40px;
		padding: 5px 20px 20px;
		width: 100%;
	}
		.event-info .encuesta hgroup {
			margin: 20px 0;
		}
		.event-info .encuesta i{
			color: #82c91e;
			float: left;
			font-size: 3em;
			margin-right: 15px;
		}
		.event-info .encuesta  h5{
			color: #fff;font-size: 1.4em;line-height: 1.0em;margin: 0;
		}
		.event-info .encuesta > span{
			font-size: 1.2em;
			color: #82c91e;
		}
		
		.encuesta form.wpcf7-form{
			
		}
		
		
	.event-info h4{
		color: #fff;
		position: relative;
		margin: 1.0em 0 1.0em;
	}
	.event-info h4::after {
		background-color: #d11242;
		border-radius: 4px;
		bottom: -5px;
		content: '';
		height: 4px;
		left: 0;
		position: absolute;
		width: 40px;
	}
	.event-info p{
		margin: .6em 0;
	}

#wrap.event-gallery{
	background-color: #fff;
	float: left;
	padding: 0;
	width: 100%;
}
	.event-gallery ul{
		float: left;
		margin: 0;
		padding: 0;
		width: 100%;
	}
		.event-gallery ul li{
			background-color: #fff;
			float: left;
			list-style: none;
			margin: 0;
			padding: 6px;
			width: 20%;
		}
			.event-gallery ul li a{
				float: left;
				width: 100%;
			}

/* PAGE */
.page{}
#wrap.page.gray{background-color: #f4f5fb; padding: 60px 0;}
.page .page-post-gallery{float: right; margin: 0 0 20px 20px; width: 500px;}
	
	.post-thumb{
		background-color: #f1f3f5;
		-webkit-border-radius: 20px;
		-webkit-border-top-right-radius: 100px;
		-moz-border-radius: 20px;
		-moz-border-radius-topright: 100px;
		border-radius: 20px;
		border-top-right-radius: 100px;
		display: inline-block;
		margin: 20px auto 0;
		padding: 20px;
		transition: .15s ease-in-out all;
	}
		.post-thumb figure img{
			-webkit-border-radius: 20px;
			-webkit-border-top-right-radius: 80px;
			-moz-border-radius: 20px;
			-moz-border-radius-topright: 80px;
			border-radius: 20px;
			border-top-right-radius: 80px;
			transition: .15s ease-in-out all;
		}
		.post-thumb:hover figure img{
			transform: scale(1.05)
		}
	
	.featured-pagepost{
		background-color: #303e8b;
		float: left;
		position: relative;
		width: 100%;
	}
		.featured-pagepost img{opacity: .8; width: 100%;}

	/* TABLE STYLE */
    #wrap table{
		background: #fff;
		border: 20px solid #fff;
    		border-spacing: 0 0;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
			overflow: hidden;
    		margin: 15px 0 40px;
    		width: 100%;
  		}	
      #wrap tr{background-color: #fcfcfc; transition: .15s ease-in-out all;}
      #wrap tr:nth-child(2n+2){background-color: #f1f3f5;}
        #wrap tr:hover{background-color: #f1f3f5;}
  		#wrap thead th,
  		#wrap thead td,
  		#wrap th{
  			background: #1a242d;
  			border-right: 1px solid #fff;
  			color: #fff;
  			font-family: pt-sans-pro, sans-serif;
			  font-size: 1.4em;
			  font-weight: 700;
        padding: 15px;
  			text-align: left;
  			text-transform: uppercase;
  			vertical-align: middle;
  		}
  		  #wrap thead th:first-child,
  			#wrap thead td:first-child,
  			#wrap th:first-child{
	  			
  			}
  			#wrap thead th:last-child,
  			#wrap thead td:last-child,
  			#wrap th:last-child{
  			}
			#wrap thead th p,
		    #wrap th p{
				color: #fff;
				font-size: 1em;
				margin: 0;
			}
			  
  		#wrap td{
  			background: transparent;
  			border-right: 1px solid #fff;
  			color: #404040;
  			font-family: pt-sans-pro, sans-serif;
			font-size: 1em;
  			padding: 15px 15px;
  			text-align: left;
  			transition: .15s ease-in-out all;
			  vertical-align: middle;
  		}
  		#wrap td img{
  			clear: both !important;
  			margin: 0; border: 0; padding: 0;
  			text-align: center;			
  		} */
		  

/* CURSOS */
#wrap.info-cursos{}
	#wrap.info-cursos .foto figure{
		background-color: #f1f3f5;
		-webkit-border-radius: 20px;
		-webkit-border-top-right-radius: 100px;
		-moz-border-radius: 20px;
		-moz-border-radius-topright: 100px;
		border-radius: 20px;
		border-top-right-radius: 100px;
		display: inline-block;
		margin: 0 auto;
		padding: 20px;
		transition: .15s ease-in-out all;
	}
		#wrap.info-cursos .foto figure img{
			-webkit-border-radius: 20px;
			-webkit-border-top-right-radius: 80px;
			-moz-border-radius: 20px;
			-moz-border-radius-topright: 80px;
			border-radius: 20px;
			border-top-right-radius: 80px;
			transition: .15s ease-in-out all;
		}
		#wrap.info-cursos .foto:hover figure img{
			transform: scale(1.05)
		}
	#wrap.info-cursos .foto .comprar-curso{
		background-color: #82c91e;
		border-radius: 10px;
		color: #fff;
		font-size: 1.2em;
		padding: 12px 0;
		width: 100%;
	}
		#wrap.info-cursos .foto .comprar-curso:hover{background-color: #1a242d;}
		
		#wrap.info-cursos .descripcion{}
			#wrap.info-cursos .descripcion h1{
				font-size: 2.4em;
				line-height: 1.6em;
				margin: 0 0 1.0em;
				position: relative;
			}
				#wrap.info-cursos .descripcion h1 strong{
					font-size: 2.2em;
					font-style: normal;
					font-weight: 900;
				}
			#wrap.info-cursos .descripcion h1::after{
				background-color: #d11242;
				border-radius: 4px;
				bottom: -5px;
				content: '';
				height: 4px;
				left: 0;
				position: absolute;
				width: 100px;
			}
			#wrap.info-cursos .descripcion h5{
				font-size: 1.3em;
				font-weight: 600;
			}
			#wrap.info-cursos .descripcion i{color: #d11242;}
			
			#wrap.info-cursos .descripcion .edades{
				background-color: #82c91e;
				border-radius: 50px;
				color: #fff;
				display: inline-block;
				font-size: 1.2em;
				font-family: pt-sans-pro, sans-serif;
				font-weight: 600;
				font-style: italic;
				margin: 0 0 10px;
				padding: 10px 20px;
			}
		

#wrap.listados-cursos{
	background-color: #1a242d;
	padding: 60px 0;
}
	#wrap.listados-cursos hgroup{margin: 0 0 20px;}
		#wrap.listados-cursos hgroup h4{
			color: #fff;
			font-size: 3.6em;
			font-style: normal;
			font-weight: 600;
		}
			#wrap.listados-cursos hgroup h4 em{
				color: #d11242;
				font-size: 1em;
				font-style: normal;
				font-weight: 700;
			}
	#wrap.listados-cursos ul{}
		#wrap.listados-cursos .cursos > ul > li{
			background-color: #fff;
			border-radius: 20px;
			box-shadow: 0 0 20px transparent;
			float: left;
			list-style: none !important;
			margin: 30px 0;
			padding: 40px 50px 30px;
			position: relative;
			transition: .15s ease-in-out all;
			width: 100%;
			z-index: 2;
		}
		#wrap.listados-cursos ul li a{float: left;padding: 20px;}
			
				
			#wrap.listados-cursos ul li .curso-info{
				text-align: center;
				transition: .15s ease-in-out all;
				width: 100%;
			}
				#wrap.listados-cursos ul li .curso-info figure{
					background-color: #000;
					-webkit-border-top-left-radius: 20px;
					-webkit-border-bottom-left-radius: 20px;
					-moz-border-radius-topleft: 20px;
					-moz-border-radius-bottomleft: 20px;
					border-top-left-radius: 20px;
					border-bottom-left-radius: 20px;
					float: left;
					height: 85%;
					left: -250px;
					overflow: hidden;
					position: absolute;
					transition: .15s ease-in-out all;
					width: 250px;
					z-index: 1;
				}
					#wrap.listados-cursos ul li .curso-info figure img{
						height: 110%;
						max-width: initial;
						opacity: .7;
						transition: .15s ease-in-out all;
						width: auto;
					}
				
				#wrap.listados-cursos ul li .curso-info h4{
					font-size: 2.2em;
					font-style: normal;
					font-weight: 400;
					line-height: 1.2em;
					margin: 0;
					text-align: left;
				}
				#wrap.listados-cursos ul li .curso-info h4 strong{
					font-size: 1.6em;
					font-style: normal;
					font-weight: 900;
					margin: .1em 0 .2em;
					text-align: left;
				}
				#wrap.listados-cursos ul li .curso-info h5{
					color: #d11242;
					font-size: 1.8em;
					font-style: normal;
					font-weight: 400;
					line-height: 1.2em;
					margin: 0;
					text-align: left;
				}
				
				#wrap.listados-cursos ul li .curso-info .inicio-clases{
					background-color: transparent;
					border-radius: 0px;
					color: #868e96;
					font-family: pt-sans-pro, sans-serif;
					font-size: 1.1em;
					font-style: italic;
					font-weight: 600;
					margin: 20px 0;
					padding: 0;
					text-align: left;
					width: 100%;
				}
				
				#wrap.listados-cursos ul li .curso-info p{
					color: #000000;
					font-family: pt-sans-pro, sans-serif;
					font-size: 1.0em;
					margin: 1.4em 0;
					letter-spacing: .5px;
					line-height: 1.2em;
					text-align: justify;
				}
				
				#wrap.listados-cursos ul li .curso-info .caracteristicas-curso{
					background-color: #e9ecef;
					border-radius: 8px;
					margin: 20px 0;
					padding: 20px;
				}
					#wrap.listados-cursos ul li .curso-info .caracteristicas-curso ul{
						columns: 3;
						-webkit-columns: 3;
						-moz-columns: 3;
						padding: 0;
					}
					#wrap.listados-cursos ul li .curso-info .caracteristicas-curso ul li{
						font-size: .9em;
						list-style: none;
						margin: 0 0 18px;
						text-align: left;
					}
						#wrap.listados-cursos ul li .curso-info .caracteristicas-curso ul li i{margin-right: 5px;}
				
				#wrap.listados-cursos ul li .curso-info .enlace{
					background-color: #1a242d;
					border-radius: 50px;
					color: #fff;
					cursor: pointer;
					display: inline-block;
					float: none;
					font-size: 1.2em;
					font-family: pt-sans-pro, sans-serif;
					font-weight: 600;
					font-style: italic;
					margin: 10px 5px;
					padding: 10px 20px;
					transition: .15s ease-in-out all;
				}
					#wrap.listados-cursos ul li .curso-info .buy{background-color: #82c91e;}

		#wrap.listados-cursos .cursos > ul > li:hover{
			box-shadow: 0 0 20px rgba(0,0,0,.4);
			transform: scale(1.05)
		}
		#wrap.listados-cursos ul li:hover figure{
			transform: scale(1.05)
		}
		#wrap.listados-cursos ul li:hover .curso-info figure img{
			opacity: 1;
		}
		#wrap.listados-cursos ul li .curso-info .enlace.matricula:hover,
		#wrap.listados-cursos ul li .curso-info .enlace.buy:hover{
			background-color: #d11242;
		}

/* SINGLE */
#wrap.curso-detail{padding: 100px 0;}
	.curso-detail h1{
		margin: 0 0 10px;
	}
	.curso-detail h3{
		font-size: 2.4em;
	}
	.curso-detail h4{
		font-weight: 600;
		margin: 0;
	}
	.curso-detail .age{
		color: #1a242d;
		font-size: 1.6em;
		font-style: italic;
		font-weight: 600;
	}
		.curso-detail .age strong{font-weight: 700}
	.curso-detail .modulos{
		background-color: #e9ecef;
		border-radius: 50px;
		color: #1a242d;
		display: inline-block;
		font-size: 1.3em;
		font-style: italic;
		font-weight: 600;
		padding: 10px 20px;
		width: auto;
	}
	.curso-detail .age{
		background-color: #e9ecef;
		border-radius: 50px;
		color: #1a242d;
		display: inline-block;
		font-size: 1.3em;
		font-style: italic;
		font-weight: 600;
		padding: 10px 20px;
		width: auto;
	}
	.curso-detail .date-start{
		background-color: transparent;
		border-radius: 0px;
		color: #868e96;
		font-size: 1.1em;
		font-style: italic;
		font-weight: 600;
		margin: 20px 0;
		padding: 0;
		text-align: left;
		width: 100%;
	}
	
	.curso-detail .caracteristicas-curso{
		background-color: #e9ecef;
		border-radius: 8px;
		margin: 40px 0;
		padding: 20px;
	}
		.curso-detail .caracteristicas-curso ul{
			columns: 2;
			-webkit-columns: 2;
			-moz-columns: 2;
			padding: 0;
		}
		.curso-detail .caracteristicas-curso ul li{
			font-size: 1.0em;
			list-style: none;
			margin: 0 0 18px;
		}
			.curso-detail .caracteristicas-curso ul li i{margin-right: 5px;}
	
	.curso-detail .valoraciones{
		border-top: 1px solid #ced4da;
		float: left;
		margin: 40px 0 0;
		padding-top: 40px ;
		width: 100%;
	}
		.curso-detail .valoraciones h4{
			color: #000;
			float: left;
			font-size: 2em;
			font-style: italic;
			font-weight: 800;
			margin: 0 0 20px;
			text-decoration: underline;
			width: 100%;
		}
		.curso-detail .valoraciones ul{
			float: left;
			padding: 0;
			width: 100%;
		}
			.curso-detail .valoraciones ul li{
				background-color: #f8f9fa;
				border-radius: 20px;
				float: left;
				list-style: none;
				margin: 0 0 40px;
				padding: 20px;
				width: 100%;
			}
			.curso-detail .valoraciones ul li:last-child{
				border: none;
				margin: 0;
			}
				.curso-detail .valoraciones ul li .content-valor{
					float: left;
					width: 100%;
				}
					.curso-detail .valoraciones ul li .content-valor strong{
						margin-bottom: 20px;
						float: left;
						font-size: 1.2em;
					}
					.curso-detail .valoraciones ul li .content-valor p{
						float: left;
						font-size: .9em;
						margin: 10px 0;
						width: 100%;
					}


.entry-content ul{
	background-color: #f1f3f5;
	-webkit-border-radius: 20px;
	-webkit-border-top-right-radius: 100px;
	-moz-border-radius: 20px;
	-moz-border-radius-topright: 100px;
	border-radius: 20px;
	border-top-right-radius: 100px;
	margin: 40px auto;
	padding: 20px;
}
	.entry-content ul li{
		font-family: pt-sans-pro, sans-serif;
		font-size: 1.1em;
		margin: 1.4em 20px;
	}
	
	.entry-content h3{
		background: #d11242;
		color: #fff;
		display: inline-block;
		padding: 2px 5px;
	}

/* EDUCATION USA */
.afiche-edusa{
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px #f1f3f5;
	margin: 40px 0;
	padding: 10px;
	transition: .15s ease-in-out all;
}
	.afiche-edusa img{
		border-radius: 20px;
	}
	
	.afiche-edusa:hover{
		border: 1px solid #82c91e;
		box-shadow: 0 0 20px #82c91e;
		transform: scale(1.05);
	}

.matriculate{}
	.matriculate h4{
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		font-size: 2.2em;
		font-weight: 700;
		line-height: .8em;
		margin: 0 20px 0;
		padding: 15px 0;
		position: relative;
		text-align: center;
		width: calc(100% - 40px)
	}
	.matriculate h4 small{color: #fff; font-size: 60%;}
	.matriculate .valores{
		background-color: #1a242d;
		border-radius: 10px;
		color: #fff;
		margin-bottom: 40px;
		padding: 10px 20px;
		position: relative;
		text-align: center;
	}
	.matriculate .valores.dcto{padding-top: 60px; position: relative;}
		.matriculate .valores.dcto .globo{
			background-color: #1a242d;
			border: 3px solid #fff;
			border-radius: 50%;
			color: #fff;
			height: 100px;
			right: 35%;
			padding-top: 25px;
			position: absolute;
			text-align: center;
			transition: .15s ease-in-out all;
			top: -50px;
			width: 100px;
		}
			.matriculate .valores.dcto .globo .num{
				color: #82c91e;
				font-size: 4em;
				font-style: italic;
				font-weight: 800;
				line-height: .4em;
				width: 100%;
			}
				.matriculate .valores.dcto .globo .num small{font-size: 40%;}
			.matriculate .valores.dcto .globo .off{
				font-size: 2em;
				font-style: italic;
				font-weight: 800;
				line-height: 1em;
				width: 100%;
			}
			.matriculate .valores.dcto:hover .globo{
				background-color: #000d28;
				box-shadow: 0 0 40px #008aff;
			}
	
	
		.matriculate .valores .cuotas{
			font-size: 1.4em;
			font-style: italic;
			font-weight: 700;
		}
		.matriculate .valores .valor-cuotas{
			font-size: 4.8em;
			font-style: italic;
			font-weight: 700;
			line-height: 1em;
		}
		.matriculate .valores .valor-total{
			background-color: #d11242;
			font-size: 2.6em;
			font-style: italic;
			font-weight: 600;
			margin: 10px 0 0;
		}
		.matriculate .valores .valor-oferta{
			font-size: 1.2em;
			font-style: italic;
			font-weight: 400;
			margin: 10px 0;
		}
		.matriculate .valores .valor-antes{
			font-size: 1.6em;
			font-style: italic;
			font-weight: 700;
			text-decoration: line-through;
		}
		.matriculate .valores .valor-antes.normal{text-decoration: none;}
		
		
	.matriculate .tyc{
		float: left;
		width: 100%;
	}
		.matriculate .tyc a{
			color: #1a242d;
			padding: 30px 0;
			display: inline-block;
			text-align: center;
			width: 100%;
	}
			.matriculate .tyc a:hover{color: #d11242;}
		.matriculate .tyc p{font-size: .8em;}
	
	.wpcf7{
		//background-color: #ffffff;
		border-radius: 6px;
		//box-shadow: 0 0 20px rgba(0,0,0,.3);
		display: block;
		text-align: center;
		transition: .15s ease-in-out all;
	}
	.wpcf7:hover, .wpcf7:active{
		//box-shadow: 0 0 20px rgba(0,0,0,.5);
	}
	
	.matriculate .btn{
		background-color: #adb5bd;
		border-radius: 10px;
		font-size: 1.2em;
		font-style: italic;
		font-weight: 600;
		display: inline-block;
		margin: 10px 0;
		text-align: center;
		width: calc(50% - 2px);
	}
	.matriculate .btn:hover{
		background-color: #1a242d;
		color: #fff;
	}
	.ancla-inscripcion{
		bottom: 0;
		cursor: pointer;
		display: inline-block;
		font-size: 2em;
		font-style: italic;
		left: 0;
		position: fixed;
		text-align: center;
		transition: .15s ease-in-out all;
		width: 100%;
		z-index: 9999;
	}
		.ancla-inscripcion h4{
			background-color: #82c91e;
			color: #fff;
			font-size: 1em;
			line-height: .8em;
			margin: 0;
			padding: .8em 0 .6em;
		}
		.ancla-inscripcion h4 small{color: #fff; font-size: 60%;}

	.form-curso h4{
		background-color: #82c91e;
		color: #fff;
	}

/* LISTADOS */
ol{margin: 10px 0; padding: 0 20px; }
ul{margin: 10px 0; padding: 0 20px; }
	ol li{
		color: #000;
		font-family: pt-sans-pro, sans-serif;
		font-size: 1.1em;
		font-weight: 400;
		line-height: 1.1em;
	}
	ul li{
		color: #000;
		font-family: pt-sans-pro, sans-serif;
		font-size: 1.1em;
		font-weight: 400;
		list-style: square;
		margin: 20px 0;		
		line-height: 1.1em;
	}
	ul li strong{font-weight: 600;}

#wrap.slogan{
	background-color: #000d28;
	background-image: url(../images/ichn-pattern.png);
	background-repeat: repeat;
	margin-bottom: -4px;
	padding-bottom: 0;
}

#wrap.precios{
	background-color: #fff;
	background-image: url(../images/ichn-pattern.png);
	background-repeat: repeat;
	padding: 60px 0;
}
	#wrap.precios .cuotas{
		float: left;
		margin: 0 20px;
		width: 200px;
	}
	#wrap.precios .pagos{
		float: left;
		margin: 14px 20px;
		width: calc(100% - 280px);
	}

	
/* NAV TABS */
ul.nav-tabs{
	background-color: #fff;
	border: 0px;
	margin: 0 0 1px;
	padding: 0;
	width: 100%;
}
	ul.nav-tabs > li{}
		ul.nav-tabs > li > a{
			background-color: #fff;
			border: none;
			-webkit-border-top-left-radius: 20px;
			-webkit-border-top-right-radius: 20px;
			-moz-border-radius-topleft: 20px;
			-moz-border-radius-topright: 20px;
			border-top-left-radius: 20px;
			border-top-right-radius: 20px;
			color: #868e96;
			font-family: pt-sans-pro, sans-serif;
			font-size: 1.2em;
			font-weight: 700;
			margin: 0;
			padding: 20px 40px;
			transition: .15s ease-in-out all;
		}
		ul.nav-tabs > li > a:hover{
			background-color: #f1f3f5;
			/*border-bottom: 2px solid #3265b8;*/
		}
		ul.nav-tabs > li.active > a,
		ul.nav-tabs > li.active > a:hover{
			background-color: #82c91e;
			border: none;
			/*border-bottom: 2px solid #3265b8;*/
			color: #fff;
		}
		
.tab-content{
	background-color: #fff;
	margin: 0 0 40px;
	width: 100%;
}	
	.panel.FAQ-block{}
		.panel.FAQ-block h4{}
				.panel.FAQ-block h4 a{
					color: #1a242d;
					display: block;
					padding-right: 20px;
					width: 100%;
				}
					.panel.FAQ-block i{float: right;}
		
		.panel.FAQ-block .panel-body{border-top: 1px solid #eeeff5;}

/* CURSO EMPRESAS */
#cursos-tab-content{
	padding: 20px;
	border: 2px solid #ced4da;
	-webkit-border-radius: 20px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 20px;
	-moz-border-radius-topleft: 0;
	border-radius: 20px;
	border-top-left-radius: 0;
	float: left;
	width: 100%;
}

#cursos-tab-content .btn-nivel {
	background-color: #82c91e;
	border-radius: 20px;
	font-family: pt-sans-pro, sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	display: inline-block;
	margin: 10px 6px 0;
	padding: 14px 15px;
	position: relative;
	text-transform: uppercase;
	width: calc(50% - 14px);
}

#cursos-tab-content .btn-nivel.collapsed {
	background-color: #adb5bd;
	color: #fff;
	transition: .1s ease-in-out all
}

#cursos-tab-content .btn-nivel.collapsed:hover {}

#cursos-tab-content .tab-view {
	padding: 20px 0;
	text-align: left
}

#cursos-tab-content .tab-view a{
	background-color: #adb5bd;
	border-radius: 20px;
	color: #fff;
	font-family: pt-sans-pro, sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	
	margin: 10px 6px 0;
	padding: 14px 15px;
	position: relative;
	text-transform: uppercase;
	
}
	#cursos-tab-content .tab-view a:hover{background-color: #1a242d;}


.nav-otec-inscripcion{
	float: left;
	width: 100%;
	margin: 20px 0;
}

#wrap #cursos-tab-content.tab-otec.content ul > li:before,
#wrap #cursos-tab-content.tab-otec22.content ul > li:before {
	color: #8d44af
}

#cursos-tab-content.tab-test-internacionales .tab-view h4 {
	color: #e67f22;
	font-size: 2em
}

#cursos-tab-content.tab-test-internacionales .tab-view h5 {
	color: #e67f22
}

#wrap #cursos-tab-content.tab-test-internacionales.content ul > li:before {
	color: #e67e23
}

#cursos-tab-content.tab-education-usa .tab-view h4 {
	color: #1a242d;
	font-size: 2em
}

#cursos-tab-content.tab-education-usa .tab-view h5 {
	color: #1a242d
}

#wrap #cursos-tab-content.tab-education-usa.content ul > li:before {
	color: #1a242d
}

#cursos-tab-content.tab-summer-school .tab-view h4 {
	color: #15aabf
}

#wrap #cursos-tab-content.tab-summer-school.content ul > li:before {
	color: #15aabf
}

	.call-to-action {
		text-align: center;
	}
	
		.call-to-action h5 {
			color: #fff;
			display: inline-block;
			font-size: 2.0em;
			font-weight: 600;
			padding: 8px 10px;
			text-transform: uppercase;
		}
		
		.call-to-action a {
			border: 3px solid #fff;
			border-radius: 90px;
			color: #fff;
			display: inline-block;
			font-size: 2.0em;
			padding: 8px 20px;
		}
		
		.call-to-action a:hover {
			background-color: #fff;
			border-color: #1a242d;
			color: #1a242d
		}

#wrap.curso-empresas-capacitacion{padding: 60px 0;}
#wrap.curso-empresas-clientes{padding: 20px 0 40px;}

	ul.carrusel-clientes{
		background-color: #fff;
		border-radius: 10px;
		padding: 10px 60px;
	}
	ul.carrusel-clientes .slick-prev, ul.carrusel-clientes .slick-next{top: 65%;}
		ul.carrusel-clientes li{
			margin: 0 15px;
			transition: .15s ease-in-out all;
		}
		ul.carrusel-clientes li:hover{transform: scale(1.2);}
		
/* NOSOTROS */
#wrap.big-info.nosotros{}
	#wrap.big-info.nosotros p{
		color: #000000;
		font-size: 1.15em;
		font-weight: normal;
	}

	#wrap.nosotros .sedes-contacto{}
		#wrap.nosotros .sedes-contacto .item-sede-contacto{
			margin: 20px 10px;
			padding: 20px;
			width: calc(33.333% - 20px);
		}
		
		#wrap.nosotros .sedes-contacto .item-sede-contacto .datos-sede{
			text-align: center;
		}
			#wrap.nosotros .sedes-contacto .item-sede-contacto .datos-sede .name-sede{
				margin: 0;
			}
			#wrap.nosotros .sedes-contacto .item-sede-contacto .datos-sede div{
				text-align: center;
				width: 100%;
			}
				#wrap.nosotros .sedes-contacto .item-sede-contacto .datos-sede  .fono-sede a{
					background-color: #82c91e;
					border-radius: 50px;
					color: #fff;
					display: inline-block;
					font-size: 1.2em;
					font-family: pt-sans-pro, sans-serif;
					font-weight: 600;
					font-style: italic;
					margin: 10px 0;
					padding: 10px 20px;
				}
				#wrap.nosotros .sedes-contacto .item-sede-contacto .datos-sede  .fono-sede a i{color: #fff;}
				#wrap.nosotros .sedes-contacto .item-sede-contacto .datos-sede  .fono-sede a:hover{
					background-color: #1a242d;
					color: #fff;
				}
		
		#wrap.nosotros .sedes-contacto .item-sede-contacto figure.thumb-sede{
			border-radius: 0px;
			-webkit-border-bottom-right-radius: 20px;
			-webkit-border-bottom-left-radius: 20px;
			-moz-border-radius-bottomright: 20px;
			-moz-border-radius-bottomleft: 20px;
			border-bottom-right-radius: 20px;
			border-bottom-left-radius: 20px;
			overflow: hidden;
			position: relative;
			width: 100%;
		}
			#wrap.nosotros .sedes-contacto .item-sede-contacto figure.thumb-sede img{
				display: block;
				position: relative;
				height: auto;
				width: 100%;
			}

/* CONVENIOS */
#wrap.convenios{}
	.form-contacto.contact-convenios{}
		.form-contacto.contact-convenios p{margin: 0;}
	
	.listado-convenios{
		background-color: #f1f3f5;
		border-radius: 20px;
		color: #656565;
		float: left;
		margin: 20px 0;
		padding: 20px;
		width: 100%;
	}
		.listado-convenios .convenio{
			background-color: #fff;
			border-radius: 20px;
			display: inline-block;
			margin: 6px;
			padding: 10px;
			overflow: hidden;
			vertical-align: top;
			transition: .15s ease-in-out all;
			width: calc(25% - 12px);
		}
		
		.listado-convenios .convenio:hover{
			transform: scale(1.1);
		}

/* BIBLIOTECA */
#wrap.biblioteca{}
	.biblioteca-gallery{
		float: left;
		padding: 0;
		width: 100%;
	}
		.biblioteca-gallery ul{
			float: left;
			margin: 20px 0 0;
			padding: 0;
			width: 100%;
		}
			.biblioteca-gallery ul li{
				background-color: #f1f3f5;
				border-radius: 20px;				
				display: inline-block;
				float: left;
				list-style: none;
				overflow: hidden;
				margin: 0 5px 20px;
				padding: 10px;
				transition: .15s ease-in-out all;
				width: calc(50% - 10px);
			}
				.biblioteca-gallery ul li img{
					border-radius: 20px;
					overflow: hidden;
				}
			.biblioteca-gallery ul li:first-child{
				-webkit-border-radius: 20px;
				-webkit-border-top-right-radius: 100px;
				-moz-border-radius: 20px;
				-moz-border-radius-topright: 100px;
				border-radius: 20px;
				border-top-right-radius: 100px;
				width: calc(100% - 10px);
			}
				.biblioteca-gallery ul li:first-child img{
					-webkit-border-radius: 20px;
					-webkit-border-top-right-radius: 80px;
					-moz-border-radius: 20px;
					-moz-border-radius-topright: 80px;
					border-radius: 20px;
					border-top-right-radius: 80px;
				}
			
			.biblioteca-gallery ul li:hover {
				
				box-shadow: 0 0 20px #82c91e;
				transform: scale(1.05);
			}
			
		.btn-catalogo-biblioteca{
			background-color: #82c91e;
			border-radius: 50px;
			color: #fff;
			display: inline-block;
			font-size: 1.2em;
			font-family: pt-sans-pro, sans-serif;
			font-weight: 600;
			font-style: italic;
			margin: 10px 0;
			padding: 10px 20px;
			transition: .15s ease-in-out all;
		}
			.btn-catalogo-biblioteca:hover{
				background-color: #d11242;
				color: #fff;
			}

/* CERTIFICACIONES */

.item-certificacion{
	background-color: #fff;
	border-radius: 20px;
	color: #656565;
	float: left;
	margin: 20px 0;
	padding: 40px;
	transition: .15s ease-in-out all;
	width: 100%;
}
	.item-certificacion p a{
		background-color: #1a242d;
		border-radius: 50px;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		float: none;
		font-size: 1.2em;
		font-family: pt-sans-pro, sans-serif;
		font-weight: 600;
		font-style: italic;
		margin: 0 5px;
		padding: 10px 20px;
		transition: .15s ease-in-out all;
	}

.item-certificacion:hover{
	box-shadow: 0 0 20px rgba(0,0,0,.4);
	transform: scale(1.05);
}
	.item-certificacion p a:hover{background-color: #d11242;}


/* SEDES CONTACTO */
.sedes-contacto{}

	.sedes-contacto .item-sede-contacto{
		background-color: #f1f3f5;
		border-radius: 20px;
		color: #656565;
		float: left;
		margin: 20px 0;
		padding: 20px;
		width: 100%;
	}
	
	.sedes-contacto .item-sede-contacto .datos-sede {
		float: left;
		width: 100%;
	}
	
	.sedes-contacto .item-sede-contacto .datos-sede .name-sede {
		background-color: #1a242d;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		color: #fff;
		font-family: pt-sans-pro, sans-serif;
		font-weight: 700;
		font-size: 1.6em;
		margin: 0 0 20px;
		padding: 10px 20px;
	}
	.sedes-contacto .item-sede-contacto .datos-sede .dir-sede {
		float: left;
		font-family: pt-sans-pro, sans-serif;
		font-size: 1.2em;
		font-weight: 500;
		margin: 8px 15px 20px 0
	}
	
	.sedes-contacto .item-sede-contacto .datos-sede .fono-sede {
		float: left;
		margin: 8px 0 20px
	}
	
	.sedes-contacto .item-sede-contacto .datos-sede i {
		color: #1a242d;
		margin-right: 0
	}
	
	
	.sedes-contacto .item-sede-contacto .datos-sede a {
		font-family: pt-sans-pro, sans-serif;
		font-size: 1.2em;
		font-weight: 500;
		color: #656565
	}
	
	.sedes-contacto .item-sede-contacto .datos-sede a:hover {
		color: #228ae6
	}
	.sedes-contacto .item-sede-contacto .datos-sede .horario-atencion a{font-weight: 700;}
	
	.sedes-contacto .item-sede-contacto .thumb-sede {
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		float: left;
		margin: 0;
		min-height: 200px;
		max-height: 200px;
		overflow: hidden;
		position: relative;
		width: calc(100% - 401px);
		max-width: none !important;
	}
	
		.sedes-contacto .item-sede-contacto .thumb-sede img {
			display: block;
			position: absolute;
			height: 100%;
			max-width: none !important;
			width: auto;
		}
	
	.sedes-contacto .item-sede-contacto .gmap-sede{
		float: left;
		margin: 0 0 0 1px;
		width: 400px;
	}
		.sedes-contacto .item-sede-contacto .gmap-sede iframe{
			float: left;
			height: 200px;
			margin: 0;
			width: 100%;
		}
	
	
	
	.form-contacto {
		float: right !important
	}
	
	.sedes-contacto {
		float: left !important
	}

#contact-block{
	float: left;
	padding: 20px 0;
	width: 100%;
}


/* SOCIAL BAR */
.social-bar{
	float: left;
	margin: 0;
	text-align: center;
	transition: .15s ease-in-out all;
	width: 100%;
}
header .social-bar{margin: auto; width: auto;}
	.social-bar a{
		background-color: transparent;
		color: #1a242d;
		display: inline-block;
		line-height: 1em;
		padding: 6px 3px;
		transition: .15s ease-in-out all;
		text-align: center;
		width: 34px;
	}
		.social-bar a i{color: #fff; font-size: 1.4em;transition: .15s ease-in-out all;}
		
	.social-bar a:hover{background-color: #d11242;}
	header .social-bar a:hover i{color: #fff;}

/* PARALLAX */
#parallax{background-color: #fff; float: left;height:450px;overflow:hidden;position:relative;width: 100%;}
#parallax.home{height:100%;}

#parallax.interior{height:200px;}
#parallax .cover{display:block;height:100%; position:absolute;width:100%;
	//z-index:1
}
	#parallax .cover img{opacity: 1; position:absolute;display:block;min-width:115%;min-height:115%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
	
	#parallax .block-content-parallax{
		height: 100%;
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: left;
		padding-left: 200px;
		width: 100%;
		z-index: 999;
	}
	#parallax.interior .block-content-parallax{padding: 0;}
	#parallax.interior .info-parallax{text-align: left;}
		#parallax.interior .info-parallax h1{text-transform: uppercase;}
		#parallax.interior .info-parallax h2{color: #bc9d5e; font-size: 1.4em;}

#article-list{}
	#article-list ul{
		margin: 0;
		padding: 0;
	}
		#article-list ul li{
			list-style: none;
			display: inline-block;
			vertical-align: top;
			margin: 0 10px 60px;
			float: none;
			width: calc(33.33333333% - 23px);
		}
		
		#article-list ul li:first-child{
			width: calc(66% - 23px);
		}
			#article-list ul li figure{
				border: 2px solid #e9ecef;
				-webkit-border-radius: 20px;
				-webkit-border-top-right-radius: 80px;
				-moz-border-radius: 20px;
				-moz-border-radius-topright: 80px;
				border-radius: 20px;
				border-top-right-radius: 80px;
				margin-bottom: 20px;
				text-align: center;
				overflow: hidden;
			}
				#article-list ul li figure img{
					transition: .15s ease-in-out all;
					display: inline-block;
					height: auto;
					width: 1005;
				}
			#article-list ul li .news-info{}
				#article-list ul li .news-info h2{
					font-size: 1.6em;
				}
				#article-list ul li .news-info p{
					color: #000000;
					font-family: pt-sans-pro, sans-serif;
					font-size: 1.0em;
					font-weight: 400;
					margin: 1.2em 0;
					letter-spacing: .5px;
				}
				#article-list ul li .news-info .more{
					background-color: #1a242d;
					border-radius: 50px;
					color: #fff;
					cursor: pointer;
					display: inline-block;
					float: none;
					font-size: 1.2em;
					font-family: pt-sans-pro, sans-serif;
					font-weight: 600;
					font-style: italic;
					margin: 10px 5px;
					padding: 10px 20px;
					transition: .15s ease-in-out all;
				}
					#article-list ul li:hover .news-info .more{
						background-color: #d11242;
					}
					#article-list ul li figure img:hover{transform: scale(1.1);}
	
	.news-detail{}
		.news-detail figure{border-radius: 20px;}
		.news-detail h1{
			color: #fff;
			font-size: 3.6em;
		}
		.news-detail .excerpt p{
			color: #fff;
			font-size: 1.25em;
			font-weight: 700;
			text-align: justify;
		}
		.news-detail .date{
			border-bottom: 1px solid #ced4da;
			border-top: 1px solid #ced4da;
			color: #868e96;
			padding: 15px 0;
		}
	
	.tags{
		color: #868e96;
		margin-bottom: 30px;
		margin-top: 30px;
		padding: 15px 0;
	}
	
	.news-single-lastlinks{
		margin-bottom: 30px;
		margin-top: 30px;
	}
		.news-single-lastlinks a{
			border-radius: 4px;
			color: #495057;
			padding: 10px 15px;
		}
		.news-single-lastlinks a:hover{
			background-color: #adb5bd;
			color: #fff;
		}
	
	#gallery-1.gallery{}
		#gallery-1 .gallery-item{
			float: left;
			margin: 10px;
			text-align: center;
			width: calc(25% - 20px) !important;
		}
			#gallery-1 .gallery-item img{
				border: none !important;
			}

.pagination {
	float: left;
	margin: 20px 0 0;
	text-align: center;
	width:100%
}

.pagination a, .pagination span {
	background-color: #1a242d;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: pt-sans-pro, sans-serif;
	font-weight: 400;
	margin: 0 auto;
	padding: 7px 10px;
}

.pagination a:hover {
	background-color: #d11242;
}

.pagination span {
	background-color: #adb5bd;
}

/* FOOTER ____*/
footer{
  background-color: #1a242d;
  //border-top: 1px solid #fff;
  float: left;
  color: #fff;
  margin: 0;
  padding: 40px 0;
  position: relative;
  width: 100%;
}
	footer h4{font-weight: 700;}
	footer h4,
	footer p{color: #fff;}
	footer hr{height: 0px; border-color: #6e757c;}
	footer a{color: #fff;}

	footer .footer-FAQ{padding: 40px 0 0;}
		footer .footer-FAQ a{
			background-color: #02458a;
			-webkit-border-top-left-radius: 20px;
			-webkit-border-top-right-radius: 20px;
			-moz-border-radius-topleft: 20px;
			-moz-border-radius-topright: 20px;
			border-top-left-radius: 20px;
			border-top-right-radius: 20px;
			display: inline-block;
			margin: 20px 5px 0;
			padding: 20px;
			transition: .15s ease-in-out all;
		}
			footer .footer-FAQ a:hover{
				background: #82c91e;
				color: #fff;
			}
	
	footer .terms-cond p{
		font-size: .8em;
		text-align: center;
	}
	
	footer .foot-logo{
		text-align: center;
		margin-bottom: 10px;
	}
		footer .foot-logo img{display: inline-block; max-width: 160px;}
	
	footer .venta-segura{
		text-align: right;
		margin: 0;
		padding: 40px 0 0;
	}
		footer .venta-segura h5{
			color: #fff;
			font-size: 1.1em;
			font-weight: 400;
			margin: 0 0 20px;
			text-align: left;
		}
			footer .venta-segura h5 i{color: #fff;}
		footer .venta-segura img{
			width: 200px;
		}
	footer .venta-pagos{
		background: #fff;
		border-radius: 10px;
		text-align: right;
		margin: 40px 0 0;
		padding: 10px;
	}
		footer .venta-pagos img.mercadopago{
			float: left;
			margin-right: 10px;
			width: calc(50% - 20px);
		}
		footer .venta-pagos img.webpayplus{
			float: left;
			//margin-left: 10px;
			//width: calc(50% - 20px);
			padding: 0 20px;
			margin-bottom: 10px;
			width: 100%;
		}
		footer .venta-pagos img.credito{
			width: 100%;
		}
		
	
	.footer-close{float: left; width: 100%;}
		.footer-close .credits{float: left;}
			.footer-close .credits p{
				color: #202f3b;
				font-size: .8em;
				text-align: left;
				margin: 10px 0;
				letter-spacing: 0px;
				width: 100%;
				width: 100%;
			}
		
	.footer-close .naranja{
		color: #202f3b;
		float: right;
		padding: 8px 0 0;
	}
		.footer-close .naranja p{
			color: #202f3b;
			font-size: .8em;
			font-weight: 600;
			float: left;
			letter-spacing: 0;
			margin: 0;
			padding: 2px 0;
		}
		.footer-close .naranja a{color: #000; float: left; font-weight: 600; outline: none; width: auto;}
		.footer-close .naranja a:hover{ color: orange; }
		
/* SCROLL UP */
footer .scrollup{
	background: #339af0;
	bottom: 5px;
	border-radius: 50%;
	color: #fff;
	display: none;
	font-size: 1.2em;
	height: 40px;
	left: 50%;
	opacity: 1;
	margin-left: -20px;
	padding: 8px 0 0;
	position: absolute;
	text-align: center;
	top: -20px;
	width: 40px;
	z-index: 9;
}
footer .scrollup:hover{background: #bc9d5e; color: #fff; opacity: 1;}

.ws-fixed{
	//background: #25d366;
	bottom: 30px;
	//border: 2px solid #fff;
	//border-radius: 50%;
	box-shadow: 0 0 0 #00A82D;
	height: 60px;
	font-size: 1.2em;
	right: 20px;
	line-height: 1.2em;
	position: fixed;
	//padding: 10px 8px;
	text-align: center;
	transition: 0.3s;
	z-index: 5000;
	width: 60px;
	-webkit-animation: wseffect 1s infinite;
	-moz-animation: wseffect 1s infinite;
	-ms-animation: wseffect 1s infinite;
	animation: wseffect 1s infinite;
}
	.ws-fixed i{color: #fff; font-size: 2em;}

	.ws-fixed:hover{
		//box-shadow: 0 0 10px #00A82D;
		-webkit-animation: none;
		-moz-animation: none;
		-ms-animation: none;
		animation: none;
	}
	
	.ws-fixed:hover::after{
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 0 20px rgba(52, 52, 52, 0.6);
		color: #1a242d;
		content:'¿Tienes una duda?  ¡Te respondemos en línea!';
		font-family: pt-sans-pro,sans-serif;
		font-size: .9em;
		font-weight: 600;
		right: 70px;
		top: 10px;
		padding: 6px 10px;
		position: absolute;
		width: 220px;
	}
	
@keyframes wseffect {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


.alert{font-family: 'Fira Sans', sans-serif;
font-weight: 700 !important;}
.fancybox-navigation{display: none !important;}

/* MODAL */
.modal-open .modal{
	background-color: rgba(255, 255, 255, 0.7);
	
	//align-items: center;
	//justify-content: center;
	//display: flex !important;
}
.modal-dialog{width: 800px; max-width: 100%;}

	.modal-header{
		text-align: center;
		padding: 0;
		position: relative;
	}
		.modal-header h2{
			background-color: #1a242d;
			color: #fff;
			font-size: 2.2em;
			margin: 0;
			padding: 10px;
		}
		button.close{
			position: absolute;
			right: 0px;
			font-size: 2em;
			top: 0px;
			color: #fff;
			padding: 20px;
			opacity: .8;
			text-shadow: 0 1px 0 #000;
		}
		
		
		.modal-header p{margin: 0;}
	.modal-body{
		display: flex;
		align-items: center;
	}
		.modal-body img{
			border-radius: 10px;
			overflow: hidden;
		}
		
		.modal-body a.foto-convenio{
			padding: 0;
		}
		.modal-body a.foto-convenio img{
			border-radius: 0px;
		}
		.modal-body .content-convenio{
			
		}
			.modal-body .content-convenio h5{
				margin: 20px 0;
			}
			.modal-body .content-convenio p{
				font-size: 1.15em;
			}
			.modal-body .content-convenio img{
				width: 100%
			}
	.modal-footer{text-align: center}
		.modal-footer img{display: inline-block;}

		
#ajaxsearchlite1{background: transparent !important;}
	#ajaxsearchlite1 .probox{
		background: rgba(255, 255, 255, 0.6) !important;
		border: 1px solid  #fff;
	}
	
body > .vi_wcaio_sidebar .vi_wcaio_mini_cart_sidebar_icon{display: none !important}

.grecaptcha-badge{opacity: 0; z-index: -999999;}