/*
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;
}
strong,
b {
  font-weight: 500;
}
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: 25px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 35px;
}
p {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  margin-bottom: 15px;
}
a.btn {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  display: block;
  text-align: center;
  width: 210px;
  padding: 10px 0;
  margin-top: 30px;
}
a.btn:hover {
}
.after:after {
  content: "";
  position: relative;
  height: 8px;
  background-color: #000;
  display: block;
  margin-top: 10px;
  margin-bottom: 25px;
  width: 85px;
}
.flexcontainer {
  display: flex;
}
.flexcontainer.center {
  justify-content: center;
  align-items: center;
}
.izq {
  flex-basis: 50%;
}
.der {
  flex-basis: 50%;
}
/*--------------------SIDENAV--------------------*/
div#mySidenav {
  overflow-y: scroll;
  transition: all ease 0.7s;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  z-index: 10;
  padding: 0 35px;
}
div#mySidenav.mostrar {
  right: 0;
}
div#mySidenav #cerrar-sidenav {
  height: 34px;
  max-width: 34px;
  filter: invert(1);
  margin-left: 50px;
}
div#mySidenav ul li {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  color: #fff;
  margin: 0 15px;
}
/*--------------------MASTHEAD--------------------*/
header#masthead {
  padding: 10px 0;
  /* position: absolute; */
  width: 100%;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.5);
}
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: 500;
  margin-left: 30px;
}
/* header#masthead .parte-der ul li:hover {
	border-bottom: 5px solid #ad965d;
} */
body.single-post .entry-content a {
  text-decoration: underline;
}
body.single-post #menu-item-839 a,
header#masthead .parte-der ul li.current-menu-parent > a,
header#masthead .parte-der ul li.current_page_item > a {
  font-weight: 700;
  border-bottom: 5px solid #ad965d;
}
/*--------------------POLITICAS--------------------*/
section.cuerpo-politicas {
  padding: 100px 0;
}
section.cuerpo-politicas h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 30px;
}
/*--------------------FORMULARIO--------------------*/
.formulario .col {
  float: left;
  width: 25%;
  margin-right: 5%;
}
.formulario .col.ultima {
  margin-right: 0;
  width: 40%;
}
.formulario .politicas {
  margin-left: 25px;
  text-align: left;
  margin-top: 30px;
}
.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;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 0;
  display: block;
  width: 100%;
}
.formulario .margen {
  margin-bottom: 20px;
}
.formulario .col.ultima > label,
.formulario .col:not(.ultima) label {
  display: block;
}
.formulario label {
  margin-bottom: 10px;
}
.formulario label,
.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: #fff;
}
.formulario textarea {
  min-height: 125px;
}
.formulario input[type="checkbox"] {
  margin-right: 6px;
}
.formulario input[type="submit"] {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  color: #fff;
  background-color: #ad965d;
  border: 1px solid #ad965d;
  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: #ad965d;
}
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: 100;
  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: #ad965d;
  border: 2px solid #ad965d;
  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: #ad965d;
}
#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::marker {
  color: #ad965d;
}
section#recent-posts-2 ul li {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  list-style-type: square;
  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: 18px;
  line-height: 23px;
  font-weight: 300;
  margin-bottom: 12px;
  margin-left: 20px;
  list-style-type: square;
}
.single #cuerpo-blog .entry-content ul li::marker {
  color: #ad965d;
}
.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;
  font-weight: 500;
}
.single #cuerpo-blog .entry-content p a {
  font-weight: 600;
  color: #ad965d;
}
.single #cuerpo-blog .entry-content h3 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 20px;
}
/*--------------------MENU MOVIL--------------------*/
div#btn-menu-movil {
  display: none;
}
/*--------------------RESPONSIVE--------------------*/
@media only screen and (max-width: 1290px) {
  header#masthead .parte-der {
    display: flex;
    align-items: center;
  }
  header#masthead .parte-der nav#site-navigation {
    display: none;
  }
  div#btn-menu-movil {
    display: inline-block;
    max-width: 35px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1040px) {
  .formulario .col {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .formulario .col.ultima {
    width: 97%;
  }
}
@media only screen and (max-width: 500px) {
  #cuerpo-blog .entry-content p {
    text-align: left;
  }
  #cuerpo-blog .entry-content ul li {
    text-align: left;
  }
}
