/*
Theme Name: Escola Digital
Version: 2.0
Author: <a href="http://www.sanzza.pt" target="_blank">Sanzza</a>
Author URI: http://www.sanzza.pt/
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


/*-------------------------------
RESET browser defaults
-------------------------------*/ 

@import url( 'css/reset.css' );

/*-------------------------------
BEGIN structure
-------------------------------*/
body,
html {
  overflow-x: hidden;
}

body {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #2C2C2C
	}

h1 {
    color: #FFF;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
}
@media (max-width: 778px) {
    h1 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
}

h2 {
    font-size: 42px;
    line-height: 52px;
	color: #2C2C2C
}
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none;
  background: none;
  padding-right: 10px;
}
.container {
    max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
}
.content {
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.formulario-contato label {
    font-size: 16px;
}
a.font-hover {
    color: #464646
}
a.font-hover:hover {
    color: #cdd256
}
.pagecont {
    padding: 80px 0 80px 0;
}
.pagepost {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
}
.pagecontpage {
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	justify-content: flex-start;
    gap: 16px;
}
button {
    border: none;
    padding: 12px 0;
    width: fit-content;
    background: transparent;
}
button a {
    padding: 12px 44px;
    color: #464646;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    background: #cdd256;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 1px;
}
button a:hover {
	background: #464646;
	color: #cdd256;
}

.wp-block-list {
    margin-left: 15px
}

/*HEADER*/
header {
    border-bottom: 1px solid #CBD53A;
}
.header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 80px; /* Reduzido de 100px para 80px */
    align-items: center;
}
a.titulo-logo {
    z-index: 9999;
    max-width: 250px;
    display: flex;
    align-items: center;
}
a.titulo-logo img {
    max-width: 100%;
    height: auto;
    max-height: 90px; /* Reduzido de 120px para 90px */
}
/* Específico para notebooks */
@media screen and (max-width: 1440px) {
    .titulo-logo {
        max-width: 245px !important;
    }
    
    .titulo-logo img {
        max-width: 125% !important;
        max-height: 85px !important; /* Reduzido de 109px para 85px */
    }
}
.cont-header{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
/*Menu Horizontal*/
.menu-principal {
}
.menu-principal-container {
    display: flex;
}
.menu-principal #menu-principal {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-principal #menu-principal > .menu-item {
    position: relative;
}
.menu-principal #menu-principal > .menu-item > a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 16px; /* Reduzido de 18px para 16px */
    padding: 30px 8px; /* Reduzido de 38px para 30px */
}
.menu-principal #menu-principal > .menu-item > a:hover {
}
.menu-principal .menu-item .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    min-width: 200px;
    z-index: 999;
}
.menu-principal .menu-item .sub-menu li {
    background: #FFF
}
.menu-principal .menu-item-has-children:hover > .sub-menu {
    display: block;
}
.menu-principal .menu-item .sub-menu > .menu-item > a {
    display: block;
    padding: 10px 20px; /* Reduzido de 12px para 10px */
    color: #000;
    text-decoration: none;
    font-size: 16px; /* Reduzido de 18px para 16px */
    white-space: nowrap;
}
.menu-principal .menu-item .sub-menu > .menu-item > a:hover {
}
.menu-principal .sub-menu .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0 0 0 10px;
    list-style: none;
    margin: 0;
    min-width: 200px;
    z-index: 999;
}
.menu-principal .sub-menu .menu-item-has-children:hover > .sub-menu {
    display: block;
}
.menu-principal .sub-menu .sub-menu > .menu-item > a {
    display: block;
    padding: 10px 20px; /* Reduzido de 12px para 10px */
    color: #000;
    text-decoration: none;
    font-size: 16px; /* Reduzido de 22px para 16px */
    white-space: nowrap;
}
.menu-principal .sub-menu .sub-menu > .menu-item > a:hover {
}
.menu-principal .menu-item-has-children > a::after {
    content: " ▼";
    font-size: 12px;
    color: #ccc;
    margin-left: 5px;
}
#menu-principal li a:hover {
    color: #CBD53A !important
}


/*Botão Candidatura*/
.but-candidatura a {
    background: #CBD53A;
    padding: 16px 26px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #464646;
    border: 1px solid #CBD53A;
	text-decoration: none;
	transition: .3s;
}
.but-candidatura a:hover {
	text-decoration: none;
	background: #464646;
    color: #CBD53A;
    border: 1px solid #464646;
}




.slide-home-topo .banner-slider {
    position: relative;
    width: 100%;
}
.slide-home-topo .slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.slide-home-topo .slide-caption {
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translatey(50%);
    color: white;
    background: #CBD439;
    padding: 10px;
    text-align: left;
    width: 30%;
    padding-top: 64px;
    padding-right: 64px;
    padding-bottom: 64px;
    padding-left: 9%;
}
@media(max-width:1440px) {
.slide-home-topo .slide-caption {
    width: 40%;
}
}
.slide-home-topo .slide-caption h2 {
    color: #FFF;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
}
.slide-home-topo .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: white;
    cursor: pointer;
    z-index: 10; 
}
.slide-home-topo .left-arrow {
    display: none
}
.slide-home-topo .right-arrow {
    right: 10%;
    background: #CBD439;
    width: 123px;
    height: 112px;
    text-align: center;
    line-height: 117px;
    font-size: 50px;
}
.slide-home-topo a.button {
    background: #FFF;
    padding: 14px 40px;
    display: inline-block;
    margin-top: 32px;
    font-size: 18px;
    text-transform: uppercase;
    color: #CBD439;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}
.slide.active .button:hover {
    background: #464646;
}

@media (max-width: 1366px) {
.slide-home-topo .slide-caption h2 {
    font-size: 40px;
	line-height: 50px;
}   
}
@media (max-width:900px){
.slide-home-topo .slide-caption {
    position: initial;
    text-align: center;
    display: table-cell;
    padding: 30px !important;
    transform: none !important
}
.slide-home-topo .slide img {
    height: 320px;
}
.slide-home-topo .slide-caption h2 {
    color: #FFF;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
	.slide-home-topo .left-arrow {
    display: initial;
    position: absolute;
    top: 33%;
    transform: translateY(-50%);
    font-size: 28px;
    color: white;
    cursor: pointer;
    z-index: 10; 
    left: 10%;
    background: #CBD439;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.slide-home-topo .right-arrow,
.slide-home-topo .nav-arrow {
    display: none
}
}




/*PopUp*/
.popup {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.5); 
}
button#openPopup1,
button#openPopup2 {
    background: none;
}
button#openPopup1,
.dots-navigation {
	display: none
}

/* Estilo do botão */
#openPopup1 img {
    cursor: pointer;
}

/* Estilo do container do popup */
.popup-content1 {
    position: fixed;
    top: 0;
    right: -400px;
    width: 300px;
    height: 100%;
    background-color: #CBD439;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    transition: right 0.5s ease-in-out;
    z-index: 1000;
    padding: 100px 20px 20px 20px;
}
.popup-content1 .close {
    color: #FFF;
    float: right;
    font-size: 70px !important;
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    top: 2% !important;
    right: 5% !important;
    z-index: 9999;
}
.popup-content1 .menu {
	display: initial
}


/* Estilo do botão de fechar */
.popup-content1 .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

/* Classe para abrir o popup */
.popup-content1.open {
    right: 0;
	z-index: 9999;
}
/* Estilo da camada de fundo */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    opacity: 0; 
    visibility: hidden; 
    transition: opacity 0.5s ease; 
    z-index: 999; 
}

/* Quando o overlay está ativo */
.overlay.active {
    opacity: 1; 
    visibility: visible; 
}

/* Container do menu */
.menu-popup ul li {
    list-style: none;
    	font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 27px;
    margin-bottom: 20px
}
.menu-popup ul li a {
    color: #FFF;
    text-decoration: none;
	transition: .3s
}
.menu-popup ul li a:hover {
	color: #000
}
.menu-popup ul li ul {
    margin-left: 30px
}

.popup-content2 {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
	position: relative
}
.popup-content2 form {
    position: relative;
}
.popup-content2 input#s {
    width: 94%;
    padding: 15px;
    font-family: 'Montserrat';
    font-size: 16px;
}
.popup-content2 input[type="submit"] {
    padding: 18px 15px;
    background: none;
    border: none;
    font-family: 'Montserrat';
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.dados-contato ul li {
    font-size: 15px !important;
}

.dados-contato i {
    margin-right: 10px
}
.dados-contato {
    margin-top: 30px;
}

.search-box-popup {
    width: 25%;
}

.close {
    color: #CBD439;
    float: right;
    font-size: 70px;
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 9999;
}

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


/*Página de Busca*/
.pagesearch {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    width: 100%;
}

.pagesearch p {
    font-size: 24px;
    margin-bottom: 32px;
}

.pagesearch .search-box2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.pagesearch form {
    width: 50%;
    position: relative;
}
.pagesearch input#s {
    width: 99%;
    padding: 15px;
    font-family: 'Montserrat';
    font-size: 16px;
}
.pagesearch input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 18px 15px;
    background: none;
    border: none;
    font-family: 'Montserrat';
	cursor: pointer;
}


/*H2 Home*/
.titulohome {
    margin-bottom: 64px;
    font-weight: 600;
    font-size: 40px;
}
@media (max-width:778px) {
.titulohome {
   font-size: 40px;
	line-height: 45px
}
}

/* Estilização do Slider de Banners */




/*Banner Top Pages*/
.bannertop {
    background-size: cover;
    background-position: center;
    height: 520px;
    color: white;
    position: relative;
	display: flex;
}
@media (max-width: 800px){
.bannertop {
    height: 320px;
}
}

.bannertop:before {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
	z-index: 0;
}
.bannertop .container {
    width: 100%;
    display: flex;
    align-items: center;
	z-index: 1;

}

/*Breadcrumb*/
.breadcrumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(208, 215, 46, 0.5);
    width: 100%;
	font-size: 18px;
	font-weight: 600;
	z-index: 2
}
div#crumbs {
    max-width: 1600px;
    margin: 0 auto;
    padding: 24px 40px;
}
div#crumbs a {
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
	font-weight: normal
}
@media (max-width:778px){
.breadcrumbs,
div#crumbs a {
	font-size: 18px !important;
}
	div#crumbs {
    padding: 20px;
}
}

/*Categorias*/
.pagepost .post {
    width: 24%;
}
@media (max-width:1239px) {
.pagepost .post {
    width: 32% !important;
}
}
@media (max-width:839px) {
.pagepost .post {
    width: 48% !important;
}
}
@media (max-width:561px) {
.pagepost .post {
    width: 100% !important;
}
}

.pagepost .post img {
    width: 100%;
    height: 263px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
	border-radius: 6px 6px 0 0;
}
.posttitle {
    background: #f8f8f8;
    padding: 26px 26px 34px 26px;
    border-radius: 0 0 6px 6px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.posttitle h2 a {
    font-size: 20px;
    line-height: 28px;
    color: #2C2C2C;
    text-decoration: none
}

/*Paginação*/
.navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    width: 100%;
	gap: 12px;
	padding-right: 15px !important;
}

.navigation .pages,
.navigation .next.page-numbers {
	display: none
}
.navigation a.page-numbers {
	color: #2C2C2C;
	opacity: .6;
	text-decoration: none;
}
.navigation .page-numbers {
	font-size: 26px;
	line-height: 32px

}

.navigation .page-numbers.current,
.navigation .page-numbers:hover {
	color: #CBD539;
	text-decoration: underline
}
.navigation a.prev.page-numbers {
    display: none;
}



/*404*/
.fourofour {
    text-align: center;
}
.fourofour h1 {
    font-size: 58px;
	color: #2C2C2C;
}
.fourofour button {
    margin-top: 50px;
	text-transform:uppercase
}
.fourofour p {
    font-size: 18px;
    margin-top: 22px;
}

/*FOOTER*/
footer {
    background: #CBD53A;	
    padding: 50px 40px 20px 40px;
}
footer .container {
    align-items: flex-start;
    flex-wrap: wrap;
    display: flex;
    gap: 50px;
}
footer h2 {
    color: #2C2C2C;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}
.logos-footer.social-media img {
    max-height: 24px;
}
.left-panel {
    width: 65%;
    box-sizing: border-box;
}
.right-panel {
    width: 18%;
    box-sizing: border-box;
}
.logos-footer ul {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
}
.logos-footer ul li {
    list-style: none
}
.logos-footer ul li img {
    max-width: 155px;
}
footer hr {
    height: 1px;
    background: rgba(0, 0, 0, 0.16);
    width: 60%;
    border: none;
    margin: 40px auto 15px auto;
}
footer p {
	margin: 0 auto;
	font-size: 14px;
}
footer a {
	color: #2C2C2C;
	text-decoration: none;
}
img.ico-whats {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 30px;
    display: inherit;
    background: #34af23;
    height: 30px;
    padding: 20px;
    border-radius: 50px;
    z-index: 9999;
}

/*Formulários*/
.formulario-contato {
    display: flex;
    flex-flow: row wrap;
    gap: 32px;
    justify-content: space-between;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 300;
    font-family: Montserrat;
    color: #1a202;
  padding-top: 50px
}
.formulario-contato .third-coll {
  width: 31%;
}
.formulario-contato .midle-coll {
    width: 47%;
}
.formulario-contato .full-coll {
    width: 100%;
}
.formulario-contato span.wpcf7-form-control-wrap {
    display: block;
}
.formulario-contato input,
.formulario-contato select, 
.formulario-contato textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    font-size: 16px;
    border: 2px solid #D1D1D6;
    border-radius: 4px; 
	color: #272727 !important
}
.formulario-contato span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label {
    font-size: 12px;
}

.formulario-contato select {
    -webkit-appearance: none;
    appearance: none;
    appearance: menulist-button;
    padding-right: 30px;
    padding-left: 15px;
    background-color: #fff;
    background-image: url('https://escoladigital.sanzza.eu/wp-content/uploads/2024/11/arrow.svg'); 
    background-position: right 10px center;
    background-repeat: no-repeat;
	background-size: 15px 15px;
}
.formulario-contato select:focus {
    border-color: #6c7ae0; /* Cor de foco */
    outline: none;
}

.formulario-contato input:focus,
.formulario-contato input:hover,
.formulario-contato select:hover,
.formulario-contato textarea:hover {
  border: 2px solid #cdd256
}
.formulario-contato textarea {
    resize: vertical;
    max-height: 80px;
}
.formulario-contato span.wpcf7-not-valid-tip {
    font-size: 12px !important;
}
.formulario-contato .wpcf7-acceptance input.maioridade,
.formulario-contato .wpcf7-acceptance  input.aceito{
    width: 20px;
    margin: 10px 10px 10px 0;
}
.formulario-contato .wpcf7-acceptance span.wpcf7-list-item {
    margin: 0 !important
}
.formulario-contato input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 12px 44px;
    color: #464646;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    background: #cdd256;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    transition: .3s;
    cursor: pointer;
    text-transform: uppercase
}
.formulario-contato input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    color: #cdd256 !important;
    background: #464646
}
.formulario-contato span.wpcf7-list-item label {
    display: flex;
}
@media (max-width:1366px) {
.formulario-contato .midle-coll {
    width: 48%;
}
.formulario-contato .third-coll {
  width: 31%;
}
}
@media (max-width:954px) {
	.formulario-contato .third-coll {
		width: 30%;
	}
}

@media (max-width:839px) {
.formulario-contato .midle-coll,
.formulario-contato .third-coll {
  width: 100%;
}
.formulario-contato select {
    width: 100%;
}
}
.formulario-contato span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label {
    margin-top: 9px;
	
}
.formulario-contato  input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 8px;
    font-size: 16px;
    border: 2px solid #D1D1D6;
    border-radius: 4px;
    box-sizing: border-box;
	background: #FFF;
	min-height: 54px
}
input[type="checkbox"] {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    -webkit-appearance: checkbox; 
    appearance: checkbox;
}





iframe {
    width: 100%;
    height: 400px;
}



.bg-green-sup-esq {
    position: relative
}
.bg-green-sup-esq:before {
    content: '';
    background: #01A098;
    width: 513px;
    height: 466px;
    position: absolute;
    z-index: -1;
    top: -130px;
    left: -160px
}
.bg-green-inf-dir {
    position: relative
}
.bg-green-inf-dir:before {
    content: '';
    background: #01A098;
    width: 613px;
    height: 466px;
    position: absolute;
    z-index: -1;
    bottom: -99px;
    right: -180px
}
.bg-light-green-inf-esq {
    position: relative
}
.bg-light-green-inf-esq:before {
    content: '';
    background: #D0D72D;
    width: 613px;
    height: 466px;
    position: absolute;
    z-index: -1;
    bottom: -99px;
    left: -180px
}


.curso-candidata span.wpcf7-list-item-label {
    margin-top: -3px;
    margin-left: 10px;
}
.curso-candidata span.wpcf7-list-item {
    margin-bottom: 10px;
}
span.wpcf7-form-control.wpcf7-checkbox.curso-candidata {
    display: flex;
    flex-direction: column;
    padding-top: 22px;
}



::selection {
  background-color: #CBD53A;
  color: #FFF;
}
::-moz-selection {
  background-color: #CBD53A;
  color: #FFF;
}



/*Responsivo*/

@media (max-width: 1366px) {
.custom-button {
    display: block !important;
}
	.search-box-popup {
    width: 40%;
}

}

@media (max-width: 1200px) {
.container {
    max-width: 1200px;
    margin: 0 auto;
    align-content: flex-start;
}
}

@media (max-width: 1128px) {
.menu-principal,
.but-candidatura {
	display: none;
}
button#openPopup1 {
    display: initial;
}
}

@media (max-width: 778px) {
.container {
    max-width: 778px;
    margin: 0 auto;
}
footer {
    padding: 98px 0 30px;
}
.logos-footer ul {
    justify-content: center;
}
.left-panel {
    width: 100%;
    margin-bottom: 30px;
}
.right-panel {
    width: 100%;
}
.search-box-popup {
    width: 70%;
}
	.pagesearch p {
    margin-bottom: 32px;
		font-size: 24px
}
footer .container {
    gap: 40px !important;
}

}
@media (max-width: 480px) {
.container {
    max-width: 480px;
    padding: 0 20px;
}
.but-candidatura {
	display: none;
}
	footer h2 {
		text-align: center
	}
.logos-footer img {
    max-height: 32px;
}
	
footer p {
	text-align: center;
	font-size: 14px;
}
.titulo-logo img {
    max-width: 70%;
}
}
@media (max-width: 464px) {
.kt-title-item {
    width: 100%;
	margin: 0 !important
}
}
@media (max-width: 414px) {
h1 {
    color: #FFF;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 80px;
}

.pagesearch h2 {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}

}
@media (max-width: 337px) {
.header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 69px;
}
	}
@media (max-width: 337px) {
button a {
    padding: 12px 12px;
}
.posttitle {
    align-items: center;
}
	}

<style>
@media (max-width: 768px) {
    a.titulo-logo {
        max-width: 200px;
    }
    
    a.titulo-logo img {
        max-width: 100%;
        max-height: 80px;
    }
}
</style>

