/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11/10/2018, 16:53:38
    Author     : Aldana
*/



.demp h1{
  font-family: Nunito;
  font-size: 2.3em;
  line-height: 0.81;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.demp h2{
  font-family: Nunito;
  font-size: 1.7em;
  color: #000000;
  text-align: center;
}

.demp p {
  font-size: 1em;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #444444;
}

.demp .ciclo {
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.demp .ciclo > div{
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.demp > .hidden-sm{
  border-radius:0;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  padding: 1em;
  margin-top: 2em;
}

.demp > .hidden-sm>h1{
    font-size: 1.57em;
}

.demp > .hidden-sm>hr{
    margin-left:  1em;
    margin-right:  1em;
}

.demp .ciclo img{
    margin: 0.4em;
}

.demp form input {
  height: 44px;
  border-radius: 8px;
  border: solid 1px #4a4a4a;
  background-color: #ffffff;

  font-size: 1em;
  color: #000000;
}

.demp form label {
  font-size: 0.85em;
  color: #ff0010;
  text-transform: uppercase;
}



.demp form button {
  width: 100%;
  height: 44px;
  border:none;
  border-radius: 8px;
  background-color: #ff0010;
  
  font-family: Nunito;
  font-size: 1em;
  color: #ffffff;
  text-transform: uppercase;
}

.demp form .btn.disabled {
  background-color: #929292;
}

.demp .socalo {
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}
