* {
    padding: 0px;
    margin: 0px;
}

body {
    background: #E8EFF4;
    font-family: 'Geist', sans-serif;
}

.bg-white {
    background-color: #FFF;
}
 
.bg-green {
    background-color: #37B453;
}

a.bg-green:hover {
    background-color: #228d39;
}

.bg-medium-blue {
    background-color: #0D4FE1;
}

.bg-hard-blue {
    background-color: #093594;
}

.bg-cinza {
    background-color: #667085;
}

.bg-transparent {
    background-color: transparent;
}

.red {
    color: #F00;
}

.white {
    color: #FFF;
}

a.white:hover {
    color: #FFF;
}

.green {
    color: #37B453;
}

.cinza {
    color: #667085;
}

.medium-blue {
    color: #0D4FE1;
}

.hard-blue {
    color: #093594;
}

header {
    background-color: #FFF;
    height: 120px;
    width: auto;
}

header ul {
    float: right;
    margin-right: 30px;
    margin-top: 40px;
}

header menu {
    padding-left: 40px;
    padding-right: 40px;
}

header menu img {
    float: left;
    margin-top: 30px;
}

header menu ul li {
    float: left;
    list-style-type: none;
    
}

header menu ul li a {
    color: #667085;
    text-decoration: none;
    padding: 7px 10px;
    display: block;
}

#banner {
    width: auto;
    margin: 20px;
    background-size: cover;
    animation: zoomOut 1.6s ease forwards;
}


#oseguro, #coberturas, #comofunciona, #averbin, #faq, footer {
    width: 100%;
    min-height: 300px;
}

#footer {
    width: auto;
    margin: 20px;
    min-height: 290px;
    border-radius: 10px;
}

#footer p {
    font-size: 14px;
    line-height: 100%;
    font-weight: 100;
}

#footer p.bold {
    font-weight: bold;
}

#footer p.protecao {
    font-size: 24px;
    line-height: 125%;
}

#footer img {
    padding-bottom: 40px;
    height: 90px;
}

footer {
    padding-bottom: 10px;
}

.content {
    width: auto;
    padding: 20px;
}

.content h2 {
    padding-top: 20px;
}

.content .content {
    margin: auto;
    padding: auto;
}

.mapa-brasil {
    border-radius: 10px;
    clear: both;
    padding-right: 30px;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 45%;
}

.mapa-brasil .float-right {
    width: 50%;
    clear: both;
}

.mapa-brasil a {
    color: #fff;
}

.float-right{
    float: right;
}

.clear {
    clear: both;
}

.progress {
    width: 320px;
    height: 14px;
    border-radius: 999px;
    background: #e9e9e9;
    overflow: hidden;
    border: 1px solid #ddd;
}

.progress__bar {
    height: 100%;
    width: 0%;
    border-radius: inherit;
    background: #4caf50;
    animation: fill 4s linear forwards;
}

.rounded {
    border-radius: 8px;
}

.inside-padding {
    padding: 20px;
}

.inside-padding-40 {
    padding: 40px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-20 {
    margin: 20px;
}

.conteudo-banner {
    border-radius: 8px;
    border-bottom-right-radius: 40px;
    max-width: 570px;
    padding: 20px;
}

.conteudo-banner .titulo {
    font-size: 40px;
    font-weight: bold;
}

.conteudo-banner p.titulo {
    line-height: 40px;
}

.conteudo-banner p.title {
    font-size: 24px;
}

li.cotacao {
    margin-left: 15px;
}

a.btn-cta {
    color: #FFF;
    background-color: #37B453;
    text-decoration: none;
    padding: 8px 24px 8px 24px;
    border-radius: 8px;
}

a.btn-cta-branco {
    color: #2453C7;
    background-color: #fff;
    font-weight: bold;
}

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  margin-top: 30px;
  animation: subirFade 0.8s ease forwards;
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.5s;
}

.delay-3 {
  animation-delay: 0.8s;
}

.delay-4 {
  animation-delay: 1.2s;
}

.delay-5 {
  animation-delay: 1.4s;
}

.strong, .bold {
    font-weight: bold;
}

.footer-banner {
    padding-top: 150px;
}

.footer-banner .beneficio {
    float: left;
}

.footer-banner .beneficio img {
    float: left;
}

.footer-banner .beneficio div {
    float: left;
}

.beneficio p {
    margin-bottom: 0px;
}

.beneficio p.descricao {
    font-size: 10px;
    color: #667085;
}

.tag {
    font-size: 12px;
    font-weight: bold;
    background-color: #E8EFF4;
    display: inline;
    padding: 4px;
    border-radius: 8px;
}

#slider ul {
    padding: 10px 0px;
    margin-bottom: 10px;
}

#slider ul li {
    list-style-type: none;
    float: left;
    font-weight: bold;
    cursor: pointer;
    color: #98A2B3;
    border-bottom: 2px solid #98A2B3;
    padding-bottom: 8px;
    margin-right: 10px;
    margin-bottom: 20px;
}

#slider ul li.active, #slider ul li:hover {
    color: #093594;
    border-bottom: 2px solid #093594;
}

#slider .slide .slide-content {
    background-color: #F2F4F7;
    width: 40%;
    float: left;
    border-radius: 8px;
}

#slider .slide .slide-content div {
    padding: 20px;
}

#slider .slide .slide-content .icon {
    padding: 10px 0px;
}

#slider .slide img.img-slide {
    width: 58%;
    float: right;
}

#oseguro, #coberturas, #comofunciona, #faq, #footer {
    padding: 40px 0px;
}

#coberturas {
    background-image: url('/wp-content/themes/seguro-celular-verbin/images/bg-coberturas.png');
    background-size: cover;
}

#coberturas .cobertura {
    width: 33%;
    float: left;
}

#coberturas .cobertura div.bg-white {
    border-radius: 8px;
    padding: 20px;
    margin-right: 20px;
}

#coberturas .cobertura p.title {
    font-size: 30px;
    padding: 20px 0px;
    width: 80%;
}

.width-100 {
    width: 100%;
}

.faq {
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    min-height: 50px;
    padding: 10px 0px;
    font-size: 14px;
}

#faq .left-50 p {
    font-size: 12px;
}

#faq .left-50 .bold {
    font-size: 28px;
    line-height: 28px;
    padding-top: 20px;
}

.faq ol {
    margin-right: 20px;
    font-weight: bold;
}

.faq ol li {
    border-bottom: 1px #ccc solid;
    padding-left: 10px;
    list-style-position: inside;
    cursor: pointer;
    padding: 20px 0px;
}

.faq ol li::marker {
    color: #37B453;
}

.faq ol li ul {
    display: none;
    padding-left: 0px;
    color: #667085;
    font-weight: normal;
}

.faq ol li ul li {
    list-style-type: none;
    padding: 20px 0px;
    border: 0px;
}

.left-50 {
    float: left;
    width: 50%;
}

.right-50 {
    float: right;
    width: 50%;
}

.etapas-numbers, .subform {
    margin-bottom: 20px;
}

#footer .footer {
    padding: 40px;
}

#footer .footer a {
    text-decoration: none;
    color: #fff;
}

#comofunciona .slider {
    padding-bottom: 40px;
    width: 100%;
    float: left;
    clear: both;
}

#comofunciona .slider div {
    float: left;
    width: 24.25%;
    margin-right: 1%;
    border: 1px solid #667085;
    border-radius: 8px;
    font-size: 12px;
}

#comofunciona .slider div p {
    padding-left: 18px;
    font-size: 14px;
    padding-top: 5px;
}

#comofunciona .slider div img {
    width: 100%;
    padding-top: 20px;
}

#comofunciona .slider div div {
    width: 100%;
    padding: 10px;
    border: 0px;
}

#form {
    padding: 20px;
}

#form .content {
    background-color: #fff;
    border-radius: 8px;
}

#form .etapa {
    float: left;
    width: 33%;
    line-height: 60px;
    color: #98A2B3;
}

#form .etapa span {
    width: 60px;
    height: 60px;
    border: 3px solid #98A2B3;
    border-radius: 100px;
    padding: 20px;
    margin-right: 20px;
}

#form .etapa.active span, #form .etapa.approved span {
    border: 3px solid #093594;
}

#form .etapa.active, #form .etapa.approved {
    color: #093594;
}

#form .etapa.approved span {
    background-color: #093594;
}

.subsubform {
    padding-top: 40px;
}

.detalhes-seguro {
    background-color: #F2F4F7;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    padding: 40px;
    margin-bottom: 40px;
}

ul.lista-green-v {
    list-style-image: url('/wp-content/themes/seguro-celular-verbin/images/icones/green-v.png');
    padding-left: 22px;
    color: #667085;
}

.right {
    float: right;
}

.left {
    float: left;
}

.bg-mensagem {
    background-color: rgba(5, 46, 72, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}

.mensagem {
    width: 90%;
    height: 90%;
    padding: 2%;
    background-color: #fff;
    left: 5%;
    top: 5%;
    position: absolute;
    z-index: 101;
    border-radius: 8px;
    box-shadow: 0px 4px 11px #CCC;
}

#txt-mensagem {
    color: #000;
}

.close {
    width: 100%;
    margin-bottom: 20px;
}

.close img {
    cursor: pointer;
    float: right;
}

.height-sucesso {
    height: 200px;
}

.footer-absolute {
    
}