/*
Light_ 300
Regular_ 400
Medium_ 500
Semi-bold_ 600
Bold_ 700
Extra-bold_ 800
*/
/*--------------------MOLDES COMUNES--------------------*/
:root {
	--color_principal: #197cb7;
	--color_secundario: #000;
}
body {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}
b {
	font-weight: bold;
	color: inherit;
}
a, a:active, a:hover, a:focus, a:visited {
	text-decoration: none;
	color: inherit;
	outline: 0;
}
img {
	max-width: 100%;
}
* {
	box-sizing: border-box;
	color: #4b4b4b;
}
.cuerpo {
	margin: 0 auto;
	max-width: 1730px;
	padding-left: 15px;
	padding-right: 15px;
}
.limpiar {
	clear: both;
	line-height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	height: 0;
}
h1 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 25px;
}
h2 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 25px;
}
p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
}
p:empty {
  display: none;
}
a.btn {
	font-size: 18px;
	line-height: 23px;
	font-weight: 400;
	color: #fff;
	background: var(--color_principal);
	border: 1px solid var(--color_principal);
	display: block;
	text-align: center;
	text-transform: uppercase;
	width: 160px;
	padding: 8px 0;
	margin-top: 30px;
}
a.btn:hover {
	background: transparent;
	color: var(--color_principal);
}
.after:after {
	content: "";
	position: relative;
	height: 3px;
	background: var(--color_principal);
	display: block;
	margin-top: 10px;
	margin-bottom: 25px;
	width: 85px;
}
.after.center:after {
	margin-right: auto;
	margin-left: auto;
}
.flexcontainer {
	display: flex;
}
.flexcontainer.center {
	justify-content: center;
	align-items: center;
}
.izq {
	flex-basis: 50%;
}
.der {
	flex-basis: 50%;
}
/*--------------------SIDENAV--------------------*/
div#mySidenav {
	transition: all ease 0.7s;
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	flex-direction: column;
	top: 0;
	bottom: 0;
	right: -100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 10;
}
div#mySidenav.mostrar {
	right: 0;
}
div#mySidenav #cerrar-sidenav {
	position: absolute;
	right: 20px;
	top: 20px;
	max-width: 34px;
}
div#mySidenav ul li {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	margin: 6px 0;
}
/*--------------------MASTHEAD--------------------*/
header#masthead {
	position: absolute;
	width: 100%;
	z-index: 10;
	box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 30%);
	background-color: #fff;
}
header#masthead .flexcontainer {
	justify-content: space-between;
	align-items: center;
}
header#masthead div#logotop {
	padding: 6px 0;
}
header#masthead nav#site-navigation {
	display: inline-block;
}
header#masthead nav#site-navigation ul li {
	display: inline;
	font-size: 18px;
	font-weight: 400;
	color: #4b4b4b;
	margin-left: 30px;
}
header#masthead nav#site-navigation ul li.current_page_item,
header#masthead nav#site-navigation ul li.current_page_parent {
	font-weight: 700;
}
/*--------------------BLOG--------------------*/
section.cabecera-interior.blog {
	background: url(../imgs/cabecera-blog.jpg);
  background-size: cover;
  background-position: center center;
}
#cuerpo-blog {
	padding: 80px 0;
}
#cuerpo-blog h2.entry-title {
	font-size: 40px;
	line-height: 45px;
	font-weight: 100;
	color: #197cb7;
	margin-top: 20px;
}
#cuerpo-blog .entry-content {
	font-size: 18px;
	line-height: 23px;
	font-weight: 300;
	color: #4b4b4b;
}
#cuerpo-blog a.btn-blog {
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	color: #fff;
	background: #197cb7;
	border: 2px solid #197cb7;
	display: block;
	text-align: center;
	max-width: 210px;
	padding: 10px 0;
	margin-top: 30px;
	margin-bottom: 58px;
}
#cuerpo-blog a.btn-blog:hover {
	background: transparent;
	color: #197cb7;
}
#cuerpo-blog .post-thumbnail {
	margin-bottom: 25px;
}
#cuerpo-blog .cuerpo-blog-izq td,
#cuerpo-blog .cuerpo-blog-izq th {
    background: #fff;
    padding: 6px;
    border: 1px solid #bbb;
    text-align: left;
}
.cuerpo-blog-izq {
	float: left;
	width: 64%;
}
.sidebar-blog {
	float: right;
	width: 31%;
}
div#calendar_wrap {
	border: 1px solid #ededed;
	padding: 25px;
}
table#wp-calendar caption {
	text-transform: capitalize;
	font-size: 20px;
	line-height: 25px;
	font-weight: 100;
	color: #4b4b4b;
	margin-bottom: 25px;
}
table#wp-calendar td, table#wp-calendar th {
	padding: 7px 0;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	font-weight: 100;
	color: #4b4b4b;
}
table#wp-calendar td a {
	font-weight: 600;
	color: #197cb7;
}
table#wp-calendar td#prev, table#wp-calendar td#next {
	padding: 0;
	text-align: inherit;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	color: #197cb7;
}
section#recent-posts-2 {
	margin-top: 70px;
}
section#recent-posts-2 h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	color: #4b4b4b;
	text-transform: capitalize;
}
section#recent-posts-2 ul li {
	font-size: 18px;
	line-height: 23px;
	font-weight: 100;
	color: #197cb7;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 12px;
}
section#recent-posts-2 ul li a {
	font-size: 18px;
	line-height: 23px;
	font-weight: 100;
	color: #4b4b4b;
}
.single #cuerpo-blog .entry-content ul li {
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	color: #4b4b4b;
	margin-bottom: 12px;
	margin-left: 20px;
	list-style-type: disc;
}
.single #cuerpo-blog .entry-content ol li {
    font-size: 16px;
    line-height: 21px;
    font-weight: 100;
    color: #4b4b4b;
    margin-bottom: 12px;
    margin-left: 20px;
    list-style-type: decimal;
}
.single #cuerpo-blog .entry-content ol ul li {
    list-style-type: disc;
    margin-left: 45px;
}
.single #cuerpo-blog .entry-content h2 {
	margin-top: 45px;
}
.single #cuerpo-blog .entry-content p a {
	font-weight: 600;
	color: #197cb7;
}
/*--------------------MENU MOVIL--------------------*/
div#btn-menu-movil {
	display: none;
}
/*--------------------RESPONSIVE--------------------*/
@media only screen and (max-width: 1300px) {
	header#masthead .parte-der nav#site-navigation {
		display: none;
	}
	div#btn-menu-movil {
		display: inline-block;
		max-width: 35px;
		margin-left: 15px;
	}
}
