

body {
	font-family: Faktum-ExtraLight;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    color: #4D605A;
    word-wrap: break-word;
}
p {
    margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Faktum-Regular;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 30px;
}

.btn {
    color: #4D605A;
}
.container {
    max-width: 1280px;
    width: 96%;
}
img {
    max-width: 100%;
}

.btn{
    padding: 0.625em 1.250em;
    border-radius: 50px;
}


.btn-primary {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5bd293+0,48b88b+100 */
background: rgb(91,210,147); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(91,210,147,1) 0%, rgba(72,184,139,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(91,210,147,1) 0%,rgba(72,184,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(91,210,147,1) 0%,rgba(72,184,139,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bd293', endColorstr='#48b88b',GradientType=0 ); /* IE6-9 */
    border-color: #52c68f;
    color: #fff;
    box-shadow: 0px 7px 20px rgba(55, 155, 127, 0.75);
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#48b88b+0,5bd293+100 */
background: rgb(72,184,139); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(72,184,139,1) 0%, rgba(91,210,147,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(72,184,139,1) 0%,rgba(91,210,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(72,184,139,1) 0%,rgba(91,210,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48b88b', endColorstr='#5bd293',GradientType=0 ); /* IE6-9 */

    border-color:  rgb(72,184,139); 
}
.text-primary {
    color: #52c68f !important;

}
.btn-secondary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+2,c7f8de+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 2%, #c7f8de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 2%,#c7f8de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 2%,#c7f8de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7f8de',GradientType=0 ); /* IE6-9 */
color: #52c68f;
border-color: #52c68f00;
box-shadow: 0px 7px 20px rgba(55, 155, 127, 0.75);
}
.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #52c68f;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c7f8de+0,ffffff+98 */
background: #c7f8de; /* Old browsers */
background: -moz-linear-gradient(top, #c7f8de 0%, #ffffff 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #c7f8de 0%,#ffffff 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #c7f8de 0%,#ffffff 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7f8de', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ 
border-color: #52c68f00;
}

h1, h2{
    color: #52c48f;
    font-size: 2.813em;
}
h3 {
    font-size: 1.688em;
    color: #52c48f;
}
h4 {
    font-size: 1.563em;
    color: #52c48f;
}
.text-gray {
    color: #4D605A;
}

.arrow-btn a {
    background-image: url(../images/arrows.png);
    background-position: 120px 0px;
    background-color: #e0f6eb;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    text-align: center;
    font-size: 24px;
    color: #59cf92;
    padding: 8px 0 0 0;
}

.arrow-btn a:hover {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#59cf92+0,4bbc8c+100 */
    background:url(../images/arrows.png) rgb(89,207,146); /* Old browsers */
    background:url(../images/arrows.png) -moz-linear-gradient(top,  rgba(89,207,146,1) 0%, rgba(75,188,140,1) 100%); /* FF3.6-15 */
    background:url(../images/arrows.png) -webkit-linear-gradient(top,  rgba(89,207,146,1) 0%,rgba(75,188,140,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background:url(../images/arrows.png) linear-gradient(to bottom,  rgba(89,207,146,1) 0%,rgba(75,188,140,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59cf92', endColorstr='#4bbc8c',GradientType=0 ); /* IE6-9 */
    background-position: 120px 40px ;
    
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
.arrow-btn a.arrow-right {
    background-image: url(../images/arrows.png);
    background-position: 80px 0px ;
}
.arrow-btn a.arrow-right:hover {
    background-image: url(../images/arrows.png);
    background-position: 80px 40px ;
}
.collapsed .arrow-btn a {
    background-position:160px 0;
}
.collapsed .arrow-btn a:hover {
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#59cf92+0,4bbc8c+100 */
    background:url(../images/arrows.png) rgb(89,207,146); /* Old browsers */
    background:url(../images/arrows.png) -moz-linear-gradient(top,  rgba(89,207,146,1) 0%, rgba(75,188,140,1) 100%); /* FF3.6-15 */
    background:url(../images/arrows.png) -webkit-linear-gradient(top,  rgba(89,207,146,1) 0%,rgba(75,188,140,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background:url(../images/arrows.png) linear-gradient(to bottom,  rgba(89,207,146,1) 0%,rgba(75,188,140,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59cf92', endColorstr='#4bbc8c',GradientType=0 ); /* IE6-9 */
    background-position: 160px 40px ;
 }

a {
    color: #52c48f;
    -webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
}
a:hover {
    color: #4D605A;
}
.text-box{
    -webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
    padding: 30px 30px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-top: 20px;
}
#noticias-box .text-box:not(:hover) {
    background: #F5FAF8;
}
.text-box.collapsed {
    background: #F5FAF8;
}
.text-box:hover{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f9f6+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,249,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,249,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,249,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f9f6',GradientType=0 ); /* IE6-9 */

    box-shadow: 0px 5px 10px rgba(89, 207, 146, 0.5);
}
label {
    margin-bottom: 20px;
    color: #52c48f;
    font-size: 1.125em;
}

.form-control, select#inlineFormCustomSelect {
    padding: .375rem .75rem;
    font-size: 1rem;
    height: 55px;
    border: 0px solid transparent;
    box-shadow: 0px 7px 20px #CEECDF;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f9f6+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,249,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,249,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,249,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f9f6',GradientType=0 ); /* IE6-9 */

}
.form-control:focus {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f9f6+0,ffffff+100 */
background: rgb(242,249,246); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,249,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(242,249,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(242,249,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
box-shadow: 0px 7px 20px #CEECDF;

}
.form-group {
    margin-bottom: 3rem;
}
.btn-download {
    background-image: url(../images/arrow_down-gr.svg);
    background-position: 10px;
    background-color: #e0f6eb;
    background-repeat: no-repeat;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    text-align: center;
    font-size: 24px;
    color: #59cf92;
    padding: 8px 0 0 0;
}
.documentos-box{
    padding: 20px 0;
    border-bottom: 1px solid #dde4e1;
}
.delete img {
    vertical-align: super;
    margin: 0px 35px;
}
.btn-bs-file {
    position: relative;
    margin: 0 15px;
    padding: 0.75em 3.25em;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}
/************************ header css start ************************/
#header {
    position: absolute;
    width: 28%;
    z-index: 99;
    background-color: #fff;
    /* -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; */
}
#menu-icon {
    cursor: pointer;
}
#header.open {
    width: 100%;
    
}
.close-icon {
    display: none;
}

#header.open .close-icon {
    display: block;
    
}

#header.open .open-icon {
    display: none;
    
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-menu {
    display: none;
}
.top-menu a {
    color: #3D4543;
    margin: 0 10px;
    display: inline-block;
}
#header.open .top-menu {
    display: block;
}
.logo {
    padding: 15px 0;
}
.active, .active a {
    color: #52c48f;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}
.lang, .lang a {
    margin: 0 5px;
    font-size: 13px;
}
/************************ header css end ************************/

/************************ carousel css start ************************/

#banner{
    position: relative;
}
.bottom-navbar{
    position: absolute;
    width: 95%;
    bottom: 0;
}
.bottom-navbar nav{
  background-color: rgba(246, 253, 250, 0.8);
    /* border-bottom: 1px solid #dadfdc; */
}
.nav-link {
    color: #3D4543;
    font-size: 1.188em;
}
.nav-link:hover {
    color: #52c48f;
}
.bottom-navbar ul li.nav-item {
    padding: 10px 12px;
    font-family: Faktum-Regular;
}
.bottom-navbar .navbar-dark .navbar-nav .nav-link:hover{
    color: #52c48f;
        text-decoration: underline;
}

/************************ carousel css end ************************/


/************************ section1 css start ************************/
#notícias{
    padding-top: 50px;
    padding-bottom:  50px;
}
#notícias h6{
    font-size: 0.813em;
    margin-bottom: 12px;
    color: #48B88B;
    text-transform: uppercase;
    font-family: Faktum-ExtraLight;
}
#notícias h4{
    font-size: 1.688em;
    font-family: Faktum-Light;
}
/************************ section1 css end ************************/






/************************ blog css start ************************/

.accordion .card-header:after { 
    content: "";
    float: right; 
     float: right;
    background-image: url(../images/minus.png);
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 0;;
}
.accordion .card-header.collapsed:after {
    content: ""; 
        float: right;
    background-image: url(../images/plus.png);
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
}

#Faq .card-header {
    padding: 20px 1.25rem 20px 0rem;
    background-color: #fff !important;
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: none !important;
    position: relative;
    cursor:pointer;
}
#Faq .card {
    border:none !important;
}
#Faq .card-body {
    padding: 50px 70px;
}

#faq h1{
    margin-bottom: 100px;
}

/************************ blog css end ************************/
#Faq, #asseguramos {
    padding: 50px 0px;
}
.asseguramos-box {
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
    overflow: hidden;
    border-radius: 4px;
    margin: 15px;
    box-shadow: 0px 7px 7px rgba(196, 201, 200, 0.75);
    float: right;
}
.asseguramos-box h4 {
    position: absolute;
    z-index: 99;
    padding: 25px;
    font-size: 1.250em;
    color: #4D605A;
    font-family: Faktum-Light;
}

.asseguramos-box:hover {
    
  -moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);

}

a.card-title {
    font-size:1.250em;
}
.card-title:hover{
    color: #52c48f !important;
}
#asseguramos h5 {
    font-size: 1.688em;
    font-family: Faktum-Light;
}





/*******************noticias********************/
#noticias{
padding-top: 60px;
}
.demo {
    width: 10%;
    text-align: right;
}
.demo1{
    width: 30%;
    padding: 0 2em;
}
.demo2{
    width: 50%;
}
.demo3{
    width: 10%;
}
.noticias-box{
    margin-bottom: 20px;
    border-radius: 4px;
}
.noticias-box:hover{
   box-shadow: 0px 2px 10px rgba(89, 207, 146, 0.5);
   
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f9f6+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,249,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,249,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,249,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f9f6',GradientType=0 ); /* IE6-9 */
}

#noticias-box h4, #alertas-box h4{
    color: #4D605A;
}
#noticias h3{
    color: #4D605A;
}
#noticias p {
    color: #52c48f;
    font-size: 1.250em;
}

/*******************pagina********************/

#pagina{
padding-top: 60px;
}
#pagina h6 {
    font-size: 0.813em;
    margin-bottom: 12px;
    color: #48B88B;
}
#pagina img{
    padding-bottom: 30px;
}
#pagina a{
    color: #4D605A;
}
/*******************mapas********************/
#mapas{
    padding-top: 60px;
}
#mapas h1{
    margin-bottom: 100px;
}
.mapas-box{
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f9f6+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,249,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,249,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,249,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f9f6',GradientType=0 ); /* IE6-9 */
     padding: 3.5em 0px;
    box-shadow: 0px 2px 10px rgba(89, 207, 146, 0.5);
    vertical-align: middle;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}
.mapas-box:hover{
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(89, 207, 146, 0.9);
}

.logo_EEE {
    background-image: url(../images/img1.png);
    background-repeat: no-repeat;
    width: 77px;
    height: 79px;
    background-position: bottom;
}
.mapas-box:hover .logo_EEE{
    background-image: url(../images/img1.png);
    background-position: top;
}

.logo_PA {
    background-image: url(../images/img2.png);
    background-repeat: no-repeat;
    width: 77px;
    height: 65px;
    background-position: bottom;
}
.mapas-box:hover .logo_PA{
    background-image: url(../images/img2.png);
    background-position: top;
}

.logo_EMB {
    background-image: url(../images/img3.png);
    background-repeat: no-repeat;
    width: 77px;
    height: 79px;
    background-position: bottom;
}
.mapas-box:hover .logo_EMB {
    background-image: url(../images/img3.png);
    background-position: top;
}

.mapas-box h3{
    margin: 0;
    color: #4D605A;
    font-size: 2.813em;
}
.mapas-box:hover h3{
    color: #52c48f;
}
.modal-body {
    padding: 3rem;
}
.modal-header {
    text-align: right;
    display: block;
}
.mapas-modal{
    display: flex;
    justify-content: space-between;
    padding: 7px 40px;
    align-items: center;
}
.mapas-modal h4{
    margin: 0;
}
.table-box.table-responsive {
    padding: 23px;
    box-shadow: 0px 7px 10px rgba(89, 207, 146, 0.5);
    margin-bottom: 50px;
}
.modal-table-heading {
    color: #48B88B;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 1.5em 0em;
}
.modal-table{
    display: flex;
    text-align: center;
    align-items: center;
}
.modal-table1 {
    width: 40%;
    text-align: left;
    padding-left: 30px;
}
.modal-table2{
    width: 20%;
}
.modal-table3{
    width: 20%;
}
.modal-table4{
    width: 20%;
}
.modal-body .card-header {
    padding: 20px 0rem 20px 0rem;
    background-color: #fff !important;
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: none !important;
    position: relative;
}
.modal-body .card {
    border: none !important;
}
.accordion-data-heading{
    color: #48B88B;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 1.5em 0em;
}
.border-top-bottom {
    border-top: 1px solid #c3e1d8;
    border-bottom: 1px solid #c3e1d8;
}
.accordion-data{
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0.9em 1em;
    background: #52c48f47;
    margin: 5px 0px;
}
.accordion-data1{
    width: 40%;
    text-align: left;
}
.accordion-data2{
    width: 20%;
}
.accordion-data3{
    width: 20%;
}
.accordion-data4{
    width: 20%;
}
.modal-body .accordion .card-header.collapsed:after {
    content: "";
    background-image: url(../images/plus.png);
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
}
.modal-body .accordion .card-header:after {
    content: "";
    background-image: url(../images/minus.png);
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    position: absolute;
    top: 27px;
    left: 0;
}
/*******************alertas********************/

article {
                padding: 50px 0px;
            }
            .alertas-box {
                border-bottom: 1px solid #dde4e1;
                padding: 20px 0;
                margin-bottom: 10px;
            }
            
            .alertas-date h4 {
                color: #52c48f;
                font-size: 1.250em;
                line-height: 30px;
            }
            h3.alertas-cont-title {
                font-size: 1.250em;
                margin-bottom: 20px;
                color: #52c48f;
            }
            .pagination-box {
                border: 1px solid #fff;
                display: flex;
                max-width: 200px;
                text-align: center;
                margin: 0 auto;
                border-radius: 100px;
                padding: 10px;
                margin-top: 50px;
                justify-content: space-between;
            }
            
            .alertas-box:first-child  {
                border-top: 1px solid #dde4e1;
            }
/*******************alertas********************/

#alertas-sec h2{
    margin-bottom: 100px;
}

/*******************documentos********************/

#documentos{
    padding-top: 60px;
}
#documentos h1{
    margin-bottom: 100px;
}
#documentos h2, #documentos h4{
    font-family: Faktum-Light;
}
#documentos h3{
    margin-bottom: 90px;
}
#documentos .pt-4{
    margin-top:160px;
}

#documentos .card-header {
    padding: 1.250em 0rem;
    background-color: #fff !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
}


#documentos-upload h6{
    color: #52c48f;
}
#documentos-upload p{
    color: #52c48f;
}
#documentos .card{
    border: none;
}
#documentos-upload{
    padding-top: 60px;
}
.choose-box {
    padding: 20px 0;
}
.choose-box a.btn.btn-secondary {
    margin: 0px 15px;
}


/*******************assunto********************/
#assunto{
    padding-top: 60px;
}
#assunto h1{
    margin-bottom: 100px;
}

#historico{
    padding-top: 60px;
}
/*******************conta********************/
#conta-sec h2{
    font-family: Faktum-Light;
}
#conta-sec h1{
    margin-bottom: 100px;
}
#conta-sec .form-box .form-two h3{
    font-family: Faktum-Light;
}

/*******************contactos********************/
#contactos  .table th{
    border-top: none;
}
#contactos h2{
    margin-bottom: 100px;
}
/*******************contaeee********************/

.contaeee-tabs .nav-pills .nav-link
{
     color: #52c48f;
    background-color: #fff;
    padding: 1em 6em; 
    border-radius: 0px;
   
}
#contaeee #pills-tabContent .tab-pane .tab-content{
    margin-top: 60px;
}
#contaeee #pills-tabContent .tab-pane .tab-content .tab-content-box2{
    background: #F6FDFA;
}
#contaeee #pills-tabContent .tab-pane .tab-content .tab-content-box h5{
    font-family: Faktum-ExtraLight;
}
.conta-right {
    background-image: url(../images/arrows.png);
    background-position: 40px 40px;
    background-color: rgb(91,210,147);
    background-color: -moz-linear-gradient(top, rgba(91,210,147,1) 0%, rgba(72,184,139,1) 100%);
    background-color: -webkit-linear-gradient(top, rgba(91,210,147,1) 0%,rgba(72,184,139,1) 100%);
    background-color: linear-gradient(to bottom, rgba(91,210,147,1) 0%,rgba(72,184,139,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bd293', endColorstr='#48b88b',GradientType=0 );
    border-color: #52c68f;
    box-shadow: 0px 7px 20px rgba(55, 155, 127, 0.75);
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 100px;
}

.contaeee-tabs .nav-pills .nav-link.active {
    color: #52c48f;
    background-color: #fff;
    padding: 1em 6em;
    border-bottom: 1px solid #52c48f;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.contaeee-tabs .nav-tabs .nav-link.active {
    
    color: #52c48f;
    background-color: #fff;
    border-color: transparent transparent transparent;
    
}
.contaeee-tabs .nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent transparent transparent;
}
.contaeee-tabs .active, .active a {
    color: #495057;
    
}
.tab-content-box {
    width: 87%;
    margin-left: auto;
    padding: 4em 4em;
    box-shadow: 0px 5px 10px rgba(89, 207, 146, 0.5);
    margin-bottom: 2em;
}
/*******************facturacao********************/
#facturacao h2{
    font-family: Faktum-Light;
}
#facturacao h1{
    margin-bottom: 100px;
}
#facturacao .table th{
    border-top: none;
}

#historico {
    padding-top: 60px;
    padding-bottom: 60px;
}
#filtros-btn{
    position: relative;
    padding: 0 40px;
}
.open-filter#filtros-btn {
    color: #52c48f;
}
#filtros-btn:before {
    content: "";
    background-image: url(../images/filtros.svg);
    display: inline-block;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    left: 0;
    top: 4px;
}
.open-filter#filtros-btn:before {
    background-position: top;
}
#filtros-btn:after {
    content: "";
    background-image: url(../images/filtros-arrow.svg);
    display: inline-block;
    height: 12px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    right: 0;
    top: 14px;
}
.open-filter#filtros-btn:after {
    background-position: bottom;
}

.filtros-content{
    width: 100%;
    background-color: #fff;
    padding: 50px;
    box-shadow:0px 2px 10px rgba(89, 207, 146, 0.5);
    margin-bottom: 50px;
}
.filtros-btn{
    text-align: center;
    padding-top: 20px;
}
.filtros-btn a{
    margin:10px;
}
#facturacao h3{
    color: #52c48f;
    font-size: 2.813em;
}
#facturacao h4{
    color: #4D605A;
    cursor: pointer;
}
.conta-table-box {
    margin-bottom: 3em;
}
#footer {
    padding: 50px 0px;
    text-align: center;
}
.ft-tops{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.ft-top {
    border: 1px solid #9dd9c1;
    max-width: 500px;
    min-width: 500px;
    /* margin: 0 auto; */
    padding: 15px;
}
.ft-top a{
    text-decoration: none;
    color: #000;
}
.ft-top h3 {
    margin-bottom: 10px;
    color: #52c48f;
    font-size: 1.938em;
}
.ft-bottom {
    color: #4d605a;
    margin-top: 20px;
}
.ft-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ft-bottom ul li {
    display: inline-block;
        padding: 10px 0;
}
.ft-bottom ul li a {
    padding: 10px 10px;
    color: #4d605a
}

article {
    padding: 50px 0px;
}
.fm-topright-btn {
    text-align: right;
}
.table td, .table th {
    padding: 25px 20px;
    vertical-align: middle;
    border-top: 1px solid rgba(77,96,90,0.3);
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #c7f8de;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F6FDFA;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    color: #52c48f;
    font-size: 1.125em;
    font-weight: normal;
}
.conta-table h3 {
    color: #52c48f;
    font-size: 2.813em;
}
.form-two {
    margin-top: 30px;
}
.conta-table {
    margin-top: 50px;
}
.btn img {
    margin-left: 10px;
}
.check {
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5bd293+0,48b88b+100 */
 background: rgb(91,210,147); /* Old browsers */
 background: -moz-linear-gradient(top,  rgba(91,210,147,1) 0%, rgba(72,184,139,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  rgba(91,210,147,1) 0%,rgba(72,184,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  rgba(91,210,147,1) 0%,rgba(72,184,139,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bd293', endColorstr='#48b88b',GradientType=0 ); /* IE6-9 */
     border-color: #52c68f;
     box-shadow: 0px 7px 20px rgba(55, 155, 127, 0.75);
}
.check img {
    margin-top: 8px;
}


.ambito-cont {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c9cfcd;
}
#ambito-sec h1{
    margin-bottom: 100px;
}
#ambito-sec h2{
    font-family: Faktum-Light;
}
#ambito-sec .ambito-cont .ambita-cont-left sup{
    margin-right: 10px;;
}
.ambita-box {
    margin-bottom: 40px;
}
.ambito-cont {
    padding: 15px 0 0 0;
}
.ambito3-inputbox h5{
    font-family: Faktum-Light;
}
.ambito3-inputbox h5.text-green{
    color:#52c48f
}
.ambito4{
    margin-top: 100px;;
}
.ambito4 .table td, .ambito4 .table th{
    border: none;
}
.ambito4 .ambito-tb-box{
    margin-top: 50px;
}
.ambito-cont.ambito-checkbox {
    border: none;
}
.custom-control-input~.custom-control-label:before {
    box-shadow: 0 4px 17px rgba(199, 226, 215, 1);
    border: none;
}
.custom-switch .custom-control-label::after {
    box-shadow:0 4px 17px rgba(150, 191, 173, 1);
    background-color: #ffffff;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #52c48f;
    background-color: #52c48f;
    box-shadow: 0 7px 20px rgba(55, 155, 127, 0.75);
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(169, 239, 187, 0.25);
}
.ambito-tb-box .form-group {
    margin-bottom: 1rem;
}
.ambito3-left-br {
    border-left: 1px solid #52c48f;
    min-height: 60px;
}
.ambita-cont-left {
    font-size: 1.250em;
}






/************************ responsive css start ************************/
@media screen and (max-width:1440px) {

    .nav-link {
        font-size: 1.0em;
    }
    
    #header {
        width:40%;
        }
}
@media screen and (max-width:1366px) {
    .bottom-navbar ul li.nav-item {
        padding: 10px 8px;
    }
}
@media screen and (max-width:1280px) {
    .bottom-navbar ul li.nav-item {
        padding: 10px 4px;
    }
}
@media screen and (max-width:1200px) {
    .bottom-navbar ul li.nav-item {
        padding: 10px 0px;
    }
    .mapas-modal {
        display: block;
    }
    .mapas-modal h4 {
        margin-bottom: 14px;
    }
}
@media (min-width:991px) and (max-width:1024px) {
    .nav-link {
        font-size: 0.95em;
    }
    #header {
    width:50%;
    }
    .mapas-box h3 {
        margin: 0;
        color: #4D605A;
        font-size: 2em;
    }
    .modal-body {
        padding: 1rem;
    }
}
@media screen and (max-width:900px) {
 
    .bottom-navbar {
        position: static;
        width: 100%;
    }
    .navbar-toggler {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-toggler-icon{
        height: 1em;
        width: 2em;
    }
    #header {
        position: static;
        width: 100%;
    }
    #noticias-box {
        margin-top: 3em;
    }
    .mapas-box h3 {
        margin: 0;
        font-size: 1.5em;
        margin-left: 10px;
    }
    .logo_EEE, .logo_PA, .logo_EMB {        
    width: 50px;
    height: 50px;
    background-size: 100%;
    }
    .mapas-box {
        padding: 34px 10px;
    }
    .mapas-modal {
        display: block;
    }
    .modal-body {
        padding: 1rem;
    }
}
@media screen and (max-width:768px) {

    #Faq .card-body {
        padding: 30px 48px;
    }
    .asseguramos-box h4 {
        padding: 16px;
    }
    .tab-content-box {
        width: 100%;
        margin-left: auto;
        padding: 1em 1em;
        box-shadow: 0px 5px 10px rgba(89, 207, 146, 0.5);
        margin-bottom: 2em;
    }
}
@media screen and (max-width:767px) {
    .asseguramos-box img{
        margin: 0 auto;
        display: block;
    }
    .header-wrapper {
        display: block;
    }
    #menu-icon {
        position: absolute;
        right: 15px;
        top: 25px;
        max-width: 40px;
    }
    #header.open .top-menu {
        padding-bottom: 10px;
        text-align: center;
    }
    .logo img {
        max-width: 120px;
    }
    #footer {
        padding: 0;
    }
    .documentos-box span {
        margin: 0 10px;
    }
    .mapas-modal {
        display: block;
        justify-content: space-between;
        padding: 6px 0px;
        align-items: center;
    }
    .modal-body {
        padding: 0.5rem; 
    }

}
@media screen and (max-width:575px) {
    #header {
        width: 100%;
    }
    span.mapas-icon-box {
        width: 20% !important;
    }
    #Faq .card-body {
        padding: 15px 30px;
    }
    .ft-top {
        width: 100%;
    }
    .alertas-date h4 {
        font-size: .70em;
        line-height: 20px;
    }
    .guardar {
        margin-top: 2em;
        text-align:  left ;
    }
    .noticias-boxes > div {
        width: 100%;
        text-align: left;
        padding: 0;
    }
    .noticias-boxes h3 {
        margin-top: 15px;
    }
    .mapas-modal {
        display: block;
        justify-content: space-between;
        padding: 6px 0px;
        align-items: center;
    }
    .modal-body {
        padding: 0.5rem; 
    }
    
}
@media screen and (max-width:320px) {

}
/************************ responsive css end ************************/