.formulario .top-text {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  margin-bottom: 50px;
}
/* banner blog */
.banner-blog {
  background-color: #9cd4d6;
  padding: 20px 10px;
  margin: 50px 0;
}
.banner-blog > * {
  text-align: center !important;
}
.banner-blog h2 {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.banner-blog p {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}
.banner-blog a:hover {
  color: #9cd4d6 !important;
  background-color: #fff;
}
.banner-blog a {
  border: 1px solid #fff;
  font-weight: 100;
  margin: 0 auto;
  color: #fff !important;
}
/* fin banner blog */
.productos-simple-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin: 30px 0;
}

.producto-simple {
  width: calc(50% - 15px);
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.producto-simple img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
div.precio {
  margin-top: 10px;
}
.producto-simple h3 {
  margin: 20px 0 10px;
  font-size: 24px;
  margin-bottom: auto !important;
}

.producto-simple .precio {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.producto-simple-boton {
  display: inline-block;
  font-weight: 500;
  padding: 14px 30px;
  background: #9cd4d6;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}
.producto-simple-boton:active,
.producto-simple-boton:hover,
.producto-simple-boton:focus,
.producto-simple-boton:visited {
  background: #9cd4d6;
  color: #fff;
}
.producto-simple-boton:hover {
  background: #9cd4d6;
  color: #fff;
}

@media (max-width: 768px) {
  .producto-simple {
    width: 100%;
  }
}

/* header */
header#masthead .btn {
  margin-top: 0px;
  display: block;
}
.rrss.oculto .btn {
  margin: 0 auto;
  display: block;
}

.post {
  display: inline-flex;
  flex-direction: column;
  width: 47.5%;
  /* margin-right: 1.5%; */
  margin-left: 1.5%;
}
.single-post .cuerpo-blog-izq {
  width: 60%;
}
.single-post .post {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  margin-left: 0px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.cuerpo-blog-izq {
  width: 100%;
}
section.cabecera-interior.blog {
  background-image: url(../imgs/linea-top.png);
  background-repeat: no-repeat;
  padding: 40px 0;
  background-color: #9dd4d7;
  height: fit-content;
  margin-bottom: 50px;
}
section.cabecera-interior .flexcontainer {
  height: 500px;
  align-items: flex-end;
  padding: 0 15px;
  text-align: center;
}
section.cabecera-interior h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
section.cabecera-interior p {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  /*width: 30%;*/
}
section.banner {
  padding: 60px 0 0;
}
section.banner h1 {
  text-align: center;
}
.rrss img {
  margin-right: 14%;
}
.rrss {
  width: auto;
  text-align: right;
}
.rrss.ocultar a {
  padding-left: 20px;
  padding-right: 20px;
}
section.cabecera-interior.blog.interior .contenedor {
  padding: 276px 0 0;
  height: 365px;
  background-image: url(../imgs/cabecera-blog.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
section.cabecera-interior.blog .contenedor img {
  display: none;
}
section.cabecera-interior.blog .contenedor {
  padding: 117px 0;
  background-image: url(../imgs/slider-home.jpg);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
section.intro-info .contenedor {
  background-image: url(../imgs/intro-info.png);
  height: 430px;
  padding: 124px 40px;
}
section.intro-info h2 {
  font-size: 36px;
  line-height: 41px;
  font-weight: 600;
  color: #fff;
}
section.intro-info p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  width: 50%;
}
section.intro-info a.btn {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
section.intro-info a.btn:hover {
  color: #b8c2c3;
  background-color: #fff;
  border: 1px solid #fff;
}
section.sobre-mi {
  padding: 80px 0;
}
section.sobre-mi .izq {
  flex-basis: 45%;
  margin-right: 5%;
}
section.sobre-mi .der {
  margin-top: auto;
  margin-bottom: auto;
}
section.sobre-mi h2 {
  font-size: 36px;
  line-height: 41px;
  font-weight: 600;
}
section.sobre-mi h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 25px;
}
section.sobre-mi a.btn {
  border-radius: 10px;
}
section.pie {
  background-color: #9cd4d6;
  text-align: center;
  padding: 60px 0;
}
section.pie ul li {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-top: 25px;
  color: #fff;
  display: inline-block;
  margin-bottom: 35px;
}
section.pie .contactos p {
  display: inline-block;
  margin-right: 2%;
  color: #fff;
  margin-bottom: 25px;
}
section.pie .contactos img {
  margin-right: 14px;
}
section.pie .rrss {
  text-align: center;
  width: 100%;
}
section.pie .rrss img {
  margin-right: 1%;
}
section.legales {
  background-color: #222222;
  padding: 15px 0;
  text-align: center;
}
section.legales li {
  color: #fff;
  display: inline-block;
}
.page-id-892 section.intro-info {
  padding-bottom: 60px;
}
section.sobre-mi ul li {
  font-size: 18px;
  font-weight: 300;
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 12px;
}
section.sobre-mi ul ::marker {
  color: #9cd4d6;
}
section.intro-contacto {
  position: relative;
  padding: 60px 0 60px;
}
section.intro-contacto .cuerpo {
  position: relative;
  max-width: 1508px;
}
section.intro-contacto h3 {
  font-size: 36px;
  line-height: 41px;
  font-weight: 600;
  margin-bottom: 15px;
}
section.intro-contacto p {
  font-size: 18px;
}
section.intro-contacto input::placeholder,
section.intro-contacto textarea::placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #4b4b4b;
}
section.intro-contacto input,
section.intro-contacto textarea {
  font-size: 18px;
  font-weight: 300;
  color: #4b4b4b;
  border: 1px solid #4b4b4b;
  border-radius: 0;
  padding: 6px;
}
section.intro-contacto input[type="text"],
section.intro-contacto input[type="email"],
section.intro-contacto input[type="number"] {
  font-family: "Open Sans" !important;
  font-size: 18px;
  line-height: 23px;
  font-weight: 100;
  color: #4b4b4b;
  background: transparent;
  border: none;
  border-bottom: 1px solid #4b4b4b;
  width: 100%;
  border-radius: 0;
  padding: 4px 8px;
  margin-bottom: 35px;
}
section.intro-contacto textarea {
  font-family: "Open Sans" !important;
  font-size: 18px;
  line-height: 23px;
  font-weight: 100;
  color: #4b4b4b;
  background: transparent;
  border: 1px solid #4b4b4b;
  width: 100%;
  border-radius: 8px;
  padding: 4px 8px;
  min-height: 117px;
}
section.intro-contacto .parte-izq {
  max-width: 578px;
  margin-bottom: 62px;
}
input.bottom {
  margin-bottom: 78px !important;
  margin-top: 25px;
}
section.intro-contacto .parte-izq p a {
  color: #9cd4d6;
  font-weight: 500;
}
section.intro-contacto .col {
  float: left;
  width: 47%;
  margin-right: 6%;
}
section.intro-contacto .col.dos {
  margin-right: 0;
}
section.intro-contacto p.polpriv {
  margin-top: 18px;
  margin-bottom: 15px;
  font-size: 17px;
}
section.intro-contacto p.polpriv a {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  color: #9cd4d6;
  text-decoration: underline;
}

section.intro-contacto .boton input {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  color: #fff;
  background-color: #9cd4d6;
  border: 1px solid #9cd4d6;
  display: block;
  text-align: center;
  width: 210px;
  padding: 10px 0;
  margin-top: 30px;
  border-radius: 10px;
}
section.intro-contacto .boton input:hover {
  color: #9cd4d6;
  background-color: transparent;
  border: 1px solid #9cd4d6;
}
section.intro-contacto .parte-azul {
  width: 630px;
  height: 650px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
  background-color: #9cd4d6;
}
section.intro-contacto .parte-azul img {
  border-radius: 10px;
}
section.intro-contacto .parte-azul .flotar {
  position: absolute;
  top: 150px;
  left: -115px;
}
section.intro-contacto .parte-azul .contenedor {
  position: absolute;
  top: 202px;
  left: 260px;
}
section.intro-contacto .parte-azul .contenedor h4 {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}
section.intro-contacto .parte-azul .contenedor h4 img {
  vertical-align: middle;
  margin-right: 15px;
}
section.intro-contacto .parte-azul .contenedor h4.margen {
  margin-top: 60px;
}
section.intro-contacto .parte-azul .contenedor p {
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}
section.intro-contacto .parte-azul .contenedor p b {
  color: #fff;
}
section.intro-contacto .parte-azul .contenedor p.margen {
  margin-top: 30px;
}
section.intro-contacto .parte-azul .contenedor .flexcontainer {
  flex-direction: column;
  margin-bottom: 30px;
}
section.intro-contacto .flexcontainer.top .izq {
  flex-basis: 14% !important;
}
section.intro-contacto .parte-azul .contenedor .izq {
  flex-basis: 24%;
  margin-right: 2%;
}
section.intro-contacto .parte-azul .contenedor .der {
  flex-basis: 64%;
  margin-bottom: auto;
  margin-top: auto;
}
section.intro-contacto .parte-azul .contenedor .der h4 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}
section.intro-contacto .parte-azul .contenedor .der p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0px;
}
/*nuevos cambios*/
strong {
  font-weight: 600;
}
blockquote.wp-block-quote.has-text-align-center.is-style-large p {
  margin: 0px 0px;
}
a.btn.btn-leer-mas {
  border-radius: 10px;
  margin-top: 0px;
  width: 210px;
}
.wp-show-posts-columns#wpsp-114 .wp-show-posts-inner {
  margin-bottom: 65px !important;
}
.wp-show-posts-columns#wpsp-114 {
  margin-left: 0px !important;
}
.wp-show-posts-columns#wpsp-114 .wp-show-posts-inner {
  margin-left: 0px !important;
}
.single #cuerpo-blog .entry-content p a {
  color: #9cd4d6;
}
.single #cuerpo-blog .entry-content h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 30px;
}
u {
  color: #9cd4d6 !important;
}
/*----------------------------------RESPONSIVE---------------------------------*/
@media only screen and (max-width: 1510px) {
  /*section.cabecera-interior.blog {
      background-image: url(../imgs/cabecera-blog.jpg);
      background-position: inherit;
      background-size: cover;
      height: 375px;
      margin-bottom: 50px;
  }
  section.cabecera-interior.blog.interior .contenedor {
    background-image: none;
    position: relative;
}
  section.cabecera-interior.blog .contenedor {
    padding: 117px 0;
    background-image: none;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}*/
  section.intro-contacto {
    position: relative;
    /*padding: 60px 0 20px;*/
  }
}
@media only screen and (max-width: 1450px) {
  section.cabecera-interior h1,
  section.cabecera-interior p {
    max-width: 60%;
  }
}
@media only screen and (max-width: 1360px) {
  section.intro-contacto .parte-azul {
    width: 571px;
    height: 650px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
    background-color: #9cd4d6;
  }
}
@media only screen and (max-width: 1318px) {
  h2.wp-show-posts-entry-title {
    min-height: 80px;
  }
}
@media only screen and (max-width: 1303px) {
  .wp-show-posts-single p {
    min-height: 70px;
  }
}
@media only screen and (max-width: 1300px) {
  section.intro-contacto .parte-azul .contenedor {
    position: absolute;
    top: 100px;
    left: 90px;
  }
  img.flotar {
    display: none;
  }
  section.intro-contacto .parte-azul {
    width: 450px;
    height: 100%;
    position: absolute;
    right: 62px;
    top: 111px;
    border-radius: 10px;
    background-color: #9cd4d6;
  }
  .rrss.coulto {
    width: inherit;
    text-align: center;
  }
  .rrss {
    text-align: center;
  }
  /* .rrss.ocultar {
    display: none;
  } */
  .rrss img {
    margin-right: 6px;
    margin-top: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sobre-mi ul li {
    font-size: 18px;
    font-weight: 300;
    list-style-type: none;
    margin-left: 0px;
    text-align: center;
    margin-bottom: 12px;
  }
  .sidebar-blog {
    float: right;
    width: 100%;
    margin-top: 25px;
  }
  .single-post .cuerpo-blog-izq {
    width: 100%;
  }
  section.sobre-mi h2 {
    margin-top: 15px;
  }
  section.sobre-mi p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  section.sobre-mi .flexcontainer {
    flex-direction: column;
    text-align: center;
  }
  section.sobre-mi .izq {
    margin-right: 0px;
  }
  section.sobre-mi a.btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1150px) {
  section.intro-contacto .parte-azul {
    width: 469px;
    height: 318px;
    position: absolute;
    right: 27px;
    top: 111px;
    border-radius: 10px;
    background-color: #9cd4d6;
  }
  section.intro-contacto .parte-izq {
    max-width: 510px;
    margin-bottom: 62px;
  }
  section.intro-contacto .parte-azul .contenedor {
    position: absolute;
    top: 37px;
    left: 90px;
  }
}
@media only screen and (max-width: 1050px) {
  .page-id-892 section.intro-info {
    margin-bottom: 60px;
  }
  section.intro-contacto .parte-azul {
    width: 397px;
    height: 370px;
    position: absolute;
    right: 27px;
    top: 140px;
    border-radius: 10px;
    background-color: #9cd4d6;
  }
  section.intro-contacto .parte-azul .contenedor {
    position: absolute;
    top: 37px;
    left: 50px;
  }
  section.intro-info {
    background-image:
      linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)),
      url(../imgs/intro-info.png);
    background-position: 99%;
    text-align: center;
    padding: 60px 0;
  }
  section.intro-info p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  section.intro-info a.btn {
    margin-left: auto;
    margin-right: auto;
  }
  section.intro-info .contenedor {
    background-image: none;
    height: auto;
    padding: 0px;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .post {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    /*margin-right: 1%;*/
    margin-left: 0%;
    margin-bottom: 50px !important;
  }
  .wp-show-posts-columns#wpsp-114 .wp-show-posts-inner {
    margin: 0px !important;
    margin-bottom: 50px;
  }
  .wp-show-posts-columns#wpsp-114 {
    justify-content: center;
  }
  h2.wp-show-posts-entry-title {
    min-height: 0px;
  }
  .wp-show-posts-columns#wpsp-114 .wp-show-posts-inner {
    margin-left: 17px !important;
    margin-right: 17px !important;
  }
  .wp-show-posts-single p {
    min-height: auto;
  }
  section.cabecera-interior.blog .contenedor {
    background-image: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 0;
    background-color: #9cd4d6;
  }
  section.cabecera-interior.blog .contenedor img {
    max-width: 600px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  section.cabecera-interior.blog .contenedor h1,
  section.cabecera-interior.blog .contenedor p {
    text-align: center;
  }
}
@media only screen and (max-width: 1000px) {
  section.intro-contacto .parte-izq {
    max-width: 100%;
    margin-bottom: 62px;
  }
  section.intro-contacto .parte-azul .contenedor {
    position: relative;
    top: 39px;
    left: 0px;
  }
  section.intro-contacto .parte-azul {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  div#mySidenav .rrss {
    width: 100%;
    text-align: center;
  }
  div.pre-footer .formulario .col {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 30px;
  }
  div.pre-footer .formulario .col.sinmargen {
    margin-right: 0px;
  }
  div.pre-footer .formulario .col.ultima {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  section.cabecera-interior p {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    width: 60%;
  }
}

@media only screen and (max-width: 850px) {
  section.intro-info p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  section.pie li.separador {
    display: none;
  }
  section.pie ul li {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 15px;
    color: #fff;
    display: block;
    margin-bottom: 0px;
  }
  .contactos {
    margin-top: 25px;
  }
  section.pie .contactos p {
    display: block;
    margin-right: 2%;
    color: #fff;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .producto-simple-item {
    width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  div.pre-footer .formulario .col,
  div.pre-footer .formulario .col.ultima {
    float: none;
    width: inherit;
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  section.intro-contacto .col {
    float: left;
    width: 100%;
    margin-right: 6%;
  }
  input.bottom {
    margin-bottom: 28px !important;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 600px) {
  /* section.cabecera-interior.blog .contenedor {
    background-image: url(../imgs/cabecera-blog-responsive.jpg);
  } */
  section.cabecera-interior h2 {
    width: 100%;
  }
  section.cabecera-interior p {
    width: 100%;
  }
  section.intro-contacto .parte-azul {
    width: 100%;
    height: 318px;
    position: relative;
    right: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
    margin-top: 30px;
    background-color: #9cd4d6;
  }
  section.legales li {
    display: block;
    margin-top: 15px;
    text-align: center;
  }
  section.legales .separador {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  header#masthead .flexcontainer {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 430px) {
  section.intro-info {
    background-image:
      linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)),
      url(../imgs/intro-info.png);
    background-position: 68%;
    text-align: center;
    padding: 38px 0;
  }
  section.cabecera-interior p {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
    text-align: left;
  }
}
@media only screen and (max-width: 370px) {
  section.pie .contactos p {
    display: block;
    margin-right: 0;
    color: #fff;
    margin-bottom: 25px;
  }
  .contactos p {
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 340px) {
  section.intro-info {
    padding: 20px 0 20px;
    padding-bottom: 20px;
  }
  .page-id-892 section.intro-info {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
blockquote.wp-block-quote p {
  text-align: center !important;
  line-height: 33px;
  font-size: 28px;
  margin: 40px 0;
}
.entry-content h4 {
  font-weight: 500;
  margin: 20px 0;
}
p.has-text-align-right strong {
  font-weight: 600;
}
p.has-text-align-right {
  text-align: right !important;
}
