.contact-form-,
.contact-form{
    margin: 0;
    padding: 2px 0 0;;
    position: relative;
    vertical-align: top;
    z-index: 1;
}
.contact-form- fieldset,
.contact-form fieldset{
    border: none;
    overflow: hidden;;
    padding: 0;
    width: 100%;
}
.contact-form- fieldset > div,
.contact-form fieldset > div{
    overflow: hidden;
}
.contact-form- label,
.contact-form label{
    display: block;
    float: left;
    margin: 0;
    min-height: 55px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.contact-form- .message,
.contact-form .message{
    display: block;
    min-height: 237px;
    width: 100%;
}
.contact-form input,
.contact-form- textarea,
.contact-form input,
.contact-form textarea,
.contact-form- select,
.contact-form select{
    background: #f4f4f4;
    border: 1px solid #dadada;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #78797b;
    display: block;
    float: left;;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px!important;
    margin: 0;
    outline: none;
    padding: 9px 13px 10px;
    width: 100%;
}
.contact-form- input,
.contact-form input,
.contact-form- select,
.contact-form select{
    height: 41px;
}
.contact-form textarea,
.contact-form textarea{
    height: 330px;
    overflow: auto;;
    resize: none;
    width: 100%;
}
.contact-form- textarea:focus,
.contact-form- input[type='text']:focus,
.contact-form textarea:focus,
.contact-form input[type='text']:focus{
    border: 1px solid #e5e5e5;;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.contact-form- .area .error,
.contact-form .area .error{
    float: none;
}
.contact-form- .success,
.contact-form .success{
    border: 1px solid #e5e5e5;
    color: #d70c24;
    display: none;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 8px;;
    position: relative;
}
.contact-form- .error,
.contact-form- .empty,
.contact-form .error,
.contact-form .empty{
    color: red;
    display: none;
    float: left;;
    font-size: 11px;
    line-height: 1.27em;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 2px 4px 6px;
}
.buttons-wrapper{
    padding-top: 23px;;
    position: relative;
    text-align: right;
}
.buttons-wrapper a{
    cursor: pointer;;
    margin-left: 8px;
}
.buttons-wrapper a:hover{
    text-decoration: none;
}
/*PETICIÓN*/
.contact-form- .peticion p,
.contact-form .peticion p{
    background: #f4f4f4;
    border: solid 1px #dadada;
    border-radius: 5px;
    color: #78797b;
    float: left ;
    font-size: 80%;
    margin: 0 2.5% 15px  2.5%;
    text-align: center;
    width: 20%;
}
.contact-form- .peticion p input,
.contact-form .peticion p input{
    border-radius: 0; 
    width: 100%;
}

/*PQR Formulario de Peticiones, Quejas, Reclamos y Sugerencias*/
/*
.pqr {
    display: none;
   z-index: 1000;
        z-index: 9002;
  position: fixed;
  width: 100%;
  height: 100%;

 background: rgba(0, 0, 0, 0.64);
  top: 0%;
  left: 0%;
}
.pqr section{
    z-index: 9012;
  z-index: 1000;
  background: grey;
  width: 70%;
  height: 70%;
  border-radius: 5px;
  border-right: solid 5px #656565;
  border-bottom: solid 5px #656565;
    
   overflow: auto;   
    
  
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate( -50% , -50%)
}*/

/*MODAL*/
/* The Modal (background) */
.pqr{
    background-color: rgba(0,0,0,.4); /* Black w/ opacity */
    background-color: rgb(0,0,0); /* Fallback color */
    display: none; /* Hidden by default */
    height: 100%; /* Full height */
    left: 0;
    overflow: auto; /* Enable scroll if needed */
    position: fixed; /* Stay in place */
    top: 0;
    width: 100%; /* Full width */
    z-index: 1; /* Sit on top */
    z-index: 10000;
}

/* Modal Content/Box */
.pqr-content{
    background-color: #fefefe;
    border: 1px solid #888;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
span.cerrar{
    float: right;
    font-size: 38px;
}
.cerrar{
    color: #aaa;
    /*font-size: 28px;*/
    font-weight: bold;
}

.cerrar:hover,
.cerrar:focus{
    color: black;
    cursor: pointer;
    text-decoration: none;
}
