/* Themify Customize Styling */
body #site-logo a img {		width: 160px; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 160px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 160px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 160px; 
}
 }
/* Themify Custom CSS */
body {
font-family: "Montserrat", sans-serif;
font-weight: normal;
font-style: normal;
}
body, html {
	background-color:#fff
}
h1, h2, h3, h4, h5, h6{
font-family: "Montserrat", sans-serif;
font-weight: bold;
font-style: normal;
letter-spacing: 0;
margin: 0;
text-transform: none;
}
p, a{
font-family: "Montserrat", sans-serif;
font-weight: normal;
font-style: normal;
letter-spacing: normal;
margin: 0;
}
p{
margin: 0;
padding: 0;
}
a{
color:#000;
text-decoration: none;
}
a:hover{
color:#000;
text-decoration: none;
}
.post-edit-link,
.tb_turn_on,
.screen-reader-text.skip-to-content,
.edit-button,
.tb_disabled_turn_on{
display:none!important}

a img {outline :none}
img {border:0}
a img {outline:none}
:link:focus, :visited:focus {outline: none}
:active, :focus { outline: none; -moz-outline-style: none}
a, a:hover, a:active, a:focus, a img, object, embed {outline: none}
a {box-shadow: none}
.module_row .row-slider-slides li {
	display:none
}

.slick-track { 	display: flex !important; }  
.slick-slide { 	height: inherit !important; display: flex !important; justify-content: center; align-items: center; }




.slick-slide div {min-height:300px}
.slick-slide div a { display:block; min-height:300px!important}
.overlay-grid{min-height:300px}

.overlay-grido{ 
	float:left; 
	display:block; 
	width:100%!important;
	min-height:300px!important;
    background-size: cover!important;
    background-position: 50% 50%!important;
    background-repeat: no-repeat;
}
.slick-slide {max-height:300px}
.slick-slide {
    max-height: 300px;
}
.slick-slide div {
    max-height: 300px;
	width: 100% !important;
}
.bookshelf.slick-initialized .slick-slide {
    padding: 0px!important;
}
.slick-slide {
	margin: 0 12px;
}
.slick-list {
	margin: 0 -12px;
}






#site-logo a {
    display: inline-block;
    float: left;
}
#site-logo a img {
    float: left;
}



#headerwrap {
    border-bottom: 0px solid rgba(0,0,0,1);
    min-height: 40px;
	background-color:#fff
}
#header {
    padding: 4px 0px 4px 0px;
	border-bottom: 0px solid #333;
}
.revealing-header #headerwrap {
    box-shadow: 0 1px 15px rgba(0,0,0,.12);
}


#footer .back-top-float, #pagewrap .back-top-float {
    background-color:#263f6d!important;
}
#pagewrap .back-top-float:hover, .back-top:not(.back-top-float) .arrow-up a:hover {
    background-color:#263f6d!important;
}
#footer .back-top-float, #pagewrap .back-top-float {
    inset: auto 3px 64px auto;
    box-shadow: none!important;
    border:1px solid #fff!important;
}

.wrapoverthetop {
    background-color:#333333;
    transition: transform .4s,min-height .4s,height .4s;
    min-height: 10px;
    display: block;
    height: auto;
    opacity: 1;
	transition: transform .4s,min-height .4s,height .4s;
}
.fixed-header-on .wrapoverthetop {
    transform: translateY(-100%);
    opacity: 0;
	position: fixed;
    transition: transform .5s ease-in-out,opacity .5s ease-in-out;
    overflow: hidden;
    min-height: 0;
    height: 0;
    padding: 0;
}



#site-logo {
margin: 6px 0px 6px 0px;
float:left
}


.menu-item .child-arrow {
    border-radius:0;
    cursor: pointer;
    display: block;
    height: 10px;
    right: -4px;
    top: 6px;
    width: 12px;
}
.child-arrow:after, .child-arrow:before {
    border-radius: 0px;
    left: 0;
    width: 6px;
}
.child-arrow:after {
    left: 3px;
	transform: rotate(-45deg);
}



#main-nav {
margin: 34px 0px 0px 0px;
}
#main-nav > li {
padding: 0px 0;
margin: 0px 0px 0px 10px;
}
#main-nav > li:first-child {
margin: 0px 0px 0px 0px;
}
#main-nav > li > a{
font-family: "Montserrat", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 12px;
line-height: 22px;
color: #000;
letter-spacing: 0.05em;
margin: 0px 0px 0px 0px;
padding: 0px 10px 10px 10px;
border: 0px solid black;
text-decoration:none;
position:relative;
text-transform: uppercase;
display:block;
position:relative;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
#main-nav > li > a:hover{
color:#3db5e9;
}




#main-nav li>.sub-menu {
    width: 240px;
	padding: 10px 22px 10px 22px;
}
#main-nav ul a {
font-family: "Montserrat", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 12px;
line-height: 22px;
color: #000;
padding: 5px 0px 10px 0px;
text-transform: uppercase;
}


#main-nav .current-menu-item > a, 
#main-nav .current_page_item > a {
color:#9e1c33;
}



.main-nav li a:before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3db5e9;
    z-index: 5;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#main-nav > li:hover>a:before {
    transform: scaleX(1);
}
#main-nav > li:hover>a {
    color: #3db5e9;
}
#main-nav .current_page_item > a, 
#main-nav .current-menu-item > a, 
#main-nav ul a:hover {
    color: #3db5e9;
    text-decoration: none;
}
#main-nav .current_page_item > a:before, 
#main-nav .current-menu-item > a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


#main-nav > li.current-menu-parent > a{
	color:#3db5e9;
}
#main-nav > li.current-menu-parent > a:before {
    transform: scaleX(1);
}
.menu-item .child-arrow {
    z-index:-1!important
}

#main-nav li>.sub-menu li a:before{
	visibility:hidden;
	display:none
}
#main-nav li>.sub-menu:hover li a:before{
    visibility:visible;
	display:none  
}
#main-nav li>.sub-menu li a:hover{
	color:#3db5e9
}


#main-nav li:hover>a:after,
#main-nav > li:hover>a:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#main-nav li:hover>.sub-menu li a:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}





/* Top Links */
.wrapoverthetop .module_column {
    justify-content: flex-end;
}
.istopnav{
	max-width:240px;
	float:right
}
.istopnav ul {
	padding: 0;
    list-style: none;
    display: inline-block;
	float:left
}
ul li {
    display: inline-block;
	margin: 0px 0px 0px 0px;
	float:left
}
.topsociallinks {
    margin: 0px 0px 0px 0px;
}
.topsociallinks li {
    margin: 0px 0px 0px 16px;
}
.topsociallinks li i {
    font-size: 16px;
    color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.topsociallinks li:nth-child(1) a:hover i {
    color: #1DB954
}
.topsociallinks li:nth-child(2) a:hover i {
    color: #1877F2
}
.topsociallinks li:nth-child(3) a:hover i {
    color: #1DA1F2
}
.topsociallinks li:nth-child(4) a:hover i {
    color: #FF0000
}





.topidiomaslinks {
    margin: 2px 0px 0px 30px;
}
.topidiomaslinks li {
    margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
}
.topsociallinks li i {
    font-size: 14px;
	color:#fff
}
.topidiomaslinks li {
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
}
.topidiomaslinks li a {
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
	padding-bottom:0px;
    color: #fff;
    margin:0;
	position:relative;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.topidiomaslinks li:first-child a, 
.topidiomaslinks li a:hover {
    text-decoration: none;
}
.topidiomaslinks li a:before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.topidiomaslinks li:first-child a:before, 
.topidiomaslinks li a:hover:before {
    background: #fff;
}



.topidiomaslinks li:first-child a {
    margin:0px 4px 0px 0px
}
.topidiomaslinks li:first-child {
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px
}
/* END Top Links */





/* Search */
#main-nav li.header__search {
    margin:0px 24px 0px 10px;
}
#main-nav li.header__search a {
    padding:0!important
}
.header__search em {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-top:2px
}
.header__search a {
  display: block;
  position: relative;
  text-indent: -9999px;
}
.header__search a > * {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
#main-nav a>em .tf_fa {
    margin-right: 0;
    font-size: 16px;
}






.header__search {
    position: relative;
    right: 0;
	max-height:42px
}
.header__search:hover {
    box-shadow: none;
    transform: none;
}
.header__search.active{
    box-shadow: none;
    transform: none;
}
.header__search a:before{
	 display:none
}







.header__search.activeof {
    opacity: 1;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.isheadersearch .tb_text_wrap {
    text-align: right;
}
.headersearchbar {
    width: 224px;
    height: 0;
    position: absolute!important;
	visibility: hidden;
    top: 0px;
    right: 0px;
    background: #ccc;
    -webkit-box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    z-index: 2;
}
.tb_search_overlay .tbp_searchform {
    position: relative;
}
.tbp_icon_search, .headersearchbar .module-buttons, .edit-button, .tb_turn_on {
    display: none!important;
}
.tb_search_overlay .tbp_searchform .tbp_icon_search.overlay {
    position: absolute;
    color: #555;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.headersearchbar.active input {
    opacity: 1!important;
    padding: 24px 48px 24px 48px!important;
}
.headersearchbar.active {
    pointer-events: auto;
    visibility: visible;
}
.headersearchbar button{
    display: none!important;
}

.headersearchbar .tf_icon_wrap{
    display: none!important;
}


.headersearchbar.active input {
    height: 42px!important;
    opacity: 1!important;
    padding: 14px!important;
	width:224px
}

.tf_icon_wrap+input[type="text"], .tf_icon_wrap+.tf_loader+input[type="text"] {
    padding-left:14px;
	height: 42px!important;
	width:224px
}

.wrapmysearch .row_inner  {
  position:relative
}

.wrapmysearch input:read-write, 
.wrapmysearch input:read-only, input[type=radio], 
.wrapmysearch input[type=checkbox], 
.wrapmysearch select, 
.wrapmysearch textarea {
    border: 1px solid rgba(51,51,51,1);
    border-radius: 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #333;
}




/* Home */
.wraphome1 .module_column.tb-column.col-full {
    min-height: 60vh;
    align-content: flex-end;
}
.wraphome1 .tb_text_wrap {
    margin: 0px auto;
    max-width: 1160px;
}
.wraphome1 .tb_text_wrap h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin:0px 0px 10px 0px
}
.wraphome1 .tb_text_wrap p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin:0px 0px 40px 0px
}



.wraphome2 {
	padding:73px 0px 48px 0px
}
.wraphome2 .tb_text_wrap {
	text-align:center
}
.wraphome2 .tb_text_wrap h2 {
    margin:0px 0px 30px 0px
}



.wraphome3 .image-content {
visibility:hidden;
-webkit-transition: all 0.1s ease-out 0s;
transition: all 0.1s ease-out 0s;
}
.wraphome3 .hgrupo1:hover .image-content,
.wraphome3 .hgrupo2:hover .image-content, 
.wraphome3 .hgrupo3:hover .image-content{
visibility: visible
}
.wraphome3 .image-caption{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 23px;
	text-transform:uppercase;
    color: #000;
    margin:0px 0px 0px 0px
}



.wraphomeabout {
	margin:0px 0px 0px 0px;
	padding:120px 0px 120px 0px;
} 
.wraphomeabout .module-image {
    margin-top:0px;
}
.isimgabout img{
    box-shadow: 0 20px 50px -33px #000;
	border-radius: 5px;
}
.genformat h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000;
	display:inline-block;
	padding:0px 0px 10px 0px;
    margin:0px 0px 20px 0px;
	text-transform:uppercase;
	position:relative
}
.genformat p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.genformat h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 2px;
    background: #d5dce7;
}
.wraphomeabout a {
    margin:20px 0px 0px 0px;
}
.genlink a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 6px 12px;
	border-radius: 5px;
    background-color: #3db5e9;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.genlink a:hover {
    color: #fff;
    background-color: #263f6d;
}




.wraphome2 h2:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}





.wraphome2 .tb_text_wrap h2 {
    margin: 0px 0px 6px 0px;
}
.newggroup a{
	padding:40px 0px 20px 0px;
	overflow: hidden;
    cursor: pointer;
	border-radius: 5px;
	text-align: center;
	position:relative;
	display: flex;
    justify-content: center;
	flex-direction: column;
-webkit-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.newggroup.hg1 a{
	border:2px solid rgba(65, 119, 116, 0);
} 
.newggroup.hg2 a{
	border:2px solid rgba(157, 159, 155, 0);
}
.newggroup.hg3 a{
	border:2px solid rgba(221, 152, 36, 0);
}

.newggroup.hg1 a:hover{
	border:2px solid rgba(65, 119, 116, 0);
} 
.newggroup.hg2 a:hover{
	border:2px solid rgba(157, 159, 155, 0);
}
.newggroup.hg3 a:hover{
	border:2px solid rgba(221, 152, 36, 0);
}
.newggroup a h3 {
    z-index: 1;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
	margin:10px auto 20px auto;
-webkit-transform: translateY(16px);
transform: translateY(16px);
transition: .2s cubic-bezier(.39,.57,.56,1);
}
.newggroup button {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid rgba(255, 255, 255, 0);
	background-color:#333333;
    border-radius: 5px;
	padding: 6px 12px;
	letter-spacing: 0;
    color: #fff;
    text-transform: none;
    z-index: 2;
	margin:46px auto 0px auto;
transition: .2s cubic-bezier(.39,.57,.56,1);
}
.newggroupimg{
	height:90px
}
.newggroup img {
    z-index: 1;
    position: relative;
	margin:0 auto;
-webkit-transform: translateY(16px);
transform: translateY(16px);
transition: .2s cubic-bezier(.39,.57,.56,1);
}


.newggroup.hg1 :hover button {
	background:rgba(20, 85, 87, 1);
} 
.newggroup.hg2 :hover button {
	background:rgba(179, 180, 179, 1);
}
.newggroup.hg3 :hover button {
	background:rgba(201, 151, 35, 1);
}
.newggroup:hover a h3,
.newggroup:hover a img,
.newggroup:hover a button {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}








.wraphome4  {
	padding:120px 0px 120px 0px
}
.wraphome4 .tb_text_wrap {
    text-align: center;
}
.wraphome4 h2{
	color:white
}
.wraphome4 h2:before{
	background-color:white

}
.genforcer h2:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}


.homenews  {
	padding:68px 0px 68px 0px
}
.homenews .tb_text_wrap {
    text-align: center;
}
.homenews h2 {
    margin:0px 0px 30px 0px
}




/* HomePosts */
.homenews .post-date {
    font-size:14px;
	line-height:20px
}
.homenews .builder-posts-wrap .post-title a {
	font-size:18px;
	line-height:24px;
	font-weight:600
}
.homenews .post-title {
    line-height:24px;
}
.homenews .builder-posts-wrap .post-title a:hover {
	color:#9e1c33
}
.homenews .loops-wrapper.boxed .post-image img {
    border-radius: 5px 5px 0 0;
}
.homenews .loops-wrapper.boxed .post{
    border-radius: 5px;
	border:1px solid rgba(51,51,51,0.3);
}
/* END HomePosts */



/* HomeSlide */
.hnewev .slide-inner-wrap{
    border-radius: 5px;
    border: 1px solid rgba(51, 51, 51, 0.3);
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);
    padding: 0;
}
.hnewev .themify_builder_slider .slide-content{
    box-sizing: border-box;
    padding: .2em 7% .4em;
}
.hnewev .themify_builder_slider .slide-title a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
	margin: 0px 0px 30px 0px;
}
.hnewev .themify_builder_slider .slide-title a:hover {
    color:#9e1c33
}
.hnewev .themify_builder_slider .post-date {
    margin: 0px 0px 30px 0px;
}

.hnewev .themify_builder_slider_wrap  {
    margin-left: -20px;
    margin-right: -20px;
}
.hnewev .carousel-next {
    inset-inline: auto -40px!important
}
.hnewev .carousel-prev {
    left: -40px!important
}
.hnewev .tf_carousel_nav_wrap :is(.carousel-prev,.carousel-next):hover {
    background: hsla(0, 0%, 78%, .85);
}

/* END HomeSlide */




.homepartners  {
	padding:0px 0px 0px 0px;
}
.homepartners .module-slider {
    margin-bottom: 0;
}
.homepartners .iscenter {
    text-align: center;
}
.homepartners h2 {
    margin:0px 0px 30px 0px;
	color:white
}
.homepartners h2:before {
	background-color:white
}




/* TopOfPage */
.wraptoppage {
	padding:10px 0px 10px 0px;
	min-height:160px;
box-shadow: 0 -4px 15px 0 #333;
}
.wraptoppage .row_inner {
    align-content: center;
}
.wraptoppage h1{
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
	padding:0px 0px 10px 0px;
	color:#fff;
}
.tbp_breadcrumb_sep {
    margin: 0 .5em;
}




/* Breadcrumbs */
.tbp_trail_item,
.tbp_breadcrumb_sep,
.tbp_trail_item a {
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
	color:#fff;
}
.tbp_trail_item.tbp_trail_begin a span {
	display: none;
}
.tbp_trail_item.tbp_trail_begin a {
	position:relative;
    width: 20px;
    display: inline-block;
    height: 20px;
}
.tbp_trail_item.tbp_trail_begin a:before {
    content: "\f015";
    font-family:"Font Awesome 5 Pro";
	position: absolute;
    bottom: 0px;
    left: 0;
    width: 20px;
    height: 20px;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}







/* Above FT logos */
.bc-timer,
.counter-text{
    color:white
}
.homepartners{
    box-shadow: 0 1px 15px rgba(0,0,0,.12);
}
.ltx-hover-logos .item {
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
}
.ltx-hover-logos .item img {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.175,.885,.32,1.375);
    -moz-transition: -moz-transform .6s cubic-bezier(.175, .885, .32, 1.375);
    -o-transition: -o-transform .6s cubic-bezier(.175, .885, .32, 1.375);
    transition: -webkit-transform .6s cubic-bezier(.175,.885,.32,1.375), -moz-transform .6s cubic-bezier(.175,.885,.32,1.375), -o-transform .6s cubic-bezier(.175,.885,.32,1.375), transform .6s cubic-bezier(.175,.885,.32,1.375);
}
.isgray {
opacity: .5;
filter: grayscale(100%);
}
.ltx-hover-logos .item .ltx-img-hover {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
.ltx-hover-logos .item a:hover img:not(.ltx-img-hover) {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.ltx-hover-logos .item a:hover .ltx-img-hover {
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
/* END FT logos */




/* PageStyle */
.wrapispagegenstyle {
	padding: 60px 0px 80px 0px;
} 
.ispagegenstyle h2 {
	font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.65em;
	letter-spacing:0.03em;
	color:#000;
    margin-bottom: 1.4em;
	text-transform:uppercase
}
.ispagegenstyle h5 {
	font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.65em;
	color:#000;
    margin-bottom:6px;
}
.ispagegenstyle p {
	font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.65em;
	color:#000;
    margin-bottom: 1.4em;
}
.ispagegenstyle a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.65em;
	color:#9e1c33;
    vertical-align: baseline;
}
.ispagegenstyle a:hover{
	text-decoration:underline
}


.ispagegenstyle ul  {
    width:100%;
	list-style-type: none;
    padding-left:0;
    padding-right: 1.5em;
	margin: 0 0 1.5em;
}
.ispagegenstyle ul li {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.65em;
	padding: 0px 0px 0px 16px;
    margin: 0px 0px 4px 0px;
	color:#000;
    vertical-align: baseline;
	position: relative;
	float:none;
	width:100%
}
.ispagegenstyle ul li:before {
    font-family: 'Poppins', sans-serif;
    content: '.';
    font-size: 300%;
    padding-right: 5px;
    position: absolute;
    left: 0;
    top: -13px;
}

.ispagegenstyle ul li a{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.65em;
	color:#000;
    vertical-align: baseline;
}
.ispagegenstyle ul li a:hover{
	color:#9e1c33;
}

.ispagegenstyle.isdownload ul {
    padding-left:0;
}
.ispagegenstyle.isdownload ul li{
    list-style-type: none;
	padding-left:0;
	display: block
}
.ispagegenstyle ul li:first-child {
    margin-top: 0;
}



/* WidgetMenu */
.ispageside #nav_menu-2 ul li a,
.ispageside #nav_menu-3 ul li a,
.ispageside #nav_menu-4 ul li a,
.ispageside #nav_menu-5 ul li a,
.ispageside #nav_menu-6 ul li a{
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.65em;
	color:#000;
	position:relative;
	padding-left:0px;
}


.ispageside #nav_menu-4 ul li a {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;	
}
.ispageside #nav_menu-4 ul li a {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;	
}
.ispageside #nav_menu-5 ul li a {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;	
}
.ispageside #nav_menu-6 ul li a {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;	
}



.ispageside .sub-menu {
	width:100%
}


.ispageside #nav_menu-2 ul li a:hover,
.ispageside #nav_menu-2 .current-menu-item a {
    color: #9e1c33;
}
.ispageside #nav_menu-3 ul li a:hover,
.ispageside #nav_menu-3 .current-menu-item a {
    color: #9e1c33;
}
.ispageside #nav_menu-3 .current-menu-item .sub-menu a {
    color: #000;
}


.ispageside .sub-menu a:before {
    font-family: 'Poppins', sans-serif;
    content: '.';
    font-size: 120%;
    padding-right: 5px;
    position: absolute;
    left: -10px;
	top:-10px;
	color: #000;
}


.ispageside #nav_menu-4 ul li a:hover,
.ispageside #nav_menu-4 .current-menu-item a {
    color: #9e1c33;
}
.ispageside #nav_menu-5 ul li a:hover,
.ispageside #nav_menu-5 .current-menu-item a {
    color: #9e1c33;
}
.ispageside #nav_menu-6 ul li a:hover,
.ispageside #nav_menu-6 .current-menu-item a {
    color: #9e1c33;
}

/* SubWidgetMenu */
#nav_menu-2 li.menu-item-has-children .sub-menu,
#nav_menu-3 li.menu-item-has-children .sub-menu,
#nav_menu-4 li.menu-item-has-children .sub-menu,
#nav_menu-5 li.menu-item-has-children .sub-menu,
#nav_menu-6 li.menu-item-has-children .sub-menu{
    margin-top:0px;
    display:none
}



#nav_menu-2 li.current-page-ancestor.menu-item-has-children .sub-menu,
#nav_menu-3 li.current-page-ancestor.menu-item-has-children .sub-menu,
#nav_menu-4 li.current-page-ancestor.menu-item-has-children .sub-menu,
#nav_menu-5 li.current-page-ancestor.menu-item-has-children .sub-menu,
#nav_menu-6 li.current-page-ancestor.menu-item-has-children .sub-menu,
#nav_menu-2 li.current_page_item.menu-item-has-children .sub-menu,
#nav_menu-3 li.current_page_item.menu-item-has-children .sub-menu,
#nav_menu-4 li.current_page_item.menu-item-has-children .sub-menu,
#nav_menu-5 li.current_page_item.menu-item-has-children .sub-menu,
#nav_menu-6 li.current_page_item.menu-item-has-children .sub-menu{
    display:block
}

#nav_menu-2 li.menu-item-has-children > a, 
#nav_menu-3 li.menu-item-has-children > a, 
#nav_menu-4 li.menu-item-has-children > a,
#nav_menu-5 li.menu-item-has-children > a, 
#nav_menu-6 li.menu-item-has-children > a  {
    padding-right:10px;
	background-position:right 9px;
    background-size: 9px;
    background-repeat: no-repeat;
    background-image: url(https://seekwebdev.pt/wp-content/uploads/2024/04/issetad1.jpg);
}
#nav_menu-2 li.menu-item-has-children > a:hover,
#nav_menu-3 li.menu-item-has-children > a:hover,
#nav_menu-4 li.menu-item-has-children > a:hover,
#nav_menu-5 li.menu-item-has-children > a:hover,
#nav_menu-6 li.menu-item-has-children > a:hover  {
    background-image: url(https://seekwebdev.pt/wp-content/uploads/2024/04/issetad2.jpg);
}
#nav_menu-2 li.current_page_item.menu-item-has-children > a,
#nav_menu-3 li.current_page_item.menu-item-has-children > a, 
#nav_menu-4 li.current_page_item.menu-item-has-children > a, 
#nav_menu-5 li.current_page_item.menu-item-has-children > a, 
#nav_menu-6 li.current_page_item.menu-item-has-children > a  {
    background-image: url(https://seekwebdev.pt/wp-content/uploads/2024/04/issetad2.jpg);
}
/* WidgetMenu */


.abvvft{
    box-shadow: 0px 0px 20px rgba(10, 33, 65, 0.05), 0px 0px 2px rgba(0, 0, 0, 0.13);
}




/* IsBlogSides */
#tag_cloud-6 ul,
#tag_cloud-4 ul,
#tag_cloud-3 ul,
#tag_cloud-2 ul{
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: left;
	width: 100%;
}




.page-id-1020 .post-content-inner .entry-content {
    display: block;
    font-size: .8em;
    letter-spacing: .04em;
    margin: 0 0 .4em;
}



.ssba-modern-2{
	padding:40px 0px 0px 0px;
	border-top:1px solid #e7e7e7
}
.ptb_entry_content .ssba-modern-2{
	display:none
}

.ptb_post_title {
	font-size:50px;
	line-height:60px;
	font-weight:500;
	letter-spacing: -0.027em;
    padding: 0;
    margin-bottom: calc(.3em + 10px);
}
.ptb_module .ptb_entry_content p{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.65em;
    color: #000;
    margin-bottom: 1.4em;
}

#sidebar {
	position:relative
}






.wraptoppage,
.revealing-header #headerwrap {
	box-shadow: 0px 20px 40px rgba(10,33,65,0.05), 0px 0px 2px rgba(0,0,0,0.13);
}
.homepartners {
    box-shadow: 20px 0px 40px rgba(10,33,65,0.05), 0px 0px 2px rgba(0,0,0,0.13);
}

.ispageside {
	position:relative
}
.ispageside:before {
    background-color: #e7e7e7;
    content: "";
    display: block;
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 1px;
}



.page-id-964 .type-video.has-post-title {
    margin-bottom: 5em!important
}







/* gen */
.wrapexcerpttitle{
	position:relative
}
.newslidedate{
	position: absolute;
	bottom:6px;
	left:0;
	width:100%;
	height:20px;
    text-align: center;
}
.hnewev .slide-inner-wrap {
    margin-top: 1px;
    margin-bottom: 1px
}
.genlink a {
    font-family: "Poppins", sans-serif;
}
.wrapexcerpttitle{
    box-sizing: border-box;
    padding: .2em 7% .6em;
	min-height:100px;
	text-align: center;
}
.newslidetitle {
    font-size: 18px!important;
    line-height: 20px!important;
	text-align: center;
	margin-bottom:20px;
}
.newslidetitle a {
    font-family: "Poppins", sans-serif;
	font-size: 18px!important;
    line-height: 20px!important;
    font-weight: 600;
	display: block;
    margin: 0px 0px 10px 0px!important;
}
.newslidetitle a:hover {
    color: #9e1c33;
}
.newslidedate {
    font-size: 14px!important;
    line-height: 20px!important;
    font-weight: 400;
    color: #666666;
}
.ptb_module .ptb_entry_content p {
    font-family: "Poppins", sans-serif;
	line-height: 2;
	font-size: 14pt;
	margin: 0 0 10px;
}
.ptb_module .ptb_entry_content p a{
    color: #9e1c33;
	text-decoration:underline
}
.ptb_module .ptb_entry_content p a:hover{
    color: #9e1c33;
	text-decoration: none
}


.wraphome4 .number,
.wraphome4 .counter-text{
    font-family: "Poppins", sans-serif;
}




.genboxs .loops-wrapper.boxed .post, .woocommerce .boxed .product {
    border-radius: 5px;
    border: 1px solid rgba(51, 51, 51, 0.3);
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .05);
    padding: 0;
}
.genboxs .loops-wrapper.boxed .post-image img, .woocommerce .boxed.products .product-image img {
    border-radius:0;
}
.ptb_taxonomies_etiquetas_eventos a, .ptb_taxonomies_etiquetas_noticias a, .tagcloud a {
    font-family: "Poppins", sans-serif;
	font-size: 8pt!important
}



.genboxvid .loops-wrapper.boxed .post{
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
}
.genboxvid .loops-wrapper.boxed .post-content {
    box-sizing: border-box;
    padding:0;
}

.gecontactos .wrapispagegenstyle .module_column.last:before {
	display:none
}









/* Footer */
.overfts .row_inner {
padding: 20px 0px 20px 0px;
}
.overfts .module-image.image-left .image-wrap {
    float: left;
    margin: 0;
}



.wrapfooter h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin:0px 0px 20px 0px;
	text-transform:uppercase
}
.wrapfooter p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin:0px 0px 0px 0px
}




.footercontacts ul {
    margin: 0px 0px 0px 0px;
    padding: 0;
    float: left;
    list-style: none;
    display: inline-block;
}
.footercontacts li {
    margin: 0px 0px 10px 0px;
    padding: 0;
	width:100%;
    float: left;
    display: flex;
    align-items: flex-start;
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.footercontacts li i {
    margin: 6px 10px 0px 4px;
	font-size: 13px;
	color: #fff;
}



.footercontacts li a{
    margin: 0px 0px 0px 0px;
    padding: 0;
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.footercontacts li a:hover {
	text-decoration:underline
}
.footercontacts li.footertelf {
	position:relative;
	padding-bottom:20px
}
.iscallinfo {
    display: block;
    position: absolute;
    bottom: 0px;
	left:28px;
	font-size: 12px;
    line-height: 22px;
}






.wrapfooter{
	background-color:#263f6d;
	padding: 20px 0px 20px 0px;
}
.wrapfooter2 {
    padding: 4px 0px 4px 0px;
    background-color: #3f5885;
    border-top: 1px solid #667ba2;
}
.ftcopy1 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    margin:0px 0px 0px 0px
}
.ftcopy1 p a{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    margin:0px 0px 0px 0px
}
.ftcopy1 p a:hover {
	text-decoration:underline
}



.ftcopy2 .tb_text_wrap {
    display: flex;
    height: 60px;
    margin: 0;
	float:right;
    justify-content: center;
	position:relative
}



.ftcopy2 .tb_text_wrap img{
    width: 100%;
}
.ftcopy2 .tb_text_wrap div {
display: flex;
align-items: center;
margin: 0px 10px 0px 10px;
}
.ftcopy2 .tb_text_wrap div.footerlogosf2 {
margin: 0px 0px 0px 0px;
}
.ftcopy2 .tb_text_wrap div.footerlogosf3 {
margin: 0px 0px 0px 10px;
}
.ftcopy2 .tb_text_wrap div.footerlogosf4 {
margin: 0px 10px 0px 0px;
}
.footerlogosf2 img{
	max-width:120px
}
.footerlogosf3 img{
	max-width:120px
}
.footerlogosf4 img{
	max-width:120px
}
.footerlogosf5 img{
	max-width:120px
}

.ftcopy3 ul {
    margin: 10px 0px 0px 0px;
    padding: 0;
    float: right;
    list-style: none;
    display: block;

}
.ftcopy3 li {
    display: inline-block;
    float: left;
    width: 40px;
    height: 30px;
    margin: 0px 0px 0px 14px;
}
.ftcopy3 li i {
    font-size: 24px;
    color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ftcopy3 li:nth-child(1) a i {
    color: #1877F2
}
.ftcopy3 li:nth-child(2) a i {
    color: #FF0000
}



/* ftform */
.ftnewsletter {
    border: 0px solid red;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    margin: 0 auto;
}
button:hover,
input[type=submit]:hover {
    box-shadow: none;
    transform: none;
}
.ftnewsletter input[type=email] {
    width: 100%;
	float:left;
	display:inline-block;
    background-color: #fff;
    margin: 0 !important;
    border-radius: 5px;
    padding: 6px!important;
    border: 0px solid rgba(48, 48, 48, 1);
	border-bottom: 3px solid rgba(48, 48, 48, 0);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin: 0;
}
.ftnewsletter .wpcf7-form.invalid input[type=email] {
    border-bottom: 3px solid #9e1c33
}
.ftnewsletter input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
	display: inline-block;
	float:left;
    margin: 6px 0px 0px 0px;
    padding: 6px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    border: 1px solid #666;
	text-transform:none;
	letter-spacing:0;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.ftnewsletter input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #9e1c33;
    border: 1px solid #9e1c33;
    color: #fff;
}
.ftnewsletter .wpcf7-response-output,
.ftnewsletter .wpcf7-not-valid-tip,
.ftnewsletter .wpcf7-spinner {
	display:none
}
.ftnewsletter .novalidate{
    float: left;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
	color:#fff;
	margin:4px 0px 10px 0px
}
.ftnewsletter input[type="checkbox"] {
    border-radius: 5px;
    clear: none;
    cursor: pointer;
    padding: 0 2px;
    margin: 0 6px 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
	border: 1px solid rgba(255, 255, 255, 1);
    -webkit-appearance: none;
}
.ftnewsletter .wpcf7-list-item {
    margin:0
}
.ftnewsletter .novalidate .wpcf7-list-item-label {
    margin-top: 3px;
    display: inline-block;
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
	color:#fff;
}
/* ftform */


.widgettitle {
    font-size: 18px;
    font-weight: 600;
    letter-spacing:0.03em;
    line-height:28px;
    text-transform: uppercase;
	position: relative;
	border-bottom: 2px solid rgba(27, 27, 27, 0.05);
	padding-bottom: 0.9rem !important;
    margin-bottom: 1.4rem !important;
}
.widgettitle:after {
    content: "";
    position: absolute;
    height: 0.3rem;
    width: 1.7rem;
    position: absolute;
    z-index: 0;
    bottom: -0.3rem;
    left: 0;
	background-color: #3db5e9;
}



.widget ul {
    margin: 0;
    padding-left: 1.2em;
    list-style-type: none;
}
.widget li {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
	padding:0;
	position: relative;
}
.widget li:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    line-height: 3px;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0.6em;
    left: -1.2em;
	background-color: #3db5e9;
}
.widget li a{
	font-family: "Montserrat", sans-serif;
	color:#000
}
.widget li a:hover{
	color:#3db5e9
}


.widget li.current-menu-item a{
	color:#3db5e9
} 
.paginasobrenos #menu-item-1373 a {
    color: #3db5e9;
}
.paginasobrenos #main-nav #menu-item-1373 a:before {
    transform: scaleX(1);
}


.headertitle{
	text-align:center;
    margin-bottom:0.5em;
    font-family: "Montserrat", sans-serif;
	font-size: 13px;
    line-height: 19px;
	color:#fff
}
.headerbreadcrumbs  {
    text-align: center;
}
.headerbreadcrumbs .breadcrumbs_delimiter {
    display: inline-block;
    position: relative;
    margin: 0 0.45em;
    vertical-align: top;
    text-align: center;
	color:#fff
}
.headerbreadcrumbs .breadcrumbs_delimiter {
text-align: center;
}
.headerbreadcrumbs .breadcrumbs_delimiter:before {
    content: '/';
	color:#fff
}
.headerbreadcrumbs a, 
.headerbreadcrumbs .breadcrumbs_item {
    color:#fff;
	font-size: 16px;
}
.headerbreadcrumbs .breadcrumbs_item {
    color:#fff;
	display: inline-block;
    vertical-align: top;
}


.ispagegenstyle a{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.65em;
    color: #3db5e9;
}
.ispagegenstyle a:hover{
    color: #3db5e9;
	text-decoration:underline
}


.contright {
	padding:100px 0px 100px 60px;
	min-height:378px
}
.contleft {
	padding:100px 0px 100px 60px;
	min-height:378px
}
.contleft .module-icon-item span,
.contright .module-icon-item span {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.65em;
    letter-spacing: 0.03em;
    color: #000;
    margin:0;
    text-transform: uppercase;
}
.contleft .tb_text_wrap p,
.contright .tb_text_wrap p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.65em;
    color: #000;
    margin-bottom: 1.4em;
}
.contleft a,
.contright a{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.65em;
    color: #3db5e9;
}
.contleft a:hover,
.contright a:hover{
    color: #3db5e9;
	text-decoration:underline
}


.ptb-post-nav {
    margin: 2em 0 58px 0;
}



.ptb-post-nav .ptb-prev a,
.ptb-post-nav .ptb-next a {
	position:relative
}
.ptb-post-nav .ptb-prev {
    padding-left:0;
}
.ptb-post-nav .ptb-prev a:before{
    content: "Anterior";
    display: inline-block;
    height: 40px;
    margin-top: -25px;
    position: absolute;
    top: 0;
    left: 38px;
    width: 140px;
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 23px;
    color: #878787;
    letter-spacing:0;
}
.ptb-post-nav .ptb-next a:before{
    content: "Pr\00f3ximo";
    display: inline-block;
    height: 40px;
    margin-top: -25px;
    position: absolute;
    top: 0;
    right: 38px;
    width: 140px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 23px;
    color: #878787;
    letter-spacing:0;
}



.ptb-post-nav .ptb-prev .ptb-arrow{
    padding-left: 38px;
}
.ptb-post-nav .ptb-next .ptb-arrow {
    padding-right: 38px;
}
.ptb-post-nav .ptb-next a:after {
    content: "\f178";
	font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    font-weight: 400;
    color: #000;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -12px;
    right: 0px;
}
.ptb-post-nav .ptb-prev a:after {
    content: "\f177";
	font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    font-weight: 400;
    color: #000;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -12px;
    left: 0px;
}


.ptb-post-nav .ptb-next .ptb-arrow:before, 
.ptb-post-nav .ptb-prev .ptb-arrow:before {
    border: 0px solid transparent;
    content: "";
    display: inline-block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    transform: none;
    width: 40px;
}



.ptb-post-nav a{
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.010em;
    color: #000;
}
.ptb-post-nav .ptb-next {
    padding-right:0;
}


.masterbackalt .tb_text_wrap a {
    position: absolute;
    overflow: hidden;
    width: 26px;
    height: 26px;
    bottom: -72px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.masterbackalt .tb_text_wrap a:before {
    content: '\f58d';
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px;
    font-weight: 300;
    color: #000;
    border: 0px solid transparent;
    display: inline-block;
}




.wrapcatstitle h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.65em;
    letter-spacing: 0.03em;
    color: #000;
    margin:10px 0px 20px 0px;
    text-transform: uppercase;
}
.wrapcatstitle span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: uppercase;
    position: relative;
	width:100%;
	display: inline-block;
    border-bottom: 2px solid rgba(27, 27, 27, 0.05);
    padding-bottom: 0.9rem !important;
}
.wrapcatstitle span:after {
    content: "";
    position: absolute;
    height: 0.3rem;
     width: 1.7rem;
    position: absolute;
    z-index: 0;
    bottom: -0.3rem;
    left: 0;
    background-color: #3db5e9;
}

.wrapfichatec {
    margin-bottom:60px;
}
.wrapfichatec h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.65em;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom:10px;
    text-transform: uppercase;
}
.wrapfichatec p {
    font-family: "Montserrat", sans-serif!important;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 1.65em!important;
    color: #000!important;
    margin-bottom:0!important;
}



.loops-wrapper.boxed .post-image img{
    border-radius:0;
}
.post-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px!important;
    line-height:26px!important;
    letter-spacing: 0.03em;
    color: #000;
}
.builder-posts-wrap .post-title a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px!important;
    line-height:26px!important;
    letter-spacing: 0.03em;
    color: #000;
    text-transform: none;
}
.builder-posts-wrap .post-title a:hover {
    color: #3db5e9;
}
.loops-wrapper .post:hover a {
    color: #3db5e9;
}
.loops-wrapper .post-content {
	min-height:70px
}




.widget ul ul {
    margin: 0px 0px 0px 20px;
}
.widget ul ul li {
    padding-left:0;
}






.ptb_module .ptb_entry_content p {
    font-family: "Poppins", sans-serif!important;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 1.65em!important;
    color: #000!important;
    margin-bottom: 1.4em!important;
}
.projbase {
    font-family: "Poppins", sans-serif;
    font-weight:400;
    font-size: 12px!important;
    line-height: 20px!important;
    letter-spacing: 0.03em;
    color: #000;
    text-transform: none;
	transition: color .3s ease-in-out;
}
.loops-wrapper .post:hover .projbase {
    color: #3db5e9;
}
.single-atividades-de-contin .ptb-post-nav .ptb-next a:before {
    content: "Pr\00f3xima";
}


.widget li.current_page_parent > a {
    color: #3db5e9;
}
.widget li.current-menu-item ul li a {
    color: #000;
}








/* ContForm */
.wrapnewcontact h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.65em;
    color: #000;
    margin-bottom:2px;
}

.wrapnewcontact select,
.wrapnewcontact input[type=text],
.wrapnewcontact input[type=tel],
.wrapnewcontact input[type=email], 
.wrapnewcontact textarea {
    background: #fff;
    border: 1px solid rgba(0,0,0,1);
    padding: 7px 15px 7px 15px;
	margin: 0px 0px 20px 0px;
	width: 100%;
    max-width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0px;
	font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #a4a4a4;
}
.wrapnewcontact .wpcf7-not-valid-tip {
	display:none
}
.wrapnewcontact .wpcf7-submit {
    font-family: "Poppins", sans-serif;
    font-size: 13px!important;
    line-height: 23px!important;
    font-weight: 600!important;
    color: #fff!important;
	letter-spacing: 0.10em;
    box-shadow: none!important;
	transform: none!important;
	border-radius:0px!important;
    padding: 8px 30px 8px 30px!important;
    background-color: rgba(61,181,233,1)!important;
	border: 0px solid rgba(0,0,0,0)!important;
	-webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.wrapnewcontact .wpcf7-submit:hover {
	transform: none!important;
	text-decoration:none;
	color: #fff!important;
	border: 0px solid rgba(0,0,0,0)!important;
	background-color: rgba(38,63,109,1)!important;
}
.wrapnewcontact textarea {
    min-height: 60px!important;
}
.wpcf7-response-output{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #a4a4a4;
}
.novalidate .wpcf7-list-item {
    margin:0;
}
.wrapnewcontact [type=checkbox]) {
    border-radius: 0px;
    height: 20px;
    line-height: 1;
    margin: 0 .5em 0 0;
    min-height: 20px;
    min-width: 20px;
    padding: 0 2px;
    width: 20px;
}
.wrapnewcontact .wpcf7-list-item-label{
   font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #a4a4a4;
}
.isnewpolitics{
    margin-bottom:20px
}
.wrapnewcontact textarea {
    margin: 0px 0px 0px 0px;
}
.wrapnewcontact input[type=checkbox] {
	border-radius:0px
}
.ywrapccvalidate{
    margin: 0px 0px 20px 0px;
}


.contgmap {
    border: 1px solid #bababa;
    margin-top: 0px;
	margin-bottom:110px;
}


.wrapthecontacts > .row_inner:before {
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    width: 1px;
    background-color: #c7c7c7;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}


.wrapallcont2 {
    padding: 60px 0px 0px 0px;
}
.wrapallcont{
    padding: 20px 0px 40px 0px;
}
.wrapthecontacts{
    padding: 0px 0px 80px 0px;
}


.conttitle1 h2 {
    font-family: "Poppins", sans-serif !important;
	font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid rgba(27, 27, 27, 0.05);
    padding-bottom: 0.9rem !important;
}
.conttitle1 h2:after {
    content: "";
    position: absolute;
    height: 0.3rem;
    width: 1.7rem;
    position: absolute;
    z-index: 0;
    bottom: -0.3rem;
    left: 0;
    background-color: #3db5e9;
}




.falecc h3{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.65em;
    letter-spacing: 0.03em;
    color: #000;
    margin: 10px 0px 20px 0px;
    text-transform: uppercase;
}



wrapthecontactstxt h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.65em;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom:10px;
    text-transform: uppercase;
}
.wrapthecontactstxt p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.65em;
    color: #000;
    margin-bottom: 1.4em;
}
.wrapthecontactstxt a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.65em;
    color: #3db5e9;
}
.wrapthecontactstxt a:hover {
    color: #3db5e9;
	text-decoration:underline
}








.ptb_taxonomy_shortcode.ptb_loops_wrapper.ptb_list {
    margin: 0;
    padding-left: 1.2em;
    list-style-type: none;
}
.ptb_taxonomy_shortcode.ptb_loops_wrapper.ptb_list li {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding: 0;
    position: relative;
}
.ptb_taxonomy_shortcode.ptb_loops_wrapper.ptb_list li a {
    font-family: "Montserrat", sans-serif;
    color: #000;
}
.ptb_taxonomy_shortcode.ptb_loops_wrapper.ptb_list li a:hover {
    color: #3db5e9;
}


.ptb_taxonomy_shortcode.ptb_loops_wrapper.ptb_list ul {
    margin: 0px 0px 0px 20px;
}
.ptb_taxonomy_shortcode.ptb_loops_wrapper.ptb_list ul li {
    padding-left:0;
}
.ptb_taxonomy_shortcode.ptb_loops_wrapper.ptb_list li.current-cat-ancestor > a {
    color: #3db5e9;
}
.ptb_taxonomy_shortcode.ptb_loops_wrapper.ptb_list li.current-cat a {
    color: #3db5e9;
}





.ptb_post_title a {
    text-decoration: none;
}
.ptb_date {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 20px !important;
    letter-spacing: 0.03em;
    color: #000;
    text-transform: none;
    transition: color .3s ease-in-out;
}
.ptb_post_title a {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px!important;
    line-height:26px!important;
    letter-spacing: 0.03em;
    color: #000;
    text-transform: none;
}
.ptb_post_title {
    font-size: 18px!important;
    line-height:26px!important;
    font-weight: 600!important;
    letter-spacing:0.03em!important;
    padding: 0!important;
    margin-bottom:0!important;
}





.ptb_post:hover a{
    color: #3db5e9;
}
.ptb_post:hover .ptb_date{
    color: #3db5e9;
}
.ptb_post  a:hover {
    color: #3db5e9;
}
.ptb_post .post:hover a {
    color: #3db5e9;
}
.ptb_post .ptb_title {
	min-height:50px
}




.ptb_archive_noticia #menu-item-1952 a {
    color: #3db5e9;
}
.ptb_archive_noticia #main-nav #menu-item-1952 a:before {
    transform: scaleX(1);
}
.single-noticia #menu-item-1952 a {
    color: #3db5e9;
}
.single-noticia #main-nav #menu-item-1952 a:before {
    transform: scaleX(1);
}

#main-nav > li.current-page-ancestor > a {
    color: #3db5e9;
}
#main-nav > li.current-page-ancestor > a:before {
    transform: scaleX(1);
}

.single-catalogo #menu-item-1955 a {
    color: #3db5e9;
}
.single-catalogo #main-nav #menu-item-1955 a:before {
    transform: scaleX(1);
}

.ispagegenstyle h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.65em;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom:2px;
    text-transform: uppercase;
}

.isark {
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://seekwebdev.pt/wp-content/uploads/2024/07/saladeleitura.jpg);
}


.isark .builder_row_cover:after, 
.isark .builder_row_cover:before {
    border-radius: inherit;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in-out, background-color .5s ease-in-out;
    width: 100%;
}
.isark.module_row>.builder_row_cover:before {
    background-color: rgba(0, 0, 0, .6);
}
.isark .builder_row_cover:after {
    opacity: 0;
}






.single-noticia #content,
.single-noticia #sidebar,
.ptb_archive_noticia #sidebar,
.ptb_archive_noticia #content {
    padding: 60px 0px 80px 0px;
}
.ptb_archive_noticia #content {
grid-area: col1;
width: auto;
}
.ptb_archive_noticia #sidebar {
grid-area: col2;
width: auto;
}
#sidebar, #sidebar-alt {
    font-size: inherit;
    padding:0;
}



.ptb_date{
    box-sizing: border-box;
    padding: .2em 7% 0 7%;
}
.ptb_title {
    box-sizing: border-box;
    padding: .2em 7% .4em;
}
.ptb_post {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .05);
    padding: 0;
}
.post-date {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 20px !important;
    letter-spacing: 0.03em;
    color: #000;
    text-transform: none;
    transition: color .3s ease-in-out;
}
.ptb_module {
    margin: 0!important;
}




.single-noticia .ptb_post_image{
	display:none
}
.single-noticia .ptb_post {
    background-color: #fff;
    border-radius:0;
    box-shadow: none;
    padding: 0;
}
.single-noticia .ptb_date,
.single-noticia .ptb_title {
    padding:0
}



.single-noticia .ptb-post-nav .ptb-next a:before {
    content: "Pr\00f3xima";
}












.ptb_archive_noticia #content,
.ptb_archive_noticia #sidebar {
    align-content: inherit;
    align-items: inherit;
    display: grid;
    float: none;
    margin-inline: 0;
    max-width: none;
    width: auto;
}
.ptb_archive_noticia #content {
    clear: left;
	grid-area: col1;
    margin-left: 0;
}


.ptb_archive_noticia #body #layout {
    margin: 0 auto;
    width: min(1160px, 100%);
    display: grid;
    --col: 3.2831fr 1fr;
    --area: "col1 col2";
    --gutter: 3.2%;
    --narrow: 1.6%;
    --none: 0;
	gutter: 3.2%;
	gap:3.2%;
}

.ptb_archive_noticia #body #layout {
    display: grid;
    --gutter: 3.2%;
    --narrow: 1.6%;
    --none: 0;
    --align_start: start;
    --align_center: center;
    --align_end: end;
    --auto_height: stretch;
    --align_items: var(--auto_height);
    --align_content: var(--align_start);
    --colg: var(--gutter);
    --c1: 1fr;
    --c2: 1fr 1fr;
    --c3: 1fr 1fr 1fr;
    --c4: 1fr 1fr 1fr 1fr;
    --c5: 1fr 1fr 1fr 1fr 1fr;
    --c6: 1fr 1fr 1fr 1fr 1fr 1fr;
    --c1_2: 1fr 2.1025fr;
    --c2_1: 2.1025fr 1fr;
    --c1_3: 1fr 3.2831fr;
    --c3_1: 3.2831fr 1fr;
    --c1_1_2: 1fr 1fr 2.1415fr;
    --c1_2_1: 1fr 2.1415fr 1fr;
    --c2_1_1: 2.1415fr 1fr 1fr;
    --col: repeat(auto-fit,minmax(1%,1fr));
    align-content: var(--align_content);
    align-items: var(--align_items);
    gap: var(--rowg, 0) var(--colg);
    grid: var(--row, none) / var(--col);
    grid-auto-columns: 1fr;
    grid-template-areas: var(--area);
    --area5_3: "col1 col1 col2 col2 col3 col3" "col4 col4 col5 col5 . .";
    --area5_1_2: "col1 col2 col2" "col3 col4 col5";
    --area5_2_1: "col1 col1 col2" "col3 col4 col5";
    --area5_1_3: "col1 col2 col2 col2" "col3 col4 col4 col4" "col5 col5 col5 col5";
    --area5_3_1: "col1 col1 col1 col2" "col3 col4 col4 col5";
    --area5_1_1_2: "col1 col2 col3 col3" "col4 col4 col5 col5";
    --area5_1_2_1: "col1 col2 col2 col3" "col4 col4 col5 col5";
    --area5_2_1_1: "col1 col1 col2 col3" "col4 col4 col5 col5";
    --aream2_auto: "col1" "col2";
    --aream3_auto: "col1" "col2" "col3";
    --aream4_auto: "col1" "col2" "col3" "col4";
    --aream5_auto: "col1" "col2" "col3" "col4" "col5";
    --areat6_auto: "col1 col2 col3" "col4 col5 col6";
    --aream6_auto: "col1 col2" "col3 col4" "col5 col6";
    --areat7_auto: "col1 col2" "col3 col4" "col5 col6" "col7 col7";
    --aream7_auto: "col1" "col2" "col3" "col4" "col5" "col6" "col7";
    --areat8_auto: "col1 col2" "col3 col4" "col5 col6" "col7 col7" "col8 col8";
    --aream8_auto: "col1" "col2" "col3" "col4" "col5" "col6" "col7" "col8";
	--col: 3.2831fr 1fr;
}





.single .ptb_post{
    border-radius:0px;
    box-shadow: none;
}

