html,body{
	overflow-x: hidden;
	max-width: 100%;
}
.navbar-nav{
	position: absolute;
    background: linear-gradient(45deg, black, transparent);
    width: 95%;
    padding: 0.5rem;
}
.navbarpers{
	width:100%;
	position: sticky;
	top: 0;
	z-index: 1000;
	border: 1px solid #8c4f23;
	border-radius:10px;
	background-size: cover;
    background-repeat: round;
	display: flex;
    flex-wrap: wrap;
}

.effi-header{
	max-height: 3rem;
	width: 100%;
	max-width: 100%;
}
.fade:not(.show) {
	opacity: unset;
}
.lstgest li{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}
.imgmodal{
	max-width: 100%;
}
.logo{
	justify-content: center!important;
}
.logo a{
	color: #0dcaf0!important;
}
.imgtrf{
	width: 2rem;
    border-radius: 50%;
    height: 2rem;
}
.tbltarifa tr{
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    justify-content: space-between;
    align-items: center;
}
.tbltarifa td, .tbltarifa th{
    padding: 0.2rem;
	width: 12%;
	line-height: 1rem;
}
.table input, .tbinpts input{
	width:2.5rem;
	text-align: right;
}
.tblserv{
	text-align: center;
    color: #fff;
    background-image: linear-gradient(160deg, #3ec4dc, #21d0a0, 75%, #3ec4dc);
}
.tbedit{
	max-width:100%;
	min-width:100%;
	display:flex;
	flex-wrap: wrap;
	position: fixed;
	bottom: 0;
	background: grey;
}
.tblbls, .tbinpts{
	max-width:100%;
	min-width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btncarr{
	position: absolute;
}
.nvbarsecc{
	color: #0dcaf0;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 192 203);
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 192 203);
}
.nav-bar{
	width: 100%;
    position: sticky;
    top: 0;
    background-image: linear-gradient(160deg, #3ec4dc, #21d0a0, 40%, #3ec4dc);
    z-index: 1000;
    border: 1px solid #8c4f23;
    border-radius: 10px;
    background-size: cover;
	color: #0dcaf0;
}
.navbtntgl{
	background-image: linear-gradient(160deg, #21d0a0, 60%, #3ec4dc);
}
.prod{
	min-width: 90%;
    max-width: 90%;
    margin: 0 0.2em;
    box-shadow: 5px 5px #ffc0cba6;
    height: 95%;
    background-color: #000000a1;
    color: #fff;
    padding: 0.5rem;
    border-radius: 10px;
    border: 2px solid #0dcaf0;
    margin-right: 0.4rem;
}
.tblprecios{
	width: 35%;
    position: absolute;
    right: 0;
    font-size: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    background: #ffffffc2;
	border: 1px solid #000;
	font-family: monospace;
}
.prodimg_cont{
	width: 100%;
}
.prodgal{
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: scroll;
	height: 60vh;
}
.prodimg{
	width: 100%;
    height: 35vh;
}
.prodimg.circle{
    border-radius: 50%;
}
.proddet{
	height: 100%;
	overflow-y: auto;
}
.repostprods{
	background: #ffffffd6;
}
textarea{
	max-width: 100%;
	min-width: 100%;
}
/*/////////////////////////////////////////////////////////////////////////*/
@font-face {
    font-family: "GramlingRegular";
    src: url(/fonts/GramlingRegular-2OG33.otf) format("truetype");
}

.effsgrid.effscontprnc{
	max-width: 100%;
}

body{
	max-width: 100vw;
    min-height: 100vh;
    max-height: 100vh;
    background-image: url(/imagenes/appimgs/logodev.png);
    font-family: sans-serif;
    color: #0dcaf0 !important;
    background-repeat: no-repeat;
    background-size: contain;
    overflow-x: hidden;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
}
.card{
	background: #ffffff96!important;
	color: #286f90;
}
.card-login{
	height: fit-content;
    width: fit-content;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    background-position: center !important;
    background: #fff;
    border-radius: 10px;
    border: 1px solid blue;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0.3rem;
}
h1, h2, h3, h4, h5, h6, span{
	display: flex;
    text-align: center;
	color: #fff!important;
    width: 100%;
    background-image: linear-gradient(160deg, #21d0a0, 60%, #3ec4dc);
    align-items: center;
    justify-content: center;
}
h2{
	text-align: center;
	background: #ffffffc2;
	width: 100%;
}

.btnacc{
	min-height: 2rem;
    min-width: 2rem;
    color: #b02848;
    background-color: #fff;
    border: 2px solid #b02848;
    box-shadow: 0.1rem 0.1rem #000;
	text-align: center;
}
.cartel{
	min-height:54vh!important;
	background-image: url(/imagenes/appimgs/bienestar.png);
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}	
.secc{
	padding: 0.5rem;
	display:flex;
	align-items: center;
    justify-content: center;
	flex-wrap:wrap;
	width: 100%;
	min-height: 50vh;
	background-size: cover;
    background-repeat: round;
	margin-bottom: 1rem;
	text-align: center;
}
.fecha{
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
}
.fecha .a{
	height: 2.5rem;
    width: auto;
    background: #fff;
    border-top: 5px solid;
    border-color: grey;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    font-size: 1.5rem;
}
.music{
	width:100%;
}
.carousel-item img{
	max-height: 65vh;
	min-height: 65vh;
}
.secc img.rounded-circle {
	width: 20rem;
    height: 20rem;
	border-style: double;
    border: solid #b02848 10px;
}
.rounded-circle{
    
}
@media(min-width:568px){
	.secc{
		height: 50vh;
	}
	video{
		max-height: 100%;
	}
}
/*.parrq{background-image: url("/imagenes/iglesia-santos-reyes-albalat.jpg");}
.celebr{background-image: url("/imagenes/celebracion.jpg");}
.agenda{background-image: url("/imagenes/agenda.jpg");}
.transp{background-image: url("/imagenes/transporte.jpg");}
.aloj{background-image: url("/imagenes/alojamiento.jpg");}
.reg{background-image: url("/imagenes/regalo.jpg");}
.asist{background-image: url("/imagenes/asistencia.jpg");}
.album{background-image: url("/imagenes/album.jpg");}*/
.agrad{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
	background-image: url("/imagenes/tarta_gracias.jpg");
}

.reg ul li img{
	width: 5rem;
}
.reg span{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    font-size: 1.5rem;
}
/*tr > td:first-child{
	border-right: solid 1px green!important;
}*/
.phtcol{
	width: 20rem;
    height: 20rem;
    border-style: double;
    border: 0px;
    background-image: url(/imagenes/fondos/fondo_photocall.jpg);
    padding: 1.5rem;
    background-size: cover;
}
/*CUENTA ATRAS*/
.countdown {
	/*padding-bottom: 60px;*/

	h2 {
		text-align: center;
		width: 100%;
	}

	.end {

	}

	.countDown {
		display: flex;
		justify-content: center;

		.container {
			width: 15%;

			.a {
				background-color: #fff;
                height: 4rem;
                width: 5rem;
                border-top: 5px grey solid;
                border-radius: 5px;
                margin: 0.2rem 0rem;
				div {
					display: block;
					text-align: center;
					position: relative;
					font-size: 2rem;
					color: #2481C6
				}
			}

			&:nth-child(1) .a div {
				&::before {
					content: 'Dias';
					position: absolute;
					top: 2.5rem;
					left: 50%;
					transform: translateX(-50%);
					font-size: 1rem;
					color: #727272;
				}
			}

			&:nth-child(2) .a div {
				&::before {
					content: 'Horas';
					position: absolute;
					top: 2.5rem;
					left: 50%;
					transform: translateX(-50%);
					font-size: 1rem;
					color: #727272;
				}
			}

			&:nth-child(3) .a div {
				&::before {
					content: 'Minutos';
					position: absolute;
					top: 2.5rem;
					left: 50%;
					transform: translateX(-50%);
					font-size: 1rem;
					color: #727272;
				}
			}

			/*&:nth-child(4) .a div {
				&::after {
					content: 'Sekunden';
					position: absolute;
					bottom: -15px;
					left: 50%;
					transform: translateX(-50%);
					font-size: 16px;
					color: #727272;
				}
			}*/
		}
	}
}

@media screen and (max-width: 850px) {
	.countdown {
		.countDown {
			justify-content: space-around;
		}
	}
}

@media screen and (max-width: 600px) {
	.countdown {
		.countDown {
			/*flex-wrap: wrap;*/

			.container {
				width: 50%;
		}
	}
}

@media screen and (max-width: 350px) {
	.countdown {
		.countDown {
			.container {
				width: 100%
			}
		}
	}
}
