﻿.content-box1,
      .content-box2 {
        position: relative;
      }
      .content-box2 {
        margin-top: 30px;
      }
      .header-box {
        min-height: 110px;
      }
      .title-section {
        padding-bottom: 10px;
        border-bottom: 1px solid #ebe7e8;
        margin-bottom: 30px;
      }
      .btn-correntista {
        background-image: url('../img/sprite-icone-button.png');
        background-repeat: no-repeat;
        background-position: 50px 11px;
        background-color: #ececee;
        padding: 15px 50px;
        padding-left: 115px;
        text-align: left;
        border: none;
        border-radius: 5px;
        color: #656565;
        display: inline-block;
      }
      .btn-correntista:hover {
        background-position: 50px -171px;
        background-color: #3378b9;
        color: #fff;
        text-decoration: none;
      }
      .correntista {
        margin-right: 40px;
      }
      .nao-correntista {
        background-position: 50px -83px;
      }
      .nao-correntista:hover {
        background-position: 50px -267px;
      }
      .btn-sm {
        background-image: url('../img/setas-btn.png');
        background-color: #ececee;
        background-repeat: no-repeat;
        background-position: 12px 9px;
        padding: 10px 20px;
        text-align: center;
        border: none;
        border-radius: 5px;
        color: #656565;
      }
      .btn-sm:hover {
        background-color: #3378b9;
        background-position: 12px -81px;
        color: #fff;
        text-decoration: none;
      }
      .btn-sm.voltar {
        float: right;
        margin-right: 20px;
        padding-left: 40px;
      }
      .btn-sm.enviar {
        float: right;
        background-color: #3378b9;
        background-position: 66px -181px;
        color: #fff;
        padding-right: 40px;
        margin-top: 30px;
      }
      .btn-sm.enviar:hover {
        background-color: #0B4780;
      }
      .botoes {
        margin-top: 40px;
      }
      .text-md {
        width: 70%;
        float: left;
      }
      .form-seguro {
          max-width: 700px;
      }
      .form-seguro .form-item {
        background-image: url('../img/sprite-icone-form.png');
        background-repeat: no-repeat;
        background-position: 8px 18px;
        padding: 20px;
        padding-left: 40px;
        margin: 10px;
        margin-bottom: 0;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
      }
      .form-seguro .form-item.email {
        background-position: 8px -80px;
      }
      .form-seguro .form-item.cpf {
        background-position: 8px -180px;
      }
      .form-seguro .form-item.telefone {
        background-position: 8px -274px;
      }
      .form-seguro .autorizar {
        display: inline-block;
        margin-right: 10px;
      }
      .form-seguro .form-group {
        display: inline-block;
        margin:0;
        margin-right: 10px;
      }
     .validate {
        margin-bottom: 15px !important;
     }
    .validate.alert{
        width: 232px;
        margin-left: 10px;
        margin-top: -4px;
    }


     @media (max-width: 768px) {
        .botoes{
            width: 100%;
            padding: 0 10px;
        }
        .btn-correntista{
            width: 100%;
        }
        .correntista{
            margin-bottom: 20px;
        }
        .form-group{
            margin: 0;
        }
     }
    @media (min-width: 769px) and (max-width: 991px) {

    }