@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//latiendadelsoftware.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.2") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//latiendadelsoftware.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//latiendadelsoftware.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//latiendadelsoftware.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//latiendadelsoftware.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//latiendadelsoftware.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//latiendadelsoftware.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//latiendadelsoftware.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//latiendadelsoftware.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-transform: inherit;
	--wd-title-color: rgb(38,166,91);
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-transform: inherit;
	--wd-entities-title-color: rgb(36,36,36);
	--wd-entities-title-color-hover: rgb(38, 166, 91);
	--wd-alternative-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: rgb(36,36,36);
	--wd-widget-title-font-size: 17px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: inherit;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(38,166,91);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: rgb(38,166,91);
	--wd-link-color-hover: rgba(0,165,116,0.68);
	--btn-default-bgcolor: rgb(30,115,190);
	--btn-default-bgcolor-hover: rgba(30,115,190,0.64);
	--btn-accented-bgcolor: rgb(52,131,250);
	--btn-accented-bgcolor-hover: rgb(142,185,249);
	--btn-accented-color: rgb(255,255,255);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: rgb(255,255,255);
	--notices-warning-bg: #E0B252;
	--notices-warning-color: rgb(255,255,255);
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 430px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(17,17,17);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(130,36,227);
	background-image: none;
}
.wd-page-title {
	background-image: none;
	background-repeat: repeat;
	background-size: inherit;
	background-attachment: inherit;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: inherit;
	background-size: contain;
	background-attachment: scroll;
	background-position: left top;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-placeholder-color: rgb(176,190,197);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 800px;
}

@media (max-width: 1024px) {
	:root {
		--wd-widget-title-font-size: 18px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-widget-title-font-size: 16px;
	}

}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}



*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    
    }

        .footer {
            
            width: 100%;
            margin: 0 auto;
            background-color: #ffffff;
            padding: 10px 0;
            text-align: center;
           
            
        }

        .footer-links {     
            
              width: 20%;
              padding: 0 15px;
              
             
              }

             

          .container {
              
              max-width: 1800px;
              margin:2px auto;
              
              
             
          }

          .footer-row {
            display: flex;  
            flex-wrap: wrap;
            padding: 10px 0;
            
              
          }
    
          .footer-links h6 {
              font-size: 14px;
              color: rgb(38,166,91);
              margin-bottom: 25px;
              font-weight: 500;
              border-bottom: 2px solid rgb(22, 116, 224);
              padding-bottom: 10px;
						  text-align: left;
              display:block;
             
             
          }

          .footer-links ul li a {
              font-size: 14px;
              text-decoration: none;
              color:black;
              display: block;
              margin-bottom: 10px;
              text-align: left;
              transition: all 300ms ease;
              
          }

          .footer-links a:hover{
            color: rgb(38,166,91);

        }

          .copyright {
              margin: 0px;
              text-align: center;
              padding: 20px;
              background-color: #1f1f1f;
              margin-right: 0;
              color: #ffffff
          }

          .social-link a {
              display: inline-block;
              min-height: 40px;
              width: 40px;
              background-color: black;
              color:rgb(38,166,91);
              margin: 0 10px 10px 0;
              text-align:center ;
              line-height: 40px;
              border-radius: 50%;
              transition: all .5s ease;
          }
@media screen and (max-width:992px) {
          .footer, .copyright{
                
                width: 100%;
                padding: 10px 0;
                display: grid;
                
            }  
              
          }

  @media screen and (max-width:767px) {
             .footer-links {
                
                width: 100%;
                margin-bottom: 10px;
                display: grid;
                
            }  
              
          }          
            
          
*****Stylos acordeon**** 

    @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;800&display=swap');
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Raleway', sans-serif;
    }


    .contenedor-acordeon{
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        margin-top: 20px;
    }

		.acordeon label{
        display: block;
        padding: 20px;
        font-size: 20px;
        background: #d1d1d1;
        color: black;
        cursor: pointer;
				
			  margin-bottom:2px;
        transition: all 300ms ease;
       }
    
    .contenedor-acordeon h3{
        text-align: center;
        font-size: 25px;
			  font-family:bold
        margin-bottom: 15px;
    }

    .acordeon{
        background-color: #ffff;
    }
   
    


    .acordeon label:hover{
        background: #26a65b;
    }
    .acordeon .contenido-acordeon{
        padding: 0px;
        margin: 0px 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 300ms ease;
			 
    }
    .btn-acordeon:checked ~ .contenido-acordeon{
        max-height: 600px;
        padding: 15px 0px;
    }

    .btn-acordeon{
        display:none;
    }

   @media screen and (max-width:900px) {
        .contenedor-acordeon{
            width: 100%;
        } 
    }
 
    *****END Stylos acordeon****

*****Stylos para post - Guia sobre el costo de AutoCAD****

:root {
    --color-temario:#00BF63;
    --fondo: #ffffff;
    --temario-active:#FF914D;
    --temario-active-border: #FF914D;

    }

        .cont1{
            
            width: 100%;
            margin: 0;
            display: grid;
            grid-template-columns: 20% 80%;

        }

       

        .lista{
					
            list-style: none;
            border-left: 2px solid var(--color-temario);
            padding-left: 0px;
            margin-left: 0px;
        }

        .lista li {
            position: relative;
            
        }

        .lista li a {
            display: block;
            color: #5a5a5a;
            padding: 5px 5px;
            text-decoration: none;
            transition: .3s ease all;
        }

        .lista li.activo a,    
        .lista li a:hover {
            color: #00BF63;
            
        }

        .lista li::before{
            content: "";
            display: block;
            height: 12px;
            width: 12px;
            background: var(--fondo);
            border: 2px solid var(--color-temario);
            position: absolute;
            left: -19px;
            top: 33%;
            transform: rotate(45deg);
            transition: .3s ease all;
        }

        .lista li.activo::before{
            background-color: var(--temario-active);
            border: 2px solid var(--temario-active-border);
        }

        .lista li:hover::before{
            border: 2px solid var(--temario-active-border); 

        }

      

        .card{

            margin: 10px 0;
            padding: 20px;
            background: #ebebeb;
            border-radius: 5px;

        }

					 .cont1-temario{
											padding-top:10px ;
											position: sticky();
											top:40px;
									
													}
					 .color-enlace-blog{
											color:#00BF63;
									}
	
					.txt-blog {
						font-size: 20px; 
						line-height: 30px;
					}

@media screen and (max-width: 868px){
	
            .cont1 {
                grid-template-columns: 1fr;
            }
					
        }


*****Stylos para Descripciones de productos****


.h1-descripcion{
    width:100%;  
}
    
.descripcion-productos{
    display:flex;  
    
}

.iconos-tipos-descripcion{
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    width:100%;
    margin: 0 auto;  
    
}

@media screen and (max-width:766px) {
	 
        .descripcion-productos {
            width: 100%;
						display: grid;
					  
					 
        } 
    }



 
 