/*
Theme Name: Pequeciro-Eleazar
Theme URI: https://themeforest.net/item/hazel-multiconcept-creative-wordpress-theme/8146099
Description: A child theme for pequeciro.com
Author: Laumedia.es
Author URI: https://themeforest.net/item/hazel-multiconcept-creative-wordpress-theme/8146099
Version: 1.0.0
Template: hazel
*/

@import url("../hazel/style.css");
.post_info .time {
    display: none !important;
}

.post_info .blog_share {
    border: 0px !important;
}

.contact-submit input {
    width: 100px;
    height: 30px;
    background-color: #A1C963;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}

.let-peq {
    font-size: 13px;
    color: #000 !important;
    line-height: 20px;
}

.enlace-form {
    font-size: 13px;
    color: #000 !important;
    text-decoration: underline !important;
}

.enlace-form:hover {
    font-size: 13px;
    color: #006eab !important;
}

#llamada {
    background-color: #86ba1c;
}

#metodo {
    background-color: #72adc6;
}

#prensa {
    background-color: #dc5084;
}

@font-face {
    font-family: Ink-Blossoms;
    src: url(/wp-content/themes/pequeciro/fonts/Ink-Blossoms.ttf);
    font-weight: normal;
}

.post_author {
    display: none !important;
}

.post_comments {
    display: none !important;
}

.time {
    border: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

@media (max-width: 767px) {
    .header_inner.clearfix {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .fa-stack {
        background-color: #fff !important;
    }
    footer {
        width: 94% !important;
    }
    h1 span {
        font-size: 32pt !important;
    }
}

.vc_single_image-wrapper.redes-sociales {
    text-align: center;
    padding-top: 20px;
    display: flex;
    width: 200px;
    margin: 0 auto;
    justify-content: space-between;
}

.redes {
    border-radius: 50%;
    padding: 13px 12px 12px 12px;
    width: 25px;
    transition: all 0.5s;
}

a .redes {
    font-size: 20px;
    color: #f5f5f5;
    transition: all 0.5s;
}

.icon-facebook.redes {
    background: #3b5998;
}

.icon-twitter.redes {
    background: #00acee;
}

.icon-instagram.redes {
    background: #E4397B;
}

.evento-llamada {
    display: none;
}

@media (max-width: 426px) {
    .evento-llamada {
        display: block;
        position: fixed;
        bottom: 0px;
        background: #53BFCF;
        padding: 10px;
        z-index: 999;
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
    }
    footer {
        margin-bottom: 30px;
    }
}

body.page-id-21710 p {
    line-height: 27px;
    margin-bottom: 12px;
}

body.page-id-21710 h2 {
    margin-top: 20px;
}

.moove-gdpr-branding-cnt {
    display: none;
}


/* ---------- ESTILOS DEL BANNER DE COOKIES ---------- */

#moove_gdpr_cookie_info_bar {
    /* Fondo opaco */
    background: rgba(0, 0, 0, 0.5) !important;
    /* Permita ocupar toda la pantalla */
    max-height: 100vh !important;
  }
  
  .moove-gdpr-info-bar-container {
    /* Contenedor con el aviso de las cookies */
    /* Centrar el contenedor */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    /* Tamaño del contenedor completo */
    height: 100vh !important;
  }
  
  .moove-gdpr-info-bar-content {
    /* Párrafo y botones del aviso de las cookies */
    /* Tamaño del contenido */
    max-width: 700px;
    /* Hace que el botón se coloque debajo del texto */
    flex-direction: column !important;
    background: white;
    padding: 2% !important;
  }
  
  #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    /* Eliminar el borde superior que aparece por defecto */
    border: none !important;
    /* Añadir sombra al contenedor */
    box-shadow: 5px 5px 15px #e2e2e2;
  }
  
  #moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
    /* Hacer que desaparezca correctamente el banner */
    bottom: -2100px !important;
  }
  
  /* Estilo para el BOTÓN */
  .moove-gdpr-button-holder {
    /* Añadir margen superior respecto al texto en el banner principal */
    margin-top: 20px !important;
    /* Eliminar paddings innecesarios por defecto en el banner principal */
    padding-left: 0px !important;
    flex-direction: row-reverse !important;
  }
  
  /* Mantener el padding en el contenedor de los botones interiores */
  #moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-footer-content
    .moove-gdpr-button-holder {
    padding-left: 60px !important;
    padding-right: 60px !important;
    flex-direction: row !important;
    margin-top: 0px !important;
  }
  
  #moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-footer-content
    .moove-gdpr-button-holder
    button.mgbutton {
    width: 45% !important;
    order: 1;
  }
  
  #moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-footer-content
    .moove-gdpr-button-holder
    button.mgbutton.moove-gdpr-modal-allow-all {
    order: 2 !important;
  }
  
  button.mgbutton {
    /* Cambiar tamaño del botón y el tamaño de fuente en el banner principal */
    padding: 12px 50px !important;
    font-size: 16px !important;
  }
  
  #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
    /* Cambiar el estilo del texto */
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    text-align: center;
  }
  
  #moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-footer-content
    .moove-gdpr-button-holder
    button.moove-gdpr-modal-reject-btn,
  #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    .moove-gdpr-button-holder
    button,
  #moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-footer-content
    .moove-gdpr-button-holder
    a.mgbutton,
  #moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-footer-content
    .moove-gdpr-button-holder
    button.mgbutton {
    /* Estilos del botón de rechazar */
    background-color: #fff !important;
    background: #fff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    box-shadow: none !important;
    opacity: 0.7;
  }
  
  #moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-footer-content
    .moove-gdpr-button-holder
    button.moove-gdpr-modal-reject-btn:hover,
  #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    .moove-gdpr-button-holder
    button:hover {
    /* Estilos del botón de rechazar en el estado hover*/
    opacity: 1;
  }
  
  #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    .moove-gdpr-button-holder
    button.moove-gdpr-infobar-allow-all,
  button.mgbutton.moove-gdpr-modal-allow-all.button-visible,
  .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green,
  #moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-footer-content
    .moove-gdpr-button-holder
    button.mgbutton.moove-gdpr-modal-allow-all.button-visible {
    /* Estilos del botón de activar todas */
    background-color: #3FBFD3 !important;
    border-color: #3FBFD3 !important;
    color: #fff !important;
    opacity: 1;
  }
  
  #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    .moove-gdpr-button-holder
    button.moove-gdpr-infobar-allow-all:hover,
  button.mgbutton.moove-gdpr-modal-allow-all.button-visible,
  .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover,
  #moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-footer-content
    .moove-gdpr-button-holder
    button.mgbutton.moove-gdpr-modal-allow-all.button-visible:hover {
    /* Estilos del botón de activar todas en el estado hover*/
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
  }
  
  /* BOTÓN CERRAR */
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
  #moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-close
    span.gdpr-icon {
    border-color: #3FBFD3 !important;
  }
  
  #moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-close:hover
    .gdpr-icon.moovegdpr-arrow-close:before,
  #moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-close:hover
    .gdpr-icon.moovegdpr-arrow-close::after {
    background-color: #3FBFD3 !important;
  }
  
  #moove_gdpr_cookie_info_bar
    .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,
  #moove_gdpr_cookie_info_bar
    .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,
  .gdpr-icon.moovegdpr-arrow-close:after,
  .gdpr-icon.moovegdpr-arrow-close:before,
  i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,
  i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
    background-color: #ffffff !important;
  }
  
  /* TEXTOS ETIQUETAS AJUSTES */
  #moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-left-content
    #moove-gdpr-menu
    li
    button {
    color: #000 !important;
  }
  
  /* Añadir botón GUARDAR en el panel de COOKIES */
  #moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-footer-content
    .moove-gdpr-button-holder
    button.mgbutton.moove-gdpr-modal-save-settings {
    display: block !important;
  }
  
  @media screen and (max-width: 1024px) {
    /* Reducir padding del contenedor de botones interiores en las tablet para que no se descuadren */
    #moove_gdpr_cookie_modal
      .moove-gdpr-modal-content
      .moove-gdpr-modal-footer-content
      .moove-gdpr-button-holder {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }
  
    #moove_gdpr_cookie_modal
      .moove-gdpr-modal-content
      .moove-gdpr-modal-footer-content
      .moove-gdpr-button-holder
      button.mgbutton {
      /* Cambiar tamaño del botón y el tamaño de fuente */
      padding: 12px !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 999px) {
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
      min-height: 650px;
    }
  
    .gdpr_lightbox-content {
          margin-top: -60px;
      }
  }
  
  @media screen and (max-width: 768px) {
    .moove-gdpr-info-bar-content {
      /* Añadir relleno en el contenedor y que se separe de la ventana*/
      padding: 5% !important;
      max-width: 100%;
    }
  
    .moove-gdpr-button-holder {
      /* Centrar el botón de aceptar en los dispositivos móviles */
      justify-content: center !important;
      padding: 10px !important;
    }
  
    button.mgbutton {
      /* Cambiar tamaño del botón y el tamaño de fuente */
      padding: 5px 10px !important;
      font-size: 16px !important;
    }
  
    /* Hacer más grande sólo el botón principal en el móvil sin afectar a los botones interiores */
    #moove_gdpr_cookie_info_bar
      .moove-gdpr-info-bar-container
      .moove-gdpr-info-bar-content
      button.mgbutton {
      font-size: 15px !important;
      padding: 15px 35px !important;
    }
  
    #moove_gdpr_cookie_modal
      .moove-gdpr-modal-content
      .moove-gdpr-modal-footer-content
      .moove-gdpr-button-holder {
      background: #f1f1f1;
      margin: 0 0px !important;
      border-radius: 0 0 5px 5px;
      justify-content: space-between !important;
    }
  }
  
  @media screen and (max-width: 600px) {
    #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
      font-size: 14px !important;
    }
  
    .gdpr_lightbox-content {        
          margin-top: -80px;
      }
  }
  
  @media screen and (max-width: 510px) {
    #moove_gdpr_cookie_info_bar
      .moove-gdpr-info-bar-container
      .moove-gdpr-info-bar-content
      .moove-gdpr-button-holder {
      justify-content: space-between !important;
      flex-direction: row !important;
    }
  
    #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme
      .moove-gdpr-info-bar-container
      .moove-gdpr-info-bar-content
      .moove-gdpr-button-holder
      button.moove-gdpr-infobar-allow-all {
      flex: 0 0 100% !important;
      margin: 10px 0 !important;
      order: 2;
    }
  
    #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme
      .moove-gdpr-info-bar-container
      .moove-gdpr-info-bar-content
      .moove-gdpr-button-holder
      button.moove-gdpr-infobar-reject-btn,
    #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar)
      .moove-gdpr-info-bar-container
      .moove-gdpr-info-bar-content
      button.mgbutton.moove-gdpr-infobar-settings-btn {
      flex: 0 0 48% !important;
      padding: 15px !important;
      margin: 0 !important;
      order: 1;
    }
  }
  
  @media screen and (max-width: 450px) {
    #moove_gdpr_cookie_modal
      .moove-gdpr-modal-content
      .moove-gdpr-modal-footer-content
      .moove-gdpr-button-holder
      button.mgbutton,
    #moove_gdpr_cookie_modal
      .moove-gdpr-modal-content
      .moove-gdpr-modal-footer-content
      .moove-gdpr-button-holder
      button.mgbutton.moove-gdpr-modal-allow-all {
      width: 100% !important;
    }
  }


/* Arreglar problema espaciados con el blog */

.blog-post .content-article p {
    margin-bottom: 20px;
}

.post_content_holder ul li {
    color: #000000;
    font-family: source sans pro;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.3em;
}


/* CLASE PARA IGUALAR TIPOGRAFÍAS EN LAS LISTAS */

.lista-pequeciro {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 17px!important;
    margin-left: 15px!important;
}

.page-id-22638 h3 a {
    font-family: 'ink-blossom'!important;
}

.page-id-10 h3 a {
    font-family: 'ink-blossom'!important;
}


/* ESTILOS DE LA NUEVA PÁGINA DEL FORMULARIO */

.bloq-campos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-right: 10px;
}

.campo-contacto {
    flex: 0 0 48%;
    flex-direction: column;
    color: #000000;
}

.campo-contacto-textarea {
    flex: 0 0 100%;
    color: #000000;
}

.bloq-campos .campo-contacto input,
.bloq-campos .campo-contacto-textarea textarea {
    background-color: rgb(249 249 249) !important;
    /*border: solid 1px #0aafaf !important;*/
    box-shadow: 5px 5px 0px 0px #0aafaf;
    border-radius: 15px!important;
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif!important;
}

.bloq-campos .campo-contacto-textarea textarea {
    height: 120px;
    margin-bottom: 0px!important;
}

.let-peq {
    font-size: 12px;
    color: #808080;
}

.let-peq a {
    color: #0aafaf!important;
}

.accept-form {
    color: #0aafaf!important;
}

.btn-enviar input {
    padding-top: 2px!important;
    padding-bottom: 2px!important;
    padding-left: 60px!important;
    padding-right: 60px!important;
    font-weight: 500!important;
    font-size: 16px!important;
    letter-spacing: 0.5px!important;
    border-radius: 15px!important;
    transition: all 0.8s ease-out;
    background-color: #0aafaf !important;
    border: none!important;
    margin-top: 0px!important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.btn-enviar input:hover {
    transform: translateX(10px);
    background-color: #089494!important;
    color: #ffffff!important;
}

input[type=submit] {
    text-align: center!important;
    min-width: 30%!important;
}

@media screen and (max-width:767px) {
    .accept-form {
        font-size: 13px;
    }
    .bloq-campos .campo-contacto input,
    .bloq-campos .campo-contacto textarea {
        font-size: 13px;
    }
}

@media screen and (max-width:767px) {
    input[type=submit] {
        width: 40%!important;
    }
}

@media (max-width: 425px) {
    .campo-contacto {
        flex: 0 0 100%;
    }
    .campo-contacto-textarea {
        flex: 0 0 100%;
    }
}


/* MEJORA DE LOS ESTILOS DEL MENSAJE DE FORMULARIO ENVIADO */

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #42b450!important;
    background-color: #42b450!important;
    border-radius: 10px!important;
}


/* ARREGLOS EN EL LIGHTBOX DE LA NUEVA PÁGINA DE INSTALACIONES */

.page-id-18963 .elementor-slideshow__header {
    display: none!important;
}


/* TRABAJOS DE REDISEÑO DEL BLOG */

.elementor-post__card .elementor-post__title a {
    font-family: 'ink-blossom'!important;
    font-weight: 300!important;
}

.elementor-pagination .page-numbers:not(.dots) {
    color: #fff!important;
    /*background-color: #EA598E;*/
    background-color: #0AAFAF;
    padding: 8px;
    border-radius: 50%;
    width: 40px!important;
    height: 40px;
    display: inline-block;
    transition: all 0.5s ease-out;
}

.elementor-pagination .page-numbers:not(.dots):hover {
    color: #fff!important;
    /*background-color: #18ABE0;*/
    background-color: #EA598E;
    transform: translateY(5px);
}

.elementor-pagination .page-numbers.current {
    color: #fff;
    /*background-color: #18ABE0;*/
    background-color: #EA598E;
}

@media screen and (max-width:767px) {
    .elementor-pagination .page-numbers:not(.dots) {
        margin-bottom: 10px;
    }
}

.blog_holder article .post_image img {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 10px 10px 0px 0px #0aafaf;
}

.single-post .blog_single h1 {
    color: #0aafaf;
    font-size: 43px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'ink-blossom'!important;
}

.single-post .blog_single h2 {
    margin-bottom: 20px!important;
    color: #0aafaf;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'ink-blossom'!important;
}

.single-post .blog_single h3 {
    color: #0aafaf;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'ink-blossom'!important;
}

.single-post .blog_single a {
    color: #0aafaf!important;
    text-decoration: underline;
}

.single-post .blog_single ol {
    counter-reset: item;
    list-style-position: outside;
    list-style-type: decimal;
}

.single-post .blog_single ol li {
    list-style: none!important;
    margin-bottom: 15px!important;
}

.single-post .blog_single ol li:before {
    content: counter(item);
    counter-increment: item;
    font-weight: bold;
    color: #FFF;
    background-color: #0aafaf;
    padding: 3px;
    border-radius: 100%;
    width: 25px;
    float: left;
    text-align: center;
    height: 25px;
    margin-left: -50px;
    vertical-align: middle;
    line-height: 22px;
}

.single-post .blog_single ul {
    list-style: none;
    padding: 0;
    margin-left: 10px;
}

.single-post .blog_single ul li::before {
    content: "\2022";
    padding-right: 8px;
    color: #0aafaf;
    display: inline-block;
    padding-right: 10px;
    font-size: 50px;
    line-height: 25px;
    vertical-align: -7px;
    width: 15px;
}

.single-post .blog_single .post_category {
    display: none;
}

.single-post .blog_single .blog_share {
    display: none;
}

.single-post .blog_single .post_info {
    display: none;
}

@media screen and (max-width:768px) {
    .single-post .blog_single h1 {
        font-size: 32px;
    }
    .single-post .blog_single h2 {
        font-size: 25px;
    }
    .single-post .blog_single h3 {
        font-size: 20px;
    }
}


/* ESTILOS DEL BLOQUE DE COMPARTIR EN REDES SOCIALES EN LOS ARTÍCULOS DEL BLOG */

.bloque-redes {
    margin-bottom: 0px;
    margin-top: 45px;
    padding-left: 0px;
    padding-right: 0px;
}

.bloque-redes-inicial {
    margin-top: 30px;
    margin-bottom: 30px;
}

.titulo-compartir-redes {
    display: block;
    color: #0aafaf;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'ink-blossom'!important;
    margin-bottom: 30px;
}

.ico-compartir-redes {
    max-width: 40px;
    max-height: 40px;
    margin-right: 12px;
    transition: all 0.5s ease-out;
}

.ico-compartir-redes:hover {
    transform: scale(1.2);
}

.ico-compartir-redes-inicial {
    max-width: 30px;
    max-height: 30px;
    margin-right: 20px;
    transition: all 0.5s ease-out;
}

.ico-compartir-redes-inicial:hover {
    transform: scale(1.2);
}

@media screen and (max-width:768px) {
    .titulo-compartir-redes {
        font-size: 25px;
    }
    .ico-compartir-redes {
        max-width: 40px;
        max-height: 40px;
    }
}


/* SOLUCIONAR ROTURAS DE ESTILOS TRAS LAS ACTUALIZACIONES */

.page-id-20055 .let-peq {
    margin-top: 20px;
}

.page-id-20055 .btn-enviar {
    margin-top: 20px;
}


/* IMPLEMENTACIÓN DE BOTÓN DE WHATSAPP EN EL HEADER */

#nav-menu-item-23433 {
    margin-left: 20px;
}

#nav-menu-item-23433 a {
    padding-top: 25px;
    padding-bottom: 0px;
}