@import url('../fonts/stylesheet.css');

body{
	font-family: 'adam.cg_proregular', sans-serif;
}

.uk-position-top-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen 
and (min-device-width : 360px) 
and (max-device-width : 640px) 
and (orientation : landscape) {
  .tm-span-creditos {
    color: #fff !important;
  }
}

.uk-position-bottom-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.tm-main-text{
  font-size: 24px;
  line-height: 24px;
  color: rgb(0, 46, 131);
  line-height: 0.75;
  text-align: center;
}

.uk-text-small {
  font-size: 14px;
}

.tm-main-text > p:not(.text-small) {
  line-height: 24px;
}

.background {
    background: url(../img/ondas.svg);
    background-color: white;
    background-repeat: no-repeat;
    position: relative;
    height: 60vh;
    width: 100vw;
    background-size: cover;
}

.uk-position-bottom-center {
    padding: 0;
    z-index: -1;
}

.uk-position-top-center{
	padding:0;
}

.logo{
	 margin-top: 5vh;
}


.adress{
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 60%;
  z-index: 6;
}

.letra_small{
	font-size: 14px;
}

.adress > p {margin: 0;}
a{color: white;}