body {
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; 
  font-family: Myriad Pro;
}

.shake-horizontal {
	-webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}

a.button2 {
display:inline-block;
padding:0.5em 3em;
border:0.16em solid #FFFFFF;
margin:0 0.3em 0.3em 0;
box-sizing: border-box;
text-decoration:none;
text-transform:uppercase;
font-family:'Roboto',sans-serif;
font-weight:400;
color:#FFFFFF;
text-align:center;
transition: all 0.15s;
cursor: pointer;
}

a.button3 {
border:0.16em solid #009689;
}

a.button2:hover{
color:#DDDDDD;
border-color:#DDDDDD;
}
a.button2:active{
color:#BBBBBB;
border-color:#BBBBBB;
}
@media all and (max-width:30em){
 a.button2 {
display:block;
margin:0.4em auto;
}
}

a.button6 { 
display: inline-block;
padding:0.7em 1.4em;
margin:0 0.3em 0.3em 0;
border-radius:0.15em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
text-transform:uppercase;
font-size:16px;
color:#FFFFFF;
background-color:#3369ff;
box-shadow:inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
text-align:center;
position:relative;
cursor: pointer;
}

a.button6:active{
top:0.1em;
}

@media all and (max-width:30em){
 a.button6{
display:block;
margin:0.4em auto;
}
}


.fadeboxInit {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-image: url("bgImg.png");
    z-index:4;
    -moz-opacity: 1;
    opacity:1;
    filter: alpha(opacity=100);
}


.msgBienvenida {
  z-index: 5;
  color:#fff;
  text-align: center;
  position: absolute;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  left:50%;
  top:38%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);  
}

.containerGuia {
  z-index: 5;
  width:100%;
  height:100%;
  position: absolute;
  background-color: rgba(0,0,0,0.9);
  visibility: hidden; 
}

.containerClose {
  position: absolute;
  float: right;
  right: 20px;
  top: 40px;
  z-index: 5;
  visibility: hidden;
}

.btnClose {
  outline: none;
  border: none;
  color: #fff;
  background-color: transparent;
  font-size: 30px;
  cursor: pointer;
}

.btnClose2 {
  outline: none;
  border: none;
  color: #fff;
  background-color: transparent;
  font-size: 25px;
  cursor: pointer;
}

.btnClose:hover {
  color:#c5ced6;
}
.btnClose:active { outline:none;}
.btnClose:focus { outline:none;}

.btnClose2:hover {
  color:#c5ced6;
}
.btnClose2:active { outline:none;}
.btnClose2:focus { outline:none;}

.containerFinal {
  z-index: 5;
  width:100%;
  height:100%;
  position: absolute;
  background-color: rgba(0,0,0,0.7);
  visibility: hidden; 
}

.msgFinal {
  color:#fff;
  text-align: center;
  top:50%;
  left:50%;
  position: absolute;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);  
}

.leftContainer {
  z-index: 3;
  width: 20%;
  height: auto;
  left:0.5%;
  top:50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);  
  position: relative;
  display: inline-block;
  overflow-y: auto;
  visibility: hidden;
}

.diagrama {
  z-index: 6;
  width: 20%;
  height: auto;
  float:right;
  right:2%;
  top:50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);  
  position: relative;
  overflow-y: visible;
  visibility: hidden;
}

.rightContainer {
  width: 80%;
  position: absolute;
  z-index:2;
  height: 20%;
  bottom:25px;
  display: inline-block;
}

.txtInstrucciones {
  width: 70%;
  position: absolute;
  top:15px;
  z-index:2;
  margin-left:20px;
  display: inline-block;
  background-color: rgba(0, 150, 137, 0.5);
  padding:3px;
  color: #fff;
}

.btnReset {
  position: absolute;
  z-index: 3;
  top:2%;
  right:1%;
}

.tituloClaseContainer {
  vertical-align: middle;
  border: none;
}

.tituloContainer {
  border:none;
}

.iconoClase {
  padding-top:10px;
  padding-bottom:10px;
  background-color: #009689;
  text-align: center;
}

.tituloClase {
  background-color: #fff;
  text-align: center;
  color:#414042;
  font-size:22px;
}

.space {
  height: 10px;
}

.tituloSeccion {
  padding-top:5px;
  padding-bottom:5px;
  background-color: #009689;
  color:#fff;
  text-align:center;
  font-size:15px;
}

.infoContainer {
  background-color: rgba(0, 0, 0, 0.5);
  height:240px;
  border:none;
}

.btnPruebaManejo {
  background-color: #414042;
  border-radius: 15px;
  height: 50px;
}

.btnPruebaManejoActive {
  background-color: #009689;
  border-radius: 15px;
  height: 50px;
  cursor: pointer;
  color:#fff;
}

.btnPruebaManejoActive:hover {
  background-color: #03645c;
}

.btnPruebaManejoInactive {
  background-color: #009689;
  border-radius: 15px;
  height: 50px;
  cursor: default;
  color:#fff;
}

.txtbtn {
  text-align: center;
  line-height: 50px;
}

.imgbtn { 
  vertical-align: middle;
  line-height: 50px;
  margin-right:10px;
}


.tableContainer {
  position: absolute;
  background-color: #393c44;
  text-align: center;
  width: 100%;
  padding-bottom: 25px;
  height: auto;
  /*height: 50%;*/
  margin: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);  
}


.header {
  background-color: #3abecc;
  font-size: 24px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
}


.infoSeccion {
  background-color: #0c0f1e;
  border-radius: 15px;
  position: relative;
  margin:0;
  height: auto;
  width: 85%;
  left:50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);  
}

.container {
  text-align: left;
}

.fila {
  padding: 9px 10px 0px 10px;
  margin-top: 4px;
  font-size:16px;
}

.btnremove {
  color:#2196F3;
}

.btnremove:hover {
  color:#fff;
}

.btnClose {
  color:#fff;
}


table {
        border-collapse: collapse;
        width: 100%;
        margin-left:auto; 
        margin-right:auto;
      }
      table tr {
        padding: 15px;
        margin-bottom: 10px;
        margin-top: 10px;
        border-bottom: 1px solid #E8E7E7;
      }
      td {
        /*padding-right: 15px;*/        
      }

w3-container { 
  overflow-y: auto;
  height: 270px;  
  overflow-x: hidden;
  z-index:1000;
}

.itemsContainer { 
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);   
  display: inline-block;
  overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.itemSlider {
  background-color: #fff;
  border-radius: 15%;
  border: 5px #3abecc solid; 
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 0px 10px 0px 10px;
  cursor:pointer;
}

.itemSlider:hover {
  background-color: #3abecc;
}

.itemTitle {
  text-align: center;
  font-size:16px;
  line-height: 60px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 22px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}


/* width */
::-webkit-scrollbar {
  margin-right:0px;
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


span {cursor:pointer; }
		/*.number{
			margin:100px;
		}*/
		.minus, .plus{
			width:10px;
			height:10px;
			background:#3abecc;
			border-radius:4px;
			padding:5px 5px 5px 5px;
			border:1px solid #3abecc;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      line-height:10px; 
      font-size:16px;
      color:#0c0f1e;
		}
		.inputNumber{
			height:20px;
      width: 25px;
      text-align: center;
      font-size: 13px;
			border:1px solid #ddd;
			border-radius:4px;
      display: inline-block;
      vertical-align: middle;
      margin: 0px 3px 0px 3px;
    }

    .splide__slide img {
      width : 100%;
      height: auto;
    }


    .splide__list {
      margin: 0px 15px 0px 15px;
    }

    .splide__slide {
      cursor: pointer;
      background-color: #fff;
      border-bottom:0px;      
    }

    /*.splide__slide:hover {
      background: linear-gradient(to top, #009689 20%, #fff 0%);    
    }*/

    .splide{
      visibility:visible;
    }

    .sliderIMG {
      top:50%;
      left:50%;
      -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);  
    }

    .resetIMG {
      margin-top:50%;
      margin-left:50%;
      -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);  
    }

    .iconoGuiaNav {
      color:#fff;
      font-size:40px;
      transform: translate(-50%);
      vertical-align:middle;
      text-align:center;
    }
   
    .rotateIMG {
      margin-top:50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);  
    }

    .splide {
      float: left;
    }

    .tituloSlider {
      width:100%;
      position: absolute;
      text-align: center;
      bottom:0;
      font-size:13px;
      left:50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); 
      visibility: hidden;
      color:#fff;
      font-weight:normal;
    }

    /* relevant styles */
.img__wrap {
  position: relative;
}

.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 150, 137, 0.9);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight:normal;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
}

.img__description {
  transition: .2s;
  transform: translateY(1em);
}

.img__wrap:hover .img__description {
  transform: translateY(0);
}


    /* The container must be positioned relative: */
.custom-select {
  position: absolute;
  left:50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);   
  font-size:15px;
  bottom:11%;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #009689;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: rgba(88, 147, 140, 0.75);
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; 
  left: 0;
  background: rgba(41, 171, 164, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  z-index: 1000;
}

.modal-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.modal-wrapper2 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; 
  left: 0;
  background: rgba(33, 33, 33, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  z-index: 1000;
}

.modal-wrapper2.open {
  opacity: 1;
  visibility: visible;
}

.modal {
  width: 600px;
  height: auto;
  display: block;
  margin: 50% 0 0 -300px;
  position: relative;
  top: 50%; 
  left: 50%;
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
}

.modal2 {
  width: 800px;
  height: auto;
  display: block;
  position: relative;
  top: 50%; 
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
}

.modal3 {
  width: 600px;
  height: auto;
  display: block;
  top:50%;
  left:50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
}

.modal-wrapper.open .modal {
  margin-top: -200px;
  opacity: 1;
}

.modal-wrapper.open .modal2 {
  margin-top: -200px;
  opacity: 1;
}

.modal-wrapper2.open .modal3 {
  margin-top: -200px;
  opacity: 1;
}


.headerMsg {
  width: 100%;
}

.headerMsg2 {
  width: 100%;
  font-family: verdana;
}

.iconError {
  background-color: #d33641;
  float: left;
  color:#fff;
  font-size:40px;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 70px;
}

.iconSuccess {
  background-color: #57b947;
  float: left;
  color:#fff;
  font-size:40px;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 70px;
}

.iconMsg {
  background-color: #f8c61f;
  float: left;
  color:#fff;
  font-size:40px;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 70px;
}

.closeButton {
  background-color: #657776;
  width: 520px;
  float: left;
  height: 80px;
}

.closeButton2 {
  background-color: #282828;
  width: 600px;
  float: left;
  height: 70px;
}

.txtMsg {
  color: #fff;
  font-size: 40px;
  float: left;
  line-height: 90px;
  padding: 0px 0px 0px 15px;
}

.txtMsg2 {
  color: #fff;
  font-size: 25px;
  float: left;
  line-height: 70px;
  padding: 0px 0px 0px 15px;
}

.closeIcon {
  float: right;
  font-size: 34px;
  margin-right:15px;
  line-height: 90px;
}

.closeIcon2 {
  float: right;
  font-size: 34px;
  margin-right:15px;
  line-height: 70px;
}

.btn-close {
  font-size: 28px;
  display: block;
  float: right;
  color: #fff;
}

.content {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 10%;
  padding-bottom:5%;
}

.content2 {
  padding-left: 10%;
  padding-right: 10%;
  font-family: verdana;  
  overflow-y: auto;
  height: 510px;
  white-space: nowrap;
}

.good-job {
  text-align: center;
  font-size:20px;
}
.good-job .fa-thumbs-o-up {
  font-size: 60px;
}
.good-job h1 {
  font-size: 45px;
}

.select-css {
 display: block;
 font-size: 12px;
 font-weight: 400;
 color: #444;
 line-height: 1.3;
 padding: .4em 1.4em .3em .8em;
 width: 100px;
 max-width: 100%; 
 box-sizing: border-box;
 margin: 0;
 border: 1px solid #aaa;
 box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
 border-radius: .3em;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 background-color: #fff;
 background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
   linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
 background-repeat: no-repeat, repeat;
 background-position: right .7em top 50%, 0 0;
 background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
 display: none;
}
.select-css:hover {
 border-color: #888;
}
.select-css:focus {
 border-color: #aaa;
 box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
 box-shadow: 0 0 0 3px -moz-mac-focusring;
 color: #222; 
 outline: none;
}
.select-css option {
 font-weight:normal;
}





@font-face{font-family:'Glyphicons Halflings';src:url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');src:url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;}
.glyphicon-asterisk:before{content:"\2a";}
.glyphicon-plus:before{content:"\2b";}
.glyphicon-euro:before{content:"\20ac";}
.glyphicon-minus:before{content:"\2212";}
.glyphicon-cloud:before{content:"\2601";}
.glyphicon-envelope:before{content:"\2709";}
.glyphicon-pencil:before{content:"\270f";}
.glyphicon-glass:before{content:"\e001";}
.glyphicon-music:before{content:"\e002";}
.glyphicon-search:before{content:"\e003";}
.glyphicon-heart:before{content:"\e005";}
.glyphicon-star:before{content:"\e006";}
.glyphicon-star-empty:before{content:"\e007";}
.glyphicon-user:before{content:"\e008";}
.glyphicon-film:before{content:"\e009";}
.glyphicon-th-large:before{content:"\e010";}
.glyphicon-th:before{content:"\e011";}
.glyphicon-th-list:before{content:"\e012";}
.glyphicon-ok:before{content:"\e013";}
.glyphicon-remove:before{content:"\e014";}
.glyphicon-zoom-in:before{content:"\e015";}
.glyphicon-zoom-out:before{content:"\e016";}
.glyphicon-off:before{content:"\e017";}
.glyphicon-signal:before{content:"\e018";}
.glyphicon-cog:before{content:"\e019";}
.glyphicon-trash:before{content:"\e020";}
.glyphicon-home:before{content:"\e021";}
.glyphicon-file:before{content:"\e022";}
.glyphicon-time:before{content:"\e023";}
.glyphicon-road:before{content:"\e024";}
.glyphicon-download-alt:before{content:"\e025";}
.glyphicon-download:before{content:"\e026";}
.glyphicon-upload:before{content:"\e027";}
.glyphicon-inbox:before{content:"\e028";}
.glyphicon-play-circle:before{content:"\e029";}
.glyphicon-repeat:before{content:"\e030";}
.glyphicon-refresh:before{content:"\e031";}
.glyphicon-list-alt:before{content:"\e032";}
.glyphicon-flag:before{content:"\e034";}
.glyphicon-headphones:before{content:"\e035";}
.glyphicon-volume-off:before{content:"\e036";}
.glyphicon-volume-down:before{content:"\e037";}
.glyphicon-volume-up:before{content:"\e038";}
.glyphicon-qrcode:before{content:"\e039";}
.glyphicon-barcode:before{content:"\e040";}
.glyphicon-tag:before{content:"\e041";}
.glyphicon-tags:before{content:"\e042";}
.glyphicon-book:before{content:"\e043";}
.glyphicon-print:before{content:"\e045";}
.glyphicon-font:before{content:"\e047";}
.glyphicon-bold:before{content:"\e048";}
.glyphicon-italic:before{content:"\e049";}
.glyphicon-text-height:before{content:"\e050";}
.glyphicon-text-width:before{content:"\e051";}
.glyphicon-align-left:before{content:"\e052";}
.glyphicon-align-center:before{content:"\e053";}
.glyphicon-align-right:before{content:"\e054";}
.glyphicon-align-justify:before{content:"\e055";}
.glyphicon-list:before{content:"\e056";}
.glyphicon-indent-left:before{content:"\e057";}
.glyphicon-indent-right:before{content:"\e058";}
.glyphicon-facetime-video:before{content:"\e059";}
.glyphicon-picture:before{content:"\e060";}
.glyphicon-map-marker:before{content:"\e062";}
.glyphicon-adjust:before{content:"\e063";}
.glyphicon-tint:before{content:"\e064";}
.glyphicon-edit:before{content:"\e065";}
.glyphicon-share:before{content:"\e066";}
.glyphicon-check:before{content:"\e067";}
.glyphicon-move:before{content:"\e068";}
.glyphicon-step-backward:before{content:"\e069";}
.glyphicon-fast-backward:before{content:"\e070";}
.glyphicon-backward:before{content:"\e071";}
.glyphicon-play:before{content:"\e072";}
.glyphicon-pause:before{content:"\e073";}
.glyphicon-stop:before{content:"\e074";}
.glyphicon-forward:before{content:"\e075";}
.glyphicon-fast-forward:before{content:"\e076";}
.glyphicon-step-forward:before{content:"\e077";}
.glyphicon-eject:before{content:"\e078";}
.glyphicon-chevron-left:before{content:"\e079";}
.glyphicon-chevron-right:before{content:"\e080";}
.glyphicon-plus-sign:before{content:"\e081";}
.glyphicon-minus-sign:before{content:"\e082";}
.glyphicon-remove-sign:before{content:"\e083";}
.glyphicon-ok-sign:before{content:"\e084";}
.glyphicon-question-sign:before{content:"\e085";}
.glyphicon-info-sign:before{content:"\e086";}
.glyphicon-screenshot:before{content:"\e087";}
.glyphicon-remove-circle:before{content:"\e088";}
.glyphicon-ok-circle:before{content:"\e089";}
.glyphicon-ban-circle:before{content:"\e090";}
.glyphicon-arrow-left:before{content:"\e091";}
.glyphicon-arrow-right:before{content:"\e092";}
.glyphicon-arrow-up:before{content:"\e093";}
.glyphicon-arrow-down:before{content:"\e094";}
.glyphicon-share-alt:before{content:"\e095";}
.glyphicon-resize-full:before{content:"\e096";}
.glyphicon-resize-small:before{content:"\e097";}
.glyphicon-exclamation-sign:before{content:"\e101";}
.glyphicon-gift:before{content:"\e102";}
.glyphicon-leaf:before{content:"\e103";}
.glyphicon-eye-open:before{content:"\e105";}
.glyphicon-eye-close:before{content:"\e106";}
.glyphicon-warning-sign:before{content:"\e107";}
.glyphicon-plane:before{content:"\e108";}
.glyphicon-random:before{content:"\e110";}
.glyphicon-comment:before{content:"\e111";}
.glyphicon-magnet:before{content:"\e112";}
.glyphicon-chevron-up:before{content:"\e113";}
.glyphicon-chevron-down:before{content:"\e114";}
.glyphicon-retweet:before{content:"\e115";}
.glyphicon-shopping-cart:before{content:"\e116";}
.glyphicon-folder-close:before{content:"\e117";}
.glyphicon-folder-open:before{content:"\e118";}
.glyphicon-resize-vertical:before{content:"\e119";}
.glyphicon-resize-horizontal:before{content:"\e120";}
.glyphicon-hdd:before{content:"\e121";}
.glyphicon-bullhorn:before{content:"\e122";}
.glyphicon-certificate:before{content:"\e124";}
.glyphicon-thumbs-up:before{content:"\e125";}
.glyphicon-thumbs-down:before{content:"\e126";}
.glyphicon-hand-right:before{content:"\e127";}
.glyphicon-hand-left:before{content:"\e128";}
.glyphicon-hand-up:before{content:"\e129";}
.glyphicon-hand-down:before{content:"\e130";}
.glyphicon-circle-arrow-right:before{content:"\e131";}
.glyphicon-circle-arrow-left:before{content:"\e132";}
.glyphicon-circle-arrow-up:before{content:"\e133";}
.glyphicon-circle-arrow-down:before{content:"\e134";}
.glyphicon-globe:before{content:"\e135";}
.glyphicon-tasks:before{content:"\e137";}
.glyphicon-filter:before{content:"\e138";}
.glyphicon-fullscreen:before{content:"\e140";}
.glyphicon-dashboard:before{content:"\e141";}
.glyphicon-heart-empty:before{content:"\e143";}
.glyphicon-link:before{content:"\e144";}
.glyphicon-phone:before{content:"\e145";}
.glyphicon-usd:before{content:"\e148";}
.glyphicon-gbp:before{content:"\e149";}
.glyphicon-sort:before{content:"\e150";}
.glyphicon-sort-by-alphabet:before{content:"\e151";}
.glyphicon-sort-by-alphabet-alt:before{content:"\e152";}
.glyphicon-sort-by-order:before{content:"\e153";}
.glyphicon-sort-by-order-alt:before{content:"\e154";}
.glyphicon-sort-by-attributes:before{content:"\e155";}
.glyphicon-sort-by-attributes-alt:before{content:"\e156";}
.glyphicon-unchecked:before{content:"\e157";}
.glyphicon-expand:before{content:"\e158";}
.glyphicon-collapse-down:before{content:"\e159";}
.glyphicon-collapse-up:before{content:"\e160";}
.glyphicon-log-in:before{content:"\e161";}
.glyphicon-flash:before{content:"\e162";}
.glyphicon-log-out:before{content:"\e163";}
.glyphicon-new-window:before{content:"\e164";}
.glyphicon-record:before{content:"\e165";}
.glyphicon-save:before{content:"\e166";}
.glyphicon-open:before{content:"\e167";}
.glyphicon-saved:before{content:"\e168";}
.glyphicon-import:before{content:"\e169";}
.glyphicon-export:before{content:"\e170";}
.glyphicon-send:before{content:"\e171";}
.glyphicon-floppy-disk:before{content:"\e172";}
.glyphicon-floppy-saved:before{content:"\e173";}
.glyphicon-floppy-remove:before{content:"\e174";}
.glyphicon-floppy-save:before{content:"\e175";}
.glyphicon-floppy-open:before{content:"\e176";}
.glyphicon-credit-card:before{content:"\e177";}
.glyphicon-transfer:before{content:"\e178";}
.glyphicon-cutlery:before{content:"\e179";}
.glyphicon-header:before{content:"\e180";}
.glyphicon-compressed:before{content:"\e181";}
.glyphicon-earphone:before{content:"\e182";}
.glyphicon-phone-alt:before{content:"\e183";}
.glyphicon-tower:before{content:"\e184";}
.glyphicon-stats:before{content:"\e185";}
.glyphicon-sd-video:before{content:"\e186";}
.glyphicon-hd-video:before{content:"\e187";}
.glyphicon-subtitles:before{content:"\e188";}
.glyphicon-sound-stereo:before{content:"\e189";}
.glyphicon-sound-dolby:before{content:"\e190";}
.glyphicon-sound-5-1:before{content:"\e191";}
.glyphicon-sound-6-1:before{content:"\e192";}
.glyphicon-sound-7-1:before{content:"\e193";}
.glyphicon-copyright-mark:before{content:"\e194";}
.glyphicon-registration-mark:before{content:"\e195";}
.glyphicon-cloud-download:before{content:"\e197";}
.glyphicon-cloud-upload:before{content:"\e198";}
.glyphicon-tree-conifer:before{content:"\e199";}
.glyphicon-tree-deciduous:before{content:"\e200";}
.glyphicon-briefcase:before{content:"\1f4bc";}
.glyphicon-calendar:before{content:"\1f4c5";}
.glyphicon-pushpin:before{content:"\1f4cc";}
.glyphicon-paperclip:before{content:"\1f4ce";}
.glyphicon-camera:before{content:"\1f4f7";}
.glyphicon-lock:before{content:"\1f512";}
.glyphicon-bell:before{content:"\1f514";}
.glyphicon-bookmark:before{content:"\1f516";}
.glyphicon-fire:before{content:"\1f525";}
.glyphicon-wrench:before{content:"\1f527";}


.btnComenzar {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index:5;
  visibility: hidden;
}

.inicioTxt {
  position: absolute;
  z-index: 5;
  top:54%;
  left: 50%;
  color: #fff;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align:center;
}

.logoTec {
  position: absolute;
  z-index: 5;
  top:10%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer {
  position: absolute;
  z-index: 6;
  bottom:1%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}


.credits {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#fff;
}

.creditos {
  color:#000;
  cursor: pointer;
  text-decoration: underline;
}

.creditos:hover {
  text-decoration: none;
}

.txtCreditos {
  text-align: center;
  color: #272727;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

#splash {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200px;
  height: 200px;
  margin: auto;
  z-index:5;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0.35rem solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  animation: spin 1s infinite linear;
}


.arrow,
.arrow:before {
  position: absolute;
  left: 50%;
}

.arrow {
  width: 40px;
  height: 40px;
  top: -50%;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 3px #ffc323 solid;
  border-bottom: 3px #ffc323 solid;
}

.arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 2px #ffc323 solid;
  border-bottom: 2px #ffc323 solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}

@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}




.arrowRight,
.arrowRight:before {
  position: absolute;
  left: 50%;
}

.arrowRight {
  width: 20px;
  height: 20px;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(-45deg);
  border-left: none;
  border-top: none;
  border-right: 3px #ffc323 solid;
  border-bottom: 3px #ffc323 solid;
}

.arrowRight:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 2px #ffc323 solid;
  border-bottom: 2px #ffc323 solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}

@keyframes arrowRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}


.arrowRight2,
.arrowRight2:before {
  position: absolute;
  left: -20%;
  top: 50%;
}

.arrowRight2 {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(-45deg);
  border-left: none;
  border-top: none;
  border-right: 3px #ffc323 solid;
  border-bottom: 3px #ffc323 solid;
}

.arrowRight2:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 17px;
  border-left: none;
  border-top: none;
  border-right: 2px #ffc323 solid;
  border-bottom: 2px #ffc323 solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrowRight2;
}

@keyframes arrowRight2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}



/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  transform:translateX(100%);
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
  transform:translateX(-100%);
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #009689;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}