.content-select {
    position: relative;
}

	.content-select select {
	    position: relative;
	    z-index: 2;
	    background: transparent;
	}

	.content-select .arrow-select {
	    position: absolute;
	    top: 5px;
	    right: 8px;
	    z-index: 1;
	    color: #b5b5b5;
	}

	.content-select select option {
	    font-family: Roboto !important;
	}

.required.error {
    border-color: #dd0505 !important;
}

.error-date,
.error-ajax,
.error-family,
.error-file-size,
.error-file-format,
.error-members,
.error-required{
	color: #dd0505 !important;
}

.preview {
    margin-top: 10px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

	.preview img {
	    max-height: 100px;
	}

.remove-user{
	float: right;
}

.remove-bonus,
.add-bonus,
.add-user,
.remove-user{
	cursor: pointer;
}

.add-bonus {
    color: #ff9800;
}

.content-user {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

	.content-user:first-child{
		border: none;
	}

.bonus {
    border: 1px solid #ccc;
    padding: 30px;
    margin-bottom: 40px;
}

	.bonus .remove-bonus{
		text-align: right;
	}

label.error{
	color: #dd0505 !important;
}

.custom-check.form-check .form-check-input {
    pointer-events: inherit;
    opacity: 1;
    position: relative;
    z-index: 2;
	width: 12px;
    height: 12px;
    display: inline-block;
}

.custom-check.form-check .form-check-label {
    padding-left: 10px;
	display: initial;
}

.related.products .add_to_cart_button {
    display: none;
}

.quantity .btn-group {
    display: none;
}

.restore-item{
	display: none;
}


.woocommerce span.onsale {
    background-color: #ff9800;
    top: -15px;
    left: -15px;
    font-size: 2rem;
    padding: 64px 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #ff9800;
}

.woocommerce .card-product .product-footer {
    margin-top: 30px;
}

.woocommerce .card-product .product-footer .price h4 {
    color: #ff9800 !important;
}

.woocommerce .product_type_simple.add_to_cart_button.ajax_add_to_cart{
	display: none;
}

#video-webcam {
    margin: auto;
    margin-bottom: 30px;
}

.button.upload-file,
.button.make-foto {
    border: none;
	background: #eee !important;
	padding: 5px 15px;
	border-radius: 5px;
	margin-right: 10px !important;
	cursor: pointer;
	clear: none !important;
}

.content-webcam button {
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
}

.card-pricing .card-body li:nth-child(2).heading-row {
	background-color: #ffffff;
    top: -15px;
    left: -15px;
    padding: 39px 14px;
    line-height: 22px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    z-index: 2;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
	.card-pricing .card-body li:nth-child(2).heading-row h6{
		color: #ff9800 !important;
		font-size: 2rem !important;
		font-weight: bold !important;
    	text-transform: uppercase !important;
	}

#tab-title-additional_information{
	display: none;
}

.shop_table .bmd-form-group {
    padding-top: 0px;
}

.order-again {
    display: none;
}

.woocommerce-form-coupon-toggle,
.woocommerce-shipping-totals.shipping {
    display: none;
}

/* .coupon.form-group{
	display: none;
} */

.package-wrap.fw-col-sm-12.highlight-col {
    width: 30%;
    margin: auto;
    float: inherit;
}

img.wpes-main-logo.mascota {
    height: 71%;
    margin-top: 3px;
    float: left;
}

.content-user input[type=date] {
    border: 2px solid #eee;
    height: 35px;
    border-radius: 3px;
}

.error404 .wpes-search-box{
	display: none;
}

/*
*
*	TRIDENIA
*	DASHBOARD
*
*/

.dashboard h3 {
    font-weight: bold;
    color: #ff9800;
    margin: 2rem 0;
}

.dashboard #listClientes_wrapper {
    margin-bottom: 2rem;
}

.dashboard .dataTable tr th {
    background: #ff9800;
    color: #fff;
    font-size: 0.8rem !important;
    font-weight: bold !important;
}

.dashboard table.dataTable > thead .sorting::before, table.dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::before, table.dataTable > thead .sorting_desc_disabled::after{
	bottom: 1.9em;
}

.dashboard .dataTable tr td{
    font-size: 0.8rem !important;
}

.dashboard .main-nav.wpes-sticky-menu {
    background: #000;
}

.dashboard .removeAbono,
.dashboard .removeClient{
	cursor: pointer;
}


.dashboard .menu-dashboard-content {
    padding-top: 25px;
}

	.dashboard .menu-dashboard-content ul {
		list-style: none;
		margin: 0;
		float: right;
	}

		.dashboard .menu-dashboard-content ul li {
			display: inline-block;
			margin-left: 20px;
		}

			.dashboard .menu-dashboard-content ul li a{
				color: #fff;
			}

				.dashboard .menu-dashboard-content ul li a span {
					margin-left: 5px;
				}

.dashboard .logout {
	float: right;
	margin-right: 15px;
	margin-left: 20px;
}

	.dashboard .logout a {
		color: #fff;
		font-size: 1.2rem;
	}

.dashboard #listAbonos a,
.dashboard #listClientes a {
	color: #444;
	font-size: 1.2rem;
	margin-right: 10px;
	width: 100%;
	text-align: center;
	display: block;
}

.dashboard #listAbonos a {
	color: #444;
	font-size: 1.2rem;
	margin-right: 10px;
	width: auto;
	display: inline-block;
}

.dashboard #listClientes .removeClient{
	color: #444;
	font-size: 1.2rem;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	display: block;
}

.dashboard #listAbonos .removeAbono{
	color: #444;
	font-size: 1.2rem;
	border-radius: 5px;
	width: auto;
	display: inline-block;
	margin-right: 10px;
}

.dashboard .modal button {
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
}

.dashboard .btn-primary.new-abono,
.dashboard .btn-primary.new-client {
    background: #ff9800;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 30px;
    float: right;
}

.dashboard .btn-primary.save-abono,
.dashboard .btn-primary.save-client{
    background: #ff9800;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 30px;
	border: 1px solid #ff9800;
}

.dashboard .btn-primary.btn-custom {
    border: 1px solid #ff9800;
    background: #fff;
    padding: 13px 15px;
    border-radius: 10px;
    margin-top: 30px;
    color: #ff9800;
    margin-right: 20px;
}


.dashboard table tr.member1 {
    background: #f9f9f9 !important;
}

.dashboard table tr.child {
    background: #fff !important;
}

.dashboard .content-info {
    min-height: calc(100vh - 209px);
	margin-bottom: 30px;
}

.dashboard .content-table-list {
    margin-bottom: 50px;
}

.dashboard select[disabled="disabled"],
.dashboard input[disabled="disabled"] {
    background: #dbdbdb !important;
}

.dashboard .error-no-client {
    margin-bottom: 50px;
}

.dashboard .content-info-location {
    width: 100%;
    border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

	.dashboard .content-info-location .info {
		margin: 0;
		padding: 0;
		font-weight: bold;
	}

.dashboard .cuantity {
	background: #ff9800;
	text-align: center;
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
	border-radius: 10px;
	float: left;
}

	.dashboard .cuantity .title-cuantity{
		float: left;
	}

		.dashboard .cuantity .title-cuantity h4{
			font-weight: bold;
		}

	.dashboard .cuantity .content-cuantity {
		float: left;
		font-size: 3rem;
		margin-left: 20px;
		margin-top: 9px;
	}

.dashboard .content-chart-global canvas {
    min-height: 400px;
}

.dashboard .content-chart-reviews-global {
    margin: 30px 0;
    overflow: hidden;
    border: 1px solid #ff9800;
    border-radius: 10px
}

.dashboard .detail-graph-title {
    background: #ff9800;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
    /* border-radius: 15px 15px 0 0; */
    margin-bottom: 15px;
}

	.dashboard .list .detail-graph-title{
		margin-bottom: 0;
	}

.dashboard .content-chart-global {
    padding: 15px 45px 30px 45px;
}

.dashboard .element-list {
    text-align: center;
    border-bottom: 1px solid #ccc;
}

	.dashboard .element-list:last-child{
		border-bottom: none;
	}

.dashboard .content-list {
	border-left: 1px solid #ccc;
}

.dashboard .content-list,
.dashboard .label-list{
	padding: 10px 0;
	font-size: 0.9rem;
}

.dashboard tr.error {
    background: rgba(255,0,0,0.1) !important;
}

.dashboard tr.success {
    background: rgba(0,255,0,0.1) !important;
}

.dashboard .btn-danger{
    border: 1px solid #ff9800 !important;
    background: transparent;
    color: #ff9800;
}

.dashboard .btn-success{
	border: 1px solid #ff9800 !important;
    background: #ff9800;
    color: #fff;
}


/*
*
*	TRIDENIA
*	External
*
*/

.external-content footer.site-footer {
    background-color: #000;
}

.external-content header .main-nav{
	background-color: #000;
	padding: 0 10%;
}

.external-content .title-external h1 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
}

.external-content .content-info {
    height: calc(100vh - 175px);
}

.external-content .content-data-external {
    height: 100%;
}

	.external-content .content-data-external > .row{
		height: 100%;
	}

.external-content .content-aforo {
	height: 50%;
	margin-left: -30px;
	background: #ff9800;
}

.external-content #carouselExternal .w-100 {
	width: auto !important;
	max-width: unset;
	min-width: 100%;
}

.external-content .custom-col{
	height: 100%;
}

.external-content .carousel-item.carousel-item-next.carousel-item-left {
    height: 100%;
}

.external-content .content-aforo h2 {
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
    font-size: 48px;
	margin-top: 0;
}

.external-content .aforo {
    text-align: center;
    font-size: 75px;
    margin-top: 30px;
    color: #fff;
}

.external-content .content-info-aforo {
    height: 190px;
}

.external-content .content-table {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
}

	.external-content .content-table .content-table-cell{
		display: table-cell;
		vertical-align: middle;
	}

.external-content .content-horario {
	width: 100%;
	height: 50%;
	padding: 0 10%;
}

	.external-content .content-horario p {
		font-size: 30px;
		line-height: 38px;
		color: #ff9800;
	}

.external-content .content-info-torn-ok,
.external-content .content-info-torn-error {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: url(../images/background-info-external.png);
    bottom: 0;
    z-index: 10;
}

	.external-content .content-info-torn-error .content-error {
		background: rgba(255,255,255,0.9);
		width: 70%;
		margin: auto;
		padding: 40px;
		border-radius: 10px;
	}

		.external-content .content-info-torn-error .content-error .content-icon {
			width: 100%;
			font-size: 100px;
			color: #ffbf00;
			margin-top: 40px;
		}

		.external-content .content-info-torn-error .content-error .content-error-info {
			font-size: 30px;
			line-height: 40px;
			margin-top: 30px;
			width: 100%;
			display: block;
		}

.external-content .carousel-inner {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.external-content .carousel-inner img {
    height: 100%;
    width: auto !important;
    max-width: 1000% !important;
}

.external-content .content-profile {
    width: 40%;
    height: 400px;
}

.external-content .content-profile {
    width: 40%;
    height: 100%;
    overflow: hidden;
    float: left;
}

	.external-content .content-profile img {
		display: block;
		width: auto;
		position: relative;
		max-width: 1000000px !important;
		margin-left: 50%;
		transform: translateX(-50%);
		height: 100%;
	}

.external-content  .content-ok-info {
	width: 60%;
	padding: 10px 30px;
	height: 100%;
	display: block;
	float: left;
	font-size: 55px;
	line-height: 55px;
	font-weight: bold;
	text-align: center;
}

.external-content .content-info-torn-ok .content-ok{
	background: rgba(255,255,255,0.9);
	width: 70%;
	margin: auto;
	padding: 40px;
	border-radius: 10px;
	height: 60%;
}




.home-background {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 70px;
    background-image: url(https://torneig.camprodon.cat/wp-content/uploads/2021/07/football-3.png);
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	height: 90vh;
	text-align: center;
}

	.home-background .events-container::-webkit-scrollbar {
		display: none;
	}

	.home-title{
		color: #fff;
		font-weight: bold;
		text-shadow: 4px 0 #333;
		text-transform: uppercase;
	}

	h4.home-title{
		text-shadow: 3px 0 #333;
	}

	.home-background .events-container{
		background: rgba(255, 152, 0, 0.75);
		background: -moz-linear-gradient(45deg, rgba(255, 152, 0, 0.75) 0%, rgba(189, 98, 5, 0.75) 75%);
		background: -webkit-linear-gradient(45deg, rgba(255, 152, 0, 0.75) 0%,rgba(189, 98, 5, 0.75) 75%);
		background: linear-gradient(45deg, rgba(255, 152, 0, 0.75) 0%,rgba(189, 98, 5, 0.75) 75%);
		/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8ce82a", endColorstr="#167d20",GradientType=1 ); */
		/* opacity: 0.75; */
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		padding: 40px 0;
		text-align: center;
		overflow: auto;
	}

		.home-background .events-container .products-container{
			width: 90%;
			margin: 30px auto;
		}
		
		.comprar-home{
			background-color: #fff;
			width: 50%;
			margin: auto;
			padding: 5px !important;
			border-radius: 5px;
			text-transform: uppercase;
		}

	.event-container{
		width: 35%;
		text-align: center;
		margin: 3% 1%;
		display: inline-block;
		border-radius: 5px;
		background: linear-gradient( 60deg, #ff9800, #bd6205 );
		box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
	}


		.event-container .content-table{
			display:table;
			height: 100%;
			width: 100%;
		}

		.event-container .content-table-cell{
			display:table-cell;
			vertical-align: middle;
		}

		.event{
			padding: 20px;
			color: #fff;
		}

		.event .general-info, .event .prize, .event .description, .event .comprar-home {
			padding: 10px 5px;
		}

		.event .description{
			color: #fff;
		}

		h4.name {
			margin: 5px;
			line-height: 1.8rem;
			font-size: 1.6rem;
		}

		h4.prize-number {
			margin: 5px 0 0;
			line-height: 3.2rem;
			font-size: 2.8rem;
		}

		span.date, span.prize-text  {
			font-size: 12px;
		}

		.prize.p1{
			border-top: solid 1px;
			/* border-bottom: solid 1px; */
			margin: 0 28px;
		}

		.prize.p2{
			border-top: solid 1px;
			border-bottom: solid 1px;
			margin: 0 28px;
		}

		.extra-info{
			color: #fff;
			text-shadow: 2px 0 #333;
			font-size: 18px;
			bottom: 0;
			left: 0;
			right: 0;
			padding: 30px;
		}

.page-template-template-home header.transparent-menu .main-nav {
    background: #000;
}	

.subtitle-home{
	font-size: 2rem;
}

	
#validateMail {
    margin-top: 0;
	background-color: rgba(255, 152, 0, 0.9);
}

    #validateMail .modal-header {
        background: #000;
        color: #ffffff;
        text-transform: uppercase;
		padding: 24px;
    }

		#validateMail .modal-title {
			margin: 0;
		}

        #validateMail .modal-header h5 {
            font-weight: bold;
        }

    #validateMail input {
        border: 1px solid #666;
        margin: auto;
        display: inline-block;
        width: 100px;
        padding: 5px 10px;
        text-align: center;
        font-weight: bold;
        outline: none !important;
    }

    #validateMail p{
        text-align: center;
    }

    #validateMail .content-code {
        text-align: center;
        margin-top: 20px;
    }

    #validateMail button.btn.btn-primary.validate-mail {
        background: #ff9800;
        border: 1px solid #ff9800;
        color: #fff;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        float: right;
    }

    #validateMail .modal-footer {
        width: 100%;
        float: left;
        display: block;
    }

        #validateMail .modal-footer  a.btn.btn-primary.back-form {
            float: left;
            display: inline-block;
            background: #fff;
            border: 1px solid #ff9800;
            color: #ff9800;
            text-transform: uppercase;
        }

    #validateMail span.resend {
        width: 100%;
        display: block;
        margin-top: 10px;
        font-size: 14px;
        cursor: pointer;
        color: #ff9800;
    }

    #validateMail span.success.send-message {
        font-size: 15px;
    }

    #validateMail input.error {
        border: 1px solid #ef494d;
    }

    #validateMail span.error.error-code {
        color: #ef494d;
    }


	#place_order_validate_email {
		position: absolute;
		right: 29px;
		z-index: 9;
	}
	
	#place_order {
		visibility: hidden;
	}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs{
	display: none !important;
}

span.download-excel {
    margin-bottom: 30px;
    display: inline-block;
    background: #ff9800;
    border-radius: 5px;
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
}

h6.category.text-primary.text-center,
.woocommerce-ordering {
    display: none;
}