/*
Theme Name:   OceanWPChild
Description:  Tema hijo del OceanWP
Author:       Wanatop
Author URL:   Escribe aquí la URL del blog o la web del autor
Template:     oceanwp
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  OceanWPChild
*/

/* Escribe aquí tu propia hoja de estilos personal */
.page-header .site-breadcrumbs.clr {
    position: initial;
    margin-top: 0px;
}
body.woocommerce .single-post-title.product_title.entry-title {
    margin-right: 70px;
}

/*-------------------- Testimonios ----------------------*/

.paginacion_testimonios {
    text-align: center;
}
.paginacion_testimonios span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #136630;
}
.paginacion_testimonios span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    border: 2px solid #136630;
    background: #fff;
}
#slider_testimonios .contenido_testimonio {
    margin: 20px;
}
#slider_testimonios .cometario {
    text-align: justify;
    margin: 0;
}
#slider_testimonios .cliente {
    text-align: right;
    margin: 0;
    color: #136630;
    font-style: italic;
}
.aviso-tarjeta {
    text-align: center;
    background: linear-gradient(87deg, #136630, #069538);
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 25px 0px;
    margin-bottom: 20px;
}
div#site-header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
div#site-header-inner #site-logo {
    float: left;
    height: 100%;
    display: table;
    flex: 0 0 20%;
}
div#site-header-inner #site-navigation-wrap{
    float: none;
    position: relative;
    right: auto;
    display: block;
    width: 100%;
    flex: 0 0 80%;
}
div#site-header-inner #site-navigation-wrap .dropdown-menu {
    display: block;
    background: transparent;
    border-width: 0px;
}

@media (max-width:768px){
    div#site-header-inner #site-navigation-wrap{
        display: none!important;
    }
}
@media (max-width:768px) {
  .age-gate {
    max-height: 300px!important;
    margin: 0!important;
  }

  .age-gate-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
