@import url(https://fonts.googleapis.com/css?family=Raleway:400,900italic,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);
html,
body {
  height: 100%;
  width: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	color:#86878b;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #a70e13;
}
a:hover,
a:focus {
  color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

h2 {
	 font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	 font-weight:bolder;
	 font-size:30px;
	 color:#000;
}
	
hr {
  border-color: #a70e13;
  border-width: 3px;
  max-width: 50px;
}



.curso {
	width:100%;
	background-color:#fff;
	text-align:center;
	margin-top:30px;
}

.cursoheader {
	background-color:#333333;
	border-bottom:5px solid #a70e13;
	width:100%;
	padding-top:15px;
}

.cursotitulo {
	color:#FFF;
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
}

.cursofecha {
	color:#FFF;
	font-size:26px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	padding-left:25px;
	padding-right:25px;
	margin-top:10px;
}

.cursohorario {
	color:#999;
	font-style:italic;
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
}

.cursodatos {
	font-size:14px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	padding-left:15px;
	line-height:26px;
}

.vermas {
	background-color:#a70e13;
	color:#FFF;
	border:1px solid #a70e13;
  width: auto;
	min-width:90px;
  max-width:150px;
	height:40px;
	outline:none;
	font-weight:bold;
	font-size:12px;
	border-radius:2px;
  display: block;
  text-transform: capitalize !important;
  border-radius: 2px !important;
  line-height: 25px;
}

.enviar {
	background-color:#a70e13;
	color:#FFF;
	border:1px solid #a70e13;
	width:140px;
	height:40px;
	outline:none;
	font-weight:bold;
	font-size:12px;
	border-radius:2px;
	margin-top:40px;
}

.enviar:hover {
	background-color:#fff;
	color:#a70e13;
	border:1px solid #a70e13;
}

.redes {
	font-size:36px;	
}

.redes a{
	font-size:36px;
	color:#999;
	padding-left:30px;
}

.vermas:hover {
	background-color:#fff;
	color:#a70e13;
	border:1px solid #a70e13;
}

footer {
	background-color:#000;
	color:#999;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:20px;
}

.links {
	color:#000;
	font-weight:bold;
	font-size:14px;
}

.links a {
	color:#ccc;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align:justify;
}
.bggris {
  background-color: #f5f5f5;
  padding: 3em 0;
  text-align: center;
  font-size: 1.3em;
}

.bggris a {
  
  display: block;
  font-weight: normal;
  margin-top: 0.5em;
}

@media (min-width: 768px) {
  .bggris {
    text-align: left;
    font-size: 1em;
  }

  .bggris a {
    font-weight: bold;
  }
}

.bggris img {
  /*margin-top: 2em;*/
}

.bgblanco {
	background-color:#fff;
}

.bgcursos{
	background-image:url(../img/cursosbg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

#ubicacion {
  position: relative;
  padding: 0;
}

#map_canvas {
  height: 520px;
  width: 100%;
}

.ubicacion{
	background-color: rgba(0,0,0, 0.8);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	color:#FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hrblanco {
	border-color:#FFF;
}

.ubicacioncontent {
	color:#999;
	font-size:14px;
	margin-top:200px;
}

.input {
	background-color:transparent;
	border:none;
	border-bottom:1px solid #999;
	width:100%;
	outline:none;
	padding-left:10px;
	padding-top:40px;	
  text-transform: uppercase;
}

.inputarea {
	background-color:transparent;
	border:none;
	border-bottom:1px solid #999;
	width:100%;
	height:248px;
	outline:none;
	padding-left:10px;
	padding-top:20px;	
  text-transform: uppercase;
}

.nopaddingl {
  padding-left: 0;
  padding-right: 0;
}

.nopaddingr {
  padding-left: 0;
  padding-right: 0;  
}

@media (min-width: 768px) {
  .nopaddingl {
    padding-right:inherit;
  }

  .nopaddingr {
    padding-left:inherit;
  }
}

.vermapa {
	background-color:transparent;
	color:#FFF;
	border:1px solid #fff;
	width:90px;
	height:40px;
	outline:none;
	font-weight:bold;
	font-size:12px;
	border-radius:2px;
	margin-top:20px;
	
}

.vermapa:hover {
	background-color:#fff;
	color:#999;

	
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 100px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: black;
  border-color: transparent;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  }
  

.navbar-default .navbar-header .navbar-brand {
  color: #a70e13;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: white;
}

@media (min-width: 1000px) {
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    font-size: 13px;
  }
}


.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #a70e13;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #a70e13 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
	.navbar-right {
    padding-top: 20px;
    transition: 0.3s all ease-in-out;

}
	
  .navbar-default {
    background-color:transparent;
    border-color: transparent;
	  min-height:67px;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
    padding-top: 10px;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: black;
    border-color: rgba(34, 34, 34, 0.05);
  }

  .navbar-default.affix .navbar-right {
    padding-top: 10px;
  }

  .navbar-default.affix .navbar-header .navbar-brand {
    color: #a70e13;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #ffffff;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #a70e13;
  }
}
/*header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header.jpg');
  text-align: left;
  color: white;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}



@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}*/
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #a70e13;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #222222;
}
.btn-primary {
  color: #ffffff;
  background-color: #a70e13;
  border-color: #a70e13;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #a70e13;
  border-color: #a70e13;
}
.btn-primary .badge {
  color: #a70e13;
  background-color: #ffffff;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
@media (max-width: 768px)  {
	.navbar-default img {
		max-width:80px;
	}
}

.Popup-content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999999;
    background: #fff;
    padding-top: 30px;
}

.Popup-content-body {
    color: #000;
    font-size: 16px;
    overflow-y: scroll;
    padding: 1em;

    height: 300px;
}

@media (min-width: 768px)  {
  .Popup-content-body {
      height: 500px;
  }
}


@media (min-width: 1000px)  {
  .Popup-content-body {
      height: 500px;
  }
}

.errorMessage {
  font-size: 0.9em;
  color: #8a1f11;;
}

@media (min-width: 768px)  {
  .navbar .navbar-header .navbar-brand {
    display: block;
    opacity: 1;
    transition: 0.2s all;
  }


  .navbar.affix-top .navbar-header .navbar-brand {
    opacity: 0;
    display: none;
  }
}



.Popup-content-title h2 {
  color: #a70e13;
}

.Popup-content-body ul li {
  list-style-type: none;

}

.Popup-content-body ul li:before {
  content: "• ";
  display: inline;
  color: #a70e13;
  font-size: 25px;
  line-height:25px;
  vertical-align: top;
}

.camera_effected {
  position: absolute;

  top: 70px;
  left: 0;
}



.copy {
  font-family: 'Raleway',Open Sans;
  font-size:20px;
  padding-top: 12px;
  color: #fff;
  text-transform: uppercase;
}

.copy2 {
  font-family: 'Raleway',Open Sans;
  font-size:16px;
  padding-top: 50px;
  color: #fff;
}

.logo {
  margin-top:10px;
}

@media (min-width: 768px)  {

  .camera_effected {
    position: absolute;

    top: 80px;
    left: 80px;
  }

  .copy {
    font-size:20px;
    padding-top: 30px;
  }

  .copy2 {
    font-size:16px;
    padding-top: 20px;
  }

}



@media (min-width: 1200px)  {

  .camera_effected {
    position: absolute;

    top: 80px;
    left: 80px;
  }

  .copy {
    font-size:36px;
    padding-top: 30px;
  }

  .copy2 {
    font-size:20px;
    padding-top: 70px;
  }

}


.bgdarkgris {
  background: #5c5851;
  color: #fff;
}

.bgdarkgris h2 {
  color: #fff;
}

.bgdarkgris hr {
  border-color: #fff;
}

blockquote {
  background: #5c5851;
}

blockquote small {
  color: #fff;
}



.cycle-nav {
    background: url(../img/camera_skins.png) no-repeat 0 0;
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    margin: 0;
    z-index: 999;
}

.cycle-nav.clycle-nav-prev {
    background-position: 0 -80px;
    left: 10%;
    top: 50%;
}

.cycle-nav.clycle-nav-next {
    background-position: -40px -80px;
    right: 10%;
    top: 50%;
}

#popupStudents figcaption {
  font-size: 0.9em;
  padding-bottom: 1em;
}