/* 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;
}

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

h3 {
    font-size: clamp(1rem, 0.94rem + 0.3vw, 1.3rem);
}


h3 span{
    font-weight: 700;
}


p,
li,
label {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}

label{
    font-weight: 500;
}

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

/* links */
a {
    color: #4d1c49;
    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: #a10596;
    color: #fff;
    border: 1px solid #fff;
}

.btn:hover{
   background-color: #000;
   color: #fff; 
}


/*Landing page*/
header,footer{
    background-color: initial !important;
}

body{
   
    background-color: #eae1e0;
    background-size: cover;
    background-position: center center;
}



.wrapLanding{
    display: grid;
    grid-template-rows:  auto 1fr auto;
    position: relative;
    min-height: 100dvh;
    background-image: url(https://image.digitalmultiplaza.com/lib/fe3811747364047c751271/m/1/69d947c0-2ba5-482c-9f3e-a44dc6b207af.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
}

::placeholder{
    font-size: 1rem;
}

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

.banner{
    max-width: 550px;
    width: 100%;
    box-shadow: 0 0 10px #000000;
}

.bannerTY{
    max-width: 750px;
    width: 100%;
    box-shadow: 0 0 10px #afafaf;
}

.wrapLanding h1, .wrapLanding h2, .wrapLanding h3{
    color: #000000;
}

.wrapLanding b{
    color: #a10596;
}

.wrapLanding form label{
    color: #000000;
    font-size: clamp(0.9rem, 0.88rem + 0.1vw, 1rem);
    margin-bottom: .3rem;
}

.wrapLanding form label a{
    color: #a10596 !important;
}

.form-control:focus, .form-select:focus{
    color: #000000;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(139, 139, 139, 0.4);
}

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

.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;
    }
}
