body {
	/* background-color: rgba(30, 144, 255, 0.2);*/
  background-color: #E5ECF4;
  font-family: Calibri, Helvetica;
}

.text-justify {
  text-align: justify;
}

.divider {
	background-color: #00A8E8;
}

.divider-dark {
	background-color: #00171F;
}


.navbar {
    font-family: Montserrat, Helvetica, sans-serif;
}


/* ========================================================== */
/*                01. FORMULARIO DE CONTACTO                   */
/* ========================================================== */

input.contact-input{
  width:100%;
  height:55px;
  padding-left:2%;
  padding-right:2%;
  margin-bottom:20px;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  font-size:14px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

textarea{
  height:205px;
  margin-bottom:20px;
  width:100%;
  padding-left:2%;
  padding-right:2%;
  padding-top:10px;
  padding-bottom:10px;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  font-size:14px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff;
}
input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff;
}
input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff;
}

.btn-white{color: #fff;font-weight:500;background-color: transparent;border: 1.5px solid #fff;padding:10px 25px;}
.btn-white:hover {color: #1E90FF;background-color: #fff;border-color: #F4F5F7;}

