h1
{
    font-family: 'New Order';
    font-weight: bold;
    font-style: normal;
    color: #2A66B0;
    font-size: 24px;
}

h2
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #2874E3;
}

body
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.alertify .ajs-modal
{
    z-index: 999999999999;
}

.btn-azul-claro {
    color: #2A66B0;
    background-color: #C3EDFC;
    border-color: #C3EDFC;
    font-size: 14px;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.btn-azul-claro:focus,
.btn-azul-claro:hover {
    color: #fff;
    border-color: #2A66B0; 
    background-color: #2A66B0;
}

.btn-laranja {
    color: #FFF;
    background-color: #EE7634;
    border-color: #EE7634;
    font-size: 14px;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.btn-laranja:focus,
.btn-laranja:hover {
    color: #fff;
    border-color: #ED6A23; 
    background-color: #ED6A23;
}

.btn-azul {
    color: #FFF;
    background-color: #2A66B0;
    border-color: #2A66B0;
    font-size: 14px;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.btn-azul:focus,
.btn-azul:hover {
    color: #fff;
    border-color: #447EC1; 
    background-color: #447EC1;
}

.btn-verde {
    color: #FFF;
    background-color: #37D8A8;
    border-color: #37D8A8;
    font-size: 14px;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    border-radius: 100px;
}

.btn-verde:focus,
.btn-verde:hover {
    color: #fff;
    border-color: #37D8A8; 
    background-color: #37D8A8;
}

.btn-verde-associar
{
    color: #FFF;
    background-color: #37D8A8;
    border-color: #37D8A8;
    font-size: 21px;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    border-radius: 100px;
    padding: 10px 50px 10px 50px;
}

.btn-verde-associar:focus,
.btn-verde-associar:hover {
    color: #fff;
    border-color: #37D8A8; 
    background-color: #37D8A8;
}

.section-topo
{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.section-topo .dropdown-menu-columns
{
    display: flex;
    flex-wrap: wrap;
}

.section-topo .dropdown-menu-columns .dropdown-item
{
    flex: 50%;
    font-size: 14px;
}

.section-topo .dropdown:hover .dropdown-menu
{
    display: block;
}

.section-topo .dropdown i
{
    font-size: 8px;
    color: #fcdc20;
}

.section-topo .dropdown-item
{
    font-size: 14px;
}

.section-topo .dropdown-plantao
{
    width: 500px;
    font-size: 12px;
}

.section-topo .dropdown-plantao .box
{
    background-color: #E6FAFF;
    padding: 20px;
    border-radius: 10px;
}

.section-menu
{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background-color: #F2f2f2;
}

.section-slider .item
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 500px;
}

.section-usar
{
    background-color: #2B67B0;
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-usar h1
{
    font-family: 'New Order';
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 50px;
}

.section-usar h1 span
{
    font-family: 'New Order';
    font-weight: bold;
    font-style: normal;
    color: #A4F3FF;
}

.section-usar h2
{
    font-family: 'New Order';
    font-weight: bold;
    font-style: normal;
    color: #fff;
}

.section-planos
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FFF;
    font-size: 12px;
}

.section-planos h1
{
    font-family: 'New Order';
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
}

.section-planos .item .box
{
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 10px;
    min-height: 460px;
    padding-top: 100px;
    margin-top: 110px;
    margin-bottom: 56px;
}

.section-planos .item .caixa
{
    position: absolute;
    bottom: 20px;
}

.section-planos .item img
{
    position: absolute;
    top: -283px;
}

.section-planos .item .alert
{
    padding: 5px 10px;
}

.section-planos .item ul
{
    list-style: none;
}
  
.section-planos .item ul li::before
{
    content: "\2022";
    color: #EE7634;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -15px;
    font-size: 16px;
}

.section-planos .valor
{
    font-family: 'New Order';
    font-weight: bold;
    font-style: normal;
    color: #fff;
    font-size: 30px;
}

.section-planos small
{
    color: #999;
}

.section-planos p
{
    margin-bottom: 0;
}

.section-planos .alert-azul
{
    background-color: #2874E3;
    color: #FFF;
}

.section-slider-meio .item
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 500px;
}

.section-duvida
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FFF;
    color: #2874E3;
}

.section-duvida h1
{
    font-family: 'New Order';
    font-weight: 300;
    font-style: normal;
    font-size: 50px;
}

.section-duvida h1 span
{
    font-family: 'New Order';
    font-weight: bold;
    font-style: normal;
}

.section-depoimentos
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F2f2f2;
}

.section-depoimentos img
{
    max-width: 200px;
    margin-bottom: 30px;
}

.section-depoimentos .destaque
{
    background-color: #FFF;
    border-radius: 10px;
}

.section-numeros
{
    background-image: url(/site/images/bg-totais.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #2A66AF;
    font-family: 'New Order';
    font-weight: 300;
    font-style: normal;
    color: #FFF;
    font-size: 16px;
}

.section-numeros .bold
{
    font-family: 'New Order';
    font-weight: bold;
    font-style: normal;
}

.section-numeros .box
{
    box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    border-radius: 10px;
    color: #2A66AF;
    padding: 20px;
    text-align: center;
    font-family: 'New Order';
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
}

.section-numeros .box .numero
{
    color: #ED6A23;
    font-size: 50px;
}

.section-obituario
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-obituario p
{
    line-height: 27px;
}

.section-rodape
{
    color: #2A66AF;
    font-size: 16px;
}

.section-rodape h1
{
    color: #ED6A23;
    font-size: 16px;
    font-family: 'New Order';
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
}

.section-rodape img
{
    max-width: 250px;
}

.section-rodape .social i
{
    color: #919592;
    font-size: 28px;
    margin-right: 20px;
}

@media screen and (max-width: 1024px)
{   
}

@media (max-width: 992px)
{
}

@media screen and (max-width: 768px)
{
}

@media screen and (max-width: 576px)
{
    .menu-icone
    {
        position: absolute;
        top: -57px;
        right: 0;
        background-color: #2A66B0;
    }

    .section-menu .navbar-light .navbar-toggler-icon
    {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .section-slider .item
    {
        height: 210px;
    }

    .section-usar h1
    {
        font-size: 40px;
    }

    .section-usar
    {
        background-position: center center;
        background-size: cover;
    }

    .section-planos .item .box
    {
        min-height: 530px;
    }

    .section-planos .item img
    {
        top: -306px;
    }

    .section-slider-meio .item
    {
        height: 212px;
    }

    .section-numeros
    {
        background-image: none;
    }

    .section-numeros .box
    {
        margin-bottom: 20px;
    }

    .section-duvida h1
    {
        font-size: 30px;
    }

    .section-apoio, .section-funeral
    {
        height: 260px;
    }

    .section-rodape ul
    {
        margin-left: -23px;
    }
}