.tit{
    text-align: center; 
    margin-top: 20px; 
    font-size: 35px;
    color: white; 
    font-weight:700;
    text-shadow: -3px -3px 3px  #F25A05, 3px -3px 3px  #F25A05, -3px 3px 3px  #F25A05, 3px 3px 3px  #F25A05
}
/*header {
    display: block;
}*/
/*.container{
    max-width: 100%;
    width: 500px;
    margin-top: 40px;
    padding: 10px 0px ;

    


}*/
.container-flex{
    display: flex;
    height: 560px;
    margin: 0 auto;
    /*box-shadow: 0 0 50px #494848;*/
    border-radius: 20px;
     color: grey;
    justify-content: center;


}
.seccion1{
    background-color: white;
    padding: 30px 30px;
    width: 40%;
    color: #F25A05;
    position: relative;


}

.seccion1-Titulo{
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
}
.seccion2{
    padding: 10px 20px;
    width: 40%;
    background-color:white;
    height: 100%;
}

.form-flex input{
    margin: 5px 0;
    width: 100%;
    outline: none;
    border: none;
    padding: 8px 10px;
    font-size: 15px;
    color: grey;
    box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.2);
}
label.texto {
    color: #F25A05;
    font-weight: 600;
    text-transform: uppercase;
}
/*Responsive*/
@media(max-width:480px) {
    .container {
        width: 95%;
    }
}
@media (max-width:480px) {
    .container-flex {
        display: block;
        height: 100%;
    }
}
@media (max-width:480px) {
    .seccion1 {
        width: 100%;
       
    }
}
@media (max-width: 480px) {
    .seccion2 {
        width: 100%;
        
    }
}

