/* ----------------------------------------------------------------
  Clases generales
  -----------------------------------------------------------------*/
#header {

  background-color: #FFFF !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100px;

}

body {

  font-family: "Yantramanav", sans-serif !important;
  letter-spacing: .5px;
}

.content-wrap {
  padding: 40px 0;
}

.container_radio_button input[type='radio']:checked:after {
  background-color: #663CB7 !important;
  border: 0px solid transparent !important;
}

#header {
  background: #FFF;
  border-bottom: 2px solid #EEE !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.02), 0 2px 10px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.02), 0 2px 10px 0 rgba(0, 0, 0, 0.02);
}

#header.full-header #logo,
#header.full-header #primary-menu>ul {
  border-right: none !important;
}

#header.dark.sticky-header #header-wrap:not(.not-dark) {
  background-color: #FFF;
}

#logo {
  margin-right: 0 !important;
  padding-right: 0 !important;
  width: 160px;
}

#logo img {
     max-width: 146%;
    margin-left: 2%;
}

#primary-menu ul li a {
  color: #616161 !important;
  font-family: "Yantramanav", sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 20px 10px;
  text-transform: inherit;
  text-shadow: none !important;
}

#primary-menu ul li a:hover {
  color: #54239F !important;
}

#primary-menu ul li a.active {
  color: #81BF4B !important;
}

#primary-menu .demo {
  color: #54239F !important;
}

#primary-menu .demo img {
  margin-right: 5px;
  position: relative;
  top: -3px;
}

.sub-navbar {
  background: #616161;
  padding: 10px 0px;
}

.sub-navbar li {
  display: inline-block;
}

.sub-navbar a {
  color: #FFF;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 0 20px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.sub-navbar a:hover {
  border-bottom: 2px solid #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

.sub-navbar a.active {
  border-bottom: 2px solid #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

.flags-navbar {
  margin-top: -7px;
}

.mobile-flags {
  display: none;
}

.menu-flags {
  width: 60px !important;
  border-top: none !important;
  text-align: center;
  padding-left: 2px!important;

}

.menu-flags li:hover>a {
  background-color: #ffffff;
  padding-right: 10px !important;
  text-decoration: none;
  color: #81BF4B !important;
}

.menu-flags li:hover>a img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.nav-item {
  margin-left: 20px !important;
}

.retina-logo {
  display: none !important;
}

/* Footer */
.widget {
  position: relative;

}

.notPagosUrl {
  background: transparent;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .5px;
  padding-left: 0;
  color: #5325ba;
}

#footer {
  background-color: #F3F3F3;
  border-top: none;
}

#footer .footer-widgets-wrap {
  padding: 0px 0 !important;
  padding-top: 40px !important;
}

#footer .footer-logo {
  width: 180px;
}

#footer .first-section p {
  color: #838383;
  font-family: "Montserrat", sans-serif;
}

#footer .first-section p span {
  color: #616161;
  font-weight: 700;
}

#footer .widget h4 {
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: inherit;
}

#footer .widget ul {
  list-style-type: none;
}

#footer .widget ul li {
  padding: 0px;
  padding-bottom: 0;
}

#footer .widget ul li a {
  background: transparent;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .5px;
  padding-left: 0;
}

#footer .widget_ajust {
  margin-top: 25px !important;
}

#footer .col-md-6 .widget:nth-of-type(2) {
  margin-top: 20px;
}

#footer .first-section,
#footer .second-section,
#footer .third-section,
#footer .fourth-section {
  padding: 0;
  padding-bottom: 10px;
}

.social-icons {
  margin-right: 5px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.social-icons:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

#footer-splash {
  border-top: none;
  color: white;
}

#footer-splash .footer-widgets-wrap {
  padding: 0px 0 !important;
  padding-top: 40px !important;
}

.contact-floating-footer {
  background: #54239F;
  border-radius: 100px 100px 0 0;
  font-size: 10px;
  font-weight: 100;
  margin: auto;
  text-align: center;
  padding: 7px;
  width: 700px;
}

.contact-floating-footer a {
  color: #FFF;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.contact-floating-footer a:hover {
  opacity: .3;
}

.contact-floating-footer a:hover {
  opacity: .3;
}

.contact-floating-footer img {
  position: relative;
  margin: 0 5px;
  top: -2px;
}

.contact-floating-footer a:nth-of-type(2) img {
  margin-left: 50px;
}

/*Medias*/
@media (max-width: 321px) {}

@media (max-width: 479px) {

  .second-section,
  .third-section,
  .fourth-section,
  .fourth-section .col-xs-6 {
    width: 100%;
  }
}

@media (max-width: 767px) and (min-width: 480px) {

  .container,
  #header.full-header .container,
  .container-fullwidth {
    width: 80% !important;
  }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 991px) {

  /* --------------------------------------------------------
          Header
      ----------------------------------------------------------- */

  #logo img {
    max-width: 100%;
    margin-left: 3px;
    height: auto !important;
  }

  #header.full-header #logo,
  #header.full-header #primary-menu>ul {

    margin-left: 0 !important;
  }

  #header.full-header #logo,
  #header.full-header #primary-menu>ul {

    margin-top: 3% !important;
    margin-bottom: 3% !important;
  }

  #primary-menu {
    display: flex !important;

  }

  .menu-flags {
    display: flex !important;

  }

  .bandera-resp {
    margin-left: 20%;
  }

  #primary-menu ul>li>a,
  #primary-menu.style-2>div>ul>li>a {

    margin-right: 20px !important;
  }

  /*Notitracker header*/
  .cs-container {
    margin-top: 4%;
    margin-bottom: 4%;
    ;
  }

  /* --------------------------------------------------------
          Footer
      ----------------------------------------------------------- */

  #footer {
    padding-bottom: 30px;
  }

  .first-section {
    text-align: center;
  }

  .first-section img {
    margin: auto;
    margin-bottom: 15px;
  }

  .first-section p {
    margin-bottom: 0;
  }

  .contact-floating-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
  }

  .footer-widgets-wrap {
    text-align: center;
  }

  img.concepthaus-logo.pt-3 {
    width: 50%;
    padding-top: 2rem !important;
  }
}

@media only screen and (max-width: 1199px) {

  /* .-------------------------------------------------------
  Header
  ----------------------------------------------------------- */
  /**/

  #header,
  #header-wrap {
    height: auto !important;
  }

  #header.full-header .container,
  .container-fullwidth {
    padding: 0 15px !important;
    margin: 0 auto;
    width: 80% !important;
  }


  #logo {
    display: block;
    float: none;
    margin: 0 auto 0 !important;
    max-width: none;
    text-align: center;
    border: 0 !important;
    padding: 0 !important;
  }

  #logo a.standard-logo {
    display: inline-block;
  }

  .retina-logo {
    display: none !important;
  }

  #primary-menu ul li {
    float: none;
    margin: 0 !important;
    text-align: left !important;
    border-top: 1px solid #EEE;
  }

  #primary-menu ul li:first-child {
    border-top: 0;
  }

  #primary-menu ul>li>a,
  #primary-menu.style-2>div>ul>li>a {
    padding: 14px 5px !important;
    border: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;

  }

  /*
  #logo img {
    max-width: 180px;
    position: relative;
    height: 65px;
  }
*/
  #logo .standard-logo {
    height: 31px;
  }

  #primary-menu-trigger {
    top: 6px;
  }

  .flags {
    display: none;
  }

  .mobile-flags {
    display: inline-block !important;
  }

  .mobile-flags a {
    display: inline-block !important;
  }

  .mobile-flags a img {
    display: block;
    margin-left: 14px;
  }

  .mobile-flags a::before {
    margin-left: 30px !important;
  }

}