
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Happy+Monkey&family=Poppins:wght@300&display=swap');


*{
    margin: 0;
    padding: 0;
    border: 0;
}

body{
    background-color: #FFF2F2;
    font-family: 'Happy Monkey', cursive;

    overflow-x: hidden;
}

/* Tabela de Redes*/
.redes{
    background-color: #b05851;
    
    width: 100%;
    height: 35px;
   
    display: flex;
    justify-content: center;
    align-items: center;
}
.redes a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    font-size: 20px;
    text-decoration: none;
    color: #ffffff;

}
.redes a svg{
    width: 20px;
}
.h32{
    margin-left: 30px;
}
.redes h3{
    margin-left: 10px;
}
.redes a:hover{
    color: #ffcdca;
}
.redes.scrolled{
    height: 0px;
}

/*NAV BAR*/
.logo{
    width: 250px;
    height: 50px;
    
}
.logo.scrolled{
    width: 150px;
}
.logo.open{
    width: 150px;
}
.logo img{
    width: 250px;
    position: absolute;
}
.logo img.scrolled{
    width: 150px;
}
.logo img.open{
    width: 150px;
}

header {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 10;
    
    background-color: #ffffff;
}
header.scrolled{
    background-color: #6d0000;
}
.nav-bar{
    width: 100%;
    height: 100%;    
}
.nav-list{
    width: 100%;
    height: 100%;
}
.nav-list ul{
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: space-around;
    align-items: center; 
    
    text-decoration: none;
}
.nav-list ul li{
    list-style-type: none;
}
.nav-list ul a{
    font-size: 36px;
    color: #b05851;

    text-decoration: none;
    font-family: 'Happy Monkey', cursive;
}
.nav-list ul a:hover{
    color: #6d0000;
}
.mobile-menu-icon {
    display: none;
}

.mobile-menu {
    display: none;
}
.mobile-menu ul a{
    text-decoration: none;
    font-family: 'Happy Monkey', cursive;
    font-size: 25px;
    color: #b05851;
}
.mobile-menu ul a:hover{
    color: #6d0000;
}

/*BANNER*/
.slider{
    width: 100%;
    height: 700px;
    background-image: url(../img/banner.png);
    background-size: cover;
    background-position: center;
    margin-top: 80px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fraseslider{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fraseslider h1{
    font-size: 50px;
    color: #6d0000;
}
.fraseslider a{
    margin-top: 30px;
    margin-bottom: 120px;
    background-color: #F28080;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    border-radius: 20px;
    font-size: 25px;
}
.fraseslider a:hover{
    background-color: #b05851;
}
/*Slogan*/
.slogan{
    width: 100%;
    height: 365px;
    background-image: url(../img/retangulos/banner2.png);
    background-size: cover;
    background-position: center;

        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap-reverse;
}

.direito{
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.direito p{
    margin-right: 10px;
    margin-bottom: 90px;
    color: #fff;
    font-size: 50px;
}
.esquerdo{
    width: 40%;
}
.esquerdo img{
    width: 400px;
}

/*grid*/
.angry-grid {
    display: grid; 
 
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    
    gap: 50px;
    height: 800px;
    padding: 50px;

 }
   
 #item-0 {
 
    background-image: url(../img/trabalhos/conjunto1.jpg);
    background-size: cover;
    background-position: center;

    grid-row-start: 1;
    grid-column-start: 1;
 
    grid-row-end: 2;
    grid-column-end: 3;
    
    border-radius: 20px;
 }
 #item-1 {
 
    background-image: url(../img/trabalhos/conjunto2.jpg);
    background-size: cover;
    background-position: center;
    
    grid-row-start: 1;
    grid-column-start: 3;
 
    grid-row-end: 2;
    grid-column-end: 4;
    
    border-radius: 20px;
 }
 #item-2 {
 
    background-image: url(../img/trabalhos/conjunto5.jpg);
    background-size: cover;
    background-position: center;
    
    grid-row-start: 2;
    grid-column-start: 2;
 
    grid-row-end: 3;
    grid-column-end: 4;
    
    border-radius: 20px;
 }
 #item-3 {
 
    background-image: url(../img/trabalhos/conjunto4.jpg);
    background-size: cover;
    background-position: center;
    
    grid-row-start: 2;
    grid-column-start: 1;
 
    grid-row-end: 3;
    grid-column-end: 2;
    border-radius: 20px;
    
 }
/*SOBRE*/
.Sobre{
    width: 100%;
    height: 400px;

    margin-top: 100px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;

}
.espaco,#texto{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#foto{
    background-image: url(../img/fundoQ.jpg);
    width: 80%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    outline: #b05851 10px dashed;
    border-radius: 10px;
 
}
#texto{
    flex-direction: column;
    justify-content: space-between;

    padding-right: 50px;
}
#foto img{
    border-radius: 150px 150px 0px 0px;
    width: 60%;
}
#texto h2{
    font-size: 55px;
    color: #6d0000;
}
#texto p{
    font-size: 30px;
    margin-bottom: 50px;

    text-align: justify;
}

/* Banner 2*/
.banner2{
    width: 100%;
    height: auto;
    background-image: url(../img/costura.jpeg);
    background-size: cover;
    background-position: center;

    outline: 10px #b05851  dashed;

    margin-top: 100px;
    

    display: flex;
    align-items: center;
    justify-content: center;

}
.visao{ 
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;

    margin-top: 50px;
    margin-bottom: 100px;
}
.vis1,.vis2,.vis3{
    width: 280px;
    height: 250px;

    margin-top: 50px;
    background-color: #b05851;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: 10px;;
    padding: 30px;
    color: #fff;
}
.vis1 svg,.vis2 svg,.vis3 svg{
    width: 150px;
}
.vis1 h2,.vis2 h2,.vis3 h2{
    margin-top: 20px;
    font-size: 24px;
}

.card{
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    height: 460px;
    width: 296px;
    margin: 20px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.card .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    position: relative;
    z-index: 100;
}
.swiper{
    width: 950px;
}
section{
    position: relative;
    width: 450px;
    width: 1075px;
    display: flex;
    align-items: center;
}

section .card .image{
    height: 140px;
    width: 140px;
    border-radius: 50%;
    padding: 3px;
    background: #fff;
    box-shadow: 0px -1px 4px 2px rgba(0, 0, 0, 0.25);
}
section .card .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
}
.box1{
    position: absolute;
    width: 100%;
    height: 30%;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(106.32deg, #f3a60f 14.23%,
    rgba(255, 25, 25, 0) 139.97%);
}
.box2{
    position: absolute;
    width: 100%;
    height: 30%;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(106.32deg, #00c2ff 14.23%,
    rgba(255, 25, 25, 0) 139.97%);
}
.box3{
    position: absolute;
    width: 100%;
    height: 30%;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(106.32deg, #f30fdd 14.23%,
    rgba(255, 25, 25, 0) 139.97%);
}
.card .media-icons{
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card .media-icons i{
    color: #fff;
    opacity: 0.7;
    margin-top: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.card .media-icons i:hover{
    opacity: 1;
}
.card .name-profession{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.name-profession .name{
    font-size: 20px;
    font-weight: 600;
    color: #222;
}
.name-profession .profession{
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
.card .rating{
    display: flex;
    align-items: center;
    margin-top: 18px;
}
.card .rating i{
    font-size: 18px;
    margin: 0 2px;
    color: orange;
}
section .card .about{
    display: flex;
    text-align: center;
    color: #444;
    margin-top: 45px;
    margin-bottom: 5px; 
}
.card .button{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.card .b1 button{
    background: #f3a323;
}
.card .b2 button{
    background: #14bff2;
}
.card .b3 button{
    background: #f337e2;
}
.card .button button{
    outline: none;
    border: none;
    color: #fff;
    padding: 8px 22px;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.card .button button:hover{
    opacity: 0.8;
}
.swiper-pagination{
    position: absolute;
    top: 510px;
}
.swiper-pagination-bullet{
    height: 15px;
    width: 15px;
    border-radius: 25px;
    background: #e634d7;
}
.swiper-button-next, .swiper-button-prev{
    opacity: 0.7;
    color: #e634d7;
    transition: all 0.3s ease;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    opacity: 1;
    color: #e634d7;
}


/*FOOOTER*/
footer{
    width: 100%;
    height: 400px;
    background-image: url(../img/retangulos/footer.png);

    display: flex;
    flex-direction: row;
    align-items: flex-end;

    margin-top: 100px;

}
#dirfooter{
    width: 30%;
    display: flex;
    align-items: end;
}
#dirfooter img{
    width: 290px;
}
#redesfo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}
#redesfooter{
    width: 100%;
    height: 40%;
}
#redesfo a{
    display: flex;
    flex-direction: row;

    text-decoration: none;
    color: #fff;
    font-size: 25px;

    margin-bottom: 60px;
    
}
#redesfo a:hover{
    color: #ffcdca;
}
#redesfo svg{
    width: 30px;
    margin-right: 10px;
}

/*
-------------RESPONSIVIDADE-------------
*/
@media screen and (max-width: 1044px) {
    .esquerdo img{
        width: 300px;
    }

    /*SOBRE*/
    .Sobre{
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .espaco,#foto{
        width: 90%;
    }
    #texto{
        padding-right: 0px;
        margin-top: 30px;

        width: 80%;
    }
}
@media screen and (max-width: 768px) {
/*MENU*/
.item .content{
    margin-left: -60px;
}
.nav-bar {
    padding-right: 30px ;
}
.nav-item {
    display: none;
}
.login-button {
    display: none;
}
.mobile-menu-icon {
    display: block;
}
.mobile-menu-icon button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.mobile-menu ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 1rem;

    background-color: #ffffff;
}
.mobile-menu .nav-item {
    display: block;
    padding-top: 1.2rem;
}
.mobile-menu .login-button {
    display: block;
    padding: 1rem 2rem;
}
.mobile-menu .login-button button {
    width: 100%;
}
.open {
    display: block;
}
.redes a h3{
    font-size: 20px;
 }
.direito{
    width: 100%;
    padding-left: 30px;
}
.esquerdo{
    display: none;
}
#dirfooter img{
    width: 200px;
}

}
@media screen and (max-width: 650px) {
    #redesfo a{

        margin-bottom: 25px;
    }
    #dirfooter{
        margin-bottom: 25px;
    }
    .slider{
        margin-top: 100px;
        height: 400px;

        background-position: 70%;

        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .fraseslider h1 {
        
        font-size: 30px;
    }
    .fraseslider a {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 15px;
    }
    .fraseslider{
        margin-left: 20px;
    }
    /*Footer*/
    footer{
        flex-wrap: wrap;
        height: auto;
    }

    footer a{
        margin-top: 5px;
    }
}
@media screen and (max-width: 550px) {

    .angry-grid {
        display: grid; 
     
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        
        gap: 40px;
        height: 1000px;
        padding: 20px;
     }
       
     #item-0 {
     



        grid-row-start: 1;
        grid-column-start: 1;
     
        grid-row-end: 2;
        grid-column-end: 4;
        border-radius: 20px;
     }
     #item-1 {
     
        background-color: #5EE586; 
        grid-row-start: 2;
        grid-column-start: 1;
     
        grid-row-end: 3;
        grid-column-end: 4;
        border-radius: 20px;
     }
     #item-2 {
     
        background-color: #95D897; 
        grid-row-start: 3;
        grid-column-start: 1;
     
        grid-row-end: 4;
        grid-column-end: 4;
        border-radius: 20px;
     }
     #item-3 {
     
        background-color: #77F8CE; 
        grid-row-start: 4;
        grid-column-start: 1;
     
        grid-row-end: 5;
        grid-column-end: 4;
        border-radius: 20px;
     }     

/*Menu*/
    .logo{
        width: 200px;
        height: 50px;
    }
    .logo.open{
        width: 100px;
    }
    .logo img{
        width: 200px;
        position: absolute;
    }
    .logo img.open{
        width: 100px;
    }

/*Redes*/
    .redes{
        height: 40px;
    }
    .redes a h3{
        display: none;
    }
    .redes a svg{
        width: 30px;
    }

    /*Slogan*/
    .slogan{
        height: 500px;
    }
    .direito{
       height: 100px;
       margin-top: 500px;
    }
    .direito p{
        width: 100%;
        font-size: 35px;
    }
    .esquerdo{
        display: block;
    }

    /*Sobre*/
    #texto p{
        font-size: 25px;
    }

    /*visao*/
    
}
/*CAROSEL*/

  .wrapper{
    display: flex;
    max-width: 100%;
    position: relative;

    outline: #b05851 10px dashed;
  }
  .wrapper i{
    top: 50%;
    height: 44px;
    width: 44px;
    color: #343F4F;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper i:active{
    transform: translateY(-50%) scale(0.9);
  }
  .wrapper i:hover{
    background: #f2f2f2;
  }
  .wrapper i:first-child{
    left: -22px;
    display: none;
  }
  .wrapper i:last-child{
    right: -22px;
  }
  .wrapper .carousel{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .carousel.dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .carousel.dragging img{
    pointer-events: none;
  }
  .carousel img{
    height: 340px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: calc(100% / 3);
  }
  .carousel img:first-child{
    margin-left: 0px;
  }
  @media screen and (max-width: 900px) {
    .carousel img{
      width: calc(100% / 2);
    }
  }
  @media screen and (max-width: 550px) {
    .carousel img{
      width: 100%;
    }
  }
  .wrapper .laura{
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
  }
  .laura.dragging{
    cursor: grab;
    scroll-behavior: auto;
  }
  .laura.dragging img{
    pointer-events: none;
  }
  .laura img{
    height: 340px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: calc(100% / 3);
  }
  .laura img:first-child{
    margin-left: 0px;
  }
  @media screen and (max-width: 900px) {
    .laura img{
      width: calc(100% / 2);
    }
  }
  @media screen and (max-width: 550px) {
    .laura img{
      width: 100%;
    }
  }

  