html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    font-family: 'Poppins', sans-serif;  
}

.pad{
    padding: 60px 0;
}

.google-icon{
    position: relative !important;
    padding: 0px !important;
    top: 6px !important;
    font-size: 23px !important;
    margin-left: 5px !important;
}

.container{
    padding: 0 5%;
    max-width: 1300px;
    margin: auto;
}

h1{
    font-weight: 600;
}

p{
    font-weight: 400;
}

h2{
    font-size: 48px;
}

.btn{
    filter: brightness(100%);
    transition: 0.8s;
    cursor: pointer;
    user-select:none;
}

.btn:hover{
    filter: brightness(70%);
    transition: 0.8s;
}
.flex{
    display: flex;
}

/* Modal */

.show-modalHeader{
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 19;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.80);
}

.hidden-modalHeader{
    display: none;
}

.modalHeader{
    display: flex;
    position: fixed;
    width: 100%;
    min-width: 50px;
    max-width: 1021px;
    height: 685px;
    z-index: 20;
    left: 50%;
    animation: fadeinbox 0.8s;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 16px;
}

@keyframes fadeinbox{
    from {
        opacity: 0%;
    }
    to {
        opacity: 100%;
    }
  }

.modalHeader .texto .container{
    margin: 30px 0;
}

.modalHeader .fundoImg{
    background-color: #45108A;;
    width: 40%;
    height: 685px;
    border-radius: 16px 0px 0px 16px;
    user-select: none;
}

.modalHeader .fundoImg img{
    opacity: 50%;
    width: 100%;
    height: 100%;
    border-radius: 16px 0px 0px 16px;
}

.modalHeader .texto{
    width: 60%;
}

.modalHeader .texto .align{
    text-align: end;
}

.modalHeader .x-modal{
    background-color: #45108A;
    cursor: pointer;
    border-radius: 200px;
    color: white;
    
}

.modalHeader span{
    font-size: 45px !important;
    margin-top: -60px;
    margin-right: -15px;
    user-select: none;
}

.modalHeader .texto h2{
    font-size: 36px;
    font-weight: 600;
}

.modalHeader .texto p{
    font-size: 18px;
    font-weight: 300;
    color: #8A8A8A;
}

@media only screen and (max-width: 1080px){
    .modalHeader{
        width: 90%;
        height: auto;
    }
    .modalHeader .fundoImg{
        display: none;
    }

    .modalHeader .texto{
        width: 100%;
    }
}

/* HEADER */

.header{
    background: linear-gradient(104.15deg, #240046 8.89%, #10054D 91.74%);
    color: white;
}

.header .container{
    display: flex;
    align-items: center;
    height: 100%;
}

.header h1{
    font-size: 48px;
    margin-bottom: 29px;
    letter-spacing: 1.5px;
}

.header p{
    font-size: 20px;
    
}

.header .esquerda{
    display: inline-block;
    width: 60%;
}

.header .esquerda div{
    margin-bottom: 50px;
}

.header .esquerda p{
    margin-bottom: 60px;
    font-weight: 400;
}

.header .esquerda .btn{
    background-color: #FF9E00;
    font-size: 18px;
    padding: 20px 50px;
    border-radius: 40px;
    cursor: pointer;
}


.header .direita{
    display: inline-block;
    width: 40%;
    height: 100%;
}

.header .direita img{
    height: 99%;
}

/* GUIA */

.guia{
    background-color: #FF8000;
}

.guia .itens{
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 18px;
}

.guia .itens a{
    text-decoration: none;
    font-size: 24px;
    color: white;
    font-weight: 400;
    margin: 40px 0;
}

/* ENTENDA O CURSO */

.curso .vermais{
    display: flex;
    align-items: center;
}

.curso .vermais h2{
    display: inline-block;
    margin-right: 15px;
    font-weight: 700;
}

.curso .vermais span{
    font-size: 18px;
    font-weight: 600;
    color: #FF8000;
    cursor: pointer;
}

.curso .esquerda{
    display: inline-block;
    width: 60%;
}

.curso .esquerda img{
    width: 100%;
}

.curso .direita{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 40%; 
}

.curso .esquerda iframe{
    width: 100%;
    height: 450px;
}

.curso .direita .item{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.curso .direita .item .coluna{
    display: flex;
    flex-direction: column;
    margin-left: 25px;
}

.curso .direita .item .coluna span{
    font-size: 18px;
    font-weight: 300;
    color: #8A8A8A;
}

.curso .direita .item .coluna strong{
    font-size: 28px;
    font-weight: 500;
}

.curso .direita img{
    background-color: #45108A;
    padding: 15px;
    border-radius: 16px;
}

.curso .btn{
    background-color: #FF006E;
    border-radius: 40px;
    font-size: 28px;
    padding: 21px 40px;
    text-decoration: none;
    color: white;
}

.direita .flex{
    flex-direction: column;
}
/* Perfil do profissional*/

.perfil{
    background: linear-gradient(180deg, #FF7A00 0%, #EE6906 100%);
    color: white;
}

.perfil .between{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.perfil .between .align{
    display: flex;
    align-items: center;
gap: 10px;
}

.perfil h2{
    font-weight: 700;
    font-size: 48px;
    margin: 0;
    margin-bottom: 55px;
}

.perfil .grid{
    margin-top: 30px;
}

.perfil .grid .item{
    border: 1px solid white;
    border-radius: 9px;
    padding: 20px 15px;
    margin: 25px 0;
    cursor: pointer;
}

.perfil .grid .item .p-up{
    visibility: hidden;
    font-size: 0;
    color: white;
    animation: hiddenp 0.8s; 
}

@keyframes hiddenp {
    from {
        font-size: 20px;
        margin: 30px 70px;
        visibility: visible;
        
    }
    to {
        visibility: hidden;
        font-size: 0;
        margin: 0px 70px;
    }
  }

.perfil .grid .item .p-hidden{
    display: none;
}

.perfil .grid .item .p-show{
    font-weight: 400;
    margin: 30px 70px;
    font-size: 20px;
    color: #002689;
    animation: showp 1s;
}

@keyframes showp{
    from {
        font-size: 0px;
        margin: 0px 70px;
    }
    to {
        font-size: 20px;
        margin: 30px 70px;
    }
}

/* Animação */
.h3-orange{
    color: #002689 !important;
}

.item-background{
    background-color: white;
}
/* FIM ANIMAÇÃO */
.perfil h3{
    display: inline-block;
    font-size: 30px;
    margin: 0;
    margin-left: 15px;
}

.perfil .grid span{
    border: 1px solid white;
    border-radius: 6px;
    padding: 5px !important;
    margin-top: -10px;
    transform: rotate(90deg);
    transition: 1s;
    cursor: pointer;
}

.btn-rotate-up{
    transform: rotate(-90deg) !important;
    color: #002689 ;
    border-color: #002689  !important;
    animation: 1s;
}

.btn-rotate-down{
    transform: rotate(0);
    color: white;
    animation: 1s;
}

/* Área de atuação */

.area h2{
    margin: 0;
    margin-bottom: 25px;
}
.area .wrap{
    display: flex;
    flex-wrap: wrap;
    color: white;
    justify-content: space-between;
}

.area .wrap .bloco{
    background: linear-gradient(154.13deg, #D81159 10.29%, #C9034A 90.31%);
    box-shadow: inset 0px -4px 0px #00D1FF;
    border-radius: 16px;
    width: 23%;
    padding: 10px 35px;
    min-height: 250px;
    margin-top: 63px;
}

.area .wrap .bloco img{
    background: linear-gradient(153.54deg, #2AC5E8 23.18%, #0983F4 76.05%);
    border-radius: 100px;
    padding: 0 5px;
    padding-top: 5px;
    margin-top: -60px;
    margin-right: -78px;
}

.area .wrap .bloco h3{
    font-size: 28px;
    margin: 0;
    margin-top: -20px;
    word-break: break-all;
    margin-bottom: 20px;
}

.area .wrap .bloco li{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 300;
    word-break: normal;
}

/* Oportunidades de Estágio */

.estagio{
display: flex;
justify-content: center;
    background-color: #0060D0;
    color: white;
    min-height: 400px;
}

.estagio h2{
    margin-top: 0;
}

.estagio h4{
    font-size: 20px;
    text-align: center;
}

.estagio .bloco{
    background-color: #241A99;
    border-radius: 16px;
    min-height: 400px;
	margin: 0px 30%;
    
}


.estagio .bloco h3{
    margin: 0;
    font-size: 28px;
    background-color: #2A5FE8;
    padding: 20px;
    font-weight: 500;
    border-radius: 16px 16px 0px 0px;
}

.estagio .bloco p{
    font-size: 20px;
    font-weight: 300;

}

.estagio .bloco .texto{
    padding: 0px 20px 20px 20px;
}

.container-carrosel{
    max-width: 1920px;
    margin: auto;
}



@media only screen and (max-width: 1200px){
    .flex{
        display: block;
    }

    .header .direita img{
        display: none;
    }
    
    .esquerda{
        width: 100% !important;
    }

    .header .direita{
       width: 0; 
    }

    .curso .direita{
        margin: 20px 0;
        display: block !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 1100px){
    .area .wrap .bloco {
        width: 35%;  
    }
}

@media only screen and (max-width: 1050px){
    .estagio .bloco {
        margin: 0px 50px; 
    }
}

@media only screen and (max-width: 970px){
    .guia{
        display: none;
    }

    .curso .vermais h2 {
        margin: 0px;
        margin-bottom: 39px !important;
    }
}

@media only screen and (max-width: 900px){
    .perfil .align img{
        display: none;
    }

    .perfil .align h3{
        font-size: 1.5rem;
    }

    .perfil .grid .item .p-show{
        margin: 20px 0px 0px 15px;
        margin-left: 15px;
        font-size: 1rem;
    }

    @keyframes showp{
        from {
            font-size: 0px;
            margin: 20px 0px 0px 15px;
        }
        to {
            font-size: 1rem;
            margin: 20px 0px 0px 15px;
        }
    }

    @keyframes hiddenp{
        from {
            font-size: 1rem;
            margin: 20px 0px 0px 15px;
            visibility: visible;
            
        }
        to {
            visibility: hidden;
            font-size: 0;
            margin: 20px 0px 0px 15px;
        }
      }

      .area .wrap .bloco {
        width: 35%;  
    }
}

@media only screen and (max-width: 750px){
    .area .wrap .bloco {
        width: 93%;
        box-sizing: border-box;  
    }
}




#mcom_area {
	margin-top:50px;
	margin-bottom:50px;
	box-sizing:border-box;
	    background: linear-gradient(104.15deg, #240046 8.89%, #10054D 91.74%);

	color: #FFF;
	display: flex;
	flex-direction: row;
	gap: 15px;
	border-radius:5px;
	box-shadow: 5px 5px 5px rgb(0, 0, 0, 0.4);
	font-size:14px;
}

.mcom_valor_area{
	text-align:center;
	padding: 20px;
	background-color: rgba(255,255,255, 0.1);
	border-bottom: 1px dashed rgba(255,255,255, 0.3);
}

.mcom_valor_area .mcom_apartir{
	display: flex;
	flex-direction: column;
	gap:25px;
}

.mcom_valor_area .mcom_apartir p{
	font-size:16px;
	padding:0;
	margin: 0;
}

.mcom_valor_area .mcom_apartir p b{
	font-size:18px;
	text-decoration: underline;
}

.mcom_valor_area .mcom_apartir .mcom_apartir_valor_area{
	display: flex;
	align-items: flex-end;
	justify-content:center;
	gap:15px;
}




.mcom_valor_area .mcom_apartir .mcom_apartir_valor_area .label{
	text-align: left;
	font-size:20px;
	font-weight:bolder;
	line-height:1.5;
}

.mcom_valor_area .mcom_apartir .mcom_apartir_valor_area .label span{
	display:block;
	font-size:18px;
	font-weight:normal;
}

.mcom_valor_area .mcom_apartir .mcom_apartir_valor_area .valor{
	font-size:34px;
	line-height:1;
}

.mcom_valor_area .mcom_apartir .btnArea .btn{
	padding: 10px;
	background-color: #FF006E;;
	border: none;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-weight: bolder;
	font-size: 11px;
}


#mcom_area form {
	padding:10px;
	display:flex;
	flex-direction:column;
	gap: 15px;
	align-items:center;
	padding:30px
}

#mcom_area form .campo{
	width:100%;
	display: flex;
	flex-direction:column;
	gap:5px;
	line-height:1;
}


#mcom_area form .campo label{
	font-size:14px;
}

#mcom_area form .campo input{
	font-size:14px;
	line-height:1.5;
	padding: 5px;
	box-sizing: border-box;
	color: #333;
}


#mcom_area form .campo .fone{
	display: flex;
	gap: 10px;
	align-items: center;
}


#mcom_area form .campo .fone input{
	flex:1;
	min-width: 0;
}


#mcom_area form .campo .fone .ddd{
	max-width:60px;
}

#mcom_area form .btn{
	max-width: fit-content;
	transition: 0.5s;
	display: block;
	padding: 10px 20px;
	margin: 0;
	color: #FFF;
	font-weight: bold;
	background-color: #FF006E;
	font-size: 15px;
	box-sizing: border-box;
	border-radius: 2px;
	border: none;
	cursor: pointer;
}

.mcom_valor_area .mcom_selected_oferta{
	display: flex;
	flex-direction: column;
	gap:20px;
	width: 100%
}

.mcom_valor_area .mcom_selected_oferta .mcom_detalhes{
	display: flex;
	flex-direction: column;
	gap:10px;
}

.mcom_valor_area .mcom_selected_oferta .mcom_detalhes .mcom_item{
	display: flex;
	gap:5px;
	justify-content: space-between;
	background-color: rgba(255,255,255,0.3);
	padding:15px;
	line-height:1;
}


.mcom_valor_area .mcom_selected_oferta .mcom_valores{
	display: flex;
	align-items: stretch;
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	gap: 5px;
}


.mcom_valor_area .mcom_selected_oferta .mcom_valores .mcom_valores_coluna{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align:left;
}

.mcom_selected_oferta .mcom_valores .mcom_valor {
    line-height: 1.5;
    font-size: 16px;
    font-weight: bolder;
}

.mcom_selected_oferta .mcom_valores .mcom_valor_de {
    font-size: 20px;
    text-decoration: line-through;
}

.mcom_selected_oferta .mcom_valores .mcom_valor_por {
    font-size: 30px;
    color: #a4d61b;
}

.mcom_selected_oferta .mcom_valor_economia {
    width: max-content;
    text-align: center;
    background-color: #8eb916;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
    border-radius: 3px;
}

.mcom_selected_oferta .mcom_valor_economia b{
	font-size: 24px;
}

.mcom_selected_oferta .mcom_info_importante {
    padding: 10px;
    background-color: rgba(255,255,255,0.1);
    text-align: center;
    cursor: pointer;
}

.mcom_selected_oferta .mcom_info_importante:hover {
    background-color: rgba(255,255,255,0.3);
}

.mcom_selected_oferta .mcom_btn_mudar span {
    text-decoration: underline;
    cursor: pointer;
}

.mcom_selected_oferta .mcom_btn_mudar span:hover {
	color:#a4d61b;
}
.mcom_selected_oferta .mcom_btn_mudar {
    text-align: center;
}

@media only screen and (max-width: 750px){
    #mcom_area {
       flex-direction: column;
    }
}