.box-create-meeting.main {
    margin-top: 20px;
  }

  /* TOP */
  .box-create-meeting #top {
    padding: 20px;
    margin: auto;
    background: #5c1e61;
    width: 500px;
    text-align: center;
  }

  .box-create-meeting h1 {
    padding: 10px;
    color: #ecf0f1;
    font-size: 30px;
    font-weight:normal;
    font-family:sans-serif;
    text-transform:uppercase;
  }

  .box-create-meeting button, input {
    height: 30px;
    padding: 0 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    color: #2c3e50;
  }

  .box-create-meeting button {
      cursor: pointer;
      background: #ed6615;
      color: white;
      border: none;
  }
  .box-create-meeting button:hover {
    color: #ecf0f1;
    background: #ed6615;
  }

/* BOTTOM */
  .box-create-meeting #bottom {
    width: 368px;
    margin: auto;
    padding: 20px;
    background: #ecf0f1;
  }


  .elt {
    margin: 10px 0;
    padding: 5px 10px;
   background: #5c1e61;
    color: whitesmoke;
    text-decoration: none;
  }

  span.number {
      float: none;
      background: none!important;
      margin-left: 0px;
  }

  .box-create-meeting span {
    display: box;
    position: relative;
    margin: -5px -10px;
    padding: 5px 10px;
    float: right;
    cursor: pointer;
    -webkit-transition: background 0.6s ease;
    transition: background 0.6s ease;
  }

  .box-create-meeting span:hover {
      background: #b50f07;
  }

  /**************** PANTALLA ELECCION *************/  
  

  .block-logo {
        padding: 23px;
  }
  .box-initial-election
  {
    color:#fff;
    font-family: 'AAARGH';
    height: 100%;
  }

  .block-create-access-separator
  {
    float:left;
  }

  .block-initial-election {
      height: 50%;
      display: flex;
      text-align: center;
  }

  .block-button-create,.block-button-access {
      flex: 1;
  }

  .inital-create,.inital-access {
      text-align: center;
      font-size: 4.6em;
      letter-spacing: 2.5px;
      margin-top: 32px;
      margin-right: 50px;
      margin-left: 50px;
  }

  .inital-create:hover,.inital-access:hover {
      background: #ffffff0a;
      cursor: pointer;
  }

  .block-create-access-separator {
    float: left;
      background: #ffcc33;
      width: 6px;
      margin-left: 0px;
      margin-top: -15px;
      height: 90%;
  }

  .inital-create-desc,.inital-access-desc {
      font-size: 1.6em;
      padding: 25px;
  }




@media (max-width: 1200px) 
{
  .inital-create, .inital-access 
  {
      padding-right: 51px;
      padding-left: 51px;
  }
 
  .block-create-access-separator {
    height: 375px;
  }
}

@media (max-width: 900px) 
{
  .inital-create, .inital-access 
  {
      padding-right: 0px;
      padding-left: 0px;
  }
}

@media (max-width: 700px) 
{
  .inital-create, .inital-access {
      padding-right: 0px;
      padding-left: 0px;
  }

  .inital-create, .inital-access {
      font-size: 3.6em;
  }

  .inital-create-desc, .inital-access-desc {
      font-size: 1.2em;
      padding: 25px;
      padding-right: 0px;
      padding-left: 0px;
  }

  .block-create-access-separator {
      height: 340px;
  }
}

/**************** PANTALLA access INFO *************/ 

.box-access-event
{
  color:#fff;
  font-family: 'AAARGH';
  height: 100%;
}

.title-access h1 {
    font-size: 4.3em;
    text-align: center;
    margin-top: -33px;
    letter-spacing: -0.3px;
}

.controls-steps {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 3.3em;
    margin-top: 0px;
    padding-right: 40px;
    margin-bottom: 20px;
    padding-left: 40px;
    color: #fe7823;
}

.back{
  float:left;
  cursor: pointer;
  padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.next{
  float:right;
  cursor: pointer;
  padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.next:hover,.back:hover
{
    background: #ffffff14;
}

input.event-access-input {
    width: 500px;
    height: 53px;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    font-size: 22px;
    margin-top: 21px;
    text-align: left;
    background: white;
}

input.event-access-input:focus {
    outline: none;
}


.event-access-input::-webkit-input-placeholder {
   text-align: center;
}

.event-access-input:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

.event-access-input::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

.event-access-input:-ms-input-placeholder {  
   text-align: center; 
}


.access-inputs {
    width: 100%;
    margin-top: 26px;
}

@media (max-width: 900px) 
{
  .title-access h1 {
      font-size: 3.3em;
  }
}

@media (max-width: 700px){
  .title-access h1 {
      font-size: 2.3em;
  }
  input.event-access-input {
      width: 441px;
      height: 45px;
  }
}

/**************** PANTALLA create detail *************/ 


.box-event-detail {
    color: #fff;
    font-family: 'AAARGH';
    
}

.block-event-detail {

    height: 100%;

    display: flex;
}

.block-logo-2 {
    padding: 23px;
    display: inline-block;
}

input.event-event-detail {
    height: 49px;
    border-radius: 4px;
    font-size: 22px;
    margin-top: 21px;
    text-align: left;
    background: white;
    display: inline-block;
    width: 500px;
}

input.event-event-detail:focus {
    outline: none;
}

.title-event-detail {
    display: inline-block;
    width: 100%;
    flex: 1;
    padding-left: 100px;
    margin-top: 100px;
}

.title-event-detail h1 {
    font-size: 4.3em;
    margin-top: -7px;
    margin-left: 29px;
}

.block-event-detail-inputs {
    width: 800px;
    margin: 0 auto;
    margin-top: -40px;
}


.input-control>span
{
    font-size: 1.6em;
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 25px;
    width: 200px;
    display: inline-block;
    text-align: right;
}


.tags-container {
    background: white;
    border-radius: 4px;
    min-height: 40px;
    width: 500px;
    margin-top: 24px;
    display: flex;
    z-index: 10;
}

.input-control {
    display: inline-flex;
}

/************************************/

.box-event-style {
    color: #fff;
    font-family: 'AAARGH';
}

.event-style{
    border: 4px solid #ffcc33;
    border-radius: 4px;
    width: 65%;
}


.box-event-style .block-button-create .inital-create {
    margin-top: 50px;
    font-size: 3em;

}

.box-event-style .block-button-access .inital-access {
    margin-top: 50px;
    font-size: 3em;

}

.box-event-style .inital-create-desc,.box-event-style .inital-access-desc {
    font-size: 1.6em;
    padding: 0px;
}

.inital-create div {
    margin-top: 12px;
}

.inital-access div {
    margin-top: 12px;
}

.box-event-style .title-access {
    margin-top: -150px;
    margin-bottom: 30px;
}


.box-event-style .inital-create, .box-event-style .inital-access {

    margin-right: 0px; 
    margin-left: 0px; 
    padding-right: 0px; 
    padding-left: 0px; 
}





/**************************************/
.block-logo-2 {
  padding: 23px;
}
.box-access-event
{
  color:#fff;
  font-family: 'AAARGH';
  height: 100%;
}



.tag-input::-webkit-input-placeholder,.event-event-detail::-webkit-input-placeholder {
   text-align: center;
   font-size: 22px;
}

.tag-input::-moz-placeholder,.event-event-detail:-moz-placeholder { /* Firefox 18- */
   text-align: center; 
   font-size: 22px; 
}

.tag-input::-moz-placeholder ,.event-event-detail::-moz-placeholder {  /* Firefox 19+ */
   text-align: center; 
   font-size: 22px; 
}

.tag-input:-ms-input-placeholder ,.event-event-detail:-ms-input-placeholder {  
   text-align: center; 
   font-size: 22px;
}

.box-create-meeting button, input {
    height: 42px;
    padding: 0 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    color: #2c3e50;
}


.tag {
    width: 47%;
    margin-left: 1%;
}
.tag:first-child 
{

    margin-left: 1%;
}

.tag-input::-webkit-input-placeholder {
   text-align: center;
   font-size: 17px;

}


.tag-input::-moz-placeholder { /* Firefox 18- */
   text-align: center; 
   font-size: 17px; 
  
}

.tag-input::-moz-placeholder {  /* Firefox 19+ */
   text-align: center; 
   font-size: 17px;

}

.tag-input:-ms-input-placeholder {  
   text-align: center; 
   font-size: 17px;

}



::-moz-selection { /* Code for Firefox */
  color: white;
  background: #ff752c;
}

::selection {
  color: white;
  background: #ff752c;
}

#close-modal-step{
  cursor:pointer;
  display: block;
  margin: 0 auto;
  width: 70px;
  text-align: center;
  background: #ffcc33;
  border-radius: 4px;
  padding: 5px;
}

.modal-step{
  display: none;
    background: #0c0c0cb0;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 20;
}

.body-modal-step{
  background: white;
  border-radius: 5px;
  left: 50%;
  margin-left: -120px;
  position: absolute;
  top: 50%;
  margin-top: -55px;
  color: black;
  padding-top: 43px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 50px;
}

.box-event-created {
    color: #fff;
    font-family: 'AAARGH';
}


.box-event-created .title-event-detail {
    display: inline-block;
    width: 100%;
    flex: 1;
    padding-left: 0px;
    margin-top: 100px;
}

.box-event-created .title-event-detail h1 {
    font-size: 3.3em;
    margin-top: 136px;
    margin-left: 0px;
}