@font-face{
    font-family: "din_light";
    src: url("../fontes/FF_DIN_Light_0.otf");
}

@font-face{
  font-family: "din"; 
  src: url("../fontes/DIN.ttf");
}

@font-face{
  font-family: "din_medium"; 
  src: url("../fontes/FF_DIN_Medium_0.otf");
}

@font-face{
  font-family: "din_bold"; 
  src: url("../fontes/FF_DIN_Bold_0.otf");
}


@font-face{
  font-family: "din_black"; 
  src: url("../fontes/FF_DIN_Black_0.otf");
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    outline: none;
}

html {
    width: 100%;
	height: 100%;
    font-size: 18px;
}

body {
    width: 100%;
    height: 100%;
	padding: 0;
  	margin: 0;
    overflow-x: hidden;
    color: #000;
    font-family: "din"; 
}

h1 {
    font-size: 2.1rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.2rem;
}

h1,h2,h3,h4,h5,p {
    margin: 0;
    font-weight: normal;
}

p {
    line-height: 1.5;
}

input, select, textarea, label {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   	border-radius: 0;
}

input, select, textarea {
        font-size: 1em;
}    

textarea {
    resize: none;
}

img {
    width: 100%;
    vertical-align: middle;	
}

a {
    text-decoration: none; 
    color: #050d9e; 
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pointer {
    cursor: pointer;
}

.both-side-padding {
    padding-left: 15%;
    padding-right: 15%;
}

.left-side-padding {
    padding-left: 15%;
}

.right-side-padding {
    padding-right: 15%;
}

.know-more {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 15px 20px;
    background: -webkit-linear-gradient(left, #185F7C, #38C2D9);
    background: -o-linear-gradient(left, #185E7C, #38C2D9);
    background: -moz-linear-gradient(left, #185E7C, #38C2D9);
    background: linear-gradient(to left, #185E7C, #38C2D9);
    color: #fff;
    font-family: "din_medium"; 
    z-index: 9999;
    cursor: pointer;
}

.know-more p {
    font-size: 1.5rem;
    line-height: 0.8;
}

.know-more p span {
    font-size: 2.1rem;
}

#banner-container {
    height: 76vh;
    background-image: url("../img/banner.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

#ballon-section {
    display: flex;
    margin-bottom: 50px;
}

#ballon-section .left-side-container {
   width: 60%;
}

#ballon-section .right-side-container {
   width: 40%;
}

#ballon-section .left-side-container {
    margin-top: 4%;
}

#ballon-section .left-side-container p {
    margin-right: 10%;
}


#ballon-section .right-side-container {
   margin-top: -18%;
   position: relative;
}

#ballon-section .right-side-container {
   margin-top: -18%;
   position: relative;
}

.ballon-text-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.ballon-text-container h2{
    font-family: "din_black"; 
    color: #fff;
    font-size: 2.5vw;
    position: relative;
}

.empresa-link {
    font-size: 1.3rem;
    font-family: "din_bold";    
}


.information {
    margin-top: 5%;
    position: relative;
}

.information .big-container {
    display: flex;
    align-items: center;
    margin-top: -20px; 
}


.information .big-container.right-side {
    display: flex;
    justify-content: flex-end;
}

.information .title-container h2, h3 {
    font-family: "din_bold"; 
    font-size: 2.5rem;
}

.information .title-container h2 {
    display: inline-block; 
}


.information .title-container h3 {
    margin-bottom: 20px;
    display: block; 
}

.information .title-container h2 span {
    opacity: 0;
}

.information .title-container h2:before{
    content: "";
    display: block;
    width: 100%;
    height: 8px;
}

.information .title-container.background-to-left {
    text-align: right;
}

.information .title-container.background-to-left h2:before{
    background: -webkit-linear-gradient(left, #185F7C, #38C2D9);
    background: -o-linear-gradient(left, #185E7C, #38C2D9);
    background: -moz-linear-gradient(left, #185E7C, #38C2D9);
    background: linear-gradient(to left, #185E7C, #38C2D9);
}

.information .title-container.background-to-right h2:before{
    background: -webkit-linear-gradient(right, #185F7C, #38C2D9);
    background: -o-linear-gradient(right, #185E7C, #38C2D9);
    background: -moz-linear-gradient(right, #185E7C, #38C2D9);
    background: linear-gradient(to right, #185E7C, #38C2D9);
}

.information .title-container h3 span {
    font-family: "din_light"; 
   
}

.information .big-container .icon-container{
     margin-left: 5%;
}


.information .big-container.right-side .icon-container {
    margin-left: 0;
    margin-right: 5%;
}

.information .icon-container img{
    height: 135px;
    width: auto;
}

.information .big-container.right-side .text-container {
   text-align: right;
}

.information .border-compensate-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 8px;
    background-color: #185F7C;
}

.information .border-compensate-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 8px;
    background-color: #185F7C;
}

.cursos-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
}

#cursos .title-container h2 {
    font-family: "din_bold"; 
    font-size: 2.5rem;
}

.cursos-container .curso-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.cursos-container .curso-item .shade-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;

}

.cursos-container .curso-item .mid-title-container {
    position: absolute;
    text-align: center;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.cursos-container .curso-item h3 {
    font-family: "din_bold";
    color: #fff;
    font-size: 2.2rem;
}

#contact-form {
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    position: relative;
    z-index: 9999999;
    background-color: #dcd2d2;
}

.slider-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

#contact-form form label {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 1.2rem;
}

#contact-form form input,
#contact-form form select {
    width: 100%;
    /*padding: 7px 0px;*/
    height: 30px;
    border: 1px solid #fff;
    font-family: "din";
    font-size: 1rem;
}

#contact-form form textarea {
    width: 100%;
    /*height: 100px;*/
    height: 70px;
    border: 1px solid #fff;
    font-family: "din";
    font-size: 1rem;
}

#contact-form .input-container {
   margin-bottom: 12px;
}

#contact-form label.checkbox-container {
    font-family: "din_light";
    font-size: 1rem;
}

#contact-form label.checkbox-container .checkbox {
    display: none;
}


#contact-form label.checkbox-container .custom-checkbox {
    display: flex;
    align-items: center;
}

#contact-form label.checkbox-container .custom-checkbox .new-container {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    display: block;
    position: relative;
    flex-basis: 30px;
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer;
    background-color: #fff;
}

#contact-form label.checkbox-container .custom-checkbox .text {
    margin-left: 10px;
    color: #fff;
}

#contact-form label.checkbox-container .checkbox:checked + .custom-checkbox .new-container:after {
    width: 7px;
    height: 20px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    left: 10px;
    top: 1px;
}

#contact-form .input-field.input-checkbox {
    display: flex;
    align-items: center;
}

#contact-form .input-submit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#contact-form .input-submit .merge-input-submit{
    position: relative;
    width: auto;
    padding: 5px 10px;
    background-color: #fff;
}

#contact-form .input-submit .merge-input-submit img{
   width: 105px;
}


#contact-form .input-submit .merge-input-submit input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

#success {
    padding: 40px 0px;
    text-align: center;
}

#success img {
    width: 50%;
}

footer {
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    padding: 5px 0px;
    text-align: center;
    font-size: 0.9rem;
    background-color: #dcd2d2;
}

footer p {
    color: #fff;
}

footer p a {
    color: #fff;
    text-decoration: none;
}

.mobile-show {
    display: none;
}

.error-form {
    color: #d21313;
    font-family: "din_light";
}

.swal-title {
    font-family: "din_light" !important;
    color: #000 !important;
    font-size: 1.6rem !important;
    font-weight: normal;
}


.swal-button{
    background: -webkit-linear-gradient(left, #185F7C, #38C2D9) !important;
    background: -o-linear-gradient(left, #185E7C, #38C2D9) !important;
    background: -moz-linear-gradient(left, #185E7C, #38C2D9) !important;
    background: linear-gradient(to left, #185E7C, #38C2D9) !important;
}

.swal-button:focus {
    box-shadow: none !important;
}

@media screen and (max-width: 1600px) 
{
    html {
        font-size: 17px;
    }
}

@media screen and (max-width: 1500px) 
{
    html {
        font-size: 16px;
    }

    #cursos .title-container h2 {
        font-size: 2.1rem;
    }

    .information .title-container h2, h3 {
        font-size: 2.1rem;
    }

    .cursos-container .curso-item h3 {
        font-size: 1.9rem;
    }

    #contact-form form label {
        font-size: 1.1rem;
    }

    #contact-form .input-submit .merge-input-submit img {
        width: 100px;
    }

    .know-more p {
        font-size: 1.4rem;
    }

    .know-more p span {
        font-size: 1.9rem;
    }

}

@media screen and (max-width: 1000px) 
{
    html {
        font-size: 16px;
    }

    .mobile-show {
        display: block;
    }

    .mobile-unshow {
        display: none;
    }

    .both-side-padding {
        padding-left: 30px;
        padding-right: 30px;
    }

    .left-side-padding {
        padding-left: 30px;
    }

    .right-side-padding {
        padding-right: 30px;
    }

    /*.know-more {
        width: 100%;
        top: 0;
        transform: none;
        left: 0;
        padding: 10px;
        height: 35px;
    }

    .know-more p,
    .know-more p span {
        font-size: 1rem;
    }
    */

    .know-more {
        width: auto;
        left: -32px;
        padding: 7px;
        transform: rotate(-90deg);
    }

    .know-more p,
    .know-more p span {
        font-size: 0.8rem;
    }

    .know-more p br{
        display: none;
    }

    #banner-container {
        /*margin-top: 35px;*/
        height: 50vh;
    }

    #no-ballon {
        background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
        background: -o-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
        background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
        background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
        text-align: center;
        padding: 10px;
        background-color: #dcd2d2;
    }

     #ballon-section {
        flex-wrap: wrap;
    }

    #no-ballon h2 {
        color: #fff;
        font-family: "din_black";
        font-size: 1.1rem;
    }

    #ballon-section .left-side-container {
        width: 100%;
    }   

    #ballon-section .left-side-container p {
        margin-right: 0;
    }

    #cursos .title-container h2 {
        font-size: 1.7rem;
    }

    .information .title-container h2, h3 {
        font-size: 1.7rem;
    }

    .cursos-container .curso-item h3 {
        font-size: 1.5rem;
    }

    #contact-form form label {
        font-size: 1rem;
    }

    .cursos-container .curso-item {
        width: 100%;
    }

    .information {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .information .border-compensate-right {
        background: -webkit-linear-gradient(left, #185F7C, #38C2D9);
        background: -o-linear-gradient(left, #185E7C, #38C2D9);
        background: -moz-linear-gradient(left, #185E7C, #38C2D9);
        background: linear-gradient(to left, #185E7C, #38C2D9);
        width: calc(100% - 30px);
    }

    .information .border-compensate-left {
        background: -webkit-linear-gradient(right, #185F7C, #38C2D9);
        background: -o-linear-gradient(right, #185E7C, #38C2D9);
        background: -moz-linear-gradient(right, #185E7C, #38C2D9);
        background: linear-gradient(to right, #185E7C, #38C2D9);
        width: calc(100% - 30px);
    }

    .information .title-container h2 {
        display: none;
    }

    .information .big-container,
    .information .big-container.right-side {
        flex-wrap: wrap;
        align-items: center;
        padding-top: 35px;
    }

    .information .big-container .icon-container {
        margin-left: 0;
        margin-top: 25px;
        text-align: center;
    }

    .information .big-container.right-side .icon-container {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .information .icon-container img {
        height: 95px;
    }

    #contact-form .input-submit .merge-input-submit img {
        width: 75px;
    }

    #success {
        padding: 25px 0px;
    }

    #success img {
        width: 75%;
    }

    #contact-form form input, 
    #contact-form form textarea {
        font-size: 16px;
    }
    
}



