/* ----------------------------------------------------------------*/
/* Variables */
/* ----------------------------------------------------------------*/

:root {
    --principal: #6890C6; 
}
  
/* ----------------------------------------------------------------*/
/* Personalizaciones del theme */
/* ----------------------------------------------------------------*/

a {
    text-decoration: none !important;
}

.fondo-reducido {
    min-height: 200px !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
    font-weight: 700;
}
.img-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

@media only screen and (min-width: 960px) {
.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings {
    margin-bottom: 0
}
}
.entry {
    margin-bottom: 0;
}
.ab-block-container {
    margin-bottom: 0 !important;
}

.home h3 {
    border-bottom: 1px solid #F6F6F6!important;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 13px;
    padding-bottom: 2px;
}

.home .ugb-container.ugb-container--height-short, .ugb-container.ugb-height-short {
    padding-top: 0;
    padding-bottom: 0;
}
.home .owl-item .item .product_name a {
    height: 2.5rem !important;
}

.prefooter {
    background-color: var(--principal);
    color: black;
    display: flex;
    align-content: space-between;
    background-color: #f5f5f5;
    padding: 1rem 0;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.prefooter img {
    width: 50px;
}
.prefooter .item{
    flex: 0 1 25%;
    padding-bottom: 1rem;
    text-align: center;
}
.prefooter .item img {
}

.prefooter .item .text {
    padding-top: .7rem;
    text-transform: uppercase;
}
.prefooter .item:not(:first-of-type) {
  border-left: 1px solid #eaeaea;
}

@media only screen and (min-width: 960px) {
	.prefooter {
	    flex-direction: row;
	}
}

/* ----------------------------------------------------------------*/
/* Enlaces del menu principal */
/* ----------------------------------------------------------------*/
.quadmenu-item.quadmenu-item-object-page>a,
.quadmenu-item.quadmenu-item-object-mega>a {
    text-decoration: none !important;
    background-image: linear-gradient(#6890C6, #6890C6) !important;
    background-position: 0% 100% !important;
    background-repeat: no-repeat !important;
    background-size: 0% 2px !important;
    transition: background-size .3s !important;
}

.quadmenu-item.quadmenu-item-object-page a:hover, 
.quadmenu-item.quadmenu-item-object-page a:focus,

.quadmenu-item.quadmenu-item-object-mega a:hover, 
.quadmenu-item.quadmenu-item-object-mega a:focus { 
    background-size: 100% 3px !important;
    /* text-decoration: none; */
}

#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown>.quadmenu-dropdown-menu.quadmenu-dropdown-stretch-dropdown>ul, #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown>.quadmenu-dropdown-menu.quadmenu-dropdown-stretch-dropdown>.quadmenu-dropdown-background {
    border-left: 130px solid transparent !important;
}

/* ----------------------------------------------------------------*/
/* Personalización del margen inferior de los widget */
/* ----------------------------------------------------------------*/
.widget {
    margin-bottom: 0;
}

/* ----------------------------------------------------------------*/
/* Personalización del header (hero) de la home*/ 
/* ----------------------------------------------------------------*/
.header-home .ugb-header__title {
    font-size: 4rem;
    font-weight: 700;    
}
.header-home .ugb-header__subtitle {
    font-style: italic; 
    font-size: 2rem;
}

.header-home h2 {
    font-size: 4rem;
    font-weight: 700;    
}
.header-home p {
    font-style: italic;
    font-size: 2rem;
}
.header-home .wp-block-button a {
    font-size: 1.2rem;
    font-weight: 100;
    padding: 5px 15px;
}
/* ----------------------------------------------------------------*/
/* Mapa responsive */ 
/* ----------------------------------------------------------------*/
.grid-productos {
    display: flex;
}
/* ----------------------------------------------------------------*/
/* Mapa responsive */ 
/* ----------------------------------------------------------------*/
.responsive-map.full-content {
 	overflow: hidden;
 	padding-bottom:25%;
 	position:relative;
 	height:0;
}
.responsive-map.full-content iframe {
 	left:0;
 	top:0;
 	height:100%;
 	width:100%;
 	position:absolute;
}
/* -------------------------- */
/* Menu superior de contactos */
/* -------------------------- */
.top-menu-right {
    /* display: none; */

    border-bottom: 1px solid #f9f9f9;
    position: relative;
    width: 100%;
    background-color: white;
    z-index: 10000;
    padding: 0 30px;

    float: right;
    text-align: right;
}

.top-menu-right a {
    color: var(--principal);
    font-family: var(--fuente);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 100;
}
.top-menu-right a .fas {
    margin: 0 .3rem;
}
.top-menu-right li {
    margin: 0 .5rem;
}
.site-header .wrap {
    margin-top: 25px;
}
@media only screen and (min-width: 960px){  
    .top-menu-right {
        display: flex;
        justify-content: flex-end;
        position:fixed;
        float: none;
    }
}

/* ----------------------------------------------------------------*/
/* wpos_product_categories */ 
/* ----------------------------------------------------------------*/
.design-1 .pcdfwoo-product-cat_inner .pcdfwoo_title {
/*     padding: 0 !important; */
    padding: 2px !important;
    bottom: 0 !important;

    font-size: .9rem !important;
    text-align: center !important;
    
    /* Para ajustar la altura */
    height: 50px;
    display: flex;
    align-content: center;
    align-items: center;
    
}
.design-1 .pcdfwoo-product-cat_inner .pcdfwoo_title .pcdfwoo_count {
    /* display: none !important; */
    top: unset !important;
    left: unset !important;
    bottom: 0 !important;
    right: 0 !important;
    background: rgba(224, 70, 53, .5) !important;
    
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    font-size: 10px !important;
    font-weight: bold;
}

@media only screen and (min-width: 40.0625em) {
	.pcdfwoo-medium-5 {
	    width: 20% !important;
	}
}
/* ----------------------------------------------------------------*/
/* Woocommerce */ 
/* ----------------------------------------------------------------*/
/*
.woocommerce {
    padding-bottom: 2rem;
}
*/
.site-inner{margin-bottom: 95px; }

.woocommerce-account .entry-title {
	display: none;
}
.woocommerce-MyAccount-navigation-link.is-active{
	font-size: 1.5rem;
}
.post-type-archive-product .breadcrumb,
.post-type-archive-product .page-title,
.post-type-archive-product .woocommerce-info {
	display: none;
}

.post-type-archive-product .fondo-completo {
    margin-right: calc(-100vw / 2 + 100% / 2);
    margin-left: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: 100vw;
}
.post-type-archive-product .site-inner {
	padding: 0;
}
/* ----------------------------------------------------------------*/
/* Responsive */ 
/* ----------------------------------------------------------------*/
.wp-custom-logo .title-area {
    max-width: 220px;
}