/*CSS ADICIONAL MARKETICA, solo aplicar a las pantallas que revisamos*/

@media (min-width: 768px) and (max-width:991px){
	.container{
		width: auto;
	}
}
.navbar-lgt{
	border-bottom: 0;
    border-top: 10px solid #0034ff;
    padding: 15px;
    margin: 0;
}
body{
	padding-top:80px;
}
body.iframe{
	padding-top:0;
}
body.iframe > .mainContent{
	margin-bottom: 30px;
}

@media (max-width:590px){
	.container{
		padding-left: 0;
		padding-right: 0;
	}
	.hideOnIframe{/*para compensar*/
		padding-left: 15px;
		padding-right: 15px;
	}
}

h3{
	font-weight: bold;
	color: black;
}
.posth3{
	text-align: center;
	color: black;
}
#footer{
	text-align: center;
	padding: 20px;
	color: gray;
	position: static;
}
.rc-anchor-alert {
    color: gray;
    position: absolute;
    font-family: Oxygen;
    font-size: 9px;
}
.circlenumber{
	border-radius: 30px;
	background: black;
	font-weight:bold;
	color: white;
	width: 20px;
	height: 20px;
	border:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-top:-2px;
	line-height: 18px;
	margin-right: 2px;
}
label small{
	color: black;
	font-weight: normal;
	padding-left: 5px;
}
.minicert{
	position: relative;
	display: inline-block;
}
.minicert img{
	box-shadow: -2px -2px 10px rgba(0,0,0,0.3);
	border-radius:2px;
	width: 295px;
	height: auto;

}
.minicert .circlecontainer{
	position: absolute;
	text-align: left;
}
.minicert .circlenumber{
	opacity: 0.6;
	transition:0.3s all;
	margin-right: -3px;
	z-index: 2;
	position: relative;
}
.minicert .circlehighlight{
	background: #ddd;
	mix-blend-mode: multiply;
	display: inline-block;
	height: 11px;
	transition:0.3s all;
	font-size:8px;
	color: transparent;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	border-radius:2px;
}
.minicert .hover .circlehighlight{
	background: #FFFB22;
	mix-blend-mode: normal;
	color: #333;
	padding-left: 11px !important;
	padding-right: 2px !important;
}
.minicert .valid .circlehighlight{
	background: #82FF1B;
}
.minicert .circlecontainer.hover{

}
.minicert .circlecontainer.hover .circlenumber{
	opacity: 1;
	box-shadow:0 0 0 2px #FFFB22;
	background: black;
	transform:scale(1.5);
	z-index: 10;
}
.minicert #circle-guid{
    top: 168px;
    left: 86px;
}
.minicert #circle-code{
	top: 386px;
    left: 95px;
}
.minicert #circle-notarial{
    top: 154px;
    left: 142px;
}
.minicert #circle-id{
    top: 104px;
    left: 85px;
}
.well{
	box-shadow:0 0 0 10px white;
}
.form-group-highlight,.form-group-highlight input{
	transition:0.2s all;
}
.form-group-highlight:hover{
	color: black;
}
.form-group-highlight:hover input,
.form-group-highlight input:focus{
	box-shadow:0 0 0 2px #FFFB22;
}
.form-group-highlight.valid input{
	box-shadow:0 0 0 2px #82FF1B;
}
.form-group-highlight.valid::before,
.form-group-highlight.invalid::before{
	float: right;
	font-family:FontAwesome;
	text-shadow: 0 1px white;
	font-size: 17px;
}
.form-group-highlight.valid::before{
	content:"\f058";
	color: #5DCE13;
}
.form-group-highlight.invalid input{
	box-shadow:0 0 0 2px #F74F58;
}
.form-group-highlight.invalid::before{
	content:"\f06a";
	color: #F74F58;
}
#recaptchaElement{
	margin-bottom: 15px;
}
/***�xito***/
#formSuccess{
	color: #333;
	margin-bottom: -18px;
}
.pseudoDL p,#formSuccess .pseudoDL label{
	padding-top:0;
	min-height: 0 !important;
}
.pseudoDL{
	margin-bottom: 20px;
}
#formSuccess a:hover{
	text-decoration: none;
}
.largeIcon{
	font-size:5em;
	margin:10px 0 0 0;
	display: block;
}
.thumbnail-down strong{
	font-size: 16px;
}
.thumbnail-down small{
	display: block;
	color: black;
	margin: 5px 0 10px;
}
.th-cert{
	color: #1BB90B;
}
a.th-cert:hover, a.th-cert:focus, a.th-cert.active{
	color: #30A403;
}
/***/
[placeholder]::-webkit-input-placeholder {
	color: #ccc;
}


.posth3{
	text-align: center;
	color: black;
}

.posth3Const{
	color: gray;
}

.posth3Const{
	color: gray;
}

.strongsegurtext{
	color: #0033FF;	
}

.constanzaListElems {
    padding: 0;
    list-style-type: decimal;
    padding-left: 15px;
}
.btn-success {
  color:#0030FF;
  background-color: #00ffc6;
  border-color: #4cae4c;
}

.btn-success.disabled, .btn-success:disabled {
  color: #0030FF;
  background-color: #00ffc6;
  border-color: #28a745;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
     border-color: #28a745;
}

.fa-play{
	display: none;	
}