body {
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  background-color: #efefef;
}
.col-lg-0,
.col-md-0,
.col-sm-0,
.col-xs-0 {
  width: 30px;
  position: relative;
  float: left;
  margin-left: -15px;
  margin-right: -15px;
}
.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #ef2b2d;
  opacity: 0.9;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 40vh;
  z-index: 1000;
}
.loader_text {
  font-family: Lato light, sans-serif;
  font-size: 1.5em;
  color: white;
  text-transform: uppercase;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 2s linear infinite;
  -webkit-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
}
.no-padding {
  padding: 0;
}
.navbar.navbar-default {
  height: 80px;
  border: 0;
  border-top: 3px solid #ef2b2d;
  background-color: rgba(255, 255, 255, 0.9);
}
.navbar .navbar-nav > li > a {
  color: #ef2b2d;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar .navbar-nav > li > a img {
  max-width: 30px;
  max-height: 30px;
  display: block;
  margin: 0 auto;
}
.navbar .navbar-center {
  display: table;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.navbar .navbar-brand img {
  max-height: 70px;
  margin: -15px 0;
}
.navbar-secondary .nav,
.navbar-aux .nav {
  background: #dddddd;
  margin: 20px auto;
  float: none;
  display: table;
  padding: 0;
}
.navbar-secondary .nav::before,
.navbar-aux .nav::before,
.navbar-secondary .nav::after,
.navbar-aux .nav::after {
  display: none;
}
.navbar-secondary .nav li,
.navbar-aux .nav li {
  margin: 0;
  padding: 0;
  float: none;
  display: table-cell;
}
.navbar-secondary .nav li a,
.navbar-aux .nav li a {
  padding: 44px 10px;
  background: white;
  float: left;
  clear: both;
  bottom: 0;
  margin: 0 5px;
  font-size: 1em;
  min-width: 100px;
}
button.button-hollow {
  color: #ef2b2d;
  border: 2px solid #ef2b2d;
  padding: 10px;
  text-transform: uppercase;
  background: transparent;
  margin: 15px;
  font-weight: normal;
}
button.button-hollow:hover {
  background: #ef2b2d;
  color: white;
}
/*
.row {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
    
    &> [class*='col-'] {
    	display: flex;
        flex-direction: column;
        
        img {
        	display: inline;
        	width: 100%; 
        }
    }
}
*/

.bg-cover {
  height: 650px;
  background-position: 50%;
  background-size: cover;
  text-align: center;
  color: white;
  position: relative;
}
.bg-cover h1 {
  font-weight: bold;
  font-size: 5em;
  text-transform: uppercase;
  max-width: 800px;
  margin: 240px auto 0;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
}
.bg-cover p {
  font-size: 2.2em;
}
.bg-cover a {
  color: white;
  font-size: 1.3em;
  margin-top: 10px;
}
.negative {
  background: #0a3d6b;
  color: white;
  padding: 15px;
}
.negative h4 {
  color: white;
}
.negative .button {
  color: #ef2b2d;
  background: white;
}
section.generic-page-sections > section {
  padding: 25px;
  background: white;
}
section.generic-page-sections > section h2 {
  text-align: center;
  color: #0a3d6b;
}
section.generic-page-sections > section h4 {
  text-transform: uppercase;
  font-weight: bold;
  color: #ef2b2d;
}
section.generic-page-sections > section .negative h4 {
  color: white;
}
section.generic-page-sections > section .negative .button {
  color: #ef2b2d;
  background: white;
}
section.generic-page-sections > section .button {
  background: #ef2b2d;
  padding: 10px 15px;
  width: 180px;
  position: absolute;
  bottom: 20px;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
section.generic-page-sections > section .has-button {
  min-height: 451px;
}
section.generic-page-sections > section .framed {
  border: 1px solid #dddddd;
  margin-bottom: 15px;
  padding-bottom: 60px;
  background: white;
}
section.generic-page-sections > section .framed.framed-row {
  margin: 0;
  padding: 0;
}
section.generic-page-sections > section .framed.framed-row > * {
  padding: 0;
}
section.generic-page-sections > section .framed.framed-row a > * {
  padding: 0;
}
section.generic-page-sections > section .framed.framed-row h4 {
  margin: 0px 10px;
  float: right;
  font-size: 1.5em;
  line-height: .9em;
}
section.generic-page-sections > section .framed.framed-row h4 small {
  font-size: 65%;
}
section.generic-page-sections > section .framed h4 {
  margin: 10px 10px;
  float: right;
}
section.generic-page-sections > section .framed h5 {
  float: left;
  clear: left;
  margin: 10px 10px;
  font-size: 1.5em;
  color: #ef2b2d;
}
section.generic-page-sections > section .framed h6 {
  float: left;
  color: #0a3d6b;
  margin: 0 10px;
  font-size: 1.1em;
}
section.generic-page-sections > section:nth-child(odd) {
  background-color: #f0f0f0;
}
section.generic-page-sections > section:nth-child(odd) .negative {
  background: #0a3d6b;
  color: #f0f0f0;
}
section.generic-page-sections > section:nth-child(odd) .negative h4 {
  color: #f0f0f0;
}
section.generic-page-sections > section:nth-child(odd) .negative .button {
  background: #f0f0f0;
}
footer {
  background: #f0f0f0;
}
footer ul.footer-links {
  padding-top: 30px;
}
footer ul.footer-links > li {
  list-style: none;
  color: #ef2b2d;
  font-weight: 700;
  font-size: 1.5em;
  margin: 5px 0;
}
footer ul.footer-links > li > a {
  color: #ef2b2d;
}
footer ul.footer-links > li ul {
  padding: 0;
  display: table;
}
footer ul.footer-links > li ul li {
  list-style: none;
  width: 50%;
  float: left;
  font-size: .7em;
}
footer ul.footer-links > li ul li a {
  color: #0a3d6b;
}
footer .footer-contact img {
  max-width: 150px;
  margin: 20px;
}
footer .footer-contact .button {
  position: absolute;
  bottom: 20px;
  right: 16%;
  padding: 15px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 180px;
}
footer .bottom-links {
  padding: 30px 0;
}
footer .bottom-links a {
  color: #0a3d6b;
}
.row.image-links > div > div {
  margin-bottom: 20px;
  opacity: .7;
}
.row.image-links > div > div:hover {
  opacity: 1;
}
.row.image-links > div > div {
  border-right: 3px solid #f0f0f0;
}
.row.image-links > div:nth-child(4n) > div,
.row.image-links div:last-child > div {
  border-right: none;
}
.swiper-container {
  width: 100%;
  height: 56.25%;
  margin: 20px auto;
  overflow: hidden;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #f0f0f0;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.swiper-pagination-bullet-active {
  background: #ef2b2d;
}
.contacts-section section div {
  background: white;
  margin-bottom: 10px;
}
.contacts-section img {
  max-width: 100%;
}
.contacts-section #map {
  margin-top: 74px;
  height: calc(100vh - 74px);
  /*top: 74px;*/
  width: 50vw;
  position: absolute;
  left: 49%;
  margin-bottom: 35px;
}
#engines h1 {
  font-weight: bold;
  font-size: 5em;
  text-transform: none;
  max-width: 800px;
  margin: 240px auto 0;
  color: black;
  text-align: center;
  font-style: italic;
  text-shadow: none;
}
/*mobile*/

@media (max-width: 767px) {
  .bg-cover {
    /*height: 240px;*/
    background-position: 50%;
    background-size: cover;
    text-align: center;
    color: white;
    position: relative;
  }
  .bg-cover h1 {
    font-size: 3em;
    margin: 100px auto 0;
  }
  #engines h1 {
    font-size: 3em;
    margin: 100px auto 0;
  }
  .navbar-secondary .container,
  .navbar-aux .container {
    width: 100%;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
  }
  .navbar-secondary .nav,
  .navbar-aux .nav {
    width: 100%;
    padding: 0;
    margin: 0;
    /*display: none;*/
    text-align: center;
    background: transparent;
  }
  .navbar-secondary .nav li,
  .navbar-aux .nav li {
    float: none;
    width: 33%;
    display: inline-block;
    margin: 0 3%;
  }
  .navbar-secondary .nav li a,
  .navbar-aux .nav li a {
    padding: 0;
    background: white;
    float: left;
    clear: both;
    bottom: 0;
    margin: 0;
    width: 100%;
    font-size: .9em;
    height: 80px;
  }
  .navbar-secondary .nav li a img,
  .navbar-aux .nav li a img {
    width: 100%;
    margin-top: 15px;
  }
  .navbar-toggle {
    width: 43px;
    margin: 20px 15px 0 0;
  }
  ul.nav.navbar-nav.navbar-center {
    float: right;
    background: white;
    width: 100%;
    display: table;
    text-align: center;
    padding: 15px 5px;
    margin: 0;
  }
  ul.nav.navbar-nav.navbar-center li {
    display: inline-block;
    background: white;
    width: 33.3%;
    text-align: center;
  }
  .navbar .navbar-brand img {
    max-width: 60px;
    margin: 4px 0;
  }
  section.generic-page-sections > section .has-button {
    min-height: auto;
  }
  section.generic-page-sections > section .button {
    position: relative;
    bottom: auto;
    margin: 10px 0 30px;
    float: none;
    display: block;
  }
  section.generic-page-sections > section .framed h6 {
    font-size: .9em;
  }
  section.generic-page-sections > section .framed h5 {
    font-size: 1.2em;
  }
  section.generic-page-sections > section .framed h4 {
    font-size: 1.2em;
  }
  section.generic-page-sections > section .framed.framed-row h4 {
    margin: 0px 5px;
    float: right;
    font-size: 1.1em;
    line-height: 0.8em;
  }
  section.generic-page-sections > section .framed.framed-row h5 {
    font-size: 1.2em;
    margin: 5px 10px;
  }
  .row.image-links {
    margin: 0 -55px;
  }
  .row.image-links > div > div {
    margin-bottom: 0;
    border-right: none;
  }
  footer .footer-contact .button {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 20px auto 10px;
  }
  .user-highlight-description h1 {
    font-size: 1.8em;
  }
  .generic-tabulator-list {
    padding: 0;
  }
  .generic-tabulator-list i {
    font-size: 2em;
  }
  #engines-wrap .nav-tabs > li > a {
    padding: 10px 0;
  }
  .title-menu {
    width: 100%;
    display: inline-block;
    font-size: 0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-center {
    display: block;
    width: 510px;
  }
  .navbar .navbar-center li a {
    padding: 15px 8px;
  }
  .navbar-secondary .nav li a,
  .navbar-aux .nav li a {
    padding: 30px 5px;
    background: white;
    float: left;
    clear: both;
    bottom: 0;
    margin: 0 5px;
    font-size: 1em;
    min-width: 80px;
  }
  section.generic-page-sections > section .has-button {
    min-height: auto;
  }
  section.generic-page-sections > section .button {
    position: relative;
    bottom: auto;
    margin: 10px 0 30px;
    float: none;
    display: block;
  }
}
@media (max-width: 991px) {
  #air-search-summary-wrapper,
  #hotel-search-summary-wrapper,
  #air-hotel-search-summary-wrapper,
  #vacations-search-summary-wrapper,
  #car-search-summary-wrapper {
    margin-top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 1200px) {
  
}
.navbar-checkout {
  height: 105px;
  border: 0;
  margin: 30px auto;
}
.visible-xs .navbar-checkout {
  height: 95px;
  border: 0;
  margin: 30px auto;
}
.navbar-checkout ul.row {
  margin: 0 auto;
}
.navbar-checkout ul li {
  margin: 0;
  padding: 0;
  float: none;
  display: table-cell;
  text-align: center;
  padding: 25px 10px;
  float: left;
  bottom: 0;
  color: #dddddd;
  border: 1px solid #dddddd;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-checkout ul li.active {
  background-color: #ef2b2d;
  color: white;
}
.navbar-checkout ul li.separator {
  border: none;
  font-size: 40px;
}
.visible-xs .navbar-checkout ul li.separator {
  border: none;
  font-size: 20px;
}
.inout-info {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.inout-info i {
  color: #ef2b2d;
  margin-right: 5px;
}
.hotel-name-selection h5 {
  margin-bottom: 0px;
}
.hotel-info {
  color: #a3b1b9;
}
.room-option:not(:first-child) {
  margin-top: 15px;
}
.hotel-info h5 {
  color: #ef2b2d;
}
.passenger {
  margin-bottom: 30px;
}
.price-resume {
  margin-bottom: 110px;
}
.price-resume h3,
.passenger h3 {
  font-size: 20px;
  color: #7a909d;
}
.price-resume .resume,
.passenger .form-data {
  background-color: white;
  height: 100%;
  border: solid 1px #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.price-resume .resume .label-value {
  font-size: 16px;
  color: #7a909d;
  overflow: hidden;
  height: 20px;
  padding: 0;
  float: left;
  padding-left: 25px;
  padding-right: 15px;
  margin-top: 15px;
}
.price-resume .resume hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.price-resume .row:last-child {
  background-color: #fff2f2;
  padding-bottom: 0px;
  padding-top: 15px;
  text-align: right;
}
.passenger,
insurance {
  margin-bottom: 30px;
}
.payment-section h3 {
  color: #7a909d;
}
.passenger h3,
.insurance h3,
.cancellationPolicy h3,
.voucher h3,
.book-payment h3,
.hotel h3,
.invoice h3,
.car h3,
.vacations h3 {
  font-size: 20px;
  color: #7a909d;
}
.cancellationPolicy .form-data h4 {
  font-size: 18px;
  color: #7a909d;
}
.passenger .form-data,
.insurance .form-data,
.cancellationPolicy .form-data,
.voucher .form-data,
.book-payment .form-data,
.invoice .form-data {
  background-color: white;
  height: 100%;
  border: solid 1px #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.insurance .form-data,
.cancellationPolicy .form-data,
.voucher .form-data,
.book-payment .form-data,
.invoice .form-data {
  background-color: white;
  height: 100%;
  border: solid 1px #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.passenger .pass-type {
  background-color: #f9f9f9;
  padding-left: 10px;
  margin-top: 1px;
  font-weight: bold;
  color: #56727e;
}
.reservaForm .form-group input.input-validation-error,
.reservaForm .form-group select.input-validation-error {
  border: 1px solid red;
  background-color: #fff2f2;
}
.reservaForm input[type="text"],
.form-comunication input[type="text"],
.form-campaign input[type="text"],
.user-tabulator input[type="password"],
.reservaForm select,
.form-campaign select,
.form-comunication select,
.form-comunication select,
.reservaForm textarea,
.form-campaign textarea,
.form-comunication textarea {
  padding: 10px;
  background: linear-gradient(#d9dde0, #d9dde0), linear-gradient(#d9dde0, #d9dde0), linear-gradient(#d9dde0, #d9dde0);
  background-size: 1px 20%, 100% 1px, 1px 20%;
  background-position: bottom left, bottom center, bottom right;
  background-repeat: no-repeat;
  border: none;
  border: 1px solid #d9dde0 \9;
  color: #999999;
}
.reservaForm textarea,
.form-comunication textarea {
  width: 100%;
  height: 75px;
}
.reservaForm input[type="text"].input-xsmall,
.reservaForm input[type="number"].input-xsmall,
.reservaForm select.input-xsmall,
.form-comunication input[type="text"].input-xsmall,
.form-comunication input[type="number"].input-xsmall,
.form-comunication select.input-xsmall,
.form-campaign input[type="text"].input-xsmall,
.form-campaign input[type="number"].input-xsmall,
.form-campaign select.input-xsmall {
  width: 30%;
}
.reservaForm input[type="text"].input-small,
.reservaForm input[type="number"].input-small,
.form-comunication input[type="text"].input-small,
.form-comunication input[type="number"].input-small,
.form-campaign input[type="text"].input-small,
.form-campaign input[type="number"].input-small {
  width: 40%;
}
.reservaForm input[type="text"].input-medium,
.reservaForm input[type="number"].input-medium,
.form-comunication input[type="text"].input-medium,
.form-comunication input[type="number"].input-medium,
.form-campaign input[type="text"].input-medium,
.form-campaign input[type="number"].input-medium {
  width: 70%;
}
.reservaForm input[type="text"].input-large,
.reservaForm input[type="number"].input-large,
.form-comunication input[type="text"].input-large,
.form-comunication input[type="number"].input-large,
.form-campaign input[type="text"].input-large,
.form-campaign input[type="number"].input-large {
  width: 100%;
}
.passenger .form-control,
.voucher .form-control {
  display: inline-block;
}
.spinner {
  display: none;
  margin: -32px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
  margin-left: 115px;
}
.spinner > div {
  background-color: #ef2b2d;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.container-checkout {
  width: 97%;
  margin: 0 auto;
}
.insurance-item {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff2f2;
  padding-top: 10px;
  margin-bottom: 10px;
}
.payment-item {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.insurance-item .item,
.payment-item .item,
.checkout-payment-method-option h4 {
  margin-top: 0px!important;
  padding: 5px 5px 15px 5px!important;
}
.insurance-item .item h4,
.payment-item h4,
.checkout-payment-method-option h4 {
  display: inline-block;
  font-size: 18px;
  color: #7a909d;
  font-weight: bold;
}
.checkout-payment-method-option div.credit-card-name {
  font-size: 10px;
  color: #7a909d;
  margin-top: -25px;
  margin-left: 38px;
}
.insurance-item .item div {
  color: #7a909d;
}
.insurance-item .item label {
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0px;
  color: #2baae1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.insurance-item .vt-currency {
  font-size: 16px;
  color: #7a909d;
  overflow: hidden;
  height: 20px;
  padding: 0;
  float: left;
  padding-left: 25px;
  padding-right: 15px;
  margin-top: 15px;
  font-weight: bold;
}
.passenger .form-group {
  margin-top: 15px;
}
.payment-logos a.redeUnicre img {
  width: 70%;
}
.payment-logos a.redeVisa img {
  width: 30%;
}
.payment-logos a.redeMaster img {
  width: 32%;
}
.xs-title {
  margin-top: 15px;
  font-size: 16px;
  color: #7a909d;
  font-weight: bolder;
}
.loader-checkout {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #ef2b2d;
  opacity: 0.9;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 40vh;
  z-index: 1000;
  display: none;
}
.car-result,
.vacations-result {
  margin-bottom: 25px;
  margin-top: 0;
}
.hotel-detail-title {
  color: #ef2b2d;
  margin-top: 20px;
  margin-bottom: 50px;
}
.hotel-detail-extra {
  border-top: 1px solid #cdcdcd;
}
.payment-info-price {
  margin-left: 5px;
  font-size: 14px;
  color: #7a909d;
}
.payment-info-price2 {
  font-size: 14px;
  color: #7a909d;
}
.insurance-info i {
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
}
.supplements {
  margin-top: 10px;
}
.insurance-item p {
  margin-left: 28px;
}
.insurance-item.force-p p {
  margin-left: 6px!important;
}
.info-detail-result .spinner {
  margin-top: -12px;
  margin-left: 38px;
}
.checkbox .info-detail-result {
  margin-left: 30px;
}
.checkbox .info-detail-result .spinner {
  margin-top: 0px;
  margin-left: -14px;
}
.payment-error {
  color: red;
}
.hotel-supplements {
  margin-top: 15px;
}
.rules-section {
  margin-top: 15px;
  margin-bottom: 25px;
}
.rules-section p {
  font-size: 10px;
}
.form-validation-error-msg {
  clear: both;
  margin: 0 40px;
  display: none;
}
.form-validation-error-msg p {
  color: red;
  letter-spacing: 0;
  background-color: white;
  text-align: center;
}
.form-group small {
  width: 100%;
}
.payment-mode-option-selection {
  margin-bottom: 20px;
}
.request-section .success {
  color: green;
}
.container-nospace {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.msg-error {
  color: red;
}
.price-primary {
  margin-top: 10px;
  font-weight: bolder;
}
.price-primary .vt-currency span:last-child {
  vertical-align: super;
  font-size: 55%;
}
.file-intro {
  font-family: "Lato", sans-serif;
  border-top: solid 3px #1a6e93;
  min-height: 70px;
  padding-top: 25px;
  font-size: 14px;
  margin-top: 80px;
}
.file-intro::after {
  content: '';
  position: relative;
  left: 25%;
  top: 30px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.file-title {
  font-size: 26px;
  font-weight: normal;
  color: #516e7e;
  font-family: 'Lato', sans-serif;
}
button.comunication-search {
  width: auto;
  background: #ef2b2d;
  color: white;
  border: 1px solid white;
  margin: -5px 20px;
}
.file-section {
  margin-bottom: 25px;
  margin-top: 0;
  background-color: white;
  height: 100%;
  border: solid 1px #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 25px;
  color: #516e7e;
  padding-bottom: 15px;
}
.file-status {
  line-height: 60px;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.file-status .red {
  background-color: #ff6568;
}
.file-status .yellow {
  background-color: #feaa36;
}
.file-status .green {
  background-color: #52c649;
}
.fileid-value .red,
.reservation-status .red,
.list-file-status .red {
  color: #ff6568;
}
.fileid-value .yellow,
.reservation-status .yellow,
.list-file-status .yellow {
  color: #feaa36;
}
.fileid-value .green,
.reservation-status .green,
.list-file-status .green {
  color: #52c649;
}
.label-total-value,
.total-value {
  text-transform: uppercase;
  font-size: 14px;
}
.label-total-value {
  font-weight: bolder;
}
.label-fileid {
  font-size: 14px;
}
.fileid-value {
  font-size: 14px;
  font-weight: bolder;
}
.file-payments {
  padding: 20px 20px;
  background-color: #fff2f2;
  margin-left: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-bottom: 10px;
  display: inline-block;
  float: none;
}
.file-payments-total {
  display: inline-block;
  float: none;
  vertical-align: bottom;
}
.label-payment {
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
}
.label-payment:not(:first-child) {
  margin-top: 15px;
}
.file-documents {
  padding: 0px 10px;
  margin-left: 1px;
  border-right: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-bottom: 10px;
  padding-top: 15px;
}
.file-status .row(:last-child) {
  margin-bottom: 15px;
}
.header-insurance {
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #fff2f2;
  margin-bottom: 15px;
}
.file-section .header {
  margin-top: 15px;
}
.file-section .container-fluid .row {
  padding-top: 5px;
  padding-bottom: 5px;
}
.file-section.payment-area {
  padding-bottom: 0px!important;
}
.file-section.payment-area .container-fluid .row {
  padding-top: 0px;
  padding-bottom: 0px;
}
.file-list {
  margin-top: 80px;
}
.user-profile h3 {
  font-size: 20px;
  color: #7a909d;
}
.user-profile .header,
.user-profile .alert {
  font-weight: bold;
  color: #7a909d;
}
button.button-hollow.active {
  background: #ef2b2d;
  color: white;
}
.user-members-list {
  font-size: 18px;
}
.user-members-list .container-fluid .row {
  padding-top: 0px!important;
}
.user-profile .member-info {
  background-color: #f9f9f9;
  padding-left: 10px;
  margin-top: 1px;
  font-weight: bold;
  color: #56727e;
  padding: 10px 10px;
  margin-bottom: 10px;
}
.member-section {
  margin-bottom: 25px;
  margin-top: 0;
  background-color: white;
  width: 100%;
  border: solid 1px #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 25px;
  color: #516e7e;
  padding-bottom: 15px;
  float: left;
}
.password-section {
  margin-bottom: 25px;
  margin-top: 0;
  background-color: white;
  width: 100%;
  border: solid 1px #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 25px;
  color: #516e7e;
}
.user-profile input[type="text"],
.user-profile select,
.user-profile textarea,
.user-profile input[type="password"] {
  padding: 10px;
  background: linear-gradient(#d9dde0, #d9dde0), linear-gradient(#d9dde0, #d9dde0), linear-gradient(#d9dde0, #d9dde0);
  background-size: 1px 20%, 100% 1px, 1px 20%;
  background-position: bottom left, bottom center, bottom right;
  background-repeat: no-repeat;
  border: none;
  border: 1px solid #d9dde0 \9;
  color: #999999;
}
.user-profile textarea {
  width: 100%;
  height: 75px;
}
.user-profile input[type="text"].input-xsmall,
.user-profile input[type="number"].input-xsmall,
.user-profile select.input-xsmall,
.user-profile input[type="password"].input-xsmall {
  width: 90px;
}
.user-profile input[type="text"].input-small,
.user-profile input[type="number"].input-small,
.user-profile input[type="password"].input-small {
  width: 120px;
}
.user-profile input[type="text"].input-medium,
.user-profile input[type="number"].input-medium,
.user-profile input[type="password"].input-medium {
  width: 200px;
}
.passenger .form-control,
.voucher .form-control {
  display: inline-block;
}
.passwordrecover {
  margin-top: 20px;
}
.passwordrecover .row:last-child {
  background-color: #fff2f2;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: right;
  padding-right: 15px;
}
.changepassword-result {
  text-align: center;
  padding: 115px;
  color: green;
}
.changepassword-result-error {
  text-align: center;
  padding: 15px;
  color: red;
}
.file-list-header {
  border: solid 1px #cccccc;
  font-size: 12px;
  color: #7a909d;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 25px;
  padding: 10px 0px;
  margin-bottom: 10px;
}
.file-list .row.line {
  color: #7a909d;
  font-size: 16px;
  padding: 10px 0px;
  border: solid 1px #cccccc;
  background-color: white;
  margin-bottom: 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
}
.file-list .row.moreresults {
  text-align: center;
  color: #ef2b2d;
  border: 2px solid #ef2b2d;
  padding: 10px;
  text-transform: uppercase;
  background: transparent;
  margin: 15px;
  font-weight: normal;
  cursor: pointer;
}
.file-product,
.file-docs {
  font-size: 20px;
  color: #7a909d;
}
.main-form {
  margin-top: 80px;
}
.main-form h3 {
  font-size: 20px;
  color: #7a909d;
}
.main-form .nav-tabs {
  border-bottom: 1px solid #dddddd !important;
}
.my-tab-content {
  border-left: 1px solid #dddddd !important;
  border-right: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  background-color: white;
}
.login-section {
  margin-bottom: 25px;
  margin-top: 0;
  background-color: white;
  height: 100%;
  border: solid 1px #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 25px;
  color: #516e7e;
  padding-bottom: 15px;
}
.main-form .login-section {
  margin-bottom: 25px;
  margin-top: 0;
  background-color: white;
  height: 100%;
  border: solid 1px #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 70px;
  color: #516e7e;
  padding-bottom: 15px;
  padding-top: 20px;
}
.main-form .option-section {
  margin-bottom: 25px;
  margin-top: 0;
  background-color: white;
  height: 100%;
  border: solid 1px #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 20px;
  color: #516e7e;
  padding-bottom: 15px;
  padding-top: 20px;
}
.main-form .request-section {
  margin-bottom: 25px;
  margin-top: 0;
  background-color: white;
  height: 100%;
  border: solid 1px #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 20px;
  color: #516e7e;
  padding-bottom: 15px;
  padding-top: 20px;
}
.form-request #captchaPhrase {
  margin: 0px auto;
  text-align: center;
}
.login-section #login-form {
  margin-top: 0px;
  margin-bottom: 0px;
}
.login-section #login-form h1 {
  display: none;
}
.login-section #login-form .framed {
  border: 0px;
}
.login-section #login-form .framed a {
  color: #ef2b2d;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.main-form .user-tabulator ul.row {
  margin: 0 auto;
}
.banner-thumb {
  margin: 20px 0;
  padding-top: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #eeeeee;
}
.form-campaign {
  margin-top: 80px;
}
.form-campaign h3 {
  font-size: 20px;
  color: #7a909d;
}
.form-campaign .line-form {
  background-color: white;
  height: 100%;
  border: solid 1px #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 25px;
  padding: 30px;
}
.form-campaign .form-group {
  margin-top: 15px;
}
.form-campaign .div-validate-button {
  padding-bottom: 0px;
  padding-top: 15px;
  text-align: right;
}
.form-campaign .row-member-selection,
.campaign-form .row-member-data {
  display: none;
}
.form-campaign #captchaPhrase {
  margin: 0px auto;
  text-align: center;
}
.form-campaign button.validate-form {
  background-color: red;
}
.form-campaign button.but-select-valid {
  background-color: #009f0e;
}
.form-request-result {
  margin-top: 100px;
}
.form-request-result h3.success {
  color: green;
}
.form-request-result h3.error {
  color: red;
}
.form-request-result a {
  color: #ef2b2d;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.form-campaign .but-select {
  background-color: #666666;
}
.form-campaign .grp-member {
  background-color: white;
}
.form-campaign .grp-member.selected {
  background-color: #e6e6e6;
}
.form-campaign .grp-member button {
  margin-top: 5px;
}
.form-campaign .row-member-login {
  margin-bottom: 25px;
}
.user-tabulator li button {
  float: left;
  width: 18%;
  margin: 1%;
}
.newsletter-tabulator li button {
  float: left;
  width: 48%;
  margin: 1%;
}
.section-form {
  background-color: white;
  padding: 25px;
  background: white;
}
.container.disclaimer {
  font-size: 20px;
  color: #7a909d;
}
.container.disclaimer a {
  font-size: 20px;
  color: #ef2b2d;
  cursor: pointer;
  text-decoration: none;
}
.section-form .fieldLine label:first-child {
  display: none;
}
.section-form h3.tab-name {
  font-size: 20px;
  color: #7a909d;
}
.section-form .tab-container h3.tab-name {
  display: none;
}
.section-form input[type="text"],
.section-form input[type="date"],
.section-form select,
.section-form textarea {
  padding: 10px;
  background: linear-gradient(#d9dde0, #d9dde0), linear-gradient(#d9dde0, #d9dde0), linear-gradient(#d9dde0, #d9dde0);
  background-size: 1px 20%, 100% 1px, 1px 20%;
  background-position: bottom left, bottom center, bottom right;
  background-repeat: no-repeat;
  border: none;
  border: 1px solid #d9dde0 \9;
  color: #999999;
  width: 80%;
}
.section-form input[type=date],
.section-form input[type=time],
.section-form input[type=datetime-local],
.section-form input[type=month] {
  line-height: normal;
}
.section-form .small input[type="text"],
.section-form .small select {
  width: 20%;
}
.section-form .medium input[type="text"],
.section-form .medium select {
  width: 50%;
}
.section-form .large input[type="text"],
.section-form .large select,
.section-form .large input[type="date"] {
  width: 90%;
}
.section-form .x-large input[type="text"],
.section-form .x-large select,
.section-form .x-large input[type="date"] {
  width: 96%;
}
.section-form .xx-large input[type="text"],
.section-form .xx-large select,
.section-form .xx-large input[type="date"] {
  width: 99%;
}
.section-form input[type="submit"] {
  background: #ef2b2d;
  padding: 10px 15px;
  width: 180px;
  bottom: 20px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  border: 0px;
  float: right;
  margin-top: 20px;
  margin-right: 40px;
}
.section-form .fieldLine {
  padding: 10px 0px;
}
.section-form span.required {
  color: red;
  vertical-align: sup;
}
.section-form ._SeparadorComprovativo span.required {
  width: 100%;
  margin-left: 102%;
}
.section-form .fieldLine.field-file {
  padding: 10px;
  background: linear-gradient(#d9dde0, #d9dde0), linear-gradient(#d9dde0, #d9dde0), linear-gradient(#d9dde0, #d9dde0);
  background-size: 1px 20%, 100% 1px, 1px 20%;
  background-position: bottom left, bottom center, bottom right;
  background-repeat: no-repeat;
  border: none;
  border: 1px solid #d9dde0 \9;
  color: #999999;
  width: 90%;
  position: relative;
  height: 40px;
}
.section-form .fieldLine.field-file::after {
  display: block;
  position: absolute;
  right: 1px;
  content: 'Browse...';
  top: 9px;
  background: red;
  color: white;
  padding: 5px 15px;
}
.section-form .fieldLine.field-file input[type=file] {
  display: block;
  opacity: 0;
  width: 100%;
  position: absolute;
  height: 34px;
  left: 10px;
  z-index: 999;
  cursor: pointer;
}
.section-form .fieldLine.field-file:hover::after {
  opacity: .8;
}
.form-result {
  background-color: white;
}
.form-result h2.error {
  color: red;
  font-size: 30px;
}
.form-result h2.success {
  color: green;
  font-size: 30px;
}
.section-form .field-checkbox label,
.section-form .field-radiobuttonlist span,
.section-form .radioButtonOption label {
  font-size: 15px;
  color: #7a909d;
}
.section-form .field-radiobuttonlist span {
  padding-bottom: 18px;
  width: 100%;
  float: left;
  margin-left: 35px;
}
.section-form .field-radiobuttonlist .radioButtonOption {
  float: left;
  margin-left: 35px;
}
.section-form ._SeparadorServicos > h3.tab-name,
.section-form ._SeparadorSocio > h3.tab-name {
  padding-top: 15px;
  display: block!important;
  padding-bottom: 15px;
  padding-left: 5px;
  color: #ef2b2d;
  text-transform: uppercase;
}
.row-member-login .vt-button {
  width: 140px;
  background-color: #ef2b2d;
  min-height: 30px;
  color: white;
  border: none;
  margin: 0;
  padding: 10px;
}
.filename {
  position: absolute;
}
#quizModal .modal-dialog {
  width: 100%;
  max-width: 1170px;
}
iframe#quiz-frame {
  width: 100%;
  width: 100vw;
  max-width: 1170px;
}
button.modal-close {
  position: absolute;
  right: -5px;
  top: -5px;
  background: white;
  color: black;
  font-size: 55px;
  font-weight: bold;
  border-radius: 100%;
  width: 44px;
  height: 45px;
  padding: 0px;
  vertical-align: text-top;
  line-height: 0;
}
button.quiz-open-button {
  background: url('img/passatempo.svg');
  width: 40px;
  height: 244px;
  position: fixed;
  right: 0;
  top: 150px;
  background-size: contain;
  background-repeat: no-repeat;
}
div#quizModal.iphone[style] {
  max-height: 100vh;
}
.error-page {
  background: url('http://bdn.viatecla.com/Scriptor/bundles/2d04ec3cc3d15f89db861039bfdece54/631fa64b-dad9-45ca-8b86-868b1cb13cc1/images/deserto_longo.png') no-repeat center;
  margin-bottom: 35px;
}
.error-page h1 {
  color: #ef2b2d;
  font-size: 200px;
  padding-left: 170px;
}
.error-page h2 {
  color: #ef2b2d;
  font-size: 35px;
  padding-left: 170px;
}
.error-page button {
  margin-left: 172px;
}
.error-page button a {
  color: white;
}
@media (max-width: 768px) {
  .error-page {
    background: url('http://bdn.viatecla.com/Scriptor/bundles/2d04ec3cc3d15f89db861039bfdece54/631fa64b-dad9-45ca-8b86-868b1cb13cc1/images/deserto_curto.png') no-repeat center;
    margin-bottom: 0;
  }
  .error-page h1 {
    font-size: 120px;
    padding-left: 10px;
    margin-top: 0;
  }
  .error-page h2 {
    padding-left: 10px;
    font-size: 25px;
    margin-top: 0;
    padding-top: 200px;
  }
  .error-page button {
    margin-left: 10px;
  }
}
#reservation-page {
  padding-top: 30px;
}
.user-tabulator li button {
  width: 30%;
}
@media (max-width: 767px) {
  section.container.file-list > .user-interpass-detail {
    background-color: #efefef;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 1;
    margin: 0 15px;
    height: 130px;
  }
  section.container.file-list > div {
    margin-top: 128px;
  }
  .navbar.navbar-default {
    background-color: white;
  }
  #tabuserinfo .container.user-profile {
    padding: 0;
  }
  #tabuserinfo .container.user-profile > .col-md-12.col-sm-12.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  #tabuserinfo .container.user-profile > .col-md-12.col-sm-12.col-xs-12 > .member-section.row {
    margin-left: 0;
  }
  #tabcontractmembers .container.user-profile {
    padding: 0;
  }
  #tabcontractmembers .container.user-profile > .col-md-12.col-sm-12.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  #tabcontractmembers .container.user-profile > .col-md-12.col-sm-12.col-xs-12 > .member-section.row {
    margin-left: 0;
  }
  #tabchangepwd .container.user-profile {
    padding: 0;
  }
  #tabchangepwd .container.user-profile > .col-md-12.col-sm-12.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  #tabchangepwd .container.user-profile > .col-md-12.col-sm-12.col-xs-12 > .password-section.row {
    margin-left: 0;
  }
  form.changepasswordform div.form-group .input-medium {
    width: 255px;
  }
  /*button sugestões*/
  
  .user-tabulator li button {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .row.login-section {
    margin-top: 0;
  }
  .row.login-section form {
    padding-top: 15px;
  }
  .generic-tabulator-list {
    padding: 0 15px;
  }
}
.popup-info {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(96, 96, 96, 0.7);
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 15vh;
  z-index: 100000;
}
.popup-info .popup-close {
  margin: 10px -5px 0 0;
}
.popup-info .but-popup-close {
  float: right;
  width: 20px;
  height: 20px;
  min-height: 20px;
  background: 0 0;
  padding: 0;
  cursor: pointer;
  color: black;
  font-weight: 900;
  border: 1px solid black;
}
.popup-info .white-box {
  width: 90%;
  height: 95%;
  overflow: auto;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
  text-align: left;
  border: 3px solid red;
  background-color: white;
  z-index: 1001;
}
.txt-14b {
  font-size: 14px;
  font-weight: bold;
}
.txt-16b {
  font-size: 16px;
  font-weight: bold;
}
.txt-18b {
  font-size: 18px;
  font-weight: bold;
}
.padtop-10 {
  padding-top: 10px;
}
.section-form ._SeparadorSocio.tab-credit-card > h3.tab-name {
  padding-left: 0;
}
.mt-20 {
  margin-top: 20px;
}
.form-credit-card span.required {
  display: inline-block;
  width: 10px;
  text-align: center;
  color: red;
}
.form-credit-card input[type="text"],
.form-credit-card input[type="date"],
.form-credit-card select,
.form-credit-card textarea {
  width: calc(100% - 10px);
}
.form-credit-card .field-radiobuttonlist span {
  margin-left: 0;
}
.form-credit-card .field-radiobuttonlist .radioButtonOption {
  margin-left: 0;
  margin-right: 35px;
}
.form-credit-card .box-autorizacao {
  position: relative;
  width: 100%;
  float: left;
}
.form-credit-card div.required::after {
  content: "*";
  display: inline-block;
  color: red;
  width: 5px;
  height: 10px;
}
.form-credit-card div.required .invalid {
  border: solid 1px red;
}
.form-credit-card .field-radiobuttonlist span {
  width: auto;
}
.form-credit-card input[readonly="readonly"] {
  cursor: not-allowed;
}
.form-credit-card .box-border-red {
  border-top: solid 2px red;
  border-bottom: solid 1px red;
  padding-bottom: 10px;
  margin-top: 40px;
}
.form-credit-card .required-invalid span {
  color: red;
}
.form-credit-card hr {
  float: left;
  width: 100%;
  border-top: solid 4px #eeeeee;
}
.radio-parcelas + label h4 {
  font-size: 13px;
  color: black;
}
.label-redirecionado-pagamento {
  display: block;
  margin-top: 10px;
  margin-left: 5px;
}
div#tabmytrips #header {
  display: none;
}
@media screen and (max-width: 767px) {
  .payment-item h4,
  .checkout-payment-method-option h4 {
    font-size: 16px;
  }
}
