/*GLOBALS*/

.wow {
   visibility: hidden;
}

.g-recaptcha{
    float: none;
    margin: 0 auto;
    display: inline-block;	
}
.grecaptcha-badge { 
    visibility: hidden !important;
}

.img-fluid{
	width:100%;
}
.col-height {
    display: flex;
    flex-direction: column;
}
.col-bg{
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
	min-height:400px;
}
html, body{
font-family: "Montserrat", sans-serif;
background:#1A1A1A;
color:#fff; 
font-weight:400;
font-size:16px;
}
body{
	overflow-y: scroll;
}
a, button, .transition{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
a:hover, button:hover, .transition:hover,.transition:focus {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

a, a:focus, a:hover{
color:#fff;
text-decoration: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
select:focus {   
border: 0 !important;
border-bottom: none !important;
box-shadow: none!important;
outline: 0 none!important;
border:1pt solid #e31f13 !important;
color:#1A1A1A;
background:#fff;
}
button:focus{
box-shadow: none!important;
outline: 0 none!important;	
}
.form-check-input:checked, input[type=checkbox]:focus{
border:1pt solid #e31f13 !important;	
box-shadow: none!important;
}
input::placeholder , textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder , textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

input::-ms-input-placeholder , textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
}
.list-v{
	padding:0;
	margin:0;
	display:inline-block;
}
.list-v li{
	list-style-type:none;
	float:left;
}
.mt-nav{
	margin-top:120px;
}

.fullheight{
	min-height: calc(100vh) ;
	height:calc(100vh) ;
}
.half-height{
	min-height: calc(50vh - 165px) ;
	height:calc(50vh - 165px) ;
}


/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1A1A1A; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #383838; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e31f13; 
}

h1,h2,h3,h4,h5,h6{
font-weight:600;  
line-height:1.2em;
color:#e31f13;
}
p{
  color:#fff;
  line-height:1.2em;
}
.light{
	font-weight:300;
}
.bold{
	font-weight:600;
}
.italic{
	font-style:italic;
}
.heightnav{
	height:50vh;
}

.show{
	display:inherit;
}

/* FIN GLOBALS*/


/*FORM*/
.validation-server{
	color: #e31f13;
	font-style:italic;
    line-height: 1em;
    font-size: .8em;
	margin-top:5px;
}
.validation-server a{
	text-decoration:underline;
	color: #e31f13;
}
.invalid-feedback, .error{
    text-align: left!important;
	color: #e31f13 !important;
	font-style:italic !important;
    line-height: 1em !important;
    font-size: .9em !important;
	margin-top:5px;
	font-weight:700;
}

.alert-custom-success, .alert-custom-danger{
	background:#00A2C8;
	font-size: 1em;
	color:#fff;
	border: 0;
}
.btn-close:hover{
	color:#fff;
}

.alert-danger {
    color: #e31f13;
    background-color: #fff;
    border-color: #e31f13;
}
/*END FORM*/


/*GENERAL*/

.header{
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}

.nav-link.active{

color:#fff;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
.nav-link.active:hover,.nav-link.active:focus, .nav-link.active:active{
	color:#fff;
}

.form-label, .form-check-label{
font-size:1em;
color:#fff;
padding:0;
}
.form-label-small{
font-size:.8em;
color:#1A1A1A;
margin:0;
}
.form-control{
	border:0;
	color:#1A1A1A;	
	font-size:1.3em;
	border-radius:0;
    border: 1pt solid #e31f13;
	background:#fff;	
	padding:0;
	height:40px;
	padding: 0 15px;
	font-weight:400;
}
.form-select{
border:0;
border-radius:0;
background-color:#fff;
background-image: url('../images/arrow1.svg?v=2');
background-repeat:no-repeat;	
background-size:15px;
background-position: 95% 50%;
color:#1A1A1A;
font-size:1.3em;
border:1pt solid #e31f13;	
border-radius:0;
padding: 0 15px;
	height:40px;
}
.form-select:focus, .form-select:active{
background-image: url('../images/arrow1.svg?v=2') !important;
background-repeat:no-repeat;	
background-size:15px;
background-position: 95% 50%;
}
.form-control.error{
	color:#e31f13 !important;	
	font-size: 1.6em!important;	
	margin:0 !important;
}

.form-control::placeholder{
	color:#1A1A1A !important;
	font-size:.5em;
	text-transform:uppercase;
}

.form-select-placeholder{
	color:#1A1A1A !important;
	font-size:.7em;
	text-transform:uppercase;	
}

.form-check{
	display:inline-block;
	margin-top:15px;
}
.form-check-label{
	margin-top:7px;
}

.form-check-label>a{
	text-decoration:underline;
}

.form-check-input:checked {
	background-color: #e31f13; /* Azul Bootstrap */
	border-color: #e31f13;
}

.form-check-label {
	font-weight: 500;
	color: #fff;
	margin-right: 2em;
}

.form-check-input {
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
}

.form-check-input[type=checkbox]{
	border-radius:0;
	border: 1pt solid #e31f13;
	background:transparent;
}

.form-check{
	margin-left:15px;
}



#formResponseMsg{
	color:#000 !important;
}
#formResponseMsg a{
	color:#000;
	text-decoration:underline;
}
