* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

html,body {
    height: 100%;
    position: relative;
    font-weight: 500;
}

body {
    margin: 0;
    height: 100%;
    width: 100%;
 
    background: #b2b9c1; /* Old browsers */
    background: -moz-linear-gradient(top, #b2b9c1 0%, #d5d6da 35%, #d5d6da 75%, #b2b9c1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b2b9c1 0%,#d5d6da 35%,#d5d6da 75%,#b2b9c1 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: url("../img/infotech_bg_3.webp"), linear-gradient(to bottom, #b2b9c1 0%,#d5d6da 35%,#d5d6da 75%,#b2b9c1 100%);

    background-color: #e1e2e3;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;

}

h2 {
    font-family: "Roboto Mono", sans-serif;
    color: orangered;
}

#page {
    display: flex;
    flex-flow: column;
    height: 100%;
}

header {
    flex: 0 0 auto;
    /* background: radial-gradient(circle at left, #F2F2F2, #CCCCCC);*/
    background: white;
}

#logoAnimado {
    max-height: 25mm;
}

#logo {
    width: 100%;
    max-width: 55mm;
    margin-top: 7mm;
}

nav {
    flex: 0 0 auto;
}

main {
    flex: 1 1 auto;
    width: 100%;
}

.vid { 
   width: 100%;
   max-width: 1000px;
   height: auto;
}

footer {
    flex: 0 0 auto;
    padding-top: 4px;
}

footer.img {
    vertical-align: middle;
}

#logo_footer {
    height: 6mm;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg-video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg-video {
        width: 300%;
        left: -100%;
    }
}

.final-highlight {
    color: orangered;
}
.string-highlight {
    color: green;
}
@media (min-width: 1366px) {
    #typewriter {
        margin: 0;
        height: 270px;
        width: 826px;
        font-family: "Roboto Mono", sans-serif;
        font-size: 36px;
        font-weight: bold;
        text-align: left;
    }
}
@media (max-width: 1365px) {
    #typewriter {
        margin: 0 0 0 1cm;
        height: 120px;
        width: 380px;
        font-family: "Roboto Mono", sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
    }
    nav {
        font-size: 0.8em;
    }
    .no-webp body {
        background: url("../img/infotech_bg_3_mobile.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .webp body {
        background: url("../img/infotech_bg_3_mobile.webp") no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}
#typewriter::after {
    content: "|";
    animation: blink 500ms linear infinite alternate;
}
@-moz-keyframes blink {
    0%{opacity: 0;}
    100%{opacity: 1;}
}
@-webkit-keyframes blink {
    0%{opacity: 0;}
    100%{opacity: 1;}
}
@keyframes blink {
    0%{opacity: 0;}
    100%{opacity: 1;}
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
    margin-bottom: 1em;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@font-face {
    font-family: 'Arvo';
    src: local('Arvo'), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    font-display: swap;
}

.clientes img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.cliente-logo {
    height: 5cm;
    padding: 1cm;
}
