@font-face {
    font-family: 'Melody';
    src: url('../assets/Fonts/Melody-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'MontRegular';
    src: url('../assets/Fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontMedium';
    src: url('../assets/Fonts/montserrat-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontBold';
    src: url('../assets/Fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


#Header_page{
    position: fixed;
    top: -0.1rem;
    left: 0;
    width: 100%;
    background-color: #f0f0eb;
    display: flex;
    justify-content: space-around;
    transition: all 0.3s ease;
    z-index: 1000;
    height: 5rem;
    align-items: flex-end;
    
    img{
        width: 11rem;
        height: 3rem;
        margin-bottom: 0.8rem;
        padding-left: 2rem;
    }
    
    nav{
        display: flex;
        width: 83%;
        height: 4rem;
        justify-content: flex-end;
        align-items: end;
    }
    
    ul{
        list-style: none;
        display: flex;
        gap: 20px;
    }
    a{
        text-decoration: none;
        color: #201e1e;
        font-family: "Melody";
        font-size: 1.1rem;
    }

    #hamburger{
            display: none;
        }

    #navMenu{
        display: none;
    }
}
 
header.shrink {
    height: 70px;
}


/* Sections começam aqui */

#Section_one{
    width: 100%;
    height: 30rem;
    background-color: #383f48;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
    h2{
        color: #f0f0eb;
        font-family: "MontBold";
        font-size: 2.5rem;
    }
    
    p{
        text-align: center;
        width: 60ch;
        font-family: "MontRegular";
        color: #f0f0eb;
        margin-bottom: 20px;
    }
    
    button{
        background-color: #158715;
        width: 280px;
        height: 50px;
        border: none;
        border-radius: 10px;
        color: #f0f0eb;
        font-family: "MontBold";
        font-size: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    
    button img{
        width: 20px;
        height: 20px;
    }
}

#Section_two{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding-top: 20px;
    margin-bottom: 15px;
    
    div{
        background-color: #383f48;
        width: 260px;
        height: auto;
        display: flex;
        flex-direction: column;
        color: #f0f0eb;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        text-align: center;
        
    }
    
    img{
        width: 40px;
        height: 40px;
        margin-top: 20px;
        margin-bottom: 8px;
    }
    
    p{
        text-align: center;
        font-size: 0.8rem;
        width: 30ch;
        margin-bottom: 10px;
    }
    
    h3{
        width: 20ch;
        font-family: 'Melody';
        font-size: 1.1rem;
    }
    
    button{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color:#158715;
        border-radius: 5px;
        padding: 5px;
        border: none;
        font-family: "MontMedium"
        ;
        font-size: 0.8rem;
        width: 220px;
        height: 30px;
        color: #f0f0eb;
        margin-bottom: 20px;
    }
}

#Section_three{
    width: 100%;
    height: 30rem;
    background-color: #383f48;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-bottom: 10px;
    
    img{
        height: 30rem;
            }
            
            div{
                display: flex;
                width: 45%;
                height: 25rem;
                flex-direction: column;
                justify-content: center;
            }
            
            div h2{
                color:#f0f0eb;
                font-family: 'Melody';
                font-size: 3rem;
                margin-bottom: -10px;
            }
            
            
            div p{
                color: #f0f0eb;
                font-family: 'MontMedium';
                margin-bottom: 15px;
            }
            
            div h5{
                color: #f0f0eb;
                font-family: 'MontBold';
                margin-bottom: 0;
                font-size: 1.2rem;
            }
            
            div ul li {
                color: #f0f0eb;
                font-family: 'MontMedium';
                list-style-type: none;
            }
        }
        
        #Section_for{
            width: 100%;
            height: auto;
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
            padding-top: 20px;
            margin-bottom: 15px;
            
            div{
                background-color: #383f48;
            width: 250px;
            height: auto;
            display: flex;
            flex-direction: column;
            color: #f0f0eb;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            
        }
        
        img{
            width: 40px;
            height: 40px;
            margin-top: 20px;
            margin-bottom: 8px;
        }
        
        p{
            text-align: center;
            font-size: 0.8rem;
            width: 30ch;
            margin-bottom: 10px;
        }
        
        h3{
            font-family: 'Melody';
            font-size: 1.2rem;
        }
        
        button{
            background-color:#158715;
            border-radius: 5px;
            border: none;
            font-family: "MontMedium"
            ;
            font-size: 0.8rem;
            width: 200px;
            height: 25px;
            color: #f0f0eb;
            margin-bottom: 20px;
        }
    }
    
    footer{
        width: 100%;
        background-color: #383f48;
        height: 6rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
            p{
                color: #f0f0eb;
                font-size: 0.5rem;
                font-family: "MontRegular";
                margin-bottom: 20px;
            }
            a{
                text-decoration: none;
                color: #f0f0eb;
                font-family: "MontBold";
            }
    }
    
    .card-icons {
        width: 30rem;
        height: 15rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
      }
      
      .socialContainer {
        gap: 5px;
        width: 8rem;
        height: 3rem;
        display: flex;
        align-items: center;
        margin-bottom: 1px;
        justify-content: center;
        overflow: hidden;
        transition-duration: .3s;
      }
    
      .containerOne:hover {
        background-color: #42be50;
        transition-duration: .3s;
      }
    
      .containerTwo:hover {
        background-color: #128C7E;
        transition-duration: .3s;
      }
    
      .containerTwo svg{
        width: 30px;
        height: 30px;
      }
    
    
      .containerThree:hover {
        background-color: #fe007a;
        transition-duration: .3s;
      }
    
      .containerFour:hover {
        background-color: #0072b1;
        transition-duration: .3s;
      }
      
      .socialContainer:active {
        transform: scale(0.9);
        transition-duration: .3s;
      }
      
      .socialSvg {
        width: 17px;
      }
      
      .socialSvg path {
        fill: rgb(255, 255, 255);
      }
      
      .socialContainer:hover .socialSvg {
        animation: slide-in-top 0.3s both;
      }
      
      @keyframes slide-in-top {
        0% {
          transform: translateY(-50px);
          opacity: 0;
        }
      
        100% {
          transform: translateY(0);
          opacity: 1;
        }
      }
    
    
#Separador{
    width: 3px !important;
    height: 25px !important;
}

.button-contact:hover{
    scale: 1.1;
    transition: 0.3s;
}

#List_navegation a {
    text-decoration: none;
    color: #000;
    position: relative;
    padding-bottom: 2px;
    transition: color 0.3s ease;
}


#List_navegation a::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color:#383f48;
    transition: width 0.3s ease;
}

#List_navegation a:hover::after {
    width: 100%;
}

.divider{
    display: flex;
    height: 4rem;
    background-color:#f0f0eb;
    flex-direction: column;
    align-items: center;
    padding-top: 3px;

        h2{
            font-family: "MontBold";
            font-size: 1.6rem;
            margin-bottom: -12px;
        }
        p{
            font-family: "MontRegular";
            font-size: 1.2rem;
        }
        img{
            width: 50px;
            margin-bottom: 6px;
        }
}

@media (max-width: 768px){
    #Header_page{
        justify-content: space-around;
        flex-direction: row;
        align-items: center;
        height: 5rem;
        
        img{
            position: relative;
            top: 0.5rem;
        }

        #Navegation_header{
            display: none;
        }

        #container-hamburguer{
            display: flex;
            width: 10%;
            justify-content: flex-end;

                #hamburger{
                    display: flex;

                        button{
                            background-color: transparent;
                            border: none;
                            color: var(--color-whiteice);
                            font-size: 3.3rem;
                            text-align: center;
                            position: relative;
                            z-index: 0;
                }
            }
        #navMenu {
            display: flex;
            position: fixed;
            align-items: flex-end;
            top: 0;
            right: 0;
            width: 155px;
            height: 100vh;
            background: #383f48;
            color: white;
            flex-direction: column;
            gap: 10px;
            padding: 20px;
            z-index: 5;
            opacity: 0;          
            transform: translateX(100%); 
            pointer-events: none; 
            transition: all 0.4s ease;
              a{
                color: white;
                font-size: 1rem;
                text-decoration: none;
              }
              button{
                border: none;
                background-color: transparent;
                color: var(--color-whiteice);
                font-size: 2.3rem;
              }
          }

          #navMenu.open {
            opacity: 1;            
            transform: translateX(0);
            pointer-events: auto; 
          }
        }
}

#Section_one{
    padding-top: 90px;
    height: 29rem !important;
    margin-bottom: 10px;
    h2{
        font-size: 1.7rem;
    }

    p{
        width: 30ch;
    }
}

#Section_three{
    gap: 6px;
    height: 25rem;

    img{
        height: 23rem;
        width: 50%;
        margin-left: 10px;
        align-self: flex-end;
    }
    div{
        width: 50%;
        margin-right: 10px;
    }

    div h2{
        font-size: 1rem;
        margin-bottom: -2px;
        margin-right: 0px;
    }
    div h5{
        font-size: 0.7rem;
    }

    div p{
        font-size: 0.6rem;
    }
    div ul li{
        font-size: 0.6rem;
    }
}
.divider{
    height: 2rem;
    margin-bottom: 0;
    h2{
        font-size: 0.78rem;
        margin-bottom: -8px;
    }
    p{
        font-size: 0.9rem;
    }
    img{
        width: 15px;
    }
}

#List_navegation a::after {
    bottom: 2px;
}

.socialContainer{
    width: 5.2rem;
    font-size: 0.8rem;
}

.card-icons{
    width: 100%;
}

.containerTwo svg{
    width: 20px;
    height: 20px;
  }

footer{
    margin-top: 13px;
        p{
            font-size: 0.47rem;
        }
}
}

@media (min-width: 768px) and (max-width: 1080px){
    #Header_page{
        nav{
            width: 75%;
        }
    }
    #Section_three{
        div h2{
            font-size: 2.4rem;
            margin-bottom: -5px;
        }
    }

    footer{
        p{
            font-size: 0.9rem;
        }
    }
    .card-icons{
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 580px){
    #Header_page{
        a{
            font-size: 0.6rem;
        }
    }
    #Section_one{
        height: 24rem;
        h2{
            font-size: 1.4rem;
        }
        p{
            font-size: 0.9rem;
        }
    }
    .divider{
        h2{
            font-size: 0.65rem;
            margin-bottom: -6px;
        }
        p{
            font-size: 0.7rem;
        }
        img{
            margin-bottom: 4px;
        }
    }
    #Section_three{
        div h2{
            font-size: 0.9rem;
        }
    }

    footer{
        p{
            font-size: 0.40rem;
        }
    }

    .socialContainer{
        width: 4.5rem;
        font-size: 0.6rem;
    }

    .card-icons{
        gap: 3px
    }
}
