@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------------------
General 
--------------------------------------------------------------------------------------------------------------------------*/

	body{font-family: 'Roboto', sans-serif;}

	a, a:hover, a:focus{text-decoration: none}

	.rounded-10{border-radius: 10px}
	.rounded-top-10{border-radius: 10px 10px 0px 0px}
	.rounded-bottom-10{border-radius: 0px 0px 10px 10px}
	.pos-relative{position: relative}
	
	p{ font-size: 0.875rem /* 14px */; color:#666; font-weight: 400}
	p.text-bigger{ font-size: 1rem /* 16px */; font-weight: 400}
	p strong{font-weight: 700}
	p.dhx-banner-text{font-size: 1.125rem/* 18px */}
	p.dhx-section-pretitle{font-size: 1.125rem/* 18px */; font-family: 'Roboto', sans-serif; font-weight: 600}
	p.dhx-feature-title{font-size: 1.18rem/* 20px */; line-height: 1.3rem; font-family: 'Roboto', sans-serif; font-weight: 600}
	p.small-text{font-size: 0.8125rem /* 13px */}
	.dhx-intro-quote p{ font-size: 1.375rem /* 22px */; line-height: 1.3em; font-family: 'Roboto', sans-serif; font-weight: 500}
	.dhx-form-header p{ font-weight: 500}

	h1, h2, h3, blockquote{font-family: 'Roboto', sans-serif; font-weight: 700}
	h3, h4, h5{font-family: 'Roboto', sans-serif; font-weight: 600}
	
	
	h1{font-size: 3.125rem /* 50px */}
	
	h2{font-size: 2rem /* 32px */ }
	h2.dhx-banner-pretitle{font-size: 1.75rem /* 28px */ }
	.dhx-cta-section h2{ font-size:1.875rem/* 24px */}
	h3{font-size: 1.875rem /* 30px */}
	h3.features-title{font-size: 1.75rem /* 28px */ }
	form h3,
	h3.card-title{ font-size: 1.5rem /* 24px */}

	.dhx-intro-quote blockquote{position: relative; font-size: 1.875rem /* 30px */; line-height: 1.4em }
	.dhx-intro-quote blockquote:before{
							content:"“";
							font-family: 'Work Sans', sans-serif;
							font-size:  200px;
							line-height: 200px;
							font-weight:  700;
							color: rgba(255,255,255,0.3);
							display: block;
							position: absolute;
							top: -55px;
							left: -60px;
							}
	
	.btn{font-family: 'Roboto', sans-serif; 
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 1rem/* 18px */;
		line-height: 2rem /* 36px */;
		border-radius: 24px;
		box-shadow: 1px 1px 6px 1px rgba(25, 53, 101, 0.4);
		padding-left:  2.5rem;
		padding-right:  2.5rem;
		}

	nav .btn{font-family: 'Roboto', sans-serif; 
		font-weight: 600;
		font-size: 0.8125rem /* 13px */;
		line-height: 1.25rem /* 20px */;
		border-radius: 24px;
		}

	.btn-primary,
	.btn-primary:not([href]):not([tabindex]){
											color: #ffffff;
											background-color: #1cd43b;
											border: 2px solid #ffffff;			
											}

	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:not(:disabled):not(.disabled).active:focus,
	.btn-primary:not(:disabled):not(.disabled):active:focus,
	.btn-primary:not(:disabled):not(.disabled).active, 
	.btn-primary:not(:disabled):not(.disabled):active,
	.btn-primary:not([href]):not([tabindex]):hover,
	.btn-primary:not([href]):not([tabindex]):focus{
													color: #1cd43b;
													background-color: #ffffff;
													border: 2px solid #ffffff;
													outline: none;
													box-shadow: 1px 1px 6px 1px rgba(25, 53, 101, 0.4)
													}

	.btn-secondary,
	.btn-secondary:not([href]):not([tabindex]){
												color: #1f7cd3;
												background-color: #ffffff;
												border: 2px solid #1f7cd3;			
												}

	.btn-secondary:hover,
	.btn-secondary:focus,
	.btn-secondary:not(:disabled):not(.disabled).active:focus,
	.btn-secondary:not(:disabled):not(.disabled):active:focus,
	.btn-secondary:not(:disabled):not(.disabled).active, 
	.btn-secondary:not(:disabled):not(.disabled):active,
	.btn-secondary:not([href]):not([tabindex]):hover,
	.btn-secondary:not([href]):not([tabindex]):focus{
														color: #ffffff;
														background-color: #1f7cd3;
														border: 2px solid #1f7cd3;
														outline: none;
														box-shadow: 1px 1px 6px 1px rgba(25, 53, 101, 0.4)
					
														}
	.btn-success,
	.btn-success:not([href]):not([tabindex]){
											color: #ffffff;
											background-color: #cd0000;
											border: 2px solid #cd0000;
											box-shadow: none
											}

	.btn-success:hover,
	.btn-success:focus,
	.btn-success:not(:disabled):not(.disabled).active:focus,
	.btn-success:not(:disabled):not(.disabled):active:focus,
	.btn-success:not(:disabled):not(.disabled).active, 
	.btn-success:not(:disabled):not(.disabled):active,
	.btn-success:not([href]):not([tabindex]):hover,
	.btn-success:not([href]):not([tabindex]):focus{
													color: #cd0000;
													background-color: #ffffff;
													border: 2px solid #cd0000;
													outline: none;
													box-shadow: none;
													}

	.btn-light,
	.btn-light:not([href]):not([tabindex]),
	.btn-light:focus,
	.btn-light:not([href]):not([tabindex]):focus{	background-color: #ffffff }

	.btn-light:hover,
	.btn-light:not([href]):not([tabindex]):hover{ background-color: #f2f2f2 }



	.dhx-link,
	.dhx-link:not([href]):not([tabindex]){ color: #1f7cd3; text-decoration: underline}

	.dhx-link:hover,
	.dhx-link:focus,
	.dhx-link:not([href]):not([tabindex]):hover,
	.dhx-link:not([href]):not([tabindex]):focus{ color: #009ee0;}

	.dhx-link.dhx-link-diapo,
	.dhx-link.dhx-link-diapo:not([href]):not([tabindex]){ color: #ffffff; text-decoration: underline}

	.dhx-link.dhx-link-diapo:hover,
	.dhx-link.dhx-link-diapo:focus,
	.dhx-link.dhx-link-diapo:not([href]):not([tabindex]):hover,
	.dhx-link.dhx-link-diapo:not([href]):not([tabindex]):focus{ color: rgba(255,255,255,0.8);}

/* Navigation Pills */
	.dhx-sticky {	position: sticky;
					position: -webkit-sticky;
					top: 100px;
							}

	.dhx-nav-pills .nav-link{ color: #666; 
							  background-color: #ffffff; 
		                      border-radius: 0px; 
							  text-align: left; 
							  line-height: 1.3em;
							  padding-top: 11px; padding-bottom: 11px;
							  }

	.dhx-nav-pills .nav-link:not(.active):hover{box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); z-index: 2}

	.dhx-features-nav.dhx-nav-pills .nav-link{position: relative; padding-left: 38px}
	.dhx-features-nav.dhx-nav-pills .nav-link:before{content:"";
							display: block;
							position: absolute;
							background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/dhx-pricing-soporte.svg"); 
							background-size: cover; 
							background-repeat: no-repeat; 
							width: 22px; height: 22px; 
							left: 8px; top: 8px}

	.dhx-features-nav.dhx-nav-pills .nav-link:before{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/dhx-pricing-soporte.svg")}

	.dhx-features-nav.dhx-nav-pills .nav-link.active{ color: #ffffff; background-color: #1f7cd3;}
	.dhx-features-nav.dhx-nav-pills .nav-link.active:before{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/dhx-pricing-soporte-light.svg")}

	.dhx-features-nav.dhx-nav-pills #categoria-admin.nav-link:before{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/categoria-admin.svg")}
	.dhx-features-nav.dhx-nav-pills #categoria-admin.nav-link.active:before{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/categoria-admin-blank.svg")}

	.dhx-features-nav.dhx-nav-pills #categoria-convierte.nav-link:before{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/categoria-convierte.svg")}
	.dhx-features-nav.dhx-nav-pills #categoria-convierte.nav-link.active:before{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/categoria-convierte-blank.svg")}

	.dhx-features-nav.dhx-nav-pills #categoria-diseno.nav-link:before{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/categoria-design.svg")}
	.dhx-features-nav.dhx-nav-pills #categoria-diseno.nav-link.active:before{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/categoria-design-blank.svg")}

	.dhx-features-nav.dhx-nav-pills #categoria-optimiza.nav-link:before{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/categoria-optimizar.svg")}
	.dhx-features-nav.dhx-nav-pills #categoria-optimiza.nav-link.active:before{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/categoria-optimizar-blank.svg")}

	.dhx-features-nav.dhx-nav-pills #categoria-publica.nav-link:before{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/categoria-publica.svg")}
	.dhx-features-nav.dhx-nav-pills #categoria-publica.nav-link.active:before{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/categoria-publica-blank.svg")}

	.dhx-features-nav.dhx-nav-pills #categoria-templates.nav-link:before{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/categoria-templates.svg")}
	.dhx-features-nav.dhx-nav-pills #categoria-templates.nav-link.active:before{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/categoria-templates-blank.svg")}

/* daFolds */
	.dhx-section-fold{height: calc(100vh - 140px); min-height: fit-content; }
	.dhx-section-75-fold{height: calc(75vh - 140px); min-height: fit-content; max-height: 500px }

	
	.dhx-shadow-bottom{box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2); position: relative; }
	.z-index-01{z-index: 1}
	.z-index-02{z-index: 2}
	.z-index-03{z-index: 3}
	.z-index-04{z-index: 4}

	.dhx-shadow-box{box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2)}


/* daColors */
	.dhx-gray{color: #777777}
	.dhx-gray-body{color:#666}
	.dhx-violet{color: #692ecb}
 	
	.dhx-skyblue-dark{color: #009ee0}


/* daBackgrounds */
	.dhx-bg-dark{background-color: #2b2c2d}
	.dhx-bg-gray{background-color: #eeeeee }
	.dhx-bg-skyblue{background-color: #009ee0 }
	.dhx-bg-dark-violet{background-color: #cd0000}
	.dhx-bg-gradient{background: linear-gradient(to bottom right, #6078ea, #17ead9)}
	.dhx-bg-templates{background-image: url("../img/dhx-home-templates2.png"); background-position: center center; background-size: cover; background-repeat: no-repeat}
	.dhx-adw-banner{
		background-image: url("../img/files.institucion.jpg");
		
   
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;

		}
	.dhx-bg-galeria-lp{background-image: url("../img/dhx-home-templates.jpg"); background-position: right bottom; background-size: 45%; background-repeat: no-repeat}
	.dhx-bg-testimonies{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/img/dhx-home-textimonio.png"); background-position: 50% 25%; background-size: cover; background-repeat: no-repeat}
	.dhx-bg-icons{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/dhx-textura.svg"); background-position: center center; background-size: cover; background-repeat: no-repeat; }

	.dhx-parallax{background-attachment: fixed}
	
	.dhx-azure-mobile{background-color: #00a1f1;}


/*--------------------------------------------------------------------------------------------------------------------------
Navbar
--------------------------------------------------------------------------------------------------------------------------*/
	.dhx-navbar-dark{color: #ffffff; transition:400ms ease;}
	
	.dhx-navbar-dark .nav-link, .dhx-navbar-dark a{color: rgba(255,255,255,1);}
	.dhx-navbar-dark .nav-link:hover, .dhx-navbar-dark a:hover{color: rgba(255,255,255,0.8);}
	.dhx-navbar-dark .dhx-border-right{border-right:1px solid rgba(255,255,255,0.3);}
	
	.navbar-brand img, .navbar-brand img[src*=".svg"], footer img[src*=".svg"]{width: 100%; max-width: 130px}
	
	.nav-link,
	.navbar-nav .dropdown-menu .dropdown-item
			   {font-family: 'Roboto', sans-serif; 
				font-weight: 400;
				font-size: 0.875rem/* 14px */;
				line-height: 1.5rem /* 24px */;}
	
	.dropdown-toggle::after{display: none}

	.navbar-toggler {border:0px solid rgba(255,255,255,.6); }
	.navbar-toggler-icon{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/dhx-menu-bars-light.svg")}
	.navbar-toggler:focus{outline: none}

	/* Dropdown Menu */
	.navbar-nav .dropdown-menu{min-width: auto; background-color: rgba(0,0, 0, 0.7); border: none; border-radius: 0px; padding: 0px;  border-top: 1px solid #2f6191; margin-top: 0px}
	.navbar-nav .dropdown-menu .dropdown-item{ color: #fff; text-align: center; padding-left: 1rem; padding-right: 1rem; border-bottom: 1px solid #2f6191}
	.navbar-nav .dropdown-menu .dropdown-item:hover,
	.navbar-nav .dropdown-menu .dropdown-item:focus,
	.navbar-nav .dropdown-menu .dropdown-item.active,
	.navbar-nav .dropdown-menu .dropdown-item.active:hover,
	.navbar-nav .dropdown-menu .dropdown-item.active:focus{ color: #009ee0; background-color: rgba(255,255, 255, 1);}

	/* On Scroll */ 
	.scrolled.dhx-navbar-dark{background-color: #ffffff; color: #6d6e71; box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2)}
	.scrolled.dhx-navbar-dark .nav-link, .scrolled.dhx-navbar-dark a, .scrolled.dhx-navbar-dark .navbar-nav .dropdown-menu .dropdown-item{color: #6d6e71;}
	.scrolled.dhx-navbar-dark .navbar-nav .dropdown-menu{background-color: #fff; border-top: 1px solid #bfbfbf}
	.scrolled.dhx-navbar-dark .navbar-nav .dropdown-menu .dropdown-item{ border-bottom: 1px solid #bfbfbf}
	.scrolled.dhx-navbar-dark .nav-link:hover, .scrolled.dhx-navbar-dark a:hover, .scrolled.dhx-navbar-dark .nav-item.active a{color: #009ee0}
	.scrolled.dhx-navbar-dark .dhx-border-right{border-right:1px solid rgba(0,0,0,0.2);}
	.scrolled.dhx-navbar-dark .navbar-nav .dropdown-menu{background-color: rgba(255,255, 255, 1); box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2) }
	.scrolled.dhx-navbar-dark .navbar-nav .dropdown-menu .dropdown-item:hover{ color: #009ee0}
	.scrolled.dhx-navbar-dark .navbar-nav .dropdown-menu .dropdown-item:hover,
	.scrolled.dhx-navbar-dark .navbar-nav .dropdown-menu .dropdown-item:focus,
	.scrolled.dhx-navbar-dark .navbar-nav .dropdown-menu .dropdown-item.active,
	.scrolled.dhx-navbar-dark .navbar-nav .dropdown-menu .dropdown-item:hover,
	.scrolled.dhx-navbar-dark .navbar-nav .dropdown-menu .dropdown-item:focus{ color: #009ee0; background-color: #eeeeee;}
	
	.scrolled.dhx-navbar-dark .navbar-toggler-icon{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/dhx-menu-bars-dark.svg")}

	.dhx-navbar-dark a.btn-primary, .scrolled.dhx-navbar-dark a.btn-primary{color: #ffffff}
	.dhx-navbar-dark a.btn-secondary, .scrolled.dhx-navbar-dark a.btn-secondary{color: #1f7cd3}

	.dhx-navbar-dark a.btn-primary:hover, .scrolled.dhx-navbar-dark a.btn-primary:hover,
	.dhx-navbar-dark a.btn-primary:focus, .scrolled.dhx-navbar-dark a.btn-primary:focus{color: #1cd43b}
	.dhx-navbar-dark a.btn-secondary:hover, .scrolled.dhx-navbar-dark a.btn-secondary:hover,
	.dhx-navbar-dark a.btn-secondary:focus, .scrolled.dhx-navbar-dark a.btn-secondary:focus{color: #ffffff}


/*--------------------------------------------------------------------------------------------------------------------------
Banner Section
--------------------------------------------------------------------------------------------------------------------------*/
/* Fold Container*/
	.dhx-full-fold{ 
		/*height: 100vh;*/
		min-height: fit-content; 
		padding-top: 20px;
		padding-bottom: 20px;
		}

	.dhx-full-fold-footer{
		height: calc(100vh - 64px); 
		min-height: fit-content; 
		padding-top: 75px;
		padding-bottom: 20px;}

	.dhx-75-fold{ 
		height: 75vh; 
		min-height: fit-content; 
		padding-top: 75px; 
		padding-bottom: 20px;
		}

	.dhx-top-content{ 
		padding-top: 75px; 
		padding-bottom: 20px;
		min-height: fit-content;
		height:280px; 
		}

	.dhx-banner-bg{background: -webkit-linear-gradient(top left, #6078ea, #17ead9);
							background: -o-linear-gradient(top left, #6078ea, #17ead9);
							background: linear-gradient(to bottom right, #6078ea, #17ead9); 
							background-attachment: scroll;
							}
	.dhx-intro-sect.dhx-banner-bg{background: url("../img/dhx-home-banner.png.jpeg"); background-size: cover; background-position: 50% 0%}
	.dhx-typ-banner{background: url("../img/dhx-home-templates2.png"); background-size: cover; background-position: center center}
	
	.dhx-banner-bg:before{content:"";
							display: block;
							height: 100%;
							position: absolute;
							top: 60px;
							left: 0;
							width: 100%;
							background: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/dhx-home-bannerico.svg"); 
							background-attachment: fixed; 
							background-size: cover; 
							background-repeat: no-repeat; 
							background-position: center center;}

	.dhx-intro-sect.dhx-banner-bg:before{ height: 100vh; min-height: fit-content;}
	.dhx-intro-sect.dhx-banner-bg:before,
	.dhx-typ-banner:before{background: none; top: 0px;}

	.dhx-intro-small{min-height: auto}
	.dhx-intro-small p{letter-spacing: 0.05em;}

	.dhx-intro-beneficios{height: 520px; padding-top: 95px; padding-bottom: 30px}
	.dhx-intro-designer{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/img/dhx-designer-banner.png"); background-repeat: no-repeat; background-size: 65%; background-position: 100% 80%}
	.dhx-intro-marketer{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/img/dhx-marketer-banner.png"); background-repeat: no-repeat; background-size: 65%; background-position: 100% 80%}
	.dhx-intro-agencias{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/img/dhx-agencia-banner.png"); background-repeat: no-repeat; background-size: 65%; background-position: 100% 80%}

	.dhx-azure-badge img, .dhx-azure-badge img[src*=".svg"]{width: 100%; max-width: 160px;}
	.dhx-azure-badge{display: inline-block; width: fit-content; padding: 6px 5px; background-color: #00a1f1; border-radius: 6px; border: 2px solid #ffffff; margin: 0px; cursor: pointer;}
	.dhx-azure-badge:hover{ background-color: #03b2f7}
	.dhx-azure-logo[src*=".svg"]{width: 100%; max-width: 100px; display: inline-block}
	.dhx-azure-logo.dhx-banner-logo[src*=".svg"]{width: 100%; max-width: 290px; display: block}

/*--------------------------------------------------------------------------------------------------------------------------
Paso a paso Sections
--------------------------------------------------------------------------------------------------------------------------*/

img[src*=".svg"].dhx-icon-screenshot-left{width: 30%; position: absolute; top: -14%; left: -0.6%;}
img[src*=".svg"].dhx-icon-screenshot-right{width: 30%; position: absolute; top: -14%; right: -2%;}
img[src*=".svg"].dhx-icon-screenshot-right.dhx-megafono{width: 33.5%; position: absolute; top: -16%; right: -12%;}

img.dhx-screenshot{width: 100%; position: relative;}



/* daReasons */ 
.card{font-family: 'Roboto', sans-serif; box-shadow: 4px 4px 10px 0px rgba(25, 53, 101, 0.4) }
img[src*=".svg"].dhx-card-icon{height: 100%; max-height: 85px}
img[src*=".svg"].dhx-card-personaje{height: 100%; max-height: 140px}


/* daFeatures / daTestimonies */ 
.dhx-features .card,
.dhx-testimonies .card,
.border-bottom-skyblue{ border: none; border-bottom: 5px solid #0b8cc3}
.dhx-features img[src*=".svg"].dhx-card-icon{height: 100%; max-height: 70px}

.dhx-features-grid img[src*=".svg"]{height: 100%; max-height: 120px}

img[src*=".svg"].dhx-testimonies-logo{height: 100%; max-height: 32px}






/* Footer */
footer p, footer a, footer ul{color: #6d6e71; font-size: 0.8125rem; line-height: 1rem}
footer a:hover, footer a:focus{color: #009ee0}  




/*----------------------------------------------------------------------------------------------------------------
Internas
-------------------------------------------------------------------------------------------------------------------*/

/* Pricing */

.dhx-intro-precios{background-size: contain; background-position: 50% 50px}
.dhx-pricing-icons img[src*=".svg"]{height: 100%; max-height: 86px}

p.pricing{font-size: 1.18rem; line-height: 1.2em; margin-top:1rem}
p.pricing strong{font-size: 2rem}
p.pricing-aclaration{font-size: 0.7rem; line-height: 1.3em;}

.dhx-pricing-cards .card{margin-top: 50px;}

.dhx-pricing-cards .card-destacado{position: absolute;
									width: 100%;
									top: -40px;
									height: 40px;
									box-shadow: 4px 0px 10px 0px rgba(25, 53, 101, 0.4);
									}

.dhx-pills{
		font-family: 'Roboto', sans-serif; 
		font-size: 1rem/* 18px */;
		line-height: 2rem /* 36px */;
		border-radius: 24px;
		box-shadow: 1px 1px 6px 1px rgba(25, 53, 101, 0.4);
		color: #009ee0;
		border: 2px solid #009ee0;	
	    background: #009ee0;
		}

.dhx-pills li a.nav-link{min-width: 80px; cursor: pointer; font-weight: 500;}

.dhx-pills li:first-child a.nav-link{ border-radius: 24px 0px 0px 24px; background-color: #ffffff;}

.dhx-pills li:last-child a.nav-link{ border-radius: 0px 24px 24px 0px; background-color: #ffffff;}

.dhx-pills li a.nav-link:hover,
.dhx-pills li a.nav-link:not([href]):not([tabindex]):hover,
.dhx-pills li a.nav-link:focus,
.dhx-pills li a.nav-link:not([href]):not([tabindex]):focus,
.dhx-pills li a.nav-link.active,
.dhx-pills li a.nav-link:not([href]):not([tabindex]).active{ background-color: #009ee0; color: #ffffff; }

/* Compare Product Cards*/
.dhx-pricing-compare .card.regular-plan-compare,
.dhx-pricing-compare .card.dhx-features-compare{box-shadow: none}

.dhx-pricing-compare .card .card-header{ background-color: transparent}

.dhx-pricing-compare .card .card-header h3{ font-family: 'Roboto', sans-serif;}

.dhx-pricing-compare p.pricing strong{font-weight: 400}

.dhx-pricing-compare .card .card-body ul li{
	font-size: 0.875rem /* 14px */; 
	color:#666; 
	font-weight: 400;
	padding: 10px 0px;
	border-bottom: 1px solid #d1d1d1;
}

.dhx-pricing-compare .card.dhx-features-compare{ border: 1px solid #d1d1d1; border-right: none}

.dhx-pricing-compare .card.regular-plan-compare{ border: 1px solid #009ee0;}

/* Color Plan destacado Compare */
.destacado-plan-compare{background-color: #009ee0; color: #fff; position: relative; z-index: 2; box-shadow: 0px 0px 15px 3px rgba(25, 53, 101, 0.4)}
.destacado-plan-compare p,
.dhx-pricing-compare .card.destacado-plan-compare .card-body ul li{ color: #fff }
.dhx-pricing-compare .card.destacado-plan-compare .card-body ul li{ border-bottom: 1px solid #d1d1d1;}

/* Mobile pricing Prod Description */
	.dhx-pricing-info,
	.dhx-pricing-info:not([href]):not([tabindex]),
	.dhx-pricing-info:hover,
	.dhx-pricing-info:focus,
	.dhx-pricing-info:not([href]):not([tabindex]):hover,
	.dhx-pricing-info:not([href]):not([tabindex]):focus{ position: relative; color: #009ee0; text-decoration: none; margin-left: -15px}


	a.dhx-pricing-info:after {
    position: absolute;
    content: " ";
	background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/dhx-pricing-minus.svg");
    top: 50%;
    right: -18px;
    line-height: 1;
    font-size: 14px;
    margin-top: -6px;
	width: 12px; height: 12px;}

	a.dhx-pricing-info.collapsed:after {background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/dhx-pricing-plus.svg");}


/* Benefits icon Circle */

.dhx-icon-circle{
				border-radius: 50%;
				position: relative;
				width: 76px;
				height: 76px;
				background: -webkit-linear-gradient(top left, #6078ea, #17ead9);
				background: -o-linear-gradient(top left, #6078ea, #17ead9);
				background: linear-gradient(to bottom right, #6078ea, #17ead9);
				margin: 0px auto}

.dhx-icon-circle:before{content:"";
							display: block;
							height: 72px;
							border-radius: 50%;
							position: absolute;
							top: 2px;
							left: 2px;
							width: 72px;
							background-color: #ffffff; }


.dhx-icon-circle img[src*=".svg"]{position: relative; z-index: 1; height: 100%; max-height: 40px; margin-top: calc(50% - 20px)}


/* FAQ */ 
.dhx-accordion .card{box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2)}

.dhx-accordion a.dhx-faq {position: relative; padding-right: 60px;}

.dhx-accordion a.dhx-faq:after {
    position: absolute;
    content: " ";
	background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/dhx-pricing-minus.svg");
    top: 50%;
    right: 15px;
    font-family: "FontAwesome";
    line-height: 1;
    font-size: 14px;
    margin-top: -7px;
	width: 14px; height: 14px;}


.dhx-accordion a.dhx-faq.collapsed:after {background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/dhx-pricing-plus.svg");}
.dhx-accordion a.dhx-faq.collapsed.card-heading {border: none !important;}
.dhx-accordion a.dhx-faq:focus{box-shadow: none !important;outline: none !important; background-color: #fff}
.dhx-accordion a.dhx-faq:focus:hover{background-color: #f2f2f2}


/* Plantillas */
.dhx-templates-link{position: relative; cursor: pointer}

.dhx-templates-link-hover{
						display: none;
						position: absolute;
                         width: 100%; height: 100%; background-color: rgba(2,126,186, 0.8); }

.dhx-templates-link-hover img[src*=".svg"]{width: 100%; max-width: 29px}

.dhx-templates-link:hover .dhx-templates-link-hover{ display: flex; }


/* Explora */
.dhx-explora .card,
.dhx-beneficiospara .card{box-shadow: none; background: transparent }
.dhx-explora .card:hover{box-shadow: 0px 0px 10px 0px rgba(25, 53, 101, 0.4);}
.dhx-explora .card .card-footer,
.dhx-beneficiospara .card-footer{border: none; border-bottom: 5px solid transparent}
.dhx-explora .card:hover .card-footer{ border-bottom: 5px solid #0b8cc3}



/* Modals */
.dhx-close-video{position: absolute;
    right: -1.4rem;
    top: -0.5rem;
    color: #fff;
    opacity: 1;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
    font-size: 2rem;
    font-weight: 500;
	line-height: 2rem;}

.dhx-close-video:hover,
.dhx-close-video:focus{
    color: #009ee0;
    opacity: 1;}

.dhx-tmpl-lightbox{
	border:none;
}


/* Demos / Forms */
label.error{
    font-size: 11px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #dc3545;
    margin-bottom: 0px}

label.error#initial-domain-input-error {
    position: absolute;
    top: 26px;
	right: 0px;}

input[type="text"].form-control,
input[type="tel"].form-control,
input[type="email"].form-control,
input[type="number"].form-control,
input[type="url"].form-control,
select.custom-select,
textarea.form-control {
					border-radius: 0px;
					border:none;
					border-bottom: 1px solid #009ee0;
					padding: 0px 5px 3px 5px;
	    			line-height: 1.2rem;
					color: #666;
					font-size: 0.875rem /* 14px */
				 }

.input-group-append,
.input-group-prepend{border-radius: 0px;
					border:none;
					border-bottom: 1px solid rgb(0,158,224,0.5);
					padding: 0px 3px 3px 3px;}

.input-group-append{ padding: 0px 3px 3px 2px;}
.input-group-prepend{ padding: 0px 2px 3px 3px;}

.input-group-append .input-group-text,
.input-group-prepend .input-group-text{font-size: 1rem; line-height: 1.2rem; padding: 0px; border: none; background: transparent; }

select.custom-select{ height: calc(1.5rem + 2px); color: #b5b5b5 }
textarea.form-control { resize: none; border-radius: 0px; padding-top: 3px}

input[type="text"].form-control:focus,
input[type="tel"].form-control:focus,
input[type="email"].form-control:focus,
input[type="number"].form-control:focus,
input[type="url"].form-control:focus,
select.custom-select:focus,
textarea.form-control:focus{
					outline: none;
					box-shadow: none;
					border-color: #6078ea;
				 }

select.custom-select:focus option{color: #666;}
textarea.form-control:focus{background-color: #eee}

select.custom-select option:disabled,
textarea.form-control::placeholder,
input.form-control::placeholder { color: #b5b5b5; opacity: 1;}
:-ms-textarea-placeholder,
:-ms-input-placeholder { color: #b5b5b5}
::-ms-textarea-placeholder,

::-ms-input-placeholder { color: #b5b5b5;}





/* Landing Pages */
.dhx-lp-banner .dhx-full-fold-footer{height: calc(100vh - 112px);}
.dhx-lp-banner h1{font-size: 2.7rem }
.dhx-lp-banner h2{font-size: 2.0rem; line-height: 1.4em }

/* Landing Pages - ADWRDS */
.dhx-adw-banner .dhx-full-fold-footer{height: calc(100vh - 112px);}
.dhx-adw-banner h1{font-size: 2.9rem; line-height:1.3em; }
.dhx-adwrds-icons img[src*=".svg"]{height: 100%; max-height: 86px}
.dhx-adw-banner p.dhx-banner-text{font-size: 1.375rem}
.dhx-adw-banner ul li img[src*=".svg"]{width: 100%; max-width: 75px;}
.dhx-adw-banner ul li p{font-size: 1.16rem; font-weight: 400}
.dhx-aclarations{font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 11px; line-height: 1.3em; margin-top: 5px }




@media screen and (min-width:650px) and (orientation: portrait){
	/* daFolds */
	.dhx-full-fold { height: 68vh; }
	
}

@media all and (min-width:767px){
/*--------------------------------------------------------------------------------------------------------------------------
	Forms
--------------------------------------------------------------------------------------------------------------------------*/
	
	input[type="text"].form-control,
	input[type="tel"].form-control,
	input[type="email"].form-control,
	input[type="number"].form-control,
	input[type="url"].form-control,
	select.custom-select,
	textarea.form-control,
	.input-group-append .input-group-text,
	.input-group-prepend .input-group-text{font-size: 0.875rem;}
}

@media all and (min-width:992px){
	
		.dhx-full-fold{ 
		padding-top:50px;
		}
	
	 .dhx-adw-banner .dhx-full-fold{ 
		padding-top:30px;
		}

	
	/* Show the dropdown menu on hover */
	.dropdown:hover .dropdown-menu {
    				display: block;
		}
	
	.input-group-append,
	.input-group-prepend{font-family: 'Roboto Condensed', sans-serif;}
}

@media all and (min-width:1200px){

.dhx-azure-badge img, .dhx-azure-badge img[src*=".svg"]{width: 100%; max-width: 180px;}

	.input-group-append,
	.input-group-prepend{font-family: 'Roboto', sans-serif;}
	}

@media all and (min-width:1440px){
	
	h1{font-size: 3.675rem }
	.dhx-intro-sect h1{font-size: 3.875rem /* 62px */}
	.dhx-demo h1{font-size: 3.375rem/* 54px */ }
	h2{font-size: 2.5rem /* 40px */ }
	
}

@media all and (min-width:1440px) and (min-height:800px){

.dhx-bg-galeria {
    background-image: url("../img/dhx-home-templates.jpg");
    background-position: 100% 50%;
    background-size: 66%;
    background-repeat: no-repeat;}	
}


@media all and (max-width:1280px){

.dhx-bg-galeria {
    background-image: url("../img/dhx-home-templates.jpg");
    background-position: 140% 0%;
    background-size: 75%;
    background-repeat: no-repeat;}	
}


@media all and (max-width:1200px){
/*--------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------*/
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
	padding-left: 0.5rem;}
	
.nav-link, .navbar-nav .dropdown-menu .dropdown-item {
	font-size: 0.84rem;}

	
/* Landing Pages - ADWRDS */
.dhx-adw-banner{background-position: 90% 50%;}		
.dhx-adw-banner h1{font-size: 2.4rem; line-height:1.3em; }
.dhx-adw-banner p.dhx-banner-text{font-size: 1.275rem}
	
}

@media all and (max-width:991px){
	
	.dhx-demo h1{font-size: 2.875rem }
	form h3{   font-size: 1.4rem;}
	.dhx-intro-quote blockquote{font-size: 1.8rem}	
	
	.dhx-section-fold{height:50vh; min-height: 590px;}	
	.dhx-bg-galeria{background-position: bottom right; background-size: 84%}	
	
/*--------------------------------------------------------------------------------------------------------------------------
Navbar
--------------------------------------------------------------------------------------------------------------------------*/
	.navbar-collapse{margin-top: 15px; border-top: 1px solid #cccccc}
	.scrolled.dhx-navbar-dark .nav-link, .scrolled.dhx-navbar-dark a, .scrolled.dhx-navbar-dark .navbar-nav .dropdown-menu .dropdown-item{color: #6d6e71;}
	.scrolled.dhx-navbar-dark .nav-link, .dhx-inline-nav{border-bottom: 1px solid #cccccc; text-align: center; padding-top: 0.7rem; padding-bottom: 0.7rem;}
	.scrolled.dhx-navbar-dark .nav-link:hover, .scrolled.dhx-navbar-dark a:hover, .scrolled.dhx-navbar-dark .nav-item.active a{color: #009ee0}
	.scrolled.dhx-navbar-dark .dhx-border-right{border-right:1px solid rgba(0,0,0,0.2);}
	.scrolled.dhx-navbar-dark .navbar-nav .dropdown-menu{background-color: #f4f4f4; box-shadow: none; margin-top: -1px; }
	.scrolled.dhx-navbar-dark .navbar-nav .dropdown-menu .dropdown-item{border-bottom-color: #bfbfbf }
	.scrolled.dhx-navbar-dark .navbar-nav .dropdown-menu .dropdown-item:last-child{border-bottom-color: #bfbfbf }
	.scrolled.dhx-navbar-dark .navbar-nav .dropdown-menu .dropdown-item:hover{ color: #009ee0}
	.scrolled.dhx-navbar-dark .navbar-nav .dropdown-menu .dropdown-item:hover,
	.scrolled.dhx-navbar-dark .navbar-nav .dropdown-menu .dropdown-item:focus{ color: #009ee0; background-color: #eee;}
	
	
	.dhx-navbar-dark{color: #ffffff; transition:400ms ease;}


	.navbar-toggler {border:0px solid rgba(255,255,255,.6); }
	.navbar-toggler-icon{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/svg/dhx-menu-bars-light.svg")}
	.navbar-toggler:focus{outline: none}

	nav .btn{
		font-size: 1rem ;
		line-height: 1.5rem;		}
	.nav-link, .navbar-nav .dropdown-menu .dropdown-item {font-size: 1rem/* 14px */;}
	
  /*Banner */
	.dhx-intro-sect.dhx-banner-bg{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/img/dhx-home-banner-img-sm.jpg"); 
     background-position: 90% 0%;}
	.dhx-intro-beneficios { padding-top: 75px;}
	.dhx-intro-designer {background-size: 65%; background-position: 50% 94%;}
	.dhx-intro-agencias {background-size: 65%; background-position: 50% 94%;}
	.dhx-intro-marketer {background-size: 65%; background-position: 50% 94%;}
	
/*--------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------*/
/* Pricing */
.dhx-pricing-cards .card .card-body{flex-grow: 0}
	
/* Landing Pages - ADWRDS */
.dhx-adw-banner{background-position: 64% 50%;}	
.dhx-adw-banner h1 { font-size: 2.4rem;}	
.dhx-form-header p.text-bigger { font-size: 0.9rem}
.dhx-adw-banner p.dhx-banner-text{font-size: 1.16rem}
.dhx-adw-banner ul li img[src*=".svg"] {
    width: 100%;
    max-width: 70px;}
	
}

@media all and (orientation: portrait) and (min-width:576px){

}

@media all and (max-width:767px){
	/*--------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------*/
	.dhx-intro-quote blockquote:before{
							font-size: 150px;
							line-height: 150px;
							top: -40px;
							left: calc(10% - 40px);
							}
	
	.dhx-intro-beneficios { padding-top: 95px;}
	.dhx-intro-designer { background-size: 80%; background-position: 50% 94%;}
	.dhx-intro-agencias { background-size: 80%; background-position: 50% 94%;}
	.dhx-intro-marketer { background-size: 80%; background-position: 50% 94%;}
	
	/*--------------------------------------------------------------------------------------------------------------------------
Paso a paso Sections
--------------------------------------------------------------------------------------------------------------------------*/
	img[src*=".svg"].dhx-icon-screenshot-left {width: 25%; position: absolute; top: -18%; left: 7%;}	
	img[src*=".svg"].dhx-icon-screenshot-right{width: 25%; position: absolute; top: -18%; right: 6%;}
	img[src*=".svg"].dhx-icon-screenshot-right.dhx-megafono{width: 25%; position: absolute; top: -18%; right: 3%;}
	
	
	img.dhx-screenshot { width: 80%;	}
}

@media all and (max-width:580px){
/*--------------------------------------------------------------------------------------------------------------------------
FONTS
--------------------------------------------------------------------------------------------------------------------------*/
	html{font-size: 14px}
	body{font-size: 1rem}
	
	p{ font-size: 1rem /* 16px */; color:#666; font-weight: 400}
	p.text-bigger{ font-size:  1.286rem /* 18px */; font-weight: 400}
	p.dhx-banner-text{font-size: 1rem/* 16px */}
	p.dhx-section-pretitle{font-size:  1.286rem/* 18px */; font-family: 'Roboto', sans-serif; font-weight: 600}
	p.dhx-feature-title{font-size:  1.25rem/* 20px */; line-height: 1.3rem; font-family: 'Roboto', sans-serif; font-weight: 600}
	p.small-text{font-size: 0.9286rem /*  13px */}
	.dhx-intro-quote p{font-size: 1.286rem /* 18px */}
	
	.dhx-demo h1,
	h1{font-size: 2.833rem /* 34px */}
	h2{font-size: 1.6rem }
	.dhx-intro-quote blockquote{font-size: 1.571rem /* 22px */ }
	h2.dhx-banner-pretitle{font-size: 1.286rem /* 18px */}
	h3{font-size: 1.857rem /* 26px */ }
	h3.card-title{font-size: 1.714rem /* 24px */}
	
	.dhx-intro-sect.dhx-banner-bg{background-image: url("https://info.dahoox.com/template/views/dahoox/lp-dhx-adwrds-201808-auto-templates-es/assets/img/dhx-home-banner-img-xs.jpg"); background-position: center center}
	.dhx-bg-galeria{background-image: url("../img/dhx-home-templates-xs.jpg");}
	
	/* Landing Pages */
	.dhx-lp-banner .fold-mobile{height: calc(100vh - 102px); min-height: fit-content; padding-bottom: 20px }
	.dhx-lp-banner h1{font-size: 2.1rem;}
	.dhx-lp-banner h2{font-size: 1.7rem; }
	
	.dhx-adw-banner h1{font-size: 2.1rem }
	
	.btn{
    font-size: 1rem /* 16px */;
	line-height: 2.2em;
	max-width: 100%;
	
	}
	
	.nav-link, .navbar-nav .dropdown-menu .dropdown-item{
    font-size: 1.1rem/* 16px */;
	}
	
	
/* daFolds */
	.dhx-section-fold{height: calc(100vh - 140px);  min-height: 400px;}	
	
	/* Banner */ 
	.dhx-intro-sect.dhx-banner-bg:before,
	.dhx-typ-banner:before{
    background-color: rgba(0,0,0,0.2);}
		
	.dhx-intro-beneficios { height: 100vh; min-height: fit-content; min-height: 510px; max-height: 628px; padding-top: 85px;padding-bottom: 10px;}
	.dhx-intro-designer { background-size: 96%; background-position: 100% 86%;}
	.dhx-intro-agencias { background-size: 96%; background-position: 100% 86%;}
	.dhx-intro-marketer { background-size: 96%; background-position: 50% 86%;}

	
	
	/* daFeatures / daTestimonies */ 

	.dhx-features-grid img[src*=".svg"]{height: 100%; max-height: 85px}

	/* Footer */
	footer p, footer a, footer ul{font-size: 0.9rem;}
	
	
/*----------------------------------------------------------------------------------------------------------------
Internas
-------------------------------------------------------------------------------------------------------------------*/

/* Pricing */
.dhx-pricing-cards .card{margin-top: 0px;}

.dhx-pricing-cards .card-destacado {
    position: relative;
    top: 0px;}

.dhx-pricing-icons img[src*=".svg"]{height: 100%;max-height: 27px; width: auto;display: inline-block; margin-right: 6px}
.dhx-intro-precios p{display: inline-block }	

.dhx-top-pick{order:1;}
.dhx-pricing-cards .card:first-child{order:2;}
.dhx-pricing-cards .card:last-child{order:3;}

/* Landing Pages - ADWRDS */
.dhx-adwrds-icons img[src*=".svg"]{height:inherit; width: 30%; max-width: 45px; max-height: none; display: inline-block}
.dhx-adwrds-icons p{width: calc(70% - 15px); padding-left: 15px; display: inline-block}
.dhx-cta-section h2 { font-size: 1.5rem;}
.dhx-bg-galeria-lp{background: none}	
.dhx-adw-banner {background-position: 44% 50%;}
	
}


@media all and (max-width:412px){
/*--------------------------------------------------------------------------------------------------------------------------
FONTS
--------------------------------------------------------------------------------------------------------------------------*/

	
	h1{font-size:  2.3rem /* 32px */; line-height: 1.4em}
	.dhx-demo h1{font-size:  2.1rem ; line-height: 1.2em}
	h2.dhx-banner-pretitle{font-weight: 500;}
	
	/* Landing Pages */
	.dhx-lp-banner h1{font-size: 1.6rem;}
	.dhx-lp-banner h2{font-size: 1.4rem; }

	
	/* Landing Pages - ADWRDS */
	.dhx-adw-banner h1{font-size: 2.1rem;}
	.dhx-adw-banner h2{font-size: 1.6rem;}
	.dhx-adw-banner ul li img[src*=".svg"] { width: 100%; max-width: 60px;}
	.dhx-adw-banner ul li p { font-size: 1.1rem;}
	
	/*.btn.mr-3{margin-right: 0px !important; margin-bottom: 15px}	*/
	
/*--------------------------------------------------------------------------------------------------------------------------
FAQ
--------------------------------------------------------------------------------------------------------------------------*/
.dhx-accordion a.dhx-faq {padding-right: 40px;}	
	
}


@media all and (max-width:400px){
	.btn-mobile-one{margin-right: 10px!important; margin-left: 10px!important; margin-bottom: 10px;}
}

@media all and (max-width:365px){

/*--------------------------------------------------------------------------------------------------------------------------
FONTS
--------------------------------------------------------------------------------------------------------------------------*/

	.dhx-demo h1, h1{font-size: 2rem}
	
	h2{font-size: 1.75rem }
	.dhx-intro-quote blockquote{font-size: 1.6rem }
	h2.dhx-banner-pretitle{font-size: 1.2rem /* 18px */ }
	h3{font-size: 1.429rem /* 20px */}
	.dhx-cta-section h2 {font-size: 1.3rem;}
	
	.btn-funcionalidades{line-height: 1.3em; padding-top: 10px; padding-bottom: 10px; border-radius: 30px}
	.d-xxs-block{display: block !important}
	
	/* daFolds */
	.dhx-section-fold{min-height: 340px}	


	/* Landing Pages - ADWRDS */
	.dhx-adw-banner h1{font-size: 1.9rem;}
	.dhx-adw-banner p.dhx-banner-text{font-size: 1.1rem}
	.dhx-adw-banner ul li img[src*=".svg"] { width: 100%; max-width: 50px;}
	.dhx-adw-banner ul li p { font-size: 1rem;}	
	
}

@media all and (max-width:340px){

/*--------------------------------------------------------------------------------------------------------------------------
FONTS
--------------------------------------------------------------------------------------------------------------------------*/
	.dhx-intro-sect.dhx-banner-bg:before{ min-height: 250px}
	
	.dhx-intro-quote blockquote{font-size: 1.3rem }
	.dhx-intro-beneficios {
    min-height: 460px;
    padding-top: 75px;
		}
	
	/* Landing Pages - ADWRDS */
	.dhx-adw-banner h1{font-size: 1.8rem;}
}












/*--------------------------------------------------------------------------------------------------------------------------
SVG Images DeBug 
--------------------------------------------------------------------------------------------------------------------------*/

/* Ie9 */
.ie9 img[src*=".svg"] {
	width: 100%;
	max-width: 160px;
}

.ie9 .dhx-azure-logo[src*=".svg"]{width: 100%; max-width: 100px; display: inline-block}
.ie9 .dhx-azure-logo.dhx-banner-logo[src*=".svg"]{width: 100%; max-width: 290px; display: block}


/* Ie10 + Firefox & Others */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	img[src*=".svg"]{width: 100%;max-width: 130px;}
	.navbar-brand img, .navbar-brand img[src*=".svg"], footer img[src*=".svg"]{width: 100%; max-width: 130px}
	img[src*=".svg"].dhx-feature-svg {width: 100%; max-width: 80%}
	.dhx-azure-logo[src*=".svg"]{width: 100%; max-width: 100px; display: inline-block}
	.dhx-azure-logo.dhx-banner-logo[src*=".svg"]{width: 100%; max-width: 290px; display: block}
}
@media screen and (max-width: 480px) {
	img[src*=".svg"]{width: 100%;max-width: 130px;}
	.navbar-brand img, .navbar-brand img[src*=".svg"], footer img[src*=".svg"]{width: 100%; max-width: 130px}
	img[src*=".svg"].dhx-feature-svg {width: 100%; max-width: 80%}
	.dhx-azure-logo[src*=".svg"]{width: 100%; max-width: 100px; display: inline-block}
	.dhx-azure-logo.dhx-banner-logo[src*=".svg"]{width: 100%; max-width: 240px; display: block}
}
