#main {
	padding: 5vw 30px !important;
}
	#main > .fusion-row {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		max-width: 1279px !important;
	}
			.fusion-breadcrumbs a > span {
				text-decoration: underline !important;
			}
		/*
	 	#sliders-container .slides > li {
			display: -moz-flex !important;
			display: -ms-flex !important;
			display: -o-flex !important;
			display: flex !important;
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			-o-flex-direction: column;
			flex-direction: column;
			-moz-justify-content: center;
			-ms-justify-content: center;
			-o-justify-content: center;
			justify-content: center;
		}
			#sliders-container .slides > li > div {
				margin-top: 22px !important;
			}
				#sliders-container .heading {
					margin-bottom: 0 !important;
				}
					#sliders-container .caption h3 {
						font-size: 1.8rem !important;
						font-weight: 500 !important;
						letter-spacing: 2px;
						text-transform: uppercase;
					}
		*/

			.single .fusion-meta-info-wrapper a:hover {
				color: #013a56 !important;
			}
			
		#content {
			width: 63% !important;
		}
		#sidebar {
			background: #f0f0f0 !important;
			margin-left: 6.75% !important;
			padding: 25px !important;
			width: 31.25% !important;
		}
			#sidebar .widget > .heading > h4 {
				color: #000;
				font-size: 2rem !important;
				margin: 0 0 20px 0 !important;
			}
			#sidebar .widget > ul > li > a {
				color: #000;
				font-size: 1.7rem;
				font-weight: 600 !important;
			}
			#sidebar .widget > ul > li > a:hover {
				color: #002395;
			}
			#sidebar .avada-select .select2-container .select2-choice .select2-arrow, 
			#sidebar .avada-select .select2-container .select2-choice2 .select2-arrow, 
			#sidebar .searchform .fusion-search-form-content .fusion-search-button input[type="submit"] {
				height: 45px;
				line-height: 45px;
				width: 45px;
			}
			#sidebar input[type="text"] {
				color: #666;
				font-size: 1.7rem;
				height: 45px;
			}
			#sidebar .widget > ul > li > a:before {
				color: #000;
			}
			#sidebar .widget > ul > li > a:hover:before {
				color: #002395;
			}
	
/* Edición tanto para si se activa fusion builder, como sino. */

		#content .fusion-text > h2,
		#content .fusion-text > h3,
		#content .fusion-text > h4,
		#content .fusion-text > h5,
		#content .fusion-text > h6,
		#content .post-content > h2,
		#content .post-content > h3,
		#content .post-content > h4,
		#content .post-content > h5,
		#content .post-content > h6 {
			color: #000 !important;
		}
		#content .fusion-text > h2,
		#content .post-content > h2,
		#content .fusion-text > h3,
		#content .post-content > h3,
		#content .fusion-text > h4,
		#content .post-content > h4,
		#content .fusion-text > h5,
		#content .post-content > h5,
		#content .fusion-text > h6,
		#content .post-content > h6 {
			margin: 15px 0 !important;
		}
		#content .post-content > h2 {
			font-size: 3rem !important;
		}
		#content .post-content > h3 {
			font-size: 2.4rem !important;
		}
		#content .post-content > h4 {
			font-size: 2.2rem !important;
		}
		#content .post-content > h5,
		#content .post-content > h6 {
			font-size: 2rem !important;
		}
		#content .textoEditor,
		#content .fusion-text,
		#content .post-content {
			color: #868686 !important;
		}
		#content .textoEditor ul li > ul,
		#content .textoEditor ul li > ol,
		#content .fusion-text ul li > ul,
		#content .fusion-text ul li > ol,
		#content .post-content ul li > ul,
		#content .post-content ul li > ol,
		#content .textoEditor ol li > ul,
		#content .textoEditor ol li > ol,
		#content .fusion-text ol li > ul,
		#content .fusion-text ol li > ol,
		#content .post-content ol li > ul,
		#content .post-content ol li > ol{
			margin: 10px 20px;
		}
		#content .textoEditor ul,
		#content .fusion-text ul,
		#content .post-content ul {
			list-style: square;
		}
		#content .post-content a,
		#content .fusion-text a,
		#content .textoEditor a {
			text-decoration: underline;
		}
		
		#content > article > h1,
		#content > article .fusion-post-title-meta-wrap > h1 {
			font-size: 5rem !important;
			line-height: 110% !important;
		}
		#content > article .fusion-post-title-meta-wrap > .fusion-meta-info {
			margin-top: 20px !important;
		}
			#content > article .fusion-post-title-meta-wrap > .fusion-meta-info .fusion-meta-info-wrapper {
				font-size: 1.4rem !important;
			}
				#content > article .fusion-post-title-meta-wrap > .fusion-meta-info .fusion-meta-info-wrapper > a:hover {
					color: #002395;
				}
		
/* Fin estilos Edición tanto para si se activa fusiñon builder como sino. */

@media only screen and (max-width: 1024px) {
	
		#main > .fusion-row {
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			-o-flex-direction: column;
			flex-direction: column;
		}
			#content,
			#sidebar {
				width: 100% !important;
			}
			#sidebar {
				margin-left: 0 !important;
			}
			
				#content > article > h1,
				#content > article .fusion-post-title-meta-wrap > h1 {
					font-size: 5rem !important;
				}
			
	}
	
	@media only screen and (max-width: 640px) {
	
				#content > article > h1,
				#content > article .fusion-post-title-meta-wrap > h1 {
					font-size: 4.5rem !important;
				}
	
	}
	
	@media only screen and (max-width: 480px) {
	
				#content > article > h1,
				#content > article .fusion-post-title-meta-wrap > h1 {
					font-size: 4rem !important;
				}
				.post-content > h2 {
					font-size: 3rem !important;
				}
				.post-content > h3 {
					font-size: 2.4rem !important;
				}
				.post-content > h4 {
					font-size: 2.2rem !important;
				}
				.post-content > h5,
				.post-content > h6 {
					font-size: 2rem !important;
				}
				
	
	}
	
	@media only screen and (max-width: 375px) {
	
				#content > article > h1,
				#content > article .fusion-post-title-meta-wrap > h1 {
					font-size: 3rem !important;
				}
				.post-content > h2 {
					font-size: 2.4rem !important;
				}
				.post-content > h3,
				.post-content > h4 {
					font-size: 2.2rem !important;
				}
	
	}

/* Fin de las media queries */