﻿body {
    overflow-x:hidden;
}

/*GLOBAL TAGS*/
html, body, .container-table {
    height: 100%;
}

footer {
    padding-top:10px;
    
    bottom: 0;
    width: 100%;
}

footer p {
    text-align:center;
}

footer img {
    height: 35px;
    position: relative;
    padding: 0 10px;
}


table a {
  color: #006ab0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a {
  color: #002359;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: black;
  outline: none;
  text-decoration: none;
}

textarea {
    resize:none;
}

.navbar-default {
    background:white;
}

.title {
    padding-bottom:0.5em; padding-top:0.5em; text-transform:uppercase; letter-spacing:8px;
    font-size:30px;
}

@media screen and (max-width: 480px) {
    .title {
        font-size:20px;
    }
}


/*CONTAINERS*/
.container-table {
    display: table;
}
.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}


/*COLORS*/
.color-primary {
    color: #0c68b1;
}

.color-secondary {
    color:#0095db;
}

.color-text-primary {
    color:rgb(94, 81, 13);
}
.color-text-contrast {
    /*color:rgb(94,81,93);*/
    color:white;
}

/*ANIMATIONS*/
.loader {
    position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background: url(../images/loader.gif) center no-repeat #fff;
}

/*FONTS*/

@font-face {
    font-family: 'StevieSans';
    src: url('/fonts/StevieSansLight.eot');
    src: url('/fonts/StevieSansLight.eot?#iefix') format('embedded-opentype'),
         url('/fonts/StevieSansLight.woff') format('woff'),
         url('/fonts/StevieSansLight.ttf') format('truetype'),
         url('/fonts/StevieSansLight.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'StevieSans';
    src: url('/fonts/StevieSansRegular.eot');
    src: url('/fonts/StevieSansRegular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/StevieSansRegular.woff') format('woff'),
         url('/fonts/StevieSansRegular.ttf') format('truetype'),
         url('/fonts/StevieSansRegular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'StevieSans';
    src: url('/fonts/StevieSansBold.eot');
    src: url('/fonts/StevieSansBold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/StevieSansBold.woff') format('woff'),
         url('/fonts/StevieSansBold.ttf') format('truetype'),
         url('/fonts/StevieSansBold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

.i {  
  color: #0095db;
  position: relative;
}
.i:before {
  content: "ı";
  position: absolute; 
  color:#0c68b1 ;
}

/*MENU*/
@media screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

::-webkit-selection {
  color: #fff;
  background: #F95959;
}

::-moz-selection {
  color: #fff;
  background: #F95959;
}

::selection {
  color: #fff;
  background: #F95959;
}
/*MENU*/
@media screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

::-webkit-selection {
  color: #fff;
  background: #F95959;
}

::-moz-selection {
  color: #fff;
  background: #F95959;
}

::selection {
  color: #fff;
  background: #F95959;
}

#navbar .top-menu {
  padding: 28px 0 0 0;
}
#menu-logo {
    margin-top: 20px;
    padding-left: 15px;  
    cursor:pointer;
}
#menu-logo .logotipo {
    width: 90px;
    margin-right: 15px;
}
#menu-logo .isotipo {
    width: 195px;
    margin-top: 25px;
}
@media screen and (max-width: 1200px) {
    #menu-logo {
        margin-top:35px;
    }
    #menu-logo .logotipo {
        width: 60px;
        margin-right: 10px;
    }
    #menu-logo .isotipo {
        width: 130px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 992px) {
    #menu-logo {
        margin-top: 25px;
        padding-left:10px;
    }
    #menu-logo .logotipo {
        width:85px;
        margin-right:0;
    }
    #menu-logo .isotipo {
        display:none;
    }
}

@media screen and (max-width: 767px) {
    #menu-logo {
        
        margin-top: 10px;
        margin-left:10px;
    }
    #menu-logo .logotipo {
        width: 90px;
        margin-right: 15px;
    }
    #menu-logo .isotipo {
        width: 195px;
        margin-top: 25px;
        display:inline;
    }
}

@media screen and (max-width: 480px) {
    #menu-logo .logotipo {
        width: 60px;
        margin-right: 15px;
    }
    #menu-logo .isotipo {
        width: 150px;
        margin-top: 15px;
        display:inline;
    }
}


@media screen and (max-width: 768px) {
    .navbar .burger {
        margin-top: 25px;
    }
}

#menu-logo a:hover {
    text-decoration:none;
    color:#0c68b1;
}

#menu-logo a {
    text-decoration:none;
    color:#0c68b1;
}


#navbar .dropdown-menu > li > a {
    padding:10px 20px;
}

#navbar ul li a {
  font-size: 18px;
  padding: 30px 15px;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
    #navbar ul li a {
        font-size:14px;
        padding: 30px 7px;
    }
}
@media screen and (min-width: 880px) {
    #navbar ul li a {
        font-size:15px;
        padding: 30px 12px;
    }
}
@media screen and (min-width: 1200px) {
    #navbar ul li a {
        font-size:18px;
        padding: 30px 15px;
    }
}
#navbar ul li a .glyphicon {
    font-size:small;
    margin-left:1px;
}
@media screen and (max-width: 767px) {
  #navbar ul li a {
    padding: 0px 0px 25px 15px;
  }
}
#navbar ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: #0095db;
}



#navbar ul li.active > a {
  color: #000 !important;
  position: relative;
  background:none;
}
#navbar ul li.active > a:after {
  position: absolute;
  bottom: 25px;
  left: 15px;
  content: '';
  width: 20px;
  height: 2px;
  background: #0095db;
  margin: 0 auto;
}
#navbar .dropdown-menu li.active > a:after {
    position: absolute;
      bottom: 3px;
      left: 20px;
      content: '';
      width: 20px;
      height: 2px;
      background: #0095db;
      margin: 0 auto;
}

#navbar .fixed-button {
    margin-top: 27px;
    font-size: 12px;
    padding: 3.5px 5px;
    margin-right:10px;
}

@media screen and (max-width: 992px) {
    #navbar .fixed-button {
    margin-top: 29px;
    font-size: 10px;
    padding: 3.5px 5px;
    
    }
}

@media screen and (max-width: 767px) {
    #navbar .fixed-button {
        margin-left:5px;
        margin-top: 0px;
        margin-bottom:10px;
        padding: 3.5px 18px;
    }
}

.flag-container {
    padding-top:27px;
    text-align:center;
}
@media screen and (max-width: 767px) {
  .flag-container {
    padding-top: 0px;
  }
}
.flag {
    padding: 0 0 0 5px !important;
}

/*SHRINKER*/


.shrinker #menu-logo {
    margin-top:0px;
    -webkit-animation-name: logoA; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
    animation-name: logoA;
    animation-duration: 0.5s;
}

.shrinker #menu-logo .logotipo {
    width: 50px;
    margin-right: 10px;
    animation-name: logoB;
    animation-duration: 0.5s;

}
.shrinker #menu-logo .isotipo {
    width: 140px;
    margin-top: 10px;
    animation-name: logoC;
    animation-duration: 0.5s;
}
@keyframes logoA {
    from {margin-top:35px;}
    to {margin-top: 0;}
}

@-webkit-keyframes logoA {
    from {margin-top:35px;}
    to {margin-top: 0;}
}

@keyframes logoB {
    from {
        width: 90px;
    }
    to {width: 50px;}
}

@-webkit-keyframes logoB {
    from {
        width: 90px;
    }
    to {width: 50px;}
}
@keyframes logoC {
    from {
        width: 195px;
        margin-top: 25px;
    }
    to {width: 140px;
    margin-top: 10px;}
}

@-webkit-keyframes logoC {
    from {
        width: 195px;
        margin-top: 25px;
    }
    to {width: 130px;
    margin-top: 10px;}
}

@media screen and (max-width: 1200px) {
    .shrinker #menu-logo {
        margin-top:7px;
    }
    @keyframes logoA {
        from {margin-top:45px;}
        to {margin-top: 7px;}
    }

    @-webkit-keyframes logoA {
        from {margin-top:45px;}
        to {margin-top: 7px;}
    }
    @keyframes logoB {
        from {
            width: 60px;
        }
        to {width: 50px;}
    }

    @-webkit-keyframes logoB {
        from {
            width: 60px;
        }
        to {width: 50px;}
    }
    @keyframes logoC {
        from {
            width: 130px;
            margin-top: 20px;
        }
        to {width: 130px;
        margin-top: 10px;}
    }

    @-webkit-keyframes logoC {
        from {
            width: 130px;
            margin-top: 20px;
        }
        to {width: 130px;
        margin-top: 10px;}
    }
}
@media screen and (max-width: 992px) {
    .shrinker #menu-logo {
        margin-top:12px;
    }
    @keyframes logoA {
        from {margin-top:50px;}
        to {margin-top: 12px;}
    }

    @-webkit-keyframes logoA {
        from {margin-top:50px;}
        to {margin-top: 12px;}
    }
    @keyframes logoB {
        from {
            width: 85px;
        }
        to {width: 50px;}
    }

    @-webkit-keyframes logoB {
        from {
            width: 85px;
        }
        to {width: 50px;}
    }
    
}
@media screen and (max-width: 767px) {
    
    @keyframes logoA {
        from {margin-top:10px;}
        to {margin-top: 10px;}
    }

    @-webkit-keyframes logoA {
        from {margin-top:10px;}
        to {margin-top: 10px;}
    }
    @keyframes logoB {
        from {
            width: 90px;
        }
        to {width: 50px;}
    }

    @-webkit-keyframes logoB {
        from {
            width: 90px;
        }
        to {width: 50px;}
    }
    @keyframes logoC {
        from {
            width: 195px;
            margin-top: 25px;
        }
        to {width: 130px;
        margin-top: 10px;}
    }

    @-webkit-keyframes logoC {
        from {
            width: 195px;
            margin-top: 25px;
        }
        to {width: 130px;
        margin-top: 10px;}
    }
}

@media screen and (max-width: 480px) {
    
   
    @keyframes logoB {
        from {
            width: 60px;
        }
        to {width: 50px;}
    }

    @-webkit-keyframes logoB {
        from {
            width: 60px;
        }
        to {width: 50px;}
    }
    @keyframes logoC {
        from {
            width: 150px;
            margin-top: 15px;
        }
        to {width: 140px;
        margin-top: 10px;}
    }

    @-webkit-keyframes logoC {
        from {
            width: 195px;
            margin-top: 25px;
        }
        to {width: 130px;
        margin-top: 10px;}
    }
}

.shrinker #navbar .top-menu {
    padding:0;
    -webkit-animation-name: me; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
    animation-name: me;
    animation-duration: 0.5s;
}
@keyframes me {
    from {padding: 28px 0 0 0;}
    to {padding: 0;}
}

@-webkit-keyframes me {
    from {padding: 28px 0 0 0;}
    to {padding: 0;}
}

.shrinker #navbar .dropdown-menu {
    background:rgba(255,255,255,0.8);
}

.shrinker #navbar .dropdown-menu > li > a {
    padding:5px 20px;
}

.shrinker #navbar ul li a {
    padding: 20px 15px 25px 15px;
    font-size:15px;
}
@media screen and (min-width: 1600px) {
    .shrinker #navbar ul li a {
        padding: 20px 15px 25px 15px;
        font-size:18px;
    
    }
}
@media screen and (min-width: 1200px) {
    .shrinker #navbar ul li a {
        padding: 20px 15px 25px 15px;
        font-size:17px;
    
    }
}
@media screen and (max-width: 1025px) {
    .shrinker #navbar ul li a {
        padding: 20px 9px 25px 9px;
        font-size:14px;
    
    }
}
@media screen and (max-width: 900px) {
    .shrinker #navbar ul li a {
        padding: 20px 7px 25px 7px;
        font-size:14px;
    
    }
}

@media screen and (max-width: 767px) {
    .shrinker #navbar ul li a {
        padding: 0px 15px 25px 15px;
    
    }
}
.shrinker .flag-container {
    padding-top:20px;
}

.shrinker #navbar .fixed-button {
    margin-top:20px;
}


#encabezado div {
    top:110px;
}

/*SECTIONS*/
.table-container {
    
    overflow-y:auto;
    margin-bottom:80px;
}
@media screen and (max-width: 768px) {
    .table-container {
        font-size:13px;
    }
}
@media screen and (max-width: 480px) {
    .table-container {
        font-size:12px;
    }
}
.table-head {
    background: #002359;
    color: white;
    letter-spacing: 5px;
    font-size: 16px;
}

.table-center {
    text-align:center;
}

.table-center th {
    text-align:center;
}

.no-data-msg {
    text-align: center;
    color: white;
    font-size: 17px;
    background: rgba(0, 106, 176, 0.33);
    padding: 11px;
    padding-top: 20px;
    border-radius: 20px;
    margin-top: 2em;
    margin-bottom:80px;
}

.buque-paso {
    background-color:#868686 !important;
}

/*TRACKING WEB*/
#tracking .content {
    height:82vh; /*vh es porcentaje respecto a view port, es decir tamaño de pantalla*/
}

@media screen and (max-height: 500px) {
    #tracking .content {
        height:75vh; /*vh es porcentaje respecto a view port, es decir tamaño de pantalla*/
    }
}

#tracking h2 {
    text-transform:uppercase;
    letter-spacing: 8px;
    display:none;
}
#tracking .upper-pane {
    height:45%; 
}

#tracking .upper-pane.animation-up {
    height:0%; 
    animation-name: slideUpUpperPane;
    animation-duration: 0.5s;
}
@keyframes slideUpUpperPane {
    from {height:45%}
    to {height:0%;}
}

#tracking .upper-pane img {
    height:100%;
}

#tracking .world_wrapper {
    text-align:center;
    height:95%;
    float:left;
    width:100%;
}

#tracking .lower-pane span {
    color: white;
}
#tracking .lower-pane {
    height:55%; 
    background:#002359;
    border-radius:4px;
}

#tracking .lower-pane.animation-up {
    height:65px; 
    min-height:65px;
    animation-name: slideUpLowerPane;
    animation-duration: 0.5s;
}
@keyframes slideUpLowerPane {
    from {height:55%}
    to {height:65px;}
}

@media screen and (max-height: 500px) {
    #tracking .upper-pane {
        height:0%; 
        
    }
    #tracking .lower-pane {
        height:100%; 
        min-height:230px;
    }
}


#tracking .lower-pane p {
    padding-bottom: 1em;
    border-bottom: solid 2px rgba(255, 255, 255, 0.125);
    font-weight:lighter;
    margin-bottom: 30px;
    font-size:18px;
}

#tracking .lower-pane h2 {
    letter-spacing: 8px;
    text-transform:uppercase;
    display:block;
}

#tracking button {
    letter-spacing:5px;
    text-transform:uppercase;
    color:#fff;
    background-color:#0095db;
    height:36px;
}

@media screen and (max-width: 480px) {
    #tracking .lower-pane h2 {
        letter-spacing: 6px;
    }
    #tracking button {
        letter-spacing:0px;
        text-transform:uppercase;
        color:#fff;
        background-color:#0095db;
        height:35px;
    }
}

#tracking button:hover, Section#Contacto button:focus {
    border: #fff solid 1px;
}

#tracking #txtFilter {
    margin-bottom:10px;
}

#tracking .clickable{
    cursor: pointer;   
}

#tracking .panel-heading span {
	margin-top: -20px;
	font-size: 15px;
}

#tracking #resultsTable {
    margin-top:15px;
}

#tracking .panel {
    margin-bottom:5px;
}

#tracking .panel .panel-title-booking {
    font-size: 12px;
    margin:0;
}

#tracking .panel .panel-title-container {
    font-size: 20px;
    margin:0px;
}


#tracking .panel-primary > .panel-heading {
    color: #fff;
    background-color: #002359;
    border-color: #002359;
}

#tracking .panel-body {
    padding: 0px;
    padding-top:15px;
}

#tracking .row-destino {
    padding-top: 10px;
    background-color: rgba(210, 226, 232, 1);
    color: white;
}

#tracking .row-trasbordo {
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: rgba(192, 202, 206, 1);
    color: white;
}



#tracking .panel-body img{
    height:45px;
    width:60px;
}

@media screen and (max-width: 480px) {
    #tracking .panel-body img{
        height:45px;
        width:45px;
    }
    #tracking .img-container {
        padding-left:0;
    }
}


#conversor .groupContent {
    background-color: #002359;
    border-radius: 10px;
    border: #0095db solid 1px;
    padding: 5px 10px;
    margin-bottom: 25px;
}

#conversor .groupContent > div > div {
    padding-bottom:15px;
}

#conversor h4 {
    border-bottom: solid 2px rgba(255, 255, 255, 0.125);
    margin-bottom: 10px;
    letter-spacing: 2px;
}

#conversor .form-group.display {
    display:inline-block;
    padding-top:5px;
}

#conversor .groupContent h5 {
    float:left;
    font-size:13px;
    margin-bottom:9px;
}

/*#conversor .groupContent select {
    float: right;
    width: 70%;
    margin-left: 1px;
    padding:3px;
}*/

#conversor .groupContent select {
    float: left;
    width: 40%;
    padding:3px;
}

#conversor .groupContent button {
    letter-spacing: 4px;
    width: 100%;
    color: #fff;
    background-color: #0095db;
}

#conversor .groupContent button:hover {
    border: #fff solid 1px;
}
    
#conversor .groupContent button span{
    padding-left:4px;
}

@media screen and (max-width: 410px) {
    #conversor .groupContent button span{
        padding-left:0px;
    }
}


#conversor .valores {
    width:40%;
    float:left;
}

#conversor .arrow {
    float:left;
    margin:0 7%; 
    margin-top:5px;
}


@media screen and (max-width: 767px) {
    #conversor .arrow {
        margin:0 8.5%; 
    }
}

@media screen and (max-width: 640px) {
    #conversor .arrow {
        margin:0 8%; 
    }
}

@media screen and (max-width: 492px) {
    #conversor .arrow {
        margin:0 7.5%; 
    }
}

@media screen and (max-width: 410px) {
    #conversor .arrow {
        margin:0 7%; 
    }
}