@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Protest+Strike&display=swap');

body{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
}
header{
    width: 100%;
    padding-top: 15px;
    height: 10vh;
    display: flex;
    position: absolute;
}
.menu-mobile{
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
.menu-mobile ul{
    width: 80%;
    list-style: none;
    font-family: Poppins;
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}
.menu-mobile ul li a{
    text-decoration: none;
    color: white;
    transition: 0.3s ease-in;
}
.menu-mobile ul li a:hover{
    opacity: 0.5;
}
.menu-master{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-master ul{
    width: 80%;
    list-style: none;
    font-family: Poppins;
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}
.menu-master ul li a{
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease-in;
}
.menu-master ul li a:hover{
    opacity: 0.5;
}
.itnd-logo{
    position: absolute;
    transform: translateX(-45vw);
    transition: 0.3s ease-in;
}
.itnd-logo:hover{
    opacity: 0.5;
}
.itnd-logo img{
    width: 70px;
}
main{
    background: linear-gradient(to bottom, #000000,#000000,#022840,#022840,#022840,#0568A6, #0568A6,#022e3e);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: -2;
}

/* Parte inicial */
.introduction{
    display: flex;
    width: 100%;
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    justify-content: center;
    align-items: center;
}
.video-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.video-container video{
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1;
    object-fit: cover;
    object-position: center;
}
.title-introduction{
    color: white;
    text-align: center;
    font-family: Poppins;
}
.title-introduction h1{
    font-size: 55px;
    font-weight: 800;
    margin: 0;
}
.title-introduction p{
    margin-top: 0;
    font-size: 16px;
}
.video-container button{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #022840;
    border: none;
    border-radius: 40px;
    color: white;
    font-family: Poppins;
    height: 40px;
    width: 150px;
    font-size: 15px;
    font-weight: 800;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.3s ease-in;
}
.video-container button:hover{
    filter:brightness(0.7);
}

/* Botoes */

.apresentacao {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}

.buttons-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 1000px;
    margin: auto;
  }
  
  .card {

    border-radius: 12px;
    font-family: poppins;
    text-align: center;
    padding: 15px;
    width: 200px;
    text-decoration: none;
    color: #fff;
    transition: transform 0.3s ease;
  }
  
  .card:hover {
    transform: scale(1.05);
  }
  
  .card img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  
  .card p {
    font-weight: 400;
    margin: 5px 0;
  }
  
  .card span {
    color: #00bfff;
    font-size: 14px;
  }

  .apresentacao-2{
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
  }
  .apresentacao-2 button{
    border: none;
    color: white;
    font-family: poppins;
    width: 150px;
    background-color: #022840;
    padding: 15px;
    border-radius: 40px;
    cursor: pointer;
    font-weight: 600;
  }
  .apresentacao-2 div{
    border-radius: 20px;
  }
  .apresentacao-2 p{
    color: white;
    font-family: poppins;
  }
  .apresentacao-2 h4{
    margin-top: auto;
    color: white;
    text-shadow: 5px 5px 2px rgb(32, 32, 32);
    padding: 0;
    margin: 0;
    font-family: poppins;
  }
  .apresentacao-5-buttons{
    height: 300px;
    background: url(../img/apresentacao-5-image.jpg);
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-top: 50px;
    grid-area: apresentacao-5-buttons;
  }

  .apresentacao-4-buttons{
    text-align: center;
    height: 300px;
    background: url(../img/apresentacao-4-image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    grid-area: apresentacao-4-buttons;
  }
  .apresentacao-3-buttons{
    text-align: center;
    height: 400px;
    width: 100%;
    font-size: 20px;
    padding-top: 50px;
    background: url(../img/apresentacao-3-image.jpg);
    display: flex;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-area: apresentacao-3-buttons;
  }
  .apresentacao-2-buttons{
    text-align: center;
    height: 300px;
    background: url(../img/apresentacao-2-image.jpg);
    width: 50%;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    grid-area: apresentacao-2-buttons;

  }
  .apresentacao-1-buttons{
    text-align: center;
    height: 300px;
    width: 50%;
    background: url(../img/apresentacao-1-image.jpg);
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    grid-area: apresentacao-1-buttons;
  }
  .acaba-pfvr{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .acaba-pfvr div{
    font-size: 20px;
  }

/* Historia */

.historia-container{
    margin-top: 60px;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.historia-container h1{
    font-size: 64px;
    color: white;
    font-family: protest strike;
    font-weight: 400;
}
.historia-da-internet{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 80px;
}
.historia-da-internet img{
    width: 600px;
}
.historia-da-internet p{
    width: 50%;
    color: white;
    font-family: poppins;
    font-size: 25px;
    font-weight: 600;
}
.historia-curiosidades{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.historia-curiosidades img{
    max-height: 650px;
}
.historia-curiosidades div h2{
    color: white;
    font-family: protest strike;
    font-size: 50px;
    font-weight: 400;
}
.historia-curiosidades div p{
    width: 800px;
    font-size: 20px;
    font-family: poppins;
    color: white;
}
.historia-arrows-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 100px;
}
.historia-arrows-container p {
    color: white;
    font-family: poppins;
    width: 50%;
    font-size: 20px;
    font-weight: 600;
}
.historia-arrows{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 30px;
}
.facebook-youtube{
    width: 150px;
}
.historia-video iframe{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.historia-video{
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.historia-grafico{
    display: flex;
    padding: 30px 0px 30px 0px;
    margin-top: 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: black;
    border-radius: 20px;
    gap: 30px;
}
.historia-grafico p{
    color: white;
    font-family: poppins;
    font-weight: 600;
    width: 50%;
}
.historia-grafico img{
    width: 60%;
}

/* Impactos */
.impactos{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.titulo-impactos{
    justify-content: center;
    display: flex;
    align-items: center;
    color: white;
    width: 100%;
    margin-top: 50px;
    font-size: 32px;
    font-family: poppins;
}
.textos1-impactos{
    justify-content: center;
    display: flex;
    align-items: center;
    color: white;
    width: 100%;
    margin-top: 50px;
    
}
.textos1-impactos p{
    padding: 20px;
}
.impactos-3{
    display: flex;
    width: 100%;
    font-family: poppins;
}
.card-left{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card-left h1{
    color: white;
    font-size: 40px;
}
.card-rigth h1{
    color: white;
    font-size: 40px;
}
.card-rigth{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mold{
    background-color: #000000;
    width: 70%;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    padding: 20px;
}
.mold img{
    width: 100%;
}
.mold p{
    padding: 20px   ;
    color: white;
}
.mold h3{
    margin-left: auto;
    margin-right: 30px;
    margin-top: auto;
    color: white;
}
.seperacao{
    color: white;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.seperacao h1{
    padding: 0;
    margin: 0;
    font-size: 200px;
}
.last-card{
    background-color: rgb(0, 0, 0);
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 60px;
}
.last-card1{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: poppins;
}
.last-card1 p{
    padding: 60px;
}
.last-card2{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: poppins;
    padding: 20px;
}
.last-card1 h2{
    font-size: 30px;
    color: white;
}
.last-card2 h2{
    font-size: 30px;
    color: white;
}
.last-card1 p{
    font-size: 20px;
    color: white;
}
.last-card2 p{
    font-size: 20px;
    color: white;
    
}

/* Vicios */

.vicios-container{
    width: 100%;
    font-family: Protest Strike;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
    gap: 20px;
}
.vicio-title{
    font-size: 82px;
    margin-bottom: 120px;
}
.vicio-subtitle{
    font-family: "Protest Strike";
    font-size: 52px;
}
.vicio-text{
    width: 60%;
    font-family: poppins;
    text-align: center;
    font-size: 18px;
    padding: 40px;
}
.banner-vicios-container{
    display: flex;
    width: 90%;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.banner-vicios-container img{
    max-width: 400px;
    max-height: 180px;
    border-radius: 10px;
}

/* Seguranca */
.seguranca{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: center;
    padding: 20px;
}
.conteudo-seguranca{
    width: 100%;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 60px;
    gap: 20px;
}
.card1{
    max-width: 300px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card2{
    
    max-width: 300px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card3{
    
    max-width: 300px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mold1{
    background-color: #011C26;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;

}
.mold1 h2{
    color: white;
    padding: 20px;
    padding-bottom: 0px;
    font-family: poppins;
}
.mold1 p{
    color: white;
    padding: 20px;
    font-family: poppins;
}
.video-seguranca{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-seguranca iframe{
    width: 90%;
    height: 450px;
    align-items: center;
    justify-content: center;
}
.titulo-seguranca{
    width: 90%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 32px;
    font-family: poppins;
}
.video-seguranca iframe{
    border-radius: 20px;
}

.lista-container{
    background-color: #326173;
    max-width: 700px;
    display: flex;
    justify-self: center;
    flex-direction: column;
    align-items: center;
    font-family: protest strike;
    color: white;
    font-weight: 400;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 60px;
}
.lista-container h3{
    font-size: 25px;
    font-weight: 400;
}
.lista{
    height: 600px;
    display: flex;
    gap: 20px;
}
.lista ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

/* Futuro */

.futuro {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-top: 60px;
}

.apresentacao_futuro {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
}

.apresentacao_futuro h1 {
    font-family: "Protest Strike", sans-serif;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: white;
    text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.4), 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.apresentacao_futuro p {
    font-family: poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.apresentacao_futuro span {
    font-weight: bold;
}

.imagem_apresentacao {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: -1;
}

.imagem_apresentacao img {
    width: 100%;
    display: flex;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    height: 600px;
    align-items: center;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.5); 
    border-radius: 20px;
}

.imagens_futuro {
    width: 90%;
    justify-content: center;
    display: flex;
    margin-top: 200px;
    margin-bottom: 60px;
    gap: 20px;
}

.imagem1_futuro {
    display: flex;
    justify-self: left;
    flex-direction: column;
    background-color: #326173;
    border-radius: 50px;
}

.imagem1_futuro img {
    border-radius: 20px;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    height: 90%;
    
}
.imagens-futuro-text{
    max-width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.imagens-futuro-text div{
    max-height: 280px;
    display: flex;
    background-color: #326173;
    text-align: left;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.imagens-futuro-text div p{
    padding: 60px;
    font-family: poppins;
}


.futuro_2 {
    height: 475px;
    width: 310px;
    padding-bottom: 120px;

}

.blockchain {
    height: 475px;
    max-width: 310px;
}
.soft-skills{
    width: 90%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:  60px;
}
.soft-skills img{
    height: 100%;
    border-radius: 20px;
    width: 50%;
    object-fit: cover;
    object-position: center;
}
.soft-skills div{
    background-color: #326173;
    border-radius: 0px 20px 20px 0px;
    height: 100%;
    width: 50%;
    margin-left: -15px;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: poppins;
}
.soft-skills div p{
    font-size: 24px;
    font-weight: 600;
    margin: 0;

    padding: 20px;
    margin-left: 15px;
}



footer{
    background-color: #011C26;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Poppins;
    padding-top: 40px;
}
.classroom-description{
    width: 90%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
    justify-content: space-around;
}
.footer-text{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.footer-text h2{
    font-size: 32px;
}
.footer-text p{
    max-width: 500px;
    color: #D9D9D9;
}
.classroom-description img{
    width: 500px;
    border-radius: 20px;
}
.colaboradores-container{
    width: 90%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 60px;
}
.colaboradores{
    display: flex;
    align-items: center;
    gap: 20px;
}
.colaboradores img{
    width: 50px;
}
.linha-footer{
    width: 100%;
    height: 1px;
    background-color: white;
}
.Internetday{
    width: 90%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.internetday-title{
    display: flex;
    flex-direction: column;
}
.internetday-title h1{
    font-family: Poppins;
    font-weight: 800;
    font-size: 56px;
    margin: 0;
    padding: 0;
}
.internetday-title ul{
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.internetday-title ul li a{
    text-decoration: none;
    color: white;
}
.footer-form{
    display: flex;
    justify-content: center;
    align-items: center;
}
.formBtn{
    background-color: #D9D9D9;
    text-align: center;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    color: black;
    font-family: poppins;
    width: 500px;
    height: 60px;
    font-size: 18px;
    font-weight: 800px;
    border: none;
    border-radius: 20px;
    cursor: pointer;

}
.footer-end{
    width: 90%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.policies{
    display: flex;
    align-items: center;
}
.policies img{
    width: 40px;
    margin-right: 20px;
}
.policies ul{
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.policies ul li a{
    text-decoration: none;
    color: white;
}
.social-media{
    display: flex;
    align-items: center;
}
.social-media img{
    width: 40px;
    margin-left: 20px;
}
.social-media ul{
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.social-media ul li a{
    text-decoration: none;
    color: white;
}
@media (max-width: 1230px){
    .historia-da-internet{
        flex-direction: column;
    }
    .historia-da-internet img{
        width: 100%;
    }
    .historia-da-internet p{
        width: 100%;
    }
    .historia-curiosidades{
        width: 100%;
        flex-direction: column;
    }
    .historia-curiosidades div p{
        width: 100%;

    }
    .historia-arrows-container p{
        width: 100%;
        font-size: 15px;
    }
    .historia-arrows img{
        width: 80px;
    }
    .historia-grafico p{
        font-size: 14px;
        width: 70%;
    }
    .soft-skills div p{
        font-size: 20px;
    }
}
@media (max-width: 945px){
    .seguranca{
        width: 80%;
    }
    .footer-form{
        width: 100%;
        flex-direction: column;
    }
    .formBtn{
        width: 100%;
    }
    .apresentacao_futuro p{
        font-size: 18px;
    }
    .imagem_apresentacao img{
        width: 90%;
    }
    .soft-skills div p{
        font-size: 18px;
    }
}
@media (max-width: 868px){
    /* header */
    .menu-master{
        display: none;
    }
    .menu-mobile{
        display: flex;
    }
    .menu-mobile ul{
        margin-left: 30px;
    }

    /* main */
    /* Seguranca */
    .conteudo-seguranca{
        flex-direction: column;
    }
    .full-card img{
        width: 100%;
    }
    /* Botoes */
    /* Impactos */
    .impactos-3{
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    .card-left{
        width: 100%;
    }
    .card-rigth{
        width: 100%;
    }
    .mold{
        width: 90%;
    }
    /* Historia */

    .historia-da-internet{
        flex-direction: column;
    }
    .historia-da-internet img{
        width: 100%;
    }
    .historia-da-internet p{
        width: 100%;
    }
    .historia-curiosidades{
        width: 100%;
        flex-direction: column;
    }
    .historia-curiosidades div p{
        width: 100%;

    }
    .historia-arrows-container p{
        width: 100%;
        font-size: 15px;
    }
    .historia-arrows img{
        width: 80px;
    }
    .historia-grafico p{
        font-size: 14px;
        width: 70%;
    }
    /* Vicios */
    .vicios-container{
        width: 100%;
        font-family: Protest Strike;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        gap: 50px;
        padding-bottom: 40px;
    }
    .vicio-title{
        font-size: 54px;
        margin-bottom: 80px;
    }
    .vicio-subtitle{
        font-family: "Protest Strike";
        font-size: 24px;
    }
    .vicio-text{
        width: 90%;
        font-family: poppins;
        font-size: 14px;
        padding: 0;
    }
    .banner-vicios-container{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }
    .banner-vicios-container img{
        max-width: 200px;
        max-height: 90px;
        border-radius: 10px;
    }
    /* Seguranca */
    .lista ul li{
        font-size: 18px;
    }
    .apresentacao_futuro h1{
        font-size: 35px;
    }
    .apresentacao_futuro p{
        padding: 30px;
    }
    .soft-skills div p{
        font-size: 15px;
    }
    /* footer */
    .classroom-description{
        display: flex;
        flex-direction: column;
    }
    .classroom-description img{
        width: 90%;
    }
    .colaboradores-container{
        width: 90%;
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
        justify-self: center;
    }
    .Internetday{
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .footer-form{
        width: 100%;
    }
    .formBtn{
        width: 100%;
    }
    .footer-end{
        flex-direction: column;
        justify-content: space-around;
        height: 200px;
    }
}
@media (max-width: 600px){
    .acaba-pfvr div p{
        padding: 20px;
        font-size: 12px;
    }
    .acaba-pfvr div h4{
        padding: 10px;
        font-size: 18px;
    }
    .apresentacao-3-buttons p{
        padding: 20px;
    }
    .apresentacao-3-buttons h4{
        padding: 10px;
    }
    .lista-container{
        max-width: 90%;
    }
    .lista-container h3{
        text-align: center;
    }
    .lista ul li{
        font-size: 14px;
    }
    .apresentacao_futuro h1{
        font-size: 27px;
    }
    .apresentacao_futuro p{
        font-size: 15px;
    }
    .imagens-futuro-text p{
        font-size: 12px;
    }
    .soft-skills{
        height: 50vh;
    }
}
@media (max-width: 540px){
    .acaba-pfvr div p{
        font-size: 10px;
    }
    .acaba-pfvr div h4{
        font-size: 15px;
    }
    .soft-skills div p{
        font-size: 12px;
    }
}
