@font-face {
    font-family: PublicSansBlack;
    src: url('../fonts/PublicSans-Black.ttf')  format('truetype');
}
@font-face {
    font-family: PublicSansMedium;
    src: url('../fonts/PublicSans-Medium.ttf')  format('truetype');
}
@font-face {
    font-family: PublicSansRegular;
    src: url('../fonts/PublicSans-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: ChangaOne;
    src: url('../fonts/ChangaOne-Regular.ttf')  format('truetype');
}

html{
    width: 100vw;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}
body {
    font-family: 'PublicSansRegular';
    width: 100vw;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}
.procesing {
    position: fixed;
    text-align: center;
    background-color: rgba( 255, 255, 255, 0.9);
    height: 100vh;
    width: 100vw;
    z-index: 1;
}
.procesingCenter {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header {
    overflow: hidden;
    background-color: rgba( 255, 255, 255, 1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.btnNaranja{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 12px;
    text-decoration: none;
    width:200px;
    height:50px;
    font-family: 'ChangaOne';
    color: #FFF;
    background-color: #F79420;
    border-color: #ccc;
}
.btnBlanco{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 12px;
    text-decoration: none;
    width:200px;
    height:50px;
    font-family: 'ChangaOne';
    color: #F79420;
    background-color: #FFF;
    border-color: #ccc;
}
.HideInputFile {
    visibility: hidden;
    width: 0;
    position: relative;
}
.naranja {
    background-color: #F79420;
    color: #FFF;
    height: 250px;
    width: 101%;
}
.error {
    text-align:center;
    color: #F79420;
    font-size:28px;
}
.co {
    display: none;
}

@media screen and (min-width: 821px) {
    /*Para PC*/
    .hiPC {
        display: block;
    }
    .hiMo {
        display: none;
    }
    .footer {
        background-color: #575756;
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 18px;
        bottom: 0;
        position: relative;
        vertical-align:middle;
    }
    .footerTitle {
        font-size: 62px;
        font-family: ChangaOne;
    }
    footer a {
        color: #FFF;
        font-size: 38px;
    }
    footer a:hover {
        color: #FFF;
        font-size: 38px;
    }
    .footerLogo {
        width: 380px;
    }
    .footerLogo1 {
        width: 150px
    }
    .main {
        padding: 0px;
        margin-top: 0px;
        height: 1200px;
        width: 100%;
        text-align: center;
        color:#fff;
    }
    .cotizar {
        background-color:#fff;
        color: #F79420;
        align-self: center;
        width: 100%;
        padding: 6% 0% 3% 0%;
        
    }
    .tituloNaranja {
        text-align: center;
        font-size: 32px;
        color: #F79420;
        font-family: ChangaOne;
    }
    .tituloBlanco {
        text-align: center;
        font-size: 32px;
        color: #FFF;
        font-family: ChangaOne;
    }
    .campos {
        width: 300px;
        border-radius: 0px;
        font-family: 'PublicSansRegular';
        font-size: 20px;
        border: 1px solid #F79420;
    }
    .camposSelect{
        font-size: 20px;
        font-family: 'PublicSansRegular';
        padding: 11px 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        color: #F79420;
    }
    .camposCheck{
        width: 30px;
        height: 30px;
        padding: 10px;
        border: 1px solid #FFF;
        accent-color: #F79420;
        color: #FFF;
    }
    .textoCheck {
        font-size: 24px;
        font-family:ChangaOne;
    }
    .textoAviso {
        font-size: 24px;
        font-family:ChangaOne;
    }
    .textoError {
        font-size: 20px;
        color:#000;
    }
    .tituloError {
        font-size: 26px;
        color:#F79420;
        font-weight: bold;
    }
    .cuadroblanco a {
        font-size: 18px;
        font-family:ChangaOne;
        text-decoration: underline;
        color:#F79420;
    }
    .cuadroblanco a:link {
        font-size: 18px;
        font-family:ChangaOne;
        text-decoration: underline;
        color:#F79420;
    }
    .cuadroblanco a:hover {
        font-size: 18px;
        font-family:ChangaOne;
        text-decoration: underline;
        color: #F79420;
    }
    .corte {
        background-color: #fff;
        color: #F79420;
        align-self: center;
        height: 980px;
        width: 100%;
        padding-top: 0%;
    }
    .precios {
        padding: 8% 0% 8% 0%;
        /* height: 1000px; */
    }
    .textoprecios {
        font-size: 30px;
    }
    .galeria {
        padding: 8% 0% 8% 0%;
        color: #FFF;
        background-color: #000;
        /* height: 1000px; */
    }
    .cuadroblanco {
        width: 103%;
        background-color:#FFF;
        color:#F79420;
    }
    .cuadroNaranja {
        background-color: #F79420;
        color: #FFF;
        border-radius: 35px;
        margin: auto;
        width: 46%;
        padding: 10px;
        box-shadow: 10px 10px 5px rgba(200,200,200,0.7);
    }
    .galleryBK {
        --n: 2; /* number of rows*/
        --m: 6; /* number of columns */
        --h: 150px; /* control the height 240 */
        --w: 180px; /* control the width */
        --g: 10px;  /* control the gap */
        --f: 1.5;   /* control the scale factor */
        
        display: grid;
        gap: var(--g);
        width:  calc(var(--m)*var(--w) + (var(--m) - 1)*var(--g));
        height: calc(var(--n)*var(--h) + (var(--n) - 1)*var(--g));
        margin-left: calc(39vw - var(--w)*2);
        grid-template-columns: repeat(var(--m),auto);
    }
    .gallery {
        width: 100%;
        text-align: center;
    }
    .gallery img {
        width: 380px;
        height: 380px;
        display: block;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        /* transition: transform 1000ms; */
        border: 1px dotted #666;
        margin: 10px;
    }
    .gallery ul {
        list-style: none;
        margin: auto;
        padding: 0;
        display: grid;
        gap: 0.5rem;
        grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
        max-width: 100%;
        width: 70rem;
        text-align: center;
    }
    div.scroll-container {
        background-color: #333;
        overflow: auto;
        white-space: nowrap;
        padding: 10px;
    }

    div.scroll-container img {
        padding: 10px;
        width: 300px;
        height: 250px;
    }
    .carousel-item-height {
        height: 600px;
        width: 100vw;
    }
}
@media screen and (max-width: 820px) {
    /*Para Movil*/
    .hiPC {
        display: none;
    }
    .hiMo {
        display: block;
    }
    .header {
        overflow: hidden;
        background-color: rgba( 255, 255, 255, 1);
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: 1;
    }
    .footer {
        background-color: #575756;
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 16px;
        position: relative;
    }
    .footerTitle {
        font-size: 34px;
        font-family: ChangaOne;
    }
    footer a {
        color: #FFF;
        font-size: 28px;
    }
    footer a:hover {
        color: #FFF;
        font-size: 28px;
    }
    .footerLogo {
        width: 300px;
    }
    .footerLogo1 {
        width: 80px;
    }
    .main {
        padding: 0px;
        margin-top: 110px;
        height: 265;
        width: 101%;
        text-align: center;
        color:#fff;
        border: 0px;
    }
    .cotizar {
        background-color:#fff;
        color: #F79420;
        padding: 20% 0% 20% 0%;
    }
    .tituloNaranja {
        text-align: center;
        font-size: 24px;
        color: #F79420;
        font-family: ChangaOne;
    }
    .tituloBlanco {
        text-align: center;
        font-size: 24px;
        color: #FFF;
        font-family: ChangaOne;
    }
    .campos {
        width: 250px;
        border-radius: 0px;
        font-family: 'PublicSansRegular';
        font-size: 16px;
        border: 1px solid #F79420;
    }
    .camposSelect{
        font-size: 14px;
        font-family: 'PublicSansRegular';
        padding: 11px 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        color: #F79420;
    }
    .camposCheck{
        width: 20px;
        height: 20px;
        padding: 3px;
        border: 1px solid #FFF;
        accent-color: #F79420;
        color: #FFF;
    }
    .textoCheck {
        font-size: 16px;
        font-family:ChangaOne;
        width: 50%;
    }
    .textoAviso {
        font-size: 24px;
        font-family:ChangaOne;
    }
    .textoError {
        font-size: 16px;
        color:#000;
    }
    .tituloError {
        font-size: 22px;
        color:#F79420;
        font-weight: bold;
    }
    .cuadroblanco a {
        font-size: 18px;
        font-family:ChangaOne;
        text-decoration: underline;
        color:#F79420;
    }
    .cuadroblanco a:link {
        font-size: 18px;
        font-family:ChangaOne;
        text-decoration: underline;
        color:#F79420;
    }
    .cuadroblanco a:hover {
        font-size: 18px;
        font-family:ChangaOne;
        text-decoration: underline;
        color:#F79420;
    }
    .corte {
        background-color: #fff;
        color: #F79420;
        height: 980px;
        width: 100%;
        padding-top: 35%;
        
    }
    .precios {
        padding: 26% 0% 26% 0%;
    }
    .textoprecios {
        font-size: 22px;
    }
    .galeria {
        padding: 26% 0% 26% 0%;
        color: #FFF;
        background-color: #000;
    }
    .cuadroblanco {
        width: 107%;
        background-color:#FFF;
        color:#F79420;
    }
    .cuadroNaranja {
        background-color: #F79420;
        color: #FFF;
        border-radius: 35px;
        margin: auto;
        width: 90%;
        padding: 10px;
        box-shadow: 10px 10px 5px rgba(200,200,200,0.7);
    }
    .naranja {
        background-color: #F79420;
        color: #FFF;
        height: 450px;
        width: 104%;
        text-align: center;
    }
    .galleryBK {
        --n: 3; /* number of rows*/
        --m: 3; /* number of columns */
        --h: 120px; /* control the height 210px*/
        --w: 100px; /* control the width */
        --g: 10px;  /* control the gap */
        --f: 1.5;   /* control the scale factor */
        
        display: grid;
        gap: var(--g);
        width:  calc(var(--m)*var(--w) + (var(--m) - 1)*var(--g));
        height: calc(var(--n)*var(--h) + (var(--n) - 1)*var(--g));
        margin-left: calc(60vw - var(--w)*2);
        grid-template-columns: repeat(var(--m),auto);
    }
    .gallery {
        width: 100%;
        text-align: center;
    }
    .gallery img {
        width: 300px;
        height: 200px;
        display: block;
        aspect-ratio: 1 / 1;
        object-fit: contain;
        /* transition: transform 1000ms; */
        margin-left: auto;
        margin-right: auto;
        border: 1px dotted #666;
    }
    .gallery ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 0.5rem;
        grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
        max-width: 100%;
        width: 70rem;
        text-align: center;
    }
    div.scroll-container {
        background-color: #333;
        overflow: auto;
        white-space: nowrap;
        padding: 10px;
    }

    div.scroll-container img {
        padding: 10px;
        width: 300px;
        height: 200px;
    }
    .carousel-item-height {
        height: 600px;
    }
}

/* estilo de galeria */
/* .gallery > img {
  width: 0;
  height: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  cursor: pointer;
  filter: grayscale(80%);
  transition: .35s linear;
}

.gallery img:hover{
  filter: grayscale(0);
  width:  calc(var(--w)*var(--f));
  height: calc(var(--h)*var(--f));
} */



.gallery figure {
	margin: 0;
	position: relative;
	overflow: hidden;
    text-align: center;
}

.gallery figure::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	height: 200%;
	background: rgba(0, 0, 0, 0.5);
	transform-origin: center;
	opacity: 0;
	transform: scale(2);
	transition: opacity 300ms;
}

.gallery figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	place-items: center;
	text-align: center;
	padding: 1rem;
	color: white;
	font-size: 1.2rem;
	/*z-index: 1;*/
	opacity: 0;
	transition: opacity 600ms, transform 600ms;
}

.gallery a:is(:hover, :focus) figure::after {
	opacity: 1;
}

.gallery a:is(:hover, :focus) figcaption {
	opacity: 1;
	transition: opacity 600ms;
}

@media (prefers-reduced-motion: no-preference) {
	.gallery figcaption {
		transform: translate3d(0, 2rem, 0);
	}
	
	.gallery figure::after {
		border-radius: 50%;
		opacity: 1;
		transform: scale(0);
		transition: transform 900ms;
	}
	
	.gallery a:is(:hover, :focus) figure::after {
		transform: scale(2.5);
	}

	.gallery a:is(:hover, :focus) figcaption {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: opacity 600ms 400ms, transform 600ms 400ms;
	}

	.gallery a:is(:hover, :focus) img {
		transform: scale(1.2);
	}
}


/* fin del estilo de galeria*/

