/*!

 =========================================================
 * Bootstrap Wizard - v1.1.1
 =========================================================

 * Product Page: https://www.creative-tim.com/product/bootstrap-wizard
 * Copyright 2017 Creative Tim (http://www.creative-tim.com)
 * Licensed under MIT (https://github.com/creativetimofficial/bootstrap-wizard/blob/master/LICENSE.md)

 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/

@import url('https://fonts.googleapis.com/css?family=Google+Sans:300i,400,600,700,800');

body {
  font-weight: 400;
  line-height: 1.5;
  font-size: 0.95rem;
  letter-spacing: 0.02px;
  font-family: 'Google Sans', sans-serif;
}

hr {
   border: 0;
   height: 1px;
   background-color: #2ca8ff;
}

label.error {
   color: #FF3B30;
   margin-top: 5px;
   margin-bottom: 0;
}

.has-error .form-control, .form-control .has-error .form-control-feedback, .form-control.error {
   color: #FF3B30;
   border: 1px solid #FF3B30;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
   font-size: 70%;
}


.logotipo {
   z-index: 3;
   padding-top: 20px;
   text-align: center;
}

.logotipo .logo {
   width: 45% !important;
}
.image-container {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.wizard-container {
   z-index: 3;
   padding-top: 35px;
}





.wizard-navigation {
  position: relative;
  margin-top: 30px;
}

.wizard-card {
   border: 0;
   padding: 0;
   width: 100%;
   border-radius: 0;
   -webkit-box-shadow: 0px 0px 89px -13px rgba(0, 0, 0, 1);
   -moz-box-shadow: 0px 0px 89px -13px rgba(0, 0, 0, 1);
   box-shadow: 0px 0px 89px -13px rgba(0, 0, 0, 1);
}

.heading {
   padding: 1%;
   text-align: left;
   box-shadow: 0px 0px 4px 0px #545b62;
}

.heading img {
   width: 6%;
}

.wizard-card .index-content {
   padding: 20px 20px;
}

.wizard-card .fin-content {
   padding: 20px 40px;
}

.wizard-card .index-content .info-text {
  font-weight: 400;
  line-height: 1.8;
}

.wizard-card .tab-content {
   min-height: 200px;
   /* min-height: 340px; */
   /* padding: 20px 10px; */
   padding: 20px 25px 30px;
}
.wizard-card .wizard-footer {
  padding: 20px 20px;
}
.wizard-card .wizard-footer.wizard-top {
    padding: 40px 20px 30px;
}
.wizard-card .disabled {
  display: none;
}

/*.wizard-card .wizard-header h3 {
  font-weight: 200;
  text-align: center;
}*/

.wizard-card[data-color="green"] .choice:hover .icon, .wizard-card[data-color="green"] .choice.active .icon {
  border-color: #9acd32;
}
.wizard-card[data-color="green"] .picture:hover {
  border-color: #9acd32;
}
.wizard-card[data-color="green"] .moving-tab {
  position: absolute;
  text-align: center;
  padding: 8px 10px;
  font-size: 0.95rem;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #28a745;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 500;
  height: 100%;
}
.wizard-card[data-color="azzure"] .choice:hover .icon, .wizard-card[data-color="azzure"] .choice.active .icon {
  border-color: #2CA8FF;
}
.wizard-card[data-color="azzure"] .picture:hover {
  border-color: #2CA8FF;
}
.wizard-card[data-color="azzure"] .moving-tab {
  position: absolute;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #2CA8FF;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 500;
}
.wizard-card[data-color="blue"] .choice:hover .icon, .wizard-card[data-color="blue"] .choice.active .icon {
  border-color: #3472F7;
}
.wizard-card[data-color="blue"] .picture:hover {
  border-color: #3472F7;
}
.wizard-card[data-color="blue"] .moving-tab {
  position: absolute;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #3472F7;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 500;
}
.wizard-card[data-color="orange"] .choice:hover .icon, .wizard-card[data-color="orange"] .choice.active .icon {
  border-color: #FF9500;
}
.wizard-card[data-color="orange"] .picture:hover {
  border-color: #FF9500;
}
.wizard-card[data-color="orange"] .moving-tab {
  position: absolute;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #FF9500;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 500;
}
.wizard-card[data-color="red"] .choice:hover .icon, .wizard-card[data-color="red"] .choice.active .icon {
  border-color: #FF3B30;
}
.wizard-card[data-color="red"] .picture:hover {
  border-color: #FF3B30;
}
.wizard-card[data-color="red"] .moving-tab {
  position: absolute;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #FF3B30;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 500;
}

.btn {
  padding: 0.75rem;
  text-transform: uppercase;  
}

/*.wizard-card .index-content h4 {
   color:#05ae0e;
   font-weight: 200;
   margin: 0;
}*/

/*.wizard-card .info-text {
  text-align: center;
  font-weight: 500;
  margin: 10px 0 35px;
}*/

.wizard-card .tab-content .info-text {
    text-align: justify;
    font-weight: 600;
    /* text-transform: uppercase; */
}
.wizard-card .fin-content .info-text {
    text-align: justify;
    text-transform: uppercase;
}

.wizard-card .btn-finish {
  display: none;
}

.btn-round {
  border-width: 1px;
  border-radius: 30px !important;
  opacity: 0.79;
  padding: 9px 18px;
}



.nav-pills {
  text-align: center;
  background-color: #0a60bd;
  /* background-color: #0000cd; */
}

.nav-pills > li {
  margin-left: 0;
  padding: 8px 10px;
}

/*.nav-pills > li + li {
  margin-left: 0;
  padding: 8px 10px;
}*/

.nav-pills > li > a {
  cursor: pointer; 
  border-radius: 0;
  font-size: 0.95rem;
  /* color: #2CA8FF; */
  border: 0 !important;
  letter-spacing: 0.5px;
  /* text-align: center; */
  color: #fff !important;
  text-transform: uppercase;
  background-color: transparent;  
  /* border: 1px solid #2CA8FF; */
}

/*.nav-pills > li > a:focus, .nav-pills > li > a:hover {
  background-color: #495057;
}*/

/*.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: inherit;
}*/




label small {
  color: #555;
}


.footer {
  position: relative;
  bottom: 20px;
  right: 0px;
  width: 100%;
  color: #FFFFFF;
  z-index: 4;
  text-align: center;
  margin-top: 60px;
  text-shadow: 0 0px 1px black;
}
.footer a {
  color: #FFFFFF;
}
.footer .heart {
  color: #FF3B30;
}

@media (max-width: 768px) {
  .main .container {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    margin-top: 21px;
    margin-bottom: 21px;
    padding-left: 5px;
    padding-right: 5px;
  }
}



.modal-backdrop.in {
    opacity: 0.75;
}

.modal-header {
    padding: 20px 15px;
}

.modal-header .modal-title {
    text-align: center;
}


select[readonly] {
    background: #eee;
    cursor: no-drop;
}

select[readonly] option {
    display: none;
}