

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

@font-face {font-family: "SohoGothicPro-Regular";
  src: url("../fonts/soho/@font-face/1b6fc211ac8965244816cc37de9fbe77.eot"); /* IE9*/
  src: url("../fonts/soho/@font-face/1b6fc211ac8965244816cc37de9fbe77.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/soho/@font-face/1b6fc211ac8965244816cc37de9fbe77.woff2") format("woff2"), 
  url("../fonts/soho/@font-face/1b6fc211ac8965244816cc37de9fbe77.woff") format("woff"), 
  url("../fonts/soho/@font-face/1b6fc211ac8965244816cc37de9fbe77.ttf") format("truetype"), 
  url("../fonts/soho/@font-face/1b6fc211ac8965244816cc37de9fbe77.svg#SohoGothicPro-Regular") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "Soho Gothic Pro Bold";
  src: url("../fonts/soho-bold/@font-face/f9d58f8e5ecb9def5b89279f8e51a22b.eot"); /* IE9*/
  src: url("../fonts/soho-bold/@font-face/f9d58f8e5ecb9def5b89279f8e51a22b.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/soho-bold/@font-face/f9d58f8e5ecb9def5b89279f8e51a22b.woff2") format("woff2"), 
  url("../fonts/soho-bold/@font-face/f9d58f8e5ecb9def5b89279f8e51a22b.woff") format("woff"), 
  url("../fonts/soho-bold/@font-face/f9d58f8e5ecb9def5b89279f8e51a22b.ttf") format("truetype"), 
  url("../fonts/soho-bold/@font-face/f9d58f8e5ecb9def5b89279f8e51a22b.svg#Soho Gothic Pro Bold") format("svg"); /* iOS 4.1- */
}



body {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 14px;
    color: #6f6f6f;
   font-family: "SohoGothicPro-Regular", Helvetica, Arial, sans-serif;
    height: 100%;
    line-height: 24px;
}


.login-pf-page__lang-wrapper {
    position: absolute;
    top: 1.5rem;
    right: 15px;
    z-index: 9999;
}



.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}
 
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #171834;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
}

.login-pf-page__lang {
    height: 2.5rem;
    width: 7.55rem;
    background-color: #fff;
    border: 0.0625rem solid #8C8B98;
    border-radius: 0.125rem;
    padding: 0.5rem;
    color: #051724;
    font-size: 0.85rem;
}


.panel-body a{text-decoration: underline;}


.panel-body strong{font-family: "Soho Gothic Pro Bold";}


.header-with-topbar.sticky.header-appear .navbar-top { 
    top: 0;
    background-color: #fff !important;
}

.text-lila{
	color: #752e89;
}

.nav-tabs>li>a.active, .nav-tabs>li>a.active:focus, .nav-tabs>li>a.active:hover {
    border: 0;
    border-bottom: 1px solid #8a2241;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    color: #d5d5d5;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fffefd;
    background-color: #8a2241;
    border-color: #8a2241;
}

a, a:active, a:focus {
    color: #ffffff;
} 



.btn.btn-dark-gray.subtitol {
    background: #171834;
    border-color: #2e4e89;
    color: #fff;
    margin-top: 10px !important;
    width: 100%;
    align-items: center;
    display: flex !important;
    height: 37px;
    padding: 5px !important;
    justify-content: center;
    border: 1px solid #171834;
    padding: 10px;
    font-family: "SohoGothicPro-Regular", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 11px;
}



.btn.btn-dark-gray.active-lsc {
    background: #8a2241;
    border-color: #8a2241;
    border: 1px solid #8a2241;
	 color: #fff;
    margin-top: 10px !important;
    width: 100%;
    align-items: center;
    display: flex !important;
    height: 37px;
    padding: 5px !important;
    justify-content: center;
	 padding: 10px;
    font-family: "SohoGothicPro-Regular", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 11px;

}

.text-blue{color: #003d8f;}


.traduccio{
    margin: 20px;
    text-align: center;
    padding: 12px;
    margin-top: 35px;
    color: #16a3bf;
    font-weight: 500;
    font-size: 13px;
    border: 2px solid #16a3bf;
}

.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
}

.small-screen {height:500px;}

.text-blau{
	color: #c20673 !important;
}

.text-small {
    font-size: 13px;
    line-height: 20px;
}

.tab-style2 .nav-tabs li a {
    background-color: #ffffff;
    border: none;
    color: #752e8994;
    line-height: 44px;
    margin: 0 !important;
    padding: 0 15px;
    font-size: 17px;
    border-radius: 0;
}

.texthome{
	position:absolute;
	width:100%;
	text-align:center;
	/* text-shadow: 2px 2px 15px #000; */
	top: 22%;
	color: #fff;
	z-index: 5;
	font-family: 'Comfortaa', cursive;
}

.header-with-topbar .navbar-top, .header-with-topbar .navbar-fixed-top {
    top: 34px;
}

.bg-black, .background-black {
    background-color: #272727;
}

footer a{
	color:#fff;
	text-decoration:underline;
	font-size: 12px;
}

footer a:hover{text-decoration:underline;color: #ececec;}

.blau{
	color: #18a2bf;
}

.btn.btn-dark-gray:hover, .btn.btn-dark-gray:focus {
    background: transparent;
    color: #003d8f;
}
.btn.btn-dark-gray {
    background: #8a2241;
    border-color: #8a2241;
    color: #fff;
    width: 100%;
    align-items: center;
    display: flex !important;
    justify-content: center;
    border: 1px solid #8a2241;
    margin: 0 auto !important;
    padding: 10px;
    font-family: "SohoGothicPro-Regular", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 21px;
}

.accordion-style3 .panel .panel-heading {
    background: #8a2241;
    color: #fff;
    border-radius: 0;
    padding: 18px 28px 19px;
}


.rounded-circle {
    border-radius: 50%!important;
    max-width: 70%;
}



@media (max-width: 767px){
.team-image img {
    width: 50%;
}}

.ponents {
    margin: 0 auto;
    display: block;
}




.text h2 {
    font-size: 19px;
    margin: 0;
    padding: 0;
    color: #c20673;
    line-height: 40px;
    font-weight: 600;
}

.text h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #003d8f;
    line-height: 22px;
    font-weight: 600;
}

.btn {
    display: inline-block;
    border: 2px solid transparent;
    color: inherit;
    letter-spacing: 0;
    line-height: inherit;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
    width: auto;
    font-weight: 400;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    white-space: nowrap;
}


header.header-appear nav.header-dark, header.sticky nav.navbar-fixed-top.header-dark, header.sticky nav.navbar-scroll-fixed-top.header-dark {
    background-color: #272727;
    padding: 10px;
}

.cartellprim{
	    font-size: 370%;
	    line-height: 69px;
	    display: inline;
	    background-color: #003d8f;
	    color: #ffffff;
	    margin: 2px 0px 0px 0px;
	    font-weight: 400;
}

hr.cartell{
	border-top: 2px solid #752e8973;
	width: 10%;
	margin: 10px 0px;
}

.cartellgran{
	/* font-size: 290% !IMPORTANT; */
}

.cartell {
    font-size: 265%;
    line-height: 53px;
    color: #383838;
    font-weight: 500;
    /* text-transform: uppercase; */
    margin: 0;
}

.cartell strong{
	color: #003d8f;
}

.textbanner{
	font-size:18px;	
	font-family: 'Open Sans', sans-serif;
}

.subtitol{
	  color: #752e89;
	  line-height: 10px;
	  margin-top: 0;
	}

.cartell + .subtitol {
    line-height: 21px;
    background-color: #003d8f;
    color: #fff !important;
    padding-top: 2px;
    display: inline-block;
    padding-bottom: 2px;
    display: inline;
}

.bg-deep-pink {
    background-color: #004087;
}

.bg-deep-gris{background-color: #f3f6f7;}	

textarea {
    overflow: auto;
    resize: vertical;
    height: 100px;
    /* width: 80%; */
}


.header-with-topbar .top-header-area {background-color: #003d8f;}

.wpcf7-list-item-label a{
	color: #dbdbdb;
	text-decoration: underline;
}
.form-check-input {
    position: unset !important;
    margin-top: 0;
    margin-left: -1.25rem;
    width: 4%;
}

span.wpcf7-list-item {
    display: grid;
    margin: 0 0 0 1em;
}

span.wpcf7-list-item-label{
	font-weight: 500;
	color: #fff;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    background-color: #fff;
    display: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
   border: 2px solid #ff0000;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    width: 100%;
    background-color: #fff;
    border: 2px solid #ff0000;
    margin: 0 auto;
    display: inherit;
}


div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}



/*
	font-family: 'Montserrat', sans-serif;

*/

.titolxichome img {
    display: inline;
    height: 110px;
    margin-bottom: 10px;
}

.titolxichome h1 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 5px;
}

.titolxichome {
    font-family: 'Comfortaa', cursive;
    text-align: center;
    position: relative;
    top: 20%;
}

.titolxichome p{
	font-size:16px;	
}

.tito{
	font-family: 'Comfortaa', cursive;

}

.texthome h1{
	font-weight:600;
}

.html-video {
    background-color: #000;
    height: auto;
    left: 86%;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: auto;
    z-index: -3;
}

.grisclar{
	color:rgba(224,224,224,1.00);	
}



.html-video2 {
    background-color: #000;
    left: 0%;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 48%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* transform: translate(-50%, -50%); */
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: auto;
    z-index: -2;
}


	








@media (max-width: 768px){


.texthome{
top: 48%;

}

}


.titolxic{
			font-family: 'Comfortaa', cursive;
			text-align:center;
			position:relative;
			top: 10%;
}

.titolxic img{
	display:inline;
	height: 110px;
	margin-bottom: 10px;
}

.titolxic h1{
	font-size: 50px;
	font-weight: 900;
}



.titolcartell{
    font-size: 273%;
    line-height: 38px;
    margin-bottom: 20px;
}


.ur-form-row span.input-wrapper {
    position: relative;
    width: 100%;
}

.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #2e4e89;
    font-size: 15px;
    letter-spacing: 0.05rem;
}

.nav-tabs>li>a.active, .nav-tabs>li>a.active:focus, .nav-tabs>li>a.active:hover {
    border: 0;
    border-bottom: 0px solid #8a2241;
}

@media (max-width: 767px){
.titolxic h1{font-size: 37px;width: 90%;font-weight: 900;margin: 0 auto;margin-bottom: 20px;}

.small-screen {
    height: 400px;
}

.cartell {
     font-size: 195%;
     line-height: 31px;
}

.titolcartell{
 font-size: 175%;
 line-height: 25px;
 margin-bottom: 10px;
 margin-top: 8px;
}

.cartellprim {
    font-size: 290%;
    line-height: 46px;
}

}

.titolxic p{
	font-size:16px;	
}

.groc{
	color: #fdc812;
}

.blanc{
	color:rgba(255,255,255,1.00);	
}

.gris{
color: #939598;	
}



.dreta{
	text-align: right;
	padding-right: 25px;
}

.esquerra{
	text-align: left;
	padding-left: 25px;
}


nav.navbar.navbar-default ul.nav > li > a {
    padding: 23px 0;
    background: transparent;
    border-color: transparent;
    font-weight: 600;
    display: block;
    text-align: center;
    font-size: 17px;
    margin: 0 15px;
}
header nav.navbar .navbar-nav > li > a, nav.navbar.bootsnav ul.nav > li > a {
    color: #752e89;
    cursor: pointer;
    text-transform: capitalize;
}

.btn.btn-transparent-yellow {
    background: transparent;
    border-color: #fdc713;
    color: #fdc713;
}

.btn.btn-transparent-yellow:hover, .btn.btn-transparent-yellow:focus {
    background: #fdc713;
    border-color: #fdc713;
    color: #ffffff;
}


@media (max-width: 991px){
nav.navbar.bootsnav .navbar-toggler {
    display: inline-block;
    float: right;
    margin-right: 0;
    margin-top: 0px;
    padding-right: 25px !important;
    padding: 0;
}
}


@media (max-width: 991px){
nav.navbar.bootsnav .navbar-nav {
    margin: 0;
    padding: 0;
    background-color: rgb(255 255 255 / 95%);
    padding-right: 1px;
}




}



.innova img{
	height: auto;
}


.text-deep-pink, .btn.text-deep-pink {
    color: #16a3bf;
}

.wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
    padding: 0px 5px;
    font-size: 11px;
    display: block;
    color: #fff;
    line-height: normal;
}

.text{
	font-size: 15px !important;
	line-height: 22px;
	color: #292929;
	text-align: center;
}

.text strong{
	color: #c20673;
	font-weight: 600;
}

.text em{
	    font-weight: 500;
}

blockquote {
    border-left: 2px solid #ddd;
    padding: 15px 40px;
    margin: 15px 0px 15px 20px;
}

.text p{
	margin: 0 0 10px;
}

.text h1{
	font-size: 22px;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	color: #003d8f;
	line-height: 25px;
	font-weight: 600;
}

.subtitoldins{
	font-size: 15px;
	line-height: 15px;
}

.bg-extra-dark-gray {
    background-color: #0e4859;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tarifes{
background-color: #e1edf1;	
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 2em 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}


header{
	color:#fff;	
}

header a{
	color: #cecece;
	/* text-decoration: underline; */
}

header a:hover{
	color: #ffffff;
	/* text-decoration: underline; */
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background-color: #0e4859;
    color: #ffffff;
}

input[type="reset"], input[type="submit"], input[type="submit"], .pirate-forms-submit-button, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit {
    background-color: #16a3bf;
    border: 1px solid #16a3bf;
}
input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover, .pirate-forms-submit-button:hover, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit:hover {
    border: 1px solid #ffffff;
}
#submit_redsys_payment_form {
    margin-right: 20px;
}

.fa-calendar-alt:before {
    content: "\f073";
}



.hover-option4 .grid-item figure:hover img {
    opacity: 0.1 !important;
	filter: none !important;
	
}

textarea:not(.editor-post-title__input), input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    box-shadow: none;
    width: 100%;
    margin: 5px 0;
}
.select2-container--default .select2-selection--single {
    padding: 10px;
    max-width: 100%;
    border: 0px;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    background-color: #f2f2f2;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #000000;
    border-radius: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: normal;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 9px;
}

table > thead > tr > th {
    border-color: #0e4859;
}

.navbar-nav > li {
    position: inherit;
    margin: 0;
}

.btn.btn-groc {
    background: #fdc42b;
    border-color: #ffdb79;
    color: #091d40;
    width: 100%;
    text-decoration: none;
    align-items: center;
    display: flex !important;
    justify-content: center;
    border: 1px solid #ffe7a6;
    margin: 0 auto;
    padding: 10px;
    font-family: "SohoGothicPro-Regular", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 21px;
    width: 37%;
    margin-top: 10px;
}


.btn.btn-groc:hover, .btn.btn-groc:focus, .ur-frontend-form input[type=submit]:hover {
    background: #f7ca51;
    color: #003d8f;
    border: 1px solid #fff;
    text-decoration: none;
    color: #000;
}


.simple-dropdown .dropdown-menu > li > a {
    font-size: 12px;
    color: #eaeaea;
    text-transform: uppercase;
}

.simple-dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    background: rgb(22 163 191);
    min-width: 220px;
    padding: 5px 0 5px;
    box-shadow: none;
}

nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li {
    padding-left: 20px;
    padding-right: 10px;
    margin: 0;
}

.tab-style2 .nav-tabs {
    /* border-bottom: 1px solid #ddd; */
}

    .embed-container {
        position: relative;
        /* padding-bottom: 56.25%; */
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
	
 span.videosonline {
		color: #752e89;
		font-weight: 600;
		line-height: 20px;
		font-size: 15px;
		margin-bottom: 5px;
		}
		
	.videosonline p{
    font-size: 13px;
    color: #949494;
    line-height: 20px;
}

.videosonline strong{font-weight: 700;}



.tab-style2 .nav-tabs li a.poster {
    background-color: #bbbbbb;
    border: none;
    color: #ffffff;
    line-height: 44px;
    margin: 0 !important;
    padding: 0 25px;
    border-radius: 0;
}

.btn.btn-blau {
    background: #16a3bf;
    border-color: #ffffff;
    color: #ffffff;
}

.btn.btn-blau:hover, .btn.btn-blau:focus {
    background: transparent;
    color: #fff;
}











.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    display: list-item;
    position: relative;
}



input[type=text]::placeholder, input[type=email]::placeholder {
  color: #fff;

}


::placeholder {
  color: #3F3F3F;

}




input[type="text"]:disabled, input[type="email"]:disabled{background: #ffffff00;}


.tab-style2 .nav-tabs > li > a.poster.active {
    border-color: transparent;
    border: none;
    border-radius: 0;
    background: #fff;
    color: #575757;
    top: 1px;
    position: relative;
}

.wp-block-separator.is-style-wide {
    border: 1px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: inherit;
}

input, textarea, select {
    border: 1px solid #e5e5e5;
    padding: 6px 18px 6px 7px;
    display: inline;
    width: 100%;
    /* margin: 0 0 20px 0; */
    /* color: #272727 !important; */
    max-width: 100%;
    resize: none;
    color: inherit;
}

.btn.btn-white:hover, .btn.btn-white:focus {
    background: transparent;
    color: #fff !important;
}



.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #ffb900;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    /* padding: 0.2em 1em; */
    font-size: 15px;
    border: 2
px
 solid #00a0d2;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}


.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li input[type=checkbox], .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li input[type=radio], .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li input[type=checkbox], .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li input[type=radio], .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input[type=checkbox], .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input[type=radio] {
    margin-top: 2
px
;
    width: auto;
}


.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.big-input, .big-textarea, .big-select select {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0;
    color: #545454;
}

.botons-contingut {
    background-color: #0e4859;
    padding: 40px 20px;
    margin: 15px !important;
}
.botons-contingut .wp-block-button {
    margin: 0;
}
.botons-contingut .wp-block-button .wp-block-button__link {
    background-color: #16a3bf;
}

.segellpeu i {
    text-align: center;
    font-size: 260px;
    color: #18a2bf;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background-color: #16a3bf !important;
    border: 1px solid #16a3bf !important;
}
a#CybotCookiebotDialogBodyLevelButtonAccept, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #16a3bf !important;
    border: 1px solid #16a3bf !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    background-color: #104251!important;
    border: 1px solid #104251!important;
}

.page-title-large h1 {
    font-size: 41px;
    line-height: 49px;
}


.accordion-style3 .panel-title {
    background: transparent;
    border: none;
    font-size: 17px;
    line-height: 27px;
}

.alt-font {
    font-weight: 500;
    font-family: 'SohoGothicPro-Regular';
}


.scroll-top-arrow, .scroll-top-arrow:focus {
    color: #fff;
    background: #8a2241;
    line-height: 28px;
    display: none;
    height: 30px;
    width: 30px;
    padding: 0;
    position: fixed;
    right: 45px;
    text-align: center;
    text-decoration: none;
    top: 91%;
    z-index: 10006;
    border-radius: 100%;
}




a.um-button, input[type=submit].um-button, input[type=submit].um-button:focus  {
    font-size: 12px;
    text-transform: uppercase !important;
    box-shadow: none !important;
    font-weight: 600 !important;
	
}

.um input[type=submit].um-button:hover, .um a.um-button:hover {
    background-color: #752e89;
}

.textlila{
	color:#752e89;
}



.um-profile.um .um-profile-headericon a:hover, .um-profile.um .um-profile-edit-a.active {
    color: #752e89;
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background: #4a4a4a;
}

.um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
    color: #752e89;
}

.um a.um-link:hover, .um a.um-link-hvr:hover {
    color: #752e89;
}
.um a.um-link {
    color: #752e89;
}

.grecaptcha-badge { 
    visibility: hidden;
}


.tab-style2 .nav-tabs > li > a.active {
    border-color: transparent;
    border: none;
    border-radius: 0;
    color: #752e89;
    background: #f7f7f7;
    top: 1px;
    position: relative;
}

iframe #input-panel.yt-live-chat-renderer::after {
    content: '';
    display: block;
    height: 0px !important;
}

.um-account-main {
    float: right;
    width: 60%;
    padding: 0px 0px 0px 1.5em;
    box-sizing: border-box;
}

a.text-link-white-2:hover, a.text-link-white-2:hover i, a.text-link-white-2:focus, a.text-link-white-2:focus i {
    color: #e2d5e5;
}


.white-link .mobile-toggle span {
    background: #003d8f;
}

.show-menu .menu-wrap {

    z-index: 99999;
}

.header-with-topbar .top-header-area {

    z-index: 5;
	
}








.ko{
    background-color: #a70000;
    color: #fff;
    padding: 10px;
    font-size: 15px;
}
.ok{
    background-color: #48a700;
    color: #fff;
    padding: 10px;
    font-size: 15px;
}













.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement, .ur-frontend-form .ur-form-row .ur-form-grid input[type=date], .ur-frontend-form .ur-form-row .ur-form-grid input[type=email], .ur-frontend-form .ur-form-row .ur-form-grid input[type=number], .ur-frontend-form .ur-form-row .ur-form-grid input[type=password], .ur-frontend-form .ur-form-row .ur-form-grid input[type=phone], .ur-frontend-form .ur-form-row .ur-form-grid input[type=text], .ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker], .ur-frontend-form .ur-form-row .ur-form-grid input[type=url], .ur-frontend-form .ur-form-row .ur-form-grid select, .ur-frontend-form .ur-form-row .ur-form-grid textarea {
    padding: 18px 25px;
    font-size: 14px;
    border-radius: 0;
}

.ur-frontend-form.login {
    margin: 0;
    padding: 50px;
    box-shadow: none;
    background: 0 0;
}

.ur-frontend-form {
    margin-bottom: 30px;
    border: 1px solid #dee0e9;
    padding: 50px;
    background-color: #ffffff;
    box-sizing: border-box;
}


#user-registration {
    background-color: #fff;
    margin: 0;
}




.ur-frontend-form button, .ur-frontend-form button[type=submit], .ur-frontend-form input[type=submit], .ur-frontend-form button, .ur-frontend-form button[type=submit], .ur-frontend-form input[type=submit] {
    display: inline-block;
    border: 2px solid transparent;
    color: inherit;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    width: auto;
    background-color: #003d8f;
    font-size: 12px;
    padding: 6px 25px 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    white-space: nowrap;
}

.btn.btn-dark-gray:hover, .btn.btn-dark-gray:focus, .ur-frontend-form input[type=submit]:hover {
    background: #49264b;
    color: #003d8f;
    border: 1px solid;
    text-decoration: none;
    color: #ffffff;
}

.ur-frontend-form .ur-button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: block;
    margin-top: 20px;
    text-align: left;
    padding: 0 10px;
}


.text hr{
	width: 40%;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top: 1px solid #e2e2e2;
}

.grans {
	font-size:18px;	
}
.social-icon a {
    margin: 0 8px;
}

@media (max-width: 767px){
.full-width-pull-menu .link-style-2 ul li a {
    line-height: 62px;
    font-size: 48px;
}
.sm-no-padding-left {
    padding: 0 !important;
    text-align: center;
}


}



.icon-social-very-small a i, .icon-social-small a i, .icon-social-medium a i {
    margin: 0 8px;
    vertical-align: middle;
    font-size: 24px;
}
.full-width-pull-menu .link-style-2 ul li {
    display: table;
    width: 100%;
}




.btn.btn-medium {
    font-size: 13px;
    padding: 6px 25px 5px;
    font-weight: 500;
}


.pregunta{
		background-color: #8a2241;
		color: #ffffff !important;
		padding: 15px;
		font-size: 19px;
}
.pregunta a{
	color:#fff;
	text-decoration:underline;
	text-transform: lowercase;
}



.nav-link {
    display: block;
    padding: 0.6rem 1rem;
}


.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 20%;
}

.fade:not(.show) {
    opacity: 0;
    display: none; 
}

 .btn-link{height: 70px;}



.logo img{
	max-height: 170px;
	text-align: center;
	margin: 0 auto;
	display: block;
	} 
	
	@media (max-width: 768px){
.logo img{
    max-height: 180px;
}
}



.accordion-style3 .panel .panel-heading:hover {
    background: #8a2241bf;
}


@media (max-width: 991px){


.btn.btn-groc {

    width: 100%;

}

}


