
/* BASIC */

  html {
    background-color: #141f24;
  }

  .fondo2 {
    background-color: #8ed6f7;
  }
  
  body {
    font-family: "Poppins", sans-serif;
    height: 100vh;
    background-color: #141f24;
  }

  hr {
    background-color: #141f24;
  }

  .bg-divp {
    background-color: #a4dffa;
  }

  .hide { position:absolute; top:-1px; left:-1px; width:1px; height:1px; }

  .select,
  #locale {
    width: 100%;
  }
  .like {
    margin-right: 10px;
  }

 /* FORM TYPOGRAPHY*/
  
  input[type=button], input[type=submit], input[type=reset]  {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  input[type=text]:placeholder {
    color: #cccccc;
  }
    
  /* ANIMATIONS */
  /* OTHERS */
  
  *:focus {
      outline: none;
  } 
  
  #icon {
    width:60%;
  }  