/*
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;	
}
.blanco{
	background-color:#28598A !important;
}
.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{
	background-color:#56C3BE !important;
	color:#fff !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 .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 {
	color:#F7B92C;
}
.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: #ffffff;
    width: 100%;
    z-index: 8000;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 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 {padding: 20px;}
#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 {
		background-color:#F7B92C;
	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);
}

.menu-lista a:hover {
        background-color: #56C3BE;
   
}

#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: space-around;
}
.listado-categorias li{
    width: 24%;
	margin-right: 12px;
    margin-bottom: 12px;
    
}
.listado-categorias li a{
    padding: 10%;
    display: flex;
    background-image: url(https://madonna-santa.com/wp-content/uploads/2025/02/lico.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 280px;
    filter: grayscale(100%);
    transition: filter 0.5s;
    text-decoration: none;
    color: #fff;
    /* margin: auto; */
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
	 text-shadow: 3px 3px 5px black, -3px -3px 5px black;
}
.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%;
}

#carouselPortada img {
    height: 58vh;
    object-fit: cover;
}

.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;
}
@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%;
	}
	form.woocommerce-ordering {
    padding-top: 15px;
}
	
	.woocommerce ul.products li.product a img {    
    height: 228px;  
	}
	
	

}

