body {
    height: 100%;
    overflow: hidden;
}

img {
    max-width: 100%;
}
.navbar-toggler{
    color: white;
}
.section-content {
    padding: 5rem 0;
}

.display-3 {
    font-size: 2.5rem;
    font-weight: 300;
    color: black;
}

.text-danger{
    color: #f79722 !important
}

.text-warning {
    color: #f79722!important;
}

#cover {
    padding-bottom: 100% !important;
}

.carousel {
    position: absolute;    
    right: 40%;
    width: 60%;
    top: 3rem;
}

.text-muted {
    color: #f79722!important;
}

footer {
	padding-top: 20px;
}


article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

#cover {
    padding-top: 8rem;
    padding-bottom: 3.5rem;
    background-size: cover;
    color: #f79722 !important;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

#cover-caption {
    position: absolute;
    right: 0%;
    width: 40%;
    top: 10%;
}

.seperator {
    margin-top: 20px;
    text-align: center;
    color: #000 !important;
    border-top: 1px solid #CCC;
}

.azure {
    color: #FFF;
    background-color: #0078D4;
    border-color: #0078D4;
    padding: 0.4rem 1rem !important;
}

.azure:hover {
    color: #FFF !important;
    background-color: #05599A;
    border-color: #05599A;
}

.azure img {
    margin-right: 5%; 
}

.seperator i {
    padding: 0 10px;
    background: #FFF;
    position: relative;
    top: -11px;z-index: 1;
}

/* Alterando a cor do placeholder */
.altera-cor-placeholder::-webkit-input-placeholder{ 
    color: white;
}
.altera-cor-placeholder:-moz-placeholder{ 
    color: white;
}
.altera-cor-placeholder::-moz-placeholder{ 
    color: white;
}
.altera-cor-placeholder:-ms-input-placeholder{ 
    color: white;
}
.form-control{
    color: black;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
			
	#cover-caption {
		position: absolute;
		right: 25%;
		width: 50%;
		top: 10%;
	}
		
	.carousel {
		width: 0%;
	}	
}

@media (max-width: 768px) { 
	#cover-caption {
		position: absolute;
		right: 0%;
		width: 100%;
		top: 10%;
	}	
}

@media (max-width: 543px) {
	
	#cover-caption {
		position: absolute;
		right: 0%;
		width: 100%;
		top: 10%;
	}
	
	.display-3 {
		font-size: 2.5rem;
		font-weight: 300;
		width: 100%;
		color: black;
	}
}
#BtnShow{
    background-color: #f79722;
    border-color: #f79722;
    color: #fff;
    font-size: 1.0rem;
    padding: 0.4rem 2.5rem !important;
}

#InstructionA{
    color: #000 !important;
    font-size: medium;
}
#BtnShow:hover {
    background-color: #ff8c00;
    border-color: #ff8c00;
}