.cta-full:hover{
background: var(--quinternary);
    color: #000!important;
    border: 1px solid var(--quinternary);
}


.section-aluno {
    min-height: calc(100vh - 693px);
    position: relative;
    display: flex;
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    vertical-align: middle;
    align-items: center;
}

.section-aluno.white {
}

.content-aluno.box {
    width: 500px;
    max-width: 45%;
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
}

.section-aluno .content-aluno p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin: 15px 0 0;
}



.section-aluno h1{
  color:#fff;
  font-size:35px;
  line-height:40px;
  margin-top:0px;
}

{#.section-aluno h1 span{
  color:#C4DD5D;
}#}


.section-aluno.black .content-aluno p{
  color:#000;
}

.section-aluno.black h1{
  color:#000;
}

a.cta-aluno {
    /*background: #c4dd5d;
    border: 1px solid #c4dd5d;
    color: #000;*/
    box-sizing: border-box;
    box-shadow: 0px 2px 40px rgb(6 1 11 / 26%);
    border-radius: 40px;
    padding: 10px 20px;
    display: block;
    width: fit-content;
    font-weight: 600;
    text-decoration: none;
    transition: .2s linear all;
    margin: 10px auto 0;    
    width: 250px;
    text-align: center;
}

/*a.cta-aluno.full:hover {
    background: #00998E;
    border: 1px solid #00998E;
}

a.cta-aluno.outline {
    box-shadow: 0px 2px 40px rgb(6 1 11 / 26%);
    border-radius: 4px;
    padding: 10px 20px;
    display: block;
    width: fit-content;
    text-decoration: none;
    transition: .2s linear all;
    margin: 10px auto 0;
    background: transparent;
    border: 1px solid #C4DD5D;
    box-sizing: border-box;
    color: #C4DD5D;
    font-weight: 600;    
    width: 250px;
    text-align: center;
}

a.cta-aluno.outline:hover {
    background: transparent;
    border: 1px solid #00998E;
    color:#00998E;
}*/

/* MODAL VALIDAÇÃO CSS */


.form-box-modal input {
    border: 1px solid #e6e6e6;
    box-shadow: 5px 5px 20px #e8e8e8;
    padding: 10px;
    border-radius: 4px;
    outline: 0;
    transition:0.2s linear all;
}

.form-box-modal input:hover {
    background:#fefff2;
}

.form-box-modal label {
    font-weight: 800;
    color: #595959;
    margin: 0 0 5px;
    display: block;
}

button {
    padding: 8px 20px;
    display: block;
    width: 100%;
    background: #4387ca;
    border: 2px solid #C4DD5D;
    background-color: #C4DD5D;
    margin: 20px 0 0 !important;
    color: #000;
    text-transform: uppercase;
    border-radius: 4px;
    transition: .2s linear all;
    font-weight: 600;
}

button:hover{
  border: 2px solid #00998E;
  background: #00998E;
  color:#000;
  cursor:pointer;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 200px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #00000080;
  animation: lightboxon 5s normal;
}

div.modalackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
}

@keyframes lightboxon {
  0%   {opacity:0;}
  25%   {opacity:1;}
  50%   {opacity:1;}
  75%   {opacity:1;}
  100%   {opacity:1;}
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    width: 400px;
    max-width: 90%;
    animation: lightboxytemb 5s normal;
    border-radius: 15px;
    z-index:9999;
    border:0;
}


@keyframes lightboxytemb {
  0%   {opacity:0;transform: scale(0.0)}
  25%   {opacity:1;transform: scale(1.0)}
  50%   {opacity:1;transform: scale(1.0)}
  75%   {opacity:1;transform: scale(1.0)}
  100%   {opacity:1;transform: scale(1.0)}
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: -60px;
    right: 0;
    z-index:9;
    font-size: 60px;
    font-weight: 600;
    font-family: sans-serif;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* FIM MODAL VALIDAÇÃO CSS */


.ctas-aluno {
    float: right;
}

.fixed-mctas{
  display:none!important;
}

@media only screen and (max-width: 900px) {

.section-aluno .content-aluno p{
    color: #fff;
    font-size: 18px;
    line-height: 23px;
}

.section-aluno h1{
  color:#fff;
  font-size: 35px;
  line-height: 40px;
}
  
  
.section-aluno{
  display:block;
}
  
.content-aluno.box {
    max-width: 90%;
    margin: 0 auto;
    display: block;
    text-align: left;
}
  
.ctas-aluno {
    margin: 50px 0 0;
    float:none;
}
}