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

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#ffffff;
	background-image: none;
}

:root{
--wd-text-font:"Lato", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:400;
--wd-header-el-transform:inherit;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:rgb(38,166,91);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(38,166,91);
}
:root{
--btn-accented-bgcolor-hover:rgb(38,166,91);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
					
							--wd-form-brd-radius: 5px;
			
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #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: 0px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
				--btn-accented-box-shadow-active: none;
				--btn-accented-bottom: 0px;
			
			
			
					
									--wd-sticky-btn-height: 95px;
					
					--wd-brd-radius: 5px;
			}

			@media (max-width: 1024px) {
			:root {
				--wd-sticky-btn-height: 95px;
			}
		}
	
			@media (max-width: 768px) {
			:root {
				--wd-sticky-btn-height: 42px;
			}
		}
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1192px;
			}
		}

		.container {
			max-width: 1222px;
		}

		:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
	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(38,166,91);
					
									--wd-form-brd-color: rgb(38,166,91);
					
									--wd-form-brd-color-focus: rgb(38,166,91);
					
								}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    
    }

/**CSS PARA EL FOOTER DE LA WEB**/


.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: 1200px;
              margin:2px auto;
              
              
             
          }

          .footer-row {
            display: flex;  
            flex-wrap: wrap;
            padding: 20px 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: 10px;
              background-color: rgb(38,166,91);
              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) {
            .container, .footer-links {
                
                width: 100%;
                margin-bottom: 10px;
                display: grid;
                
            }  
              
          }
          
            



/*CSS PARA DESCRIPCION NUEVA*/

.h1-descripcion{
	width:100%;
}  
    
.iconos-tipos-descripcion{
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    width:100%;
    margin: 0 auto;
  
    
}

.contenedor-banner-2{

        
    display:flex;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    width:100%;
    margin: 0 auto;
    

    
}

.div-banner1{

    background: #ffffff;
    text-align: left;
    width: 400px;
    height: 300px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 8px;
    border-radius: 7px;
    border: 10px;
		margin: 2px;
    border-bottom: 12px solid #0c97e7;
    position: relative;
   
    

}

.div-banner2{

   background: #ffffff;
    text-align: left;
    width: 400px;
    height: 300px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 8px;
    border-radius: 7px;
    border: 10px;
	  margin: 2px;
    border-bottom: 12px solid #0c97e7;
    position: relative;
    
    
   

}

.div-banner3{

    background: #ffffff;
    text-align: left;
    width: 400px;
    height: 300px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 8px;
    border-radius: 7px;
    border: 10px;
	  margin: 2px;
    border-bottom: 12px solid #0c97e7;
	  position: relative;}
     

		.titulo-h2{
    position: relative;
    bottom: 5px;
    text-align: center;
    font-size: 25px;
    color: #0c97e7;
}

.icons-banners{
    color:#0c97e7;
    font-size: 50px;
    
    
    
}

.contenedor{
    display: flex;
    width: 90%;
    
}

 
  @media screen and (max-width:767px) {

    
    .iconos-tipos-descripcion,
    .contenedor-banner-2, 
    .div-banner1, 
    .div-banner2, 
    .div-banner3,
    .icons-banners, 
    .contenedor {
                width: 100%;
                margin-bottom: 10px;
                display: grid;}
		
		

