/*!Created: 09-12-2016 @Author: andor | Antonio de Jesús López López | andor1327@hotmail.com
@Version: 1.0 09122016
@Version: 1.0 10022017
*/
@charset "utf-8";

@font-face {
  font-family: 'OpenSans';
  src: url('font/OpenSans.eot?#iefix') format('embedded-opentype'),  
  url('font/OpenSans.woff') format('woff'), 
  url('font/OpenSans.ttf')  format('truetype'), 
  url('font/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url('font/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),  
  url('font/RobotoSlab-Regular.woff') format('woff'), 
  url('font/RobotoSlab-Regular.ttf')  format('truetype'), 
  url('font/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}




body{ 
  font-family: "OpenSans", sans-serif; 
  font-size: 15px;
  height: 100%;
  overflow: hidden;
}


section.container-fluid{
  margin-top: 15px;
  margin-bottom: 15px;  
}

.progress{
  height: 20px;
  margin-bottom: 0; 
}

.ar-grade {
    color: #000;    
    font-size: 4em;
  line-height: 70%;
    text-align: center;
}

.fhs-ca header,   .fhs-ca .progress-bar{ background-color: #3a7674; }
.fhs-mesc header, .fhs-mesc .progress-bar{ background-color: #6a3d13; }
.fhs-ie header,   .fhs-ie .progress-bar{ background-color: #3a6a54; }
.fhs-vss header,  .fhs-vss .progress-bar{ background-color: #1b5471; }
.fhs-mrc header,  .fhs-mrc .progress-bar{  background-color: #932b08; }
.fp-ev header,    .fp-ev .progress-bar{ background-color: #79351e; }
.fp-dp header,    .fp-dp .progress-bar{ background-color: #cb9614; }
.fp-ccnes header, .fp-ccnes .progress-bar{ background-color: #a86b12; }
.fp-cmi header,   .fp-cmi .progress-bar{ background-color: #5a5a5a; }
.fcg-cnhc header, .fcg-cnhc .progress-bar{ background-color: #600b12; }
.fcg-snh header,  .fcg-snh .progress-bar{ background-color: #006a36; }
.fcg-iha header,  .fcg-iha .progress-bar{ background-color: #672485; }
.fcg-gl header,   .fcg-gl .progress-bar{ background-color: #6568e6; }


.panel{
  clear: both;
}

.timeline {
    list-style: none;
  margin: 0;
    padding: 5px;
    position: relative;
    font-weight: 300;  
}
.timeline:before {
  background-color: #d9d9d9;
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 2px;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 25px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after { clear: both; }
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after { clear: both; }
.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
  border: 1px solid #d9d9d9;
    position: relative;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
  border-left: 15px solid #d9d9d9;
  border-right-width: 0;
  border-right-style: solid;
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline > li > .timeline-badge {
    color: #555;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}

.timeline-badge > a { color: #555 !important; }
.timeline-badge a:hover { color: #555 !important; }

.timeline > li.timeline-inverted > .timeline-panel { 
  float: right; 
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
  border-right-color: #d9d9d9;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading,
.timeline-body,
.timeline-footer{
  padding: 5px; 
}

.timeline-heading{ 
  color: #808080;
  margin: 5px 5px 0; 
}
.timeline-body{
    line-height: 150%;
  margin: 5px;
  text-align: justify;
}
.timeline-footer{
  text-align: right;
  font-size: .8em;  
  background-color: #f4f4f4;  
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) { margin-top: 60px; }
.timeline > li.timeline-inverted > .timeline-badge { left: -12px; }
.no-float { 
  float: none !important; 
  margin-bottom: 0 !important; 
}

.ar-link {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: calc(100% + 2em);
  margin: 0 0 0 -2em;
  padding: 0;
  list-style: none;
}

.ar-link li {
  width: calc(33.33333% - 2em);
  margin-left: 2em;
  margin-top: 3em;
  padding: 0;
}

.ar-link a,.ar-link a:hover,.ar-link a:active{ text-decoration: none; }

.ar-link h3{
  color: #007399; 
}
.ar-link span{
  border: 1px solid #007399;
  display: inline-block;
  border-radius: 100%;
  padding: 0.5em;
  margin: 0 0 .5em 0;
}

.ar-link span:before{
  display: inline-block;
  font-size: 5em;
  width: 2em;
  height: 2em;
  line-height: 2.3em;
  border-radius: 100%;
  border: 1px solid #007399;
  text-align: center;
}

.ar-link li:nth-child(1), .ar-link li:nth-child(2), .ar-link li:nth-child(3) { margin-top: 0; }
.ar-link li > :last-child { margin-bottom: 0; }

@media only screen and (max-width : 992px) {
.ar-main{ min-height: 10em; }
h1,h2{ 
  font-size: 1.5em;
}
.ar-link li { width: calc(50% - 2em); }
.ar-link li:nth-child(3) { margin-top: 3em; }
.ar-link span:before { font-size: 4.75em; }
}

@media only screen and (max-width : 768px) {
.ar-main{
  padding: 0;
}
.ar-link {
  width: 100%;
  margin: 0 0 2em 0;
}
.ar-link li {
  width: 100%;
  margin-left: 0;
  margin-top: 2em;
}
.ar-link li:nth-child(2), .ar-link li:nth-child(3) { margin-top: 2em; }
.ar-link span{ 
  margin: 0 0 1.5em 0;
  padding: 0.35em;
}

ul.timeline:before { left: 0px; }
ul.timeline > li {
  margin-bottom: 0px;
  position: relative;
  width:100%;
  float: left;
  clear: left;
}
ul.timeline > li > .timeline-panel {
  border-width: 1px;
  width: calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
}
ul.timeline > li > .timeline-badge {
  left: -12px;
  margin-left: 0;
  top: 16px;
}
ul.timeline > li > .timeline-panel { float: right; }
ul.timeline > li > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -16px;
  right: auto;
}
ul.timeline > li > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li.timeline-inverted {
  float: left;
  clear: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.timeline > li.timeline-inverted > .timeline-panel { 
  border-width: 1px;
}
.timeline > li.timeline-inverted > .timeline-badge { left: -12px; }
}


div.row {
 margin-left:-15px;
 margin-right:-15px;
 display:flex;
 align-items: center;
 max-width: 97%;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
 position:relative;
 min-height:1px;
 padding-left:15px;
 padding-right:15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
 float:left
}
.col-xs-12 {
 width:100%
}
.col-xs-11 {
 width:91.66666667%
}
.col-xs-10 {
 width:83.33333333%
}
.col-xs-9 {
 width:75%
}
.col-xs-8 {
 width:66.66666667%
}
.col-xs-7 {
 width:58.33333333%
}
.col-xs-6 {
 width:50%
}
.col-xs-5 {
 width:41.66666667%
}
.col-xs-4 {
 width:33.33333333%
}
.col-xs-3 {
 width:25%
}
.col-xs-2 {
 width:16.66666667%
}
.col-xs-1 {
 width:8.33333333%
}
.col-xs-pull-12 {
 right:100%
}
.col-xs-pull-11 {
 right:91.66666667%
}
.col-xs-pull-10 {
 right:83.33333333%
}
.col-xs-pull-9 {
 right:75%
}
.col-xs-pull-8 {
 right:66.66666667%
}
.col-xs-pull-7 {
 right:58.33333333%
}
.col-xs-pull-6 {
 right:50%
}
.col-xs-pull-5 {
 right:41.66666667%
}
.col-xs-pull-4 {
 right:33.33333333%
}
.col-xs-pull-3 {
 right:25%
}
.col-xs-pull-2 {
 right:16.66666667%
}
.col-xs-pull-1 {
 right:8.33333333%
}
.col-xs-pull-0 {
 right:auto
}
.col-xs-push-12 {
 left:100%
}
.col-xs-push-11 {
 left:91.66666667%
}
.col-xs-push-10 {
 left:83.33333333%
}
.col-xs-push-9 {
 left:75%
}
.col-xs-push-8 {
 left:66.66666667%
}
.col-xs-push-7 {
 left:58.33333333%
}
.col-xs-push-6 {
 left:50%
}
.col-xs-push-5 {
 left:41.66666667%
}
.col-xs-push-4 {
 left:33.33333333%
}
.col-xs-push-3 {
 left:25%
}
.col-xs-push-2 {
 left:16.66666667%
}
.col-xs-push-1 {
 left:8.33333333%
}
.col-xs-push-0 {
 left:auto
}
.col-xs-offset-12 {
 margin-left:100%
}
.col-xs-offset-11 {
 margin-left:91.66666667%
}
.col-xs-offset-10 {
 margin-left:83.33333333%
}
.col-xs-offset-9 {
 margin-left:75%
}
.col-xs-offset-8 {
 margin-left:66.66666667%
}
.col-xs-offset-7 {
 margin-left:58.33333333%
}
.col-xs-offset-6 {
 margin-left:50%
}
.col-xs-offset-5 {
 margin-left:41.66666667%
}
.col-xs-offset-4 {
 margin-left:33.33333333%
}
.col-xs-offset-3 {
 margin-left:25%
}
.col-xs-offset-2 {
 margin-left:16.66666667%
}
.col-xs-offset-1 {
 margin-left:8.33333333%
}
.col-xs-offset-0 {
 margin-left:0
}
@media (min-width:768px) {
 .col-sm-1,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9,
 .col-sm-10,
 .col-sm-11,
 .col-sm-12 {
  float:left
 }
 .col-sm-12 {
  width:100%
 }
 .col-sm-11 {
  width:91.66666667%
 }
 .col-sm-10 {
  width:83.33333333%
 }
 .col-sm-9 {
  width:75%
 }
 .col-sm-8 {
  width:66.66666667%
 }
 .col-sm-7 {
  width:58.33333333%
 }
 .col-sm-6 {
  width:50%
 }
 .col-sm-5 {
  width:41.66666667%
 }
 .col-sm-4 {
  width:33.33333333%
 }
 .col-sm-3 {
  width:25%
 }
 .col-sm-2 {
  width:16.66666667%
 }
 .col-sm-1 {
  width:8.33333333%
 }
 .col-sm-pull-12 {
  right:100%
 }
 .col-sm-pull-11 {
  right:91.66666667%
 }
 .col-sm-pull-10 {
  right:83.33333333%
 }
 .col-sm-pull-9 {
  right:75%
 }
 .col-sm-pull-8 {
  right:66.66666667%
 }
 .col-sm-pull-7 {
  right:58.33333333%
 }
 .col-sm-pull-6 {
  right:50%
 }
 .col-sm-pull-5 {
  right:41.66666667%
 }
 .col-sm-pull-4 {
  right:33.33333333%
 }
 .col-sm-pull-3 {
  right:25%
 }
 .col-sm-pull-2 {
  right:16.66666667%
 }
 .col-sm-pull-1 {
  right:8.33333333%
 }
 .col-sm-pull-0 {
  right:auto
 }
 .col-sm-push-12 {
  left:100%
 }
 .col-sm-push-11 {
  left:91.66666667%
 }
 .col-sm-push-10 {
  left:83.33333333%
 }
 .col-sm-push-9 {
  left:75%
 }
 .col-sm-push-8 {
  left:66.66666667%
 }
 .col-sm-push-7 {
  left:58.33333333%
 }
 .col-sm-push-6 {
  left:50%
 }
 .col-sm-push-5 {
  left:41.66666667%
 }
 .col-sm-push-4 {
  left:33.33333333%
 }
 .col-sm-push-3 {
  left:25%
 }
 .col-sm-push-2 {
  left:16.66666667%
 }
 .col-sm-push-1 {
  left:8.33333333%
 }
 .col-sm-push-0 {
  left:auto
 }
 .col-sm-offset-12 {
  margin-left:100%
 }
 .col-sm-offset-11 {
  margin-left:91.66666667%
 }
 .col-sm-offset-10 {
  margin-left:83.33333333%
 }
 .col-sm-offset-9 {
  margin-left:75%
 }
 .col-sm-offset-8 {
  margin-left:66.66666667%
 }
 .col-sm-offset-7 {
  margin-left:58.33333333%
 }
 .col-sm-offset-6 {
  margin-left:50%
 }
 .col-sm-offset-5 {
  margin-left:41.66666667%
 }
 .col-sm-offset-4 {
  margin-left:33.33333333%
 }
 .col-sm-offset-3 {
  margin-left:25%
 }
 .col-sm-offset-2 {
  margin-left:16.66666667%
 }
 .col-sm-offset-1 {
  margin-left:8.33333333%
 }
 .col-sm-offset-0 {
  margin-left:0
 }
}
@media (min-width:992px) {
 .col-md-1,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9,
 .col-md-10,
 .col-md-11,
 .col-md-12 {
  float:left
 }
 .col-md-12 {
  width:100%
 }
 .col-md-11 {
  width:91.66666667%
 }
 .col-md-10 {
  width:83.33333333%
 }
 .col-md-9 {
  width:75%
 }
 .col-md-8 {
  width:66.66666667%
 }
 .col-md-7 {
  width:58.33333333%
 }
 .col-md-6 {
  width:50%
 }
 .col-md-5 {
  width:41.66666667%
 }
 .col-md-4 {
  width:33.33333333%
 }
 .col-md-3 {
  width:25%
 }
 .col-md-2 {
  width:16.66666667%
 }
 .col-md-1 {
  width:8.33333333%
 }
 .col-md-pull-12 {
  right:100%
 }
 .col-md-pull-11 {
  right:91.66666667%
 }
 .col-md-pull-10 {
  right:83.33333333%
 }
 .col-md-pull-9 {
  right:75%
 }
 .col-md-pull-8 {
  right:66.66666667%
 }
 .col-md-pull-7 {
  right:58.33333333%
 }
 .col-md-pull-6 {
  right:50%
 }
 .col-md-pull-5 {
  right:41.66666667%
 }
 .col-md-pull-4 {
  right:33.33333333%
 }
 .col-md-pull-3 {
  right:25%
 }
 .col-md-pull-2 {
  right:16.66666667%
 }
 .col-md-pull-1 {
  right:8.33333333%
 }
 .col-md-pull-0 {
  right:auto
 }
 .col-md-push-12 {
  left:100%
 }
 .col-md-push-11 {
  left:91.66666667%
 }
 .col-md-push-10 {
  left:83.33333333%
 }
 .col-md-push-9 {
  left:75%
 }
 .col-md-push-8 {
  left:66.66666667%
 }
 .col-md-push-7 {
  left:58.33333333%
 }
 .col-md-push-6 {
  left:50%
 }
 .col-md-push-5 {
  left:41.66666667%
 }
 .col-md-push-4 {
  left:33.33333333%
 }
 .col-md-push-3 {
  left:25%
 }
 .col-md-push-2 {
  left:16.66666667%
 }
 .col-md-push-1 {
  left:8.33333333%
 }
 .col-md-push-0 {
  left:auto
 }
 .col-md-offset-12 {
  margin-left:100%
 }
 .col-md-offset-11 {
  margin-left:91.66666667%
 }
 .col-md-offset-10 {
  margin-left:83.33333333%
 }
 .col-md-offset-9 {
  margin-left:75%
 }
 .col-md-offset-8 {
  margin-left:66.66666667%
 }
 .col-md-offset-7 {
  margin-left:58.33333333%
 }
 .col-md-offset-6 {
  margin-left:50%
 }
 .col-md-offset-5 {
  margin-left:41.66666667%
 }
 .col-md-offset-4 {
  margin-left:33.33333333%
 }
 .col-md-offset-3 {
  margin-left:25%
 }
 .col-md-offset-2 {
  margin-left:16.66666667%
 }
 .col-md-offset-1 {
  margin-left:8.33333333%
 }
 .col-md-offset-0 {
  margin-left:0
 }
}
@media (min-width:1200px) {
 .col-lg-1,
 .col-lg-2,
 .col-lg-3,
 .col-lg-4,
 .col-lg-5,
 .col-lg-6,
 .col-lg-7,
 .col-lg-8,
 .col-lg-9,
 .col-lg-10,
 .col-lg-11,
 .col-lg-12 {
  float:left;
 }
 .col-lg-12 {
  width:100%;
 }
 .col-lg-11 {
  width:91.66666667%;
 }
 .col-lg-10 {
  width:83.33333333%;
 }
 .col-lg-9 {
  width:75%
 }
 .col-lg-8 {
  width:66.66666667%
 }
 .col-lg-7 {
  width:58.33333333%
 }
 .col-lg-6 {
  width:50%
 }
 .col-lg-5 {
  width:41.66666667%
 }
 .col-lg-4 {
  width:33.33333333%
 }
 .col-lg-3 {
  width:25%
 }
 .col-lg-2 {
  width:16.66666667%
 }
 .col-lg-1 {
  width:8.33333333%
 }
 .col-lg-pull-12 {
  right:100%
 }
 .col-lg-pull-11 {
  right:91.66666667%
 }
 .col-lg-pull-10 {
  right:83.33333333%
 }
 .col-lg-pull-9 {
  right:75%
 }
 .col-lg-pull-8 {
  right:66.66666667%
 }
 .col-lg-pull-7 {
  right:58.33333333%
 }
 .col-lg-pull-6 {
  right:50%
 }
 .col-lg-pull-5 {
  right:41.66666667%
 }
 .col-lg-pull-4 {
  right:33.33333333%
 }
 .col-lg-pull-3 {
  right:25%
 }
 .col-lg-pull-2 {
  right:16.66666667%
 }
 .col-lg-pull-1 {
  right:8.33333333%
 }
 .col-lg-pull-0 {
  right:auto
 }
 .col-lg-push-12 {
  left:100%
 }
 .col-lg-push-11 {
  left:91.66666667%
 }
 .col-lg-push-10 {
  left:83.33333333%
 }
 .col-lg-push-9 {
  left:75%
 }
 .col-lg-push-8 {
  left:66.66666667%
 }
 .col-lg-push-7 {
  left:58.33333333%
 }
 .col-lg-push-6 {
  left:50%
 }
 .col-lg-push-5 {
  left:41.66666667%
 }
 .col-lg-push-4 {
  left:33.33333333%
 }
 .col-lg-push-3 {
  left:25%
 }
 .col-lg-push-2 {
  left:16.66666667%
 }
 .col-lg-push-1 {
  left:8.33333333%
 }
 .col-lg-push-0 {
  left:auto
 }
 .col-lg-offset-12 {
  margin-left:100%
 }
 .col-lg-offset-11 {
  margin-left:91.66666667%
 }
 .col-lg-offset-10 {
  margin-left:83.33333333%
 }
 .col-lg-offset-9 {
  margin-left:75%;
 }
 .col-lg-offset-8 {
  margin-left:66.66666667%
 }
 .col-lg-offset-7 {
  margin-left:58.33333333%
 }
 .col-lg-offset-6 {
  margin-left:50%
 }
 .col-lg-offset-5 {
  margin-left:41.66666667%
 }
 .col-lg-offset-4 {
  margin-left:33.33333333%
 }
 .col-lg-offset-3 {
  margin-left:25%
 }
 .col-lg-offset-2 {
  margin-left:16.66666667%
 }
 .col-lg-offset-1 {
  margin-left:8.33333333%
 }
 .col-lg-offset-0 {
  margin-left:0
 }
}

img.responsive {
    vertical-align: middle;
}

.txt-whatsapp{
  margin-top: -23px; 
 margin-left: 30px; 
text-align: left;
font: 12px/22px Roboto;
letter-spacing: 0.5px;
color: #FFFFFF;
opacity: 1;
}

.ic-whatsapp{
width: 25px;
  height: 25px;
  margin-left: 5px;
  margin-top: 1px;
  background: url(../bones/image/whatsapp.png) no-repeat center;
  background-size: 100% 100%;
}


.ic-fondo{   
  width: 100%;   
  height: 100%; 
  float: left;
  left: -10px;
  background: url(../bones/image/fondo_general.png) no-repeat center;    
  -webkit-background-size: 100% 100%;
   -moz-background-size: 100% 100%;
   -o-background-size: 100% 100%;
   background-size: 100% 100%;
   position: relative;
   overflow-y: none;
}

.block-left{ 
left: 0px;
width: 350px;
height: 99%;
max-height: 99%;
background: #1b4b7d 0% 0% no-repeat padding-box;
opacity: 0.9;
backdrop-filter: blur(24px);
-webkit-backdrop-filter: blur(24px);
position: relative;
}

.txt-bienvenida{
top: 40px;
left: calc( (50% - 100px)  );
width: 250px;
height: 54px;
text-align: left;
font: Bold 25px/40px Roboto;
letter-spacing: -0.96px;
color: #FFFFFF;
position: absolute;
}


.error-code{
  position: absolute;
  top: 125px;
  left: calc(20% / 2);
  color: #FFFFFF;
}


.txt-inicia-unach{
  top: 120px;
left: calc(90px / 2);
width: 400px;
height: 30px;
text-align: left;
font: Bold 15px/30px Open Sans;
letter-spacing: 0;
color: #FFFFFF;
opacity: 1;
position: absolute;
}

.txt-inicia{
  top: 200px;
left: calc(150px / 2);
width: 400px;
height: 30px;
text-align: left;
font: Bold 15px/30px Open Sans;
letter-spacing: 0;
color: #FFFFFF;
opacity: 1;
position: absolute;
}

.form-logueo{
  top: 230px;
left: calc(20% / 2);
width: 300px;
height: 70px;
position: absolute;
}

.text-input{
  line-height: 1;
  height: 40px;
  border: 1px solid gray;
  background: #1b4b7d;
  width: 300px;
  position: relative;
  margin-bottom: 5px;
}

.cmp-user{
margin-top: 3px;
font-size: 14px;
width: 290px;
padding-top: 8px;
padding-left: 18px;
font-weight: 400px;
font-family: Atlas Grotesk Web, Open Sans, sans-serif;
background: #1b4b7d;
height: 30px;
color: #FFFFFF;
border: 0;
}

.btn-submit{
 margin-top: 10px;
margin-left: calc( (1% / 2) );
width: 300px;
height: 40px;
max-width: 300px;
background: #FFFFFF 0% 0% no-repeat padding-box;
opacity: 1;
border: 0px;
text-align: center;
font: Regular 14px/22px Open Sans;
letter-spacing: 0;
color: #2365A0;
clear: both;
cursor: pointer;
}


.btn-google{
top: 150px;
margin-left: 15px;
left: calc( (12% / 2) + 2px );
width: 300px;
height: 40px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 0px;
opacity: 1;
border: 0px;
  font-size: 15px;
text-align: center;
padding-right: 3px;
position: absolute;
color: #2365A0;
cursor: pointer;
}


.btn-logo-google{
  width: 20px;
  height: 20px;
  top: 10px;
  left: 40px;
  background: url(../bones/image/ic-google.ico) no-repeat center;
  background-size: 100% auto; 
  background-position: 0 0;
  position: absolute;
}

.btn-google a{
  text-decoration: none;
  color: #FFFFFF;
  width: 120px;
}

.divider{
  margin-top: 220px;
  opacity: .3;
}

.pass-olvi{
 width: 200px; 
top: 395px;
left: calc(50% - 100px);
text-align: left;
font: 14px Open Sans;
letter-spacing: 0;
color: #FFFFFF;
opacity: 1;
position: absolute;
  
}

.pass-olvi a{
  color: #FFFFFF;
  text-decoration: none;
}


.mesa-ayuda{  
  width: 350px;
  height: 400px; 
  position: absolute;
  top: 470px;
  left: calc( (20% / 2) + 20px );
  clear: both;
}


.btn-mesa-ayuda{  
margin-left: calc( (20% / 2) + 5px );
width: 200px;
height: 40px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 0;
opacity: 1;
text-align: left;
font: Regular 14px/22px Roboto;
letter-spacing: -0.25px;
color: #2365A0;
display: flex;
justify-content: center;
align-items: center;
}

.btn-mesa-ayuda a{
  text-decoration: none;
  color: #2365A0;
}


.btn-crea-ticket{  
margin-left: calc( (12% / 2) + 2px );
margin-top: 10px;
width: 300px;
height: 40px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 0;
opacity: 1;
text-align: left;
font: Regular 12px/22px Roboto;
letter-spacing: -0.25px;
color: #2365A0;
display: flex;
justify-content: center;
align-items: center;
}

.btn-crea-ticket a{
  text-decoration: none;
  color: #2365A0;
}


.txt-mesa{
  margin-top: -45px;
  margin-left: 10px;
 text-align: left;
font: Bold 14px/22px Roboto;
letter-spacing: -0.42px;
color: #FFFFFF; 
}

.txt-mesa-report{
  margin-left: 10px;
  text-align: left;
font: 14px/22px Roboto;
letter-spacing: -0.25px;
color: #FFFFFF;
}

.ic-mesa{
  width: 50px;
  height: 50px;
  margin-left: -45px;
  background: url(../bones/image/ic_mesa.png) no-repeat center;
  background-size: 100% auto;
}

.txt-support{
 margin-top: -21px; 
 margin-left: 30px; 
text-align: left;
font: 14px/22px Roboto;
letter-spacing: 0.5px;
color: #FFFFFF;
opacity: 1;
}

.ic-support{
width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-top: 5px;
  background: url(../bones/image/soporte.png) no-repeat center;
  background-size: 100% auto;
}

.txt-telefono{
 margin-top: -20px; 
 margin-left: 30px; 
text-align: left;
font: 12px/22px Roboto;
letter-spacing: 0.5px;
color: #FFFFFF;
opacity: 1;
}

.ic-telefono{
width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-top: 10px;
  background: url(../bones/image/ic-telefono.svg) no-repeat center;
  background-size: 100% auto;
}


.txt-web{
 margin-top: -21px; 
 margin-left: 30px; 
text-align: left;
font: 14px/22px Roboto;
letter-spacing: -0.29px;
color: #FFFFFF;
opacity: 1;
}

.ic-web{
width: 15px;
  height: 20px;
  margin-left: 10px;
  margin-top: 5px;
  background: url(../bones/image/ic-web.svg) no-repeat center;
  background-size: 100% auto;
}

.txt-horario{
 margin-top: -21px; 
 margin-left: 30px; 
text-align: left;
font: 14px/22px Roboto;
letter-spacing: -0.29px;
color: #FFFFFF;
opacity: 1;
}

.ic-horario{
width: 15px;
  height: 20px;
  margin-left: 10px;
  margin-top: 5px;
  background: url(../bones/image/ic-horario.svg) no-repeat center;
  background-size: 100% auto;
}


.tickets{  
  width: 350px;
  height: 400px; 
  position: absolute;
  top: 665px;  
  float: left;
  left: calc((20% / 2) - 30px );
  clear: both;
}

.txt-ticket{
  margin-left: 60px;
  margin-top: -50px;
  text-align: left;
font: 14px/22px Roboto;
letter-spacing: -0.25px;
color: #FFFFFF;
}

.ic-ticket{
  width: 50px;
  height: 50px;
  margin-left: 2px;
  background: url(../bones/image/ic-ticket.svg) no-repeat center;
  background-size: 100% auto;
}


.div-esquina{
  top: 154.5845947265625px;
left: 1259px;
width: 750px;
height: 500px;
transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
background: #1A47B0 0% 0% no-repeat padding-box;
border-radius: 100px;
opacity: .1;
position: absolute;
}

.logo-superior{
top: -1350.5845947265625px;
left: 359px;
width: 1290px;
height: 1590px;
transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
background: #1A47B0 0% 0% no-repeat padding-box;
border-radius: 100px;
opacity: 0.1;
position: absolute;
}


.logo-unach{
top: 54.5845947265625px;
left: 1359px;
position: absolute;
}

.logo1{
  width: 80px;
  height: 80px;
background: url(../bones/image/logo1.svg) no-repeat center;
background-size: 100% auto;
}


.logo2{
  width: 80px;
  height: 80px;
background: url(../bones/image/logo2.svg) no-repeat center;
background-size: 100% auto;
}

.fondo-logo{
top: -17.535400390625px;
left: 1100px;
width: 628px;
height: 308px;
transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
background: #006CBE 0% 0% no-repeat ;
opacity: .8;
position: absolute; 
  }

.barra-izq{
  position: relative;
  float: right;
  background: white;
  width: 20%;
}


#imgAvisounach{
  margin-top: 250px;
  display: flex;
  vertical-align: middle;
  left: 32%;  
  position: absolute;
  top: 0%;
}


@media (max-width : 480px) {
  .ic-fondo{
    max-height: 800px;
    overflow: hidden;
  }

  .txt-bienvenida{
    top:20px;
  }

  .txt-inicia-unach{
    top: 80px;
    left: calc(140px / 2);
  }

  .btn-google{
    top: 125px;
  }


.divider{
  margin-top: 172px;
  opacity: .3;
  
}
  .txt-inicia{
    top: 125px;
  }

  .form-logueo{
    top: 160px;
  }

  .pass-olvi{
    top: 280px;
  }

  .mesa-ayuda{
    top:320px;
  }

  .txt-mesa-report{
    font: 12px/22px Roboto;
    letter-spacing: -0.25px;
  }

  .tickets{
    top: 525px;
  }

  #imgAvisounach{
    left: 0%;
    width: 100%;
    height: 50%;
  }


}


@media (max-height: 768px) {
  .ic-fondo{
    max-height: 100%;
    overflow: hidden;
  }

  .txt-bienvenida{
    top:1px;
    left: calc(50% - 110px);
  }

  .txt-inicia{
    top: 135px;
  }


  .txt-inicia-unach{
    top: 80px;
    left: calc(140px / 2);
  }

  .btn-google{
    top: 85px;
  }

.divider{
  margin-top: 173px;
  opacity: .3;
  
}

  .form-logueo{
    top: 160px;
  }

.btn-submit{
    margin-top : 1px;
  }

  .pass-olvi{
    top: 315px;
    left: calc(50% - 75px);
  }

  .mesa-ayuda{
    top:360px;
  }

  .txt-mesa-report{
    font: 12px/22px Roboto;
    letter-spacing: -0.25px;
  }

  .tickets{
    top: 535px;
  }

  .btn-crea-ticket{ 
  margin-top: 1px; 
  margin-left: calc( (20% / 2) + 2px );
  }

  #imgAvisounach{
    margin-top: 170px;
    
  }

}
