/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    overflow-y:scroll;
    -webkit-text-size-adjust: none;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

input[type=text], input[type=search],
select, textarea, .form-control{
   -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

input[type=text]:focus, input[type=search]:focus,
select:focus, textarea:focus {
    outline:none;
    border:1px solid #4e4e4e;
}

input[type=text]:hover, input[type=search]:hover,
select:hover, textarea:hover, .form-control:hover{
    border:1px solid #4e4e4e;
}

input[type=text]:disabled, input[type=search]:disabled,
select:disabled, textarea:disabled {
    border:1px solid #d1d1d1;
    color:#c1c1c1;
    text-shadow:none;
}

input[type=text]:focus, input[type=email]:focus, input[type=search]:focus,
select:focus, textarea:focus, .form-control:focus{
    border-color: #9aca3c;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

::-webkit-input-placeholder {
   color: #4e4e4e;
   font:normal 0.875em 'Open Sans', Arial, Helvetica, sans-serif;
}

:-moz-placeholder, ::-moz-placeholder {  
   color: #4e4e4e;
   font:normal 0.875em 'Open Sans', Arial, Helvetica, sans-serif;
}

:-ms-input-placeholder {
    color: #4e4e4e;
   font:normal 0.875em 'Open Sans', Arial, Helvetica, sans-serif;
}

a:focus, input[type=button], input[type=radio]{
    outline:none;   
}

a, input, button {
    -ms-touch-action: none !important;
}

input[type=text]::-ms-clear, 
input[type=email]::-ms-clear{
    display: none;
}

/* ==========================================================================
   Old Browser  prompt
   ========================================================================== */

.browser_old{
    position:relative;
    display:block;
    width:100%; height:auto;
    margin:0; padding:0 1.5% 0 1.5%;
    font:400 14px/40px "Open Sans", Arial, Helvetica, sans-serif;
    font-stretch:normal;
    letter-spacing:normal;
    color:#3e3e3e; background:#F9E9A9;
    z-index:100;    
}

.browser_old a, .browser_old a:visited{
    color: #0055a5; 
}

.browser_old a:hover{
    color:#F58030;  
}

a.close_message{
    width:20px; height:20px;
    margin:0; padding:0;
    text-decoration:none;
    font-size: 24px;
    outline:none;
    line-height: 20px;
    position:absolute;
    top:8px; right:10px;
    z-index:10;
}

a.close_message:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50);
      opacity: 0.5;
}

a.close_message:focus{
    outline:none;   
}

/* ==========================================================================
   LicBA's  styles
   ========================================================================== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


html, body{
    height:100%;    
    margin:0; padding:0;
}

body{
    text-rendering: optimizeLegibility;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

.btn, .btn-primary{
      -webkit-border-radius:3px;
         -moz-border-radius:3px;
              border-radius:3px;
     -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
          -o-transition: background-color 0.2s;
             transition: background-color 0.2s;
}

.btn, .btn:focus, .btn:active:focus, .btn.active:focus{
    outline: none;
    outline-offset: inherit;
}

.btn-primary {
    color: #fff;
    background-color: #f5802d;
    border-color: #f5802d;
}

.wrapper{
    height: 100%;
    width: 100%;
}

.brand-bar{
    width: 100%;
    height: 110px;
    margin: 0; /*padding:1.25% 0;*/
    background: #fff;
    background: rgba(255,255,255,1);
    position: fixed;
    top: 0; left: 0;
    z-index: 10; 
    -webkit-transition: height 0.5s ease, background-color 0.5s ease;
       -moz-transition: height 0.5s ease, background-color 0.5s ease;
        -ms-transition: height 0.5s ease, background-color 0.5s ease;
         -o-transition: height 0.5s ease, background-color 0.5s ease;
            transition: height 0.5s ease, background-color 0.5s ease;
}

.ie8 .brand-bar{
    background: url(../img/bg-brandbar.png);
}

.smaller .brand-bar{
    height: 60px;
    background: rgba(255,255,255,0.85);
}

.brand, .brand-inst{
    margin: 0;
    width: auto; height: 110px;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all 0.5s;
       -moz-transition: height 0.5s;
        -ms-transition: height 0.5s;
         -o-transition: height 0.5s;
            transition: all 0.5s;
}

.brand:hover, .brand-inst:hover{
    text-decoration: none;
    border: none;
}

.helperimg{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.brand img, .brand-inst img{
    vertical-align: middle;
    max-width: 100%; height: auto;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}

.brand img{
    width: 220px;
}

.brand-inst img{
    width: 320px;
}

.smaller img.licba{
    width: 165px;
}

.smaller img.mjgm{
    width: 200px;
}

.navbar-licba{
    width: 100%;
    margin-top: 1px;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
    border:none;
    border-radius: 0px;
    position: fixed; 
    top: 110px; left: 0;
    z-index: 10; 
    -webkit-transition: top 0.5s;
       -moz-transition: top 0.1s;
        -ms-transition: top 0.1s;
         -o-transition: top 0.1s;
            transition: top 0.5s;
}

.ie8 .navbar-licba{
    background: url(../img/bg-navbar.png);
}

.navbar-licba .navbar-nav>li{
    padding:0;
    border-bottom: 1px solid transparent;   
}

.navbar-licba .navbar-nav>li:hover{
    border-bottom: 1px solid #fff;
}

.navbar-licba .navbar-nav>li:hover a{
    color: #fff;
}

.navbar-licba .navbar-nav>li>a {
    color: #fff;
    padding: 15px 0;
}

.navbar-licba .navbar-nav>li>a:hover, 
.navbar-licba .navbar-nav>li>a:focus{
    color: #fff;
}

.navbar-licba .navbar-nav>.active>a, 
.navbar-licba .navbar-nav>.active>a:hover, 
.navbar-licba .navbar-nav>.active>a:focus{
    color: #fff;
    background-color: transparent; 
}

.navbar-licba .navbar-nav>.open>a, 
.navbar-licba .navbar-nav>.open>a:hover, 
.navbar-licba .navbar-nav>.open>a:focus{
    background: none;
    color: #fff;
}

.navbar-licba .dropdown-menu{
    border: none;
    border-radius: 0px;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
}

.ie8 .navbar-licba .dropdown-menu{
    background: url(../img/bg-navbar.png);
}

.navbar-licba .dropdown-menu>li>a{
    color: #fff;
    border-bottom: 1px solid transparent;
}

.navbar-licba .dropdown-menu>li>a:hover, 
.navbar-licba .dropdown-menu>li>a:focus{
    background: none;
    border-bottom: 1px solid #fff;
}

.navbar-licba .navbar-nav>li.open:hover{
    border-bottom-color: transparent;
}

.f-nav{ 
    top: 60px;    
}

.navbar-licba.f-nav{
    top: 60px;
}

.intro-half {
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.ie8 .intro-half{
    max-height: 993px;
    overflow: hidden;
} 

.intro-home{
    background-image: url(../img/featured/half-home-new.jpg);
    background-position: 50% 0px;
    position: relative;
}

.ie8 .intro-home{
    background:none;
}


.halfbanner{ 
    display: none;
    width: 100%; height: auto;
}

.ie8 .halfbanner{ display: block; }


.bottom-menu{
    position: relative;
    z-index: 1;
}

.ie8 .bottom-menu{
    background: url(../img/bg-navbar.png);
}

.pages-header{
    width: 100%;
}

.access{
    width: 100%;
    margin: 0; padding: 0;
    background: rgba(0,0,0,0.5);
}

.access ul{
    width: 100%; height: auto;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.access ul li{
    display: inline-block;
    list-style-type: none;
    margin: 0; padding: 0;
    color: #fff;
    text-align: center;
    position: relative; 
}

.access .menu-link{
    display: inline-block;
    width: auto; height: 150px;
    color: #fff;
    text-decoration: none;
    -webkit-transition:  all 0.2s;
        -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
             transition: all 0.2s;
}

.access .menu-link:hover, .access .menu-link:hover .item-desc{
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
         filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
      -moz-opacity: 0.5;
           opacity: 0.5;
}

.access .item-desc{
    position: absolute;
    left: 0; bottom: 0;
    width: 100%; height: 55px;
    font-size: 1.143em;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px; 
}

.page-intro .lead{
    color: #4e4e4e;
    font-size: 1.286em;
}

.page-description{
    font-size: 1.143em;
    color: #4e4e4e;
}

.hero-header{
    position: absolute;
    left: 0; 
    top: 0; 
    right: 0;
    width: 100%; height: auto;
    z-index: 1; 
}

.hero-header .container{
     padding-top: 0;
}

.hero-header h1{
    font-family: 'Dosis', sans-serif;
    letter-spacing: 0.03em;
    color: #fff;
    font-weight: 600;
    word-spacing: normal;
    text-transform: uppercase;
    text-align: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
      -moz-opacity: 0.8;
           opacity: 0.8;
}

.intro-primer-licencia .hero-header h1,
.intro-antes-de-viajar .hero-header h1,
.intro-svmobil .hero-header h1{
    width: 100%;
    text-align: center;
    color: #fff;
}

/* footer **********************/

.footer-body{
    height: 400px;
    padding: 50px 0 0 0;
    background: rgb(234,234,234);
}

.footer-body h1{
    font-size: 1.714em;
    color: #1a1a1a;
}

.footer-body .url-list{
    list-style-type: none;
    margin: 0;
    padding: 0 0 20px 0; 
}


.footer-body .url-list li{
    padding: 5px 0;
}

.footer-body .url-list li a.external{
    color: #1a1a1a;
}

.footer-body .url-list li a.external:hover{
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
}

.footer-body .url-list .icon{
    float: left;
    display: inline;
    margin: 3px 10px 0 0;  
}

.bottom-line{
    width: 100%; height: 80px;
    background: rgb(85,85,85);
}

.copy-info{
    color: #fff;
    margin-top: 30px;
}

.top-btn{
    color: #fff;
    line-height: 80px;
    font-size: 2.143em;
}

.top-btn:hover{
    color: #fff;
    text-decoration: none;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
      -moz-opacity: 0.5;
           opacity: 0.5;
}

/* google map footer */

.cc-map-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}

.cc-map-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
} 

main{
    min-height: 800px;
    padding-bottom: 200px;
}

.main-body .sblock{
    margin-top: 75px; 
}

.main-body .page-intro{
    padding: 150px 0 50px 0;
    margin-top: 0;
}

.main-body .sblock .block-title{
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    line-height: 48px;
}

/* landings block ************/

.landings-block{
    min-height: 500px;
    margin-top: 200px;

}

.landings-block .row{
    position: relative;
}

.landings-block .article-title{
    margin:0;
    text-transform: uppercase;
}

.article-preview{
    position: relative; 
    padding-top:20px;
    text-align: justify;
    color: #1a1a1a;
}

.article-link{
    float: left; display: inline-block;
    width: auto; height: auto;
    margin-right: 30px;
    padding-bottom: 3px;
    color: #414042;
    border-bottom:1px solid #414042; 
    -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
             transition: all 0.2s;
}

.article-link span{
    font-size: 30px;
    line-height: 35px;
}

.article-link:hover{
    text-decoration: none;
    color: #98c93c;
    border-bottom-color: #98c93c;
}

.links-wrapp .share{
    margin-right: 10px;
    text-indent: -9999px;
    border-radius: 50%;
}

.links-wrapp .ttr{
    background: url(../img/ic-twitter.png) -6px -55px no-repeat;
}

.links-wrapp .fbk{
    background: url(../img/ic-facebook.png) -7px -57px no-repeat;
}

.links-wrapp .share:hover{
    border-color: #98c93c;
}

.links-wrapp .ttr:hover{
    background: url(../img/ic-twitter.png) -6px -7px no-repeat;
}

.links-wrapp .fbk:hover {
    background: url(../img/ic-facebook.png) -7px -7px no-repeat;
}

/* licencias metrics *********/


.metrics-block{
    height: auto;
    margin-top: 200px;
    padding-top: 100px;
    background-color: rgb(204,204,204);
}

.metrics-block .section-title{
    color: #1a1a1a;
}

.metrics-block .value,
.metrics-block .value-title{
    width: 100%;
    display: block;
    color: #1a1a1a;
    text-align: center;
}

.metrics-block .value{
    font-size: 3.429em;
    font-weight: 600;
}

.metrics-block .value-title{
    text-transform: capitalize;
    font-weight: 300;
}

/* test block ****************/

.test-block{
    margin-top: 200px;
    padding-top: 70px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;   
}

.test-block{
     background-position: 50% 0px;
}

.section-title, .section-text{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.section-text{
    margin-top: 25px;
    text-transform: none;
}

.btn-test{
    margin-top: 20px;
    height: 60px;
    background: #fff;
    color: #1a1a1a;
    border-color: #fff;
    border-radius: 3px;
}

.btn-test:hover, .btn-test:focus, 
.btn-test:active, .btn-test.active{
    color: #fff;
    background: #98c93c;
    background: rgb(152,201,60);
    border-color: #98c93c;
}

.btn-test:active{
    background: rgb(0,0,0,);
    background: rgba(0,0,0,0.5);
    border-color: #d1d1d1;
}

/* Mi primer licencia **************/

.intro-primer-licencia{
    background-image: url(../img/featured/half-primer-licencia.jpg);
    background-position: 50% 0px;
    position: relative;
}

.ie8 .intro-primer-licencia{
    background:none;
}

.hero-header .go-down{
    display: block;
    margin: 0 auto 0 auto; padding: 0;
    width: 50px; height: 50px;
    text-align: center;
    position: relative;
    left: 0; 
    bottom: -100px; 
    right: 0;
}

.go-down{
    color: #fff;
    text-shadow: 0 1px 2px #fff;
}

.hero-header .go-down:hover, 
.intro-svmobil .go-down:hover{
    text-decoration: none;
    color: #f5802d;
}

.go-down:focus, .go-down:active{
    text-decoration: none;
}

.page-items{
    min-height: 500px;
    margin-top: 100px;
}

.page-items .item-icon{
    display: block;
    width: 100%; height: 150px;
    margin: 0; padding: 0;
    background: rgb(234,234,234);
    text-align: center;
    color: #67686b; font-size: 3.429em;
    line-height: 150px;
}

.page-items .item-title{
    margin: 20px 0;
    font-size: 1.286em;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;

}

.page-items .item-info{
    /*-ms-word-break: break-all;
        word-break: break-all;
        /* Non standard for webkit */
       /*word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;*/
}

.page-items .item-info a{
    color: #9aca3c;
    padding-bottom: 2px;
    border-bottom: 1px solid #9aca3c;
}

.page-items .item-info a:hover{
    text-decoration: none;
    color: #414042;
    border-bottom-color: #414042;
}

.route-block{
    margin-top: 200px;
    padding-top: 150px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;   
}

.route-block .route-block{
     background-position: 50% 0px;
}

/*.route-block .section-title, 
.route-block .section-text{
    color: #000;
}*/

/* Antes de Viajar **************/

.intro-antes-de-viajar{
    background-image: url(../img/featured/half-antes-de-viajar.jpg);
    background-position: 50% 0px;
    position: relative;
}

.ie8 .antes-de-viajar{
    background:none;
}

.button-container{
    display: block;
    width: 420px;
    height: auto;
    margin: 35px auto;
}

.intro-antes-de-viajar .btn{
    width: 200px;
    height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.286em;
}

.intro-antes-de-viajar .btn-primary{
    background-color: rgb(245,128,45);
    background-color: rgba(245,128,45,0.75);
}

.intro-antes-de-viajar .btn-primary:hover{
    background-color: #428bca;
    border-color: #357ebd;
}

.intro-antes-de-viajar .btn-secondary{
    background: none;
    color: #fff;
    float: right;
}

.page-elements{
    margin-top: 50px;
    background: #ebebeb;
    background: rgb(235,235,235);
}

.main-body .page-elements{
    padding-bottom: 50px;
}

.page-elements .item-wrap{
    width: 100%; height: 220px;
    margin: 0 auto 25px auto; padding: 0;
    background-color: #cdcdcd;
    background-color: rgb(205,205,205);
}

.page-elements .item-icon{
    width: 100%; height: 170px;
    margin:0; padding:0;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;   
}

.page-elements .item-title{
    width: 100%; height: auto;
    display: block;
    margin: 0; padding: 0;
    font-size: 1.286em; text-transform: uppercase;
    text-align: center;
    color: #1a1a1a;
}

.page-elements .item-info{
    text-align: center;
    color: #777;
}

.page-elements .ob{
    color: #761900; 
}

.page-elements .mtf{
    background-image: url(../img/matafuego_lbanet.svg);
}

.page-elements .blz{
    background-image: url(../img/balizas_lbanet.svg);
}

.page-elements .pma{
    background-image: url(../img/primeros_auxilios_lbanet.svg);
}

.page-elements .gho{
    background-image: url(../img/crique_lbanet.svg);
}

.page-elements .aio{
    background-image: url(../img/auxilio_lbanet.svg);
}

.page-elements .lla{
    background-image: url(../img/llave_cruz_lbanet.svg);
}

/* no svg */

.no-svg .page-elements .mtf{
    background-image: url(../img/matafuego_lbanet.png);
}

.no-svg .page-elements .blz{
    background-image: url(../img/balizas_lbanet.png);
}

.no-svg .page-elements .pma{
    background-image: url(../img/primeros_auxilios_lbanet.png);
}

.no-svg .page-elements .gho{
    background-image: url(../img/crique_lbanet.png);
}

.no-svg .page-elements .aio{
    background-image: url(../img/auxilio_lbanet.png);
}

.no-svg .page-elements .lla{
    background-image: url(../img/llave_cruz_lbanet.png);
}

.documents{
    margin-top: 50px;
    background: #ebebeb;
    background: rgb(235,235,235);
}

.documents .doc-info .doc-list,
.documents .doc-info p{
    margin: 0;
    padding: 40px 0 0 20px
}

.documents .doc-info p{
    padding-left: 0;
}

.doc-list li{
    list-style: none;
    list-style-position: outside;
}

.doc-list li:before{
    content: '✔';   
    margin-left: -1.2em; 
    margin-right: .500em;
 }

.mapar{
    margin: 100px 0 0 0;
}

.iconglobe{
    margin: 130px 0 0 -12px;
}

.main-body .recomendations{
    padding-bottom: 50px;
}

.recomendations .article-title{
    font-size: 1.714em;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    line-height: 30px;
}

.recomendations .rc1 p,
.recomendations .rc2 p{
    text-align: left;
    color: #1a1a1a;
    -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
            line-height: 22px;
}

/* Concientización **************/

.concientizacion{
    background-image: url(../img/featured/half-concientizacion.jpg);
    background-position: 50% 0px;
    position: relative;
}

.ie8 .concientizacion{
    background:none;
}

.concientizacion .hero-header h1,
.concientizacion .hero-header h1{
    width: 100%;
    text-align: center;
    color: #fff;
}

.slider{
    /*height: 400px;*/
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}

.slider .carousel-control.right,
.slider .carousel-control.left{
    background: none;
}

.slider .item p{
    text-align: center;
    color: #4e4e4e;
    min-height: 110px;
    width: 80%;
    display: block;
    margin:0 10%; 
}

.carousel {
    height: 150px;
}

.carousel-inner{
    width: 100%;
    padding: 0;
}

.carousel-control{
    color: #777;
    width: 10%;
    text-shadow: none;
    font-size: 4.286em;
}

.carousel-indicators{
    z-index: 8;
}

.carousel-indicators li{
    margin:0;
    border:none;
    background: #414042;
}

.carousel-indicators li.active{
    width: 10px; height: 10px;
    background: #9aca3c;
}

.stats{
    background: #ebebeb;
    background: rgb(235,235,235);
}

.stats-switch{
    margin: 0 auto;
    display: block;
    height: auto;
    overflow: hidden;
}

.stats-switch .btn{
    text-transform: uppercase;
}

.stats .tab-content{
    display: block;
    height: auto;
    padding: 50px 0;
}

.btn-default.active{
    background: #9aca3c;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.canvas-holder{
    float: left;
    display: inline-block;
    width: 100%; height: auto;
    margin:50px 0 0 0; padding:2.5%;
    position: relative; 
}

.canvas-holder canvas{
    display: block;
    max-width: 100%; height: auto;
    margin:0 auto;
}

.t-graph{
    width: 100%; height: auto;
    margin: 40px 0 0 0; padding: 0;
    display: block;
    color: #1a1a1a; font-weight: 600;
    font-size: 1.286em;
    text-align: center;
    line-height: 30px;
}

.graph-label{
    position: absolute;
    top: 0; left: 0;
    width: auto; height: auto;
    font-size: 1.000em;
    color: #5c5c5c;
}

.chart-leyend{
    border-top: 1px solid silver;
    float:left; display: block;
    width: 100%; height: auto;
    margin: 30px auto 0 auto;
    text-align: center;
    line-height: 40px; 
}

.stats-country{
    margin: 0 auto;
    display: block;
}

#gmap { 
  height: 100%; 
  width: 100%; 
  position:absolute; 
  top: 0; 
  left: 0; 
  z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}
 
#contactform { 
  position: absolute;
  left:0; top: 0; right: 0;
  z-index: 1; /* The z-index should be higher than Google Maps */
  max-height: 993px;
}

#contactform section{
    height: auto;
}

.form-wrapp{
    width: 100%;
    background: #fff;
    padding:2% 3%; 
}

.form-title, .page-title{
    color: #1a1a1a;
    text-transform: uppercase;
    margin: 0; padding:0; 
}

.form-description, .page-description{
    padding: 20px 0;
}

.form-wrapp .form-control, .form-control{
    height: 40px;
    padding:4px 10px; 
    border-color: #353535;
    border-radius: 0px;
}

.form-wrapp textarea.form-control{
    padding-top: 10px;
    height: auto;
}

.captcha-wrap label{
    float: left;
    display: block;
    width: 100%;
}

.captcha-wrap span{
    float: left; display: inline-block;
    width: 80px;
}

.captcha-wrap .form-control{
    float: left;
    display: inline-block;
    margin-top: 5px;
    height: 35px;
    width: 60px;
}

.captcha-wrap .suma{
    font-size: 1.286em;
    line-height: 45px;
}

.btn-form{
    float: right;
    margin-top: 25px;
    height: 45px;
    background-color: #9aca3c;
    border-color: #9aca3c;
    color: #fff;
}

.btn-form:hover{
    background-color: #414042;
    border-color: #414042;
    color: #fff;
}

.btn-form:active{
    background: rgb(0,0,0,);
    background: rgba(0,0,0,0.5);
    border-color: #d1d1d1;
}

.sv-data{
    float: left; display: block;
    width: 100%; height: auto;
    list-style-type: none;
    margin: 0; padding: 0; 
}

.sv-data li{
    width: 100%;
    float: left; display: block;
    margin: 15px 0 0 0;
    line-height: 35px;
}

.sv-data li span{
    float: left; display: inline-block;
    width: auto; height: 35px;
    line-height: 35px;
}

.sv-data li i{
    float: left; display: inline-block;
    font-size: 2.571em;
    margin-right: 20px;
}

.mailto{
    color: #1a1a1a;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #666;
}

.mailto:hover{
    text-decoration: none;
    border-bottom: 1px solid #9aca3c;
    color: #9aca3c;
}

.has-error label {
    color: #a94442;
}

.has-error .form-control{
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.form-control-feedback{
    width: 45px; height: 45px;
    font-size: 2.571em;
    line-height: 47px;
}

.navbar-toggle{
    padding: 8px;
    border-radius: 3px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/* leyendas estadisticas */

.tposin .one{
    top:-25px; left: 80px;
}

.tposin .two{
    top: 60px; left: 15px;
}

.tposin .three{
    top:60px; left: 200px;
}

.lgrsin .one{
    top:-25px; left: 75px;
}

.lgrsin .two{
    top:120px; left: 75px;
}

.tpov .one{
    top:-25px; left: 95px;
}

.tpov .two{
    top:0px; left:20px;
}

.tpov .three{
    top:40px; left: 5px;
}

.tpov .four{
    top:45px; left: 200px;
}

.dtocl .one{
    top:-25px; left: 75px;
}

.dtocl .two{
    top:75px; left: 200px;
}

.inf-text{
    font-weight: 600;
}

.radio{
    margin-top: 0;
}

.captcha-refresh{
    float: left; display: inline-block;
    width: 25px; height: 35px;
    margin: 5px 10px 0 10px; padding:0;
    text-align: center; font-size: 1.286em;
    color: #414042;
    line-height: 38px; 
}

.captcha-refresh:hover{
    text-decoration: none;
}

/* emisión de boletas ***************/

.eboletas .panel-default>.panel-heading{
    border: none;
    background: #ccc;
}


.eboletas .panel-title{
    height: 60px;
    line-height: 60px;
}

.eboletas .panel-title a{
    display: block;
    width: 100%; height: 60px;
    font-size: 1.714em;
    font-weight: 300;
}

.eboletas .panel-title a:hover{
    text-decoration: none;
}

.eboletas .panel-title .step,
.step-indicator{
    display: inline-block;
    width: 100px; height: 60px;
    margin: 0 15px 0 0;
    background: #98C93C;
    text-align: center;
    font-weight: 400;
    color: #fff;
    -webkit-transition: background-color 0.2s;
       -moz-transition: background-color 0.2s;
         -o-transition: background-color 0.2s;
            transition: background-color 0.2s;
}

.eboletas .collapsed .step{
    background: #545454;
}

.styled-select {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #353535;
    position: relative;
    z-index: 0;
}

.styled-select select.form-control {
    position: absolute;
    z-index: 2;
    background: transparent;
    padding: 0 0 0 5px;
    margin: 0;
    line-height: normal;
    line-height: 1/9;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    height: 37px;
    width: 99.5%;
    max-width: 100%;
}

.styled-select:before {
    font-family: "linea-arrows-10" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important; 
    content: "\e06d";
    color: #353535; font-size: 2.000em;
    position: absolute;
    top: -1px;
    right: 5px;
    z-index: 1;
}

.styled-select:hover{
    border-color: #9aca3c;
}

.styled-select:hover:before{
    border-color: #f5802d;
}

.eboletas .btn-primary{
    position: relative;
    width: 100%;
    background: #fff;
    border:2px solid #414042;
    text-align: left;
    color: #414042;
    font-size: 1.286em;
    text-transform: uppercase;
    margin: 50px 0 0 0; padding: 0 10px;
    line-height: 40px;
}

.eboletas .btn-primary > span{
    float: left; display: inline-block;
}

.eboletas .btn-primary:hover{
    background-color: #9aca3c;
    border-color: #9aca3c;
    color: #fff;
}

.eboletas .btn-primary:active {
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
    border-color: #616161;
}

.eboletas .btn-primary .icon{
    /*float: right;*/ display: inline;
    position: absolute;
    right: 5px; top: -1px;
    width: auto; height: 40px;
    margin: 3px 0 0 0; padding: 0;
    font-size: 2em;
}

.eboletas .nav-tabs{
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.eboletas .nav-tabs li{
    font-size: 1.286em;
}

.eboletas .nav-tabs li.active{
    font-weight: 600;
}

.eboletas .nav-tabs>li>a{
    border-radius: 0px;
     color: #636363;
}

.nav-tabs>li.bp.active>a, 
.nav-tabs>li.bp.active>a:hover, 
.nav-tabs>li.bp.active>a:focus{
     color: #f5802f;
     border: none;
     border-bottom:2px solid #f5802f;
}

.nav-tabs>li.bn.active>a, 
.nav-tabs>li.bn.active>a:hover, 
.nav-tabs>li.bn.active>a:focus{
     color: #4e9ed6;
     border: none;
     border-bottom:2px solid #4e9ed6;
}

.bol-gen{
    position: relative;
}

.full-line{
    display: block;
    width: 100%;
    position: absolute;
    top: 107px; left: 0;
    z-index: 0;
}

.full-line-b{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 110px; left: 0;
    z-index: 0;
}

.eboletas .form-group .radio{
    margin: 0;
}

.eboletas .form-group .radio label{
    letter-spacing: 0.08em;
}

.eboletas .tab-content{
    padding-top: 20px;
}

.tab-p .checkbox span{
    float: right; display: inline;

}

.btn-gen, .btn-controls{
    width: 100%;
    background: #9aca3c;
    border-color: #9aca3c;
    text-align: center;
    color: #fff;
    font-size: 1.286em;
    text-transform: uppercase;
    margin: 50px 0 0 0; padding: 0 10px;
    line-height: 47px;
}

.btn-gen--nac{
    width: 100%;
    background-color: #428bca;
    border-color: #357ebd;
    text-align: center;
    color: #fff;
    font-size: 1.286em;
    text-transform: uppercase;
    margin: 50px 0 0 0; padding: 0 10px;
    line-height: 47px;
}

.btn-gen:hover, .btn-controls:hover{
    background-color: #414042;
    border-color: #414042;
    color: #fff;
}

.btn-gen--nac:hover{
    background: #f5802f;
    border-color: #f5802f;
    color: #fff;
}

.btn-gen:active, .btn-gen--nac:active,
.btn-controls:active{
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
    border-color: #616161;
}

.dl-boleta{
    float: left; display: inline-block;
    width: auto; height: auto;
    margin: 20px 0 0 0; padding: 0;
    font-size: 1.286em;
    text-transform: uppercase;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}

.dl-boleta .icon{
    float: left; display: inline;
    margin:0 25px 0 0;
    font-size: 2.143em; 
}

.dl-prov{
    color: #9aca3c;
}

.dl-nac{
    color: #414042;
}

.dl-boleta:hover{
    color: #616161;
    text-decoration: none;
    border-bottom: 1px solid silver;
}

.etips-title{
    float: left; display: block;
    width: 100%; height:  auto;
    margin: 30px 0 15px 0; padding: 0;
    font-size: 1.286em;
    font-weight: 600;
}

.e-tips{
    float: left; display: block;
    padding: 15px 15px 15px 30px;
    margin: 10px 0 0 0;
    width: 100%; height: auto;
    border: 1px dashed #666666;
}

.e-tips li{
    list-style: none;
    list-style-position: outside;
}

.e-tips li:before{
    content: '✔';   
    margin-left: -1.2em; 
    margin-right: .500em;
 }

 .sex-group{
    width: 75%;
 }

 .sex-group .radio+.radio{
    margin-top: -10px;
 }

 .captcha-wrapp{
    float: left; display: block;
    width: 80%; height: auto;
    margin: 0; padding: 4px 0;
    background: #eaeaea;
 }

 .captcha-wrapp img{
    float: left;
    display: inline-block;
    margin: 2px 0 0 5px;
 }

 .captcha-wrapp .form-control{
    float: right;
    display: inline-block;
    width: 35%;
 }


 .btn-search-light{
    float:left; display:inline-block;
    margin:28px 0 0 0; padding: 0 10px;
    height: 40px;
    font-size: 1.286em; text-align:left;
    text-transform: uppercase;
    border:none;
    background: #9aca3c; color: #fff;
    line-height: 40px;
}

.btn-search-light .icon{
    line-height: 45px;
    float: right;
    display: inline;
    margin-left: 15px;
}

.btn-search-light:hover{
    background: #414042;
    border-color: #414042;
    color: #fff;
}

.btn-search-light:active{
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
    border-color: #616161;
}

.user-result{
    margin-top: 30px;
}

.user-s{
    border: 1px solid silver;
}

.user-bd-data{
    float: left; display: inline-block;
    margin: 5px 0 0 20px; padding: 0;
    font-size: 1.714em;
    font-weight: 600;
    color: #313131;
    line-height: 36px;
}

.user-bd-data span{
    font-weight: 400;
    color: #4a4a4a;
}

.timeline-wrapp{
    display: block;
    width: 100%; height: 450px;
    margin-top: 30px;
    background: #eaeaea;
    position: relative;
}

.triangle{
    position: absolute;
    top: -15px;
    left: 30px;
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #eaeaea;
}

.timeline{
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 auto; right: 0;
    width: 98%; height: 15px;
    display: block;
    background: #b6b6b6;
    border-radius: 10px;
    z-index: 0;
}

.box-icon{
    position: relative;
    float: left; display: inline-block;
    width: 18%; height: 180px;
    margin: 140px 1% 0 1%; padding: 0;
    background: #fff;
    border: 1px solid #d3d3d3;
    z-index: 1;
}

.box-icon .icon{
    float: none; display: block;
    margin: 30px 0 0 0;
    font-size: 6em;
    text-align: center;
}

.box-icon .item-label{
    position: absolute;
    left: 0; bottom: 10px;
    width: 100%; height: auto;
    font-size: 1.000em;
    font-weight: 300;
    text-align: center;
}

.timeline-wrapp h4{
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: auto;
    margin: 0; padding: 0;
    text-align: center;
    font-size: 1.429em;
    font-weight: 300;
    line-height: 80px;
}

.actual-state{
    background: #9aca3c;
}

.actual-state .item-label, 
.actual-state .icon{
    color: #fff;
}

.actual-state .item-tooltip{
    display: block;
}

.item-tooltip{
    clear:both;
    position:relative;
    top:-200px;
    left:0; margin:0 auto; right:0;
    width:100%; height:40px;
    padding:0;
    display:none;
    text-align:center;
    background: none;
    font-weight: 600;
    letter-spacing:0.1em;
    color:#4c4c4c; line-height:38px;
    border: 1px solid #353535;
    z-index:4;
    
    -webkit-transition: background, border-top-color 0.1s ease-out;
    -moz-transition: background, border-top-color 0.1s ease-out;
    -o-transition: background, border-top-color 0.1s ease-out;
    transition: background, border-top-color 0.1s ease-out;
        
    -webkit-animation: jump 2s infinite;
    -moz-animation: jump 2s infinite;
    -o-animation: jump 2s infinite;
    animation: jump 2s infinite;
}

.item-tooltip:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.item-tooltip:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #353535;
    border-width: 15px;
    left: 50%;
    margin-left: -15px;
}

@-webkit-keyframes jump {
    0% {top: -200px; -webkit-animation-timing-function: ease-in;}
    40% {top: -210px;}
    50% {top: -220px; -webkit-animation-timing-function: ease-out;}
    55% {top: -225px; -webkit-animation-timing-function: ease-in;}
    65% {top: -235px; -webkit-animation-timing-function: ease-out;}
    95% {top: -205px; -webkit-animation-timing-function: ease-in;}
    100% {top: -200px; -webkit-animation-timing-function: ease-in;}
}

@-moz-keyframes jump {
    0% {top: -240px; -moz-animation-timing-function: ease-in;}
    40% {top: -250px;}
    50% {top: -260px; -moz-animation-timing-function: ease-out;}
    55% {top: -265px; -moz-animation-timing-function: ease-in;}
    65% {top: -275px; -moz-animation-timing-function: ease-out;}
    95% {top: -245px; -moz-animation-timing-function: ease-in;}
    100% {top: -240px; -moz-animation-timing-function: ease-in;}
}

@-o-keyframes jump {
    0% {top: -240px;-o-animation-timing-function: ease-in;}
    40% {top: -250px;}
    50% {top: -260px; -o-animation-timing-function: ease-out;}
    55% {top: -265px; -o-animation-timing-function: ease-in;}
    65% {top: -275px; -o-animation-timing-function: ease-out;}
    95% {top: -245px; -o-animation-timing-function: ease-in;}
    100% {top: -240px; -o-animation-timing-function: ease-in;}
}

@-ms-keyframes jump {
    0% {top: -240px; -ms-animation-timing-function: ease-in;}
    40% {top: -250px;}
    50% {top: -260px; -ms-animation-timing-function: ease-out;}
    55% {top: -265px; -ms-animation-timing-function: ease-in;}
    65% {top: -275px; -ms-animation-timing-function: ease-out;}
    95% {top: -245px; -ms-animation-timing-function: ease-in;}
    100% {top: -240px; -ms-animation-timing-function: ease-in;
    }
}

@keyframes jump {
    0% {top: -240px; animation-timing-function: ease-in;}
    40% {top: -250px;}
    50% {top: -260px; animation-timing-function: ease-out;}
    55% {top: -265px; animation-timing-function: ease-in;}
    65% {top: -275px; animation-timing-function: ease-out;}
    95% {top: -245px; animation-timing-function: ease-in;}
    100% {top: -240px; animation-timing-function: ease-in;}
}

.step-indicator{
    line-height: 60px;
    font-size: 2.143em;
    background-color: #eaeaea;
    color: #545454;
}

.ex-title{
    display: inline-block;
    width: auto; height: auto;
    margin: 0; padding: 0;
    font-size: 1.714em; font-weight: 300;
    line-height: 60px;
}

.categories{
    display: block;
    list-style-type: none;
    margin-top: 25px;
    padding: 0 0 0 20px;
}

.categories .checkbox label{
    padding-left: 0;
}

.categories input[type=checkbox]{
    display: inline-block;
}

.categories li:hover{
    color: #9aca3c;
}

.form-data{
    margin-top: 15px; 
    margin-bottom: 30px;  
}

.ex-data{
    padding-top: 30px;
     background-color: #eaeaea;
     min-height: 800px;
     position: relative;
}

.ex-aside-title{
    display: block;
    width: 100%; height: auto;
    margin: 0; padding: 0; 
    background: #9aca3c;
    color: #fff; text-align: center;
    text-transform: uppercase;
    font-size: 1.286em; font-weight: 400;
    line-height: 45px;
}

.widget{
    display: block;
    width: 100%; height: auto;
    margin: 0 0 30px 0; padding: 0;
}

.widget img{
    display: block;
    margin: 0 auto;
}

.widget h3{
    text-align: center;
    margin: 0;
    font-size: 1.286em;
    font-weight: 600;
    line-height: 30px;
}

.widget h3 span{
    font-weight: 400;
}

.question-map {
    width: 100%;
    border-top: 1px solid #adadad;
    height: auto;
}

.number-items {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.question-map .number-items span {
    float: left;
    display: inline-block;
    width: 15%;
    height: auto;
    margin: 5% 2.5% 0 2.5%;
    text-align: center;
    border: 1px solid #5c5c5c;
    font-weight: 600;
    font-size: 1.000em;
    color: #5c5c5c;
    line-height: 50px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.question-map .number-items span.completed{
    border-color: #ff944d;
    background-color: #ff944d;
    color: #fff;
}

.question-map .number-items span a{
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: #5c5c5c;
}

.question-map .number-items span.completed a,
.question-map .number-items span:hover a{
    color: #fff;
}

.question-map .number-items span:hover{
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
}


.ref {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 5px 0;
    margin: 15px 0 0 0;
    color: #5c5c5c;
}

.ref span {
    float: left;
    display: inline-block;
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
}

.ref span .ref1, .ref span .ref2 {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 6px 10px 0 10px;
    padding: 0;
    border: 1px solid #9aca3c;
    background: #9aca3c;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.ref span .ref2 {
    background: #fff;
    border: 1px solid #5c5c5c;
}

.q-card{
    float: left; display: block;
    width: 100%; min-height: 280px;
    margin: 30px 0 0 0;
    background: #eaeaea;
}

.q-card header{
    position: relative;
    width: 100%; height: auto;
}

.q-card header h1{
    float: left; display: inline-block;
    width: 90%; height: auto;
    font-size: 1.286em;
    font-weight: 400;
    line-height: 30px;
    margin: 15px 0 0 0; padding: 0 0 0 15px;
}

.q-card header .q-number{
    position: absolute;
    top: 0; right: 10px;
    display: block;
    width: 60px; height: 60px;
    text-align: center;
    color: #fff; font-size: 1.714em;
    font-weight: 600;
    background-color: #414042;
    line-height: 60px;
}

.answers{
    float: left; display: block;
    width: 100%; height: auto;
    margin: 30px 0 0 0; padding: 0 0 30px 15px;
}

.ex-buttons .btn-controls,
.ex-buttons .btn-gen{
    margin-top: 15px;
}

.btn-controls{
    width: 60px; height: 50px;
    line-height: 50px;
}

.btn-controls i{
    display: inline-block;
    margin-top: 3px;
    font-size: 2em;
}

.image-ans{
    float: left; display: block;
    width: 100%; height: auto;
    margin: 0; padding: 15px 0 0 15px;
}

.result-box{
    float: left;
    display: block;
    width: 100%; height: 170px;
    margin: 30px 0 0 0; padding: 0;
    border:2px solid silver; 
}

.result-box .text{
    display: block;
    text-align: center;
    margin: 0; padding: 0;
    font-size: 1.286em; font-weight: 600;
    line-height: 50px;
}

.result-box.good{
    border-color: #169058;
    color: #0e7b37;
}

.result-box.bad{
    border-color: #b73334;
    color: #a43232;
}

.result-box.nothing{
    border-color: #f3871d;
    color: #ae7b0c;
}

.result-box.score{
    background-color: #d1f4fd;
    border-color: #0077bc;
    color: #007ba5;
}

.score-number{
    display: block;
    text-align: center;
    margin: 0; padding: 0;
    font-size: 3.429em; font-weight: 600;
    color: #007ba5;
    line-height: 100px;
}

.result-box .icon{
    float: none;
    display: block;
    margin: 20px auto;
    font-size: 4em;
    text-align: center;
}

.err_questions {
    float: left;
    display: block;
    width: 100%;
    height: 300px;
    margin: 50px 0 50px 0;
    padding: 0;
    background: #ffe9c6;
    overflow-y: scroll;
    overflow-x: hidden;
}

.err_questions h4{
    margin: 10px 0 0 0; padding: 0 0 0 20px;
    display: block;
    font-size: 1.286em; font-weight: 300;
    line-height: 40px;
}

.list-questions {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    list-style-type: decimal;
}

.list-questions li {
    padding-bottom: 15px;
}

.ans-err {
    margin-top: 15px;
    color: #ce1212;
}

.ans-ok {
    color: #0e7b37;
    font-weight: 600;
}

.ans-err, .ans-ok {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 25px 0 0;
    clear: right;
}

/* SV Móbil R 2.6.0 ??? **************/

.intro-svmobil{
    background-image: url(../img/featured/half-svmobile.jpg);
    background-position: 50% 0px;
    position: relative;
}

.ie8 .intro-svmobil{
    background:none;
}

.download-box{
    float: left; display: inline-block;
    width: 450px; height: 500px;
    margin: 22% 0 0 0; padding:4% 2%;
     background: #363636;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.ie8 .download-box{
    background: url(../img/bg-navbar.png) center center repeat;
}


.download-box .h1{
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.714em; font-weight: 400;
    line-height: 24px;
}

.download-box .h1 span{
    width: 100%; height: auto;
    display: block;
    font-size: 70%;
    font-weight: 300;
    line-height: 45px;
}

.download-box .btn-default{
    display: block;
    margin: 25px auto;
    width: 180px; height: 45px;
    text-transform: uppercase;
    text-align: right;
    background-color: none; color: #fff;
    border: 1px solid #fff;
    line-height: 30px;
}

.download-box .btn-default:hover{
    background-color: #fff;
    color: #fff;
}

.download-box .ios{
    background: transparent url(../img/apple-logo.png) 5px 5px no-repeat;
}

.download-box .android{
    background: transparent url(../img/android-logo.png) 5px 5px no-repeat;
}

.download-box .windows{
    background: transparent url(../img/windows-logo.png) 5px 5px no-repeat;
}


/*.download-box .ios:hover,
.download-box .android:hover,
.download-box .windows:hover{
    background-position: 5px -29px;
}*/

.download-box .windows:hover{
    background-color: #1E75BB;
    border-color: #1E75BB;
}

.download-box .android:hover{
    background-color: #669900;
    border-color: #669900;
}

.download-box .ios:hover{
    background-color: #8E8E93;
    border-color: #8E8E93;
}

.download-box .btn-default:active,
.download-box .window:active, .download-box .android:active,
.download-box .ios:active{
    color: #fff;
    background-color: rgb(245,128,45);
    border-color: #f5802d;
}

.sv-c{
    position: relative;
}

.sv-c .go-down{
    display: block;
    margin: 0 auto 0 auto; padding: 0;
    width: 50px; height: 50px;
    text-align: center;
    position: absolute;
    left: 0; 
    bottom: -150px; 
    right: 0;
}

.button-wrap{
    display: block;
    width: 100%; height: auto;
}

.block-title span{
    display: block;
    font-weight: 300;
    font-size: 70%;
}

.svmobile{
    margin:15% auto 5% auto;
    display: block;
}

.svmobile-features{
    display: block;
    height: auto;
    margin-top: 10%;
    padding: 0;
    list-style-type: none;
}

.svmobile-features li{
    display: block;
    padding-bottom: 15px;
}

.svmobile-features li p{
    padding-top: 20px;
    padding-bottom: 30px;
    color: #4e4e4e;
}

.svmobile-features .item-icon{
    float: left; display: inline-block;
    height: 70px; width: 70px;
    margin: 0 20px 0 0;
    background-color: #e58b4e;
    background-color: rgb(229,139,78);
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size: 80%;*/
}

.svmobile-features h3{
    margin: 0; padding: 0;
    font-size: 1.714em;
    color: #4e4e4e;
    line-height: 70px;
}

.svmobile-features .item-icon.tips{
    background-image: url(../img/tips.svg);
}

.svmobile-features .item-icon.mapas{
    background-image: url(../img/mapas.svg);
}

.svmobile-features .item-icon.juzgados{
    background-image: url(../img/juzgados.svg);
}

.svmobile-features .item-icon.antes-de-viajar{
    background-image: url(../img/antes-de-viajar.svg);
}

.svmobile-features .item-icon.documentacion{
    background-image: url(../img/documentacion.svg);
}

/* no-svg for ie */

.no-svg .svmobile-features .item-icon.tips{
    background-image: url(../img/tips.png);
}

.no-svg .svmobile-features .item-icon.mapas{
    background-image: url(../img/mapas.png);
}

.no-svg .svmobile-features .item-icon.juzgados{
    background-image: url(../img/juzgados.png);
}

.no-svg .svmobile-features .item-icon.antes-de-viajar{
    background-image: url(../img/antes-de-viajar.png);
}

.no-svg .svmobile-features .item-icon.documentacion{
    background-image: url(../img/documentacion.png);
}

.sv-more-info{
    display: block;
    width: 260px; height: auto;
    margin: 0 auto;
    color: #F4802E;
    text-align: center;
    text-decoration: none; text-transform: uppercase;
    font-size: 1.714em;
    padding-bottom: 3px;
    border-bottom: 2px solid #F4802E;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.sv-more-info:hover{
    text-decoration: none;
    color: #154a98;
    border-bottom-color: #154a98;
}

.sv-more-info:focus{
     text-decoration: none;
     color: #154a98;
     border-bottom-color: #154a98;
}


/* SV acerca-de R 2.6.0 ??? **************/
.grey-wrap{
    background:#eaeaea;
    padding:20px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}

h1.subtitle-light {
    font-weight:300;
    padding:0  15px 20px 0px;
}
h2.subtitle-light {
    font-weight:300;
    padding:0  15px 20px 0px;
}

h2.subtitle-light-border {
    line-height: 70px;
    margin:50px 0px;
    font-weight:300;
    border-bottom:1px solid #CCC;
}

p.interior-grey-wrap{
    padding-top:10px;
}

.grupopanel{
    margin-bottom:5px;
}

 .panel-acerca-de .panel-heading {
    background: #9aca3c;
    border:none;
    border-radius:0px;
    height:60px;
    margin-top:5px;
}

a:hover  .panel-acerca-de .panel-heading {
    background:#CCC;
}

a:hover .collapsed  .panel-acerca-de  .panel-heading  {
    background:#000;
    transition: background-color 0.2s ease 0s;
}

.collapsed  .panel-acerca-de  .panel-heading  {
    background:#eee;
    transition: background-color 0.2s ease 0s;
}


.panel-acerca-de  .panel-heading .item-number  {
    color:#FFF;
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: 400;
}

.collapsed  .panel-acerca-de  .panel-heading .item-number  {
    color:#c1c1c1;
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: 400;
}

.panel-acerca-de .panel-title {
    height: 35px;
    line-height: 30px;
    font-weight:300;
    display:inline-block;
    text-decoration:none;
    
}

.collapsed .panel-acerca-de  .panel-title .item-number{
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: 400;
    color: #c1c1c1;
}

.panel-acerca-de .panel-body{
     padding:15px 0 50px 0;
    }

.collapsed .title-panel {
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: 400;
    color: #333;
    font-size:1em;
    vertical-align:7px;
    font-weight:300;}   
    
.title-panel {
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: 400;
    color: #FFF;
    font-size:1em;
    vertical-align:7px;
    font-weight:300;}

.panel-interior-acerca-de{
    border:1px solid #CCC;
    margin-bottom:20px;}

.button-expandir {
    display:inline-block;
    float:right;
    color:#414042;
    font-size: 0.8em;
    width:20px;
    height:20px;
    background:url(../img/arrows_down.png)  no-repeat;
    margin-top: 5px;
}

.collapsed .button-expandir {
    display:inline-block;
    float:right;
    color:#333;
    font-size: 0.8em;
    background:url(../img/arrows_up.png)  no-repeat;
    margin-top: 5px;
}

/* SV curso teorico R 2.6.0 ??? **************/

.common-link{color:#333;
    text-decoration:none;
}

.container-grey-wrap-download-files{
    margin-top:0px;
}

.grey-wrap-download-files  {
    background:url(../img/download-files.png) top left #eaeaea no-repeat;
    padding:25px;
    background-clip: padding-box;
    margin-bottom:20px;
    color:#000;
    text-decoration:none;
}
    
.grey-wrap-download-files:hover{
    background:url(../img/download-files.png) top left #f2f2f2 no-repeat;
    padding:25px;
    background-clip: padding-box;
    margin-bottom:20px;
    text-decoration:none;
}
  
.container-files-part{
    margin:0px 0px 40px 70px;
}
    
    
.files-part a{
    margin:0px;
    text-decoration:none;
    color:#333;
}
        
.files-part a:hover{
    margin: 0;
    text-decoration: none;
    color: #9aca3c;
}
        
.files-part  a:active{
   margin:0px;
   text-decoration:none;
   color:#ccc;
}

    
.files-part{
    margin:0px;
}
    
/* SV municipios R 2.6.0.0*************/    
    
    
.indicador-municipios{
    margin: 130px 0 0 0;
    padding: 0;
    width: 65px;
    margin-bottom:20px;
}

.indicador-municipios span {
    background: none repeat scroll 0 0 #eaeaea;
    color: #fff;
    display: block;
    font-weight: 600;
    font-size:1.5em;
    height: 60px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    line-height:55px;
}
.wrap-municipios{
    height:auto;
    overflow: hidden;
    margin-bottom:10px;
 }


ul.list-municipios {
    display: block;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px
}

ul.list-municipios li {
    line-height: 16px;
    list-style-type: none;
    padding: 5px 10px 2px 0;
    text-align: left;
}
ul.list-municipios li a {
    color:#333;
}
.informacion-municipio{
    border:1px solid #f2f2f2;
    padding:15px;
    margin-top:10px;
    background:#f7f7f7;
    display:none;
}
.informacion-municipio dl.def-list dt { 
    font-size:0.8em;
    font-weight:700;
    text-transform:uppercase;
    margin-top:5px;
}

div.active {
    display: block;
}

input.filter-municipios {
    border:none;
    padding:10px 10px 10px 0px;
    font-size:2em;
    font-weight:300;
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
    color:#666;
}

input.filter-municipios:hover {
    border:none;
}
input.filter-municipios:focus {
    border:none;
}

::-webkit-input-placeholder {
    font-weight:300;
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
    color:#333;
}

:-moz-placeholder { /* Firefox 18- */
    font-weight:300;
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
    color:#333;
}

::-moz-placeholder { /* Firefox 19+ */
    font-weight:300;
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
    color:#333;
}

:-ms-input-placeholder {
    font-weight:300;
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
    color:#333;
}

.form-filtro {
    margin:10px 0px;
    width:40%;
}

.links-abced{ 
    height: 60px;
    line-height: 60px;
    text-align:right;
    font-size:1.21em;
    font-weight:500;
    margin:10px 0px;
}
    
.links-abced a{ 
    color:#333;
    text-decoration:none;
}
.links-abced a:visited{ 
    color:#CCC;
}

.line-border{
    border-bottom: 1px solid #ccc;
    margin:10px 0px 20px 0px;
}
.right{
    float:right;
}

.filtro-contenedor{
    border-right:1px solid #CCC;margin-bottom:10px;
}

/*Blog Licencias BA***************/

.noticiaDescripcion{
    margin-top:20px;
}

.fechaNoticia{  
    border-bottom: #CCC 1px solid;
    color: #333;
    font-weight: normal;
    font-size:0.8em;
    margin-bottom:10px;
    padding-bottom:10px;
}
.breadCrumbNoticia{  
    color: #666;
    font-weight: normal;
    font-size:0.8em;
    margin-bottom:20px;
    display:inline-block;
}
.breadCrumbNoticia a{  
    color: #666;
    font-weight: normal;
    font-size:1em;
    display:inline-block;
    text-decoration:none;
}   
    
.breadCrumbNoticia a:hover{  
    color:#f79959;
    text-decoration:none;
}   
h1.title-notice {
    color:#000;
    font-weight:300;

}   
h1.title-notice a{
    color:#000;
    font-weight:300;
    font-size:0.8em;
    text-decoration: none;
}

h1.title-notice a:hover{
    color:#f79959;
}


.postRedesSociales{  
    border-top: #CCC 1px solid;
    color: #666;
    font-weight: normal;
    font-size:1em;
    margin-top:10px;
    padding-top:10px;
    text-align:right;
}


.masonry {
    margin: 1.5em 0;
    padding: 0;
    font-size: 1em;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.itemPost {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 1px 1px 2px 0 #ccc;
    border:1px solid #CCC;
}

.msry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}


.item-bl { width: 44%;
}
.item-bl.w2 { width: 44%;
}

.banner{
    background:#f2f2f2;
    padding:0;
    min-height:180px;
}


.sidebar-wrapper {
    margin: 1.5em 0;
    border-left: 1px solid #ccc;
    padding:0px 20px;
}

h2.sidebar-title {  
    color: #9aca3c;
    font-weight:300;
    font-size:1.286em;
}

ul.linkPost{
    color:#333;
    font-weight:300;
    font-size:1em;
    list-style: none;
    padding: 0px;
}

ul.linkPost li { 
    padding:15px;
    border-bottom: 1px solid #CCC;
    width:100%;
}   

ul.linkPost li a{    
    width: auto; height: auto;
    color:#333;
    font-weight:300;
    display: inline-block;
    text-decoration: none;
    
}

ul.linkPost li a:hover{ 
    color:#9aca3c;
}

.sidebar-banner150{
    height:150px;
    margin: 20px 0px;
    border:1px solid #CCC;
} 
 .sidebar-banner200{
    height:200px;
    margin: 20px 0px;
    border:1px solid #CCC;
} 

h2.page-subtitle{
    font-size:2.000em;
    font-weight:300;
    margin-bottom:35px;
}   
    
.archivo-noticias-grey{
    background:#f2f2f2;
    padding:15px;
}
.archivo-noticias-white{
    background:#ffffff;
    padding:15px;
    border:1px solid #f2f2f2;
}
    
h2.title-blog-archivo a{
    color:#000;
    font-weight:600;
    font-size:0.7em;
    text-decoration: none;
}

h2.title-blog-archivo a:hover{
    color:#f79959;
}

article.interior-blog{
    padding:15px 0px;
    margin-top:25px;
}

/*interior noticias blog*/

aside.fotos-relacionadas{
    margin: 0 15px 15px 0px;
    border:1px solid #ccc;
}

.fotos-relacionadas .foto .epigrafe-columna {
    background-color: #f8f8f8;
    color: #464646;
    padding: 5px 8px;
    font-size:0.8em;
}

.desarrollo-noticia{
    font-size:1em;
}

.page-title a{
    color:#000;
    padding:5px;
    text-decoration:none;
}

.page-title a:hover{
    color:#f79959;
}


/*landing page conductor designado*/
    
    
.condesig-block{
    margin-top: 95px; 
}

.condesig-block-last{
    margin-top:0px; 
    background-position: 50% 0;
}

.page-datosprograma{
    background:none repeat scroll 0 0 rgb(235, 235, 235);
    padding: 150px 0;
}

.intro-conductordesignado {
    background-image: url("../img/featured/img-conductordesignado-last.jpg");
    background-position: 50% 0;
    position: relative;
}


.page-close {
    background-image: url("../img/featured/img-conductordesignado-last.jpg");
    background-position: 50% 0;
    position: relative;
}

.wrap-intro{
    margin: 25% 0 6% 0; 
    
}
.wrap-intro h1{
    color:#FFF;
    font-size:3.750em;
    font-weight:300;
    text-align:center;
    margin:0;
}


a.pr-condesig{
    color:#FFF;
    font-size:2.143em;
    font-weight:300;
    margin:0 0 0 28%;
    text-transform:uppercase;
    text-decoration:none;
}

a:hover.pr-condesig{
    color:#f79959;
    text-decoration:none;
}

.wrap-intro .logo-condesignado {
    width:165px;
    margin:5% auto 0;
}

.drop-title-codesign{
    font-size:2.500em;
    font-weight:300;
}

.block-title-condesig{
    font-size:3.429em;
    font-weight:300;
    text-transform:uppercase;
}


.hero-header .go-down:hover, 
.intro-conductordesignado .go-down:hover{
    text-decoration: none;
    color: #9aca3c;
}


.item-icon-number{
     border-radius:50%;
     width:112px;
     height:112px;
     border:2px solid #666;
     display:block;
     text-align:center;
     line-height:105px;
     font-size:3.429em;
     font-weight:600;
     color:#666;
     margin: 0 18%;
}

.item-icon-number1:hover{
     border:2px solid rgb(229, 139, 78);
     background:url(../img/icon-item-charlas-infor.png) no-repeat rgb(229, 139, 78);
     font-size:0;
}

.item-icon-number2:hover{
     border:2px solid rgb(229, 139, 78);
     background:url(../img/icon-item-condesignado.png) no-repeat rgb(229, 139, 78);
     font-size:0;
}
.item-icon-number3:hover{
     border:2px solid rgb(229, 139, 78);
     background:url(../img/icon-item-folletopulsera.png) no-repeat rgb(229, 139, 78);
     font-size:0;
}
.item-icon-number4:hover{
     border:2px solid rgb(229, 139, 78);
     background:url(../img/icon-item-entrega-premio.png) no-repeat rgb(229, 139, 78);
     font-size:0;
}

h3.item-number-title{
    color:#666;
    font-size:1.429em;
    }
    
.item-container{
    padding:0px;
}   

.condesig-features h3.item-number-title{
    color:#666;
    font-size:1.286em;
    text-align: center;
    text-transform: uppercase;
    margin-top:40px;
     height: 100px;
}
    
.line-separator-intem{
    height:10px;
    border-bottom:2px solid #666;
    display:block;
    margin-top:70%;}    

 .condesig-features{
    display: block;
    height: auto;
    margin-top: 10%;
    padding: 0;
    list-style-type: none;
}

.condesig-features li{
    display: block;
    padding-bottom: 15px;
}

.condesig-features li p{
    padding-top: 20px;
    padding-bottom: 30px;
    color: #4e4e4e;
}

.condesig-list{
    margin: 0;
    padding: 40px 0 0 20px
}

.condesig-list li{
    list-style: none;
    list-style-position: outside;
}

.condesig-list li:before{
    content: '✔';   
    margin-left: -1.2em; 
    margin-right: .500em;
 }
 
 
 
 .wrap-list-condesign{
    border-right:2px solid #999;
 }
 
.wrap-acciones-programa{
    background: none repeat scroll 0 0 rgb(234, 234, 234);
    color: #67686b;
    display: block;
    margin: 0;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.wrap-acciones-programa .item-acciones{
    border-radius:70%;
    width:70px;
    height:70px;
    border:2px solid #666;
    display:inline-block;
    text-align:center;
    color:#666;
    line-height:65px;
    font-weight:300;
    font-size:2.857em;
    background:#f2f2f2;
}
    
 p.acciones-info{
    margin-top:15px;
 }
    
h1.acciones-title{
    color: #1a1a1a;
    font-size: 1.286em;
    font-weight: 600;
    margin: 20px 0;
    text-align: center;
}


.main-body .page-intro-condesign, .page-desarrollo-condesign, .page-item-condesign{
    padding: 50px 0 50px 0;
    margin-top: 0;
}

.page-intro-condesign h1{
    font-size: 2.571em;
    line-height: 48px;
}

.condesign-more-info{
    display: block;
    width: 260px; height: auto;
    margin: 0 auto;
    color: #9aca3c;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.714em;
    padding-bottom: 3px;
    border-bottom: 2px solid #9aca3c;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.condesign-more-info:hover{
    text-decoration: none;
    color: #154a98;
    border-bottom-color: #154a98;
}


/*programa acciones concientizacion vial*/

.intro-concien-vial {
    background-image: url("../img/featured/img-camp-cocientizacion.jpg");
    background-position: 50% 0;
    position: relative;
}


.wrap-intro-concien-vial h1{
    color: #FFFFFF;
    font-weight: 600;
    word-spacing: normal;
    text-transform: uppercase;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
      -moz-opacity: 0.8;
           opacity: 0.8;
    text-align:center;
}

.wrap-intro-concien-vial h2{
    color: #FFFFFF;
    font-weight: 600;
    word-spacing: normal;
    text-transform: uppercase;
    text-align:center;
}

.page-ejestematicos{
    background:none repeat scroll 0 0 rgb(235, 235, 235);
}


.drop-title-concien-vial{
    font-weight:300;
}


.concien-vial-list li{
    line-height:30px;
}


.concien-vial-list li:before{
    content: '✔';   
    margin-left: -1.2em; 
    margin-right: .500em;
 }
 
 


.itemGraficaConcienVial {
    margin: 0 0 1.5em;
    height:auto;
    position:relative;
}

.bj-grafica {
    margin: 0;
    height:auto;
    position:relative;
    text-align:right;
    display:inline-block;
}

.imgHover{    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    color:transparent;
    
    }

.imgHover:hover{    background-attachment: scroll;
    background-color: #9ACA3C;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    display:inline;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
      -moz-opacity: 0.8;
           opacity: 0.8;
    font-size:1em;
    text-transform:uppercase;
    color:#FFF;
    text-align:center;
    line-height:200px;
    display:inline-block;
}


.wrap-acciones-concien-vial {
    background: none repeat scroll 0 0 rgb(234, 234, 234);
    color: #67686b;
    display: block;
    text-align: center;
    margin: 0;
    padding: 50px;
}

    
.wrap-acciones-concien-vial .item-acciones{
     border-radius:70%;
     border:2px solid #666;
     display:inline-block;
     text-align:center;
     color:#666;
     background:#fff;
}
    
.concien-vial-block {
    background: #fff;
}
           
           
/*descarga de manuales*/

.intro-manuales {
    background-image: url("../img/featured/img-manuales-last.jpg");
    background-position: 50% 0;
    position: relative;
}


.wrap-intro-manuales h1{
    color: #FFFFFF;
    font-weight: 600;
    word-spacing: normal;
    text-transform: uppercase;
    text-align:center;
    font-size:3em;
}

.wrap-intro-manuales h2{
    color: #FFFFFF;
    font-weight: 600;
    word-spacing: normal;
    text-transform: uppercase;
    text-align:center;
    font-size:2.143em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
      -moz-opacity: 0.8;
           opacity: 0.8;
}   

p.drop-title-manuales{
    font-weight:300;
}

.block-title-manuales{
    font-weight:300;
    text-transform:uppercase;
    margin-bottom:60px;
}   

.page-desc-manuales{
    margin:80px 0 0 0;
    background:rgb(235, 235, 235);
}   

.cont-desc-manual{
    display: inline-block;
    text-align: center;
    width: 100%;
    z-index: 0;
}
hr.separadorhr{
    border-top: 1px solid #fff;
    display: block;
    margin: 1em auto;
    transition: width 1s ease 0s;
    width: 50%;
}
 a.descarga-manual{
    color: #fff;
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
    text-decoration: none;
    z-index:1;
}

 a.descarga-manual:hover{
    background:rgb(245,128,47);
         -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
          -o-transition: background-color 0.2s;
             transition: background-color 0.2s;
}

 a.descarga-manual h3{
    text-transform:uppercase;
    font-size:1.429em;
}

 a.descarga-manual p{
    text-transform:normal;
    font-size:2.143em;
    font-weight:600;
}
.bg-manual-automovil{
    background:url(../img/img-automovil-manual.jpg) no-repeat;
}
.bg-manual-motovehiculo{
    background:url(../img/img-motovehiculo-manual.jpg) no-repeat;
}

/* Mi Primer Licencia  ***************************************/

.mpl{
    background-image: url(../img/featured/half-mpl.jpg);
    background-position: 50% 0px;
    background-attachment: fixed;
    position: relative;
}

.ie8 .mpl{
    background:none;
}

.mpl .hero-header h1,
.mpl .hero-header h2{
    width: 100%;
    font-family: 'Dosis', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff; letter-spacing: 0.03em;
    opacity: 1;
}

.mpl .hero-header h1{
    font-weight: 600;
}

.mpl .hero-header h2{
    font-weight: 400;
    opacity: 0.75;
}

.quote-wrap {
    display: block;
    margin-top: 81px;
    margin-bottom: 34px;
}

.img-quote{
    display: block;
    margin: 0 auto;
}

.page-intro .lead-quote{
    font-family: 'Playfair Display', serif;
    text-align: center; font-weight: 400;
    color: #34397e;
}

.page-intro .lead-quote::selection {
    background-color: #d84dd1;
    color: #f2ce37;
}

.page-intro .lead-quote:after{
    content: "";
    position: absolute;
    left: 0; right: 0;
    bottom: -25px;
    display: block;
    margin: auto;
    width: 40%; height: 2px;
    background-color:  #34397e;
}

.btn-mpl{
    display: block;
    margin: 150px auto 0 auto;
    width: 245px; height: 55px;
    background: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: 600; font-size: 1.714em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #d84dd1;
    border: none;
    box-shadow: inset 0 -4px 0 #d84dd1;
}

.btn-mpl:hover, .btn-mpl:active, .btn-mpl:focus{
    background-color: #d84dd1;
    background-color: rgba(216,77,209,0.5);
}

.page-detail .col-left,
.page-detail .col-right{
    height: 768px;
}

.page-detail .col-left{
    background: rgba(128,43,177,1);
    background: -moz-linear-gradient(-45deg, rgba(128,43,177,1) 0%, rgba(255,206,128,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(128,43,177,1)), color-stop(100%, rgba(255,206,128,1)));
    background: -webkit-linear-gradient(-45deg, rgba(128,43,177,1) 0%, rgba(255,206,128,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(128,43,177,1) 0%, rgba(255,206,128,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(128,43,177,1) 0%, rgba(255,206,128,1) 100%);
    background: linear-gradient(135deg, rgba(128,43,177,1) 0%, rgba(255,206,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#802bb1', endColorstr='#ffce80', GradientType=1 );  
}


.page-detail .col-left .h4{
    position: absolute;
    top: 0; left: 0;
    margin: auto;
    right: 0; bottom: 0;
    display: block;
    width: 100%; height: 100px;
    font-family: 'Dosis', sans-serif;
    text-align: center; font-weight: 600;
    font-size: 3.429em;
    text-transform: uppercase;
    color: #34397e;
    color: rgba(52,57,126,0.5);
    letter-spacing: 0.03em;
    z-index: 5;
}

.page-detail .col-left .img-watermark{
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0; 
    bottom: 15%;
    display: block;
    max-width: 100%; height: auto;
    z-index: 2;
}

.page-detail .col-right{
    background: url(../img/clouds-gradient.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.page-detail .col-right .lead-download{
    position: absolute;
    top: 0; left: 0;
    margin: auto;
    right: 0; bottom: 0;
    display: block;
    width: 85%; height: 250px;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #fff; letter-spacing: 0.03em;
}

.page-detail .col-right .btn-mpl{
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0; 
    bottom: 25%;
    display: block;
    min-width: 100px; width: auto;
    max-width: 350px;
}

.page-detail .col-right .btn-mpl > .icon{
    position: relative;
    top: 5px;
    margin-right: 15px;
    color: #d84dd1;
}

.page-detail .col-right .btn-mpl:hover > .icon{
    color: #fff;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

 /* IE 6/7 fallback */

.oldie .ir{ 
    text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders:
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.oldie .clearfix {
    zoom: 1;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (   min--moz-device-pixel-ratio: 1.5),
        only screen and (     -o-min-device-pixel-ratio: 3/2),
        only screen and (        min-device-pixel-ratio: 1.5),
        only screen and (min-resolution: 192dpi) {
        
            .download-box .ios{
                background: transparent url(../img/apple-logo@2x.png) 5px 5px no-repeat;
                background-size: 32px 64px;
            }

            .download-box .android{
                background: transparent url(../img/android-logo@2x.png) 5px 5px no-repeat;
                background-size: 32px 64px;
            }

            .download-box .windows{
                background: transparent url(../img/windows-logo@2x.png) 5px 5px no-repeat;
                background-size: 32px 64px;
            }
}


   /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        .brand, .brand-inst{
            float: none;
            width: 100%; height: 60px;
        }
        .brand img{

        }
        .brand-inst{
            height: 40px;
        }
        .brand img, .brand-inst img{
            margin: 0 auto;
            max-width: 60%;
        }
        .brand-inst img{
            height: auto;
        }
        .smaller .brand-inst{
            opacity: 0;
        }
        .smaller .brand img{
            margin: 8px auto;
        }
        .hero-header {
            padding-top: 50%;
        }
        .hero-header h1 {
            font-family: 'Dosis', sans-serif;
            font-size: 1.429em;
            letter-spacing: 0.02em;
            line-height: 24px;
        }
        .mpl .hero-header h1{
            font-size: 3.429em;
            line-height: 1.1;
        }
        .mpl .hero-header h2{
             font-size: 2.571em;
        }
        .bottom-menu{
            margin-top: -80px;
            padding: 0;
        }
        .access{
            height: 80px;
        }
        .access ul li {
            width: 19%;
            height: 80px;
            line-height: 85px;
        }
        .access .item-desc{
            display: none;
        }
        .access i{
            font-size: 2.143em;
        }
        .main-body .sblock .block-title{
            font-size: 1.429em;
            letter-spacing: 0.02em;
            padding: 0 15px;
            line-height: 30px;
        }
        .main-body .sblock .row .block-title{
            padding: 0;
        }
        .navbar-licba .navbar-nav>li {
            margin: 0;
        }
         .navbar-default .navbar-nav .open .dropdown-menu>li>a {
            color: #fff;
        }
        .page-intro .lead, .page-description,
        .page-detail .lead{
            text-align: justify;
            font-size: 1.000em;
        }
        .page-intro .lead-quote,
        .page-detail .col-right .lead-download{
            font-size: 1.714em;
            line-height: 1.3;
            text-align: center;
        }
        .page-detail .col-right .lead-download{
            margin: 75px auto;
        }
        .article-preview{
            height: auto;
        }
        .landings-block .row {
            margin-bottom: 40px;
        } 
        .landings-block .article-title{
            font-size: 1.429em;
            letter-spacing: 0.02em;
            line-height: 50px;
            margin: 0;
            text-align: center;
        }
        .links-wrapp {
            width: 100%;
            height: auto;
            float: left; display: block;
            padding: 0 15px;
        }
        .article-link{
            font-size: 1.000em;
        }
        .metrics-block {
            height: auto; 
        }
        h1.section-title{
            font-size: 1.429em;
        }
        .metrics-block .value {
            font-size: 2.143em;
        }
        .metrics-block .value-title {
            font-size: 1.286em;
            color: #666;
        }
        .main-body .sblock{
            padding:20px 0;
        }
        .test-block{
            background-image: url(../img/test_bg_sm.jpg);
        }
        .route-block{
            height: auto;
            background-image: url(../img/route_bg_sm.jpg);
        }
        
        .condesign-block {
            background-image: url("../img/condesign_bg_sm.jpg");
            height: auto;
            padding: 5% 0;
        }
        .section-text {
            font-size: 1.000em;
            margin-top: 55px;
        }
        .btn-test{
            height: 50px;
            font-weight: 600;
            font-size: 1.000em;
            padding: 5px 8px;
        }
        .test-block{
            height:  auto;
        }
        .footer-body {
            height: auto;
            padding: 50px 0 25px 0;
        }
        .links-wrapp .share {
            width: 30px;
            height: 30px;
            margin-top: 10px;
            border: 1px solid #4e4e4e;
        }
        .copy-info{
            font-size: 0.875em;
        }
        .page-items .item-info {
            text-align: justify;
            padding-bottom: 50px;
        }
        .navbar-nav {
            margin: 0px;
        }
        .navbar-collapse.in{
            background: rgba(0,0,0,0.75);
        }
        .navbar-licba .navbar-nav>li.active a{
            color: #666;
        }
        .documents .doc-info{
            padding: 45px 0;
        }
        .documents .doc-info h1{
            text-align: center;
            font-weight: 600;
            font-size: 1.429em;
        }
        .iconglobe, .mapar{
            display: none;
        }
        .recomendations .article-title {
            font-size: 1.429em;
        }
        .recomendations .rc1 p, .recomendations .rc2 p {
            margin-top: 25px;
            text-align: center;
            font-size: 1.000em;
            padding: 0 0 100px 0;
        }
        .go-down{
            font-size: 2.143em;
        }
        .hero-header .go-down, .sv-c .go-down{
            bottom: -180px;
        } 
        .slider .item p{
            font-size: 1.000em;
        }
        .stats-switch .btn{
            width: 33.3%;
            font-size: 1.000em;
            padding: 5px 5%;
        }
        .stats-switch{
            width: 100%;
        }
        .carousel-control{
            display: none;
        }
        .canvas-holder canvas{
            width: 100px !important;
            height: 100px !important;
        }
        .contacto{
            margin-bottom: 1000px;
        }

        #contactform section {
            margin-top: 200px;
        }
        .form-title, .page-title{
            text-align: center;
            font-size: 1.429em;
            line-height: 30px;
            margin-bottom: 20px;
        }
        .form-description, .page-description {
            text-align: justify;
        }
        .sv-data{
            padding-bottom: 50px;
        }
        .btn-form{
            float: none;
            display: block;
            width: 100%;
        }
        .tposin .one{
            top:-25px; left: 80px;
        }

        .tposin .two{
            top: 60px; left: 15px;
        }

        .tposin .three{
            top:60px; left: 200px;
        }

        .lgrsin .one{
            top:-25px; left: 75px;
        }

        .lgrsin .two{
            top:120px; left: 75px;
        }

        .tpov .one{
            top:-25px; left: 95px;
        }

        .tpov .two{
            top:0px; left:20px;
        }

        .tpov .three{
            top:40px; left: 5px;
        }

        .tpov .four{
            top:45px; left: 200px;
        }

        .dtocl .one{
            top:-25px; left: 75px;
        }

        .dtocl .two{
            top:75px; left: 200px;
        }
        .pages-header{
            width: 100%;
            min-height: 200px;
        } 
        .panel-body{
            padding: 0px;
        }
        .eboletas .panel-heading{
            padding: 0;
        }
        .eboletas .panel-title .step,
        .step-indicator{
            width: 50px;
            margin: 0;
        }
        .eboletas .panel-title a {
            font-size: 1.286em;
        }
        .eboletas .nav-tabs li{
            width: 50%;
            font-size: 1.000em;
            text-align: center;
        }
        .eboletas .nav-tabs>li>a{
            padding: 10px 0;
        }
        .tab-p .checkbox span{
            width: 100%;
            padding-left: 20px;
        }
         .tab-p .text-muted{
            display: block;
            margin: 30px 0 0 0;
        }
        .dl-boleta{
            width: 100%;
            font-size: 1.000em;
        }
        .dl-boleta .icon {
            margin: 0 15px 0 10px;
        }
        .eboletas .panel-body{
            padding:15px 0 50px 0;
        }
        .sex-group{
            float: none;
        }
        .user-s{
            float: none;
            display: block;
            margin: 0 auto;
        }
         .user-bd-data{
            width: 100%;
            font-size: 1.429em;
            text-align: center;
            margin: 0;
        }
        .triangle{
            left: 0px;
            margin: 0 auto;
            right: 0px;
            display: block;
        }
        .box-icon{
            float: none;
            display: block;
            width: 80%;
            margin: 30px auto;
        }
        .timeline-wrapp h4{
            position: inherit;
        }
        .timeline-wrapp{
            height: auto;
            padding-bottom: 50px;
        }
        .captcha-wrapp{
            width: 100%;
        }
        .btn-search-light{
            width: 100%;
            text-align: center;
        }
        .box-icon .item-tooltip{
            background: #fff;
        }
        .number-items{
            max-width: 292px;
        }
        .question-map .number-items span{
            line-height: 42px;
        }
        .form-data .sex-group {
            width: 100%;
        }
        .ex-title{
            font-size: 1.286em;
        }
        .q-card header h1 {
            font-size: 1.143em;
            display: block;
            width: 100%;
            line-height: 24px;
        }
        .answers li, .categories li{
            font-size: 0.938em;
        }
        .image-ans {
            padding: 15px 15px 0 15px;
        }
        .result-box .text{
            font-size: 1.000em;
        }
        .err_questions h4{
            line-height: 20px;
        }
        .ex-aside-title{
            margin-top: 50px;
        }
        .download-box{
            display: block;
            margin: 190px auto 0 auto;
            width: 100%; height: 350px;
        } 
        .download-box .h1 span{
            font-size: 50%;
            line-height: 35px;
        }
        .sv-more-info{
            font-size: 1.143em;
            width: 175px;
            border-width: 1px;
            margin-top: 15%;
        }
        .download-box .h1{
            line-height: 48px;
        }
        .button-wrap{
            margin-top: 15%;
        }
        .svmobile-features .item-icon{
            width: 50px; height: 50px;
            background-size: 85%;
        }
        .svmobile-features h3{
            line-height: 50px;
        }    


/*acerca de - municipios - curso teorico*/


        .panel-acerca-de .panel-title {
            font-size: 1.286em;
        }
        
        .button-expandir {
            right:0px;
            margin-right:0px;
        }

        .collapsed .button-expandir {
            right:0px;
            margin-right:0px;
        }
        
        h2.subtitle-light-border {
            font-size:1.786em;
        }
        
        .panel-acerca-de  .panel-heading .item-number  {
            font-size:1.286em;
            float:left;
        }

        .collapsed .panel-acerca-de  .panel-title .item-number{
            font-size:1.286em;
            float:left;
        }
        
        h1.subtitle-light {
            font-weight:300;
            padding:0  15px 20px 0px;
            font-size: 1.786em;
        }
        h2.subtitle-light {
            font-size: 1.786em;
        }
        
        p.interior-grey-wrap {
            font-size: 1em;
        }
         .panel-acerca-de .panel-heading {
            padding:8px;
            height:auto;
        }
        .panel-interior-acerca-de{
            padding:15px;
        }
        
        .collapsed .title-panel {
            width:75%;
            font-size:0.857em;
            font-weight:400;
        }   
            
        .title-panel {
            width:75%;
            font-size:0.857em;
            font-weight:400;
        }
            
        .panel-acerca-de .panel-title {
            line-height: 20px;
            width: 100%;
            padding:3px;
        }
            
        .filtro-contenedor {
            border-right: none;
            margin-bottom: 3px;
            padding:0px;    
            
        }
            
        .links-abced {
            font-size: 1em;
            line-height: 24px;
            margin: 0px;
            text-align: left;
        }
        .form-filtro {
            margin:10px 0px;
            width:100%;
        }   
        
        .right{
            padding:0px;
        }
        
        input.textbox.filter-municipios {
            width: 100%;
        }
        
        
        
        
        /*====blog licencias BA=====*/      
        
        .masonry {
                margin: 1.5em 0;
                padding: 0;
                font-size: 1em;
        }

        .itemPost {
            display: inline-block;
            background: #fff;
            padding: 1em;
            margin: 0 0 1.5em;
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-shadow: 1px 1px 2px 0 #ccc;
            border:1px solid #CCC;
        }

        .msry {
            margin: 1.5em 0;
            padding: 0;
            -moz-column-gap: 1.5em;
            -webkit-column-gap: 1.5em;
            column-gap: 1.5em;
            font-size: .85em;
        }

            
        .item-bl { 
            width: 90%;
            margin:5%;
        }
        
        .item-bl.w2 { 
            width: 90%;
             margin:5%;
        }   
            
        .sidebar-wrapper {
            margin: 0em 0;
            border-bottom: 1px solid #ccc;
            padding:0px 0px;
            border-left:none;
        }
        h2.sidebar-title { 
            font-weight:300;
            font-size:1.286em;
            margin:0px;
        }


        ul.linkPost{    color:#333;
            font-weight:300;
            font-size:1em;
            list-style: none;
            padding: 10px 0px 10px 0px;
            margin-top:15px;
        }

        ul.linkPost li{  
           
            display: inline;
            border-right:1px solid #CCC;
            padding:10px;
            border-bottom: none;
        }   
        ul.linkPost li a{  
            font-weight:300;
            font-size:1em;
            display: inline;
        }
               
        .sidebar-banner150{
            margin: 20px 0px;
            border:1px solid #CCC;
            display:none;
        } 
        
         .sidebar-banner200{
            margin: 20px 0px;
            border:1px solid #CCC;
            display: none;
        } 
    
        .timeline-twitter{
            display: none;
        }

        h2.page-subtitle{
            font-size:1.786em;
            font-weight:300;
            margin-bottom:35px;
        }
        
        
        
        
        /*landing page conductor designado*/
    
    
        .condesig-block{
            margin-top: 95px; 
        }
        
        .condesig-block-last{
            margin-top:0px; 
            background-position: 50% 0;
        }
        
        .page-datosprograma{
            background:none repeat scroll 0 0 rgb(235, 235, 235);
            
        }
        
        .intro-conductordesignado {
            background-image: url("../img/featured/img-conductordesignado-last.jpg");
            background-position: 50% 0;
            position: relative;
        }
    
    
        .page-close {
            background-image: url("../img/featured/img-conductordesignado-last.jpg");
            background-position: 50% 0;
            position: relative;
        }
        
        .wrap-intro{
            margin: 75% 0 6% 0; 
        }
        
        .wrap-intro h1{
            color:#FFF;
            font-size:2.857em;
            font-weight:300;
            text-align:center;
            margin:0;
        }
        
        a.pr-condesig{
            font-size:1.786em;
            margin: 18% 0 0 18%;
            text-decoration:none;
        }
        
        a:hover.pr-condesig{
            text-decoration:none;
        }
        
        .drop-title-codesign{
            font-size:1.786em;
        }
        
        .block-title-condesig{
            font-size:2.143em;
        }
        
        .item-icon-number{
             margin: 0 30%;
        }
        
        .condesig-features li p{
            padding: 0 30px;
        }
        .line-separator-intem{
            display:none;
        }   
    
        .condesig-features h3.item-number-title{

            height: auto;
        }   

        .wrap-intro .logo-condesignado {
            width:115px;
            margin:15% auto 0;
        }   


        .condesign-more-info{
            font-size: 1.143em;
            width: 175px;
            border-width: 1px;
            margin-top: 15%;
        }   

        
        /*concientizacion vial*/
        .wrap-intro-concien-vial{
            margin: 75% 0 6% 0; 
        }

        .wrap-intro-concien-vial h1{
            font-size:2.143em;
        }
        
        
        .wrap-acciones-concien-vial {
             padding:20px;
        }
        
        .wrap-acciones-concien-vial .item-acciones{
             border-radius:70%;
             width:100px;
             height:100px;
             line-height:110px;
             font-size:4.286em;
                
        }
        .drop-title-concien-vial {
            font-size: 2.143em;
        }
        
        /*descarga manuales conductor*/
        
        .wrap-intro-manuales{
            margin: 80% 0 6% 0; 
        }
        
        .block-title-manuales{
            font-size:1.786em;
            margin-bottom:60px;
        }   
        
        p.drop-title-manuales{
            font-size:1em;
            font-weight:300;
            line-height:20px;
        }
        
         a.descarga-manual{
            height:350px;
            padding:10% 0;
        }
        .cont-desc-manual{
            margin:15px 0 0 0;
        }
        .btn-mpl{
            margin-top: 50px;
        }
        
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        /* Make Navigation Toggle on Desktop Hover */
        .dropdown:hover .dropdown-menu {
            display: block;
        }
        .carousel-indicators{
            bottom: -10px;
        }
        .navbar-licba .navbar-nav>li {
            margin: 0 15px;
        }
        .navbar-licba .navbar-nav>li:first-child{
            margin-left: 0;
        }
        .navbar-licba .navbar-nav>li.active{
            border-bottom: 1px solid #fff;
        }
        .navbar-licba .navbar-nav>li.active a{
            color: #fff;
        }
        .smaller .brand img{
            margin: 0;
        }
        .smaller .brand-inst{
            opacity: 1;
        }
        .brand img, .brand-inst img{
            max-width: 100%;
         }
        .smaller .brand, .smaller .brand-inst{
           height: 60px;
        }
        .carousel-control{
            display: block;
        }
        .btn-form{
            float: right;
            display: block;
            width: auto;
        }
        .form-wrapp .form-control, .form-control {
            height: 35px;   
        }
        .form-data .sex-group {
            width: 75%;
        }
        .ex-title {
            font-size: 1.714em;
        }
        .answers li, .categories li{
            font-size: inherit;
        }
        .q-card header h1 {
            font-size: 1.286em;
            display: inline-block;
            width: 90%;
            line-height: 30px;
        }
        .image-ans {
            padding: 15px 0 0 15px;
        }
         .result-box .text{
            font-size: 1.286em;
        }
        .err_questions h4{
            line-height: 40px;
        }
        .ex-aside-title{
            margin-top: 0;
        }      

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .brand, .brand-inst{
            width: auto; height: 60px;
        }
        .brand{
            float: left;
        }
        .brand-inst{
            float: right;
        }
        .brand img, .brand-inst img{  
            margin: 0;
        }
        .bottom-menu{
            margin-top: -100px;
            padding-left: 15px;
            padding-right: 15px;
        }
        .access{
            height: 100px;
        }
        .access ul li {
            width: 20%;
            height: 100px;
            line-height: 85px;
        }
        .access .menu-link{
            height: 100px;
        }
        .access .item-desc{
            font-size: 0.875em;
            display: block;
            height: 30px;
        }
        .access .item-desc br{
            display: none;
        }
        .access i{
            font-size: 3.286em;
        }
        .main-body .sblock .block-title{
            font-size: 2.571em;
            line-height: 48px;
        }
        .page-intro .lead, .page-detail .lead{
            font-size: 1.286em;
            text-align: center;
        }
        .page-intro .lead-quote{
            font-size: 2.571em;
            line-height: 1.4;
        }
        .article-preview{
            height: 220px;
        }
        .landings-block .row {
            margin-bottom: 80px;
        }
        .landings-block .article-title{
            font-size: 2.143em;
            text-align: left;
            line-height: 30px;
            padding-bottom: 10px;
        }
        .links-wrapp {
            width: auto;
            height: auto;
            position: absolute;
            left: 500px;
            bottom: 0px;
        }
        .article-link{
            font-size: 1.286em;
        }
        .metrics-block {
            height: 400px;
        }
        h1.section-title{
            font-size: 2.571em;
        }
        .metrics-block .value {
            font-size: 3.429em;
            color: #333;
        }
        .main-body .sblock{
            padding:150px 0 0 0;
        }
        .section-text {
            font-size: 1.286em;
            margin-top: 25px;
        }
        .btn-test{
            height: 60px;
            font-weight: 600;
            font-size: 1.115em;
            padding: 10px 16px;
        }
        .test-block{
            height: 500px;
        }
        .footer-body {
            height: 400px;
            padding: 50px 0 0 0;
        }
        .links-wrapp .share {
            width: 40px;
            height: 40px;
            border: 1px solid #4e4e4e;
        }
        .copy-info{
            font-size: 1.000em;
        } 
        .route-block{
            height: 500px;
            background-image: url(../img/route_bg_md.jpg);
        }
        
        .condesign-block {
            background-image: url("../img/condesign_bg_md.jpg");
            height: 500px;
            padding-top: 11%;
        }
        .page-items .item-info {
            text-align: left;
        }
        .documents .doc-info{
            padding: 150px 0;
        }
        .documents .doc-info h1{
            text-align: left;
            font-weight: 400;
            font-size: 2.571em;
        }
        .iconglobe, .mapar{
           display: block;
        }
        .recomendations .article-title {
            font-size: 1.714em;
        } 
        .recomendations .rc1 p, .recomendations .rc2 p {
            margin-top: 25px;
            font-size: 1.000em;
            text-align: left;
            padding: 0;
        }
        .go-down{
            font-size: 2.571em;
        }
        .hero-header .go-down{
            bottom: -100px;
        }
        .sv-c .go-down{
            bottom: 0px;
        }
        .slider .item p{
            font-size: 1.875em;
        }
        .stats-switch .btn{
            width: auto;
            font-size: 1.286em;
            padding: 6px 30px;
        } 
        .stats-switch{
            width: 400px;
        }
        .canvas-holder canvas{
            width: 150px !important;
            height: 150px !important;
        }
        .contacto{
            margin-bottom: 500px;
        }

        #contactform section {
            margin-top: 161px;
        }
        .form-title, .page-title{
            text-align: left;
            font-size: 2.143em;
            line-height: 48px;
            margin-bottom: 0;
        }
        .form-description, .page-description {
            text-align: left;
        }
        .tposin .one{
            top:-25px; left: 80px;
        }

        .tposin .two{
            top: 60px; left: -15px;
        }

        .tposin .three{
            top:60px; left: 225px;
        }

        .lgrsin .one{
            top:-25px; left: 75px;
        }

        .lgrsin .two{
            top:165px; left: 75px;
        }

        .tpov .one{
            top:-25px; left: 95px;
        }

        .tpov .two{
            top:0px; left:0px;
        }

        .tpov .three{
            top:40px; left: -25px;
        }

        .tpov .four{
            top:45px; left: 225px;
        }

        .dtocl .one{
            top:-25px; left: 75px;
        }

        .dtocl .two{
            top:75px; left: 225px;
        }
        .pages-header{
            width: 100%;
            min-height: 200px;
        }
        .panel-body{
            padding: 15px;
        }
        .eboletas .panel-heading{
            padding: 0 15px;
        }
        .eboletas .panel-title a {
            font-size: 1.714em;
        }
        .eboletas .panel-title .step,
        .step-indicator{
            width: 100px;
            margin: 0 15px 0 0;
        }
        .eboletas .nav-tabs li{
            width: auto;
            font-size: 1.286em;
            text-align: left;
        }
        .eboletas .nav-tabs>li>a{
            padding: 10px 15px;
        }
        .tab-p .checkbox span{
            width: auto;
            padding-left: 0;
        }
        .tab-p .text-muted{
            margin: 0;
        }
        .dl-boleta{
            width: auto;
            font-size: 1.286em;
        }
        .dl-boleta .icon {
            margin: 0 25px 0 0;
        }
        .eboletas .panel-body{
            padding:15px 0 50px 0;
        }
        .sex-group{
            float: righ;
        }
        .user-s{
            float: left;
            display: inline-block;
            margin: 0;
        }
        .user-bd-data{
            width: auto;
            font-size: 1.714em;
            text-align: left;
            margin: 5px 0 0 20px;
        }
        .triangle{
            left: 30px;
            margin: 0;
        }
        .box-icon{
            float: left;
            display: inline-block;
            width: 18%;
            margin: 140px 1% 0 1%;
        }
        .timeline-wrapp h4{
            position: absolute;
        }
        .timeline-wrapp{
            height: 450px;
        }
        .captcha-wrapp{
            width: 80%;
        } 
        .btn-search-light{
            width: auto;
            text-align: left;
        }
        .box-icon .item-tooltip{
            background: none;
        }
         .number-items{
            max-width: inherit;
        }
        .question-map .number-items span{
            line-height: 50px;
        }
        .download-box{
            width: 350px; height: 450px;
            margin: 15% 0 0 0; padding:4% 2%;
         }
         .button-wrap{
            margin: 50px 0 0 0; padding: 0;
        }
        .download-box .h1 span{
            font-size: 70%;
            line-height: 45px;
        }     
        .svmobile{
            width: 75%;
        }
        .sv-more-info{
            width: 215px;
            font-size: 1.429em;
            border-width: 2px;
        }
        .download-box .h1{
            line-height: 24px;
        }
        .button-wrap{
            margin-top: 0;
        }
        .svmobile-features .item-icon{
            width: 70px; height: 70px;
            background-size: 100%;
        }
        .svmobile-features h3{
            line-height: 70px;
        }    

/*acerca de - municipios - curso teorico*/
        .panel-acerca-de .panel-title {
            font-size: 1.714em;
        }   
        
        
        .button-expandir {
            right:10px;
            margin-right:10px;
        }

        .collapsed .button-expandir {
            right:10px;
            margin-right:10px;
        }
        
        .panel-acerca-de  .panel-heading .item-number  {
            font-size:1.714em;
        }

        .collapsed .panel-acerca-de  .panel-title .item-number{
            font-size:1.714em;
        }
        
        h2.subtitle-light {
        font-size: 2.143em;
        }
        
        h1.subtitle-light {
            font-weight:300;
            padding:0  15px 20px 0px;
            font-size: 1.786em;
        }
        
        p.interior-grey-wrap{
            font-size:1.28em;
            padding-top:10px;
        }
        
         .panel-acerca-de .panel-heading {
            padding:15px;
        }

        .right{
            float:right;
        }

        .filtro-contenedor{
            border-right:1px solid #CCC;
            margin-bottom:10px;
        }
            
        .links-abced{ 
            height: 60px;
            line-height: 60px;
            text-align:right;
            font-size:1.21em;
            font-weight:500;
            margin:10px 0px;
        }   
            
        .title-panel {
            font-weight:300;
        }       
        .collapsed .title-panel {
            font-weight: 300;
        }       
        
        
        
        /*===blog licencias BA===*/
        

        .masonry {
            margin: 1.5em 0;
            padding: 0 15px;
            font-size: 1em;
            -moz-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2;
        }

        .itemPost {
            display: inline-block;
            background: #fff;
            padding: 1em;
            margin: 0 0 1.5em;
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-shadow: 1px 1px 2px 0 #ccc;
            border:1px solid #CCC;
        }

        .msry {
            margin: 1.5em 0;
            padding: 0 15px;
            -moz-column-gap: 1.5em;
            -webkit-column-gap: 1.5em;
            column-gap: 1.5em;
            font-size: .85em;
            -moz-column-count: 2;
            -webkit-column-count: 2;
            column-count: 2;
        }


        .item-bl { 
            width: 44%;
            margin: 0 0 1.5em;
        }
           

        .item-bl.w2 {
            width: 44%;
            margin: 0 0 1.5em;
        }

        .sidebar-wrapper {
            margin: 1.5em 0;
            border-left: 1px solid #ccc;
            padding:0px 20px;
            border-bottom:none;
        }
        h2.sidebar-title {  
            color: #9aca3c;
            font-weight:300;
            font-size:1.286em;
        }


        ul.linkPost{    
            color:#333;
            font-weight:300;
            font-size:1em;
            list-style: none;
            padding: 0px;
        }
        

        ul.linkPost li a{    
            color:#333;
            font-weight:300;
            font-size:1em;
            display: inline-block;
            text-decoration: none;
            border-right:none;
        }
        
        ul.linkPost li {
            border-right: none;
            display: inline-block;
            padding: 15px 0px;
            border-bottom:1px solid  #ccc;
            
        }
        
        ul.linkPost li a:hover{ 
            color: #9aca3c;
        }
        .sidebar-banner150{
            height:150px;
            margin: 20px 0px;
            border:1px solid #CCC;
            display: block;
        } 
            
        .sidebar-banner200{
            height:200px;
            margin: 20px 0px;
            border:1px solid #CCC;
            display: block;
        } 
        
        .timeline-twitter{
            margin: 20px 0px;
            border:1px solid #CCC;
            display: block;
        }
        
        h2.page-subtitle{
            font-size:2.000em;
            font-weight:300;
            margin-bottom:35px;
        }
        
        
        
        /*landing page conductor designado*/
    
    
        .condesig-block{
            margin-top: 95px; 
        }
        
        .condesig-block-last{
            margin-top:0px; 
            background-position: 50% 0;
        }
        
        .page-datosprograma{
            background:none repeat scroll 0 0 rgb(235, 235, 235);
            padding:150px 0;
        }
        
        .intro-conductordesignado {
            background-image: url("../img/featured/img-conductordesignado-last.jpg");
            background-position: 50% 0;
            position: relative;
        }
        
        
        .page-close {
            background-image: url("../img/featured/img-conductordesignado-last.jpg");
            background-position: 50% 0;
            position: relative;
        }
        
        .wrap-intro{
            margin: 25% 0 6% 0; 
            
        }
        .wrap-intro h1{
            color:#FFF;
            font-size:3.750em;
            font-weight:300;
            text-align:center;
            margin:0;
        }
    
        
        a.pr-condesig{
            color:#FFF;
            font-size:2.143em;
            font-weight:300;
            margin:0 0 0 28%;
            text-transform:uppercase;
            text-decoration:none;
        }
        
        
        a:hover.pr-condesig{
            color:#f79959;
            text-decoration:none;
        }
        
        .wrap-intro .logo-condesignado {
            width:165px;
            margin:5% auto 0;
        }
        
        .drop-title-codesign{
            font-size:2.500em;
            font-weight:300;
            }

        .block-title-condesig{
            font-size:3.429em;
            font-weight:300;
            text-transform:uppercase;
        }
        

        h3.item-number-title{
            color:#666;
            font-size:1.429em;
        }
            
        .item-container{
            padding:0px;
        }   
        

            
        .line-separator-intem{
            height:10px;
            border-bottom:2px solid #666;
            display:block;
        }   

        .condesig-features h3.item-number-title{
            font-size:1.286em;
            margin-top:40px;
             height: 100px;
        }
            
        .line-separator-intem{
            height:10px;
            border-bottom:2px solid #666;
            margin-top:70%;
        }   

         .condesig-features{
            margin-top: 10%;
            padding: 0;
        }

        .condesig-features li{
            padding-bottom: 15px;
        }

        .condesig-features li p{
            padding: 30px 0px 20px 0px;
        }
        
        
        .condesig-list{
            margin: 0;
            padding: 40px 0 0 20px
        }

        

        .condesig-list li{
            list-style: none;
            list-style-position: outside;
        }

        .condesig-list li:before{
            content: '✔';   
            margin-left: -1.2em; 
            margin-right: .500em;
         }
         

         .iconcondesign{
            margin: 130px 0 0 -12px;
        }
        
        
        .condesign-more-info{
            width: 30%;
            font-size: 1.429em;
            border-width: 2px;
            text-decoration:none;
        }
        
        
        /*programa acciones concientizacion vial*/
    
    
        .wrap-intro-concien-vial{
            margin: 35% 0 6% 0; 
        }
        
        .wrap-intro-concien-vial h1{
            font-size:4.286em;
        }

        .wrap-intro-concien-vial h2{
            font-size:3.571em;
        }
        
        
        .drop-title-concien-vial{
            font-size:2.500em;
            font-weight:300;
            margin-bottom:30px;
        }

        .concien-vial-list{
            margin: 0;
            padding: 40px 0 0 20px
        }

        .concien-vial-list li{

            line-height:30px;
        }
                
        .concien-vial-list li:before{
            content: '✔';   
            margin-left: -1.2em; 
            margin-right: .500em;
        }
         
        .itemGraficaConcienVial {
            margin: 0 0 1.5em;
            height:auto;
        }

        .bj-grafica {
            font-size:1.429em;
            padding:30px 0;
        }

        .imgHover{
            left: 0;
            top: 0;
            width:100%;
            height:100%;
        }
       
        .imgHover:hover{ 
            line-height:200px;
        }
        
        .container-items-concien-vial{
            margin:60px 0;
        }
        .it-concien-vial{
            padding:0px;
        }
        
        .wrap-acciones-concien-vial .item-acciones{
             border-radius:70%;
             width:100px;
             height:100px;
             line-height:110px;
             font-size:4.286em;
        }
            
        .concien-vial-block {
            padding-top: 90px;
        }
        
            
        /*Descarga de manuales*/
    
    
        .wrap-intro-manuales{
            margin: 35% 0 6% 0; 
        }
        
        .block-title-manuales{
            font-size:2.500em;
        }   
        
        p.drop-title-manuales{
            font-size:1.143em;
            line-height:36px;
        }
        
         a.descarga-manual{
            height:450px;
            padding:20% 0;
        }
        
        .cont-desc-manual{
            margin:0;
        }
        .page-detail .col-right .lead-download{
            font-size: 2.143em;
            line-height: 1.4;
        }
        .page-detail .col-right .lead-download{
            margin: auto;
        }
        .mpl .hero-header h1{
            font-size: 3.429em;
        }
        .mpl .hero-header h2{
             font-size: 2.571em;
        }
        .btn-mpl{
            margin-top: 50px;
        }
              
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        .brand, .brand-inst{
            width: auto; height: 110px;
        }
         .navbar-licba{
            top: 110px;
        }
        .hero-header{
            padding-top: 20%; 
        }
        .hero-header h1{
            font-size: 2.571em;
            /*letter-spacing: -0.02em;*/
            line-height: 40px;
        }
        
        .test-block{
            background-image: url(../img/test_bg_md.jpg);
         }
        
        .form-wrapp{
            height: 560px;
            margin: 2% 0 0 0;
            border-bottom: 1px solid silver; 
         }

    }

    @media only screen and (min-width : 1368px) {
        .form-wrapp {
            margin: 5% 0 0 0;
         }
        .main-body .page-intro {
            padding: 250px 0 50px 0;
        }
        .main-body .sblock {
            padding: 50px 0;
            margin-top: 150px;
        }
        .page-elements .item-icon{
            background-size: 80%;
            height: 220px;
        }
        .page-elements .item-wrap{
            height: 270px;
        }
        .recomendations .article-title{
            font-size: 2.143em;
            line-height: 36px;
        }
        .bottom-menu{
            margin-top: -150px;
            padding-left: 15px;
            padding-right: 15px;
        }
        .access{
            height: 150px;
        }
        .access ul li {
            width: 20%;
            height: 150px;
            line-height: 115px;
        }
        .access .menu-link{
            height: 150px;
        }
        .access .item-desc{
            font-size: 1.143em;
            display: block;
            height: 55px;
        }
        .access .item-desc br{
            display: block;
        }
        .access i{
            font-size: 4.286em;
        }
        .main-body .sblock{
            padding:50px 0;
        }
        .download-box{
            width: 450px; height: 500px;
            margin: 22% 0 0 0; padding:4% 2%;
        }
        
    }

     @media only screen and (min-width : 1442px) {
        .sv-c .go-down{
            bottom: -100px;
        }
        .svmobile{
            width: 100%;
        }
        .sv-more-info{
            font-size: 1.714em;
            width: 255px;
        } 
     }

    /* Extra Large Devices, Wide Screens */
    @media only screen and (min-width : 1680px) {
        .hero-header{
             padding-top: 17.5%; 
        }
        .hero-header h1{
            font-size: 3.000em;
            /*letter-spacing: -0.02em;*/
            line-height: 48px;
        }
        .mpl .hero-header h1{
            font-size: 4.286em;
        }
        .mpl .hero-header h2{
             font-size: 3.429em;
         }
        .test-block{
            background-image: url(../img/test_bg_xl.jpg);
         }
        .route-block{
            background-image: url(../img/route_bg_xl.jpg);
         }
        .condesign-block {
            background-image: url("../img/condesign_bg_xl.jpg");
            padding-top: 11%;
        }
         .form-wrapp{
            height: 620px;
            margin: 10% 0 0 0; 
         }
         .main-body .sblock{
            padding:150px 0;
        }
        .form-wrapp .form-control, .form-control {
            height: 40px;   
        }
         .sv-c .go-down{
            bottom: -180px;
        }
        .page-detail .col-right .lead-download{
            font-size: 2.571em;
        } 
    }


/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}