@charset "UTF-8";
/*-- ESTILOS PARA LA LANDING 'EN CONSTRUCCIÓN' --*/
/*--- Modificaciones del template ---*/
.header-top-bar {
  background-color: #32CC32;
}

.mainmenu ul.nav.navbar-nav li a:hover {
  color: #32CC32 !important;
}

.is-sticky .mainmenu ul.nav.navbar-nav li.active a {
  color: #32CC32 !important;
}

.cl-single-blog {
  background: #f6f6f6;
}

.navbar-default .navbar-toggle {
  background: none;
  border: none;
  border-radius: 0;
  font-size: 20px;
  color: #32CC32;
  margin-top: 7px;
  margin-bottom: 0px;
}
.navbar-default .navbar-toggle:hover {
  color: #333;
}

.testimonial-area {
  position: initial;
}

.work-overlay {
  background: rgba(50, 204, 50, 0.9) none repeat scroll 0 0;
  color: #fff;
}
.work-overlay .work-title > h4 {
  color: #fff;
}
.work-overlay .work-icon a {
  color: #fff;
}

/*--- Clases como en bootstrap 4 ---*/
.mb-0 {
  margin-bottom: 0 !important;
}

.w-100 {
  width: 100% !important;
}

.d-none {
  display: none !important;
}

/*--- Acunet ---*/
.cl-enlace-blanco-verde {
  color: #fff;
}
.cl-enlace-blanco-verde:hover {
  color: #32CC32;
}

.cl-enlace-blanco-verde-oscuro {
  color: #fff;
}
.cl-enlace-blanco-verde-oscuro:hover {
  color: #249424;
}

.cl-enlace-negro-verde {
  color: #555 !important;
}
.cl-enlace-negro-verde:hover {
  color: #32CC32 !important;
}

.cl-enlace-hover-lento {
  transition: all 0.7s;
}

.cl-redes-footer a i {
  margin-right: 8px;
  text-align: left;
  width: auto;
  height: auto;
  line-height: 24px;
  background: initial;
  color: #a9a9a9;
  transition: 0.36s;
}
.cl-redes-footer a i:hover {
  color: #32CC32;
  transform: scale(1.1);
}

.cl-logo-menu {
  padding: 18px 0;
  width: 22rem;
}
.cl-logo-menu #logo_acunet {
  width: 4rem;
  height: auto;
  float: left;
  margin-right: 1rem;
}
.cl-logo-menu #logo_acunet .cls-1, .cl-logo-menu #logo_acunet .cls-2 {
  fill: #32CC32;
}
.cl-logo-menu p {
  display: block;
  line-height: 16px;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
.cl-logo-menu p:first-of-type {
  font-weight: bold;
  font-size: 16px;
  margin-top: 11px;
}

.is-sticky .cl-logo-menu {
  padding: 8px 0;
}
.is-sticky .cl-logo-menu #logo_acunet .cls-1, .is-sticky .cl-logo-menu #logo_acunet .cls-2 {
  fill: #32CC32;
}

#loader-wrapper {
  background-image: url("/frontend/img/bg-preloader.jpg");
  background-size: 500px;
  background-color: #000;
}
#loader-wrapper #logo_acunet_loader {
  width: 100%;
  height: auto;
}
#loader-wrapper #logo_acunet_loader .cls-1, #loader-wrapper #logo_acunet_loader .cls-2 {
  fill: rgba(50, 204, 50, 0.25);
  stroke-width: 1px;
  stroke: #32CC32;
  stroke-linejoin: round;
  stroke-dasharray: 80;
  animation: animate 4s linear infinite;
}
@keyframes animate {
  100% {
    stroke-dashoffset: 160;
  }
}
#loader-wrapper .cl-txt-loader {
  color: #32CC32;
  position: relative;
  left: 12px;
}

#enlaces-idiomas li.active a {
  color: #249424;
  font-weight: bold;
}
#enlaces-idiomas li a:hover {
  color: #249424;
}
#enlaces-idiomas li a {
  font-size: 13px;
}

.cl-btn-bg-verde {
  color: #fff;
  background: #32CC32;
  border: 2px solid #32CC32;
}
.cl-btn-bg-verde:hover {
  color: #32CC32 !important;
}

.cl-btn-border-verde {
  color: #fff;
  border: 2px solid #32CC32;
}
.cl-btn-border-verde:hover {
  color: #32CC32 !important;
}

.cl-color-verde {
  color: #32CC32 !important;
}

.cl-btn-tel-movil, .cl-btn-correo-movil {
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 0px;
  font-size: 17px;
  color: #333;
}
.cl-btn-tel-movil:hover, .cl-btn-correo-movil:hover {
  color: #32CC32;
}

.cl-botones-movil {
  display: none;
}

.cl-botones-movil ul {
  float: right;
  padding: 9px 10px;
  margin-top: 10px;
  margin-right: -10px;
  margin-bottom: 0px;
}
.cl-botones-movil ul li a {
  font-weight: normal;
}

.cl-ctn-about {
  display: flex;
}
.cl-ctn-about .cl-imagen-about {
  background-image: url("/frontend/img/angel.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#logo_footer_acunet .cls-1, #logo_footer_acunet .cls-2 {
  fill: rgba(85, 85, 85, 0.1);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cl-ctn-services .single-service {
    min-height: 365px;
  }
}
@media (max-width: 991.98px) {
  .header-top-info a:first-child {
    display: none;
  }

  .mainmenu li a {
    font-size: 12px;
  }

  .cl-ctn-about {
    display: initial;
  }
  .cl-ctn-about .cl-imagen-about {
    height: 350px;
    margin-bottom: 3rem;
  }

  .about-text {
    text-align: center;
  }
  .about-text .list-unstyled {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .testimonial-area {
    background-size: auto;
  }

  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt-lg-4 {
    padding-top: 4rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .cl-logo-menu {
    width: auto;
  }
  .cl-logo-menu p {
    display: none;
  }
}
@media (max-width: 766.98px) {
  .header-top-area {
    position: fixed;
    top: 0px;
  }

  .cl-logo-menu {
    padding: 5px 0;
  }

  .is-sticky .cl-logo-menu {
    padding: 5px 0;
  }

  .cl-botones-movil {
    display: block;
  }

  #enlaces-idiomas li.active a {
    color: #32CC32 !important;
  }
  #enlaces-idiomas li a:hover {
    color: #32CC32 !important;
  }
  #enlaces-idiomas li a {
    padding: 0px;
  }

  .mainmenu .navbar-collapse {
    background-color: #f6f6f6;
    margin-bottom: 1rem;
    border-top: 1px solid #555;
    margin-top: 5px;
  }
  .mainmenu .navbar-collapse .nav li.active a {
    color: #32CC32 !important;
    font-weight: 700;
  }
  .mainmenu .navbar-collapse .nav li a {
    text-align: center;
    font-size: 20px !important;
    padding: 8px 15px !important;
    font-weight: normal;
  }

  .mainmenu ul li:last-child a {
    padding-right: 15px;
  }

  .navbar-nav {
    margin: 50px -15px;
  }

  .cl-ctn-services .single-service {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .cl-ctn-works .single-work {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .work-title > h4 {
    margin-top: 85px;
  }

  .footer-widget {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 599.98px) {
  .cl-logo-menu {
    width: auto;
  }
  .cl-logo-menu p {
    display: none;
  }

  .navbar-default .navbar-toggle {
    margin-right: 0px;
  }

  .cl-btn-tel-movil, .cl-btn-correo-movil {
    margin-right: 0px;
  }

  #partner-carousel .item img {
    max-width: 200px;
  }

  .d-sm-block {
    display: block !important;
  }
}
@media (max-width: 449.98px) {
  .work-title > h4 {
    margin-top: 40px;
  }

  .about-text p, .about-text h3 {
    text-align: left;
  }

  .about-text .list-unstyled {
    width: 100%;
  }
}
@media (max-width: 349.98px) {
  .cl-btn-tel-movil, .cl-btn-correo-movil {
    display: none;
  }

  #enlaces-idiomas {
    margin-right: 0px;
  }
}