/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/09/2016, 14:27:20
    Author     : Leonardo
*/


html
{
    font-size: 62.5%;
}

body
{
    background-color: #ffffff;
    font-family: 'Signika', sans-serif;
    font-size: 1.4rem;
    color: #8d91a6;
}

a
{
    color: #7da0d0;
    text-decoration: none;
}

a:hover
{
    color: #000000;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

strong 
{
    font-weight: bold !important;
}

img,
picture,
video,
embed {
    max-width: 100%;
}

/*FIX CLEAR */

.clear
{
    display: block;
    clear: both;
}

.central
{
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
}

.center
{
    text-align: center;
}

.hidden
{
    display: none;
}

#pag
{
    
}

header
{
    
}

header #header_c
{
    
}

#logo
{
    width: 125px;
    height: 75px;
    background-image: url("../img/general/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    background-position: center;
}

#logo h1
{
    visibility: hidden;
}

#menu
{
    margin-left: 8%;
    width: 630px;
    float: left;
}

#menu ul
{
    
}

#menu ul li
{
    float: left;
}

#menu ul li a
{
    float: left;
    display: block;
    font-size: 1.6rem;
    color: #8d91a6;
    border-top: 4px solid transparent;
    padding: 5.0rem 2.0rem 5.0rem 2.0rem;
}

#menu ul li a:hover
{
    border-top: 4px solid #009a4a;
}

.menu_active
{
    border-top: 4px solid #009a4a !important;
}

.menu_home a img
{
    width: 16px;
}

#login
{
    width: 140px;
    float: right;
    padding-top: 5.0rem;
}

#login a
{
    display: block;
    font-size: 1.6rem;
    color: #8d91a6;
    padding: 0.5rem 0rem 0.5rem 3.0rem;
    background-image: url(../img/ico/user.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left;
}

.bt_menu 
{
    float: right;
    background-image: url('../img/ico/menu.svg');
    background-size: 48px;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    cursor: pointer;
    margin-top: 3.5rem;
    display: none;
}

.box_access
{
    min-height: 260px;
    background: transparent;
}

.ba_travel
{
}

.box_access .box_access_c
{
    
}

.box_access .box_access_c .ba_logo
{
    margin: 8.5rem 0rem 0rem 4.5rem;
    float: left;
}

.box_access .box_access_c .ba_logo img
{
    width: 215px;
    height: 92px;
}

.ba_link
{
    display: block;
    padding: 2.0rem 2.5rem 2.0rem 2.5rem;
    border: 1px solid #ffffff;
    color: #ffffff;
    float: left;
    margin: 9.8rem 0rem 0rem 8.0rem;
    -webkit-transition: all 100ms ease-out 100ms;
    -moz-transition: all 100ms ease-out 100ms;
    -o-transition: all 100ms ease-out 100ms;
    transition: all 100ms ease-out 100ms;
}

.ba_link:hover
{   
    background-color: #dfdfdf;
}

.ico_arrow
{
}

.ico_arrow img
{
    width: 18px;
    display: block;
    float: right;
    padding: 0rem 0rem 0rem 0.5rem;
}

footer
{
    background-color: #11182a;
    color: #8d91a6;
}

footer #access_travel
{
    
}


footer #access_travel #access_travel_c
{
    
}

#logo_at
{
    
}

.at
{
    
}

#rod
{
    padding-top: 8.0rem;
    padding-bottom: 8.0rem;
    font-size: 1.6rem;
    font-weight: 300;
}

.bf
{
    line-height: 150%;
}

.bf h5
{
    color: #ffffff;
    font-size: 3.0rem;
    padding-bottom: 3.5rem;
    font-weight: normal;
}

.bf_company
{
    width: 38.00%;
    float: left;
}

.company_address
{
    background-image: url(../img/ico/address.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 17px;
    padding: 0rem 0rem 0rem 3.5rem;
}

.company_name
{
    padding-bottom: 2.0rem;
    display: block;
}

.bf_contact
{
    margin-left: 3%;
    width: 35.34%;
    float: left;
}

.company_phone
{
    background-image: url(../img/ico/phone.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 17px;
    padding: 0rem 0rem 0rem 3.5rem;
    margin-bottom: 3.0rem;
}

.company_email
{
    background-image: url(../img/ico/mail.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 17px;
    padding: 0rem 0rem 0rem 3.5rem;
}

.bf_social
{
    width: 22%;
    float: right;
}

.sn
{
    width: 60px;
    height: 60px;
    float: left;
    border: 1px solid #252c3c;
    margin: 0rem 2.0rem 0rem 0rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
}

.sn img
{
    margin-top: 1.7rem;
    width: 24px;
}

.sn.wpp img{
    width: 34px;
    margin-top: 1.2rem;
}

.fot_map
{
    padding: 8.0rem 0rem 8.0rem 0rem;
    border-top: 1px solid #282e3e;
}

.fot_map ul
{
    
}

.fot_tit
{
    text-transform: uppercase;
}

.fot_map ul li
{
    color: #ffffff;
    font-weight: normal;
    font-size: 1.6rem;
    display: inline-block;
    padding: 0rem 3.0rem 2.5rem 0rem;
}

.fot_map ul li a
{
    font-size: 1.6rem;
    color: #8d91a6;
    font-weight: 300;
}

.fot_map ul li a:hover
{
    color: #ffffff;
}

.fot_insurance
{
    width: 67.24%;
    float: left;
}

.fot_pages
{
    width: 25.86%;
    float: right;
}

#credits
{
    border-top: 1px solid #282e3e;
    padding: 2.0rem 0rem 2.0rem 0rem;
}

#credits #credits_c
{
    
}

.copy
{
    width: 65%;
    float: left;
    margin: 0rem 0rem 0rem 1.0rem;
}

.developed
{
    width: 30%;
    float: right;
    text-align: right;
    margin: 0rem 1.0rem 0rem 0rem;
}

.ico_mkd
{
    float: right;
    width: 32px;
    height: 32px;
    display: block;
    margin: -1.0rem 0rem 0rem 0.8rem;
}

.ico_mkd img
{
    width: 32px;
    height: 32px;    
}

/*FIELDS***********************************************************************/

.field
{
    padding: 2.0rem 0rem 2.0rem 0rem;
    color: #8d91a6;
    font-size: 1.6rem;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #c6c8d2;
    width: 100%;
    font-family: 'Signika', sans-serif;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.field option:first-child
{
    color: #FF0000;
}

.field::-webkit-input-placeholder 
{
    color: #404040;
}

.field:-moz-placeholder 
{
    color: #404040;
}

.field::-moz-placeholder 
{
    color: #404040;
}

.field:-ms-input-placeholder 
{  
    color: #404040;
}

.field_textarea
{
    font-family: 'Signika', sans-serif;
    height: 120px;
    color: #8d91a6;
}

.field_file
{
    font-family: 'Signika', sans-serif;
    background-color: #f2f2f2;
    color: #8d91a6
}

.field:focus,.field_textarea:focus
{
    color: #404040;
    border-bottom: 1px solid #404040;
}

.button
{
    font-family: 'Signika', sans-serif;
    background-color: #009a4a;
    text-align: center;
    color: #ffffff;
    font-size: 1.6rem;
    border: 0;
    width: 100%;
    padding: 2.0rem 0rem 2.0rem 0rem;
    margin-top: 1.0rem;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.button:hover
{
    background-color: #333333;
}

.captcha
{
    text-align: center;
    display: table;
    margin: 0 auto;
    padding-top: 1.0rem;
}

.box_error
{
    background: #fffdc2;
    color: #666;
    padding: 1.0rem;
    margin: 1.0rem 0rem 1.0rem 0rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}

.box_error_contact
{
    background: #fffdc2;
    color: #666;
    padding: 1.0rem;
    margin: 1.0rem 0rem 1.0rem 0rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box_success
{
    display: none;
    background: #fffdc2;
    color: #666;
    padding: 1.0rem;
    margin: 1.0rem 0rem 1.0rem 0rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box_success_contact
{
    background: #fffdc2;
    color: #666;
    padding: 1.0rem;
    margin: 1.0rem 0rem 1.0rem 0rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.loading
{
    width: 10.0rem;
    position: fixed;
    top: 0;
    left: 50%;
    color: #222222;
    border: 1px solid #f0c36d;
    background-color: #f9edbe;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 10px 5px 10px 5px;
    text-align: center;
    margin-left: -5.0rem;
    display: none;
    z-index: 9999;
}

/*RESPONSIVE MENU**************************************************************/

.menu_res
{
    width: 280px;
    background-color: #11182a;
    position: absolute;
    top: 100px;
    right: 0px;
    display: none;
}

.menu_res ul
{
}

.menu_res ul li
{
}

.menu_res ul li a
{
    display: block;
    font-size: 1.4rem;
    padding: 2.0rem 2.0rem 2.0rem 2.0rem;
}

.menu_res ul li a:hover
{
    background-color: #2c395c;
    color: #ffffff;
}

/*BOX SELECT PAGE**************************************************************/

.box_ps
{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    display: none;
}

.box_ps .box_ps_mask_img
{
    margin-top: 50%;
}

.box_ps a
{
    border: 1px solid #009a4a;
    width: 310px;
    text-align: center;
    padding: 2.5rem 0rem 2.5rem 0rem;
    display: block;
    color: #009a4a;
    margin: 0 auto;
    margin-top: 100px;
    font-size: 1.6rem;
    position: relative;
}

.box_ps .box_ps_mask
{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 100ms ease-out 100ms;
    -moz-transition: all 100ms ease-out 100ms;
    -o-transition: all 100ms ease-out 100ms;
    transition: all 100ms ease-out 100ms;
    position: relative;
}

.box_ps .box_ps_mask:hover
{
    background: rgba(255, 255, 255, 0.3);
}

.box_ps .box_ps_ins
{
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    background-image: url('../img/bg_box_ps_ins.jpg');
    background-position: center right;
    background-size: auto 100%;
    cursor: pointer;
}

.box_ps .box_ps_ins:hover a
{
    background-color: #009a4a;
    color: #ffffff;
}

.box_ps .box_ps_ins .box_ps_mask_img
{
    width: 400px;
}

.box_ps .box_ps_tvl
{
    float: right;
    width: 50%;
    text-align: center;
    background-image: url('../img/bg_box_ps_tvl.jpg');
    background-position: center right;
    background-size: auto 100%;
    height: 100%;
    cursor: pointer;
}

.box_ps .box_ps_tvl a
{
    margin-top: 83px;
}

.box_ps .box_ps_tvl:hover a
{
    background-color: #263f82;
    color: #ffffff;
}


.box_ps .box_ps_tvl .box_ps_mask_img
{
    width: 280px;
}

.box_ps .box_ps_tvl a
{
    color: #263f82;
    border: 1px solid #263f82;
}

.box_ps_arrow
{
    position: absolute;
    margin: 0.2rem 0rem 0rem 1.0rem;
}

.box_ps_arrow img
{
    width: 18px;
    display: block;
    float: right;
    padding: 0rem 0rem 0rem 0.5rem;
    margin-right: 10.0rem;
}

/*TOP**************************************************************************/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 154, 74, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
