#pitch {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(226, 227, 227);
    height: 40em;
    width: 100%;
}

.container-pitch {
    display: flex;
    
    justify-content: center;
    align-items: center;
    height: 40em;
    width: 100%;
}

.box-pitch {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.text-pitch {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 10em;
    width: 25em;
}

.text-pitch h1 {
    color:  rgb(1, 69, 101);
    font-size: 2em;
}

.text-pitch h2 {
    color:  rgb(1, 69, 101);
    font-size: 1.4em;
}

.btn-pitch {
    height: 40px;
    width: 150px;
    margin-top: 3em;
    margin-left: -50px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    background-color:rgb(0, 148,92);
    color: white;
}

.info-pitch {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 40em;
    height: 12em;
}


.input-pitch {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.input-pitch input {
    width: 15em;
    height: 2.2em;
    border: none;
    border-radius: .2em;
    background-color: rgb(0, 148,92);
}

.input-pitch input::placeholder{
    color: white;
    padding: 1em;
    
}

.btn-info {
    height: 2em;
    width: 5em;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    background-color:rgb(1, 69, 101);
    color: white;
}

input[type='file'] {
    display: none;
}

.custom-upload-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgb(0, 148,92);
    color: white;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    transition: background-color 0.3s ease;
    width: 160px;
}
  
.custom-upload-btn:hover {
    background-color: rgb(0, 148,92);
}
  
.custom-upload-btn:active {
    background-color: rgb(0, 148,92);
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    #pitch {
        width: auto;
        height: 500px;
    }
    
    .container-pitch {
        width: auto;
        height: 500px;
    }
    
    .box-pitch{
        display: flex;
        flex-direction: column;
        width: auto;
        height: 500px;
    }
    
    .text-pitch {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 400px;
        height: 200px;
    }
    
    .box-btn-pitch {
        display: flex;
        justify-items: center;
        width: 300px;
        align-items: center;
        margin-left: 120px;
    }
    
    
    
    .info-pitch {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        text-align: center;
        width: auto;
        height: 340px;
    }
    
    
    
    .input-pitch {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100px;
    }
}


@media screen and (max-width: 768px) {
    #pitch {
        width: auto;
        height: 500px;
    }
    
    .container-pitch {
        width: auto;
        height: 500px;
    }
    
    .box-pitch{
        display: flex;
        flex-direction: column;
        width: auto;
        height: 500px;
    }
    
    .text-pitch {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 400px;
        height: 200px;
    }
    
    .box-btn-pitch {
        display: flex;
        justify-items: center;
        width: 300px;
        align-items: center;
        padding-left: 100px;
    }
    
    
    
    .info-pitch {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        text-align: center;
        width: auto;
        height: 340px;
    }
    
    
    
    .input-pitch {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100px;
    }
}



@media screen and (max-width: 600px) {
    #pitch {
        width: auto;
        height: 500px;
    }
    
    .container-pitch {
        width: auto;
        height: 500px;
    }
    
    .box-pitch{
        display: flex;
        flex-direction: column;
        width: auto;
        height: 500px;
    }
    
    .text-pitch {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 240px;
        height: 200px;
    }
    
    .box-btn-pitch {
        display: flex;
        justify-items: center;
        align-items: center;
    }
    
    
    
    .info-pitch {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        text-align: center;
        width: auto;
        height: 340px;
    }
    
    
    
    .input-pitch {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100px;
    }
}
    



@media screen and (max-width: 400px) {
    #pitch {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: auto;
        height: 700px;
        
    }
    
    .container-pitch {
        display: flex;
        width: 300px;
        height: 660px;
    }
    
    .box-pitch{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 300px;
        height: 650px;
    }
    
    .text-pitch {
        display: flex;
        align-items: center;
        width: 200px;
        height: 200px;
    }
    
    .box-btn-pitch {
        
        width: 200px;
        margin-left: -100px;
    }
    
    
    
    .info-pitch {
        display: flex;
        flex-direction: column;
        justify-content: space-e;
        text-align: center;
        width: 290px;
        height: 650px;
    }
    
    
    
    .input-pitch input{
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100px;
        width: 250px;
        margin: 3px;
    }

    .btn-info {
        width: 250px;
    }
    
}