/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1651071220
Updated: 2022-04-27 10:53:40
 
*/


body{
    border-color: #565656;
    max-width: 1600px;
    margin: 0 auto;
}

.elementor-8 .elementor-element.elementor-element-78e0191 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    border: 1px solid;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -22px!important;
}

.productos_home{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
}

.producto_home{
    border: 1px solid #E3E3E3;
    text-align: center;
	background-color: #ffffff;
	border-radius:15px;
}

.imagen_producto_home{
    height: 256px!important;
    max-width: 100%!important;
   
	margin-top:-15px!important;
}

.producto_home .dos{
    text-align: center;overflow: hidden;
}

.producto_home .dos img:hover{
    transform: scale(1.2);
}
.producto_home .dos img{
    
transition: transform 0.5s ease-in-out;
}



.producto_home .uno{
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    margin: 0px;
	border-radius:15px 15px 0px 0px;
	padding: 5px 8px 8px 5px
}

.producto_home .tres{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
	padding-top:10px;
	padding-bottom:10px;
}
.producto_home .tres a:link {     color: #000!important;}
.producto_home .tres a:hover{     color: #000!important;}
.producto_home .tres a:visited {     color: #000!important;}

.producto_home .tres a {font-size:18px!important;}

.producto_home .precio{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.producto_home .precio_antes{
    font-size: 17px;
    color: #505050;
    text-decoration: line-through;
    margin-right: 10px;
}

.elementor-kit-11 a:hover {
    line-height: 1!important;
}


.elementor-kit-11 a {
   line-height: 1!important;
}

/*.home .header-del-sitio{
    background-color: #ffffff00!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}
*/
.woocommerce a.button {color: #fff!important;background-color: #000!important;font-family: 'Courgette'!important;    border-radius: 50px!important;}

@media only screen and (max-width: 768px){

    .productos_home {
        grid-template-columns: 1fr;
        column-gap: 10px;
        row-gap: 10px;
    }
    
    .productos_home img {
        width: 100%;
        object-fit: cover;
    }

    .producto_home .uno {
        line-height: 13px;
        padding: 8px 0 8px 0;
    }


}


.home .precio{
    display: none;
} 



.home .elementor-19 .elementor-element.elementor-element-2a160cc .elementor-nav-menu--main .elementor-item {
    /*color: #ffffff;*/
}


/*Woocommerce JOA */

.woocommerce-order-details h2{
	font-family: Montserrat!important;
	font-weight: 700!important;
	background-color: #7D5180!important;
	padding:10px!important;
	color: #ffffff!important;
	font-size:20px!important;
	text-transform:uppercase!important;
	
}

h2.woocommerce-column__title {
		font-family: Montserrat!important;
	font-weight: 700!important;
	background-color: #7D5180!important;
	padding:10px!important;
	color: #ffffff!important;
	font-size:20px!important;
	text-transform:uppercase!important;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	border: 2px solid #7D5180;
    padding: 10px;


}

.woocommerce-page h1, 
.woocommerce-page h2,
.woocommerce-page h3{
    font-family: Montserrat!important;
}