@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);


@font-face {
    font-family: 'amplesoft-regular';
    src: url('../fonts/amplesoft-webfont.eot');
    src: url('../fonts/amplesoft-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amplesoft-webfont.woff2') format('woff2'),
         url('../fonts/amplesoft-webfont.woff') format('woff'),
         url('../fonts/amplesoft-webfont.ttf') format('truetype');
}
header{


padding:20px 0 20px 0;
background: white;
}

.cabecera {
    padding-bottom: 0px;
    position: relative;
    box-sizing: border-box;
    /* background: #2aacb8; */
    /* border-bottom: 30px solid #cfe7e9; */
}

#columna-uno {
  border-right: 1px dotted #c4c4c4;
  padding-right: 40px;
  padding-top: 5%;
  padding-bottom: 5%;
}
img.img-port-ebook {
    width: 200px;
    margin-top: -20px;
}
.tittle-ebook{

	font-family: 'amplesoft', 'Open Sans', sans-serif;
	margin-bottom: 10px;
  color: #834870;
}

.img-pasos{
	width: 100%;
  border-bottom: 15px solid #834870;
}

.titulo-ebook {
    margin-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}
.barra{

	background: #488f35;
	height: 30px;
}
footer{
	background: #3f3f3f;
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: center;
}
.pay-footer{
	color: white;
}

#contents ul li {
    position: relative;
    list-style: none;
    margin-bottom: 1.3em;
}

#contents ul li:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
    background: #834870;
    left: -35px;
    width: 23px;
    border-radius: 100%;
    text-align: center;
    padding: 2px;
}


@media screen and (max-width: 500px) {
    .titulo-ebook{
	margin-top: 0;}
    .img-pasos{
  transform: scale(1.7);
  margin-top: 20px;
}
.cabecera{
  margin-top: 20px;
}
.tittle-ebook{
    text-align: center;
}
}
form.infusion-form {
  width: 95%;
display: table;
margin: 0 auto;
padding: 30px;
}
.infusion-field label {
    color: #3f3f3f;
    font-size: 16px;
    /* margin-bottom: 5px; */
    font-weight: 400;
}

.infusion-field input {
    width: 100%;
    margin-bottom: 15px;
    padding: 3px;
}

select {
    height: 40px !important;
    width: 100%;
    border-radius: 0px !important;
        height: 35px !important;
    border: 1px solid #c8c8c8;
    background: white;
    /* padding: 5px !important; */

}

input[type="submit"] {
    color: white;
    background-color: #9ac400;
    border: none;
    padding: 7px 30px;
    border-radius: 20px;
    float: right;
}
