@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');

:root{
   --primary-color: #94147f;
   --secondary-color: #ffffff;
}
html{
	min-height: 100%;
	max-width: 100%;
	overflow-x:hidden;
}
body {
    font-family: 'Titillium Web';
	min-height: 100vh;
	max-width: 100%;
	display: flex;
	flex-direction : column;
	align-items: stretch;
}

#main-content{
	flex-grow: 1;
	margin-top: 150px !important;
}


p {
    color: #676767;
    font-size: 13.5pt;
    line-height: 17pt;
    font-family: 'Titillium Web';
}

h1 {
    font-family: 'Titillium Web';
    color: #812c7c;
    font-weight: 600;
    font-size: 30pt;
    line-height: 24pt;
}

h2.title {
	text-transform: uppercase !important;
    color:#000000;
    font-size: 36pt;
    text-align:right;
}

h3
{
    color: var(--primary-color);
    font-weight: 900;
    font-size: 20px !important;
}

h4 {
    color: #000000;
    font-size: 12pt;
    font-weight: 300;
    letter-spacing: 5px;
    border-bottom: 3px solid var(--primary-color) ;
	box-shadow: 0 4px 2px -2px gray;
	text-transform: uppercase !important;
    line-height: 24pt;

	display: none;
}
h5 {
    color: #6ec1e4;
    font-size: 22px;
    font-weight: 600;
}

ul {
	padding:0px;
}
li {
	list-style: none;
}

a.email {
    color: #676767;
}

.fa.fa-phone, .fa.fa-map-marker, .fa.fa-globe {
    color: var(--primary-color);
}

.img-fluid {
	width: 100% !important;
}

.btn-secondary {
	border-color: white !important;
}

.full-screen-modal
{
    display: grid;
	grid-template-rows: 60px auto;
	/*position:absolute;*/
	position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    background-color: rgba(255,255,255);
    z-index: 2000;
	opacity: 0;
	visibility: hidden;
	transition : opacity 200ms ease-in;
}

.full-screen-modal.show{
	opacity:1;
	visibility: visible;
}

.full-screen-modal.hide{
	opacity: 0;
	visibility: hidden;
}


.full-screen-modal > .header
{
    min-height: 60px;
    padding: 10px;
    background-color: var(--main-color);
	color: var(--main-text);
	display: flex;
    justify-content: space-between;
    align-items: center;
	-webkit-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.6);

}

.full-screen-modal > .header > .title{
 font-size: 1.1rem;
 text-transform : uppercase;
}

.full-screen-modal > .content
{
   overflow-y: auto;
   overflow-x: hidden;
   padding-bottom: 4em;
}

.modal-close  .btn-tool
{
    font-size: 2rem;
}


/******** DYNAMIC PAGE STYLE *******/

div#dynamic_page_container.row .content {
	border-radius: 1px 1px 15px 15px;
	-webkit-box-shadow: 0px 14px 32px -25px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 14px 32px -25px rgba(0,0,0,0.75);
	box-shadow: 0px 14px 32px -25px rgba(0,0,0,0.75);
	margin-top: 15px;
}

div#dynamic_page_container.row .content img {
    border: 1px solid var(--primary-color);
	padding: 5px;
	margin: 0px 15px 15px 0px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 14px 32px -25px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 14px 32px -25px rgba(0,0,0,0.75);
	box-shadow: 0px 14px 32px -25px rgba(0,0,0,0.75);
}

.content_body {
/*    border-bottom: 3px solid var(--primary-color);*/
}

.content_body h3{
	margin-bottom: 25px;
	margin-bottom: 25px;
}

.tools-blog {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	padding-right: 10px;
}

a.btn-blog {
	display: flex;
}

/******** END DYNAMIC PAGE STYLE *******/






/******** CAROUSEL STYLE *******/

.slider img.d-block {
/*	max-height: 300px;
*/
/*
	max-height: 585px !important;
*/
}

.header-container{
	max-width: 100vw;
	overflow-x:hidden;
	padding-right: 20px;
}

/******** END CAROUSEL STYLE *******/


/******** BARRA MENU VIRTUAL *******/
.bg-purple {
    position:fixed;
    top:0;
    height:100px;
	background: var(--primary-color);
	color: var(--secondary-color);
	border-bottom:1px solid #979797;
}
.custom_topbar {
	font-family: 'Titillium Web';
}

.custom_topbar a {
	color:  var(--secondary-color);
}

.custom_topbar a.dropdown-item {
    color: #212529 !important;
	font-size: 1em;
}

/******** BARRA LOGO + MENU PRINCIPAL *******/

.secondary-bar {
	background: white;
}
.secondary-bar.fixed-top {
	border:1px solid #ccc;
	background: #fff;
}

.custom_mainbar {
    font-family: 'Titillium Web';
    padding:0px !important;
    margin:0px !important;
    height:61px;
}
/*********************************************/

.custom_h1 {
	display: none;
}
.custom_body {
	padding-top:0px !important;
	padding-bottom:10px !important;
}
.custom_card {
    background: #ffffff !important;
    color:black !important;
    font-family: 'Titillium Web';
}

.custom_menu {
    padding:0;
    height: 61px;
}

.custom_menu li {
    line-height: 24px;
}

.custom_menu li a {
    color: #999 !important;
    font-size: 15px !important;
}
.custom_menu li.active a {
    color: #94147f !important;
}
.navbar-nav .custom_navbar li.ctive a {
    color: #94147f !important;
}


/******** SECONDARY MENU ******/

.dropdown-menu {
	position: absolute;
	right:0;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
	border-radius: 1px 1px 5px 5px;
}

.custom_dropdown {
    padding:0 !important;
    border-radius: 0 !important;
	border:none;
   float:left !important;
   width: 300px !important;
}
.self-right {
   position: absolute;
}

.custom_dropdown.show a.dropdown-item, i.user_menu {
  font-size: 13px !important;
  color: var(--primary-color) !important;
}

.custom_dropdown.show a.dropdown-item:hover {
  color: #fff !important;
}

.dropdown-item:active, .dropdown-item:active i.user_menu, a.dropdown-item:active {
	background: var(--primary-color);
	color: #fff !important;
}

/******** END SECONDARY MENU ******/


/******** Contact boxes style  ******/

.border-bottom {
	vertical-align:top;
	float:left;
	min-height:90px;
}


/************ PRODUCTS  ****************/


h1.mini-title {
	color:#333333;
	font-size: 10pt;
	text-align:right;
	margin-top: 15px;
}

h2.title {
	color:#000000;
	font-size: 30pt;
	text-align:right;
}
a.btn.btn-primary.box.service,
button.box {
	background:#93107e !important;
	border-color: #93107e !important;
	border-radius:0px !important;
	text-transform: uppercase !important;
	padding-left:15px !important;
	padding-right:15px !important;
	float:right !important;
}
.box-one, .box-two, .box-three, .box-four {
	background-repeat: no-repeat;
	background-size: auto;
	height: 493px !important;
	padding-top: 10%;
	padding-right: 10%;
	text-transform: uppercase;
}

.box-one { background-image: url('/static/admin/img/rectangle-76-banner-5.png'); }
.box-two { background-image: url('/static/admin/img/rectangle-76-banner-2.png'); }
.box-three { background-image: url('/static/admin/img/rectangle-76-banner-3.png'); }
.box-four { background-image: url('/static/admin/img/rectangle-76-banner-4.png'); }

/************ END PRODUCTS  ****************/


/************ SERVICES  ****************/

h4.mini-title {
	color: #000000;
	font-size: 12pt;
	font-weight: 300;
	letter-spacing: 5px;
	border-bottom: 3px solid var(--primary-color) ;
	box-shadow: 0 4px 2px -2px gray;
	text-transform: uppercase !important;
	margin-bottom: 20px;
}

h2.title-service {
	color:#000000;
	font-weight: 600;
	font-size: 20pt;
	text-align:leftt;
	text-transform: uppercase;
	padding-left:25% !important;
}

button.box.service {
	float:left !important;
}

a.btn.btn-primary.box.service {
	float:left !important;
}

ul.box.service {
	background:#93107e !important;
	border-color: #93107e !important;
	border-radius:0px !important;
	text-align:left;
	line-height: 39px;
	padding-left:15px !important;
	padding-right:15px !important;
	color: var(--secondary-color) !important;
}


/************ END SERVICES  ****************/


/************ QUIENES SOMOS  ****************/

h3.name {
	font-size: 18px;
	line-height: 28px;
}

span.job {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #7a7a7a;
}
.Oval-9 {
	width: 174.6px;
	height: 174.9px;
}

/************ END QUIENES SOMOS  ****************/


/************ TIENDA  ****************/

.summary {
	margin-left:25px;
}
.rectangle {
	border:1px solid #e2e2e2;
	width: 212px;
/*	height: 322px;*/
	text-align: center !important;
	margin-bottom: 25px;
	padding-top: 25px;
}

.rectangle img {
/*	width: 50%; */
    height:30vh;
/*    border-radius: 10px 10px 10px 10px; */
    box-shadow: 10px 0px 10px 0px rgb(0 0 0 / 50%);
}

.rectangle img.shop-img {
    width:100%;
    height:auto;
    box-shadow: 10px 0px 10px 0px rgb(0 0 0 / 50%);
}


div.shop-banner { background-size:cover; background-repeat:no-repeat; background-position:center center; height:20vh; }
div.shop-img
{
    width:100%;
    height:25vh;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    box-shadow: 10px 0px 10px 0px rgb(0 0 0 / 50%);
}

i.no-image { height:30vh; }

.book { font-size: 1.2em; color: #4a4a4a; width: 100%; height:20vh; }
.author { font-size: 14px; color: #979797; width: 100%; }
.price { font-size: 22px; color: #4a4a4a; width: 100%; margin-top: 30px; }

.title-shop { font-size: 22px; color: #4a4a4a; padding-bottom:25px !important; border-bottom:1px solid #979797; }

span.close, span.price-right { float:right; }
.list-shop { font-size: 22px; color: #4a4a4a; padding-top:25px !important; padding-bottom:25px !important; }
button.box-buy 
{
	background:#93107e !important;
	border-color: #93107e !important;
	border-radius:0px !important;
	text-transform: uppercase !important;
	padding-left:15px !important;
	padding-right:15px !important;
	width: 100% !important;
	letter-spacing:2px;
}

button.box-buy a {
	font-size: 18px;
}

.thumbnail-shop {

	padding-top:25px !important;
}


/************ END TIENDA  ****************/


/************  FOOTER ****************/

#footer {
	background: #ffffff;
	max-width: 100%;
}

.footer-top a {
	color: #676767;
}

h2.h2-footer {
	color:#000000;
	font-size: 14pt;
	font-weight: 600;
}

ul.ul-footer {
	line-height: 26px;
}

p.p-footer {

		width:100%;
}
p.p-footer, p.p-footer a {
	font-size: 11pt;
	color: #676767;
}

.footer-bottom {
	background: #000000;
	line-height: 20px;
	color:#fff;
	font-size: 10pt;
	padding-bottom: 20px;
}
.footer-bottom a {
	color:#fff;
	font-size: 10pt;
}

button.box-send {
	background:#93107e !important;
	border-color: #93107e !important;
	border-radius:0px !important;
	text-transform: uppercase !important;
	padding-left:15px !important;
	padding-right:15px !important;
}

/************  END FOOTER ****************/

li.hidden-md {
	display: none !important;
}
.pr-phone {
	padding-left: 15px;
	padding-right: 5px;
}

/************  ESTILO 1024 ******************/

@media only screen and (max-width: 1024px)
{
	h2.title-service {
		color:#000000;
		font-weight: 600;
		font-size: 14pt;
		text-align:leftt;
		text-transform: uppercase;
		padding-left:25% !important;
	}
	h3.name {
		font-size: 16px;
		line-height: 28px;
	}

	span.job {
		font-size: 16px;
		font-weight: 600;
		line-height: 28px;
		color: #7a7a7a;
	}
	.Oval-9 {
		width: 154.6px;
		height: 154.9px;
	}

	.box-one, .box-two, .box-three, .box-four {
		height: 336px;
		padding-top: 10%;
		padding-right: 0%;
	}
/*
	.box-one { background-image: url('https://weblacomunitaria.shidix.es/static/admin/img/prod-01.png'); }
	.box-two { background-image: url('https://weblacomunitaria.shidix.es/static/admin/img/prod-02.png');  }
	.box-three { background-image: url('https://weblacomunitaria.shidix.es/static/admin/img/prod-03.png'); }
	.box-four { background-image: url('https://weblacomunitaria.shidix.es/static/admin/img/prod-04.png'); }
*/

.box-one { background-image: url('/static/admin/img/rectangle-76-banner-5.png'); }
.box-two { background-image: url('/static/admin/img/rectangle-76-banner-2.png'); }
.box-three { background-image: url('/static/admin/img/rectangle-76-banner-3.png'); }
.box-four { background-image: url('/static/admin/img/rectangle-76-banner-4.png'); }


	/************ TIENDA  ****************/

	.summary {
		margin-left:25px;
	}

	.rectangle {
		border:1px solid #e2e2e2;
	/*	width: 252px;*/
		min-height: 250px;
		text-align: center !important;
		margin-bottom: 25px;
		padding-top: 25px;
	}
	.rectangle img {
		width: 100%;
	}
	.book {
		color: #4a4a4a;
		width: 100%;
	}
	.author {
		font-size: 14px;
		color: #979797;
		width: 100%;
	}
	.price {
		font-size: 22px;
		color: #4a4a4a;
		width: 100%;
		margin-top: 20px;
	}

	.title-shop {
		font-size: 22px;
		color: #4a4a4a;
		padding-bottom:25px !important;
		border-bottom:1px solid #979797;
	}

	span.close, span.price-right {
		float:right;
	}
	.list-shop {
		font-size: 22px;
		color: #4a4a4a;
		padding-top:25px !important;
		padding-bottom:25px !important;
	}
	button.box-buy {
		background:#93107e !important;
		border-color: #93107e !important;
		border-radius:0px !important;
		text-transform: uppercase !important;
		padding-left:15px !important;
		padding-right:15px !important;
		width: 100% !important;
		letter-spacing:2px;
	}

	button.box-buy a {
		font-size: 18px;
	}

	.thumbnail-shop {

		padding-top:25px !important;
	}


	/************ END TIENDA  ****************/


}



/************  ESTILO + de 1024 ******************/

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

	/************ TIENDA  ****************/

	.rectangle {
		min-height: 250px;
		margin-bottom: 25px;
		padding-top: 25px;
	}
	.rectangle img {
		width: 100%;
	}

}

@media only screen and (max-width: 1390px)
{
	.bg-purple, .custom_topbar a {
		font-size: 8pt;
	}
}

@media only screen and (max-width: 1050px)
{
	.bg-purple, .custom_topbar a {
		font-size: 8pt;
	}
}

@media only screen and (min-width: 500px) and (max-width: 1040px) 
{
	.bg-purple, .custom_topbar a {
		font-size: 8pt;
	}
	
	.d-sm-block.timetable {
		display: none !important;
		border:1px solid red !important;
	}

}

@media only screen and (max-width: 767px)
{
	.hamb-menu {
		display:inline-block !important;
		padding:0px !important;
		width: 50px!important;
		margin-left:20px !important;
	}	
	.bar1, .bar2, .bar3 {
		width: 25px;
		height: 3px;
		margin: 6px 0;
		transition: 0.4s;
		background-color: #94147f !important;
		border: none;
	}

	.content-hamb-menu {
		margin-top: -80px !important;
		margin-left: -320px !important;
		background-color: #94147f !important;
		float:left !important;
		-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
		border-radius: 1px 1px 5px 5px;
		width: 320px;
	}

	.content-hamb-menu a {
  		color: var(--primary-color);
  		color: white;
		font-size: 1.2em;
	}

	.content-hamb-menu a.nav-link  {
		padding:0px;
	}

	.content-hamb-menu {
		margin-top: -80px !important;
		margin-left: -320px !important;
		background-color: #94147f !important;
		float:left !important;
		-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
		border-radius: 1px 1px 5px 5px;
		width: 320px;
	}

	.content-hamb-menu a {
  		color: var(--primary-color);
  		color: white;
		font-size: 1.2em;
	}

	.content-hamb-menu a.nav-link  {
		padding:0px;
	}

}


@media only screen and (max-width: 498px)
{
	.bg-purple, .custom_topbar a {
		font-size: 8pt;
	}
	.bar1, .bar2, .bar3 {
		width: 25px;
		height: 3px;
		margin: 6px 0;
		transition: 0.4s;
		background-color: #94147f !important;
	}

}

/************  ESTILO MOVIL ******************/


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

	.content-hamb-menu {
		margin-top: -80px !important;
		margin-left: -320px !important;
		background-color: #94147f !important;
		float:left !important;
		-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
		border-radius: 1px 1px 5px 5px;
		width: 320px;
	}

	.content-hamb-menu a {
  		color: var(--primary-color);
  		color: white;
		font-size: 1.2em;
	}

	.content-hamb-menu a.nav-link  {
		padding:0px;
	}

	.content-hamb-menu {
		background-color: #94147f !important;
		-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
		border-radius: 1px 1px 5px 5px;
		width: 320px;
	}

	.content-hamb-menu a {
  		color: var(--primary-color);
  		color: white;
		font-size: 1.2em;
	}

	.content-hamb-menu a.nav-link  {
		padding:0px;
	}


	.profile-side-screen {
		width: 100% !important;
		margin:auto !important;
		margin-top: 20px !important;
	}
	.profile-side-box-left .div-photo img {
		width: 120px !important;
		height: 120px !important;
	}

	#main-content{
		flex-grow: 1;
		margin-top: 130px !important;
	}	

	.row {
		margin-top: 15px;
	}

	.custom_h1 {
		display: none;
	}

	.custom_body {
		padding-left:10px !important;
		padding-right:10px !important;
	}
	h1 {
		color: #812c7c;
		font-weight: 600;
		font-size: 20pt;
		line-height: 14pt;
	}
	h2 {
		font-size: 15px !important;
	}
	.hidden-xs, .hidden-md {
		display: none !important;
	}
	.mobile {
		padding:0px;
		float:left;
	}

	/********************************/

	.hamb-menu {
		display:inline-block !important;
		padding:0px !important;
		width: 50px!important;
		margin-left:20px !important;
	}
	ul.menu-mob {
		width: 100%;
	}

	.content-hamb-menu {
		background-color: #94147f !important;
		-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
		border-radius: 1px 1px 5px 5px;
		width: 160px;
	}

	.content-hamb-menu a {
  		color: var(--primary-color);
  		color: white;
		font-size: 1.2em;
	}

	.content-hamb-menu a.nav-link  {
		padding:0px;
	}

	li.custom_toggler {
  		color: var(--primary-color);
	}

	li.nav-item.text-nowrap {
        padding:1em;
	}

	span.navbar-toggler-icon {
  		color: var(--primary-color);
	}

	button.btn-secondary.btn-sm {
		background: white !important;
		border-color:  white !important;
	}
	button.btn-secondary.btn-sm:focus {
		box-shadow: none;
	}

	button.btn.btn-light.btn-sm.dropdown-toggle {
		background: transparent;
		color: white;
		border: none;
		margin-right:15px;
	}

	.container {
		display: inline-block;
		cursor: pointer;
		padding-top:5px !important;
		padding-left:12px !important;
	}


	.bar1, .bar2, .bar3 {
		width: 25px;
		height: 3px;
		margin: 6px 0;
		transition: 0.4s;
		background-color: #94147f !important;
		border: none;
	}

	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-9px, 6px);
		transform: rotate(-45deg) translate(-9px, 6px);
	}

	.change .bar2 {opacity: 0;}

	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px);
	}



	/******** BARRA MENU VIRTUAL *******/

	.bg-purple, .custom_topbar a {
		font-family: 'Titillium Web';
		font-size: 8pt;
	}
	.pr-phone {
		padding-left: 5px;
		padding-right: 5px;
	}
	/******** BARRA LOGO + MENU PRINCIPAL *******/

	/************ PRODUCTS  ****************/


	h1.mini-title {
		font-size: 10pt;
		margin-top: 15px;
	}

	h2.title {
		font-size: 30pt;
	}
	button.box {
	}
	.box-one, .box-two, .box-three, .box-four {
		height: 336px;
		padding-top: 35%;
		padding-right: 0%;
	}

	.box-one { background-image: url('/static/admin/img/rectangle-76-banner-5.png'); }
	.box-two { background-image: url('/static/admin/img/rectangle-76-banner-2.png'); }
	.box-three { background-image: url('/static/admin/img/rectangle-76-banner-3.png'); }
	.box-four { background-image: url('/static/admin/img/rectangle-76-banner-4.png'); }



	/************ END PRODUCTS  ****************/


	/************ TIENDA  ****************/

	.summary {
		margin-left:25px;
		padding: 0px !important;
	 }

	.rectangle {
		width: 252px;
		margin-bottom: 15px;
		padding-top: 15px;
	}
	.book {
		font-size: 18px;
		color: #4a4a4a;
		width: 100%;
	}
	.author {
		font-size: 14px;
		color: #979797;
		width: 100%;
	}
	.price {
		font-size: 18px;
		color: #4a4a4a;
		width: 100%;
		margin-top: 20px;
	}

	.title-shop {
		font-size: 18px !important;
		color: #4a4a4a;
		padding-bottom:15px !important;
		border-bottom:1px solid #979797;
	}

	span.close, span.price-right {
		float:right;
	}
	.list-shop {
		font-size: 18px !important;
		color: #4a4a4a;
		padding-top:15px !important;
		padding-bottom:15px !important;
	}
	.close {
		width: 15px !important;
	}

	button.box-buy {
		margin-top:15px !important;
		padding-left:5px !important;
		padding-right:5px !important;
		width: 100% !important;
		letter-spacing:0px;
	}

	button.box-buy a {
		font-size: 14px !important;
	}

	.thumbnail-shop {
		padding-top:15px !important;
	}

	.thumbnail-shop img {
		width: 100% !important;
	 }

	/************ END TIENDA  ****************/


	/************ SERVICES  ****************/

	button.box.service {
		width: 100%;
	}

	/************ END SERVICES  ****************/


	/************  FOOTER ****************/

	#footer {
		background: #ffffff;
		bottom:0px;
		width:100%;
	}

	.footer-top {
		margin-bottom: 60px;
	}
	.footer-bottom {
		background: #000000;
		height: 80px;
		line-height: 20px;
		color:#fff;
		font-size: 10pt;

		position: fixed;
		bottom:0px;
		width:100%;
	}
	.footer-bottom a {
		color:#fff;
		font-size: 10pt;
	}

	button.box-send {
		width: 100%;
	}

	/************  END FOOTER ****************/


}

.tox-notifications-container{
	display: none!important;
}

/* ------------------------------
 *  SIDE-MODAL
 *  ------------------------------*/
.side-screen-modal
{
	position: fixed;
	display: flex;
	flex-direction: column;
	top: var(--header-height);
	top:0;
	right: 0;
	background-color: white;
	border-left: 1px solid silver;
	min-height: 100%;
	height: 100%;
	/*width: 30%;*/
	transition : width 200ms linear, right 200ms linear;
	padding-bottom: 5em;
	z-index:1500;
}


.side-screen-content{
	display: flex;
	flex-direction:column;
	justify-content: space-between;
	max-height: 100%;
	overflow-y:auto;
}

.side-screen-modal.collapsed{
	width: 0;
}

/* ------------------------------
  		 PROFILE_SIDE
  ------------------------------*/

div.header.head-profile {
	background: var(--primary-color);
	color: #fff;
}
div.header.head-profile a {
	color: #fff;
}

.prof-title {
	font-size: 1.2rem;
	text-align: center !important;
}

.profile-side-screen {
	display : flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: stretch;
	/*height: 100%;
	overflow-y: auto;*/
	/*width: 50%;*/
	width: 90%;
	margin:auto;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
	border-radius: 1px 1px 5px 5px;
	margin-top: 20px;

}

.profile-side-box {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
}

.profile-side-box-left {
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	border-right: 1px solid #eee;
	color: white;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(148,20,127,1) 93%);
}

.profile-side-box-right {
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
 /* margin-left: 3%; */
	padding: 40px 20px;
}

.profile-side-box-left .div-photo {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
	padding-right: 10px;
}

.profile-side-box-left .div-photo img {
	border-radius: 50%;
	border: 1px solid var(--border-color);
	width: 200px;
	height: 200px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
	padding: 2px;
	background-color: white;
}

mg-form[editable="false"] .btn-container {
display: none;
}

mg-form[editable="true"] .btn-container {
display: inline-block;
}

.profile-side-box-right .contact-info > div:not(.social-networks) {
display: grid;
grid-template-columns: 1fr 3fr;
align-items: center;
margin-bottom: 4px;
padding-right: 20px;
}

.contact-info span.mg-input-default * {
font-size: 0.9rem!important;
}

.profile-side-box-right div.social-networks {
margin-top: 40px;
display: flex;
justify-content: space-evenly;
align-items: center;
}
.profile-side-box-right div.social-networks .social-btn {
font-size: 1.5rem;
color: var(--primary);
}

.profile-side-box-right div.social-networks .social-btn:hover {
color : var(--main-color);
}

.profile-side-box-right label {
text-transform : uppercase;
font-weight: bolder;
word-wrap: break-word;
font-size: 0.7rem;
padding-top: 10px;
color: var(--primary);
}
.profile-side-box-right div.social-networks {
margin-top: 40px;
display: flex;
justify-content: space-evenly;
align-items: center;
}
.profile-side-box-right div.social-networks .social-btn {
font-size: 1.5rem;
color: var(--primary);
}

.profile-side-box-right div.social-networks .social-btn:hover {
color : var(--main-color);
}

.profile-side-box-right label {
text-transform : uppercase;
font-weight: bolder;
word-wrap: break-word;
font-size: 0.7rem;
padding-top: 10px;
color: var(--primary);
}

.profile-side-box-right .name .mg-input-content span {
font-size: 1.5rem;
font-weight: bolder;
color: black;
text-transform: uppercase;
}
.profile-side-box-right {
/* padding-top: 30px; */
/* padding-left: 30px; */
}

.profile-side-box-right .address span {
font-size: 1.0rem;
font-weight: lighter;
}

.contact-info {
opacity: 1;
transition: opacity 100ms linear;
}
.profile-side-box-right div.social-networks {
margin-top: 40px;
display: flex;
justify-content: space-evenly;
align-items: center;
}
.profile-side-box-right div.social-networks .social-btn {
font-size: 1.5rem;
color: var(--primary);
}

.profile-side-box-right div.social-networks .social-btn:hover {
color : var(--main-color);
}

.profile-side-box-right label {
text-transform : uppercase;
font-weight: bolder;
word-wrap: break-word;
font-size: 0.7rem;
padding-top: 10px;
color: var(--primary);
}

.profile-side-box-right .name .mg-input-content span {
font-size: 1.5rem;
font-weight: bolder;
color: black;
text-transform: uppercase;
}
.profile-side-box-right {
 /* padding-top: 30px; */
 /* padding-left: 30px; */
}

.profile-side-box-right .address span {
font-size: 1.0rem;
font-weight: lighter;
}

.contact-info {
opacity: 1;
transition: opacity 100ms linear;
}

.contact-info.hide {
opacity: 0;
height: 0!important;
display: none!important;
background-color: red;
}
.access-form-container {
display: flex;
flex-direction: column;
justify-content: space-between;
transition: opacity 100ms linear;
opacity: 1;
width: 90%;
margin: auto;
}

.access-form-container mg-input {
margin-top: 1em;
}

.access-form-container label {
color : var(--primary);
font-size: 8pt;
font-weight: 600;
text-transform: uppercase;
}

.access-form-container .password-btn-container {
height: 4em;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 1em;
}

.access-form-container.hide {
opacity: 0;
height: 0;
display: none;
}



#short_desc_4_short_desc__content {
	margin:auto !important;
	margin-top: 160px !important;
	width: 85% !important;
}

#short_desc_4_short_desc_content {
	margin:auto !important;
	margin-top: 10px !important;
	width: 85% !important;
}

/* ------------------------------
 *  COOKIE ALERT
 *  ------------------------------*/
.cookiealert {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1100;
	padding: 20px 10px;
	display: flex;
	justify-content: center;
	align-items:center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition: all 500ms ease-out;
}

.cookiealert.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
	transition-delay: 1000ms;
}

.cookiealert a {
	margin-left: 10px;
	text-decoration: underline;
}

.cookiealert button {
	margin-left: 2.5em;
}

#navbarToggleExternalContent {position:fixed; left:430px; top:165px;}
