@charset "utf-8";
/*
Theme Name: menades_v02
Theme URI:
Description: Design created for Panda Creatiu.
Version: 1.0
Author: Panda Creatiu
Author URI: http://www.pandacreatiu.com/
Tags:
*/
/* ------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;background: transparent;list-style:none;
	webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
a {text-decoration:none;}
/* -------------------------------------------------------------------- */
html, body{ overflow-x: hidden; }
body { font-family: "Karla", sans-serif; font-optical-sizing: auto; font-weight: 200; font-style: normal; font-size:14px; }

body .hidden { display: none !important; }

.serif{ font-family: "Baskervville", serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; }

.wrapper{ width: 100%; margin: 0; }

.txtgen{ font-size: 17px; line-height: 1.6; font-weight: 300; }

.txtgen p, .txtgen h1, .txtgen h2, .txtgen h3{ margin-bottom: 30px; }
.txtgen p:last-child{ margin-bottom:0; }

.txtgen h1{ font-size: 100%; }
.txtgen h2{ font-size: 130%;  }
.txtgen h3{ font-size: 100%; }
.txtgen h4, .txtgen h5, .txtgen h6, .txtgen h7, .txtgen h8{ font-size: 100%; font-weight:300; margin-bottom:20px; }

.txtgen img { max-width: 100%; height: auto; }
.txtgen a{ color: #009a00; text-decoration: underline; }
.txtgen a:hover{ text-decoration: underline; }
.txtgen ul, .txtgen ol{ padding-left:40px; margin-bottom:25px; margin-top:15px; }
.txtgen ul li, .txtgen ol li{  list-style:outside; margin-bottom:12px; }
.txtgen ol li { list-style:decimal; margin:15px 0; }
.txtgen iframe { max-width: 100%; height: 300px; }

.transition{ transition: all .3s ease-in-out; }

.shadow{ -webkit-box-shadow: 0px 5px 15px 0px rgba(96,67,17,0.4); -moz-box-shadow: 0px 5px 15px 0px rgba(96,67,17,0.4); box-shadow: 0px 5px 15px 0px rgba(96,67,17,0.4); }
.radius{ -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }

::selection { background: #F1F1F1; }
::-moz-selection { background: #F1F1F1; }

select{
    padding: .3125rem 3rem .3125rem 1rem;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org/2000/svg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.2%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right 1rem center;
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #d8e2ef;
    color: #344040;
    background-size: 10px 12px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.075);
    outline:none;
}

.clear{ clear: both; }

.background{ background-size:cover; background-position:center; background-repeat:no-repeat; }
.background_bottom{ background-size:cover; background-position:center bottom; background-repeat:no-repeat; }

.container{ width: 100%; max-width: 1200px; min-width: 320px; margin: auto; padding: 0 10px; position: relative; }

/* MENU / SUBMENU -------------------- */
.header{ position: fixed; z-index: 99; width: 100%; height: 80px; background-color: #fff; box-shadow: 0 0 7px rgba(0,0,0,.1) !important; 
	 display:flex; align-items: center; justify-content: space-between; padding: 10px 20px; }

	.logo{ }

	.header_menu{ display:flex; }
		#main-nav { font-size: 14px; font-weight: 600; text-transform:uppercase; padding-top:10px; }
			#main-nav ul { margin: 0; padding: 0; display: inline-flex; }
			#main-nav li { display: block; float: left; margin: 0; padding: 0; position: relative; cursor: pointer; word-wrap: break-word; }
			#main-nav li a { display: block; padding: 0px 15px 0px 15px; color: #666; transition: all .3s ease-in-out;}
			#main-nav .current-menu-item a, #main-nav .current_page_item a, #main-nav a:hover, li.current-menu-parent >a{ color: #7C2529 !important; }

		.header_lang{ align-items: center; }


.header_separador{ height: 80px; }

.menu_movil_trigger{ display: none; }

/*
@media only screen and (max-width: 763px) {	
	.menu_movil_trigger{ display: inherit; margin-top:20px; }

	.header{ height:120px; }
	.header_separador{ height: 120px; }
}
*/


/* menu mobile*/
.menu_mobile{ margin-top: 20px; }

	.sidr { display: block; position: fixed; top: 0; height: 100%; z-index: 999999; width: 260px; overflow-x: hidden; overflow-y: auto;
	  font-size: 14px; background: #fff; color: #333; box-shadow: 0 0 5px 5px #F0F3F7 inset; padding: 15px; }

	.sidr .sidr-inner { padding: 0 0 15px; }

	.sidr.right { left: auto; right: -260px; }
	.sidr.left { left: -260px; right: auto; }

		.lang_mobile{ width: 140px; margin-top:20px; }

		.menu_mobile{ font-size: 13px; text-transform: uppercase; margin-top:15px; }
			.menu_mobile a{ color: #000; }
			.menu_mobile ul li{ padding: 10px 0; }
			.menu_mobile ul li a{ display: block; width: 230px !important; border-bottom: 1px solid #ccc; padding-bottom: 5px; font-weight: bold; }
			
			.menu-item-has-children > a:after{ content: ''; width: 15px; height: 15px; float: right; padding-right: 10px; 
				background-image: url('images/arrow-down.png'); background-size: contain; background-position:center; background-repeat:no-repeat; }

			.menu_mobile ul li ul{ padding-left: 15px; font-size: 12px; margin-top: 7px; display: none; }
			.menu_mobile ul li ul li a{ border-bottom: none; font-weight: normal; }
			.menu_mobile ul li ul li a:after{ content: ''; }





/* HOME ======================================================================================================================================================================== */
.home_banner{ width:100vw; height:calc(100vh - 80px); position:relative; }
	.home_banner_back{ position: absolute; width:calc(100% - 70px); height:calc(100% - 70px); top:35px; left:25px; background-color:rgba(56, 0, 0, .3); }
	.home_banner_content{ position: absolute; width: 100%; top: 50%; left: 0; transform: translateY(-50%); color:#fff; text-align:right; padding-right: 80px; }

	.home_banner_content{ font-size:48px; line-height:1.3; }
	.home_banner_content em{ font-size:51px; }

@media (max-width: 768px) {
	.home_banner_back{ width:calc(100% - 20px); height:calc(100% - 20px); top:10px; left:10px; }

	.home_banner_content{ font-size:30px; padding-right: 40px; }
	.home_banner_content em{ font-size:33px; }
}

.home_sec2{ width: 100%; max-width: 850px; margin: auto; padding:80px 0 90px 0; color:#380000; font-size:32px; text-align:center; line-height:1.4; }

@media (max-width: 768px) {
	.home_sec2{ padding:50px 0 60px 0; font-size:25px; }
}

.home_sec3{ background-color:#7c2529; }
	
	.home_sec3_deco{ position: absolute; width: 450px; aspect-ratio: 1; background-image: url('images/deco.png'); background-size: 100% 100%; }

	.home_sec3 .container{ padding:100px 10px 150px 10px; }

		.home_sec3_textos{ display:flex; justify-content: space-between; color:#fff; }
			.home_sec3_txt1{ width:35%; font-size:27px; line-height:1.6; font-style:italic; }
			.home_sec3_txt2{ width:50%; font-size: 17px; line-height:1.5; }

		.home_sec_items{ margin:80px auto; display:flex; justify-content: space-between; }
			.home_sec_item{ width:30%; color:#fff; font-size:17px; font-weight: bold; line-height:1.4; position: relative; padding: 5px 0 5px 25px; display:flex; align-items: center; }
			.home_sec_item:before{ content: ''; position: absolute; width:7px; height:100%; left:0; background-image:url('images/deco_item.png'); 
				background-size: 100% auto; background-repeat: repeat-y; background-position: top center; }


@media (max-width: 768px) {

	.home_sec3 .container{ padding:20px 10px 100px 10px; }

	.home_sec3_textos{ display:block; }
		.home_sec3_txt1{ width:100%; font-size:24px; }
		.home_sec3_txt2{ width:100%; font-size: 14px; margin-top:25px; }

	.home_sec_items{ margin:30px auto 80px auto; display:block; }
		.home_sec_item{ width:100%; font-size:15px; margin:20px 0; }
}


.home_sec4{ position:relative; margin-top:-160px; }
	
	.home_sec4_textos{ width: 100%; max-width: 800px; position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); text-align:center; color:#fff; }
		.home_sec4_txt1{ font-size:35px; }
		.home_sec4_txt2{ width: 100%; max-width: 700px; margin:40px auto 0 auto; font-size:18px; line-height:1.4; }

	.home_sec4 img{ width:100%; height:auto; }

	.home_sec4_mobile{ display:none; }


@media (max-width: 768px) {
	.home_sec4{ margin-top:-140px; }
		.home_sec4_txt1{ font-size:30px; }
		.home_sec4_txt2{ font-size:16px; }
}

@media (max-width: 768px) {
	.home_sec4_textos{ display:none; }

	.home_sec4_mobile{ display:block; text-align:center; margin-top:20px; }
}

.home_sec5{ display: grid; grid-template-columns: 40% 60%; padding: 40px 0; width: 100%; max-width: 1100px; margin: auto; column-gap: 20px; }

	.home_sec5_item{ position: relative; padding: 1px 15px 1px 25px; display: flex; align-items: center; margin: 15px 0; font-size: 20px; line-height: 1.3; box-sizing: border-box; }
	.home_sec5_item:before{ content: ''; position: absolute; width: 7px; height: 100%; left: 0; 
		background-image: url('images/deco_item.png'); background-size: 100% auto; background-repeat: repeat-y; background-position: top center; }

@media (max-width: 768px) {
    .home_sec5{ grid-template-columns: 100%; }
}


.home_sec6{ display: flex; align-items: center; margin: 40px auto; width: 100%; max-width: 990px; position: relative; color:#7c2529; font-size:27px; line-height:1.3; }
.home_sec6:after{ content: ''; position: absolute; width: 7px; height: 100%; left: 50%; transform: translateX(-50%); 
	background-image: url('images/deco_item.png'); background-size: 100% auto; background-repeat: repeat-y; background-position: top center; }

	.home_sec6_left{ width: 50%; text-align: right; padding:70px 30px 120px 0; }
	.home_sec6_right{ width: 50%; padding: 60px 0 0 30px; }

@media (max-width: 768px) {
	.home_sec6{ margin: 20px auto; }
}


.home_sec7{ width:100%; background-color:#7c2529; margin-top:100px; }

	.home_sec7_top{ position:absolute; width:100%; height:90px; background-color:#fff; }

	.home_sec7_content{ display:flex; align-items: end; padding-bottom:60px; }
		.home_sec7_left{ width:50%; padding: 0 50px 20px 0; font-size:18px; color:#fff; line-height:1.4; }
		.home_sec7_left p{ margin-bottom:30px; }

		.home_sec7_right{ width:50%; }
		.home_sec7_right img{ width:100%; height:auto; }

@media (max-width: 1100px) {
	.home_sec7{ margin-top:60px; }
	.home_sec7_top{ height:20px; }
	.home_sec7_content{  padding-bottom:20px; }
}

@media (max-width: 995px) {

	.home_sec7_top{ display:none; }

	.home_sec7_content{ display:block; padding-bottom:20px; }
		.home_sec7_left{ width:100%; padding: 20px 10px 10px 10px; }

		.home_sec7_right{ width:100%; }
		.home_sec7_right img{ max-width:100%; height:auto; }
}


.home_sec8_title{ font-size:27px; color:#7c2529; text-align:center; margin-top:50px; }
.home_sec8_text{ width: 100%; max-width: 800px; font-size:17px; text-align:center; text-align:center; margin:30px auto 0 auto; line-height:1.4; }

.home_sec8_content{ display:flex; align-items: stretch; margin-top:50px; }

	.home_sec8_left{ width:40%; background-size:cover; background-position:center; background-repeat:no-repeat; }

	.home_sec8_right{ width:60%; }

		.home_sec8_linea{ width: 100%; height: 7px; background-image: url('images/deco_hor.png'); background-size: auto 100%; background-repeat: repeat-x; background-position: top center; }

		.home_sec8_item{ padding:30px; }

			.home_sec8_item_title{ font-size:23px; color:#7c2529; }
			.home_sec8_item_text{ margin-top:20px; font-size:18px; line-height:1.3; }


@media (max-width: 768px) {

	.home_sec8_content{ display:block; margin-top:30px; }

		.home_sec8_left{ width:100%; aspect-ratio:0.7; }

		.home_sec8_right{ width:100%; }

			.home_sec8_item{ padding:20px; }

			.home_sec8_linea_primera{ display:none; }
}


/* SWIPER 1 */
.home_blog{ width:100%; background-color:#7c2529; padding: 30px 0 0 0; margin:70px 0; position:relative; }

	.home_blog_bottom{ position:absolute; width:100%; height:200px; background-color:#fff; bottom:0; }

	.home_blog_bts{ display:flex; justify-content: center; font-size:23px; }
		.home_blog_bt{ margin:0 25px; color:#b45b5d; }
		.home_blog_bt_active{ color:#f9dee1; }

	.home_blog_bts_mobile{ display:none; }

	.home_sec9_linea{ width: 100%; height: 7px; margin: 40px 0;
		background-image: url('images/deco_hor.png'); background-size: auto 100%; background-repeat: repeat-x; background-position: top center; }


	.swiper-container-blog{ margin-top:30px; overflow:hidden; }

		.hb_item{ display:flex; }
			.hb_img{ width:60%; }
			.hb_img img{ width:100%; height:auto; }

			.hb_txt{ width:40%; padding:30px 0 0 50px; font-size:17px; color:#f9dee1; line-height:1.4; }

.bullets_blog .swiper-pagination-bullet-active{  background:#000 !important; }

.swiper-container-blog .swiper-horizontal>.swiper-pagination-bullets, 
.swiper-container-blog .swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-container-blog .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:30px; }

@media only screen and (max-width: 768px) {

	.home_blog_bottom{ display:none; }

	.home_blog_bts{ display:none; }

	.home_blog_bts_mobile{ display:inherit; margin-top:10px; }
		
		.home_blog_bt_mobile{ margin:0 3px; color:#fff; font-size: 18px; background-color: rgba(56, 0, 0, .3); padding:20px 10px; }
		.home_blog_bt_mobile_active{ background-color: rgba(56, 0, 0, .7); }

	.hb_item{ display:block; }
		.hb_img{ width:100%; }
		.hb_txt{ width:100%; padding:20px 0; font-size:17px; }

}



.home_sec10_text{ font-size:17px; width:100%; max-width:900px; line-height:1.4; margin:50px auto; text-align:center; font-weight:400; }


/* SWIPER 2 */
.home_blog2{ width:100%; background-color:#000; margin:70px 0; position:relative; }
	
	
	.home_blog_bts2_content{ position:absolute; z-index: 2; width:100%; max-width: 1180px; left: 50%; transform: translateX(-50%); background-color:rgba(56, 0, 0, .3); margin-top:10px; }
		.home_blog_bts2{ /*position: absolute; top: 40px; left: 50%; transform: translateX(-50%);*/ padding: 30px 0; z-index: 2; display:flex; justify-content: center; font-size:23px; }
			.home_blog_bt2{ margin:0 25px; color:#b45b5d; }
			.home_blog_bt_active2{ color:#fff; }


	.home_blog_bts_mobile2{ display:none; }

	.home_sec11_linea{ position: absolute; width: 100%; left: 50%; transform: translateX(-50%); max-width: 1180px; z-index: 2; height: 7px; margin: 100px 0 0 0;
		background-image: url('images/deco_hor.png'); background-size: auto 100%; background-repeat: repeat-x; background-position: top center; }

	.home_swiper_full{ width:100%; height:800px; z-index: 1; background-size:cover; background-position:center; background-repeat:no-repeat; position:relative; }

		.home_swiper_full_title_text{ position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%); width: 100%; max-width: 550px; background-color:rgba(56, 0, 0, .3); padding:50px; }
			.home_swiper_full_title{ font-size:46px; color:#f9dee1; text-align:center; width:100%; }
			.home_swiper_full_text{ font-size:17px; color:#fff; text-align:center; line-height:1.4; margin-top:30px; }


@media only screen and (max-width: 768px) {

	.home_blog_bts2{ display:none; }

	.home_blog_bts_mobile2{ display:inherit; position:absolute; z-index: 2; width:100%; max-width: 1180px; left: 50%; transform: translateX(-50%); background-color:rgba(56, 0, 0, .3); margin-top:10px;  }
		.home_blog_bt_mobile2{ margin:0 3px; color:#fff; font-size: 18px; background-color: rgba(56, 0, 0, .3); padding:20px 10px; }
		.home_blog_bt_mobile_active2{ background-color: rgba(56, 0, 0, .7); }

	.home_sec11_linea{ margin: 80px 0 0 0; }
}


.home_sec12{ width:100%; max-width:770px; margin:50px auto 70px auto;  }

	.home_sec12_title{ text-align:center; font-size:27px; color:#7c2529; }

	.home_sec12_deco{ margin:20px 0; text-align:center; }

	.home_sec12_text{ font-size:17px; text-align:center; line-height:1.4; font-weight:400;  }





/* CONTACTO ==================================================================================================================================================================== */
.contacto_title{ font-size: 18px; font-weight: 400; text-align:center; padding-top:50px; }

.contacto_slogan{ color: #7C2529; text-align: center; font-size: 48px; font-style: italic; line-height: 101%; width: 100%; max-width: 600px; margin:25px auto 0 auto; }
.contacto_slogan h1{ font-weight: 400; }


.contacto_content{ margin:70px 0; position:relative; width:100%; }

	.contacto_content_left{ width:75%; background-color:#7C2529; padding:50px 200px 50px 0; position:relative; }

		.contacto_left_deco{ position:absolute; width:100%; height: 100%; top: 0; margin-left:-100%; background-color:#7C2529; }

		.contacto_textos{ display:flex; align-items: stretch; }
			.contacto_content_deco{ width:7px; flex-shrink: 0; background-image:url('images/deco_item.png'); background-size: 100% auto; background-repeat: repeat-y; background-position: top center; }
			.contacto_content_text{ flex: 1; color: #F9DEE1; font-size: 18px; line-height:1.4; padding:0 70px 0 30px; }
				.contacto_content_text p{ margin-bottom:25px; }
				.contacto_content_text a{ color:#F9DEE1; text-decoration:underline; }

	.contacto_content_right{ position: absolute; right:0; top: 0; }
		.contacto_content_right img{ width:100%; height:auto; margin-top:40px; }


@media only screen and (max-width: 768px) {

	.contacto_content{ margin:20px 0; }

		.contacto_content_left{ width:100%; padding:25px 10px; }
			.contacto_content_text{ padding:0 0 0 20px;}

		.contacto_content_right{ position: relative; }
}


.contacto_form{ margin:70px auto; }
	
	.form_theme_3 p{ color: #7C2529; font-size:18px; font-weight:400; }

	.form_theme_3 input[type="text"], .form_theme_3 input[type="email"], .form_theme_3 textarea{ font-family: "Karla", sans-serif; font-size: 0.9em;
		width: 100%; border: none; border: 1px solid #7C2529; margin-bottom: 20px; margin-top: 7px; color: #000; padding: 15px; box-sizing: border-box; border-radius: 5px; }

	.form_theme_3 input[type='checkbox']{ margin-top: 5px; margin-left: -5px; }

	.form_theme_3 textarea{ resize:none; height: 180px; font-family: "Karla", sans-serif; font-size: 1em; }

	.form_theme_3 .label_checkbox{ font-size: 18px; color: #7C2529; }

	.form_theme_3 a{ font-size: 18px; color: #7C2529; }
	.form_theme_3 a:hover{ text-decoration: underline; }

	.form_theme_3 input[type="submit"]{  border:none; margin-top:25px; cursor:pointer; background-color:#7C2529; color:#fff; padding:15px 50px;  }

	.form_theme_3 div.wpcf7-validation-errors{ 
		margin-top: 20px !important; 
		margin-left: -10px !important; 
		font-size: 14px !important; 
		border: none !important; 
		padding-top: 0 !important; 
		color: red !important;
		webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 15px;
	}

	.wpcf7-not-valid-tip{ position:absolute; margin-top:-16px; font-size:11px !important; }





/* FOOTER ====================================================================================================================================================================== */
footer{ width:100%; background-color:#7c2529; padding:40px 20px; display:flex; align-items: center; justify-content: space-between; }

	.footer_left{ font-size:17px; color:#fff; letter-spacing:1px; }
		.footer_logo{  }

		.footer_contacto{ display:flex; margin:12px 0; }
		.footer_contacto a{ color:#fff; }
		.footer_contacto li:first-child:after{ content:' · '; padding:0 10px; }

		.footer_address{ padding-right:20px; }

	.footer_right{ margin-right:40px; }

.footer_menu{ width:100%; background-color:#7c2529; padding:20px 10px; border-top:1px solid #fff;  }
	.footer_menu ul{ display:flex; justify-content: center; color:#fff; font-size:17px; letter-spacing:2px; }
	.footer_menu a{ color:#fff; }
	.footer_menu li:after{ content:' · '; padding:0 10px; }
	.footer_menu li:last-child:after{ content:''; padding:0; }
	

@media only screen and (max-width: 763px) {

	footer{ display:block; padding:30px 20px; }
		.footer_contacto{ font-size:19px; }
		.footer_right{ margin-top:20px; }
		.footer_right svg{ width:50px; height:50px; }


	.footer_menu ul{ display:block; text-align:center; font-size:14px; }
	.footer_menu li{ margin:10px 0; }
	.footer_menu li:after{ content:''; padding:0; }
	
}


/* PER FER FUNCIONAR LA MAQUETACIO FLOAT DE CONTENT ------------------------------- */
/* 1. Alineacions Bàsiques */
.aligncenter { display: block; margin-left: auto; margin-right: auto; clear: both; }
.alignleft { float: left; margin: 0.5em 1.5em 1.5em 0; }
.alignright { float: right; margin: 0.5em 0 1.5em 1.5em; }

/* 2. Suport per a blocs d'amplada Ampla i Completa */
/* Assegura't que el teu functions.php tingui: add_theme_support( 'align-wide' ); */
.alignwide { margin-left: -10vw; margin-right: -10vw; max-width: 120vw; width: auto; }
.alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); width: 100vw; max-width: 100vw; }

/* 3. RESPONSIVE: Adaptació per a mòbils */
@media (max-width: 768px) {
    .alignleft, .alignright { float: none; display: block; margin-left: auto; margin-right: auto; max-width: 100%; width: 100%; }
    .alignwide, .alignfull { margin-left: 0; margin-right: 0; width: 100%; max-width: 100%; }
}

/* 4. Neteja de Floats (Clearfix) */
/* Molt important perquè el contingut següent no s'amuntegui sota les imatges flotants */
.entry-content::after, .comment-content::after { content: ""; display: table; clear: both; }



.textos_legales_title{ font-size:45px;  border-bottom:1px solid #ccc; padding-bottom:30px; margin:40px 0 30px 0; }