/* reset */
html body div .biblioteca-cofa *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    list-style: none;
    box-shadow: none;
    line-height: 1lh;
}

html body div .biblioteca-cofa table {
  border-collapse: collapse;
  border-spacing: 0;
}
 
html body div .biblioteca-cofa img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}
 
html body div .biblioteca-cofa button,
html body div .biblioteca-cofa input,
html body div .biblioteca-cofa select,
html body div .biblioteca-cofa textarea {
  /* font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  appearance: none; */
}
 
html body div .biblioteca-cofa button {
  cursor: pointer;
}
 
html body div .biblioteca-cofa strong {
  font-weight: bold;
}
 
html body div .biblioteca-cofa em {
  font-style: italic;
}
 
html body div .biblioteca-cofa a {
  color: inherit;
}
 
html body div .biblioteca-cofa a,
html body div .biblioteca-cofa a:hover {
  text-decoration: none;
}
 
html body div .biblioteca-cofa h1,
html body div .biblioteca-cofa h2,
html body div .biblioteca-cofa h3,
html body div .biblioteca-cofa h4,
html body div .biblioteca-cofa h5,
html body div .biblioteca-cofa h6 {
    margin-top: 0;
  font-weight: normal;
  font-size: 100%;
}
 
html body div .biblioteca-cofa ul,
html body div .biblioteca-cofa ol {
  list-style: none;
}
 
html body div .biblioteca-cofa input[type="checkbox"],
html body div .biblioteca-cofa input[type="radio"] {
  appearance: auto;
}

/* ITEM PRODUCTO */
html body div .biblioteca-cofa {
	margin-right: auto;
	margin-left: auto;
}

html body div .biblioteca-cofa .product-item{
	color:#333;
	margin-bottom: 60px;
}
html body div .biblioteca-cofa .product-item__top{
	margin-bottom: 1rem;
    @media (min-width: 768px) {
	    display: flex;
	    gap:1rem;
    }
}
html body div .biblioteca-cofa .product-image img{
	width: 163px !important;
	height: 163px !important;
    margin-bottom: .5rem;
	object-fit: cover;
}
html body div .biblioteca-cofa .product-data{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

html body div .biblioteca-cofa .title-product{
	margin: 0 0 7px;
    font-size: 1.5rem;
    font-weight: bold;
}
html body div .biblioteca-cofa .product-details{
	color:#666;
}
html body div .biblioteca-cofa .product-year,
html body div .biblioteca-cofa .product-autor{
	margin: 0;
}

html body div .biblioteca-cofa .product-details{
	margin-bottom: .5rem;
}

html body div .biblioteca-cofa .product-price {
	display: flex;
	align-items: center;
	gap: 1rem;
}
html body div .biblioteca-cofa .normal-price{
	margin-bottom: .75rem;
}
html body div .biblioteca-cofa .price-colegiado {
	margin-bottom: .75rem;
	background: #ebf9f3;
	color: #175770;
	padding: 4px 10px;
    border-radius: .25rem;
}
html body div .biblioteca-cofa .price-colegiado .price {
	color: #005930;
}
html body div .biblioteca-cofa .buy-box .price {
	font-size: 1.25rem;
}
html body div .biblioteca-cofa .buy-box .e-con {
	padding: 0px;
}

html body div .biblioteca-cofa .btn-make-order{
    height: calc(2.625rem + 2px);
    padding: .375rem 1.5rem;
    border-radius: .25rem;
    line-height: 1.5;
    background: #E49E02;
    border:0;
    width: 100%;
    color:#222 !important;
    display: flex;
    align-items: center;
	gap:1rem;
    width: auto;
}

html body div .biblioteca-cofa .btn-make-order:before{
	display: block;
    content: "";
	background: url(cart-shopping-solid-full.svg) center no-repeat;
    background-size: 20px auto !important;
    height: 20px;
    width: 20px;
    margin: 0;
}
html body div .biblioteca-cofa .btn-make-order:active,
html body div .biblioteca-cofa .btn-make-order:hover{
    background: #eea810;
}

html body div .biblioteca-cofa .product-description p{
    line-height: 1lh;
    margin-bottom: 1rem;
}

/* FORMULARIO COMMPRA */
html body div .biblioteca-cofa.cofa-form{
	color:#333;
}
html body div .biblioteca-cofa.cofa-form a{
	color:#000;
	text-decoration: underline;
}
html body div .biblioteca-cofa.cofa-form .plugin-form-wrapper-intro {
	margin-bottom: 1rem;
}
html body div .biblioteca-cofa.cofa-form .plugin-form-wrapper-intro p{
	margin-bottom: .5rem;
	font-size: 1.1rem;
	line-height: 1lh;
}

@media (max-width: 768px) {
	html body div .biblioteca-cofa.cofa-form .plugin-form-wrapper-intro strong{
		display: block;
	}
}

html body div .biblioteca-cofa.cofa-form .row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

html body div .biblioteca-cofa.cofa-form .row .col{
	flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin-bottom:1rem;
}

html body div .biblioteca-cofa.cofa-form .row .col-12{
	flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    html body div .biblioteca-cofa.cofa-form .row .col-md-4{
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 768px) {
    html body div .biblioteca-cofa.cofa-form .row .col-md-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

html body div .biblioteca-cofa.cofa-form .row .col .form-control{
    font-size: 1rem;
    display: block;
    width: 100%;
    height: calc(2.625rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

html body div .biblioteca-cofa.cofa-form .row .col .form-check-input,
html body div .biblioteca-cofa.cofa-form .row .col .form-control{
    border:1px solid rgb(218, 218, 219);
}

html body div .biblioteca-cofa.cofa-form .row .col .form-check-input{
    margin-right: .3rem;
}

html body div .biblioteca-cofa.cofa-form .row .col .required{
	color:#e80000;
}

@media (min-width: 768px) {
	html body div .biblioteca-cofa.cofa-form .row .col.check-school{
		padding-top: 2.25rem;
	}
}

html body div .biblioteca-cofa.cofa-form .btn-form{
    height: calc(2.625rem + 2px);
    padding: .375rem 1.5rem;
    border-radius: .25rem;
    line-height: 1.5;
    background: #E49E02;
    border:0;
    width: 100%;
    color:#222 !important;
    display: flex;
    align-items: center;
    width: auto;
    gap: .75rem;
	margin-left: auto;
	margin-bottom: 1rem;
}

html body div .biblioteca-cofa.cofa-form .btn-form:after{
	display: block;
    content: "";
	background: url(circle-right-regular-full.svg) center no-repeat;
    background-size: 20px auto !important;
    height: 20px;
    width: 20px;
    margin: 0;
}

html body div .biblioteca-cofa.cofa-form .btn-form:active,
html body div .biblioteca-cofa.cofa-form .btn-form:hover{
    background: #eea810;
}