@media (max-width: 1599px) {
}
@media (max-width: 1439px) {
}
@media (max-width: 1199px) {   
}
@media (max-width: 991px) {    
}
@media (max-width: 767px) {    
}
@media (max-width: 479px) {    
}

/* FIXES  ************************************************************************
**********************************************************************************
**********************************************************************************/


/* ocultar el spin flechitas en campo numerico */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}


/* FUENTES  **********************************************************************
**********************************************************************************
**********************************************************************************/

/* dinpro */

@font-face {
  font-family: 'dinpro';
  src: url('/content/fonts/dinpro/dinpro-bold.eot');
  src: url('/content/fonts/dinpro/dinpro-bold.eot?#iefix') format('embedded-opentype'),
  url('/content/fonts/dinpro/dinpro-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal
  
}

@font-face {
  font-family: 'dinpro';
  src: url('/content/fonts/dinpro/dinpro-medium.eot');
  src: url('/content/font/dinpro/dinpro-medium.eot?#iefix') format('embedded-opentype'),
  url('/content/fonts/dinpro/dinpro-medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal
  
}

@font-face {
  font-family: 'dinpro';
  src: url('/content/fonts/dinpro/dinpro-regular.eot');
  src: url('/content/fonts/dinpro/dinpro-regular.eot?#iefix') format('embedded-opentype'),
  url('/content/fonts/dinpro/dinpro-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal
  
}

/* Gotham */

@font-face {
    font-family: 'Gotham';
    src: url('/content/fonts/Gotham-Book.eot');
    src: url('/content/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('/content/fonts/Gotham-Book.woff') format('woff'), url('/content/fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	
}

@font-face {
    font-family: 'Gotham';
    src: url('/content/fonts/Gotham-Medium.eot');
    src: url('/content/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('/content/fonts/Gotham-Medium.woff') format('woff'), url('/content/fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
	
}

@font-face {
    font-family: 'Gotham';
    src: url('/content/fonts/Gotham-Bold.eot');
    src: url('/content/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('/content/fonts/Gotham-Bold.woff') format('woff'), url('/content/fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
	
}

/* ESTILOS BOOTSTRAP CUSTOMIZADOS  ***********************************************
**********************************************************************************
**********************************************************************************/


/* COLOR PRINCIPAL ***********************/
.text-primary, .btn-primary .badge, .btn-link, 
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-link:hover,
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus,
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.panel-primary > .panel-heading .badge {
	color: #0F8FFF;
}
.bg-primary, .btn-primary,.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.label-primary,
.progress-bar,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.panel-primary > .panel-heading {
	background-color: #0F8FFF;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.panel-primary,
.panel-primary > .panel-heading {
	border-color: #0F8FFF;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0F8FFF;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0F8FFF;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #0F8FFF;}
}

/* Position Recaptcha ***********/
.grecaptcha-badge {
    bottom: 126px !important;
}

/* BORDER-RADIUS ***********/

.img-rounded, .img-thumbnail, code, kbd, pre,
.form-control, .input-sm, .form-group-sm .form-control, .input-lg, .form-group-lg .form-control, .btn, .btn-lg, .btn-group-lg > .btn, .btn-sm, .btn-group-sm > .btn, .btn-xs, .btn-group-xs > .btn, .dropdown-menu, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-group-addon, .input-group-addon.input-sm, .input-group-addon.input-lg, .nav-pills > li > a, .nav-tabs-justified > li > a, .navbar-toggle, .navbar-toggle .icon-bar, .breadcrumb, .pagination, .pager li > a, .pager li > span, .container .jumbotron, .container-fluid .jumbotron, .thumbnail, .alert, .progress, .panel, .panel-group .panel, .well, .well-lg, .well-sm, .modal-content, .tooltip-inner, .popover, .popover-title, .carousel-indicators li {
  border-radius: 0;}

pre code, .btn-link, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.panel > .panel-collapse > .list-group .list-group-item {
	border-radius: 0}

.nav-tabs > li > a {border-radius: 0 0 0 0;}

@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {border-radius: 0;}
.nav-tabs.nav-justified > li > a {border-radius: 0 0 0 0;}
}
@media (min-width: 960px) {
  .navbar {border-radius: 0;}
}
@media (min-width: 768px) {
  .navbar-static-top, .navbar-fixed-bottom {border-radius: 0;}
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.nav-tabs .dropdown-menu, .navbar-nav > li > .dropdown-menu,
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:last-child > .btn:first-child,
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,  .pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span, .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:first-child,
.panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 0px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.list-group-item:last-child, .panel-footer {
  border-bottom-left-radius: 0px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.list-group-item:last-child, .panel-footer {
  border-bottom-right-radius: 0px;
}




/* GRADIENTS              ********************************************************
**********************************************************************************
**********************************************************************************/

.grad-blueviol {
  background-color:#002d62;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
}



/* ESTILOS GENERALES  ************************************************************
**********************************************************************************
**********************************************************************************/

body {
    color: #000;
    font-size: 14px;
    line-height: 1.42857em;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    position: relative;
}

header, header .upper, .header .main, section, 
.LOGO, .MENU_TOP, .MENU_MAIN, .SEARCH_BOX, .CART_BOX, .LOGIN_BOX,
footer, footer .upper, footer .main, footer .credits
{position: relative}

section, header, header .upper, header .main, footer, footer .upper, footer .main, footer .credits {
    float: left;
    width: 100%;
    position: relative;
}

section {margin-top: 25px;}
.Home section {margin-top: 0 !important;}



* {text-shadow: none; box-sizing: border-box;}
*:after, *:before {text-transform: none !important}
*:focus {box-shadow: none !important; outline: none !important}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer !important;
  transition: all 0.1s ease-in 0s;
}

a:hover, a:focus {
  color: #0F8FFF;
  text-decoration: none;
}
a:focus {
    outline: 0 none transparent;
    outline-offset: 0;
}


ol, ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.nav {list-style: outside none none;}
.navbar-collapse.collapse {visibility: visible !important;}
.collapse {visibility: visible;}


.grayscale {
	filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.7;
}



.navbar-nav {margin: 0}


.navbar-nav li.banner {
  position: absolute;
  right: 0;
}

.navbar-nav li.banner a{
  color: #FFF !important;
  line-height: 1em;
  margin: 0;
  padding: 7px 32px 15px 13px;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 17px;
  text-shadow: none;
  display: block;
}

.navbar-nav li.banner a.icon::after{
  content: "";
  background-image: url(/Content/Images/i-emogi.png);
  height: 20px;
  width: 20px;
  z-index: 4;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.7s ease-in-out 0.3s;
  display: inline-block;
  position: absolute;
  top: 6px;
  margin-left: 8px;
}


 @media(max-width:1199px){
  .navbar-nav li.banner {display: none;}
 }


/* BOTONES ********************************************/
.btn {
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: bold;
    min-width: 182px;
    padding: 6px 20px;
    text-shadow: none;
    box-shadow: none;
    line-height: 1.5em;
}

.btn-primary, .btn-danger, .btn-default {
	background: #0054C8;
	border-color:#0054C8;
	color: #fff;
}
.btn-primary:hover, .btn-danger:hover, .btn-default:hover {
	background: #003F84 !important;
	border-color: #003F84;
	color: #fff;
}

/* Botones Modales */

.modal .btn-primary, .btn-danger, .btn-default {
	background: #0054C8;
	border-color:#0054C8;
	color: #fff;
}
.modal .btn-primary:hover, .btn-danger:hover, .btn-default:hover {
	background: #003F84 !important;
	border-color: #003F84;
	color: #fff;
}










/* FORMULARIOS ********************************************
**********************************************************/

input[type="text"], select, textarea {width:100%}

fieldset {font-size: 13px;}

.form-group {
    margin-bottom: 12px;
    position: relative;
}

.form-control, select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #c6c6c6;
    box-shadow: none;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: normal;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    box-shadow: 1px 1px 2px #f0f0f0 inset;
    font-weight: normal;
    line-height: 1.42857;
    padding: 6px;
    border-radius: 10px;
}
.form-control, select {
  -webkit-transition: border-color ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s;
          transition: border-color ease-in-out .15s;
}
.form-control:focus {
	border-color: #0F8FFF !important;
	position: relative;
    z-index: 2;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ececec;
    border: 1px solid #dedede;
    color: #ababab;
    cursor: not-allowed;
    float: left;
}

select {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #E8E8E8 100%), #FFF !important;
}
textarea  {border: 1px solid #CCCCCC;}

legend {
    border: 0 none;
    color: #000;
    font-size: 1.3em;
    font-weight: lighter;
    line-height: 1.2em;
    margin-bottom: 15px;
}
label {
    color: #7d7d7d;
    float: left;
    font-size: 12.5px;
    font-weight: lighter;
    line-height: 17px;
    margin: -2px 0 4px;
}

::-webkit-input-placeholder {color: #ababab !important;}
:-moz-placeholder {color: #ababab !important; opacity: 1;}
::-moz-placeholder {color: #ababab !important; opacity: 1;}
:-ms-input-placeholder {color: #ababab !important;}
::-ms-input-placeholder {color: #ababab !important;}


.customselect {
    position: relative;
}

.customselect:after {content: "\f3d0"}
.customselect::after {
    color: #000;
    font-family: "Ionicons";
    font-size: 14px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 10px;
    bottom: 7px;
    height: 100%;
}
.customselect option {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
    text-transform: uppercase;
}
.customselect option:hover {text-decoration: underline;}
select:focus {
	border-color: inherit !important;
	position: initial !important;
}
select {
	cursor: pointer;
	display: inline-block;
	outline: none;
	-webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
	appearance:none !important;
	-moz-appearance:none !important; /* Firefox */
	-webkit-appearance:none !important; /* Safari and Chrome */

}
select option {font-weight: normal}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:20px}
}


.required {
    color: #606060;
    float: right;
    margin-left: 3px;
    margin-top: 1px;
    font-size: 0.95em;
}
fieldset p {
    color: #777;
    float: left;
    font-size: 0.9em;
    margin-top: 10px;
}
.message {
    border: 1px solid;
    background-clip: padding-box;
    border-radius: 2px;
    display: block;
    font-size: 2em;
    line-height: 1em;
    padding: 15px;
}



/* custom checkbox *****/
label.checkbox {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 25px;
	cursor: pointer;
	color: #000;
}
label.checkbox input {
  position: absolute !important;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin: 0 !important;
}
label.checkbox .checkmark {
    box-shadow: 1px 1px 3px 
	rgba(0, 0, 0, 0.17);
	border: 1px solid #c4c4c4;
    border-radius: 3px;
    height: 14px;
    width: 14px;
    float: left;
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
}
label.checkbox:hover input ~ .checkmark {
  border-color: #999;
}
label.checkbox input:checked ~ .checkmark:before {content: "\f122";}
label.checkbox input:checked ~ .checkmark:before {
	font-family: 'Ionicons';
	font-size: 17px;
	color: #31C161;
	line-height: 20px;
	position: absolute;
	left: 2px;
	top: -6px;
}




/* custom radio *****/
label.radio {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 25px;
	cursor: pointer;
	color: #000;
}
label.radio input {
  position: absolute !important;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin: 0 !important;
}
label.radio .checkmark {
    box-shadow: 1px 1px 3px 
	rgba(0, 0, 0, 0.17);
	border: 1px solid #c4c4c4;
    border-radius: 3px;
    height: 14px;
    width: 14px;
    float: left;
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
}
label.radio .checkmark:before {content: "\f3a6"}
label.radio .checkmark:before {
	font-family: 'Ionicons';
	font-size: 18px;
	color: #cdcdcd;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

label.radio:hover input ~ .checkmark {
  border-color: #999;
}
label.radio input:checked ~ .checkmark:before {content: "\f375";}
label.radio input:checked ~ .checkmark:before {
	font-family: 'Ionicons';
	font-size: 24px;
	color: #1279C5;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}






/* Validación formularios I  ******************************/

.input-validation-error {
    border-color: #aaa #aaa #d90000;
}
.field-validation-error {
    color: #d90000;
    display: block;
    float: left;
    font-size: 0.9em;
    font-weight: normal;
    margin: 2px 0 6px;
    padding-top: 2px;
    width: 100%;
}
.field-validation-error:before {content: "\f12a";}
.field-validation-error::before {
    background: #fff none repeat scroll 0 0;
    font-family: "Ionicons";
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    right: 4px;
    z-index: 1;
}

#calcularEnvio .field-validation-error::before {position: unset;}

#calcularEnvio .field-validation-valid::before{display: none;}

/* Validación formularios II (clase "validar")  **********************/

.validar .input-validation-error {border-color: #d0d0d0 #d0d0d0 #d91616;}
.validar .form-control.valid {border-color: #fff #fff #2fac8f;}

.validar .field-validation-error, .validar .field-validation-valid {
    color: #d91616 !important;
    float: left;
    font-size: 0.88em;
    line-height: 1.2em;
    height: 26px;
    margin: 0 !important;
    padding: 5px 0 0 !important;
    width: 100%;
}
.validar .field-validation-error:before {content: "\f12a";}
.validar .field-validation-valid:before {content: "\f122";}
.validar .field-validation-error::before, .validar .field-validation-valid::before {
    background: transparent none repeat scroll 0 0;
    bottom: 34px;
    font-family: "Ionicons";
    font-size: 11px;
    font-style: normal;
    line-height: 18px;
    position: absolute;
    right: 22px;
    z-index: 1;
}

.validar .field-validation-valid.disabl::before {
    display: none;
}

.validar .field-validation-valid {height: 0}
.validar .field-validation-valid:before {color: #2fac8f; bottom: 12px;}

.validar .sel .field-validation-valid:before, .validar .sel .field-validation-error:before {
    display: none !important;
}






/* BANNERS ******************************/
.banner-item {width: 100% !important;}
.banner-item img {width: 100%;}
.banner-item.Html img {width:auto;}





/* JUMBOTRON ******************************/
.jumbotron {
    background: transparent none repeat scroll 0 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    float: left;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 31px 60px 28px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.jumbotron::before {
    border-right: 1px solid #eee;
    color: #d9d9d9;
    float: left;
    font-family: "e3font";
    font-size: 80px;
    height: 131px;
    line-height: 1.2em;
    margin-right: 33px;
    padding: 5px 20px 0 0;
}
.jumbotron h2 {
    color: #000;
    font-size: 1.5em;
    font-weight: 500;
    margin: 12px 0 8px;
}
.jumbotron h2::before {
  content: "";
  display: block;
  background-image: url(/Content/Images/alert-circle-outline.svg);
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin: 0 auto 10px;
}
.jumbotron p {
    color: #888888;
    font-size: 1.1em;
    font-weight: 400;
}
.jumbotron .btn {
    font-size: 1.05em;
    padding: 8px 20px;
    white-space: normal;
    border: 0;
    max-width: 200px;
}



@media (max-width: 767px) { 
.jumbotron::before {
    border-right: 0 none;
    font-size: 66px;
    height: auto;
    margin: -18px auto 18px;
    text-align: center;
    width: 100%;
}
	.jumbotron h2, .jumbotron p {text-align: center}   
.jumbotron .btn {
    margin: auto;
    max-width: 235px;
    width: 100%;
}
}





/* TOOLTIP ******************************/
.tooltip {opacity: 1 !important}
.tooltip-inner {
  padding: 5px 8px;
  color: #fff;
  line-height:1.2em;
  text-decoration: none;
  font-size:11.5px !important;
  background-color: #0F8FFF;
  border-radius: 2px;
  width: auto !important;
  max-width: 300px !important;
  position: relative;
  white-space: nowrap;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {border-top-color: #0F8FFF;}

.tooltip.right .tooltip-arrow {border-right-color: #0F8FFF;}
.tooltip.left .tooltip-arrow {border-left-color: #0F8FFF;}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {border-bottom-color: #0F8FFF;}





/* MODALS - CSS general ******************************/

@media (min-width: 768px) {
.modal-dialog {margin: 20px auto}
}

.modal {z-index: 1050; background: rgba(0,0,0,0.7)}
.modal-backdrop.in{ position:fixed; }
.modal-backdrop {display: none}

.modal-content {
    padding: 0;
    float: left;
    width: 100%;
    background: #F6F6F6;
}
.modal-header {

    border-bottom: 0 none;
    padding: 0 30px;
    height: 66px;
    line-height: 66px;
}
.modal-header {background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0, #2b4391),
	color-stop(1, #294391)
);
background-image: -o-linear-gradient(right, #2b4391 0%, #294391 100%);
background-image: -moz-linear-gradient(right, #2b4391 0%, #294391 100%);
background-image: -webkit-linear-gradient(right, #2b4391 0%, #294391 100%);
background-image: -ms-linear-gradient(right, #2b4391 0%, #294391 100%);
background-image: linear-gradient(to right, #2b4391 0%, #294391 100%);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
}

.modal-header .close {
    color: transparent;
    font-size: 30px;
    opacity: 1;
    text-shadow: none;
    font-family: 'Ionicons';
    font-weight: bold;
    line-height: 66px;
    padding: 0 16px;
    display: block;
    float: right;
    margin-right: -15px;
    transition: all .2s ease-in-out;
    position: relative;
}
.modal-header .close span {display: none !important}
.modal-header .close::before {
  content: "\f2d7";
  color: #fff;
  width: 100%;
  position: absolute;
  display: block;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
}


.modal-title {
    color: #fff;
    font-size: 1.33em;
    font-weight: 500;
    line-height: 64px;
    padding: 0;
    float: left;
}
.modal-body {
    margin: 0;
    padding: 20px 30px;
    position: relative;
}
.modal-footer {
    border-top: 0 none;
    padding: 0 30px 20px;
}
.modal-footer .btn {
    font-size: 1.14em;
    line-height: 1em;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 479px) {
.modal-header {padding: 0 15px}
.modal-content {min-height: 100vh}
}




/* LOADING ******************************/
.wait span {
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: lighter;
    line-height: 1.3em;
    margin: 20px auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.sk-circle {
    height: 40px;
    margin: 20% auto 0;
    position: relative;
    width: 40px;
}
.sk-circle.product{
height: 50px;
    width: 50px;
    margin: 0 auto;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle.product .sk-child:before {
  background-color: #0F8FFF;
  width:20%;
  height:20%;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}











/**********************************************************************/
/* Bootstrap Mid-Small - col-ms-* - the missing grid set for Bootstrap3. */
 
@media (min-width: 480px) and (max-width: 767px) {
	.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, 
	.col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px; }
		
	.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, 
	.col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11 {
		float: left; }
	
	.col-ms-1 {width: 8.33333%; }
	.col-ms-2 {width: 16.66667%; } 
	.col-ms-3 {width: 25%; }
	.col-ms-4 {width: 33.33333%; }
	.col-ms-5 {width: 41.66667%; }
	.col-ms-6 {width: 50%; }
	.col-ms-7 {width: 58.33333%; }
	.col-ms-8 {width: 66.66667%; }
	.col-ms-9 {width: 75%; }
	.col-ms-10 {width: 83.33333%; }
	.col-ms-11 {width: 91.66667%; }
	.col-ms-12 {width: 100%; }
	
	.col-ms-push-0 {left: 0; } 
	.col-ms-push-1 {left: 8.33333%; } 
	.col-ms-push-2 {left: 16.66667%; } 
	.col-ms-push-3 {left: 25%; } 
	.col-ms-push-4 {left: 33.33333%; } 
	.col-ms-push-5 {left: 41.66667%; } 
	.col-ms-push-6 {left: 50%; } 
	.col-ms-push-7 {left: 58.33333%; } 
	.col-ms-push-8 {left: 66.66667%; } 
	.col-ms-push-9 {left: 75%; } 
	.col-ms-push-10 {left: 83.33333%; } 
	.col-ms-push-11 {left: 91.66667%; } 
	
	.col-ms-pull-0 {right: 0; } 
	.col-ms-pull-1 {right: 8.33333%; } 
	.col-ms-pull-2 {right: 16.66667%; }
	.col-ms-pull-3 {right: 25%; } 
	.col-ms-pull-4 {right: 33.33333%; } 
	.col-ms-pull-5 {right: 41.66667%; } 
	.col-ms-pull-6 {right: 50%; } 
	.col-ms-pull-7 {right: 58.33333%; } 
	.col-ms-pull-8 {right: 66.66667%; } 
	.col-ms-pull-9 {right: 75%; }
	.col-ms-pull-10 {right: 83.33333%; }
	.col-ms-pull-11 {right: 91.66667%; }
	
	.col-ms-offset-0 {margin-left: 0; }
	.col-ms-offset-1 {margin-left: 8.33333%; }
	.col-ms-offset-2 {margin-left: 16.66667%; }
	.col-ms-offset-3 {margin-left: 25%; }
	.col-ms-offset-4 {margin-left: 33.33333%; }
	.col-ms-offset-5 {margin-left: 41.66667%; }
	.col-ms-offset-6 {margin-left: 50%; } 
	.col-ms-offset-7 {margin-left: 58.33333%; } 
	.col-ms-offset-8 {margin-left: 66.66667%; } 
	.col-ms-offset-9 {margin-left: 75%; } 
	.col-ms-offset-10 {margin-left: 83.33333%; } 
	.col-ms-offset-11 {margin-left: 91.66667%; }
	
	.visible-ms {display: block !important;}
	.visible-ms-block {display: block !important}
	.visible-ms-inline {display: inline !important}
	.visible-ms-inline-block {display: inline-block !important}
	.hidden-ms {display: none !important;}
}
 
@media (min-width: 480px) and (max-width: 767px) {
	.container {max-width: 748px; }
	.form-horizontal .form-group .control-label {text-align:right;}
}
@media (max-width: 479px) {
	.container {max-width:unset; width:100% }
}



/**********************************************************************/
/* Bootstrap corte hasta 1920 de ancho */

/*@media (min-width: 768px) {.container {width: 750px;}}*/
@media (min-width: 768px) {.container {width: 100%;}}
@media (min-width: 992px) {.container {width: 970px;}}
@media (min-width: 1200px) {.container {width: 1170px;}}
@media (min-width: 1440px) {.container {width: 1410px;}}
@media (min-width: 1600px) {.container {width: 1570px;}}
@media (min-width: 1900px) {.container {width: 1870px;}}

.errorReCaptcha{
    color:red;
    margin-bottom: 5px;
}

.form-validation-summary {
    margin: 20px 0px;
    font-size: 1.3em;
}

.pcms-contact.btn-default:disabled, .pcms-contact.btn-default[disabled] {
    background-color: #e0e0e0 !important;
}

.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
.upper2 {
  overflow-x: hidden;
  width: 100vw;
  max-width: 100%;
}
.upper2 marquee {
  display: block;
  width: 100%;
  white-space: nowrap;
}



    .badge-bluedays {
        display: block;
        width: 70px;
        height: 70px;
        position: relative;
    }

    @@media(max-width:767px) {
        .badge-bluedays {
            width: 40px;
            height: 40px;
        }
    }

    .badge-hotsale {
        display: block;
        width: 70px;
        height: 70px;
        position: relative;
        float: right;
    }

    @@media(max-width:767px) {
        .badge-hotsale {
            width: 40px;
            height: 40px;
        }
    }

    .cucardas {
        z-index: 0;
    }

        .cucardas ul {
            text-align: center;
            float: left;
        }

            .cucardas ul li {
                display: inline-block;
            }

                .cucardas ul li > div {
                    background: #033260 none repeat scroll 0 0;
                    color: #fff;
                    font-size: 1em;
                    height: 25px;
                    line-height: 25px;
                    margin: 0 2px 2px 0;
                    padding: 0 6px;
                    position: relative;
                    text-align: center;
                    text-transform: uppercase;
                    min-width: 53px;
                    z-index: 1;
                    font-family: 'Open Sans', sans-serif;
                }