@charset "UTF-8";
/*
	Template Name: Exhibit -  Conference & Event HTML Template
	Author: Themewinter
	Author URI: https://themeforest.net/user/tripples
	Description: Eventor -  Conference & Event HTML Template
	Version: 1.0
*/
/* Table of Content
==================================================
1.	Typography
2.  Global Styles (body, link color, gap, ul, section-title, overlay etc)
3.  Header area
4.	Banner area

	
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* ============================== */
@font-face {
  font-family: 'gt-pressura-bold';
  src: url("fonts/gt-pressura/GT-Pressura-Bold.otf");
  src: url("fonts/gt-pressura/GT-Pressura-Bold.otf") format("truetype");
}

@font-face {
  font-family: 'gt-pressura-bold-web';
  src: url("fonts/gt-pressura/gt-pressura-bold-web-webfont.ttf");
  src: url("fonts/gt-pressura/gt-pressura-bold-web-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'gt-pressura-regular';
  src: url("fonts/gt-pressura/gt-pressura-regular-web-webfont.ttf");
  src: url("fonts/gt-pressura/gt-pressura-regular-web-webfont.ttf") format("truetype");
}

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

@font-face {
  font-family: 'Raleway-Italic';
  src: url("fonts/raleway/Raleway-MediumItalic.ttf");
  src: url("fonts/raleway/Raleway-MediumItalic.ttf") format("truetype");
}

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

@font-face {
  font-family: 'Raleway-bold';
  src: url("fonts/raleway/Raleway-Bold.ttf");
  src: url("fonts/raleway/Raleway-Bold.ttf") format("truetype");
}

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

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

/* Typography
================================================== */
body,
p {
  line-height: 24px;
  font-size: 110%;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

h1, h2 {
  font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
}

h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

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

body {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  padding: 0;
  margin: 0;
}

/*===========
footer
=========*/
.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #6b6b6b;
  color: white;
}

.footer .icon {
  margin: 0 15px;
}

.footer .bv-footer-row {
  padding-right: 130px;
  padding-left: 130px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.footer .social-media {
  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;
  padding-bottom: 20px;
}

.footer .distrito,
.footer .direccion,
.footer .text-uni {
  font-family: 'Roboto-Regular';
}

.footer .correo, .footer .web {
  font-family: 'Roboto-Bold';
}

.footer .correo {
  font-size: 19px;
}

.footer .web,
.footer .text-uni,
.footer .direccion,
.footer .distrito {
  font-size: 12px;
  margin: 2px 0px;
}

.footer .web
.text-uni
.correo
.direccion
.distrito {
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}

.footer .data {
  text-align: right;
}

.footer .column-three {
  text-align: center;
}

/*===========
footer end
=========*/
/*===========
header
=========*/
.header {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.header .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header .navbar-nav .line {
  border-right: 1px solid white;
  margin: auto;
  height: 15px;
}

.header .navbar-expand-md .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 140px;
}

.header .nav-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .navbar-brand {
  content: url("images/header/logo/logo.png");
  max-width: 254px;
  width: 100%;
}

.header .navbar.navbar-dark.bg-dark {
  background-color: bg-header;
}

.header .item-nav {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  font-family: 'Raleway-Regular';
}

.header .button-nav {
  padding: 10px 20px;
  background-color: #C0B170;
  color: black;
  font-family: 'gt-pressura-bold';
  font-size: 18px;
  line-height: 24px;
}

.header .nav {
  padding: 30px 0px;
}

.header .router-link-active {
  color: #9F8F6C !important;
}

.header .dropdown-menu {
  min-width: 20.4rem;
  width: 100%;
}

.header .button-content {
  padding-top: 0px;
}

/*===========
header end
=========*/
.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;
  }
}

/*========
header

======*/
.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;
}

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

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

.jumbotron {
  background-image: url("images/banner/kv-001-1.jpg");
  margin-bottom: 0px;
  padding: 0px;
  border-radius: 0px;
  background-color: #252a2d !important;
  color: #C3B36D !important;
  background-position-y: -100px;
}

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

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

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

.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;
}

/*==========================
      header home
===========================*/
.header {
  background-color: #252a2d;
}

.nav {
  background-color: #252a2d !important;
  padding: 20px 0;
}

/*==========================
     header home end
===========================*/
/*================

  formulario
  ==================*/
.pasos-areas {
  padding-right: 130px;
  padding-left: 130px;
  padding-bottom: 80px;
  padding-top: 80px;
  max-width: 1084px;
  width: 100%;
}

.pasos-areas .subtitle-table {
  text-align: center;
}

.pasos-areas .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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.pasos-areas .title-table {
  font-size: 14px;
}

.pasos-areas .text-columns {
  padding-right: 25px;
}

.pasos-areas .subtitle-text-three {
  font-size: 15px;
  font-weight: bold;
  color: bg-black;
}

.pasos-areas .subtitle-text-second {
  font-size: 15px;
  font-style: oblique;
  font-weight: bold;
  color: bg-black;
}

.pasos-areas .text-explication {
  font-size: 13px;
  font-style: oblique;
}

.pasos-areas .title-text {
  color: bg-black;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}

.pasos-areas .subtitle-text {
  color: bg-black;
  font-size: 32px;
  font-family: 'gt-pressura-bold';
}

.pasos-areas .bv-example-row {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: justify;
}

.pasos-areas textarea, .pasos-areas input {
  background-color: #DBDBDB;
  border-radius: 0px;
}

.pasos-areas textarea, .pasos-areas input, .pasos-areas select, .pasos-areas checkbox {
  border: 1.5px solid #252a2d;
}

.pasos-areas .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.pasos-areas .custom-control-label {
  margin-top: -5px;
}

.pasos-areas .form-responsive {
  display: none;
}

.pasos-areas .text-condiciones {
  padding-left: 10px;
}

.pasos-areas select {
  width: 100%;
  padding: 0.375rem 0.75rem;
  height: 38px;
  background-color: #dbdbdb;
  color: #6B6B6B;
  font-family: 'Raleway-Regular';
}

.pasos-areas ::-webkit-input-placeholder {
  color: #6B6B6B;
  opacity: 1;
  /* Firefox */
  font-family: 'Raleway-Regular';
}

.pasos-areas :-ms-input-placeholder {
  color: #6B6B6B;
  opacity: 1;
  /* Firefox */
  font-family: 'Raleway-Regular';
}

.pasos-areas ::-ms-input-placeholder {
  color: #6B6B6B;
  opacity: 1;
  /* Firefox */
  font-family: 'Raleway-Regular';
}

.pasos-areas ::placeholder {
  color: #6B6B6B;
  opacity: 1;
  /* Firefox */
  font-family: 'Raleway-Regular';
}

.pasos-areas .button-content {
  text-align: center;
}

.pasos-areas .button-text {
  font-family: 'gt-pressura-bold';
  font-size: 18px;
  border-radius: 0px;
  background-color: #C1B170;
  border-color: #C1B170;
  color: #252A2D;
  height: 52px;
  margin-top: 25px;
}

.pasos-areas .conditions {
  font-family: 'Raleway-Regular';
}

.pasos-areas .access {
  font-family: 'Raleway-Bold';
}

.pasos-areas label {
  display: inline;
}

.pasos-areas input {
  font-family: 'Raleway-Regular';
}

.pasos-areas input, .pasos-areas select, .pasos-areas textarea {
  margin-left: 10px;
}

.pasos-areas .form-check-input {
  margin-left: -1.25rem;
}

.pasos-areas .form-content {
  padding-top: 30px;
  font-family: 'Raleway-Regular';
}

.pasos-areas .second-subtitle {
  background-color: #C4B076;
}

/*======= 
  
   ======*/
/*================

  Admisión
  ==================*/
.pasos-areas-admi {
  padding-right: 130px;
  padding-left: 130px;
  padding-bottom: 80px;
  padding-top: 80px;
  max-width: 1084px;
  width: 100%;
}

.pasos-areas-admi p, .pasos-areas-admi li {
  font-size: 16px;
  font-family: 'Raleway-Regular';
}

.pasos-areas-admi p, .pasos-areas-admi ul {
  margin-bottom: 1rem;
}

.pasos-areas-admi .subtitle-table {
  text-align: center;
}

.pasos-areas-admi .title-table {
  font-size: 14px;
}

.pasos-areas-admi .text-columns {
  padding-right: 25px;
}

.pasos-areas-admi .subtitle-text-three {
  font-size: 15px;
  font-weight: bold;
  color: bg-black;
}

.pasos-areas-admi .subtitle-text-second {
  font-size: 15px;
  font-style: oblique;
  font-weight: bold;
  color: bg-black;
}

.pasos-areas-admi .text-explication {
  font-size: 13px;
  font-family: 'Raleway-Italic';
}

.pasos-areas-admi .title-text {
  color: bg-black;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  font-family: 'gt-pressura-bold';
}

.pasos-areas-admi .subtitle-text {
  color: bg-black;
  font-size: 20px;
  font-family: 'Raleway-Bold';
}

.pasos-areas-admi .bv-example-row {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: justify;
}

.pasos-areas-admi textarea, .pasos-areas-admi input {
  background-color: #DBDBDB;
  border-radius: 0px;
}

.pasos-areas-admi textarea, .pasos-areas-admi input, .pasos-areas-admi select, .pasos-areas-admi checkbox {
  border: 1.5px solid #252a2d;
}

.pasos-areas-admi .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.pasos-areas-admi .custom-control-label {
  margin-top: -5px;
}

.pasos-areas-admi .form-responsive {
  display: none;
}

.pasos-areas-admi .text-condiciones {
  padding-left: 10px;
}

.pasos-areas-admi select {
  width: 100%;
  padding: 0.375rem 0.75rem;
  height: 38px;
  background-color: #dbdbdb;
  color: #6B6B6B;
  font-family: 'Raleway-Regular';
}

.pasos-areas-admi ::-webkit-input-placeholder {
  color: #6B6B6B;
  opacity: 1;
  /* Firefox */
  font-family: 'Raleway-Regular';
}

.pasos-areas-admi :-ms-input-placeholder {
  color: #6B6B6B;
  opacity: 1;
  /* Firefox */
  font-family: 'Raleway-Regular';
}

.pasos-areas-admi ::-ms-input-placeholder {
  color: #6B6B6B;
  opacity: 1;
  /* Firefox */
  font-family: 'Raleway-Regular';
}

.pasos-areas-admi ::placeholder {
  color: #6B6B6B;
  opacity: 1;
  /* Firefox */
  font-family: 'Raleway-Regular';
}

.pasos-areas-admi .button-content {
  text-align: center;
}

.pasos-areas-admi .button-text {
  font-family: 'gt-pressura-bold';
  width: 25em;
  font-size: 18px;
  border-radius: 0px;
  background-color: #C1B170;
  border-color: #C1B170;
  color: #252A2D;
  height: 52px;
  margin-top: 25px;
}

.pasos-areas-admi .conditions {
  font-family: 'Raleway-Regular';
}

.pasos-areas-admi .access {
  font-family: 'Raleway-Bold';
}

.pasos-areas-admi label {
  display: inline;
}

.pasos-areas-admi input {
  font-family: 'Raleway-Regular';
}

.pasos-areas-admi input, .pasos-areas-admi select, .pasos-areas-admi textarea, .pasos-areas-admi .conditions {
  margin-left: 10px;
}

.pasos-areas-admi .form-content {
  padding-top: 30px;
  font-family: 'Raleway-Regular';
}

.pasos-areas-admi .second-subtitle {
  background-color: #C4B076;
}

/*======= 

   financiamiento
  ==================*/
.pasos-areas-financiamiento {
  padding: 100px 65px;
  max-width: 1084px;
  width: 100%;
}

.pasos-areas-financiamiento p, .pasos-areas-financiamiento li {
  font-size: 16px;
  font-family: 'Raleway-Regular';
}

.pasos-areas-financiamiento p, .pasos-areas-financiamiento ul {
  margin-bottom: 1rem;
}

.pasos-areas-financiamiento .second-subtitle {
  background-color: #C0B170;
  padding: 19px 25px;
  font-family: 'gt-pressura-bold';
  font-size: 18px;
}

.pasos-areas-financiamiento .subtitle-table {
  text-align: center;
}

.pasos-areas-financiamiento .text-columns {
  padding-right: 25px;
}

.pasos-areas-financiamiento .table .subtitle-table-2 {
  margin: 5px 0px;
  width: 100%;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pasos-areas-financiamiento .table .vl {
  border-right: 2px solid #252a2d;
  height: 43px;
}

.pasos-areas-financiamiento .table .th-alternativa {
  margin-left: 0px;
}

.pasos-areas-financiamiento .table th, .pasos-areas-financiamiento .table td {
  border-color: #252A2D;
  border-bottom-width: 1.6px;
}

.pasos-areas-financiamiento .table .text-final {
  margin: 5px 0px;
  width: 100%;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pasos-areas-financiamiento .table .td-1, .pasos-areas-financiamiento .table .td-2 {
  margin: 5px 0px;
  border-right: 2px solid #252a2d;
  width: 100%;
  height: 43px;
  font-size: 15px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pasos-areas-financiamiento .table hr {
  height: 2.4px;
  color: #252A2D;
  opacity: 1;
}

.pasos-areas-financiamiento .table .cursos, .pasos-areas-financiamiento .table .nota-text, .pasos-areas-financiamiento .table .descount-text {
  font-family: 'Raleway-Regular';
}

.pasos-areas-financiamiento .table .descount-text {
  margin-left: 35px;
  margin-bottom: 0px;
}

.pasos-areas-financiamiento .table thead {
  padding: 10px;
}

.pasos-areas-financiamiento .table .row-table {
  background-color: #C0B170;
  height: 53px;
}

.pasos-areas-financiamiento .table .row-table th {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pasos-areas-financiamiento .table .title-t-2 {
  font-family: 'Raleway-Regular';
}

.pasos-areas-financiamiento .table .title-t-1 {
  font-family: 'Raleway-Bold';
}

.pasos-areas-financiamiento .table .second-subtitle {
  background-color: #C4B076;
  font-family: 'gt-pressura-bold';
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 19px 30px;
  font-size: 18px;
}

.pasos-areas-financiamiento .table p {
  font-size: 24px;
}

.pasos-areas-financiamiento .table .subtitle-table {
  text-align: center;
}

.pasos-areas-financiamiento .table .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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.pasos-areas-financiamiento .table .title-table.gray {
  background-color: #D8D8D8;
}

.pasos-areas-financiamiento .table .title-table.none {
  border-bottom: none;
}

.pasos-areas-financiamiento .table .title-table .title-th {
  margin: 5px 0px;
  border-right: 2px solid #252A2D;
  width: 100%;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

.pasos-areas-financiamiento .table .title-table .title-th.two {
  border-right: none;
}

.pasos-areas-financiamiento .table .subtitle-text-three {
  font-size: 15px;
  font-family: 'Raleway-Bold';
  color: bg-black;
}

.pasos-areas-financiamiento .table .subtitle-text-second {
  font-size: 15px;
  font-style: oblique;
  font-weight: bold;
  color: bg-black;
}

.pasos-areas-financiamiento .table .text-explication {
  font-size: 13px;
  font-style: oblique;
}

.pasos-areas-financiamiento .table .title-text {
  color: bg-black;
  font-size: 39.82px;
  font-family: 'gt-pressura-bold';
  text-align: left;
}

.pasos-areas-financiamiento .table .subtitle-text {
  color: bg-black;
  font-size: 24px;
  font-family: Raleway-Bold;
}

.pasos-areas-financiamiento .table .bv-example-row {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
}

.pasos-areas-financiamiento .table .table > :not(caption) > * > * {
  padding-right: 0px;
}

.pasos-areas-financiamiento .subtitle-text-three {
  font-size: 15px;
  font-weight: bold;
  color: bg-black;
}

.pasos-areas-financiamiento .subtitle-text-second {
  font-size: 15px;
  font-style: oblique;
  font-weight: bold;
  color: bg-black;
}

.pasos-areas-financiamiento .text-explication {
  font-size: 13px;
  font-family: 'Raleway-Italic';
}

.pasos-areas-financiamiento .title-text {
  color: bg-black;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  font-family: 'gt-pressura-bold';
}

.pasos-areas-financiamiento .subtitle-text {
  color: bg-black;
  font-size: 20px;
  font-family: 'Raleway-Bold';
}

.pasos-areas-financiamiento .bv-example-row {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: justify;
}

.pasos-areas-financiamiento label {
  display: inline;
}

.pasos-areas-financiamiento input {
  font-family: 'Raleway-Regular';
}

.pasos-areas-financiamiento input, .pasos-areas-financiamiento select, .pasos-areas-financiamiento textarea, .pasos-areas-financiamiento .conditions {
  margin-left: 10px;
}

.pasos-areas-financiamiento .form-content {
  padding-top: 30px;
  font-family: 'Raleway-Regular';
}

.pasos-areas-financiamiento .second-subtitle {
  background-color: #C4B076;
}

/*======= 
  
   ======*/
.pasos-page {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 50px 4px;
  color: white;
  margin: 0 auto;
  background-color: #000000;
}

.pasos-page a {
  text-decoration: none;
  color: #FFFFFF;
}

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

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

.pasos-page .title {
  text-align: center;
  font-size: 30px;
  font-family: 'gt-pressura-bold';
  width: auto;
  color: #FFFFFF;
  text-transform: none;
}

.pasos-page .pasos-content {
  border-right: 2px solid #C0B170;
  text-align: center;
  height: 190px;
}

.pasos-page .description-text {
  font-family: 'Raleway-Regular';
}

.pasos-page .icon-inter {
  fill: #FFFFFF;
}

@media (max-width: 1200px) {
  .jumbotron.image {
    height: 420px;
  }
  .jumbotron.image .col-title {
    padding-top: 250px;
  }
}

@media (max-width: 768px) {
  .jumbotron {
    background-position-y: 0px;
    background-position-x: 50%;
  }
  .jumbotron.image {
    height: 360px;
  }
  .jumbotron.image .col-title {
    padding-top: 170px;
  }
  .jumbotron.image .col-title .title {
    font-size: 2.4rem;
  }
  .jumbotron.image .col-title .line {
    margin-left: -17rem;
    max-width: 90vw;
  }
  .pasos-areas {
    padding: 70px 70px;
  }
  .pasos-page {
    max-width: 900px;
  }
  .pasos-page .pasos-content {
    border-right: none;
    height: auto;
  }
  .pasos-areas-financiamiento {
    padding: 50px 115px;
  }
  .pasos-areas-financiamiento .title-text {
    font-size: 26px;
  }
  .pasos-areas-financiamiento .table {
    font-size: 14px !important;
  }
  .pasos-areas-financiamiento .table td, .pasos-areas-financiamiento .table th, .pasos-areas-financiamiento .table .td-1, .pasos-areas-financiamiento .table .td-2 {
    padding: 4px 3px !important;
    font-size: 13.3px !important;
    line-height: 14.5px;
  }
  .pasos-areas-admi {
    padding: 70px 75px;
  }
}

@media (max-width: 600px) {
  .jumbotron.image {
    height: 360px;
  }
  .jumbotron.image .col-title {
    padding-top: 170px;
  }
  .jumbotron.image .col-title .title {
    font-size: 36px;
  }
  .jumbotron.image .col-title .line {
    margin-left: -1rem;
    max-width: 90vw;
  }
  .pasos-areas {
    padding: 70px 30px;
  }
  .pasos-areas input, .pasos-areas select, .pasos-areas textarea, .pasos-areas .conditions {
    margin-left: 0px;
  }
  .pasos-areas .form-desktop {
    display: none !important;
  }
  .pasos-areas .form-responsive {
    display: block !important;
  }
  .pasos-areas-financiamiento {
    padding: 50px 35px;
  }
  .pasos-areas-admi {
    padding: 50px 35px;
  }
}

@media (max-width: 325px) {
  .jumbotron.image .col-title {
    padding-top: 170px;
  }
  .jumbotron.image .col-title .title {
    font-size: 30px;
  }
}
/*# sourceMappingURL=internas.css.map *//* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('css/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('css/fonts/slick.eot');
    src: url('css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('css/fonts/slick.woff') format('woff'), url('css/fonts/slick.ttf') format('truetype'), url('css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: #FFFFFF;
    border-radius: 35px;
    width: 35px;
    height: 35px;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 17px;
    line-height: 20px;
    color: #8B8F9D;
    text-align: center;
    font-weight: bolder;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    content: '<';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    content: '>';
}

/* Dots */
.slick-dotted.slick-slider
{
    padding-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
