* {
  margin: 0px;
  padding: 0px;    
}

body{
font-style: 'Mulish', sans-serif;
color: #1B1B1C;
overflow-x: hidden;
background-color: #F9F9F9 !important;
}

/*GENERALES*/
p {
color: #545353;
font-size: 16px;
}

/* TIPOGRAFIAS */
.font_reg{
font-family: 'Mulish', sans-serif;
font-weight: 400 !important;
}

.font_med{
font-family: 'Mulish', sans-serif;
font-weight: 500 !important;
}

.font_semibold{
font-family: 'Mulish', sans-serif;
font-weight: 600 !important;
}

.font_bold{
font-family: 'Mulish', sans-serif;
font-weight: 700 !important;
}

.font_ebold{
font-family: 'Mulish', sans-serif;
font-weight: 900 !important;
}

/* TÍTULOS */
h1{
font-size: 35px !important;
line-height: 45px !important;
}

@media (max-width: 576px){
h1{
  font-size: 24px !important;
  line-height: 30px !important;
}
}

h2{
font-size: 28px !important;
}

@media (max-width: 576px){
h2{
  font-size: 18px !important;
}
}

h3{
font-size: 18px !important;
margin-bottom: 5px !important;
}

h4{
font-size: 16px;
line-height: 22px;
margin-bottom: 5px !important;
}

h5{
font-size: 16px;
line-height: 22px;
margin-bottom: 5px !important;
}

/* COLORES*/
.c_orange{
color: #ff9210;
}

.c_magenta{
color: #FF5373;
}

.c_gray{
color: #7D7D7D !important;
}

.c_light-blue{
color: #A3D9FF;
}

.c_blue{
color: #424874;
}

.c_light-green{
color: #16DB93;
}

.c_black{
color: #1B1B1C;
}

.c_white{
color: #ffffff;
}

.c_morado{
  color: rgb(86, 12, 49);
}

.bg_orange{
 background-color: #ff9210;
}

.bg_magenta{
 background-color: #FF5373;
}

.bg_light-blue{
 background-color: #A3D9FF;
}

.bg_blue{
 background-color: #285BCC;
}

.bg_light-green{
 background-color: #16DB93;
}

.bg_black{
 background-color: #12130F;
}

.bg_white{
 background-color: #ffffff;
}

.bg_morado{
 background-color: #560c31;
}

.bg_magenta_gradient{
 background: linear-gradient(90deg, rgb(253, 239, 223)0%, rgb(255, 223, 229)100%);
}

.bg_green_gradient{
 background: linear-gradient(90deg, rgb(236, 253, 242)0%, rgb(209, 236, 228)100%);
}

.bg_morado_gradient{
 background: linear-gradient(90deg, #791949 10%, #270718 100%);
}

/*Buttoms*/

.btn{
 padding-left: 30px !important;
 padding-right: 30px !important;
 padding-top: 18px !important;
 padding-bottom: 18px !important;
 border-radius: 8px !important;
 font-family: 'Mulish', sans-serif !important;
 font-size: 16px !important;
 font-weight: 700 !important;
 line-height: 16px !important;
 width: 100%;
}

.btn-primary{
 background-color: #00AD7F !important;
 border: 1px solid #00AD7F !important;
 outline: none !important;
 color: white !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active:focus{
 background-color: #048963!important;
 border: 1px solid #048963 !important;
 outline: none !important;
 box-shadow: 0 0 0 3px rgba(0, 173, 127, 0.5) !important;
}

.btn-secondary{
  background-color: white !important;
  border: 1px solid #ff9210 !important;
  outline: none !important;
  color: #1B1B1C !important;
  width: 100%;
}
  
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled):active:focus{
 background-color: white!important;
 border: 1px solid #ff9210 !important;
 outline: none !important;
 box-shadow: 0 0 0 3px rgba(255, 146, 16, 0.5) !important;
 color: #1B1B1C !important;
}

.btn-info{
  background-color: #ff9210 !important;
  border: 1px solid #ff9210 !important;
  outline: none !important;
  color: white !important;
  width: 100%;
  min-width: 175px;
}
  
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info:not(:disabled):not(.disabled):active:focus{
 background-color: #ff9210!important;
 border: 1px solid #ff9210 !important;
 outline: none !important;
 box-shadow: 0 0 0 3px rgba(255, 146, 16, 0.5) !important;
 color: white !important; 
}

@media (min-width:577px){
  .btn-info{
    width: initial !important;
    height: fit-content;
    margin-left: 20px;
  }
}

/*FORM*/
.border{
  border-radius: 8px !important;
}

.form-group select{
  border-radius: 8px !important;
}

.form-control{
  color: #1B1B1C !important;
}

form input:hover, form input:focus, form input:active, form select:hover, form select:focus, form select:active {
  border-color: #ffa300!important;
  outline: none !important;
  box-shadow: none !important;
}

/*BANNER*/
.banner-img img{
  width: 100%;
  border-radius: 14px;
}

.rectangle-img{
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 14px;
  background-color: bisque;
  background-position: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.04);
}

.rectangle-img:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}

.rectangle-img img{
  height: 100%;
  position: absolute;
}

@media (max-width:400px){
  .logo_macro img{
    width: 110px;
  }
  .logo_accessin img{
    width: 140px;
  }
}

/*SEGUNDA PANTALLA*/
.event-container{
  height: 100%;
  border-radius: 14px !important;
}

.summary-container{
  border-radius: 14px !important;
}

/*TERCERA PANTALLA*/

.comprobante-container{
  border-radius: 24px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.04);
}

.qr{
  max-width: 300px;
}
