
  header .menu {
    width: 100%;
    max-width: 100%;
    z-index: 2;
    color: black;
    position: relative;
  }


  header ul.menu {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 1.5em;
    display: block;
    float: left;
    border-bottom: 70px Solid #ff8200;
    border-radius: 15px;
    margin-left: 2px;

  }

  header ul.menu li {
    width: 110 px;
    display: block;
    float: left;
    text-align: center;
    margin-right: 10px;
    position: relative;
    top: 10px;
  }

  header ul.menu li a {
    margin-top: 25px;
    width: 200%;
    height: 100px;
    display: block;
    background: #ff8200;
    color: white;
    font-size: 35px;
    line-height: 4em;
    text-decoration: none;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
  }

  * {
    box-sizing: border-box;
  }

  input[type=text],
  select,
  textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #45a049;
    border-radius: 4px;
    resize: vertical;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;

  }

  label {
    padding: 17px 15px 17px 15px;
    display: inline-block;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
  }

  input[type=submit] {
    background-color: #ff8200;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    font-family: 'Poppins', sans-serif;

  }

  input[type=submit]:hover {
    background-color: #45a049;
  }

  

  .f {
    z-index: 2;
    color: black;
    position: relative;
  }

  .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
  }

  .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
  }

  /* Clear floats after the columns */
  /* .row:after {
    content: "";
    display: table;
    clear: both;
  } */

  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {

    .col-25,
    .col-75,
    input[type=submit] {
      width: 100%;
      margin-top: 0;
    }
  }


  ************************************************** .container-con p {
    color: #000000;
    font-size: 30px;
    border-color: #030303;
    border-style: solid;
    border-width: 5px;
    border-radius: 15px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    background-color: rgb(201, 107, 89);
    text-align: center;


  }

  header .menu {
    width: 100%;
    max-width: 100%;
  }


  header ul.menu {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 1.5em;
    display: block;
    float: left;
    border-bottom: 70px Solid #ff8200;
    border-radius: 15px;
    margin-left: 2px;

  }

  header ul.menu li {
    width: 110 px;
    display: block;
    float: left;
    text-align: center;
    margin-right: 10px;
    position: relative;
    top: 10px;
  }

  header ul.menu li a {
    margin-top: 25px;
    width: 200%;
    height: 100px;
    display: block;
    background: #ff8200;
    color: white;
    font-size: 35px;
    line-height: 4em;
    text-decoration: none;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;

  }

  .contacto {

    font-size: 20px;

    font-family: 'Poppins', sans-serif;

  }

  .row3 img {
    width: 50px;
    height: 50px;


  }
