.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:"Montserrat", Arial, Helvetica, sans-serif;
--wd-text-font-weight:600;
--wd-text-color:rgb(10,10,10);
--wd-text-font-size:15px;
}
@media (max-width: 1024px){
:root{
--wd-text-font-size:15px;
}
}
@media (max-width: 767px){
:root{
--wd-text-font-size:12px;
}
}
:root{
--wd-title-font:"Cassannet_Plus_Regular", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-transform:capitalize;
--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:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:none;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:600;
--wd-header-el-transform:none;
--wd-header-el-font-size:14px;
}
:root{
--wd-primary-color:rgb(255,91,19);
}
:root{
--wd-alternative-color:rgb(255,255,255);
}
:root{
--wd-link-color:rgb(255,91,19);
--wd-link-color-hover:rgb(15,15,15);
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-shop-bgcolor:#83b735;
}
:root{
--btn-shop-bgcolor-hover:#74a32f;
}
:root{
--btn-accent-bgcolor:#83b735;
}
:root{
--btn-accent-bgcolor-hover:#74a32f;
}
: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: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-shop-color: #fff;
		
					--btn-shop-color-hover: #fff;
		
					--btn-accent-color: #fff;
		
					--btn-accent-color-hover: #fff;
		
									--btn-default-brd-radius: 0px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
				--btn-default-box-shadow-active: none;
				--btn-default-bottom: 0px;
			
			
			
					
					
							--btn-shop-bottom-active: -1px;
				--btn-shop-brd-radius: 0.001px;
				--btn-shop-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
				--btn-shop-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
			
			
					
									--btn-accent-brd-radius: 0px;
				--btn-accent-box-shadow: none;
				--btn-accent-box-shadow-hover: none;
				--btn-accent-box-shadow-active: none;
				--btn-accent-bottom: 0px;
			
			
			
					
								}

	
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1172px;
			}
		}

		.container {
			max-width: 1202px;
		}

		:root{
			--wd-container-width: 1202px;
		}
	
			@media (min-width: 1202px) {
			[data-vc-full-width]:not([data-vc-stretch-content]) {
				padding-left: calc((100vw - 1202px - var(--wd-scroll-w)) / 2);
				padding-right: calc((100vw - 1202px - var(--wd-scroll-w)) / 2);
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//1000lideresporcolombia.com/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=6.5.4") format("woff2");
}

@font-face {
	font-family: "Cassannet_Plus_Regular";
	src: url("//1000lideresporcolombia.com/wp-content/uploads/2023/03/Cassannet-Plus-Regular.ttf") format("woff2"), 
url("//1000lideresporcolombia.com/wp-content/uploads/2023/03/Cassannet-Plus-Regular.ttf") format("woff");
	font-weight: 400;
	font-style: normal;
}

.wd-prefooter {
    padding-bottom: 0px;
    background-color: #000;
}
a {
        color: #000;
        text-decoration: none;
        transition: all .25s ease
    }

.btn, .button, button, [type="submit"], [type="button"] {text-transform:math-auto;}

        /* Estilo para alinear los divs horizontalmente */
        .button-container {
            display: inline-block;
            margin-right: 10px; /* Espacio entre los botones */
        }

        /* Estilo para los botones */
        .button-container button {
            padding: 10px 20px;
            font-size: 16px;
            background-color: #007BFF;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        /* Estilo para cuando el botón está en hover */
        .button-container button:hover {
            background-color: #0056b3;
        }





/*.row-boxes-customs .owl-dot {
    display: none!important;
}*/
.row-list {
    max-width: 900px;
    margin: auto;
}
.flickity-button.previous{
		 bottom: 40px;
    top: inherit;
    left: 30px!important;
    width: 66px;
    height: 57px;
}
.flickity-button.previous:after{
	  width: 100%;
    height: 100%;
    content: ''!important;
    background-image: url(/wp-content/uploads/2023/03/Trazado-5414.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.flickity-button.next{
		  bottom: 40px;
			top: inherit;
			right: 30px!important;
			width: 66px;
			height: 57px;
}
.flickity-button.next:after{
    width: 100%;
    height: 100%;
    content: ''!important;
    background-image: url(/wp-content/uploads/2023/03/Trazado-5415.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.img-intro img{
		max-width:1000px;
		width:100%;
}
.box-information{
		word-break:break-all;
}
.row-list img {
    max-width: 280px;
}
.row-boxes-customs .info-box-content p{
    font-size: 15px;
    line-height: 20px;
}
.row-boxes-customs .box-with-icon .info-box-icon svg,
.row-boxes-customs .box-with-icon {
	max-width: 60px;
}
.row-list li, .row-list p{
   font-size: 15px;
}
.row-bg-img img {
    max-width: 300px;
}
.img-hero img{
	max-width:370px;
}
.img-grasias {
	position:absolute;
	bottom:65px;
	right:110px;
}
.btn-size-default {
    padding: 24px 25px;
    font-size: 30px;
    border-radius: 20px;
    width: 250px;
    height: 45px;
}
.box-footer.wd-info-box{
		word-break: break-all;
}
.slider-testimonial footer >span {
		font-size: 12px;
    line-height: 20px;
    display: block;
}
.row-boxes-customs .wd-carousel-container{
		margin-bottom:0!important;
}
/*.row-boxes-customs .owl-dots{
	   position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin-top: 0;
}*/
.box-programas .info-btn-wrapper {
    margin-top: -35px!important;
}
.mobile-nav{
	  background: #333333;
}
.button-read-more{
		display:block;
	  font-size: 15px;
    text-decoration: underline;
}

.button-read-more span{
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.button-read-more span:before{
		content: "\f0d7"!important;
    font-family: 'Font Awesome 5 Free'!important;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.button-read-less span:before{
		content: "\f0d8"!important;
    font-family: 'Font Awesome 5 Free'!important;
	  font-size: 50px;
    line-height: 1;
}
.button-read-more,
.button-read-less{
    cursor:pointer;
		text-align:center;
}
.text-read-more,
.button-read-less{
    display:none;
}
.mobile-nav ul li a{
	  color:#fff;
}
.wd-tools-icon.woodmart-burger{
		color:var(--wd-primary-color);
	  padding-left: 20px;
}
.wd-tools-icon.woodmart-burger:before{
    content: "\f142"!important;
		font-family: 'Font Awesome 5 Free'!important;
}
.slider-testimonial .owl-prev{
  	left: 0!important;
	  visibility: visible;
    opacity: 1;
    transform: none;
}
.slider-testimonial .owl-next {
  	right: 0!important;
	  visibility: visible;
    opacity: 1;
    transform: none;
}
.slider-testimonial .owl-prev.wd-btn-arrow:after {
    width: 100%;
    height: 100%;
    content: ''!important;
    background-image: url(/wp-content/uploads/2023/03/Trazado-5414.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.slider-testimonial .owl-next.wd-btn-arrow:after {
    width: 100%;
    height: 100%;
    content: ''!important;
    background-image: url(/wp-content/uploads/2023/03/Trazado-5415.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.row-boxes-customs .owl-prev.wd-btn-arrow:after {
    width: 100%;
    height: 100%;
    content: ''!important;
    background-image: url(/wp-content/uploads/2023/03/Trazado-5414-copia.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.row-boxes-customs .owl-prev.wd-btn-arrow {
    margin-left: 20px!important;
}
.row-boxes-customs  .owl-next.wd-btn-arrow {
 		margin-right: 20px!important;  
}
.row-boxes-customs .owl-next.wd-btn-arrow:after {
    width: 100%;
    height: 100%;
    content: ''!important;
    background-image: url(/wp-content/uploads/2023/03/Trazado-5415-copia.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.row-boxes-customs .wd-btn-arrow {
    width: 27px;
    height: 27px;
}
.formobile2{display:none!important;}
@media(max-width:1400px){
		.img-hero.with-grasias{
					margin:auto;
		}
		
		.testimonial-content footer{
					font-size:20px;
		}

		body .box-information.box-style-border .info-box-content .info-box-title{
				font-size: 22px;
   		  line-height: 27px;
		}
		.box-programas .info-box-title{
  			  font-size: 18px!important;
		}
	 .box-programas p{
  			  font-size: 15px;
    			line-height: 23px;
		}
		.box-programas .info-btn-wrapper{
				margin-top:0!important;
		}
		.row-seleccion .p-note {
			font-size: 13px!important;
		}
		.row-seleccion p{
			font-size: 15px;
		}
		.row-list img {
    	max-width:300px;
		}
		.row-list li, .row-list p , .row-list-care li{
				font-size: 15px!important;
		}

		.row-boxes-customs .info-box-content p{
				font-size:15px;
			  line-height: 23px;
		}
		.row-causa p {
   	 font-size: 15px!important;
	 }
	.container {
    max-width: 1300px!important;
	}
	.img-hero{
		  max-width: 350px;
	}
	.woodmart-nav-link {
    font-size: 15px!important;
	}
	.btn-size-default {
    font-size: 30px;
    width: 250px;
    height: 50px;
	}
}
@media(max-width:1024px){
			.btn-size-small {
					padding: 5px 11px;
					font-size: 11px;
			}
		.line-right:After {
				height: 30px!important;
		}
		.img-footer img{
				max-width:197px	
		}
		.formobile2{display:block!important;}
		.fordesktop2{display:none!important;}
		.row-boxes-customs .info-box-icon svg{
			   max-width:50px!important;
		}
		.row-boxes-customs .info-box-icon{
			   max-width:50px!important;
		}
		.row-bg-img img{
			max-width: 300px;
		}
		.row-causa p{
				font-size:15px!important;
		}
		.row-list li, .row-list p  ,.row-list-care li{
				font-size: 15px!important;
		}
}
.formobile{display:none!important;}
@media(max-width:767px){
		body .box-information.box-style-border .info-box-content .info-box-title{
				font-size: 13px;
   		  line-height: 18px;
		}
		.slider-testimonial .owl-carousel.owl-drag .owl-item {
			padding: 0 48px;
		}
		.flickity-button.previous {
			bottom: 10px;
			top: inherit;
			left: 40px!important;
			width: 20px;
			height: 24px;
		}
		.flickity-button.next {
			bottom: 10px;
			top: inherit;
			right: 30px!important;
			width: 20px;
			height: 24px;
		}
		.img-grasias {
			position:absolute;
			bottom:30px;
			right:0px;
			left:0;
		}
		section.bg-grasias{
		background-position: 90%!important;
	}
		.heig-footer-mobile{
			height:230px!important
		}
		.formobile{display:block!important;}
		.fordesktop{display:none!important;}
		.img-hero img{
				 max-width: 151px;
		}
		.hero-section .wd-fill{
		background-size: cover!important;
		}
	.btn-size-default{
	  font-size: 13px!important;
    padding: 7px 40px!important;
    border-radius: 6px!important;
		width: 166px;
    line-height: 1!important;
    height: 30px;
	}
	.row-causa p{
		font-size:12px!important;
	}
	.row-bg-img img{
			max-width: 127px;
	}
	.row-boxes-customs	.wd-info-box{
		  max-width: 257px;
  	  margin: auto;
	}
	.row-boxes-customs .wd-info-box	.box-icon-wrapper{
			text-align:center;
			margin-bottom:0px;
	}
	.row-boxes-customs .wd-info-box	.box-icon-wrapper .info-box-icon{
			margin-top:0!important;
			margin-left:65px;
	}
	.row-list img{
			max-width:252px;
	}
	.row-list li, .row-list p{
		font-size:12px!important;
	}
	.mobile-right{
			text-align:right!important;
	}
	.row-list li span.list-icon:before {
    width: 13px!important;
    height: 15px!important;
    top: 0px!important;
	}
	.row-list-care li {
    font-size: 15px!important;
	}
	.row-list-care li span.list-icon:before {
    width:20px!important;
    height:20px!important;
    top: 0px!important;
	}
	.row-list-care .wd-list{
		margin-bottom:0!important;
	}
	.row-seleccion p{
		font-size:15px!important;
	}
	.row-seleccion .p-note{
		font-size:11px!important;
	}
	section.section-form{
			background:#CECECE!important;
	}
	.section-form iframe{
			width:100%!important;
	}
	.testimonial-content footer{
			margin-top: 32px!important;
      font-size: 15px;
	}
	.slider-testimonial .owl-prev{
		  bottom: 25px;
			top: inherit;
			width: 30px;
			height: 35px;
			margin-left: 50px;
	}
	.slider-testimonial .owl-next{
			bottom: 25px;
			top: inherit;
			width: 30px;
			height: 35px;
			margin-right: 50px;
	}
	.slider-testimonial  .owl-prev.wd-btn-arrow {
    	margin-left: 50px!important;
	}
	.slider-testimonial   .owl-next.wd-btn-arrow {
 			margin-right: 50px!important;  
	}
}

.testimonial-content footer {
    margin-top: 30px!important;
		font-size:20px!important;
}
.box-programas .box-icon-wrapper{
		margin-bottom:0!important;
}
.box-programas .info-box-content{
	  background: #000;
    max-width: 778px;
    padding: 40px 20px 20px 20px;	
}


.box-programas .wd-button-wrapper {
    text-align: right!important;
}
.box-programas .wd-button-wrapper a.btn-style-default{
    font-size: 18px;
}

.form-embed .backgroundBg{
		background:transparent;
}
.row-seleccion{
    max-width: 1040px;
    margin: auto!important;
    font-weight: 500;
}
.row-seleccion .p-note{
    font-size: 13px;
    font-weight: 500;
}
.row-list-care li{
		align-items:start;
    font-size: 15px;
    color: #000;
}
.row-list-care li span.list-icon{
    width: 30px;
    height:30px;
}
.row-list-care li span.list-icon:before{
		content: ''!important;
    background-image: url(/wp-content/uploads/2023/03/Grupo-4152.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 5px;
}

.row-list li span.list-icon{
    width: 21px;
    height: 18px;
    margin-top: 12px;
}
.row-list li span.list-icon:before{
		content: ''!important;
    background-image: url(/wp-content/uploads/2023/03/Poligono-4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 21px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0px;
}
.row-boxes-customs .box-with-icon .info-box-icon {
    overflow: hidden;
    overflow: visible;
    margin-top: -70px;
}
.row-bg-img{
	   position: absolute;
    bottom: 0;
    right: 0;
}
.vc_row.vc_column-gap-30>.vc_column_container {
    padding: 35px;
}
.row-causa p{
	font-size:15px;
}
section.hero-section:after{ 
		content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.hero-section .wd-fill{
	background-image: url(/wp-content/uploads/2023/03/overlauy2.png)!important;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	z-index:1;
}
.custom-box-footer{
		max-width: 738px;
    margin: auto;
}
.custom-box-footer .info-box-content{
	  border-radius: 30px;
    border: 6px solid #de6428;
    padding: 15px 25px;
}
.line-right:After{
		content:'';
		position:absolute;
		width:1px;
		height:72px;
		background:#1D1E1C;
		right:0;
}
.row-logos{
	max-width: 1532px;
	justify-content:center;
}
.logo1 img{
			max-width:216px;
			width:100%;
}
.logo2 img{
			max-width:158px;
			width:100%;
}
.logo3 img{
			max-width:300px;
			width:100%;
}
.logo4 img{
			max-width:324px;
			width:100%;
}
.logo5 img{
			max-width:138px;
			width:100%;
}
.btn{
	text-transform:inherit;
}
.container {
    max-width: 1400px;
}
.wd-header-nav{
	  margin-left: 40px;
}
@media(max-width:1024px){
	.box-programas .info-btn-wrapper{
		   margin-top: 28px!important;
	}
	.box-programas .wd-button-wrapper {
      text-align: center!important;
	}
	.box-programas .wd-button-wrapper a.btn-style-default {
      font-size: 15px!important;
			width: 168px!important;
			height: 28px!important;
	}
	.row-logos .wpb_column{
		width:auto!important;
	}
	
	.logo1 img{
			max-width:84px;
		}
	.logo2 img{
		max-width:62px;
	}
	.logo3 img{
		max-width:117px;
	}
	.logo4 img{
		max-width:108px;
	}
	.logo5 img{
		max-width:50px;
	}
}

@media(max-width:652px){
		.line-right.mobile-hidden:After {
			display:none;
		}
}

@media(max-width:1250px){
		.woodmart-nav-link {
				font-size:13px!important;
	 	}
}