/*
 Theme Name:   BirdCom
 Theme URI:    https://birdcom.es
 Description:  BirdCom Comunicación y Diseño
 Author:       Dani Moreno
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body {
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

p {
  font-size: 18px;
  text-align: justify;
}

li {
  margin-bottom: 12px;
  font-size: 18px;
}

ul {
  margin: 0 0 1.5em 2em;
}

.lista p {
  text-align: left;
}

/* PUNTOS LISTA */
::marker {
  color: #3333cc;
}

/* HEADER */
.site-header {
  background-color: #fff;
}

.sub-menu li {
  text-align: left;
}

#menu-menu-principal li {
  margin-bottom: 0px;
  background-color: #fff !important;
}

.menu-item-58 a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 17px;
  background-image: url("/wp-content/uploads/2024/02/Icon-awesome-user-graduate.svg");
  margin-right: 12px;
}

.wp-block-social-links {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .site-logo {
    width: 135px;
  }
  .menu-toggle {
    background-color: #fff !important;
  }
}

/* FOOTER */
.footer li {
  font-size: 24px;
}

.cky-consent-container {
  z-index: 99999999 !important;
}

/* BREADCRUMB */
.rank-math-breadcrumb p {
  padding: 6px 0px 6px 0px;
  font-size: 16px;
  margin-bottom: 0px;
}

/* CONTACT FORM 7 */
#responsive-form {
  max-width: 90%
    /*60% /*-- cambiar esto para conseguir el ancho de la forma deseada --*/;
  margin: 5 auto;
  width: 100%;
}
.form-row {
  width: 100%;
}
.column-half,
.column-full {
  float: left;
  position: relative;
  padding: 0.4rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}
/*CONTACTO*/

.wpcf7 label {
  width: 100%;
  font-size: 16px;
}

.form p {
  font-size: 11px;
  text-align: justify;
}

.wpcf7 .wpcf7-submit {
  border: 2px solid #3333cc;
  background: #3333cc;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}
.wpcf7 .wpcf7-submit:hover {
  border: 2px solid #3333cc;
  background: #fff;
  color: #3333cc;
  border-radius: 5px;
  font-weight: 600;
}
.wpcf7-textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #61616140 !important;
  font-size: 16px;
  margin-bottom: 0px;
  border-width: 2px;
  background: white;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 100px !important;
}

.wpcf7-form-control-wrap > select {
  width: 100% !important;
}

.wpcf7-submit {
  width: 100%;
  font-size: 16px;
  padding: 20px;
  margin-bottom: 15px;
  /*para centrar*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  /**************/
}

.wpcf7-list-item {
  margin: 6px 6px !important;
}

.form-row p {
  margin-bottom: 0.2em;
}

/* FIN CONTACTO */

/* BLOG */
.wp-singular.post-template-default.single.single-post h1 {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 24px;
  padding-bottom: 12px;
}
.wp-singular.post-template-default.single.single-post .entry-meta {
  text-align: center;
}
body.blog .inside-article .entry-title,
body.category .inside-article .entry-title,
body.author .inside-article .entry-title {
  width: 100%;
  overflow: hidden;
  margin-top: 12px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 24px;
  padding-bottom: 12px;
}
body.blog .inside-article .entry-title,
body.category .inside-article .entry-title,
body.author .inside-article .entry-title {
  text-align: center;
}
body.blog .inside-article .entry-header,
body.category .inside-article .entry-header,
body.author .inside-article .entry-header {
  text-align: center;
}
body.blog .generate-columns,
body.category .generate-columns,
body.author .generate-columns {
  padding-left: 48px;
  padding-bottom: 48px;
}
body.blog .generate-columns .inside-article,
body.category .generate-columns .inside-article,
body.author .generate-columns .inside-article {
  background-color: #fff;
  padding: 24px 24px 24px 24px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}
body.blog .generate-columns .inside-article:hover,
body.category .generate-columns .inside-article:hover,
body.author .generate-columns .inside-article:hover {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}
body.blog .generate-columns,
body.category .generate-columns,
body.author .generate-columns {
  margin-bottom: 0px;
}
body.blog .entry-summary,
body.category .entry-summary,
body.author .entry-summary {
  margin-top: 12px;
}
body.blog .post-image,
body.category .post-image,
body.author .post-image {
  margin-bottom: 12px !important;
}
.button,
.wp-block-search__button {
  border-radius: 5px;
}

@media (max-width: 768px) {
  body.blog .generate-columns,
  body.category .generate-columns,
  body.author .generate-columns {
    padding-left: 0px;
    padding-bottom: 48px;
  }
  .widget-area .widget {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 48px;
    padding-left: 10px;
  }
}

/* CONTADOR */
#wpsm_counter_b_row_111 .wpsm_counterbox .wpsm_count-title {
  font-family: "Poppins" !important;
  letter-spacing: 0px !important;
  margin-top: 10px !important;
  min-height: 0px !important;
}

#wpsm_counter_b_row_111 .wpsm_counterbox .wpsm_number {
  font-weight: 700 !important;
  font-family: "Poppins" !important;
  letter-spacing: 0px !important;
}

.wpsm_col-md-4.wpsm_col-sm-6:nth-child(1) .wpsm_counterbox .wpsm_number:before {
  content: "+";
}
.wpsm_col-md-4.wpsm_col-sm-6:nth-child(2) .wpsm_counterbox .wpsm_number:before {
  content: "+";
}
.wpsm_col-md-4.wpsm_col-sm-6:nth-child(3) .wpsm_counterbox .wpsm_number:before {
  content: "";
}

.wpsm_col-md-4:nth-child(2) .wpsm_number .counter:after {
  content: "%";
}

/* CABECERA HOME */
.degradado {
  background: linear-gradient(
    45deg,
    #3333cc,
    #3333cc,
    #337acc,
    #3398cc,
    #37b2e8,
    #5ab8ff,
    #5aa2ff,
    #3333cc
  );
  background-size: 600% 600%;
  animation: gradientAnimation 15s ease infinite;
  box-shadow: inset 0 0 50px rgba(0, 0, 50, 0.2);
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (min-width: 768px) and (max-width: 1450px) {
  .gb-container-01ef0237 {
    padding: 100px 48px !important;
  }
  .gb-container-32309059 {
    margin-top: -460px !important;
  }
  .gb-image-dbb33335 {
    width: 535px !important;
  }
}

/* Boton flotante*/
@media (min-width: 800px) {
  #call-me {
    visibility: hidden;
  }
}
#call-me {
  position: fixed;
  right: 20px;
  bottom: 96px;
  width: 50px;
  height: 50px;
  background-color: #000075;
  padding: 14px;
  border-radius: 50%;
  z-index: 999;
}
/**/

/* Autor container */
.autor-text {
  display: flex;
  flex-direction: column;
}
a.linkedin-logo {
  width: 32px;
}

.linkedin-logo {
  order: 2;
}
.author-position {
  order: 3;
}

.author-name {
  color: #3333cc !important;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 12px!important;
}
.inside-right-sidebar h2 {
  font-size: 25px;
}
/* Author image */
#autor .wp-block-image {
  display: flex !important;
  justify-content: left;
}
.autor-imagen {
  margin-bottom: 24px;
}

.wp-block-image img {
  height: auto;
  max-width: 100% !important;
  vertical-align: bottom;
}

/* Suscríbete blog */
.jetpack_subscription_widget {
  margin: 70px 10px;
}

.wp-block-button__link {
  color: #ffffff;
  background-color: var(--accent);
  border-radius: 5px;
}

/* Efecto zoom */
.zoom-container {
  overflow: hidden;
  position: relative;
  height: 300px;
}

.zoom-container img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
  transform-origin: 0 0;
}

@media (max-width: 768px) {
.zoom-container {
  height: 250px;
}
}

.titblog {
	font-size: 25px;
	font-family: Poppins, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.wpostahs-centent {
  text-align: center;
}

.wpostahs-centent figure {
  max-width: 800px;
  width: 100% !important;
  margin: 0 auto;
}

.wpostahs-centent img {
  width: 100%;
  height: auto;
  border-radius: 5px !important;
  display: block;
}

.wpostahs-centent .wp-caption-text {
  margin-top: 12px;
  font-style: italic;
}