/* Global styles
================================================== */
@font-face {
	font-family: 'Rogan-Bold';
	src: url("../../fonts/Rogan-Bold.ttf");
	src: url("../../fonts/Rogan-Bold.ttf") format("truetype");
  }

  @font-face {
	font-family: 'Rogan-Light';
	src: url("../../fonts/Rogan-Light.ttf");
	src: url("../../fonts/Rogan-Light.ttf") format("truetype");
  }

  @font-face {
	font-family: 'Rogan-Medium';
	src: url("../../fonts/Rogan-Medium.ttf");
	src: url("../../fonts/Rogan-Medium.ttf") format("truetype");
  }

  @font-face {
	font-family: 'Rogan-Regular';
	src: url("../../fonts/Cera/Rogan-Regular.ttf");
	src: url("../../fonts/Cera/Rogan-Regular.ttf") format("truetype");
  }

  @font-face {
	font-family: 'Rogan-Semibold';
	src: url("../../fonts/Rogan-SemiBold.ttf");
	src: url("../../fonts/Rogan-SemiBold.ttf") format("truetype");
  }

  @font-face {
	font-family: 'Rogan-Thin';
	src: url("../../fonts/Rogan-Thin.ttf");
	src: url("../../fonts/Rogan-Thin.ttf") format("truetype");
  }

html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
}

ul {
  padding: 0;
  margin: 0;
}

/*.btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #C0B170;
  height: 50px;
  width: 100%;
  padding: 0 35px;
  line-height: 40px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

.btn.fill {
  background: transparent;
  padding: 0 25px;
  color: #fff;
  margin-left: 20px;
  border: 2px solid #fff;
}

.btn.fill:hover {
  background: #C0B170;
  border-color: #C0B170;
}

.btn.btn-round {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}

.btn-link {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
}

.btn-link i {
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.btn-link:hover {
  color: #C0B170;
}*/

@media (max-width: 1200px) {
  .header {
    margin: auto;
    max-width: 1200px;
    width: 100%;
  }
  .header .navbar-nav .line {
    border-top: none;
    display: none;
  }
  .header .navbar-collapse {
    padding-left: 0px !important;
  }
}

@media (max-width: 993px) {
  .footer .icon {
    margin: 0 15px;
  }
  .footer .bv-footer-row {
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .footer .correo {
    font-size: 19px;
  }
}

@media (max-width: 768px) {
  .footer .icon {
    margin: 0 15px;
  }
  .footer .bv-footer-row {
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .footer .bv-footer-row .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .footer .bv-footer-row .data {
    text-align: center;
  }
  .footer .correo {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .header .navbar-nav {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .header .navbar-brand {
    max-width: 216px;
  }
}

.hello {
  background-color: #252a2d !important;
}

.hello .nav {
  padding: 20px 0px;
}

.modal h4 {
  color: #4C4C4C;
  text-align: center;
}

.modal p {
  color: #4C4C4C;
  font-size: 15px;
  line-height: 15px;
  font-weight: 200;
}

.modal p a {
  text-decoration: underline;
  color: blue;
}

.body-color {
  background: white;
  color: #fff;
}

.title-text-curso {
  font-family: Rogan-Medium;
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #212529;
}

.cursos-page {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
}

.curso-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.curso-content li {
  background: #efefef;
  margin: 0 3px 10px 3px !important;
}

.curso-content li:nth-child(odd) {
  background: white;
}

.text {
  color: black !important;
  text-decoration: none !important;
  /* no underline */
}

.name-curso {
  font-size: 19px;
  font-family: Rogan-Bold;
  font-weight: bolder;
}

.title-curso {
  font-size: 12px;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
  font-family: Rogan-Thin;
}

.fecha {
  font-size: 14px;
  font-family: Rogan-Regular;
  -webkit-margin-before: 0px;
  margin-block-start: 0px;
}

.encargado {
  padding-top: 10px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  font-size: 15px;
  font-family: Rogan-Bold;
}

hr.new4 {
  border: 1px solid;
  opacity: 1;
  -webkit-margin-after: 0.2em;
          margin-block-end: 0.2em;
}

.cursos-page {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
}

h3 {
  margin: 40px 0 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

.curso-content-item {
  display: inline-block;
  max-width: 374px;
  width: 100% !important;
  font-size: 24px;
  min-height: 70px;
  margin: 0px 3px;
}

/*a {
  color: white;
  width: 100%;
  height: 100%;
}*/

.box-area {
  font-weight: bold;
  line-height: 23px;
  width: 100%;
  height: 217px;
  border: 1px solid;
  padding: 10px;
}

.section-areas {
  padding: 70px 0px;
}

.pdf {
  text-decoration: none !important;
  color: white !important;
}

.subtitle {
  font-family: 'gt-pressura-bold';
  padding-top: 20px;
}

.subtitle a {
  color: white;
  text-decoration: none !important;
  /* no underline */
}

.title {
  text-align: center;
  font-size: 30px;
  font-family: 'gt-pressura-bold';
}

.pasos-content {
  border-right: 2px solid;
  text-align: center;
  height: 180px;
}

.pasos-content.two {
  border-right: none !important;
}

.pasos-page {
  left: 0;
  bottom: 0;
  width: 100%;
}

.description-text {
  font-family: 'Raleway-Regular';
  font-size: 1em;
}

.pasos-areas {
  padding: 50px 4px;
  color: white !important;
  margin: 0 auto;
}

.col-title {
  padding-top: 190px;
}

.image {
  height: 590px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.image:before {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0.4;
}

.vl {
  height: 100px;
  margin-left: -20px;
}

.text-date-responsive {
  display: none;
}

.button-content {
  padding-top: 10px;
  text-align: center;
}

.border-text {
  border-left: 5px solid blue;
  padding-right: 50px;
}

.date-page {
  left: 0;
  bottom: 0;
  width: 100%;
}

.date-page .content-date {
  color: white;
  padding: 30px;
  text-align: center;
}

.date-page .month {
  font-size: 25px;
}

.date-page .number {
  font-size: 40px;
}

.date-page .button-nav {
  font-family: 'gt-pressura-bold';
  padding: .375rem .75rem !important;
  width: 316px;
  height: 71px;
  font-size: 29.82px;
  font-weight: 700;
  line-height: 52px;
  text-transform: inherit;
}

.date-page .btn-secondary {
  font-family: 'gt-pressura-bold';
}

.date-page .col-md-1 {
  width: 4.33% !important;
}

.date-page .text-date {
  text-align: right;
  padding-right: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'gt-pressura-bold';
  font-size: 32px;
}

.date-page .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: gt-pressura-bold;
}

.date-page .section-1 {
  position: absolute;
  z-index: 2;
  width: 50px;
  font-size: 120px;
  margin-right: 310px;
  margin-top: -67px;
  font-weight: bold;
  line-height: 182px;
}

.date-page .section-2 {
  font-size: 35.53px;
  position: relative;
  z-index: 1;
  text-align: right;
  width: 290px;
  padding-right: 2px;
  font-weight: bold;
  height: 63px;
  line-height: 57px;
}

.jumbotron {
  margin-bottom: 0px;
  padding: 0px;
  border-radius: 0px;
}

.jumbotron .title-jumbotron {
  text-transform: uppercase;
  font-size: 55px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  width: 12em;
  font-family: 'gt-pressura-bold';
  line-height: 68px;
}

.jumbotron .line {
  border-top: 3px solid #FFFFFF;
  max-width: 50.5vw;
  width: auto;
  margin-left: -25rem;
  opacity: 1 !important;
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  margin-bottom: 55px;
}

.jumbotron .title-content {
  bottom: -3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jumbotron .form-g {
  padding: 20px 0;
  background-color: #262b2d;
  max-width: 390px;
}

.jumbotron .form-g .all-btn {
  padding: 0 35px;
}

.jumbotron .form-g select {
  width: 100%;
  padding: .365rem .75rem;
}

.jumbotron .form-g label {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 200;
}

@media (max-width: 767px) {
  .divider-content {
    display: none;
  }
  .text-date {
    text-align: center !important;
    padding-right: 0 !important;
  }
  .text-date-desktop {
    display: none;
  }
  .text-date-responsive {
    display: block;
  }
  .second-title {
    padding-left: 5px;
  }
  .day-content {
    padding-top: 20px;
  }
  .box-area {
    height: auto;
  }
  .section-areas {
    padding: 50px 25px;
    margin: 0;
  }
  .title-text-curso {
    line-height: 30px;
    font-size: 28px;
  }
  .line {
    max-width: 105vw !important;
    margin-left: -7rem !important;
    width: auto !important;
    margin-bottom: 30px !important;
  }
  .title-jumbotron {
    font-size: 40px !important;
    line-height: 40px !important;
    width: auto;
  }
  .image {
    min-height: 770px;
  }
  .title-content {
    bottom: 0rem !important;
    position: relative;
  }
  .col-title {
    padding-top: 70px;
  }
  .pasos-content {
    border-right: none;
    margin: 0;
    margin-top: 25px;
    height: auto;
  }
  .pasos-content .cursos-page {
    background-color: white;
  }
  .pasos-content .cursos-page .nav-item {
    max-width: 373px;
    width: 100%;
  }
  .pasos-content .cursos-page .nav-item .box-area {
    font-weight: 700;
    line-height: 23px;
    width: 100%;
    min-height: 217px;
    border: 1px solid #7E6247;
    padding: 10px;
  }
  .pasos-content .cursos-page .nav-item .title-curso {
    font-size: 15px;
    font-family: 'Raleway-Regular';
  }
  .pasos-content .cursos-page .nav-item .name-curso {
    font-size: 19px;
    font-weight: bold;
    font-family: 'gt-pressura-bold';
  }
  .pasos-content .cursos-page .nav-item .encargado {
    padding-top: 10px;
    -webkit-margin-after: 0px;
            margin-block-end: 0px;
    font-size: 15px;
    font-family: 'Raleway-Bold';
  }
  .pasos-content .cursos-page .nav-item .fecha {
    font-size: 14px;
    font-family: 'Raleway-Regular';
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
  }
  .pasos-content .cursos-page .nav-item hr.new4 {
    opacity: 1;
    -webkit-margin-after: 0.2em;
            margin-block-end: 0.2em;
  }
}

@media (max-width: 767px) and (max-width: 575.98px) {
  .title-jumbotron {
    font-size: 33px !important;
    line-height: 35px !important;
    width: auto;
  }
}

@media only screen and (max-width: 1700px) {
  .subtitle {
    line-height: 27px !important;
  }
  .image {
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .button-nav {
    font-size: 24.82px !important;
    max-width: 273px !important;
    width: 100% !important;
    height: 65px !important;
  }
  .section-1 {
    width: 50px !important;
    font-size: 80px !important;
    margin-right: 225px !important;
    margin-top: -67px !important;
    font-weight: 700 !important;
    line-height: 182px !important;
  }
  .section-2 {
    font-size: 28.53px !important;
    position: relative !important;
    z-index: 1 !important;
    text-align: right !important;
    width: 250px !important;
    padding-right: 10px !important;
    font-weight: 700 !important;
    height: 63px !important;
    line-height: 57px !important;
  }
  .title-content {
    bottom: 0 !important;
    position: relative;
    padding: 12px 0;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .curso-content-item {
    max-width: 373px;
    width: 100% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .curso-content-item {
    max-width: 311px;
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .curso-content-item {
    max-width: 353px;
    width: 100% !important;
  }
  .pasos-content {
    border-right: none;
    height: auto;
  }
}

@media (max-width: 991px) {
  .button-nav {
    line-height: 20px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .line {
    max-width: 81vw !important;
    margin-left: -10rem !important;
    width: auto !important;
    margin-bottom: 30px !important;
  }
  .title-jumbotron {
    font-size: 44px !important;
    line-height: 52px !important;
    width: auto !important;
  }
  .col-title {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .title-jumbotron {
    font-size: 44px !important;
    line-height: 52px !important;
  }
  .line {
    max-width: 58.5vw !important;
    margin-left: -8rem !important;
    width: auto;
  }
}
/*# sourceMappingURL=areas.css.map */