
.modal { 
  width: 95% !important ; 
  max-height: 95% !important ;
  top: 3% !important ;
  bottom: 3% !important ;
}

p{
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Verdana", "sans-serif";
  font-size: 12px;
  color: #FFFFFF;
}

#redes-s {
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  display: block;
}

#redes-s img {
  float: left;
  width: 9%;
  margin-top: 1%;
}

.cabecera {
  width: 100%;
  text-align: center;
}

.cabecera form {
  /*max-width: 200px;*/
  margin: 0 auto;
}

.cabecera form	input[type="checkbox"] {
  float: left;
}

#sugerencia {
  text-align: center;
}

#menu {
  width: 60%;
  margin: 30px auto 0;
}

#menu img {
  float: left;
  width: 30%;
  margin: 0 1.5%;
}

input[type=text]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=number]:not(.browser-default){
  color: #444 !important;
}

#logo{
  padding: 0;
}

.fb img{
  margin-left: 40%;
}
.email img{
  margin-left: 1.5%;
}

/*-------------------CHECKBOX ----------------------*/
[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after{
  border-color: #333 !important;
}

a{
  color: #111 !important;
  font-weight: bold;
}

[type="checkbox"]:checked + label:before{
  border-right: 2px solid #008ae6 !important;
  border-bottom: 2px solid #008ae6 !important;
  border-top: 2px solid transparent !important;
  border-left: 2px solid transparent !important;
}

/*---------------- MODAL -----------------------*/
.modal-content {
  width: 960px; 
  position: relative;
  margin:0 auto;
  line-height: 1.4em;
  padding: 15 !important ;
}


@media only screen and (max-width: 667px) {
  .modal-content, .modal { 
    max-width: 95%; 
  }
  
  .modal-content img {
    max-width: 100%;
  } 
}

@media only screen and (max-width: 1025px) {
  .modal-content, .modal { 
    max-width: 95%; 
  }

  .modal-content img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  #menu img {
    width: 95%;
    margin: 2% auto;
  }

  .fb img, .email img{
    width: 20% !important;
    margin-top: 2% !important;
  }

  .fb img{
    margin-left: 35% !important;
  }
}
