/*
Light_ 300
Regular_ 400
Medium_ 500
Semi-bold_ 600
Bold_ 700
Extra-bold_ 800
Black_ 900
*/
/*--------------------MOLDES COMUNES--------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}
b {
	font-weight: bold;
}
a, a:active, a:hover, a:focus, a:visited {
	text-decoration: none;
	color: inherit;
	outline: 0;
}
img {
	max-width: 100%;
}
p:empty {
	display: none;
}
* {
	box-sizing: border-box;
	color: #4b4b4b;
}
.cuerpo {
	margin: 0 auto;
	max-width: 1500px;
	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;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 25px;
}
h2 {
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 25px;
}
p {
	font-size: 18px;
	line-height: 23px;
	font-weight: 300;
	margin-bottom: 15px;
}
a.btn {
	font-size: 22px;
    line-height: 27px;
    font-weight: 400;
	color: #fff;
	background-color: #9b0101;
	border: 1px solid #9b0101;
	display: block;
	text-align: center;
	width: 250px;
	padding: 10px 0;
	margin-top: 30px;
}
a.btn:hover {
	background-color: transparent;
	color: #9b0101;
}
.after:after {
	content: "";
	position: relative;
	height: 8px;
	background-color: #000;
	display: block;
	margin-top: 10px;
	margin-bottom: 25px;
	width: 85px;
}
.flex,
.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: 70px;
	max-width: 50px;
}	
div#mySidenav ul li {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	margin: 6px 0;
}
/*--------------------MASTHEAD--------------------*/
header#masthead {
	padding: 40px 0;
	position: absolute;
	width: 100%;
	z-index: 10;
}
header#masthead .flexcontainer {
	justify-content: space-between;
	align-items: center;
}
header#masthead .parte-der nav#site-navigation {
	display: inline-block;
}
header#masthead .parte-der ul li {
	display: inline;
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
	margin-left: 30px;
	color: #fff;
}
header#masthead .parte-der span {
	color: #fff;
}
header#masthead .parte-der p {
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
	color: #fff;
}
header#masthead .parte-der ul li.current_page_item {
	font-weight: 900;
}
/*--------------------POLITICAS--------------------*/
section.cuerpo-politicas {
	padding: 100px 0;
}
section.cuerpo-politicas h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 600;
	margin-bottom: 15px;
}
section.cuerpo-politicas h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	margin-top: 40px;
	margin-bottom: 30px;
}
section.cuerpo-politicas ul {
	list-style-type: disc;
	margin-left: 20px;
}
section.cuerpo-politicas ul li {
	font-size: 18px;
	line-height: 23px;
	font-weight: 300;
	margin-bottom: 15px;
}
/*--------------------FORMULARIO--------------------*/
.formulario .col {
  float: left;
  width: 25%;
  margin-right: 5%;
}
.formulario .col.ultima {
  margin-right: 0;
  width: 40%;
}
.formulario .politicas {
  text-align: right;
  margin-top: 18px;
}
.formulario .politicas label a {
  text-decoration: underline;
}
.formulario input[type="text"],
.formulario input[type="email"],
.formulario input[type="number"],
.formulario input[type="date"],
.formulario select,
.formulario textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
	line-height: 23px;
  font-weight: 300;
  color: #4b4b4b;
  background-color: transparent;
  border: 1px solid #4b4b4b;
  padding: 5px;
  border-radius: 0;
  display: block;
  width: 100%;
}
.formulario .margen {
  margin-bottom: 40px;
}
.formulario input[type="text"]::placeholder,
.formulario input[type="email"]::placeholder,
.formulario input[type="number"]::placeholder,
.formulario input[type="date"]::placeholder,
.formulario select::placeholder,
.formulario textarea::placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #4b4b4b;
}
.formulario textarea {
  min-height: 112px;
}
.formulario input[type="checkbox"] {
  margin-right: 6px;
}
.formulario input[type="submit"] {
  font-size: 18px;
	line-height: 23px;
  font-weight: 400;
	color: #fff;
  background-color: #000;
  border: 1px solid #000;
  display: block;
  text-align: center;
  width: 160px;
  padding: 8px 0;
  margin-top: 30px;
  text-transform: uppercase;
  margin-left: auto;
  border-radius: 0;
}
.formulario input[type="submit"]:hover {
  background-color: transparent;
  color: #000;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] { -moz-appearance:textfield; }
/*--------------------BLOG--------------------*/
#cuerpo-blog .entry-content p{
	text-align: justify;
}
#cuerpo-blog .entry-content ul li{
	text-align: justify;
}
#cuerpo-blog h2.entry-title a {
    line-height: 45px;
}
#cuerpo-blog {
	padding: 80px 0;
}
#cuerpo-blog h2.entry-title {
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
	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;
	font-weight: 600;
	color: #fff;
	background-color: #9b0101;
	border: 2px solid #9b0101;
	display: block;
	text-align: center;
	max-width: 210px;
	padding: 10px 0;
	margin-top: 30px;
	margin-bottom: 58px;
}
#cuerpo-blog a.btn-blog:hover {
	background-color: transparent;
	color: #9b0101;
}
#cuerpo-blog .post-thumbnail {
	margin-bottom: 25px;
}
#cuerpo-blog .cuerpo-blog-izq td,
#cuerpo-blog .cuerpo-blog-izq th {
  background-color: #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;
	font-weight: 300;
	margin-bottom: 25px;
}
table#wp-calendar td, table#wp-calendar th {
	padding: 7px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}
table#wp-calendar td a {
	font-weight: 600;
	color: #000;
}
table#wp-calendar td#prev, table#wp-calendar td#next {
	padding: 0;
	text-align: inherit;
	font-size: 20px;
	font-weight: 600;
	color: #000;
}
section#recent-posts-2 {
	margin-top: 70px;
}
section#recent-posts-2 h2 {
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize;
}
section#recent-posts-2 ul li {
	font-size: 18px;
	font-weight: 300;
	color: #000;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 12px;
}
section#recent-posts-2 ul li a {
	font-size: 18px;
	font-weight: 300;
	color: #4b4b4b;
}
.single #cuerpo-blog .entry-content ul li {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
	margin-left: 20px;
	list-style-type: disc;
}
.single #cuerpo-blog .entry-content ol li {
  font-size: 16px;
  font-weight: 300;
  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: #000;
}
/*--------------------MENU MOVIL--------------------*/
div#btn-menu-movil {
	display: none;
}
/*--------------------RESPONSIVE--------------------*/
@media only screen and (max-width: 1050px) {
	header#masthead .parte-der nav#site-navigation {
		display: none;
	}
	div#btn-menu-movil {
		display: inline-block;
		max-width: 50px;
		margin-left: 15px;
	}
	div.parte-der {
		align-items: center;
	}
}
@media only screen and (max-width: 500px) {
	#cuerpo-blog .entry-content p{
		text-align: left;
	}
	#cuerpo-blog .entry-content ul li{
		text-align: left;
	}
}
