* {
  box-sizing: border-box;
}

body {
  background-color: white;
  font-family: Helvetica, sans-serif;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: black;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #ff9f55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid black;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent black;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid black;
  border-width: 10px 10px 10px 0;
  border-color: transparent black transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content-map {
  padding: 20px 30px;
  background-color:  #283655;
  position: relative;
  border-radius: 6px;
  color: white;
}
.content-map h2 {
  font-size: 40px;
  padding-top: 20px;
  color: white;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid #0f1425;
    border-width: 10px 10px 10px 0;
    border-color: transparent #0f1425 transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

.process-heading {
  width: 100%;
  margin: auto;
  text-align: center;

}
.process-heading h3{
  width: max-content;
  margin: auto;
}

.process-under {
  width: 50%;
  margin-left: 25%;
  border-top: 6px solid black;
  margin-bottom: 40px;
}
h3 {
  color: #0f1425;
}
h4 {
  font-size: 20px;
  padding-top: 20px;
  color: grey;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.guidelines {
  margin: auto;
  margin-top: 50px;
  display: flex;
  background-color: #283655;
  width: 80%;
  color: white;
  text-align: center;
  height: 100%;
  /* color: black; */
  padding-bottom: 30px;
  padding-top: 30px;
  font-family: "Courier New", Courier, monospace;
}
.guidelines h3{
  padding-top: 0px;
  color: white;
  text-align: center;
  margin: auto;
}

.guidelines-content h4{
  margin: auto;
  color: #283655;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  
  body {
  color: #FFF;
  font-size: 62.5%;
  font-family: 'Roboto', Arial, Helvetica, Sans-serif, Verdana;
  }
  
  ul {
  list-style-type: none;
  }
  
  a {
  color: white;
  text-decoration: none;
  }
  
  .pricing-table-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.6em;
  color: #0f1425;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 30px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  }
  
  .pricing-table-title a {
  font-size: 0.6em;
  }
  
  .clearfix:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  clear: both;
  }
  /** ========================
   * Contenedor
   ============================*/
  .pricing-wrapper {
  width: 960px;
  margin: 40px auto 0;
  }
  
  .pricing-table {
  margin: 0 10px;
  text-align: center;
  width: 300px;
  float: left;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  }
  
  .pricing-table:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
  }
  
  .pricing-title {
    color: #FFF;
    background: #e95846;
    padding: 20px 0;
    font-size: 2em;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    margin: 0px;
    display:block;
  }
  
  .pricing-table.recommended .pricing-title {
  background: #2db3cb;
  }
  
  .pricing-table.recommended .pricing-action {
  background: #2db3cb;
  }
  
  .pricing-table .price {
  background: #403e3d;
  font-size: 3.0em;
  font-weight: 700;
  padding: 20px 0;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  }
  
  .pricing-table .price sup {
  font-size: 0.4em;
  position: relative;
  left: 5px;
  }
  
  .table-list {
  background: #FFF;
  color: #403d3a;
  }
  
  .table-list li {
  font-size: 2em;
  font-weight: 700;
  padding: 24px 10px;
  }
  
  .table-list li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #3fab91;
  display: inline-block;
  position: relative;
  right: 5px;
  font-size: 16px;
  display: none;
  } 
  
  .table-list li span {
  font-weight: 400;
  }
  
  .table-list li span.unlimited {
  color: #FFF;
  background: #e95846;
  font-size: 0.9em;
  padding: 5px 7px;
  display: inline-block;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  }
  
  
  .table-list li:nth-child(2n) {
  background: #F0F0F0;
  }
  
  .table-buy {
  background: #FFF;
  padding: 15px;
  text-align: left;
  overflow: hidden;
  }
  
  .table-buy p {
  float: left;
  color: #37353a;
  font-weight: 700;
  font-size: 2.4em;
  }
  
  .table-buy p sup {
  font-size: 0.5em;
  position: relative;
  left: 5px;
  }
  
  .table-buy .pricing-action {
  float: right;
  color: #FFF;
  background: #e95846;
  padding: 10px 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 1.4em;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  }
  
  .table-buy .pricing-action:hover {
  background: #cf4f3e;
  }
  
  .recommended .table-buy .pricing-action:hover {
  background: #228799;  
  }
  
  /** ================
   * Responsive
   ===================*/
   @media only screen and (min-width: 768px) and (max-width: 959px) {
  .pricing-wrapper {
    width: 768px;
  }
  
  .pricing-table {
    width: 236px;
  }
  
  .table-list li {
    font-size: 1.3em;
  }
  
   }
  
   @media only screen and (max-width: 767px) {
  .pricing-wrapper {
    width: 420px;
  }
  
  .pricing-table {
    display: block;
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
   }
  
  @media only screen and (max-width: 479px) {
  .pricing-wrapper {
    width: 300px;
  }
  } 

  .content-map p{
    font-size: 15px;
  }