﻿/**************************************************************************************************************************
* 
* SITE: realvidaseguros.pt
* 
* AUTHOR: MIGUEL TEIXEIRA, RICARDO NASCIMENTO | MADE2WEB.COM 2015
* 
**************************************************************************************************************************/

* {
    -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
}

/* Defaults */

html, body {
    height: 100%;
    min-height: 100%;
    font-size: 14px;
    font-family: 'nexaregular';
    color: #58595b;
}


a {
    color: #00aae5;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    a:hover {
        text-decoration: none;
        color: #00aae5 !important;
    }

    a:active, a:focus {
        outline: none;
    }



ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

h1 {
    font-size: 28px;
    font-family: "nexaregular";
    color: #231f20;
    margin: 0;
}

h2 {
    font-size: 24px;
    font-family: "nexaregular";
    color: #231f20;
    margin: 0;
}

.pagecontent h4,
.pagecontent h3 {
    margin-bottom: 10px;
    margin-top: 5px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    font-family: "nexaregular";
    color: #231f20;
    margin: 0;
}

.moduletitle {
    font-size: 30px;
    font-family: "nexaregular";
    text-align: center;
    color: #231f20;
    margin-bottom: 20px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
    font-family: "nexaregular";
    color: #231f20;
    margin: 0;
}

p {
    color: #808285;
}

strong,
.strong {
    font-family: "nexabold";
}

small {
    font-size: 10px;
    font-style: italic;
}

.clear {
    clear: both;
}

.nopadding {
    padding: 0 !important;
}



select,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"] {
    height: 25px;
    margin-bottom: 5px;
    border-radius: 7px;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #F7F7F7) );
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
    background-image: linear-gradient(to top, #FFFFFF 0%, #F7F7F7 100%);
}

    input:focus,
    select:focus {
        box-shadow: 0 0 10px #ccc;
        outline: none;
    }



.alert-success,
.alert-danger {
    width: 100%;
    line-height: 20px;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
        position:fixed;
    Top:200px;
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
        position:fixed;
    Top:200px;
}

.pagecontent {
    background-color: #fff;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    z-index: 200;
}

.pagecontent_grey {
    background-color: #f1f2f2;
    padding: 20px 0;
    position: relative;
    z-index: 200;
}

.article-subtitle {
    margin-bottom: 40px;
    text-align: center;
}

.article-title {
    font-size: 34px;
    line-height: 38px;
    color: #58595b;
    text-align: center;
    margin-bottom: 20px;
}

.noticias .article-title.page_noticias {
    font-size: 34px;
    line-height: 38px;
    text-align: center;
}

.noticias .article-title {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
}

.rc {
    text-align: center;
    background-color: #F7F7F7;
}

.rc_head {
    background: #f1f2f2;
}

.rc td {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}


.bg_grey {
    background-color: #f1f2f2;
    color: #000;
}

.bg_blue {
    background-color: #76c1e5;
    color: #fff;
}

.table_produtos {
    width: 100%;
    float: left;
}

    .table_produtos td {
        padding: 5px;
        border: 1px solid #fff;
    }

        .table_produtos td p {
            margin-bottom: 0;
            color: #fff;
            font-family: 'nexabold';
        }

.backbutton {
    background-color: #00aae5;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 5px 10px;
}

    .backbutton:hover {
        background-color: #f1f2f2;
    }


.div75 {
    width: 75%;
    margin: 0 12.5%;
}

body.area-reservada-agentes .pagecontent,
body.area-reservada-clientes .pagecontent {
    padding: 0;
}

body.area-reservada-agentes .container h3.article-title,
body.area-reservada-clientes .container h3.article-title {
    display: none;
}
/**************************** HEADER **********************/

.headbg {
    background-color: #fff;
}

.headerlogo {
    margin: 40px 0 25px 0;
    padding-left: 60px;
}




/**************************** MENU **********************/

#header {
    z-index: 9999999999999;
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

.menubg {
    color: #58595b;
    bottom: 0;
}


.headermenu {
    text-align: right;
    padding: 0;
}



#menu .navbar-default,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
    background: none;
    padding: 0;
}

#menu ul {
    display: table;
    width: 100%;
    padding-top: 50px;
}

#menu .collapse-sign {
    display: none;
}

#menu .dropdown_menu {
    top: 100%;
    display: block;
    z-index: 1000;
    float: left;
}


.nav > li {
    position: inherit;
}

#menu .dropdown_menu {
    position: absolute;
    z-index: 9999;
    padding-top: 10px;
    box-shadow: inset 0 6px 12px rgba(0,0,0,0.175);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

#menu li {
    display: inline-table;
    text-align: center;
    float: none;
    padding: 10px 0 41px 0;
}

#menu .navbar-default .navbar-nav > .active > a {
    background: none;
    color: #1AAAE2;
}

#menu .navbar-default .navbar-nav > li > a {
    border-right: 1px solid #58595b;
}

#menu .navbar-default .navbar-nav > li:last-child > a {
    border-right: none;
}

#menu .inner_menu {
    margin: 10px 0;
    padding: 0px;
    border-right: 1px solid #808285;
}

    #menu .inner_menu:last-child {
        border-right: none;
    }

    #menu .inner_menu .inner_menu_content {
        width: 100%;
        float: left;
        padding-top: 0;
    }
        /*
#menu .inner_menu .inner_menu_image{
	width:28%;
	margin-right:2%;
	float:left;

	}
#menu .inner_menu .inner_menu_image{
	text-align:center;
	margin-top:20px;
	}	
	*/

        #menu .inner_menu .inner_menu_content .dropdown_item li {
            text-transform: capitalize;
            font-size: 12px;
            margin-bottom: 5px;
        }

        #menu .inner_menu .inner_menu_content h3 {
            margin-bottom: 10px;
        }

            #menu .inner_menu .inner_menu_content h3 a {
                color: #000;
                font-size: 12px;
                text-transform: uppercase;
                line-height: 14px;
            }

        #menu .inner_menu .inner_menu_content li {
            color: #000;
            font-size: 12px;
            padding: 0;
            display: list-item;
        }

        #menu .inner_menu .inner_menu_content .dropdown_item {
            text-align: center;
            padding-left: 5px;
            padding-right: 5px;
        }

        #menu .dropdown_menu li a,
        #menu .inner_menu .inner_menu_content li a {
            color: #58595b;
        }

            #menu .inner_menu .inner_menu_content li a:hover {
                color: #3276b1;
            }

#menu .navbar-default .navbar-nav > li.acesso_clientes,
#menu .navbar-default .navbar-nav > li.acesso_agentes {
    padding: 0;
}

    #menu .navbar-default .navbar-nav > li.acesso_clientes > a,
    #menu .navbar-default .navbar-nav > li.acesso_agentes > a {
        text-transform: uppercase;
        color: #fff;
    }

    #menu .navbar-default .navbar-nav > li.acesso_clientes > a {
        background-color: #00bcf1;
        border-right: 1px solid #fff;
    }

    #menu .navbar-default .navbar-nav > li.acesso_agentes > a {
        background-color: #00aae5;
    }

    #menu .navbar-default .navbar-nav > li.acesso_clientes > a:hover {
        color: #00bcf1;
        background-color: #f1f2f2;
    }

    #menu .navbar-default .navbar-nav > li.acesso_agentes > a:hover {
        color: #00aae5;
        background-color: #f1f2f2;
    }

    #menu .navbar-default .navbar-nav > li.contactos > a,
    #menu .navbar-default .navbar-nav > li.acesso_agentes > a {
        border-right: none;
    }

#menu .navbar-default .navbar-nav > li.icon_search {
    background-color: #f1f2f2;
}

    #menu .navbar-default .navbar-nav > li.icon_search > a {
        padding-top: 3px;
        padding-bottom: 4px;
    }

#menu .navbar-default .navbar-nav > li.icon_search {
    padding-top: 0px;
    padding-bottom: 0px;
}

#menu .navbar-default .navbar-nav > li > a {
    color: #58595b;
    /*margin: 8px 0;*/
    line-height: 0px;
    text-transform: capitalize;
    padding-left: 3px;
    padding-right: 3px;
}

    #menu .navbar-default .navbar-nav > li > a.active {
        color: #1AAAE2;
    }

#menu .navbar-default .navbar-nav > li.acesso_clientes > a.active,
#menu .navbar-default .navbar-nav > li.acesso_agentes > a.active {
    color: #ffffff;
}

.dropdown_menu {
    background-color: rgba(241,242,242,0.95);
}

.navbar-default .navbar-nav > .open,
#menu .navbar-default .navbar-nav > li:hover {
    background-color: #f1f2f2;
}

#menu .navbar-default .navbar-nav > li > a:hover {
    color: #1AAAE2;
}


.log {
    background-color: #f27020;
}

#menu .log .navbar-default .navbar-nav > li {
    border-right: 1px solid #fff;
}

    #menu .log .navbar-default .navbar-nav > li:last-child {
        border-right: none;
    }

    #menu .log .navbar-default .navbar-nav > li > a.active {
        color: #F6B388;
    }

    #menu .log .navbar-default .navbar-nav > li > a:hover {
        color: #F6B388;
    }


#menu .simple_li .dropdown_menu li {
    float: left;
    padding: 10px 0;
    margin-bottom: 10px;
}

#menu li.simple_li .dropdown_menu li a .fa {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}

#menu li.simple_li .dropdown_menu li {
    border-right: 1px solid #808285;
}

    #menu li.simple_li .dropdown_menu li:last-child {
        border-right: none;
    }

#menu .id_institucional.simple_li .dropdown_menu li {
    width: 20%;
}

#menu .id_empresas.simple_li .dropdown_menu li {
    width: 33%;
}

#menu .id_informacoes.simple_li .dropdown_menu li {
    width: 12.5%;
}

#menu .id_simuladores.simple_li .dropdown_menu li {
    width: 14.28%;
}

#menu .id_saude.simple_li .dropdown_menu li {
    width: 33%;
}

#menu .id_institucional.simple_li a,
#menu .id_informacoes.simple_li a,
#menu .id_simuladores.simple_li a {
    cursor: default;
    color: #58595b !important;
}

    #menu .id_institucional.simple_li a:hover,
    #menu .id_informacoes.simple_li a:hover,
    #menu .id_simuladores.simple_li a:hover {
        color: #1AAAE2 !important;
    }

#menu .id_institucional.simple_li .dropdown_menu li a,
#menu .id_informacoes.simple_li .dropdown_menu li a,
#menu .id_simuladores.simple_li .dropdown_menu li a {
    cursor: pointer;
}

.video-institucional .pagecontent .container {
    width: 80%;
}
/**************************** BREADCRUMB **********************/
#breadcrum {
    background-color: #f1f2f2;
    position: relative;
    z-index: 200;
}

.breadcrumb {
    height: 20px;
    line-height: 20px;
    color: #ccc;
    background-color: #f1f2f2;
    padding: 10px 0;
    margin: 0 0 5px 0;
}

    .breadcrumb p {
        float: left;
        padding-left: 5px;
        text-transform: uppercase;
    }

        .breadcrumb p a {
            color: #58595b;
            font-size: 12px;
        }

        .breadcrumb p:after {
            content: " | ";
        }

        .breadcrumb p:last-child:after {
            content: "";
        }

    .breadcrumb .bread_active {
        font-family: 'nexabold';
    }

.grey_white_bg {
    background: rgba(241,242,242,1);
    background: -moz-linear-gradient(left, rgba(241,242,242,1) 0%, rgba(241,242,242,1) 56%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,242,242,1)), color-stop(56%, rgba(241,242,242,1)), color-stop(55%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(241,242,242,1) 0%, rgba(241,242,242,1) 56%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(241,242,242,1) 0%, rgba(241,242,242,1) 56%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(241,242,242,1) 0%, rgba(241,242,242,1) 56%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(241,242,242,1) 0%, rgba(241,242,242,1) 56%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#ffffff', GradientType=1 );
    border-top: 1px solid #f1f2f2;
    padding: 0;
}
/**************************** HOME **********************/


#SkypeButton_Call_Contactcenterrealvidaseguros_1 {
    width: 37px;
    background-color: #fff !important;
    overflow: hidden;
}

#SkypeButton_Call_Contactcenterrealvidaseguros_1_paraElement {
    margin: 0 !important;
}

    #SkypeButton_Call_Contactcenterrealvidaseguros_1_paraElement img {
        margin: 0px 0 0 6px !important;
        padding-top: 5px !important;
    }

.apoiocliente {
    position: absolute;
    right: 0;
    top: 140px;
    z-index: 999999;
    box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

    .apoiocliente img {
        margin-bottom: 1px;
        display: block;
    }

.apoiocliente_image {
    float: left;
}

.apoiocliente_mailform,
.apoiocliente_form {
    width: 350px;
    height: 279px;
    float: left;
    display: none;
    position: relative;
    background: #fff url('../img/bg_liga.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
}


    .apoiocliente_mailform h3,
    .apoiocliente_form h3 {
        font-size: 22px;
        color: #000;
    }

    .apoiocliente_mailform .col-lg-12,
    .apoiocliente_form .col-lg-12 {
        padding: 0;
    }

    .apoiocliente_mailform .form_element input::-webkit-input-placeholder,
    .apoiocliente_mailform .form_element textarea::-webkit-input-placeholder,
    .apoiocliente_form .form_element input::-webkit-input-placeholder {
        color: #fff;
    }

    .apoiocliente_mailform .form_element input:-moz-placeholder,
    .apoiocliente_mailform .form_element textarea:-moz-placeholder,
    .apoiocliente_form .form_element input:-moz-placeholder {
        /* FF 4-18 */
        color: #fff;
    }

    .apoiocliente_mailform .form_element input::-moz-placeholder,
    .apoiocliente_mailform .form_element textarea::-moz-placeholder,
    .apoiocliente_form .form_element input::-moz-placeholder {
        /* FF 19+ */
        color: #fff;
    }

    .apoiocliente_mailform .form_element textarea:-ms-input-placeholder,
    .apoiocliente_mailform .form_element input:-ms-input-placeholder,
    .apoiocliente_form .form_element input:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
    }

    .apoiocliente_mailform .form_element input,
    .apoiocliente_mailform .form_element textarea,
    .apoiocliente_form .form_element input {
        background-color: rgba(147,149,152,0.6);
        color: #fff;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        height: 30px;
    }

    .apoiocliente_mailform .form_element textarea {
        height: 60px;
    }

    .apoiocliente_mailform #enviar_apoio_container_div {
        margin-top: 20px;
    }

        .apoiocliente_mailform #enviar_apoio_container_div input,
        .apoiocliente_form #ligar_container_div input {
            background-color: #00aae5;
            color: #fff;
            width: 60%;
            margin-left: 20%;
            height: 30px;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
        }

            .apoiocliente_mailform #enviar_apoio_container_div input:hover,
            .apoiocliente_form #ligar_container_div input:hover {
                background-color: rgba(147,149,152,0.6);
            }

.apoioclientemail_exit,
.apoiocliente_exit {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    color: #fff;
    background-color: #00aae5;
    border-radius: 20px;
    line-height: 20px;
    padding: 2px 6px 0;
}

    .apoioclientemail_exit:hover,
    .apoiocliente_exit:hover {
        color: #fff;
        background-color: #000;
    }



.dropdown_menu_pop,
.iconsearchwrapper {
    display: none;
    position: absolute;
    z-index: 9999999999;
    width: 200px;
    right: 0;
    margin-top: 10px;
    background-color: #eee;
    box-shadow: 0 0px 10px rgba(0,0,0,1);
    padding: 5px 10px;
}

    .dropdown_menu_pop p {
        margin: 0;
        border-bottom: 1px solid #58595b;
        padding: 5px 0;
    }

        .dropdown_menu_pop p:last-child {
            border-bottom: none;
        }

    .dropdown_menu_pop a {
        color: #58595b;
    }

    .iconsearchwrapper p {
        text-align: left;
        margin-bottom: 0;
        font-size: 14px;
    }

    .iconsearchwrapper input {
        width: 80%;
        float: left;
        background: rgba(255,255,255,1);
        border: 1px solid #fff;
        border-radius: 0;
        box-shadow: none;
    }

    .iconsearchwrapper button {
        width: 20%;
        float: left;
        background-color: #00aae5;
        border: none;
        border-radius: 0;
        color: #fff;
        padding: 0px;
        height: 25px;
        font-size: 16px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

.slide_main {
    position: fixed;
    width: 100%;
}

.homebg .slider {
}

.anim-dots {
    z-index: 105 !important;
}

.anim-slider-int-top .anim-dots {
    display: none !important;
}

.slide_main_saude .homebg
/*.slide_int .homebg */ {
    max-height: 400px;
    min-height: inherit !important;
}

.slide_int .homebg img {
    width: 100%;
}

.slide_main_saude,
.slide_int {
    overflow: hidden;
    position: relative;
}

.slide_int_nome {
    position: absolute;
}

.slide_int_nome {
    bottom: 5%;
    right: 10%;
}

.slide_int_frase {
    width: 100%;
}

    .slide_int_nome p,
    .slide_int_frase p {
        text-transform: uppercase;
        color: #fff;
        font-family: 'nexabold';
        text-shadow: 1px 1px 4px #000;
    }

.slide_int_nome p {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 32px;
}

.slide_int_frase p {
    font-size: 16px;
}



.homebg {
    position: relative;
    background: none !important;
}

    .homebg li img {
        width: 100%;
    }

.img_bg_slide {
    visibility: hidden;
}

    .img_bg_slide.animated {
        visibility: visible !important;
    }

.slogan_home {
    /*margin-top:358px;*/
}

    .slogan_home h3 {
        font-size: 30px;
        font-family: "nexabold";
        color: #ffffff;
        text-transform: uppercase;
    }

        .slogan_home h3.turquesa {
            font-family: "nexabold";
            color: #1AAAE2;
        }

.anim-dots {
    bottom: 0px !important;
}

    .anim-dots span {
        margin: 0 3px !important;
    }

.homeform {
    visibility: hidden;
    position: absolute;
    top: 0;
    background: url('../img/bg_caption_banner.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    padding-top: 7%;
    padding-left: 5%;
    padding-right: 2%;
    padding-bottom: 10px;
    width: 333px;
    color: #fff;
}

.homeform_saude_cat {
    visibility: hidden;
    position: absolute;
    top: 0;
    padding-top: 45px;
    padding-left: 110px;
    padding-bottom: 10px;
    width: 50%;
    color: #fff;
    text-align: left;
}

.homeform_saude {
    visibility: hidden;
    position: absolute;
    top: 0;
    padding-top: 45px;
    padding-left: 110px;
    padding-bottom: 10px;
    width: 75%;
    color: #fff;
}


.homeform_saude_cat_left {
    width: 34%;
    padding-right: 1%;
    float: left;
    margin-top: 10px;
}

.homeform_saude_cat_right {
    width: 65%;
    float: left;
    margin-top: 12%;
}

.homeform_saude_cat_right_inner {
    width: 100%;
    float: left;
    margin-top: 35%;
}

.homeform_saude_cat p {
    color: #000;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 0px;
}

.homeform_saude p {
    color: #000;
    font-size: 24px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 0;
}

    .homeform_saude p.homeform_saude_saber_mais {
        text-align: center;
    }

    .homeform_saude_cat p.avanco,
    .homeform_saude p.avanco {
        margin-left: 30px;
    }

.homebg li .homeform_saude img {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.homeform_saude_cat .homeform_saude_saber_mais {
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 15px;
}

.homeform_saude_saber_mais {
    margin-top: 30px;
    display: block;
}

.white {
    color: #fff !important;
}

.homeform_saude_saber_mais a {
    color: #fff;
    background-color: #1BA4C9;
    padding: 2px 15px;
    border-radius: 5px;
    font-size: 16px;
}

    .homeform_saude_saber_mais a:hover {
        background-color: #fff;
        color: #1BA4C9;
    }

.animated.slideOutUp,
.animated.slideInDown {
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
}

.animated.slideInLeft {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
}

.animated.fadeIn,
.animated.fadeOut,
{
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
}

.col-xs-12.col-sm-12.col-md-4.col-lg-4.home_left {
    width: 368px;
    position: absolute;
    top: 0;
    z-index: 9999999999;
    padding-left: 0;
}

.homeform_top_link {
    margin-bottom: 10px;
    text-align: left;
}

.homeform_toplink {
    text-transform: uppercase;
    font-family: 'nexabold';
    color: #fff;
    border: 1px solid #fff;
    padding: 2px 2px 0px 2px;
    font-size: 12px;
}

    .homeform_toplink:hover {
        color: #fff !important;
        background-color: rgba(255,255,255,0.4);
    }

#bannercaption p {
    font-size: 13px;
}

.homeform_content h3,
.homeform_content p,
.homeform_footer h1,
.homeform_footer h3,
.homeform_title p,
.homeform_title h1 {
    color: #fff;
    text-align: left;
}

.homeform_footer,
.homeform_content,
.homeform_title {
    margin-bottom: 10px;
}

    .tab-inner h3,
    .homeform_footer h3,
    .homeform_content h3 {
        font-size: 14px;
        font-family: 'nexaregular';
        line-height: 15px;
    }

    .tab-inner h1,
    .homeform_footer h1,
    .homeform_title h1 {
        font-size: 30px;
        line-height: 30px;
        font-family: 'nexabold';
    }

.homeform_saber_mais {
    color: #fff;
    font-size: 14px;
    padding: 5px;
    background-color: rgba(255,255,255,0.4);
}


    .homeform_saber_mais:hover {
        color: #00aae5 !important;
        background-color: rgba(255,255,255,1);
    }

.homeform_links {
    text-align: left;
}

    .homeform_links .homeform_saber_mais {
        text-align: center;
    }

.homescroll_left {
    padding-left: 5%;
    margin-bottom: 20px;
}

.homescroll_right {
    padding-right: 5%;
    text-align: right;
    margin-bottom: 20px;
}

#bannercaption .homeform_links p.small,
.homeform_links p.small {
    font-size: 10px;
    line-height: 11px;
    color: #fff;
    margin: 0;
}

.homeform_links .asterisco {
    font-size: 12px;
    font-family: 'nexabold';
}
/**************************** home main **********************/

#mainsaude {
    padding: 40px 0 20px 0;
    text-align: center;
    position: relative;
    background-color: #fff;
    z-index: 200;
}

#mainhome {
    z-index: 300;
    position: relative;
    background-color: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #f1f2f2;
}

    #mainhome p,
    #mainhome a {
        text-align: center;
    }

    #mainhome p {
        margin-bottom: 20px;
    }

    #mainhome a {
        color: #00aae5;
        font-size: 14px;
    }


/**************************** soluÃ§Ãµes box **********************/


#solucoesbox {
    z-index: 300;
    position: relative;
    background-color: #f1f2f2;
    padding: 40px 0;
}


.solucoesbox_item {
    padding: 0;
    padding-top: 10px;
    border: 2px solid #fff;
    background-color: #f1f2f2;
    text-align: center;
    min-height: 177px;
}

    .solucoesbox_item.first_item {
        /*display: -ms-flexbox;
-ms-flex-pack: center;
-ms-flex-align: center;
display: -moz-box;
-moz-box-pack: center;
-moz-box-align: center;
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
display: box;
box-pack: center;
box-align: center;*/
        /*display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
text-align:center;*/
        position: relative;
    }

        .solucoesbox_item.first_item h1 {
            width: 100%;
            position: absolute;
            top: 32%;
        }

    .solucoesbox_item p {
        color: #000;
        font-size: 14px;
    }

    .solucoesbox_item h1,
    .solucoesbox_item h3 {
        color: #58595b;
    }

    .solucoesbox_item h3 {
        text-transform: uppercase;
        font-family: 'nexabold';
    }

    .solucoesbox_item h1 {
        font-family: 'nexaregular';
        font-size: 36px;
    }


/**************************** banner bottom **********************/

#bannerbottom {
    z-index: 310;
    width: 100%;
    position: relative;
    /*height:350px;*/
    /*background: url('../img/banner_bottom.jpg');
background-repeat:no-repeat;
background-position:center center;
background-size:cover;*/
}

.bannerbottom {
    width: 100%;
    float: left;
}

.videoBG,
.videoBG_wrapper {
    width: 100% !important;
    /*height:350px !important;*/
}

    .videoBG video {
        top: auto !important;
        bottom: 0 !important;
        width: 100% !important;
    }

#bannerbottom .container {
    padding: 5% 0 0 0;
}

#bannerbottom p {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-family: 'nexabold';
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0,0,0,1);
}
/*
#video_wrapper{
position:absolute;
width: 100%;
z-index:300;
}

#video_wrapper .mejs-overlay-button{
	margin-top:50px !important;}

#bannerbottom .big{ font-size:16px; font-family:'nexabold';}	

.mejs-container {
background: #fff !important;
}*/
/**************************** bottomcontacts **********************/


#responsiveTabsDemo {
    position: relative;
    min-height: 360px;
}

.r-tabs .r-tabs-panel {
    padding: 0 !important;
}

.r-tabs .tab-inner {
    width: 43%;
    padding: 75px 15px 30px 15px;
    background: url('../img/bg_caption_banner_bottom.png');
    background-repeat: no-repeat;
    background-position: left 60px;
    min-height: 360px;
}

#tab-1, #tab-2, #tab-3, #tab-4, #tab-5, #tab-6, #tab-7 {
    background-repeat: no-repeat;
    background-position: left 60px;
}

#tab-1 {
    background-image: url('../img/tabs-content/vidapleno2.jpg');
}

#tab-2 {
    background-image: url('../img/tabs-content/habitacao_z.jpg');
}

#tab-3 {
    background-image: url('../img/tabs-content/saude.jpg');
}

#tab-4 {
    background-image: url('../img/tabs-content/acidentes_pessoais.jpg');
}

#tab-5 {
    background-image: url('../img/tabs-content/reforma_simulador.jpg');
}

#tab-6 {
    background-image: url('../img/tabs-content/poupancademo.jpg');
}

#tab-7 {
    background-image: url('../img/tabs-content/empresafinal.jpg');
}


.r-tabs .tab-inner h1,
.r-tabs .tab-inner h5,
.r-tabs .tab-inner h3,
.r-tabs .tab-inner p,
.r-tabs .tab-inner li {
    color: #fff;
}

.r-tabs .tab-inner h1 {
    margin-bottom: 10px;
}

.r-tabs .tab-inner h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.r-tabs .tab-inner h5 {
    margin-top: 0px;
    font-size: 16px;
}

.r-tabs .tab-inner p {
    margin: 0;
}

.r-tabs .tab-inner ul {
    margin-left: 20px;
}

.r-tabs .tab-inner li {
    list-style: disc;
    font-size: 14px;
}

#responsiveTabsDemo .r-tabs-nav li {
    background-color: #eee;
    padding: 10px 0;
    width: 14.28%;
    float: left;
    min-height: 60px;
    position: relative;
    border-right: 1px solid #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    #responsiveTabsDemo .r-tabs-nav li:last-child {
        border-right: none;
    }


    #responsiveTabsDemo .r-tabs-nav li a {
        position: absolute;
        color: #58595b;
        bottom: 15%;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-size: 15px;
    }

.r-tabs-panel.r-tabs-state-default a,
#responsiveTabsDemo .r-tabs-nav .r-tabs-tab.r-tabs-state-active a {
    color: #fff !important;
    text-decoration: none;
}

    .r-tabs-panel.r-tabs-state-default a:hover,
    #responsiveTabsDemo .r-tabs-nav .r-tabs-tab.r-tabs-state-active,
    #responsiveTabsDemo .r-tabs-nav li:hover {
        background-color: #1BA9E1 !important;
        color: #fff !important;
        text-decoration: none;
    }

        #responsiveTabsDemo .r-tabs-nav li:hover a,
        #responsiveTabsDemo .r-tabs-nav li a:hover {
            color: #fff !important;
        }

.bottomcontacts_simulador {
    padding: 0;
}

#bottomcontacts {
    z-index: 300;
    position: relative;
    background-color: #fff;
    padding: 40px 0;
}

.bottomcontacts_contactos {
    text-align: center;
}

    .bottomcontacts_contactos img {
        padding: 2%;
    }

    .bottomcontacts_contactos a {
        color: #00aae5;
        font-size: 14px;
    }

        .bottomcontacts_contactos a:hover {
            color: #00aae5;
            text-decoration: underline;
        }

.form_simulador {
    position: absolute;
    width: 32%;
    bottom: 0;
    right: 0;
}

.form-group {
    margin-bottom: 0px;
}


#simuladorform label {
    width: auto;
    float: left;
}

#simuladorform input {
    width: auto;
    min-width: 190px;
    float: left;
}

#simuladorform select option {
    color: #000;
}

#simuladorform input[type=radio] {
    width: auto !important;
    min-width: inherit !important;
    margin-right: 3px;
}

#simuladorform .radiolabel {
    width: auto !important;
    margin-right: 10px;
}

#simuladorform .form-group {
    background: rgba(147,149,152,0.6);
    color: #fff;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
}

    #simuladorform .form-group .col-lg-12 {
        padding: 0 5px;
    }

    #simuladorform .form-group.politica,
    #simuladorform .form-group.submeter_btn {
        background: none;
        color: #fff;
        margin-bottom: 0;
    }

    #simuladorform .form-group.submeter_btn {
        margin-top: 15px;
    }

#simuladorform label,
#simuladorform select,
#simuladorform input {
    background: none;
    color: #fff;
    border-radius: 0;
    border: none;
    height: 29px;
    padding: 5px;
    margin: 0;
    font-weight: 500;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.captcha img {
    max-height: 29px;
}

#simuladorform input.autorizo {
    height: 13px;
    width: 13px;
    min-width: 13px;
    padding: 5px;
    margin: 0;
    margin-right: 5px;
}

#simuladorform .form-group.politica a {
    color: #1BA9E1;
}

#simuladorform .form-group.politica p {
    color: #000;
    font-size: 12px;
    text-shadow: 1px 1px 2px #fff;
}

#simuladorform .form-group.submeter_btn .col-lg-12 {
    padding: 0;
}

#simuladorform .form-group.submeter_btn button {
    background-color: #1BA9E1;
    color: #fff;
    border: none;
    width: auto;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    padding: 5px 10px 0px 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    #simuladorform .form-group.submeter_btn button:hover {
        background-color: #eee;
        color: #1BA9E1;
    }

.bv-form .help-block {
    position: absolute;
    width: 100px;
    text-align: center;
    left: -100px;
    top: 0;
    margin-top: 0;
    color: #fff;
    background-color: #b94a48;
}

.contactosform .bv-form .help-block {
    top: 20px;
    height: 35px;
    padding-top: 3px;
}


.form-horizontal .has-feedback .form-control-feedback {
    right: -5px;
}

.has-error .form-control {
    border-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/**************************** FOOTER **********************/

#footerbox {
    /*width: 100%;
  float: left;*/
    z-index: 310;
    position: relative;
    padding: 8px 0;
    background: url('../img/barra_azul.jpg');
}

    #footerbox p {
        color: #fff;
        text-align: center;
        font-size: 14pX;
        /*font-family:'nexabold';*/
        margin: 0;
    }

        #footerbox p.big {
            font-size: 16pX;
        }

    #footerbox .footerbox_icon {
        background: url('../img/r_icon_white.png');
        background-repeat: no-repeat;
        /*background-position:center center;*/
        background-position: 0 0;
        width: 4%;
        height: 40px;
        float: left;
    }

    #footerbox .footerbox_single {
        width: 30%;
        float: left;
    }

#footer {
    /*width: 100%;
  float: left;	*/
    z-index: 320;
    position: relative;
    background: #fff;
    padding: 10px 0;
    text-align: center;
}

    #footer a {
        color: #58595b;
    }

    #footer p {
        margin: 0;
    }

#footerbox_menu {
    /*width: 100%;
  float: left;*/
    background-color: #f1f2f2;
    padding: 20px 0;
    position: relative;
    z-index: 310;
}

.footerbox_menusingle {
    padding: 0;
    padding-right: 1px;
}

    .footerbox_menusingle h3 {
        font-family: 'nexaregular';
        color: #fff;
        font-size: 14px;
        line-height: 14px;
        padding: 3px 10px;
        margin-bottom: 5px;
    }

.gradient1 {
    background: rgba(11,123,192,1);
    background: -moz-linear-gradient(left, rgba(11,123,192,1) 0%, rgba(24,131,198,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(11,123,192,1)), color-stop(100%, rgba(24,131,198,1)));
    background: -webkit-linear-gradient(left, rgba(11,123,192,1) 0%, rgba(24,131,198,1) 100%);
    background: -o-linear-gradient(left, rgba(11,123,192,1) 0%, rgba(24,131,198,1) 100%);
    background: -ms-linear-gradient(left, rgba(11,123,192,1) 0%, rgba(24,131,198,1) 100%);
    background: linear-gradient(to right, rgba(11,123,192,1) 0%, rgba(24,131,198,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b7bc0', endColorstr='#1883c6', GradientType=1 );
}

.gradient2 {
    background: rgba(26,133,199,1);
    background: -moz-linear-gradient(left, rgba(26,133,199,1) 0%, rgba(27,143,205,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26,133,199,1)), color-stop(100%, rgba(27,143,205,1)));
    background: -webkit-linear-gradient(left, rgba(26,133,199,1) 0%, rgba(27,143,205,1) 100%);
    background: -o-linear-gradient(left, rgba(26,133,199,1) 0%, rgba(27,143,205,1) 100%);
    background: -ms-linear-gradient(left, rgba(26,133,199,1) 0%, rgba(27,143,205,1) 100%);
    background: linear-gradient(to right, rgba(26,133,199,1) 0%, rgba(27,143,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a85c7', endColorstr='#1b8fcd', GradientType=1 );
}

.gradient3 {
    background: rgba(27,143,205,1);
    background: -moz-linear-gradient(left, rgba(27,143,205,1) 0%, rgba(25,150,212,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,143,205,1)), color-stop(100%, rgba(25,150,212,1)));
    background: -webkit-linear-gradient(left, rgba(27,143,205,1) 0%, rgba(25,150,212,1) 100%);
    background: -o-linear-gradient(left, rgba(27,143,205,1) 0%, rgba(25,150,212,1) 100%);
    background: -ms-linear-gradient(left, rgba(27,143,205,1) 0%, rgba(25,150,212,1) 100%);
    background: linear-gradient(to right, rgba(27,143,205,1) 0%, rgba(25,150,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b8fcd', endColorstr='#1996d4', GradientType=1 );
}

.gradient4 {
    background: rgba(25,150,212,1);
    background: -moz-linear-gradient(left, rgba(25,150,212,1) 0%, rgba(23,160,219,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25,150,212,1)), color-stop(100%, rgba(23,160,219,1)));
    background: -webkit-linear-gradient(left, rgba(25,150,212,1) 0%, rgba(23,160,219,1) 100%);
    background: -o-linear-gradient(left, rgba(25,150,212,1) 0%, rgba(23,160,219,1) 100%);
    background: -ms-linear-gradient(left, rgba(25,150,212,1) 0%, rgba(23,160,219,1) 100%);
    background: linear-gradient(to right, rgba(25,150,212,1) 0%, rgba(23,160,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1996d4', endColorstr='#17a0db', GradientType=1 );
}

.gradient5 {
    background: rgba(23,160,219,1);
    background: -moz-linear-gradient(left, rgba(23,160,219,1) 0%, rgba(25,167,223,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23,160,219,1)), color-stop(100%, rgba(25,167,223,1)));
    background: -webkit-linear-gradient(left, rgba(23,160,219,1) 0%, rgba(25,167,223,1) 100%);
    background: -o-linear-gradient(left, rgba(23,160,219,1) 0%, rgba(25,167,223,1) 100%);
    background: -ms-linear-gradient(left, rgba(23,160,219,1) 0%, rgba(25,167,223,1) 100%);
    background: linear-gradient(to right, rgba(23,160,219,1) 0%, rgba(25,167,223,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a0db', endColorstr='#19a7df', GradientType=1 );
}

.gradient6 {
    background: rgba(25,167,223,1);
    background: -moz-linear-gradient(left, rgba(25,167,223,1) 0%, rgba(27,169,225,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25,167,223,1)), color-stop(100%, rgba(27,169,225,1)));
    background: -webkit-linear-gradient(left, rgba(25,167,223,1) 0%, rgba(27,169,225,1) 100%);
    background: -o-linear-gradient(left, rgba(25,167,223,1) 0%, rgba(27,169,225,1) 100%);
    background: -ms-linear-gradient(left, rgba(25,167,223,1) 0%, rgba(27,169,225,1) 100%);
    background: linear-gradient(to right, rgba(25,167,223,1) 0%, rgba(27,169,225,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19a7df', endColorstr='#1ba9e1', GradientType=1 );
}

.footerbox_menusingle li {
    padding-left: 12px;
    background: url('../img/li_icon.png');
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: auto 12px;
}

    .footerbox_menusingle li a {
        color: #58595b;
    }

/**************************** PARTICULARES **********************/

.particulares_item {
    text-align: center;
    margin: 20px 0;
}

    .particulares_item img {
        margin-bottom: 10px;
    }

    .particulares_item h4 {
        color: #58595b;
        margin-bottom: 10px;
    }


.particulares_icons_item h4 {
    color: #58595b;
}

.particulares_icons_item {
    margin-bottom: 20px;
    min-height: 75px;
}

    .particulares_icons_item img {
        float: left;
        margin-bottom: 50px;
        margin-right: 20px;
    }

/**************************** PROTEÃ‡ÃƒO **********************/

.nopadding {
    padding: 0;
}

.protecao_item img {
    width: 60%;
    border-radius: 60%;
}

.protecao_item h3 {
    font-size: 26px;
}

    .protecao_item h3 a {
        color: #231f20;
    }

.protecao_item_content {
    width: 70%;
}

    .protecao_item_content.left {
        float: left;
    }

    .protecao_item_content.right {
        float: right;
    }

/**************************** PRODUTOS **********************/

.produtos_single {
    padding-top: 20px;
}

.pricipais_vantagens,
.que_destina {
    padding-bottom: 20px;
    padding-top: 20px;
}

.produtos_single_top .protecao_item_content.right {
    float: left;
}

.produtos_single_top {
    background-color: #f1f2f2;
}

    .produtos_single_top img {
        box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    }

.produtos_rentabilidade {
    background-color: #f1f2f2;
    text-align: center;
    padding: 40px 0;
}

.produtos_single_vantagens {
    color: #fff;
    background: url('../img/vantagens_bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}



    .produtos_single_vantagens h3 {
        color: #fff;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .produtos_single_vantagens .pricipais_vantagens_left p,
    .produtos_single_vantagens .pricipais_vantagens_right p {
        color: #fff;
    }

    .produtos_single_vantagens .pricipais_vantagens_left .fa,
    .produtos_single_vantagens .pricipais_vantagens_right .fa {
        margin-right: 5px;
        font-weight: bold;
    }

.produtos_single_simulador .simulador_right {
    padding-left: 40px;
    padding-top: 15px;
}

    .produtos_single_simulador .simulador_right .simulador_produto_content {
        width: 90%;
        padding-left: 10%;
        padding-bottom: 20px;
        float: left;
    }

.produtos_single_bottom {
    border-top: 1px solid #ccc;
}

    .produtos_single_bottom div {
        margin-bottom: 10px;
    }

    .produtos_single_bottom h3.article-title {
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .produtos_single_bottom p {
    }

    .produtos_single_bottom a {
        color: #58595b !important;
    }

        .produtos_single_bottom a .fa:before {
            color: #00aae5 !important;
            margin: 0px;
            font-size: 30px !important;
            text-align: center;
        }

.produto_single_area_bottom_2,
.produto_single_beneficios,
.produto_single_coberturas {
    background-color: #f1f2f2;
}

.produto_single_area_extra,
.produto_single_area_bottom_1 {
    background-color: #ffffff;
    padding: 40px 0;
}

.produto_single_area_bottom_2 {
    padding: 60px 0;
}


.produto_single_beneficios h3,
.produtos_single_bottom h3.article-title,
.simulador_right h3.article-title,
.produto_single_coberturas h3,
.produtos_rentabilidade h3,
.produto_single_area_extra h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}


.produto_single_area_extra {
    text-align: center;
}

    .produto_single_area_extra li {
        margin-bottom: 10px;
    }

.produtos_single_right img {
    max-width: 100%;
}

.produtos_single_right h4 {
    color: #00aae5;
}

.area_bottom_2_right,
.area_bottom_2_left {
    text-align: center;
}

    .area_bottom_2_left img {
        max-width: 60%;
        border-radius: 60%;
    }

    .area_bottom_2_right img {
        max-width: 90%;
    }

.lista_condicoes {
    display: none;
}


    .lista_condicoes .fa {
        margin-right: 10px;
        color: #00aae5;
    }

    .lista_condicoes a {
        font-family: 'nexabold';
        font-size: 12px;
    }

        .lista_condicoes a:hover {
            color: #00aae5 !important;
        }


/**************************** AREA RESERVADA **********************/

.area-reservada-agentes .pagecontent .container {
    width: 100%;
    padding: 0;
}

.area-reservada-clientes .pagecontent .container {
    width: 100%;
    padding: 0;
}

    .area-reservada-agentes .pagecontent .container::before,
    .area-reservada-clientes .pagecontent .container::before,
    .area-reservada-agentes .pagecontent .container::after,
    .area-reservada-clientes .pagecontent .container::after {
        display: none !important;
    }

    .area-reservada-clientes .pagecontent .container h3.article-title,
    .area-reservada-agentes .pagecontent .container h3.article-title {
        display: none !important;
    }

.area-reservada-agentes .pagecontent .container_rv {
    width: 100%;
    background: url(../../Resources/areareservadaagentes.jpg) left -50px no-repeat;
    background-size: cover;
}

.area-reservada-clientes .pagecontent .container_rv {
    width: 100%;
    background: url(../../../Resources/area_clientes.jpg);
    background-repeat: no-repeat;
    background-position: left -50px;
    background-size: cover;
}

/*
.areareservadaclientes{
background: url('../img/area_clientes.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
	}
	
.area-reservada-agentes .pagecontent .container  {
width:100%;	
background: url('../img/areareservadaagentes.jpg');
  background-repeat: no-repeat;
  background-position: left -50px;
  background-size: cover;
	}
.areareservadaagentes,
.areareservadaclientes{
	padding:50px 0;
	}
.areareservadaagentes .field_form,
.areareservadaclientes .field_form{
	width:50%;
	margin-left:25%;
	margin-top:20px;
	}
.areareservadaagentes .field_form.submit_bt,	
.areareservadaclientes .field_form.submit_bt{
	text-align:right;
	}
.areareservadaagentes .field_form input,		
.areareservadaclientes .field_form input{
	border-radius:0 !important;
	background-color:#fff !important;
	background-image:none !important;
	border:1px solid #000;
	}	
.areareservadaagentes .field_form .btn.btn-default,
.areareservadaclientes .field_form .btn.btn-default{
	border-radius:20px !important;
	background-color: #1BA9E1;
	color: #fff;
	border:1px solid #000;
	border: none;
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
	}
.areareservadaagentes .field_form .btn.btn-default:hover,	
.areareservadaclientes .field_form .btn.btn-default:hover{
	background-color: #fff;
	  color: #1BA9E1;
	}	

.areareservadaagentes_bottom{
	width:100%;
	text-align:center;
	padding:30px 0;
	}	*/
/**************************** DIRETORIO CLINICO **********************/
.diretorioclinico {
    background: url('../../../Resources/bg_diretorio.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
}


.diretorioclinico {
    padding: 50px 0;
}

    .diretorioclinico .field_form {
        width: 90%;
        margin-top: 10px;
    }

        .diretorioclinico .field_form.submit_bt {
            margin-top: 36px;
        }

        .diretorioclinico .field_form select {
            width: 100%;
            height: 30px;
            border-radius: 0 !important;
            background-color: #fff !important;
            background-image: none !important;
            border: 1px solid #58595b;
            font-family: "nexaregular";
            font-size: 14px;
        }

        .diretorioclinico .field_form label {
            font-family: 'nexabold';
            font-weight: normal;
            font-size: 15px;
        }

        .diretorioclinico .field_form .btn.btn-default {
            width: 100%;
            border-radius: 0px !important;
            background-color: #1BA9E1;
            font-size: 16px;
            color: #fff;
            border: 1px solid #000;
            border: none;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
            font-family: 'nexaregular';
        }

            .diretorioclinico .field_form .btn.btn-default:hover {
                background-color: #fff;
                color: #1BA9E1;
            }

        .diretorioclinico .field_form.text_after {
            font-size: 12px;
            text-align: justify;
        }

.diretorioclinico_bottom {
    width: 100%;
    text-align: left;
    padding: 30px 0;
}

/**************************** CLUB CLICK **********************/
.pagecontent.clubclick {
    padding: 0;
}

.topmenu_clubclick {
    width: 100%;
    float: left;
    text-align: right;
    background-image: url('../img/bg_silde_produtos.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 0px;
}

    .topmenu_clubclick li a {
        color: #fff;
        font-size: 12px;
    }

        .topmenu_clubclick li a:hover,
        .topmenu_clubclick li a.active {
            color: #fff !important;
            font-family: 'nexabold';
        }

    .topmenu_clubclick li {
        display: inline-table;
        border-right: 1px solid #fff;
        padding: 0 10px;
    }

        .topmenu_clubclick li:last-child {
            border-right: none;
        }

.clubclick_top {
    width: 100%;
    float: left;
    padding: 0;
    background: url('../img/bannermiddle_click.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50% auto;
}

.clubclick_top_dados {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .clubclick_top_dados h4 {
        padding-bottom: 20px;
    }

    .clubclick_top_dados span {
        color: #00aae5;
    }

.clubclick_middle h3.article-title {
    text-align: left;
}

.clubclick_middle_left {
    padding: 40px;
}

.clubclick_middle_right {
    padding: 40px;
}

.clubclick_middle_left.grey_light {
    background: rgba(230,231,232, 0.3);
}

.clubclick_middle_left.grey {
    background: rgba(230,231,232, 0.9);
}


.clubclick_middle_pontos {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .clubclick_middle_pontos .pontos_box {
        padding: 5px 40px;
        float: left;
        background-color: #00bcf1;
        color: #fff;
    }

.clubclick_middle_left.grey img {
    padding: 10px;
    max-width: 100px;
}

.clubclick_middle_escalao p {
    margin-bottom: 2px;
}

.clubclick_middle_escalao {
    margin-bottom: 20px;
    border-bottom: 1px solid #58595b;
}

.clubclick_middle_form {
    margin-top: 30px;
    width: 100%;
    float: left;
}

    .clubclick_middle_form .col-lg-6,
    .clubclick_middle_form .col-lg-12 {
        padding: 0;
    }

#pontos_disponiveis_container_div,
#valor_cheque_brinde_container_div {
    width: 50%;
    float: left;
}

#pontos_disponiveis_container_div {
    padding-right: 2%;
}

#valor_cheque_brinde_container_div {
    padding-left: 2%;
}


.clubclick_middle_form .form_element input {
    background-color: #e6e7e8;
    background-image: none;
    color: #000;
    text-align: center;
}

.clubclick_middle_form .form_element textarea {
    background-color: #e6e7e8;
    color: #000;
}

.clubclick_middle_form select {
    border-radius: 0px;
    background-image: none;
    background-color: #e6e7e8;
    color: #000;
    border: none;
    width: 100%;
    height: 35px;
}

.clubclick_middle_form label {
    width: 100%;
    color: #00bcf1;
    font-family: 'nexaregular' !important;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
}

.clubclick_middle_form .form_element {
    margin-bottom: 20px;
}

.blue {
    color: #00bcf1;
}

.clubclick_middle_form .submeter_btn button {
    width: 100px;
    color: #fff;
    text-transform: uppercase;
    background: #848484; /* Old browsers */
    background: -moz-linear-gradient(left, #848484 0%, #dbdbdb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#848484), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #848484 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #848484 0%,#dbdbdb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #848484 0%,#dbdbdb 100%); /* IE10+ */
    background: linear-gradient(to right, #848484 0%,#dbdbdb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#dbdbdb',GradientType=1 ); /* IE6-9 */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    .clubclick_middle_form .submeter_btn button:hover {
        background: #dbdbdb; /* Old browsers */
        background: -moz-linear-gradient(left, #dbdbdb 0%, #848484 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#848484)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #dbdbdb 0%,#848484 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #dbdbdb 0%,#848484 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #dbdbdb 0%,#848484 100%); /* IE10+ */
        background: linear-gradient(to right, #dbdbdb 0%,#848484 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#848484',GradientType=1 ); /* IE6-9 */
    }



#clubclick_bottom {
}

.clubclick_bottom {
    /*width: 100%;
  float: left;
  z-index: 310;*/ position: relative;
}

    .clubclick_bottom img {
        width: 100%;
    }

.clubclick_bottom_text {
    position: absolute;
    bottom: 10px;
    right: 40px;
}

    .clubclick_bottom_text h3 {
        margin: 0;
        text-transform: uppercase;
        color: #00bcf1;
        font-size: 40px;
        font-family: 'nexabold';
    }

    .clubclick_bottom_text p {
        margin: 0;
        text-transform: uppercase;
        color: #00bcf1;
        font-size: 24px;
        text-align: right;
    }
/**************************** NOTICIAS **********************/
.noticia_content {
    width: 100%;
    float: left;
    box-shadow: 0 0 10px #777;
    padding: 10px;
    margin-bottom: 24px;
}

.noticia_image {
    position: relative;
    width: 100%;
    float: left;
}

.noticia_content img {
    width: 100%;
}

.noticias .noticia_content h3 {
    padding-left: 10px;
    text-align: left;
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 19px;
    color: #ffffff;
    background-color: rgba(0,188,241,0.5);
    padding-top: 3px;
}

.noticia_content h3 a {
    color: #fff;
}

.noticias_lista {
    padding: 0;
    margin-top: 20px;
}

.noticias_lista_single .fa {
    margin-right: 10px;
}

.noticias_lista_single .fa {
    margin-right: 10px;
    color: #00aae5;
}

.noticias_lista_single h3 {
    font-size: 16px;
    line-height: 20px;
}

    .noticias_lista_single h3 a {
        color: #58595b;
    }
/**************************** SLIDE PRODUTOS **********************/
.slide_produtos {
    margin-bottom: 40px;
}

#produtos_slide {
    width: 100%;
    height: 110px;
    padding-left: 60px;
    padding-right: 60px;
    background-image: url('../img/bg_silde_produtos.png');
    background-repeat: no-repeat;
    background-size: 100% 110px;
}

.slick-track {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.slick-slide img {
    display: inline-block !important;
    width: 30px;
    height: auto;
    margin-bottom: 10px;
}

.slick-slide h3 {
    color: #fff;
    font-family: 'nexabold';
    font-size: 15px;
    line-height: 17px;
}

.slick-slide {
    padding: 0 5px;
    text-align: center;
}

.slick-prev {
    right: 20px;
}

.slick-next {
    left: 20px;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 20%;
    display: block;
    width: 21px;
    height: 59px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
    background: url('../img/arrow_int_right.fw.png');
}

.slick-next {
    background: url('../img/arrow_int_left.png');
}

.slick-prev, .slick-next {
    background-repeat: no-repeat;
    background-position: 0 0;
}
/**************************** FAQS **********************/


/**************************** GLOSSARIO **********************/

#glossary-wrapper {
    width: 100%;
    float: left;
}

.glossary {
    width: 100%;
    float: left;
    padding: 10px 0;
    margin-bottom: 20px;
}

    .glossary li {
        display: inline-table;
    }

        .glossary li a {
            padding: 5px;
            background-color: #00aae5;
            color: #fff;
            font-size: 16px;
            font-family: 'nexabold';
        }

            .glossary li a:hover,
            .glossary li a.active {
                background-color: #eee;
            }

#glossary-container-content {
    width: 100%;
    float: left;
}

.content_item {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #00aae5;
}

    .content_item p {
        margin-bottom: 15px;
    }


/**************************** FORM **********************/
.contactos_page {
    padding-top: 20px;
}

    .contactos_page.c_center {
        padding-left: 0;
        padding-right: 0;
    }

#form_Contactos {
    width: 100%;
    float: left;
    padding: 0 10px;
}

.form_element input,
.form_element label,
.form_element textarea,
.form_element {
    width: 100%;
    float: left;
}

.form_element {
    margin-bottom: 10px;
}

    .form_element label {
        font-weight: normal;
        text-transform: uppercase;
        font-size: 14px;
        font-family: 'nexabold';
        margin-bottom: 0;
    }

    .form_element textarea {
        height: 150px;
    }

    .form_element input {
        padding: 5px;
        height: 35px;
    }

    .form_element textarea,
    .form_element input {
        border-radius: 0;
        border: none;
        background-color: #00bcf1;
        background-image: none;
        color: #fff;
    }

#enviar1_container_div input {
    height: 30px;
    width: 50%;
    background-color: #58595b;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'nexabold';
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    #enviar1_container_div input:hover {
        background-color: #00bcf1;
    }

.contactosform .col-lg-12 {
    padding: 0;
}


.cookies_popup {
    position: absolute;
    bottom: 60px;
    left: 20%;
    width: 60%;
    display: none;
    padding: 20px;
    background-color: #fff;
}

.cookies_popup_wrapper {
    width: 60%;
    margin-left: 20%;
    padding: 20px;
    background-color: #fff;
}



/********************************PESQUISA*************************/

.pesquisa_bold {
    color: #00aae5;
    font-family: 'nexabold';
}

#pesquisa {
    border-bottom: 1px solid #ccc;
}

    #pesquisa ul {
        padding-left: 10px;
    }

    #pesquisa li {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

        #pesquisa li:last-child {
            border-bottom: none;
        }

        #pesquisa li a {
            color: #58595b;
        }
/**************************** MEDIAQUERIES **********************/



@media (min-width: 1500px) {
    .homebg .img_bg_slide,
    .slide_int img {
        width: 100%;
    }

    .homeform {
        padding-right: 1% !important;
        padding-left: 3% !important;
    }
}

@media (min-width: 1300px) {
    #produtos_slide {
        height: 85px !important;
        background-size: 100% 85px !important;
    }
}

@media (max-width: 1211px) and (min-width: 1051px) {
    #menu .navbar-default .navbar-nav > li > a {
        font-size: 12px !important;
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media (max-width: 1200px) and (min-width: 993px) {
    #simuladorform label, #simuladorform select, #simuladorform input {
        font-size: 12px !important;
    }
}

@media (max-width: 1290px) and (min-width: 1120px) {
    .homeform_footer h1, .homeform_title h1 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .homeform_content p,
    #bannercaption p {
        font-size: 11px !important;
    }

    .homeform_footer h3, .homeform_content h3 {
        font-size: 11px !important;
        line-height: 12px !important;
    }
}

@media (max-width: 1119px) and (min-width: 979px) {
    .homeform_footer h1, .homeform_title h1 {
        font-size: 18px !important;
        line-height: 18px !important;
        font-family: 'nexaregular' !important;
    }

    .homeform_content p,
    #bannercaption p {
        font-size: 10px !important;
    }

    .homeform_footer h3, .homeform_content h3 {
        font-size: 10px !important;
        line-height: 12px !important;
    }
}

@media (max-width:1050px) {
    .headermenu,
    .headerlogo {
        width: 100% !important;
        text-align: center !important;
    }

    #menu ul {
        padding-top: 10px !important;
        text-align: center !important;
    }

    .apoiocliente {
        top: 210px;
    }

    .homebg li .homeform_saude img {
        width: 150px !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 992px) {
    #simuladorform input {
        min-width: inherit !important;
    }

    .form_simulador {
        width: 43% !important;
    }
}

@media (max-width: 979px) {
    #menu .inner_menu .inner_menu_image img {
        width: 100% !important;
    }

    .homeform_saude,
    .homeform {
        display: none !important;
    }
}

@media (max-width: 915px) {
    #menu .navbar-default .navbar-nav > li > a {
        font-size: 12px !important;
    }

    .homebg li .homeform_saude img {
        width: 120px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 810px) {
    #menu .navbar-default .navbar-nav > li > a {
        font-size: 10px !important;
    }
}

@media (max-width: 767px) {
    .produtos_single_simulador {
        background-image: none !important;
    }

    .div75 {
        width: 100% !important;
        margin: 0 !important;
    }

    .protecao_item_content.right,
    .protecao_item_content.left {
        width: 100% !important;
        float: left !important;
    }
    /* header */

    .headerlogo {
        text-align: center;
    }

    .headerdatacontactos {
        border-right: 0;
        text-align: center;
    }


    /*menu*/

    #menu ul {
        z-index: 9999;
        position: relative;
    }

    #menu li {
        border-bottom: 1px solid #1AAAE2;
        border-right: 0 !important;
        height: 30px;
        line-height: 30px;
        padding: 10px 0 10px 0 !important;
    }

    #menu .dropdown_menu {
        position: static !important;
        height: auto !important;
    }

    #menu li.simple_li .dropdown_menu li a .fa {
        display: none;
    }

    #menu .dropdown_menu li,
    #menu li.simple_li .dropdown_menu li {
        width: 100% !important;
        border: none !important;
        text-align: left !important;
        padding-left: 10px !important;
        margin-bottom: 0 !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        line-height: 14px !important;
    }

        #menu .dropdown_menu li a,
        #menu li.simple_li .dropdown_menu li a {
            font-size: 12px !important;
            line-height: 14px !important;
        }

    #menu .inner_menu .inner_menu_content h3 {
        text-align: left !important;
        padding-left: 10px !important;
    }

    #menu .navbar-default .navbar-nav > li > a {
        color: #1AAAE2;
        text-align: left;
    }

    .headerlogo {
        margin: 10px 0 0px 0 !important;
    }

        .headerlogo img {
            max-height: 30px !important;
        }

    .navbar-toggle {
        margin-right: 10px !important;
        padding: 5px 5px !important;
        margin-top: 5px !important;
        margin-bottom: 0px !important;
    }

    .navbar {
        min-height: 35px !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        border: 0;
    }



    .navbar-default .navbar-toggle .icon-bar {
        background-color: #f27020;
    }

    .navbar-collapse {
        background: #fff;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        padding: 0 20px 20px 20px;
    }

        .navbar-nav > li {
            float: left;
            width: 100%;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    #menu .inner_menu .inner_menu_image {
        display: none;
    }

    #menu .inner_menu .inner_menu_content {
        width: 100% !important;
    }

    #menu .inner_menu {
        border;
    }

    #menu .navbar-default .navbar-nav > li > a {
        border-right: none !important;
    }

    #footerbox .footerbox_icon {
        display: none !important;
    }

    #footerbox .footerbox_single {
        width: 50% !important;
        padding-bottom: 10px;
        padding-top: 10pX;
        border-bottom: 1px solid #f1f2f2;
    }

    .form_simulador {
        position: relative !important;
        width: 100% !important;
        float: left;
        padding: 20px 20% !important;
    }

    #tab-1, #tab-2, #tab-3, #tab-4, #tab-5, #tab-6, #tab-7 {
        background: none !important;
    }

    .r-tabs .tab-inner {
        width: 100% !important;
        background-size: cover;
    }
}



@media (max-width: 650px) {
    #responsiveTabsDemo .r-tabs-nav li a {
        font-size: 12px !important;
    }

    .produtos_single_simulador {
        background-image: none !important;
    }
}

@media (max-width: 600px) {
    .produtos_single_simulador .simulador_right {
        padding-left: 0 !important;
        padding-top: 0 !important;
    }

    .form_simulador {
        padding: 20px 1% !important;
    }

    .noticias .noticia_content h3 {
        font-size: 12px !important;
        line-height: 14px !important;
    }

    .apoiocliente {
        display: none !important;
    }

    #responsiveTabsDemo .r-tabs-nav li a {
        font-size: 10px !important;
    }

    #responsiveTabsDemo .r-tabs-nav li {
        width: 20% !important;
    }

    .r-tabs .tab-inner {
        padding: 10px 15px 30px 15px !important;
        float: left;
        background-position: left 0px !important;
        max-height: inherit !important;
    }

    .r-tabs .r-tabs-nav {
        background-color: #eee;
        height: 120px;
    }

    .form-group {
        width: 100%;
        float: left;
    }

    .slide_int_nome p {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .slide_int_frase p {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {

    .produtos_single_bottom .col-xs-6.col-sm-6.col-md-3.col-lg-3,
    .produtos_single_bottom .col-xs-6.col-sm-6.col-md-4.col-lg-4,
    .produtos_single_bottom .col-xs-6.col-sm-6.col-md-6.col-lg-6 {
        width: 100% !important;
    }


    #footerbox .footerbox_single {
        width: 100% !important;
    }

    .form_simulador {
        width: 100% !important;
        margin-left: 0% !important;
    }

    .slide_int_nome p {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .slide_int_frase p {
        display: none !important;
    }
}


.wrapper {
    overflow: hidden;
}

/*

.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (max-width: 996px) {
	
 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}


@media (max-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 100%;
  }
  .col-md-10 {
    width: 100%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 100%;
  }
  .col-md-7 {
    width: 100%;
  }
  .col-md-6 {
    width: 100%;
  }
  .col-md-5 {
    width: 100%;
  }
  .col-md-4 {
    width: 100%;
  }
  .col-md-3 {
    width: 100%;
  }
  .col-md-2 {
    width: 100%;
  }
  .col-md-1 {
    width: 100%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}


@media (max-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

*/
