/*
Theme Name: Nuno Ferreira
Template: oceanwp
Author: Soladvance - Sistemas Informáticos
Author URI: https://soladvance.pt
Version: 1.0.1775489090
Updated: 2026-04-06 16:24:50

*/

/* ###  FONT  ### */

/* Normal */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/soladvance-theme/font/montserrat-variablefont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: 'Montserrat';
  src: url('/wp-content/themes/soladvance-theme/font/montserrat-italic-variablefont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Aplicar globalmente */
body {
  font-family: 'Montserrat', sans-serif;
}

em {
  font-style: italic;
}

#content-wrap {
	font-size:16px;
}

/* ###  FONT (END)  ### */


/* ###  HEADER  ### */

#site-logo #site-logo-inner a img {
    width: 210px;
}

.cta-menu img {
    max-width: 250px;
}

@media (min-width:819px) and (max-width: 1279px) {
	#site-navigation-wrap .dropdown-menu>li>a {
		padding: 0 10px;
	}
	.cta-menu img {
		max-width: 150px;
	}
}

.cta-menu img:hover {
    filter: brightness(120%);
}

#mobile-dropdown ul li.cta-menu a {
	text-align:center;
}

header.page-header {
	text-align:right;
}

@media (max-width: 560px) {
	header.page-header {
		text-align:center;
	}
}

/* ###  HEADER (END)  ### */


/* ###  HOMEPAGE  ### */

.bdt-prime-slider {
    height: calc(100vh - 74px);
}

.bdt-slideshow {
    max-height: calc(100vh - 74px);
}

#hp-hero .bdt-prime-slider-skin-general ul.bdt-slideshow-items {
	max-height: calc(100vh - 74px);
	height: calc(100vh - 74px);
}

#hp-hero .bdt-prime-slider-skin-general .bdt-prime-slider-wrapper {
    max-width: unset;
	margin-left: 90px;
}

#hp-hero .bdt-prime-slider .bdt-prime-slider-desc .bdt-sub-title {
    width: 45%;
}

#hp-hero .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title {
    width: 50%;
}

@media (min-width:819px) and (max-width: 1279px) {
	.bdt-prime-slider-skin-general .bdt-prime-slider-content {
		max-width: 700px;
	}
		#hp-hero .bdt-prime-slider .bdt-prime-slider-desc .bdt-sub-title {
		width: 100%;
	}

	#hp-hero .bdt-prime-slider .bdt-prime-slider-desc .bdt-main-title {
		width: 100%;
	}
}

@media (max-width: 767px) {
    #hp-hero .bdt-prime-slider-skin-general .bdt-prime-slider-wrapper {
		margin-left: 50px;
	}
}

@media (max-width: 560px) {
    #hp-hero .bdt-prime-slider-skin-general .bdt-prime-slider-wrapper {
		margin-left: 25px;
	}
}

#hp-hero .bdt-prime-slider-skin-general .bdt-prime-slider-desc {
	margin-top: 0;
}

#hp-hero .slide-text-green {
	color:#bcd602;
}

#hp-hero .bdt-prime-slider-skin-general .bdt-slide-btn {
	padding: 12px 30px 12px 30px;
}

#hp-hero .bdt-prime-slider-skin-general .bdt-slideshow-item .bdt-ps-slide-img::after {
    content: '';
    position: absolute;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 100%);
	width: 100%;
}

#hp-servicos img {
	filter: brightness(0) saturate(100%) invert(82%) sepia(81%) saturate(529%) hue-rotate(20deg) brightness(90%) contrast(82%);
	opacity:.8;
}

/* ###  HOMEPAGE (END)  ### */


/* ###  SERVIÇOS  ### */

#servicos-icons img {
	max-width:200px;
	filter: brightness(0) saturate(100%) invert(82%) sepia(81%) saturate(529%) hue-rotate(20deg) brightness(90%) contrast(82%);
}

/* ###  SERVIÇOS (END)  ### */


/* ### FORMS ### */

.contact-form {
    background-color: #0b7cac;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
	margin-bottom: 20px;
}

.col-50-left, .col-50-right {
	float: left;
	display: block;
	width: 50% !important;
}

.contact-form .col-50-left {
	padding:5px 3px 5px 0;
}

.contact-form .col-50-right {
	padding:5px 0 5px 3px;
}

.contact-form .col-100 {
	padding:5px 0;
}

.contact-form a {
	color:rgba(255,255,255,.8);
	text-decoration:underline !important;
}

.contact-form a:hover {
	color:#fff;
}

.contact-form h3 {
	color:#fff;
}

@media (max-width: 1023px) {
	.col-50-left, .col-50-right {
		float: none;
		display: block;
		width: 100% !important;
		padding: 0 1px;
	}
	.contact-form .col-50-left {
		padding:2px 0;
	}
	.contact-form .col-50-right {
		padding:2px 0;
	}
	.contact-form .col-50-right.last {
		padding:2px 0 4px;
	}
}

.contact-form p {
	margin:0;
}

/*
.contact-form p:last-child {
	padding: 0 10px;
}
*/

.contact-form span {
	padding: 10px 0;
}

.contact-form span input, .contact-form span textarea, .wpcf7-form span select {
	background: #fff !important;
	color: #111 !important;
	border: none !important;
	font-weight: 500;
	font-size: 16px !important;
}

form textarea {
	max-height: 200px;
}

.wpcf7-not-valid-tip {
	background-color: #e35f62;
	color: #fff;
	padding: 0 5px !important;
	text-align: center;
	border-radius: 0 0 5px 5px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0 auto 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	background: #ff8401;
	border: 0;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-weight: 600;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 0;
	border-radius: 5px;
	background: #86b939;
	color: #fff;
	font-weight: 600;
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
}

/* ### FORMS (END) ### */


/* ###  FOOTER  ### */

.footer-widgets-inner.container {
    width: 100%;
}

footer {
    border-top: solid 1px #efefef;
}

footer .elementor .e-image-link-base {
    margin: 0 auto;
}

footer img {
	max-width:200px !important;
}

footer img:hover {
	opacity:.7;
}

#footer-widgets a#cta-help {
	border:solid 2px #316388;
	border-radius:20px;
	padding:0;
	max-width: 360px;
    margin: auto;
}

#footer-widgets a#cta-help:hover {
	border-color:#7BA720;
}

#footer-widgets a#cta-help h2 {
	background-color:#316388;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	border-radius: 15px 15px 0 0;
}

#footer-widgets a#cta-help:hover h2 {
	background-color:#7BA720;
}

#cta-help h3.elementor-icon-box-title {
    margin-block-end: 0;
}

#cta-help h3 .top-line {
    font-size: 3rem;
}

#cta-help h3 .middle-line {
    font-size: 2.7rem;
}

#cta-help h3 .bottom-line {
    font-size: 3rem;
}

#cta-help .stupid-law {
    font-size: 1rem;
    font-weight: 300;
}

#footer-widgets .footer-box a.elementor-button, #footer-widgets a.elementor-button, #footer-widgets .footer-box a.elementor-button:hover, #footer-widgets a.elementor-button:hover {
    color: #fff;
}

#footer-bottom p {
	margin:0;
	line-height:normal;
}

/* ###  FOOTER (END)  ### */
