html, body{
    width: 100%;
}
body{
    padding-top: 80px;
    background-color: #fff;
}
p, a, h1, h2, h3, h4, h5, h6, li, small, span, label, font, input, button, textarea, select{
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}
.bloco{
    width: 100%;
}

.navbar{
    background-color: #fff;
    min-height: 80px;
    box-shadow: none;
    border-bottom: 4px solid #ff913a;
}
.navbar-default .navbar-header{

}
.navbar-default .navbar-header .navbar-brand{
    padding-top: 6px;
}
.navbar-default .navbar-header .navbar-brand .svg{
    margin-top: 6px;
    width: 190px;
}
.navbar-nav{
    margin-top: 25px;
}

.navbar-default .navbar-nav > li{
    margin: 0 14px;
    padding: 2px 0;
}
.navbar-default .navbar-nav > li > a{
    margin: 0px;
    padding: 1px 2px;
    color: #4d4d4d !important;
    font-size: 15px;
    font-weight: 400;
    transition: .2s;
}
.navbar-default .navbar-nav > li.btn-corretor > a{
    color: #ff913a !important;
    font-weight: 500;
}
.navbar-default .navbar-nav > li.btn-cotador{
    padding: 0px;
}
.navbar-default .navbar-nav > li.btn-cotador > a{
    color: #fff !important;
    background-color: #ff913a;
    text-transform: uppercase;
    padding: 2px 14px;
    letter-spacing: 0.04em;
    border-radius: 4px;
    border: 1px solid #ff913a;
}
.navbar-default .navbar-nav > li.btn-cotador > a:hover{
    opacity: 1 !important;
    background-color: transparent;
    color: #ff913a !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
    opacity: 0.7;
    transition: .2s;
}

.navbar-nav > li > .dropdown-menu{
    background-color: #b61315;
    color: #fff;
    border-radius: 0;
    padding: 0px;
    min-width: 190px;
    left: -10px;
    top: 40px;
}
.navbar-nav > li > .dropdown-menu a{
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #cc1517;
}
.navbar-nav > li > .dropdown-menu a:hover{
    background-color: #cc1517;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
    background-color: transparent;
}
.navbar-default .navbar-nav > li.dropdown span{
    color: #b61315;
}


.navbar-toggle{
    margin-top: 15px;
    border: none;
    border-color: #fff !important;
    background-color:  #ff913a; 
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff !important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
    background-color:  #ff913a;
    opacity: 0.9;
}
.navbar-default .navbar-collapse{
    border: none;
    text-align: center;
    box-shadow: none;
}
.navbar-default .navbar-collapse .navbar{
    margin-top: 5px;
}

.navbar-default .container{
    position: relative;
    min-height: 80px;
}
.navbar-default .container .zero-oitocentos{
    position: absolute;
    background-color: #ff913a;
    right: 15px;
    bottom: 0px;
    transform: translateY(100%);
    text-align: center;
    padding: 7px 20px;
    padding-bottom: 5px;
    border-radius: 0 0 15px 15px;
}
.navbar-default .container .zero-oitocentos h4{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 1em;
}
.navbar-default .container .zero-oitocentos a{
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
}
.navbar-default .container .zero-oitocentos a:hover{
    opacity: 0.7;
}


.index#banner{
    background-color: #e9e9e9;
    padding-top: 10px;
    overflow: hidden;
    position: relative;
}
.index#banner:before{
    background-image: url('../img/bg-elemento-logo-banner.png');
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    position: absolute;
}
.index#banner .imagem{

}
.index#banner .imagem img{
    
}
.index#banner .texto{
    position: relative;
}
.index#banner .texto .vertical-align{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.index#banner .texto .font-orange{
    color: #ff913a !important;
}
.index#banner .texto h2{
    color: #666666;
    font-size: 38px;
    letter-spacing: 0.035em;
    font-weight: 600;
    line-height: 1.35em;
    margin-bottom: 27px;
}
.index#banner .texto h3{
    margin-bottom: 45px;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 0.04em;
    color: #666666;
    font-weight: 300;
}
.index#banner .texto h3 b{
    font-weight: 600;
}
.index#banner .texto a.btn-contrate-agora{
    background-color: #58b13e;
    border: 1px solid #58b13e;
    border-radius: 20px;
    padding: 3px 22px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
    text-decoration: none;
    transition: .2s;
}
.index#banner .texto a.btn-contrate-agora b{
    font-weight: 600;
}
.index#banner .texto a.btn-contrate-agora:hover{
    background-color: transparent;
    color: #58b13e;
    transition: .2s;
}

.index#banner .texto .circle-valor{
    text-align: center;
    display: inline-block;
    position: relative;
    transform: rotate(12deg);
    position: absolute;
    right: -20px;
    bottom: -20px;
}
.index#banner .texto .circle-valor:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 155px;
    height: 155px;
    background-color: #ff913a;
    border-radius: 155px;
    z-index: 9;
}
.index#banner .texto .circle-valor p{
    color: #ffffff;
    font-size: 15px;
    position: relative;
    z-index: 10;
    text-shadow: 2px 0 0 #ff913a, -2px 0 0 #ff913a, 0 2px 0 #ff913a, 0 -2px 0 #ff913a, 1px 1px #ff913a, -1px -1px 0 #ff913a, 1px -1px 0 #ff913a, -1px 1px 0 #ff913a;;
}
.index#banner .texto .circle-valor p.a-partir{
    text-align: center;
    margin-bottom: -1px;
    font-size: 17px;
}
.index#banner .texto .circle-valor h5{
    color: #ffffff;
    font-weight: 700;
    font-size: 72px;
    line-height: 0.9em;
    margin-bottom: -2px;
    position: relative;
    z-index: 10;
    text-shadow: 2px 0 0 #ff913a, -2px 0 0 #ff913a, 0 2px 0 #ff913a, 0 -2px 0 #ff913a, 1px 1px #ff913a, -1px -1px 0 #ff913a, 1px -1px 0 #ff913a, -1px 1px 0 #ff913a;;
}
.index#banner .texto .circle-valor h5 span.sifrao{
    font-size: 17px;
    position: relative;
    top: -40px;
    font-weight: 500;
}
.index#banner .texto .circle-valor h5 span.centavos{
    font-size: 21px;
    font-weight: 500;
    position: relative;
    top: -35px;
}
.index#banner .texto .circle-valor h5 span.asterisco{
    color: #ff913a;
    font-size: 16px;
    margin-left: 2px;
    text-shadow: none;
    font-weight: 500;
    position: relative;
    top: -39px;
}
.index#banner .texto .circle-valor p.ao-mes{
    font-weight: 400;
    font-size: 12.5px;
}
.index#banner .texto .circle-valor p.ao-mes b{
    font-weight: 600;
}


.index#complemento-banner{
    margin-top: -45px;
}
.index#complemento-banner .defesa-banner{
    margin-bottom: 4px;
    margin-right: 15px;
}
.index#complemento-banner .defesa-banner p{
    color: #ff913a;
    font-size: 10.5px;

}
.index#complemento-banner .box{
    background-color: #ff913a;
    padding: 20px 24px;
    border-radius: 18px;
}
.index#complemento-banner .box .row{
    margin: 0 -15px;
}
.index#complemento-banner .box > .row > div{
    border-right: 1px solid #fff;
    padding: 0 25px;
}
.index#complemento-banner .box > .row > div:last-child{
    border: none;
}
.index#complemento-banner .box .item{

}
.index#complemento-banner .box .item .icon{
    padding-right: 20px;
    padding-left: 20px;
}
.index#complemento-banner .box .item .texto{
    padding-left: 0px;
    padding-top: 4px;
}
.index#complemento-banner .box .item .texto p{
    color: #ffffff;
    font-size: 13.5px;
    line-height: 1.4em;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.index#complemento-banner .box .item .texto p b{
    font-weight: 700;
    letter-spacing: 0.05em;
}

.titulo-bloco{
    margin-bottom: 40px;
}
.titulo-bloco h2.titulo{
    color: #666666;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}
.titulo-bloco h4.subtitulo{
    color: #808080;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.3em;
}
.titulo-bloco h4.subtitulo .font-orange{
    color: #ff913a;
}


.index#nossos-planos{
    padding-top: 45px;
    padding-bottom: 70px;
}
.index#nossos-planos .list-planos{
    padding: 0 20px;
    margin: 0 -25px;
}
.index#nossos-planos .list-planos .item{
    padding: 0 25px;
}
.index#nossos-planos .list-planos .item .box{
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(200,200,200,.32);   
    border-radius: 45px;
    position: relative;
    padding: 18px 28px;
    padding-bottom: 0px;
}
.index#nossos-planos .list-planos .item .box .svg.detalhe-borda{
    height: 48px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.index#nossos-planos .list-planos .item .box .svg.icon{
    width: 58px;
    margin-bottom: 10px;
}
.index#nossos-planos .list-planos .item .box h3{
    color: #808080;
    font-size: 26px;
    letter-spacing: 0.045em;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.15em;
    margin-bottom: 35px;
}
.index#nossos-planos .list-planos .item .box h3 b{
    font-weight: 600;
}
.index#nossos-planos .list-planos .item .box .valor{
    text-align: center;
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
}
.index#nossos-planos .list-planos .item .box .valor p{
    color: #ff913a;
    font-size: 15px;
}
.index#nossos-planos .list-planos .item .box .valor p.a-partir{
    text-align: left;
    margin-bottom: -1px;
}
.index#nossos-planos .list-planos .item .box .valor h5{
    color: #ff913a;
    font-weight: 700;
    font-size: 72px;
    line-height: 0.9em;
    margin-bottom: -2px;
}
.index#nossos-planos .list-planos .item .box .valor h5 span.sifrao{
    font-size: 17px;
    position: relative;
    top: -40px;
    font-weight: 500;
}
.index#nossos-planos .list-planos .item .box .valor h5 span.centavos{
    font-size: 21px;
    font-weight: 500;
    position: relative;
    top: -35px;
}
.index#nossos-planos .list-planos .item .box .valor p.ao-mes{
    font-weight: 400;
    font-size: 12.5px;
}
.index#nossos-planos .list-planos .item .box .valor p.ao-mes b{
    font-weight: 600;
}
.index#nossos-planos .list-planos .item .box a.btn-confira-agora{
    display: inline-block;
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(254,101,10,1) 0%, rgba(255,145,58,1) 100%);
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 20px;
    border-radius: 20px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: .2s;
    font-weight: 500;
    position: relative;
    bottom: -13px;
}
.index#nossos-planos .list-planos .item .box a.btn-confira-agora b{
    font-weight: 600;
}
.index#nossos-planos .list-planos .item .box a.btn-confira-agora:hover{
    border: 1px solid #fe650a;
    background: #fff;
    transition: .2s;
    color: #fe650a;
}


.index#nossos-parceiros{
    padding-top: 50px;
    padding-bottom: 45px;
    background-color: #f6f6f6;
}
.index#nossos-parceiros .titulo-bloco{
    margin-bottom: 50px;
}
.index#nossos-parceiros .carousel{
    margin-bottom: 50px;
    position: relative;
}
.index#nossos-parceiros .carousel .carousel-inner{

}
.index#nossos-parceiros .carousel .carousel-inner .item{
    padding: 0 40px;
}
.index#nossos-parceiros .carousel .carousel-inner .item .list-logos{
    margin: 0 -10px;
}
.index#nossos-parceiros .carousel .carousel-inner .item .list-logos > div{
    padding: 0 10px;
}
.index#nossos-parceiros .carousel .carousel-inner .item .list-logos .logo{
    position: relative;
    background-color: #fff;
    border-radius: 15px;
}
.index#nossos-parceiros .carousel .carousel-inner .item .list-logos .logo img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 75%;
    max-height: 70%;
}
.index#nossos-parceiros .carousel .carousel-control{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    opacity: 1;
    background-color: #ff913a;
    width: 18px;
    height: 18px;
    border-radius: 30px;
    padding: 0px;
    cursor: pointer;
    transition: .2s;
}
.index#nossos-parceiros .carousel .carousel-control:hover{
    opacity: 0.7;
    transition: .2s;
}
.index#nossos-parceiros .carousel .carousel-control.left{
    left: -10px;
}
.index#nossos-parceiros .carousel .carousel-control.right{
    right: -10px;
}
.index#nossos-parceiros .carousel .carousel-control .svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 5px;
}
.index#nossos-parceiros .conheca-planos{

}
.index#nossos-parceiros .conheca-planos p{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #666666;
    margin-bottom: 13px;
}
.index#nossos-parceiros .conheca-planos a.btn-faca-cotacao{
    border-radius: 20px;
    padding: 5px 28px;
    font-size: 16px;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    background: linear-gradient(90deg, rgba(254,101,10,1) 0%, rgba(255,145,58,1) 100%);
    color: #fff;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    transition: .2s;
}
.index#nossos-parceiros .conheca-planos a.btn-faca-cotacao b{
    font-weight: 600;
}
.index#nossos-parceiros .conheca-planos a.btn-faca-cotacao:hover{
    border: 1px solid #fe650a;
    background: transparent;
    color: #fe650a;
    transition: .2s;
}



.cotador#conteudo{
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #f6f6f6;
}

.cotador#conteudo .titulo-bloco{
    margin-bottom: 60px;
}
.cotador#conteudo .passos{
    margin-bottom: 45px;
    position: relative;
}
.cotador#conteudo .passos:before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 41px;
    width: 80%;
    height: 2px;
    background-color: #cccccc;
}
.cotador#conteudo .passos .row{

}
.cotador#conteudo .passos .row > div{
    
}
.cotador#conteudo .passos .passo{

}
.cotador#conteudo .passos .passo .circle{
    width: 82px;
    height: 82px;
    border: 2px solid #cccccc;
    background-color: #fff;
    position: relative;
    display: inline-block;
    border-radius: 40px;
    margin-bottom: 8px;
}
.cotador#conteudo .passos .passo .circle .svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
}
.cotador#conteudo .passos .passo h5{
    font-size: 14.5px;
    font-weight: 500;
    color: #b3b3b3;
    padding: 0 20px;
    line-height: 1.35em;
}

.cotador#conteudo .passos .passo.finalizado{

}
.cotador#conteudo .passos .passo.finalizado .circle{
    background-color: #aaaaaa;
    border-color: #aaaaaa;
}
.cotador#conteudo .passos .passo.finalizado h5{
    color: #aaaaaa;
}

.cotador#conteudo .passos .passo.atual{

}
.cotador#conteudo .passos .passo.atual .circle{
    background-color: #fe650a;
    border-color: #fe650a;
}
.cotador#conteudo .passos .passo.atual h5{
    color: #fe650a;
}


.cotador#conteudo .passos .passo.finalizado .circle .svg path,
.cotador#conteudo .passos .passo.finalizado .circle .svg line,
.cotador#conteudo .passos .passo.finalizado .circle .svg polygon,
.cotador#conteudo .passos .passo.finalizado .circle .svg circle,
.cotador#conteudo .passos .passo.finalizado .circle .svg rect,
.cotador#conteudo .passos .passo.atual .circle .svg path,
.cotador#conteudo .passos .passo.atual .circle .svg line,
.cotador#conteudo .passos .passo.atual .circle .svg polygon,
.cotador#conteudo .passos .passo.atual .circle .svg circle,
.cotador#conteudo .passos .passo.atual .circle .svg rect{
    fill: #ffffff !important;
}

.cotador#conteudo .box-formulario{
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 20px;
    padding: 30px 45px;
}

.cotador#conteudo .box-formulario h4{
    color: #fe650a;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 25px;
}

.cotador#conteudo .box-formulario#passo-cotador1{

}
.cotador#conteudo .box-formulario#passo-cotador1 .opcoes-tipo-plano,
.cotador#conteudo .box-formulario#passo-cotador4 .opcoes-internacao,
.cotador#conteudo .box-formulario#passo-cotador5 .opcoes-operadoras{

}
.cotador#conteudo .box-formulario#passo-cotador1 .opcoes-tipo-plano .radio,
.cotador#conteudo .box-formulario#passo-cotador4 .opcoes-internacao .radio,
.cotador#conteudo .box-formulario#passo-cotador5 .opcoes-operadoras .checkbox{
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
}
.cotador#conteudo .box-formulario#passo-cotador1 .opcoes-tipo-plano .radio label,
.cotador#conteudo .box-formulario#passo-cotador4 .opcoes-internacao .radio label,
.cotador#conteudo .box-formulario#passo-cotador5 .opcoes-operadoras .checkbox label{
    width: 100%;
    display: inline-block;
}
.cotador#conteudo .box-formulario#passo-cotador1 .opcoes-tipo-plano .radio label input,
.cotador#conteudo .box-formulario#passo-cotador4 .opcoes-internacao .radio label input,
.cotador#conteudo .box-formulario#passo-cotador5 .opcoes-operadoras .checkbox label input{
    display: none;
}
.cotador#conteudo .box-formulario#passo-cotador1 .opcoes-tipo-plano .radio label .content-radio,
.cotador#conteudo .box-formulario#passo-cotador4 .opcoes-internacao .radio label .content-radio,
.cotador#conteudo .box-formulario#passo-cotador5 .opcoes-operadoras .checkbox label .content-checkbox{
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    padding: 9px 13px;
    padding-bottom: 7px;
    display: inline-block;
    width: 100%;
    transition: .2s;
}
.cotador#conteudo .box-formulario#passo-cotador1 .opcoes-tipo-plano .radio label .content-radio:hover,
.cotador#conteudo .box-formulario#passo-cotador4 .opcoes-internacao .radio label .content-radio:hover,
.cotador#conteudo .box-formulario#passo-cotador5 .opcoes-operadoras .checkbox label .content-checkbox:hover{
    opacity: 0.9;
    transition: .2s;
}
.cotador#conteudo .box-formulario#passo-cotador1 .opcoes-tipo-plano .radio label input:checked ~ .content-radio,
.cotador#conteudo .box-formulario#passo-cotador4 .opcoes-internacao .radio label input:checked ~ .content-radio,
.cotador#conteudo .box-formulario#passo-cotador5 .opcoes-operadoras .checkbox label input:checked ~ .content-checkbox{
    background-color: #f2f2f2;
    opacity: 1;
    transition: .2s;
}
.cotador#conteudo .box-formulario#passo-cotador1 .opcoes-tipo-plano .radio label .content-radio .checkmark,
.cotador#conteudo .box-formulario#passo-cotador4 .opcoes-internacao .radio label .content-radio .checkmark,
.cotador#conteudo .box-formulario#passo-cotador5 .opcoes-operadoras .checkbox label .content-checkbox .checkmark{
    width: 17px;
    height: 17px;
    border-radius: 20px;
    display: inline-block;
    border: 1px solid #b3b3b3;
    margin-right: 9px;
    position: relative;
    transition: .2s;
}
.cotador#conteudo .box-formulario#passo-cotador1 .opcoes-tipo-plano .radio label input:checked ~ .content-radio .checkmark:after,
.cotador#conteudo .box-formulario#passo-cotador4 .opcoes-internacao .radio label input:checked ~ .content-radio .checkmark:after,
.cotador#conteudo .box-formulario#passo-cotador5 .opcoes-operadoras .checkbox label input:checked ~ .content-checkbox .checkmark:after{
    width: 11px;
    height: 11px;
    left: 2px;
    top: 2px;
    border-radius: 15px;
    position: absolute;
    background-color: #fe650a;
    content: "";
    transition: .2s;
}
.cotador#conteudo .box-formulario#passo-cotador1 .opcoes-tipo-plano .radio label .content-radio span,
.cotador#conteudo .box-formulario#passo-cotador4 .opcoes-internacao .radio label .content-radio span,
.cotador#conteudo .box-formulario#passo-cotador5 .opcoes-operadoras .checkbox label .content-checkbox span{
    font-size: 14.5px;
    font-weight: 500;
    color: #666666;
    line-height: 1em;
    position: relative;
    top: -2px;
    transition: .2s;
}
.cotador#conteudo .box-formulario#passo-cotador1 .opcoes-tipo-plano .radio label input:checked ~ .content-radio span,
.cotador#conteudo .box-formulario#passo-cotador4 .opcoes-internacao .radio label input:checked ~ .content-radio span,
.cotador#conteudo .box-formulario#passo-cotador5 .opcoes-operadoras .checkbox label input:checked ~ .content-checkbox span{
    opacity: 1;
}
.cotador#conteudo .box-formulario#passo-cotador1 .opcoes-tipo-plano .radio label .content-radio:hover span,
.cotador#conteudo .box-formulario#passo-cotador4 .opcoes-internacao .radio label .content-radio:hover span,
.cotador#conteudo .box-formulario#passo-cotador5 .opcoes-operadoras .checkbox label .content-checkbox:hover span{
    opacity: 0.7;
    transition: .2s;
}


.cotador#conteudo .box-formulario#passo-cotador5 .opcoes-operadoras > .row{
    margin: 0 -3px;
}
.cotador#conteudo .box-formulario#passo-cotador5 .opcoes-operadoras > .row > div{
    padding: 0 3px;
}
.cotador#conteudo .box-formulario#passo-cotador5 .opcoes-operadoras .checkbox{
    margin-bottom: 6px;
}
.cotador#conteudo .box-formulario#passo-cotador5 .opcoes-operadoras .checkbox label .content-checkbox .checkmark{
    border-radius: 0px;
}
.cotador#conteudo .box-formulario#passo-cotador5 .opcoes-operadoras .checkbox label input:checked ~ .content-checkbox .checkmark:after{
    border-radius: 0px;
}

.cotador#conteudo .box-formulario .col-input{
    margin-bottom: 20px;
}
.cotador#conteudo .box-formulario .col-input label{
    margin-bottom: 3px;
    margin-left: 6px;
    color: #808080;
    font-size: 12.5px;
    font-weight: 500;
}
.cotador#conteudo .box-formulario .form-control{
    box-shadow: none;
    border: 1px solid #e6e6e6;
    color: #555555;
    font-size: 13.5px;
    padding: 7px 11px;
    height: auto;
    border-radius: 5px;
}
.cotador#conteudo .box-formulario .select{
    border: 1px solid #e6e6e6;
    padding: 3px 5px;
    border-radius: 5px;
}
.cotador#conteudo .box-formulario .select .form-control{
    border: none;
    padding: 3px 5px;
    margin: 0px;
}


.cotador#conteudo .box-formulario .possui-profissao,
.cotador#conteudo .box-formulario .e-estudante,
.cotador#conteudo .box-formulario .possui-dependentes{
    padding-top: 27px;
    padding-left: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.cotador#conteudo .box-formulario .possui-profissao,
.cotador#conteudo .box-formulario .e-estudante{
    padding-top: 20px;
    padding-left: 0px;
    margin-bottom: 19px;
}
.cotador#conteudo .box-formulario .e-estudante{
    padding-top: 10px;
}
.cotador#conteudo .box-formulario .possui-profissao h5,
.cotador#conteudo .box-formulario .e-estudante h5,
.cotador#conteudo .box-formulario .possui-dependentes h5{
    color: #808080;
    font-size: 13.5px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
}
.cotador#conteudo .box-formulario .possui-profissao .opcoes,
.cotador#conteudo .box-formulario .e-estudante .opcoes,
.cotador#conteudo .box-formulario .possui-dependentes .opcoes{
    display: inline-block;
}
.cotador#conteudo .box-formulario .possui-profissao .opcoes .radio-inline,
.cotador#conteudo .box-formulario .e-estudante .opcoes .radio-inline,
.cotador#conteudo .box-formulario .possui-dependentes .opcoes .radio-inline{
    margin: 0px;
    padding: 0px;
    margin-left: 18px;
}
.cotador#conteudo .box-formulario .possui-profissao .opcoes .radio-inline label,
.cotador#conteudo .box-formulario .e-estudante .opcoes .radio-inline label,
.cotador#conteudo .box-formulario .possui-dependentes .opcoes .radio-inline label{
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    color: #808080;
    font-size: 13.5px;
    font-weight: 500;
}
.cotador#conteudo .box-formulario .possui-profissao .opcoes .radio-inline label:hover,
.cotador#conteudo .box-formulario .e-estudante .opcoes .radio-inline label:hover,
.cotador#conteudo .box-formulario .possui-dependentes .opcoes .radio-inline label:hover{
    opacity: 0.6;
}
.cotador#conteudo .box-formulario .possui-profissao .opcoes .radio-inline label input,
.cotador#conteudo .box-formulario .e-estudante .opcoes .radio-inline label input,
.cotador#conteudo .box-formulario .possui-dependentes .opcoes .radio-inline label input{
    display: none;
}
.cotador#conteudo .box-formulario .possui-profissao .opcoes .radio-inline label .checkmark,
.cotador#conteudo .box-formulario .e-estudante .opcoes .radio-inline label .checkmark,
.cotador#conteudo .box-formulario .possui-dependentes .opcoes .radio-inline label .checkmark{
    width: 14px;
    height: 14px;
    border-radius: 20px;
    display: inline-block;
    border: 1px solid #b3b3b3;
    margin-right: 4px;
    position: relative;
    position: relative;
    top: 2px;
    transition: .2s;
}
.cotador#conteudo .box-formulario .possui-profissao .opcoes .radio-inline label input:checked ~  .checkmark:after,
.cotador#conteudo .box-formulario .e-estudante .opcoes .radio-inline label input:checked ~  .checkmark:after,
.cotador#conteudo .box-formulario .possui-dependentes .opcoes .radio-inline label input:checked ~  .checkmark:after{
    width: 10px;
    height: 10px;
    left: 1px;
    top: 1px;
    border-radius: 15px;
    position: absolute;
    background-color: #fe650a;
    content: "";
    transition: .2s;
}

.cotador#conteudo .box-formulario .dependentes,
.cotador#conteudo .box-formulario .titulares{
    padding-top: 20px;
}
.cotador#conteudo .box-formulario .dependentes.empresarial,
.cotador#conteudo .box-formulario .titulares.empresarial{
    padding-top: 0px;
}
.cotador#conteudo .box-formulario .dependentes h5,
.cotador#conteudo .box-formulario .titulares h5{
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}
.cotador#conteudo .box-formulario .dependentes .col-botoes,
.cotador#conteudo .box-formulario .titulares .col-botoes{
    padding-left: 0px;
}
.cotador#conteudo .box-formulario .dependentes .col-botoes a,
.cotador#conteudo .box-formulario .titulares .col-botoes a{
    background-color: #fe650a;
    border: 1px solid #fe650a;
    color: #fff;
    font-size: 14.5px;
    font-weight: 600;
    display: inline-block;
    transition: .2s;
    padding: 9px 12px;
    line-height: 1em;
    margin-right: 2px;
    border-radius: 5px;
}
.cotador#conteudo .box-formulario .dependentes .col-botoes a:hover,
.cotador#conteudo .box-formulario .titulares .col-botoes a:hover{
    background-color: transparent;
    color: #fe650a;
    transition: .2s;
}


.cotador#conteudo .box-formulario .botao-prosseguir{
    padding-top: 20px;
}
.cotador#conteudo .box-formulario .botao-prosseguir button.btn{
    background-color: #fe650a;
    border: 1px solid #fe650a;
    color: #fff;
    display: inline-block;
    font-size: 14.5px;
    padding: 7px 20px;
    border-radius: 5px;
    box-shadow: none;
    font-weight: 600;
    text-transform: uppercase;
    transition: .2s;
}
.cotador#conteudo .box-formulario .botao-prosseguir button.btn .svg{
    width: 8px;
    margin-left: 8px;
    display: inline-block;
}
.cotador#conteudo .box-formulario .botao-prosseguir button.btn:hover{
    background-color: transparent;
    color: #fe650a;
    transition: .2s;
}
.cotador#conteudo .box-formulario .botao-prosseguir button.btn:hover .svg path{
    fill: #fe650a !important;
}



#rodape{
    background-color: #ff913a;
}
#rodape .col-esquerda{
    background-color: #ff913a;
    padding-top: 25px;
    padding-bottom: 34px;
    padding-right: 40px;
}
#rodape .col-esquerda .logo{

}
#rodape .col-esquerda .logo .svg{
    max-width: 110px;
}
#rodape .col-esquerda .menu{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}
#rodape .col-esquerda .menu a{
    line-height: 1em;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 7px;
    transition: .2s;
}
#rodape .col-esquerda .menu a:hover{
    opacity: 0.7;
    transition: .2s;
}
#rodape .col-esquerda .menu a.btn-cotador{
    background-color: #fff;
    color: #ff913a;
    text-transform: uppercase;
    padding: 4px 15px;
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 5px;
    font-weight: 500;
    opacity: 1;
}
#rodape .col-esquerda .menu a.btn-cotador b{
    font-weight: 700;
}
#rodape .col-esquerda .menu a.btn-cotador:hover{
    background-color: transparent;
    color: #fff;
}
#rodape .col-direita{
    background-color: rgba(254,101,10,.5);
    padding: 25px 0;  
    padding-left: 50px; 
}
#rodape .col-direita h5{
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#rodape .col-direita .fale-corretor{
    margin-bottom: 28px;
}
#rodape .col-direita .fale-corretor a{
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    font-weight: 700;
    transition: .2s;
}
#rodape .col-direita .fale-corretor a:hover{
    opacity: 0.7;
    transition: .2s;
}
#rodape .col-direita .fale-corretor a small{
    font-size: 13px;
}
#rodape .col-direita .redes-sociais{

}
#rodape .col-direita .redes-sociais h5{
    margin-bottom: 8px;
}
#rodape .col-direita .redes-sociais a{
    margin-right: 6px;
    display: inline-block;
    cursor: pointer;
    transition: .2s;
}
#rodape .col-direita .redes-sociais a:hover{
    opacity: 0.7;
    transition: .2s;
}
#rodape .col-direita .redes-sociais a .svg{
    width: 23px;
}
#rodape .direitos-assinatura{
    background-color: #f78d38;
    padding: 12px 0;
}
#rodape .direitos-assinatura p{
    color: #fff;
    font-size: 11.5px;
    font-weight: 400;
    line-height: 1em;
}
#rodape .direitos-assinatura .direitos{

}
#rodape .direitos-assinatura .assinatura{
    
}
#rodape .direitos-assinatura .assinatura p b{
    font-weight: 500;
}




.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


/*Modal de Alerta*/
.modal#modal-alerta{

}
.modal#modal-alerta .modal-dialog{
    
}
.modal#modal-alerta .modal-dialog .modal-content{
    
}
.modal#modal-alerta .modal-dialog .modal-content .modal-body{
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
}
.modal#modal-alerta .modal-dialog .modal-content .modal-body .btn-close{
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #a8b745;
    padding: 5px 7px;
    border: 1px solid #a8b745;
    color: #fff;
    margin: 0px;
    transform: translate(50%,-50%);
    line-height: 0em;
    border-radius: 50px;
    transition: .2s;
}
.modal#modal-alerta .modal-dialog .modal-content .modal-body .btn-close:hover{
    opacity: 0.7;
    transition: .2s;
}
.modal#modal-alerta .modal-dialog .modal-content .modal-body h3.titulo{
    margin-bottom: 25px;
    color: #0d96a1;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.modal#modal-alerta .modal-dialog .modal-content .modal-body p.texto{
    color: #777;
    font-size: 14px;
    line-height: 1.4em;
}


#link-wpp {
    position: fixed;
    width: 50px;
    right: 30px;
    bottom: 35px;
    z-index: 9998;
}
#link-wpp .link-action {
    transition: all 225ms ease-in-out;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #34AF23;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
#link-wpp .link-action i {
    margin: 0 auto;
    color: #fff;
    font-size: 2.8rem;
}
#link-wpp {
    width: 50px;
    height: 50px;
    transition: .3s;
}
#link-wpp::after,
#link-wpp::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 3px solid #34AF23;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
    animation: WaveWhatsApp 3s ease infinite;
}
#link-wpp::after {
    animation-delay: .5s;
}
#link-wpp:hover::after {
    border: 3px solid #34AF23;
}
#link-wpp:hover::before {
    border: 3px solid #34AF23;
}

@keyframes WaveWhatsApp {
    0% {
        transform: scale(0.5);
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}



/* Medias queries */
@media (min-width: 1200px){
    .container {
        width: 1100px !important;
    }
}
@media (max-width: 1000px){

}
@media (min-width: 768px) {

	.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 768px) {

    html, body{
        overflow-x: hidden;
    }

    body{
        padding-top: 65px;
    }

    .navbar{
        min-height: 65px;
        border-bottom-width: 2px;
    }
    .navbar-default .navbar-header .navbar-brand .svg{
        margin-top: 2px;
        width: 160px;
    }
    .navbar-nav{
        margin-top: 15px;
        padding-bottom: 10px;
    }

    .navbar-default .navbar-nav > li{
        margin: 5px 0;
        padding: 0;
        display: inline-block;
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a{
        padding: 1px 2px;
        font-size: 15px;
    }
    .navbar-default .navbar-nav > li.btn-cotador{
        padding: 0px;
        margin-top: 12px;
    }
    .navbar-default .navbar-nav > li.btn-cotador > a{
        padding: 2px 14px;
        display: inline-block;
    }

    .navbar-nav > li > .dropdown-menu{
        background-color: #b61315;
        color: #fff;
        border-radius: 0;
        padding: 0px;
        min-width: 190px;
        left: -10px;
        top: 40px;
    }
    .navbar-nav > li > .dropdown-menu a{
        color: #fff;
        padding: 8px 20px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        border-bottom: 1px solid #cc1517;
    }
    .navbar-nav > li > .dropdown-menu a:hover{
        background-color: #cc1517;
    }
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus{
        background-color: transparent;
    }
    .navbar-default .navbar-nav > li.dropdown span{
        color: #b61315;
    }

    .index#banner{
        padding-top: 30px;
    }
    .index#banner:before{
        content: "";
        width: 105%;
        height: 105%;
        top: -5%;
        left: -5%;
        position: absolute;
    }
    .index#banner .imagem{
        text-align: center;
    }
    .index#banner .imagem img{
        display: inline-block;
        width: 60%;
    }
    .index#banner .texto{
        margin-bottom: 35px;
    }
    .index#banner .texto .vertical-align{
        top: 0%;
        transform: translateY(0%);
    }
    .index#banner .texto .font-orange{

    }
    .index#banner .texto h2{
        font-size: 27px;
        margin-bottom: 17px;
    }
    .index#banner .texto h3{
        margin-bottom: 25px;
        font-size: 18px;
    }
    .index#banner .texto a.btn-contrate-agora{
        border-radius: 22px;
        padding: 3px 20px;
        font-size: 15px;
    }


    .index#complemento-banner{
        margin-top: -55px;
    }
    .index#complemento-banner .defesa-banner{
        margin-bottom: 5px;
        margin-right: 0px;
        text-align: center;
        padding: 0 20px;
    }
    .index#complemento-banner .defesa-banner p{
        font-size: 9.5px;

    }
    .index#complemento-banner .box{
        padding: 18px 24px;
        padding-bottom: 5px;
        border-radius: 12px;
    }
    .index#complemento-banner .box .row{

    }
    .index#complemento-banner .box > .row > div{
        border-right: none;
        padding: 0 22px;
    }
    .index#complemento-banner .box > .row > div:last-child{

    }
    .index#complemento-banner .box .item{
        margin-bottom: 20px;
    }
    .index#complemento-banner .box .item .icon{
        padding-right: 20px;
        padding-left: 20px;
    }
    .index#complemento-banner .box .item .texto{
        padding-left: 0px;
        padding-top: 4px;
    }
    .index#complemento-banner .box .item .texto p{
        color: #ffffff;
        font-size: 13.5px;
        line-height: 1.4em;
        font-weight: 500;
        letter-spacing: 0.04em;
    }
    .index#complemento-banner .box .item .texto p b{
        font-weight: 700;
        letter-spacing: 0.05em;
    }

    .titulo-bloco{
        margin-bottom: 30px;
    }
    .titulo-bloco h2.titulo{
        font-size: 22px;
        margin-bottom: 8px;
    }
    .titulo-bloco h4.subtitulo{
        font-size: 12.5px;
        letter-spacing: 0.04em;
        line-height: 1.25em;
    }


    .index#nossos-planos{
        padding-top: 45px;
        padding-bottom: 20px;
    }
    .index#nossos-planos .list-planos{
        padding: 0 20px;
        margin: 0 -25px;
    }
    .index#nossos-planos .list-planos .item{
        padding: 0 25px;
        margin-bottom: 50px;
    }
    .index#nossos-planos .list-planos .item .box{
        background-color: #fff;
        box-shadow: 0px 0px 15px rgba(200,200,200,.32);   
        border-radius: 45px;
        position: relative;
        padding: 18px 28px;
        padding-bottom: 0px;
    }
    .index#nossos-planos .list-planos .item .box .svg.detalhe-borda{
        height: 48px;
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .index#nossos-planos .list-planos .item .box .svg.icon{
        width: 58px;
        margin-bottom: 10px;
    }
    .index#nossos-planos .list-planos .item .box h3{
        color: #808080;
        font-size: 26px;
        letter-spacing: 0.045em;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.15em;
        margin-bottom: 35px;
    }
    .index#nossos-planos .list-planos .item .box h3 b{
        font-weight: 600;
    }
    .index#nossos-planos .list-planos .item .box .valor{
        text-align: center;
        display: inline-block;
        width: auto;
        margin-bottom: 20px;
    }
    .index#nossos-planos .list-planos .item .box .valor p{
        color: #ff913a;
        font-size: 15px;
    }
    .index#nossos-planos .list-planos .item .box .valor p.a-partir{
        text-align: left;
        margin-bottom: -1px;
    }
    .index#nossos-planos .list-planos .item .box .valor h5{
        color: #ff913a;
        font-weight: 700;
        font-size: 72px;
        line-height: 0.9em;
        margin-bottom: -2px;
    }
    .index#nossos-planos .list-planos .item .box .valor h5 span.sifrao{
        font-size: 17px;
        position: relative;
        top: -40px;
        font-weight: 500;
    }
    .index#nossos-planos .list-planos .item .box .valor h5 span.centavos{
        font-size: 21px;
        font-weight: 500;
        position: relative;
        top: -35px;
    }
    .index#nossos-planos .list-planos .item .box .valor p.ao-mes{
        font-weight: 400;
        font-size: 12.5px;
    }
    .index#nossos-planos .list-planos .item .box .valor p.ao-mes b{
        font-weight: 600;
    }
    .index#nossos-planos .list-planos .item .box a.btn-confira-agora{
        display: inline-block;
        margin: 0 auto;
        background: linear-gradient(90deg, rgba(254,101,10,1) 0%, rgba(255,145,58,1) 100%);
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        padding: 4px 20px;
        border-radius: 20px;
        border: 1px solid transparent;
        text-decoration: none;
        transition: .2s;
        font-weight: 500;
        position: relative;
        bottom: -13px;
    }
    .index#nossos-planos .list-planos .item .box a.btn-confira-agora b{
        font-weight: 600;
    }
    .index#nossos-planos .list-planos .item .box a.btn-confira-agora:hover{
        border: 1px solid #fe650a;
        background: #fff;
        transition: .2s;
        color: #fe650a;
    }


    .index#nossos-parceiros{
        padding-top: 50px;
        padding-bottom: 45px;
        background-color: #f6f6f6;
    }
    .index#nossos-parceiros .titulo-bloco{
        margin-bottom: 50px;
    }
    .index#nossos-parceiros .carousel{
        margin-bottom: 50px;
        position: relative;
    }
    .index#nossos-parceiros .carousel .carousel-inner{

    }
    .index#nossos-parceiros .carousel .carousel-inner .item{
        padding: 0 40px;
    }
    .index#nossos-parceiros .carousel .carousel-inner .item .list-logos{
        margin: 0 -10px;
    }
    .index#nossos-parceiros .carousel .carousel-inner .item .list-logos > div{
        padding: 0 10px;
    }
    .index#nossos-parceiros .carousel .carousel-inner .item .list-logos .logo{
        border-radius: 10px;
        margin: 10px 0;
    }
    .index#nossos-parceiros .carousel .carousel-inner .item .list-logos .logo img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        max-width: 80%;
        max-height: 80%;
    }
    .index#nossos-parceiros .carousel .carousel-control{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        opacity: 1;
        background-color: #ff913a;
        width: 18px;
        height: 18px;
        border-radius: 30px;
        padding: 0px;
        cursor: pointer;
        transition: .2s;
    }
    .index#nossos-parceiros .carousel .carousel-control:hover{
        opacity: 0.7;
        transition: .2s;
    }
    .index#nossos-parceiros .carousel .carousel-control.left{
        left: -10px;
    }
    .index#nossos-parceiros .carousel .carousel-control.right{
        right: -10px;
    }
    .index#nossos-parceiros .carousel .carousel-control .svg{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 5px;
    }
    .index#nossos-parceiros .conheca-planos{

    }
    .index#nossos-parceiros .conheca-planos p{
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0.04em;
        color: #666666;
        margin-bottom: 13px;
    }
    .index#nossos-parceiros .conheca-planos a.btn-faca-cotacao{
        border-radius: 20px;
        padding: 5px 28px;
        font-size: 16px;
        letter-spacing: 0.045em;
        text-transform: uppercase;
        background: linear-gradient(90deg, rgba(254,101,10,1) 0%, rgba(255,145,58,1) 100%);
        color: #fff;
        border: 1px solid transparent;
        text-decoration: none;
        font-weight: 500;
        display: inline-block;
        transition: .2s;
    }
    .index#nossos-parceiros .conheca-planos a.btn-faca-cotacao b{
        font-weight: 600;
    }
    .index#nossos-parceiros .conheca-planos a.btn-faca-cotacao:hover{
        border: 1px solid #fe650a;
        background: transparent;
        color: #fe650a;
        transition: .2s;
    }




    .cotador#conteudo{
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .cotador#conteudo .titulo-bloco{
        margin-bottom: 50px;
    }
    .cotador#conteudo .passos{
        margin-bottom: 35px;
        position: relative;
    }
    .cotador#conteudo .passos:before{
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 21px;
        width: 85%;
        height: 1px;
        background-color: #cccccc;
    }
    .cotador#conteudo .passos .row{

    }
    .cotador#conteudo .passos .row > div{
        
    }
    .cotador#conteudo .passos .passo{
        width: 20%;
        float: left;
    }
    .cotador#conteudo .passos .passo .circle{
        width: 42px;
        height: 42px;
        border: 1px solid #cccccc;
        margin-bottom: 6px;
    }
    .cotador#conteudo .passos .passo .circle .svg{
        width: 30px;
    }
    .cotador#conteudo .passos .passo h5{
        font-size: 9px;
        padding: 0 2px;
    }

    .cotador#conteudo .passos .passo.finalizado{

    }
    .cotador#conteudo .passos .passo.finalizado .circle{
        background-color: #aaaaaa;
        border-color: #aaaaaa;
    }
    .cotador#conteudo .passos .passo.finalizado h5{
        color: #aaaaaa;
    }

    .cotador#conteudo .passos .passo.atual{

    }
    .cotador#conteudo .passos .passo.atual .circle{
        background-color: #fe650a;
        border-color: #fe650a;
    }
    .cotador#conteudo .passos .passo.atual h5{
        color: #fe650a;
    }


}