#header {
	top: 0;
	z-index: 500;
	width: 100%;
	position: fixed;
	z-index: 99999;
}

#main-menu {
	z-index: 300;
	visibility:visible;
}

.menu-bg {
	background:#202020;
}
footer {
    left: 0;
    bottom: 0;
    width: 100%;
	line-height: 1;
	background-color: #13406e;
	color:rgba(255,255,255,.5);
  }
/*-----------------------------------------------------------------*/
/* Slider
/*-----------------------------------------------------------------*/


.home {
	overflow: hidden;
	font-family: "Raleway", sans-serif;
}

.home .slides {
	display: inline-block;
	width: 100%;
}

.home .flexslider {
	overflow: hidden;
}

.big {
	font-size: 50px;
	font-weight: bold;
	line-height: 70px;
	text-transform: uppercase;
	margin: 6px -10px;
	color: #fff;
}

.small {
    font-size: 20px;
    font-weight: 200;
    color: rgb(94, 91, 91);
    margin: 30px 0px 0px;
    text-transform: uppercase;
	font-weight: 600;
}

.home .flexslider .slides img {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.home .flexslider .slides img.parallax {
	background-attachment: fixed;
}

.flexslider.video img {
	background: none !important;
}

#video_player {
	bottom: 0;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	right: 0;
	width: auto;
}

.slider-text-wrapper {
	position: absolute;
	width: 100%;
	height: 250px;
	top: 40%;
	left: 0;
	margin-top: -125px;
	text-align: center;
	z-index:999;
	background-color: rgb(128, 102, 102);
	opacity: 0.55;
}
/* .slider-text-wrapper {
	position: absolute;
	width: 100%;
	height: 250px;
	top: 40%;
	margin-top: -125px;
	text-align: center;
	z-index:999;
	background-color: rgb(128, 102, 102);
	opacity: 0.55;
} */
.slider-text-wrapper .btn {
	margin-top: 100px;
	border:2px solid #FFF;
	background:#13406e;
	border-color: #13406e;
	color:#FFF;
	opacity: 1;
}

.flex-control-nav {
	bottom: 40px;
	z-index: 999;
	position: absolute;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
}

.flex-control-paging li a {
	width: 6px !important;
	height: 6px !important;
	box-shadow: none !important;
	background: #fff !important;
	display: inline-block !important;
	text-indent: -9999px !important;
	border-radius: 50% !important;
	margin: 0 6px !important;
	cursor: pointer !important;
	z-index:9999 !important;
}

.flex-control-paging li a.flex-active {
	background: #18263a;
}

.flexslider {
	position: relative;
}

.flex-prev {
	color: #333;
	font-size: 40px !important;
	height: 40px;
	left: 20px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}

.home .flex-prev, .home .flex-next {
	color: #FFF;
	transition: none 0s ease 0s;
	z-index: 999;
}

.flex-next {
	color: #333;
	font-size: 40px !important;
	height: 40px;
	right: 0px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.home .flex-prev, .home .flex-next {
	color: #fff;
	transition: none;
}

#home {
	width: 100%;
	color: #fff;
}
.slider-overlay {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}


/*-----------------------------------------------------------------*/
/*  Flexslider
/*-----------------------------------------------------------------*/


.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
	height:630px;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flex-control-nav {
	position:absolute;
	bottom: 20px;
	text-align:center;
	width: 100%;
}

.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
}

.flex-control-nav li a {
	width: 30px;
	height: 5px;
	background: #FFF;
	text-indent:-9999px;
	display:block;
	opacity: 0.4;
}

.flex-control-nav li a.flex-active {
	opacity: 1;
}

.flex-direction-nav .flex-prev:hover,  .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
/*-----------------------------------------------------------------*/
/* Services
/*-----------------------------------------------------------------*/

/* #services {
	padding-bottom:50px;
	background:#FFF;
} */

.services-box {
	text-align: center;
	margin-bottom: 50px;
	padding: 29px 10px 20px;
}
.services-box2 {
	text-align: center;
	margin-bottom: 10px;
	padding: 15px 5px 5px;
}
.services-box .services-icon {
	width: 80px;
	height: 80px;
	color: #FFF;
	font-size: 38px;
	line-height: 80px;
	border-radius: 50%;
	display: inline-block;
	margin: 0px auto;
	background: #7EC13F none repeat scroll 0% 0%;
}

.services-box .services-desc {
	margin-top: 25px;
}

.services-box .services-desc h4 {
	margin: 31px 0px 20px;
}

.tm-contact-form-box { max-width: 485px; }
ul.mail-icon {
    list-style: none;
    padding-top: 20px;
}
ul.mail-icon li {
    float: left;
    color: black;
    font-size: 15px;
    padding-right: 23px;
}
ul.mail-icon li img {
   padding-right: 7px;
}
ul.social_icon {
    list-style: none;
    padding-top: 30px;
}
ul.social_icon li {
    float: left;
    height: 60px;
    color: rgb(139, 139, 139);
    padding-right: 20px;
}
ul.social_icon li a {
    color: black;
    width: 40px;
    height: 40px;
    border: solid black 1px;
    float: left;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    font-size: 18px;
}
ul.social_icon li a:hover {
    background: #35a30a;
    border: solid #35a30a 1px;
    color: black;
}
.cabecera{
	padding: 50px 0px 50px 0px;
}
.navbar-dark .navbar-brand {
    color: white;
}
.navbar-dark .navbar-nav>li>a {
    color: white;
}
.bg-dark{
	background-color: #13406e;
	color:rgba(252, 252, 252, 0.877);
}
.navbar-dark{
	background-color: #13406e;
	color:rgba(252, 252, 252, 0.877);
	/* background-color: black;
	border-color:black; */
	height: 40px !important;
	min-height: 40px !important;
}
.item-programa-box {
	padding-bottom: 10px;
	padding-top: 10px;
}
.item-programa {
	border: 1px solid #cecaca;
    margin: 5px;
	min-height: 320px;
	padding-top: 1px !important;
}
.navbar-blue{
	background-color: white;
	opacity: 0.15;
	border-color:white; 
}

@media(max-width:767px) {
	#bs-example-navbar-collapse-1{
		padding-top: 65px;
		background-color: black;
	}
	.text-cab{
		font-size: 29px;
		padding-top: 22px;
		font-family: Georgia, serif;
	}
	.text-sub{
		font-size: 10px;
		font-family: Georgia, serif;
	}
	.contenedor{
		margin-right: auto;
		margin-left: auto;
	}
}
@media(min-width:767px) {
	.text-cab{
		font-size: 49px;
		padding-top: 25px;
		font-family: Georgia, serif;
	}
	.text-sub{
		font-size: 15px;
		font-family: Georgia, serif;
	}
	.contenedor{
		padding-right: 25px;
		padding-left: 25px;
		margin-right: auto;
		margin-left: auto;
	}
}
.navbar-dark .navbar-nav>li>a:hover{
	color: rgb(37, 158, 228) !important;
}
/*new*/
.grid-3{
    display: grid;
	background-color: red !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.grid-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);/*otra forma*/
    grid-gap: 20px;
	vertical-align: middle;
}
/* .navbar1{
	font-size: 14px;
	margin: auto;
	padding-top: 4px;
	padding-bottom: 0px;
} */
.container{
    max-width: 960px;
    margin:auto;
    overflow: hidden;
    padding: 4rem 1rem;
}
.container2{
    max-width: 960px;
    margin:auto;
    overflow: hidden;
    padding: 2rem 0.2rem;
}
.container3{
    max-width: 85%;
    margin:auto;
    overflow: hidden;
    padding: 2rem 0.2rem;
}
.content-section-b {
    padding: 10px 0;
}
.grid-2>div>p{
	text-align: justify;
}
.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}
h5{
	font-size: 20px;
}
/* .navbar2>.navbar-nav .ml-auto {
	padding-top: 5px;
    padding-bottom: 5px;
} */
@media(max-width:560px)  {
    .grid-3,.grid-2{
        grid-template-columns: 1fr;
    }
}
.services{
	padding: 1rem 1rem;
}
/* @media(min-width:767px) {
	.navbar-default>.topnav{
		display: flex;
    }
    .navbar-default>.topnav>.navbar-collapse{
		display: flex !important;
    }
	.navbar-default>.topnav>.navbar-collapse>.navbar-nav{
		display: flex;
    }
	.navbar-default .navbar-nav>li {
		margin: auto;
	}
} */
.formularioMatricula > div > div {
	padding-bottom: 4px;
}
.formularioMatricula > div > select {
	margin: 4px 14px 4px 14px;
}
.formularioMatricula {
	padding-bottom: 20px;
}
.text-cab2{
	font-size: 18px;
	font-family: Georgia, serif;
}
/* .card-header{
	padding: 10px;
} */
.row3 {
	margin-right: -50px;
    margin-left: -50px;
}
.navbar-programas>li>a {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.hero {
	height: 400px;
	display: block;
	position: relative;
  }
  
.hero::after {
	content: "";
	background: url("../img/nosotros.png");
	opacity: 0.15;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
  }
  .btn-wsp{
    position:fixed;
    width:320px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
	display: inline-block;
}
.btn-wsp:hover{
    background: #20ba5a;
}
.textWsp{
	display: block;
	display: inline-block;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
	.textWsp{
		display: none;
	}
}
form {
	padding-left: 10px;
    padding-right: 10px;
}
h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 30px;
}
.hover01 .figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 .figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.img-responsive {
	padding-top: 1em;
	margin: auto;
	height: 430px;
}
.event-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	border-radius: 1rem;
	transition: all 1s;
}
.event-single:hover{
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.95);
}
.event2-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	border-radius: 2rem;
	transition: all 1s;
	height: 240px;
	text-align: center;
}

.event2-single:hover{
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.95);
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #09685c;
    border-color: #09685c;
}
.text-sub2{
	font-size: 15px;
}
.topnav2 {
    font-size: 18px;
}
.contenedor2{
    position: relative;
    display: inline-block;
	width: 100%;
	height: 260px;
}
.contenedor2 > img {
	width: 80%;
	left:0px;
	height: 100%;
	/* -webkit-mask-image: -webkit-gradient(linear, left top, 
    left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0))); */
	-webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
  
}
.texto-encima{
    position: absolute;
    top: 15%;
	width: 40%;
	font-size: 40px;
	color: rgb(0, 0, 0);
    right: 10px;
	text-align: right;
}
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10000; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  .modal2 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10000; /* Sit on top */
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  /* Modal Content/Box */
  .modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 35%;
	position: relative;
	text-align: center;
	color: white;
	top: -50px;
    height: 70%;
  }

  @media(max-width:560px)  {
    .modal-content {
		background-color: #fefefe;
		margin: 15% auto; /* 15% from the top and centered */
		padding: 20px;
		border: 1px solid #888;
		width: 400px;
		top: 100px;
		position: relative;
		text-align: center;
		color: white;
		height: 500px;
	  }
  }
  /* The Close Button */
  .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	top: 8px;
	right: 16px;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }

.imgPromotion {
	width: 100%;
    padding: 0px;
    height: 100%;
}
.img-responsive2 {
	padding: 1em;
}