
.site{
    margin-top: 115px;
}

.fixed-top {
    background-color: white;
}

.logo{
    /*width: 300px;*/
	width: 200px!important;
}

.menu{
    display: flex;
    align-items: center;
}

.menu li a {
    text-transform: uppercase;
    color: #777777;
    font-weight: 700;
    font-size: 14px;
}

.titulo-app a{
    color: #F44336;
    font-weight: 700;
    text-decoration: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show
{
    color: #dd3333 !important;
}

.img100{
    width: 100%;
}

.imgM{
    display: none;
}

.h2-a{
    letter-spacing: -3px;
    text-transform: initial;
    font-size: 60px;
    color: #dd3333;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0px;
}

.p-a{
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 20px;
    color: #606060;
    text-align: left;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn-a{
    margin-bottom: 40px;
    margin-top: 40px;
    margin-right: 15px;
    background-color: #dd3333;
    color: #fff;
    padding: 14px 24px;
    font-size: 12px;
    line-height: 100%;
    border-radius: 0;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn-a2{
    margin-bottom: 40px;
    margin-top: 40px;
    margin-right: 15px;
    background-color: #dd3333;
    color: #fff;
    padding: 14px 24px;
    font-size: 12px;
    line-height: 100%;
    border-radius: 0;
    font-weight: 700;
    letter-spacing: 1px;
}

.mk-svg-icon {
    fill: #fff;
    margin-right: 15px;
}

.parallax-container {
    position: relative;
    height: auto; /* Altura se ajusta ao conteúdo */
    overflow: hidden;
}

.parallax-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/bg1.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.parallax-background2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/bg2.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.parallax-background-sobre{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/capa-sobre.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.parallax-background-muth-assistencia{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/capa-muth-assistencia.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.parallax-background-muth-consorcio{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/consorcio.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.filter-section {
    position: relative; /* Mudamos para relative */
    z-index: 2;
    background-color: transparent;
}

.white-filter {
    height: 50%; /* Ocupa metade superior */
    width: 100%;
    /*background: rgba(255, 255, 255, 0.3); /* Filtro branco */
    /*backdrop-filter: blur(2px); / /* Efeito de desfoque opcional */
    background-color: #ffffff;
    opacity: 0.9;
    z-index: 1;
}

.red-filter {
    height: 50%; /* Ocupa metade inferior */
    width: 100%;
    /*background: rgba(255, 0, 0, 0.3); /* Filtro vermelho */
    /*backdrop-filter: brightness(0.8); /* Efeito adicional opcional */
    background-color: #dd3333;
    opacity: 0.7;
}

.red-filter2 {
    height: 50%; /* Ocupa metade inferior */
    width: 100%;
    /*background: rgba(255, 0, 0, 0.3); /* Filtro vermelho */
    /*backdrop-filter: brightness(0.8); /* Efeito adicional opcional */
    /*background-color: #dd3333;
    opacity: 0.7;*/
    background-color: #B22511;
}

.p-2{
    margin-bottom: -10px;
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
}

.h2-b{
    letter-spacing: -3px;
    text-transform: initial;
    font-size: 70px;
    color: #ffffff;
    text-align: center;
    font-style: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
}

.h2-c{
    letter-spacing: -3px;
    text-transform: uppercase;
    font-size: 30px;
    color: #dd3333;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0px;
}

.h2-c-sobre{
    letter-spacing: -3px;
    text-transform: uppercase;
    font-size: 30px;
    color: #ffffff;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0px;
}

.p-c{
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 20px;
    color: #606060;
    text-align: left;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 40px;
}

.p-c-sobre{
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 20px;
    color: #ffffff;
    text-align: left;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 40px;
}

.position-relative {
    min-height: 500px; /* ou a altura que você desejar */
}

.contatos{
    background-color: #C62D2D;
}

#mk-font-icons-57 .font-icon {
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid;
}

.mk-font-icons .font-icon.mk-size-medium.circle-enabled {
    font-size: 16px;
}

.mk-font-icons .font-icon.mk-size-medium.circle-enabled {
    padding: 3px;
    width: 32px;
    height: 32px;
}

.mk-font-icons .font-icon.circle-enabled {
    text-align: center;
    border-radius: 256px;
}

.contato-h4{
    font-size: 1.4rem;
    color: white;
}

.contato-p{
    color: white;
    font-size: 12px;
}

.contato-p a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.center-icon {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox!important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mk-font-icons-42 .font-icon svg {
    fill: #ffffff;
}

.mk-font-icons .font-icon.mk-size-medium.circle-enabled svg {
    height: 16px;
    width: 16px;
}

.mk-font-icons .circle-enabled .mk-svg-icon {
    margin: 0 auto;
}

.mk-font-icons .font-icon.mk-size-medium.circle-enabled {
    font-size: 16px;
}

.mk-footer{
    background-color: #932222;
}

.direitos{
    color: white;
}

.porto-seguro-sobre{
    background-color: #AF2828;
}

.p-sobre{
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 15px;
    color: #969696;
    text-align: left;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
}

.h2-sobre{
    letter-spacing: -3px;
    text-transform: initial;
    font-size: 70px;
    color: #dd3333;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 22px;
}

.sobrenos {
    margin-top: 120px;
    margin-bottom: 120px;
}

.mk-svg-icon {
    fill: #fff;
    margin-right: 15px;
}

.mk-font-icons .font-icon.mk-size-large {
    font-size: 48px;
}

.coloricon{
    fill: #dd3333;
}

.mk-size-large svg {
    height: 48px;
    width: 48px;
}

.mk-font-icons .font-icon.mk-size-large {
    font-size: 48px;
}

.mk-font-icons .font-icon {
    display: inline-block;
    line-height: normal;
}

.assistencia-seguro{
    background-color: #EBEBEB;
    opacity: 0.9;
}

.plano-h2{
    letter-spacing: -3px;
    text-transform: initial;
    font-size: 60px;
    color: #282828;
    text-align: center;
    font-style: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 30px;
}

.contemplacao h2{
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 20px;
    color: #c42d2d;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0px;
}

.contemplacao p{
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 13px;
    color: #969696;
    text-align: left;
    font-style: inherit;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn-a-orcamento {
    margin-bottom: 40px;
    margin-top: 40px;
    margin-right: 15px;
    background-color: #dd3333;
    color: #fff;
    padding: 19px 30px;
    font-size: 14px;
    line-height: 100%;
    border-radius: 0;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn-outros-seguros{
    margin-bottom: 40px;
    margin-top: 40px;
    margin-right: 15px;
    background-color: #000000;
    color: #fff;
    padding: 19px 30px;
    font-size: 14px;
    line-height: 100%;
    border-radius: 0;
    font-weight: 700;
    letter-spacing: 1px;
    border-color: black;
}

.interna h2{
    font-size: 30px;
    color: #404040;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.interna p{
    color: #606060;
    font-weight: 400;
}

.btn-a-orcamento2 {
    margin-bottom: 40px;
    margin-right: 15px;
    background-color: #dd3333;
    color: #fff;
    padding: 14px 17px;
    font-size: 14px;
    line-height: 100%;
    border-radius: 0;
    font-weight: 700;
    letter-spacing: 1px;
}

.h2-consorcio {
    letter-spacing: -3px;
    text-transform: initial;
    font-size: 30px;
    color: #dd3333;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 0px;
}

.h1-contato{
    letter-spacing: -3px;
    text-transform: initial;
    font-size: 60px;
    color: #dd3333;
    text-align: center;
    font-style: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 30px
}

.cardnotifica{
    background-color: #B22511;
    color: white;
}

.cardimg {
    width: 310px !important;
}

/* Melhorando a responsividade e compatibilidade */
@media (max-width: 768px) {
    .parallax-background {
        background-attachment: scroll;
    }

    .white-filter, .red-filter {
        width: 100%;
        height: 50%;
    }

    .red-filter {
        top: 0%;
        right: auto;
    }

    .h2-b {
        letter-spacing: -3px;
        text-transform: initial;
        font-size: 36px;
        color: #ffffff;
        text-align: center;
        font-style: inherit;
        font-weight: bold;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .p-2 {
        margin-bottom: -10px;
        letter-spacing: 0px;
        text-transform: initial;
        font-size: 18px;
        color: #ffffff;
        text-align: center;
        font-style: inherit;
        font-weight: 400;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .h2-a {
        letter-spacing: -3px;
        text-transform: initial;
        font-size: 35px;
        color: #dd3333;
        text-align: left;
        font-style: inherit;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .p-a {
        letter-spacing: 0px;
        text-transform: initial;
        font-size: 17px;
        color: #606060;
        text-align: left;
        font-style: inherit;
        font-weight: 400;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .btn-a {
        margin-bottom: -10px;
        margin-top: 40px;
        margin-right: 15px;
        background-color: #dd3333;
        color: #fff;
        padding: 14px 24px;
        font-size: 12px;
        line-height: 100%;
        border-radius: 0;
        font-weight: 700;
        letter-spacing: 1px;
        margin-left: 23%;
    }

    .h2-c {
        letter-spacing: -2px;
        text-transform: uppercase;
        font-size: 22px;
        color: #dd3333;
        text-align: left;
        font-style: inherit;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .h2-c-sobre{
        letter-spacing: -2px;
        text-transform: uppercase;
        font-size: 22px;
        color: #ffffff;
        text-align: left;
        font-style: inherit;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .p-c-sobre{
        letter-spacing: 0px;
        text-transform: initial;
        font-size: 19px;
        color: #ffffff;
        text-align: left;
        font-style: inherit;
        font-weight: 400;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .p-c {
        letter-spacing: 0px;
        text-transform: initial;
        font-size: 19px;
        color: #606060;
        text-align: left;
        font-style: inherit;
        font-weight: 400;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .site{
        margin-top: 70px;
    }

    .nav-item{
        border-top: 1px solid rgba(128, 128, 128, .2);
        width: 350px;
    }

    .h2-sobre {
        letter-spacing: -3px;
        text-transform: initial;
        font-size: 32px;
        color: #dd3333;
        text-align: left;
        font-style: inherit;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 0px;
        margin-bottom: 22px;
    }

}

@media only screen and (max-width: 600px) {

    .imgD{
        display: none;
    }

    .imgM{
        display: block;
    }

    .logo {
        width: 160px!important;
    }

    .titulo-app a{
        font-size: 22px;
        color: #F44336;
        font-weight: 700;
    }
}

/* seção parceiros */

:root {
    --primary-color: #C62D2D;
    --secondary-color: #932222;
    --white: #FFFFFF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.partnership-section {
    background: linear-gradient(135deg, var(--white) 0%, #f9f9f9 100%);
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
}

.partnership-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.partnership-header {
    text-align: center;
    margin-bottom: 30px;
}

.partnership-title {
    color: var(--secondary-color);
    font-size: 2.2rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.partnership-subtitle {
    color: #555;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.partnership-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.partnership-logo {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.partnership-logo img {
    max-width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
}

.partnership-details {
    flex: 2;
    min-width: 300px;
}

.partner-info {
    margin-bottom: 25px;
}

.partner-name {
    color: var(--primary-color);
    font-size: 1.8rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.partner-category {
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.partner-address, .partner-phone {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #444;
}

.partner-icon {
    margin-right: 10px;
    color: var(--primary-color);
}

.benefits-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.benefit-card {
    flex: 1;
    min-width: 250px;
    background-color: var(--white);
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 3px solid var(--primary-color);
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-title {
    color: var(--secondary-color);
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.benefit-description {
    color: #666;
    line-height: 1.5;
}

.highlight {
    color: var(--primary-color);
    font-weight: 600;
}

@media (max-width: 768px) {
    .partnership-title {
        font-size: 1.8rem;
    }

    .partnership-content {
        flex-direction: column;
    }

    .partnership-logo, .partnership-details {
        min-width: 100%;
    }

    .benefit-card {
        min-width: 100%;
    }
}

#owl-demo .item {
    margin: 3px;
}
#owl-demo .item img {
    display: block;
    width: 50%;
    height: auto;
}

.branco{
    color: white;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

