.links-icons@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=3.0.1');
    src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../fonts/font-awesome/fontawesome-webfont.woff?v=3v=3.0.1') format('woff'),
    url('../fonts/font-awesome/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {

}

input:hover,
input:focus {
    outline: none !important;
}

.product-description span {
    font-weight: bold;
}

.product-item span {


}

.checkbox input {
    margin-right: 10px;
}


h3,
h4,
h5,
h6 {
    color: #363535;
    font-family: "Poppins", sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

h2 {
    font-size: 44px;
    line-height: 28px;
    color: #363535;
    font-weight: 600;
    line-height: 1.222;
}
#product-category  h2 {
    margin-top: 90px;
    margin-bottom: 90px;
}

h3 {

    line-height: 25px;
    font-weight: bold;
    color: #202d5b;
}
.biografia-ampliada p {
    margin-bottom:50px;
}
#relacionados h3 {
    margin-bottom: 30px;
}

h5 {
    font-size: 18px;
    line-height: 22px;
}

h1 {
    font-size: 20px;
    line-height: 28px;
    color: #363535;

}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #202d5b;
}

a h2, a h3, a h4, a h5 {
    color: #2D608E;
}

a:hover {
    outline: none;
    text-decoration: none;
    color: #363535;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}


p {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 20px;
    color: #333;

}


img {
    max-width: 100%;
}
.container-menu {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab a {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab a:hover {
    background-color: #333;
}

/* Create an active/current tablink class */
.tab a.active {
    background-color: #333;
}

/* Style the tab content */
.tabcontent {
    display: none;
    border-top: none;
}

a:focus,
.button:focus,
button:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;

}

.text-bold {
    font-weight: bold;
}
.badge{
    font-size: 100%;
    font-weight: 700;
}
.badge-primary {
    background-color: #d50000 !important;
}
.list-product{
    margin-top: 10px;
}

.sweet-alert .cancel.btn-default {
    background-color: #7b7b7b !important;
    color: #fff;
}

section {
    background-color: white;
    padding: 35px 0;
}
#search_input {
    width: inherit;
}
.section_tittle {
    width: 100%;
}
#product-category {
    padding: 0px;
}
#product-category h3 {
    margin-bottom: 40px;
}
#product-category .product-item {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
}

.section_tittle h3 {
    width: 30%;
    float: left;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.section_tittle .line-heading {
    width: 70%;
    background: #C8C9C9;
    height: 4px;
    float: right;
    margin: 5px auto;
    border-radius: 10px;
}

.section_tittle p {
    color: #556172;
    text-transform: capitalize;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
}

.row-more {
    padding: 20px 15px;
}

.row-more .read-more {
    text-align: right;
    width: 100%;
}

ul {
    margin: 30px 0 0 20px;
    padding: 10px 10px 10px 0px;

}

li {
    padding: 5px;
    margin: 0px;
}
.nav-item.typology{
    margin: 0 30px 0px 30px;
}

.z_index {
    z-index: 9 !important;
    position: relative;
}


.form-control:focus {
    color: #000;
    background: transparent;
    border-color: #202d5b;
    outline: 0;
    box-shadow: none;
}

.pageination .page-link {
    border: 0px solid transparent;
    font-weight: 500;
    font-size: 18px;
    color: #979797;
    padding: 10px 8px;
}

.pageination .page-link:hover {
    background-color: transparent;
    color: #000;
}

.pageination i {
    font-size: 12px;
}

.sidebar_box_shadow {
    box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.1);
}

.border_top {
    border-top: 1px solid #eee;
    max-width: 1110px;
    margin: 0 auto;
}

.section_bg {
    background-color: #f4edf278;
}

#main-content {
    margin:40px 0;
}
.dropdown-item.page-scroll {
    color: #202d5b;
    font-weight: bold;
    background-color: ghostwhite;

}
.dropdown-menu.control-usuario.show {
    position: absolute !important;
    top: 28px !important;
    left: -42px !important;

}
.dropdown-menu.control-usuario.language {
    border-radius: 0;
    padding: 10px 15px;
}
.sweet-alert p.lead {
    text-align: center;
    padding: 5px;
}

.dropdown-cesta.dropdown-menu.dropdown-menu-right.align-items-center.justify-content-center.show {
    margin-top: -3px;
    background-color: ghostwhite;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px 1px;
    position: absolute;
    transform: translate3d(3px, 32px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    margin-left: -12px;
    border-radius: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: none;

}
#search_input2 {
    background: #fff;
}
#autor img {
    width: 100%;
    height: auto;
}
/**************** common css end ****************/
/* Main Button Area css
============================================================================================ */
.submit_btn {
    width: auto;
    display: inline-block;
    background: #fff;
    padding: 0px 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid #edeff2;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.submit_btn:hover {
    background: transparent;
}

.btn-download {
    border-radius: 15px;
    background-color: #363535;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease; /* Safari y Chrome */
    -moz-transition: all .6s ease; /* Firefox */
    -o-transition: all .5s ease; /* IE 9 */
    -ms-transition: all .5s ease; /* Opera */
}

.btn-download:hover {
    color: #ffffff;
    background-color: #2D608E;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

/*=================== custom button rule start ====================*/
.button {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 54px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #edeff2;
    text-transform: uppercase;
    background-color: #363535;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.button:hover {
    color: #fff;
}

.button-link {
    letter-spacing: 0;
    color: #3b1d82;
    border: 0;
    padding: 0;
}

.button-link:hover {
    background: transparent;
    color: #3b1d82;
}

/* End Main Button Area css





/**************menu part start*****************/
.main_menu {
    background: none;
    position: absolute;
    z-index: 10000;
}

.main_menu .menu_icon {
    color: #ffffff;
}

.main_menu button.navbar-toggler {
    margin-top: -20px;
}

#navbarSupportedContent {
    background: #ffffff;
    position: absolute;
    top: 46px;
    width: 340px;
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
    left: 0;
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
}

#navbarSupportedContent a {
    background: #ffffff;
    color: #000;
    line-height: 15px;
    padding: 4px 15px;
}
.navbar-nav.secundari{
    flex-direction: inherit;
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 10px;
}

.main_menu .navbar {
    padding: 0px;
}

.nav-link.waves-effect.waves-light:hover {
    color: #fff;
    text-decoration-line: underline;
}

.main_menu .main-menu-item ul li .nav-link {
    color: #ffffff;
    font-size: 15px;
    padding: 15px 21px;
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 400;
}





.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-image: none;
    background-size: auto;
    background-size: 100% 100%;
}



.navbar-brand {
    color: #ffffff;
    padding: 0em;
    line-height: 48px;
    font-size: 1.2em;
    height: 55px;

}

.nav-link {
    color: #ffffff;
}

.main_menu .main-menu-item ul li .nav-link:hover, .main_menu .main-menu-item ul li .nav-link:active, .main_menu .main-menu-item ul li .nav-link:focus {
    color: #C7CACC;
}

.main_menu .main-menu-item ul li .dropdown-item:hover {
    color: #d50000 !important;
}

.main_menu .main-menu-item ul li .nav-link.active {
    color: #ffffff;
    background-color: #2D608E;
    border: 3px solid #2D608E;
}

.main_menu .main-menu-item ul li .nav-link.active:hover {
    color: #ffffff;
}


.main_menu #search_1 {
    padding: 25px 0;
    line-height: 16px;
    width: 100%;
}

.main_menu #search_1 i {
    color: #000;
}

.main_menu .search_input {
    z-index: 9999;
    text-align: center;
    background: #F0F0F1;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    border-top: 1px solid #363535;
    left: 0;
    top: 66px;
}

.main_menu .search_input ::placeholder {
    color: #626262 !important;
}

.main_menu .search_input .form-control {
    background: transparent;
    border: 0;
    color: #626262;
    font-weight: 400;
    font-size: 15px;
    padding: 0;
    padding: 10px;
    height: 45px;
}

.main_menu .search_input .btn {
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

.main_menu .search_input .ti-close {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    background: #2D608E;
    padding: 15px;
    margin: 0
}

.justify-content-between.search-inner {
    margin-top: 16px;
    width: 100%
}

.main_menu .search-inner {
    height: 45px;
}

.main_menu .search_input .container {
    padding: 0;
}

.main_menu .form-control:focus {
    box-shadow: none;
}

.main_menu .active_color {
    color: #f5790b !important;
}

.main_menu a i {
    color: #ffffff !important;
    position: absolute;
    z-index: 1;
    font-size: 30px;
    margin: 0 0 0 0;
    line-height: 10px;
}

.main_menu .cart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border: 0px solid transparent;
}

.main_menu .nav-item {
    text-align: left;

}

.main_menu .navbar-nav {
    width: 100%;
    margin: 0;

}

.menu_fixed {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    top: 0;
}

.menu_fixed .active_color {
    color: #363535 !important;
}

.btn.btn-primary.collapsed.waves-effect.waves-light {

    background-color: transparent !important;
    color: #000;
    border-color: transparent;
    box-shadow: none;
    display: inline-block;
    bottom: 9px;
    float: right;
    top: -4px;
    display: inline-block;
    position: absolute;
    right: 0;
    display: flex;

}

.sidebar-nav::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar {
    width: 10px;
}

.sidebar-nav::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
}

.sidebar-nav::-webkit-scrollbar:horizontal {
    height: 10px;
}

.sidebar-nav::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}
.sidebar-nav::-webkit-scrollbar-track {
    border-radius: 10px;
}


.dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    border: 0px solid transparent;
    background-color: #4E4E4E;
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 8px 20px !important;
    color: #fff;
    background-color: #202d5b;
    text-transform: capitalize;
}

.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    background-color: #fff;
}

.dropdown:hover .dropdown-menu {
    transform: scale(1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.dropdown:hover .dropdown-menu {
    display: block;
    top: 54px;
    overflow: auto;
}

.dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    border: 0px solid transparent;
    background-color: #202d5b;
    border-radius: 0;
    margin: 10px 0 0 0;
}

.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    background-color: #fff;
    padding: 0;
    margin: 0 0 0 15px;
}

.dropdown-item label {
    color: #aaa;
    margin-right: .5rem;
}

.dropdown-item label input[type=radio]:checked + span, .dropdown-item:hover label input[type=radio]:checked + span{
    color: #202d5b;
}
.dropdown-item label:hover input[type=radio] + span {
    color: #aaa;
}

.dropdown-item input[type=radio] {
    border: 1px solid #202d5b;
}

.navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-language {
    position: absolute;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-language #navbarDropdown_2 {
    border-left: 1px solid #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}





.search-inner select {
    font-size: 13px;
    padding-left: 2px;
    width: auto;
    padding-right: 2px;
    width: 120%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    height: 35px;
    background-color: #363535 !important;
}

.search-inner .form-group {
    width: 140px;
    overflow: hidden;
    margin: 0;
}

.search-inner .form-group:after {
    font-family: Fontawesome;
    content: "\f078";
    color: #ffffff;
    position: absolute;
    left: 90px;

    font-size: 10px;

    top: 10px;
}

.search-inner input {
    border-radius: 5px 0 0 5px;
    height: 35px;
    background: #ffffff;
    color: #6b6b6b;
    font-size: 16px;

}

.search-inner input:focus {
    background: #ffffff;
    color: #6b6b6b;
    border: 1px solid #d50000;
}

.search-inner button {
    background: #d50000;
    border-radius: 0;
    height: 35px;
    padding: 0 15px;
    color: #ffffff;
    margin: 0;
}

.search-inner button:hover {
    color: #ffffff;
    transition: all 0.5s;
}
.logo_super {
    width: auto;
}
.links-icons {
    color: #ffffff;
    width: 25%;
    float: right;
    text-align: center;
}

.links-icons i {
    line-height: 40px;
    display: inline-flex;
    margin: 0 auto;
}

.links-icons a {
    color: #ffffff;
}

.links-icons.icons-user {
    width: 40%;
    text-align: left;
    margin: 10px 0;
    max-width: 150px;
}

.links-icons .language span{
    color: #202d5b;
}

.links-icons.icons-user i {
    float: left;
    width: 25%;
}

.links-icons .form-inline{
    margin: 0;
}

.section-icons .links-icons {
    margin: 10px 0;
}

.section-icons .nav-item.dropdown {
    width: 25%;
}

.section-icons .nav-item.dropdown a {
    width: 140px
}

input:focus {
    outline-offset: 0;
}

.select_option .select_option_list {
    background-color: #F4EDF2;
    border-radius: 50px;
    border: 1px solid #F4EDF2;
    padding: 13px 25px;
    width: 100%;
    line-height: 22px;
    color: #795376;
}

.select_option .select_option_dropdown {
    background-color: #F4EDF2;
    border-radius: 10px;
    border: 1px solid #F4EDF2;
    padding: 13px 25px;
    width: 100%;
    margin-top: 10px;
}

.select_option .select_option_dropdown a {
    color: #795376;
}


b,
sup,
sub,
u,
del {
    color: #363535;
}

.button-area {
    background: #fff;
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
    margin-right: 0;
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.genric-btn:focus {
    outline: none;
}

.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px;
}

.genric-btn.large {
    line-height: 45px;
}

.genric-btn.medium {
    line-height: 30px;
}

.genric-btn.small {
    line-height: 25px;
}

.genric-btn.radius {
    border-radius: 3px;
}

.genric-btn.circle {
    border-radius: 20px;
}

.genric-btn.arrow {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.genric-btn.arrow span {
    margin-left: 10px;
}

.genric-btn.default {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.default-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

.genric-btn.primary {
    color: #fff;
    background: #363535;
    border: 1px solid transparent;
}

.genric-btn.primary:hover {
    color: #363535;
    border: 1px solid #363535;
    background: #fff;
}

.genric-btn.primary-border {
    color: #363535;
    border: 1px solid #363535;
    background: #fff;
}

.genric-btn.primary-border:hover {
    color: #fff;
    background: #363535;
    border: 1px solid transparent;
}

.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}

.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}

.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}

.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}

.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}

.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}

.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}

.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}

.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}

.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}

.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}

.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}

.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}

.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}

.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}

.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}

.genric-btn.link {
    color: #415094;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent;
}

.genric-btn.link:hover {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.link-border {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline;
}

.genric-btn.link-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

.genric-btn.disable {
    color: #222222;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed;
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #363535;
}

.progress-table-wrap {
    overflow-x: scroll;
}

.progress-table {
    background: #f9f9ff;
    padding: 15px 0px 30px 0px;
    min-width: 800px;
}

.progress-table .serial {
    width: 11.83%;
    padding-left: 30px;
}

.progress-table .country {
    width: 28.07%;
}

.progress-table .visit {
    width: 19.74%;
}

.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px;
}

.progress-table .table-head {
    display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
    color: #415094;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
}

.progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
    display: flex;
    align-items: center;
}

.single-input:focus {
    outline: none;
}

.input-group-icon {
    position: relative;
}

.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3;
}

.input-group-icon .icon i {
    color: #797979;
}

.input-group-icon .single-input {
    padding-left: 45px;
}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none;
}

.single-textarea:focus {
    outline: none;
}

.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input-primary:focus {
    outline: none;
    border: 1px solid #363535;
}

.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55;
}

.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359;
}

.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.default-switch input + label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #363535;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.default-switch input:checked + label {
    left: 19px;
}

.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.primary-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.primary-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.primary-switch input:checked + label:after {
    left: 19px;
}

.primary-switch input:checked + label:before {
    background: #363535;
}

.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.form-select {
    height: 40px;
    width: 100%;
}

.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%;
}

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
    color: #363535;
    background: transparent;
}

.form-select .nice-select .list .option:hover {
    color: #363535;
    background: transparent;
}

.form-select .current {
    margin-right: 50px;
    font-weight: 300;
}

.form-select .nice-select::after {
    right: 20px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    opacity: 1;
}

.owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.owl-dots {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.categorias_slider .owl-dots{
    margin-top: -40px;
    position: relative;
    padding-bottom: 40px;
}
.owl-carousel{
    background: none;
}

.owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    float: left;
}

.owl-dots .owl-dot.active {
    background: #fff;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 70px;
    line-height: 70px;
    font-size: 66px;
    color: #363535;
    position: absolute;
    top: 38%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    color: #9b1b13;
}

.owl-carousel .owl-nav button.owl-next {
    text-indent: 2px;
    left: auto;
    right: 28px;
    top: 27%;
}

.owl-carousel .owl-nav button.owl-prev {
    text-indent: 2px;
    right: auto;
    left: 28px;
    top: 27%;
}

.owl-carousel .owl-dots .owl-dot {
    border: 2px solid #363535;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #363535;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel.owl-drag .owl-item {
    display: flex;
}
/**************** Section Header start****************/
header.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: white;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

header.masthead .header-content {
    max-width: 500px;
    margin-bottom: 100px;
    text-align: center;
}

header.masthead .header-content h1 {
    font-size: 30px;
}

header.masthead .device-container {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto;
}

header a:hover {
    color: #C0C1C6;
    transition: all 0.5s;
}
#dropdownCart:hover {
    color: #C0C1C6;
}
#navbarDropdown_user:hover {
    color: #C0C1C6;
}
.responsive-menu-icons a:hover {
    color: #C0C1C6;
    transition: all 0.5s;
}

header.masthead .device-container .screen img {
    border-radius: 3px;
}

.header-top_area {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 40px 0;
}

.social_media_links {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.social_media_links a {
    color: #363535;
    /*float: left;*/
}

.social_media_links a:hover {
    color: #2D608E;
    -webkit-transition: all .3s ease; /* Safari y Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -o-transition: all .3s ease; /* IE 9 */
    -ms-transition: all .3s ease; /* Opera */
}

.social_media_links i {
    margin: 10px 15px;
}

.dropdown-language {
    float: left;
}

.navbar-custom .dropdown-language .dropdown-menu {
    background-color: #ffffff;
}

.navbar-custom .dropdown-language .dropdown-menu a {
    color: #363535;
}

/*.dropdown-language button{
  color: #363535;
  font-size: 16px;
  background: none;
  text-align: left;
}
.dropdown-language button:focus, .dropdown-language button:hover{color: #363535;}
.dropdown-language .dropdown-menu{
  background: none;
  box-shadow: none;
  left: 10px;
  }*/
.header-logo {
    display: block;
    margin: 40px auto;
    width: 80%;
}

.navbar-brand img {
    max-height: 50px;
}

.dropdown-language {
    float: right;
    width: 50%;
    color: #ffffff;
}

.navbar-custom .dropdown-language .dropdown-menu {
    background-color: #ffffff;
}

.navbar-custom .dropdown-language .dropdown-menu a {
    color: #2b729b;
}

.dropdown-language button {
    color: #ffffff;
    font-size: 16px;
    background: none;
    text-align: left;
    padding: 8px 20px !important;
}

.dropdown-language a {
    color: #ffffff;
    font-size: 16px;
    background: none;
    text-align: left;
    padding: 5px 20px !important;
}

.dropdown-language i {
    font-size: 18px;
    float: left
}

.dropdown-language button:focus, .dropdown-language button:hover {
    color: #2D608E;
}

.dropdown-language .dropdown-menu {
    box-shadow: none;
    background: transparent;
    border: 0 !important;
}

.dropdown-language:hover .dropdown-menu, .dropdown-language:focus .dropdown-menu, .dropdown-language:active .dropdown-menu {
    box-shadow: none;
}

.dropdown-language .dropdown-menu li {
    width: 50%;
    background: #363535;
    transition: all 0.5s;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    margin-top: -8px;
}

.nav-item.nav-icon {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.hearer_icon.d-flex {
    width: 50%;
    float: left;
}

header {
    background: #202d5b;
    min-height: 60px;
    padding: 10px 0;
}


/**************** Section Header end****************/
.tematicas {
    overflow: auto;
    height: 80px;
    scrollbar-width: thin;
}
.tematicas li {
    margin: 0;
    padding: 0;
    list-style: none;

}
.tematicas p {
    margin: 0 0 0 0;
    display: contents;
}
.descripcion{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 290px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, .1);
}

.descripcion::-webkit-scrollbar{
    width: 8px;
}
.descripcion::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.descripcion::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.5);
}


.pagination {
    margin: 0 0 0 0;
    justify-content: center;
    flex-wrap: wrap;
}
.pagination .page-item .page-link{
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: 1.3rem;
    color: #212529;
}
.typologia.active{
    font-weight: bold;
    font-size: large;
    display: inline-block;
    width: auto;
    transition: transform .2s ease-in-out;
}


/****************************** Start Cesta ******************************************/
.bs-stepper-trigger{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:20px;font-weight:700;color:#6c757d;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer;background-color:transparent;border:none;transition:background-color .15s ease-out,color .15s ease-out}.bs-stepper-trigger:disabled{pointer-events:none;opacity:.65}.bs-stepper-trigger:focus{color:#007bff;outline:0}.bs-stepper-trigger:hover{text-decoration:none;background-color:rgba(0,0,0,.06)}@media (max-width:520px){.bs-stepper-trigger{-ms-flex-direction:column;flex-direction:column;padding:10px}}.bs-stepper-label{display:inline-block;margin:.25rem}.bs-stepper-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width:520px){.bs-stepper-header{margin:0 -10px;text-align:center}}.bs-stepper-line{-ms-flex:1 0 32px;flex:1 0 32px;min-width:1px;min-height:1px;margin:auto;background-color:rgba(0,0,0,.12)}@media (max-width:400px){.bs-stepper-line{-ms-flex-preferred-size:20px;flex-basis:20px}}.bs-stepper-circle{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center;justify-content:center;width:2em;height:2em;padding:.5em 0;margin:.25rem;line-height:1em;color:#fff;background-color:#6c757d;border-radius:1em}.active .bs-stepper-circle{background-color:#202d5b}.bs-stepper-content{padding:0 20px 20px}@media (max-width:520px){.bs-stepper-content{padding:0}}.bs-stepper-vertical{display:-ms-flexbox;display:flex}.bs-stepper-vertical .bs-stepper-header{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;margin:0}.bs-stepper-vertical .bs-stepper-pane{display:block}.bs-stepper-pane{display:none;opacity:0}.bs-stepper-pane.bs-stepper-shown{display:block;opacity:1}
#test-l-1 >  div:first-child{
    margin: 20px 0;
}
.page-shopping .panel-default{
    background: #F2EEEE;
    color: #2d2d2d;
}
#payment-form_ label {
    color: #2d2d2d !important;
}
#payment-form_ label input{
    margin-right: 10px;
}
.btn-yellow{
    background: #485dff!important;
    padding: 0;
    color:  #fff;
    border-radius: 5px;
}
.btn-yellow span{
    padding: 5px 5px;
}
.btn-yellow:focus, .btn-yellow:hover{
    background: #1730f7 !important;
    box-shadow: none!important;
}
.btn-yellow:not([disabled]):not(.disabled).active, .btn-yellow:not([disabled]):not(.disabled):active, .show > .btn-yellow.dropdown-toggle, .btn-yellow:focus{
    box-shadow: none!important;
    color: #ffffff;
}
.product-title-cart{
    text-transform: uppercase;
    font-weight: 400;
    color: #2d2d2d;
}
#dropdownCart sub{
    color: #fff;
}
.page-shopping [type="radio"]:not(:checked), .page-shopping [type="radio"]:checked {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}
.totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}
.totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right;
}
.totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
    font-weight:600;
}
/****************************** End Cesta ******************************************/

/**************** Section Slider start****************/
.item-slider {
    width: 100%;
}

#noticias {
    position: relative;
}

#noticias .section_tittle {
    padding-top: 45px !important
}

#noticias img {
    width: 100%;
}

#noticias h3, #noticias p {
    margin: 10px 15px;
    text-align: justify;

}

#noticias .single_noticia {
    margin: 0 10px;
    border: 1px solid #e4e4e4;
}

#noticias .noticias_img {
    margin: 0 auto;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    height: 280px;
}

.single_noticia .noticias_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.row-slider {
    background: #ffffff;
}
.container.typology {
    margin: 50px auto 200px auto;
}
.dropdown-cesta {
    border: 1px solid rgb(204, 204, 204);
    position: absolute;
    transform: translate3d(-209px, 43px, 0px);
    top: 33px!important;
    left: 8px!important;
    will-change: transform;
    padding: 10px 0;
}
.dropdown-cesta ul{
    margin: 0 10px;
    padding: 0 10px;
}
.dropdown-cesta a{
    color: #202d5b;
    font-weight: bold;
}
.dropdown-cesta a:hover{
    color: #202d5b;
}
.dropdown-cesta .price {
    text-transform: uppercase;
}
/**************** Section Noticias end****************/


/**************** Product Item start****************/
.product-item {

    padding: 10px;
    margin-bottom: 30px;
    height: 100%;
    color: #686867;
    width: 100%;
}

.product-item img {
    padding-bottom: 15px;

}
.product-item h5 {
    margin-left: 15px;

}
.product-item img:hover {
    filter: grayscale(100%);
    -webkit-transition: all .8s ease; /* Safari y Chrome */
    -moz-transition: all .8s ease; /* Firefox */
    -o-transition: all .8s ease; /* IE 9 */
    -ms-transition: all .8s ease; /* Opera */
}

.precio-producto {
    font-weight: 600;
    color: #363535;
}

.btn.btn-add-car {
    background: #202d5b;
    padding: 20px 10px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 30px;
    width: calc(40%);
    border-radius: 0;
    font-weight: bold;
}

.btn.btn-add-car.author-botton {
    width: 100%;
    margin-top: 25px;
    margin-left: 15px;
    background-color: transparent;
    color: #333!important;
    -webkit-box-shadow: none;
    font-size: 15px;
}

.btn.btn-add-car.author-botton:hover {
    width: 100%;
    font-weight: bold;
    margin-top: 25px;
    margin-left: 15px;
    background-color: transparent;
    color: #333!important;
    cursor: pointer;
    -webkit-box-shadow: none;
    font-size: 16px;
}

#catalogo-app .btn.btn-add-car {
    background: #202d5b;
    padding: 20px 10px;
    color: #ffffff;
    margin-top: 30px;
    width: calc(300px);
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.btn.btn-add-car:hover {
    background: #13416C;
    -webkit-transition: all .8s ease; /* Safari y Chrome */
    -moz-transition: all .8s ease; /* Firefox */
    -o-transition: all .8s ease; /* IE 9 */
    -ms-transition: all .8s ease; /* Opera */

}
.card-button-autor{
    width: 100%;
    font-weight: bold;
    margin-top: 25px;
    margin-left: 15px;
}

.quantity {
    padding: 15px 0;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: auto;
    margin: 0 30px;
}

.btn.minus-btn, .btn.plus-btn {

    float: left;
    padding-left: 5%;
    padding-right: 5%;

}

.quantity .form-control {
    float: left;
    width: 60%;
    text-align: center;
}

.quantity .form-control:focus {

    color: #363535;
    background: transparent;
    border-color: #4E4E4E;
    outline: 0;
    box-shadow: none;

}
.card-button {
    margin-top: 20px;

}
.product-quantity {
    display: table-cell;
    width: auto;
    float: inherit;
}
.product-quantity .quantity {
    padding: 15px 0;
    width: auto;
    display: flex;
    color: #053e60;
    position: relative;
    bottom: auto;
    justify-content: center!important;
}
/**************** Product Item end****************/


.col-md-2-1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

#banner img:hover {
    box-shadow: 1px 5px 10px 5px #999999;
    -webkit-transition: all .3s ease; /* Safari y Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -o-transition: all .3s ease; /* IE 9 */
    -ms-transition: all .3s ease; /* Opera */
}

/**************** Section Publicitar start****************/

#productos-publicitar .product-item {
    margin-bottom: 0;
    background: none;
}

.section-publicitar {
    background: #ffffff;
    border-radius: 15px;
    height: 100%;
}

.section-title span {
    color: #fff;
    font-size: 18px;
}

.section-title i {
    color: #ffffff;
    font-size: 16px;
}

.section-title {
    padding: 15px 0;
    border-radius: 15px 15px 0 0;
}

.section-title h2{
    font-size: 32px;
}

/**************** Section Publicitar end****************/

/*********************** Start Estilos Checkbox y Radiobutton Materialize ************************/

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position:absolute;
    opacity:0;
    pointer-events:none
}
[type="checkbox"]+span:not(.lever) {
    position:relative;
    padding-left:35px;
    cursor:pointer;
    display:inline-block;
    height:25px;
    line-height:25px;
    font-size:1rem;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
[type="checkbox"]+span:not(.lever):before,
[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:18px;
    height:18px;
    z-index:0;
    border:2px solid #5a5a5a;
    border-radius:1px;
    margin-top:3px;
    -webkit-transition:.2s;
    transition:.2s
}
[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    border:0;
    -webkit-transform:scale(0);
    transform:scale(0)
}
[type="checkbox"]:not(:checked):disabled+span:not(.lever):before {
    border:none;
    background-color:rgba(0,0,0,0.42)
}
[type="checkbox"].tabbed:focus+span:not(.lever):after {
    -webkit-transform:scale(1);
    transform:scale(1);
    border:0;
    border-radius:50%;
    -webkit-box-shadow:0 0 0 10px rgba(0,0,0,0.1);
    box-shadow:0 0 0 10px rgba(0,0,0,0.1);
    background-color:rgba(0,0,0,0.1)
}
[type="checkbox"]:checked+span:not(.lever):before {
    top:-4px;
    left:-5px;
    width:12px;
    height:22px;
    border-top:2px solid transparent;
    border-left:2px solid transparent;
    border-right:2px solid #202d5b;
    border-bottom:2px solid #202d5b;
    -webkit-transform:rotate(40deg);
    transform:rotate(40deg);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform-origin:100% 100%;
    transform-origin:100% 100%
}
[type="checkbox"]:checked:disabled+span:before {
    border-right:2px solid rgba(0,0,0,0.42);
    border-bottom:2px solid rgba(0,0,0,0.42)
}
[type="checkbox"]:indeterminate+span:not(.lever):before {
    top:-11px;
    left:-12px;
    width:10px;
    height:22px;
    border-top:none;
    border-left:none;
    border-right:2px solid #985e32;
    border-bottom:none;
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform-origin:100% 100%;
    transform-origin:100% 100%
}
[type="checkbox"]:indeterminate:disabled+span:not(.lever):before {
    border-right:2px solid rgba(0,0,0,0.42);
    background-color:transparent
}
[type="checkbox"].filled-in+span:not(.lever):after {
    border-radius:2px
}
[type="checkbox"].filled-in+span:not(.lever):before,
[type="checkbox"].filled-in+span:not(.lever):after {
    content:'';
    left:0;
    position:absolute;
    -webkit-transition:border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition:border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index:1
}
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):before {
    width:0;
    height:0;
    border:3px solid transparent;
    left:6px;
    top:10px;
    -webkit-transform:rotateZ(37deg);
    transform:rotateZ(37deg);
    -webkit-transform-origin:100% 100%;
    transform-origin:100% 100%
}
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    height:20px;
    width:20px;
    background-color:transparent;
    border:2px solid #5a5a5a;
    top:0px;
    z-index:0
}
[type="checkbox"].filled-in:checked+span:not(.lever):before {
    top:0;
    left:1px;
    width:8px;
    height:13px;
    border-top:2px solid transparent;
    border-left:2px solid transparent;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    -webkit-transform:rotateZ(37deg);
    transform:rotateZ(37deg);
    -webkit-transform-origin:100% 100%;
    transform-origin:100% 100%
}
[type="checkbox"].filled-in:checked+span:not(.lever):after {
    top:0;
    width:20px;
    height:20px;
    border:2px solid #985e32;
    background-color:#985e32;
    z-index:0
}
[type="checkbox"].filled-in.tabbed:focus+span:not(.lever):after {
    border-radius:2px;
    border-color:#5a5a5a;
    background-color:rgba(0,0,0,0.1)
}
[type="checkbox"].filled-in.tabbed:checked:focus+span:not(.lever):after {
    border-radius:2px;
    background-color:#985e32;
    border-color:#985e32
}
[type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):before {
    background-color:transparent;
    border:2px solid transparent
}
[type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):after {
    border-color:transparent;
    background-color:#949494
}
[type="checkbox"].filled-in:disabled:checked+span:not(.lever):before {
    background-color:transparent
}
[type="checkbox"].filled-in:disabled:checked+span:not(.lever):after {
    background-color:#949494;
    border-color:#949494
}

/*********************** End Estilos Checkbox y Radiobutton Materialize ************************/



/*  STARS

.rating input[type="radio"] {
  display: none;
}

.rating label {
  color: grey;
  cursor: pointer;
}

.rating {
  direction: rtl;
  unicode-bidi: bidi-override;
  margin-bottom: 10px;
}
.btn-valoracion {
    background-color: #202d5b;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 0;
    margin-left: 10px;
    font-size: 13px;
    } */

/*Valoracion*/
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    color: #c9c9c9;
    cursor: pointer;
    font-size: 25px;
    float: left;
}
.rating > span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    color: #c9c9c9;
}
.rating > span:before{
    color: #c9c9c9;
    content: "\2605";
    position: absolute;

}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
    content: "\2605";
    position: absolute;
    color: orange;
}
.rating > span.select:before,
.rating > span.select ~ span:before {
    content: "\2605";
    position: absolute;
    color: orange;
}
.rating h4{
    float: right;
    margin: 12px;
    font-size: 16px;
    font-weight: bold;
    direction: ltr;
}

.valorenos {

    color: #a4a4a4;
    display: table;
}
.valorenos_span1{
    display: block;
    color: #333;
}
.valorenos_span2{
    line-height: 40px;
}
.valorenos .btn {
    background: #454545;
    padding: 0 15px;
    float: right;
    color: #e7e7e7;
    transition: all 0.6s;
    border-radius: 0;
}
.valorenos .btn:hover, .valorenos .btn.active:hover{
    background: #202d5b;
}
.valorenos .btn.active{
    background: #d50000;
}
label, label ~ label {
    color: #202d5b;
}
.form-control {
    border: 1px solid #999;
}
.form-group .select2-selection , .form-group .select2-selection span{
    height: 35px;
}
input[type="radio"]:checked ~ label {
    color: orange;
}
/*  End STARS */

/*--------------------------------------------------------------
Agregar Contacto
--------------------------------------------------------------*/
.plus-contact {
    color: #fff;
    border-radius: 8px;
    padding: 8px 10px;
}

#contacts-form label {
    font-style: italic;
    color: #202d5b;
}

#contacts-form input, #contacts-form select {
    color: #202d5b;
    border-color: #999;
    border-width: 1px;
    width: 100%;
    margin: 0;
    padding: .375rem .75rem;
    border-radius: 5px;
    height: 30px;
}

#contacts-form .select2-selection {
    border-color: #999;
    color: #202d5b;
    border-width: 1px;
    border-radius: 5px;
    height: 30px;
    margin: 0;
    padding: 0 .75rem;
}

#contacts-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #053e60;
    padding: 0;
}

#contacts-form textarea {
    color: #999;
    border-color: #999;
    margin: 5px 0;
    padding: .375rem .75rem;
    border-radius: 5px;
}

#contacts-form :focus, #contacts-form :active {
    border-color: #121932;
    outline: none !important;
    transition: 0.3s;
    box-shadow: none;
}

.contact-page .plus-contact {
    background: #053e60;
}

.contact-page .plus-contact:hover {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.85);
    transition: 0.3s;
}

.contact-page .panel.panel-default {
    width: 100%;
    text-align: center;
    border-radius: 10px 10px 0 0 !important;
    border: 2px solid #053e60;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.contact-page .card-buttons .btn {
    width: 50%;
    border-radius: 0;
    border-width: 2px 0 0 0;
    border-color: #053e60;
    padding-left: 5px;
    padding-right: 5px;
}

.contact-page .card-buttons .btn.remove-contact {
    float: right;
    border-left: 2px solid #053e60;
}

.contact-page .card-header {
    background: none;
    border: 0;
    padding-bottom: 0;
    color: #053e60;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    margin: 0 0.5rem;
    overflow-wrap: break-word;
}

.contact-page .card-body {
    color: #053e60;
    padding-top: 0px;
    font-size: 18px;
    overflow: hidden;
}

.contact-page .section-title .col-plus {
    float: right;
    width: auto;
    flex: 0 0 auto;
    z-index: 9999;
    position: relative;
}

.contact-page .section-title .fa {
    padding: 5px 7px;
}

.contact-page .section-title h2 {
    padding-top: 5px;
}

.contact-page .input-group {
    height: 100%;
}

.contact-page .card-text {
    margin-bottom: 0;
    overflow: hidden;
    overflow-wrap: break-word;
    width: 100%;
    text-align: center;
}

.contact-page .card-buttons {
    position: relative;
    padding: 0;
    margin: 0;
}


/********Section Resultados de Busqueda Jose Start********/
#busqueda {
    padding-top: 80px !important
}

#busqueda span {
    font-style: italic;
}

#busqueda h3 {
    font-weight: bold;
    color: #363535;
}

#busqueda .line {
    background: white;
    border-bottom: 1px solid #b3b3b3;
    margin-top: 25px;
    margin-bottom: 25px;
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
    opacity: 0.5;
}
.estilo-autores {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
.nombre-autores {
    font-size: 22px;
    font-weight: bold;
}
.ver-mas {
    color: #202d5b;
    font-weight: bold;
}
.ver-mas:hover {
    color: #7ba9e4;
    font-weight: bold;
}
.typologia {
    font-size: large;
}

/********Section Resultados de Busqueda Jose End********/
.checkbox label{
    color: #000;
}
#address-add {
    padding: 50px;
}




/**************** Section Footer start****************/
footer {
    width: 100%;
    min-height: 250px;
    padding: 10px 0px 0px 0px;
    background-color: #202d5b;
}
.footer_iner {
    background: #202d5b;
    color: #b7b6b6;
    padding: 60px 0 60px 0;
    font-weight: bold;
}

.footer_iner p {
    color: #7ba9e4;
    font-size: 14px;
}

.footer_iner a {
    color: #7ba9e4;
    font-size: 14px;
}

.footer_iner h4 {
    color: #e0dbdb;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.footer_iner h1 {
    color: #e0dbdb;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}


.footer_iner ul {
    padding: 0;
    list-style: none;
    margin-left: 0;
    margin-top: 5px;
}

.footer_iner li {
    padding: 3px 0;
    margin-top: 5px;
}

.footer_iner .social-buttons li {
    margin: 0;
}

.footer_iner li a {
    font-size: 15px;
    color: #7ba9e4;
    text-transform: uppercase;
    font-weight: 600;
}

.footer_iner .correo a:hover {
    color: #ffffff;
}
.footer_iner .correo a {
    color: #7ba9e4;
    font-size: 14px;
}
.footer_iner li a:hover {
    color: #fff;
}

.informacion_util i {
    color: #7ba9e4;
    margin-right: 10px;
    text-transform: uppercase;
}

.informacion_util_tiendas {
    color: #7ba9e4;
    margin-right: 10px;
    text-transform: uppercase;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.heading-text {
    color: #e0dbdb;
    font-size: 15px;
    text-transform: uppercase;
}

#section-contact {
    color: #B3B3B3;
    padding: 50px 20px 20px 20px;
    border-radius: 5px;
    background: #ffffff;
    margin-top: 20px;
}

#section-contact h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    background: #2D608E;
    padding: 10px;
    text-align: center;
    margin-top: -70px;
}

.copyright_part {
    background: #202d5b;

}

.copyright_part .container {
    padding: 20px 0;
    border-top: 1px solid #6d6d6d;
}

.copyright_part p {
    color: #cccccc;
    text-align: center;
}

.copyright_part a {
    color: #ffffff;
}

.copyright_part a:hover {
    text-decoration: underline;
}


/*Redes Dociales Footer*/
.footer_iner .social_media_links {
    text-align: left;
    width: 100%;
}

.footer_iner .social_media_links a {
    color: #ffffff;
    font-size: 16px;
    float: none;
}

.footer_iner .social_media_links a:first-child i {
    margin-left: 0;
}

.footer_iner .social_media_links a:hover i {
    color: #2D608E;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.marca_pais {
    width: 6%;
    margin-left: -5px;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}

.marca_pais:hover {
    filter: saturate(180%);
}

/**************** Section Footer end****************/

.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 5%;
    right: 6%;
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

.scrollup:hover {
    opacity: 1;
}

.scrollup i {
    color: #ffffff;
    background: #000000 none repeat scroll 0% 0%;
    border-radius: 5px;
    padding: 10px;
}

.responsive_menu {
    display: none;
}

.responsive-menu-icons {
    z-index: 999999999;
    position: static;
    bottom: 0px;
    background: #202d5b;
    text-align: center;
}

.responsive-menu-icons .links-icons {
    float: none;
    display: inline-block;
}

#myTabs {
    margin-left: 0;
}

.col.product-description {
    padding: 0;
    margin-top: 30px;
}

#producto {
    margin-top: 60px;
}

#autor {
    margin-top: 60px;
}

.biografia-ampliada {
    margin-top: 30px;
    text-align: justify;
}

.biografia {
    text-align: justify;
    margin-top: 10px;
}

.biografia h3 {
    margin-bottom: 30px;
}

#catalogo-app {
    margin-top: 60px;
    margin-bottom: 60px;
}

#catalogo-app h2 {
    font-size: 36px;
}

#catalogo-app p {
    text-align: justify;
    margin-top: 30px;
}

#catalogo-app img {
    text-align: center;
    margin-top: 100px;
    width: 300px;
}

#navbarDropdown_1 {
    color: white;
    width: 100%;
}
/****************************** Start Panel ******************************************/
.panel-default{
    border: 2px solid #e2e2e2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
}
.panel-default .panel-heading{
    background: #202d5b;
    padding: 15px 0;
    text-align:center ;
    text-transform: uppercase;
}
.panel-default .panel-heading .panel-title{
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
}
.panel-description{
    text-align: justify;
}
.panel-body {
    padding: 40px 20px;
}
.content-subtitle{
    margin: 15px 0 15px 0;
    padding: 15px 0;
}
.content-subtitle .panel-line{
    border: 1px solid #985e32;
    margin-bottom: -15px;
}
.content-subtitle .panel-sub-title{
    color: #985e32;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    background: #fff;
    padding: 0 15px;
}
.panel-sub-title.text-left{
    padding-left: 0;
}
.panel-default #datepicker {
    background: #202d5b;
    height: 90px;
    text-align: center;
    text-transform: uppercase;
    color: #cccccc;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    padding-top: 40px;
}
.panel-default #datepicker::-moz-placeholder {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}
.panel-default p {
    text-align: justify;
}
.error-help-block{
    margin: 0;
}

.thematics-separator:last-child{
    display: none;
}

/****************  Secciones Home ****************/
.section.text-carousel p{
    font-size: 16px;
    color: #202d5b;
}

.section.text-carousel .text-description {
    overflow: hidden;
    max-height: 245px;
    color: #202d5b;
}
.section .swiper-pagination-bullet {
    border: 2px solid #202d5b;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 1;
    background: none;
}

.section .swiper-pagination-bullet-active {
    background: #202d5b;
}

.section .swiper-button-prev,  .section .swiper-button-next{
    display: none;
}

.section.carousel-product #banner .container{
    padding: 0;
}

.section .product-item{
    margin-bottom: 0px;
    padding: 0;
}

.section.carousel-product .product-item, .section.product-carousel-product .product-item, .section.section-products .product-item {
    background-color: #f2f2f2;
    border-radius: 12px;
    padding: 20px 15px 10px 15px;
    text-align: center;
}

.section.section-products .product-description p{
    font-size: 16px;
    color: #626262;
}

.product-item .product-description{
    position: relative;
    overflow: hidden;
    height: 210px;
    line-height: 1.6em;
}

/*.product-item .product-description:after{
    content: '…';
    position: absolute;
    right: 0;
    bottom: -4px;
}*/

.section .see-more {
    background: #202d5b;
    color: #fff;
    border-radius: 20px;
    padding: 5px 12px;
    margin: 15px 0 5px 0;
    display: inline-block;
    font-size: 18px;
}

.section.carousel-product .product-item h5, .section.product-carousel-product .product-item h5, .section.product-carousel-product .product-item h5{
    margin: 10px 15px 0 10px;
    text-align: center;
}

.section.carousel-product .product-item img, .section.product-carousel-product .product-item img, .section.product-carousel-product .product-item img{
    padding: 0;
    width: 80%;
}

.section.carousel-product .product-item .container{
    padding: 0;
}

section#banner{
    margin-top: 0px;
    width: 100%;
}

.section #banner img{
    width: 100%;
}

.section.product-carousel-product .img-section{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    width: 100%;
    align-items: end;
}

.section-author h3 {
    font-weight: lighter;
    font-size: 50px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 50px;
}
.section-author .author-name{
    color: #202d5b;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

.section .author-content {
    background-color: #f2f2f2;
    width: 95%;
    margin-left: auto;
    border-radius: 10px;
    padding: 15px 10px;
    min-height: 315px;
}

.section-author .author-image{
    width: 120%;
    position: absolute;
    right: 0;
    top: -80px;
    height: 300px;
    overflow: hidden;
    margin-right: 15px;
    -webkit-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}

.section-author .author-image img{
    width: 100%;
    height: auto;
    min-height: 320px;
}

.section-author i{
    color: #d50001;
    margin-right: 5px;
}

.section-author h6{
    text-transform: uppercase;
    color: #666666;
    font-weight: bold;
}

.section-author .author-titles-product{
    margin-bottom: 10px;
    font-size: 16px;
}

.section-author .author-summary {
    line-height: 20px;
}

.section-author .author-button {
    display: flex;
    height: 100%;
    align-items: end;
    justify-content: center;
}

.section-author .author-button .see-more {
    padding: 6px 35px;
}

.section-author .second-column{
    align-items: center;
    display: grid;
}

.section-product h3 {
    font-weight: lighter;
    font-size: 50px;
    text-align: center;
    margin-bottom: 15px;
    color: #A63336;
    line-height: 50px;
}

.section-product .product-name {
    color: #202d5b;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

.section-product .product-description p{
    line-height: 20px;
    font-size: 16px;
    color: #666;
}
.section-product .product-content{
    background-color: #E4FCFF;
    border-radius: 10px;
    padding: 15px 10px;
    min-height: 330px;
}

.section-product .product-author {
    font-size: 18px;
}

.section-product .second-column {
    align-items: center;
    display: grid;
}

.section-product .reflection {
    height: 70px;
    overflow: hidden;
}

.section-product .reflection img {
    opacity: 0.2;
    -moz-transform: scaleY(-1); /* Firefox */
    -webkit-transform: scaleY(-1); /* Chrome/Safari */
    -o-transform: scaleY(-1); /* Opera */
    -ms-transform: scaleY(-1); /* IE9 */
    transform: scaleY(-1); /* w3c */
}
.section-product .section-image{
    position: absolute;
    top: -80px;
    width: 100%;
}
.section-product .section-image img{
    height: 300px;
    width: auto;
}
.section-product .see-more {
    padding: 6px 35px;
}
/**************** End Secciones Home****************/

/**************** Modal ****************/
.modal-header, .modal-footer{
    border: 0;
}
.modal .links-webs span{
    display: block;
    font-size: 20px;
}
.modal .links-webs a{
    color: #4259ac;
}
/*#visitModal{
    background-color: rgba(0,0,0, 0) !important;
}*/
.modal-backdrop.show {
    opacity: .4;
    filter: alpha(opacity=40); /* Para versiones anteriores de IE */
}


#main{
    min-height: 500px
}

#red{
    background-color: #d50001;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

#red::-webkit-scrollbar {
    display: none;
}

.dynamic-price {
    text-transform: uppercase;
}

.invalid-feedback {
    display: block;
}


/*--------------------------------------------------------------
Orders
--------------------------------------------------------------*/
.table-orders {
    display: table;
    width: 100%;
    color: #053e60;
}

.table-orders .table-heading {
    display: table-row;
    font-weight: bold;
    text-align: left;
    padding: 0 5px;
}

.table-orders .table-heading .table-cell {
    border: 0;
}

.table-orders .table-heading span {
    color: #053e60;
    font-weight: bold;
    font-size: 18px;
}

.table-orders .table-row {
    display: table-row;
}

.table-orders .table-cell {
    display: table-cell;
    padding: 15px 5px;;
    border-bottom: 1px solid #202d5b;
}

.btn-details {
    background: #202d5b;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 2px 15px;
}

.btn-details:hover {
    color: #fff;
}

.content-table {
    overflow-y: auto;
    margin-bottom: 60px;
}

.details-header {
    padding: 20px 0;
    border-bottom: 1px solid #202d5b;
}

.details-header .no-orden {
    color: #053e60;
    font-size: 18px;
    display: inline-block;
    margin-right: 15px;
}

.details-header .state {
    color: #202d5b;
    font-style: italic;
    font-size: 18px;
    display: block;
}

.details-header .date {
    color: #202d5b;
    font-style: italic;
    font-size: 18px;
    display: inline-block;
}

.details-products {
    margin: 30px 0;
}

.details-products .table-cell {
    border: 0;
}

.details-envio {
    margin: 30px 5px;
    color: #053e60;
}

.details-envio h6 {
    color: #202d5b;
    font-weight: bold;
    text-transform: uppercase;
}

.details-envio .details-row {
    font-style: italic;
}

.details-envio .details-row .title {
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    font-style: normal;
    font-size: 1rem;
}

.search-section .fa {
    font-size: 26px;
}

.search-orden {
    padding: 0 10px;
    border: 1px solid #202d5b;
    border-radius: 5px;
    width: 60%;
    height: 40px;
    margin-bottom: 30px;
    color: #053e60;
    outline: none;
}

.details-transactions {
    padding: 20px 0;
    border-top: 1px solid #202d5b;
}

.details-transactions h6 {
    color: #202d5b;
    font-weight: bold;
    text-transform: uppercase;
}

.details-transactions .table-cell {
    border: 0;
}

.send-code {
    padding: 20px 0;
    border-top: 1px solid #202d5b;
}

.btn-send-code {
    background: #202d5b;
    color: #053e60;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: block;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    transition: 0.3s;
}

.btn-send-code:hover {
    color: #053e60;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

#main .login{
    margin-top: 50px;
}

#show_password{
    margin: 0;
}

.login .input-group-append .btn{
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 9;
}

.product-image {
    float: left;
    margin-right: 15px;
}
/**************** Media Queries start****************/

@media (max-width: 1200px) {
    .social_media_links {
        width: 60%;
    }

    .quantity .form-control {
        width: 50%;
        padding: 0;
    }

    .btn.btn-add-car {
        padding: 10px 6px;
        font-size: 14px;
    }

    .main_menu .main-menu-item ul li .nav-link {
        padding: 10px 15px;
    }

    .nav-language {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .dropdown-menu.control-usuario.show {
        position: absolute !important;
        top: 26px !important;
        left: -42px !important;

    }
}

@media (max-width: 991px) {
    .main_menu button.navbar-toggler {
        margin-top: -30px;
    }

    .main_menu .search_input {
        margin-top: 15px;
    }

    .main_menu {
        padding: 10px 0px;
    }

    .main_menu .container {
        max-width: 100%;
    }

    .home_menu .main-menu-item {
        padding-left: 0px;
    }

    .main_menu .main-menu-item {
        max-height: 300px;
        overflow: scroll;
        left: auto;
        top: 50px;
        right: 0;
        background: #3E3E40;
        color: #ffffff;
    }

    .main_menu .main-menu-item .nav-item {
        padding: 0 !important;
        border-bottom: 0;
    }

    .main_menu .main-menu-item .nav-item .nav-link {
        color: #ffffff;
        padding: 15px 20px !important;
        text-align: left;
        border: 0;
    }


    .main_menu .main-menu-item .nav-item.nav-movil {
        color: #363535;
        padding: 15px 20px !important;
    }

    .main_menu .main-menu-item .nav-item i {
        color: #363535 !important;
        -webkit-transition: all .5s ease; /* Safari y Chrome */
        -moz-transition: all .6s ease; /* Firefox */
        -o-transition: all .5s ease; /* IE 9 */
        -ms-transition: all .5s ease; /* Opera */
    }

    .main_menu .main-menu-item .nav-item a:hover i {
        color: #2D608E !important;
    }

    .main_menu .main-menu-item .nav-item.nav-movil form {
        padding-top: 10px;
    }

    .main_menu .main-menu-item .nav-item.nav-movil .social_media_links {
        width: 100%;
    }

    .main_menu .main-menu-item .nav-item.nav-movil .social_media_links a {
        float: none;
    }

    #search_input_box2 {
        top: 84px;
        width: 100%;
        position: absolute;
        z-index: 9999;
        right: 0;
        min-width: 320px;
        left: -93px;
    }

    .search-inner input {
        border: 0;
        background: #F0F0F1;
        width: 90%;
    }

    .search-inner input:focus {
        background: #F0F0F1;
        border: 0;
    }

    #close_search2 {
        line-height: 35px;
        margin: 0 10px;
    }

    #navbarSupportedContent.navbar-collapse {
        z-index: 9999 !important;
        position: absolute;
        left: -18%;
        top: 30px;
        background-color: #ffffff;
        text-align: center !important;

    }

    .dropdown .dropdown-menu {
        transform: scale(1, 0);
        display: none;
        transition: all 0.5s;
        overflow: hidden;
        transform-origin: top center;
        transform: scale(1, 0);
        display: none;
        border: 0px solid transparent;
        background: #202d5b;
        border-radius: 0;
        padding: 0;
    }

    .dropdown .dropdown-menu .dropdown-item {
        padding: 10px 40px !important;
        background-color: #363535;
        background: none;
    }

    .dropdown:hover .dropdown-menu {
        display: none;
    }

    .dropdown .dropdown-menu.show {
        transform: scale(1);
        display: block;
        color: #202d5b;
        -webkit-animation: slide-down .3s ease-out;
        -moz-animation: slide-down .3s ease-out;
    }

    .nav-language {
        position: relative;
    }

    .nav-language #navbarDropdown_2 {

        border-left: 0;

    }

    #preguntas_frecuentes .accordion > .card .card-header {
        margin-bottom: -5%;

    }


    @-webkit-keyframes slide-down {
        0% {
            opacity: 0;
            -webkit-transform: scaleY(0);
        }
        100% {
            opacity: 1;
            -webkit-transform: scaleY(1);
        }
    }
    @-moz-keyframes slide-down {
        0% {
            opacity: 0;
            -moz-transform: scaleY(0);
        }
        100% {
            opacity: 1;
            -moz-transform: scaleY(1);
        }
    }
    .dropdown .dropdown-item:hover {
        color: #fff !important;
    }

    .navbar-brand {
        color: #ffffff;
        padding: 10px;
        line-height: 48px;
        font-size: 1.2em;
        height: 55px;
    }

    .navbar-light r {
        border-color: transparent;
        position: absolute;
        right: 0;
        z-index: 9;
        top: 5px;
    }

    .menu_icon i {
        color: #ffffff;

    }

    .main_menu a i {
        margin-left: 30px;
        margin-top: 17px;
    }

    .section_tittle {
        margin-bottom: 10px;
    }

    #quienes_somos .section_tittle {
        padding-top: 45px !important
    }


    .footer_iner {
        padding: 30px 0 20px 0;

    }

    header.masthead {
        height: 100vh;
        min-height: 775px;
        padding-top: 0;
        padding-bottom: 0;
    }

    header.masthead .header-content {
        margin-bottom: 0;
        text-align: left;
    }

    header.masthead .header-content h1 {
        font-size: 50px;
    }

    header.masthead .device-container {
        max-width: 325px;
    }

    .logo_responsive {
        max-height: 40px;
        max-width: 75px;
    }

    .responsive_menu {
        display: flex;
        right: 333px;
    }

    .hearer_icon .fa {
        font-size: 2em;
    }

    #search_2 {
        color: #ffffff;
        width: 100%;
        float: right;
        text-align: center;
    }

    .main_menu .hearer_icon a i {
        margin-top: 0;
    }

    /*Modificado por nueva iconografia para servicios (anterior valor 220px)*/
    .single_servicios .servicios_img {
        height: 94px;
    }

    /*Modificado por nueva iconografia para servicios (anterior valor 220px)*/
    .single_listado .listado_img {
        height: 220px;
    }

    .row-more {
        padding: 0 15px 20px 15px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 30px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 30px;
    }

    .main_menu .search_input select.form-control {
        background: #4E4E4E;
        border-radius: 0;
        color: #ffffff;
    }

    .main_menu .search_input .ti-close {
        background: #d50000;
    }

    .col-md-2-1 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #productos-recomendados .col-md-2-1:last-child, #novedades .col-md-2-1:last-child {
        display: none;
    }

    #productos-recomendados .col-md-2-1:last-child, #recomendados .col-md-2-1:last-child {
        display: none;
    }

    #productos-recomendados .col-md-2-1:last-child, #mas-vendidos .col-md-2-1:last-child {
        display: none;
    }

    .quantity {
        width: 100%;
    }

    .section-product h3, .section-author h3{
        font-size: 32px;
    }

    .nav-item.typology {
        margin: 0 10px;
    }
    .nav-item.typology a{
        padding: 0;
        line-height: 25px;
    }
    .navbar-nav.secundari{
        background: none!important;
    }
}


@media (max-width: 768px) {
    .button {
        font-size: 13px;
        padding: 9px 24px;
    }

    #noticias .noticias_img {
        height: 220px;
    }

    .single_servicios .servicios_img {
        height: auto;
    }

    .single_listado .listado_img {
        height: auto;
    }

    .valorenos {
        width: 100%;
    }

    #preguntas_frecuentes .card-body {
        padding-left: 18px;
    }

    #preguntas_frecuentes .accordion h3 {
        font-size: 25px;
        line-height: 30px;
        margin-left: 84px;
        margin-top: -68px;
    }

    .text {
        padding-right: 0px;
        padding-left: 0px;
    }

    .section_tittle h3 {
        width: 60%;
    }

    .section_tittle .line-heading {
        width: 40%;
    }

    #productos-publicitar .col-md-6 {
        padding-bottom: 15px;
    }

    section {
        padding: 0 0;

    }

    #navbarNavDropdownStores .navbar-nav {
        background: rgba(0, 0, 0, 0.65);
        margin: 0 !important;
    }

    #navbarNavDropdownStores .nav-link {
        padding: .2rem 1rem;
    }

    #navbarNavDropdownStores .nav-link:hover {
        color: #aeabab;
    }

    .navbar-brand img {
        max-height: 40px;
        width: 100%;
    }

    .search-desktop {
        display: none !important;
    }

    .links-icons {
        width: 20%;
    }

    .links-icons .fa {
        font-size: 1.8em;
    }

    .main_menu .menu_icon .fa {
        font-size: 1.2em;
        margin-top: -5px;
    }

    .main_menu button.navbar-toggler {
        padding: 0;
    }
    .dropdown-menu.control-usuario.show {
        position: absolute !important;
        top: 26px !important;
        left: -42px !important;

    }
    .dropdown-menu.dropdown-cesta .dropdown-item{
        white-space: normal;
    }

    .section-author .author-image {
        width: 100%;
        position: initial;
        height: auto;
        margin-bottom: 15px;
    }

    .section .author-content {
        width: 100%;
        margin: auto;
        padding: 15px 0px;
    }
    .section.text-carousel #banner .container{
        padding: 0!important;
    }
    .section.text-carousel .text-description{
        margin-bottom: 15px;
    }

    .section.carousel-product #add_product, .section.product-carousel-product #add_product, .section.section-products #add_product{
        width: 100%;
    }

    .section.carousel-product .product-item, .section.product-carousel-product .product-item, .section.section-products .product-item{
        margin-bottom: 15px;
    }
    .section.carousel-product #banner, .section.product-carousel-product #banner,.section.product-carousel-product .img-section, .section.carousel-product .img-section{
        margin-bottom: 15px;
    }
    .section.carousel-product .product-item img, .section.product-carousel-product .product-item img, .section.product-carousel-product .product-item img {
        width: 100%;
    }
    .section.section-products .product-item {
        padding: 10px;
    }
    .section-product .section-image {
        position: initial;
        margin-bottom: 15px;
    }
    .section-product .section-image img {
        height: auto;
        width: 90%;
    }
    .section-icons {
        padding-right: 0;
    }
    .shopping-cart .form-contact .btn {
        width: auto;
        float: left;
        margin: 10px 0 0 0;
        margin-left: 0px;
    }
    .product-image {
        width: auto;
    }
    #product-category .product-item{
        padding: 0;
    }
    .shopping-cart{
        padding-top: 40px;
    }
    #producto {
        margin-top: 90px;
    }
    .card-button .btn-add-car{
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 22px;
        line-height: 25px;
    }

    .section_tittle h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .section_tittle p {
        margin-bottom: 10px;
        margin-top: 70px;
    }

    h3 {
        font-size: 24px;
        margin-top: 20px;
    }

    #noticias .noticias_img {
        height: 240px;
    }

    .single_cajeros h3 {
        padding-top: 20px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        display: none;
    }

    .owl-carousel .owl-nav button.owl-next {
        display: none;
    }

    .quantity {
        width: 80%;
    }

    .links-icons .fa {
        font-size: 1.5em;
    }
    .main_menu{
        padding: 0;
    }
    .item-slider {
        width: 100%;
        height: 160px;
    }
    .item-slider img{
        height: 100%;
        width: auto;
    }
    #dropdownCart sub{
        display: none;
    }
    header{
        padding: 0;
    }
    .dropdown-menu.control-usuario.show {
        top: 18px !important;

    }
    .product-item .product-description {
        height: auto;
    }

    .section.carousel-product .product-item, .section.product-carousel-product .product-item, .section.section-products .product-item img {
        width: 100%;
    }
    .shopping-cart {
        margin: 20px 10px 60px 10px;
    }

}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section_tittle {
        margin-bottom: 20px;
    }

    .section_tittle h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .section_tittle p {
        margin-bottom: 10px;
    }

}

.main_menu #search_1 {
    padding: 25px 0;
}




@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown-cesta.dropdown-menu.dropdown-menu-right.align-items-center.justify-content-center.show {
        position: absolute;
        transform: translate3d(-35px, 30px, 0px);
        top: 0px;
        left: 0px;
        will-change: transform;
    }
    .section_tittle h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .section_tittle p {
        margin-bottom: 10px;
    }

    .footer_iner .social_media_links em {
        width: 100%;
        display: inline-block;
    }

    .col-md-2-1 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .product-item {
        padding: 10px;
    }

    .btn.minus-btn, .btn.plus-btn {
        padding-left: 2%;
        padding-right: 2%;

    }

    .form-control {
        width: 50%;
        padding: 0;
    }

    .btn.btn-add-car {
        padding: 2px 0px;
        font-size: 12px;
        left: 20px;
        width: calc(100% - 40px);
    }
    .dropdown-menu.control-usuario.show {
        position: absolute !important;
        top: 27px !important;
        left: -42px !important;

        margin: 0;

    }
    .navbar-nav.secundari{
        /*line-height: -moz-block-height;*/
    }

}


@media only screen and (min-width: 576px) and (max-width: 767px) {
    h2 {
        font-size: 24px;
        line-height: 25px;
    }

    .section_tittle h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .section_tittle p {
        margin-bottom: 10px;
    }

    #descargas .descargas_icon_two {
        display: none;
    }

    #descargas .descargas_icon_two_resp {
        display: block;
    }

    #descargas .descargas_icon_one {
        display: none;
    }

    #descargas .descargas_icon_one_resp {
        display: block;
        margin-top: 0px;
        font-size: 20px;

    }

    #descargas .text {
        padding-left: 2px;
        padding-right: 2px;
    }

    .dropdown-cesta.dropdown-menu.dropdown-menu-right.align-items-center.justify-content-center.show {
        transform: translate3d(-124px, 55px, 0px);

    }

}

@media only screen and (min-width: 5px) and (max-width: 575px) {
    #descargas .descargas_icon_two {
        display: none;
    }

    #descargas .descargas_icon_two_resp {
        display: block;
    }

    #descargas .descargas_icon_one {
        display: none;
    }

    #descargas .descargas_icon_one_resp {
        display: block;
        font-size: 41px;
        margin-top: 1px;
    }

    #descargas .text {
        padding-left: 2px;
        padding-right: 2px;
    }

    #descargas .text h5 {
        margin-bottom: 30px;
    }

    #preguntas_frecuentes .accordion h3 {
        font-size: 22px;
        line-height: 29px;
        margin-left: 80px;
        margin-top: -74px;
    }

    .responsive_menu img {
        max-width: 80px;
    }

    #navbarSupportedContent {
        background: #ffffff;
        position: absolute;
        top: 44px;
        width: 259px;
        box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
        right: 46px;
    }

    .dropdown .dropdown-menu {
        transform: scale(1);
        display: block;
        color: #363535;
        -webkit-animation: slide-down .3s ease-out;
        -moz-animation: slide-down .3s ease-out;
        background-color: #202d5b;
    }

    .dropdown .dropdown-menu .dropdown-item {
        padding: 10px 17px !important;
        background-color: #202d5b;
        background: none;

    }

    h5 {
        font-size: 16px;
        line-height: 22px;
    }

    #novedades {
        padding: 0 0;
    }

    #recomendados {
        padding: 0 0;
    }

    #mas-vendidos {
        padding: 0 0;
    }

    .product-item {

        margin-bottom: 30px;
        height: 100%;
        color: #686867;
        width: 100%;
    }

    .informacion_util_tiendas {
        color: #7ba9e4;
        margin-right: 30px;
        margin-left: 30px;
        text-transform: uppercase;
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }

    p {
        font-size: 18px;
    }
    .bar1, .bar2, .bar3 {
        width: 30px;
        height: 4px;
        background-color: #fff;
        margin: 6px -7px;
        transition: 0.4s;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-7px, -6px);
        transform: rotate(45deg) translate(-7px, -6px);
    }
    .dropdown-cesta ul {
        margin: -2px -13px;
        padding: 0 3px;
        font-size: small;
    }
    .dropdown-cesta.dropdown-menu.dropdown-menu-right.align-items-center.justify-content-center.show {
        transform: translate3d(-124px, 55px, 0px);

    }
    .product-item h5{
        text-align: center;
    }
    .dropdown-cesta.dropdown-menu.dropdown-menu-right.align-items-center.justify-content-center.show {
        margin-top: -15px;
        background-color: ghostwhite;
        box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px 1px;
        position: absolute;
        transform: translate3d(3px, 32px, 0px);
        top: 0px;
        left: 0px;
        will-change: transform;
        margin-left: -12px;
    }
    #search_input2 {
        background: #fff;
        margin-top: -56px;
        background-color: ghostwhite;
        box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px 1px;
        position: absolute;
        transform: translate3d(3px, 32px, 0px);
        top: 0px;
        left: 0px;
        will-change: transform;
        margin-left: -12px;
    }
    .container.typology {
        margin: 0 auto 0 auto;
    }
    #product-category h3 {
        margin-bottom: 15px;
        font-size: large;
    }
}




/**************** Media Queries end****************/
