/* @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap'); */

/* Main styles */
html, body{
    touch-action: pan-x pan-y;
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
	color: #6e6e6e;
	background-color: #efefef;
/*        touch-action: pan-x pan-y;*/
}

/*body {
    color: #282f33;
    font-weight: 500;
}*/

body .primary {
    background-color: #002867;
    color: #fff;
}
body section.main {
    background-color: #002867;
}
body section.main::after {
    content: '';
    background-image: url(../img/main-logo.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    height: 50%;
    width: 62%;
    position: absolute;
    bottom: 10%;
    right: 0;
    z-index: 1;
}


.navbar-default {
	background-color: #fff;
	border: 0;
	padding: 0 2.5em;
}
.navbar-nav>li>a {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #6e6e6e;
}

section.main {
    height: 100vh;
    height: 100dvh;  /* dynamic viewport height — más preciso en WebView */
    /* overflow-x: hidden; */
}

h1 {
	font-size: 4em;
	font-weight: 800;
	text-align: center;
    color: #002867;
    margin: 0.5em 0 0.5em;}
h2 {
	font-size: 2em;
    position:relative;
    margin-bottom: 1.5em;
    color:#fff
}
h2 span {
    font-family: "Lora", serif;
    font-weight: 800;
}
h4 {
	font-size: 1.5em;
	font-weight: 300;
	text-transform: uppercase;
}

.list-inline {
	margin-bottom: 0;
}
.row-group {
	margin-bottom: 1.5em;
}


.container {
    width: 95%!important;
}
#secPrincipal {
    padding-top:4em;
}

/*body.le h1 {
    color: #3d7cc9;
    margin: 1em 0 0.5em;
}
body.le h2 {
	position:relative;
	margin-bottom: 1.5em;
    color:#3d7cc9
}
body.le h2::after {
	content: '';
	width: 100%;
	height: 6px;
	background-color: #dc7d02;
	position: absolute;
	bottom: -0.2em;
	left: 0;
}*/
h5 {
    font-size: 4em;
    text-align: left;
    margin-top: 1em;
}
/* HEAD */
body .header-le h1{
    color: #fff;
}
body h3 {
    color:#3d7cc9
}


/* BUTTONS */
.btn {
    border: none;
    padding: 15px 10px;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.2em;
    border-radius: 15px;
}
.btn-small {
    font-size:1.5em!important ;
}
.btn-primary {
    background: #dc7d02;
    transition: all ease-in-out 0.3s;
    font-size: 2.5em;
    padding: 0.5em 2em;
}
.btn-primary:hover {
    background: #dc7d02;
}

/* boton en modal de error de impresion */
#btnModalErrImp:active{
    background: #dc7d02;
} 

/* HEADER SECTION*/
header {
    /* padding: 140px 0; */
    padding: 65px 0;
    background-color: #002867;
    text-align: center;
    color: #fff;
    /* height: 380px; */
    height: 280px;
}
header .main-logo {
    margin-bottom: 2em;
    display: block;
}


/* ELEMENTS */

.search-module select, .select-wrapper select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
div.select-wrapper  {
    border-radius: 50vh;
    padding: 2em 2em;
    margin-bottom: 4em;
    width: auto;
    height: 100%;
    background-size: 71px 18px;
    display: block;
    z-index: 999;
    min-width: 80px;
}
#principal2 div.select-wrapper {
    padding: 1em 2em;
    margin-bottom: 2em;
}
#principal2 {
    padding-bottom: 160px;
}
div.select-wrapper select.form-control {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    text-transform: uppercase;
}
.row-group {
    margin-bottom: 4em;
}


/* SEARCH MODULE*/

label {
	text-transform: uppercase;
	color:#6e6e6e;
    font-size: 2em;
}

.select-wrapper {
	border:2px solid #6e6e6e;
    background-image: url(../img/select-arrow.svg);
    background-position: center right 20px;
    background-repeat: no-repeat;
}
.form-wrapper{
	border:2px solid #6e6e6e;
	border-radius: 50vh;
	padding: 2em 6px;
    width: auto;
}
div.date-wrapper  {
    height: 100%;
    z-index: 999;
    min-width: 80px;
    border:2px solid #6e6e6e;
    border-radius: 50vh;
    padding: 0.8em 1em!important;
    width: auto;
    position: relative;
}

.date-wrapper::after {
    position:absolute;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    right: 1.1em;
    font-size: 2.5em;
    top: 50%;
    transform: translateY(-50%);
    color:#6e6e6e ;
}


.select-wrapper.select-extended {
	width: 190%;
}
.select-wrapper select.form-control {
    color: #6e6e6e;
}
.form-control {
    background: #fff;
    box-shadow: 0 0 0 1px #6e6e6e;
    color: #3d7cc9;
    cursor: pointer;
    border-radius: 50vh;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2em;
    background: transparent;
    height: auto;
}
input[type=text].form-control {
	height: 3em;
}

.form-control[type=text], .form-control[type=email] {
	padding: 30px 21px;
}
.radio-btn label {
    
    box-shadow: 0 0 0 2px #6e6e6e;
    color: #6e6e6e;
    padding: 1em 2em;
    cursor: pointer;
    border-radius: 50vh;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2em;
    cursor: pointer;
    margin-bottom: 0;
}
.radio-btn input[type="radio"]:checked+label {
    background-color: #dc7d02;
    color: #fff;
    box-shadow: none;
}
.radio-btn input[type=radio] {
    display: none;
}
input[type=date] {
    width: 100%;
    background: transparent;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 2em;
    text-transform: uppercase;
    color: #3d7cc9;
    position: relative;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 1.5em;
}
.list-inline>li:first-child {
    padding-left: 0;
}


/* PROCESS */
.steps-cont {
    position: absolute;
    width: 90%;
    left: 50%;
    /* top: 362px; */
    top: 263px;
    transform: translateX(-50%);
}
.steps-module {
    width: 100%;
    position: relative;
}

.steps-module div.on {
    background: #fff;
    color: #002867;
}
.steps-module div.done {
    background: #dc7d02;
}
.steps-module div {
    border-radius: 15px;
    height: 80px;
    width: 80px;
    border: 3px solid #fff;
    background: #002867;
    top: -22px;
    font-size: 2.6em;
    font-weight: 800;
    padding: 11px;
}
.steps-module div:nth-child(1) {
    position: absolute;
    left: 0;
}
.steps-module div:nth-child(2) {
    position: absolute;
    left: 31%;
}
.steps-module div:nth-child(3) {
    position: absolute;
    right: 31%;
}
.steps-module div:nth-child(4) {
    position: absolute;
    right: 0;
}
.mod-resumen {
    text-align: left;
    font-size: 1.4em;
    background: #fff;
    padding: 3.7em 0 1em;
}
.mod-resumen.vertical {
    padding: 3em;
}
.mod-resumen.vertical p{
	text-align: left;
    font-size: 2em!important;
}
.mod-resumen.vertical .precio-txt {
    font-size: 2em;
    padding-top: 0.5em;
    display: block;
}
.mod-resumen i {
    margin-left: 20px;
    margin-right: 5px;
    color: #dc7d02;
}
.mod-resumen.vertical h2 {
    text-align: left;
}
.mod-resumen.vertical i {
    margin-left: 10px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 20px 8px;
    border-top: 1px solid #ddd;
    font-size: 1.4em;
    vertical-align: baseline;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	text-transform: uppercase;
}
.table-striped>tbody>tr:hover {
    background: #efefef !important;
}
.btn-mod {
    text-align: right;
}
td .btn-mod .btn-primary {
    font-size: 1em!important;
    padding: 0.8em 2em;
}

/* BUS MODULE */
.bus-module table {
    border-collapse: separate;
    border-spacing: 5px 5px;
    margin: auto;
}

.bus-module table td {
    height: 40px;
    width: 50px;
    text-align: center;
    margin-bottom: 5px;
}
.ascenso-bus .bus-module {
    padding: 20px 10px;
    background-color: #f9f9f9;
    border-radius: 10px;
}
.bus-module .conductor {
    background: #ccc;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    margin: -20px -10px 20px;
    height: 54px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}
.bus-module table td.bus-wc {
    background: #888;
    border-radius: 10px;
    color: #fff;
}
.bus-module table td label {
    background: transparent;
    border: 2px solid #6e6e6e;
    color: #6e6e6e;
    border-radius: 10px;
    padding: 15px 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    font-size: 1.5em;
}
.bus-module table td input[type="radio"]:checked+label {
    background: #dc7d02;
    color: #fff;
    border: none;
}
.bus-module table td input[type="radio"]:disabled+label {
    background: #888;
    color: #ccc;
    border-color:#999 ;
}
.bus-module table input[type=radio] {
    display: none;
}


/* ULTIMOS PASOS */

.icon-print i{
    font-size: 5em!important;
    margin-top: 0.4em;
    color: #3d7cc9;
}

.impresion {
    padding: 2em;
    margin-top: 2em;
    font-size: 2em;
}
.impresion .btn-primary {
    font-size: 1em;
    margin-top: 1em;
}
.impresion .btn-primary i {
    margin-left: 1em;
}
.impresion h2 {
    font-size: 1.5em;
    color: #002867;
}
.main-overflow {
    max-height: 71vh; 
    overflow: scroll;
}


/* arrow scroll down */
.scroll-down {
  position: absolute;
  right: 6%;
  bottom: 14%;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 50px;
  height: 50px;
  border-bottom: 4px solid #002867;
  border-right: 4px solid #002867;
  z-index: 9;

  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 1s ease-in-out infinite;
  -moz-animation:    fade_move_down 1s ease-in-out infinite;
  animation:         fade_move_down 1s ease-in-out infinite;
}
/*animated scroll arrow animation*/

@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
}


/* MODALS */
.modal-header {
    border:none;
}
.modal-header h2 {
    font-size: 2.5em;
    margin-bottom: 0.5em!important;
}
.modal-dialog {
    top: 50%;
    transform: translateY(-50%)!important;   
}
.modal-body {
    text-align: center;
}
.mod-btn {
    padding: 3em 0;
}
.modal-content {
    border: none;
    box-shadow: none!important;
    border-radius: 2em;
}
.modal-body .pos-image {
    margin: 4em auto;
    width: 35%;
}
.modal-body .precio-txt {
    font-size: 4em;
    padding-top: 1em;
    display: block;
}
footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 60px 0;
    border-top: 10px solid #002867;
}

/* HOME VIDEO */

#video-bg {
  position: relative;
  width: auto;
  min-width: 102%;
  height: auto;
  background-color: #002867;
  margin-top:-360px;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
#video-bg.is-ready {
  opacity: 1;
}
video {
  display: block;
}
.video-container {
  width: 102%;
  overflow: hidden;
  position: fixed;
  top: -2px;
  right: 0;
  z-index: -100;
}

.home-head {
    padding: 120px 0 30px;
    background-color: #002867;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    position: relative;
}
.home-head::after{
    content: '';
    position: absolute;
    background: url(../img/wave-home.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 870px;
    top: 0;
    left: 0;
}
.home-head .main-logo {
    display: block;
    margin-bottom: 8em;
}
.home-head h2 {
    color: #fff!important;
    width: 70%;
    margin:auto;
    font-size: 3em;
    font-weight: 100;
}
.home-head h2 span {
    font-size: 1.2em;
}
.video-container a.btn-home {
    background:#dc7d02;
    border-radius: 30px;
    text-align: center;
    padding: 0.8em 0;
    width: 90%;
    position: absolute;
    top: 69%;
    left: 50%;
    transform: translate(-50%,40%);
    z-index: 999;
    font-size: 4em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
a.btn-home:focus, a.btn-home:active {
    background:#002867;
    color: #fff;
    text-decoration: none;
}


/* FORMULARIO DE RUT */
#contCBRut{
    padding-bottom: 2.5em;
    padding-top: 2.5em;
    padding-left: 4em;
    display: flex;
    flex-direction: row;
    gap: 3em;
}
.cbRut{
    transform: scale(2.5);
}
#formRUT{
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    /* padding: 3em; */
    padding-inline: 6em;
    padding-bottom: 3em;
    /* margin-top: 6em; */
}

.filasRUT{
    display: flex;
    flex-direction: column;
    gap: 4em;
}
.parRUT{
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.5em;
}
#formRUT input[type="text"],
#formRUT input[type="password"],
#formRUT select {
    border: 2px solid #6e6e6e;
    border-radius: 50vh;
    padding: 0.6em 1.2em;
    font-size: 2em;
    background: #fff;
    color: #6e6e6e;
    width: 100%;
    outline: none;
}
#formRUT select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 24px;
}

.inputRed {
    border: 2px solid #6e6e6e;
    border-radius: 50vh;
    padding: 0.6em 1.2em;
    font-size: 2em;
    background: #fff;
    color: #6e6e6e;
    width: 100%;
    outline: none;
}

.parInput{
    display: flex;
    gap: 3em;
    flex-direction: row;
    align-items: center;
    margin-top: 3em;
    padding-left: 20px;
    padding-right: 20px;
}

.botoneraAdmin{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5em;
    margin-top: 3em;
    padding-left: 20px;
    padding-right: 20px;
}
.botoneraAdmin .btn {
    width: 100%;
    min-width: 0;
    font-size: xx-large;
}

.botoneraAdmin2{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5em;
    /* margin-top: 3em; */
    padding-left: 20px;
    padding-right: 20px;
}

.botoneraAdmin2 .btn {
    width: 100%;
    min-width: 0;
    font-size: xx-large;
}

#degrade {
    width: 100%;
    height: 250px;
    position:relative;
    bottom: 214px;
    pointer-events: none;
    background: linear-gradient(
        to top,
        #efefef 0%,
        transparent 100%

    );
}

.divMenuAdmin{
    position: absolute;
    top: 1px;
    height: 200px;
    width: 200px;
    /* background-color: red; */
    z-index: 1000;
}
