.cajamayor{


    
    margin-top: 12px;
    /*background-color: green;*/
    margin-left: 0px;
    margin-right: 0px;

    padding-left: 12px;
    
     

    background: #F6F6F6 0% 0% no-repeat padding-box;

    

      /*

      border-style: solid;
      border-width: 3px;
      border-color: #f6f6f6;

     */


    border: 1px solid #707070;
    opacity: 1;

}

.enviar{

    /*

    border-style: solid;
    border-width: 3px;
    border-color: blue;

    */

    font: normal normal bold 16px/21px Segoe UI;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;

    border-radius: 119px 119px 119px 119px;
    -moz-border-radius: 119px 119px 119px 119px;
    -webkit-border-radius: 119px 119px 119px 119px;
    border: 4px solid blue;
}


.textarea{

    border: 1px solid #FF0000;
    opacity: 1;

}


.cajaiten1N{

  /*background-color: red;*/
  padding-left: 0px;
  

}



.linea1{

     
     margin-top: 12px;
     margin-left: 14px;


     /*background-color: green;*/


}

.linea2{



     margin-top: 12px;

     margin-left: 14px;

     /* background-color: khaki;*/

    

}

.linea3{

     margin-top: 12px;
     margin-left: 14px;

     /*background-color: aqua;*/

     

}


.linea4{

     margin-top: 12px;
     margin-left: 14px;

    /* background-color: burlywood;*/

     


}


.linea5{

     margin-top: 12px;
     margin-left: 14px;

     /*background-color: darkgray;*/

     


}


.linea6{

     margin-top: 12px;
     margin-left: 14px;

     /*background-color: darksalmon;*/

     


}


.linea7{

     margin-top: 12px;
     margin-left: 14px;
     /*background-color: greenyellow;*/


}




.asu1{

    padding-left: 38%;

    line-height: 24px;
    float:left;
    
    
}

.asu2{

    padding-left: 26%;

    line-height: 24px;
    
    
}

.asu3{

    padding-left: 37%;

    line-height: 24px;
    
    
}


.asu4{

    padding-left: 34%;

    line-height: 24px;
    
    
}

.asu5{

    padding-left: 46%;

    line-height: 24px;
    
    
}


.asu6{

    padding-left: 25%;
    
    line-height: 24px;
    
}


.asu7{

    padding-left: 62px;

    line-height: 24px;
    
    
}


/*

.lineacontactanos{
    background-color: blue;
}

.cajalinea::after{

   content: "Contáctanos";

   background-color: white;

   top: 9px;
   left: 615px;
   position: absolute
  


}

*/


.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;

    margin: 0px;
    padding-top: 0px;
    
    
}

.centrado{

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-family: Georgia, serif;
    font-size: 100%;
    letter-spacing: 2px;
    word-spacing: 2px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    padding-bottom: 1%;
    
}



.select{
  
  height: 25px;
  padding: 0;
  
}


.cajainput{

  

 /* position:relative;*/

  /*left:430px;

  margin-left: 2px;*/



  /*background-color: red;*/
  padding: 0;


}



/*flecha desde aqui*/


.arrowBottom {

     position:relative;

     border-style: solid;
     border-width: 1px;
     border-color: blue;

     z-index: 6;
     
     width:50px;
     height: 26px;
}



.arrowBottom:before {

   content: " ";
   position: absolute;
   z-index: 2;
   left: 381px;
   width: 17px;
   height: 17px;
   bottom: 3px;

   -webkit-transform: rotate(315deg);
           transform: rotate(315deg);
 
    box-shadow: inset -1px -1px 1px blue;
    background: blue;
}



/*hasta aqui flecha*/



.linea7{

  margin-bottom: 120px;
}




.inp{

    width: 100%;
    height: 34px;

}


.asuntot{


    width: 583px;
    height: 40px;


    padding: 2px;

    padding-bottom: 22px;

    line-height: 1px;


    /*clip-path: polygon(50% 0, 55% 28%, 50% 50%, 0% 50%, 0 49%, 0% 0%);*/


    /*clip-path: polygon(48% 0%, 55% 50%, 48% 100%, 0% 100%, 5% 50%, 0% 0%);*/

    clip-path: polygon(48% 0%, 52% 30%, 48% 60%, 0% 60%, 5% 30%, 0% 0%);

    

    /*

      polygon(<x1> <y1>, <x2> <y2>, ..., <xn> <yn>)

    */

    
    

}



.linea {

  margin: 2px;
  width:490px;    
  border-top:2px solid #999;
  border-color: #0000ff;
  position: relative;
  top:12px;
  float:left;

  }






.leyenda {
  font-weight:bold;
  float:left;
 }


 .comentario{

  margin-top: 42px;

  padding-left: 0;

  
 }


 .imagensubida{

  background-color: red;
  margin: 1px;
 }






/*DESDE AQUI COMIENZAN LOS MEDIA QUERY*/




@media (min-width: 120px) and (max-width: 810px){

     .cabeza1{

        
        display: none;

     }


       /*

         .cabeza2{
      
          display: block;

        }
       */ 

      .navbar{

        
        display: block;

      }
      
      
      .navbar-toggler {
        position: absolute;
        left: 90%;
        transform: translatex(-50%);
    }

    .lupamini {
        position: absolute;
        left: 80%;
        transform: translatex(-100%);
        padding-top: 12px;
    }

}



@media (min-width: 811px) and (max-width: 3000px){

     .cabeza1{

       /* visibility: visible;*/

        display: block;


     }


        /*

         .cabeza2{

            
            display: none;

          }

        */

    .navbar{

        
        display: none;

    }
    
 
    

}




/*hasta aqui los media query*/