body {
    background-color: #f9fbf7 !important;
    font-family: 'Poppins',sans-serif;
    margin: 0;
    padding: 0;
    
    }
    
    .contenedor {
      width: 100%;
      max-width: 1500px;
      margin: auto;
    }

    p .logo {
      font-size: 40px;
    }
    #contenedor-menu{
      display: flex;
      justify-content: space-between;
      padding-top: 20px;
      background-color: #000;
    }
    header .logo {
        color: white !important;
        font-size: 20px;
        font-family: 'Lora', serif;
    }
    .lista-menu a{
        color: white;
    }
    
    nav ul  {
      display: flex;
      justify-content: space-between;
      margin: 0;
      margin-top: 19px;
    
    }
    
    nav ul li {
      margin-right: 23px;
      list-style: none;
      color: white !important;
    }


        
        #trabajo img{
        transform: scale();
        transition: .3s;
        }

        #trabajo {
            width: 100%;
        }
        



          #nosotros h3 {
            text-align: center;
            font-size: 55px;
            font-weight: normal;
          
          }
          
          #nosotros img {
           width: 378px;
          }
          
          #nosotros .contenido {
          display: flex;
          justify-content: space-around;
          }
          
          #nosotros .about-text {
            width: 42%;
            
          }
          
          #nosotros a{
            background: #5cb8ff;
            font-size: 14px;
            color: #000;
            margin-top: 12px;
            display: inline-block;
            padding: 15px 0;
            width: 179px;
            text-align: center;
            border-radius: 5px;
          }
    #trabajos h3 {
        text-align: center;
        font-size: 55px;
        font-weight: normal;
          
        }
        .pro {
            text-align: center;
        }
        #trabajos input[type="submit"] {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #48484a;
        color: #444;
        font-size: 16px;
        font-weight: 700;
        margin-top: 8px;
        padding: 12px 30px;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
        border-radius: 30px;
          }

        footer{
            background: #2f2f2f;
            padding: 40px  0;
            text-align: center;
            margin-top: 40px;
        }
          
          footer .contenedor {
            display: flex;
            justify-content: center;
            flex-direction: column;
          }
          
          footer img {
            margin: 0 40px;
            transform: rotate(0);/*  propiedad para rotar */
            transition: 0.4s;
          }
          
          footer img:hover{
            transform: rotate(360deg);
            transition: 0.4s;
          }
          
          footer p {
            color: rgb(252, 247, 247);
            margin-top: 40px;
          }

          .parrafo {
            display: flex;
            justify-content: space-around;
            margin-top: 60px;
          }
          
          .parrafo img{
            width: 28px;
            vertical-align: middle;
            margin-right: 10px;
          }
          #whatsapp {
            position: fixed;
            top: 80%;
            right: 1%;
          }
          #parcelas {
            padding: 90px 0;
          }
          #parcelas h3 {
            font-size: 55px;
            font-weight: normal;
            text-align: center;
            
            }

          #parcelas .contenedor-publicaciones {
            display: flex;
            justify-content: space-around;
          
          }
          
          #parcelas .publicacion {
            width: 30%;
            box-shadow: 1px 1px 14px #CCC;
          
          }
          
          #parcelas  img{
            width: 100%; /* imagen del tamallo de div*/
          
          }
          
          #parcelas iframe {
            width: 100%;
          }
          
          #parcelas .contenido {
          
            padding: 20px;
          
          }
          
          #parcelas h4 {
            font-size: 23px;
            margin-bottom: 15px;
            margin :0;
          }
          
          #parcelas p {
            color: #5A6169 ;
            line-height: 24px;
            font-size: 16px;
          }
          
          #parcelas a {
            width: 87px; /* aca solo cambio el tamaño del boto ya que la estructura se creo en .contenedor-titulo*/
          }

          /* seccion contacto */
#contacto h3 {
    text-align: center;
    font-size: 55px;
    font-weight: normal;
  }
  
  #contacto form {
    display: flex;
    justify-content: space-between;
    flex-wrap : wrap;
    width: 77%;
    margin: auto;
  
  }

  input[type="text"],input[type="email"] {
    width: 100%;
    margin-bottom: 15px;
    padding: 18px 0;
    border: 0;
    border-bottom: 2px solid #5cb8ff;
    font-size:17px;
    background: #b1afaf;
    border-radius: 50px;
  }
  textarea {
    padding: 18px 0;
    border: 0;
    border-bottom: 2px solid #5cb8ff;
    font-size:17px;
    margin-bottom: 40px;
    width: 100%;
    background: #b1afaf;
    border-radius: 50px;
  }
  
  #contacto input[type="submit"] {
    width: 166px;
    margin: auto;
  }
  
  .contacto-info {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
  }
  
  .contacto-info img{
    width: 28px;
    vertical-align: middle;
    margin-right: 10px;
  }
  #contacto input[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #48484a;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    }

    #contacto,#ubicacion {
        padding: 5px 0;
      }

    #ubicacion h3 {
        font-size: 55px;
        font-weight: normal;
        text-align: center;
        
    }

    #ubicacion iframe {
        width: 100%;
      }
      
      #ubicacion .contenedor-publicaciones {
        display: flex;
        justify-content: space-around;
      
      }
      
      #ubicacion .contenido {
      
        padding: 20px;
      
      }
      html {
        scroll-behavior: smooth;
      }
      .menu-icon {
        display: none;
      }

@media (max-width:800px) {

    .menu-icon {
        display: block;
        float: right;
        width: 40px;
        height: 35px;
        margin-top: 15px;
      }
      header nav {
        position: absolute;
        top: 83px;
        left: 0;
        height: 150px;
        background: black;
        width: 100%;
        display: none;
      }
      header nav ul {
        flex-direction: column;
        margin-top: 0px;
      }
      header nav ul li {
        margin-bottom: 15px;
      }
      h1 {
        font-size: 44px;
      }
      h2 {
        font-size: 19px;
      }
      #nosotros .contenido {
        flex-direction: column;
      }
      #nosotros img{
        width: 100%;
      }
      #nosotros p{
      width: 100%;
      }

      #nosotros .about-text {
        width: 100%;
      }
    #parcelas .publicacion {
        width: 100%;
        margin-bottom: 40px;
      }
      #parcelas .publicacion {
        width: 100%;
        margin-bottom: 40px;
      }

      h3{
        font-size: 43px;
      }

      .item ul {
        padding: 0;
      }
    
    
      #contacto form {
        width: 100px;
      }
      input[type="text"],input[type="email"] {
        width: 100%;
        margin-bottom: 15px;
        padding: 18px 0;
        border: 0;
        border-bottom: 1px solid #5cb8ff;
        font-size:17px;
        background: #dcd5d5;
        border-radius: 5px;
        text-align: center;
        border-radius: 50px;
      }
      textarea {
        padding: 18px 0;
        border: 0;
        border-bottom: 1px solid #5cb8ff;
        font-size:17px;
        margin-bottom: 40px;
        width: 200px;
        background: #dcd5d5;
        border-radius: 40px;
        text-align: center;
      }
    
      #contacto input[type="submit"] {
        width: 166px;
        margin: auto;
        margin-left: -40px;
      }

      #contacto h3 {
        text-align: center;
        font-size: 45px;
        font-weight: normal;
      }
      #contacto input[type="submit"] {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #48484a;
        color: #444;
        font-size: 16px;
        font-weight: 700;
        margin-top: 8px;
        padding: 12px 30px;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
        border-radius: 30px;
        }

        #contacto input[type="submit"] {
            width: 166px;
            margin: auto;
        }

        .contenedor-publicaciones {
            flex-direction: column;
        }
        #parcelas {
            padding: 36px 0;
        }
}
    

          