/*
Theme Name: MAR BLAU
Description: A child theme of Divi
Template: Divi
*/
@import url("../Divi/style.css");


body{
	font-weight:400 !important;
    overflow-x:hidden;
}

.hidden{
    display:none;
	visibility:hidden;
}

.alineacion-vertical {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
}

.overlay{
  z-index: 9 !important;
  background-color: rgba(0,0,0,0.2); 
}

hr{
    height: 0 !important;
	border-top: 1px solid #333333 !important;
	border-bottom: 0 solid #333333 !important;
}

	.textos_legals hr{
		height: 0 !important;
		border-top: 1px solid #cccccc !important;
		border-bottom: 0 solid #cccccc !important;
		margin-bottom:25px !important;
	}

a{
    color:#65A1BE !important;
}

a:hover{
    color:#000000 !important;
}

/*GDPR------
-------------------*/

#moove_gdpr_cookie_info_bar {
    z-index: 9999999 !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background: #00a2c4;
  background: -prefix-linear-gradient(0deg, rgba(0,43,96,1) 10%, rgba(0,43,96,1) 30%, rgba(00,43,96,0.8) 100%)!Important;
  background: linear-gradient(0deg, rgba(0,43,96,1) 0%, rgba(0,43,96,1) 30%, rgba(0,43,96,0.8) 100%) !important;
  border-top: 0 solid #fff;
}

/*COLUMNAS------
-----------*/
.doce-columnas .et_pb_module {width: 8.33% !important; float: left !important;}
.diez-columnas .et_pb_module {width: 10% !important; float: left !important;}
.nueve-columnas .et_pb_module {width: 11.11% !important; float: left !important;}
.ocho-columnas .et_pb_module {width: 12.5% !important; float: left !important;}
.siete-columnas .et_pb_module {width: 14.28% !important; float: left !important;}
.seis-columnas .et_pb_module {width: 16.66% !important; float: left !important;}
.cinco-columnas .et_pb_module {width: 20% !important; float: left !important;}

@media (max-width: 980px){
	.diez-columnas .et_pb_module {width: 20% !important;}
	.nueve-columnas .et_pb_module {width: 33.3% !important;}
	.ocho-columnas .et_pb_module {width: 25% !important;}
	.siete-columnas .et_pb_module {width: 25% !important;}
	.seis-columnas .et_pb_module {width: 33.3% !important;}
	.cinco-columnas .et_pb_module {width: 33.3% !important;}
}
 
@media all and (max-width: 767px) {
	.diez-columnas .et_pb_module {width: 50% !important;}
	.nueve-columnas .et_pb_module {width: 50% !important;}
	.ocho-columnas .et_pb_module {width: 50% !important;}
	.siete-columnas .et_pb_module {width: 50% !important;}
	.seis-columnas .et_pb_module {width: 50% !important;}
	.cinco-columnas .et_pb_module {width: 50% !important;}
}

/*EMBED CONTAINER---
--------------*/
.embed-container {
    position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	height: 0;
	overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*HEADER -
 --------------------*/

#main-header {
  -webkit-box-shadow: 0 0px 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}

.et_slide_menu_top {
  background: rgba(0,0,0,0) !important;
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d' !important;
}

/*BLURB -
 --------------------*/
.et_pb_main_blurb_image {
  margin-bottom: 0px !important;
}

/*TESTIMONIAL------
-------------------*/
.et_pb_testimonial_meta .et_pb_testimonial_separator{
  display:none !Important;
}

/*testimonial-mateixa alçada descripcio-----*/
.team .et_pb_testimonial_description{
	display:flex !Important;
	flex-direction:column;
	position: relative;
  	width:100%; /* The size you want */
	overflow:hidden;
	margin-bottom:0px;
	align-items:center;
}

.team .et_pb_testimonial_description:after{
  content: "";
  display: block;
  padding-bottom: 0% /* The padding depends on the width, not on the height, so with a padding-bottom of 100% you will get a square */
}


/*testimonial-mateixa alçada logos------*/
.team .et_pb_module.et_pb_image{
	display:flex !Important;
	position: relative;
  	width:100%; /* The size you want */
	overflow:hidden;
	margin-bottom:10px;
	align-items:center;
}

.team .et_pb_module.et_pb_image:after{
  content: "";
  display: block;
  padding-bottom: 40% /* The padding depends on the width, not on the height, so with a padding-bottom of 100% you will get a square */
}

.team .et_pb_module.et_pb_image .et_pb_image_wrap {
  width: 100% !important;
}

.team .et_pb_module.et_pb_image img {
	width: 150px;
}

/*SUPREME ICON LIST	 -
 --------------------*/
.dsm_icon_list_child a {
	color:#3d647a !important;
	padding:10px !important;
    width: 100% !important;
}

.dsm_icon_list_child a:hover {
	color:#ffffff !important;
}

/*PAGINACION PAGENAVI -
 --------------------*/
.wp-pagenavi{
    display:block !important;
}

.wp-pagenavi a, 
.wp-pagenavi span{
    text-decoration: none;
    border: 0 solid #BFBFBF !important;
    padding: 0 !important;
    margin: 2px;
}

.wp-pagenavi span.pages {
    color: #666666 !important;
}

.wp-pagenavi span.pages::after {
	content:':';
	margin-right:10px;
}

.wp-pagenavi a {
	background:#efefef !important;
	border:1px solid #efefef !important;
    color: #666666 !important;
	padding: 2px 6px !important;
}

.wp-pagenavi a:hover {
	background:#ffffff !important;
    color: #237bce !important;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink{
	background:#ffffff !important;
	border:0px solid #efefef !important;
    color: #666666 !important;
	padding: 2px 6px !important;
}

.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover{
    color: #237bce !important;
}

.wp-pagenavi span.current {
	background:#ffffff !important;
	border:1px solid #efefef !important;
    color: #237bce !important;
	padding: 2px 6px !important;
}

/*CONTACT FORM 7------
 --------------------*/

.wpcf7 label {
	display:block;
	margin-bottom: 20px !important;
}

	.form_newsletter .wpcf7 label {
		display:block;
		margin-bottom:10px !important;
	}

.wpcf7 p {
	padding-bottom: 0px !important;
}

	.form_newsletter p {
		color: rgba(255,255,255,0.8) !important;
		text-align:center !important;
	}

.wpcf7-text, 
.wpcf7-textarea  {
	background-color: #dbdbdb !important;
	border: none !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 16px !important;
	color: #000000 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	.form_newsletter .wpcf7-text {
		color: rgba(255,255,255,1) !important;
		background: transparent !important;
		border: 1px solid #65a1be !important;
		font-size:16px !important;
	}

.wpcf7-submit {
	color: #65a1be !important;
	margin: auto;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: .3em 1em;
	line-height: 1.7em;
	background: transparent;
	border: 1px solid;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

	.form_newsletter .wpcf7-submit {
		background-color: rgba(0,162,196,0.5);
		border: 1px solid rgba(0,162,196,1) !important;
		color:#ffffff !important;
	}

.wpcf7-submit:hover { 
	background-color: #dbdbdb; 
	border-color:#dbdbdb; 
}

	.form_newsletter .wpcf7-submit:hover {
		background-color: rgba(0,162,196,1);
		border: 1px solid rgba(0,162,196,1) !important;
	}

.wpcf7-not-valid-tip {
    color: #65a1be !important;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

	.form_newsletter .wpcf7-not-valid-tip {
		background: #65a1be !important;
		color: #ffffff;
		font-size: 14px;
		font-weight: normal;
		display: block;
		margin-top:3px;
	}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0;
}

	.form_newsletter .wpcf7 form .wpcf7-response-output {
		background:rgba(255,185,0,0.9);
		color:#024489 !important;
	}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: none !important;
}

/*form captchac-------
 --------------------*/
p.captchac{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	margin-bottom:20px;
}

.formulario .wpcf7-form-control-wrap.captcha-form {
    border: 0 solid #cccccc;
	width:100px !important;
    position: relative;
    display: inline-block;
}

p.captchac img,
p.captchac input{
	margin:0 2px;
}

p.captchac img{
	height:35px !important;
	width:auto;
	padding:0 !important;
}

p.captchac input.wpcf7-captchar{
	background-color: #dbdbdb !important;
	border: none !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #2b2b2b !important;
	font-size: 16px;
	font-weight:bold;
	height:20px !important;
	width:70px !important;
	padding:15px 10px !important;
	margin:5px 0 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align:left !important;
}

p.captchac .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    color: #00a2c4;
    font-size: 14px;
    font-weight: bold;
    display: inline-block !important;
	margin-left:10px;
}

/*CHECKBOX GENERAL I SUBSCRIURE------
 ------------------------------------*/

.wpcf7 .wpcf7-form-control.wpcf7-checkbox label,
.wpcf7-form-control.wpcf7-acceptance label{
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 5px 0 0 0;
  font: inherit;
  cursor:pointer !important;
  width: 1.0em;
  height: 1.0em;
  border: 1px solid #000000;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

	.mc4wp-form-basic input[type="checkbox"] {
	  -webkit-appearance: none;
	  appearance: none;
	  background-color: transparent;
	  margin: 0 5px 0 0!important;
	  font: inherit;
	  cursor:pointer !important;
	  width: 1.0em;
	  height: 1.0em;
	  border: 1px solid #ffffff !Important;
	  border-radius: 0.15em;
	  transform: translateY(-0.075em);
	  display: grid;
	  place-content: center;
	  float:left !important;
	}
input[type="checkbox"]::before {
  background: #ffffff !important;
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000000 !important;
	
	transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
	.mc4wp-form-basic input[type="checkbox"]::before{
	  background: #ffffff !important;
	  content: "";
	  width: 0.65em;
	  height: 0.65em;
	  transform: scale(0);
	  transition: 120ms transform ease-in-out;
	  box-shadow: inset 1em 1em #ffffff !important;

		transform-origin: bottom left;
	  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	}
.mc4wp-form-basic input[type="checkbox"]:checked::before,
input[type="checkbox"]:checked::before {
  transform: scale(1);
}

/*******/

.logo_footer {
		padding-bottom:10px !Important;
}

/*MEDIA QUERIES------
 --------------------*/
@media only screen and (min-width: 981px){
	.logo_footer {
		display:flex;
		justify-content: flex-start !important;
	  	text-align: left !important;
	  	margin-left: 0 !important;
	  	margin-right: 0 !important;
		padding-bottom:10px !Important;
	}
	
	.logo_footer img[src$=".svg"] {
		width: 165px !important;
	}
}

@media only screen and (max-width: 980px){
	.column-reverse {
		display: -webkit-flex;
		-webkit-flex-direction: column-reverse;
		display: flex;
		flex-direction: column-reverse !important;
	}
}

@media only screen and (max-width: 479px){
	.team .et_pb_testimonial_description:after,
	.team .et_pb_module.et_pb_image:after{
	  display:none;
	}
	.team .et_pb_testimonial_description{
	  padding-bottom:10px;
	}
	.team .et_pb_module.et_pb_image{
	  padding-bottom:30px;
	}
}