@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap');

@font-face {
    font-family: 'IntroScript';
    src: url('https://lacuisinedespetits.com/soft/clientes/img/IntroScript-SemiBold.otf') format('opentype');
}


* {
    font-family: 'Poppins', sans-serif;
}

.secondaryFont {
    font-family: 'IntroScript', Arial, sans-serif !important;
}

.mainColor {
    color: #FEB898;
}

.mainBgColor {
    background-color: #FEB898;
}

.secondaryColor {
    color: #64B2CD;
}

.secondaryBgColor {
    background-color: #64B2CD;
}

table tr {
    height: 40px;
    vertical-align: middle;
}

table * {
    font-size: 14px
}

p, a {
    font-size: 14px !important;
}

p {
    margin-bottom: 0;
    color: #000000;
}

.letraPeq {
    font-size: 12px !important;
}

.pointer {
    cursor: pointer;
}

.border-secondary {
    border-color: #DCDCDC !important;
}

.form-control:focus {
    border-color: rgba(254, 184, 152, 0.26) !important;
    box-shadow: 0 0 0 0.15rem rgba(254, 184, 100, 0.25) !important;
}

input {
    border-radius: 50px !important;
    padding-left: 25px !important;
}

label {
    padding-left: 25px !important;
}

.letraPeq {
    font-size: 12px !important;
}

.pointer {
    cursor: pointer;
}

.border-secondary {
    border-color: #DCDCDC !important;
}

.form-control:focus {
    border-color: rgba(254, 184, 152, 0.26) !important;
    box-shadow: 0 0 0 0.15rem rgba(254, 184, 100, 0.25) !important;
}

input {
    border-radius: 50px !important;
    padding-left: 25px !important;
}

label {
    padding-left: 25px !important;
}

input.radioPlans:checked + label > div {
    background-color: #FED6C5;
    color: white;
}

.bg-active {
    background-color: #65B2CD;
}

.bg-inactive {
    background-color: #F2F5F9;
}


@media (max-width: 575px) {
    .contGenerico {
        grid-template-columns: 1fr !important;
    }
}


















