@media screen and (min-width: 992px){
    
        
    #contenedor{       
         background: url(../img/image.png) no-repeat;
         background-size: 100% 100%;
         height: 100vh;
         background-color: #000;
         width: 50%;
         display: inline-block;
         vertical-align: top;
         
    }
    
    .responsivo h3{
         color: #FFE952;
         font-size: 2.3rem;
         text-align: center;
         font-family: funko, cursive;
         text-shadow: -1px 0 #000,  
         1px -1px 0 #000,
         -1px 1px 0 #000,
         1px 1px 0 #000,
         -2px -2px 0 #000,  
         2px -2px 0 #000,
         -2px 2px 0 #000,
         2px 2px 0 #000;
         letter-spacing: 5px;
         margin-top: 3%;
    }
    
    .responsivo .text1{
         color: #fff;
         font-size: 1.2rem;
         text-align: center;
         font-family: comic, cursive;
        margin-left: 7%;
    }

    
    
    .responsivo span{
        color: #FFE952;
        font-size: 1.3rem;
    }
    
    .responsivo .logo {
        width: 10%;
        margin: 0 150px;
        
    }
    
        .formulario .responsivo{
            display: inline-block;
            background-color: #80395F;
            padding: 0 1%;
            width: 70%;
        }
        .responsivo p{
            color: #fff;
            font-family: comic, cursive,;
            font-size: 1.2rem;
            text-align: center;
        }
     
         .responsivo input{
             width: 65%;
             padding: 12px 20px;
             margin: 5px;
             border: none;
             font-family: 'Times New Roman', Times, serif, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
             font-size: 1.5rem;
             color: #000;
             background-color: #50B2CD;
             border-radius: 20px;
         }
         input:focus{
            color: #ffffff;
             background-color: #565fc3;
             outline: 0px;
         }
         input[name="problema"]{
             height: 20%;
             margin-top: -15px;
            }
            input[type="submit"]{
                background-color: #91eded;
                width: 35%;
                color: #000;
                font-family: 'Times New Roman', Times, serif, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
                font-weight: bolder;
                border-radius: 20px;
                text-align: center;
                font-size: 1rem;
            }
            input[type="submit"]:hover{
                background-color: #df9ee9;
                color: #000;
                cursor: pointer;
            }
    
            input::placeholder{
                color: #333333;
                font-size: 1rem;
            }
            #responsivo{
                height: 30%;
                width: 100%;
                background-color: #97959A;
                border: solid 2px #000;
            }
            a{
                font-size: 2rem;
                font-family: comic, cursive;
                width: 23%;
                display: inline-block;
                vertical-align: middle;
                color: #565fc3;
                text-decoration: none;
            }
            .responsivo{
            vertical-align: top;
            width: 50%;
            }
            
            .formulario{
                height: 100vh;
            }
            
           
}
