/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* Resets */
.img-fluid {
width: 100%;
}
.noPadding {
padding: 0;
}
.row {
padding: 0 !important;
margin: 0 !important;
}
.row.no-gutters {
margin-right: 0;
margin-left: 0;
}
.row.no-gutters>[class^='col-'],
.row.no-gutters>[class*='col-'] {
padding-right: 0;
padding-left: 0;
}
section.noPadding {
padding: 0em 0;
}
/* Fonts */
/* Fonts */
body,
input,
textarea,
select {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-display: swap;
}
h1 {
font-size: clamp(1.5rem, 1.44rem + 0.3vw, 1.8rem);
font-weight: 600;
color: #FE4912;
}
h2 {
font-size: clamp(1.5rem, 1.44rem + 0.3vw, 1.8rem);
}
h3 {
font-size: clamp(1rem, 0.94rem + 0.3vw, 1.3rem);
color: #fff;
}
h3 span{
font-weight: 700;
}
p,
li,
label {
font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}
label{
font-weight: 500;
color: #fff;
}
.smallTxt {
font-size: 0.7em;
text-align: center;
}
.table {
--bs-table-color: #ffffff;
}
/* links */
a {
color: #82583b;
text-decoration: underline;
transition: color 0.3s;
}
a:hover,
a:active,
a:focus {
color: #FE4912 !important;
}
/* Buttons */
.btn {
font-style: normal;
font-weight: 400;
font-size: 1.2rem;
text-decoration: none;
transition: color 0.4s, border 0.3s;
position: relative;
transition: color 0.3s, background-color 0.3s;
text-transform: none !important;
-webkit-border-radius: 0.4em;
-ms-border-radius: 0.4em;
-o-border-radius: 0.4em;
border-radius: 0.4em;
background-color: #cc2328;
color: #fff;
border: 1px solid #fff;
}
.btn:hover{
background-color: #000;
color: #fff; 
}
/*Landing page*/
header,footer{
background-color: initial !important;
}
body{
background-color: #c75125;
background-size: cover;
background-position: center center;
}
.wrapLanding{
display: grid;
grid-template-rows:  auto 1fr auto;
position: relative;
min-height: 100dvh;
}
::placeholder{
font-size: 1rem;
}
.logotipo{
max-width: 200px;
width: 100%;
}
.banner{
max-width: 550px;
width: 100%;
box-shadow: 0 0 10px darkgrey;
}
.bannerTY{
max-width: 750px;
width: 100%;
box-shadow: 0 0 10px #afafaf;
}
.wrapLanding h1, .wrapLanding h2, .wrapLanding h3{
color: rgb(255, 255, 255);
}
.wrapLanding form label{
color: rgb(255, 255, 255);
font-size: clamp(0.9rem, 0.88rem + 0.1vw, 1rem);
margin-bottom: .3rem;
}
.wrapLanding form label a{
color: #fff !important;
}
.form-control:focus, .form-select:focus{
color: #000000;
background-color: #fff;
border-color: #000000;
outline: 0;
box-shadow: 0 0 0 .25rem rgba(104, 102, 102, 0.4);
}
.form-check-input:checked{
background-color: darkgray;
border-color: black;
}
.formText{
font-weight: 600;
font-size: clamp(0.9rem, 0.88rem + 0.1vw, 1rem);
}
.labelCheckbox{
font-weight: 400;
}
/*Responsive*/
@media only screen and (max-width:991px) {
.banner{
max-width: 350px;
}
}