/*
Theme Name: Bootstrap Criss
Theme URI: https://crissanis.com
Author: Crissanis
Author URI: https://crissanis.com
Description: Un theme wordpress bassado en Bootstrap
Version: 1.0
*/
body {
    font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration:none;
	color:#000;
}

h1,h2,h3,h4,h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;	
}
h2 {
    font-size: 2.5rem;
}

.btn-success{
	background-color:#23c0b9;
	color:#fff;
    -webkit-transition: all .5scubic-bezier(0.48, 0.01, 0.5, 0.99);
    transition: all .5scubic-bezier(0.48, 0.01, 0.5, 0.99);
		font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
	border:none;
}
.btn-success:hover{
	background-color:#56C3BE;
	color:#fff;
}
.contactoo{
    max-width: 400px;
    justify-content: flex-start;
    align-items: center;
}
.contactoo p{
	padding-left:20px;
	color:#003366;
	font-weight:500;
	font-size:1.2rem;
	margin-top: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
}
.cajon {
    max-width: 800px;
    margin: auto;
    padding-top: 3%;
    padding-bottom: 3%;
}
.current-menu-item a{
	
	color:#ff3232 !important;
}
.age-gate__buttons button{
    background-color: black;
}

.footer .row {
	border:1px solid #fff;
}
.footer .row .col-md-4:nth-child(2),
.footer .row .col-md-4:first-child {
	border-right:1px solid #fff;
}

#content li {
    font-size: 1.2rem;
}
#carouselPortada{
    position: relative;
}
#carouselPortada .carousel-control-next span,
#carouselPortada .carousel-control-prev span{
    /*filter: invert(1) grayscale(100);*/
	  filter: invert(100%);

}
.carousel-control-next,
.carousel-control-prev{
    filter: invert(100%);
}
.encabezado{
    margin-top: 1%;
}
.menu-principal {
    width: 100%;
}
.encabezado h1{
	padding-top:10px;
	padding-bottom:10px;
}
.encabezado > .row:first-child  {
	    border-top-style: solid;
    border-top-color: #56C3BE;
    border-bottom-style: solid;
    border-bottom-color: #56C3BE;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-width: 15px;
	border-bottom-width: 15px;
}
.rigth img {
	filter: grayscale(100%);
}
img.logo_retina22 {
    
    filter: grayscale(100%);
    opacity: 0.6; 
}
img.logo_retina2 {
    position: absolute;
    filter: grayscale(100%);
    opacity: 0.6;
    top: 55%;
    right: calc(40% - 100px);
}
#menu-main {
    display: flex;
    flex-direction: row;
    width: 100%;  
    justify-content: flex-end;
	margin: 0;
}
#menu-main .menu-item {
    padding-right: 10px;
    padding-left: 10px;

}
.page h1 {
	font-weight: 700;    
    color: #FFFFFF !important;
    text-align: center;
    text-shadow: 0.08em 0.08em 0em rgba(0, 0, 0, 0.4);

}
.page-id-17 .content p{
    
    font-size: 1.5rem;
    font-weight: 500;
    color: #28598A;
}
.page-id-17 .content p strong{
	font-weight: bold;
	font-family: 'Jost', sans-serif;
}

header {
    position: relative;
    background-color: #000;
    width: 100%;
    z-index: 8000;
    box-shadow: 0px 0px 1px 1px rgba(2, 2, 2, 0.8);
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
nav ul li {
    list-style: none;
}
nav ul li a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;    
    color: #333333;
}

/* Submenú oculto por defecto */

.menu-lista .sub-menu {
    
    width: 200px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 17%;
    top: 90px;
    background: #262626;
    border: none;
    z-index: 200;
    border-radius: 0px 0px 2px 2px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
    display: none; 
}

#menu-main > li >a  {
  padding: 10px;
	    border-radius: 15px;
}

.menu-lista .sub-menu li {
    white-space: nowrap;
}

/* Mostrar submenú al hacer hover */
.menu-lista > li:hover > .sub-menu {
    display: block;
}

/* Enlaces del menú */
.menu-lista > li a {
		
	color:#fff;
	-webkit-transition: all .5scubic-bezier(0.48, 0.01, 0.5, 0.99);
    transition: all .5scubic-bezier(0.48, 0.01, 0.5, 0.99);
}
.menu-lista a {
    color: #444;
    text-decoration: none;
    padding: 10px;
    display: block;
	    -webkit-transition: all .5scubic-bezier(0.48, 0.01, 0.5, 0.99);
    transition: all .5scubic-bezier(0.48, 0.01, 0.5, 0.99);
    transition: all .4s ease-in-out;
}

.menu-lista a:hover {
    color: #929292;        
}

#navigation .sub-menu li {
    float: none;
    border: none;
    margin: 0px 10px;
    padding: 0;
    height: auto;
    position: relative;
}
#menu-main .sub-menu li a {
    display: block;
    text-align: left;
    color: #bbbbbb;
    text-transform: none;
    padding: 10px 6px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #757575;
	font: 400 13px Open Sans, Arial, Helvetica, sans-serif;  
	transition: color 0.5s ease, transform 0.3s ease;
}

.sub-menu li a:hover {
	color:#fff !important;
}

.nosotros {
    max-width: 80%;
    padding: 6%;
    margin: auto;
}
.nosotros h2 {
	font-size: 3rem;
}
.nosotros p{
	font-size: 1.3rem;
}

.listado-categorias {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    background-color: #E02B20;
    border-radius: 20px 20px 20px 20px;
    align-items: center;
    padding-left: 0;
}
.listado-categorias li{
    
	padding:0.5rem ;
    
}
.listado-categorias li a{
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat';
    padding:1rem ;
}
.listado-categorias li a:hover{
	filter: grayscale(0%);
}
.formulario textarea,
.formulario input {
    width: 100%;
}
.header-widget {
    padding: 4px;
}
       @keyframes slowOscillate {
            0% { transform: rotate(0deg) translateX(0); }
            25% { transform: rotate(-5deg) translateX(-3px); }
            50% { transform: rotate(5deg) translateX(3px); }
            75% { transform: rotate(-5deg) translateX(-3px); }
            100% { transform: rotate(0deg) translateX(0); }
        }
.phome img{
   animation: slowOscillate 2s ease-in-out infinite;
}

.category article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.woocommerce ul.products li.product a img{
max-width: max-content;
}
.type-product .product_type_simple{
	display:none !important;
}
.woocommerce-sidebar {
    display: block !important;
}
.children-products{
	  overflow: hidden;
	  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
	height:0;
}
.arbol-productos  li {
	cursor:pointer;
}
.arbol-productos > li:hover .children-products{
	  opacity: 1;
  visibility: visible;display:block !important;
	  transition-delay: 0.8s; /* Espera 0.2s antes de iniciar la transición */
	    max-height: max-content;
	    position: absolute;
    left: 25%;
	height:100%;
    background: #ccc;
}
.children-products{
	list-style:none;
	z-index:10000;
}
.carousel-item h3 {
    color: #fff;
    position: absolute;
    top: 45%;
    max-width: 800px;
    right: 30%;
    text-align: center;
    font-family: 'Jost';
    font-size: 3rem;
}
.children-products li a,
.arbol-productos > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #E4E4E457;
    -webkit-transition: all .5scubic-bezier(0.48, 0.01, 0.5, 0.99);
    transition: all .5scubic-bezier(0.48, 0.01, 0.5, 0.99);
	margin-bottom: 1px;
	 transition: all 0.8s ease-in-out;
	 font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(80%) sepia(59%) saturate(381%) hue-rotate(2deg) brightness(101%) contrast(101%);
}
.children-products li a{
	text-decoration:none;
	font-weight:500;
	color:#000;
	 font-family: 'Montserrat', sans-serif;
	font-size:13px;
}
.arbol-productos .children-products a:hover,
.arbol-productos > li:hover{
	background-color:#000;
	color:#fff;
}

.jet-dropdown-arrow {
  
    right: 15px;
    color: #000;
    font-size: 8px;   
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
}
.woocommerce div.product div.images img{ width:auto !important;}
.woocommerce-product-gallery__image {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.related.products {
    position: relative;
    clear: both;
    padding-top: 15%;
}
.product_title_full  {
	font-family: 'Jost', sans-serif;
	        font-size: 2rem;
	font-weight:700;
}
.woocommerce-product-details__short-description strong {
	font-family: 'Jost', sans-serif;
	font-weight:700;
}
nav.woocommerce-breadcrumb {
    display: none;
}
.related.products h2{
	  font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size: 1.4rem;
	text-transform:uppercase;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #958e09;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Open Sans';
}
.product_meta span,
.product_meta a{
    font-weight: 500;
    font-family: 'Montserrat';
    text-decoration: none;
    color: #fff;
    background: #000;
    padding: 8px;

}

h2.woocommerce-loop-product__title {
    color: #000;
    font-size: 0.9em;
	font-family: 'Jost', sans-serif;    
    font-weight: 700;
	text-align: center;
}
.filtros-products {
    display: flex;
	justify-content: space-between;
}
.page-id-89 #sidebar {
	display:none;
}
.woocommerce ul.products li.product a img {
    box-shadow: none;
    width: 280px;
    height: 300px;
    display: block;    
    box-shadow: none;
    object-fit: contain;
    max-width: 100%;
	margin: 0;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    /* display: block; */
    /* position: relative; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.type-product .woocommerce-Price-amount{
	
    color: #958e09;
    font-size: 1.3em;
    font-weight: bold;
    font-family: 'Open Sans';

}
.woocommerce-result-count,
.filtros-products label {
	 font-family: 'Montserrat', sans-serif;
	 font-weight: 400;
}

.header-widget a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 130px;
    color: #000;
    font-family: 'Jost';
    font-weight: 700;
}
#sidebar .active {
	    background-color: #000;
    color: #fff;
}

.entry-summary a{
	text-decoration:none;
	color:#000;
}

.navbar-toggler-icon{
	    background-image: var(--bs-navbar-toggler-icon-bg);
}

#content{
	    background: #a3f3efba;
	    padding-top: 5%;
    padding-bottom: 5%;
}
#content .align-items-center {

    margin-top: 5%;
    margin-bottom: 5%;
}



.card {
            border: none;
            overflow: hidden;
            border-radius: 15px;
            transition: transform 0.3s ease-in-out;
        }
        .card:hover {
            transform: translateY(-5px);
        }
        .card img {
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            height: 200px;
            object-fit: cover;
        }
        .card-title {
            color: #6a1b9a;
            font-weight: bold;
        }
        .footer {
                background-color: #28598A;
            padding: 40px 0;
            text-align: center;
        }
        .footer h5 {
			    padding-top: 30px;
            color: #F7B92C;
            
           text-transform: uppercase;
    text-shadow: 0 0 3px #fff;
    font-size: 1.5rem;
}
        .footer p, .footer a {
           color: #fff;
            text-decoration: none;
			font-weight:bold;
        }
        .footer a:hover {
            text-decoration: underline;
        }
        .contact-button {
            background-color: #73005b;
            color: white;
            border-radius: 20px;
            padding: 10px 20px;
            border: none;
            font-weight: bold;
        }
        .contact-button:hover {
            background-color: #5a0046;
        }
        .social-icons a {
            display: inline-block;
            margin: 0 10px;
            color: #73005b;
            font-size: 20px;
        }

.page-id-13 .wp-block-columns{
	text-align:center;
}
.blanco ul li{
	color:#fff;
}
h3.text-successs {
    background: #F7B92C;
    color: #fff;
    padding: 10px;
    width: max-content;
	    border-radius: 10px;
}
.demoledor {
	background-color:#a3f3efba;
	padding-top:5%;
	padding-bottom:5%;
	opacity:0.9;
}

.page-id-13 .wp-block-columns h2{
	font-family: 'Jost', sans-serif;
	font-weight:700;
	        font-size: 3rem;
	text-transform:uppercase;
	    color: #000;

}
.page-id-13 .wp-block-columns {
    max-width: 750px;
    margin: auto;
}
.page-id-13 .wp-block-columns h6{
	    font-family: 'Montserrat';
	font-weight:bold;
}
.page-id-13  .card-body {

    padding-top: 10%;
    padding-bottom: 10%;
}

.encabezado .rigth{
	display:flex;
	justify-content:center;
	align-items:center;
	position: relative;
	    background: #28598A;
    opacity: 0.9;
}
.encabezado .rigth h1 {
	color:#F7B92C;
}
.encabezado .col-md-6 img{
	width:100%;
}
.btwp a {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    animation: bounce 1.5s infinite;
}
.menu-lista ul {
    display: flex;
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 767.98px) {
	h3.text-successs {
    background: #F7B92C;
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 1.3rem;
}
	
	.btwp a {  
    bottom: 0; 
	}
	
  .blanco {
    margin-top: 10%; 
	}
	.logo img{
		width:100%;
		height:auto;
	}
	#menu-main {
    display: flex;
    flex-direction: column;
    width: max-content;
    justify-content: flex-start;
    margin: 0;
}
	
	.carousel-item h3 {
    color: #fff;
    position: absolute;
    bottom: 0;
    max-width: 100%;
    right: 0;
    text-align: center;
    font-family: 'Jost';
    font-size: 1.8rem;
    background: rgb(0, 0, 0, 0.6);
		top:auto;
}
}
.page-id-13 .wp-block-columns h2 {
 
    font-size: 2rem;
}

.container.content-area.mt-5 {
    max-width: 100%; 
	margin-top:0 !important;
}
	.arbol-productos {
		    padding-left: 0;
	}
	.filtros-products {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    /* width: 100%; */
    /* height: 100%; */
}
.filtros-products  form {
	    height: 60px;
}
.filtros-products  form {
		    display: flex;
    align-items: flex-start;
    flex-direction: column;
		width: 100%;
}

.arbol-productos > li:hover .children-products {

    left: 25%;
    width: 70%;
}
.filtros-products  form select {
		width: 100%;
}



.header-seccion {
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.bg-danger {
    background-color: #FF1E35 !important;
}
.icon img{
    width: 30px;
    height: 30px;
}
.d-flex.icon{
    align-items: center;
}
.dere {
    padding-left: 10px;
}
.dere p {
    color: rgb(172, 176, 187);
}
.dere strong {
    color: #fff;
}
.justify{
    text-align: justify;
}
.footersecond {
padding:  1.6rem 0;
}
.pr{
    padding-right: 1rem;
}
#menu-main-1 a{
    color: #fff !important;
}
footer .btn-outline-danger {
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.categoria-item {
   
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-blend-mode: overlay;
    background-color: rgba(224, 43, 32, 0.4);
    padding-top: 200px;
    padding-right: 20px;
    padding-bottom: 200px;
    padding-left: 20px;
    transition: transform 300ms ease 0ms;
    border: 6px solid #E02B20;
}
.categoria-item:hover{
    cursor: pointer;
    transform: translateX(0px) translateY(-20px) !important;
}
.categoria-item a{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 90px;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}
.categoria-item span {
    color: #fff;
    text-shadow: 0.08em 0.08em 0em rgba(0, 0, 0, 0.4);
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 2.8rem;
    display: block;
}
.page-id-23 .demoledor{
    background-color: #191b1f;
}
.demoledor h2{
    color: #fff;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    position: relative;
    margin-bottom: 2rem;
}
.page-id-23 .destacados h2{
    color: #000;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    position: relative;
    margin-bottom: 2rem;
}
h2{
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    position: relative;
    margin-bottom: 2rem;
    
}
.blanco {
    color: #fff;
}
.negro{
    color: #000;
}
.rojo {
    color:#ff0101;
}

h2::after,
h2::after{
    content: " ";
    position: absolute;
    width: 160px;
    height: 5px;
    background-color: #ff0101;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}


.page-id-23 .demoledor {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.listado-categorias-home {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-around;
    padding-top: 6%;
    padding-bottom: 6%;
    background-repeat: no-repeat;
    background-size: cover;
}

.teaser{
    background-color: #fafbfb;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
    transition: transform 300ms ease 0ms;
}
.teaser:hover{
    transform: translateX(0px) translateY(-10px);
}
.background-rojo{
    color: #FFFFFF !important;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600 !important;
    background-color: #E02B20;
    padding: 5px;
    display: inline-block;
    margin-top: 10px;
    /*padding-right: 15px;*/
    padding-left: 15px; 
    transition: all 300ms ease 3s;
}
.background-rojo:hover{
    border: 2px solid transparent;
    padding: .2m 2em .2em .5em;
    transition: all 300ms ease 3s;
}
.background-rojo:hover i {
    opacity:1 ;
}
.background-rojo i{
    opacity:0 ;
    margin-left: 0;
    padding-left: 0;
}
.teaser-title a {
    color: rgb(102, 102, 102);
}


.background-white {
    background-color: #fff;
}
.background-white h2 {
    color: #000 !important;
}
.prefooter{
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 500px; */
    max-height: 100%;
    height: 90vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.teaser-descripcion{
    color: #fff;
}
.diferente {
    font-family: 'Montserrat';
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}
.destacados {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#carouselPortada .carousel-indicators button {
    border-radius: 50%;
    height: 17px !important;
    width: 17px !important;
    margin-left: 15px !important;
}

#carouselPortada .carousel-control-prev,
#carouselPortada .carousel-control-next {
    opacity: 0;
    transform: scale(0.8); /* más sutil, no se sale del contenedor */
    transition: all 0.3s ease;
}

#carouselPortada:hover .carousel-control-prev,
#carouselPortada:hover .carousel-control-next {
    opacity: 1;
    transform: scale(1);
}
.griss{
    background-color: #191b1f;
}
.destacados{
    background-color: #fff;
}
.griss p{
    color: #fff;
}
.firstrow img{
    width: 100% !important;
}

.firstrow .texto {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.firstrow {
    margin-bottom: 0;
}
.texto h3 {
    color: #fff;
}
.page-id-78{
    background-color: #fff;
}
.btn-red{
    color: #FFFFFF ;
    background-color: #E02B20 !important;
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    position: relative;

}
.btn-red:hover{
    border: 2px solid transparent;
    padding: .3em 2em .3em .7em;

}
.btn-red i{
    top: 10px;
    right: 10px;

    line-height: 1em;
    
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}
.btn-red:hover i {
    opacity: 1;
    margin-left: 0;
}
.contedo {
    display: flex;
    margin-top: 20px;
}
.lista-categorias a{
    color: #FF1E35;
}
article.type-post{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.contenedorr{
    max-width: 900px;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 3rem;
}

#productTabs li button {
    text-decoration: none;
    color: #666;
    padding: 4px 30px;
    vertical-align: middle;
    display: table-cell;
    line-height: inherit;
}
#productTabs li button.active{
    background-color:#666; 
    color: #fff;
}

#productTabsContent  .tab-pane {
    
    padding: 1rem 2rem;
}
.tabssss{
    border: 1px solid #e3e3e3;
    padding: 0;
}
#productTabsContent h3{
    font-size: 1.4rem;
}
p {
    color: #666;
}
#productTabs li button {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #191b1f;
}

#productTabsContent tr td {
    border-top: 1px solid #eee;
    padding: 6px 24px;
    border-bottom: 1px solid #eee;
}

.floating-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: bounce 1.5s infinite;
}

/* BOTÓN PRINCIPAL */
.fab-toggle {
  width: 55px;
  height: 55px;
  background-color: #f44336;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 55px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  font-size: 22px;
}

/* BOTONES SECUNDARIOS */
.fab-option {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;

  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Colores individuales */
.fab-option.phone {
  background-color: #00c853;
}
.fab-option.whatsapp {
  background-color: #25d366;
}

/* Animación al abrir */
.floating-menu.active .fab-option {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Delays en animación (abrir) */
.floating-menu.active .fab-option.phone {
  transition-delay: 0.1s;
}
.floating-menu.active .fab-option.whatsapp {
  transition-delay: 0.2s;
}

/* Delays en animación (cerrar) */
.floating-menu:not(.active) .fab-option.phone {
  transition-delay: 0.2s;
}
.floating-menu:not(.active) .fab-option.whatsapp {
  transition-delay: 0.1s;
}
.page-id-34 input,
.page-id-34 textarea {
    -webkit-appearance: none;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 16px;
    padding: 16px;
    margin-bottom: 15px;
}
input[type="submit"] {
    color: #FFFFFF !important;
    border-width: 2px !important;
    border-color: #fd3c3d;
    font-weight: 700 !important;
    background-color: RGBA(255, 255, 255, 0) !important;
    font-size: 18px;
}
input[type="submit"]:hover{
     border-color: #fff;
     color:#fd3c3d ;
}
#carouselPortada img {
    height: 90vh;
    object-fit: cover;
}
.bloree{
    margin-top: 10px;
    margin-bottom: 10px;
}
.prefooter .teaser-descripcion {
    width: 100%;
    text-align: center;
    padding-right: 5rem;
    padding-left: 2rem;
}
.listado-categorias li.active {
    color:#E02B20;
    background-color:#fff;
    border: 1px solid #E02B20;
}
.listado-categorias li.active a{
     color:#E02B20;
}

.single-post .content p {
   text-align: justify;
}
.wpcf7-response-output {
    background: #fff;
}
.navbar-toggler {
  background-color: #343a40; /* Ejemplo: gris oscuro */
  border-color: #ffffff;     /* Borde blanco */
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 768px){
	
	h2 {
    font-size: 1.8rem;
}
	.categoria-item span {
    
    font-size: 1.6rem;

    line-height: 2.4rem;
   
}
    .foootere {
        text-align: left !important;
    }
    #productTabs li.nav-item {
    width: 100%;
}
#productTabs li button {
    width: 100%;
}

   .header-seccion {
    height: 40vh;
    background-size: cover;
    background-position: center;
}
	
	#carouselPortada img {
	    
        height: 100%;
        object-fit: contain;
    
	}

	.carousel-indicators{
		display:none;
	}
	
	.prefooter {
    height: 100%;
    padding-top: 30px;
	}
	
	.listado-categorias {
       flex-direction: column;   
       align-items: flex-start; 
		margin-top: 30px;
   }
	.listado-categorias li {
		width: 100%;
	}
	.listado-categorias a{

        display: inline-block;
	}
	 


	
}


@media (min-width: 1200px){
 #carouselPortada img {
    height: 90vh;
    object-fit: fill;
}
.prefooter .teaser-descripcion {
   width: 40%;
  
}

@media (min-width: 768px) {
    #navbarCategorias {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }
}
}
