/*
==============================
Feature: Forms
Section: Inputs
==============================
*/

.form-control {
  background-clip: inherit; /* FILTERED: 1702989928.636 */ 
}

.item_image_galeria{
  width: 100%;
  height: 140px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.owl-dots{
  display: none;
}
.owl-dot span:before {
  content: "·";
  font-size: 60px;
}
.owl-dot.active span:before{
  color:black;
}
.owl-nav{
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -35px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next
{
  position: absolute;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i
{
  font-size: 50px;
  color:black;
}
.owl-nav .owl-prev{
  left: -40px;
}
.owl-nav .owl-next{
  right: -40px;
}
.delet-element{
  background: #939393;
  padding: 2px 8px;
  right: 0;
  position: absolute;
  cursor: pointer;
  display: none;
}
.selectitems{
  background: transparent;
  width: 100%;
  height: 140px;
  position: absolute;
  z-index: 0;
  cursor:pointer;
}
.item_image_galeria:hover .selectitems{
  background: #efefefb5;
}
.delet-element i{
  color: white;
  font-size: 15px;
}
.navegacion-form{
  text-transform: uppercase;
}
.navegacion-form ul{
  display: flex;
  justify-content: space-between;
}
.navegacion-form a,
.navegacion-form p{
  font-size: 14px;
  letter-spacing: 2px;
}
.navegacion-form .atras-nav p{
  cursor: pointer;
  color: #444444 ;
}
.navegacion-form .atras-nav i{
  margin-right: 10px;
}
.navegacion-form .siguiente-nav p{
  cursor: pointer;
  padding: 10px 30px;
  border: 1px solid;
  color:black;
  border-radius: 4px;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.navegacion-form .siguiente-nav p:hover{
  background-color: black;
  color: white;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.navegacion-form .siguiente-nav i{
  margin-left: 10px;
}
.navegacion-form ul{
  list-style: none;
  padding: 0;
}
.navegacion-form-top ul{
  list-style: none;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
.navegacion-form-top .step-top{
  background-color: #f5f5f5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 0px;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: 0 20px;
  color:  #f5f5f5;
  cursor: pointer;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  box-shadow: inset -1px -1px 8px #0000002e;
}
.navegacion-form-top .step-top.active,
.navegacion-form-top .step-top:hover
{
  background-color: black;
  color: white;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
form,
form p,
form a,
form input{
  font-family: "BrandonGrotesque";
}
.steps-form{
  display: none;
}
.activestep{
  display: block!important;
}
.disable{
  pointer-events: none;
  cursor: default;
}

.contentform input,
.contentform select
{
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  border-color: #707070;
}
.contentform textarea{
  border-color: #707070;
  padding-top: 10px;
}
.contentform input{
  padding: 30px 0 30px 0;
}
.contentform select{
  height: 55px;
}
.contentform .spacerlicencias input{
 margin-top: 60px;
}

.errocolor{
  color: #721c24!important;
  background-color: #f8d7da;
  border-color: #f5c6cb!important;
  padding-left: 20px!important;
  border-radius: 4px!important;
}
.errocolor::placeholder{color:#721c24!important;}
.errocolor:-ms-input-placeholder {color:#721c24!important;}
.errocolor::-webkit-input-placeholder{color:#721c24!important;}
.errocolor::-moz-placeholder{color:#721c24!important;}


.form-control:focus {
  border-color: #707070;
  box-shadow: none;
}
.form-control::placeholder{color:#999999;}
.form-control:-ms-input-placeholder {color:#999999;}
.form-control::-webkit-input-placeholder{color:#999999;}
.form-control::-moz-placeholder{color:#999999;}
.form-control,
label,
.text-muted
{
  color:#999999;
}
.ppal_modal_form input[type="checkbox"]{
  display: none;
}
input[type="checkbox"]+label:before{
  font-family: 'FontAwesome';
  content: "\f096";
  margin-right: 10px;
  font-size: 24px;
  width: 25px;
}
input[type="checkbox"]:checked+label:before{
  font-family: 'FontAwesome';
  content: "\f0c8";
}
.form-check {
  padding-left: 0;
}
.form-check-label{
  display: flex;
  align-items: flex-start;
}
.btn-primary {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-primary:hover{
  background-color: white;
  color: black;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

/* Styles for upload file */
.file-upload {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.bonoculato{
  font-size: 1em;
  cursor: pointer;
}
.image-upload-wrap {
  border: 1px dashed #707070;
  min-height: 150px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
}
.image-dropping,
.image-upload-wrap:hover {
  opacity: .8;
}
.drag-text{
  text-align:center ;
  color: silver;
}
.drag-text p{
  margin-bottom: 0;
}
.drag-text i{
  font-size: 40px;
}
.drag-text h3{
  text-decoration: underline;
  color: black;
}
.file-upload-content {
  display: none;
  border: 1px dashed #707070;
  min-height: 200px;
  border-radius: 4px;
  padding: 20px;
}
.dragimagen{
  display: flex;
  align-items: center;

  justify-content: space-between;
}
.contenfra{
  display: flex;
  justify-content: space-between;
  background: whitesmoke;
  align-items: center;
}
.file-upload-image {
  max-height: 58px;
  max-width: 70px;
  padding: 8px;
}
.image-button-wrap{
  background: white;
  padding: 15px;
  border-left: 5px solid #7ca57c;
  cursor: pointer;
}
.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0 !important;
  width: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  height: 180px;
}
.image-title{
  color: #cfcfcf;
  font-size: 16px;
}
#aquiva{
  min-height:110px;
  display: flex;
  flex-direction:column;
  justify-content:center;
}
.conten_nameimaga{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
#tipo_invitaciones,
#exterior-seguro,
#interior-permiso,
#exterior-seguro-audiovisual,
#interior-permiso-audiovisual,
#fotografico,
#audiovisual,
#bloqueprincipal
{
  display: none;
}

.ct_press_top{
  margin-top: -20px;
}

.btn-primary:hover {
  color: black;
  background-color: transparent;
  border-color: black;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color:white;
  background-color:black;
  border-color: black;
}
.formconta {
  padding: 10px 0;
  color: black;
  background-color: white;
  border-color: white;
}
.formconta:hover {
  color: white;
  background-color: black;
  border-color: white;
}

label.error {
  color: #b32525;
  padding: 2px 10px;
}


.form-check.legalnotice p,
.form-check.legalnotice span,
.form-check.legalnotice a,
.content_modal_form .form-check a, .content_modal_form .form-check,
.form-check-label p,
.form-check-label a{
  font-size: 14px;
  color: #999999;
  line-height: 18px;
}
