@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,900,800,700,600,500,300,200,100);

@font-face {
    font-family: Montserrat-Light;
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}


@-moz-document url-prefix() {

    @media (min-width: 767px) and (max-width: 1200px) {
        #buscarimg {
        margin-bottom: 26px;
    }
    }


    
}


button, html input[type=button], input[type=reset], input[type=submit] {

font-family: Montserrat-Regular;
}



td, th {
    font-family: Montserrat-Light;
    font-size:10px;
    margin:5px;
    padding:5px;
}

th {
     padding:5px;
}


p {
    font-family: Montserrat-Light;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
    font-style: normal;
}

.bold {
    font-family: Montserrat-Bold;
}

.scrol {
    display: none;
}

.scrol2 {
    display: block;
}

.extrabold {
    font-family: Montserrat-Bold;
}

.normal {
    font-family: Montserrat-Regular;
}



.extrabold:before {
    content: url(../images/comilla1.png);
    position: absolute;
    top: -5px;
    left: -10px;
}

.extrabold:after {
    content: url(../images/comilla2.png);
    position: absolute;
    bottom: 75px;
}

a {
    font-family: Montserrat-Regular;
    font-weight: normal;
    font-size: 14px;
}

.search-form {
    display: inline-block;
    position: relative;
    width: 200px;
    margin-top: 0px;
    z-index: 3;
}

@media (max-width: 1199px) {
    .search-form {
        margin-top: 1px;
    }
}

@media (max-width: 991px) {
    .search-form {
        width: 221px;
    }
}

.search-form_label {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    background: #fff;
    border: 1px solid #000;
    margin-top: 5px;
}

@media (max-width: 1199px) {
    .search-form_label {
        margin-bottom: 0;
    }
}

.search-form_input {
    outline: none;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    vertical-align: baseline;
    box-shadow: none;
    color: #333;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    height: 20px;
    font-family: Montserrat-Regular;
}

@media (max-width: 1199px) {
    .search-form_input {
        height: 20px;
    }
}

.search-form_submit {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    width: 7%;
    right: 0;
    font: 400 21px/24px 'FontAwesome', sans-serif;
    color: transparent;
}

    .search-form_submit::-moz-focus-inner {
        border: none;
        padding: 0;
    }

    .search-form_submit:before {
        content: '\f002';
        font-size: 30px;
    }

    .search-form_submit:hover {
        color: #21c2f8;
    }

@media (max-width: 767px) {



    .search-form {
        display: none;
        position: fixed;
        top: 75px;
        left: 15px;
        right: 15px;
        background: rgba(255, 255, 255, 0.95);
        width: auto;
        border: 1px solid #c9c9c9;
        -moz-transition: 0.4s;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .search-form_label {
        border: none;
    }
}

.search-form_toggle {
    display: inline-block;
    color: #222533;
    font: 400 16px/14px 'FontAwesome';
    position: fixed;
    z-index: 999999999;
    right: 40px;
    top: 20px;
    min-width: 13px;
    font-size: 30px;
    margin-right: 5px;
}

#linkf:after {
    font: 400 16px/14px 'FontAwesome';
    content: '\f078';
    float: right;
}

#linkf.active:after {
    font: 400 16px/14px 'FontAwesome';
    content: '\f077';
}


.search-form_toggle:before {
    content: '\f002';
}

.search-form_toggle:focus {
    color: #4fa6dc;
}

.search-form_toggle.active,
.search-form_toggle:hover {
    color: #4fa6dc;
}

    .search-form_toggle.active:before {
        content: '\f00d';
    }


.search-form_togglecarrito {
    display: inline-block;
    color: #222533;
    font: 400 16px/14px 'FontAwesome';
    position: fixed;
    z-index: 999999999;
    right: 5px;
    top: 20px;
    min-width: 13px;
    font-size: 30px;
    margin-right: 5px;
}

    .search-form_togglecarrito:before {
        content: '\f07a';
    }

    .search-form_togglecarrito:focus {
        color: #4fa6dc;
    }

    .search-form_togglecarrito.active,
    .search-form_togglecarrito:hover {
        color: #4fa6dc;
    }

        .search-form_togglecarrito.active:before {
            content: '\f00d';
        }

#myBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #4fa6dc;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 60%;
    opacity: 0.7;
}

    #myBtn:hover {
        background-color: #4fa6dc;
        opacity: 1;
    }




@media (min-width: 768px) {
    .search-form_toggle {
        display: none;
    }

    .search-form_togglecarrito {
        display: none;
    }
}

.search-form + * {
    margin-top: 25px;
}

.search-form.on {
    display: block;
    height: 50%;
    opacity: 0.9;
}

.search-form_liveout {
    text-align: left;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 1;
}

.lt-ie9 .search-form_liveout {
    filter: alpha(opacity=0);
}

.search-form_liveout .search_list {
    padding: 10px;
    list-style-type: none;
    font-size: 11px;
    line-height: 24px;
    background: #ffffff;
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}

    .search-form_liveout .search_list li + li {
        margin-top: 2px;
    }

    .search-form_liveout .search_list a {
        padding-left: 5px;
    }

.search-form_liveout .search_link {
    font-family: 'Raleway', sans-serif;
    display: block;
    padding: 5px 10px;
    background: #ffffff;
    color: #21c2f8;
}

    .search-form_liveout .search_link .search_title {
        color: #21c2f8;
        font: 700 13px/18px 'Raleway', sans-serif;
        text-transform: uppercase;
    }

    .search-form_liveout .search_link:hover {
        background: #21c2f8;
        color: #ffffff;
    }

        .search-form_liveout .search_link:hover .search_title {
            color: #ffffff;
        }

.search-form_liveout .search_error {
    display: block;
    color: #21c2f8;
    background: #fafafa;
    padding: 10px 10px;
    overflow: hidden;
    font-size: 14px;
}

.search-form_liveout .match {
    display: none;
}

.search-form_liveout button {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    color: #045e7c;
    background: #fafafa;
    padding: 10px 10px;
}

    .search-form_liveout button::-moz-focus-inner {
        border: none;
        padding: 0;
    }

    .search-form_liveout button:hover {
        background: #21c2f8;
        color: #ffffff;
    }

input:focus + .search-form_liveout {
    opacity: 1;
    filter: alpha(opacity=100);
}

.lt-ie9 input:focus + .search-form_liveout {
    filter: alpha(opacity=100);
}

.search-form_liveout .tablet,
.mobile .search-form_liveout {
    display: none !important;
}

.search-frame,
.search-frame body {
    width: 100%;
    height: auto;
    background: transparent;
}

    .search-frame,
    .search-frame body,
    .search-frame h1,
    .search-frame h2,
    .search-frame h3,
    .search-frame h4,
    .search-frame h5,
    .search-frame h6,
    .search-frame p,
    .search-frame em {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: top;
    }

        .search-frame img {
            max-width: 100%;
            height: auto;
        }

        .search-frame a {
            font: inherit;
            color: inherit;
            text-decoration: none;
            -moz-transition: 0.3s all ease;
            -webkit-transition: 0.3s all ease;
            -o-transition: 0.3s all ease;
            transition: 0.3s all ease;
        }

            .search-frame a:active {
                background: transparent;
            }

            .search-frame a:focus {
                outline: none;
            }

        .search-frame h4 {
            color: #222533;
            font-family: 'Raleway', sans-serif;
            font-size: 20px;
            font-weight: 700;
            text-transform: none;
        }

@media (max-width: 979px) {
    .search-frame h4 {
        font-size: 16px;
        line-height: 16px;
    }
}

.search-frame h4 a:hover {
    color: #21c2f8;
}

.search-frame .search_list {
    color: #222533;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: top;
    list-style-type: none;
    counter-reset: num1;
}

    .search-frame .search_list p {
        font: 300 15px/22px 'Raleway', sans-serif;
    }

    .search-frame .search_list .match {
        color: #21c2f8;
        font-size: 12px;
        display: block;
    }

    .search-frame .search_list li {
        padding-top: 20px;
        padding-left: 50px;
        position: relative;
        padding-bottom: 20px;
        -moz-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

        .search-frame .search_list li:hover {
            background: rgba(0, 255, 0, 0.1);
        }

        .search-frame .search_list li:before {
            content: counter(num1) '.';
            counter-increment: num1;
            position: absolute;
            left: 5px;
            top: 20px;
            width: 24px;
            height: 24px;
            font-size: 24px;
            line-height: inherit;
        }

        .search-frame .search_list li + li {
            border-top: 5px solid #21c2f8;
        }

.search-frame .search {
    color: #21c2f8;
    font-weight: 700;
}

.search-frame .match {
    color: #222533;
    font-size: 12px;
    display: block;
}

.search-frame * + p {
    margin-top: 16px;
}

body.search_body {
    background: #1b1b1d;
}

.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.search_head {
    padding-bottom: 25px;
}



@media (max-width: 415px) {
    #histcat {
        height: 300px;
        margin: 0px;
    }

    .row .col-xs-66 {
        width: 50%;
    }

    .col-xs-12 {
        width: 100%;
    }

    #homehistoria2 {
        text-align: center;
        color: #fff;
        font-size: 20px;
        letter-spacing: 2px;
        vertical-align: middle;
        margin-top: 36%;
    }

    #producto {
        height: 280px;
    }

    #producto2 {
        height: 280px;
    }

    .col-xs-2 {
        width: 50%;
        height: 240px;
    }

    .col-xs-20 {
        width: 160%;
        height: auto;
    }


    .col-xs-333 {
        height: 240px;
        width: 50%;
    }

    .col-xs-44 {
        width: 50%;
        height: 270px;
    }
}

@media (min-width: 416px) and (max-width: 767px) {

    #histcat {
        height: 400px;
        margin: 0px;
    }

    .col-xs-12 {
        width: 50%;
    }

    .row .col-xs-66 {
        width: 25%;
    }

    #producto {
        height: 100%;
    }

    #producto2 {
        height: 100%;
    }

    #homehistoria2 {
        text-align: center;
        color: #fff;
        font-size: 20px;
        letter-spacing: 2px;
        vertical-align: middle;
        margin-top: 17%;
    }

    .col-xs-2 {
        width: 50%;
        height: 100%;
    }

    .col-xs-333 {
        height: 100%;
        width: 50%;
    }


    .col-xs-44 {
        width: 50%;
        height: 450px;
    }
}


@media (max-width: 767px) {

    .form-controlselect2 {
    display: block;
    width: 100%;
    float:right;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #989898;
    font-family: Montserrat-Regular;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


    #eliminacar {
        float: left;
        margin-top: -60px;
    }

    #detalleped {
        float: right;
        margin-top: 5px;
    }

    #modalpeq {
        width: 100%;
    }

    .col-xs-66 {
        width: 100%;
    }



    #carritodiv {
        width: 100%;
    }

    #carritodiv4 {
        width: 100%;
        height: auto;
    }

    #carritodiv5 {
        width: 100%;
        height: auto;
    }

    .btn-default {
        width: 100%;
    }


    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
    }

    #logomobil {
        display: block;
        position: fixed;
        width: 40px;
        z-index: 999999999;
        text-align: center;
        top: 5px;
        left: 35%;
    }

    #logoprincipal {
        display: none;
    }

    .scrol2 {
        display: none;
    }

    #homehistoria {
        display: none;
    }

    #homehistoria2hh {
        text-align: center;
        color: #fff;
        font-size: 18px;
        letter-spacing: 2px;
        vertical-align: middle;
        width: 100%;
        background-color: #000;
        opacity: 0.5;
        height: 50px;
        padding-top: 10px;
    }

    #homehistoria2h {
        text-align: left;
        color: #fff;
        font-size: 14px;
        letter-spacing: 2px;
        vertical-align: middle;
    }

    #historiasprincipal {
        display: none;
    }

    #historiasprincipal2 {
        display: none;
    }

    #historiasprincipal3 {
        display: none;
    }

    #homehistoria3 {
        display: none;
    }

    #homehistoria4 {
        display: none;
    }

    .carousel-inner {
        height: 250px;
    }

    .carousel {
        height: 250px;
    }

    .col-xs-3 {
        width: 50%;
    }



    .col-xs-33 {
        width: 100%;
    }


    .col-xs-9 {
        width: 100%;
    }



    .oculta {
        display: block;
    }

    .muestra {
        display: none;
    }

    .videoyoutube {
        height: 250px;
        margin-top: 3%;
    }

    .carousel-inner > .item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 50%;
    }

    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        z-index: 10;
        height: 100%;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        line-height: 1;
        height: 50%;
    }

    .row .col-sm-12 {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    /* Declare heights because of positioning of img element */
    .carousel .item {
        height: 500px;
        background-color: #777;
    }

    #resumen {
        margin-top: 35%;
    }

    #precior {
        bottom: 50%;
    }

    #registro2 {
        display: block;
    }

    #iniciars2 {
        display: block;
    }

    #micuenta2 {
        display: block;
    }

    #carritodiv6 {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #E5E5E5;
    }

    #carritodiv7 {
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 100px;
    }

    .tablacar4 {
        text-align: right;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {

       .form-controlselect2 {
    display: block;
    width: 200px;
    height: 28px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #fff;
    font-family: Montserrat-Regular;
   float:left;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .form-controlselect {
    display: block;
    width: 200px;
    float:right;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #989898;
    font-family: Montserrat-Regular;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


    #registro2 {
        display: none;
    }

    #iniciars2 {
        display: none;
    }

    #micuenta2 {
        display: none;
    }

    #precior {
        bottom: 50%;
    }

    #stuck_container {
        position: sticky;
    }

    #eliminacar {
        float: right;
        margin-top: -20px;
    }

    #detalleped {
        float: right;
        margin-top: 5px;
    }


    #resumen {
        margin-top: 5%;
    }

    #modalpeq {
        width: 50%;
    }

    /* Declare heights because of positioning of img element */
    .carousel .item {
        height: 500px;
        background-color: #777;
    }


    .tablacar {
        font-size: 10px;
        text-align: left;
        vertical-align: middle;
        margin-top: 20%;
    }

    .tablacar3 {
        font-size: 10px;
        text-align: center;
        vertical-align: middle;
        margin-top: 20%;
    }

    .tablacar4 {
        font-size: 10px;
        text-align: center;
        vertical-align: middle;
        margin-top: 20%;
    }


    .tablacar2 {
        font-size: 9px;
        color: #eda251;
        text-align: left;
    }

    #carritodiv {
        width: 20%;
        padding-top: 8px;
        border-bottom: 1px solid #777;
        height: auto;
    }

    #carritodiv4 {
        width: 25%;
        padding-top: 8px;
        border-bottom: 1px solid #777;
        height: 60px;
    }

    #carritodiv5 {
        width: 25%;
        padding-top: 8px;
        border-bottom: 1px solid #777;
        border-top: 1px solid #777;
        height: 30px;
    }


    .carousel-inner > .item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 500px;
    }


    .videoyoutube {
        height: 400px;
        margin-top: 3%;
    }


    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .oculta {
        display: none;
    }

    .muestra {
        display: block;
    }

    #logomobil {
        display: none;
        position: fixed;
        width: 40px;
        z-index: 999999999;
        right: 120px;
        top: 5px;
        min-width: 13px;
    }


    #homehistoria {
        font-family: Montserrat-Bold;
        color: #fff;
        font-size: 24px;
        text-align: left;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    #homehistoria2 {
        color: #fff;
        font-size: 15px;
        text-align: left;
        letter-spacing: 2px;
        vertical-align: middle;
    }

    #homehistoria2h {
        text-align: left;
        color: #fff;
        font-size: 15px;
        letter-spacing: 2px;
        vertical-align: middle;
        margin-left: 3%;
    }

    #homehistoria2hh {
        text-align: left;
        color: #fff;
        font-size: 15px;
        letter-spacing: 2px;
        vertical-align: middle;
        margin-left: 3%;
    }

    .carousel {
        height: 410px;
    }

    .carousel-inner {
        height: 410px;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-33 {
        width: 25%;
    }


    .col-sm-12 {
        width: 50%;
    }

    .col-xs-12 {
        width: 50%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .normal:before {
        content: url(../images/comilla1.png);
        position: absolute;
        top: 0px;
        left: 10px;
    }

    .normal:after {
        content: url(../images/comilla2.png);
        position: absolute;
        right: 0px;
    }

    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        z-index: 10;
        padding: 5%;
        background-color: rgba(0,0,0,0.5);
        width: 50%;
        height: 100%;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        line-height: 1;
        height: 100%;
    }

    #producto {
        height: 100%;
    }

    #producto2 {
        height: 250px;
    }

    .col-md-44 {
        width: 33.33333333%;
        height: 260px;
    }
}


@media (min-width: 1023px) and (max-width: 2500px) {

    .form-controlselect2 {
    display: block;
    width: 200px;
    height: 28px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #fff;
    font-family: Montserrat-Regular;
   float:left;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .form-controlselect {
    display: block;
    width: 200px;
    float:right;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #989898;
    font-family: Montserrat-Regular;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


    #registro2 {
        display: none;
    }

    #iniciars2 {
        display: none;
    }

    #micuenta2 {
        display: none;
    }

    #precior {
        margin-top: 10px;
    }

    #producto2 {
        height: 320px;
    }

    #stuck_container {
        position: sticky;
    }

    #resumen {
        margin-top: 5%;
    }

    #eliminacar {
        float: right;
        margin-top: -25px;
    }

    #detalleped {
        float: right;
        margin-top: 5px;
    }



    .col-md-44 {
        width: 33.33333333%;
        height: 350px;
    }

    .tablacar {
        font-size: 14px;
        text-align: left;
        font-weight: bold;
        margin-top: 25%;
    }

    .tablacar2 {
        font-size: 12px;
        color: #eda251;
        text-align: left;
    }

    .tablacar3 {
        font-size: 12px;
        text-align: center;
        vertical-align: middle;
        margin-top: 25%;
    }

    .tablacar4 {
        font-size: 12px;
        text-align: center;
        vertical-align: middle;
        margin-top: 25%;
    }

    #carritodiv {
        width: 20%;
        padding-top: 8px;
        border-bottom: 1px solid #777;
        height: auto;
    }

    #carritodiv4 {
        width: 25%;
        padding-top: 8px;
        border-bottom: 1px solid #777;
        height: 60px;
    }

    #carritodiv5 {
        width: 25%;
        padding-top: 8px;
        border-bottom: 1px solid #777;
        border-top: 1px solid #777;
        height: 30px;
    }

    #producto {
        height: 300px;
    }


    /* Declare heights because of positioning of img element */
    .carousel .item {
        height: 600px;
        background-color: #777;
    }

    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        z-index: 10;
        padding: 5%;
        background-color: rgba(0,0,0,0.5);
        width: 50%;
        height: 100%;
    }


    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        line-height: 1;
        height: 100%;
    }

    .carousel-inner > .item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 600px;
    }

    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: 100%;
    }

    .oculta {
        display: none;
    }

    .muestra {
        display: block;
    }

    #logomobil {
        display: none;
        position: fixed;
        width: 40px;
        z-index: 999999999;
        right: 120px;
        top: 5px;
        min-width: 13px;
    }

    .normal:before {
        content: url(../images/comilla1.png);
        position: absolute;
        top: 0px;
        left: 15px;
    }

    .normal:after {
        content: url(../images/comilla2.png);
        position: absolute;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-33 {
        width: 25%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    #homehistoria {
        font-family: Montserrat-Bold;
        color: #fff;
        font-size: 40px;
        text-align: left;
        margin-bottom: 10px;
        margin-top: 12%;
        margin-left: 3%;
    }

    #homehistoria2 {
        color: #fff;
        font-size: 15px;
        text-align: left;
        letter-spacing: 2px;
        vertical-align: middle;
        margin-left: 3%;
    }

    #homehistoria3 {
        margin-left: 3%;
    }

    #homehistoria4 {
        margin-left: 3%;
    }

    #homehistoria2hh {
        color: #fff;
        font-size: 15px;
        text-align: left;
        letter-spacing: 2px;
        vertical-align: middle;
        margin-left: 3%;
    }

    #homehistoria2h {
        color: #fff;
        font-size: 15px;
        text-align: left;
        letter-spacing: 2px;
        vertical-align: middle;
        margin-left: 3%;
    }


    .carousel {
        height: 600px;
    }

    .extrabold:after {
        bottom: 120px;
    }

    .video-responsive {
        position: relative;
        padding-bottom: 56.25%; /* 16/9 ratio */
        padding-top: 30px; /* IE6 workaround*/
        height: 0;
        overflow: hidden;
    }

        .video-responsive iframe,
        .video-responsive object,
        .video-responsive embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
}


@media (min-width: 1150px) and (max-width: 2500px) {

    #quiero {
        margin-left: 10%;
        margin-right: 8%;
    }

    #quiero2 {
        margin-left: 10%;
        margin-right: 0px;
    }

    .normal:before {
        content: url(../images/comilla1.png);
        position: absolute;
        top: 0px;
        left: 45px;
    }

    .normal:after {
        content: url(../images/comilla2.png);
        position: absolute;
    }
}


@media (min-width: 950px) and (max-width: 1039px) {

    .margen {
        margin-left: 3%;
    }
}

@media (min-width: 1040px) and (max-width: 1139px) {

    .margen {
        margin-left: 3%;
    }
}

@media (min-width: 1140px) and (max-width: 1200px) {

    .margen {
        margin-left: 3%;
    }
}

@media (min-width: 1201px) and (max-width: 2500px) {

    .margen {
        margin-left: 5%;
    }
}

@media (min-width: 767px) and (max-width: 899px) {

    #histcat {
        height: 500px;
        margin: 0px;
    }


    .clashistoria {
        height: 250px;
    }

    #dtupaislogan {
        font-size: 14px;
    }

    #carritodiv2 {
        width: 20%;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 100px;
        border-bottom: 1px solid #E5E5E5;
    }

    #carritodiv3 {
        width: 25%;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 100px;
        border-bottom: 1px solid #E5E5E5;
    }

    #carritodiv6 {
        width: 25%;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 100px;
        border-bottom: 1px solid #E5E5E5;
    }

    #carritodiv7 {
        width: 25%;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 100px;
        border-bottom: 1px solid #E5E5E5;
    }
}

@media (min-width: 900px) and (max-width: 1299px) {

    #histcat {
        height: 600px;
        margin: 0px;
    }

    .clashistoria {
        height: 300px;
    }

    #dtupaislogan {
        font-size: 18px;
    }

    #carritodiv2 {
        width: 20%;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 125px;
        border-bottom: 1px solid #E5E5E5;
    }

    #carritodiv3 {
        width: 25%;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 125px;
        border-bottom: 1px solid #E5E5E5;
    }

    #carritodiv6 {
        width: 25%;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 100px;
        border-bottom: 1px solid #E5E5E5;
    }

    #carritodiv7 {
        width: 25%;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 120px;
        border-bottom: 1px solid #E5E5E5;
    }
}

@media (min-width: 1023px) and (max-width: 1199px) {
    #modalpeq {
        width: 40%;
    }

    #alineatabla {
        margin-left: 5%;
    }
}

@media (min-width: 1200px) and (max-width: 2500px) {

    #alineatabla {
        margin-left: 9%;
    }


    #modalpeq {
        width: 32%;
    }

    #histcat {
        height: 600px;
        margin: 0px;
    }

    #carritodiv2 {
        width: 20%;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 175px;
        border-bottom: 1px solid #E5E5E5;
    }

    #carritodiv3 {
        width: 25%;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 175px;
        border-bottom: 1px solid #E5E5E5;
    }

    #carritodiv6 {
        width: 25%;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 175px;
        border-bottom: 1px solid #E5E5E5;
    }

    #carritodiv7 {
        width: 25%;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 140px;
        border-bottom: 1px solid #E5E5E5;
    }

    .clashistoria {
        height: 330px;
    }

    #dtupaislogan {
        font-size: 22px;
    }
}





/*-- //Ratings --*/
.color-quality ul li {
    display: inline-block;
    margin-right: .5em;
}

    .color-quality ul li a {
        font-size: 14px;
        color: #999;
        text-decoration: none;
    }

        .color-quality ul li a span {
            width: 25px;
            height: 25px;
            display: block;
            background: #921515;
            margin: 0 auto .5em;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            -o-border-radius: 25px;
            -ms-border-radius: 25px;
            margin-left: 10px;
        }

        .color-quality ul li a.brown span {
            background: #00008c;
        }

        .color-quality ul li a.Morado span {
            background: #8904B1;
        }

        .color-quality ul li a.Gris span {
            background: #ff00ff;
        }

        .color-quality ul li a.Azul span {
            background: #21c2f8;
        }

        .color-quality ul li a.Rojo span {
            background: #ff0000;
        }

        .color-quality ul li a.Blanco span {
            background: #fff;
            border: 1px solid #eee;
        }

        .color-quality ul li a.Amarillo span {
            background: #FF9B05;
        }

        .color-quality ul li a.Negro span {
            background: #000;
        }

        .color-quality ul li a.Verde span {
            background: #04B431;
        }

        .color-quality ul li a.Naranja span {
            background: #FF8000;
        }

        .color-quality ul li a.Violeta span {
            background: #DF01A5;
        }

        .color-quality ul li a.Magenta span {
            background: #8A0868;
        }

        .color-quality ul li a.Café span {
            background: #921515;
        }

        .color-quality ul li a.Beige span {
            background: #F7F8E0;
        }

        .color-quality ul li a.Aguamarina span {
            background: #58FAF4;
        }

        .color-quality ul li a.Rosado span {
            background: #F6CEF5;
        }


.color-quality-left {
    float: left;
}

    .color-quality-left h5, .color-quality-right h5, .occasional h5 {
        text-transform: uppercase;
        font-size: 1em;
        color: #FF9B05;
        margin: 0 0 1em;
    }

.color-quality-right {
    float: left;
}
/*-- //checkout --*/
/*-----start-responsive-design------*/


@media (max-width: 414px) {

    .color-quality-left {
        float: none;
    }

    .color-quality-right {
        float: none;
        margin: 1.5em 0 0;
    }
}

@media (max-width:384px) {

    .color-quality-left {
        float: none;
        margin-bottom: 1em;
    }

    .color-quality-right {
        margin-left: 0;
        float: none;
    }
}

@media (max-width:320px) {

    .w3_footer_grid ul li, .contact-left ul li, .contact-left input[type="text"], .contact-left input[type="email"], .contact-left textarea, .occasional label, .review_grids input[type="text"], .review_grids input[type="email"], .review_grids textarea, .breadcrumb_dress ul li, .panel-body ul li a, .ecommerce_color ul li a, select.select_item, .color-quality ul li a {
        font-size: 13px;
    }

    .color-quality-left h5, .color-quality-right h5, .occasional h5 {
        font-size: .8em;
    }
}


/*-- quantity-starts --*/
.value-minus,
.value-plus, .value-minus1, .value-minus2, .value-minus3, .value-minus4, .value-minus5, .value-minus6, .value-minus7, .value-minus8, .value-minus9, .value-minus10, .value-minus11, .value-minus12, .value-minus13, .value-minus14, .value-minus15,
.value-plus1, .value-plus1, .value-plus2, .value-plus3, .value-plus4, .value-plus5, .value-plus6, .value-plus7, .value-plus8, .value-plus9, .value-plus10, .value-plus11, .value-plus12, .value-plus13, .value-plus14, .value-plus15 {
    height: 40px;
    line-height: 24px;
    width: 30px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    background-color: rgba(0, 0, 0, 0.2);
    vertical-align: bottom;
}

.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before, .quantity-select .entry.value-minus1:before, .quantity-select .entry.value-minus2:before, .quantity-select .entry.value-minus3:before, .quantity-select .entry.value-minus4:before, .quantity-select .entry.value-minus5:before, .quantity-select .entry.value-minus6:before, .quantity-select .entry.value-minus7:before, .quantity-select .entry.value-minus8:before, .quantity-select .entry.value-minus9:before, .quantity-select .entry.value-minus10:before, .quantity-select .entry.value-minus11:before, .quantity-select .entry.value-minus12:before, .quantity-select .entry.value-minus13:before, .quantity-select .entry.value-minus14:before, .quantity-select .entry.value-minus15:before,
.quantity-select .entry.value-plus1:before, .quantity-select .entry.value-plus2:before, .quantity-select .entry.value-plus3:before, .quantity-select .entry.value-plus4:before, .quantity-select .entry.value-plus5:before, .quantity-select .entry.value-plus6:before, .quantity-select .entry.value-plus7:before, .quantity-select .entry.value-plus8:before, .quantity-select .entry.value-plus9:before, .quantity-select .entry.value-plus10:before, .quantity-select .entry.value-plus11:before, .quantity-select .entry.value-plus12:before, .quantity-select .entry.value-plus13:before, .quantity-select .entry.value-plus14:before, .quantity-select .entry.value-plus15:before {
    content: "";
    width: 13px;
    height: 2px;
    background: #000;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
}

.quantity-select .entry.value-plus:after, .quantity-select .entry.value-plus1:after, .quantity-select .entry.value-plus2:after, .quantity-select .entry.value-plus3:after, .quantity-select .entry.value-plus4:after, .quantity-select .entry.value-plus5:after, .quantity-select .entry.value-plus6:after, .quantity-select .entry.value-plus7:after, .quantity-select .entry.value-plus8:after, .quantity-select .entry.value-plus9:after, .quantity-select .entry.value-plus10:after, .quantity-select .entry.value-plus11:after, .quantity-select .entry.value-plus12:after, .quantity-select .entry.value-plus13:after, .quantity-select .entry.value-plus14:after, .quantity-select .entry.value-plus15:after {
    content: "";
    height: 13px;
    width: 2px;
    background: #000;
    left: 50%;
    margin-left: -1.4px;
    top: 50%;
    margin-top: -6.2px;
    position: absolute;
}

.value, .value1, .value2, .value3, .value4, .value5, .value6, .value7, .value8, .value9, .value10, .value11, .value12, .value13, .value14, .value15 {
    cursor: default;
    width: 40px;
    height: 40px;
    padding: 8px 0px;
    color: #000;
    line-height: 24px;
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}

.quantity-select .entry.value-minus:hover,
.quantity-select .entry.value-plus:hover, .quantity-select .entry.value-minus1:hover, .quantity-select .entry.value-minus2:hover, .quantity-select .entry.value-minus3:hover, .quantity-select .entry.value-minus4:hover, .quantity-select .entry.value-minus5:hover, .quantity-select .entry.value-minus6:hover, .quantity-select .entry.value-minus7:hover, .quantity-select .entry.value-minus8:hover, .quantity-select .entry.value-minus9:hover, .quantity-select .entry.value-minus10:hover, .quantity-select .entry.value-minus11:hover, .quantity-select .entry.value-minus12:hover, .quantity-select .entry.value-minus13:hover, .quantity-select .entry.value-minus14:hover, .quantity-select .entry.value-minus15:hover,
.quantity-select .entry.value-plus1:hover, .quantity-select .entry.value-plus2:hover, .quantity-select .entry.value-plus3:hover, .quantity-select .entry.value-plus4:hover, .quantity-select .entry.value-plus5:hover, .quantity-select .entry.value-plus6:hover, .quantity-select .entry.value-plus7:hover, .quantity-select .entry.value-plus8:hover, .quantity-select .entry.value-plus9:hover, .quantity-select .entry.value-plus10:hover, .quantity-select .entry.value-plus11:hover, .quantity-select .entry.value-plus12:hover, .quantity-select .entry.value-plus13:hover, .quantity-select .entry.value-plus14:hover, .quantity-select .entry.value-plus15:hover {
    background: #E5E5E5;
}

.quantity-select .entry.value-minus, .quantity-select .entry.value-minus1, .quantity-select .entry.value-minus2, .quantity-select .entry.value-minus3, .quantity-select .entry.value-minus4, .quantity-select .entry.value-minus5, .quantity-select .entry.value-minus6, .quantity-select .entry.value-minus7, .quantity-select .entry.value-minus8, .quantity-select .entry.value-minus9, .quantity-select .entry.value-minus10, .quantity-select .entry.value-minus11, .quantity-select .entry.value-minus12, .quantity-select .entry.value-minus13, .quantity-select .entry.value-minus14, .quantity-select .entry.value-minus15 {
    margin-left: 0;
}
/*-- quantity-end --*/

#popup {
    visibility: hidden;
    opacity: 0;
    margin-top: -300px;
}

    #popup:target {
        visibility: visible;
        opacity: 1;
        background-color: rgba(0,0,0,0.8);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        z-index: 999;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }

.popup-contenedor {
    position: relative;
    margin: 7% auto;
    padding: 30px 50px;
    background-color: #fafafa;
    color: #333;
    border-radius: 3px;
    width: 50%;
}

a.popup-cerrar {
    position: absolute;
    top: 3px;
    right: 3px;
    background-color: #333;
    padding: 7px 10px;
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
    color: #fff;
}

#imagen {
    position: relative;
}

    #imagen > div {
        height: 35px;
        position: relative;
        bottom: 35px;
        color: #fff;
        text-align: center;
        font-family: Montserrat-Light;
        background-color: #000;
        padding: 1px 10px;
        opacity: 0.8;
        font-size: 13px;
        vertical-align: middle;
        align-content: center;
    }

#imagen2 {
    position: relative;
}

    #imagen2 > div {
        letter-spacing: 1px;
        font-family: Montserrat-Regular;
        text-align: center;
        height: 30px;
        position: relative;
        bottom: 30px;
        color: #fff;
        background-color: #000;
        padding: 2px 10px;
        opacity: 0;
        font-weight: bold;
    }


div.upload {
    position: relative;
    width: 180px;
    height: 80px;
    overflow: hidden;
    background: transparent url(../images/imagen2.png) center center no-repeat;
    clip: rect(0px, 80px, 24px, 0px );
}

    div.upload input {
        position: absolute;
        right: 0px;
        top: 50px;
        margin: 0;
        padding: 0;
        filter: Alpha(Opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }
