@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto|Lato|Oswald:700);

@font-face {
    font-family: 'fontello';
    src: url("../fonts/fontello/fontello.eot?34709694");
    src: url("../fonts/fontello/fontello.eot?34709694#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff?34709694") format("woff"), url("../fonts/fontello/fontello.ttf?34709694") format("truetype"), url("../fonts/fontello/fontello.svg?34709694#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, Roboto, Arial, Times;
}

a {
    color: #000;
}

a:hover {
    color: #6f6f6f;
}

.principia-header {
    background-color: #fff;
}

.principia-header .logo {
    padding: 2% 0 2% 2%;
    width: 25%;
    height: auto;
}

.principia-header .header-links {
    padding: 2% 6% 0 0;
}

.principia-header a {
    color: #96d5d2;
}

.principia-header a:hover {
    color: #000;
}

.banner_portada {

}

.banner_wrapper {
    width: 100%;
    overflow: hidden;
    height: 40%;
}

.banner {
    background: url('../img/chapas.jpg') 150% 0 no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center;
    position: relative;
    animation: zoom 10s ease-in-out 0s alternate none infinite;
    -webkit-animation: zoom 10s ease-in-out 0s alternate none infinite;
    -moz-animation: zoom 10s ease-in-out 0s alternate none infinite;
    /* width: 100%; */
    overflow: hidden;
    height: 100%;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1) rotate(0deg);

    }
    to {
        -webkit-transform: scale(1.2, 1.2) rotate(1deg);
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1) rotate(0deg);

    }
    to {
        -moz-transform: scale(1.2, 1.2) rotate(1deg);
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1) rotate(0deg);

    }
    to {
        -o-transform: scale(1.2, 1.2) rotate(1deg);
    }
}

@keyframes zoom {
    from {
        transform: scale(1) rotate(0deg);

    }
    to {
        transform: scale(1.2, 1.2) rotate(1deg);
    }
}

/*
.banner {
    background-image: url(../img/chapas.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45%;
    animation: 10s ease-in-out 0s alternate none infinite zoom;
    -webkit-animation: 10s ease-in-out 0s alternate none infinite zoom;
    -moz-animation: 10s ease-in-out 0s alternate none infinite zoom;
}
*/

.row {
    padding-top: 1em;
}

.presentation-text {
    font-size: 2em;
}

.product-description:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #96d5d2;
    position: absolute;
    top: -20px;
    right: 139px;
}

.product-thumb {
    margin: 0 auto;
    max-width: 350px;

}

.product-thumb .product-description {
    background-color: #96d5d2;
    color: #000;
    width: 100%;
    height: 110px;
    position: relative;
}

.product-thumb .product-description h3 {
    margin: 0;
    padding-top: 15px;
    font-weight: 700;
    font-size: 1.2em;
    color: #000;
}

.product-thumb .product-description p {
    width: 100%;
    line-height: normal;

}

.intro {
    padding-top: 1em;
}

.intro h2 {
    font-size: 0.8em;
}

.intro p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.main-products {
    margin: 0 auto;
}

.main-products h3 {
    padding-bottom: 0.2em;
}

footer {
    margin-top: 35px;
    padding-top: 15px;
    min-height: 300px;
    background-color: #f69788;
}

.footer-form {
    margin-top: 1em;
    margin-bottom: 1em;
}

.footer-form #name {
    color: black;
}

.footer-links {
    margin-top: 1em;
}

.footer-copyright {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
}

::-webkit-input-placeholder {
    color: #424242;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #424242;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #424242;
}

:-ms-input-placeholder {
    color: #424242;
}

/* PRODUCT */
.product .images-main img {
    height: auto;
    /*width: 100%;*/
    margin: 0 auto;
}

.product form .quantity {
    width: 4em;
    text-align: center;
    margin-bottom: 0.5em;

}

.product form input {
    /*
    float: left;
    display: inline;
    */
}

.product .price {
    font-size: 1.2em;
    color: #96d5d2;
    padding: 0.2em 2em 0 0;
}

/*
.product .quantity {
    width: 60px;
    height: 42px;
    text-align: center;
    padding: 0 15px;
    border: 1px solid #eaeaea;
}
*/

.product-adder *{
    float: right;
    display: inline;
    margin-bottom: 0.5em;
}

.product-minus-button,
.product-plus-button {

    padding: 0.5em 1em;

}

.add-to-cart {
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0.5em 0.5em;
}

/*
.product .minus-button,
.product .plus-button {
    border: medium none;
    clear: both;
    color: #999;
    font-size: 20px;
    line-height: 15px;
    padding: 13px 14px 10px 16px;
    text-align: center;
}

.product .minus-button,
.product .plus-button {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    transition: color 300ms ease-in-out 0s,
    background-color 300ms ease-in-out 0s,
    background-position 300ms ease-in-out 0s;
}

.product .minus-button:hover,
.product .plus-button:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}
*/

.product .minus-button,
.product .plus-button {
    height: 42px;
    width: 4em;
}

.product-text {
    margin-bottom: 1em;
}

.product h2 {
    margin-top: 0em;
    margin-bottom: 4px;
    line-height: 1em;
}

.product .product-short-description {
    margin-top: 10px;
}

.out-stock {
    color: red;
    padding: 15px 0 15px 0;
}

.form-wrapper {
    margin-top: 0.2em;
}

.product .product-short-description .autor {
    font-size: 1.2em;
}

.product .product-short-description ul {
    font-size: 0.8em;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0.8em;
}

.product .product-short-description p {
    margin-bottom: 0.8em;
}

/* CART */

.cart form input {
    float: left;
    display: inline;
    margin-bottom: 0;

}

.cart .minus-button,
.cart .plus-button {
    height: 42px;
    width: 4em;
}

.cart .quantity {
    width: 60px;
    height: 42px;
    text-align: center;
    padding: 0 15px;
    border: 1px solid #eaeaea;
}

.cart-wrapper .cart ul {
    list-style: none;
    margin-left: 0;
}

.cart li {
    height: auto;
    background-color: #96d5d2;
    margin-bottom: 5px;
    padding-left: 2em;

}

.cart li span {
    display: inline;
}

.cart .product-name {
    font-size: 1.6em;
    color: black !important;
}

.cart .product-form {
}

.cart .cart-total {
    background-color: #96d5d2;
    padding-right: 1em;
}

.cart-wrapper ul {
    margin-left: 3em;
}

.button-1 {
    background-color: white;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Lato, Roboto, Arial, Times;
    font-size: 0.8em;
    margin-left: 0.5em;
    padding: 0.5em 1em;
}

.button-1:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #000;
}

.cart .coupon-wrapper {
    width: 100%;
}

.cart .coupon-wrapper .coupon-name {
    float: left;
    margin-left: 2em;

}

.cart .coupon-wrapper .coupon-name-input {
    float: left;
    width: 100%;
}

.cart .coupon-wrapper .coupon-control {
    float: right;
    padding-top: 5px;
}

.cart .articles-wrapper {
    width: 100%;
}

.cart .wrapper {
    width: 100%;
    padding: 4px 0 5px 0;
}

/* CHECKOUT */

.payment-errors {
    color: red;
}

#card {
    width: 180px;
}

#cvc {
    width: 60px;
}

fieldset span {
    margin-right: 10px;
}

.field-border-error {
    border-color: red !important;
}

.field-text-error {
    color: red !important;
}

.stripe-logo {
    margin-top: 25px;
    width: 10em;
}

.payment-info {
    color: #4D4D4D;
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

/*CATALOG*/
.catalog-spacer {
    height: 3em;
}

/*preheader*/

/*nuevo menu*/

.pre_head {
    width: 100%;
    background-color: #000;
    overflow: hidden;
    height: 2.5em;
    position: relative;
    overflow: hidden;
    text-align: right;
}

.pre_head li {

    padding: 8px 45px 0 0;
    display: inline-block;
}

.pre_head a {

    display: inline-block;
    color: #fff;

}

.pre_head a:hover {
    color: rgb(249, 237, 145);
}

.pre_head span {
    display: none;
}

.store {
    font-family: Lato, Roboto, Arial, Times;
    font-size: 1.2em;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 900;
    text-transform: uppercase;
}

@media only screen and (max-width: 450px) {
    .logotype {
        padding: 0;
    }
}

@media only screen and (max-width: 450px) {
    .btn-menu {
        left: -20px;
        width: 30px;
    }
}

@media only screen and (max-width: 450px) {
    .pre_head {
        /*text-align: center;*/
    }
}

@media only screen and (max-width: 460px) {
    .social-footer li {
        line-height: 283%;
    }
}

/*fin de nuevo menu*/

.icon {
    font-family: fontello;
}

.icon span {
    margin-left: 10%;
    color: #FFF;
    font-family: Lato, Roboto, Arial, Times;
    font-size: 0.8em;
}

.twitter:before {
    content: '\e802';
}

.facebook:before {
    content: '\e800';
}

.gplus:before {
    content: '\e801';
}

.instagram:before {
    content: '\e803';
}