.bloque7{
    box-sizing: border-box;
    background-color: white;
    padding-top: 160px;
    padding-bottom: 60px;
    padding-left: 9%;
    padding-right: 9%;
}

.bloque7 .contenedor{
    width: 460px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* padding: 0% 9%;*/
}

.bloque7 .oculto{
    display: none;
}

.bloque7 h3{
    padding-left: 15px;
}

.bloque7 p{
    margin-block-start: 6px;
    margin-block-end: 6px;
}

.bloque7 h2{
    color: #439f7f;
    padding-bottom: 51px;
}

.bloque7 p{
    padding-left: 15px;
}

.bloque7 .title{
    padding-top: 6px;
    padding-bottom: 6px;
}

.bloque7 input[type=submit]:disabled{
    cursor: default;
    background-color: gray;
}


.bloque7 input[type=text], input[type=email], input[type=date], select, textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
  }
  
  /* Style the label to display next to the inputs */
  .bloque7 label {
    padding: 12px 12px 12px 0;
    display: inline-block;
  }
  
  /* Style the submit button */
  .bloque7 input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
  }
  
  /* Style the container */
 .bloque7 .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
  }
  




@media screen and (min-width: 1600px) {
    .bloque7{
        margin: auto;
        max-width: 1200px;
    }        
}

/* Tablet   */
@media screen and (max-width: 992px) {
    .bloque7{
        padding-left: 12px;
        padding-right: 12px;
    }

    .bloque7 .contenedor{
        width: 100%;
    }

    .bloque7 p{
        line-break: strict;
    }


    .bloque7 .contenido img{
        max-width: 90%;
    }
}