@font-face {
    font-family: 'NOME';
    font-weight: normal;
    font-style: normal;
    src: url(/site/fonts/FILE.woff) format('woff');
}

html, body{
    width: 100%;
    height: 100%;
    position: relative;
    font-family: "Kulim Park", sans-serif;
}
body{
    background-color: #F4F4F4;
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    text-align: justify;
    color: #141C34;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Kulim Park", sans-serif;
    text-align: unset;
}


body.open{
    overflow: hidden;
}

h1,
h2{
    font-family: 'Kulim Park';
    font-weight: 400;
    font-size: 64px;
    line-height: 120%;
    color: #0B2966;
}
h1.small,
h2.small{
    font-size: 48px;
    line-height: 120%;
    color: #141C34;
    text-align: unset;
}

.btn1{
    background: #0B2966;
    border-radius: 10px;
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    padding: 23px 40px;
    border: 2px solid #0B2966;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    &:hover{
        background: transparent;
        color: #0B2966;
    }
    &.v2{
        background: #B72219;
        border-color: #B72219;
        color: #fff;
        &:hover{
            background: transparent;
            border-color: #B72219;
            color: #B72219;
        }
    }
    &.v3{
        background: #B72219;
        border-color: #B72219;
        color: #fff;
        &:hover{
            background: transparent;
            border-color: #fff;
            color: #fff;
        }
    }
}
.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

.row,
.form-group{
    margin: 0 !important;
    overflow: hidden;
}


.iframe_holder{
    position: relative;
    padding-bottom: 53.35%;
    padding-top: 25px;
    height: 0;
}

.iframe_holder iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


@media (min-width: 768px){
    .custom_container {
        max-width: 750px;
    }
}

@media (min-width: 992px){
    .custom_container {
        max-width: 970px;
    }
}


@media (min-width: 1200px){
    .custom_container {
        max-width: 1099px;
    }
}


@media (min-width: 1300px){
    .custom_container {
        max-width: 1199px;
    }
}

@media (min-width: 1400px){
    .custom_container {
        max-width: 1299px;
    }
}

@media (min-width: 1500px){
    .custom_container {
        max-width: 1399px;
    }
}

@media (min-width: 1600px){
    .custom_container {
        max-width: 1499px;
    }
}

.custom_container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1400px) {
    .btn1,
    body{
        font-size: 22px;
    }
    h1,
    h2{
        font-size: 60px;
    }
    h1.small,
    h2.small{
        font-size: 44px;
    }
}

@media screen and (max-width: 1200px) {
    .btn1,
    body{
        font-size: 20px;
    }

    h1,
    h2{
        font-size: 55px;
    }
    h1.small,
    h2.small{
        font-size: 40px;
    }
}

@media screen and (max-width: 992px) {
    .btn1,
    body{
        font-size: 18px;
    }
    .btn1{
        padding: 15px 25px;
    }

    h1,
    h2{
        font-size: 50px;
    }
    h1.small,
    h2.small{
        font-size: 35px;
    }
}
@media screen and (max-width: 767px) {
    .btn1,
    body{
        font-size: 16px;
    }

    h1,
    h2{
        font-size: 40px;
    }
    h1.small,
    h2.small{
        font-size: 30px;
    }
}
@media screen and (max-width: 567px) {
    h1,
    h2{
        font-size: 35px;
    }
}
/*==================================================================================================*/
/*MENU*/
/*==================================================================================================*/

.menu_holder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFFFFF;
    padding: 25px 0;
    width: 100%;
    z-index: 6;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 10%);
}

.menu_holder .holder_menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-header {
    float: unset;
}

.menu_holder .navbar-header {
    float: unset;
    width: 165px;
}

.menu_holder .navbar-header img{
    width: 100%;
    max-width: 100%;
}

.menu_holder .pesquisa {
    width: 165px;
    text-align: right;
}

.menu_holder .menu-toggler{
    position: absolute;
    background: transparent;
    border: 0;
    width: 35px;
    top: 10px;
    right: 2%;
    cursor: pointer;

    display: none;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 38px;
    height: 27px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon1 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #ED1B23;
    border-radius: 18px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1.open span {
    background: #ED1B23;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}
#nav-icon1 span:nth-child(2) {
    top: 10px;
}
#nav-icon1 span:nth-child(3) {
    top: 20px;
}
#nav-icon1.open span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -o-transform: rotate(140deg);
    transform: rotate(140deg);
}
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#nav-icon1.open span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    transform: rotate(-140deg);
}

.menu_holder .menu{
    display: inline-block;
    margin: 0;
    float: unset;
}


.menu_holder .menu ul{
    padding: 0;
}


.menu_holder .menu{
    display: inline-block;
    color: #fff;
    text-align: right;
    vertical-align: middle;
}
.menu_holder .mais_menus{
    display: inline-block;
    color: #fff;
    width: 300px;
    max-width: 100%;
    text-align: right;
    vertical-align: middle;
}
.menu_holder .mais_menus a{
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 5px;
}

.menu_holder .menu-nav{
    list-style: none;
    margin: 0;
}

.menu_holder .menu-nav .dropdown{
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    color: #fff;
}


.menu_holder .menu-nav .dropdown.redes_sociais img{
    width: 28px;
    margin: 0 3px;
}

.menu_holder .menu-nav .dropdown a{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;

    font-family: "Josefin Sans", sans-serif;
}

.menu_holder .menu-nav .dropdown.language a{
    color: #298e2a;
}

.menu_holder .menu-nav .dropdown a:hover,
.menu_holder .menu-nav li.active > a,
.menu_holder .menu-nav li.active:hover > a {
    color: #ED1B23;
    text-decoration: none !important;
}

.menu_holder .dropdown-menu {
    background-color: #fff;
    cursor: default;
    text-align: left;
    color: #000;
    margin-top: 20px;
    top: 5px;
}


.menu_holder .menu-nav .dropdown .dropdown-menu a {
    color: #000;
}

.menu_holder .menu-nav .dropdown .dropdown-menu a:hover,
.menu_holder .menu-nav .dropdown-menu li.active > a,
.menu_holder .menu-nav .dropdown-menu li.active:hover > a {
    color: #D43838;
    text-decoration: none !important;
}

.menu_holder .dropdown-menu hr{
    width: 80%;
    margin: 8px auto;
    border-top: 1px solid #ccc;
}
.menu_holder .dropdown-menu a:hover{
    background-color: transparent;
}


@media screen and (min-width: 993px) {

    .menu_holder .menu {
        display: inline-block !important;
    }

}
@media screen and (max-width: 1200px) {
    .menu_holder .navbar-header,
    .menu_holder .pesquisa {
        width: 130px;
    }
    .menu_holder .menu-nav .dropdown {
        margin: 0 10px;
    }
}
@media screen and (max-width: 992px) {
    .menu_holder .custom_container {
        width: 100%;
        max-width: 100%;
    }

    .menu_holder .holder_menu {
        display: block;
    }

    .menu_holder .navbar-header{
        width: 130px;
        float: unset;
        display: inline-block;
    }

    .menu_holder .menu-toggler{
        display:block;
    }

    .menu_holder .menu {
        width: 100%;
        padding: 40px 0 30px 0;

        display: none;
    }

    .menu_holder .menu-nav {
        padding: 0;
    }
    .menu_holder .menu {
        text-align: left;
    }

    .menu_holder .menu-nav .dropdown {
        display: block;
        width: 100%;
        margin: 15px 0;
    }
    .menu_holder .menu-nav .dropdown a {
        font-size: 17px;
    }

    .menu_holder .menu-toggler {
        display: inline-block;
    }

    .menu_holder .menu-toggler {
        position: absolute;
        top: 31px;
        right: 25px;
    }

    .menu_holder .pesquisa {
        width: auto;
        position: absolute;
        top: 31px;
        right: 75px;
    }
}


/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/
.fakebanner{
    height: 110px;
}

.banner{
    position: relative;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.banner .mask{
    position: absolute;
    width: 100%;
    bottom: -2px;
    z-index: 2;
}

.banner .mask img{
    width: 100%;
}

.banner .holder_slider{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.banner .holder_slider img{
    width: 100%;
}

.banner .holder_slider .single_banner,
.banner .holder_slider .single_banner .holder_content,
.banner .holder_slider .single_banner .holder_content_img{
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 60%;
    position: relative;
}
.banner .holder_slider .single_banner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .holder_slider .single_banner .holder_content_img .iframe_holder{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner .holder_slider video{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    object-fit: cover;
}

.banner.banner_interno .single_banner{
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 35%;
    position: relative;
}

.banner.banner_interno .single_banner:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #B72219 64.42%);
    z-index: 0;
}
.banner.banner_interno .single_banner .conteudo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
}
.banner.banner_interno .single_banner .conteudo .holder_conteudo{
    max-width: 500px;
    color: #fff;
    text-align: left;
}

.banner.banner_interno .single_banner .conteudo .holder_conteudo h1{
    color: #fff;
}

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

    .fakebanner {
        height: 97px;
    }

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

    .banner #slider_home .owl-controls {
        bottom: 70px;
    }

}

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

    .banner.banner_interno .single_banner{
        padding-bottom: 75%;
    }

}


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

    .banner .conteudo .nome {
        font-size: 35px;
        line-height: 46px;
    }

    .banner .conteudo .descricao {
        font-size: 16px;
    }
}


/*==================================================================================================*/
/*BLOCOS*/
/*==================================================================================================*/

.bloco{
    position: relative;
    width: 100%;
    padding: 85px 0;
}

.space{
    padding: 50px 0;
}
.bloco.no-margin{
    padding: 0;
}


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

    .bloco{
        padding: 40px 0;
    }
}


/*==================================================================================================*/
/*MIDDER*/
/*==================================================================================================*/


.midder{
    width: 100%;
    height: 650px;
    position: relative;

    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.midder .conteudo {
    width: 30%;
    top: 20%;
    left: 0;
    text-align: left;
    position: absolute;
    padding: 0 2%;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.midder .conteudo h2 {
    font-size: 48px;
    color: #111;
    text-transform: none;
}
.midder .conteudo p {
    font-size: 17px;
    color: #838383;
}


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

    .midder {
        height: 250px;
        background-attachment: initial;
    }
    .midder .conteudo h2 {
        font-size: 25px;
    }
}

/*@media screen and (max-width: 470px) {

	.midder {
		height: 250px;
	}
	.midder .conteudo h2 {
		font-size: 25px;
	}
}*/


/*==================================================================================================*/
/*HOMEPAGE*/
/*==================================================================================================*/
.small_container{
    margin: 0 auto;
    max-width: 1200px;
}
.sobre_nos{
    .holder_sobre_nos{
        display: flex;
        flex-wrap: wrap;
        .coluna{
            width: 50%;
        }
        .info{
            padding-right: 80px;
            .botao{
                margin-top: 35px;
            }
        }
        .img{
            padding-left: 80px;
            img{
                width: 100%;
            }
        }
    }
}
.bloco-numeros{
    .holder_numeros{
        justify-content: center;
        flex-wrap: wrap;
        .single_numero{
            width: Calc(100% / 5);
            padding: 15px;
            .number-holder{
                .zona_numero{
                    font-weight: 500;
                    font-size: 64px;
                    line-height: 150%;
                    text-align: center;
                    color: #B72219;
                    display: flex;
                    justify-content: center;
                    .number{

                    }
                }
                .title{
                    text-align: center;
                    color: #B72219;
                    max-width: 185px;
                    margin: 0 auto;
                }
            }
        }
    }
}

.cta{
    position: relative;
    padding: 170px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    &:after{
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(183, 34, 25, 0.64);
        position: absolute;
        z-index: 0;
    }
    .custom_container{
        position: relative;
        z-index: 1;
    }
    .conteudo{
        max-width: 690px;
        margin: 0 auto;
        text-align: center;
    }
    .botao{
        margin-top: 15px;
    }
    h2{
        color: #fff;
    }
}

.cta_vodafone_care{
    position: relative;
    &:after{
        content: '';
        position: absolute;
        background: linear-gradient(180deg, #0B2966 45%, #1652CC 100%);
        border-radius: 10px;
        width: Calc(100% - 20px);
        right: 0;
        top: 0;
        height: 100%;
    }
    &:before{
        content: '';
        position: absolute;
        background: #B72219;
        border-radius: 10px;
        width: 30%;
        left: 0;
        bottom: -20px;
        height: 70%;
    }
    .conteudo{
        position: relative;
        z-index: 1;
        max-width: 811px;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        h2{
            font-family: 'Jost', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 96px;
            line-height: 140%;
            color: #FFFFFF;
            margin-bottom: 20px;
        }
        h3{
            font-family: 'Jost', sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 55px;
            line-height: 140%;
            text-align: center;
            color: #FFFFFF;
            margin-bottom: 30px;
        }
        .botao{
            margin-top: 45px;
        }
        .img{
            position: absolute;
            &.img1{
                right: 100%;
                width: 420px;
                max-width: 29vw;
                top: 5%;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }
            &.img2{
                left: 100%;
                width: 415px;
                max-width: 25vw;
                bottom: 5%;
                transform: translateY(50%);
                -moz-transform: translateY(50%);
                -webkit-transform: translateY(50%);
            }
        }
    }
    
    @media screen and (max-width: 1400px) {
        &{
            .conteudo {
                h2 {
                    font-size: 86px;
                }
                h3 {
                    font-size: 45px;
                }
            }
        }
    }
    @media screen and (max-width: 1200px) {
        &{
            .conteudo {
                h2 {
                    font-size: 76px;
                }
                h3 {
                    font-size: 35px;
                }
                .img {
                    &.img1 {
                        right: 86%;
                    }
                    &.img2 {
                        left: 87%;
                    }
                }
            }
        }
    }
    @media screen and (max-width: 992px) {
        &{
            .conteudo {
                padding-left: 40px;
                h2 {
                    font-size: 66px;
                }
                h3 {
                    font-size: 25px;
                }
                .img {
                    display: none;
                }
            }
        }
    }
    @media screen and (max-width: 767px) {
        &{
            .conteudo {
                padding-left: 0;
                h2 {
                    font-size: 40px;
                }
            }

            &:after {
                width: 100%;
            }
            &:before {
                display: none;
            }
        }
    }
}
.cta_plano_saude{
    position: relative;
    padding-bottom: 37%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    .custom_container{
        position: relative;
        z-index: 1;
    }
    .conteudo{
        margin: 0 auto;
        text-align: right;
        position: absolute;
        width: 100%;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        .holder_conteudo{
            max-width: 50%;
            margin-left: auto;
        }
    }
    .botao{
        margin-top: 15px;
    }
    h2{
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 96px;
        line-height: 140%;
        text-align: right;
        color: #FFFFFF;
    }
}
@media screen and (max-width: 1500px) {
    .cta_plano_saude{
        h2{
            font-size: 76px;
        }
    }
}
@media screen and (max-width: 1400px) {

    .bloco-numeros{
        .holder_numeros{
            .single_numero{
                .number-holder{
                    .zona_numero{
                        font-size: 60px;
                    }
                }
            }
        }
    }
    .cta{
        .conteudo{
            max-width: 590px;
        }
    }
    .cta_plano_saude{
        h2{
            font-size: 66px;
        }
    }
}
@media screen and (max-width: 1200px) {
    .sobre_nos{
        .holder_sobre_nos{
            .info{
                padding-right: 40px;
            }
            .img{
                padding-left: 40px;
            }
        }
    }

    .bloco-numeros{
        .holder_numeros{
            .single_numero{
                .number-holder{
                    .zona_numero{
                        font-size: 55px;
                    }
                }
            }
        }
    }
    .cta{
        .conteudo{
            max-width: 490px;
        }
    }
}

@media screen and (max-width: 992px) {
    .sobre_nos{
        .holder_sobre_nos{
            .coluna{
                width: 100%;
            }
            .info{
                padding-right: 0;
                .botao{
                    margin-top: 25px;
                }
            }
            .img{
                padding-left: 0;
                margin-top: 30px;
            }
        }
    }


    .bloco-numeros{
        .holder_numeros{
            .single_numero{
                .number-holder{
                    .zona_numero{
                        font-size: 50px;
                    }
                }
            }
        }
    }

    .cta{
        padding: 90px 0;
    }

    .cta_plano_saude{
        .custom_container {
            max-width: 100%;
        }
        h2{
            font-size: 50px;
        }
    }
}

@media screen and (max-width: 767px) {
    .bloco-numeros{
        .holder_numeros{
            .single_numero{
                width: 100%;
                padding: 15px 0;
                .number-holder{
                    .zona_numero{
                        font-size: 45px;
                    }
                }
            }
        }
    }


    .cta_plano_saude{
        h2{
            font-size: 35px;
        }
    }
}

@media screen and (max-width: 567px) {
    .cta_plano_saude{
        h2{
            font-size: 25px;
        }
    }
}

@media screen and (max-width: 400px) {
    .cta_plano_saude{
        h2{
            font-size: 20px;
        }
    }
}
.testemunhos{
    position: relative;
    .img_absolute{
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        max-width: 12%;
    }
    h2{
        color: #B72219;
        text-align: center;
    }
    .holder_testemunhos{
        margin-top: 75px;
        .single_testemunho{
            padding: 40px 15px 0 15px;
            .holder_testemunho{
                border: 1px solid #0B2966;
                border-radius: 10px;
                background: #F4F4F4;
                padding-bottom: 70px;

                .estrelas{
                    .holder_estrelas{
                        background: #F4F4F4;
                        padding: 0 20px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: 5px;
                        svg{
                            max-width: 17%;
                            height: auto;
                        }
                    }
                    margin-top: -22px;
                    text-align: center;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-bottom: 30px;
                }
                .info{
                    margin-top: 50px;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    justify-content: center;
                    gap: 20px;
                    .imagem{
                        width: 80px;
                        height: 80px;
                        position: relative;
                        border-radius: 50%;
                        overflow: hidden;
                        img{
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }
                    }
                    .nome{

                    }
                }
                .descricao{
                    margin-top: 50px;
                }
                .info,
                .descricao{
                    padding: 0 30px;
                }
            }
        }

        .owl-dots{
            display: flex;
            flex-wrap: wrap;
            margin-top: 20px;
            gap: 7px;
            justify-content: center;
            &.disabled{
                display: none;
            }
            .owl-dot{
                width: 15px;
                height: 15px;
                background: #D9D9D9;
                border-radius: 50%;
                &.active{
                    background: #B72219;
                }
            }
        }
    }
}
#homepage{
    .faixa_logos{
        background: #ED1B23;
        .holder_logos{
            display: flex;
            justify-content: center;
            align-items: center;
            .single_logo{
                padding: 0 40px;
                position: relative;
                &:not(:first-child):before{
                    content: '';
                    width: 4px;
                    background: #fff;
                    height: 102px;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                }
            }
        }
    }
    .sobre_nos{
        .holder_sobre_nos{
            h1{
                margin-bottom: 30px;
            }
        }
    }

    .mapa{
        .holder_mapa{
            h2{
                color: #B72219;
                text-align: left;
            }
            #map{
                margin-top: 25px;
                width: 100%;
                padding-bottom: 60%;
                border-radius: 20px;

                .bloco_ponto_mapa{
                    .titulo{
                        font-size: 20px;
                        font-weight: 700;
                        margin-bottom: 20px;
                    }
                    table{
                        border: none;
                        tr{
                            display: flex;
                            td{
                                padding: 5px 0;
                                &:first-child{
                                    width: 20px;
                                    img{
                                        max-width: 100% !important;
                                        height: auto !important;
                                    }
                                }
                                &:last-child{
                                    width: Calc(100% - 30px);
                                    text-align: left;
                                    padding-left: 10px;
                                }
                            }
                        }
                    }
                    a{
                        color: inherit;
                        text-decoration: none;
                        &:hover{
                            text-decoration: underline;
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 992px) {

        .faixa_logos{
            .holder_logos{
                .single_logo{
                    padding: 0 20px;
                    img{
                        height: 50px;
                    }
                }
            }
        }

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

        .mapa{
            .holder_mapa{
                #map{
                    padding-bottom: 80%;
                }
            }
        }
        .testemunhos {
            .img_absolute {
                display: none;
            }
            .holder_testemunhos {
                margin-top: 25px;
            }
        }
    }
    @media screen and (max-width: 567px) {

        .faixa_logos{
            .holder_logos{
                .single_logo{
                    &:not(:first-child):before{
                        height: 50px;
                    }
                    img{
                        height: 30px;
                    }
                }
            }
        }
    }
}
/*==================================================================================================*/
/*QUEM SOMOS*/
/*==================================================================================================*/
#quem-somos{
    .sobre_nos{
        h1{
            margin-bottom: 60px;
        }
        .holder_sobre_nos {
            .info {
                padding-right: 40px;
            }
            .img {
                padding-left: 40px;
            }
        }
    }
    .bloco_lojas{
        .holder_lojas{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            .single_loja{
                padding: 15px;
                width: Calc(100% / 3);
                .holder_single_loja{
                    position: relative;
                    cursor: pointer;
                    .imagem{
                        position: relative;
                        padding-bottom: 100%;
                        border-radius: 5px;
                        overflow: hidden;
                        .img{
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }
                        .pin{
                            position: absolute;
                            bottom: 22px;
                            right: 11px;
                            width: 36px;
                        }
                    }
                    .conteudo{
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        background: rgb(237 27 35 / 80%);
                        border-radius: 5px;
                        padding: 25px;
                        color: #fff;
                        font-size: 18px;
                        opacity: 0;
                        transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -webkit-transition: all .3s ease-in-out;
                        a{
                            color: inherit;
                            text-decoration: none;
                            &:hover{
                                text-decoration: underline;
                            }
                        }
                        h3{
                            color: #fff;
                            margin-bottom: 20px;
                        }
                        table{
                            border: none;
                            tr{
                                display: flex;
                                td{
                                    padding: 5px 0;
                                    &:first-child{
                                        width: 20px;
                                        img{
                                            max-width: 100% !important;
                                            height: auto !important;
                                            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7492%) hue-rotate(345deg) brightness(106%) contrast(101%);
                                        }
                                    }
                                    &:last-child{
                                        width: Calc(100% - 30px);
                                        text-align: left;
                                        padding-left: 10px;
                                    }
                                }
                            }
                        }
                    }
                    &:hover .conteudo{
                        opacity: 1;
                    }
                }
            }
        }
    }

    .cronologia{
        background: #B72219;
        h2{
            color: #fff;
            text-align: center;
            margin-bottom: 100px;
        }
        .holder_cronologia{
            margin-bottom: 50px;
            .single_testemunho{
                .holder_testemunho{
                    color: #fff;
                    max-width: 520px;
                    margin: 0 auto;
                }
            }
        }
        .holder_cronologia_anos{
            margin-bottom: 50px;
            position: relative;
            .owl-stage{
                display: flex;
                position: relative;

                &:before{
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    -moz-transform: translate(-50%,-50%);
                    -webkit-transform: translate(-50%,-50%);
                    width: 100%;
                    height: 3px;
                    background: #fff;
                }
            }
            .single_testemunho{
                text-align: center;
                height: 100%;
                .holder_testemunho{
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    .ano{
                        width: 60px;
                        height: 60px;
                        background: #B72219;
                        color: #B72219;
                        border: 3px solid #FFFFFF;
                        border-radius: 50%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        text-decoration: none;
                        margin: 0 auto;
                        span{
                            opacity: 0;
                        }
                    }
                }
            }

            .center{
                .single_testemunho{
                    .holder_testemunho{
                        .ano{
                            width: 160px;
                            height: 160px;
                            background: #FFFFFF;
                            span{
                                opacity: 1;
                            }
                        }
                    }
                }
            }
            .owl-dots{
                display: flex;
                flex-wrap: wrap;
                margin-top: 20px;
                gap: 7px;
                justify-content: center;
                &.disabled{
                    display: none;
                }
                &:before{
                    content: '';
                    position: relative;
                    background-image: url(/site/imagens/logo_white.png);
                    width: 100%;
                    height: 86px;
                    background-position: center;
                    background-size: auto 100%;
                    background-repeat: no-repeat;
                    display: block;
                    margin-bottom: 50px;
                    margin-top: 100px;
                }
                .owl-dot{
                    width: 15px;
                    height: 15px;
                    background: #D9D9D9;
                    border-radius: 50%;
                    position: relative;
                    &.active{
                        background: #fff;
                    }
                }
            }
        }
    }
    @media screen and (max-width: 1200px){
        .bloco_lojas{
            .holder_lojas{
                .single_loja{
                    .holder_single_loja{
                        .conteudo{
                            font-size: 16px;
                            padding: 10px;
                            h3{
                                font-size: 20px;
                            }
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 992px){
        .bloco_lojas{
            .holder_lojas{
                .single_loja{
                    width: 50%;
                }
            }
        }
        .sobre_nos{
            h1{
                margin-bottom: 20px;
            }
            .holder_sobre_nos {
                .info {
                    padding-right: 0;
                }
                .img {
                    padding-left: 0;
                }
            }
        }

        .cronologia {
            h2 {
                margin-bottom: 30px;
            }
            .holder_cronologia_anos {
                .owl-dots {
                    &:before {
                        margin-bottom: 40px;
                        margin-top: 50px;
                    }
                }
                .owl-stage {
                    display: block;
                    padding: 0;
                    position: relative;
                }
                .center {
                    .single_testemunho {
                        .holder_testemunho {
                            .ano {
                                width: 130px;
                                height: 130px;
                            }
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 767px){

        .bloco_lojas{
            .holder_lojas{
                .single_loja{
                    width: 100%;
                    padding: 15px 0;
                    .conteudo{
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        flex-wrap: wrap;
                        align-content: center;
                        h3{
                            width: 100%;
                            text-align: center;
                        }
                    }
                }
            }
        }
    }
}

/*==================================================================================================*/
/*SERVICOS*/
/*==================================================================================================*/
#servicos{
    .lista_servicos{
        .holder_servicos{
            display: flex;
            flex-wrap: wrap;
        }
        .single_servico{
            width: Calc(100% / 3);
            padding: 10px;
            font-weight: 700;
            color: #B72219;
            text-align: center;
            a{
                height: 100%;
                color: inherit;
                width: 100%;
                text-decoration: none;
                &:hover{
                    color: #0B2966;
                    .holder_servico{
                        color: #fff;
                        background: #0B2966;
                        img{

                            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7492%) hue-rotate(345deg) brightness(106%) contrast(101%);
                        }
                    }
                }
            }
            .holder_servico{
                height: 100%;
                width: 100%;
                background: #FFFFFF;
                border-radius: 20px;
                box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
                padding: 45px;
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                .nome{
                    margin-top: 55px;
                    text-transform: uppercase;
                }
                .imagem{
                    position: relative;
                    padding-bottom: 50%;
                    width: 160px;
                    height: 0;
                    overflow: hidden;
                    margin: 0 auto;
                    img{
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                }
            }
        }
    }

    @media screen and (max-width: 992px) {
        .lista_servicos{
            .single_servico{
                width: Calc(100% / 2);
            }
        }
    }

    @media screen and (max-width: 567px) {
        .lista_servicos{
            .single_servico{
                width: 100%;
                padding: 10px 0;
            }
        }
    }
}

/*==================================================================================================*/
/*PLANOS DE SAUDE*/
/*==================================================================================================*/
#plano-de-saude{
    .planos{
        .linha{
            display: flex;
            flex-wrap: wrap;
            .single_plano{
                padding: 10px;
                width: 50%;
                .holder_single_plano{
                    border: 5px solid #B72219;
                    border-radius: 25px;
                    overflow: hidden;
                    height: 100%;
                    display: flex;
                    flex-wrap: wrap;
                    align-content: space-between;
                    .nome{
                        background: #B72219;
                        font-family: 'Jost', sans-serif;
                        font-style: normal;
                        font-weight: 500;
                        font-size: 48px;
                        line-height: 140%;
                        text-align: center;
                        color: #FFFFFF;
                        padding: 35px 10px 10px 10px;
                        width: 100%;
                        text-transform: uppercase;
                    }
                    .conteudo{
                        padding: 30px 25px;
                        display: flex;
                        flex-wrap: wrap;
                        width: 100%;
                        .descricao{
                            width: 100%;
                        }
                        .preco{
                            margin-top: 60px;
                            font-family: 'Jost', sans-serif;
                            font-style: normal;
                            font-weight: 500;
                            font-size: 50px;
                            line-height: 140%;
                            text-align: center;
                            color: #B72219;
                            width: 100%;
                        }
                    }
                }
            }
            &:nth-child(odd){
                .single_plano:nth-child(odd){
                    .holder_single_plano{

                    }
                }
                .single_plano:nth-child(even){
                    .holder_single_plano{
                        border: 5px solid #0B2966;
                        .nome{
                            background: #0B2966;
                        }
                    }
                }
            }
            &:nth-child(even){
                .single_plano:nth-child(odd){
                    .holder_single_plano{
                        border: 5px solid #0B2966;
                        .nome{
                            background: #0B2966;
                        }
                    }
                }
                .single_plano:nth-child(even){
                    .holder_single_plano{
                        border: 5px solid #B72219;
                        .nome{
                            background: #B72219;
                        }
                    }
                }
            }
        }
    }
    .banner_planos{
        .background{
            background: #0B2966;
        }
        .holder_planos{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            .descricao{
                width: 60%;
                color: #fff;
            }
            .titulo{
                width: 40%;
                h2{
                    text-align: right;
                    color: #fff;
                    font-weight: 700;
                }
            }
        }
        .imagem{
            text-align: center;
            margin-top: -10%;
            z-index: 2;
            position: relative;
            margin-bottom: 40px;
            img{
                width: 640px;
                max-width: 50%;
            }
        }
    }
    @media screen and (max-width: 1400px){
        &{
            .planos{
                .linha{
                    .single_plano{
                        .holder_single_plano{
                            .nome{
                                font-size: 40px;
                            }
                            .conteudo{
                                .preco{
                                    font-size: 42px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 1300px){
        &{
            .banner_planos {
                .holder_planos {
                    .descricao {
                        width: 55%;
                    }

                    .titulo {
                        width: 45%;
                    }
                }
            }
        }
    }
    @media screen and (max-width: 1200px){
        &{
            .planos{
                .linha{
                    .single_plano{
                        .holder_single_plano{
                            .nome{
                                font-size: 35px;
                            }
                            .conteudo{
                                .preco{
                                    font-size: 37px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 992px){
        &{
            .planos{
                .linha{
                    .single_plano{
                        padding: 10px 0;
                        width: 100%;
                        .holder_single_plano{
                            .nome{
                                font-size: 28px;
                            }
                            .conteudo{
                                .preco{
                                    font-size: 30px;
                                }
                            }
                        }
                    }
                    &:nth-child(odd){
                        .single_plano:nth-child(odd){
                            .holder_single_plano{

                            }
                        }
                        .single_plano:nth-child(even){
                            .holder_single_plano{
                                border: 5px solid #0B2966;
                                .nome{
                                    background: #0B2966;
                                }
                            }
                        }
                    }
                    &:nth-child(even){
                        .single_plano:nth-child(odd){
                            .holder_single_plano{
                                border: 5px solid #B72219;
                                .nome{
                                    background: #B72219;
                                }
                            }
                        }
                        .single_plano:nth-child(even){
                            .holder_single_plano{
                                border: 5px solid #0B2966;
                                .nome{
                                    background: #0B2966;
                                }
                            }
                        }
                    }
                }
            }

            .banner_planos {
                .background{
                    padding-bottom: 80px;
                }
                .holder_planos {
                    .descricao {
                        width: 100%;
                        order: 2;
                    }

                    .titulo {
                        width: 100%;
                        order: 1;
                        h2{
                            margin-bottom: 30px;
                            text-align: left;
                        }
                    }
                }
            }
        }
    }

    @media screen and (max-width: 767px){
        &{
            .banner_planos {
                & .imagem {
                    img {
                        max-width: 100%;
                    }
                }
            }
        }
    }
}
/*==================================================================================================*/
/*VODAFONE CARE*/
/*==================================================================================================*/
#vodafone-care{
    .cta_vodafone_care {
        padding: 100px 0;
    }

    .vantagens{

        .img_mobile{
            display: none;
            max-width: 100%;
            margin: 30px auto 0 auto;
            width: 350px;
        }
        .linha{
            display: flex;
            flex-wrap: wrap;
            position: relative;
            img{
                position: absolute;
                width: Calc(50% - 10px);
                height: Calc(100% - 10px);
                object-fit: contain;
                right: 0;
                bottom: 10px;
                object-position: bottom;
            }
            .single_plano{
                padding: 10px;
                width: 50%;
                &.w100{
                    width: 100%;
                    .holder_single_plano{
                        width: Calc(50% - 10px);
                    }
                }
                .holder_single_plano{
                    border: 5px solid #B72219;
                    border-radius: 25px;
                    overflow: hidden;
                    height: 100%;
                    display: flex;
                    flex-wrap: wrap;
                    align-content: space-between;
                    .nome{
                        background: #B72219;
                        font-family: 'Jost', sans-serif;
                        font-style: normal;
                        font-weight: 500;
                        font-size: 48px;
                        line-height: 140%;
                        text-align: center;
                        color: #FFFFFF;
                        padding: 35px 10px 10px 10px;
                        width: 100%;
                    }
                    .conteudo{
                        padding: 30px 25px;
                        display: flex;
                        flex-wrap: wrap;
                        width: 100%;
                        .descricao{
                            width: 100%;
                        }
                    }
                }
            }
            &:nth-child(odd){
                .single_plano:nth-child(odd){
                    .holder_single_plano{

                    }
                }
                .single_plano:nth-child(even){
                    .holder_single_plano{
                        border: 5px solid #0B2966;
                        .nome{
                            background: #0B2966;
                        }
                    }
                }
            }
            &:nth-child(even){
                .single_plano:nth-child(odd){
                    .holder_single_plano{
                        border: 5px solid #0B2966;
                        .nome{
                            background: #0B2966;
                        }
                    }
                }
                .single_plano:nth-child(even){
                    .holder_single_plano{
                        border: 5px solid #B72219;
                        .nome{
                            background: #B72219;
                        }
                    }
                }
            }

            &:nth-child(1){
                .single_plano:nth-child(odd){
                    .holder_single_plano{
                        border: 5px solid #0B2966;
                        .nome{
                            background: #0B2966;
                        }
                    }
                }
                .single_plano:nth-child(even){
                    .holder_single_plano{
                        border: 5px solid #B72219;
                        .nome{
                            background: #B72219;
                        }
                    }
                }
            }
            &:nth-child(2){

                .single_plano:nth-child(odd){
                    .holder_single_plano{
                        border: 5px solid #B72219;
                        .nome{
                            background: #B72219;
                        }
                    }
                }
                .single_plano:nth-child(even){
                    .holder_single_plano{
                        border: 5px solid #0B2966;
                        .nome{
                            background: #0B2966;
                        }
                    }
                }
            }
        }
    }

    @media screen and (max-width: 1400px){
        &{
            .vantagens{
                .linha{
                    .single_plano{
                        .holder_single_plano{
                            .nome{
                                font-size: 40px;
                            }
                            .conteudo{
                                .preco{
                                    font-size: 42px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 1200px){
        &{
            .vantagens{
                .linha{
                    .single_plano{
                        .holder_single_plano{
                            .nome{
                                font-size: 35px;
                            }
                            .conteudo{
                                .preco{
                                    font-size: 37px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 992px){
        &{

            .fakebanner2{
                display: none;
            }
            .cta_vodafone_care {
                padding: 50px 0 30px;
                &:after {
                    border-radius: 0 0 10px 10px;
                }
            }
            .vantagens{
                .img_mobile{
                    display: block;
                }
                .linha{
                    img{
                        display: none;
                    }
                    .single_plano{
                        padding: 10px 0;
                        width: 100%;
                        &.w100{
                            .holder_single_plano{
                                width: 100%;
                            }
                        }
                        .holder_single_plano{
                            .nome{
                                font-size: 28px;
                            }
                            .conteudo{
                                .preco{
                                    font-size: 30px;
                                }
                            }
                        }
                    }
                    &:nth-child(odd){
                        .single_plano:nth-child(odd){
                            .holder_single_plano{

                            }
                        }
                        .single_plano:nth-child(even){
                            .holder_single_plano{
                                border: 5px solid #0B2966;
                                .nome{
                                    background: #0B2966;
                                }
                            }
                        }
                    }
                    &:nth-child(even){
                        .single_plano:nth-child(odd){
                            .holder_single_plano{
                                border: 5px solid #B72219;
                                .nome{
                                    background: #B72219;
                                }
                            }
                        }
                        .single_plano:nth-child(even){
                            .holder_single_plano{
                                border: 5px solid #0B2966;
                                .nome{
                                    background: #0B2966;
                                }
                            }
                        }
                    }
                    &:nth-child(1){
                        .single_plano:nth-child(odd){
                            .holder_single_plano{
                                border: 5px solid #B72219;
                                .nome{
                                    background: #B72219;
                                }
                            }
                        }
                        .single_plano:nth-child(even){
                            .holder_single_plano{
                                border: 5px solid #0B2966;
                                .nome{
                                    background: #0B2966;
                                }
                            }
                        }
                    }
                    &:nth-child(2){
                        .single_plano:nth-child(odd){
                            .holder_single_plano{
                                border: 5px solid #B72219;
                                .nome{
                                    background: #B72219;
                                }
                            }
                        }
                        .single_plano:nth-child(even){
                            .holder_single_plano{
                                border: 5px solid #0B2966;
                                .nome{
                                    background: #0B2966;
                                }
                            }
                        }
                    }
                }
            }

        }
    }
}
/*==================================================================================================*/
/*BLOG*/
/*==================================================================================================*/
.pagina_noticias{

}

.pagina_noticias .listagem_noticias .paginacao{

}

.pagina_noticias .listagem_noticias .paginacao .single_pag{
    display: inline-block;
    cursor: pointer;
    padding: 10px;
}

.pagina_noticias .listagem_noticias .paginacao .single_pag.active{
    font-weight: 600;
}

.pagina_noticias .listagem_noticias .lista_noticias{
    display: flex;
    flex-wrap: wrap;
}
.pagina_noticias .listagem_noticias .single_noticia{
    width: Calc(100% / 3);
}

.pagina_noticias .listagem_noticias .single_noticia .imagem img{
    width: 100%;
}
.pagina_noticias #load-noticias-blog.display_none{
    display: none !important;
}
.pagina_noticias .noticias-loading-blog{
    display: none;
}

/*==================================================================================================*/
/*FAQS*/
/*==================================================================================================*/

#faqs {
    overflow: hidden;
    h1{
        margin-bottom: 50px;
    }
    .holder_faqs {
        .single_faq{
            border: 1px solid #0B2966;
            border-radius: 10px;
            padding: 28px 40px;
            margin-bottom: 25px;

            &:last-child{
                margin-bottom: 0;
            }
            .pergunta{
                cursor: pointer;
                .cabecalho{
                    position: relative;
                    padding-right: 45px;
                    h2{
                        font-family: 'Kulim Park', sans-serif;
                        font-style: normal;
                        font-weight: 400;
                        font-size: 32px;
                        line-height: 36px;
                        text-align: left;
                        color: #0B2966;
                        margin: 0;
                    }
                    span{
                        position: absolute;
                        color: #0B2966;
                        top: 5px;
                        font-size: 26px;
                        right: 0;
                        transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -webkit-transition: all .3s ease-in-out;
                    }
                }
            }
            .resposta{

                display: none;
                padding-top: 30px;
            }
            .resposta,
            .resposta p{
                margin: 0;
                font-size: 32px;
                line-height: 46px;
                text-align: justify;
                color: #0B2966;
            }
        }

    }

    @media screen and (max-width: 1400px){
        &{
            .holder_faqs {
                .single_faq {
                    .pergunta {
                        .cabecalho {
                            h2 {
                                font-size: 28px;
                                line-height: 32px;
                            }
                        }
                    }
                    .resposta, .resposta p {

                        font-size: 28px;
                        line-height: 32px;
                    }

                }
            }
        }
    }

    @media screen and (max-width: 1200px){
        &{
            .holder_faqs {
                .single_faq {
                    .pergunta {
                        .cabecalho {
                            h2 {
                                font-size: 24px;
                                line-height: 28px;
                            }
                        }
                    }
                    .resposta, .resposta p {
                        font-size: 24px;
                        line-height: 28px;
                    }

                }
            }
        }
    }

    @media screen and (max-width: 992px){
        &{
            .holder_faqs {
                .single_faq {
                    padding: 15px 20px;
                    .pergunta {
                        .cabecalho {
                            h2 {
                                font-size: 18px;
                                line-height: 24px;
                            }
                            span{
                                top: -2px;
                            }
                        }
                    }
                    .resposta, .resposta p {
                        font-size: 18px;
                        line-height: 24px;
                    }

                }
            }
        }
    }
}


.faqs .holder_faqs .pergunta.open .cabecalho span{
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/*==================================================================================================*/
/*CONTACTOS*/
/*==================================================================================================*/
.zona_formulario{
    background: #B72219;
    .holder_formulario{
        display: flex;
        flex-wrap: wrap;
        color: #fff;
        .coluna{
            width: 50%;
            &.formulario{
                padding-right: 60px;
            }
            &.info{
                padding-left: 60px;
            }
        }
        h2{
            text-align: center;
            color: #fff;
            margin-bottom: 65px;
        }
        .form{
            background: #F4F4F4;
            border-radius: 10px;
            padding: 55px;
            .btn1{
                text-align: center;
                width: 100%;
            }
        }
    }
    @media screen and (max-width: 1200px) {
        & {
            .holder_formulario {
                .form {
                    padding: 35px;
                }
                .coluna{
                    &.formulario {
                        padding-right: 40px;
                    }
                    &.info {
                        padding-left: 40px;
                    }
                }
            }
        }
    }
    @media screen and (max-width: 1200px) {
        & {
            .holder_formulario {
                h2{
                    margin-bottom: 45px;
                }
                .form {
                    padding: 25px;
                }
                .coluna{
                    width: 100%;
                    &.formulario {
                        padding-right: 0;
                        order: 2;
                    }
                    &.info {
                        padding-left: 0;
                        margin-bottom: 40px;
                        order: 1;
                    }
                }
            }
        }
    }
}
.formulario{
    .single_input{
        margin-bottom: 25px;
        .input{
            border: 1px solid #000000;
            border-radius: 5px;
            color: #000000;
            width: 100%;
            background: transparent;
            padding: 8px 20px;
            outline: none;
        }
        textarea{
            height: 180px;
            resize: none;
        }
        &.rgpd{
            font-size: 20px;
            line-height: 29px;
            color: #000000;
            text-align: left;
            a{
                color: inherit;
            }
        }
    }
    .alert{
        font-size: 14px;
        line-height: 140%;
    }
}


.contactos{
    .single_contactos{
        display: flex;
        padding: 20px 0;
        align-items: center;
        .icon{
            width: 28px;
            text-align: center;
            img{
                max-width: 100%;
            }
        }
        .info{
            width: Calc(100% - 28px);
            padding-left: 13px;
            font-style: normal;
            font-weight: 400;
            font-size: 24px;
            line-height: 27px;
            color: #0B2966;
            a{
                color: inherit;
                text-decoration: none;
                &:hover{
                    text-decoration: underline;
                }
            }
        }
    }
}

#contactos{
    .bloco_lojas{
        .holder_lojas{
            margin-top: 70px;
            .single_loja{
                padding: 70px 0;
                .holder_single_loja{
                    display: flex;
                    flex-wrap: wrap;
                    .conteudo{
                        width: 60%;
                        padding-right: 60px;
                        h3{
                            font-weight: 700;
                            font-size: 24px;
                            line-height: 27px;
                            color: #0B2966;
                            margin-bottom: 40px;
                        }
                        table{
                            border: none;
                            width: 100%;
                            tr{
                                display: flex;
                                td{
                                    padding: 5px 0;
                                    &:first-child{
                                        width: 20px;
                                        img{
                                            max-width: 100% !important;
                                            height: auto !important;
                                        }
                                    }
                                    &:last-child{
                                        width: Calc(100% - 30px);
                                        text-align: left;
                                        padding-left: 10px;
                                    }
                                }
                            }
                        }
                        a{
                            color: inherit;
                            text-decoration: none;
                            &:hover{
                                text-decoration: underline;
                            }
                        }
                    }
                    .imagem{
                        width: 40%;
                        img{
                            width: 100%;
                            border-radius: 10px;
                        }
                    }
                }
            }
        }
    }

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

        .bloco_lojas{
            .holder_lojas{
                margin-top: 20px;
                .single_loja{
                    padding: 50px 0;
                    .holder_single_loja{
                        .conteudo{
                            width: 100%;
                            padding-right: 0;
                        }
                        .imagem{
                            width: 100%;
                            margin-top: 40px;
                        }
                    }
                }
            }
        }
    }
}
/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/

footer{
    h4{
        font-family: 'Kulim Park';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 27px;
        color: #B72219;
        text-transform: uppercase;
        margin-bottom: 40px;
    }
    .holder_footer{
        display: flex;
        flex-wrap: wrap;
        .coluna{
            width: Calc(100% / 4);
            padding: 0 15px;
        }
        .menu{
            .dropdown{

                color: #B72219;
                margin-bottom: 15px;
                a{
                    font-style: normal;
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 20px;
                    text-decoration: none;
                    color: inherit;
                    &:hover{
                        text-decoration: underline;
                    }
                }
            }
        }

        .contactos{
            .single_contactos{
                &:first-child{
                    padding-top: 0;
                }
                .info{
                    font-size: 18px;
                    line-height: 20px;
                    color: #B72219;
                }
            }
        }
        .certificados{
            display: flex;
            flex-wrap: wrap;
            width: Calc((100% / 4) + 5%);
            .single_logo{
                width: 50%;
                padding: 0 5px;
                img{
                    width: 100%;
                }
            }
        }
        .logo_redes{
            width: Calc((100% / 4) - 5%);
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: flex-end;
            .logo{
                img{
                    width: 100%;
                }
            }
            .redes_sociais{
                display: flex;
                flex-wrap: wrap;
                gap: 10px;

                a{
                    text-decoration: none;
                }
                .single_rede{
                    font-size: 45px;
                    color: #B72219;
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    &:hover{
                        color: #0B2966;
                    }
                }
            }
        }
    }
    .lower_footer{
        font-weight: 400;
        font-size: 17px;
        line-height: 25px;
        color: #B72219;
        text-align: center;
        padding-bottom: 40px;
        font-family: "Jost", sans-serif;
        a{
            color: inherit;
        }
    }


    @media screen and (max-width: 1400px) {
        & {
            h4 {
                font-size: 22px;
                line-height: 25px;
            }
        }
    }

    @media screen and (max-width: 1200px) {
        & {
            h4 {
                font-size: 20px;
                line-height: 23px;
                margin-bottom: 20px;
            }
            .holder_footer {
                .menu {
                    .dropdown {
                        a {
                            font-size: 16px;
                            line-height: 18px;
                        }
                    }
                }
                .contactos {
                    .single_contactos {

                        padding: 10px 0;
                        .info {
                            font-size: 16px;
                            line-height: 18px;
                        }
                    }
                }
            }
        }
    }

    @media screen and (max-width: 992px) {
        &{
            .holder_footer {
                .coluna {
                    width: 50% !important;
                }
                .logo_redes {
                    .logo {
                        img {
                            max-width: 200px;
                        }
                    }
                }
                .logo_redes {
                    .redes_sociais {
                        width: 100%;
                        justify-content: flex-end;
                    }
                }
            }
        }
    }

    @media screen and (max-width: 767px) {
        &{
            .holder_footer {
                .coluna {
                    width: 100% !important;
                    text-align: center;
                }
                .menu{
                    ul{
                        list-style: none;
                        margin: 0;
                        padding: 0;
                    }
                }
                .contactos {
                    margin-top: 40px;
                    .single_contactos {
                        justify-content: center;
                        .icon {
                            width: auto;
                        }
                        .info {
                            width: auto;
                        }
                    }
                }
                .certificados{

                    margin-top: 40px;
                }

                .logo_redes {
                    justify-content: center;
                    .logo {
                        display: none;
                    }
                    .redes_sociais {
                        width: 100%;
                        justify-content: center;
                    }
                }
            }
        }
    }
}

.politica_privacidade table{
    max-width: 100% !important;
    border: none !important;
}

.politica_privacidade table tr td{
    width: Calc(100% / 3) !important;
    padding: 5px 10px;
    border: none !important;
}
.politica_privacidade table tr th{
    background: #c6c5c5;
    padding: 5px 10px;
}

#pesquisa{
    .formulario{
        margin: 40px auto 0 auto;
        max-width: 992px;
    }

    .lista_resultados{
        margin: 0 auto;
        max-width: 992px;
        ul{
            li{
                padding: 5px 0;
                text-align: left;
                a{
                    color: inherit;
                    text-decoration: none;
                    &:hover{
                        color: #B72219;
                    }
                }
            }
        }
    }
}