*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body, html{
    background-color: #262626;
    font-family: 'Oswald', sans-serif;
    min-height: 720px;
}
footer{
    background-color: #262626;
    color: #f5f5f5 !important;
}
footer a{
    text-decoration: none;
    color: #f5f5f5 !important;
}
@media (min-width: 992px) and (max-width: 1400px) {
    #lista-idioma{
        right: 0 !important;
        left: auto !important;
    }
}
.local-idioma{
    background-color: #262626;
}
.section {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    min-height: 720px;

}
.parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.section-1 {
    background-position: center;
    background-size: cover;
    background-image: url('../images/bg.jpeg');
    min-height: 650px;
}
.section-1 h1{
    font-size: calc(2rem +1.5vw);
}
.section-2 {
    background-color: #f5f5f5;
    height: fit-content;
    align-items: start;
    min-height: fit-content;
}
.section-3 {
    align-items: center !important;
    background-color: #333333;
    min-height: fit-content;
    height: fit-content;
} 
.section-4 p, .section-4 h3, .section-4 h2{
    color: #222;
	font-weight: 400;
}
.par-se-4{
    font-size: 0.8rem !important;
    line-height: 18px !important;
}
.section-3 p, .section-3 h3, .section-3 h2{
    color: #f5f5f5 !important;
}
@media screen and (max-width: 991px){
    #frase2{
        padding-top: 1.5rem;
    }
}
.section-4 {
    background-color: #f5f5f5;
    height: fit-content;
    align-items: start;
    min-height: fit-content;
}
header, #bdNavbar a, #bdNavbar {
    font-size: 14px;
    background-color: #262626;
    color: #dc8532 !important;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    #logo {
        width: 230px;
        height: 65px;
    }
}
.bd-navbar .navbar-toggler:focus {
    box-shadow: none;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
.bd-navbar .navbar-toggler {
    border: 0;
}
.btn-close {
    filter: var(--bs-btn-close-white-filter);
}
#mais-sobre{
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 1.8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 10px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 10px);}
    to {-moz-transform: translate(0, -0px);}    
}

.titlebar {
	margin-bottom: 60px;
	text-align: center;
}

.titlebar h3 {
	color: #222;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.titlebar h2 {
	color: #222;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
}

.titlebar h2:after {
    display: block;
    content: "";
    height: 2px;
    width: 200px;
	background: #dc8532;
    margin: 15px auto;
    position: relative;
}


/* ==========================================================================
   18. CONTACT-INFO 
   ========================================================================== */

   #contact-info {
	padding-top: 80px;
	padding-bottom: 30px;
} 

/*------------------------------------------*/
/*	 Contact Info
/*------------------------------------------*/  

.contact-info {
    margin-bottom: 40px;
}

/*------------------------------------------*/
/*	 Contact Info Icon
/*------------------------------------------*/ 

.contact-info .fa {
    color: #dc8532;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 Contact Text
/*------------------------------------------*/ 

.contact-info h4 {
	color: #222;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
}

.contact-info p {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

.contact-info a {
	color: #dc8532;
	font-weight: 700;
}

.contact-info a:hover {
  color: #dc8532;
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.flag-icon:before {
    content: '\00a0'
}

.flag-icon-br {
    background-image: url('../images/br.svg');
}
.flag-icon-gb {
    background-image: url('../images/gb.svg');
}
.flag-icon-es {
    background-image: url('../images/es.svg');
}

