
/* Padding margin centvertical*/
.text-none {
    text-decoration: none !important;
    color: inherit !important;
}
.aligncenter {
    display: block;
}

/* Titulos */
html {
  font-size: 16px;
  font-family: 'Karla', sans-serif;
}
body {
  font-weight: 400;
  color: #8c9597;
  font-family: 'Karla', sans-serif;
}
h1 {
  font-size: 2.5rem;
  color: #303030;
}
h2 {
  font-size: 2.25rem;
  color: #303030;
}
h3 {
  font-size: 1.3rem;
  color: #303030;
}
h4 {
  color: #303030;
}
strong {
}
p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.3rem;
}
a {
}
a:hover {
}
main a {
}
.margin-container-primary li, .margin-container-secondary li {
  margin: 4px 0px;
}

/* Colores */
.bg-grey {
  background-color: #f2f4f5;
}
/*----- CONTAINER -----*/
.container {
    max-width: 1170px;
}
/*----- FIN CONTAINER -----*/

/*----- HEADER -----*/
/* Logo && Menu button */
.custom-logo-link{
  max-width: 220px;
  width: 100%;  /* IE Fix */
  padding: 0px;
}
.navbar-toggler {

}
.icono-menu {

}
a.navbar-brand.custom-logo-link img {
    height: 60px;
    width: auto;
}
.custom-toggler:focus {
  outline: 0px;
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.cerrar {
  display: none;
}
.logo-menu {
  display: none;
}
/* Top-navbar */
.top-navbar {
  background-color: #f2f4f5;
  padding: .6rem 0rem;
}
.top-navbar-intro, .top-navbar-intro h1 {
  font-size: .8rem;
  font-weight: 400;
  color: #8c9597;
  margin: 0px;
}
.top-navbar a {
  color: #707070;
  font-size: .8rem;
  text-decoration: none;
}
i {
  color: #019642;
  margin-right: 6px;
  font-size: .9rem;
}
/* Menú */
.navbar {
  background-color: #fff;
  position: relative;
  z-index: 99;
  width: 100%;
  margin: 0px;
  padding: 20px 0px;
  align-items: flex-start;
  box-shadow: 0 10px 15px rgba(0,0,0,.05);
}
.nav-link {
  text-transform: uppercase;
  font-size: .95rem;
  margin: 0px;
  padding: 15px 15px !important;
  line-height: auto;
  font-weight: 400;
  color: #303030;
}
.nav-link:hover, .nav-link:focus {
  color: #019642;
  transition: .5s;
}
.menu-item.active .nav-link {
  color: #019642;
}

.menu-item-has-children.show>a{
  color: #019642;
}
.menu-item.show {}
.dropdown-menu {
  min-width: 180px;
  display: block;
  width: auto;
  left: 0px;
  padding: 8px 0px;
  margin: 0px 0px;
  border: 0px;
  border-radius: 0px;
  max-height: 0px;
  overflow: hidden;
  transition: .3s ease-in;
  opacity: 0;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.dropdown-menu>li {
  padding: 0rem 0rem;
}
.dropdown-menu li a {
  padding: 7px 20px;
  font-size: .9rem;
  color: #0f1112;
  border-bottom: 1px solid rgba(242,244,248,.7);
}
.dropdown-menu li:last-child a {
  border-bottom: 0px;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  color: #019642;
  background-color: #fff;
}
.dropdown-menu.show {
  max-height: 800px;
  opacity: 1;
}
.page_item.active>a{
  color: #019642 ;
}
.menu-item.active>a {
  color: #019642 ;
}
.current-menu-parent .current-menu-item>a{
  color: #019642;
}

/* Header Content */
header {
}
.wrapper-navbar {
}
/* Slider */
.slide-home {
  height: 45vh;
  position: relative;
  background-color: black;
}
.slide-home .parallax {
  opacity: 0.6;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.slide-home .content-slider {
  width: 80%;
}
.slide-home .content-slider h2 {
  color: #fff;
  font-size: 3rem;
}
.slide-home .content-slider p {
  color: #fff;
  font-size: 1rem;
}
/* Header Section */
.header-section {
  position: relative;
  height: 30vh;
  background-color: black;
}
.header-section .header-parallax {
  opacity: 0.6;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.header-section .container {
  z-index: 1;
}
.header-section h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.breadcrumb {
  background-color: #fff;
}
.breadcrumb a, .breadcrumb a i {
    color: #303030;
    transition: .3s ease;
}
.breadcrumb a:hover, .breadcrumb a:hover i {
    color: #019642;
    text-decoration: none;
  }
/*----- FIN HEADER -----*/

/*----- CONTENIDO -----*/
/* Margin */
.wrapper {
  padding: 0px;
  margin: 2rem 0rem 0rem 0rem;
}
#wrapper-footer {
  padding: 0px 0px;
}
/* FIN Margin */

/* Página Inicio */
.boton-verde {
  background-color: #019642;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #ffffff;
  border-radius: 0;
  padding: 10px 30px;
  font-size: 1rem;
  line-height: auto;
  font-weight: 700;
  text-transform: uppercase;
}
.boton-verde:hover  {
  text-decoration: none;
  color: #fff;
  opacity: .65;
}
.bloque-servicios a {
  color: inherit;
}
.bloque-servicios a:hover, .bloque-servicios a:focus {
  color: inherit;
  text-decoration: none;
}
.bloque-servicios img {
  width: 45%;
}
.bloque-servicios span {
  font-size: .9rem;
}
.subtitulo {
  font-size: .85rem;
  color: #707070;
  letter-spacing: 2px;
}
.raya-gris i {
  font-size: 1.6rem;
  color: #019642;
}
.raya-gris span {
  display: inline-block;
  margin-left: 5px;
  width: 70px;
  height: 1px;
  background-color: lightgrey;
}

.servicios-section .servicios-parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.servicios-section .servicios-content {
  max-width: 850px;
}
.servicios-ficha img {
  width: 40%;
}
.servicios-ficha h3 {
  font-size: 1.2rem;
  transition: .3s ease;
}
.servicios-ficha a:hover {
  text-decoration: none;
}
.servicios-ficha a h3:hover {
  color: #019642;
}

.suscribete-section {
  position: relative;
}
.background-suscribete {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  background-color: black;
}
.suscribete-section .parallax-suscribete {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0.6;
  object-fit: cover;
}
.suscribete-section .container {
}
.suscribete-section h2, .suscribete-section h3, .suscribete-section p, .suscribete-section i {
  color: #fff;
}
.suscribete-section span {
  background-color: #fff;
}
.suscribete-section form {
    position: relative;
    z-index: 1;
    width: 50%;
}
.suscribete-section form button.famie-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 170px;
    height: 48px;
    background-color: #019642;
    cursor: pointer;
    color: #fff;
}
.suscribete-section .form-control {
    position: relative;
    z-index: 2;
    height: 48px;
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    margin-bottom: 30px;
    padding: 10px 30px;
    color: #707070;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
}

/* Lista noticias */
.entry-header .fecha-publicacion {
  font-size: .9rem;
  font-weight: 400;
  color: #b7b7b7;
}
.entry-header h2 {
  font-size: 2rem;
}
.entry-header a {
  color: #303030;
  transition: .3s ease;
}
.entry-header a:hover {
  color: #019642;
  text-decoration: none;
}
.widget-title {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: capitalize;
}
.widget_categories {
  margin-bottom: 60px;
}
.widget_categories ul, .widget_recent_entries ul {
  padding-left: 10px !important;
  padding-right: 10px;
}
.widget_categories li, .widget_recent_entries li {
  list-style: none !important;
}
.widget_categories li a, .widget_recent_entries li a {
  display: block;
  font-size: 1rem;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
  color: #707070;
  transition: .3s ease;
}
.widget_categories li a:hover, .widget_recent_entries li a:hover {
  color: #019642;
  text-decoration: none;
}
.pagination {
  justify-content: center;
}
.page-item.active .page-link {
    background-color: #019642;
    border-color: #019642;
}
.page-link {
    color: #019642;
}
.page-link:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(1,150,60,.25);
    box-shadow: 0 0 0 0.2rem rgba(1,150,60,.25);
}


/* Lista Productos */
.woocommerce-ordering {
  float: none !important;
  width: 100%;
}
.woocommerce-ordering, .widget_easy_sidebar_menu_widget, .widget_price_filter {
  margin-bottom: 60px !important;
}
.widget_easy_sidebar_menu_widget .menu-menu-categorias-productos-container > ul {
  padding-left: 10px !important;
  padding-right: 10px;
}
.widget_easy_sidebar_menu_widget li {
  list-style: none !important;
}
.widget_easy_sidebar_menu_widget li a {
  display: block;
  font-size: 1rem;
  padding: 10px 0;
  color: #707070;
  transition: .3s ease;
}
.widget_easy_sidebar_menu_widget li a:hover {
  color: #019642;
  text-decoration: none;
}
.widget_easy_sidebar_menu_widget .sub-menu {
  padding: 0px;
}
.widget_easy_sidebar_menu_widget .sub-menu li {
  padding: 0px 0px 0px 30px;
}
.widget_easy_sidebar_menu_widget .sub-menu li a {
  font-size: .95rem;
}
.widget_easy_sidebar_menu_widget .sub-menu li:before{
  display: none;
}
.widget_easy_sidebar_menu_widget li.menu-item .easy-sidebar-menu-widget-toggler:hover, .widget_easy_sidebar_menu_widget li.menu-item .easy-sidebar-menu-widget-toggler:focus {
  background: #fff;
  border: 0px !important;
  outline: 0px;
}
.widget_easy_sidebar_menu_widget .current-menu-item>span>a, .widget_easy_sidebar_menu_widget .current-menu-ancestor>span>a {
  color: #019642;
  font-weight: 400;
}
.woocommerce-products-header {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 60px;
}
.woocommerce-products-header .term-description p {
  color: #707070;
  font-size: 1rem;
}
.woocommerce-LoopProduct-link {
  display: inline-block;
  position: relative;
}
.woocommerce-LoopProduct-link:hover {
  text-decoration: none;
}
.woocommerce span.onsale {
  border-radius: 0px;
  min-height: 20px;
  line-height: 20px;
  font-size: .8rem;
  top: 10px;
  left: 10px;
}
.woocommerce-LoopProduct-link h2 {
  color: #707070;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 25px;
  text-align: center;
  transition: .3s ease;
}
.woocommerce-LoopProduct-link h2:hover {
  color: #019642;
}
.woocommerce-LoopProduct-link .price {
  display: block;
  text-align: center;
}
.woocommerce-LoopProduct-link .price del, .entry-summary .price del {
  font-size: 1.1rem;
  color: red;
}
.woocommerce-LoopProduct-link .price ins , .entry-summary .price ins, .woocommerce div.product span.price  {
  font-size: 1.2rem;
  color: #303030;
  font-weight: 700;
  text-decoration: none;
}
.woocommerce-pagination {
  margin-top: 3rem;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 0px !important;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: 0px !important;
}
.woocommerce nav.woocommerce-pagination ul li:first-child span, .woocommerce nav.woocommerce-pagination ul li:first-child a {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.woocommerce nav.woocommerce-pagination ul li:last-child span, .woocommerce nav.woocommerce-pagination ul li:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #019642;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #019642;
    border-color: #019642;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(1,150,60,.25);
    box-shadow: 0 0 0 0.2rem rgba(1,150,60,.25);
    outline: 0;
    z-index: 2;
}

/* Producto */
.woocommerce-product-gallery__image {
  text-align: center;
}
.woocommerce-product-gallery__image a {
  display: inline-block;
}
.woocommerce div.product div.images img {
    display: block;
    width: auto !important;
    height: auto;
    box-shadow: none;
    max-width: 100%;
}

/* Contacto */
.google-maps iframe {
  width: 100%;
  height: 35vh;
}
/* Formulario*/
.wpcf7 {
  max-width: 100%;
  width: 100%;
  font-size: 0.9rem;
}
.border-bottom {
  border: 1px solid #ced4da !important;
}
.wpcf7-form-control-wrap.politicas {
  display: inline-block;
}
.div-catcha {
  margin-top: 5px;
}
.wpcf7 .wpcf7-validation-errors {
  height: auto;
  margin: 30px 0px 10px 0px;
  font-size: 0.85rem;
}
span.wpcf7-not-valid-tip,div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
  padding: 5px 0px 12px 6px;
  font-size: 0.84rem;
}
.wpcf7-response-output ,div.wpcf7-mail-sent-ng, div.wpcf7-aborted, div.wpcf7-spam-blocked, div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #dc3545;
  border: 1px solid #e9ecef;
}
.wpcf7-response-output ,div.wpcf7-mail-sent-ok {
  color: #398f14;
  border: 1px solid #e9ecef;
}
div.wpcf7 .ajax-loader {
  display: none;
}
div .wpcf7-text {
  padding: 25px 15px 20px 15px!important;
  margin-top: 20px;
  margin-bottom: 5px;
  border-radius: 0px !important;
}
div .wpcf7-text:focus, div .wpcf7-textarea:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119,177,34,.25) !important;
  box-shadow: 0 0 0 0.2rem rgba(119,177,34,.25) !important;
  border-color: #fff !important;
}
div .wpcf7-textarea {
  padding: 25px 15px 40px 15px!important;
  margin-top: 20px;
  margin-bottom: 5px;
  border-radius: 0px !important;
}
::-webkit-input-placeholder {
  color: #bbbbbb !important;
}
:-moz-placeholder {
  color: #bbbbbb !important;
}
::-moz-placeholder {
  color: #bbbbbb !important;
}
:-ms-input-placeholder {
  color: #bbbbbb !important;
}
.g-recaptcha {
  margin-bottom: .5em;
}
.wpcf7 input[type=submit] {
  text-transform: uppercase;
  width: 60%;
  height: auto;
  margin-top: 1.5rem;
  border-radius: 5px;
  padding: .8rem 0px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1rem;
  background-color: #56c78e;
  border: 1px solid #56c78e;
  color: #fff !important;
  transition: all 0.4s ease;
  outline: 0px;
}
.wpcf7 input[type=submit]:hover {
  background-color: transparent;
  border-color: #56c78e;
  color: #56c78e !important;
}
/*----- FIN CONTENIDO -----*/

/*----- FOOTER -----*/
#wrapper-footer {
  background-color: #161f23;
  margin: 0px;
}
footer {
  padding: 60px 0px 20px 0px;
  width: 100%;
  font-size: 1rem;
}
footer h3 {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}
footer .footer-resumen {
  padding: 0px 20px;
}
footer .footer-resumen img{
  max-width: 180px;
  width: 100%;
  margin-bottom: 1rem;
}
footer .footer-enlaces {
  padding: 0px 20px;
}
footer a {
  display: inline-block;
  color: #b7b7b7;
  font-weight: 300;
  margin: 6px 0px;
  font-size: .9rem;
  transition: .3s ease;
}
footer a:hover {
  text-decoration: none;
  color: #b7b7b7;
  opacity: .6;
}
footer .footer-contacto {
  padding: 0px 20px;
}
footer span, footer p, footer a {
  color: #b7b7b7;
}
.footer-contacto .redes-footer i {
    color: #fff;
    font-size: 2rem;
    margin-right: 16px;
}
footer .menu-menu-politicas-container ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer .menu-menu-politicas-container li+li:before {
  content: "|";
  padding: 0px 3px 0px 0px;
  font-size: .84rem;
}
footer .menu-menu-politicas-container li {
  display: inline-block;
  list-style: none;
}
/*----- FIN DE FOOTER -----*/

/*----- MEDIA QUIERIES -----*/
/* xs < 768 */
@media screen and (max-width: 767px) {
  /* Titulos */
  h1 {
    font-size: 1.9rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
  }
  p {
    font-size: .8rem;
    line-height: 1.7;
  }

  /*----- CONTAINER -----*/
  .container {
      max-width: 100%;;
  }
  /*----- FIN CONTAINER -----*/

  /*----- HEADER -----*/
  /* Logo && Menu button */
  a.navbar-brand.custom-logo-link img {
      height: 55px;
  }

  .custom-toggler:focus {
    outline: 0px;
  }
  .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  /* Top-navbar */
  .top-navbar {
    padding: .5rem 0rem .5rem 0rem;
  }
  .top-navbar-intro, .top-navbar-intro h1 {
    font-size: .8rem;
    padding: 5px 0px;
  }
  .top-navbar .bloque-redes-header {
    flex-wrap: wrap !important;
    padding: 5px 0px;
  }
  .top-navbar span  {
    width: 100%;
  }
  .top-navbar a {
    font-size: .8rem;
  }
  /* Menú */
  .navbar {
    background-color: #fff;
    position: relative;
    z-index: 99;
    width: 100%;
    margin: 0px;
    padding: 15px 15px;
    align-items: flex-start;
    box-shadow: 0 10px 15px rgba(0,0,0,.05);
  }
  .navbar-nav {
    padding-top: 20px;
  }
  .nav-link {
    font-size: .95rem;
    padding: 15px 15px !important;
  }
  .dropdown-menu {
    min-width: 180px;
    padding: 0px 0px 8px 8px;
    margin: 0px 0px;
    box-shadow: none;
  }
  .dropdown-menu>li {
    padding: 0rem 0rem;
  }
  .dropdown-menu li a {
    padding: 7px 20px;
    font-size: .9rem;
    border-bottom: 0px;
  }
  .dropdown-menu li:last-child a {
    border-bottom: 0px;
  }
  .dropdown-menu.show {
    max-height: 100%;
  }

  /* Header Content */

  /* Slider */
  .slide-home {
    height: 70vh;
    min-height: 480px;
  }
  .slide-home .content-slider {
    width: 100%;
  }
  .slide-home .content-slider h2 {
    font-size: 2rem;
  }
  .slide-home .content-slider p {
    font-size: .9rem;
  }

  /* Header Section */
  .header-section {
    height: 20vh;
    min-height: 180px;
  }

  .breadcrumb {
    padding-left: 0px;
    padding-right: 0px;
    font-size: .9rem;
  }
  /*----- FIN HEADER -----*/

  /*----- CONTENIDO -----*/
  /* Margin */
  .wrapper {
    padding: 0px;
    margin: 0rem 0rem 0rem 0rem;
  }
  #wrapper-footer {
    padding: 0px 0px;
  }
  /* FIN Margin */

  /* Página Inicio */
  .boton-verde {
    padding: 10px 30px;
    font-size: .9rem;
  }
  .boton-verde i{
    color: white !important;
  }
  i.fab.fa-whatsapp{
        color: white !important;
  }
  .bloque-servicios img {
    width: 40%;
  }
  .bloque-servicios span {
    font-size: .8rem;
    line-height: 1.2;
  }
  .subtitulo {
    font-size: .8rem;
  }
  .raya-gris i {
    font-size: 1.4rem;
  }
  .raya-gris span {
    width: 50px;
  }

  .servicios-section .servicios-parallax {
    height: 30vh;
    min-height: 230px;
  }
  .servicios-section .servicios-content {
    max-width: 100%;
  }
  .servicios-ficha img {
    width: 55%;
  }
  .servicios-ficha h3 {
    font-size: 1.2rem;
  }
  .suscribete-section form {
      position: relative;
      z-index: 1;
      width: 100%;
  }
  .suscribete-section form button.famie-btn {
      width: 140px;
      height: 40px;
      font-size: 14px;
  }
  .suscribete-section .form-control {
      height: 40px;
      font-size: 12px;
  }

  /* Lista noticias */
  .entry-header .fecha-publicacion {
    font-size: .8rem;
  }
  .entry-header h2 {
    font-size: 1.8rem;
  }
  .entry-content {
      font-size: .8rem;
      line-height: 1.7;
  }
  .widget-title {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .widget_categories {
    margin-bottom: 30px;
  }
  .widget_categories li a, .widget_recent_entries li a {
    font-size: .9rem;
    padding: 10px 0;
  }

  /* Lista Productos */
  .woocommerce-ordering, .widget_easy_sidebar_menu_widget, .widget_price_filter {
    margin-bottom: 30px !important;
  }
  .widget_easy_sidebar_menu_widget li a {
    font-size: .9rem;
    padding: 10px 0;
  }
  .widget_easy_sidebar_menu_widget .sub-menu li a {
    font-size: .85rem;
  }
  .woocommerce-products-header .term-description p {
    font-size: .8rem;
    line-height: 1.7;
  }
  .woocommerce-LoopProduct-link h2 {
    font-size: .9rem;
  }
  .woocommerce-LoopProduct-link .price del, .entry-summary .price del {
    font-size: 1rem;
  }
  .woocommerce-LoopProduct-link .price ins , .entry-summary .price ins, .woocommerce div.product span.price  {
    font-size: 1.1rem;
  }
  /* Producto */


  /* Contacto */
  .google-maps iframe {
    height: 25vh;
    min-height: 200px;
  }
  /* Formulario*/
  .wpcf7 {
    font-size: 0.85rem;
  }
  .div-catcha {
    margin-top: 5px;
  }
  .wpcf7 .wpcf7-validation-errors {
    font-size: 0.8rem;
  }
  span.wpcf7-not-valid-tip,div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    font-size: 0.8rem;
  }

  div .wpcf7-text {
    padding: 20px 15px 15px 15px!important;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: .85rem !important;
  }
  div .wpcf7-textarea {
    padding: 20px 15px 30px 15px!important;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: .85rem !important;
  }
  .g-recaptcha {
    margin-bottom: .5em;
  }
  .wpcf7 input[type=submit] {
    width: 50%;
    margin-top: 1.5rem;
    padding: .8rem 0px;
    font-size: .9rem;
  }

  /*----- FIN CONTENIDO -----*/

  /*----- FOOTER -----*/
  footer {
    padding: 40px 0px 10px 0px;
  }
  footer h3 {
    font-size: 1.2rem;
  }
  footer .footer-resumen {
    padding: 0px 20px;
  }
  footer .footer-resumen img{
    max-width: 180px;
    width: 100%;
    margin-bottom: 1rem;
  }
  footer .footer-enlaces {
    padding: 0px 20px;
  }
  footer a {
    margin: 6px 0px;
    font-size: .9rem;
  }
  footer .footer-contacto {
    padding: 0px 20px;
  }
  .footer-contacto .redes-footer i {
      font-size: 2rem;
      margin-right: 16px;
  }
  /*----- FIN DE FOOTER -----*/
}

/* sm */
@media screen and (min-width: 576px) and (max-width: 767px) {
  .container {
      max-width: 90%;
  }
}

/* md */
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* Titulos */
  h1 {
    font-size: 1.9rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
  }
  p {
    font-size: .8rem;
    line-height: 1.7;
  }

  /*----- CONTAINER -----*/
  .container {
    max-width: 720px;
  }
  /*----- FIN CONTAINER -----*/

  /*----- HEADER -----*/
  /* Logo && Menu button */
  .custom-logo-link {
    max-width: 60px;
    width: 100%;
    padding: 0px;
}
  a.navbar-brand.custom-logo-link img {
      height: 50px;
  }
  /* Top-navbar */
  .top-navbar {
    padding: .5rem 0rem .5rem 0rem;
  }
  .top-navbar-intro, .top-navbar-intro h1 {
    font-size: .8rem;
    padding: 5px 0px 0px 0px;
  }
  .top-navbar .bloque-redes-header {
    flex-wrap: wrap !important;
    padding: 5px 0px;
  }
  .top-navbar a {
    font-size: .8rem;
  }
  /* Menú */
  .navbar {
    padding: 15px 15px;
  }
  .nav-link {
    font-size: .88rem;
    padding: 12px 10px !important;
  }
  .dropdown-menu li a {
    font-size: .84rem;
  }

  /* Header Content */

  /* Slider */
  .slide-home {
    height: 70vh;
  }
  .slide-home .content-slider {
    width: 100%;
  }
  .slide-home .content-slider h2 {
    font-size: 2rem;
  }
  .slide-home .content-slider p {
    font-size: .9rem;
  }

  /* Header Section */
  .header-section {
    height: 20vh;
    min-height: 180px;
  }

  .breadcrumb {
    padding-left: 0px;
    padding-right: 0px;
    font-size: .9rem;
  }
  /*----- FIN HEADER -----*/

  /*----- CONTENIDO -----*/
  /* Margin */
  .wrapper {
    padding: 0px;
    margin: 0rem 0rem 0rem 0rem;
  }
  #wrapper-footer {
    padding: 0px 0px;
  }
  /* FIN Margin */

  /* Página Inicio */
  .boton-verde {
    padding: 10px 30px;
    font-size: .9rem;
  }
  .bloque-servicios img {
    width: 50%;
  }
  .bloque-servicios span {
    font-size: .8rem;
  }
  .subtitulo {
    font-size: .8rem;
  }
  .raya-gris i {
    font-size: 1.4rem;
  }
  .raya-gris span {
    width: 50px;
  }

  .servicios-section .servicios-content {
    max-width: 440px;
  }
  .servicios-ficha img {
    width: 40%;
  }
  .servicios-ficha h3 {
    font-size: 1.2rem;
  }

  .suscribete-section form {
      position: relative;
      z-index: 1;
      width: 100%;
  }
  .suscribete-section form button.famie-btn {
      width: 140px;
      height: 40px;
      font-size: 14px;
  }
  .suscribete-section .form-control {
      height: 40px;
      font-size: 12px;
  }

  /* Lista noticias */
  .entry-header .fecha-publicacion {
    font-size: .8rem;
  }
  .entry-header h2 {
    font-size: 1.8rem;
  }
  .entry-content {
      font-size: .8rem;
      line-height: 1.7;
  }
  .widget-title {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .widget_categories {
    margin-bottom: 30px;
  }
  .widget_categories li a, .widget_recent_entries li a {
    font-size: .9rem;
    padding: 10px 0;
  }

  /* Lista Productos */
  .woocommerce-ordering, .widget_easy_sidebar_menu_widget, .widget_price_filter {
    margin-bottom: 30px !important;
  }
  .widget_easy_sidebar_menu_widget li a {
    font-size: .9rem;
    padding: 10px 0;
  }
  .widget_easy_sidebar_menu_widget .sub-menu li a {
    font-size: .85rem;
  }
  .woocommerce-products-header .term-description p {
    font-size: .8rem;
    line-height: 1.7;
  }
  .woocommerce-LoopProduct-link h2 {
    font-size: .9rem;
  }
  .woocommerce-LoopProduct-link .price del, .entry-summary .price del {
    font-size: 1rem;
  }
  .woocommerce-LoopProduct-link .price ins , .entry-summary .price ins, .woocommerce div.product span.price  {
    font-size: 1.1rem;
  }
  /* Producto */


  /* Contacto */
  .google-maps iframe {
    height: 25vh;
    min-height: 200px;
  }
  /* Formulario*/
  .wpcf7 {
    font-size: 0.85rem;
  }
  .div-catcha {
    margin-top: 5px;
  }
  .wpcf7 .wpcf7-validation-errors {
    font-size: 0.8rem;
  }
  span.wpcf7-not-valid-tip,div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    font-size: 0.8rem;
  }

  div .wpcf7-text {
    padding: 20px 15px 15px 15px!important;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: .85rem !important;
  }
  div .wpcf7-textarea {
    padding: 20px 15px 30px 15px!important;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: .85rem !important;
  }
  .g-recaptcha {
    margin-bottom: .5em;
  }
  .wpcf7 input[type=submit] {
    width: 50%;
    margin-top: 1.5rem;
    padding: .8rem 0px;
    font-size: .9rem;
  }

  /*----- FIN CONTENIDO -----*/

  /*----- FOOTER -----*/
  footer {
    padding: 40px 0px 10px 0px;
  }
  footer h3 {
    font-size: 1.2rem;
  }
  footer .footer-resumen {
    padding: 0px 20px;
  }
  footer .footer-resumen img{
    max-width: 180px;
    width: 100%;
    margin-bottom: 1rem;
  }
  footer .footer-enlaces {
    padding: 0px 20px;
  }
  footer a {
    margin: 6px 0px;
    font-size: .8rem;
  }
  footer .footer-contacto {
    padding: 0px 20px;
  }
  .footer-contacto .redes-footer i {
      font-size: 2rem;
      margin-right: 16px;
  }
  /*----- FIN DE FOOTER -----*/
}

/* lg */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* Titulos */
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
  }
  p {
    font-size: .85rem;
    line-height: 1.7;
  }

  /*----- CONTAINER -----*/
  .container {
    max-width: 960px;
  }
  /*----- FIN CONTAINER -----*/

  /*----- HEADER -----*/
  /* Logo && Menu button */
  .custom-logo-link {
    max-width: 60px;
    width: 100%;
    padding: 0px;
}
  a.navbar-brand.custom-logo-link img {
      height: 55px;
  }
  /* Top-navbar */
  .top-navbar {
    padding: .6rem 0rem;
  }
  .top-navbar-intro, .top-navbar-intro h1 {
    font-size: .8rem;
    padding: 5px 0px 0px 0px;
  }
  /* Menú */
  .navbar {
    padding: 15px 15px;
  }
  .nav-link {
    font-size: .90rem;
    padding: 12px 10px !important;
  }
  .dropdown-menu li a {
    font-size: .85rem;
  }

  /* Header Content */

  /* Slider */
  .slide-home {
    height: 65vh;
  }
  .slide-home .content-slider {
    width: 90%;
  }
  .slide-home .content-slider h2 {
    font-size: 2.4rem;
  }
  .slide-home .content-slider p {
    font-size: .95rem;
  }

  /* Header Section */
  .header-section {
    height: 25vh;
    min-height: 180px;
  }

  .breadcrumb {
    padding-left: 0px;
    padding-right: 0px;
    font-size: .95rem;
  }
  /*----- FIN HEADER -----*/

  /*----- CONTENIDO -----*/
  /* Margin */
  .wrapper {
    padding: 0px;
    margin: 1rem 0rem 0rem 0rem;
  }
  #wrapper-footer {
    padding: 0px 0px;
  }
  /* FIN Margin */

  /* Página Inicio */
  .boton-verde {
    padding: 10px 30px;
    font-size: .95rem;
  }
  .bloque-servicios img {
    width: 40%;
  }
  .bloque-servicios span {
    font-size: .85rem;
  }
  .subtitulo {
    font-size: .82rem;
  }
  .raya-gris i {
    font-size: 1.5rem;
  }
  .raya-gris span {
    width: 60px;
  }

  .servicios-section .servicios-content {
    max-width: 600px;
  }
  .servicios-ficha img {
    width: 35%;
  }
  .servicios-ficha h3 {
    font-size: 1.2rem;
  }

  .suscribete-section form {
      position: relative;
      z-index: 1;
      width: 60%;
  }
  .suscribete-section form button.famie-btn {
      width: 150px;
      height: 43px;
      font-size: 15px;
  }
  .suscribete-section .form-control {
      height: 43px;
      font-size: 14px;
  }

  /* Lista noticias */
  .entry-header .fecha-publicacion {
    font-size: .85rem;
  }
  .entry-header h2 {
    font-size: 1.9rem;
  }
  .entry-content {
      font-size: .85rem;
      line-height: 1.7;
  }
  .widget-title {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
  .widget_categories {
    margin-bottom: 40px;
  }
  .widget_categories li a, .widget_recent_entries li a {
    font-size: .95rem;
    padding: 10px 0;
  }

  /* Lista Productos */
  .woocommerce-ordering, .widget_easy_sidebar_menu_widget, .widget_price_filter {
    margin-bottom: 40px !important;
  }
  .widget_easy_sidebar_menu_widget li a {
    font-size: .95rem;
    padding: 10px 0;
  }
  .widget_easy_sidebar_menu_widget .sub-menu li a {
    font-size: .9rem;
  }
  .woocommerce-products-header .term-description p {
    font-size: .85rem;
    line-height: 1.7;
  }
  .woocommerce-LoopProduct-link h2 {
    font-size: .95rem;
  }
  .woocommerce-LoopProduct-link .price del, .entry-summary .price del {
    font-size: 1.05rem;
  }
  .woocommerce-LoopProduct-link .price ins , .entry-summary .price ins, .woocommerce div.product span.price  {
    font-size: 1.15rem;
  }
  /* Producto */


  /* Contacto */
  .google-maps iframe {
    height: 20vh;
    min-height: 200px;
  }
  /* Formulario*/
  .wpcf7 {
    font-size: 0.85rem;
  }
  .div-catcha {
    margin-top: 5px;
  }
  .wpcf7 .wpcf7-validation-errors {
    font-size: 0.8rem;
  }
  span.wpcf7-not-valid-tip,div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    font-size: 0.8rem;
  }

  div .wpcf7-text {
    padding: 20px 15px 15px 15px!important;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: .85rem !important;
  }
  div .wpcf7-textarea {
    padding: 20px 15px 30px 15px!important;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: .85rem !important;
  }
  .g-recaptcha {
    margin-bottom: .5em;
  }
  .wpcf7 input[type=submit] {
    width: 50%;
    margin-top: 1.5rem;
    padding: .8rem 0px;
    font-size: .9rem;
  }

  /*----- FIN CONTENIDO -----*/

  /*----- FOOTER -----*/
  footer {
    padding: 50px 0px 15px 0px;
  }
  footer h3 {
    font-size: 1.2rem;
  }
  footer .footer-resumen {
    padding: 0px 20px;
  }
  footer .footer-resumen img{
    max-width: 180px;
    width: 100%;
    margin-bottom: 1rem;
  }
  footer .footer-enlaces {
    padding: 0px 20px;
  }
  footer a {
    margin: 6px 0px;
    font-size: .85rem;
  }
  footer .footer-contacto {
    padding: 0px 20px;
  }
  .footer-contacto .redes-footer i {
      font-size: 2rem;
      margin-right: 16px;
  }
  /*----- FIN DE FOOTER -----*/
}

/* xl */
@media screen and (min-width: 1200px) and (max-width: 1500px) {

}

/* ANIMACIONES */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}


@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #019642  !important;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #019642 !important;
  }
  .foot-text p,  .foot-text a{
    font-size: 0.9rem;
  }