﻿/*COMPONENTS*/
/*@import '/custom/content/themes/Base/CSS/stz.new.layout/components/form.css';
@import '/custom/content/themes/Base/CSS/stz.new.layout/components/button.css';
@import '/custom/content/themes/Base/CSS/stz.new.layout/components/alerts.css';
@import '/custom/content/themes/Base/CSS/stz.new.layout/components/social.css'; */


.danger-color{
	color: #E83131;
}

.success-color{
	color: #52C85A;
}

.themodal-overlay {
	z-index: 999999 !important; 
}

label span.required{
	color: #e83131;
}



.nav-buttons .back-arrow{
	position: fixed !important;  
	font-size: 30px;
	top: 30px;
	left: 10px;
	width: 30px;
} 
.nav-buttons .close-times{
	position: absolute !important; 
	top: 20px;
	font-size: 30px; 
	right: 10px;
	width: 30px;
}

/**/

.wd-success-message {
	text-align: left !important;
	background-color: #F1FEF1 !important;
	border: 1px solid #B9E2B9 !important;
	font-weight: normal !important;
	margin: 20px 0;
	padding: 5px 0 !important;
	border-radius: .15rem !important;
}

.wd-success-message .message
{
	display: flex;
	align-items: center;
	color: #299E31;
	padding: 0 10px;
}


.wd-success-message .message:before
{
	font-family: 'Font Awesome 5 Pro';
	content: '\f058';
	font-size: 26px;
	padding: 0 10px;
	font-weight: lighter !important;
}

/**/
.area-titulo {
	border-bottom: 2px solid #1C1C1C;
	position: relative;
	margin-bottom: 20px; 
}

.area-titulo h1{
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.area-titulo .arrow-mobile {
	display: none;
}

.area-subtitulo h2{
	font-size: 1.25em;
	font-weight: 600;
	margin: 0px;
}

.area-subtitulo small{
	font-size: 1em;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.area-titulo {
		text-align: center;
		border-top:none;
		border-bottom: 1px solid #D6D6D6; 
		padding: 10px 0;
		width: 100%; 
		margin: 0;
		margin-top: -45px;
	}

	.area-titulo h1{
		font-size: 1.25em;
		font-weight: 700;
		margin-bottom: 0;
		text-transform: none;
	}
	.area-titulo a.arrow-mobile {
		display: block;
		position: absolute;
		left: 10px;
		top: 5px;
		z-index: 5;
		color: #1c1c1c;
		font-size: 26px;
	}
}


.form-floating > .form-control:focus::-moz-placeholder {
	color: #9a9a9a !important;
}
.form-floating > .form-control:focus::placeholder {
	color: #9a9a9a  !important;
}

