body {
    width: 100%;
    margin: 0 auto;
}

#banner-top {
    width: 100%;
    height: 300px;
    background-color: red;
    position: relative;
}

#banner-top h2 {
    width: 100%;
    height: auto;
    color: #fff;
    font-family: 'Gotham_medium';
    margin: 0 auto;
    text-align: center;
    font-size: 45px;
    
 }

 #banner-top .cont-top {
  width: 1500px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
 }

 #banner-top .cont-top h4 {
    color: #fff;
    font-family: 'AvenirRegular';
    font-size: 28px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    top: 10%;
    position: relative;
    
 }

 #contacto {
    width: 100%;
    height: 700px;
    background-size: cover; 
    background-position: center top;
    background: transparent;
 }


 #contacto .container-contacto {
    width: 1500px;
    height: auto;
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
  }

  #contacto .container-contacto .info-j  { 
    width: 50%;
    height: 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: 610px;
        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;
        }

       #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: 110px;
            border: 2px solid #666666;
            border-radius: 23px;
            padding: 10px 5px;
            text-align: center;
        }

        #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 querie ********************/

      @media screen and (max-width: 420px) {



        #banner-top h2 {
            width: 100%;
            height: auto;
            font-size: 25px;
            
         }
        
         #banner-top .cont-top {
          width: 100%;
          height: 100%;
         }
        
         #banner-top .cont-top h4 {
            font-size: 16px;
            width: 100%;
            top: 10%;
         }
        
        #contacto .container-contacto {
            width: 100%;
            height: auto;
            display: grid;
            margin: 0 auto;
            margin-top: 30px;
          }

          #contacto {
            width: 100%;
            height: 1200px;
         }

         #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: 600px;
      margin: 0 auto;
    }

    /*************** plantilla pasiva ***********/
    .separated {
      width: 100%;
      height: 90px;
     }

    .mensaje-envio {
      width: 95%;
      height: 120px;
     
    }

    .social-otros {
      width: 95%;
      height: 390px;
      
     }

     

        
      }

