html {
  min-height: 100%;
  margin-left: calc(100vw - 100%);
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.wg-list.country-selector .wgcurrent a {
  background-color: blue;
  text-decoration: none;
}
.reference {
  background-color: #457b9d;
  border-top-left-radius: 49px;
  border-top-right-radius: 49px;
  border-bottom-left-radius: 49px;
  border-bottom-right-radius: 49px;
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 0.85rem;
}
.h-10 {
  min-height: 10vh;
}
.h-15 {
  min-height: 15vh;
}
.h-20 {
  min-height: 20vh;
}
.h-30 {
  min-height: 30vh;
}
.h-40 {
  min-height: 40vh;
}
.h-80 {
  min-height: 80vh;
}
.cat-success {
  background-color: #dbeefe;
  /*color: #fff;
    display: inline-block;
    border-radius: 0 50px 50px 0;*/
  padding-left: 5px;
  padding-right: 10px;
  /*margin-left: -5px;*/
  font-weight: 800;
}
.cat-success a {
  /*color: #fff;*/
}
.menulevel1 {
  margin-bottom: 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  white-space: nowrap;
  font-size: 0.8rem;
}

.menulevel1 a:link {
  color: #fff !important;
}
.menulevel1 a:visited {
  color: #fff !important;
}
.menulevel1 a:hover,
a:active {
  color: #6abafc !important;
}
.menulevelpage {
  margin-bottom: 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  white-space: nowrap;
}
.ambiente {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.ambiente:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: 0.8;
}

.back_mediambiente {
  background-image: url("../assets/images/interface/medioambiente.jpg");
  background-size: cover;
  background-position: 50% 60%;
}
.back_ambiente {
  background-image: url("../assets/images/interface/ambiente.jpg");
  background-size: cover;
  background-position: 50% 60%;
}

.back_calidad {
  background-image: url("../assets/images/interface/calidad.jpg");
  background-size: cover;
  background-position: 50% 10%;
}
.back_descargas {
  background-image: url("../assets/descargas/descargas_es.jpg");
  background-size: cover;
  background-position: 50% 10%;
}
.back_cat {
  background-size: cover;
  background-position: 50% 50%;
}
.back_novedades {
  background-image: url("../assets/images/interface/novedades.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
.twocols {
  -webkit-columns: 2 150px;
  -moz-columns: 2 150px;
  columns: 150px 2;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
.p1_1 {
  font-size: 1.1rem;
}
.nav-link {
  font-size: 0.75rem;
}

.nav-cat {
  font-size: 0.8rem;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.nav-cat:hover {
  background-color: #badffd;
}
.sidebar {
  background-color: #fff;
  height: calc(100vh - 322px);
  border-right: 2px dotted #c5c5c5;
}
.searchbar {
  height: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  visibility: hidden;
}
.searchbar.open {
  height: 80px;
  visibility: visible;
}
.ft-desc {
  min-height: 292px;
}
.form-check-input:checked {
  background-color: rgb(5, 198, 5);
  border-color: rgb(80, 171, 80);
}
.section-adm {
  border-radius: 7px;
}

.dropdown-hover:hover > .dropdown-menu {
  display: inline-block;
}

.dropdown-hover > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.2rem 0.5rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:hover {
  color: #fff;
  background-color: rgb(54, 54, 54);
}
.brd {
  font-size: 0.8rem;
  font-weight: 400;
}
.brd a:link {
  color: #5a5a5a;
}

.input_nofer {
  font-size: 0.8rem;
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.offcanvas-top.open {
  height: 100%;
}
.btntcc {
  border-radius: 50px;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-left: 2rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-left: 2rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-left: 2rem;
}
.form-floating > label {
  padding: 1rem 2rem;
}
.form-floating > .form-select {
  padding-left: 2rem;
}
.btntcc-left {
  border-radius: 50px 0 0 50px;

  display: inline-block;
}
.btntcc-right {
  border-radius: 0 50px 50px 0;

  display: inline-block;
}
.inputtcc {
  background-color: #f7fdff;
  width: 30vw;
  max-width: 350px;
  border-radius: 15px;
}
h100 {
  height: 100vh !important;
}
.invalid-feedback {
  position: absolute;
  top: 25%;
  right: 3rem;
  text-align: right;
}
.labelblack {
  color: #000 !important;
}
.videocol {
  min-height: calc(100vh - 118px);
  background-size: auto;
}
@media (min-width: 768px) {
  .flexform {
    width: 70vw;
  }
  .videocol {
    min-height: 40vh;
  }
}

@media (min-width: 1200px) {
  .flexform {
    width: 50vw;
  }
}

.cover_small {
  float: left;
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cover_xsmall {
  float: left;
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}
.newcol img {
  max-width: 100% !important;
  height: auto;
}
.socialico {
  font-size: 2rem;
  color: grey;
  padding: 0;
  margin-right: 0.5rem;
}

@media only screen and (max-width: 768px) {
  .cookieconsent-com---nb .cc-nb-main-container {
    padding: 20px !important;
  }
  .cookieconsent-com---nb .cc-nb-title {
    font-size: 18px !important;
  }
  .cookieconsent-com---nb .cc-nb-text {
    font-size: 12px !important;
  }
}

.dropdown-menu {
  min-width: 1rem;
  padding: 0.1rem 0;
}

@media only screen and (max-width: 1200px) {
  #langblock {
    height: inherit !important;
    display: block !important;
    padding-top: 10px !important;
  }
  .country-selector a {
    font-size: 10px !important;
  }
  .wg-list.country-selector ul {
    display: block !important;
  }
  .wg-list.country-selector a {
    padding: 0px 8px !important;
  }
}

.style1 {
  background-image: url("../assets/images/interface/banner_ish.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.prueba_h1 {
  position: absolute;
}

.style2 {
  display: inline-block;
  margin-bottom: 42px;
  padding-bottom: 43px;
}

.style3 {
  background-color: #171796;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px;
  color: #ffffff;
  text-transform: uppercase;
}

/* ESCENARIOS */

.escenario_img {
  max-width: 800px;
}

.hotspots--wrapper {
  position: relative;
  margin: auto;
  max-width: 1200px;
  font-weight: 500;
}

.hotspots--figure {
  max-width: 100%;
}

.hotspot {
  position: absolute;
  display: block;
}


.hotspot--title {
  display: none;
  color: #ffffff;
  text-transform: none;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
  background-color: rgba(34, 37, 41, 0.8);
  padding: 5px 10px;
  margin-top: 43px;
  margin-right: 2px;
  -webkit-transition: all cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
	width:190px
}

.hotspot--title__right {
  float: right;
  margin-left: 10px;
}

.hotspot--cta {
  position: relative;
  float: right;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #171592;
  -webkit-transition: all cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.8, 0, 0.2, 1) 0.4s;
}

.hotspot--cta::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  -webkit-animation: pulse 1.5s cubic-bezier(0.8, 0, 0.2, 1) 0s infinite;
  animation: pulse 1.5s cubic-bezier(0.8, 0, 0.2, 1) 0s infinite;
}

.hotspot:hover .hotspot--cta {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.hotspot:hover .hotspot--cta:after {
  opacity: 0;
}


.hotspot:hover .hotspot--title{display: inline-block; position: absolute; z-index: 99}

.escenarios{max-width: 1200px; margin-left:auto; margin-right: auto; width:100%}
.escenarios .row{width: 100%}
.escenarios .escenario_item{height: 300px; background-position: center center; border:2px solid #ffffff; position: relative; cursor: pointer; background-size: 250%; transition: 1s;}
.escenarios .escenario_item .title{margin: 0;position: absolute; top: 50%;  left: 50%;  transform: translate(-50%, -50%); font-size: 22px; color:#ffffff; font-weight: 600; width: 350px; text-shadow: 2px 2px 2px rgba(0,0,0,0.5)}
.escenarios .escenario_item::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
}
.escenarios .escenario_item:hover{background-size: 300%}
.escenarios .escenario_item:hover::before{
	background-color: rgba(0,0,0,0.3);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  66% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  66% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
}

@media screen and (max-width: 991px) {
  .hotspot--title {
    font-size: 9px;
   margin-top:23px;
    padding: 5px;
  }
  .hotspot--cta {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 500px) {
  .hotspot--title {
    display: none;
  }
}




