.comTecnalisBanner>div:first-child>div {
  background-position: center top;
}

.comTecnalisBanner>div:first-child>div>div:first-child {
  padding: 10px;
}



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

  .comTecnalisBanner>div:first-child>div>div:first-child {
    padding: 10px 10px 10px 50px;
  }

  .comTecnalisBanner>div:first-child>div {
    background-position: 60% top;
  }
}

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

  .comTecnalisBanner>div:first-child>div>div:first-child {
    padding: 10px;
  }

  .comTecnalisBanner>div:first-child>div {
    background-position: 62% top;
  }
}

.textobanner,
.subtextobanner {
  color: #FFF;
  font-family: principal;
  line-height: 1.1;
  margin: 0 auto 5px auto;
  text-shadow: 2px 0px 5px #000, 0px 2px 3px #000;
  width: 100%;
}
.textobanner{
  font-weight: bold;
}
p.textobanner {
  font-size: calc(1.5vmin + 1em) !important;
}
p#textobanner {
    max-width: 400px;
    margin-left: 0;
}

p.subtextobanner {
  font-size: calc(4vmin + 1em);
}

p.subtextobanner .color {
  color: #C7AB59;
}

p.subtextobanner .condiciones {
  font-size: calc(.1vmin + 1rem) !important;
}

p.subtextobanner .condiciones a {
  color: #FFF;
  text-decoration: underline;
}

#bannerContainer .btn--primary {
  margin: 20px 0;
}

.comTecnalisBanner,
.comTecnalisBanner {
  margin: 0;
  padding: 0;
  position: static;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  border: none;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
}

.comTecnalisBanner {
  width: 100%;
  position: relative;
}

.comTecnalisBanner>div:first-child {
  cursor: pointer;
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.comTecnalisBanner>div:first-child>div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.comTecnalisBanner>div:first-child>div>div {
    position: absolute;
    bottom: 70px;
    left: 100px;
}

@media(max-width: 1100px){
    .comTecnalisBanner>div:first-child>div>div {
        left: 50px;
    }
}

.comTecnalisBanner>div:first-child>div>div:first-child {
  width: 100%;
  height: 100%;
  max-width: 1620px;
  min-width: 320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.comTecnalisBanner>div:first-child>div>div:last-child>div {
  height: 100%;
}

/*Pager*/
.comTecnalisBanner>div:last-child {
  width: 100%;
  position: absolute;
  bottom: 30px;
}
@media (max-width: 768px){
  .comTecnalisBanner>div:last-child {
    bottom: 230px;
  }
}
.comTecnalisBanner>div:last-child>div {
  margin: 10px auto;
  display: flex;
  width: 100%;
  height: 25px;
  justify-content: center;
}

.comTecnalisBanner>div:last-child span {
  display: block;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.comTecnalisBanner>div:last-child span.active-tecnalis-banners-styles {
  cursor: default
}

.comTecnalisBanner>div:last-child span.inactive-tecnalis-banners-styles:hover,
.comTecnalisBanner>div:last-child p {
  cursor: pointer;
}

.title-tecnalis-banners-styles,
.description-tecnalis-banners-styles,
.button-tecnalis-banners-styles {
  font-family: "principal";
}

/*PAGER*/
.comTecnalisBanner>div:last-child span {
  padding: 20px 10px;
}

.comTecnalisBanner>div:last-child span::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: white;
}