
/*================================================
  WEB FONTS
  ================================================*/

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'ubunturegular';
  src: url("../Fonts/ubuntu-regular-webfont.eot");
  src: url("../Fonts/ubuntu-regular-webfont.eot?#iefix") format("embedded-opentype"),
       url("../Fonts/ubuntu-regular-webfont.woff2") format("woff2"),
       url("../Fonts/ubuntu-regular-webfont.woff") format("woff"),
       url("../Fonts/ubuntu-regular-webfont.ttf") format("truetype"),
       url("../Fonts/ubuntu-regular-webfont.svg#ubunturegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ubuntulight';
  src: url("../Fonts/ubuntu-l-webfont.eot");
  src: url("../Fonts/ubuntu-l-webfont.eot?#iefix") format("embedded-opentype"),
       url("../Fonts/ubuntu-l-webfont.woff") format("woff"),
       url("../Fonts/ubuntu-l-webfont.ttf") format("truetype"),
       url("../Fonts/ubuntu-l-webfont.svg#ubunturegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**/

/*================================================
  GENERAL LAYOUT
  ================================================*/

.container-page {
    max-width: 1400px;
}

.BodySec .IS-int-page-screen .container-page {
    background-color: #fff;
}

h3 {
   color: #95b8ce;
}

h4 {
   /*margin-bottom:0;*/
   color: #165a85;
   font-size: 18px;
}


body {
    padding-top: 70px;
}

@media (min-width: 768px) {
    body {
        padding-top: 104px;
        background-color: #dfe6eb;
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 124px;
    }
}


/*================================================
  HEADER
  ================================================*/

/*-----IS-TOP-BAR-----*/

.IS-topbar-screen {
    background-image: url("../../../img/bkg-header.png");
    background-repeat: repeat-x;
    background-size: contain;
    height: 84px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.IS-topbar-screen .IS-mainlogo  {
    background-image: url("../../../img/logo-bkg24bit.png");
    height: 84px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 93px;
}
.IS-topbar-screen .IS-mainlogo img {
    width: 46px;
    margin-top: 9px;
}


.IS-topbar-screen .row > div {
    padding: 0px;
}

.IS-topbar-screen .IS-mainlogo {
    text-align: center;
}

.IS-topbar-screen .IS-blurb {
    margin-top: 28px;
    color: #efefef;
    font-size: 1.3em;
    padding-left: 20px;
    font-family: "ubuntulight";
    float: left;
}


@media (min-width: 400px) {
    .IS-topbar-screen .IS-mainlogo {
        margin-left: 10px;
    }
}

@media (min-width: 768px) {
    .IS-topbar-screen {
        height: 100px;
    }
    .IS-topbar-screen .IS-mainlogo  {
        height: 100px;
        width: 110px;
        margin-left: 10px;
    }
    .IS-topbar-screen .IS-mainlogo img {
        width: 57px;
        height: 74px;
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .IS-topbar-screen {
        height: 118px;
    }
    .IS-topbar-screen .IS-mainlogo  {
        height: 118px;
        width: 130px;
        margin-left: 40px;
    }
    .IS-topbar-screen .IS-mainlogo img {
        width: 69px;
        height: 90px;
        margin-top: 10px;
    }
    .IS-topbar-screen .IS-blurb {
        margin-top: 30px;
        color: #efefef;
        font-size: 1.5em;
    }
}

/*-----IS-HEADERMENU-MOD-----*/

.IS-headermenu-mod {
    margin-top: 10px;
    padding-right: 8px;
    background-color: #1b4965;
}

.IS-headermenu-mod a {
    color: #fff;
}

.IS-headermenu-mod .nav-pills > li > a {
    border-radius: 0px;
    padding: 6px 8px;
}

.IS-headermenu-mod .nav-pills > li.IS-navbar-toggle > a {
    border-radius: 0px;
    padding: 5px 8px;
}

.IS-headermenu-mod .nav > li > a:hover,
.IS-headermenu-mod .nav .open > a,
.IS-headermenu-mod .nav .open > a:hover {
    background-color: #487b9e;
}

.IS-headermenu-mod .nav .open > a:focus,
.IS-headermenu-mod .nav > li > a:focus {
    background-color: transparent;
}

.IS-headermenu-mod .IS-search-input .IS-input {
    padding: 10px 15px;
}

.IS-headermenu-mod .IS-bcadirectobtn .IS-bcadirecto-label > div,
.IS-headermenu-mod .IS-search-label > div,
.IS-headermenu-mod .IS-lang-label > div,
.IS-headermenu-mod .navbar-toggle > div {
    display: table-cell;
    vertical-align: middle;
    height: 34px;
}


.IS-headermenu-mod .IS-bcadirectobtn .IS-icon,
.IS-headermenu-mod .IS-searchbtn .IS-icon {
    font-size: 24px;
    color: #92caef;
}

.IS-headermenu-mod .IS-navbar-toggle .IS-icon {
    font-size: 24px;
    color: #92caef;
}

.IS-headermenu-mod .IS-langbtn .IS-icon {
    font-size: 18px;
    color: #92caef;
}

.IS-headermenu-mod .IS-langbtn .IS-label {
    font-size: 10px;
}

.IS-headermenu-mod .IS-langbtn .IS-lang {
    text-align: center;
    width: 22px
}

.IS-headermenu-mod .IS-langbtn .IS-lang .IS-icon {
    height: 18px;
}

.IS-headermenu-mod .IS-langbtn .dropdown-menu {
    width: 200px;
}

.IS-headermenu-mod .nav {
    float: right;
}

.IS-headermenu-mod .nav > li {
    border-right: 1px solid #7390a4;
}

.IS-headermenu-mod .nav > li ul.dropdown-menu {
    width: 100%;
    border-radius: 0px;
    border-color: #fff;
}

.IS-headermenu-mod .nav > li ul.dropdown-menu > li {
    text-align: center;
}

.IS-headermenu-mod .nav > li ul.dropdown-menu > li > a {
    padding: 8px 20px;
}

.IS-headermenu-mod .IS-search-input {
    position: absolute;
    right: 294px;
    left: 0px;
    top: 15px;
    height: 50px;
    border-left: 1px solid #7390a4;
}

.IS-headermenu-mod .IS-search-input .btn-default,
.IS-headermenu-mod .IS-search-input input {
    border-color: white;
}

.IS-headermenu-mod .IS-search-input .btn-default .fa {
    font-size: 18px;
}

.IS-headermenu-mod .nav > li:first-child {
    border-left: 1px solid #7390a4;
}

.IS-headermenu-mod .nav-pills > li + li {
    margin-left: 0px;
}

.IS-headermenu-mod .navbar-toggle {
    margin: 0px;
}

.IS-headermenu-mod .IS-bcadirectobtn .IS-txt {
    text-transform: uppercase;
}

.IS-headermenu-mod .IS-bcadirectobtn .IS-icon {
    padding-right: 6px;
}

.IS-headermenu-mod .IS-bcadirectobtn .IS-seta {
    font-size: 1.5em;
    padding-left: 10px;
}

@media (min-width: 400px) {
    .IS-headermenu-mod .nav-pills > li > a {
        padding: 6px 15px;
    }
    .IS-headermenu-mod .nav-pills li.IS-navbar-toggle > a {
        padding: 5px 15px;
    }
}

@media (max-width: 767px) {
    .IS-headermenu-mod .IS-searchbtn {
        display: none !important;
    }
    .IS-headermenu-mod .IS-bcadirectobtn .IS-seta {
        display: none !important;
    }
    .IS-headermenu-mod .IS-bcadirectobtn .IS-txt,
    .IS-headermenu-mod .IS-langbtn .IS-lang {
        font-size: 12px;
    }
    .IS-headermenu-mod .nav > li.IS-langbtn {
        border-left: 1px solid #7390a4;
    }
    .IS-headermenu-mod .IS-search-input {
        display: none;
    }
}

@media (min-width: 768px) {
    .IS-headermenu-mod {
        margin-top: 15px;
        padding-right: 15px;
    }
    .IS-headermenu-mod .nav-pills > li > a {
        padding: 8px 15px;
    }

    .IS-headermenu-mod .nav-pills > li.IS-navbar-toggle > a {
        padding: 5px 10px;
    }
    .IS-headermenu-mod .nav-pills > li.IS-navbar-toggle {
        display: none;   
    }
}

@media (min-width: 992px) {
    .IS-headermenu-mod {
        margin-top: 20px;
    }
    .IS-headermenu-mod .nav-pills > li > a {
        padding: 10px 15px;
    }
    .IS-headermenu-mod .IS-search-input {
        position: absolute;
        right: 282px;
        left: 300px;
        top: 20px;
        height: 54px;
        z-index: 1100;
    }
}

@media (min-width: 1200px) {
    .IS-headermenu-mod .IS-search-input {
        position: absolute;
        right: 282px;
        width: 300px;
        top: 20px;
        left: auto;
        height: 54px;
        z-index: 1100;
    }
}


/*================================================
  MENU
  ================================================*/

/*IS-search-mobile*/

.IS-main-nav-mod .IS-search-mobile {
    padding: 15px 0px;
    border-bottom: 1px solid #37617e;
}

.IS-main-nav-mod .IS-search-mobile .btn {
    padding: 6px 16px;
}

@media (min-width: 768px) {
    .IS-main-nav-mod .IS-search-mobile {
        display: none;
    }
}

/*end*/

.IS-main-nav-mod .navbar-nav > li > a {
    text-transform: uppercase;
}

.IS-main-nav-mod .navbar-default {
    margin-bottom: -25px;
    z-index: 200;
    webkit-box-shadow: 0px 5px 5px 0px rgba(184,178,184,1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(184,178,184,1);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
}

.IS-main-nav-mod .navbar-nav .IS-level-2 li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }


@media (max-width: 767px) {
    .IS-main-nav-mod{
        margin-left: -15px;
        margin-right: -15px;
    }
    .IS-main-nav-mod .navbar {
        min-height: 0px;
        border: none;
    }
    .IS-main-nav-mod .navbar-default {
        margin-top: -20px;
    }
    .IS-main-nav-mod .navbar-default .nav-margin {
        height: 30px;
    }
    .IS-main-nav-mod .navbar-default .IS-level-2 {
        background-color: #b3cada;
    }
    .IS-main-nav-mod .navbar-default .IS-level-3 {
        background-color: #dbe6ee;
    }
    .IS-main-nav-mod .navbar-default .IS-level-4 {
        background-color: #f9fbfc;
    }
    .IS-main-nav-mod .navbar-nav .open .dropdown-menu > li > a {
        color: #1b4965;
    }
    .IS-main-nav-mod .navbar-nav li a {
        padding-right: 18px;
    }
    .IS-main-nav-mod .navbar-nav .open .dropdown-menu > li > a {
        padding-right: 18px;
    }
    
    .IS-main-nav-mod .navbar-nav .open .dropdown-menu > li > a > .sub-arrow {
        color: #fff;
    }
}


@media (min-width: 768px) {
    .IS-main-nav-mod .navbar-default .navbar-collapse.collapse {
        text-align: center;
        height: 50px!important;
    }
    .IS-main-nav-mod .navbar-default .navbar-nav {
        display: inline-block;
        float: none;
    }
    .IS-main-nav-mod .navbar-nav .IS-level-2 li a {
        padding: 6px 40px 6px 20px;
    }
    .IS-main-nav-mod .navbar-default ul.navbar-nav > li > a .sub-arrow {
        display: none;
    }
    .IS-main-nav-mod .navbar-default ul.navbar-nav ul .sub-arrow {
        font-size: 18px;
        margin-top: 3px;
    }
}

@media (min-width: 992px) {
    .IS-main-nav-mod .navbar-default ul.navbar-nav > li > a {
        padding: 15px 28px;
    }
}






/*===============================================
  CAROUSEL
  ===============================================*/

.IS-carousel-screen {
    background-color: #f2f5f7;
}

/*==========CAROUSEL-INDICATORS==========*/

.carousel-indicators {
    margin-bottom: -36px;
    bottom: 0px;
}

.carousel-indicators li {
    border: 5px solid white !important;
    background-color: white;
    width: 15px;
    height: 15px;
}

.carousel-indicators li.active {
    background-color: #1c4966 !important;
    width: 15px;
    height: 15px;
    margin: 0 3px 0;
}

@media (min-width: 768px) {
    .carousel-indicators {
        margin-bottom: 10px; 
    }
    
    .carousel-indicators li {
        border: 2px solid #1c4966 !important;
        background-color: white;
        font-size: 1.5em;
    }
}
/*===end===*/


/*==========CAROUSEL-CAPTION==========*/

.IS-Info-area {
    display: table;
    height: 100%;
    width: 100%;
}

.carousel .IS-valign-info {
    display: table-cell;
    vertical-align: middle;
}

.carousel .IS-box-info {
    background-color: rgba(255,255,255,0.0);
}

.carousel .carousel-inner .IS-image > img {
    width: 100%;
}

.carousel .IS-box-info .IS-label > img {
    margin-bottom: 10px;
}

.carousel .IS-box-info .IS-label > p {
    text-transform: uppercase;
    color: #1c4966;
    text-shadow: 0 1px 6px rgba(255, 255, 255, 0.6);
}

.carousel .IS-box-info .IS-title > p {
    text-transform: uppercase;
    color: #1c4966;
    font-family: "ubuntu";
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
}

.carousel .IS-footer .btn {
    padding: 0;
    color: #95b8ce;
    font-size: 24px
}

.carousel .IS-footer .btn:hover,
.carousel .IS-footer .btn:active {
    text-decoration: none;
    color: #1c4966;
}

/*---------------------*/


.carousel .carousel-caption {
    position: relative;
    text-align: center;
    padding: 20px 40px 15px 40px;
    /*height: 210px;*/
    left:auto;
    right: auto;
    bottom: auto;
}
.carousel .IS-box-info .IS-label > p {
    font-size: 12px;
}
.carousel .IS-box-info .IS-title > p {
    font-size: 18px;
}

@media (min-width: 400px) {
    .carousel .IS-box-info .IS-label > p {
        font-size: 14px;
    }
    .carousel .IS-box-info .IS-title > p {
        font-size: 20px;
    }
}

@media (min-width: 480px) {
    .carousel .carousel-caption {
        padding: 20px 60px 15px 60px;
    }
    .carousel .IS-box-info .IS-label > p {
        font-size: 16px;
    }
    .carousel .IS-box-info .IS-title > p {
        font-size: 24px;
    }
}

@media (min-width: 620px) {
    .carousel .carousel-caption {
        height: 230px;
    }
    .carousel .IS-box-info .IS-label > p {
        font-size: 18px;
    }
    .carousel .IS-box-info .IS-title > p {
        font-size: 26px;
    }
}



@media (min-width: 768px) {
    .carousel .carousel-caption {
        position: absolute;
        text-align: left;
        left: 0px;
        top:0px;
        bottom: 0px;
        right: 50%;
        padding: 40px 0px 15px 40px;
        height: auto;
    }
    .carousel .IS-box-info .IS-label > p {
        font-size: 16px;
    }
    .carousel .IS-box-info .IS-title > p {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .carousel .IS-box-info .IS-label > img {
        display: none;
    }
}

@media (min-width: 992px) {
    .carousel .carousel-caption {
        position: absolute;
        text-align: left;
        left: 0px;
        top:0px;
        bottom: 0px;
        right: 50%;
        padding: 40px 0px 15px 70px;
        height: auto;
    }
    .carousel .IS-box-info .IS-label > p {
        font-size: 20px;
    }
    .carousel .IS-box-info .IS-title > p {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .carousel .IS-box-info .IS-label > p {
        font-size: 22px;
    }
    .carousel .IS-box-info .IS-title > p {
        font-size: 36px;
    }
}

/*===end===*/


/*===========CAROUSEL-CONTROLS==========*/

@media (max-width: 767px) {
   .carousel-control {
       top: auto;
       height: 230px;
   }
}

@media (max-width: 620px) {
   .carousel-control {
       top: auto;
       height: 210px;
   }
}

.carousel-control {
    width: 36px;
    opacity: 1;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control .fa.fa-angle-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
    font-size: 48px;
    width: 36px;
    height: 48px;
    right: 0px;
}

.carousel-control .fa.fa-angle-left {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
    font-size: 48px;
    width: 36px;
    height: 48px;
    left: 0px;
}

@media (max-width: 767px) {
    .carousel-control .fa.fa-angle-right,
    .carousel-control .fa.fa-angle-left {
        top: auto;
        bottom: 90px;
    }
    .IS-carousel-screen {
        margin-bottom: 60px;
    }
    .carousel-indicators li {
        background-color: #b3cada;
        border: 1px solid #b3cada!important;
    }
}

@media (max-width: 640px) {
    .carousel-control .fa.fa-angle-right,
    .carousel-control .fa.fa-angle-left {
    top: auto;
    bottom: 80px;
    }
}

.carousel-control:hover > .fa {
    color: #1c4966;
    text-shadow: none;
}

.carousel-control.left:hover {
    background-image: -webkit-linear-gradient(left, rgba(242, 245, 247, 0.5) 0%, rgba(242, 245, 247, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(242, 245, 247, 0.5) 0%, rgba(242, 245, 247, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(242, 245, 247, 0.5)), to(rgba(242, 245, 247, 0.0001)));
    background-image: linear-gradient(to right, rgba(242, 245, 247, 1) 0%, rgba(242, 245, 247, 0.0001) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right:hover {
    background-image: -webkit-linear-gradient(left, rgba(242, 245, 247, 0.0001) 0%, rgba(242, 245, 247, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(242, 245, 247, 0.0001) 0%, rgba(242, 245, 247, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(242, 245, 247, 0.0001)), to(rgba(242, 245, 247, 0.5)));
    background-image: linear-gradient(to right, rgba(242, 245, 247, 0.0001) 0%, rgba(242, 245, 247, 1.0) 99%);
    background-repeat: repeat-x;
}
/*===end===*/


/*===================================================
  IS-H-TOOLS
  ===================================================*/


.IS-h-tools-mod .IS-header .IS-title h4 {
    color: #1c4966;
}

.IS-h-tools-mod .IS-content .btn-primary {
    background-color: #1c4966;
}

.IS-h-tools-mod .IS-content .btn-primary:hover,
.IS-h-tools-mod .IS-content .btn-primary:active {
    background-color: #447495;
    border-color: #447495 #447495 #fff;
}

.IS-h-tools-mod .IS-content .btn-link:hover,
.IS-h-tools-mod .IS-content .btn-link:active {
    background-color: #ffffff;
    text-decoration: none;
}

.IS-h-tools-screen {
    background-color: #dfe6eb; 
    }

.IS-h-tools-mod .IS-header {
    padding: 15px 0px;
    }

.IS-h-tools-mod .IS-header > div {
    display: inline-block;
    text-align: center;
    }


.IS-h-tools-mod .IS-header .IS-title {
    text-transform: uppercase;
    text-align: left;
    padding-left: 7px;
    }

.IS-h-tools-mod .IS-header .IS-btn {
    float: right;
    margin-top: 12px; 
    }

.IS-h-tools-mod .IS-content .btn {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid white;
    padding: 15px 15px;
    min-height: 56px;
    }

.IS-h-listTools-mod .IS-h-tools-frame:not(:last-child) {
    border-bottom: 1px solid white;
    }

.IS-h-tools-mod .IS-content .btn-group > .IS-btn:first-child a {
    border-top: 1px solid white;
    }

.IS-h-tools-mod .IS-content .btn-group > .IS-btn > a.btn {
    border-radius: 0px;
    }

.IS-h-tools-mod .IS-content > div {
    margin-bottom: 0px;
    }

@media (min-width: 400px) {
    .IS-h-tools-mod .IS-header .IS-icon {
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .IS-h-listTools-mod {
        padding: 20px 0px;
    }
    .IS-h-tools-mod .IS-header {
        padding-top: 20px;
    }
    .IS-h-tools-mod .IS-header .IS-btn {
        display: none;
    }
    
    .IS-h-tools-mod .IS-header .IS-title {
        text-align: center;
        padding-left: 0px;
        height: 29px;
    }
    .IS-h-tools-mod {
        margin-bottom: 25px;
    }

    
    .IS-h-tools-mod .IS-header .IS-icon {
        text-align: center;
        padding-left: 0px;
    }
    
    .IS-h-tools-frame {
        border-bottom: 0px;
    }
    
    #IS-h-collapseTools01 {
        display: block;
        visibility: visible;
    }
    
    #IS-h-collapseTools02 {
        display: block;
        visibility: visible;
    }
    
     #IS-h-collapseTools03 {
        display: block;
        visibility: visible;
    }
    
    #IS-h-collapseTools04 {
        display: block;
        visibility: visible;
    }
    
    .IS-h-tools-mod .IS-header > div {
        display: block;
        text-align: center;
    }
    
    .IS-h-listTools-mod .IS-h-tools-frame:not(:last-child) {
        border-bottom: none;
    }
}

/*===================H-IBANKING======================*/

.IS-h-tools-mod .IS-content .btn-group .IS-btn-particulares span.fa {
    color: #9ec1d8;
}

.IS-h-tools-mod .IS-content .btn-group .IS-btn-empresas span.fa {
    color: #9ec1d8;
}


/*===================H-AGENCIES======================*/

.IS-h-tools-mod .IS-content .IS-map {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 15px 14px;
    text-align: center;
}

.IS-h-tools-mod .IS-header .IS-btn span.fa-angle-down {
    float: right;
    font-size: 1.6em;
    color: #1c4966;
}

.IS-h-tools-mod .IS-content ul.dropdown-menu {
    width: 100%;
}

.IS-h-tools-mod .IS-content ul.dropdown-menu > li {
    text-align: center;
}

/*===================H-EXCHANGE-MOD==================*/


.IS-h-exchange-mod .IS-content table {
    border: 0;
    width: 100%;
    border-bottom: 1px solid white;
}

.IS-h-exchange-mod .IS-table-exchange th {
    color: #0665a6;
    padding: 10px 2px 10px;
}

.IS-h-exchange-mod .IS-table-exchange td {
    padding: 6px 2px 6px; 
}

.IS-h-exchange-mod .IS-content .IS-time {
    text-align: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    color: #1c4966;
}

.IS-h-exchange-mod .IS-content .IS-ccol {
    text-align: center;
}

.IS-h-exchange-mod .IS-content .IS-rcol {
    text-align: right;
}

/*===============H-SIMULATORS====================*/

.IS-h-tools-mod .IS-content .IS-btn span.fa {
    margin-right: 6px;
    font-size: 1.6em;
    color: #839aaa;
}

/*==================================================================
  IS-H-NEWS
  ==================================================================*/

.IS-h-news-screen {
    background-color: #ffffff;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .IS-h-news-screen > .container-page > .row > div:last-child {
        border-top: 10px solid #dfe6eb;
    }
}


/*=========IS-H-LISTNEWS-MOD==========*/

.IS-h-listnews-mod > .IS-header {
    margin-bottom: 24px;
    border-bottom: 1px solid #e1e4e5;
}

.IS-h-listnews-mod > .IS-header h3 {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}

.IS-h-listnews-mod > .IS-header .IS-link {
    float: right;
    font-size: 14px;
    margin-top: 25px;
}

.IS-h-listnews-mod > .IS-header .IS-link .fa {
    color: #95b8ce;
    font-size: 18px;
}

@media (max-width: 767px) {
    .IS-h-listnews-mod >.IS-body >.row div:not(:last-child) .IS-h-news-mod {
        border-bottom: 1px solid #e1e4e5;
    }
}

/*===end-mod===*/

/*===========IS-H-NEWS-MOD===========*/

.IS-h-news-mod {
    margin-bottom: 30px;
}

.IS-h-news-mod > .IS-header .IS-date {
    color: #475a66;
    margin-bottom: 20px;
    margin-top: 10px;
}

.IS-h-news-mod > .IS-body {
    margin-bottom: 20px;
}

.IS-h-news-mod > .IS-body .IS-title {
    margin-bottom: 25px;
    line-height: 25px;
}

.IS-h-news-mod > .IS-body .IS-txt {
    margin: 0;
    }

.IS-h-news-mod > .IS-footer .btn {
    padding: 0;
    color: #95b8ce;
    font-size: 18px;
}

.IS-h-news-mod > .IS-footer .btn-link:hover,
.IS-h-news-mod > .IS-footer .btn-link:active {
    color: #1c4966;
    text-decoration: none;
}

.IS-h-news-mod > .IS-footer {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .IS-h-news-mod > .IS-body {
        min-height: 170px;
    }
}

/*===end-mod===*/

/*===========IS-H-CUSTOMER-MOD============*/

.IS-h-customer-mod {
    margin-bottom: 40px;
}

.IS-h-customer-mod > .IS-header h3 {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: normal;
}

.IS-h-customer-mod .IS-body {
    background-color: #eff2f3;
}

.IS-h-customer-mod > .IS-body .IS-phone {
    padding-top: 30px;
    text-align: center;
    color: #475a66; 
    text-transform: uppercase;
    font-size: 24px;
    border-bottom: 1px solid white;
}

.IS-h-customer-mod > .IS-body .IS-phone p {
    text-align: center;
    color: #475a66; 
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.IS-h-customer-mod .IS-body .IS-btn .btn {
    text-align: center;
    text-transform: uppercase;
    padding: 15px 15px;
}

.IS-h-customer-mod .IS-body .IS-btn .btn:hover,
.IS-h-customer-mod .IS-body .IS-btn .btn:active {
    background-color: #1c4966;
    color: #ffffff;
    text-decoration: none;
}

.IS-h-customer-mod .IS-body .IS-btn .btn:last-child {
    border-bottom: 1px solid white;
}


/*==================================================================
  IS-H-PROD
  ==================================================================*/

.IS-h-prod-screen {
    background-color: #f3f3f3;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .IS-h-prod-screen > .container-page > .row > div:last-child {
        border-top: 10px solid #ffffff;
    }
}


/*=========IS-H-LISTPROD-MOD==========*/

.IS-h-listprod-mod > .IS-header {
    margin-bottom: 24px;
    border-bottom: 2px solid #ffffff;
}

.IS-h-listprod-mod > .IS-header h3 {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: normal;
}

@media (max-width: 767px) {
    .IS-h-listprod-mod >.IS-body >.row div:not(:last-child) .IS-h-prod-mod {
        border-bottom: 2px solid #ffffff;
    }
}


/*=========IS-H-PROD-MOD==========*/

.IS-h-prod-mod {
    margin-bottom: 30px;
}

.IS-h-prod-mod > .IS-header .IS-label {
    color: #475a66;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.IS-h-prod-mod > .IS-body {
    margin-bottom: 20px;
}

.IS-h-prod-mod > .IS-body .IS-image {
    margin-bottom: 20px;
}


.IS-h-prod-mod > .IS-body .IS-image img {
    width: 100%;
    max-width: 320px;
}

.IS-h-prod-mod > .IS-body .IS-title {
    margin-bottom: 25px;
    line-height: 25px;
}

.IS-h-prod-mod > .IS-body .IS-txt {
    margin: 0;
    }

.IS-h-prod-mod > .IS-footer .btn {
    padding: 0;
    color: #95b8ce;
    font-size: 18px;
}

.IS-h-prod-mod > .IS-footer .btn-link:hover,
.IS-h-prod-mod > .IS-footer .btn-link:active {
    color: #1c4966;
    text-decoration: none;
}

.IS-h-prod-mod > .IS-footer {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .IS-h-prod-mod > .IS-body {
        min-height: 340px;
    }
    .IS-h-prod-mod > .IS-body .IS-image img {
        width: 100%;
        max-width: 100%;
    }
}

/*===end-mod===*/


/*==========IS-H-SHORTCUTLIST-MOD===========*/


.IS-h-shortcutlist-mod {
    margin-bottom: 40px;
}

.IS-h-shortcutlist-mod > .IS-header h3 {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: normal;
}

.IS-h-shortcutlist-mod > .IS-body .IS-shortcut {
    margin-bottom: 20px;
}

.IS-h-shortcutlist-mod > .IS-body .IS-shortcut .btn {
    border: 0;
    border-radius: 0;
    height: 66px;
    text-align: left;
    color: #0665a6;
    padding: 22px 12px;
    background-color: #ffffff;
}

.IS-h-shortcutlist-mod > .IS-body .IS-shortcut .IS-txt {
    padding: 10px 12px;
}

.IS-h-shortcutlist-mod > .IS-body .IS-shortcut .btn .fa {
    float: right;
    font-size: 18px;
}

.IS-h-shortcutlist-mod > .IS-body .IS-shortcut .btn:hover {
    background-color: #1c4966;
    color: white;
}

/*===end-mod===*/


/*==================================================================
  FOOTER
  ==================================================================*/

/*==========FOOTER-MENU==========*/

.IS-footermenu-screen {
    background-color: #1c4966;
}

.IS-footermenu-mod {
    border-bottom: 1px solid #325e7c;
}

.IS-footermenu-mod .IS-footer-menu { 
    padding: 30px 0 30px;
}

.IS-footermenu-mod .IS-footer-menu a {
    color: #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
}

.IS-footermenu-mod .IS-footer-menu a:active, 
.IS-footermenu-mod .IS-footer-menu a:focus,  
.IS-footermenu-mod .IS-footer-menu a:hover { 
    background-color: #1e4f71;
}

.IS-footermenu-mod .IS-footer-menu > .nav > li {
    display: block;
    text-align: center;
    float: none;
}

@media (min-width: 992px) {
    .IS-footermenu-mod .IS-footer-menu > .nav  {
        text-align: center;
    }
    .IS-footermenu-mod .IS-footer-menu > .nav > li {
        text-align: center;
        display: inline-block;
    }
    .IS-footermenu-mod .IS-footer-menu a {
        font-size: 12px;
        margin-bottom: 0px;
    }
}

/*===end===*/

/*=========FOOTER-SOCIAL==========*/

.IS-footersocial-screen {
    background-color: #1c4966;
}

.IS-footersocial-mod {
    padding: 10px;
    text-align: center;
}

.IS-footersocial-mod a {
    color: #90c0e5;
}

.IS-footersocial-mod a:hover,
.IS-footersocial-mod a:active {
    color: #ffffff;
    text-decoration: none;
}


.IS-footersocial-mod a .fa {
    font-size: 24px;
    margin-right: 10px;
}

/*===end===/

/*==========FOOTER-SIGNATURE==========*/

.IS-signature-screen {
    background-color: #143e59;
}

.IS-signature-screen .IS-signature {
    color: #6994b0;
    padding: 50px 50px;
    text-align: center;
}

/*===end===*/




/*===================NEWS-DETAIL==========*/
/*
.IS-header-news-detail {
    margin-top: 0;
    }

.IS-news-header-title > p  {
    font-size: 0.85em;
    }

.IS-header-news-title {
    margin-left: 0;
    padding-top: 28px;
    }

.IS-panel-news > .panel-heading {
    margin-top: 15px;
    border: 0;
    background-color: transparent;
    }

.IS-panel-news > .panel-body {
    padding-left: 30px;
    }

.IS-panel-news {
    border-color: white;
    border-radius: 0;
    }

.breadcrumb {
    display: none;    
    }

.IS-h-print {
    margin-top: 47px;
    text-align: right;
    color: #90c0e5;
    }

.IS-h-print .fa-print {
    padding-right: 5px;
    }

.IS-h-prod-mod-acessos-screen {
    background-color: #eff2f3;
    padding-bottom: 20px;
    }

.IS-h-shortcutlist-mod .IS-label-header {
    color: #95b8ce;
    font-size: 24px;
    margin: 0px 0 20px 20px;
    padding-top: 10px;
    }
/*
.IS-contacts .IS-header01 {
    width: 100%;
    margin-top: 25px;
    padding-left: 30px;
    }*/


*/

/*

@media (min-width: 768px) {
    
    .IS-header-news-title {
    margin-left: 0;
    padding-top: 0;
    }
    
    .IS-panel-news {
    border-radius: 0;
    border-color: #dddddd;
    }
    
    .IS-h-shortcutlist-mod .IS-label-header {
    color: #95b8ce;
    font-size: 24px;
    margin: 20px 0 20px 20px;
    padding-top: 10px;
    }
    
    .IS-h-prod-mod-acessos-screen {
    padding-bottom: 0px;
    }
    
    .breadcrumb {
    font-size: 14px;
    padding: 0;
    background-color: transparent;
    padding-top: 0;
    margin-bottom: 10px;
    display: inline;
    }
    
    .IS-header-news-detail {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .IS-news-header-title {
        margin-left: 20px;
     }
        
    .IS-h-shortcutlist-mod .IS-label-header {
        margin: 80px 0 20px 20px;
    }
}

*/


/*

/*===================ACCORDION==========*/

/*
#IS-Info-accordion .panel-default {
    border-radius: 0;
    }

#IS-Info-accordion .panel-heading a:after {
    color: #0665a6;
    content: "\f055";
    float: right;
    font-family: FontAwesome;
    }

.panel-heading a.collapsed:after {
    content:"\f056";
}


#IS-Info-accordion .panel-default .panel-heading {
    background-color:#eff2f3;   
    }

#IS-Info-accordion .panel-body {
    color: grey;
    text-decoration: none;
    padding: 20px 20px 20px;
}

.panel-group {
    padding: 0 20px;
}


*/


/*===================LIST-NEWS==========*/

/*

.list-group-item:first-child {
    border-radius: 0;
    }

.list-group-item:last-child {
    border-radius: 0;
    margin-bottom: 20px;
    }

.list-group-item a:hover {
    background-color: blue;
    }

.list-group-item {
    margin-bottom: 20px;
    border-radius: 0;
    }

a.list-group-item .list-group-item-heading {
    color: #0665a6;
    font-weight: bold;
    }

.IS-media {
    background-image: url('img/img_Listagem_Emigrantes_gr.png');
    background-repeat: no-repeat;
    background-size: cover;
    }

.IS-List {
    padding: 10px 5px 25px;
    }

.media-body {
    margin-top: 20px;
    }

.media-left {
    display: inline-block;
    }

.IS-List-footer .btn {
    padding:10px 0 0 0;
    margin: 0;
    color: #95b8ce;
    }

.panel {
    border-radius: 0;
    }

.panel-body {
    padding: 25px 5px 10px 5px;
    }

.IS-form .pagination {
    display: inline-block;
    float: right;
    border: 0;
    margin: 0;
    border-radius: 0;
    }

.pagination > li > a {
    border: 0;
    }

.panel-footer {
    background-color: #eff2f3;
    border-radius: 0;
    border-top: 0;
    padding: 15px;
    }

.IS-List-calendar {
    margin-top: 20px;
    font-size: 0.85em;
    }
/* LPL-hide
.IS-icon {
    color: #337ab7;
    float: left;
    margin-right: 20px;
}*/


/*
.IS-List-Doc-calendar {
    margin-top: 0;
    font-size: 0.85em;
    }

.IS-form {
    float: right;
    display: inline-block;
}

.panel-footer .IS-content {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}


@media (min-width: 992px) {
    
    .panel {
    border: 1px solid #ddd;
    }
    
    .media-body {
    padding-left:10px;
    }
    
    .media-left {
    display: table-cell;
    }
    
    .IS-List-calendar {
    margin-top: 0px;
    
    }
}

/*
@media (max-width:468px) {
    
    .IS-title {
    display: none;
    }
}*/



/*=================== QUESTIONS-ANSWERS ==========*/
/*

.IS-List-questions {
    list-style-type: none;
    padding: 0;
}

.IS-List-answers {
    list-style-type: none;
    padding: 0;
}

.IS-answers {
    color: #0665a6;
    font-weight: 700;
}
*/


/*=================== FORM CONTACTOS
==========*/

/*
.IS-form-pg .form-control {
    border-radius: 0;
}

.well {
    border-radius: 0;
    padding: 30px;
}
*/

/*=================== FORM RECRUTAMENTO
==========*/


#InputFile {
    margin: 5px;
    height: 25px;
}


/*=================== SEARCH-RESULTS ==========*/
/*

.IS-search-pg .form-control {
    height: 45px;
    border-radius: 0;
}

.panel-footer .IS-search-pg {
    text-align: right;
    border-radius: 0;
}

.panel-footer .IS-search-pg .btn-default {
    border-radius: 0;
    background-color: #95b8ce;
    color: white;
    border: 0;
    height: 40px;
    margin: 5px;
    width: 150px;
    text-transform: uppercase;
}

.panel-footer .IS-search-pg .btn-default:last-child {
    background-color: #0665a6;
}
*/


/*===============ASIDE-COL=======================*/

.IS-aside-col {
    background-color: #f2f5f7;
    margin-right: -15px;
    margin-left: -15px;
    padding: 40px 15px 30px 15px;
}

.IS-aside-col .IS-h-shortcutlist-mod .IS-header .IS-image,
.IS-aside-col .IS-h-customer-mod .IS-header .IS-image {
    display: none;
}

.IS-aside-col .IS-h-customer-mod .IS-body .IS-btn {
    background-color: #fff;
    margin-bottom: 2px;
}

.IS-aside-col .IS-h-customer-mod .IS-body .IS-phone {
    border: 2px solid white;
    margin-bottom: 2px;
}

/*=================PAGE-CONTENT==========================*/

.IS-page-content {
    padding: 40px 0px 60px;
}

@media (min-width: 768px) {
    .IS-page-content {
        padding: 40px 27px 60px;
    }
}

@media (min-width: 1200px) {
    .IS-page-content {
        padding: 40px 54px 60px;
    }
}

/*===============HEADER-CONTENT==================*/

.IS-header-content {
    margin-bottom: 30px;
}

.IS-header-content .IS-title {
    float: left;
    width: 70%;
}

.IS-header-content .IS-title h2 {
    color: #95b8ce;
    font-weight: normal;
    margin: 16px 0px;
}

.IS-header-content .IS-page-icons {
    margin: 13px 0px;
}

.IS-header-content .IS-page-icons .btn .fa {
    font-size: 24px;
}

.IS-header-content .IS-page-icons .btn {
    text-transform: uppercase;
}

.IS-header-content .IS-page-icons {
    float: left;
    width: 30%;
    text-align: right;
}

.IS-header-content .IS-breadcrumb .breadcrumb {
    background-color: #f2f5f7;
}

/*---end---*/

/*===============LIST-GROUP=====================*/
/*
#IS-theme-list .list-group .list-group-item {
    border: none;
    background-color: #f2f5f7;
    padding: 15px;
    margin-bottom: 15px;
}

#IS-theme-list .list-group .list-group-item:hover {
    background-color: #1c4966;
    color: #fff;
}

#IS-theme-list .list-group .list-group-item:hover .media-heading {
    color: #92caef;
}

#IS-theme-list .list-group .list-group-item > .media .media-left {
    text-align: center;
    min-width: 80px;
}

#IS-theme-list .list-group .list-group-item > .media .media-left .IS-icon {
    width: 70px;
    height: 70px;
    background-color: #1c4966;
    padding: 10px;
}

#IS-theme-list .list-group .IS-icon .fa {
    color: #fff;
    font-size: 48px;
}
*/
/*=================DETAIL=========================*/

#IS-article-detail .IS-body-content .IS-heading {
    padding: 20px 0px;
    margin-bottom: 30px;
    display: table;
    width: 100%;
    border: 1px solid #dfe6eb;
}

.IS-headingtxt {
    padding: 0px 20px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-style: italic;
    color: #165a85;
}

@media (min-width: 768px) {
    .IS-headingtxt {
        font-size: 24px;
    }
}

.IS-headingimage {
    display: table-cell;
    /*padding-right: 20px;*/
}

.IS-body-content .IS-section .IS-section-title h3 {
    color: #95b8ce;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
}

.IS-body-content .IS-section .IS-section-title {
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 10px solid #f2f5f7;
}

.IS-body-content .IS-section h4 {
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: normal;
    padding-bottom: 6px;
}


/*===================CONTACTE-NOS========================*/

.well {
    background-color: #f2f5f7;
}

.well .IS-note {
    font-style: italic;
}
.well .IS-title {
    font-weight: bold;
    color: #165a85;
}

form label {
    color: #165a85;
}

.IS-body-content .panel-footer.IS-buttons {
    text-align: right;
}

.IS-body-content .panel-footer .btn {
    min-width: 150px;
    height: 40px;
    margin: 5px;
}

/*===============NEWS DETAIL==============*/

#IS-news-detail .IS-photo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#IS-news-detail .IS-heading .IS-header {
    display: table;
    margin-bottom: 15px;
}

#IS-news-detail .IS-heading .IS-header > .IS-photo {
    padding-right: 15px;
    display: table-cell;
    padding-bottom: 10px;
}

#IS-news-detail .IS-heading .IS-header > .IS-title {
    vertical-align: bottom;
    display: table-cell;
}

#IS-news-detail .IS-heading .IS-header > .IS-title .IS-date {
    color: #475a66;
}

#IS-news-detail .IS-heading .IS-header > .IS-title h2 {
    color: #165a85;
}


#IS-news-detail .IS-section .IS-img-left {
    width:100%;
    margin-right:20px;
    margin-bottom:20px;
    margin-top:4px;
    float: left;
}
#IS-news-detail .IS-section .IS-img-right {
    margin-left:20px;
    margin-bottom:20px;
    margin-top:4px;
    width:100%;
    float: right;
}

@media (max-width: 767px) {
    #IS-news-detail .IS-section .IS-img-right,
    #IS-news-detail .IS-section .IS-img-left {
        float: none;
        margin-left: 0px;
        margin-right: 0px;
    }
    #X-detalhe-noticia>.X-body>.panel-body {
        padding: 24px 0px 48px 0px;
    }
    #X-detalhe-noticia>.X-body>.panel-heading {
        padding: 0px;
    }
    #X-detalhe-noticia>.panel-default {
        border-color: transparent;
    }
}



/*--------------LISTS----------------*/

.IS-list-group-items.list-group .list-group-item {
    border: none;
    background-color: #f2f5f7;
    padding: 15px;
    margin-bottom: 15px;
}

.IS-list-group-items.list-group .list-group-item .IS-img {
    width: 120px;
}

.IS-list-group-items.list-group .list-group-item .IS-img img {
    width: 120px;
}

.IS-list-group-items.list-group .list-group-item .media-body .IS-date {
    color: #475a66;
}

.IS-list-group-items.list-group .list-group-item:hover {
    background-color: #1c4966;
    color: #fff;
}

.IS-list-group-items.list-group .list-group-item:hover .media-heading {
    color: #92caef;
}

.IS-list-group-items.list-group .list-group-item > .media .media-left {
    text-align: center;
    min-width: 80px;
}

.IS-list-group-items.list-group .list-group-item > .media .media-left .IS-icon {
    width: 70px;
    height: 70px;
    background-color: #1c4966;
    padding: 10px;
}

.IS-list-group-items.list-group .IS-icon .fa {
    color: #fff;
    font-size: 48px;
}

.IS-footer-pagination {
    background-color: #f2f5f7;
}

.IS-footer-pagination > .panel-body > .IS-content {
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 400px) {
    .IS-footer-pagination > .panel-body > .IS-form {
    max-width: 140px;
    float: right;
    }

    .IS-footer-pagination > .panel-body > .IS-content {
        max-width: 160px;
        float: left;
        padding-top: 6px;
        text-align: left;
        margin-bottom: 0px;
    }
}


/*--------------PERGUNTAS-E-RESPOSTAS----------------*/

.panel-default {
    border-color: #dce4e9;
}

.IB-listpanelscollapse .panel-heading {
    padding: 15px;
    background-color: #f2f5f7;
}

.IB-listpanelscollapse .panel-heading .media-left {
    text-align: center;
    min-width: 80px;
}

.IB-listpanelscollapse .panel-heading .media-left .IS-icon {
    width: 70px;
    height: 70px;
    background-color: #1c4966;
    padding: 10px;
}

.IB-listpanelscollapse .panel-heading .media-left .IS-icon .fa {
    color: #fff;
    font-size: 48px;
}

.IB-listpanelscollapse .panel-heading .media-body {
    vertical-align: middle;
}

.IB-listpanelscollapse a:hover,
.IB-listpanelscollapse a:focus {
    background-color: #1c4966;
    text-decoration: none;
}

.IB-listpanelscollapse .panel-heading:hover,
.IB-listpanelscollapse .panel-heading:focus {
    background-color: #1c4966;
}

.IB-listpanelscollapse .panel-heading:hover h4,
.IB-listpanelscollapse .panel-heading:focus h4 {
    color: #92caef;
}

.IB-listpanelscollapse h4,
.IB-listpanelscollapse h4 {
    color: #0665a6;
}


/*-----------MAPA-SITE------------------*/


.IS-mapasite .IS-mp-level1 {
    list-style-type: none;
    padding-left: 0px !important;
    margin-bottom: 20px;
}

.IS-mapasite .IS-mp-level1 > li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    padding-right: 10px;
    font-size: 18px;
    color:  #85abc2;
    font-weight: 500;
}

@media (max-width: 540px) {
    .IS-mapasite .IS-mp-level1 > li {
        width: 100%;
        float: none;
    }
}


.IS-mapasite .IS-mp-level1 > li > ul > li {
    font-size: 14px;
    font-weight: normal;
}

.IS-mapasite .IS-mp-level1 > li > a:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 6px;
}

.IS-mapasite .IS-mp-level1 > li:nth-child(odd) {
    clear: left;
}

.IS-mapasite .IS-mp-level2 {
    list-style-type: none;
    padding-left: 10px !important;
    margin-bottom: 20px;
    padding-top: 20px;
}

.IS-mapasite .IS-mp-level2 > li {
    margin-bottom: 10px;
}

.IS-mapasite .IS-mp-level2 > li > a:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 6px;
}

.IS-mapasite .dropdown-header {
    padding: 3px 20px 3px 0px;
}

a:hover,
a:focus {
    color: #85abc2;
    text-decoration: none;
}

/*---------------Agencias--------------------*/

.IS-lista-agencias .IS-agencia > div {
    margin-bottom: 10px;
    display: table;
}

.IS-lista-agencias .IS-agencia .IS-label {
    font-weight: bold;
    color: #1c4966;
}

.IS-lista-agencias .IS-agencia .IS-icon {
    display: table-cell;
    font-size: 24px;
    width: 30px;
    color: #85abc2;
    text-align: center;
}

.IS-lista-agencias .IS-agencia .IS-contact-info {
    display:  table-cell;
    padding-right: 10px;
}

@media (max-width:767px) {
    .IS-lista-agencias .IS-agencia.well {
        padding-right: 9px;
        padding-left: 9px;
    }
    .IS-lista-agencias .IS-agencia .IS-icon,
    .IS-lista-agencias .IS-agencia .IS-contact-info {
        display: block;
    }
    
}


/*--------------SIMULADORES-------------*/

.IS-simulador .tab-content .panel-default {
    border-top: none;
}

.IS-simulador .nav-tabs .IS-label {
    text-transform: uppercase;
}

.IS-simulador .nav-tabs .IS-number div {
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    font-size: 28px;
    padding: 4px;
    margin-right: auto;
    margin-left: auto;
    background-color: #1c4966;
    margin-bottom: 6px;
}

.IS-simulador .nav-tabs .active .IS-number div { 
    background-color: #487b9e;
}

.IS-simulador .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}

.IS-simulador .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
    margin-bottom: 0px;
    padding: 10px 2px;
}

.IS-simulador .nav-tabs.nav-justified > .active > a,
.IS-simulador .nav-tabs.nav-justified > .active > a:hover,
.IS-simulador .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
}

.IS-simulador .IS-label > div {
    display: inline;
}

@media (max-width: 479px) {
    .IS-simulador .IS-hide {
        display:none;
    }
    .IS-simulador .nav-tabs .IS-label {
        font-size: 12px;
        line-height: 12px;
    }
    .IS-simul-credito .IS-tab-1 .IS-line2:after,
    .IS-simul-credito .IS-tab-2 .IS-line2:after {
        content:".";
    }
    .IS-simulador .nav-tabs .IS-label {
        font-size: 12px;
        line-height: 12px;
    }
}

@media (max-width: 767px) {
    .IS-simulador .IS-label > div {
        display: block;
    }
    .IS-simulador .nav-tabs .IS-label {
        line-height: 14px;
    }
}

.IS-simulador .well {
    padding: 10px 15px;
}

.IS-simulador .well p:last-child {
    margin-bottom: 0px;
}

.IS-simulador .well.IS-pub {
    color: #fff;
    font-size: 18px;
    background-color: #85abc2;
}


.IS-simulador .panel-footer .btn {
    min-width: auto;
}

.IS-simulador .IS-buttonsform {
    text-align: center;
}

.IS-simulador .IS-simulsliders {
    padding: 10px;
    margin-bottom: 10px;
}

.IS-simulador #slidderContainer span.titleProperty {
    display: block;
}

@media (max-width: 767px) {
    .IS-simulador .IS-buttonsform,
    .IS-simulador .modal {
        display: none;
    }
}

.table th {
    color: #3a8fc2;
    text-transform: uppercase;
    font-weight: 400;
}

.IS-simulresume .table tfoot td {
    color: #85abc2;
    font-size: 12px;
}

.IS-simul-cambio .table th,
.IS-simul-cambio .table td {
    text-align: center;
}

/*----------------WELLS--------------------*/

.well.IS-warning {
    background-color: #feebbf;
    color:#333333;
    border-color:#f4ce77;
}

.well.IS-warning .IS-icon {
    font-size: 18px;
    margin-right: 10px;
    color: #f4a720;
}


/*---------------CONVERSOR-----------------*/

.IS-coinconverter-mod {
    margin-bottom: 30px;
}

.IS-coinconverter-mod .IS-body-mod > .panel {
    background-color: #f2f5f7;
}

.IS-coinconverter-mod .form-group.IS-coin {
    background-color: #d9e3e9;
    padding: 20px 0px;
}

@media (max-width: 767px) {
    .IS-coinconverter-mod .form-group.IS-valor .control-label {
        line-height: 32px;
        margin-bottom: 0px;
    }
}

.IS-coinconverter-mod .form-group.IS-coin > .IS-change .btn .IS-label {
    line-height: 32px;
}

.IS-coinconverter-mod .form-group.IS-coin > div {
    padding: 0px;
}

.IS-coinconverter-mod .form-group.IS-coin > .IS-change > label,
.IS-coinconverter-mod .form-group.IS-coin > .IS-change > div {
    padding-left: 0px;
    padding-right: 0px;
}

.IS-coinconverter-mod .form-group.IS-coin > .IS-change > div > button {
    width: 100%;
    padding: 0px;
    height: 34px;
    vertical-align: middle;
}

.IS-coinconverter-mod .form-group.IS-coin > .IS-change > div > button .fa {
    color: #fff;
    line-height: 32px;
}

.IS-coinconverter-mod .form-group.IS-coin > .IS-change > .control-label {
    visibility: hidden;
}

.IS-coinconverter-mod .panel-footer {
    background-color: #487b9e;
}

.IS-coinconverter-mod .panel-footer .IS-result {
    font-size: 16px;
    color: #fff;
    padding: 4px 0px;
    text-align: center;
}

@media (min-width: 768px) {
    .IS-coinconverter-mod .panel-body .form-horizontal .IS-coin .control-label {
        text-align: left;
        padding-top: 0px;
    }
    .IS-coinconverter-mod .panel-body .form-horizontal .IS-valor .control-label,
    .IS-coinconverter-mod .panel-body .form-horizontal .IS-tipo .control-label {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .IS-coinconverter-mod .panel-body .IS-coin > .IS-from > .control-label,
    .IS-coinconverter-mod .panel-body .IS-coin > .IS-from > div,
    .IS-coinconverter-mod .panel-body .IS-coin > .IS-to > .control-label,
    .IS-coinconverter-mod .panel-body .IS-coin > .IS-to > div {
        padding: 0px 6px;
    }
}

.IS-coinconverter-mod .IS-to .dropdown > .btn {
    width: 100%;
    background-color: #fff;
    
}

.IS-coinconverter-mod .IS-btnarea {
    text-align: center;
}

