.fullsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/The-CTS-web.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.textocont {
  position: relative;
  color: #fff;
}

.titulo1 {
  margin-top: 0px;
  font-family: Din, sans-serif;
  color: #fab614;
}

.lineavertical {
  position: absolute;
  left: 5%;
  top: 0px;
  width: 10px;
  height: 100px;
  background-color: #fab614;
}

.lineavertical.lv2 {
  margin-left: 20px;
  background-color: #fff;
}

.lineahorizontal {
  position: absolute;
  top: 30%;
  right: 0px;
  width: 100px;
  height: 10px;
  background-color: #fab614;
}

.lineahorizontal.lh2 {
  margin-top: 20px;
  background-color: #fff;
}

.titulo2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Tt polls', Impact, sans-serif;
  font-size: 128px;
}

.logo35 {
  position: absolute;
  left: -18%;
  top: 0px;
  width: 13%;
  margin-top: 5px;
}

.parrafo1 {
  margin-bottom: 60px;
  font-family: Din, sans-serif;
  color: #fab614;
  font-weight: 500;
}

.textobandera {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: 15px;
  font-family: Din, sans-serif;
  color: #000;
  font-size: 35px;
}

.telefono {
  font-family: YU, sans-serif;
  color: #fff;
}

.parrafo2 {
  margin-top: 30px;
  font-family: YU, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.logocont {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 25%;
  background-image: url('../images/CTS-Triangulo.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.logocts {
  position: absolute;
  right: 3%;
  bottom: 3%;
  z-index: 1;
  width: 5%;
}

.bandera {
  width: 75%;
}

.banderacont {
  position: relative;
  margin-bottom: 15px;
}

.text-span {
  color: #fff;
}

.textoinvisible {
  color: hsla(0, 0%, 100%, 0);
}

@media (max-width: 991px) {
  .lineavertical {
    height: 70px;
  }
  .lineahorizontal {
    width: 70px;
  }
  .logo35 {
    position: static;
    left: -18%;
    top: 0px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .fullsection {
    display: block;
    height: auto;
    padding-top: 12%;
    padding-bottom: 25%;
  }
  .textocont {
    padding-left: 20px;
  }
  .titulo1 {
    font-size: 2em;
  }
  .lineavertical {
    display: none;
  }
  .lineahorizontal {
    display: none;
  }
  .titulo2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 5em;
  }
  .logo35 {
    position: static;
    left: 0%;
    top: -13%;
    margin-bottom: 33px;
  }
  .parrafo1 {
    font-size: 2em;
  }
  .textobandera {
    position: static;
    margin-top: 0px;
    font-size: 2em;
  }
  .telefono {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
  }
  .parrafo2 {
    width: 70%;
    font-size: 0.8em;
  }
  .logocont {
    width: 50%;
  }
  .logocts {
    bottom: 2%;
    width: 12%;
  }
  .banderacont {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #fab614;
  }
}

@media (max-width: 479px) {
  .titulo1 {
    font-size: 1.5em;
  }
  .titulo2 {
    font-size: 4em;
  }
  .parrafo1 {
    margin-bottom: 30px;
    font-size: 1.5em;
    line-height: 28px;
  }
  .textobandera {
    margin-top: 2px;
    margin-left: 5px;
    font-size: 1.5em;
  }
  .bandera {
    width: 100%;
  }
}

@font-face {
  font-family: 'YU';
  src: url('../images/') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Tt polls';
  src: url('../fonts/TT-Polls-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/DINNextLTPro-MediumCond.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Din';
  src: url('../fonts/DINNextLTPro-BoldCondensed.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}