* {
    margin: 0;
       padding: 0;
  }
  body {
    background:#fff url("");
    background-size: cover;
      font-family: "Roboto","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif,aclonica;
      
      
  }
  
  
  @font-face {
   font-family: 'geographregular';
   src: url(geographregular.ttf);
  }
  
  @font-face {
   font-family: 'geographbold';
   src: url(geographbold.ttf);
  }
  
  .banner-pp {
    width: 100%;
    height: auto;
    margin: 0 auto;
    
  }

  .banner-pp img { 
    width: 100%;
  }

  #movil {
    display: none;
  }
  
  
  
  #productos-corp {
    width: 100%;
    height: 1500px;
    
  }
  
  #productos-corp .container-corp { 
     width: 1150px;
     position: relative;
     margin: 0 auto;
  }
  
  
  #productos-corp .container-corp .prod-corp { 
  width: 280px;
  height: 361px;
   position: relative;
   float: left;
   margin-left: 5px;
   transform: translatex(10px);
  }
  
  #productos-corp .container-corp .prod-corp img { 
  width: 100%;
  }
  
  
  .info-corp {
   width: 100%;
   text-align: center;
   font-family: geographregular;
   color: #595959;
  }
  
  /***************** formulario ******************/
  
  
  
  


  /****************** contacto **********************/

   
  #contacto {
    width: 100%;
    height: 700px;
    background-size: cover; 
    background-position: center top;
    background: transparent;
 }


 #contacto .container-contacto {
    width: 1200px;
    height: auto;
    display: flex;
    margin: 0 auto;
    margin-top: 0px;
  }

  #contacto .container-contacto .info-j  { 
    width: 40%;
    height: auto;
    margin: 0 auto;
  }

  #contacto .container-contacto .info-j h2 { 
    font-family: 'Gotham_medium';
    font-size: 25px;
    color: red;
   }

   #contacto .container-contacto .info-j p { 
    font-family: 'AvenirRegular';
    font-size: 17px;
    color: #666666;
   }

   #contacto .container-contacto .info-j p a {
     text-decoration: none;
     color: #666666;
    }

    #contacto .container-contacto .info-j p img { 
       width: 33px;
       position: relative;
       top: 12px;
     }


     /*************** form ****************/

     #contacto .container-contacto .info-j .form-right {
        width: 460px;
        height: 680px;
        box-shadow: 1px 1px 4px rgba(25, 25, 25, 0.4);
        background-color: #fff;
        border-radius: 15px;

      }

      #contacto .container-contacto .info-j .form-right h2 { 
        text-align: center;
        top: 20px;
        position: relative;
      }

      #contacto .container-contacto .info-j .form-right form {
        width: 90%;
        height: 100%;
        position: relative;
        margin: 0 auto;
        top: 10px;
      }

      #contacto .container-contacto .info-j .form-right form .row {
        width: 100%;
        height: auto;
        margin: 3% auto;
       }

       #contacto .container-contacto .info-j .form-right form .row label {
        font-family: 'AvenirRegular';
        font-weight: 100;
        position: relative;
        left: 10%;
        top: 14px;
        font-size: 19px;
        color: #666666;
        text-shadow: -2px -2px 1px rgb(255, 255, 255), 2px 2px 1px #fff, -2px 2px 1px rgb(255, 255, 255), 2px -2px 1px #fff;
        padding: 0;
        margin: 0;
        height: 19px;
        z-index: 2;
        }

        

       #contacto .container-contacto .info-j .form-right form .row input {
        width: 100%;
        height: 45px;
        border: 2px solid #666666;
        border-radius: 23px;
        text-align: center;
        
        }

        #contacto .container-contacto .info-j .form-right form .row textarea {
            width: 100%;
            height: 100px;
            border: 2px solid #666666;
            border-radius: 23px;
            text-align: center;
            padding: 20px 5px;
        }

        #contacto .container-contacto .info-j .form-right form button {
            padding: 10px 25px;
            position: absolute;
            left: 0;
            right: 0;
            width: 120px;
            margin: 0 auto;
            bottom: 80px;
            background-color: red;
            border: none;
            color: #fff;
            font-family: 'AvenirRegular';
            font-size: 17px;
            border-radius: 25px;
            cursor: pointer;
            transition: all .5s ease-in-out;
            -webkit-transition: all .5s ease-in-out;
        }

        #contacto .container-contacto .info-j .form-right form button:hover { 
            background-color: #666666;
        }


      /****************** plantilla envio correo ***********/

         .separated {
          width: 100%;
          height: 150px;
         }

         .mensaje-envio {
            width: 800px;
            height: 120px;
            margin: 0 auto;
         }


         .mensaje-envio h2 { 

          font-family: 'AvenirRegular';
          font-size: 22px;
          width: 100%;
          text-align: center;
          color: #666666;
         }

         .social-otros {
          width: 800px;
          height: 390px;
          margin: 0 auto;
       }

       .social-otros h3 { 
        font-family: 'AvenirRegular';
        font-size: 18px;
        width: 100%;
        text-align: center;
        color: #666666;
       }

       .social-otros .ico-social-return {
        width: 100%;
        height: auto;
        text-align: center;
       }

       .social-otros .ico-social-return p {   

        font-family: 'AvenirRegular';
        font-size: 17px;
        color: #666666;

       }

       .social-otros .ico-social-return p img {
        width: 33px;
       position: relative;
       top: 12px;

        }

       .social-otros .ico-social-return p a {   
         text-decoration: none;
         color: #666666;
       }  

       .button-return {
        width: 120px;
        height: 40px;
        background-color: red;
        margin: 2% auto;
        border-radius: 20px;
        text-align: center;
       }

       .button-return a {
        text-decoration: none;
        color: white;
        width: 100%;
        height: 100%;
        font-family: 'AvenirRegular';
        font-size: 17px;
        margin: 0 auto;
        position: relative;
        top: 7px;
        }
  
  
  
  /****************** media queries *******************/
  
  @media screen and (max-width: 420px) {
      
  .banner-pp #prop {  
      width: 100%;
      height: 400px;
      top: 18%;
  }

  #desktop {
    display: none;
  }

  #movil {
    display: block;
  }
      
  .banner-pp #prop h3 {  
  font-size: 22px;
  
  }
  
  .banner-pp #prop p {  
  font-size: 13px;
  position: relative;
  top: 20px;
  }
      
  #productos-corp {
    width: 100%;
    height: 1300px;
    
  }
      
  #productos-corp .container-corp { 
     width: 100%;
     position: relative;
     margin: 0 auto;
  }
      
  #productos-corp .container-corp .prod-corp { 
  width: 160px;
  height: 221px;
   position: relative;
   float: left;
   margin-left: 6%;
   transform: translatex(10px);
  }

  #contacto .container-contacto {
    width: 100%;
    height: auto;
    display: grid;
    margin: 0 auto;
    margin-top: 30px;
  }

  #contacto {
    width: 100%;
    height: 1170px;
 }

 #contacto .container-contacto .info-j  { 
  width: 95%;
  height: auto;
  margin: 0 auto;
}

#contacto .container-contacto .info-j h2 { 
  font-size: 19px;
  color: red;
 }

 #contacto .container-contacto .info-j p { 
  font-size: 14px;
  color: #666666;
 }

/*************** form ****************/

#contacto .container-contacto .info-j .form-right {
width: 360px;
height: 670px;
transform: translateY(50px);
margin: 0 auto;
}



/*************** plantilla pasiva ***********/
.separated {
width: 100%;
height: 90px;
}

.mensaje-envio {
width: 95%;
height: 120px;

}

.social-otros {
width: 95%;
height: 390px;

}

    
  }