body {
	padding-top: 20px;
	padding-bottom: 40px;
}

/* Custom container */
.container-narrow {
	margin: 0 auto;
	max-width: 880px;
}
.container-narrow > hr {
	margin: 30px 0;
}
/* FIX CRÍTICO: tienes un typo que puede romper parsing */
.fx-header .fx-cta { gap: 10px; } /* elimina/ignora "gap:its" si existe */
pre{    background-color: #0b141f !important;}
/* MENÚ: links con hit-area, hover suave, y activo con underline moderno */
.navigation .fx-navlinks > li > a.fx-navlink {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 850;
  letter-spacing: 0.2px;
  transition: background 0.14s ease, transform 0.14s ease, opacity 0.14s ease;
  opacity: 0.92;
}

.navigation .fx-navlinks > li > a.fx-navlink:hover {
  background: rgba(0,0,0,0.04);
  transform: translateY(-1px);
  opacity: 1;
}

/* Activo: subrayado limpio que se ve “producto” */
.navigation .fx-navlinks > li.active > a.fx-navlink {
  opacity: 1;
}

.navigation .fx-navlinks > li.active > a.fx-navlink::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: rgba(0, 255, 200, 0.65);
}

/* CTA: de botón pro, no “link” */
.navigation .fx-navcta {
  display: flex;
  align-items: center;
}

.navigation .fx-navcta .featured .fx-cta-pro {
  display: inline-flex;
  align-items: center;
  gap: 10px;
	margin-top:-5px;
  padding: 10px 14px;
  border-radius: 14px;
  font-weight: 950;
  letter-spacing: 0.2px;
  text-decoration: none !important;
  border: 1px solid rgba(0,0,0,0.12);
  background: #00000038;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  transition: transform 0.14s ease, border-color 0.14s ease, background 0.14s ease, box-shadow 0.14s ease;
}

.navigation .fx-navcta .featured .fx-cta-pro:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 255, 200, 0.40);
  background: #39c8b705;
  box-shadow: 0 14px 34px rgba(0,0,0,0.12);
}

/* Chip PRO */
.navigation .fx-cta-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0.6px;
  border: 1px solid rgba(0, 255, 200, 0.35);
  background: rgba(0, 255, 200, 0.14);
}

/* Flecha: micro detalle */
.navigation .fx-cta-arrow {
  opacity: 0.8;
  transition: transform 0.14s ease, opacity 0.14s ease;
}

.navigation .fx-navcta .featured .fx-cta-pro:hover .fx-cta-arrow {
  transform: translateX(3px);
  opacity: 1;
}
/* Main marketing message and sign up button */
.jumbotron {
	margin: 60px 0;
	text-align: center;
}
.jumbotron h1 {
	font-size: 72px;
	line-height: 1;
}

.analyseBtn {
	margin-right: 1px;
	font-size: 21px !important;
	padding: 14px 24px !important;
    -webkit-border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
}

.website-input {
	border-right: none !important;
	margin-right: 1px;
	padding: 14px 24px !important;
}

.noFloat {
	float:none !important;
}
#errors {
	margin:0 auto 20px auto;
}
/* Supporting marketing content */
.marketing {
	margin: 60px 0;
}
.marketing p + h4 {
	margin-top: 28px;
}

textarea {
	width:auto !important;
}

div.form .errorSummary {
  color: #b94a48;
  background-color: #f2dede;
  border:1px solid #b94a48;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	font-size: 0.9em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.form .errorMessage {
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p {
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul {
	margin: 0;
	padding: 0 0 0 20px;
}

input.error,
select.error,
textarea.error  {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #b94a48;
}

input.error:focus,
select.error:focus,
textarea.error:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
/*.no-top-line*/
.table td {
	padding:10px;
}
.no-top-line td {
	border-top: none !important;
}
.lead {
	margin: 10px 0 10px !important;
	font-size:16px;
}
.over-max, .collapse-task { display: none; }
.stat-td #website-form .error { margin-left: 0 !important; }
.stat-td #website-form { margin-bottom:0 !important; }
.h-review { font-size:24px; margin-top:0 !important; }
#update_stat { font-weight:bold; cursor:pointer; }
#upd_help {
	font-size:16px;
	padding-left:10px;
    vertical-align: top;
    margin-top: 15px;
	display:none;
}
.marketing-img {
	padding:4px;
	margin:0 10px 5px 0;
}
.compare {
	font-size:12px;
	font-weight:bold;
}
.adv-icon {
	width:64px;
	height:64px;
}
.adv-icon-warning { background:url(../img/warning.png) no-repeat;}
.adv-icon-success { background:url(../img/success.png) no-repeat;}
.adv-icon-error { background:url(../img/error.png) no-repeat;}
.adv-icon-neutral { background:url(../img/neutral.png) no-repeat;}
.cloud-container .grade-1{font-weight:300;font-size:12px;color:rgba(0, 0, 0, 0.5);}
.cloud-container .grade-2{font-weight:300;font-size:14px;color:rgba(0, 0, 0, 0.6);}
.cloud-container .grade-3{font-size:18px;color:rgba(0, 0, 0, 0.7);}
.cloud-container .grade-4{font-size:20px;color:#315d86;}
.cloud-container .grade-5{font-weight:600;font-size:24px;color:#315d86;}
.rating_ico {
 width:100% !important;
}
.nav-tabs > li > a{
	padding: 10px 10px !important;
font-size: 12px !important;
}
button.btn.btn-danger.psi__btn-view-mode.psi__btn-view-mode-normal {
    background: #0a0a16a3;
    border: 1px solid #21262e;
    border-radius: 8px 8px 0 0;
}

.recaptchatable .recaptcha_r1_c1,
.recaptchatable .recaptcha_r3_c1,
.recaptchatable .recaptcha_r3_c2,
.recaptchatable .recaptcha_r7_c1,
.recaptchatable .recaptcha_r8_c1,
.recaptchatable .recaptcha_r3_c3,
.recaptchatable .recaptcha_r2_c1,
.recaptchatable .recaptcha_r4_c1,
.recaptchatable .recaptcha_r4_c2,
.recaptchatable .recaptcha_r4_c4,
.recaptchatable .recaptcha_image_cell {
	background: none !important;
}

#recaptcha_table {
	width:100%;
}

#recaptcha_image,
#recaptcha_challenge_field_holder,
.recaptcha_input_area,
.recaptcha_image_cell,
.recaptcha_input_area input {
	width:220px !important;
}

.download_form {
	display: none;
}
#affix-menu.affix,
.screenshot.affix {
	position: fixed;
	top: 100px;

}
.screenshot.affix-bottom {
    position: relative;
}
#navbar-review-mobile.affix {
    position: fixed;
    top: 0;
}
.score-label {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.score-label:first-child {
    margin-top: 0;
}
.score-header {
    font-size: 18px;
}
.advice-caret {
    color: #333;
    margin-right: 5px;
}
.advice-title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}
.advice-container { margin-bottom: 20px;     border-bottom: 1px solid #f0f0f0; }
.impact-title {
    font-size: 16px;
    font-weight: 700;
    margin: 25px 0;
}
.screenshot {
    height: 485px;
    margin-top: 30px;
    position: relative;
    width: 250px;
}
.screenshot.mobile {
    background: url(../img/mobile.png) no-repeat;
}
.screenshot.mobile .screenshot-img-container {
    width: 225px;
    height: 375px;
    clip: rect(0,225px,375px,0);
    top: 54px;
    left: 12px;
    right: 13px;
}
.label{font-size: 100% !important}
.screenshot.desktop .screenshot-img-container {
    width: 181px;
    height: 121px;
    clip: rect(0,181px,121px,0);
    top: 45px;
    left: 32px;
}
.screenshot.desktop {
    background: url(../img/desktop.png) no-repeat;
    height: 220px;
}

.screenshot-img-container {
    position: absolute;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.url-block {
    background-color: #fff;
    max-height: 324px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0;
    margin-left: 0;
}
ul.url-block li {
    border-top: 1px #ccc dashed;
    list-style: none;
    padding: 3px;
    word-wrap: break-word;
}
ul.url-block li:first-child {
    border-top: none;
}
.group-divider:last-child {
    display: none;
}

/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
    width: 228px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
    .bs-docs-sidenav {
        width: 258px;
    }
    .bs-docs-sidenav > li > a {
        width: 230px \9; /* Override the previous IE8-9 hack */
    }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {

    /* When affixed, space properly */
    .bs-docs-sidenav {
        top: 0;
        width: 218px;
        margin-top: 30px;
        margin-right: 0;
    }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
    /* Adjust sidenav width */
    .bs-docs-sidenav {
        width: 166px;
        margin-top: 20px;
    }
    .bs-docs-sidenav.affix {
        top: 0;
    }
}

@media (min-width: 768px) {
    .screenshot {
        float: right;
    }
}
/* Tablet
------------------------- */
@media (max-width: 767px) {
    /* Sidenav */
    .bs-docs-sidenav {
        width: auto;
        margin-bottom: 20px;
    }
    .bs-docs-sidenav.affix {
        position: static;
        width: auto;
        top: 0;
    }
    #navbar-review-mobile.affix {
        width: 95%;
        overflow: hidden;
    }
    .screenshot {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    #navbar-review-mobile.affix {
        width: 91%;
    }
}

/**
* RESPONSIVE RULES
*/
@media only screen and (min-width : 768px) {
    .compare {
        width: 172px;
    }
}

body.psi__body-fullscreen {
    overflow: hidden;
}
.psi__btn-view-mode-normal {
    position: absolute;
}
.psi__btn-view-mode-fullscreen {
    position: fixed;
}

.psi__btn-view-mode {
    z-index: 1;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
}
.psi__iframe-wrapper {
    position: relative;
}

.psi__fullscreen iframe {
    position: fixed;
    border: none;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 100%;
    height: 100%;
}

.psi__content-view {
    overflow: hidden;
    padding-top: 75%;
}

.psi__content-view iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow-y: hidden;
}
.thumbnail{
    /*background: url('../img/loader.gif') no-repeat;*/
}
.progress-bar{background-color:#39c8b7 !important;}


.sa {
    width: 140px;
    height: 140px;
    padding: 26px;
    background-color: #fff;
}
.sa-error {
    border-radius: 50%;
    border: 4px solid #f27474;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
    animation: animateErrorIcon 0.5s;
}
.sa-error:after, .sa-error:before {
    background: #fff;
    content: "";
    height: 120px;
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
}
.sa-error:before {
    border-radius: 40px 0 0 40px;
    width: 26px;
    height: 80px;
    top: -17px;
    left: 5px;
    transform-origin: 60px 60px;
    transform: rotate(-45deg);
}
.sa-error:after {
    border-radius: 0 120px 120px 0;
    left: 30px;
    top: -11px;
    transform-origin: 0 60px;
    transform: rotate(-45deg);
    animation: rotatePlaceholder 4.25s ease-in;
}
.sa-error-x {
    display: block;
    position: relative;
    z-index: 2;
}
.sa-error-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(200, 0, 0, 0.2);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}
.sa-error-fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}
.sa-error-left, .sa-error-right {
    border-radius: 2px;
    display: block;
    height: 5px;
    position: absolute;
    z-index: 2;
    background-color: #f27474;
    top: 37px;
    width: 47px;
}
.sa-error-left {
    left: 17px;
    transform: rotate(45deg);
    animation: animateXLeft 0.75s;
}
.sa-error-right {
    right: 16px;
    transform: rotate(-45deg);
    animation: animateXRight 0.75s;
}
@keyframes rotatePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
    }
    100%, 12% {
        transform: rotate(-405deg);
    }
}
@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}
@keyframes animateXLeft {
    0%, 65% {
        left: 82px;
        top: 95px;
        width: 0;
    }
    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }
    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}
@keyframes animateXRight {
    0%, 65% {
        right: 82px;
        top: 95px;
        width: 0;
    }
    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }
    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}



.sa {
    width: 140px;
    height: 140px;
    padding: 26px;
    background-color: #fff;
}
.sa-success {
    border-radius: 50%;
    border: 4px solid #a5dc86;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
}
.sa-success:after, .sa-success:before {
    background: #fff;
    content: '';
    height: 120px;
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
}
.sa-success:before {
    border-radius: 40px 0 0 40px;
    width: 26px;
    height: 80px;
    top: -17px;
    left: 5px;
    transform-origin: 60px 60px;
    transform: rotate(-45deg);
}
.sa-success:after {
    border-radius: 0 120px 120px 0;
    left: 30px;
    top: -11px;
    transform-origin: 0 60px;
    transform: rotate(-45deg);
    animation: rotatePlaceholder 4.25s ease-in;
}
.sa-success-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(165, 220, 134, 0.25);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}
.sa-success-fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}
.sa-success-tip, .sa-success-long {
    background-color: #a5dc86;
    border-radius: 2px;
    height: 5px;
    position: absolute;
    z-index: 2;
}
.sa-success-tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
    animation: animateSuccessTip 0.75s;
}
.sa-success-long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
    animation: animateSuccessLong 0.75s;
}
@keyframes animateSuccessTip {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes animateSuccessLong {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@keyframes rotatePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
    }
    100%, 12% {
        transform: rotate(-405deg);
    }
}

.label-success {
    background-color: #39c8b7 !important;
}
.label-warning, .label-important {
    background-color: #f15249 !important;
}

/* =======================================================================
   MIDETUWEB MODERN LAYER (2026)
   - No rompe legacy: solo aplica bajo body.midetuweb.modern-shell
   - Moderniza home (hero + formulario + tarjetas) con glass + sombras suaves
   ======================================================================= */

body.midetuweb.modern-shell {
    padding-top: 0;
    padding-bottom: 0;
}

/* HERO */
body.midetuweb.modern-shell #hero.jumbotron {
    margin: 30px 0 40px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    padding: 56px 20px;
    background:
      radial-gradient(1200px 600px at 50% 0%, rgba(57,200,183,0.18), rgba(0,0,0,0) 60%),
      radial-gradient(900px 500px at 20% 30%, rgba(49,93,134,0.18), rgba(0,0,0,0) 55%),
      rgba(255,255,255,0.04);
    box-shadow: 0 20px 60px rgba(0,0,0,0.18);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
}

body.midetuweb.modern-shell #hero.jumbotron:before {
    content: "";
    position: absolute;
    inset: -2px;
    background:
      radial-gradient(600px 260px at 70% 20%, rgba(255,255,255,0.10), rgba(255,255,255,0) 60%),
      radial-gradient(420px 220px at 30% 70%, rgba(255,255,255,0.08), rgba(255,255,255,0) 60%);
    pointer-events: none;
}

body.midetuweb.modern-shell #hero .hero-inner {
    position: relative;
    z-index: 1;
}

/* Título hero más “brand” */
body.midetuweb.modern-shell #hero .hero-title,
body.midetuweb.modern-shell #hero h1 {
    font-size: 56px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 10px 0;
}

/* Lead más grande y limpio */
body.midetuweb.modern-shell #hero .lead,
body.midetuweb.modern-shell #hero .hero-lead {
    font-size: 18px;
    line-height: 1.55;
    margin: 12px auto 8px auto !important;
    max-width: 780px;
    opacity: 0.95;
}

body.midetuweb.modern-shell #hero .hero-microcopy {
    max-width: 820px;
    margin: 0 auto 18px auto;
    opacity: 0.80;
    font-size: 14px;
    line-height: 1.6;
}

/* FORM HOME */
body.midetuweb.modern-shell #website-form.form {
    margin-top: 14px;
    padding: 18px 16px;
    border-radius: 18px;
    background: rgba(0,0,0,0.18);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}


body.midetuweb.modern-shell #website-form .website-input::placeholder {
    color: rgba(255,255,255,0.55);
}

body.midetuweb.modern-shell #website-form .website-input:focus {
    border-color: rgba(57,200,183,0.65) !important;
    box-shadow: 0 0 0 6px rgba(57,200,183,0.16);
    transform: translateY(-1px);
}

/* Botón moderno */
body.midetuweb.modern-shell #website-form #submit.btn,
body.midetuweb.modern-shell #website-form .btn.btn-success {
    width: 100%;
    border-radius: 14px;
    padding: 16px 18px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 16px 40px rgba(0,0,0,0.20);
    transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

body.midetuweb.modern-shell #website-form #submit.btn:hover,
body.midetuweb.modern-shell #website-form .btn.btn-success:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
    box-shadow: 0 22px 55px rgba(0,0,0,0.26);
}

body.midetuweb.modern-shell #website-form #submit.btn:active,
body.midetuweb.modern-shell #website-form .btn.btn-success:active {
    transform: translateY(0px);
}

/* Badges de confianza (los que añadimos en el hero) */
body.midetuweb.modern-shell #hero .hero-trust {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
body.midetuweb.modern-shell #hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.88);
}

/* Texto de ayuda */
body.midetuweb.modern-shell #domain-help {
    color: rgba(255,255,255,0.72);
}

/* Errores más “product” */
body.midetuweb.modern-shell #errors.alert {
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(241,82,73,0.12);
    color: rgba(255,255,255,0.92);
}

/* Secciones: títulos y spacing más modernos */
body.midetuweb.modern-shell .section-header h2 {
    letter-spacing: -0.01em;
}
body.midetuweb.modern-shell .section-header .sub-header {
    opacity: 0.85;
    line-height: 1.65;
}

/* Feature cards (usando tu .feature-card del HTML reescrito) */
body.midetuweb.modern-shell .feature-card {
    border-radius: 18px;
    padding: 18px 16px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
    min-height: 170px;
}

body.midetuweb.modern-shell .feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 46px rgba(0,0,0,0.12);
}

/* Reduce motion: respeta usuarios */
@media (prefers-reduced-motion: reduce) {
    body.midetuweb.modern-shell * {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}

/* Responsive hero */
@media (max-width: 767px) {
    body.midetuweb.modern-shell #hero.jumbotron {
        padding: 42px 16px;
    }
    body.midetuweb.modern-shell #hero .hero-title,
    body.midetuweb.modern-shell #hero h1 {
        font-size: 40px;
    }
}
.hero-form-wrap.wow.fadeInUp {
    padding-top: 36px !important;
}
ul.yiiPager > li {
    display: inline-block;
    margin: 0 3px !important;
}
.pagination ul > li > a, .pagination ul > li > span{
padding: 6px 12px !important;	
}
.thumbnail{margin-bottom:0px !important;}

 body {
    background: radial-gradient(1400px 800px at 15% 10%, rgba(57, 200, 183, .18), transparent 60%), radial-gradient(900px 1400px at 75% 12%, rgba(94, 230, 215, .12), transparent 60%), linear-gradient(180deg, var(--mtw-bg2), var(--mtw-bg));
    color: var(--mtw-text);
    background-attachment: fixed;
}

.icon, .fa {
    line-height: 1;
    color: #39c8b7;
}
.privacy-cta .icon{color:black}
