/*
==================================================================
Theme Name: Solclecer
Version: 1.0
Author: Neobrand
Author URI: https://neobrand.com
==================================================================

DarkBlue: #003b4a;
Blue: #7da0c4;
SoftBlue: #eceded;

*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap');


/* General */

html, body {
	font-family: 'DINAlternate', sans-serif;
	color: #003b4a;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img{
	max-width: 100%;
}

body.services {
	background-color: #eceded;
}

::-moz-selection {
	color: #fff;
	background: #003b4a;
	text-shadow: 0 0 0 transparent;
}

::selection {
	color: #fff;
	background: #003b4a;
	text-shadow: 0 0 0 transparent;
}

::-webkit-input-placeholder {
	color: #9c9e9f;
}

:-moz-placeholder {
	color: #9c9e9f;
	opacity: 1;
}

::-moz-placeholder {
	color: #9c9e9f;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #9c9e9f;
}

p {
	font-family: 'Roboto Slab', serif;
}

a {
	color: #7da0c4;
}

a:hover {
	color: #003b4a;
}

.cta {
	width: 150px;
	padding: 20px 0 20px 1px;
	margin-left: -75px;
	border: 2px solid #003b4a;
	font-size: 14pt;
	letter-spacing: 1px;
	border-radius: 10px;
	text-align: center;
	background-color: #003b4a;
	color: #fff;
	display: block;
	clear: both;
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 1;
}

.cta:hover {
	background-color: transparent;
	color: #003b4a;
}

.cta.white {
	padding: 20px 0;
	border: 2px solid #fff;
	font-size: 14pt;
	border-radius: 10px;
	text-align: center;
	background-color: #fff;
	color: #003b4a;
	display: block;
}

.cta.white:hover {
	background-color: transparent;
	color: #fff;
}

.vam {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.wrapper {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	float: none;
}

.wrapper::before, .wrapper::after {
	content: '';
	display: block;
	clear: both;
}

.page-title {
	width: 100%;
	padding: 60px 0 80px;
	font-size: 42pt;
	color: #7da0c4;
	background-color: #fff;
	text-align: center;
	float: left;
	position: relative;
}

.page-title::after {
	content: '';
	width: 20%;
	margin-left: -10%;
	border-bottom: 3px solid #7da0c4;
	position: absolute;
	left: 50%;
	bottom: 50px;
}

.subtitle {
	width: 100%;
	padding: 0 40px;
	margin-bottom: 50px;
	font-size: 12pt;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color: #7da0c4;
	text-align: center;
	float: left;
}

.subtitle .wrapper {
	width: 50%;
}


/* Header */

#header {
	width: 100%;
	height: 210px;
	background-image: url('images/header-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	position: relative;
	z-index: 3;
}

#header::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #7da0c4;
	opacity: 0.5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.home #header, .home #header::after {
	background: none;
}

#header nav {
	margin: 30px auto;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	position: relative;
	z-index: 1;
}

#header nav #logo {
	width: 150px;
	margin: 10px 0;
	display: inline-block;
}

#header nav #logo:hover {
	opacity: 0.9;
}

#header nav #logo img {
	width: 100%;
	height: auto;
}

#header nav #mobile, #header nav #mobile-actions {
	display: none;
}

#header nav .menu {
	width: 100%;
	padding: 14px 0;
	background-color: #003b4a;
	text-align: center;
}

#header nav .menu li {
	margin: 0 20px;
	display: inline-block;
}

#header nav .menu li a {
	font-size: 14pt;
	text-transform: lowercase;
	color: #fff;
}

#header nav .menu li.current_page_item a, #header nav .menu li.current-menu-item a, .single-servicios #header nav .menu li.menu-item-object-servicios a, #header nav .menu li a:hover {
	color: #7da0c4;
}


/* Body */

#main {
	width: 100%;
	float: left;
}

.services #main, .company #main, .contact #main {
	padding-bottom: 50px;
}

.company #main {
	border-bottom: 1px solid #003b4a;
}

#hero-slider {
	width: 100%;
	height: 100vh;
	margin-top: -210px;
	border-bottom: 1px solid #7da0c4;
	overflow: hidden;
	float: left;
	position: relative;
}

#hero-slider .slide {
	width: 100%;
	height: 100vh;
	text-align: center;
	position: relative;
	float: left;
}

#hero-slider .slide::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #7da0c4;
	opacity: 0.5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

#hero-slider .hero-bg {
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

#hero-slider .text {
	width: 100%;
	height: 100%;
	padding: 10%;
	text-align: center;
	color: #fff;
	display: table;
	opacity: 0;
	text-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

#hero-slider .text h2 {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 42pt;
	float: left;
	position: relative;
}

#hero-slider .text h2::after {
	content: '';
	width: 20%;
	margin-left: -10%;
	border-bottom: 3px solid #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
}

#hero-slider .text p {
	margin: 0;
	font-size: 24px;
}

#hero-slider .cta {
	opacity: 0;
	bottom: 100px;
}

#hero-slider .owl-nav > div {
	position: absolute;
	left: 20px;
	top: 50%;
	font-size: 80pt;
	margin-top: -58px;
}

#hero-slider .owl-nav .owl-next {
	right: 20px;
	left: auto;
}

#hero-slider .owl-item.active .text, #hero-slider .owl-item.active .cta {
	opacity: 1;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}

#intro {
	width: 100%;
	padding: 50px 0;
	float: left;
}

#intro .block, #intro .block * {
	-webkit-transition: all 280ms ease-out;
	-moz-transition: all 280ms ease-out;
	-o-transition: all 280ms ease-out;
	-ms-transition: all 280ms ease-out;
	transition: all 280ms ease-out;
}

#intro .block {
	width: calc(100% / 3 - 20px);
	border: 1px solid #7da0c4;
	float: left;
	position: relative;
}

#intro .block:hover {
	border-color: #003b4a;
}

#intro .wrapper > div:nth-child(2) {
	margin: 0 30px;
}

#intro .block a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 3;
}

#intro .block img {
	width: 100%;
	height: auto;
	float: left;
}

#intro .block .text {
	width: 100%;
	padding: 20px;
	background-color: rgba(125, 160, 196, 0.8);
	color: #fff;
	position: absolute;
	bottom: 0;
}

#intro .block:hover .text {
	background-color: rgba(0, 59, 74, 0.8);
}

#intro .block .text h5 {
	width: 100%;
	margin: 0;
	font-size: 13pt;
	float: left;
}

#intro .block .text p {
	margin: 5px 0 0;
	font-size: 14pt;
	font-family: 'DINAlternate', sans-serif;
	font-weight: 300;
	display: inline-block;
}

#intro #highlights {
	width: 100%;
	margin: 50px 0;
	float: left;
}

#intro #highlights li {
	width: 25%;
	padding: 0 20px;
	text-align: center;
	float: left;
}

#intro #highlights li:first-child {
	position: relative;
	left: -20px;
}

#intro #highlights li:last-child {
	position: relative;
	right: -20px;
}

#intro #highlights li .icon {
	width: 50%;
	height: 0;
	margin-bottom: 20px;
	margin-left: 25%;
	border-radius: 100%;
	background-color: #7da0c4;
	padding-bottom: 50%;
	float: left;
	position: relative;
}

#intro #highlights li .icon img {
	width: 75px;
	height: auto;
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}

#intro #highlights li .text {
	width: 100%;
	float: left;
}

#intro #highlights li .text h3 {
	font-size: 16px;
	text-transform: uppercase;
}

#intro #highlights li .text p {
	font-size: 14px;
	text-align: justify;
	hyphens: auto;
}

.services #quality{
	width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    float: none;
    margin-bottom: 50px;
}

.services #quality > div{
	float: left;
	background-color: white;
	border-bottom: 1px solid #7da0c4;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.services #quality h4{
	background-color: white;
}

#quality {
	padding-bottom: 50px;
}

#quality .wrapper{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px;
}
#quality .wrapper::before, #quality .wrapper::after{
	display: none;
}

#quality h4{
	grid-column: 1/-1;
}

#quality .wrapper > div:last-child{
	place-self: center;

}

#quality .wrapper figure{
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 400px;
}


.services .wp-image-3385,
.services .wp-image-3388{
	height: 50px;
	width: auto;
}

.services .wp-image-3388{
	margin-left: 20px;
}

#services {
	width: 100%;
	padding: 0 0 120px;
	background-color: #7da0c4;
	float: left;
	position: relative;
}

#services .page-title {
	background-color: #7da0c4;
	color: #fff;
}

#services .page-title::after {
	border-bottom: 3px solid #fff;
}

#services .wrapper::before, #services .wrapper::after {
	display: none;
}

#services .wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 50px;
}

#services article {
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #fff;
	color: #fff;
	float: left;
	position: relative;
	transition: background-color 680ms ease, color 680ms ease;
}

#services article a.link {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#services article.active, #services article:hover {
	background-color: #fff;
	color: #003b4a;
}

#services article .icon {
	width: 15%;
	float: left;
}

#services article .icon .cls-1, #services article .icon .cls-2 {
	transition: all 680ms ease;
}

#services article.active .icon .cls-1, #services article:hover .icon .cls-1 {
	fill: #003b4a;
}

#services article.active .icon .cls-2, #services article:hover .icon .cls-2 {
	fill: #7da0c4;
}

#services article .text {
	width: 80%;
	float: right;
}

.services .page-title {
	background-color: #eceded;
}

.services article {
	padding: 50px;
	margin-top: 50px;
	background-color: #fff;
	border-bottom: 1px solid #7da0c4;
	float: left;
}

.services article:first-child {
	margin-top: 0;
}

.services article.hightlight {
	animation-name: hightlight;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes hightlight {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.05);
		opacity: 0.5;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}

}

.services article.full {
	width: 100%;
}

.services article.half {
	width: calc(100% / 2 - 20px);
}

.services article.half img {
	display: none;
}

.services article.half:nth-child(odd) {
	float: left;
}

.services article.half:nth-child(even) {
	float: right;
}

.services article.full img {
	float: left;
}

.services article.full.thumb .text {
	width: calc(100% - 340px);
	float: right;
}

.services article.full .text {
	width: 100%;
	float: left;
}

.services article .text h3 {
	font-size: 22pt;
}

.services article .text p {
	line-height: 24px;
}

.single-servicios #main p {
	width: 100%;
	float: left;
}

.single-servicios #main .wrapper p:last-child {
	margin-bottom: 50px;
}

.company article {
	width: 100%;
	margin-top: 20px;
	float: left;
}

.company article .thumbnail {
	width: calc(50% - 30px);
	float: left;
}

.company article .thumbnail img {
	width: 100%;
	height: auto;
	float: left;
}

.company article .post-content {
	width: calc(50% - 30px);
	float: right;
}

.company article .post-content h3 {
	font-size: 18pt;
	margin-bottom: 10px;
}

.company article .post-content p {
	width: 100%;
	margin-top: 0;
	margin-bottom: 40px;
	line-height: 26px;
	font-weight: 300;
	float: left;
}

.company #partners {
	width: 100%;
	float: left;
}

.company #partners, .company #partners .page-title {
	background-color: #eceded;
}

.company #partners .item {
	width: calc(100% / 4 - (60px / 4));
	margin-right: calc(60px / 3);
	margin-bottom: 50px;
	background-color: #fff;
	border-bottom: 1px solid #003b4a;
	float: left;
}

.company #partners .wrapper > div:nth-child(4n) {
	margin-right: 0;
}

.company #partners .item img {
	width: 100%;
	height: auto;
	float: left;
}

.company #partners .item h4 {
	width: 100%;
	padding: 0 20px 20px 20px;
	font-size: 16pt;
	float: left;
}

.company #partners .item p {
	margin: 0;
	padding: 0 20px 20px 20px;
	font-weight: 300;
}

.contact .block {
	width: calc(50% - 30px);
	float: left;
}

.contact #main .wrapper > div:last-child {
	float: right;
}

.contact .block #contacts li {
	width: 100%;
	font-size: 14pt;
	margin-bottom: 30px;
	float: left;
}

.contact .block #contacts li .icon {
	width: 42px;
	height: 42px;
	padding-top: 8px;
	margin-right: 15px;
	font-size: 18pt;
	border: 2px solid #7da0c4;
	border-radius: 100%;
	text-align: center;
	float: left;
}

.contact .block #contacts li:first-child .icon i {
	position: relative;
	top: -3px;
	font-size: 21pt;
}

.contact .block #contacts li:last-child .icon i {
	font-size: 16pt;
}

.contact .block #contacts li .text {
	width: calc(100% - 57px);
	margin-top: 11px;
	font-weight: 600;
	color: #003b4a;
	float: left;
}

.contact .wpcf7-form {
	width: 100%;
	float: left;
}

.contact .wpcf7-form input[type=text], .contact .wpcf7-form input[type=email], .contact .wpcf7-form input[type=tel], .contact .wpcf7-form select, .contact .wpcf7-form textarea {
	width: calc(50% - 10px);
	padding: 10px;
	margin-bottom: 20px;
	font-size: 14pt;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	font-family: 'Roboto Slab', serif;
	background-color: #eceded;
	float: left;
}

.contact .wpcf7-form select {
	width: 100%;
	border: 0 none;
	color: #9c9e9f;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.contact .wpcf7-form textarea {
	width: 100%;
	max-height: 200px;
	overflow: scroll !important;
	resize: none;
}

.contact .wpcf7-form input[name=apellidos], .contact .wpcf7-form input[name=email] {
	float: right;
}

.contact .wpcf7-form input[type=checkbox] {
	visibility: hidden;
	opacity: 0;
	position: absolute;
}

.contact .wpcf7-form label[for=accept] {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	border: 2px solid #7da0c4;
	cursor: pointer;
	display: block;
	float: left;
	padding: 3px;
}

.contact .wpcf7-form label[for=accept]::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background-color: #7da0c4;
	opacity: 0;
	float: left;
	-webkit-transition: opacity 250ms ease-in;
	-moz-transition: opacity 250ms ease-in;
	-o-transition: opacity 250ms ease-in;
	-ms-transition: opacity 250ms ease-in;
	transition: opacity 250ms ease-in;
}

.contact .wpcf7-form label[for=accept].checked::after {
	opacity: 1;
}

.contact .wpcf7-form .policy {
	margin-top: 6px;
	display: inline-block;
	float: left;
}

.contact .wpcf7-form .policy a {
	color: #7da0c4;
}

.contact .wpcf7-form .policy a:hover {
	color: #003b4a;
}

.contact .wpcf7-form input[type=submit] {
	width: 100px;
	padding: 10px 0 10px 1px;
	border: 2px solid #003b4a;
	font-size: 14pt;
	letter-spacing: 1px;
	border-radius: 10px;
	text-align: center;
	background-color: #003b4a;
	color: #fff;
	display: block;
	float: right;
	-webkit-transition: all 280ms ease;
	-moz-transition: all 280ms ease;
	-o-transition: all 280ms ease;
	-ms-transition: all 280ms ease;
	transition: all 280ms ease;
}

.contact .wpcf7-form input[type=submit]:disabled {
	opacity: 0.5;
}

.contact .wpcf7-form input[type=submit]:not(:disabled):hover {
	background-color: transparent;
	color: #003b4a;
}

.contact .wpcf7-form input[type=submit]:disabled {
	opacity: 0.3;
	filter: grayscale(100%);
}

.contact .wpcf7-form .wpcf7-response-output {
	width: 100%;
	padding: 20px;
	margin: 40px 0 0 0;
	border: 0 none;
	font-size: 16pt;
	text-align: center;
	border-top: 2px solid #7da0c4;
	float: left;
}

.contact .wpcf7-form .wpcf7-not-valid-tip, .contact .wpcf7-form .wpcf7-validation-errors {
	display: none !important;
}

.contact .wpcf7-form .wpcf7-not-valid {
	background-color: #ffe3e3 !important;
}

.contact #gmap {
	width: 100%;
	height: 600px;
	float: left;
	position: relative;
}

.contact #gmap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* Listado */

.page-id-4222  ul li,
.page-id-4218  ul li{
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	list-style: disc;

}

.page-id-4222 ul,
.page-id-4218 ul{
	padding-left: 20px;
}

.page-id-4222  #main,
.page-id-4218  #main{
	padding-bottom: 50px;
}


/* Footer */

#footer {
	width: 100%;
	padding: 30px 0;
	background-color: #003b4a;
	float: left;
}

#footer a {
	color: #eceded;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #copy {
	width: 50%;
	color: #eceded;
	float: left;
}

#footer #copy > p{
	display: flex;
	gap: 4px;
}

#footer #copy #footer-logo {
	width: 150px;
	margin-bottom: 25px;
	float: left;
}

#footer p {
	width: 100%;
	margin: 10px 0 0;
	font-size: 11pt;
	color: #eceded;
	float: left;
	clear: both;
}

#footer #contact {
	width: 50%;
	float: right;
}

#footer #contact .phones a {
	margin-left: 15px;
}

#footer #contact .phones a:last-child {
	margin-left: 0;
}

#footer #contact .phone {
	margin: 30px 0;
	font-size: 14pt;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	color: #eceded;
	float: right;
}

#footer #contact p {
	width: 100%;
	text-align: right;
	float: right;
}

.grecaptcha-badge {
	opacity: 0 !important;
	display: none !important;
	visibility: hidden !important;
}

#cookie-notice {
	font-size: 15px;
}