
.info {
    margin: 20px auto;
}
.info h3 {
    color: #e70580;
    font-weight: bold;
    text-align: center;
}

.darker {
    background-color: #bcbcbc;
}

.carga {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  width: 100%;  
  color: #333;
}

.archivos {
    width: 100%
}

form {
    width: 100%;
    padding: 0 10px;
}

input,
  select{width: 100%;}
  input[type="radio"],
  input[type="checkbox"],
  input[type="submit"]{
  width: auto;
  }

  form .field-group{
  display: flex;
  flex-direction: column;
  margin: 0 0 6px 0;
  }

form .field-group .label{
      font-size: 1.3em;
    margin: 0;
    padding: 5px;
    text-align: left;
  }

input, select, textarea{
  padding: 0.2rem 0.5rem; 
  font-size: 0.8rem;
  color: grey;
  border: solid 1px #eee;
  background: #fff; 
  box-sizing: border-box;
}
textarea {
  width: 100%;  
}
input, select{
  width: 100%;
}




input[type="submit"]{
  width: 100%;
  cursor: pointer;
    margin-bottom: 10px;
    background-color: #00adef;
    color: #fff;
}



.archivos h4 {
    width: 100%;
    background-color: black;
    padding: 5px;
    color: #fff;
    font-size: 1.5em;
}

.archivos ul li {
    font-size: 1.3em;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid black;
}

.archivos ul li ul li{
    display: inline-flex;
}



.yellow {
    font-weight: bold;
}

.blue {
    color: black;
}

.comparacion {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  width: 100%;  
  color: #333;
}

.precios {
    width: 100%
}

.comp {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    font-size: 1.2em;
    padding: 10px;
    text-align: left;
}

.graf:nth-child(1) {
    width: 70%;
    margin-right: 10px;
}

.graf:nth-child(2) {
    width: 30%;
}

.graf ul li {
    background-color: darkgrey;
    font-weight: normal;
    padding: 10px;
    border-bottom: 1px solid black;
}


@media (min-width: 560px) {
.info h3 {
    text-align: left;
    padding-left: 10px;
}
form {
    width: 100%;
    padding: 0px;
}
.archivos, .precios {
    margin: auto auto 20px;
    width: 90%;
  }   
.archivos ul li {
    text-align: left;
    border-left: 1px solid black;
    border-right: 1px solid black;
} 
.archivos ul li ul li{
    border-left: none;
}
    
    .archivos ul li ul {
        width: 100%;
    }
    .archivos ul li ul li {
        width: 49%;
        border: none;
    }
}


@media (min-width: 640px) {
    .carga {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
  
    }
    .archivos {
  height: auto;
    line-height: 20px;
    margin: 5px;
    text-align: center;
    width: 48%;
    }
    
    input, select{
  width: 90%;
}
    
    input[type="submit"]{
  width: 90%;
}   
}


@media (min-width: 1000px) {
form {
    display: flex;
    flex-wrap: wrap;
}
    
form .field-group {
    width: 50%;
}  
    
input[type="submit"] {
    margin-left: 12px;
    padding: 2px;
    width: 45%;
} 
.field-group:nth-child(7) {
    margin-right: 20px;
    margin-bottom: 15px;
}  
    
    .comparacion {
        flex-wrap: nowrap;
    }   
    .precios .field-group {
        width: 90%;
    }
    .yellow{ margin-right: 10px;}
    .blue{margin-left: 10px;}
	}



