.container-fluid{
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.btnEsfirme{
	background-color: #14225E;
	border: 1px solid black;
	color: white;
}
.btnEsfirme:hover{
	background-color: #0A1339;
	border: 1px solid black;
	color: white;
}

.row{
	margin-right: 0px!important;
    margin-left: 0px!important;
}

.zenzontle-127-cp-280 {
  color: #353535;
  font-family: "Open Sans";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
}

input {
    outline: none;
    border: none;
    border-bottom: 1px solid grey;
}
/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* STRUCTURE */

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

.input100 {
    font-family: Open Sans Regular;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    min-height: 45px;
    background: transparent;
    padding: 0 5px;
}

a {
    color: black;
    text-decoration: none;
    background-color: transparent;
}

textarea{
  resize: none!important; 
  border: none!important;
  outline: none!important;
  border-bottom: 1px solid grey!important;
}

    .roundedEsfirme {
        border-radius: 1.5rem!important;
    }
    .roundedEsfirme2 {
        border-radius: 1rem!important;
    }

    .btn-primaryEsfime {
        color: white!important;
        background-color: #383F56!important;
        border-color: #383F56!important;
    }

    .btn-Esfirme{
      color: 383F56!important;
      background-color: white!important;
       border-color: #383F56!important;
    }

    .txt-esfirme{
      color: #232A59!important;
    }

    .esfirmeDiv{
      position: relative;
      width: 100%;
      padding-right: 0px!important;
      padding-left: 0px!important;
    }

 
    body{
      font-family: 'Open Sans'!important;
    }
@font-face {
  font-family: 'Baguet Script'; /* Puedes elegir el nombre que desees */
  src: url('../fonts/Baguet_Script_Regular.otf') format('opentype');
}

.bsFont
{
  font-family: 'Baguet Script';
}

    /*                 */

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;

}

.col-mujer-billetes {
position: relative;
}

.contenedor-img {
  height: 100%;
  z-index: 2;
  position: absolute;
  transform: scale(1.5);
}

.contenedor-img img {
  height: 100%;
  object-fit: cover;
  
}