h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal;
}
.title_step {
  color: #025196;
}
/* Bootstrap */
.bg-info,.bg-warning {
  background-color:#fdb338!important;
}
.bg-primary, .btn-primary {
  border-color: #01325a!important;
  background-color: #01325a!important;
}
.btn-outline-primary {
  color: #01325a;
  border-color: #01325a;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #01325a;
  border-color: #01325a;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fd8a01;
}
.text-primary {
  color: #01325a!important;
}
.hr-white{
	background-color: rgba(255,255,255,.5);
}
.navbar-dark .navbar-nav .nav-link{
	color:#fff;
}
.fa-stack{
  width: 2em;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
  background-image:url(/templatedollar/img/circle.svg);
}
.navbar-dark .navbar-toggler-icon{
	background-image:url(/templatedollar/img/hamburger-menu-svgrepo-com.svg);
}

.bg-custom {
  color: #ffffff;
}

.custom-btn:hover, 
.custom-btn:focus {
    color: white; /
}
    

.custom-btn:active {
    color: white;
  }

/* Custom */
.p-all{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.table-middle thead th,
.table-middle td{
  vertical-align: middle;
}

#mainNav .navbar-nav .nav-item .nav-link{
	text-transform: uppercase;
  font-weight: 500;
  font-size: .9rem;
}
.tooltip-bg-white .arrow::before{
	border-top-color: #fff;
}
.tooltip-bg-white .tooltip-inner{
	background-color: #fff;
	color: #000;
}

/* OperationDetails */
.operation-details-item{
  font-weight: 500;
}

/* Selecciona perfil */
.boton-persona {
  background-color: #fdb338;
  background-position: center;
  background-size: cover;
  min-height: 13rem;
  border-radius: .75rem
}

.boton-empresa {
  background-color: #01325a;
  background-position: center;
  background-size: cover;
  min-height: 13rem;
  border-radius: .75rem
}

/* ========================= Temp Responsive ========================= */

/* Home */
#mainNav{
  background-color: #ffffff;
}
#homeMainSectionTitle{
  font-size: 2rem;
}

/* Operacion 1 */
.stepper{
  font-size: 1.5rem;
}

/* Responsive */

@media (min-width: 768px){

  /* Header */

	.navbar-expand-md .navbar-nav .nav-link{
    padding-right: 1rem;
    padding-left: 1rem;
	}
	.navbar-expand-md .navbar-nav .nav-item:last-child{
		padding-left: 1rem
	}
	.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link{
		padding-right: .5rem;
		padding-left: .5rem;
	}

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/*https://css-tricks.com/snippets/css/media-queries-for-standard-devices/*/
@media (max-width: 768px) {
  .navbar-dark .navbar-nav .nav-link {
      color: #01325a !important; 
  }
  .bg-custom {
    color: #01325a;
}
}
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

    #homeMainSectionTitle{
      font-size: 1.5rem;
      text-align: center;
    }
  
    /* Selecciona perfil */
    
    .boton-persona {
      min-height: 6rem;
    }
  
    .boton-empresa {
      min-height: 6rem;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

    #homeMainSectionTitle{
      font-size: 1.5rem;
      text-align: center;
    }
  
    /* Selecciona perfil */
    
    .boton-persona {
      min-height: 6rem;
    }
  
    .boton-empresa {
      min-height: 6rem;
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

    #homeMainSectionTitle{
      font-size: 1.4rem;
      text-align: center;
    }
  
    /* Selecciona perfil */
    
    .boton-persona {
      min-height: 6rem;
    }
  
    .boton-empresa {
      min-height: 6rem;
    }

}




@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 
  /* iPhone 6 Portrait */ 

  #homeMainSectionTitle{
    font-size: 1.4rem;
    text-align: center;
  }

  /* Selecciona perfil */
  
  .boton-persona {
    min-height: 6rem;
  }

  .boton-empresa {
    min-height: 6rem;
  }
}


@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) { 
  /* iPhone 6 landscape */


}


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) { 
  /* iPhone 6+ Portrait */
  #homeMainSectionTitle{
    font-size: 1.4rem;
    text-align: center;
  }
  
  /* Selecciona perfil */
  .boton-persona {
    min-height: 6rem;
  }

  .boton-empresa {
    min-height: 6rem;
  }

}


@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) { 
  /* iPhone 6+ landscape */
  /* Selecciona perfil */
  .boton-persona {
    min-height: 6rem;
  }

  .boton-empresa {
    min-height: 6rem;
  }
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){ 
  /* iPhone 6 and iPhone 6+ portrait and landscape */
  /* Selecciona perfil */
  .boton-persona {
    min-height: 6rem;
  }

  .boton-empresa {
    min-height: 6rem;
  }
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : portrait){ 
  /* iPhone 6 and iPhone 6+ portrait */
  /* Selecciona perfil */
  .boton-persona {
    min-height: 6rem;
  }

  .boton-empresa {
    min-height: 6rem;
  }
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : landscape){ 
  /* iPhone 6 and iPhone 6+ landscape */
  /* Selecciona perfil */
  .boton-persona {
    min-height: 6rem;
  }

  .boton-empresa {
    min-height: 6rem;
  }
}


@media (min-width: 576px){
	/* Bootstrap */
	.text-sm-justify{
		text-align: justify;
	}
	.border-sm-right{
		border-right:1px solid #dee2e6;
	}

	/* Custom */
	.fa-sm-6x{
		font-size: 6em;
	}

  #homeMainSectionTitle{
    font-size: 3rem;
  }

  
}
@media (min-width: 768px){
  #homeMainSection{
    display: flex;
    min-height: 500px;
  }
}
@media (min-width: 992px){
  #mainNav{
    background-color: transparent;
  }
  #mainNav .navbar-nav .nav-item{
    margin-right: .5rem;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
  }
  #mainNav .navbar-nav .nav-item:not(.nav-item-dropdown):hover,
  #mainNav .navbar-nav .active{
    /*border-bottom: 2px solid var(--blue);*/
    border-bottom: 2px solid #fd8a01
  }
}
@media (min-width: 1200px){}

@media (max-width: 420px){

	/* Editar perfil */
	.bootstrap-datetimepicker-widget {
		left: 0 !important;
		max-width: 100%;
	}

}

@media (max-width: 991.98px){ 
	#mainNav .navbar-nav > .active{
		border: 2px solid #fd8a01
		border-radius: .5rem;
	}
	#mainNav .navbar-nav .active a{
		color:#fd8a01
	}
 }


 

 .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}