body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.menu-lateral {
  position: fixed;
  z-index: 40000;
  width: 100%;
  height: 100%;
  top: -1000%;
  transition: 0.5s;
  overflow-y: auto;
  overflow-x: hidden;

  background: rgba(5, 237, 222, 1);
  background: -moz-linear-gradient(-45deg, rgba(5, 237, 222, 1) 0%, rgba(0, 175, 166, 1) 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(5, 237, 222, 1)),
    color-stop(100%, rgba(0, 175, 166, 1))
  );
  background: -webkit-linear-gradient(-45deg, rgba(5, 237, 222, 1) 0%, rgba(0, 175, 166, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(5, 237, 222, 1) 0%, rgba(0, 175, 166, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(5, 237, 222, 1) 0%, rgba(0, 175, 166, 1) 100%);
  background: linear-gradient(135deg, rgba(5, 237, 222, 1) 0%, rgba(0, 175, 166, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05edde', endColorstr='#00afa6', GradientType=1 );
}

.menu-lateral-exibido {
  top: 0px;
  transition: 0.5s;
  overflow-y: auto;
}

.menu-lateral ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  list-style: none;
  padding: 20px 0px;
  z-index: 5;
  margin: -50px 0px 0px 0px;
}

.menu-lateral ul li {
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  color: #2b2b2b;
  font-size: 22px;
  font-weight: 300;
  transition: 0.3s;
  cursor: pointer;
  text-transform: uppercase;
}

.menu-lateral ul li:hover {
  color: #fff;
  /*font-weight: 300;*/
}

.menu-lateral ul li a {
  display: block;
  padding: 5px 0px;
}

.nav-wrap ul li a {
  display: block;
  padding: 0px 15px;
}

nav {
  position: fixed;
  z-index: 30000;
  height: 65px;
  width: 100%;
  transition: 0.4s;
  background: rgba(10, 20, 27, 0.9);
}

.navheight {
  background: rgba(10, 20, 27, 0.9);
  height: 55px;
}

.items-menu {
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 20px;
  float: right;
  transition: 0.4s;
}

.items-menu li {
  padding: 0px 0px;
  letter-spacing: 0.5px;
  float: left;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  margin-left: 0px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.4s;
  cursor: pointer;
  height: 65px;
  line-height: 70px;
}

.items-menu li:hover {
  background: #00b6ae;
}

.items-menu-scroll {
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 20px;
  float: right;
  transition: 0.4s;
}

.items-menu-scroll li {
  padding: 0px 0px;
  letter-spacing: 0.5px;
  float: left;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  transition: 0.4s;
  cursor: pointer;
  height: 55px;
  line-height: 60px;
}

.items-menu-scroll li:hover {
  background: #00b6ae;
}

.nav-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.logotipo {
  position: absolute;
  height: 55px;
  left: 0px;
  top: 6px;
  padding: 10px 10px;
  border-radius: 1px;
  transition: all 0.3s ease-in-out 0s;
}

.logotipo-scroll {
  top: 0px;
}

.abrir-menu {
  position: absolute;
  height: 30px;
  right: 15px;
  top: 18px;
  display: none;
  transition: 0.3s;
  cursor: pointer;
}

.abrir-menu-scroll {
  position: absolute;
  height: 25px;
  right: 15px;
  top: 15px;
  transition: 0.3s;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1020px) {
  .items-menu {
    display: none;
  }
  .items-menu-scroll {
    display: none;
  }
  .abrir-menu {
    display: block;
  }
}

@media screen and (max-width: 485px) {
  .logotipo {
    position: absolute;
    height: 55px;
    left: 0px;
    top: 0px;
    padding: 10px 10px;
    border-radius: 1px;
    transition: all 0.3s ease-in-out 0s;
  }
  nav {
    position: fixed;
    z-index: 30000;
    height: 55px;
    width: 100%;
    transition: 0.4s;
    background: rgba(18, 18, 18, 0.9);
    background: #0a141b;
  }

  .abrir-menu {
    position: absolute;
    height: 25px;
    right: 15px;
    top: 15px;
    transition: 0.4s;
    z-index: 333;
    cursor: pointer;
  }
}

.pagina-contenidos-banner {
  padding: 80px 0px;
  background-image: url("/img/background3.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

_::-webkit-full-page-media,
_:future,
:root .pagina-contenidos-banner {
  padding: 30px 0px;
  background-image: url("/img/background3.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-attachment: local;
}

.pagina-contenidos-banner h1 {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
  font-size: 70px;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 65px;
}

.general-posts-wrap {
  padding: 50px 0px;
  background: #f4f7f9;
}

.contenidos-post-wrap {
  max-width: 1100px;
  margin: 10px auto;
}

.comfundopreview {
  border-top: 5px solid #00b9b2;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 240px;
  margin: 0px 0px;
}

.semfundopreview {
  background: none;
}

.contenidos-post {
  padding: 30px 50px;
  transition: 0.2s;
  border-radius: 2px;
}

.contenidos-post:nth-child(odd) {
  clear: left;
}

.contenidos-post h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.contenidos-post h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 5px;
  margin-top: 0px;
}

.contenidos-post h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: rgb(168, 168, 168);
  margin: 0;
}

.contenidos-post p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: rgb(88, 88, 88);
  margin-top: 15px;
}

.read-more {
  font-family: "Source Sans Pro", sans-serif;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #00b9b2;
  color: #00b9b2;
  font-weight: 300;
  font-size: 18px;
  border-radius: 3px;
  margin-top: 0px;
  transition: 0.3s;
  cursor: pointer;
}

.read-more:hover {
  background: #00b9b2;
  color: white;
}

/* SINGLE.PHP */

article {
  max-width: 1190px;
  margin: 0 auto;
  padding: 100px 10px 100px 10px;
  position: relative;
  z-index: 9;
}

.article-wrap {
  max-width: 900px;
}

article h3,
h2 {
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 5px;
  line-height: 35px;
  color: #00b9b2;
}

article h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  color: #717171;
  font-weight: 300;
  margin-top: 15px;
}

article h3.titulo-contenidos {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  color: #00b9b2;
  font-weight: 300;
}

article h2.subtitulo {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  color: #000;
  font-weight: 600;
}

article h4.date-author {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  color: #717171;
  font-weight: 300;
  margin-top: 15px;
}

article h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 55px;
  margin-bottom: 0px;
}

article p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  font-weight: 300;
  color: rgb(0, 0, 0);
}

article a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #00b9b2;
}

article ul {
  list-style-type: circle;
}

article ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  font-weight: 300;
  padding-left: 20px;
  margin: 16px 0;
}

article ol li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  font-weight: 300;
  padding-left: 20px;
  margin: 16px 0;
}

.post-img {
  position: relative;
  max-width: 100%;
  height: 400px;
  margin: 50px auto 60px auto;
  background-size: cover;
  background-position: center center;
  transition: 0.2s;
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.semfundo {
  background: none;
}

.separator {
  width: 40px;
  height: 1px;
  background: rgb(172, 172, 172);
  margin: 14px 0px 14px 2px;
}

blockquote {
  margin: 40px 0px;
  border-left: 10px solid #00b9b2;
  padding: 5px 30px 5px 30px;
}

blockquote p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 5px;
  margin-bottom: 20px;
}

blockquote p:last-of-type {
  margin-bottom: 5px;
}

blockquote cite {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  font-weight: 300;
  color: rgb(0, 0, 0);
}

blockquote ul {
  list-style: none;
}
blockquote ul li::before {
  margin-left: -27px;
  padding-right: 17px;
  content: "●";
  font-size: 18px;
  color: #00b9b2;
}

blockquote ul li,
blockquote ol li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 31px;
  margin: 10px;
  padding-left: 0px;
}

@media screen and (max-width: 600px) {
  .general-posts-wrap {
    padding: 10px 0px;
    background: #f4f7f9;
  }

  .contenidos-post {
    padding: 30px 10px;
    transition: 0.2s;
    border-radius: 2px;
  }

  .pagina-contenidos-banner {
    padding: 25px 0px;
    background-image: url("/img/background3.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }

  .pagina-contenidos-banner h1 {
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 200;
    font-size: 48px;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 65px;
  }

  article {
    max-width: 1190px;
    margin: 0 auto;
    padding: 70px 10px 70px 10px;
    position: relative;
    z-index: 9;
  }

  article h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 28px;
    color: #00b9b2;
    font-weight: 200;
  }

  article h4 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 19px;
    color: #717171;
    font-weight: 300;
    margin-top: 15px;
  }

  article h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 38px;
    font-weight: 800;
    line-height: 42px;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  article h2 {
    font-family: "Source Sans Pro", sans-serif;
    margin-top: 5px;
    font-size: 26px;
    line-height: 31px;
  }

  article p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: rgb(0, 0, 0);
  }

  blockquote {
    margin: 30px auto;
    border-left: 10px solid #00b9b2;
    max-width: 700px;
    padding: 5px 5px 5px 20px;
  }

  blockquote p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  blockquote ul li {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 5px;
    padding-left: 0px;
  }

  article ul li {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    padding-left: 0px;
    margin-left: -15px;
  }

  article ol li {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    padding-left: 0px;
    margin-left: -15px;
  }

  .post-img {
    position: relative;
    max-width: 100%;
    height: 240px;
    margin: 50px auto 60px auto;
    background-size: cover;
    background-position: center center;
    transition: 0.2s;
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
}

.fb-like.fb_iframe_widget span {
  vertical-align: top !important;
}

.IN-widget {
  vertical-align: top !important;
}

.is-resized {
  margin: 0 auto;
}

.wp-block-image {
  margin: 16px auto;
}

.wp-block-image figcaption {
  font-weight: 300;
}

.wp-block-image .alignright {
  float: none;
  margin: none;
}
.wp-block-image .alignleft {
  float: none;
  margin: none;
}
.wp-block-image .aligncenter {
  float: none;
  margin: none;
}
.wp-block-image .alignright {
  float: none;
  margin: none;
}
.wp-block-image .alignleft {
  float: none;
  margin: none;
}
.wp-block-image.aligncenter {
  float: none;
  margin: none;
}

.notas-recientes-wrap {
  margin-top: 100px;
}
.titulo-entradas-recientes {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  padding: 2px 10px;
  font-size: 28px;
  color: #00b9b2;
  border-left: 3px solid #00b9b2;
  background: #f4f7f9;
  border-radius: 2px;
  margin-bottom: 15px;
}

.recentes-linea {
  margin-top: 10px;
}

.linea-interna-recente {
  padding: 10px 0px;
}

.recente-imagen {
  height: 100px;
  background-size: cover;
  background-position: center center;
  transition: 0.2s;
  filter: contrast(90%);
}

.recente-titulo h2 {
  padding: 0px 20px;
  margin: 0;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
}

.recente-destaque-titulo {
  transition: 0.2s;
}
.nota-wrap:hover .recente-destaque-titulo {
  color: #00b9b2;
}

.nota-wrap:hover .recente-imagen {
  filter: contrast(100%);
}

@media screen and (max-width: 600px) {
  .titulo-entradas-recientes {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    padding: 2px 10px;
    font-size: 24px;
    color: #00b9b2;
    border-left: 3px solid #00b9b2;
    background: #f4f7f9;
    border-radius: 2px;
    margin-bottom: 15px;
  }
  .recente-titulo h2 {
    padding: 0px 20px;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
  }
}

/*CONTATO*/

.contato2 {
  position: relative;
}

.contato2 h1 {
  color: #00a19a;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
  /*font-size: 50px;*/
  letter-spacing: -1px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
}

.contato2 p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}

.contacto-container {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}

input:focus,
textarea:focus {
  outline: none !important;
  border: 1px solid #0a141b;
  /*color: #0A141B;*/
}

.titulos-fonte {
  font-size: 50px;
  line-height: 60px;
}

@media screen and (max-width: 410px) {
  .titulos-fonte {
    font-size: 40px;
    line-height: 50px;
  }
}

.linhas-icones {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  width: 60%;
  margin: 10px auto 0 auto;
}

@media screen and (max-width: 587px) {
  .linhas-icones {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin: 10px auto 0 auto;
  }
}

textarea,
input {
  outline: none;
  width: 100%;
  background: none;
  border: 1px solid #fff;
  padding: 10px 10px 10px 10px;
  width: 100%;
  margin-top: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}

textarea:focus,
input:focus {
  outline: none;
}

input {
}

textarea {
  height: 145px;
  resize: none;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 1 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

::-moz-placeholder {
  color: #fff;
  opacity: 1 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #fff;
  opacity: 1 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

:-moz-placeholder {
  color: #fff;
  opacity: 1 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

*:focus {
  outline: none;
}

.enviado-confirmacion {
  display: none;
}

.enviado-confirmacion-exibido {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 18px;
  padding: 20px 20px;
  background: rgba(10, 20, 27, 0.9);
  color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  text-align: center;
}

#cerrar {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 9px;
  line-height: 14px;
  color: #fff;
  width: 15px;
  height: 15px;
  font-weight: 500;
  border-radius: 100%;
  border: 1px solid #00b9b2;
  cursor: pointer;
  transition: 0.2s;
}

#cerrar:hover {
  background: #00b9b2;
}

.botao-enviar {
  font-size: 18px;
  display: inline-block;
  padding: 5px 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  color: white;
  width: 100px;
  float: right;
  margin-top: 10px;
  transition: 0.4s;
  cursor: pointer;
  border: 1px solid white;
}

.botao-enviar:hover {
  border: 1px solid #0a141b;
  color: #0a141b;
}

.subli {
  border-bottom: 1px solid #00b9b2;
}

.footer-serv {
  padding: 20px 10px;
  background: #212a30;
}

.links-bottom {
  transition: 0.4s;
}

.links-bottom:hover {
  color: #43f5ed;
}

.footer-wrap2 {
  max-width: 1140px;
  margin: 0 auto;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}

.copyrighttext {
  text-align: left;
}

.menubottom {
  text-align: right;
}

@media screen and (max-width: 601px) {
  .copyrighttext {
    text-align: center;
  }
  .menubottom {
    text-align: center;
    padding-top: 10px;
  }
}

.internal-link-post {
  border-bottom: 1px solid #02a8a2;
  display: inline-block;
  height: 28px;
}

.internal-link-post:hover {
  color: #02a8a2;
}

sup {
  font-weight: 500;
  color: #00b9b2;
}

#ref {
  display: none;
  font-size: 14px;
  padding: 2px 8px;
  border: 1px solid #00b9b2;
  cursor: default;
}

#sup:hover #ref {
  display: inline-block;
}
