body {
    color: black;
    font-family: 'Roboto Light';
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1 {
	padding: 0;
	margin: 0;
	font-size: inherit;
}

h4 {
    margin: 0;
}

label, input, select {
    font-family: 'Roboto Light';
    font-size: 14px;
}

p, li {
    font-family: 'Roboto Light';
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
    text-align: justify;
}

select {
    background: #ffffff;
}

input,select {
    border: 0;
    border-radius: 1px;
    height: 30px;
    margin: 10px 0;
    padding-left: 10px;
}

input:focus, input:focus {
    border: 2px solid #caae17;
    border-radius: 1px;
    transition: border .5s;
    outline: none;
}


.content-wrapper {
    width: 100%;
}

.content-section {
    margin: 0 auto;
    padding: 30px 0;
    width: 80%;
}

.content-section-fullSize {
    padding: 30px 0;
    width: 100%;
}

.content-flex {
    display: flex;
}

.content-grid {
    display: grid;
}

.font-light {
    font-family: 'Roboto Light';
    font-weight: 100;
}

.align-center {
    text-align: center;
}

.content-center {
    display: flex;
    justify-content: center;
}

.align-right {
    display: flex;
    justify-content: center;
}

.align-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    display: flex;
    justify-content: center;
}

.section-title {
    font-size: 30px;
    font-family: 'Roboto Bold';
}

.section-subtitle {
    font-family: 'Roboto Medium';
    font-size: 20px;
    margin: 0;
}

.section-subtitle-courses {
    font-size: 20px;
}

.section-text-header {
    font-family: 'Roboto Light';
    font-size: 14px;
}

.section-subtitle-header {
    font-family: 'Roboto Medium';
    font-size: 16px;
}

.section-text-underline {
    height: 2px;
    width: 100px;
}

.section-text-center-underline {
    height: 2px;
    width: 100px;
    margin: 0 auto;
}

.section-button {
    border: 0;
    font-size: 14px;
    font-family: 'Roboto Bold';
    height: 40px;
    width: 120px;
    border-radius: 3px;
}

.section-button:hover {
    background: #242424;
    color: #ffffff;
    cursor: pointer;
    transition: background .5s;
}

.bg-black {
    background: #242424;
}

.bg-black-light {
    background: #101010;
}

.bg-white {
    background: #ffffff;
}
.bg-grey {
    background: #f5f5f5;
}

.bg-grey-x {
    background: #e5e5e5;
}

.bg-red {
    background: #e64b3f;
}

.bg-gold {
    background: #caae17;
}

.bg-green {
    background: #239C4E;
}

.cl-green {
    color: #239C4E;
}

.cl-black {
    color: #242424;
}

.cl-black-light {
    color: #717171;
}

.cl-red {
    color: #e64b3f;
}

.cl-white {
    color: #ffffffff;
}

.cl-gold {
    color: #caae17;
}

.header-content-hamburguer{
    width: 10%;
    display: none;
}

.header-content-hamburguer img{
    width: 30px;
}

.header-content-main {
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.header-content {
    height: 150px;
    padding: 0;
}

.header-content-logo {
    width: 30%;
    display: flex;
    justify-content: space-between;
}

.header-content-image {
    width: 50%;
}

.header-content-adress {
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.header-adress-item {
    font-family: 'Roboto Light';
    font-size: 14px;
}

.header-adress-item:nth-child(3){
    width: 250px;
}

.header-adress-item  div{
    align-items: center;
    padding-right: 10px;
}

.header-content-menu {
    margin: 0;
    padding: 0;
}

.header-content-menu li {
    list-style: none;
    text-decoration: none;
    padding-right: 20px;
    width: auto;
}

.header-content-menu li a { 
    cursor: pointer;
    font-family: 'Roboto Light';
    font-size: 14px;
    text-transform: uppercase;
}

.header-content-menu li a:hover { 
    color: #caae17;
    font-family: 'Roboto Bold';
}

.footerMain {
    align-items: center;
    border-bottom: 1px solid #71717171;
    display: grid;
    justify-content: center;
    text-align: center;
    padding-top: 60px;
}

.footer-content-menu {
    display: flex;
    justify-content: center;
    padding: 0;
}

.footer-content-menu li {
    padding: 0 10px;
}

.footer-content {
    color: #ffffffff;
    height: auto;
    justify-content: center;
    padding: 0;
    padding-bottom: 20px;
}

.footer-content div:nth-child(1) {
    padding-bottom: 20px;
}

.footer-content img {
    padding: 0 10px;
}

.contact-section a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.contact-form-colums {
    display: flex;
    justify-content: space-between;
}

.contact-form-colums div {
    width: 48%;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a { -webkit-tap-highlight-color: rgba(0,0,0,0); }

a:hover {
    color: #caae17;
}


.reset-styles {
    padding: 0 !important;
    margin: 0 !important;
}

.text-left {
    text-align: left !important;
}

.form-status {
    height: 30px;
    display: flex;
    align-items: center;
    padding: 20px 15px;
    font-size: 14px;
    font-family: 'Roboto-Bold';
}


@media ( min-width: 680px ) and ( max-width: 1079px ) {
    .header-content-background {
        background: #f5f5f5;
        position: fixed;
    }

    .header-content {
        height: 120px;
    }

    .header-content-menu, .header-adress-item {
        display: none;
    }

    .slide-content {
        height: 200px;
    }

    .header-content-hamburguer {
        display: block;
        width: auto;
        padding-top: 20px;
    }
    
    .header-content-logo {
        width: 100%;
    }

    .header-content-adress {
        display: none;
    }
}

@media ( min-width: 320px ) and (max-width: 500px ) {
    .slide-content {
        flex-direction: column;
    }
    
    .slide-image {
        padding-top: 30px;
        width: 100%;
    }
    
    .slide-image img {
        width: 100%;
    }
    
    .header-content-main {
        border-bottom: 0;
    }

    .header-content-background {
        background: #f5f5f5;
        position: fixed;
        z-index: 20;
    }

    .header-content-hamburguer {
        padding-top: 20px;
        display: block;
    }

    .header-content {
        height: 100px;
        padding: 0 !important;
    }

    .header-content-logo {
        width: 100%;
    }

    .header-content-adress {
        display: none;
    }

    .content-section-fullSize, .content-section {
        padding: 20px 0;
    }

    .content-flex {
        display: grid;
    }

    .section-subtitle {
        text-align: center;
    }

    .content-section-button {
        display: flex;
        justify-content: center;
    }
    
    .header-content-menu, .header-adress-item {
        display: none;
    }

    .contact-section-form {
        width: 100%;
    }

    .contact-form-colums {
        display: block;
    }

    .contact-form-colums div {
        width: 100%;
    }

    .footerMain img {
        width: 30%;
    }
}
