
*{
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  color: #ddd;
  background: #1a2751;
}

.container{
	max-width: 1140px;
	margin: 20px auto;
}

.piece{
  box-sizing: border-box;
}

.piece:nth-child(3){
  	background-color: #415aa8;
}

.piece:nth-child(3) .features li{
    color: white;
}

.piece:nth-child(3) .cd-value{
	color: white;
}

.piece:nth-child(3) .cd-duration{
	color: white;
}

.piece:nth-child(3) .cd-currency{
	color: white;
}

.piece:nth-child(3) .header h2{
  color: #01ecfa; 
}

.piece:nth-child(3) .headd h3{
  color: #01ecfa; 
}

.piece:nth-child(3) .cd-price h2{
  color: white;
  text-transform: uppercase;
  font-size: 1.7em;
  margin-top: 30px;

}

.piece:nth-child(3) .features li:last-child{
  border-bottom: none;
}

.cd-duration::before {
  content: '/';
  margin-right: 2px;
}

.piece:nth-child(3) ul li{
  border-bottom: 1px solid #5b7fee;
}

.piece{
  background-color: #2d3561;
/*  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);*/
}

@media screen and (min-width: 480px) {
  .flexible{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.piece{
		flex: 0 1 calc(50% - 1rem);
		height: auto;
		background-color: #2d3561;
		border-radius: 4px 4px 6px 6px;
    padding: 0 53px;
	}
}

@media screen and (min-width: 768px) {
	.piece{
		flex: 0 1 calc(33% - 1rem);
	}

	.elem{
		flex: 0 1 calc(33% - 1rem);
		padding: 20px;
	}
}

@media screen and (max-width: 480px) {
  .piece{
    margin: 10px;
  }
}

table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border-radius: 8px;
}

table tr {
  background-color: #2d3561;
  padding: .35em;
  border-bottom: 1px solid #415aa8;
}

table th{
	color: #1a2751;
}

table th,
table td {
  padding: .7em;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}

table th {
  font-size: 1.2em;
  color: #ddd;
  font-weight: 700;
}

.tick{
	width: 14px;
}

.blu{
	color: white;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	background-color: #415aa8;
}

@media screen and (max-width: 600px) {
  table {
    border: none;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: .625em;
    border-bottom: 1px solid #415aa8;
  }
  
  table td {
    border-bottom: 1px solid #415aa8;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td:not(:first-child)::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }

  table td:first-child {
    text-align: center;
    color: white;
  }

  .blu{
  	border: none;
  }
}

.packages{
	text-align: center;
	padding: 50px 0;
}

.cd-header {
  height: 46px;
  position: relative;
  text-align: center;
  background: #1a2751;
}
.cd-header h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  margin:20px 0;
}

@media only screen and (min-width: 600px) {
  .cd-header {
    height: 80px;
  }
  .cd-header h1 {
    font-size: 3.6rem;
    font-weight: 300;
  }
}

.logo{
  width: 100px;
  z-index: 10;
}

.ambos a:focus{
  outline: none;
  border: none;
}

.headd {
	text-align: center;
	background-color: transparent;
	padding: 30px 0;
}

.popular .headd {
	color: #00f2ff;
	background-color: transparent;
}

.headd h2 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.1rem;
	margin-bottom: 8px;
  color: white;
}

.headd h3{
  font-size: 1.2rem;
  font-weight: 400;
  color: #5b7fee;
}

.features {
    width: auto;
}

.features li {
	float: none;
	width: auto;
	padding: 0.9em;
	list-style: none;
	text-align: center;
	font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
	color: white;
	border-bottom: 1px solid #415aa8;
}

.features li:last-child{
  border-bottom: none;
}

.flecha-min{
	width: 16px;
	margin-right: 6px;
}

.cd-value {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 4rem;
	font-weight: 300;
	color: white;
}

.cd-currency, .cd-duration {
 	color: #01ecfa;
}
.cd-popular .cd-currency, .cd-popular .cd-duration {
	color: #00f2ff;
}

.cd-currency {
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
	font-size: 1.3rem;
	font-weight: 400;
}

.cd-duration {
	font-size: 0.9rem;
}

/*    Boton    */

.boton {
  display: inline-block;
  background: #01ecfa;
  border-radius: 50px;
  padding: 0.8rem 1.7rem;
  outline: none;
  cursor: pointer;
  position: relative;
   -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in-out;
  letter-spacing: 1.6px;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.boton a{
  color: #1a2751;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  font-weight: 400;
}

.boton span{
  left: 0px;
  width: 28px;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.boton:hover span{
  left: 5px;
}

.flecha{
  width: 15px;
}

footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0px;
}

footer h3{
  color: #6e75b4;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.spacing{
  width: 100%;
  height: 70px;
}

.page-title{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 8px;
}

.page-title h2{
  font-weight: 400;
  font-size: 2.5em;
  color: #fff;
}

.pleca8 {
    width: 80px;
    height: 2px;
    background-color: #01ecfa;
    margin: 40px 0px;
}

.foto8{
  position: absolute;
  top:0;
  left: 0;
  max-width: 500px;
  width: 100%;
  z-index: -1;
}

