﻿* {
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

html {
    height: 100vh;
    overflow-x: hidden;
}

textarea {
    height: 160px;
}

iframe {
    width: 90%;
    height: 80%;
}

a:link {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: black;
}

nav {
    position: fixed;
}

.container {
    margin-top: 40px;
    margin-bottom: 60px;
}

.texto {
    color: #131A50;
    font-size: 20px;
    margin-left: 30px;
}

body .mainSucesso {
    padding-bottom: 250px;
}

.subTituloEsquerda {
    text-align: left;
    margin: 25px;
    overflow: hidden;
    color: #131A50;
    font-size: 30px;
    text-indent: 0;
}

.card-text {
    color: black;
}