@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");

:root {
    font-family: "Roboto", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* IFRAME RESP */

.embed-container, .embed-container-ctm {
    position: relative;
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container-ctm iframe,
.embed-container-ctm object,
.embed-container-ctm embed {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 100%;
}

.appIn {
    padding-bottom: 100vh;
}