@import url(/assets/vars-a3ec539f32fbd3dfbeb4b578f7c6fa04d07a98755eac62862f671f4966ad6caf.css);

/* Dispositivos Móveis (320px - 480px) */
@media only screen and (max-width: 480px) {
    #navigation {
        background-color: #FAFAFA;
        max-width: 480px;
        margin: 0 auto;
    }
    
    .nav-link{
        padding-top:    2.5px   !important;
        padding-left:   5px     !important;
        padding-right:  5px     !important;
        padding-bottom: 2.5px   !important;
    }

    .space120 {
        width: 30px;
    }
    
    .space88 {
        width: 20px;
    }
    
    .space54 {
        width: 13.5px;
    }
    
    .space44 {
        width: 11px;
    }

    .space20 {
        width: 5px;
    }
    
    .spaceHeight50 {
        height: 12.5px;
    }
}

/* Tablets (481px - 768px) */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #navigation {
        background-color: #FAFAFA;
        max-width: 768px;
        margin: 0 auto;
    }

    .nav-link{
        padding-top:    5px   !important;
        padding-left:   10px  !important;
        padding-right:  10px  !important;
        padding-bottom: 5px   !important;
    }

    .space120 {
        width: 60px;
    }
    
    .space88 {
        width: 40px;
    }
    
    .space54 {
        width: 27px;
    }
    
    .space44 {
        width: 22px;
    }

    .space20 {
        width: 10px;
    }
    
    .spaceHeight50 {
        height: 25px;
    }
}

/* Laptops e Pequenas Telas (769px - 1024px) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #navigation {
        background-color: #FAFAFA;
        max-width: 1024px;
        margin: 0 auto;
    }

    .nav-link{
        padding-top:    7.5px   !important;
        padding-left:   15px    !important;
        padding-right:  15px    !important;
        padding-bottom: 7.5px   !important;
    }

    .space120 {
        width: 90px;
    }
    
    .space88 {
        width: 60px;
    }
    
    .space54 {
        width: 40.5px;
    }
    
    .space44 {
        width: 33px;
    }

    .space20 {
        width: 15px;
    }
    
    .spaceHeight50 {
        height: 37.5px;
    }
}

/* Desktops, Telas Grandes e Telas Extras Grandes (1025px)*/
@media only screen and (min-width:1025px){
    #navigation {
        background-color: #FAFAFA;
        max-width: 1440px;
        margin: 0 auto;
    }
    
    .nav-link{
        padding-top:    10px    !important;
        padding-left:   20px    !important;
        padding-right:  20px    !important;
        padding-bottom: 10px    !important;
    }

    .space120 {
        width: 120px;
    }
    
    .space88 {
        width: 80px;
    }
    
    .space54 {
        width: 54px;
    }
    
    .space44 {
        width: 44px;
    }

    .space20 {
        width: 20px;
    }
    
    .spaceHeight50 {
        height: 50px;
    }
}

/* Estilos em Comum */
body {
    background-color: #366EFF;
}

.nav-link[no-padding="true"]{
    padding-top:    0px    !important;
    padding-left:   0px    !important;
    padding-right:  0px    !important;
    padding-bottom: 0px    !important;
}

.fa-whatsapp {
    font-size: 1.5rem;
    color: #25d366;
}

.fa-instagram {
    font-size: 1.5rem;
    color: #d6249f;
}

.botao-laranja {
    display: inline-block;
    padding: 10px 20px;
    background-color: #FF7B02;
    color: #FAFAFA;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    height: 45px !important;
}

.entrar{
    background: var(--laranja-laranja-marca);
    border-radius: 50px;
    padding: 10px 30px 10px 30px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.entrarText{
    color: var(--neutras-branco-marca);
    text-align: center;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.botao-laranja:hover {
    background-color: #CC6300;
    color: #366EFF;
}

#navigation .nav-link, .dropdown-item {
    font-family: 'Poppins';
    color: #366EFF;
}

.nav-link:hover {
    background-color: #86A8FF;
    border-radius: 50px;
}

#search .nav-link:not(.active) {
    background-color: #86A8FF;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
}

#search .nav-link.active {
    font-family: 'Poppins';
    font-weight: bold;
    color: #366EFF;
}

.form-check-inline {
    font-family: 'Poppins';
    color: #366EFF;
    font-size: 16px;
    font-weight: 400;
}

#copyright {
    font-family: 'Poppins';
    color: #366EFF;
    font-size: 12px;
    font-weight: bold;
}

#rodape {
    background-color: #FAFAFA;
}

.selos {
    max-width: 100px;
    max-height: 100px;
}

h4 {
    font-family: 'Poppins';
    font-weight: 600;
}

h4.avaliacao {
    font-family: 'Poppins';
    font-weight: 600;
    color: #FAFAFA;
}

input {
    border-color: #366EFF;
    border-width: 1px;
}

.nav-item {
    list-style-type: none;
}

#emailMismatch {
    font-family: 'Poppins';
    color: #366EFF;
    font-size: 12px;
    font-weight: bold;
}

#passMismatch {
    font-family: 'Poppins';
    color: #366EFF;
    font-size: 12px;
    font-weight: bold;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0 !important;
}

.dropdown-item:hover {
    background-color: #86A8FF;
    border-radius: 50px;
}

#yield {
    max-width: 1440px;
    margin: 0 auto;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.padding-form {
    padding: 30px;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder {
    font-family: 'Poppins';
    font-size: 15px;
    color: #9C9C9C;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder {
    font-family: 'Poppins';
    font-size: 15px;
    color: #9C9C9C;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
    height: 45px !important;
}

.owlCarousel-container {
    max-width: 1200px;
}

.scholarship-card {
    max-width: 500px;
    max-height: 270px;
    background-color: #FAFAFA;
    border-radius: 20px;
}

.curso {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: right;
}
