:root {
    --bg-primary: #50c3e0;
    --bg-secondary: #2c5c9e;
    --bg-dark: #303030;
    --bg-black: #000;
    --bg-white: #fff;
}

.bg-primary-custom {
    background: var(--bg-primary);
    color: #fff !important;
    text-decoration: none !important;
}

.bg-black-custom {
    background: var(--bg-black);
}

.bg-white-custom {
    background: var(--bg-white) !important;
}

#hero {
    background: url('../img/bg/home.png') no-repeat center center;
	background-color: #cccccc;
    color: #fff;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section-header {
	text-align: center;
    word-wrap: break-word;
}

#us{
    background: var(--bg-dark);
	padding: 20px 0 64px;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-size: 1.2em;
    text-align: center;
}

#us img {
    height: 32%;
}

#services {
    background: var(--bg-secondary);
	padding: 20px 0 64px;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-size: 1.2em;
    text-align: center;
}

#team {
    background: var(--bg-primary);
	padding: 20px 0 64px;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-size: 1.2em;
    text-align: center;
}

#team p {
    text-align: justify;
    font-size: 1.3rem;
    font-weight: lighter;
}

#repse {
    background: #eeeeee;
	padding: 20px 0 64px;
	color: #000;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-size: 1.2em;
    text-align: center;
}

#customers {
    background: var(--bg-white);
	padding: 20px 0 64px;
	color: var(--bg-secondary);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-size: 1.2em;
    text-align: center;
}

#customers img{
    padding: 12px;
}

#logos {
    text-align: center;
}

#schedule {
    background: var(--bg-secondary);
	padding: 20px 0 64px;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-size: 1.2em;
    text-align: center;
}

#schedule p{
    display: inline-block;
    text-align: left;
    width: 50%;
}

#schedule span{
    text-align: left;
    display: inline-block;
    width: 50%;
}

#contact {
    background: var(--bg-dark);
	padding: 20px 0 64px;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-size: 1.2em;
}

#values {
    text-align: center;
    background: #fff;
	padding: 80px 0 64px;
	color: var(--bg-dark);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-size: 1.2em;
}

#values .h-35 {
    height: 35%;
}

#values span {
    color: var(--bg-primary);
    display: block;
    font-weight: 700;
    text-transform: uppercase;
	font-size: 2.4em;
}

#values p {
	font-size: 1.1em;
}


input, select, textarea {
    background: transparent !important;
}

.btn-custom {
    color: var(--bg-primary);
    background-color: transparent;
    border: 1px solid var(--bg-primary);
    padding: 0.375rem 5.75rem;
}

.btn-download {
    color: var(--bg-primary);
    background-color: transparent;
    border: 2px solid var(--bg-primary);
    font-weight: bold;
    border-radius: 10px;
    margin: 35px auto 15px;
}

footer {
    background-color: var(--bg-black);
    padding: 10px 0 ;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-size: 1.2em;
    margin-bottom: 0;
}

footer p {
	font-size: .90rem !important;
}

.footer-logo {
    padding: 1% 8%;
    margin: auto;
    max-width: 62%;
}

.contact-form input, select, textarea {
    border: 1px solid var(--bg-primary) !important;
}

