
/* 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: 'Saira Condensed', Helvetica, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DM Sans 9pt', sans-serif;
    font-display: swap;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: clamp(1.5rem, 1.44rem + 0.3vw, 1.8rem);
}



li,
label {
    color: #E01F25;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}


p,
label {
    font-size: 20px;
}

.smallTxt {
    font-size: 0.7em;
    text-align: center;
}

/* links */
a {
    color: #FF0000;
    text-decoration: underline;
    transition: color 0.3s;
}

a:hover,
a:active,
a:focus {
    color: #aa0000 !important;
}



/* Buttons */
.btn {
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    color: #fff;
    padding: 0.8em 1.3em !important;
    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: #000;
}

/* Landing page */
.wrapLanding{
    display: grid;
    grid-template-rows:  auto 1fr auto;
    position: relative;
    min-height: 100dvh;
}

header{
    box-shadow: 0 0 10px #d0d0d0;
}

header .logotipo {
    max-width: 150px;
    width: 100%;
}

.bodyLanding h1{
    font-weight: bold;
    font-weight: 700;
    color: #FF0000;
}

.bodyLanding h2{
    font-weight: bold;
    font-weight: 400;
}



.bodyLanding ul li{
    font-weight: 100;
}

.form-switch .form-check-input{
    width: 3em;
}
.form-check-input{
    height: 1.5rem;
}

.form-check-label{
    position: relative;
    top: 5px;
    font-weight: bold;
}

.form-check-input:checked{
    background-color: #FF0000;
    border-color: #FF0000;
}


footer{
    background-color: #000;
}

footer .logotipo {
    max-width: 120px;
    width: 100%;
}

/*Responsive*/


@media only screen and (max-width:480px) {
    .form-switch .form-check-input{
        width: 5.5em;
    }
    .form-check-input{
        height: 1.5rem;
    }
}