@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,700');


@font-face {
font-family: 'Myriad Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Regular'), url('//cdn2.hubspot.net/hubfs/1794060/fonts/MYRIADPRO-REGULAR.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Condensed'), url('//cdn2.hubspot.net/hubfs/1794060/fonts/MYRIADPRO-COND.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Semibold Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Semibold Italic'), url('//cdn2.hubspot.net/hubfs/1794060/fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Semibold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Semibold'), url('//cdn2.hubspot.net/hubfs/1794060/fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Condensed Italic'), url('//cdn2.hubspot.net/hubfs/1794060/fonts/MYRIADPRO-CONDIT.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Italic'), url('//cdn2.hubspot.net/hubfs/1794060/fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Bold Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Condensed Italic'), url('//cdn2.hubspot.net/hubfs/1794060/fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Bold Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Condensed'), url('//cdn2.hubspot.net/hubfs/1794060/fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Bold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold'), url('//cdn2.hubspot.net/hubfs/1794060/fonts/MYRIADPRO-BOLD.woff') format('woff');
}


body{
	font-family: 'Myriad Pro Regular';
	margin:0;
	padding:0;
}

.container-fluid{
    padding:0;
    margin:0;
}

.header{
    background:#dee3ed;
    padding:10px 0;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom:4px solid #ffb70e;
}

.navbar-brand{
    padding:0;
    margin:0 !important;
    height: 80px;
}

.navbar-header{
    margin:0;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    border-color:#000000;
    background:#000000;
}

.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar{
    background-color:#ffffff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color:transparent;
}

.navbar-nav{
    padding:12px 0;
}

.navbar-nav li a{
    color:#000000 !important;
    font-weight: 500;
    font-size:16px;
}

    .navbar-nav li a:hover{

    }

.blue-shadow{
    background:url(https://cdn2.hubspot.net/hubfs/1794060/bicheque/bicheque-bg-blue.png) center top no-repeat transparent;
    background-size:cover;
    position: absolute;
    bottom:0;
    width:100%;
    height:300px;
    overflow:hidden;
}

.banner{
    background-size:cover !important;
    overflow: hidden;
    position: relative;
}

    .banner .col-md-12{
        height:600px;
        z-index: 999999
    }

    .banner h1{
        font-size:60px;
        line-height: 68px;
        color:#ffffff;
        max-width:600px;
        padding-bottom:10px;
        border-bottom:5px solid #ffb70e;
        position: absolute;
        right:0;
        bottom:40px;
        text-align: center;
        font-weight: bold;
    }

.container{
	max-width:960px;
}

.padding-10{
    padding-top:15px;
    padding-bottom:15px;
}

.padding-20{
    padding-top:20px;
    padding-bottom:20px;
}

.padding-40{
    padding-top:40px;
    padding-bottom:40px;
}

.padding-60{
    padding-top:60px;
    padding-bottom:60px;
}

.padding-80{
    padding-top:80px;
    padding-bottom:80px;
}

.padding-100{
    padding-top:100px;
    padding-bottom:100px;
}

.bg-skye{
    background:#dee3ed;
}

.bg-blue{
    background:#005483;
}

p,ul,ol{
    font-size:20px;
    line-height: 24px;
    margin-bottom: 20px;
}

ul,ol{
    margin-bottom: 60px;
}

.col-md-12 ul {
  list-style: none;
}


.col-md-12 li::before {
  background-color: #005483;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 10px;
  width: 10px;
}

.navbar-collapse ul li{
    background-color:transparent;
}

    .navbar-collapse ul li::before{
        display:none;
    }

    .navbar-collapse ul li a{
        color:#2c7198 !important;
        font-size:14px !important;
        padding:10px;
    }

        .navbar-collapse ul li a:hover{
            color:#005484 !important;
        }


    .navbar-collapse ul li.request-credit-card{
        margin-top:0 !important;   
        margin-left:10px;
    }

        .navbar-collapse ul li.request-credit-card a{
            background:#2c7198 !important;
            color:#ffffff !important;
        }

            .navbar-collapse ul li.request-credit-card a:hover{
                background:#005484 !important;
                color:#ffffff !important;
            }

p b{
    color:#5d5d5d;
}

p a{
    color:#005484;
    font-weight: 500;
}

img{
    max-width:100%;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
    font-weight: bold;
}

h2{
    line-height: 50px;
    font-size: 48px;
	margin-bottom: 20px;
    color:#005484;
}

h3{
	line-height: 32px;
    font-size: 28px;
    margin-bottom:20px;
    color:#005484;
}

h4{
	line-height: 26px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom:20px;
    color:#005484;
}

h6{
    line-height: 20px;
    font-size: 16px;
    margin-top:0;
    padding-bottom:10px;
    color:#ffca12 !important;
}

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

.social-media-footer ul{
    list-style-type:none;
    display: flex !important;
    justify-content: center;
    padding:0;
    margin-top:20px;
    margin-bottom: 0;
}

.social-media-footer ul li a{
    text-decoration: none;
    color: #ffffff;
    width: 29px;
    height: 29px;
    text-indent: -99999px;
    border-radius: 50%;
    margin: 0 10px;
    float: left;
}

.icon-fb{
    background-image:url(https://blog.corporacionbi.com/hubfs/bicredit/BiCredit%20Jun17/Icono_Fb-1.png?t=1525103918405);
}

.icon-tw{
    background-image:url(https://blog.corporacionbi.com/hubfs/bicredit/BiCredit%20Jun17/Icono_Twitter-1.png?t=1525103918405);
}

.icon-yt{
    background-image:url(https://blog.corporacionbi.com/hubfs/bicredit/BiCredit%20Jun17/Icono_YouTube.png?t=1525103918405);
}

.icon-link{
    background-image:url(https://blog.corporacionbi.com/hubfs/bicredit/BiCredit%20Jun17/Icono_LinkedIn-1.png?t=1525103918405);
}

.icon-in{
    background-image:url(https://blog.corporacionbi.com/hubfs/bicredit/BiCredit%20Jun17/Icono_Instagram-1.png?t=1525103918405);
}

.request-credit-card{
    margin-top:10px;
    max-width: 260px;
    float:right;
}

    .request-credit-card a {
        padding: 15px 10px;
        text-align: center;
        display: block;
        border: 2px solid #ffffff;
        border-radius: 5px;
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        line-height: 20px;
        margin:0 auto;
    }

        .request-credit-card a:hover{
            color:#1F285D;
            background:#ffffff;
        }

.wpcf7-form{
	background:none #ffffff;
	padding:25px 25px 0px 25px;
	overflow: hidden;
}

.wpcf7-form p{
	margin-bottom: 0;
}

.wpcf7-form label{
	width:100%;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: 1px solid #8095a8;
    padding: 9px 10px 10px 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 19px;
    width: 100%;
    height: 43px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    color: #595959;
    background-color: #ffffff;
    border-color: #d7d7d7;
}

.wpcf7-submit{
    margin: 0;
    width: 100%;
    height: 55px;
    box-sizing: content-box;
    line-height: 22px;
    font-size: 18px;
    font-weight: 800;
    border-radius: 0px;
    padding:0;
    border:none;
    margin-bottom: 5px !important;
    margin-top:10px !important;
}

.wpcf7-submit {
    background-color: #ffca12;
    color: #ffffff;
}

.wpcf7-submit:hover {
    background-color: #000000;
}

.wpcf7-submit {
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	margin-bottom:25px;
	margin-top:0px;
}

.wpb_single_image .vc_figure,
.wpb_single_image .vc_single_image-wrapper,
.wpb_single_image img{
	width:100% !important;
}

.wpb_single_image.vc_align_center img{
    width:auto !important;
}

.show-web{
    display:block;
}

.show-mobile{
    display:none;
}

/*HOME STYLES*/
.bi-backup{
    background-color:#dee3ed;
    padding:36px 36px 5px 36px;
    text-align: center;
    margin-top:40px;
}

    .bi-backup img{
        margin-bottom: 20px;
    }

p span{
    color:#005484;
    font-weight: bold;
}

.bg-tip{
    background:url(https://cdn2.hubspot.net/hubfs/1794060/bicheque/tip-tarjeta.jpg) center center no-repeat transparent;
    background-size:cover;
    border-bottom:4px solid #ffb70e;
    overflow: hidden;
}

    .bg-tip *{
        color:#ffffff;
        text-align:justify;
    }

    .bg-tip p span{
        color:#ffb70e;
        font-weight: bold;
    }

.blue-block{
    background-size:cover !important;
    position: relative;
    overflow: hidden;
    height:260px;
}

    .blue-block img{
        max-width: 100%;
        width: 100%;
        float: left !important;
        margin: 0 0 20px 0 !important;
        -webkit-transition: opacity 1s,-webkit-transform 1s;
        transition: opacity 1s,transform 1s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    .blue-block:hover img{
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1);
        transform: scale3d(1.1,1.1,1);
    }

    .blue-block p{
        color:#ffffff;
        text-align: center;
        padding:0 10px;
        position: absolute;
        z-index: 999999;
        bottom:0px;
        width: 100%;
    }

    .blue-block .blue-shadow{
        background-position:center 40px;
    }

.debit-cards h4{
    margin-top:15px;
}

    .debit-cards h4:after{
        content:"";
        display:block;
        max-width:280px;
        border:2px solid #ffb70e;
        margin-top:5px;
    }

.bi-btn{
    background:#005483;
    color:#ffffff;
    border-radius:5px;
    padding:5px 10px;
}

    .bi-btn:hover{
        color:#ffffff;
        text-decoration:none;
    }

.debit-cards .col-md-1{
    margin-top:60px;
}

.debit-cards .col-md-1 img{
    margin-top:20px;
    cursor: pointer;
}

.debit-cards .col-md-11 .row{
    margin-top:40px;
}

.img-opacity{
    opacity:0.6;
}

.inner-debit-card{
    position: relative;    
}

    .img-active:after{
        content:"";
        display:block;
        width:3px;
        background:#ffb70e;
        float:right;
        height: 30px;
        margin-right: -16px;
        margin-top: 22px;
    }

.col-md-11 .row{
    display:none;
}

.bicheque-form{
    background:#e5e5e5;
    border-top:4px solid #ffb70e;
    padding:30px 30px 10px 30px;
}

    .bicheque-form .hs-form-field label{
        margin-bottom:0 !important;
    }

        .bicheque-form .hs-form-field label span{
            color:#345580;
            font-size:14px;
        }
        
.hs-fieldtype-radio{
    margin-bottom:0 !important;
}

.actions{
    padding:0 !important;
}
        
input.hs-input, textarea.hs-input{
    border-radius:10px !important;
    border:0 !important;
    outline:none !important;
    padding:10px 15px !important;
    box-shadow:none !important;
    color:#e5e5e5;
}

select{
    border-radius:10px !important;
    border:0 !important;
    outline:none !important;
    width: 100% !important;
    height: 36px !important;
    color:#e5e5e5;
}

.hs-form-radio-display span{
    color:#4d4d4d !important;
}

.hs-button{
    background: #005483 !important;
    border-radius: 10px !important;
    outline: none !important;
    border: none !important;
    color: #ffffff !important;
    width: 100px;
    display: block !important;
    margin: 0 auto !important;
    border: 0 !important;
    font-size: 16px !important;
    padding: 15px 15px !important;
}

.beneficios-tarjeta .bi-backup-container{
    position:relative;
    overflow:hidden;
    border-bottom: 4px solid #ffb70e;
}

/*.beneficios-tarjeta .blue-block:hover{
    transform: scale(1.1);
    transition: all .5s;
    cursor:pointer;
}

.beneficios-tarjeta .blue-block:hover p{
    transform: scale(0.9);
}*/
    
    .activar-tarjeta,
    .container-respaldo *,
    .debit-cards p{
        text-align:justify;
    }
    
    .beneficios-tarjeta h3{
        padding-left:20%;
        padding-right:20%;
    }

@media (max-width: 600px) {
    
    .blue-block{
        height: 220px;
    }
    
    .blue-block p{
        font-size:18px !important;
    }
    
    .beneficios-tarjeta h3{
        padding-left:0%;
        padding-right:0%;
    }

    .content-txt h2 a{
        font-size:14px !important;
    }

    #slider{
        height:200px !important;
    }
    
    .bg-tip{
        background-position: -50px 0;
        padding-top:300px;
        padding-bottom:0;
        background-size:250% !important;
    }
    
        .desc-content{
            background-color:#005484;
            text-align:center;
            padding:20px;
        }
    
    .switch{
        bottom:10px !important;
        display:none;
    }
    
    .slider .blue-shadow{
        display:none;
    }

    .col-md-12 li::before{
        margin-right: 4px;
        height: 6px;
        width: 6px;
    }
    
    .tarjeta-descripcion img{
        margin-bottom:20px;
    }
    
    .debit-cards .col-md-11 .row{
        text-align:center;
    }
    
        .debit-cards h4:after{
            margin: 5px auto !important;
        }
    
    .beneficios-tarjeta .padding-10{
        padding-top:0 !important;
        padding-bottom:0 !important;
    }
    
        .beneficios-tarjeta .blue-block{
            margin-top:20px;
        }

    .show-web{
        display:none;
    }

    .show-mobile{
        display:block;
    }

    .banner .col-md-12{
        height:200px;
    }
    
    .banner .blue-shadow{
        height: 120px;
    }
    
    .banner h1{
        font-size: 28px !important;
        line-height: 32px !important;
        width: 90%;
        left: 5%;
        right: 5% !important;
        bottom: 20px;
    }
    
    .content-txt{
        padding: 20px 20px 10px !important;
        bottom:-15px !important;
    }
    
    .content-txt h2{
        font-size: 18px !important;
        line-height: 20px !important;
    }

    h2 br,
    h3 br,
    h4 br{
        display: none;
    }

    h1{
        font-size: 40px !important;
        line-height: 48px !important;
        right:30px !important;
    }

    h2{
        line-height: 38px !important;
        font-size: 36px !important;
    }

    h3{
        line-height: 30px !important;
        font-size: 26px !important;
    }

    .col-md-12 ul{
        padding-left:0 !important;
        font-size:16px !important;
    }

    .col-md-6.padding-80{
        padding-top:0;
        padding-bottom:0;
    }

    .footer img,
    .request-credit-card{
        float:none !important;
        margin:0 auto;
    }

    .social-media-footer{
        margin-bottom:40px;
    }

    .navbar-collapse li{
        text-align: center;
        padding:5px 0;
    }

    .no-padding-20 .padding-20{
        padding-top:0;
        padding-bottom:0;
    }

    .bg-tip{
        margin:0 15px;
    }

        .bg-tip *{
            text-shadow: 2px 2px 4px rgba(10,10,10,1);
        }

    .img-active:after{
        content:"";
        display:block;
        width:100%;
        background:#ffb70e;
        height: 2px;
        margin-bottom: -16px;
        margin-top: 22px;
        float:none;
    }

}































/* Slider */
#slider{
  width:100%;
  height:600px;
  position:relative;
  overflow:hidden;
}
@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides{
  width:400%;
  height:100%;
  position:relative;
  -webkit-animation:slide 30s infinite;
  -moz-animation:slide 30s infinite;
  animation:slide 30s infinite;
}
.slider{
  width:25%;
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.slide img{
  width:100%;
  height:100%;
}
.slide img{
  width:100%;
  height:100%;
}
.image{
  width:100%;
  height:100%;
}
.image img{
  width:100%;
  height:100%;
}

/* Legend */
.legend{
  border:500px solid transparent;
  border-left:800px solid rgba(52, 73, 94, .7);
  border-bottom:0;
  position:absolute;
  bottom:0;
}

/* Contents */
.content{
  width:100%;
  max-width:940px;
  height:100%;
  position:relative;
  margin:0 auto;
  overflow:hidden;
  z-index:99999;
}
.content-txt{
  max-width:520px;
  height:auto;
  float:left;
  position:relative;
  /*-webkit-animation:content-s 7.5s infinite;
  -moz-animation:content-s 7.5s infinite;
  animation:content-s 7.5s infinite;*/
  background:rgba(2,83,131,0.4);
  position: absolute !important;
  bottom: 80px;
  padding:25px 40px;
}
.content-txt h1{
  font-family:Arial;
  text-transform:uppercase;
  font-size:24px;
  color:#fff;
  text-align:left;
  margin-left:30px;
  padding-bottom:10px;
}
.content-txt h2{
  font-family:arial;
  font-weight:normal;
  font-size:28px;
  line-height:30px;
  font-weight:bold;
  color:#fff;
  text-align:left;
}
.content-txt h2 a{
    background:#ffb70e;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    display: table;
    font-size: 18px;
    margin-top: 15px;
}

/* Switch */
.switch{
  width:120px;
  height:10px;
  position:absolute;
  bottom:50px;
  z-index:99;
  left:30px;
  left: 50%;
  margin-left: -60px;
}
.switch > ul{
  list-style:none;
}
.switch > ul > li{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#dee3ed;
  float:left;
  margin-right:5px;
  cursor:pointer;
}
.switch ul{
  overflow:hidden;
}
.on{
  width:100%;
  height:100%;
  border-radius:50%;
  background:#ffffff;
  position:relative;
  -webkit-animation:on 30s infinite;
  -moz-animation:on 30s infinite;
  animation:on 30s infinite;
}

/* Animation */
@-webkit-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@-moz-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}

@-webkit-keyframes content-s{
  0%{left:-520px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-520px;}
  90%{left:-520px;}
  100%{left:-520px;}
}
@-moz-keyframes content-s{
  0%{left:-520px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-520px;}
  90%{left:-520px;}
  100%{left:-520px;}
}
@keyframes content-s{
  0%{left:-520px;}
  10%{left:20px;}
  15%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-520px;}
  90%{left:-520px;}
  100%{left:-520px;}
}

@-webkit-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@-moz-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}


.contenido-blog {
    max-width: 1000px;
    margin: 0 auto !important;
    float: none !important;
}

.content-categorias h2 {
  font-size: 24px !important;
}

.content-categorias h3 {
  font-size: 18.73px !important;
}

.content-categorias p, .content-categorias ul, .content-categorias ol {
  font-size: 16px !important;
  line-height: normal !important;
}

.title-landing{
    color:#30558b;
    text-transform:uppercase;
    margin-top:0;
}

.form-landing p, .form-landing ol, .form-landing ul {
    color: #808184 !important;
    line-height: 20px !important;
    font-size: 16px !important;
}

.title-landing h1{
    text-align: center;
    font-size: 1.750em;
    margin: 0;
    min-height: 60px;
    padding-top: 24px;
}

.form-landing .hs-form-field{
  margin-bottom:10px;
}

.form-landing .hs-form-field label{
  color:#5d5d5d;
  margin-bottom:8px;
  display:block;
  font-size:17px;
  font-weight:700;
}

.form-landing .hs-form-field label.hs-form-radio-display{
  font-weight:500;
}

.form-landing .hs-form-field .hs-input{
  width: 100%;
  border:1px solid #838383 !important;
  color:#808184;
  margin-top: 0px;
  margin-bottom:10px;
  border-radius:5px;
  padding:10px;
  font-size:17px !important;
}

.form-landing .hs-button{
  border-radius: 5px !important;
  border: 3px solid #efc131 !important;
  background: #efc131 !important;
  padding: 8px 18px !important;
  font-size: 20px !important;
  font-weight: 700;
  margin-top:0px !important;
  text-decoration:none;
  float:left;
}

.form-landing .hs-button:hover{
  opacity: 0.9;
  filter: alpha(opacity=90);
  cursor: pointer;
}

.form-landing .hs_email{
  width:100% !important;
}