/*!
 * Gil (http://gilagudelo.com)
 */

@import 'font-awesome.css';
/* Font */

@font-face {
    font-family: 'lato';
    src: url('../fonts/lato/LatoLatin-Regular.eot');
    src: url('../fonts/lato/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/LatoLatin-Regular.woff') format('woff'), url('../fonts/lato/LatoLatin-Regular.ttf') format('truetype'), url('../fonts/lato/LatoLatin-Regular.svg#latoLatin-Regular') format('svg');
}
@font-face {
    font-family: 'lato-light';
    src: url('../fonts/lato/LatoLatin-Light.eot');
    src: url('../fonts/lato/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/LatoLatin-Light.woff') format('woff'), url('../fonts/lato/LatoLatin-Light.ttf') format('truetype'), url('../fonts/lato/LatoLatin-Light.svg#lato-Light') format('svg');
}
@font-face {
    font-family: 'lato-black';
    src: url('../fonts/lato/LatoLatin-Black.eot');
    src: url('../fonts/lato/LatoLatin-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/LatoLatin-Black.woff') format('woff'), url('../fonts/lato/LatoLatin-Black.ttf') format('truetype'), url('../fonts/lato/LatoLatin-Black.svg#dincond-Black') format('svg');
}

/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/

body {
    font-family: 'lato';
    color: #000;
	/*padding-top: 70px;*/
}
ul,
ol {
    list-style: none;
}
ul {
    padding: 0;
    margin: 0;
}
a {
	color:#df1517;
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}
a:hover {
    color: #444;
}
a,
a:hover {
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'lato-black', sans-serif;
}
b {
    font-family: 'lato-black';
}
p {
    font-size: 16px;
}
b, strong {
    font-weight: 700;
    font-family: 'lato-black';
}


/*------------------------------------------*/
/*	     02 - General
/*------------------------------------------*/

.img-fluid {
    max-width: 100%;
    height: auto;
}

.vertical-center {
  min-height: 100%;  
  min-height: 100vh; 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  
  width: 100%;
  
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}

ul.list li {
    display: block;
	margin-left:20px;
	font-size:16px;
}

ul.list li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e006";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #ff3335;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}
.back-to-top i:hover {
    background-color: #e65f25;
}
.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.embed-responsive {
	margin-top:30px;
}

.modal .embed-responsive {
	margin-top:0px;
	border: none;
}

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

.btn.btn-lg {
    font-size: 24px !important;
    font-weight: 600 !important;
    padding: 38px 80px;
    background: rgba(34,34,34,0.65);
}

.btn-sm {
    padding: 7px 10px !important;
    font-size: 13px!important;
    line-height: 1.5;
    height: auto !important;
    width: auto !important;
    margin: 0 0 0 10px !important;
}

.btn.focus, .btn:focus {
    color: #f5f5f5;
    text-decoration: none;
}

.btn-general {
	font-family: 'lato-black';
    background: #005c9f;
    display: block;
    font-size: 16px;
    width: 100%;
    color: #fff !important;
    border: 5px solid #005c9f;
    border-radius: 0;
    padding: 7px 0;
    margin: 0 0 10px 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.btn-general:hover {
    background: #dcaf4c;
    display: block;
    font-size: 16px;
    width: 100%;
    color: #fff !important;
    border: 5px solid #dcaf4c;
}
.btn-general:after {
    background: #005c9f;
    float: left;
    width: 2em;
    text-align: center;
    font-size: 1.5em;
    padding: 0.25em;
    box-shadow: 1px 0 0 rgba(0, 0, 0, .5), 2px 0 0 rgba(255, 255, 255, .5);
    pointer-events: none;
    top: -12px;
    left: -5px;
    position: relative;
}


.btn-menu {
	font-family: 'lato-black';
    background: transparent;
    display: block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border: 4px solid #fff;
    padding: 6px;
    margin: 12px 10px;
	border-radius: 0px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.btn-menu:hover {
    background: #b00981;
    color: #fff;
}

.btn-second {
	font-family: 'lato-black';
    background: transparent;
    display: block;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
    border: 4px solid #fff;
    padding: 12px 0;
    margin: 0 0 10px 0;
	border-radius: 0px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.btn-second:hover {
    background: #ff3335;
    color: #fff;
}
.btn-second:after {
    background: #ccc;
    background: rgba(0, 0, 0, .1);
    float: left;
    width: 2em;
    text-align: center;
    font-size: 1.5em;
    padding: 0.28em;
    box-shadow: 1px 0 0 rgba(0, 0, 0, .5), 2px 0 0 rgba(255, 255, 255, .5);
    pointer-events: none;
    top: -14px;
    left: -2px;
    position: relative;
}
.icon-program:after {
    font-family: Glyphicons Halflings;
    content:"\e032"
}
.icon-send:after {
    font-family: Glyphicons Halflings;
    content:"\e171"
}
.icon-go:after {
    font-family: FontAwesome;
    content: "\f054";
}
.icon-search:after {
    font-family: Glyphicons Halflings;
    content:"\e003"
}

.share {
	margin-top: 30px;
}


/*------------------------------------------*/
/*	     03 - Header & Navigation
/*------------------------------------------*/

.website-logo {
	display:block;
}
.website-logo-sm {
	display:none !important;
}
.navbar-brand {
    padding: 6px 15px;
}
.navbar {
    background: rgba(219, 140, 18, 0.95);
    border-color: #fff;
    border: none;
	min-height: 65px;
	border-bottom: 0px solid #ff3335;
}
.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>li>a:hover {
    color: #dcaf4c;
    background-color: transparent;
}
.navbar .navbar-toggle .icon-bar {
    background-color: #ccc;
}
.navbar .navbar-nav > li > a {
    font-family: 'lato';
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 15px 15px 15px 15px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	text-align:center;
	letter-spacing:0.8px
}
.navbar .navbar-nav > li > a.hover{
    color: #dcaf4c;
}
.navbar .navbar-nav > li > a.one-line {
	padding-top: 25px;
}
.navbar .navbar-nav > li > a.active,
.navbar .navbar-nav > li:hover > a {} .top-bar {
    background-color: #f6f7f2;
    border-bottom: 1px solid #f2f2f2;
}
.navbar .navbar-nav > li.active a {
	color: #000;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    border: 1px solid #CCC;
    border-radius: 4px;
	background: #F5F5F5;
}

header h2 {
    color: #dcaf4c;
    border-top: 0px solid #000;
    /*border-bottom: 2px solid #dcaf4c;*/
    display: inline-block;
    padding: 5px;
    font-family: 'lato';
    font-size: 28px;
	background: #000000e6;
}
header h3 {
    color: #e6b548;
	font-family: 'lato';
	font-size:32px;
}
header h4 {
    color: #fff;
	font-family: 'lato';
	font-size:24px;
}
header h5{
    color: #fff;
	font-family: 'lato';
	font-size:18px;
	margin-top:20px;
}
#convocatoria h2 {
    color: #fff;
    border-top: 0px solid #000;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding: 5px;
    font-family: 'lato-black';
    font-size: 80px;
	letter-spacing: 10px;
}
#convocatoria h3 {
    color: #fff;
	font-size:32px;
	margin-top: 0px;
}
#convocatoria h4 {
    color: #fff;
	font-size:30px;
}
#convocatoria h5 {
    color: #fff;
	font-size:24px;
}
#convocatoria p,#convocatoria li {
    color: #fff;
}
#convocatoria a {
    color: #dcaf4c;
}
#tecnologo h1 {
    color: #dcaf4c;
    border-top: 0px solid #000;
    padding: 5px;
    font-family: 'lato-black';
    font-size: 60px;
	letter-spacing: 10px;
}
#tecnologo h2 {
    color: #dcaf4c;
    border-top: 0px solid #000;
    border-bottom: 2px solid #dcaf4c;
    display: inline-block;
    padding: 5px;
    font-family: 'lato-black';
    font-size: 80px;
	letter-spacing: 10px;
}
#tecnologo h3 {
    color: #fff;
	font-size:28px;
	margin-top: 10px;
}
#tecnologo h4 {
    color: #fff;
	font-size:30px;
}
#tecnologo h5 {
    color: #fff;
	font-size:24px;
}
#tecnologo p,#tecnologo li {
    color: #fff;
}
#tecnologo a {
    color: #dcaf4c;
}
.caja {
    color: #3e7884;
    background: #f3bf4c;
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
}
.tecno h2 {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 58px;
    margin: 0;
    line-height: 78px;
}
.tecno h3 {
    font-family: 'Oswald', sans-serif;
    color: #fffb00;
    font-size: 36px;
    margin-top: 0;
    letter-spacing: 5.5px;
}
.tecno h4 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    letter-spacing: 0px;
}
.tecno h5 {
    color: #3e7884;
    font-size: 24px;
    margin: 0;
    letter-spacing: 0px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}
.countdown-tab {
    position: relative;
}
.counter {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0px 15px;
    z-index: 1;
}

.counter2 {
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0px 15px;
    z-index: 1;
}

.countdown-counter {
    margin: 0 auto;
	padding: 5px 0px 15px;
	background: rgba(173,152,81,0.90);
}
.half-width {
    width: 50%;
    float: left;
}
.countdown-btn a {
	color: #ff3335;
	border-radius: 0px;
}
.countdown-btn a:hover {
	color: #fff;
}
.home-header {
	background:url(../img/bg-header.jpg) bottom no-repeat;
	background-size:cover;
	background-position: center;
}

.home-header2 {
	background:url(../img/bg-header.jpg) bottom no-repeat;
	background-size:cover;
}
.home-header2 h2 {
    color: #e63913;
    font-family: 'lato';
    font-size: 38px;
    margin: 0;
}
.home-header2 h3 {
    color: #ff3335;
    font-family: 'lato';
    font-size: 32px;
}
.home-header2 h4 {
    color: #595959;
}
.home-header2 h5 {
    color: #595959;
    font-family: 'lato';
    font-size: 18px;
    margin-top: 20px;
}
.seminario21 h2 {
    color: #f19700;
    font-family: 'lato';
    font-size: 60px;
	margin:0;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 20px;
}
.seminario21 h3 {
    color: #f19700;
    font-family: 'lato';
    font-size: 24px;
	margin:0;
}
.seminario21 h4 {
    color: #f19700;
    font-family: 'lato';
    font-size: 24px;
	margin:0;
	text-shadow: 2px 2px #00000096;
}
.seminario21 h5 {
    color: #f7b63b;
    font-family: 'lato';
    font-size: 24px;
	margin:0;
	margin-bottom: 4px;
	text-shadow: 3px 2px #000;
}
.seminario21 div#clock div{
	color: #f7b63b !important;
    border-right: 1px solid #f7b63b !important;	
}
.seminario21 div#clock div:last-child {
    border: none !important;
}
.home-content {
	display: table-cell;
    height: 100vh;
    width: 1%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 1;
}

#clock {
	width:100%;
	margin:10px 40px;
}
#clock div {
	font-family: 'lato-light';
	color:#fff;
	width:20%;
	display:block;
	float:left;
	padding:0 3%;
	font-size:10px;
	text-align:center;
	border-right:1px solid #fff;
}
#clock div:last-child {
	border:none;
}
	
#clock div span{
	width:100%;
	display:block;
	margin:0 auto;
	float:left;
	font-size:20px;
	font-family: 'lato-black';
	line-height:18px;
	}
.home-header2 div#clock div {
    color: #fff;
	border-right:1px solid #fff;
}
.home-header2 div#clock div:last-child {
    border: none;
}
.sem21r{
	background-color: #000000a6;
	min-height: 50px;
}


#clock2 {
	width:100%;
	margin:10px 40px;
}
#clock2 div {
	font-family: 'lato-light';
	color:#fff;
	width:20%;
	display:block;
	float:left;
	padding:0 3%;
	font-size:10px;
	text-align:center;
	border-right:1px solid #fff;
}
#clock2 div:last-child {
	border:none;
}
	
#clock2 div span{
	width:100%;
	display:block;
	margin:0 auto;
	float:left;
	font-size:20px;
	font-family: 'lato-black';
	line-height:18px;
	}
.home-header2 div#clock2 div {
    color: #ff3335 !important;
	border-right:1px solid #ff3335;
}
.home-header2 div#clock2 div:last-child {
    border: none;
}




/*------------------------------------------*/
/*	     04 - Content
/*------------------------------------------*/

.page {
	/*height: 100vh;*/
	padding:50px 0;
	height:auto;
	}
	/*.page img {
		border: 5px solid #ff3335;
	}*/
	/*.page h4 {
		color: #b00981;
	}*/

.title {
	padding:20px 0px 0px;
	margin-bottom:40px;
}

.bg-two {
	background:url(../img/bg-two.jpg) no-repeat;
	background-size:cover;
}

.bg-three {
	background:url(../img/bg-three.jpg) no-repeat;
	background-size:cover;
}

.bg-three h2{
	color: #fff;
}

.bg-four {
	background:url(../img/bg-four.jpg) no-repeat;
	background-size:cover;
}

.bg-six {
	background:url(../img/bg-one.jpg) center no-repeat;
	background-size:cover;
}

.bg-gray {
	background-color: #f2f2f2;
}
.bg-gray-two {
	background-color: #f7f7f7;
}
.page-white {
	color:#fff !important;
}
	.page-white a {
		color:#ff3335;
	}
	.page-white a:hover {
		color:#f5f5f5;
	}
	.page-white h4 {
		color:#ff3335 !important;
	}

.partners {
	background: url(../img/footer.jpg) no-repeat;
    background-size: cover;
	background-position:bottom;
	padding: 40px 0;
	color: #fff;
}
.partners a {
	color: #ff6600;
}

/*------------------------------------------*/
/*			 05 - Tabs
/*------------------------------------------*/

.nav-pills {
}

.nav-pills>li>a {
	font-family: 'lato-black';
    border-radius: 0px;
	color: #ff6600;
	background-color: #262424;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #e55c00;
}
.nav-pills>li.active>a:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #e55c00;
	border-width: 10px;
	margin-top: -10px;
}
.nav-pills>li.active>a p {
	color: #3e3e3e;
}
.tab-content {
    background: #f5f5f5;
    display: inline-block;
    padding: 20px;
    color: #fff;
	width:100%;
	min-height: 380px;
	}
	.tab-content h2 {
		color: #643a9b;
		margin-top:10px;
		text-align: center;
	}
	.tab-content h3 {
		color: #db8c12;
		margin-top:10px;
	}
	.tab-content p {
		color: #4d4d4d
	}
.tab-content p i {
	color: #dcaf4c;
	font-size: 16px;
	text-align:center;
}
.speaker {
    display: inline-block;
}

.tab-content ul.list li {
    margin-left: 40px;
	padding-bottom:6px;
	font-size:16px;
	color: #4d4d4d;
}

.tab-content ul.list li:before {
    content: "\e006";
    font-family: 'Glyphicons Halflings';
    font-size: 14px;
    float: left;
    margin-top: 0px;
    margin-left: -19px;
    color: #ff3335;
}

.tab-content ul.list2 li {
    margin-left: 40px;
	padding-bottom:6px;
	font-size:16px;
	color: #4d4d4d;
}

.tab-content ul.list2 li:before {
    content: "\f0f0";
    font-family: 'FontAwesome';
    font-size: 20px;
    float: left;
    margin-top: -5px;
    margin-left: -21px;
    color: #ff3335;
}

.tab-content hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #cecece;
}


/*------------------------------------------*/
/*			 06 - Form
/*------------------------------------------*/



/*------------------------------------------*/
/*	     	07 - Modals
/*------------------------------------------*/

.modal-header {
    background: #e55c00;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
}
.modal-title {
    line-height: 1;
}
.charla .modal-body {
    padding: 15px 20px;
}
.charla .modal-header {
	border:none;
}
.charla .home-content {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 1;
	height: auto;
}
.charla .home-header {
    background: url(../img/header-modal.jpg) no-repeat;
    background-size: cover;
}
.charla .home-header h2 {
    color: #FFFFFF;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 5px;
	font-family: 'lato';
}
.charla .home-header h3 {
    color: #e6b548;
	font-family: 'lato';
	font-size:28px;
	font-weight:800;
}
.charla .home-header h4 {
    color: #fff;
	font-family: 'lato';
	font-size:22px;
}
.charla .home-header h5{
    color: #fff;
	font-family: 'lato';
	font-size:18px;
	margin-top:20px;
}
.charla .home-header .boton {
    padding: 10px 37px;
    outline: none;
    border: 2px solid #ff6600;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
    background: #ff6600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.charla .col-sm-4{
	padding-left:0px;
}
.charla .img-fluid {
    height: 200px;
}
.modal-body .home-content {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    text-align: left;
    position: relative;
    z-index: 1;
    height: auto;
}
.modal-body h3 {
	font-size:16px;
	margin-top:5px;
	color:#ff3335;
}
.modal-body p {
    margin: 0 0 5px;
	font-weight:800;
}

/*------------------------------------------*/
/*			 08 - Table Styles
/*------------------------------------------*/

thead {
    background: #005c9f;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: table-header-group;
	font-family: 'lato-light';
	font-size: 18px;
}
tfoot {
	background-color:#f5f5f5;
	border-bottom: 1px solid #ddd;
}

/*------------------------------------------*/
/*			 09 - Footer Styles
/*------------------------------------------*/

footer {
    padding: 40px 0 10px;
    background: #333333;
}
footer p {
    color: #fff;
    font-family: 'lato-light';
	font-size: 14px;
}
footer img {
	position: relative;
	top: -20px;
}
.btn-social-icon {
    top: -10px;
    position: relative;
    color: #1151b4;
    font-size: 20px;
    background: #f6f7f2;
    width: 36px;
    height: 36px;
    padding: 4px;
	border-radius: 100%;
}
.btn-social-icon:hover {
    color: #444;
}
.back-to-top {
    display: none;
    position: fixed;
	bottom: 30px;
    right: 30px;
}
.back-to-top i:hover {
    background-color: #f3bf4c;
}
.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


@media screen and (max-width: 1024px) {
	.home-content {
		height: auto;
		padding: 50px 0;
	}
	.navbar .navbar-nav > li > a {
		padding: 15px 6px 5px 6px;
	}
	.page {
		height: auto;
	}
	.half-width {
    	width: 100%;
	}
    .btn-social-icon {
		width: 28px;
		height: 28px;
		padding: 3px;
	}
	.servicios img {
		max-width: 100%;
	}
	.nav-pills>li>a {
		padding-right: 2.556rem;
		width: 100%;
	}
	.btn.btn-lg {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.website-logo {
		display:none !important;
	}
	.website-logo-sm {
		display:block !important;
	}
	.nav-pills>li>a {
		padding-right: 0rem;
		width: 100%;
	}
	.countdown-btn {
		display:none;
	}
	.img-fluid {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.speaker h3, .speaker p {
		text-align:center;
	}
	.partners p, footer p {
		text-align: center;
	}
	footer img {
		top: 0px;
	}
	.social {
		float: none !important;
		margin: 0 auto;
		padding-top:20px;
		display: table;
	}
	.btn-social-icon {
		margin:5px;
	}
	#convocatoria h2 {
    font-size: 60px;
	}
}
@media screen and (max-width: 586px) {
	#convocatoria h2 {
    font-size: 40px;
	}
	#tecnologo h1 {
    font-size: 34px;
	}
	#tecnologo h2 {
    font-size: 50px;
	}
	.caja {
    padding: 20px 0px;
	-webkit-transform: skew(0deg)!important;
    -moz-transform: skew(0deg)!important;
    -ms-transform: skew(0deg)!important;
    -o-transform: skew(0deg)!important;
    transform: skew(0deg)!important;
	}
	.tecno h5 {
    -webkit-transform: skew(0deg)!important;
    -moz-transform: skew(0deg)!important;
    -ms-transform: skew(0deg)!important;
    -o-transform: skew(0deg)!important;
    transform: skew(0deg)!important;
	}
}
@media screen and (max-width: 460px) {
	#convocatoria h2 {
    font-size: 32px;
	}
	#convocatoria h3 {
    font-size: 24px;
	}
	#tecnologo h1 {
    font-size: 30px;
	}
	#tecnologo h2 {
    font-size: 40px;
	}
	.caja {
    padding: 20px 0px;
	-webkit-transform: skew(0deg)!important;
    -moz-transform: skew(0deg)!important;
    -ms-transform: skew(0deg)!important;
    -o-transform: skew(0deg)!important;
    transform: skew(0deg)!important;
	}
	.tecno h5 {
    -webkit-transform: skew(0deg)!important;
    -moz-transform: skew(0deg)!important;
    -ms-transform: skew(0deg)!important;
    -o-transform: skew(0deg)!important;
    transform: skew(0deg)!important;
	}
}
@media screen and (max-width: 375px) {
	#convocatoria h2 {
    font-size: 28px;
	}
	#convocatoria h3 {
    font-size: 24px;
	}
	#tecnologo h1 {
    font-size: 30px;
	}
	#tecnologo h2 {
    font-size: 34px;
	}
	.caja {
    padding: 20px 0px;
	-webkit-transform: skew(0deg)!important;
    -moz-transform: skew(0deg)!important;
    -ms-transform: skew(0deg)!important;
    -o-transform: skew(0deg)!important;
    transform: skew(0deg)!important;
	}
	.tecno h5 {
    -webkit-transform: skew(0deg)!important;
    -moz-transform: skew(0deg)!important;
    -ms-transform: skew(0deg)!important;
    -o-transform: skew(0deg)!important;
    transform: skew(0deg)!important;
	}
	#tecnologo h5 {
    font-size: 16px;
	}
}
@media screen and (max-width: 719px){.ocultar {
	display:none;
}
}


.navbar-nav li:hover ul.drop-down {
  opacity: 1;
  visibility: visible;
}

ul.drop-down {
  margin: 0;
  position: absolute;
  width: 220px;
  top: 108%;
  left: -40px;
  visibility: hidden;
  padding: 0;
  border-top: 2px solid #ff6600;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.98);
  z-index: 99;
}
ul.drop-down li {
  display: block;
}
ul.drop-down li a {
  padding: 13px 16px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #3c3c3b;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align:center;
  margin: 0;
  border-bottom: 1px solid #f3f3f3;
  letter-spacing: 1px;
}
ul.drop-down li a:hover {
  color: #ff6600;
  background: #f8f8f8;
}

.map {
  height: 400px;
}

.centrado {
	text-align:center;
}
#contacto span {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background: #ff3335;
    margin: 0 0 20px;
}

#contacto span i {
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
}

#contacto h3 {
	font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #ff3335;
    margin-bottom: 16px;
	letter-spacing:1px;
}

#contacto h4 {
	font-size:17px;
	font-weight:600;
	font-family: "Lato";
	letter-spacing:0.5px;
	color: #ff3335;
}

#contacto .title {
    margin-bottom: 20px;
}

a {
    color: #df1517;
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

footer a{
	color: #fff;
}

footer a:hover {
	color:#ff6600;
}
/* --------------- contac-form ----------------- */
#contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    margin-bottom: 30px;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999999;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    background: none;
}

#contact-form input[type="text"]:focus, #contact-form input[type="email"]:focus,
#contact-form textarea:focus {
  border: 1px solid #ff6600;
}
#contact-form textarea {
  height: 120px;
}
#contact-form input[type="submit"] {
  padding: 10px 37px;
  outline: none;
  border: 2px solid #333333;
  color: #333333;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing:1px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
  background: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#contact-form input[type="submit"]:hover {
  border: 2px solid #ff6600;
  color: #ff6600;
}
#contact-form .submit-area {
  text-align: center;
}
#contact-form .message {
  height: 30px;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
#contact-form .message.error {
  color: #e74c3c;
}
#contact-form .message.success {
  color: #a4cc54;
}

.botones{
	margin:30px 0px 20px 0px;
	z-index:1;
}
header .boton{
	padding: 10px 37px;
    outline: none;
    border: 2px solid #db8c12;
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
	letter-spacing:1px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
    background: #db8c12;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	margin-top:20px;
	margin-bottom:20px;
}

.boton:hover {
    border: 2px solid #ff6600;
    color: #ff6600;
	background:none;
}

.beneficios .fa {
    margin-right: 5px;
}

.beneficios h3 {
	color:#f26100;
}

.beneficios p .fa {
    font-size: 20px;
}

/*-------------------------------------------------*/
/* =  blog one col, standard
/*-------------------------------------------------*/

.blog-section {
}
.blog-section .blog-box {
  max-width: 800px;
  margin: 0 auto 20px;
  padding-bottom: 1px;
}
.blog-section .blog-box .blog-post {
  background: #fafafa;
  padding: 20px;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 40px;
}
.blog-section .blog-box .blog-post img {
  width: 100%;
  margin-bottom: 25px;
}
.blog-section .blog-box .blog-post iframe {
  width: 100%;
  margin-bottom: 25px;
  height: 300px;
}
.blog-section .blog-box .blog-post .flexslider {
  margin-bottom: 25px !important;
}
.blog-section .blog-box .blog-post .flexslider img {
  margin-bottom: 0;
}
.blog-section .blog-box .blog-post .post-content {
  border-bottom: 3px solid transparent;
}
.blog-section .blog-box .blog-post .post-content:hover {
  border-bottom: 3px solid #ff6600;
}
.blog-section .blog-box .blog-post .post-content .date-post {
  width: 60px;
  float: left;
  padding-top: 16px;
  text-align: center;
}
.blog-section .blog-box .blog-post .post-content .date-post2 {
  width: 100px;
  float: left;
  padding-top: 16px;
  text-align: center;
  margin-right: 20px;
}
.blog-section .blog-box .blog-post .post-content .date-post2 span {
  display: block;
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 2px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #c0c0c0;
}
.blog-section .blog-box .blog-post .post-content .date-post2 p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}
.blog-section .blog-box .blog-post .post-content .post-content-text-2 {
  margin-left: 120px;
}
.blog-section .blog-box .blog-post .post-content .date-post span {
  display: block;
  color: #222222;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 2px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #c0c0c0;
}
.blog-section .blog-box .blog-post .post-content .date-post p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}
.blog-section .blog-box .blog-post .post-content .post-content-text {
  margin-left: 90px;
}
.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags {
  margin: 0;
  padding: 0;
}
.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags li {
  display: inline-block;
}
.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags li a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #cccccc;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags li a:hover {
  color: #a4cc54;
}
.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags li:before {
  content: '/';
  color: #cccccc;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 3px;
}
.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags li:first-child:before {
  display: none;
  margin-right: 0;
}
.blog-section .blog-box .blog-post .post-content .post-content-text h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.blog-section .blog-box .blog-post .post-content .post-content-text h2 a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.blog-section .blog-box .blog-post .post-content .post-content-text h2 a:hover {
  color: #e55c00;
}
.blog-section .blog-box .blog-post .post-content .post-content-text p {
  margin-bottom: 12px;
}
.blog-section .blog-box .blog-post .post-content .post-content-text > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #e55c00;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 15px;
}
.blog-section .blog-box .blog-post .post-content .post-content-text > a:hover {
  text-decoration: underline;
  color: #222;
}
.blog-section .blog-box .blog-post:hover {
	
}
.blog-section ul.pagination-list {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
.blog-section ul.pagination-list li {
  display: inline-block;
}
.blog-section ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  padding: 8px 13px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-transform: uppercase;
}
.blog-section ul.pagination-list li a.prev-pag,
.blog-section ul.pagination-list li a.next-pag {
  color: #999999;
  font-weight: 700;
}
.blog-section ul.pagination-list li a.prev-pag i {
  margin-right: 7px;
}
.blog-section ul.pagination-list li a.next-pag i {
  margin-left: 7px;
}
.blog-section ul.pagination-list li a:hover,
.blog-section ul.pagination-list li a.active {
  color: #ffffff;
  background: #ff6600;
}
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover {
  background: #ff6600;
}

.blog-section.grid .blog-box {
  max-width: 100%;
}
.blog-section.grid .blog-box .blog-post {
  padding: 0;
  margin-bottom: 30px;
}
.blog-section.grid .blog-box .blog-post iframe {
  height: 180px;
  margin-bottom: 0;
}
.blog-section.grid .blog-box .blog-post img {
  margin-bottom: 0;
}
.blog-section.grid .blog-box .blog-post .flexslider {
  margin-bottom: 0 !important;
}
.blog-section.grid .blog-box .blog-post .post-content {
  padding: 10px;
  padding-top: 20px;
}
.blog-section.grid .blog-box .blog-post .post-content .date-post {
  padding-top: 0;
}
.blog-section.grid .blog-box .blog-post .post-content .date-post2 {
  padding-top: 10px;
}
.blog-section.grid .blog-box .blog-post .post-content .post-content-text h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

#main-nav .current > a {
    color: #ff3335;
}

#main-nav ul ul .current > a, #main-nav ul ul .current > a:hover {
    color: #ff6600;
    background: #f8f8f8;
	pointer-events: none;
    cursor: default;
}

/*-------------------------------------------------*/
/* =  image,hover
/*-------------------------------------------------*/
.blog-box .blog-post .post-content {
  border-bottom: 3px solid transparent;
}

.blog-box .col-md-4 {
	padding:0px 15px;
}

.blog-box .blog-post .hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #12803a;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 0;
    overflow: hidden;
}

.blog-box .blog-post:hover .hover-box {
    opacity: 1;
}

.blog-box .blog-post .hover-box {
    background: rgba(18, 128, 58, 0.9);
	padding:40px;
}

.blog-box .blog-post .hover-box .inner-hover {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 25px;
    text-align: left;
}

.blog-section.grid .blog-box .blog-post .hover-box img {
    margin-bottom: 30px;
}

.blog-section.grid .blog-box .blog-post .hover-box .boton {
    padding: 10px 37px;
    outline: none;
    border: 2px solid #ff6600;
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
    background: #ff6600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-section.grid .blog-box .blog-post .hover-box .boton:hover {
    color: #ff6600;
    background: none;
}

/*-------------------------------------------------*/
/* =  blog eventos
/*-------------------------------------------------*/

.blog-section {
}
.blog-section .eventos {
  max-width: 800px;
  margin: 0 auto 20px;
  padding-bottom: 1px;
}
.blog-section .eventos .blog-post {
  background: #fafafa;
  padding: 20px;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 40px;
}
.blog-section .eventos .blog-post img {
  width: 100%;
  margin-bottom: 25px;
}
.blog-section .eventos .blog-post iframe {
  width: 100%;
  margin-bottom: 25px;
  height: 300px;
}
.blog-section .eventos .blog-post .flexslider {
  margin-bottom: 25px !important;
}
.blog-section .eventos .blog-post .flexslider img {
  margin-bottom: 0;
}
.blog-section .eventos .blog-post .post-content .date-post {
  width: 75px;
  float: left;
  padding-top: 16px;
  text-align: center;
}
.blog-section .eventos .blog-post .post-content .date-post2 {
  width: 100px;
  float: left;
  padding-top: 16px;
  text-align: center;
  margin-right: 20px;
}
.blog-section .eventos .blog-post .post-content .date-post2 span {
  display: block;
  color: #222222;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  margin: 0 0 2px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #c0c0c0;
}
.blog-section .eventos .blog-post .post-content .date-post2 p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}
.blog-section .eventos .blog-post .post-content .post-content-text-2 {
  margin-left: 120px;
}
.blog-section .eventos .blog-post .post-content .date-post span {
  display: block;
  color: #222222;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 2px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #c0c0c0;
}
.blog-section .eventos .blog-post .post-content .date-post p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
.blog-section .eventos .blog-post .post-content .post-content-text {
  margin: 5px 0px 5px 90px;
}
.blog-section .eventos .blog-post .post-content .post-content-text ul.post-tags {
  margin: 0;
  padding: 0;
}
.blog-section .eventos .blog-post .post-content .post-content-text ul.post-tags li {
  display: inline-block;
}
.blog-section .eventos .blog-post .post-content .post-content-text ul.post-tags li a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #cccccc;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.blog-section .eventos .blog-post .post-content .post-content-text ul.post-tags li a:hover {
  color: #a4cc54;
}
.blog-section .eventos .blog-post .post-content .post-content-text ul.post-tags li:before {
  content: '/';
  color: #cccccc;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 3px;
}
.blog-section .eventos .blog-post .post-content .post-content-text ul.post-tags li:first-child:before {
  display: none;
  margin-right: 0;
}
.blog-section .eventos .blog-post .post-content .post-content-text h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 21px;
}
.blog-section .eventos .blog-post .post-content .post-content-text h2 a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.blog-section .eventos .blog-post .post-content .post-content-text h2 a:hover {
  color: #e55c00;
}
.blog-section .eventos .blog-post .post-content .post-content-text p {
  margin-bottom: 12px;
}
.blog-section .eventos .blog-post .post-content .post-content-text > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #e55c00;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 15px;
}
.blog-section .eventos .blog-post .post-content .post-content-text > a:hover {
  text-decoration: underline;
  color: #222;
}
.blog-section .eventos .blog-post:hover {
	
}
.blog-section ul.pagination-list {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
.blog-section ul.pagination-list li {
  display: inline-block;
}
.blog-section ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  padding: 8px 13px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-transform: uppercase;
}
.blog-section ul.pagination-list li a.prev-pag,
.blog-section ul.pagination-list li a.next-pag {
  color: #999999;
  font-weight: 700;
}
.blog-section ul.pagination-list li a.prev-pag i {
  margin-right: 7px;
}
.blog-section ul.pagination-list li a.next-pag i {
  margin-left: 7px;
}
.blog-section ul.pagination-list li a:hover,
.blog-section ul.pagination-list li a.active {
  color: #ffffff;
  background: #ff6600;
}
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover {
  background: #ff6600;
}

.blog-section.grid .eventos {
  max-width: 100%;
}
.blog-section.grid .eventos .blog-post {
  padding: 0;
  margin-bottom: 30px;
}
.blog-section.grid .eventos .blog-post iframe {
  height: 180px;
  margin-bottom: 0;
}
.blog-section.grid .eventos .blog-post img {
  margin-bottom: 0;
}
.blog-section.grid .eventos .blog-post .flexslider {
  margin-bottom: 0 !important;
}
.blog-section.grid .eventos .blog-post .post-content {
  padding: 8px 10px;
}
.blog-section.grid .eventos .blog-post .post-content .date-post {
  padding-top: 6px;
}
.blog-section.grid .eventos .blog-post .post-content .date-post2 {
  padding-top: 10px;
}
.blog-section.grid .eventos .blog-post .post-content .post-content-text h2 {
  font-size: 16px;
  margin-bottom: 0px;
}

#main-nav .current > a {
    color: #ff3335;
}

#main-nav ul ul .current > a, #main-nav ul ul .current > a:hover {
    color: #ff6600;
    background: #f8f8f8;
	pointer-events: none;
    cursor: default;
}

/*-------------------------------------------------*/
/* =  image,hover
/*-------------------------------------------------*/
.eventos .blog-post .post-content {
  border-bottom: 3px solid transparent;
}

.eventos .col-md-4 {
	padding:0px 15px;
}

.eventos .blog-post .hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #12803a;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 0;
    overflow: hidden;
}

.eventos .blog-post:hover .hover-box {
    opacity: 1;
}

.eventos .blog-post .hover-box {
    background: rgba(18, 128, 58, 0.9);
	padding:40px;
}

.eventos .blog-post .hover-box .inner-hover {
    position: absolute;

    width: 100%;
    top: 0;
    left: 0;
    padding: 25px;
    text-align: left;
}

.blog-section.grid .eventos .blog-post .hover-box img {
    margin-bottom: 30px;
}

.blog-section.grid .eventos .blog-post .hover-box .boton {
    padding: 10px 37px;
    outline: none;
    border: 2px solid #ff6600;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
    background: #ff6600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-section.grid .eventos .blog-post .hover-box .boton:hover {
    color: #ff6600;
    background: none;
}
/*-------------------------------------------------*/
/* =  calendario
/*-------------------------------------------------*/
.calendario {
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: dashed 1px #bfbfbf;
    position: relative;
}
.calendario > section {
    position: relative;
    display: table;
    width: 100%;
}
.calendario > section > time{
    border-right: solid 1px #bfbfbf;
    padding: 8px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 10%;
}
.calendario > section > time > span{
    display: block;
    color: #666161;
    line-height: 1.2;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
}
.calendario > section > time > span:first-child{
    font-size: 26px;
}
.calendario > section > time > span:last-child{
    font-size: 14px;
}
.calendario > section > div {
    overflow: hidden;
    padding: 8px 8px 8px 25px;
}
.calendario > section > div .title {
    font-size: 19px;
	margin-bottom: 5px;
	color:#3b3c40;
	margin: 0 0 5px 0;
	padding:0;
}
.calendario > section > div .title a {
    color: #3b3c40;
}
.calendario > section > div .tema {
    font-size: 17px;
	margin-bottom: 5px;
	color:#df1517;
	margin: 0 0 5px 0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.calendario > section > div .expositor {
    font-size: 14px;
	margin-bottom: 5px;
	color:#3b3c40;
	font-family: 'lato';
	margin: 0 0 5px 0;
	padding:0;
}
.calendario .expositor i {
    margin-right: 5px;
    color: #3b3c40;
}
.calendario time  i{
	margin-right:5px;
	color:#3b3c40;
}
.calendario time {
	color:#ff6600;
}
.calendario > section > div .readmore {
    text-align: left;
    margin: 5px 0 0;
}
.calendario > section > div .readmorebutton {
    display: inline-block;
    border: 1px solid #ff6600;
    background: none #fff;
    text-shadow: none;
    text-decoration: none;
    line-height: 1;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 4px;
    box-shadow: none;
    color: #ff6600;
    -webkit-transition: all 200ms linear;
    -khtml-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.calendario > section > div .readmorebutton:hover{
    background: #ff6600;
    color: #fff;
}
.calendario > section:hover > time {
    background-color: #ff6600;
    box-shadow: none;
    border-color: #b34700;
}
.calendario > section:hover {
    background-color: #3b3c40;
}
.calendario section:hover h2 {
    color: #ffffff;
	-webkit-transition: color 0.3s linear;
    -khtml-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.calendario section:hover h3 {
    color: #ffffff;
    -webkit-transition: color 0.3s linear;
    -khtml-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.calendario > section > div:hover .title a {
    color: #ffffff;
}
.calendario > section:hover > div > time i{
    color: #ff6600;
}
.calendario > section:hover > div > .expositor i {
    color: #ff6600;
}
.calendario section:hover time {
	color:#fff;
}
.calendario > section:before {
    border-style: solid;
    border-width: 15px;
    border-left-color: #ff6600;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
	display:block;
}
.calendario > section:hover:before {
	display:block;
}
.calendario > section:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    content: "";
    display: none;
}
/*-------------------------------*/
.eventos h2{
	font-size: 12px;
}
.eventos .blog-post .post-content .post-content-text h2 {
    font-size: 12px;
}

.partners p {
    letter-spacing: 1px;
}

.patro img {
	padding: 20px 10px;
    width: 100%;
}

table>tbody>tr>td{
	padding: 2px !important;
}

.preseminario.table>tbody>tr>td, .preseminario.table>tbody>tr>th, .preseminario.table>tfoot>tr>td, .preseminario.table>tfoot>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    text-align: center;
    border-top: 1px solid #3494a8;
	color: #000;
}

.preseminario.table>thead>tr>td, .preseminario.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    text-align: center;
    border-top: 1px solid #3494a8;
	color: #fff;
}

.preseminario thead {
    background: #f20c49;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: table-header-group;
    font-family: 'lato-light';
    font-size: 18px;
}

.preseminario.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

.preseminario.table>tbody>tr>td {
    padding: 8px !important;
}


.table>tbody>tr>td, .table>tbody>tr>th {
    line-height: 3;
}
.table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    line-height: 1.8;
}




.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.tablep>tbody>tr>td, .tablep>tbody>tr>th, .tablep>tfoot>tr>td, .tablep>tfoot>tr>th, .tablep>thead>tr>td, .tablep>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    text-align: center;
    border-top: 1px solid #4E4E4E;
}
.tablep>caption+thead>tr:first-child>td, .tablep>caption+thead>tr:first-child>th, .tablep>colgroup+thead>tr:first-child>td, .tablep>colgroup+thead>tr:first-child>th, .tablep>thead:first-child>tr:first-child>td, .tablep>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.tablep>tbody>tr>td, .tablep>tbody>tr>th {
    line-height: 2;
}
.tablep>tfoot>tr>td, .tablep>tfoot>tr>th, .tablep>thead>tr>td, .tablep>thead>tr>th {
    line-height: 1;
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f599 !important;
}
#three img {
	margin-bottom: 8px;
}

.tecno h1 {
	font-family: 'Oswald', sans-serif;
    color: #f3bf4c;
    font-size: 100px;
    margin: 0;
}

.tecno h2 {
	font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 58px;
    margin: 0;
	line-height: 78px;
}
.tecno h3 {
	font-family: 'Oswald', sans-serif;
    color: #fffb00;
    font-size: 36px;
    margin: 0;
	letter-spacing: 5.5px;
}
.tecno h4 {
    color: #fff;
    font-size: 24px;
    margin: 0;
	letter-spacing: 0px;
}
.tecno h5 {
    color: #3e7884;
    font-size: 24px;
    margin: 0;
	letter-spacing: 0px;
	-webkit-transform: skew(-30deg);
     -moz-transform: skew(-30deg);
     -ms-transform: skew(-30deg);
     -o-transform: skew(-30deg);
     transform: skew(-30deg);
}

.presem h1 {
	font-family: 'Oswald', sans-serif;
    color: #f3bf4c;
    font-size: 70px;
    margin: 0;
	line-height: 70px;
	text-align: center;
}

.presem h2 {
	font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 58px;
    margin: 0;
	line-height: 78px;
}
.presem h3 {
	font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 26px;
    margin: 0;
	letter-spacing: 5.5px;
	line-height: 50px;
	text-align: center;
	    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
}
.presem h4 {
    color: #fff;
    font-size: 24px;
    margin: 0;
	letter-spacing: 0px;
}
.presem h5 {
    color: #3e7884;
    font-size: 24px;
    margin: 0;
	letter-spacing: 0px;
	-webkit-transform: skew(-5deg);
     -moz-transform: skew(-5deg);
     -ms-transform: skew(-5deg);
     -o-transform: skew(-5deg);
     transform: skew(-5deg);
}
.presem thead {
    background: linear-gradient(to right, #22abc0, #174c9b);
}
.presem table {
    background-color: rgb(255 255 255 / 50%);
}
.cajapresem {
    color: #fff;
    background: linear-gradient(to right, #22abc0, #174c9b);
    margin: 20px 0px 0px 0px;
    overflow: hidden;
    padding: 0px;
}

.program h5 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    letter-spacing: 0px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}

.btn-amarillo {
    background: #f3bf4c;
    color: #3e7884 !important;
    border: 5px solid #f3bf4c;
}
.btn-amarillo:after {
    background: #f3bf4c;
    box-shadow: 1px 0 0 rgb(0 0 0 / 50%), 2px 0 0 rgb(255 255 255 / 50%);
	color: #3e7884;
}
.btn-amarillo:hover {
    background: rgb(255 255 255 / 0%);
    color: #f3bf4c !important;
}
.caja { 
color: #3e7884; 
background: #db8c12; 
margin: 0 0 25px; 
overflow: hidden; 
padding: 20px; 
-webkit-transform: skew(30deg);
     -moz-transform: skew(30deg);
     -ms-transform: skew(30deg);
     -o-transform: skew(30deg);
     transform: skew(30deg);
}
.tarifas h2 {
	font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 28px;
    margin: 0;
	line-height: 50px;
	text-align: center;
}
.tarifas thead {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}
.cajatarifa {
    color: #fff;
    background: #ff4562;
    margin: 20px 0px 0px 0px;
    overflow: hidden;
    padding: 0px;
}
.tecnol h1 {
	font-family: 'Oswald', sans-serif;
    color: #f3bf4c;
    font-size: 100px;
    margin: 0;
}

.tecnol h2 {
	font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 58px;
    margin: 0;
	line-height: 78px;
	border: none;
}
.tecnol h3 {
	font-family: 'Oswald', sans-serif;
    color: #fffb00;
    font-size: 36px;
    margin: 0;
	letter-spacing: 5.5px;
}
.tecnol h4 {
    color: #fff;
    font-size: 24px;
    margin: 0;
	letter-spacing: 0px;
}
.tecnol h5 {
    color: #3e7884;
    font-size: 24px;
    margin: 0;
	letter-spacing: 0px;
	-webkit-transform: skew(-30deg);
     -moz-transform: skew(-30deg);
     -ms-transform: skew(-30deg);
     -o-transform: skew(-30deg);
     transform: skew(-30deg);
}

.boton_pago {
    padding: 10px 37px;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
    background-color: rgb(26, 69, 148);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
.tecnol h1 {
	font-family: 'Oswald', sans-serif;
    color: #f3bf4c;
    font-size: 50px;
    margin: 0;
}

.tecnol h2 {
	font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 29px;
    margin: 0;
	line-height: 78px;
	border: none;
}
.tecnol h3 {
	font-family: 'Oswald', sans-serif;
    color: #fffb00;
    font-size: 18px;
    margin: 0;
	letter-spacing: 5.5px;
}
.tecnol h4 {
    color: #fff;
    font-size: 12px;
    margin: 0;
	letter-spacing: 0px;
}
.tecnol h5 {
    color: #3e7884;
    font-size: 12px;
    margin: 0;
	letter-spacing: 0px;
	-webkit-transform: skew(-30deg);
     -moz-transform: skew(-30deg);
     -ms-transform: skew(-30deg);
     -o-transform: skew(-30deg);
     transform: skew(-30deg);
}	
}
#programacion {
    font-family: 'lato-black';
	font-size: 16px;
	color: #333333;
}
#programacion .titulo{
    font-family: 'lato';
	font-size: 16px;
}
#programacion .orange{
    color: #b3710b;
}
#programacion td {
    padding: 5px 6px 5px 6px !important;
}
#programacion .hora {
    border-right: 1px solid #4d4d4d;
	padding-right: 8px;
}
.horacell {
	text-align: right;
	font-family: 'lato';
	font-size: 14px;
	color: #4d4d4d;
	
}
#programaciont {
    font-family: 'lato-black';
	font-size: 16px;
	color: #fff;
}
#programaciont .titulo{
    font-family: 'lato';
	font-size: 16px;
}
#programaciont .orange{
    color: #b3710b;
}
#programaciont td {
    padding: 5px 6px 5px 6px !important;
}
#programaciont .hora {
    border-right: 1px solid #fff;
	padding-right: 8px;
}
#programaciont .horacell {
	color: #fff;
	
}