@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:wght@100;400&display=swap');
@font-face {
    font-family: 'Monik-Black';
    src: url('../fonts/Monik-Font/TTF/Monik-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Monik-Bold';
    src: url('../fonts/Monik-Font/TTF/Monik-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Monik-Regular';
    src: url('../fonts/Monik-Font/TTF/Monik-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Monik-Light';
    src: url('../fonts/Monik-Font/TTF/Monik-Light.ttf') format('truetype');
}

/* Reset */
:root{
    --verde-principal: #15341A;
    --offwhite: #EEEEEE;
    --fundo-cinza-claro: #F7F7F7;
    --branco-fundo: #FFFFFF;
}

*{
    padding: 0;
    margin: 0;
}

/* Menu */

.logo{
    width: 100px ;
    height: 26px;
}

.container-euro{
    padding-left:10px !important;
    padding-right: 10px !important;
    margin-left: auto;
    margin-right: auto;
}
.navbar {
    position: fixed !important;
    z-index: 1000 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.nav-link{
    color: #15341A !important ;
    font-size: 14px !important;
    font-family: 'Monik-Regular',sans-serif !important ;
    font-weight: 400;
}

/* Home */

.banner-principal{
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-principal img{
    height: 700px;
}

.banner-principal h1{
    text-align: right;
    position: absolute;
    top: 35%; /* Ajusta a posição vertical para o centro do banner */
    left: 70%; /* Ajusta a posição horizontal para o centro do banner */
    transform: translate(-50%, -50%); /* Move o elemento para o centro */
    color: #15341A;
    font-size: 65px;
    font-family: 'Monik-Bold',sans-serif;
    font-weight: 800;
    width: 40%;
}

.banner-principal p{
    text-align: right;
    position: absolute;
    top: 58%; /* Ajusta a posição vertical para o centro do banner */
    left: 70%; /* Ajusta a posição horizontal para o centro do banner */
    transform: translate(-50%, -50%); /* Move o elemento para o centro */
    color: #313131;
    font-size: 20px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    width: 40%;
}

.botao-orcamento{
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none; /* Remover sublinhado padrão de links */
    color: #ffffff; /* Cor do texto do botão */
    background-color: #15341A; /* Cor de fundo do botão */
    border: none;
    border-radius: 5px;
    position: absolute;
    top: 70%; /* Centraliza verticalmente no contêiner */
    left: 83%; /* Centraliza horizontalmente no contêiner */
    transform: translate(-50%, -50%); /* Centraliza perfeitamente no centro do contêiner */
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
}


.conteudo-servicos-um{
    font-family: 'Monik-Bold', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #15341A;
    text-align: center;
    padding: 20%;
    width: 600px;
}

.slide{
    width: 100%;

}

.slide-item{
    width: 100%;
}

.slide-item p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #15341A;
    text-align: center;
    padding: 20%;
    width: 600px;
}
/* familias */
.familySlides {
    width: 100%;
    position: relative;
}

.servicos{
    width: 100%;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-bottom: 3%;
}

.servicos-button{
    background-color: #15341A !important; 
    color: #EEEEEE !important;
    border-color: #15341A !important;
    margin-top: 5%;
}

.servicos h2{
    font-family: 'Monik-Bold', sans-serif;
    font-weight: 800;
    color: #15341A;
    font-size: 40px;
    text-align: center;
    margin-bottom: 7%;
}

.servicos{
    width: 100%;
    height: 850px;
}

.servico-card{
    position: relative;
}

.servico-card h2{
    font-family: 'Monik-Bold', sans-serif;
    font-weight: 800;
    color: #15341A;
    max-width: 230px;
    font-size: 24px;
    margin-top: 10%;
    margin-bottom: 5%;
    text-align: center;
    margin-left: 20%;
}

.servico-card p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #202020;
    max-width: 250px;
    font-size: 16px;
    margin-top: 5%;
    justify-content: center;
    text-align: justify;
    margin-left: 20%;
}   

.servico-card img{
    width: 245px;
    height: 300px;
}

.vantagens-cidadania {
    width: 100%;
    position: relative;
    background-color: #F7F7F7;
    padding-top: 5% ;
    padding-left: 15%;
    padding-bottom: 5%;

}

.vantagens-cidadania img{
    width: 450px;
}

.vantagens-cidadania h2{
    font-family: 'Monik-Bold', sans-serif;
    font-weight: 800;
    color: #15341A;
    font-size: 40px;
    text-align: right;
    padding-right: 40%;
    padding-bottom: 8%;
}

.vantagens-cidadania p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #202020;
    font-size: 16px;
    text-align: right;
    padding-right: 40%;
}

.vantagens-cidadania-button{
    background-color: #15341A !important; 
    color: #EEEEEE !important;
    border-color: #15341A !important;
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif, !important;
    font-weight: 600;
    position: relative;
    right: -25% ;
    margin-top: 7%;
}

.content-faq {
    background-image: url(../img/fundofaq.jpg);
    position: relative;
    width: 100%;
    padding: 10%;
}

.accodion {
    background-color: #fff !important;
}
.accordion-item h2 {
    font-family: 'Monik-Bold', sans-serif;
    padding:20px;
    color: #15341A;
}
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
}

.container-formulario{
    background-image: url('../img/fundo-form.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    padding: 0%;
    justify-content: center;
    display: flex;
    justify-content:left;
    align-items: center;
}

.card-contact {
    background-color: #fff;
    padding: 3%;
    border-radius: 40px;
    width: 400px;
    margin-left: 15%;
    opacity: 80%;
}

.card-contact h2{
    font-size: 28px;
    font-family: 'Monik-Bold', sans-serif;
    font-weight: 800;
    color: #15341A;
    margin-bottom: 10%;
}

.formulario label{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #4a4a4a;
}

.formulario input {
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc; /* Linha simulando o efeito de borda */
    outline: none;    
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    padding: 3%;
}


.formulario button {
    background-color: #15341A;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 40%;
    margin-top: 10%;
    opacity: 100%;
}

/* === Footer === */

footer {
    background-color: #15341A;
    color: #fff;
    padding: 50px;
    text-align: center;
    height: 400px;
}

.footer-logo {
    float: left;
    margin-top: -2%;
    width: 200px;
}

.contact-info {
    float: right;
    text-align: right;

}

.contact-info h4{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #FFFFFF;

}

.contact-info p{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.5;
    margin-top: 7%;

}

.social-buttons {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.social-buttons a{
   text-decoration: none;
   color: #FFFFFF;
   font-size: 24px;

}
.social-buttons a:hover {
    color: #F7F7F7;
}

.company-info {
    clear: both;
    margin-bottom: -2%;
    margin-top: 8%;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}

.company-info hr {
    border: 1px solid #FFFFFF; /* Cor da linha */
    margin-top: 10px; /* Espaço acima da linha */
    margin-bottom: 15px; /* Espaço abaixo da linha */
}

/* === ABOUT === */

.banner-about {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner-about > img {
    width: 100%;
    height: auto;
    display: block; 
  }

.content-about {
    background-color: #FFFFFF;
    height: auto;
    width: 100%;
    position: relative;
    margin-top: 10%;
    padding-bottom: 5%;
}

.content-about h1{
    text-align: left;
    color: #15341A;
    font-size: 45px;
    font-family: 'Monik-Bold',sans-serif !important ;
    font-weight: 800;
    margin-top: -15%;
}


.content-about p{
    text-align: justify;
    color: #4a4a4a;
    font-size: 18px;
    font-family: 'Montserrat',sans-serif !important ;
    font-weight: 400;
    margin-top: 7%;
}

.content-perfil {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #F7F7F7;
    padding-top: 5% ;
    padding-bottom: 5%;

}

.content-perfil img{
    width: 450px;
    margin-left: 20%;
}

.content-perfil h2{
    font-family: 'Monik-Bold', sans-serif;
    font-weight: 800;
    color: #15341A;
    font-size: 40px;
    text-align: left;
    /* padding-right: 40%; */
    padding-bottom: 5%;
}

.content-perfil p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #202020;
    font-size: 16px;
    text-align: justify;
    width: 400px;
    /* padding-right: 40%; */
}

.content-perfil button{
    background-color: #15341A !important; 
    color: #EEEEEE !important;
    border-color: #15341A !important;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-left: -25%; 
    margin-top: 4%;
}

.content-video {
    text-align: center;
    background-color: #FFFFFF;
    width: 100%;
    padding: 5%;
}

.content-video h1 {
   color: #15341A;
   font-size: 50px;
   font-family: 'Monik-Bold', sans-serif;
   font-weight: 800;
   margin-bottom: 2%;
}

.content-video p{
    color: #4a4a4a;
   font-size: 18px;
   font-family: 'Montserrat', sans-serif;
   font-weight: 400;
   text-align: center;
   margin-bottom: 3%;
}
.video {
    border-radius: 20px;
}
/* ==== Cidadania Portuguesa ==== */

.content-cards {
    width: 100%;
    height: 600px;
    background: #fff;
    position: relative;
}

.slider {
    width: 100%;
}
.slick-list {
    padding-top: 2% !important;
}
.card{
    flex: 0 0 33.33%;
    margin-left: 20px;
    margin-bottom: 30% !important;
    border-radius: 8px !important;
    
}
.card:hover {
    transform: scale(1.05);
    transition: all 0.2s ease; 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
}

.card img{
    width: 100% !important;
    
}

.card h5{
    color: #15341A;
    font-size: 22px;
    font-family: 'Monik-Bold',sans-serif !important ;
    font-weight: 800;
    margin-top: 10px;
}

.card p{
    color: #4a4a4a;
    font-size: 12px;
    font-family: 'Montserrat',sans-serif !important ;
    font-weight: 400;
    text-align: justify;
}

.card a{
    color: #FFFFFF;
    background-color: #15341A !important;
    border-color: #15341A;
    font-size: 13px;
    font-family: 'Montserrat',sans-serif !important ;
    font-weight: 400;
}
.slick-prev, .slick-next {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    z-index: 10;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slick-prev:hover, .slick-next:hover {
    transition: all 0.2s ease;
}
.slick-prev {
    top: 17%;
    right: -50px;
    background-image: url("../img/arrow-left-circle.png");
   
}
.slick-next {
    top: 20%;
    right: -50px;
    background-image: url("../img/arrow-right-circle.png");
}

.banner-tipos-cidadania-port{
    position: relative;
    width: 100%;
    height: auto;
}


.banner-tipos-cidadania-port h1{
    text-align: right;
    position: absolute;
    top: 25%; /* Ajusta a posição vertical para o centro do banner */
    left: 70%; /* Ajusta a posição horizontal para o centro do banner */
    transform: translate(-50%, -50%); /* Move o elemento para o centro */
    color: #15341A;
    font-size: 50px;
    font-family: 'Monik-Bold',sans-serif;
    font-weight: 800;
    width: 40%;
}

.banner-tipos-cidadania-port h3{
    text-align: right;
    position: absolute;
    top: 35%; /* Ajusta a posição vertical para o centro do banner */
    left: 70%; /* Ajusta a posição horizontal para o centro do banner */
    transform: translate(-50%, -50%); /* Move o elemento para o centro */
    color: #15341A;
    font-size: 35px;
    font-family: 'Monik-Bold',sans-serif;
    font-weight: 600;
    width: 40%;
}

.banner-tipos-cidadania-port p{
    text-align: right;
    position: absolute;
    top: 55%; /* Ajusta a posição vertical para o centro do banner */
    left: 75%; /* Ajusta a posição horizontal para o centro do banner */
    transform: translate(-50%, -50%); /* Move o elemento para o centro */
    color: #313131;
    font-size: 20px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    width: 30%;
}

.txt-aquisicao{
    font-size: 18px !important;
    width: 40% !important;
    left: 70% !important;
}

.text-italia {
    width: 55% !important; 
    font-size: 16px !important;
    left: 63% !important;
}

.text-italia-materna {
    width: 45% !important; 
    font-size: 18px !important;
    left: 67% !important;
}

.botao-tipos-cidadania {
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none; /* Remover sublinhado padrão de links */
    color: #ffffff; /* Cor do texto do botão */
    background-color: #15341A; /* Cor de fundo do botão */
    border: none;
    border-radius: 5px;
    position: absolute;
    top: 75%; /* Centraliza verticalmente no contêiner */
    left: 83%; /* Centraliza horizontalmente no contêiner */
    transform: translate(-50%, -50%); /* Centraliza perfeitamente no centro do contêiner */
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #15341A !important;
    border-radius: 20% !important;
}
.content-vantagens {
    position: relative;
    background-color: #fff;
    width: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
}
.content-vantagens h2 {
    font-family: 'Monik-Bold', sans-serif;
    color: #15341A;
    font-size: 50px;
    text-align: center;
    font-weight: 600;
}
.content-vantagens p {
    color: #15341A;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    font-weight: 300;
}
.card-vantagens {
    width: 100%;
    margin-bottom: 10%;
}
.card-vantagens img {
    width: 96px;
}
.card-vantagens p {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #555555;
    width: 70%;
    margin-left: 15%;  
}

.content-processo {
    background-image: url('../img/fundofaq.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.content-processo h2 {
    font-family: 'Monik-Bold';
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}
.content-processo p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #F7F7F7;
    text-align: center;
}
.item-processo h2, .item-processo p {
    text-align: left;
}
.item-processo img {
    width: 400px;
    margin-left: 30%;

}
.content-processo .slick-next {
    background-image: url('../img/paginationItemArrowRight.png');
    top: 96%;
    left: 54%;
}
.content-processo .slick-prev {
    background-image: url('../img/paginationItemArrowLeft.png');
    top: 96%;
    left: 50%;
}

.content-prazos {
    background-image: url('../img/prazos-portugal.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: relative;
    padding-top: 5%;
}

.content-prazos h2 {
    font-family: 'Monik-Bold';
    font-size: 35;
    color: #15341A;
    font-weight: 600;
    text-align: left;
}
.content-prazos p {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #15341A;
    font-weight: 400;
    text-align: left;
    width:400px;
}

.content-prazos-italia {
    background-image: url('../img/banner-prazos-italia.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: relative;
    padding-top: 5%;
}

.content-prazos-italia h2 {
    font-family: 'Monik-Bold';
    font-size: 35;
    color: #15341A;
    font-weight: 600;
    text-align: left;
}
.content-prazos-italia p {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #15341A;
    font-weight: 400;
    width:100%;
}

.content-final img {
    width: 600px;
    margin-left: -12px;
}
.content-final h2 {
    font-family: 'Monik-Bold';
    color: #15341A;
    font-size: 50px;
    text-align: right;
    font-weight: 600;
    width: 400px;
    margin-left: 30%;
    margin-top: 8%;
}
.final-button {
    background-color:#15341A !important;
    color: #FFFFFF !important;
    border-color: #15341A !important;
    padding: 2% !important;
}
.content-final a {
    margin-top: 5%;
    margin-left: 64%;
}
/* responsivo */
@media only screen and (max-width: 950px) {

    .navbar {
        position: relative !important;
    }

    .nav-link {
        font-size: 12px;
        padding: 10px 5px;

    }
    .banner-principal img {
        height: auto;
    }
    .banner-principal h1 {
        font-size: 24px;
        left: 60%;
        top: 35%;
        width: 50%;
    }
    .banner-principal p {
        display: none;
    }

    .botao-orcamento {
        top: 85%;
        left: 50%;
        font-size: 12px; 
    }
    .servico-card p, .vantagens-cidadania p {
        font-size: 14px;
        width: 90%; 
        left: 50%; 
    }

    .servicos {
        height: auto;
    }
    .servicos .col-md-4 {
        margin-bottom: 10px;
    }
    .vantagens-cidadania {
        padding: 0;
    }
    .vantagens-cidadania img {
        width: 100%;
    }
    .vantagens-cidadania h2 {
        text-align: center;
        padding: 0;
    }
    .vantagens-cidadania p {
        text-align: center;
        padding: 0;
    }
    .card-contact {
        margin-left: 4%;
    }
    .footer-logo {
        float:right;
        margin-right: -12%;
    }
    .content-about p {
        padding: 10px;
    }
    .content-perfil img {
        width: 390px;
        margin-left: 2%;
    }
    .content-perfil h2 {
        text-align: center;
    }
    .content-perfil p {
        padding: 10px;
    }
    .content-perfil button {
        margin-left: 8%;
    }
    .video {
        width: 100%;
    }
    .item-processo img {
        width: 230px;
        margin-left: 90px;
    }
    .item-processo h2, .item-processo p {
        text-align: center;
    }
    .content-processo .slick-next {
        top: 21%;
        left:85%
    }
    .content-processo .slick-prev {
        top: 21%;
        left: 9%
    }
    .slick-prev {
        top: 33%;
        right: 40px;
    }
    .slick-next {
        top: 33%;
        right: 0;
    }
    .banner-tipos-cidadania-port p {
        display: none;
    }
    .banner-tipos-cidadania-port h1 {
        top: 35%;
        font-size: 35px;
        width: 50%;
        left: 65%;
    }
    .banner-tipos-cidadania-port h3 {
        top: 70%;
        font-size: 23px;
    }
    .botao-tipos-cidadania {
        display: none;
    }
    .text-italia-materna {
        display: none;
    }
    .text-italia {
        display: none;
    }
    .content-prazos-italia {
        height: auto;
        padding-bottom: 10px;
    }
    .content-final h2 {
        margin-left: 0;
        width: auto;
    }
    .content-final a {
        margin-bottom: 5%;
    }
    .content-final img {
        width: 100%;
        margin-left: 0;
    }
    
}