  .label{
        display:none;
  }
  
  .left{
        width: 48%;
        float: left;
        margin-bottom: 20px;
  }
  
  .right{
        width: 48%;
        float: right;
        margin-bottom: 20px;
  }
  #e8a09324-8dec-4012-a0e7-da99e61be7fe > div:nth-child(13){
      text-align:center;
  }
  .enviar{
      color:white;
  }
  /* TEXT COLORS */
    .text-white {color: white;}

    /* BG COLORS */
    .bg-yellow{background:#eae546;}
    .bg-gray{background: #dedede;}

    /* SECTION SPACER */
    .spacer-section { padding: 30px 0;}



    /* MSCLICS PRICING STYLES */
        .panel.price,
        .panel.price>.panel-heading{
            border-radius:0px;
             -moz-transition: all .3s ease;
            -o-transition:  all .3s ease;
            -webkit-transition:  all .3s ease;
        }
        .panel.price:hover{
            box-shadow: 0px 0px 30px rgba(0,0,0, .2);
        }
        .panel.price:hover>.panel-heading{
            box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
        }
        
                
        .panel.price>.panel-heading{
            box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset;
            text-shadow:0px 3px 0px rgba(50,50,50, .6);
        }
            
        .price .list-group-item{
            border-bottom-:1px solid rgba(250,250,250, .5);
        }
        
        .panel.price .list-group-item:last-child {
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }
        .panel.price .list-group-item:first-child {
            border-top-right-radius: 0px;
            border-top-left-radius: 0px;
        }
        
        .price .panel-footer {
            color: #fff;
            border-bottom:0px;
            background-color:  rgba(0,0,0, .1);
            box-shadow: 0px 0px 3px rgba(0,0,0, .3);
        }
        
        
        .panel.price .btn{
            box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset;
            border:0px;
        }
        
    /* green panel */
    
        
        .price.panel-green>.panel-heading {
            color: #fff;
            background-color: #57AC57;
            border-color: #71DF71;
            border-bottom: 1px solid #71DF71;
        }
        
            
        .price.panel-green>.panel-body {
            color: #fff;
            background-color: #65C965;
        }
                
        
        .price.panel-green>.panel-body .lead{
                text-shadow: 0px 3px 0px rgba(50,50,50, .3);
        }
        
        .price.panel-green .list-group-item {
            color: #333;
            background-color: rgba(50,50,50, .01);
            font-weight:600;
            text-shadow: 0px 1px 0px rgba(250,250,250, .75);
        }
        
        /* blue panel */
    
        
        .price.panel-blue>.panel-heading {
            color: #fff;
            background-color: #608BB4;
            border-color: #78AEE1;
            border-bottom: 1px solid #78AEE1;
        }
        
            
        .price.panel-blue>.panel-body {
            color: #fff;
            background-color: #73A3D4;
        }
                
        
        .price.panel-blue>.panel-body .lead{
                text-shadow: 0px 3px 0px rgba(50,50,50, .3);
        }
        
        .price.panel-blue .list-group-item {
            color: #333;
            background-color: rgba(50,50,50, .01);
            font-weight:600;
            text-shadow: 0px 1px 0px rgba(250,250,250, .75);
        }
        
        /* red price */
        
    
        .price.panel-red>.panel-heading {
            color: #fff;
            background-color: #D04E50;
            border-color: #FF6062;
            border-bottom: 1px solid #FF6062;
        }
        
            
        .price.panel-red>.panel-body {
            color: #fff;
            background-color: #EF5A5C;
        }
        
        
        
        
        .price.panel-red>.panel-body .lead{
                text-shadow: 0px 3px 0px rgba(50,50,50, .3);
        }
        
        .price.panel-red .list-group-item {
            color: #333;
            background-color: rgba(50,50,50, .01);
            font-weight:600;
            text-shadow: 0px 1px 0px rgba(250,250,250, .75);
        }
        
        /* grey price */
        
    
        .price.panel-grey>.panel-heading {
            color: #fff;
            background-color: #6D6D6D;
            border-color: #B7B7B7;
            border-bottom: 1px solid #B7B7B7;
        }
        
            
        .price.panel-grey>.panel-body {
            color: #fff;
            background-color: #808080;
        }
        

        
        .price.panel-grey>.panel-body .lead{
                text-shadow: 0px 3px 0px rgba(50,50,50, .3);
        }
        
        .price.panel-grey .list-group-item {
            color: #333;
            background-color: rgba(50,50,50, .01);
            font-weight:600;
            text-shadow: 0px 1px 0px rgba(250,250,250, .75);
        }
        
        /* white price */
        
    
        .price.panel-white>.panel-heading {
            color: #333;
            background-color: #f9f9f9;
            border-color: #ccc;
            border-bottom: 1px solid #ccc;
            text-shadow: 0px 2px 0px rgba(250,250,250, .7);
        }
        
        .panel.panel-white.price:hover>.panel-heading{
            box-shadow: 0px 0px 30px rgba(0,0,0, .05) inset;
        }
            
        .price.panel-white>.panel-body {
            color: #fff;
            background-color: #dfdfdf;
        }
                
        .price.panel-white>.panel-body .lead{
                text-shadow: 0px 2px 0px rgba(250,250,250, .8);
                color:#666;
        }
        
        .price:hover.panel-white>.panel-body .lead{
                text-shadow: 0px 2px 0px rgba(250,250,250, .9);
                color:#333;
        }
        
        .price.panel-white .list-group-item {
            color: #333;
            background-color: rgba(50,50,50, .01);
            font-weight:600;
            text-shadow: 0px 1px 0px rgba(250,250,250, .75);
        }


        /* FONT-SIZES */
        /* 1em = 16px  */
        .fsize1{font-size: 1em;}
        .fsize2{font-size: 1.5em;}
        .fsize3{font-size: 2em;}
        .fsize4{font-size: 2.5em;}
        .fsize5{font-size: 3em;}
        .fsize6{font-size: 3.5em;}
        .fsize7{font-size: 4em;}

        /* BTN SPACERS */
        .btn-spacer-top {margin-top: 2.5%;}
        .btn-spacer-bottom {margin-bottom: 2.5%;}
        .btn-spacer-left {margin-left: 2.5%;}
        .btn-spacer-right {margin-left: 2.5%;}

@media (min-width:320px) and (max-width:500px) {
    
    .feature-icon{
      font-size: 60px !important;  
    }
}


body{
    font-family: 'Roboto-Regular';
    font-size: large;
}
h1,h2,h3,h4,h5,h6{
    font-family: ;
}
strong{
    font-family: 'Roboto-Bold';
}
.head {
    position: relative;
    z-index: 10
}

.logo {
    clear: both;
    padding: 9px 0;
}
.logo-xs {
    padding: 9px 3px 0px 8px;
}    
.logo-xs > a > img {
    max-width: 100px;
}
.top-right {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 20pt;
    padding: 20px 0
}

.top-right > a {
    color: #fff;
    font-size: 20pt;
    margin: 15px
}

.top-right > a:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.navbar-fixed-top {
    box-shadow: 0 5px 30px 0px #000;
    border: none;
    background: #0055a5;

}

.radios > input {
    margin-bottom: 15px;
    font-size: 12pt
}

.radios {
    font-size: 12pt
}

section#banner {
    padding-top: 92px;
    box-shadow: 0px 2px 20px;
}

.banner {
    background: url("../images/banner.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment:fixed;
}

#bg-1 {
    background: url("../images/52.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#bg-2 {
    background: url("../images/62.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#bg-3 {
    background: url("../images/82.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.ct{
    color:#0055a5;
}
/*Table*/
table.creditoexpress {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 350px;
  border-color:#0055a5;
}

table.creditoexpress tr td {
  border-right: 1px solid #0055a5;
  border-bottom: 1px solid #0055a5;
  padding: 5px;
 }
table.creditoexpress td{
  border-top-color: #0055a5 !important;
}

table.creditoexpress tr td:first-child {
  border-left: 1px solid #0055a5;
}

/* top-left border-radius */
table.creditoexpress tr:first-child td:first-child {
  border-top-left-radius: 6px;
}

/* top-right border-radius */
table.creditoexpress tr:first-child td:last-child {
  border-top-right-radius: 6px;
}

/* bottom-left border-radius */
table.creditoexpress tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
table.creditoexpress tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

.min-w {
    min-width: 45px;
    margin: 0 auto;
}
.texto-slider {
    margin: 130px 0;
}

.title {
    text-transform: uppercase;
    font-size: 18pt;
    color: #000;
    line-height: 1.5;
}

.img-container{
    position: relative;
    top: 40px;
    left: 5px;
    margin: 0 auto;
}
.img-custom{
    position: relative;
    top: -60px;
}
.img-r{
    max-width: 270px;
}

.img-box-services{
    position: relative; 
    top: 20px;
}
.box-services{
    background:#fff;
    min-height: 296px;
    padding: 25px 5px 5px 5px; 
    border-radius: 2px;
}
.box-services > ul >li {
    font-size: large;
}

#contact-form {
    max-width: 330px;
    color: #000;
    padding: 45px 30px 5px;
    margin: auto;
    clear: both;
    background: rgba(255,255,255,.65);
    border: 10px solid #dedc1c;
    
}

.title-form {
    padding: 10px;
    font-size: 17pt;
    font-weight: 600;
    text-align: center;
}

.form-control {
    height: 30px;
}

.input-group{
    width: 100%;        
}
.form-control {
    /*border-radius: 5px !important;*/
    border: none;
    color: #fff;
    font-weight: bold;
    background: #76aadb;
}

label {
    cursor: pointer
}

::-webkit-input-placeholder {
   color: #fff !important;
} 

.modal {
    top: 18%
}

.modal-header {
    padding: 5px 10px
}

.close {
    font-size: 22pt;
    color: #0055a5;
    opacity: 1
}

.modal-content {
    background: rgb(255,255,255);
    border: 10px solid #dedc1c;
    color:#0055a5;
}

.modal-body.content-popup > #Formu > .btn-send {
    background-color: #0055a5 !important;
    color: #fff !important;
    font-weight: 600;
    border: none
}

.btn-warning {
    background-color: #0055a5 !important;
    color: #ffffff !important;
    font-size: medium;
    font-weight: bold;
    border: none;
    box-shadow: 0px 2px 5px #000;
}
 
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    background: #0055a5 !important;
    color: #ffffff !important;
}

.btn-success,.btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color:#0055a5 !important;
    font-weight: bold;
    border:none;
}


.btn-banner{
    font-size: x-large;
}


.copyright,
.copyright > a {
    font-size: 13pt;
    color: #FFFFFF;
    padding: 5px 0;
    text-decoration: none;
    /*font-weight: bold;*/
}

.item-footer, .item-footer a {    
    padding: 20px 0 0 0;
    color: #fff;
    text-decoration: none;
}
.footer {
    background:#fff;
}

.bg-bottom-menu {
    background: #0055a5;
}

div#bottomNav div a {
    color: white;
    font-size: 23pt;
   /* padding: 6px 28px;*/
}

div#bottomNav div {border-right: 1px solid #fff;box-shadow: inset 0px 0px 91px rgba(0, 0, 0, 0.23);}

div#bottomNav div:last-child {
    border: none;
}

/*scrollbar*/

::-webkit-scrollbar {
    width: 8px;
    background: rgb(218, 218, 218);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

::-webkit-scrollbar-thumb {
    background: #fae601;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2)
}

::-webkit-scrollbar-thumb:hover {
    background: #0055a5;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 10px
}
.section-description p {
    font-size: 10pt;
}
.section-description h3 {
    font-size: 12pt;
}

@media (max-width: 480px) {

    .copyright, .copyright > a {
    margin-bottom: 48px;
    }
    .img-r{
        max-width:100px;
    }
    .fsize2 {
    font-size: 1em;
    }
    .banner {
    background-attachment:scroll !important;
}
.img-custom {
    position: relative;
    top: -10px;
}

}

/*List inline for logos and others use with list-inline class in ul list*/
.items-inline > li {
    padding: 0 35px;
}

#sidebar-wrapper {
    margin-right: -250px;
    right: 0;
    width: 250px;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1100!important;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
  }

  .sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sidebar-nav li {
    line-height: 50px;
    text-indent: 20px;
  }

  .sidebar-nav li a {
    color: #999999;
    display: block;
    text-decoration: none;
  }

  .sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255,255,255,0.2);
    text-decoration: none;
  }

  .sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
  }

  .sidebar-nav > .sidebar-brand {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
  }

  .sidebar-nav > .sidebar-brand a {
    color: #999999;
  }

  .sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
  }

  #menu-toggle {
    top: 0;
    right: 0;
    position: fixed;
    z-index: 1;
  }

  #sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    z-index: 5;
  }

  .toggle {
    margin: 5px 5px 0 0;
  }

  .color-theme{

  color: #009BDB;
}

.color-theme-background{

  background-color: #009BDB;
}


.wizard > .content {
    background: #eee !important;
    display: block !important;
    margin: 0.5em !important;
    min-height: 24em !important; 
    overflow: hidden !important;
    position: relative !important;
    width: auto !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.wizard .content > .body {
    width: 100% !important;
    height: auto !important;
    padding: 15px !important;
    position: relative !important;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #ff8c00 !important;
    color: #fff !important;
    cursor: default !important;
    font-size: initial !important;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: rgba(255, 140, 0, 0.59) !important;
    color: #fff !important;
    font-size: initial !important;
}

.wizard.vertical > .steps{
    display: none !important;
}

.wizard.vertical > .content {
    display: inline !important;
    float: left !important;
    width: 94.5% !important;
}
.wizard, .tabcontrol {
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    background: #eeeeee !important;
    border-radius: 5px !important;
}
.wizard > .content > .body label {
    display: inline-block !important;
    margin-bottom: 0.5em !important;
    margin-top: 5px !important;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #ff8c00 !important;
    color: #fff !important;
    display: block !important;
    padding: 0.5em 1em !important;
    text-decoration: none !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.wizard.vertical > .steps {
    display: none !important;
}
