* {
	-webkit-font-smoothing: antialiased;
	pointer-events: auto;
	padding: 0;
	margin: 0;
	word-wrap: break-word;
	box-sizing: border-box;
}

html{
    margin: 0;
    padding: 0;
	scrollbar-color: #1E3F65 #000 ; 
  	scrollbar-width: thin;
}

body {
	/*-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overscroll-behavior-y: none;
    background: #FFF;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color:#1E3F65;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";

}

/* Tamaño del scroll */
::-webkit-scrollbar {
  width: 10px; /* ancho */
  height: 10px; /* alto para scroll horizontal */
}

/* Track (fondo del scroll) */
::-webkit-scrollbar-track {
  background: #000; 
}

/* Thumb (la parte que se mueve) */
::-webkit-scrollbar-thumb {
  background: #1E3F65;
  border-radius: 10px;
}

/* Hover del thumb */
::-webkit-scrollbar-thumb:hover {
  background: blue;
}

.container{
    display: flex;
    flex-direction: column;
    gap:0;
    width: 100%;
}

.contenedor-abajo{
    display: flex;
    position: relative;
    top: 88px;
    flex-direction: column;
    gap:0;
    width: 100%;
    overflow-x: hidden;
    
}

.sect-1 {
    display: block;
    width: 100%;
    padding: 0;
}

.sect-2{
    display: block;
    width: 100%;
    padding: 0 10vw;
    overflow: hidden;
}

.sect-3{
    display: block;
    width: 100%;
    padding: 30px 10vw;
}


.nav_menu_desp {
	width: 100vw;
	margin: 0 auto;
	height: 88px;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 3vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1500000;
	box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.19);
	-webkit-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.19);
}



.nav-a {
	display: none;
}

.nav-d {
	display: none;
}

.burger_btn {
	background: none;
	border: none;
	transition: all .35s;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.burger_btn:hover, .burger_btn:focus {
	opacity: .6;
}

.burger_btn img {
	height: 16px;
	width: auto;
}

.abri_cuenta_btn {
	height: 36px;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 11px;
	border: none;
	transition: all .35s;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font-size: 14px;
}

.abri_cuenta_btn:hover, .abri_cuenta_btn:focus {
	opacity: .6;
}

.dca2_hero {
	display: block;
	width: 100%;
	font-size: 0;
	position: relative;
	margin-top: 88px;
}

.dca2_hero_mobile {
	display: none;
	width: 100%;
	font-size: 0;
}

.dca2_tecnologia {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #0a99ff;
	padding: 7vw 0 14vw;
	box-sizing: border-box;
	position: relative;
	top: -1px;
}

.dca_tecnologia_titulo {
	padding: 0 12vw;
}

.dca2_omnicanales {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	background: #FFF;
	padding: 30px 12vw 120px 12vw;
	box-sizing: border-box;
}

.dca_volanta {
	font-size: 18px;
}

.dca_titulo {
	font-size: 46px;
	text-align: center;
}

.dca_text {
	font-size: 25px;
	text-align: center;
	padding: 20px 12vw;
}

.dca_tecno_cards {
	display: flex;
	width: 100%;
	gap: 20px;
	padding-top: 40px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.dca_omni_cards_caja {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.dca_tecno_cards button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 22% !important;
	background: #FFF;
	border-radius: 8px;
	border: none;
	box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.49);
	-webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.49);
	-moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.49);
	padding: 40px 0px;
	cursor: pointer;
	transition: all .35s;
}

.dca_tecno_cards button img {
	width: auto;
	height: 60px;
	margin-bottom: 20px;
	transition: all .35s;
}

.dca_tecno_cards button:hover {
	transform: scale(1.05);
}

.dca_tecno_cards button span {
	font-size: 16px;
}

.dca-omni-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 30% !important;
	height: 28vw;
	background: #FFF;
	border-radius: 8px;
	border: none;
	padding: 40px 50px;
}

.dca_back_omni1 {
	background: url("../img/Rectangle-630.jpg") center center no-repeat;
	background-size: cover;
	background-color: #ceebff;
	background-blend-mode: multiply;
}

.dca_back_omni2 {
	background: url("../img/Rectangle-631.jpg") center center no-repeat;
	background-size: cover;
	background-color: #ceebff;
	background-blend-mode: multiply;
}

.dca_back_omni3 {
	background: url("../img/Rectangle-632.jpg") center center no-repeat;
	background-size: cover;
	background-color: #ceebff;
	background-blend-mode: multiply;
}

.dca-omni-card span {
	font-size: 30px;
}

.dca-omni-card a {
	display: block;
	padding: 10px 30px;
	font-size: 14px;
	text-align: center;
	border-radius: 30px;
	background: #292a5c;
	text-decoration: none;
}

.dca-omni-card a:hover {
	background: #009fe3;
	text-decoration: none;
}

.dca2_marcas {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	background: #0a99ff;
	padding: 30px 7vw 30px 7vw;
	box-sizing: border-box;
}

.dca2_marcas button {
	display: block;
	padding: 10px 60px;
	font-size: 14px;
	text-align: center;
	border-radius: 30px;
	background: #292a5c;
	text-decoration: none;
	color: #FFF;
	transition: all .35s;
	margin-top: 50px;
	border: none;
	cursor: pointer;
}

.dca2_marcas button:hover {
	background: #FFF;
	text-decoration: none;
	color: #009fe3;
}

.dca_marcas_cards_caja {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	row-gap: 30px;
	column-gap: 0px;
	padding-top: 40px;
}

.dca_marcas_cards_caja a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 16% !important;
	height: 40px;
	border: none;
	cursor: pointer;
	transition: all .35s;
}

.dca_marcas_cards_caja a:hover {
	opacity: 0.5;
}

.dca_marcas_cards_caja a img {
	width: 100%;
	height: auto;
}

.dca2_banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #FFF;
	padding: 14vw 12vw;
	box-sizing: border-box;
}

.dca_caja_banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: 20vw;
	background: url("../img/banners/banner-activa-desktop.png") center center no-repeat;
	background-size: cover;
	border-radius: 8px;
	padding: 0 4vw;
}

.dca_caja_banner img {
	width: auto;
	height: 40px;
}

.dca_caja_banner p {
	display: block;
	font-size: 16px;
	padding: 20px 0;
}

.dca_caja_banner a {
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	text-align: center;
	border-radius: 30px;
	background: #009fe3;
	text-decoration: none;
	color: #FFF;
}

.dca_caja_banner a:hover {
	background: #FFF;
	text-decoration: none;
	color: #009fe3;
}

.dca_buscar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #e6e6e6;
	border: none;
	border-radius: 10px;
	height: 40px;
	width: 50vw;
	color: #FFF;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-left: 20px;
}

.dca_buscar img {
	display: flex;
	height: 20px;
	width: auto;
	align-self: flex-end;
	cursor: pointer;
}

.dca_buscar button {
	border: none;
	background: none;
}

input[type=search] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background: none;
	border: none;
	width: 80%;
	outline: none;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}

.dca_idioma {
	border: none;
	background: none;
	outline: none;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}


.dca_footer-desktop {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #032035;
	padding: 100px 10vw 30px;
	box-sizing: border-box;
	color: #FFF;
}

.dca_footer-desktop > div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 50px;
}

.dca_copyright {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	align-items: center !important;
}

.dca_copyright span {
	text-align: center !important;
	font-size: 0.9rem;
}

.dca_footer_logo {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.dca_footer_logo span {
	display: block;
	font-size: 16px;
	padding: 20px 0;
}

.dca_redes {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
}

.dca_redes img {
	display: block;
	width: auto;
	height: 24px;
	cursor: pointer;
}

.dca_redes img:hover {
	opacity: 0.5;
}

a.dca_tit_foot {
	display: block;
	font-size: 1rem;
	padding-bottom: 20px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	cursor:text;
    font-weight: 700;
}
a.pad-subtit{
    padding-bottom: 5px;
}

a.dca_list_foot {
	display: block;
	font-size: 1rem;
	padding-bottom: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
    font-weight: 400;
}

a.dca_list_foot:hover {
	color: #009fe3;
}



a.dca_crucesita {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	height: 12px;
	text-align: center;
	margin-bottom: 20px;
}

a.dca_crucesita:hover {
	opacity: 0.5;
}

a.dca_crucesita2 {
	display: none;
	flex-direction: row-reverse;
	width: 100%;
	height: 12px;
	text-align: center;
	margin-bottom: 20px;
}

a.dca_crucesita2:hover {
	opacity: 0.5;
}

a.dca_crucesita_light {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	height: 12px;
	text-align: center;
	margin-bottom: 5px;
}

a.dca_crucesita:hover {
	opacity: 0.5;
}

.dca_columnahamburg_mobile {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.dca2_dosbanners {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	background: #FFF;
	padding: 100px 12vw;
	box-sizing: border-box;
	gap: 20px;
}

.dca_caja_dosbanners {
	display: flex;
	width: 48%;
	background-color: #cfebff;
	border-radius: 8px;
	padding: 0;
	box-sizing: border-box;
}

.dca_caja_dosbanners img {
	width: 100%;
	height: auto;
}

.oculta {
	display: none;
}

.vermasmarcas {
	width: 100%;
	transition: all .35s !important;
}

.dca_idioma_mobile {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.dca_idioma_mobile span {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px #688da7 solid;
	color: #688da7;
	font-size: 14px;
	margin-bottom: 10px;
}

.dca_idioma_mobile a {
	display: block;
	width: 100%;
	padding-bottom: 20px;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
}

.dca_idioma_mobile a:hover {
	opacity: 0.5;
}



.dca-button-tecnologia {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 200px;
	border: none;
	padding: 40px 0px 0px;
	cursor: pointer;
	transition: all .35s;
	background: #0a99ff;
}

.dca-button-tecnologia:hover {
	transform: scale(1.05);
}

.dca-button-tecnologia div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 200px;
	background: #FFF;
	border-radius: 100px;
	box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.49);
}

.dca-button-tecnologia div img {
	width: 70%;
	height: auto;
}

.dca-button-tecnologia span {
	width: 100%;
	color: #FFF !important;
	font-size: 20px;
	padding-top: 20px;
}

.dca_cajamenusuperior {
	display: flex;
	width: 100%;
	height: 80px;
	background: #fff;
	position: fixed;
	padding: 20px 3%;
	box-sizing: border-box;
	z-index: 1000000;
	color: #FFF;
	justify-content: space-between;
	box-shadow: 0px 8px 13px -6px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 8px 13px -6px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 8px 13px -6px rgba(0,0,0,0.25);
}

.dca_menu {
	display: flex;
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	position: relative;
	z-index: 1000000;
	justify-content: space-between;
	align-items: center;
}

.dca_menu > div {
	display: flex;
}

.dca_logocabezal {
	display: flex;
	transition: all .2s linear;
	align-self: center;
}

.dca_logocabezal:hover {
	opacity: .5;
}

.dca_logocabezalimagen {
	width: auto;
	height: 40px;
}

.dca_logocabezal2 {
	display: none;
}

.dca_hamburguesa {
	display: block;
	transition: all .35s linear;
	width: auto;
	height: 35px;
	border: none;
	margin-right: 20px;
	background: none;
	cursor: pointer;
	border-radius: 5px;
	box-sizing: border-box;
}

.dca_hamburguesa:hover {
	opacity: .7;
}

.dca_hamburguesa2 {
	display: none;
	transition: all .35s linear;
	width: auto;
	height: 35px;
	border: none;
	margin-right: 20px;
	background: none;
	cursor: pointer;
	border-radius: 5px;
	box-sizing: border-box;
}

.dca_hamburguesa2:hover {
	opacity: .7;
}

#hamburguesa {
	outline: none;
}

#hamburguesa:hover, #hamburguesa:focus {
	opacity: .7;
}

.dca_hamburguesaimagen {
	width: auto;
}

.hamburguesaimagen {
	width: auto;
	height: 25px;
}

.dca_btbotonesmenu {
	display: inline-block;
	text-decoration: none;
	color: #525252;
	font-size: 15px;
	padding: 5px 10px;
	transition: all .3s linear;
	position: relative;
	top: 0px;
}

.dca_btbotonesmenu2 {
	display: inline-block;
	text-decoration: none;
	color: #525252;
	font-size: 15px;
	padding: 5px 10px;
	transition: all .3s linear;
	position: relative;
	top: 0px;
	cursor: auto;
}

.dca_derech2 {
	display: flex;
    justify-content: center;
    align-items: center;
}

.dca_btbotonesmenu:hover, .dca_btbotonesmenu:focus {
	color: #00aeef;
}

.dca_imgbotonmenu {
	display: inline-block;
	height: 24px;
	text-decoration: none;
	transition: all .3s linear;
	position: relative;
	top: 5px;
	color: #FFF;
	cursor: auto;
}

.dca_imgbotonmenu:hover {
	opacity: .5;
}

.dca_menuiconos {
	padding: 0 0 0 20px;
}

.dca_menuidiomas {
	font-size: 19px;
}

.dca_separadorbotonesmenu {
	display: block;
	float: right;
	text-decoration: none;
	font-size: 19px;
	transition: all .3s linear;
}

.dca_cajaizquierda {
	display: block;
	height: 24px;
	line-height: 24px;
	margin-left: 20px;
}

.dca_cajaderecha {
	display: flex;
	height: 35px;
	line-height: 40px;
	justify-content: flex-end;
	align-items: center;
}

.dca_abajo {
	display: block;
	background: #FFF;
	width: 100%;
	padding-top: 103px;
	position: relative;
}

.dca_cajadesplegable {
	display: flex;
	position: absolute;
	z-index: 990000;
	width: 100%;
	padding: 3%;
	background: #1e3f65;
	color: #FFF;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	left: 0;
	top: 88px;
	box-sizing: border-box;
	transition: all 1s;
	opacity: 0;
	transform: translate(0,-100%);
	pointer-events: none;
	justify-content: center;
	align-items: center;
}

.dca_cajadesplegableCarrito {
	display: block;
	position: fixed;
	z-index: 990000;
	width: 310px;
	padding: 2%;
	background: #eeeeee;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	right: 2%;
	top: 88px;
	box-sizing: border-box;
	transition: all 1s;
	opacity: 0;
	transform: translate(0,-100%);
	pointer-events: none;
}

.dca_cajadesplegableUser {
	display: block;
	position: fixed;
	z-index: 990000;
	width: 220px;
	padding: 2%;
	background: #eeeeee;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	right: 6%;
	top: 88px;
	box-sizing: border-box;
	transition: all 1s;
	opacity: 0;
	transform: translate(0,-100%);
	pointer-events: none;
}

.dca_cajadesplegableServicios {
	display: block;
	position: fixed;
	z-index: 990000;
	width: 220px;
	padding: 2%;
	background: #eeeeee;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	left: 420px;
	top: 88px;
	box-sizing: border-box;
	transition: all 1s;
	opacity: 0;
	transform: translate(0,-100%);
	pointer-events: none;
}

.dca_cajadesplegableprom {
	display: flex;
	position: absolute;
	z-index: 990000;
	width: 100%;
	padding: 3%;
	background: #eeeeee;
	color: #000;
	font-size: 18px;
	line-height: 45px;
	text-align: left;
	left: 0;
	top: 88px;
	box-sizing: border-box;
	transition: all 1s;
	opacity: 0;
	transform: translate(0,-100%);
	pointer-events: none;
	justify-content: space-between;
	align-items: flex-start;
}

.dca_cajadesplegablemarcas {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	z-index: 990000;
	width: 100%;
	height: calc(100vh - 79px);
	padding: 3%;
	background: #ffffff;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	left: 0;
	top: 88px;
	box-sizing: border-box;
	transition: all 1s;
	opacity: 0;
	transform: translate(0,-100%);
	pointer-events: none;
}

.dca_menuHamburguesa {
	display: block;
	position: fixed;
	z-index: 990000;
	width: 310px;
	height: 100%;
	padding: 60px 20px 10vw 3%;
	background: #1e3f65;
	color: #FFF;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	left: 0;
	top: 88px;
	box-sizing: border-box;
	transition: all 1s;
	opacity: 1;
	transform: translate(-600px,0);
	pointer-events: none;
	overflow-y: scroll;
	scrollbar-color: #1E3F65 #000; 
}

.dca_menuHamburguesa2 {
	display: none;
	position: fixed;
	flex-direction: column;
	z-index: 9900000;
	width: 100%;
	height: 100%;
	padding: 40px;
	background: #031d30;
	color: #FFF;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: all 1s;
	opacity: 1;
	transform: translate(-500px,0);
	pointer-events: none;

}

.dca_seleccion {
	display: none;
	position: fixed;
	z-index: 992000;
	width: 308px;
	height: 100vh;
	padding: 2% 2% 2% 3%;
	background: #161616;
	color: #FFF;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	left: 0;
	top: 79px;
	box-sizing: border-box;
	transition: all 1s;
	opacity: 0;
	transform: translate(0,0);
	pointer-events: none !important;
	overflow: auto;
}

.dca_seleccion2 {
	display: none;
	position: fixed;
	z-index: 995000;
	width: 308px;
	height: 100vh;
	padding: 2% 2% 2% 3%;
	background: #161616;
	color: #FFF;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	left: 0;
	top: 79px;
	box-sizing: border-box;
	transition: all 1s;
	opacity: 0;
	transform: translate(0,0);
	pointer-events: none !important;
	overflow: auto;
}

.dca_cajasanimacionmenu {
	display: block;
	position: relative;
	padding: 2%;
	box-sizing: border-box;
	top: -35px;
	z-index: 981000;
}

.dca_menufiltros {
	display: block;
	position: fixed;
	z-index: 991000;
	width: 308px;
	height: 100vh;
	padding: 2% 2% 5% 3%;
	background: #ffffff;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	left: 0;
	top: 73px;
	box-sizing: border-box;
	transition: all 1s;
	opacity: 0;
	transform: translate(-308px,0);
	pointer-events: none;
	overflow: auto;
}

.dca_menuentrante1 {
	position: relative;
	color: #ffffff;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	left: 0;
	top: 52px;
	box-sizing: border-box;
	transition: all 1s;
	opacity: 0;
	transform: translate(-308px,0);
	pointer-events: none;
	overflow: auto;
}

.dca_menuentrante2 {
	display: flex;
	flex-direction: column;
	height: 100vh;
	width: 100%;
	position: absolute;
	color: #FFF;
	text-align: left;
	left: 40px;
	top: 25px;
	box-sizing: border-box;
	transition: all 1s;
	opacity: 0;
	transform: translate(-500px,0);
	pointer-events: none;
	overflow: hidden;
}


.dca_distribucion {
	display: block;
	position: fixed;
	z-index: 9990000;
	width: 100%;
	height: 100%;
	padding: 60px 20px 3% 3%;
	color: #FFF;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: all 1s;
	opacity: 0;
	transform: translate(0,0);
	pointer-events: none;
}

.dca_menuHamburguesa.activo, .dca_menuHamburguesa2.activo, .dca_cajadesplegableUser.activo, .dca_cajadesplegableCarrito.activo, .dca_cajadesplegable.activo, .dca_cajadesplegableprom.activo, .dca_cajadesplegablemarcas.activo, .dca_negroarriba.activo, .dca_negroarriba2.activo, .dca_cajadesplegableServicios.activo, .dca_distribucion.activo {
	opacity: 1;
	transform: translate(0,0);
	pointer-events: auto !important;
}

.dca_seleccion.activo, .dca_seleccion2.activo, .dca_menuentrante2.activo, .dca_menuentrante1.activo {
	opacity: 1;
	transform: translate(0,0);
	pointer-events: auto !important;
}

a.dca_crucesita {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 12px;
	height: 12px;
	text-align: center;
	margin-bottom: 20px;
	z-index: 991000;
}

a.dca_crucesita_filtros {
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 12px;
	height: 12px;
	text-align: center;
	margin-bottom: 20px;
	z-index: 991000;
}

a.dca_flechita {
	display: block;
	height: 12px;
	text-align: left;
	margin-bottom: 20px;
}

a.dca_flechita:hover {
	opacity: 0.5;
}

.dca_flechacruz {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 5px;
}

.dca-carritoalert {
	display: block;
	position: absolute;
	right: -12px;
	top: -8px;
	width: 16px;
	height: 16px;
	background: #0a99ff;
	line-height: 16px;
	text-align: center;
	color: #fff !important;
	font-size: 10px;
	border-radius: 10px;
	padding: 2px;
	box-sizing: content-box;
}

.dca_usuarionombre {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 40px;
	height: 40px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	position: relative;
}

.dca_usuarionombre2 {
	display: none;
	width: 80px;
	font-size: 14px;
	color: #525252;
	padding: 0 0px 0 10px;
	position: relative;
}

.dca_usuarionombre3 {
	display: none;
	width: 0px;
	font-size: 14px;
	color: #525252;
	padding: 0 0px 0 10px;
	position: relative;
}

.dca_flecha_abajo {
	display: inline-block;
	width: 15px;
	height: 5px;
	position: absolute;
	right: 0;
}

.dca_usuario {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	padding: 0 0 0 20px;
	transition: all .3s linear;
	position: relative;
}

.dca-carritoalert {
	display: block;
	position: absolute;
	right: -12px;
	top: -8px;
	width: 16px;
	height: 16px;
	background: #1e3f65;
	line-height: 16px;
	text-align: center;
	color: #000;
	font-size: 10px;
	border-radius: 10px;
	padding: 2px;
	box-sizing: content-box;
}

a.dca_btusuariomenu {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #000;
	font-size: 14px;
	transition: all .3s linear;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-style: normal;
}

a.dca_btusuariomenu:hover {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-style: normal;
}

.dca_formregistro {
	display: block;
	width: 70vw;
	height: 45px;
	line-height: 45px;
	background: none;
	border-bottom: 1px #ffffff solid;
	border-top: none;
	border-right: none;
	border-left: none;
	outline: none;
	font-size: 16px;
	box-sizing: border-box;
	color: #FFF;
	margin-bottom: 50px;
}

.dca_prodcarrito {
	display: flex;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

.dca_imgcarrito {
	display: block;
	width: 56px;
	height: 56px;
	border: 1px #bfbfbf solid;
}

.dca_descripcioncarrito {
	display: block;
	padding-top: 8px;
	font-size: 14px;
	line-height: 1.3;
	width:calc(100% - 114px);
	color: #1E3F65;
}

.dca_borraritemcarrito {
	display: block;
	padding-top: 8px;
	width: auto;
	height: 20px;
	text-align: center;
	cursor: pointer;
	transition: all .3s linear;
}

.dca_borraritemcarrito:hover {
	opacity: .5;
}

a.dca_btpagar {
	display: block;
	width: 100px;
	height: 38px;
	background: #1e3f65;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	transition: all .3s linear;
}

a.dca_btpagar:hover {
	opacity: .5;
}

.dca_prodcarrito2 {
	display: flex;
	width: 100%;
	height: 38px;
	justify-content: space-between;
	align-items: flex-start;
}

.dca_titcarrouseldes {
	display: block;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
}

.dca_img_carrouseles {
	display: flex;
	flex-direction: row;
	position: relative;
	justify-content: space-around;
	align-items: center;
	gap: 20px;
}

.dca_flechas {
	display: block;
	width: 8px;
	height: 21px;
	position: absolute;
	cursor: pointer;
	background: none;
	border: none;
	transition: all .3s linear;
}

a.dca_flechas:hover {
	opacity: .5;
}

.dca_der {
	right: -20px;
}

.dca_izq {
	left: -20px;
}

.dca_abecedario {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding-bottom: 50px;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-style: normal;
}

.dca_abecedario a {
	width: 20px;
	text-decoration: none;
	color: #000;
	transition: all .3s linear;
}

.dca_abecedario a:hover {
	opacity: .3;
}

.dca_listamarcas {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}

.dca_listporletra {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	overflow: hidden;
}

.dca_letra {
	display: flex;
	padding-right: 130px;
	padding-left: 30px;
	font-size: 14px;
	flex-direction: column;
}

.dca_letra span {
	display: block;
	padding-bottom: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-style: normal;
}

.dca_letra a {
	display: block;
	padding-bottom: 10px;
	color: #000;
	text-decoration: none;
	transition: all .3s linear;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-style: normal;
}

.dca_letra a:hover {
	opacity: .5;
}

.dca_flechas2_next {
	display: block;
	width: 8px;
	height: 21px;
	position: absolute;
	top: 0;
	left: 0px;
	cursor: pointer;
	background: none;
	border: none;
	transition: all .3s linear;
	z-index: 500;
}

.dca_flechas2_prev {
	display: block;
	width: 8px;
	height: 21px;
	position: absolute;
	top: 0;
	right: 0px;
	cursor: pointer;
	background: none;
	border: none;
	transition: all .3s linear;
	z-index: 500;
}

.dca_flechas2_next:hover, .dca_flechas2_prev:hover {
	opacity: .5;
}

.dca_img_carrous_marcas {
	display: flex;
	flex-direction: row;
	position: relative;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}



.dca_img_marcas {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.dca_img_marcas div {
	display: block;
	width: 180px;
	height: 180px;
	background: #d9d9d9;
}

.dca_img_marcas_mobile {
	display: none;
	margin-top: 30px;
}

a.dca_bts_desplhambur {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: url("../img/flecha_abajo.svg") center right no-repeat;
	background-size: auto 7px;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
}

a.dca_bts_desplhambur:hover {
	color: #00aeef;
}

a.dca_bts_desplhambur_arriba {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: url("../img/flecha_arriba.svg") center right no-repeat;
	background-size: auto 7px;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
}

#submenu, #submenu2, #submenu3, #submenu4, #submenu5, #submenu6, #submenu7, #submenu8, #submenu9, #submenu10, #filtro1, #filtro2, #filtro3, #filtro4, #filtro-orden {
	display: none;
}

.dca_submenu {
	display: flex;
	width: 80%;
	flex-direction: row-reverse;
	margin-bottom: 20px;
}

a.dca_bts_submenu {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	opacity: .8;
	font-size: 15px;
	text-decoration: none;
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-style: normal;
	padding-left: 20px;
	transition: all .3s linear;
}

a.dca_bts_submenu:hover, a.dca_bts_submenu:active {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-style: normal;
	color: #00aeef;
}

.dca_cajaizquierda_mobile {
	display: none;
}

.dca_negroarriba {
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	transform: translate(-3000px,0);
	pointer-events: none;
	z-index: 5000;
}
.dca_negroarriba2 {
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.9);
	transform: translate(0,0);
	pointer-events: none;
	z-index: 9000000;
    pointer-events: none;
}

.dca_clasedefiltro {
	display: flex;
	width: 100%;
	flex-direction: column;
	margin-bottom: 15px;
}

.dca_clasedefiltro span {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-style: normal;
	font-size: 10px;
	color: #555555;
	padding-bottom: 15px;
	letter-spacing: 4px;
}

.dca_clasedefiltro button {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #FFF;
	padding-bottom: 18px;
	text-align: left;
	background: transparent;
	border: none;
	cursor: pointer;
}

.dca_clasedefiltro button:hover {
	opacity: 0.5;
}

a.dca_vertodoen {
	display: block;
	margin: 30px 0;
	color: #b7b7b7;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
}

a.dca_vertodoen span {
	font-weight: 700;
	color: #ffffff;
	text-decoration: underline;
}

a.dca_vertodoen span:hover {
	opacity: 0.5;
}

* {
	scrollbar-width: thin;
	scrollbar-color: #d7d7d7 #000000;
}

*::-webkit-scrollbar {
	width: 16px;
}

*::-webkit-scrollbar-track {
	background: #000000;
}

*::-webkit-scrollbar-thumb {
	background-color: #d7d7d7;
	border-radius: 15px;
	border: 3px solid #ffffff;
}

.dca_btfiltro {
	display: block;
	position: absolute;
	height: 15px;
	right: 3%;
	top: 105px;
	background: transparent;
	border: none;
	text-align: right;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 15px;
	text-decoration: none;
	cursor: pointer;
}

.dca_btfiltro:hover {
	opacity: 0.5;
}

.dca-icfiltrar {
	width: auto;
	height: 100%;
	margin-right: 5px;
}

.dca_ordenarpor {
	display: flex;
	width: 100%;
	flex-direction: column;
	padding-bottom: 15px;
	border-bottom: 1px #d9d9d9 solid;
	margin-bottom: 20px;
}

.dca_ordenarpor span {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	color: #000;
	padding-bottom: 20px;
}

.dca_ordenarpor label {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #000;
	padding-bottom: 15px;
	cursor: pointer;
}

.dca_ordenarpor label span {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-style: normal;
	padding-left: 10px;
}

.dca_filtrarpor {
	border: none;
}

.dca_filtrarpor a {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url("../img/flecha_abajo_gris.svg") center right no-repeat;
	background-size: auto 7px;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

.dca_filtrarpor a:hover {
	opacity: 0.5;
}

.dca_filtrarpor a:focus, .dca_filtrarpor a:active {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	width: 100%;
	height: 40px;
	line-height: 40px;
	opacity: 1;
	background: url("../img/flecha_abajo_gris.svg") center right no-repeat;
	background-size: auto 7px;
	font-size: 14px;
	text-decoration: none;
	color: #000;
}

input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 1px solid #555555;
	border-radius: 0px;
	cursor: pointer;
	position: relative;
}

input[type="checkbox"]::before {
	content: "✔";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: gray;
	font-size: 14px;
	display: none;
}

input[type="checkbox"]:checked::before {
	display: block;
	color: #5c5c5c;
}

label span {
	cursor: pointer;
}

.dca-listadefiltros {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}

.dca-listadefiltros button {
	display: block;
	padding: 5px 10px;
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-size: 12px;
	border: 1px #868684 solid;
	background: transparent;
	cursor: pointer;
}

.dca-listadefiltros button:hover {
	opacity: 0.5;
}

.dca-listadefiltros img {
	margin-left: 10px;
}

.dca_bt_eliminar {
	display: block;
	margin-top: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-size: 12px;
	border: none;
	background: transparent;
	cursor: pointer;
	text-decoration: underline;
	color: #000;
	text-align: left;
	padding-bottom: 10px;
}

.dca_bt_eliminar:hover {
	opacity: 0.5;
}

.dca_filtrarpor2 {
	display: none;
	width: 100%;
	flex-direction: column;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.dca_filtrarpor2 label {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 700 !important;
	font-style: normal;
	font-size: 14px;
	color: #000;
	padding-bottom: 10px;
	padding-left: 20px;
	cursor: pointer;
}

.dca_filtrarpor2 label span {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-style: normal;
	padding-left: 10px;
}

.dca_bt_aplicar {
	display: block;
	width: 100%;
	padding: 10px 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	color: #ffffff;
	background-color: #555555;
	margin-bottom: 20px;
	border: none;
}

.dca_bt_aplicar:hover {
	opacity: 0.5;
}

a.dca_bts_desplhambur-mobile {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	opacity: 1;
	font-size: 20px;
	text-decoration: none;
	color: #FFF;
}

a.dca_bts_desplhambur-mobile:hover, a.dca_bts_desplhambur-mobile:focus, a.dca_bts_desplhambur-mobile:active {
	opacity: 1;
}


.dca_btbotonesmenu_mobile {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	padding: 10px 0;
	transition: all .3s linear;
	position: relative;
	top: 0px;
	opacity: 1;
}

.dca_btbotonesmenu_mobile2 {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	padding: 10px 0;
	transition: all .3s linear;
	position: relative;
	top: 0px;
	opacity: 1;
	cursor: auto;
}

.dca_btbotonesmenu_mobile:hover {
	color: #0a99ff;
}

.bt-carrito-footer {
	display: none;
}

.dca_menuentrante1 {
	display: flex;
	flex-direction: column;
	position: relative;
	color: #ffffff;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: all 1s;
	opacity: 0;
	transform: translate(-500px,0);
	pointer-events: none;
	overflow: auto;
}

a.dca_cruzmobile {
	display: none;
}

.carr-tecnologia{
  display: block;
    width: 100%;
    height: 220px;
    background: #1E3F65;
}

.carr-banners-destacados{
    display: flex;
    width: 100%;
    padding: 86px 0 40px;
    flex-direction: column;
    gap: 10px; 
}

.carr-banners-destacados h1{
   font-size: 1.375rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.va-carrousel{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.back-azul{
  background: #1E3F65;  
}

.back-celeste{
  background: #E5EFF9;  
}

.carr-tipodeproducto{
    display: block;
    padding: 44px 0;
    color: #FFF;
}

.padding-banners1{
    padding-top: 80px;
}

.padding-banners2{
	margin: 5vw 0;
}

.padding-banners3{
	margin: 0 0 5vw;
}

.cajas-banners{
   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap:20px;
    color: #FFF;
    transition:all .35s;
    cursor: pointer;
}





.caja-suscripcion{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 50px 0;
}

.suscripcion{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap:20px;
    width: 100%;
    height: 38px;
}

.tit-suscripcion{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap:20px;
    width: 50%;
    
}

.tit-suscripcion img{
   width: auto;
    height: 22px;
}

.tit-suscripcion p{
    font-size: 1.25rem;
}

.suscripcion form{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap:20px;
   width: 50%;
}

.suscripcion form label{
    display: flex;
    width: 30vw;
    height: 38px;
    background: #FFF;
    padding: 5px 15px;
    box-sizing: border-box;
}

.suscripcion form label input{
    width: 100%;
    background: none;
    border: none;
    outline: none;
    color: #1E3F65;
}

.suscripcion form button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 165px;
    height: 38px;
    background: #1E3F65;
    border-radius: 3px;
    color: #FFF;
    font-size: 1rem;
    border: none;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    cursor: pointer;
    transition:all .35s;
}

.suscripcion form button:hover{
    background: #FFF;
    color: #1E3F65;
    
}

/*.slider-hero{
    width: auto !important;   
    height: 26vw !important;
    max-height: 26vw !important;*/
    /*overflow:hidden;*/
/*}*/

.height-hero{
    height: 26vw;
}

.slider-destacado{
    width: 100vw;
    height: 345px;
}

.slider-destacadoconfijo{
    width: 100vw;
    height: 345px;
}

.slider-tecnologia{
    width: 100vw;
    height: 200px;
}


.amc-cajabanners-interior{
            display: flex;
            width: 100%;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: stretch;
            gap:10px;
    
        }

        .amc-banner1{
            display: block;
            width: 18vw;
            height: 200px;
            cursor: pointer;
            margin: auto;
            transition:all .35s;
            overflow: hidden;

            
        }
.amc-banner2{
            display: block;
            width: 42vw;
            height: 200px;
            cursor: pointer;
            transition:all .35s;
            overflow: hidden;
        }	

.amc-banner2-mobile{
    display: none;
}

.amc-banner1 img, .amc-banner2 img, .amc-banner3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.amc-banner3{
            cursor: pointer;
            margin: auto;
            transition:all .35s;
        }

.amc-banner3 img{
    width: 100%;
    height: auto;
}

.amc-banner1:hover, .amc-banner2:hover, .amc-banner3:hover{
    transform:scale(0.97);
}

.va-carrousel-marcas{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.carrousel-marcas{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 2vw;
    gap:30px;
    width: 100%
    /*height: 100px;*/
}

.carrousel-marcas p{
    font-size: 1rem;
    line-height: 1.1rem;
    text-align: center;
    color:#FFF;
}


.caja-resultados{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:40px;
    padding: 60px 0;
}

.ruta-resultado{
   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 700;
    gap: 10px;
    color: #1E3F65;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.ruta-resultado a{
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    color: #757575;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
     transition:all .35s;
}

.ruta-resultado a:hover{
    color: #1E3F65;
}

.ruta-resultado span{
    font-size: 0.85rem;
    font-weight: 700;
    color: #1E3F65;
}

.resultados-abajo{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2%;
}   

.tabla-resultados{
    display: flex;
    width: 75%;
    flex-direction: column;
    gap:30px;
    
}

.tabla{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap:0;
    
}

.titulo-tabla-intermaco{
   display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    /*padding: 3vw 0;*/
    gap:3.66vw;
    box-sizing: border-box;
    background: #1E3F65;
}

.tti{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    height: 50px;
}

.tti-1{
    width: 14vw;
}

.tti-2{
    width: 35vw;
}

.tti-3{
    width: 19vw;
}

.tti-4{
    width: 21vw;
}

.linea-base-tabla-intermaco{
   display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 1vw 0;
    gap:3.42%;
    border-bottom: 1px #BDBDBD solid;
    box-sizing: border-box;
}


.caja-imagen-tabla{
    display: flex;
    width: 16.57%;
    background: #FFF;
}

.caja-descripcion-tabla{
    display: flex;
    width: 80%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    
}

.int-tab-imagen{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.int-tab-imagen img{
    width: 80%;
    height: auto;
}

.int-tab-imagen-label{
   display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 6px;
    border-radius: 4px;
    z-index: 100;
    background: #1E3F65;
    color: #FFF;
    font-size: 0.75rem;
}

.int-tab-descripcion{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 35vw;
    font-size: 0.85rem;
    line-height: 1rem;
    gap: 25px;
}

.int-tab-descripcion span{
    color: #797979;
}

.int-tab-descripcion a{
    font-size: 0.85rem;
    line-height: 1rem;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #1E3F65;
}

.int-tab-descripcion a:hover{
   text-decoration: underline;
    color: #797979;
}

.int-tab-descripcion p{
    font-size: 0.7rem;
    line-height: 0.9rem;
}

.int-tab-precio{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 19vw;
}

.it-precio-monto-anterior{
    font-size: 0.85rem;
    text-decoration: line-through;
    color: #747172;
    margin-bottom: 5px;
    text-align: center;
}

.it-precio-monto-descuento{
    font-size: 0.85rem;
    color: #7BB945;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center;
    
}

.it-precio-monto-preciofinal{
    font-size: 0.85rem;
    margin-bottom: 4px; 
    font-weight: 700;
    text-align: center;
}

.it-precio-monto-iva{
    font-size: 0.85rem;
    text-align: center;
}

.int-tab-stock{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 21vw;
    text-align: center;
    
}

a.bt-consultar-precio{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 8px 15px;
    border: 1px #1E3F65 solid;
    border-radius: 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 700;
    font-size: 0.85rem;
    color: #1E3F65;
    text-decoration: none;
    background: #FFF;
    transition: all 1s;
    }

a.bt-consultar-precio:hover{
    color: #FFF;
    text-decoration: none;
    background: #1E3F65;
}


.stock-cantidad-producto{
   display: flex;
    position: relative;
    width: 120px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 15px 15px;
    border-radius: 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    background: #EBF4FC;
    margin: 20px 0;
}

.sumaoresta{
    display: block;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 1rem;
    font-weight: 900;
    color: #1E3F65;
}
        
.stock-cantidad-enstock{
    font-size: 0.85rem;
    font-weight: 700;


} 

.stock-verde{
  color: #7BB945;  
}
            
.stock-amarillo{
  color: #FF9900;  
}
            
.stock-rojo{
  color: #E82323;  
}

a.bt-notificar{
    font-size: 0.85rem;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

a.bt-notificar:hover{
    text-decoration: none;

}
            
a.bt-aplicar{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px 15px;
    border: 1px #1E3F65 solid;
    border-radius: 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 700;
    font-size: 0.85rem;
    color: #1E3F65;
    text-decoration: none;
    background: #FFF;
    transition: all 1s;
    cursor: pointer;
    margin: 10px 0;
}
a.bt-aplicar:hover{
    color: #FFF;
    text-decoration: none;
    background: #1E3F65;
}

a.bt-comprar, button.bt-comprar{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 120px;
    padding: 15px 15px;
    border-radius: 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 700;
    font-size: 0.85rem;
    color: #FFF;
    text-decoration: none;
    background: #1E3F65;
    transition: all 1s;
    cursor: pointer;
    margin: 20px;
    border: 1px #FFF solid;
}
    a.bt-comprar:hover, button.bt-comprar:hover {
        color: #1E3F65;
        text-decoration: none;
        background: #FFF;
        border: 1px #1E3F65 solid;
    }
            

.bt-comprar-label{
    display: block;
    position: absolute;
    right: -20px;
    top: -15px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 12px;
    font-size: 0.75rem;
    color: #FFF;
    text-align: center;
    background: #FF9900;
    
}

.cabezal-tabla{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 400;
    padding: 30px 10px;
    width: 100%;
    background: url("../img/back-titulo-tabla.jpg") center center no-repeat;
    background-size: cover;
}

.banner-tabla{
    display: block;
    width: 100%;
}

.banner-tabla img{
    width: 100%;
    height: auto;
}

.caja-filtros{
    display: flex;
    flex-direction: column;
    width: 23%;
    gap:20px;
    
}


.cantidad-resultados{
   display: block;
    font-size: 0.85rem;
    color: #000;
    font-weight: 400;
}  
    
.filtros-seleccionados{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.filtros-seleccionados div{
   display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 5px 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 400;
    border: 1px #000 solid;
    gap:15px;
}

.filtros-seleccionados button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    padding: 0;
    background: none;
}

.filtros-seleccionados button:hover{
    background: #DDDDDD;
    border-radius: 10px;
}

.filtros-seleccionados button img{
    width: 8px;
    height: auto;
}


.listado-filtros{
   display: flex;
    flex-direction: column;
    gap:20px;
}

.cajas-seleccion-filtro{
   display: flex;
    width: 100%;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px #DDD solid;
}

a.titulo-seleccion-filtro{
    display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: url("../img/flecha_abajo-azul.svg") center right no-repeat;
	background-size: auto 20px;
	font-size: 0.85rem;
	text-decoration: none;
	color: #1E3F65;
    font-weight: 700;
    transition:all .35s;
}

a.titulo-seleccion-filtro_arriba{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: url("../img/flecha_arriba-azul.svg") center right no-repeat;
	background-size: auto 20px;
	font-size: 0.85rem;
	text-decoration: none;
	color: #1E3F65;
    font-weight: 700;
}

.titulo-seleccion-filtro-mobile{
    display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 0.85rem;
	text-decoration: none;
	color: #1E3F65;
    font-weight: 700;
    transition:all .35s;
}

.listado-seleccion-filtro{
   display: flex;
    width: 100%;
    flex-direction: column;
gap:10px;
    margin-top: 5px;
     
}

.listado-seleccion-filtro a{
    font-size: 0.85rem;
	text-decoration: none;
	color: #1E3F65;
    font-weight: 400;
    cursor: pointer;
}

.listado-seleccion-filtro a:hover{
    color:#A8A8A8;
}

.botones-filtros-mobile{
    display: none;
}

.dc-intermaco-bancos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
}

.dc-ib-card{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    width:calc((100% - 40px) / 3);
    background: #EBF4FC;
    padding: 14px;
}

.dc-logo-banco{
    display: flex;
    width: 100%;
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF;
    margin-bottom: 20px;
    
}

.dc-logo-banco img{
    width: auto;
    height: 100%;    
}

.dc-ib-lineacopiar{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #666666;
    font-family: Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed",  "sans-serif";
    font-size: 16px;
}

.dc-ib-lineacopiar button{
background: #EBF4FC;
    border: none;
    cursor: pointer;
}

.dc-ib-lineacopiar button img{
    width: 24px;
    height: 24px;
    background: #EBF4FC;
    
}

.color-banco{
    color: #275F87;
    padding-bottom: 10px;
    font-size: 18px;
}

    .pad-bancos{
        padding: 60px 10vw;
    }

    .pad-checkout{
        padding: 60px 10vw;
    }

.caja-base-ficha-producto{
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap:30px;
    margin: auto;
}

.ficha-descriptiva-producto{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap:4%;
    margin-bottom: 40px;
}

.imagenes-ficha-descriptiva{
    display: flex;
    width:57%; 
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap:1%;
    
}

.slider-imagenes-ficha{
    display: block;
    width: 100%;
    min-height: 31vw;
}

        
.contenido-ficha-descriptiva{
    display: flex;
    width:39%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:25px;     
}
    
.ficha-tecnica-producto{
    display: flex;
    flex-direction: column;
}

.fmediumdiscent{
    font-weight: 500;
}

.fregulardiscent{
    font-weight: 400;
}

.fbolddiscent{
    font-weight: 700;
}

.cajabasediscent{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
	
.cajatriodiscent{
	display: block;
	width: 100%;
}
.navegadiscent{
	display: flex;
	width: 100%;
	/*padding-bottom: 10px;*/
	border-bottom: 1px #B2B2B2 solid;
	font-size: 1rem;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	color: #1E3F65;
	box-sizing: border-box;
    font-weight: 600;
}

a.subnavdiscent{
	display: block;
	text-decoration: none;
	border: none;
	color: #1E3F65;
	margin-right: 40px;
	padding-bottom: 10px;
	border-bottom: 2px transparent solid;
	box-sizing: border-box;
    

	
}

a.subnavdiscent:hover{
	border-bottom: 2px #B5B4B4 solid;
	
}

a.subnavdiscent:active{
	border-bottom: 2px #B5B4B4 solid;
	
}

a.activediscent{
	border-bottom: 2px #B5B4B4 solid;
}
				
.titulodiscent{
	display: block;
	margin-top: 40px;
}

.productodiscen{
	padding-top: 10px;
	display: block;
	font-size: 1.5rem;
    line-height: 1.7rem;
    font-weight: 700;
}
		
.cajaespecificadiscent{
	
	display: block;
	margin-top: 30px;
}
	
.especifdiscent{
	display: flex;
	border-top: 1px #B2B2B2 solid;
	margin-bottom: 5px;
	padding: 10px 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	text-align: left;
	align-items: stretch;
    font-weight: 400;
}

.columnespdescent{
	width: 100%;
	font-size: 14px;
	text-align: left;
	position: relative;
}

.subdescDC{
	display: block;
	width: 100%;
	padding: 15px 10px;
	box-sizing: border-box;
	pointer-events:none;
}

.nobackDC{
	background: #FFF;
}

.backDC{
	background: #EBF4FC;
}

.font2DC{
	font-size: 14px
}

.flecha-abajoDC{
	display: none;
	position: absolute;
	right: 10px;
	top: 50%;
	transform:translate(0,-50%);
	cursor: pointer;
}

#despledc1, #despledc2, #despledc3, #despledc4{
	display: block;
}

.noborder-dc{
	border: none;
	column-gap: 50px;
}

.columndesc-dc{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 40px;
	

}

a.vermas-dc:not([data-vermenos]){
	display: block;
	width: 100%;
	cursor: pointer;
	text-align: center;
	padding: 30px 0;
	font-size: 1rem;
	border-top: 1px #B2B2B2 solid;
	text-decoration: none;
	color: #1E3F65;
}

a.vermas-dc:hover{
	color: #999;
	
}

.colDC-A{
	width: 30%
}

.colDC-B{
	width: 70%
}


.especifdiscent2{
	/*column-count: 2;*/
	margin-bottom: 5px;
	padding: 10px 0;
	text-align: left;
	column-gap: 50px;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 40px;
    font-weight: 400;
}
.especifdiscent2 p{
    margin-top:1.3rem;
}

[data-visible="false"]{
	display:none;
}
[data-vermenos]{
	width: 100%;
	cursor: pointer;
	text-align: center;
	padding: 30px 0;
	font-size: 1rem;
	border-top: 1px #B2B2B2 solid;
	text-decoration: none;
	color: #1E3F65;
	display:none;
}

.subtitulodiscent{
	display: block;
	width: 100%;
	padding: 40px 0 15px;
	box-sizing: border-box;
	border-bottom: 1px #000 solid;
	font-size: 16px;
	margin-bottom: 15px;
}

.videoexpe{ display: block; width: 100%; padding: 40px 0px; background: #FFFFFF;}

.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

html{
	scrollbar-gutter: stable;
}

.bloque-logo{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
}  

.bloque-logo img{
    max-width: 50%;
    max-height: 15px;
    width: auto;
    height: auto;
}
.bloque-codigo{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    font-size: 0.75rem;
    color: #747172;
    font-weight: 400;
}

.bloque-codigo a{
    font-size: 0.75rem;
    color: #747172;
    font-weight: 700;
    text-decoration: none;
}

.bloque-codigo a:hover{
    color: #1E3F65;
}

.bloque-nombre-producto{
    font-size: 1.5rem;
    line-height: 1.6rem;
    color: #1E3F65;
    font-weight: 700;
} 

.bloque-precios-stock{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:10px;
}

.bloque-precios-stock h1{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-size: 0.85rem;
    color: #1E3F65;
    font-weight: 400;
    
}
.bloque-precios-stock h1 p{
    text-decoration:line-through;
}
.bloque-precios-stock h1 span{
    font-size: 0.85rem;
    color: #7BB945;
    font-weight: 700;
}
.bloque-precios-stock h2{
    font-size: 1.25rem;
    color: #1E3F65;
    font-weight: 700;
}
.bloque-precios-stock h3{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-size: 0.75rem;
    color: #1E3F65;
    font-weight: 700;
}
.bloque-precios-stock h3 span{
    font-size: 0.75rem;
    color: #1E3F65;
    font-weight: 400;
}

.contenido-ficha-descriptiva button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    width: 100%;
    height: 40px;
    background: #1E3F65;
    color: #FFF;
    text-align: center;
    font-size: 0.85rem;
    cursor: pointer;
    border: 1px #1E3F65 solid;
}

.contenido-ficha-descriptiva button:hover{
    background: #FFF;
    color:  #1E3F65;
    border: 1px #1E3F65 solid;
}

.bloque-otros{
   display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px #B5B4B4 solid;
    width: 100%;
}

a.bloque-otros-a1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px #B5B4B4 solid;
    font-size: 0.85rem;
    color: #1E3F65;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 700;
    position: relative;
    cursor: auto;
    gap: 10px;
    
}

a.bloque-otros-a1 span{
    font-size: 0.75rem;
    color: #1E3F65;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 400;
    cursor: auto;
    
}

/*a.bloque-otros-a1:hover{
    text-decoration: underline;
}*/

a.bloque-otros-a2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px #B5B4B4 solid;
    font-size: 0.85rem;
    color: #1E3F65;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 700;
    position: relative;
    cursor: pointer;
    
}

a.bloque-otros-a2:hover{
    text-decoration: underline;
}

.tooltip {
  visibility: hidden; 
  width: 80%; 
  background-color: #25A773; 
  color: #fff; 
  text-align: center; 
  padding: 15px;
  border-radius: 5px;
  position: absolute; 
  z-index: 1; 
  top: -100%; 
  left: 20px; 
  opacity: 0; 
  transition: opacity 0.3s; 
}

a.bloque-otros-a1:hover .tooltip {
  visibility: visible;
  opacity: 1;
}


.tooltip2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #FFF;
    font-size: 0.85rem;
    text-align: left;
    line-height: 1.2rem;
    font-weight: 400;
  width: 40%;
    margin: auto;
    gap:20px;
    position: relative;
    z-index: 9000000000000;
    pointer-events: none;
    
}

a.bloque-otros-a2:hover .tooltip2 {
  visibility: visible;
  opacity: 1;
}

.tooltip2 h1 {
   font-size: 1.5rem;
    text-align: left;
    line-height: 1.7rem; 
    font-weight: 700;
    padding-bottom: 10px;
    pointer-events: none;
}

.caja-formularios-base{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tit-seccion {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.4rem;
    color: #1E3F65;
}

.tit-seccion p {
   font-weight: 400;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #1E3F65;
    margin-top: 10px;
}

.caja-registro{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15vw;
}

.caja-contacto{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 80px;
    align-items: flex-start;
}

.form1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 26vw;
    gap: 20px;
    
}

.form2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #EBF4FC;
    padding: 1.875vw;
    border-radius: 5px;
    width: 100%;
    gap: 20px;
}

.form1 .subt-registro, .form2 .subt-registro{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 5px;
}



.form1 h1, .form2 h1{
    font-weight: 400;
    font-size: 1.125rem;
}

.form1 h2, .form2 h2{
    font-weight: 400;
    font-size: 0.875rem;    
}

.form1 form, .form2 form{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
}

.form1 label{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    font-weight: 400;
    font-size: 0.875rem;
}

.form1 label input{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 38px;
    background: #EBF4FC;
    border: none;
    padding: 0 20px;
    font-weight: 400;
    font-size: 0.75rem;
    border-radius: 5px;
    color: #1E3F65;
    outline: none;
    transition: background-color 0.3s ease;
}

.form1 label input:focus{
    background-color: #FFFFFF; 
  box-shadow: 0 0 10px 3px rgba(235, 244, 252, 0.9); 
  outline: none;
}

.form1 label textarea{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 120px;
    background: #EBF4FC;
    border: none;
    padding: 20px;
    font-weight: 400;
    font-size: 0.75rem;
    border-radius: 5px;
    color: #1E3F65;
    outline: none;
    transition: background-color 0.3s ease;
}

.form1 label textarea:focus{
    background-color: #FFFFFF; 
  box-shadow: 0 0 10px 3px rgba(235, 244, 252, 0.9); 
  outline: none;
}

.form1 button, .form2 button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 38px;
    background: #1E3F65;
    border: none;
    font-weight: 400;
    font-size: 1rem;
    border-radius: 5px;
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    cursor: pointer;
    transition: all .2s linear;
}

.form1 button:hover, .form2 button:hover{
          opacity: 0.5;
      }

.form1 a{
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.75rem;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    cursor: pointer;
    transition: all .2s linear;
    text-decoration: none;
    color: #1E3F65;
}

.form1 a:hover{
    text-decoration: underline;
}

.form2 label{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    font-weight: 400;
    font-size: 0.875rem;
}

.form2 label input{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 38px;
    background: #FFF;
    border: none;
    padding: 0 20px;
    font-weight: 400;
    font-size: 0.75rem;
    border-radius: 5px;
    color: #1E3F65;
    outline: none;
    transition: background-color 0.3s ease;
}

.form2 label input:focus{
    background-color: #FFFFFF; 
  box-shadow: 0 0 10px 3px rgba(214, 214, 214, 0.9); 
  outline: none;
}

.form2 label select{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 38px;
    background: #FFF;
    border: none;
    padding: 0 20px;
    font-weight: 400;
    font-size: 0.75rem;
    border-radius: 5px;
    color: #1E3F65;
    outline: none;
    transition: background-color 0.3s ease;
}

.form2 label select:focus{
    background-color: #FFFFFF; 
  box-shadow: 0 0 10px 3px rgba(214, 214, 214, 0.9); 
  outline: none;
}

.form2 span{
    display: block;
    padding: 10px 0;
    font-size: 0.75rem;
}

.margin-banners-2{
    margin-bottom: 80px;
}

.datos-desktop{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8%;
}

.datos-mobile{
    display: none;
}

.caja-botones-mis-datos-desk{
   display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:15px;
    width: 24%;
}

.caja-botones-mis-datos-desk button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    cursor: pointer;
    padding: 10px;
    border: 1px #C2D4E5 solid;
    background: #FFF;
    border-radius: 3px;
    width: 100%;
    font-size: 1rem;
    transition: all .2s linear;
    color: #1E3F65;
}

.caja-botones-mis-datos-desk button:hover, .caja-botones-mis-datos-desk button:focus, .caja-botones-mis-datos-desk button:active{
    border: 1px #C2D4E5 solid;
    background: #C2D4E5;
    outline: none;
    color: #1E3F65;
}

.caja-resultados-mis-datos-desk{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 68%;
}

.caja-datos-datos{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.caja-pedidos{
  display: flex;
    flex-direction: column;
    gap:0;
    width: 100%;
    
}

.pedidos-desktop{
   display: flex;
    flex-direction: column;
}

.pedidos-mobile{
   display: none;
}

.titulos-pedidos{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    background: #1E3F65;
    color: #FFF;
    border-radius: 6px;
    padding: 10px;
    font-size: 0.875rem;
}

.contenido-pedidos{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: #EBF4FC;
    border-radius: 6px;
    padding: 10px;
    font-size: 0.875rem;
    color: #1E3F65;
    
}


.p-nroyfecha{
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 26%;
    }

.p-nro{
   text-align: center;
    width: 50%;
}
.p-fecha{
   text-align: center; 
    width: 50%;
}
.p-monto{
   text-align: center;
    width: 13%;
}
.p-estado{
    text-align: center;
    width: 32%;
}
.p-observacion{
    text-align: center;
    width: 13%;
}
.p-estado-contenido{
    text-align: left;
    width: 32%;
}
.p-acciones{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    width: 16%;
}

.p-acciones button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    background: none;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.p-acciones button:hover{
    opacity: 0.5;
}

.p-acciones button img{
    width: auto;
    height: 24px;
}



.titulos-detalle-pedidos, .titulos-totales-pedidos, .titulos-descripcion-pedido{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #1E3F65;
    color: #FFF;
    border-radius: 6px;
    padding: 10px 0;
    font-size: 0.875rem;
}

.titulos-detalle-pedidos div{
   display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width:calc((100% - 0px) / 4); 
}

.titulos-totales-pedidos div{
   display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width:calc((100% - 0px) / 6); 
}

.contenido-detalle-pedidos, .contenido-totales-pedidos, .contenido-descripcion-pedido{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #EBF4FC;
    color: #1E3F65;
    border-radius: 6px;
    padding: 15px 0;
    font-size: 0.875rem;
}

.contenido-detalle-pedidos div{
   display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width:calc((100% - 0px) / 4); 

}

.contenido-totales-pedidos div{
   display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width:calc((100% - 0px) / 6); 
   
    
}

.pd-1{
   text-align: center;
    width: 8%; 
}

.pd-2{
  text-align: center;
    width: 13%; 
}

.pd-3{
   text-align: center;
    width: 50%; 
}




.back-blanco{
    background: #FFF;
}

.cajas-banners-abajo{
   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap:20px;
    color: #FFF;
    transition:all .35s;
    cursor: pointer;
    width: 100%;
}


.amc-banners-desktop{
            display: block;
            width: 100%;
            height: 200px;
            cursor: pointer;
            margin: auto;
            transition:all .35s;
        }	

.amc-banners-desktop img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


.amc-banners-desktop:hover{
    transform:scale(0.97);
}


.amc-banners-mobile{
            display: none;
            width: 100%;
            height: 200px;
            cursor: pointer;
            margin: auto;
            transition:all .35s;
        }	

.amc-banners-mobile img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


.amc-banners-mobile:hover{
    transform:scale(0.97);
}

.orden-mobile2{
    display: none;
}

.banner-lateral{
            display: block;
            width: 100%;
            height: auto;
            cursor: pointer;
            margin: auto;
            transition:all .35s;
    margin-top: 30px;
        }	

.banner-lateral img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}


.banner-lateral:hover{
    transform:scale(0.97);
}

.descuento, .precio-final, precio-parcial{
    display: flex;
    flex-direction: column;
}


.form-rma{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-rma-form1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50vw;
    gap: 20px;
}

.form-rma-form1-select{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2%;
}

.form-rma-form1-select label{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 48%;
    height: 48px;
    gap: 10px;
    font-weight: 400;
    font-size: 0.875rem;
    background: #FFF;
    border: 1px #1E3F65 solid;
    padding: 0 20px;
    border-radius: 5px;
}

.form-rma-form1-select label input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
    gap: 10px;
  border: none;
  font-weight: 400;
  font-size: 0.75rem;
  color: #1E3F65;
  outline: none;
}

.form-rma-form1-caja{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.form-rma-form1-caja label{
    display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width:calc((100% - 20px) / 2);
  gap: 10px;
  font-weight: 400;
  font-size: 0.875rem;
}

.form-rma-form1-caja label input {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 38px;
  background: #EBF4FC;
  border: none;
  padding: 0 20px;
  font-weight: 400;
  font-size: 0.75rem;
  border-radius: 5px;
  color: #1E3F65;
  outline: none;
  transition: background-color 0.3s ease;
}

.form-rma-form2-caja{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.form-rma-form2-caja label{
    display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width:calc((100% - 40px) / 3);
  gap: 10px;
  font-weight: 400;
  font-size: 0.875rem;
}

.form-rma-form2-caja label input {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 38px;
  background: #EBF4FC;
  border: none;
  padding: 0 20px;
  font-weight: 400;
  font-size: 0.75rem;
  border-radius: 5px;
  color: #1E3F65;
  outline: none;
  transition: background-color 0.3s ease;
}


.form-rma-form3-caja{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.form-rma-form3-caja label{
    display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width:100%;
  gap: 10px;
  font-weight: 400;
  font-size: 0.875rem;
}

.form-rma-form3-caja label textarea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 150px;
  background: #EBF4FC;
  border: none;
  padding: 20px;
  font-weight: 400;
  font-size: 0.75rem;
  border-radius: 5px;
  color: #1E3F65;
  outline: none;
  transition: background-color 0.3s ease;
}



.container-banner-medio{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        gap:20px;
    }
    
    .banner-medio{
		display: block;
        content: "";
        width:calc((100% - 60px) / 4);
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        outline:none;
	text-decoration:none;
        cursor: pointer;

	}
    
    .banner-medio:before {
    content: "";
    display: block;
    padding-bottom: 81%;
        height: auto;
}
    
    
    .fondo,.letras{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:all .35s;
}
.fondo img,.letras img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.banner-medio:hover .fondo{
	transform:scale(1.3);
	filter:blur(2px);
}
.banner-medio:hover .letras{
	transform:scale(1.1);
}

.rma-textos{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.rma-textos h1{
    margin-top: 40px;
  padding-top: 40px;
    border-top: 1px #C8C8C8 solid;
    font-size: 1.5rem;
    line-height: 1.9rem;
    padding-bottom: 20px;
}

.rma-textos h2{
    font-size: 1rem;
    line-height: 1.6rem;
}

.rma-textos p{
    font-size: 0.875rem;
    line-height: 1.4rem;
}

.rma-textos ul{
    font-size: 0.875rem;
    line-height: 1.4rem;
}

.rma-textos ul li{
    list-style: none;
}


.check-out{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2%;
    
}
                    
.caja-checkout-producto{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 66%;
    gap: 50px;
    
    
}
                    
.caja-checkout-cuentafinal{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 32%;
    gap: 50px;
    
}

.caja-checkout-resumen{
   display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 30px;
    padding: 20px;
    background: #E6E6E6;
    border-radius: 5px;
}

a.bt-seguircomprando{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.85rem;
    color: #1E3F65;
    text-decoration: underline;
    font-weight: 400;
}


.linea-base-checkout{
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	padding: 7px;
	gap:3.42%;
	box-sizing: border-box;
	background: #EBF4FC;
	border-radius: 3px;
}

.caja-imagen-checkout{
    display: flex;
    width: 16.57%;
    background: #FFF;
}

.int-tab-descripcion-checkout{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50vw;
    font-size: 1rem;
    line-height: 1.2rem;
    gap: 15px;
    padding-right: 5px;
}

.int-tab-descripcion-checkout span{
    color: #797979;
}

.int-tab-descripcion-checkout a{
    font-size: 1rem;
    line-height: 1.2rem;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #1E3F65;
}

.int-tab-descripcion-checkout a:hover{
   text-decoration: underline;
    color: #797979;
}

.int-tab-descripcion-checkout p{
    font-size: 0.875rem;
    line-height: 1rem;
}

.p-checkout {
  background: #FFF;
  margin: 10px 0;
}

a.bt-eliminar{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 400;
    font-size: 0.85rem;
    color: #1E3F65;
    text-decoration: none;
    transition: all 1s;
    cursor: pointer;
    gap:7px;
}
a.bt-eliminar:hover{
    color: #666;
    text-decoration: none;
}

.pad-img-check{
    padding: 25px 0;
}

.seccion-checkout{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

.checkout-linea-stock{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    border-radius: 5px;
    background: #7BB945;
    width: 100%;
    margin-top: 20px;
    color: #FFF;
    font-size: 0.875rem;
}

.checkout-linea-stock a{
    display: flex;
    height: 14px;
    text-decoration: none;
    cursor: pointer;
}

.checkout-linea-stock a:hover{
    opacity: 0.5;
}

.checkout-linea-stock a img{
    width: auto;
    height: 100%;
}

.entrega-check{
   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    gap: 20px;
}
.caja-entregacheck{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:30px;
    background: #EBF4FC;
    padding: 25px 20px;
    border-radius: 4px;
}
.c-e-ch-1{
    width:calc((100% - 20px) / 2);
}
.c-e-ch-2{
   width: 100%; 
}

.c-e-ch-textos{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 400;
    font-size: 1.125rem;
    gap:10px;
}

.c-e-ch-textos span{
    font-weight: 700;
    font-size: 0.85rem;
}
/*.c-e-ch-form{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 27px;
    height: 27px;
}*/

.c-e-ch-form {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;/*
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
}

/* Hide the browser's default radio button */
.c-e-ch-form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: -5px;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #FFF;
border: 1px #7BB945 solid;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.c-e-ch-form:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.c-e-ch-form input:checked ~ .checkmark {
  background-color: #FFF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.c-e-ch-form input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.c-e-ch-form .checkmark:after {
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #7BB945;
}

.pago-check {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    gap: 20px;
}

.caja-pagocheck{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    border-radius: 5px;
    padding: 20px;
}

.c-p-ch-color{
    background: #EBF4FC;
}

.c-p-ch-blanco{
    background: #FFF;
}

.resumen-costos{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:0;
    width: 100%;
}

.costos{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px #1E3F65 solid;
    font-weight: 400;
    font-size: 0.85rem;
}

.costos span{
    text-align: right;
}

.cost2{
   border-bottom: none;
    font-weight: 700; 
}

.codigo-descuento{
   display: flex;
    flex-direction: column;
    gap:20px;
    background: #FFF;
    padding: 0px;
    width: 100%;
    border-radius: 5px;
}


.codigo-descuento label{
  display: block;
width: 100%;
    height: 40px;
    padding: 0 20px;
    background: #E6E6E6;
    border-radius: 5px;
}

.codigo-descuento label input{
    display: block;
    border: none;
    width: 100%;
    height: 40px;
    color: #1E3F65;
    font-size: 0.85rem;
    background: none;
    font-weight: 400;
    outline: none;
    
}

.bt-codigo-descuento{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 400;
    font-size: 0.85rem;
    color: #1E3F65;
    border: 1px #1E3F65 solid;
    border-radius: 5px;
    background: #FFF;
    cursor: pointer;
}

.bt-codigo-descuento:hover{
    color: #FFF;
    border-radius: 5px;
    background: #7BB945;
    border: 1px #7BB945 solid;
}

.bt-confirmar-pedido{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 25px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 700;
    font-size: 1rem;
    color: #FFF;
    border: none;
    border-radius: 5px;
    background: #7BB945;
    cursor: pointer;
}

    .bt-confirmar-pedido:hover {
        color: #FFF;
        border-radius: 5px;
        opacity: .5;
    }

.bt-actualizar-pedido {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 25px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 700;
    font-size: 1rem;
    color: #FFF;
    border: none;
    border-radius: 5px;
    background: #1E3F65;
    cursor: pointer;
}

    .bt-actualizar-pedido:hover {
        color: #FFF;
        border-radius: 5px;
        opacity:.5;
    }

.contacto-derecha{
  display: flex;
    flex-direction: column;
    gap: 30px;
    width: 30vw;
}

.mapa-contacto{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mapa-contacto img{
    width: 100%;
    height: auto;
}

a.bt_registro{
    display: block;
    padding-top: 5px;
    text-decoration: underline;
    color: #1E3F65;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-weight: 700;
  font-size: 0.875rem;
}

a.bt_registro:hover{
    text-decoration: none;
}

.menu-secundario-mobile{
	display: none;
}
                    

/*///////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////*/

@media(max-width:1870px) {
	.dca_buscar {
		width: 45vw;
	}
    
    .slider-imagenes-ficha{
    min-height: 40vw;
}
}

@media(max-width:1690px) {
	.dca_buscar {
		width: 40vw;

	}
}

@media(max-width:1560px) {
	.dca_buscar {
		width: 35vw;
	}
    

}


@media(max-width:1400px) {
	.dca_buscar {
		width: 30vw;
	}
}

@media(max-width:1300px) {
	.dca_buscar {
		width: 25vw;
	}
}

@media(max-width:1195px) {
	.dca_cajaizquierda {
		display: none;
	}

	.dca_buscar {
		width: 50vw;
	}

	.dca_cajaizquierda_mobile {
		display: flex;
		width: 100%;
		flex-direction: column;
		border-top: 1px #555 solid;
		padding: 20px 0;
		color: #FFF;
		margin-top: 10%;
	}

	.dca_footer-desktop {
		display: flex;
		flex-direction: column;
		width: 100%;
		background: #032035;
		padding: 130px 12vw 0px;
		box-sizing: border-box;
		color: #FFF;
	}


	.dca_footer-desktop > div {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		margin-bottom: 50px;
	}
    
    .pad-busqueda{
        padding: 0 4vw;
    }
    
        .pad-checkout{
        padding: 60px 3vw;
    }
    
   .amc-banner1, .amc-banner2{
            height: 150px;
        }
	
.menu-secundario-mobile{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 40px;
}

}

@media(max-width:1124px) {
    
.dc-ib-card{
    width:calc((100% - 20px) / 2);

}
    
.tooltip2 {
  width: 60%;
}

}
@media(max-width:1050px) {
    .bloque-codigo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7px;
}
}

@media(max-width:975px) {
	.dca_caja_banner {
		background: url("../img/banners/banner-activa-tablet.png") center center no-repeat;
		background-color: #555;
		height: 40vw;
		background-size: cover;
	}

	.dca_caja_banner img {
		width: 90%;
		height: auto;
	}

	.dca_tecno_cards {
		justify-content: center;
		align-items: stretch;
	}

	.dca_tecno_cards button {
		width: 30% !important;
	}
    
    .container-banner-medio{
        flex-wrap: wrap;
    }
    
    .banner-medio{
        width:calc((100% - 20px) / 2);
	}
    
}

@media(max-width:960px) {
	.dca_hamburguesa {
		display: block;
	}

	.dca_footer-desktop > div {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-bottom: 50px;
	}

	.dca_footer-desktop > div div {
		margin-bottom: 40px;
	}

	.dca_footer_logo {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.dca_redes {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}

	a.dca_tit_foot {
		text-align: center;
	}

	a.dca_list_foot {
		text-align: center;
	}
    
    .ficha-descriptiva-producto{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:40px;
    margin-bottom: 40px;
}
    
.imagenes-ficha-descriptiva {
  width: 100%;
    }
    
.contenido-ficha-descriptiva {
    width: 100%;}

.especifdiscent2{
	column-count: 1;
	
}
    
.slider-imagenes-ficha {
    min-height: 70vw;
}
    
       .amc-banner1, .amc-banner2{
            height: 120px;
        }
}

@media(max-width:810px) {
	.nav_menu_desp {
		padding: 0 3vw;
	}

	.dca_tecno_cards {
		justify-content: center;
	}


	.dca2_omnicanales {
		padding: 30px 6vw 120px 6vw;
	}

	.dca_marcas_cards_caja a {
		width: 30% !important;
	}

	.dca2_marcas {
		padding: 30px 6vw 30px 6vw;
	}

	.dca-omni-card span {
		font-size: 24px;
	}

	.dca-omni-card a, .dca_caja_banner a {
		padding: 10px 20px;
		font-size: 12px;
	}

	.dca2_dosbanners {
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
		padding: 14vw 6vw;
		column-gap: 20px;
	}

	.dca_caja_dosbanners {
		max-width: 100vw;
		width: 100%;
	}
    
    .amc-cajabanners-interior{
            width: 100%;
            flex-direction: column;
            gap:28.5px;
        }
       .amc-banner1{
           height: 200px;
            width: 100%;
        }
                
    .amc-banner2{
            display: none;
        }	

.amc-banner2-mobile{
    display: block;
    width: 100%;
    height: 200px;
    cursor: pointer;
    transition:all .35s;
    overflow: hidden;
}

.amc-banner1 img, .amc-banner2 img, .amc-banner3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
    
.amc-banner2-mobile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
    
      .basecolDC {
    display: flex;
    width: calc((100% - 20px) / 2);
    height: 250px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }



  .tabla-resultados {
  width: 100%;
  }

.botones-filtros-mobile{
         display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-items: center;
          width: 100%;
          gap:10px;
      }
    
.botones-filtros-mobile button {
    display: flex;
    width:calc((100% - 10px) / 2);
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px 10px;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    border: 1px #000 solid;
    background: #FFF;
    cursor: pointer;
    color: #1E3F65;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
        
}

    .botones-filtros-mobile button:hover,  .botones-filtros-mobile button:active {
        color: #FFF; 
        background: #1E3F65;
    }
    
    .titulo-tabla-intermaco{
        display: none;
    }
    
    .tabla{
        gap:20px;
    }
    
.linea-base-tabla-intermaco {    
    background: #EBF4FC;
    border-bottom: none;
    padding: 7px;
    border-radius: 3px;
}
    
.caja-imagen-tabla, .caja-imagen-checkout{
    width: 26.58%
    }
    
.caja-descripcion-tabla{
    display: flex;
    width: 70%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap:20px;
    
}
    
.int-tab-descripcion {
  width: 100%;
    gap:10px;
}
    
.int-tab-precio {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
    
.it-precio-monto-anterior {
  text-align: left;
    margin-bottom: 0px;
}
    
.int-tab-stock {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-align: left;
    gap: 10px;
}
    
.stock-cantidad-producto {
  background: #FFF;
  margin: 5px 0;
}
    
    a.bt-comprar{
        margin: 10px 0;
    }
    
    .orden-mobile{
        display: none;
    }
    
    .orden-mobile2{
        display: flex;
    }
    
    .caja-orden-mobile{
        display: flex;
    }
    
.caja-orden-mobile-dentro{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap:20px;
    
}
    
    .caja-filtros, .caja-orden-mobile {
    display: none;
	transition: all 1s;
	opacity: 1;
	transform: translate(-1200px,0);
	pointer-events: none;
    background: #FFF;
    z-index: 10000;
    width: 300px;
        height: 100%;
    padding: 20px;
position: absolute;
        top: 0;
        left: 0;
}
    
    .caja-filtros.activo, .caja-orden-mobile.activo {
    display: flex;
	opacity: 1;
	transform: translate(0,0);
	pointer-events: auto !important;
}
    
        a.dca_crucesita_filtros {
		display: block;
		top: 20px;
		right: 6%;
	}
    
    .dc-ib-card{
    width:100%;

}
    
.datos-desktop{
    display: none;
}

.datos-mobile{
   display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
}
    
.caja-botones-mis-datos-desk {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
}
    
a.caja-botones-mis-datos-mobile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    cursor: pointer;
    padding: 10px 50px 10px 10px;
    border: 1px #C2D4E5 solid;
    border-radius: 3px;
    width: 100%;
    font-size: 1rem;
    transition: all .2s linear;
    color: #1E3F65;
    background: url("../img/ic-mas.svg") 98% center no-repeat, #FFF;
}

a.caja-botones-mis-datos-mobile_arriba{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    cursor: pointer;
    padding: 10px 50px 10px 10px;
    border: 1px #C2D4E5 solid;
    border-radius: 3px;
    width: 100%;
    font-size: 1rem;
    transition: all .2s linear;
    color: #1E3F65;
    background: url("../img/ic-menos.svg") 98% center no-repeat, #C2D4E5;
    outline: none;
}
    
    #dato1, #dato2, #dato3, #dato4, #dato5, #dato6{
        display: none;
    }
    
    .respuesta{
        display: flex;
        width: 100%;
    }
    
.datos-datos{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:10px;
    width: 100%;
    margin-bottom: 30px;
}

.datos-datos div{
    display: block;
    text-align: left;
    border-bottom: 1px #C2D4E5 solid;
    background: #FFF;
    border-radius: 3px;
    width: 100%;
    padding: 5px 0 7px;
    font-size: 0.875rem;
    line-height: 1.1rem;
    
}

    .form1{
       
        width: 100%;
        max-width:100%;
        
    } 

    .form1 form{
       
        width: 100%;
        max-width:100% !important;
        
    } 

.datos-datos h1{
    color:#1E3F65;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 400;
    font-size: 0.875rem;
    margin-bottom: 20px;
}
    
.form1 button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 38px;
    background: #1E3F65;
    border: none;
    font-weight: 400;
    font-size: 1rem;
    border-radius: 5px;
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    cursor: pointer;
    transition: all .2s linear;
}

.form1 button:hover{
          opacity: 0.5;
      }
    
.datos-datos .caja-bt-adjuntar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
    gap:20px;
}

.caja-bt-adjuntar button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    height: 38px;
    background: #0A99FF;
    border: none;
    font-weight: 400;
    font-size: 1rem;
    border-radius: 5px;
    color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    cursor: pointer;
    transition: all .2s linear;
}

.caja-bt-adjuntar span{
    font-size: 0.75rem;
    line-height: 1rem;
    color: #0A99FF;
}
    
.form1 label select{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 38px;
	line-height: 38px;
    background: #EBF4FC;
	background: red;
    border: none;
    padding: 0 20px;
    font-weight: 400;
    font-size: 0.75rem;
    border-radius: 5px;
    color: #1E3F65;
    outline: none;
    transition: background-color 0.3s ease;
}

.form1 label select:focus{
    background-color: #FFFFFF; 
  box-shadow: 0 0 10px 3px rgba(214, 214, 214, 0.9); 
  outline: none;
}
	
.form1 .form-pad select{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 38px;
    background: #EBF4FC;
    border: none;
    padding: 0 20px;
    font-weight: 400;
    font-size: 0.75rem;
    border-radius: 5px;
    color: #1E3F65;
    outline: none;
    transition: background-color 0.3s ease;
}
	

.form1 label select:focus{
    background-color: #FFFFFF; 
  box-shadow: 0 0 10px 3px rgba(214, 214, 214, 0.9); 
  outline: none;
}
    
.pedidos-desktop{
   display: none;
}

.pedidos-mobile{
   display: flex;
    flex-direction: column;
}
    


.contenido-pedidos{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #FFF;
    font-size: 0.875rem;
    color: #1E3F65;
    gap: 10px;
    padding: 0;
    
}
    
.caja-pedidos{
    gap:10px;

    
}

.back-blanco{
    background: #FFF;
}
.p-nroyfecha{
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 10px;
    border: 1px #C2D4E5 solid;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px;
    background: url("../img/ic-mas.svg") 98% center no-repeat, #FFF;
    }


.p-nroyfecha_arriba{
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 10px;
    border: 1px #C2D4E5 solid;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px;
    background: url("../img/ic-menos.svg") 98% center no-repeat, #C2D4E5;
}

.p-nro{
   text-align: left;
    width: auto;
}
.p-fecha{
   text-align: left; 
    width: auto;
}
.p-monto{
   text-align: left;
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: 1px #C2D4E5 solid;
}
.p-estado, .p-estado-contenido{
    text-align: left;
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: 1px #C2D4E5 solid;
}
.p-observacion{
    text-align: left;
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: 1px #C2D4E5 solid;
}

.p-acciones{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.p-acciones button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
    background: none;
    text-align: center;
    width: 100%;
    cursor: pointer;
    color: #797979;
    text-decoration: underline;
    font-size: 0.875rem;
    gap: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    
}

.p-acciones button:hover{
    text-decoration: none;
}

.p-acciones button img{
    width: auto;
    height: 24px;
}
    
#pedi-mobile1, #pedi-mobile2, #pedi-mobile3, #pedi-mobile4, #pedi-mobile5, #pedi-mobile6, #pedi-mobile7, #pedi-mobile8, #pedi-mobile9{
      display: none;  
    }
    
.desplegable-mobile-pedidos{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #FFF;
    padding: 10px;
    font-size: 0.875rem;
    color: #1E3F65;
    gap: 20px;
    margin-bottom: 40px;
    width: 100%;
   
    }
    
    .contenido-descripcion-pedido{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #FFF;
    padding: 0;
    font-size: 0.875rem;
    color: #1E3F65;
    gap: 20px;
    margin-bottom: 40px;
   
    }
    
    .pd-1{
    text-align: left;
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: 1px #C2D4E5 solid;
    }
    
    .suscripcion{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:20px;
    width: 100%;
    height: auto;
}
    
.tit-suscripcion{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap:20px;
    width: 100%;
    
}
    
.suscripcion form{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap:20px;
   width: 100%;
}

.suscripcion form label{
    display: flex;
    width: 50vw;
    height: 38px;
    background: #FFF;
    padding: 5px 15px;
    box-sizing: border-box;
}

.suscripcion form label input{
    width: 100%;
    background: none;
    border: none;
    outline: none;
    color: #1E3F65;
}

.suscripcion form button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 165px;
    height: 38px;
    background: #1E3F65;
    border-radius: 3px;
    color: #FFF;
    font-size: 1rem;
    border: none;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    cursor: pointer;
    transition:all .35s;
}

.suscripcion form button:hover{
    background: #FFF;
    color: #1E3F65;
    
}

.amc-banners-desktop{
            display: none;
        }	


.amc-banners-mobile{
            display: block;
        }

.amc-banners-mobile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
    
    .tooltip2 {
  width: 80%;
}
    
.caja-contacto, .caja-registro {
  flex-direction: row;
  gap: 30px;
}
    
    .form1, .contacto-derecha{
        width: 50%;
    }
.descuento, .precio-final{
  display: flex;
flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-bottom: 5px;
} 
    
.it-precio-monto-descuento{
    margin-bottom: 0px;
    
}
    
.form-rma{
    width: 100%;
}
    
.form-rma-form1{
    width: 100%;
}
    
.check-out{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
    
}
    
    .caja-checkout-producto, .caja-checkout-cuentafinal{
       width: 100%; 
    }
    
.int-tab-descripcion-checkout {
  width: 100%;
  font-size: 1rem;
  line-height: 1.2rem;
  gap: 15px;
  padding-right: 5px;
}
    
a.bt-eliminar {
  display: flex;
  position: relative;
  justify-content: left;
  align-items: center;
  text-align: left;
  gap: 7px;
}

    
}

@media(max-width:720px) {
	.nav-b {
		display: none;
	}

	.nav-a {
		display: flex;
	}

	.menuc {
		display: none;
	}

	.dca_idioma {
		border: none;
		background: none;
		outline: none;
		font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 400;
		font-style: normal;
		font-size: 20px;
		color: #FFF;
		margin-bottom: 20px;
	}

	.dca_idioma option {
		border: none;
		background: none;
		outline: none;
		font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 400;
		font-style: normal;
		font-size: 14px;
		color: #000;
	}

	.dca_idioma_menu {
		color: #FFF;
		list-style: none;
		font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-weight: 400;
		font-style: normal;
		font-size: 14px;
	}

	.abri_cuenta_btn {
		height: 36px;
		background: none;
		display: flex;
		justify-content: center;
		align-items: left;
		padding: 0;
		border: none;
		transition: all .35s;
		text-decoration: none;
		outline: none;
		cursor: pointer;
		font-size: 18px;
		margin-bottom: 20px;
	}

	.dca_caja_banner {
		background: url("../img/banners/banner-activa-mb.png") center center no-repeat;
		background-color: #555;
		height: 40vw;
		background-size: cover;
	}

	.dca_buscar {
	}
    
}

@media(max-width:650px) {
	.dca_omni_cards_caja {
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
	}

	.dca-omni-card {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 100% !important;
		height: 15vw;
		background: #FFF;
		border-radius: 8px;
		border: none;
		padding: 40px 50px;
	}

	.dca_back_omni1 {
		background: url("../img/Rectangle-630.jpg") center center no-repeat;
		background-size: cover;
		background-color: #ceebff;
		background-blend-mode: multiply;
	}

	.dca_back_omni2 {
		background: url("../img/Rectangle-631.jpg") center center no-repeat;
		background-size: cover;
		background-color: #ceebff;
		background-blend-mode: multiply;
	}

	.dca_back_omni3 {
		background: url("../img/Rectangle-632.jpg") center center no-repeat;
		background-size: cover;
		background-color: #ceebff;
		background-blend-mode: multiply;
	}

	.dca_tecno_cards button {
		width: 47% !important;
	}

	.dca_caja_banner img {
		width: 100%;
		height: auto;
	}
    
    .caja-contacto, .caja-registro {
  		flex-direction: column;
  		gap: 50px;
}
    
    .form1, .form2, .contacto-derecha{
        width: 100%;
    
    }
}

@media(max-width:600px) {
	.nav_menu_desp {
		height: 145px;
		padding: 20px 3vw;
		align-items: flex-start !important;
	}
    
    .contenedor-abajo{
    top: 145px;    
}

	.dca_cajaderecha {
		margin-right: 10px;
	}

	.dca_menu {
		display: flex;
		width: 100%;
		box-sizing: border-box;
		position: relative;
		z-index: 1000000;
		justify-content: space-between;
		align-items: flex-start !important;
	}

	.nav-d {
		display: block;
		position: fixed;
		width: 100vw;
		height: 62px;
		background: #FFF;
		z-index: 100000;
		top: 80px;
		box-sizing: border-box;
	}

	.dca2_hero_mobile {
		display: block;
		position: relative;
		margin-top: 145px;
	}

	.dca_buscar {
		display: none;
	}

	.dca_buscar2 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #e6e6e6;
		border: none;
		height: 40px;
		width: 93vw;
		color: #FFF;
		padding: 10px 20px;
		box-sizing: border-box;
		border-radius: 5px;
	}

	.dca_buscar2 img {
		display: flex;
		height: 20px;
		width: auto;
		align-self: flex-end;
		cursor: pointer;
	}

	.dca_buscar2 button {
		border: none;
		background: none;
	}

	.dca2_hero {
		display: none;
	}

	.dca_cajadesplegableServicios, .dca_menuHamburguesa {
		top: 145px;
	}
	
	.dca_cajadesplegableUser {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		position: fixed;
		z-index: 9900000;
		width: 100%;
		height: 100vh;
		padding: 40px 40px 80px;
		background: #1e3f65;
		color: #FFF !important;
		font-size: 15px;
		line-height: 18px;
		text-align: left;
		right: 0;
		top: 0;
		box-sizing: border-box;
		transition: all 1s;
		opacity: 0;
		transform: translate(0,-100%);
		pointer-events: none;
	}

	.dca_cajadesplegableUser.activo {
		opacity: 1;
		transform: translate(0,0);
		pointer-events: auto !important;
	}
	
	a.dca_btusuariomenu {
		color: #FFF;
	}

	.dca_cajadesplegableCarrito {
		display: block;
		position: fixed;
		z-index: 9990000;
		width: 100%;
		height: 100%;
		padding: 70px 6%;
		background: #eeeeee;
		color: #000;
		font-size: 15px;
		line-height: 18px;
		text-align: left;
		right: 0;
		top: 0;
		box-sizing: border-box;
		transition: all 1s;
		opacity: 0;
		transform: translate(0,-100%);
		pointer-events: none;
	}

	a.dca_cruzmobile {
		display: block;
	}

	.dca-button-tecnologia {
		width: 150px;
	}

	.dca-button-tecnologia div {
		width: 150px;
		height: 150px;
	}


	.dca-button-tecnologia span {
		font-size: 18px;
		padding-top: 20px;
	}
    
    .carr-tecnologia {
  display: block;
  width: 100%;
  height: 120px;
  background: #1E3F65;
}
    
.slider-tecnologia {
  width: 100vw;
  height: 120px;
}
    
.slider-destacadoconfijo {
  width: 100vw;
  height: 550px;
}
    
.navegadiscent {
      font-size: 0.80rem;
    }
    
 a.subnavdiscent {
      margin-right: 15px;
    }
    
.tooltip2 {
  width: 90%;
}
    
/*.slider-hero{
    width: 100vw;
    height: 74.3vw;
}*/

.height-hero{
    height: 74.3vw;
}
    
.form-rma-form1-select, .form-rma-form1-caja, .form-rma-form2-caja, .form-rma-form3-caja{
        flex-direction: column;
        gap:20px;
    }
    
.form-rma-form1-select label, .form-rma-form1-caja label, .form-rma-form2-caja label, .form-rma-form3-caja label{
        width: 100%;
    }
	
.dca_prodcarrito2 {
  	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}
	
a.dca_btpagar {
  display: block;
  width: 100%;
  height: 38px;
}
    
    
}


@media(max-width:570px) {

a.subnavdiscent{
	margin-right: 20px;
}
	
.especifdiscent{
	flex-direction: column;
}
	
.columnespdescent{
	width: 100%;
}
	
.productodiscen{
	font-size: 18px;
}
	
.font2DC{
	font-size: 12px
}
	
.flecha-abajoDC{
	display: block;
}
	
	
#despledc2, #despledc3, #despledc4,#despledc1{
	display: none;
}
	
.subdescDC{
	pointer-events:auto;
	cursor:pointer;
}
	
.colDC-A, .colDC-B{
	width: 100%
}

.especifdiscent2{
	column-count: 1;
	
}
    
.fd-imagenes-scroll{
    height: 350px;
}
    


}




@media(max-width:480px) {
    
    .sect-2{
    padding: 0 3vw;
}
    
    .sect-3 {
  padding: 30px 3vw;
}
    
    .pad-bancos{
        padding: 60px 3vw;
    }
    
        .pad-busqueda{
        padding: 0 3vw;
    }
    
            .pad-checkout{
        padding: 60px 3vw;
    }
    
    
    
	.dca_volanta {
		font-size: 14px;
	}

	.dca_titulo {
		font-size: 30px;
	}

	.dca_text {
		font-size: 16px;
		padding: 20px 3vw;
	}

	.dca-omni-card {
		height: 15vw;
		padding: 40px 20px;
	}

	.dca_back_omni1 {
		background: url("../img/Rectangle-630.jpg") center center no-repeat;
		background-size: cover;
		background-color: #ceebff;
		background-blend-mode: multiply;
	}

	.dca_back_omni2 {
		background: url("../img/Rectangle-631.jpg") center center no-repeat;
		background-size: cover;
		background-color: #ceebff;
		background-blend-mode: multiply;
	}

	.dca_back_omni3 {
		background: url("../img/Rectangle-632.jpg") center center no-repeat;
		background-size: cover;
		background-color: #ceebff;
		background-blend-mode: multiply;
	}

	.dca_caja_banner {
		background-color: #555;
		height: 70vw;
	}

	.bt-carrito-footer {
		display: flex;
		height: 85px;
		width: 100%;
		padding: 0 35px;
		background: #FFF;
		position: fixed;
		bottom: 0;
		left: 0;
		box-shadow: 0px -5px 20px -10px rgba(0,0,0,0.8);
		justify-content: center;
		align-items: center;
		z-index: 1000000;
	}

	.bt-carrito-footer a {
		display: flex;
		width: 100%;
		height: 46px;
		background: #1e3f65;
		color: #FFF;
		text-decoration: none;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		font-size: 0.9rem;
		gap: 15px;
		z-index: 100000;
	}

	.bt-carrito-footer a:focus {
		background: #031d30;
	}

	a.dca_crucesita {
		display: flex;
		top: 20px;
		right: 6%;
	}

	.dca_hamburguesa {
		display: block;
	}

	.dca_hamburguesa2 {
		display: none;
	}

	.dca_menuHamburguesa {
		display: block;
		z-index: 9990000;
		width: 100%;
		height: 100%;
		padding: 60px 10% 2% 10%;
		left: 0;
		top: 0;
	}

	.dca_menuHamburguesa2 {
		display: flex;
	}

	.dca-button-tecnologia {
		width: 110px;
	}

	.dca-button-tecnologia div {
		width: 110px;
		height: 110px;
	}


	.dca-button-tecnologia span {
		font-size: 15px;
		padding-top: 20px;
	}
    
    .navegadiscent{
	font-size: 0.75rem;
}
	
a.subnavdiscent{
	margin-right: 20px;
}
    
.slider-imagenes-ficha {
    min-height: 83vw;
  }
    
    .tit-suscripcion p{
        font-size: 1rem;
    }
    
    .padding-banners1 {
  padding-top: 80px;
}
        .container-banner-medio{
        flex-wrap: wrap;
            margin-bottom: 80px;
    }
    
    .banner-medio{
        width:calc((100% - 20px) / 2);
	}
}

@media(max-width:380px) {
	.dca_tecno_cards button {
		width: 100% !important;
	}
    
    .dc-ib-lineacopiar{
    font-size: 14px;
}
    
    .navegadiscent{
	font-size: 12px;
}
	
a.subnavdiscent{
	margin-right: 10px;
}
    
      .slider-imagenes-ficha {
    min-height: 90vw;
  }
    
 .datos-datos .caja-bt-adjuntar{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: none;
    gap:10px;
}

.caja-bt-adjuntar button{
    width: 100%;
}

     .banner-medio{
        width:100%;
	}  
    
    
}

@media(max-width:320px){
	
.navegadiscent{
	border-bottom: 1px #000 solid;
	font-size: 12px;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	color: #000;
	box-sizing: border-box;
}
	
a.subnavdiscent{
	display: inline-block;
	margin-right: 10px;
	padding-top: 20px;
}
	
}

