@font-face {
    font-family: 'Louis';
    src: url('../fonts/Louis-Bold.woff2') format('woff2'),
        url('../fonts/Louis-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Louis';
    src: url('../fonts/Louis-Regular.woff2') format('woff2'),
        url('../fonts/Louis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Louis Global 2';
    src: url('../fonts/LouisGlobal2-Bold.woff2') format('woff2'),
        url('../fonts/LouisGlobal2-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Louis Global 2';
    src: url('../fonts/LouisGlobal2-HeavyItalic.woff2') format('woff2'),
        url('../fonts/LouisGlobal2-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}



html {
  scroll-behavior: smooth;
}

.g-height-100vh {
	height: auto !important;
    /*min-height: 100vh !important;*/
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #FD0126;
}

::selection {
  color: #fff;
  background: #FD0126;
}

.text_header{
	margin-top: -200px;
}

.bg-gris{
	background: #333;
}

.bg-gris-claro{
	background: #626262;
}

.color-rojo{
	color: #FD0126;
}

.franja_gris {
    position: absolute;
    width: 100%;
    height: 110px;
}

.titulo_bg_gris{
	height: 110px;
}

.brd-top-rojo{
	border-top: 6px solid #FD0126;
}

.font-louis-reg{
	font-family: 'Louis';
	font-weight: normal;
}

.font-louis-bold{
	font-family: 'Louis';
	font-weight: 500;
}

.font-louis-bold-2{
	font-family: 'Louis Global 2';
	font-weight: bold;
    font-style: normal;
}

.font-louis-900-2{
	font-family: 'Louis Global 2';
	font-weight: 900;
    font-style: italic;
}

.form-control {
	border: none;
	border-bottom: 1px solid #fff;
	background: transparent;
	    padding-left: 0;
	        padding-top: 0;
}

.form-control, .form-control:focus {
    color: #fff;
}

.u-btn-primary {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 40px;
}

label {
    margin-bottom: 0;
}

.u-btn-primary:hover, .u-btn-primary.active {
    border-color: #FD0126;
    background-color: #FD0126;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
}

.form-control:focus, .custom-select:focus {
    border-color: #fff;
    background: transparent;
}


@media only screen and (min-width: 175px) and (max-width: 812px)  { 
	
	.titulo_bg_gris {
    height: auto;
	}
	
	.text_header{
	margin-top: -0px;
}
}

.u-has-error-v1{
	color:#ff4646;
	font-weight: bold;
}

.u-has-success-v1{
	color:#bfffbf;
}

select option {
  margin: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}