.tags_noticias{
  height: 600px;
}

.fixed-header-on .header .logo img {
  max-height: inherit;
}
.lowercase {
  text-transform: lowercase !important;
}
.capitalize {
  text-transform: initial !important;
}
.icon.small {
  margin-right: 10;
}
.icon.large {
  font-size: 3em !important;
  width: 2em !important;
  height: 2em !important;
  line-height: 2em !important;
}
.text-muted {
  color: #333333;
}
.pointer {
  cursor: pointer;
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 20;
  width: auto;
  max-width: 500;
  margin: 20 auto;
}
.white-popup h2 {
  text-transform: none;
}
.clients .client-image {
  margin: 0 10;
}
.title_modulos {
  font-weight: bold;
}
.sizeg {
  font-size: 38px;
}
.carousel_referencias {
  overflow: hidden;
  max-height: 240;
  height: 240;
}
.overflow-auto {
  overflow-x: auto;
  overflow-y: hidden;
  height: 130;
  max-height: 130;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
#submenu > .active > a {
  background-color: transparent;
  color: #91633c;
  font-weight: bold;
}
.ocultar_submenu {
  display: none;
  list-style: none;
}

.mostrar_submenu {
  list-style: none;
  display: block;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  margin: 0px;
  top: 50px;
  left: 0px;
  z-index: 999;
}

#submenu > li {
  margin: 2px;
  width: 150px;
}

#submenu > li:hover > a {
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .navbar-nav > li:hover > #submenu {
    list-style: none;
    display: block;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    margin: 0px;
    top: 50px;
    left: 0px;
    z-index: 999;
  }
}

#overbox3 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  display: none;
  background-color: rgba(0,0,0,0.5);
}
#infobox3 {
  margin: 10% auto;
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
#infobox3 p {
  font-size: 14px;
  text-align: center;
}
#infobox3 p a {
  margin-right: 5px;
  text-decoration: underline;
}
.image_referencias {
  max-height: 200;
  height: 200;
  overflow: hidden;
  margin-bottom: 0 !important;
}
article {
  padding-bottom: 20 !important;
}
.tag_seleccionado {
  border: 2px double #cc0000;
}
.mr-20 {
  margin-right: 20;
}
.mr-10 {
  margin-right: 10;
}
.testimonial-body {
  text-align: center;
}
@media (max-width: 990) {
  .main-navigation.with-dropdown-buttons .navbar-default .navbar-collapse {
    padding-right: 0;
    margin-top: 0;
  }
  .slideshow .icon.small {
    font-size: 1em !important;
    width: 2em !important;
    height: 2em !important;
    line-height: 2em !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .main-navigation.with-dropdown-buttons .navbar-default .navbar-collapse {
    padding-right: 0;
    margin-top: 46px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 18px 10 17px 10;
  }
}
@media (min-width: 768px) {
  .with-dropdown-buttons .navbar-default .navbar-collapse {
    padding-right: 0;
    margin-top: 28px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 18px 10 17px 10;
  }
}
@media (min-width: 1200) {
  .main-navigation .navbar-nav > li {
    margin: 0 0 0 0;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 18px 10 17px 10;
  }
}

.modal1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  z-index: 1000;
}


@media (min-width: 576px){
  .modal-dialog1 {
      max-width: 500px;
      margin: 1.75rem auto;
  }
}
.modal-dialog1 {
    position: relative;
    width: auto;
    margin: .5rem auto;
    pointer-events: none;
}

.modal-content1 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
  color: black;
  border-radius: 0;
  border: none;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
  padding: 50px 40px 60px;
  text-align: center;
}

.configuracionCookies {
  display: -webkit-flex;
  display: none;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
  color: black;
  border-radius: 0;
  border: none;
  padding: 10px ;
  text-align: center;
}
.modal-content1 a {
  margin-top: 3px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #c2a892;
}

input:focus + .slider {
  box-shadow: 0 0 1px #c2a892;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 28px;
}

.slider.round:before {
  border-radius: 50%;
}
.cookies {
  min-width: 150px;
  min-height: 40px;
  color: black;
  border: none;
}
.cookies:hover {
  border: 1px solid #91633c;
}
.h1positio{
    box-sizing: border-box;
    margin: .67em 0;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Raleway,sans-serif;
    color: #333;
    line-height: 1.2;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.h3positio{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: center;
    box-sizing: border-box;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Raleway,sans-serif;
    color: #333;
    line-height: 1.2;
    font-size: 24px;
}
.h3positioblanco{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: center;
    box-sizing: border-box;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: Raleway,sans-serif;
    line-height: 1.2;
    font-size: 24px;
    color: #fff;
    margin-top: 0;
}
.h2positio{
        -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    font-weight: 500;
    font-family: Raleway,sans-serif;
    color: #333;
    line-height: 1.2;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
.h2positioblanco{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: center;
    box-sizing: border-box;
    font-weight: 500;
    font-family: Raleway,sans-serif;
    line-height: 1.2;
    font-size: 28px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 0;
    color: #fff;
}
