/*
CTC Separate Stylesheet
Updated: 2025-08-16 08:04:16
*/
:root {
  --swiper-theme-color: var(--wp--preset--color--accent-1);
}
@font-face {
    font-family: 'FontAwesome'; /*a name to be used later*/
    src: url('assets/fonts/fontawesome/fontawesome-webfont.woff2'); /*URL to font*/
}
@font-face {
    font-family: 'Poppins'; /*a name to be used later*/
    font-style: normal;
    font-weight: 100 1000;
    font-stretch: 0% 200%;
    src: url('assets/fonts/poppins/Poppins-VariableFont_wght.otf'); /*URL to font*/
}
@font-face {
    font-family: 'Open Sans'; /*a name to be used later*/
    font-style: normal;
    font-weight: 100 1000;
    font-stretch: 0% 200%;
    src: url('assets/fonts/opensans/OpenSans-VariableFont_wdth,wght.ttf'); /*URL to font*/
}
body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #424143;
	font-weight: 400 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	color: #424143;
	font-weight: 500;
}
h1 {
	font-size: 48px;
	font-weight: normal;
}

h2 {
	font-size: 32px;
	font-weight: normal;
}

h3 {
	font-size: 26px;
	font-weight: normal;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
	font-weight: normal;
}

h6 {
	font-size: 16px;
	font-weight: bold;
}
.home .wp-block-post-title {
	display: none;
}
.title-title {
    font-weight: 500;
    font-size: 22px !important;
    color: #424143;
    margin: 0 0 15px;
    text-align: center;
}
.sub-title {
    margin: 0;
    color: #67666A;
    text-align: center;
}
p {
    line-height: 24px !important;
}
:where(.editor-styles-wrapper) p {
	font-size: 14px !important;
}
.wp-site-blocks a:hover, :root :where(.wp-block-site-title a:where(:not(.wp-element-button)):hover) {
	text-decoration: none !important;
	color: #93242c !important;
}
.wp-block-navigation-item__content::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	top: 0;
	left: 0;
	background: #93242c;
	transition: width 0.3s ease-in-out;
}
li:hover > .wp-block-navigation-item__content::before{
  width: 100% !important;
}
main {
	padding: 0 20px;
}
.wp-block-site-title :where(a) {
	color: inherit;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: inherit;
	font-weight: 400 !important;
	letter-spacing: inherit;
	text-decoration: none;
	margin: 0 !important;
}
.wp-block-site-title, .wp-block-site-subtitle  {
	line-height: 0px !important;
}
.menu-cookies {
	text-transform: uppercase;
	padding: 26px 20px 10px !important;
	font-size: 12px !important;
	margin-top: -13px;
}
.cap-negre {
    background-color: #14172A;
    border-bottom: 0 solid rgba(255, 255, 255, 0.5);
    transition: all 0.35s;
}
.cap-negre > .wp-block-group {
    padding: 15px 0 !important;
}
.header-info-links {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/*.home .wp-block-post-title {*/
/*	display: none;*/
/*}*/
.header-info-links li {
	display: inline-block;
	margin-right: 24px;
}
.header-info-links li .fa {
	margin-right: 5px;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-map-marker::before {
	content: "\f041";
}
.header-info-links li span {
	font-size: 12px;
	color: #CBC9CF;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}
.header-bottom {
    background-color: #F9F9F9;
    margin-block-start: 0 !important;
    border-bottom: 0 solid rgba(255, 255, 255, 0.5);
    transition: all 0.35s;
    min-height: 70px;
}
.header-bottom > div {
	padding-top: 12px !important;
	padding-bottom: 0 !important;
}
.contingut {
	max-width: var(--wp--style--global--wide-size);
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.home-fons-title-1 {
    font-size: 72px !important;
    font-weight: bold;
    color: white;
    margin: 0;
    max-width: 100% !important;
}
.home-fons-title-2 {
	max-width: 100% !important;
	color: #E5E4E6;
	padding: 0;
	font-weight: 500;
	font-size: 22px;
}
.home-fons-title-4 a {
	background: transparent;
	border-style: solid !important;
	color: #FFFFFF;
	border-color: #FFF !important;
	border-radius: 3px;
	padding: 7px 15px;
	font-size: 12px;
	border-width: 1px !important;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	outline: none;
	border: none;
	text-decoration: none;
	position: relative;
}
.home-fons-title-4 a:hover {
  box-shadow: inset 1px 1px 100px rgba(255, 255, 255, 0.3);
  color: white !important;
}
header.wp-block-template-part {
	position: sticky;
	top: 0;
	z-index: 100;
	transition: top 300ms ease;
}
.wp-block-cover.aligncenter.home-cover {
	margin-left: -20px !important;
	margin-right: -20px !important;
}
.formacion-botones{
  justify-content: space-around;
}
.formacion-botones a {
	border-radius: 2px !important;
}

:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
	box-shadow: inset 1px 1px 100px rgba(255, 255, 255, 0.3) !important;
	background-color: #dfbdc0 !important;
}
:root :where(.wp-element-button:hover, .wp-block-button__link:focus) {
  outline-color: transparent;
  outline-offset: 0 !important;
}

.programa-boton .wp-block-button__link::before,
.contacto-boton .wp-block-button__link::before {
	content: "\f1c1";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
}
.programa-boton.formacion-botones .wp-block-button__link.wp-element-button::before {
	content: "\f16d";
}
.formacion-botones.contacto-boton .wp-block-button__link.wp-element-button::before {
	content: "\f041";
}
.swiper-container-outer {
  background-color: transparent !important;
}
@media (max-width: 810px) {
  .menu-cookies {
	  padding: 26px 0 10px !important;
  }
  :root :where(.wp-element-button, .wp-block-button__link) {
	  font-size: 14px;
    white-space: wrap;
    word-break: normal;
    padding-top: 1rem;
    padding-right: 1.95rem;
    padding-bottom: 1rem;
    padding-left: 1.95rem;
  }
  .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
	  margin-top: 130px;
  }
  .home-fons-title-1 {
	  font-size: 58px !important;
  }
}
@media (max-width: 1363px) {

}
