@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;1,300&display=swap);

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent
}

strong {
    font-weight: bolder
}

img {
    border-style: none
}

button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}


blockquote,figure,h1,h2,h3,h6,p {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

ol,ul {
    margin: 0;
    padding: 0
}

ol,ul {
    list-style: none
}

html {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    line-height: 1.5
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #e2e8f0
}

img {
    border-style: solid
}

[role=button],button {
    cursor: pointer
}

h1,h2,h3,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button {
    padding: 0;
    line-height: inherit;
    color: inherit
}

embed,img,object,svg {
    display: block;
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #2cddca;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease
}

a:hover {
    border-color: #2cddca
}

p {
    margin-bottom: .75rem;
    line-height: 1.5
}

h1,h2,h3 {
    margin-bottom: .5rem;
    line-height: 1.25
}

h1 {
    font-size: 3rem
}

h2 {
    font-size: 2.25rem
}

h3 {
    font-size: 1.875rem
}

ol,ul {
    padding-left: 1rem
}

ol {
    list-style-type: decimal
}

ul {
    list-style-type: disc
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem
}

@media (min-width:1654px) {
    .container {
        max-width: 1654px
    }
}

body {
    font-family: roboto,open sans,sans-serif;
    font-weight: 300;
    color: #fff;
}

.content h2 {
    font-weight: 400;
    font-size: 36px
}

@media (min-width:768px) {
    .content h2 {
        font-size: 50px
    }
}

.content h1,.content h2,.content h3 {
    margin-bottom: 20px
}

.content p {
    margin-bottom: 16px
}

.content dl,.content ol,.content p,.content ul {
    font-size: 1.2rem;
    line-height: 1.6
}

.bg-bgbody {
    --bg-opacity: 1;
    background: #2e3147 url('konstel-bg-stars.jpg') no-repeat center top;
    background-size: cover;
}
.container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}



.container img {
    width: 100%;
    max-width: 300px;
}

.container img.elscoop {
    width: 240px;
}

.container img.konstel {
    width: 300px;
}

.container .box {
    padding: 40px 50px;
}

.box2 p {
    font-size: 24px;
    margin: 0;
    font-weight: 400;
}

.icono-arrow1-right {
    position: relative;
    display: block;
    vertical-align: middle;
    color: #fff;
    box-sizing: border-box;
    transform: rotate(135deg);
    width: 20px;
    height: 20px;
    border-width: 4px 4px 0 0;
    border-style: solid;
    margin: 10px auto;
}

.icono-arrow1-right::before {
    right: 0;
    top: -3px;
    position: absolute;
    height: 4px;
    box-shadow: inset 0 0 0 32px;
    transform: rotate(-45deg);
    width: 23px;
    transform-origin: right top;
}

.icono-arrow1-right::after {

}

.icono-arrow1-right::after,
.icono-arrow1-right::before {
    content: "";
    box-sizing: border-box;
}
.fullwidth {
    width: 100%;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .container {
        flex-direction: row;
        height: 100%;
    }

    span.text {
        position: relative;
        top: -30px;
    }
    .icono-arrow1-right {
        margin: 10px;
        float: right;
        transform: rotate(45deg);
    }
    .icono-arrow1-right::before {
        width: 200px;
    }
}