/*Agregado por bryan start*/
.hiddenfile {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.loader-container{
	height: 100%;
	width: 100%;
	position: relative;
}

.lds-ring {
	margin: 0;position: absolute;top: 50%;left: 50%;-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ring div {				
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 5px solid #000;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.cr-viewport {
	border: 0px !important;
}
.container-croppie {
	background:#f9f9f9;
	width: 300px;
	height: 300px;
}

.has-success{
	border-bottom: 1px solid #999 !important;
}

.has-error{
	border-bottom: 1px solid red !important;
}

.parsley-errors-list {
	text-align: left;
	margin-block-start: 0;
	padding-inline-start: 0;
	margin-block-end: 0;
}

.parsley-errors-list li{
	font-size: 12px;
	color: #ff0000;
	list-style-type: none;
	margin-top: 5px;
	font-weight: bold;
}		
/*Agregado por bryan end*/






.legal-note {
	width: 92%;
	margin: 20px 0px 40px 0px;
}
.note-titu {
	display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    background-color: black;
    color: white;
    padding: 9px 20px 9px 20px;
    line-height: 1.2;
    margin: 0px 0px 4px 0px;
}
.wrap-note {
	font-size: 16px;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    box-sizing: border-box;
    line-height: 1.1;
}
.titu-con {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 7px 0px;
}




body {
	margin: 0;
	font-size: 17px;
	font-weight: lighter;
	font-family: 'Khand', sans-serif;

	transition: all 0.2s;
}

.entra480 {
	display: none !important;
}

.entra1080 {
	display: none;
}

.cl1-int {
	position: inherit;
}
.ctro {width: 100%; text-align: center;}







/*CONFIRMACION*/
.wrap-confirmacion {
	width: 80%;
	max-width: 600px;
	margin: auto;
	text-align: center;
}
.logo-confirmacion {
	width: 120px;
	display: block;
	margin: 0px auto 50px auto;
}
.ico-con1 {
	font-size: 90px;
}
.titu-confirmacion {
	font-size: 38px;
	font-weight: bold;
	color: #C94545;
}
.linea-confirmacion {
	width: 50px;
	height: 3px;
	background-color: #C94545;
	margin: 5px auto 15px auto;
}
.txt-confirmacion {
	font-size: 18px;
	line-height: 18px;
	width: 80%;
	margin: auto;
	font-weight: lighter;
}
.detalles-confirmacion {
	width: 100%;
	margin: 50px 0px 0px 0px;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrap-det-conf {
	width: 30%;

	font-size: 16px;
	line-height: 17px;
}
.ico-con2 {
	color: #999999;
	font-size: 50px;
	margin: 0px 0px 15px 0px;
}
.num-con {
	font-size: 20px;
	margin: 0px auto 10px auto;
}
.con-he {
	width: 80px;
}






.desarrollo {
	display: flex;
	align-items: center;

	position: absolute;
	font-size: 13px;
	font-weight: lighter;
	z-index: 999;
	bottom: 5px;
	right: 10px;

	color: gray;
	text-decoration: none;
}
.ico-ilu {
	font-size: 15px;
	margin: 0px 2px;
}

.legal1 {
	font-size: 15px;
	line-height: 1;
	text-align: left;
	width: 100%;
	margin: 10px 0px;
	text-align: justify;
}
.pop-legal {
	width: 90%;
	max-width: 500px;
	background-colors: gray;
	margin: auto;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: all 0.2s;
}
.titu-legal {
	font-size: 20px;
	text-align: center;	
	font-weight: bold;
}



.header-int-sombra {
	display: none;
}


.navegador {
	background-color: black;
	color: white;
	width: 55px;
	height: 55px;
	font-size: 22px;
	cursor: pointer;
	text-decoration: none;
	z-index: 99 !important;
	transition: all 0.2s;

	display: flex;
	justify-content: center;
	align-items: center;

	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
}
.navegador:hover {
	background-color: white;
	color: black;
}

.atras {
	background-color: black;
	color: white;
	width: 55px;
	height: 55px;
	font-size: 22px;
	cursor: pointer;
	text-decoration: none;

	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s;

	position: absolute;
	z-index: 2;
	right: 0;
	top: 0px;
}
.atras:hover {
	background-color: white;
	color: black;
}

.atras1 {
	background-color: #128c7e;
	color: white;
	width: 55px;
	height: 55px;
	font-size: 29px;
	cursor: pointer;
	text-decoration: none;

	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s;

	position: fixed;
	z-index: 8;
	right: 0;
	top: 65px;
}
.atras1:hover {
	background-color: white;
	color: black;
}





.general {
	width: 100%;
	height: 100vh;

	display: flex;
	flex-wrap: wrap;
	justify-contents: space-between;
	transition: all 0.2s;
}
.cl1 {
	width: 12%;
	background-color: white;
	position: relative;

	box-shadow: 30px 0px 32px -27px rgba(0, 0, 0, 0.5);

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.2s;
}
.cl2 {
	width: 42%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: all 0.2s;
	background-colors: red;
	transition: all 0.2s;
}
.cl3 {
	width: 46%;
	background-colors: gray;
	position: relative;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	transition: all 0.2s;
}



.decopixels {
}
.wrap-logo {
	width: 110px;
	display: flex;
	flex-direction: column;
	transition: all 0.2s;
}
.slogan {
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	line-height: 1;
	margin: 6px 0px 0px 0px;
	transition: all 0.2s;
}
.detalles-home {
	margin: 0px 0px 0px 0px;
}
.detalle-home-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;

	text-align: center;
	font-size: 24px;
	line-height: 1;
	margin: 0px 0px 50px 0px;
	transition: all 0.2s;
}
.ico-hom {
	font-size: 40px;
	margin: 0px 0px 9px 0px;
	transition: all 0.2s;
}
.envios {
	width: 100%;
	text-align: center;	
	transition: all 0.2s;
}
.pricing {
	width: 100%;
	text-align: center;	
	transition: all 0.2s;
}
.wrap-evios {
	width: 80%
	transition: all 0.2s;
}
.wrap-evios2 {
	width: 80%;
	transition: all 0.2s;
}
.envios-ft {
	font-size: 27px;
	font-weight: 600;
	line-height: 1;
	transition: all 0.2s;
}
.envios-ft-pricing {
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
	transition: all 0.2s;
}
.terminos {
	background-color: black;
	color: white;
	text-decoration: none;
	width: 100%;
	font-size: 16px;
	display: block;
	padding: 10px 0px;
	margin: 9px 0px 0px 0px;
	transition: all 0.2s;
}
.terminos:hover {
	background-color: #444;
	color: white;
}
.total-int {
	letter-spacing: 5px;
	margin: 0px 0px 9px 0px;
	transition: all 0.2s;
}
.confirmar {
	background-color: black;
	color: white;
	text-decoration: none;
	width: 100%;
	font-size: 25px;
	display: block;
	padding: 10px 0px;
	margin: 9px 0px 20px 0px;
	transition: all 0.2s;
}
.confirmar:hover {
	background-color: #444;
	color: white;
	box-shadow: 0px 15px 22px -10px rgba(0, 0, 0, 0.5);
	transition: all 0.2s;
}
.copy {
	width: 100%;
	font-size: 80px;
	line-height: 0.8;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px 0px 0px 20px;
	position: relative;
	z-index: 9;
	transition: all 0.2s;
}
.line-copy {
	width: 170px;
	height: 3px;
	background-color: black;
	margin: 14px 0px 24px -60px;
	transition: all 0.2s;
}
.carousel-home {
	width: 100%;
	margin: 40px 0px 0px -40px;
	transition: all 0.2s;

	display: flex;
}
.carousel-img {
	width: 320px;
	box-shadow: 0px 34px 31px -20px rgba(0, 0, 0, 0.3);
	border: solid 9px #ffffff;
	transition: all 0.2s;
}
.carousel-img img {
	display: block;
}
.bt-home {
	text-decoration: none;
	color: white;
	font-size: 25px;
	background-color: black;
	padding: 12px 60px 10px 60px;

	margin: 0px 0px 0px -30px;
	transition: all 0.2s;

	display: inline-block;
}
.bt-home:hover {
	color: white;
	background-color: #444;
	box-shadow: 0px 15px 22px -10px rgba(0, 0, 0, 0.5);
}
.wr-bt {
	width: 100%;
	transition: all 0.2s;
}




.wrap-navegador {
	background-colors: gray;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	transition: all 0.2s;
}
.navegador-titulo {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 70px;
	transition: all 0.2s;
}
.navegador-detalles {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	transition: all 0.2s;
}
.detalle-navegador {
	width: 180px;
	margin: 0px 50px 0px 20px;
	transition: all 0.2s;
}
.ico-nave {
	font-size: 50px;
	display: block;
	margin: 0px 0px 15px 0px;
	transition: all 0.2s;
}
.titu-nave-det {
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	transition: all 0.2s;
}
.txt-nave {
	font-size: 20px;
	line-height: 1;
	transition: all 0.2s;
}
.line-det-nave {
	width: 49px;
	height: 2px;
	background-color: black;
	margin: 14px 0px 16px -20px;
	transition: all 0.2s;
}
.navegador-titulo2 {
	font-size: 40px;
	line-height: 1;
	font-weight: 400;
	margin: 60px 0px 0px 0px;
	transition: all 0.2s;
}
.aqui {
	color: black;
}
.aqui:hover {
	color: #888;
}
.left-nave {
	background-colors: red;
}
.right-nave {
	background-colors: red;
	width: 40%;
	text-align: center;
	transition: all 0.2s;
}
.navegador-titulo3 {
	font-size: 40px;
	text-align: center;
	line-height: 1;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	transition: all 0.2s;
}
.cerra {
	font-size: 30px;
	color: black;
	text-decoration: none;
	transition: all 0.2s;
}
.wrap-cerrar {
	width: 90%;
	position: absolute;
	box-sizing: border-box;
	top: 0;
	z-index: 99999999;
	text-align: right;
	transition: all 0.2s;
}

.wrap-cerrar1 {
	width: 90%;
	position: absolute;
	box-sizing: border-box;
	top: 0;
	z-index: 99999999;
	text-align: center;
	transition: all 0.2s;
}








.crear {
	width: 88%;
	height: 100vh;
	background-color: #d8d8d8;
	padding: 10px 0px 60px 0px;
	box-sizing: border-box;
	transition: all 0.2s;

	overflow: auto;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}
.genial-titu {
	width: 92%;
	font-size: 48px;
	line-height: 1;
	margin: 40px 0px 0px 0px;
	text-transform: uppercase;
	transition: all 0.2s;
}
.wrap-crear {
	width: 92%;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	transition: all 0.2s;
}

.cuadro-esc {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: black;

	margin: 0px 0px 12px 0px;
	transition: all 0.2s;
}
.w-img {
	width: 275px;
	height: 280px;
	cursor: pointer;

	margin: 29px;
	transition: all 0.2s;
}
.ico-pl {
	background-color: black;
	color: white;
	width: 100%;
	height: 100%;
	font-size: 80px;
	transition: all 0.2s;

	display: flex;
	justify-content: center;
	align-items: center;
}
.ico-pl.over {
	display: none;
}	
.wrap-rrss {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.2s;

	width: 100%;
	height: 100%;
}

.detalles-cuadro {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	transition: all 0.2s;
}



.cu-int {
	width: 80px;
	margin: 0px 6px 0px 0px;
	transition: all 0.2s;
}
.clasico1 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: all 0.2s;

	font-size: 17px;
	transition: all 0.2s;
}

.ico-arr {
	display: block;
	font-size: 15px;
	color: white;
	transition: all 0.2s;
	margin: 0px 5px 0px 0px;
	transition: all 0.2s;
}
.ico-arr.over {
	color: black;
	display: block;
	font-size: 15px;
	transition: all 0.2s;
}



.dispositivo {
	width: 100%;
	height: 33.3333333%;
	transition: all 0.2s;
	background-color: white;

	text-decoration: none;
	color: black;
	font-size: 18px;

	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}
.face {
	width: 100%;
	height: 33.3333333%;
	transition: all 0.2s;
	background-color: #4267b2;

	text-decoration: none;
	color: white;
	font-size: 18px;

	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}
.insta {
	width: 100%;
	height: 33.3333333%;
	transition: all 0.2s;
	background-color: #e1306c;

	text-decoration: none;
	color: white;
	font-size: 18px;

	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}
.dispositivo:hover {
	transform: scale(1.05);
	box-shadow: 0px 12px 24px -8px rgba(0, 0, 0, 0.6);
}
.face:hover {
	transform: scale(1.05);
	box-shadow: 0px 12px 24px -8px rgba(0, 0, 0, 0.6);
}
.insta:hover {
	transform: scale(1.05);
	box-shadow: 0px 12px 24px -8px rgba(0, 0, 0, 0.6);
}
.ico-im {
	margin: 0px 5px 0px 0px;
	transition: all 0.2s;
}


.marco {
	width: 100%;
	height: 100%;

	background-size: cover;
	background-position: center;

	display: flex;
	justify-content: flex-end;

	box-shadow: -8px 23px 27px -16px rgba(0, 0, 0, 0.8);
	transition: all 0.2s;
}
.m-clasico1 {
	background-image: url(images/clasico1.png);
	transition: all 0.2s;
}
.m-clasico2 {
	background-image: url(images/lite-ok.png);
	transition: all 0.2s;
}
.m-m-clasico1 {
	background-image: url(images/lite-ok.png);
	transition: all 0.2s;
}
.m-m-clasico2 {
	background-image: url(images/marco-clasico2.png);
	transition: all 0.2s;
}


.sombra-cuadro {
	position: absolute;
	width: 120px;
	height: 120px;
}

.corte-clasico {
	width: 242px;
	height: 242px;
	margin: 15px 14px 0px 0px;
	/*background-image: url(images/ig2.jpg);*/
	transition: all 0.2s;
	background-size: cover;
	background-position: center;
}
.corte-clasico-m {
	width: 205px;
	height: 205px;
	margin: 33px 32px 0px 0px;
	/*background-image: url(images/ig2.jpg);*/
	transition: all 0.2s;
	background-size: cover;
	background-position: center;
}
.sombra-cont.over {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	transition: all 0.2s;

	position: relative;
	/*width: 268px;
	height: 268px;*/

	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
.sombra-cont {
	display: none;
}
.ico-bg {
	color: white;
	text-decoration: none;
	width: 70px;
	height: 70px;
	font-size: 28px;
	border: 1px solid white;
	position: relative;
	transition: all 0.2s;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.ico-bg:hover {
	color: black;
	background-color: white;
	border: 1px solid white;
}
.sombra-cont-b.over {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	transition: all 0.2s;

	position: relative;
	/*width: 228px;
	height: 228px;*/

	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
.sombra-cont-b {
	display: none;
}




.pop-confirmar {
	background-colors: gray;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: all 0.2s;
}
.wrap-form {
	width: 100%;
	max-width: 350px;
	background-color: white;
	text-align: center;
	box-sizing: border-box;
	padding: 30px 20px;
	border-radius: 8px;

	box-shadow: 0px 42px 24px -25px rgba(0, 0, 0, 0.5);

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	transition: all 0.2s;
}
.form-titu {
	width: 100%;
	padding: 0px 5%;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	margin: 0px 0px 20px 0px;
	transition: all 0.2s;
}
.form-int {
	width: 100%;
	box-sizing: border-box;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	transition: all 0.2s;
}
.campo1 {
	width: 48%;
	margin: 12px 0px;

	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.2s;
}
.campo2 {
	width: 100%;
	margin: 8px 0px;

	/*display: flex;*//*cambio lo comente*/
	align-items: center;
	justify-content: space-between;
	transition: all 0.2s;
}
.campo1-a {
	border-bottom: 1px solid black;
	border-right: none;
	border-left: none;
	border-top: none;
	width: 90%;

	font-family: 'Khand', sans-serif;
	font-size: 17px;
	line-height: 1;

	outline: 0;
	transition: all 0.2s;
}
.campo2-a {
	border-bottom: 1px solid #999;
	border-right: none;
	border-left: none;
	border-top: none;
	width: 90%;

	font-family: 'Khand', sans-serif;
	font-size: 17px;
	line-height: 1;

	outline: 0;
	transition: all 0.2s;
}
.campo2-a:focus {
	border-bottom: 4px solid black;
	border-right: none;
	border-left: none;
	border-top: none;
}

::placeholder {
	color: #999;
}

::placeholder:active {
	color: black;
}


.bt-enviar {
	background-color: black;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 24px;
	width: 100%;
	padding: 7px 0px;
	border-radius: 5px;
	margin: 20px 0px 0px 0px;
	transition: all 0.2s;
}
.bt-enviar:hover {
	background-color: #f9f0f0;
	color: black;
	box-shadow: 0px 12px 14px -8px rgba(0, 0, 0, 0.6);
}








.mover-foto {
	text-align: center;
}
.titu-mover-foto {
	text-align: center;
	margin: 5px 0px;
}
.bt-mover {
	font-family: 'Khand', sans-serif;

	background-color: black;
    color: white;
    border: 0;
    padding: 7px 12px;
    margin: 7px;
    font-size: 17px;

    cursor: pointer;
}


































@media screen and (max-width: 1440px) {



.cl1 {
	width: 15%;
	background-colors: red;
	position: relative;

	box-shadow: 30px 0px 32px -27px rgba(0, 0, 0, 0.5);

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
}
.cl3 {
	width: 43%;
	background-colors: gray;
	position: relative;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
}


.wrap-logo {
	width: 80px;
	display: flex;
	flex-direction: column;
}
.slogan {
	text-transform: uppercase;
	text-align: center;
	font-size: 17px;
	line-height: 1;
	margin: 6px 0px 0px 0px;
}
.detalle-home-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;

	text-align: center;
	font-size: 19px;
	line-height: 1;
	margin: 0px 0px 30px 0px;
}



.copy {
	width: 100%;
	font-size: 50px;
	line-height: 0.8;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px 0px 0px 20px;
	position: relative;
	z-index: 9;
}
.line-copy {
	width: 140px;
	height: 2px;
	background-color: black;
	margin: 10px 0px 20px -60px;
}
.bt-home {
	text-decoration: none;
	color: white;
	font-size: 20px;
	background-color: black;
	padding: 9px 40px 7px 40px;

	margin: 0px 0px 0px -25px;

	display: inline-block;
}
.bt-home:hover {
	color: white;
	background-color: #444;
	box-shadow: 0px 15px 22px -10px rgba(0, 0, 0, 0.5);
}
.envios-ft {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}
.terminos {
	background-color: black;
	color: white;
	text-decoration: none;
	width: 100%;
	font-size: 14px;
	display: block;
	padding: 10px 0px;
	margin: 9px 0px 0px 0px;
}
.terminos:hover {
	background-color: #444;
	color: white;
}



.crear {
	width: 85%;
	height: 100vh;
	background-color: #d8d8d8;
	padding: 10px 0px 60px 0px;
	box-sizing: border-box;

	overflow: auto;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}
.envios-ft-pricing {
	font-size: 35px;
	font-weight: 600;
	line-height: 1;
}
.total-int {
	letter-spacing: 5px;
	margin: 0px 0px 3px 0px;
}





}

























@media screen and (max-width: 1300px) {




.w-img {
	width: 225px;
	height: 230px;
	cursor: pointer;

	margin: 20px;
}

.dispositivo {
	width: 100%;
	height: 33.3333333%;
	transition: all 0.2s;
	background-color: white;

	text-decoration: none;
	color: black;
	font-size: 17px;

	display: flex;
	align-items: center;
	justify-content: center;
}
.face {
	width: 100%;
	height: 33.3333333%;
	transition: all 0.2s;
	background-color: #4267b2;

	text-decoration: none;
	color: white;
	font-size: 17px;

	display: flex;
	align-items: center;
	justify-content: center;
}
.insta {
	width: 100%;
	height: 33.3333333%;
	transition: all 0.2s;
	background-color: #e1306c;

	text-decoration: none;
	color: white;
	font-size: 17px;

	display: flex;
	align-items: center;
	justify-content: center;
}
.dispositivo:hover {
	transform: scale(1.05);
	box-shadow: 0px 12px 24px -8px rgba(0, 0, 0, 0.6);
}
.face:hover {
	transform: scale(1.05);
	box-shadow: 0px 12px 24px -8px rgba(0, 0, 0, 0.6);
}
.insta:hover {
	transform: scale(1.05);
	box-shadow: 0px 12px 24px -8px rgba(0, 0, 0, 0.6);
}

.corte-clasico {
	width: 195px;
	height: 195px;
	/*background-image: url(images/ig2.jpg);*/
	margin: 14px 13px 0px 0px;
	background-size: cover;
	background-position: center;
}
.corte-clasico-m {
	width: 165px;
	height: 165px;
	margin: 28px 27px 0px 0px;
	/*background-image: url(images/ig2.jpg);*/
	background-size: cover;
	background-position: center;
}



}




















@media screen and (max-width: 1080px) {

.legal-note {
	width: 92%;
	margin: 20px 0px 40px 0px;
	text-align: center;
}


.sale1080 {display: none !important;}
.entra1080 {
	display: flex;
}



.form-titu {
	width: 100%;
	padding: 0px 1%;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	margin: 0px 0px 20px 0px;
	transition: all 0.2s;
}



.general {
	width: 100%;
	height: inherit;

	display: flex;
	flex-wrap: wrap;
	justify-contents: space-between;
}



.cl1 {
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	position: relative;
	z-index: 5;

	padding: 0px 0px 20px 0px;
	/*-webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);*/

	box-shadow: none;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
}
.detalles-home {
	margin: 30px 0px 0px 0px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.detalle-home-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;

	text-align: center;
	font-size: 19px;
	line-height: 1;
	margin: 0px 20px 0px 20px;
}


.cl2 {
	width: 55%;
	height: 850px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: all 0.2s;
	background-colors: red;

	margin: 50px 0px;
}
.cl3 {
	width: 45%;
	background-colors: gray;
	position: relative;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
}

.line-copy {
	width: 140px;
	height: 2px;
	background-color: black;
	margin: 10px 0px 20px -40px;
}

.wrap-evios {
	width: 100%
}

.envios-ft {
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
}


.terminos {
	background-color: white;
    color: black;
    text-decoration: none;
    width: 200px;
    font-size: 15px;
    display: block;
    padding: 10px 0px;
    margin: 25px auto 0px auto;
}
.terminos:hover {
	background-color: white;
    color: black;
}

.navegador {
	background-color: black;
	color: white;
	width: 55px;
	height: 55px;
	font-size: 22px;
	cursor: pointer;
	text-decoration: none;
	z-index: 99 !important;

	display: flex;
	justify-content: center;
	align-items: center;

	position: fixed;
	z-index: 2;
	right: 0;
	top: 0;
}
.navegador:hover {
	background-color: white;
	color: black;
}

.atras {
	background-color: black;
	color: white;
	width: 55px;
	height: 55px;
	font-size: 22px;
	cursor: pointer;
	text-decoration: none;

	display: flex;
	justify-content: center;
	align-items: center;

	position: fixed;
	z-index: 100;
	right: 0;
	top: 0px;
}
.atras:hover {
	background-color: white;
	color: black;
}



.detalles-cuadro {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	align-items: flex-start;
}
.clasico1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	transition: all 0.2s;

	font-size: 15px;
}

.cuadro-esc {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: black;

	margin: 20px 5px 0px 5px;
}
.genial-titu {
	width: 92%;
	font-size: 48px;
	line-height: 1;
	padding: 0px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
	text-transform: uppercase;
	text-align: center;
}


.crear {
	width: 100%;
	height: inherit;
	min-height: 100vh;
	background-color: #d8d8d8;
	padding: 0px 0px 160px 0px;
	box-sizing: border-box;

	overflow: hidden;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}
.cl1-int {
	position: fixed;
}
.wrap-evios2 {
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: rgba(255,255,255,0.5);

	webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
}
.pricing {
	width: 100%;
	text-align: center;	

	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-evenly;
}
.envios-ft-pricing {
	font-size: 35px;
	font-weight: 600;
	line-height: 1;
	margin: 7px 0px 0px 0px;
}
.total-int {
	letter-spacing: 5px;
	font-size: 17px;
	margin: 5px 0px 0px 0px;
}
.confirmar {
	background-color: black;
	color: white;
	text-decoration: none;
	width: 80%;
	font-size: 25px;
	display: block;
	padding: 10px 0px;
	margin: 25px 0px 20px 0px;
}
.confirmar:hover {
	background-color: #444;
	color: white;
	box-shadow: 0px 15px 22px -10px rgba(0, 0, 0, 0.5);
}

.header-int-sombra {
	display:  block;

	background-color: rgba(255,255,255,0.5);

	webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px) !important;

	width: 100%;
	height: 300px;
	position: fixed;
	z-index: -1;
}



.navegador-titulo {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 40px;
	transition: all 0.2s;
}

.titu-nave-det {
	font-size: 23px;
	font-weight: 600;
	line-height: 1;
	transition: all 0.2s;
}

.txt-nave {
	font-size: 17px;
	line-height: 1;
	transition: all 0.2s;
}


.navegador-titulo2 {
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	margin: 60px 0px 0px 0px;
	transition: all 0.2s;
}
.detalle-navegador {
	width: 180px;
	margin: 0px 50px 40px 20px;
	transition: all 0.2s;
}


.desarrollo {display: none;}



}
































@media screen and (max-width: 950px) {




.cl2 {
	width: 55%;
	height: 650px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: all 0.2s;
	background-colors: red;

	margin: 50px 0px;
}


}




































@media screen and (max-width: 750px) {

.sale750 {
	display: none;
}
.cl2 {
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: all 0.2s;
	background-colors: red;

	margin: 0px 0px;
}

.cl1-hom {
	position: absolute;
	background-color: rgba(255,255,255,0.5);
	width: 400px;
	margin: auto !important;
	text-align: center;
	left: 10%;
	right: 10%;

	webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px) !important;
}


.note-titu {
	width: 225px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    background-color: black;
    color: white;
    padding: 9px 12px 9px 12px;
    line-height: 1.2;
    margin: 0px 0px 4px 0px;
    box-sizing: border-box;
}


.genial-titu {
	width: 225px;
	font-size: 27px;
	line-height: 1;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	text-transform: uppercase;
	text-align: center;
}



.cl3 {
	width: 100%;
	background-colors: gray;
	position: relative;
	text-align: center;

	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
}

.wr-bt {
	width: 100%;

	position: fixed;
	z-index: 999;
	bottom: 0;
}

.bt-home {
	text-decoration: none;
	color: white;
	font-size: 20px;
	background-color: black;
	padding: 0;
	height: 55px;
	margin: 0px 0px 0px 0px;

	width: 100%;
	box-sizing: border-box;
	text-align: center;

	display: flex;
	justify-content: center;
	align-items: center;
}
.bt-home:hover {
	color: white;
	background-color: #444;
	box-shadow: 0px 15px 22px -10px rgba(0, 0, 0, 0.5);
}

.bloq {
	width: 65px;
	height: 65px;
	background-color: black;
	margin: -32px auto 20px auto
}

.copy {
	width: 430px;
	font-size: 50px;
	line-height: 0.8;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 9;
}
.wrap-evios {
	width: 100%;
	padding: 0px 0px 70px 0px;
}

.confirmar {
	background-color: black;
	color: white;
	text-decoration: none;
	width: 69%;
	font-size: 25px;
	display: block;
	padding: 10px 0px;
	margin: 25px 0px 20px 0px;
}
.confirmar:hover {
	background-color: #444;
	color: white;
	box-shadow: 0px 15px 22px -10px rgba(0, 0, 0, 0.5);
}





.cuadro-esc {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: black;

	margin: 10px 5px 0px 5px;
}

.wrap-logo {
	width: 60px;
	display: flex;
	flex-direction: column;
}






.campo2-a {
	border-bottom: 1px solid #999;
	border-right: none;
	border-left: none;
	border-top: none;
	width: 88%;

	font-family: 'Khand', sans-serif;
	font-size: 16px;
	line-height: 1;

	outline: 0;
	transition: all 0.2s;
}



.bt-enviar {
	background-color: black;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	width: 100%;
	padding: 5px 0px;
	border-radius: 5px;
	margin: 10px 0px 0px 0px;
	transition: all 0.2s;
}
.bt-enviar:hover {
	background-color: #f9f0f0;
	color: black;
	box-shadow: 0px 12px 14px -8px rgba(0, 0, 0, 0.6);
}





}


































@media screen and (max-width: 480px) {
.cl1-hom {
	position: absolute;
	background-color: rgba(255,255,255,0);
	width: 100%;
	margin: auto !important;
	text-align: center;
	left: 0%;
	right: 0%;

	webkit-backdrop-filter: none;
    backdrop-filter: none !important;
}


.sale480 {display: none !important;}


.ico-hom {
	font-size: 25px;
	margin: 0px 0px 9px 0px;
}

.genial-titu {
	width: 225px;
	font-size: 27px;
	line-height: 1;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	text-align: center;
}


.detalle-home-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	width: 33%;

	text-align: center;
	font-size: 14px;
	line-height: 1;
	margin: 0px 0px 20px 0px;
}
.detalles-home {
	margin: 10px 0px 20px 0px;
	width: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
}

.entra480 {
	display: inherit !important;
}


.copy {
	width: 280px;
	font-size: 33px;
	line-height: 0.8;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 9;
}


.envios-ft {
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
}







.crear {
	width: 100%;
	height: inherit;
	min-height: 100vh;
	background-color: #d8d8d8;
	padding: 20px 0px 160px 0px;
	box-sizing: border-box;

	overflow: hidden;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}




.confirmar {
	background-color: black;
    color: white;
    text-decoration: none;
    width: 59%;
    font-size: 20px;
    display: block;
    padding: 4px 0px;
    margin: 8px 0px 10px 0px;
}
.confirmar:hover {
	background-color: #444;
	color: white;
	box-shadow: 0px 15px 22px -10px rgba(0, 0, 0, 0.5);
}



.envios-ft-pricing {
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	margin: 7px 0px 0px 0px;
}





.cu-int {
	width: 50px;
	margin: 0px 2px 0px 2px;
}






.header-int-sombra {
	background-color: rgba(255,255,255,0.5);

	webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px) !important;

	width: 100%;
	height: 209px;
	position: absolute;
	z-index: -1;
}

.cl1-int {
	position: absolute;
}

.total-int {
	letter-spacing: 0px;
	font-size: 17px;
	margin: 5px 0px 0px 0px;
}






.atras {
	background-color: black;
	color: white;
	width: 45px;
	height: 45px;
	font-size: 22px;
	cursor: pointer;
	text-decoration: none;

	display: flex;
	justify-content: center;
	align-items: center;

	position: fixed;
	z-index: 100;
	right: 0;
	top: 0px;
}
.atras:hover {
	background-color: white;
	color: black;
}



.atras1 {
	background-color: #128c7e;
	color: white;
	width: 45px;
	height: 45px;
	font-size: 27px;
	cursor: pointer;
	text-decoration: none;

	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s;

	position: fixed;
	z-index: 8;
	right: 0;
	top: 55px;
}
.atras1:hover {
	background-color: white;
	color: black;
}


/*CONFIRMACION*/
.wrap-confirmacion {
	width: 80%;
	margin: auto;
	text-align: center;
}
.wrap-det-conf {
	width: 100%;

	font-size: 16px;
	line-height: 17px;
	margin: 0px 0px 40px 0px;
}


.txt-confirmacion {
	font-size: 18px;
	line-height: 18px;
	width: 100%;
	margin: auto;
	font-weight: lighter;
}
.logo-confirmacion {
	width: 90px;
	display: block;
	margin: 0px auto 50px auto;
}







}























































