.pddg {
    padding: 180px 0;
}

.home {
    background: url(../img/bg.jpg) no-repeat center center fixed;
    background-size: contain;
    background-position: 40% 0%;
}

.home h1 {
    padding: 0 0 0 0;
    margin: 0 0 40px 0;
    font-family: "font1";
    color: white;
}

.home p {
    font-size: 20px;
    color: white;
}

.navStyle .sizeLogo {
    width: 150px;
}

.home .btn-primary {
    background-color: #000000;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.home p {
    font-size: 25px;
    color: white;
}

.sectionsomos p {
    font-size: 20px;
    text-align: end;
    font-weight: 300;
}


.unit-4 h3{
    font-family: "font1";  
}

.packages .package__title {
    background-color: #20840c;
    color: #ffffff;
    font-size: 26px;
    margin: 0;
    font-family: "font1";
    padding: 20px;
}

.packages .package .btn {
    background-color: #b90201;
    border-color: #b90201;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    transition: background-color 0.2s ease-in-out;
}

.packages .package .btn:hover {
    background-color: #860100;
    border-color: #860100;
    color: white;
}

.packages .package strong {
    font-size: 20px;
    margin: 20px 0 5px 0;
    display: inline-block;
}

.site-section-heading {
    padding-bottom: 20px;
    margin-bottom: 0px;
    position: relative;
    font-size: 2rem;
    font-family: "font1";  
}
.form-group {
    margin-bottom: 1rem;
}

.styleform {
    background-color: #f4f4f4;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgb(255 255 255 / 0%) !important;
}

label {
    padding: 0.5em 0;
    font-size: 18px;
    font-weight: 300;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(3.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #4c4c4c;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(180 180 180 / 25%);
}

.fonttexting{
    font-size: 20px;
}

input{
    font-size: 20px;
    font-weight: 300;
}

.btn {
    --bs-btn-padding-x: 1.2rem;
    --bs-btn-padding-y: 0.9rem;
    --bs-btn-font-family: 20px;
    --bs-btn-font-size: 20px;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #ffffff;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 28px;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid #000000;
    border-radius: var(--bs-btn-border-radius);
    background-color: #000000;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #000000;
    border-color: var(--bs-btn-hover-border-color);
}

.bi::before, [class*=" bi-"]::before, [class^=bi-]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    font-size: 35px;
    margin: -14px 9px 0;
    color: white;
}

.footer {
    background-color: #000000;
}

.navStyle nav a:hover {
    color: #ff131a !important;
}

@media only screen and (max-width: 900px) {

    .home {
        background: url(../img/bg.jpg) no-repeat center center fixed;
        background-size: cover;
        background-position: 7% 29%;
    }

    .home p {
        font-size: 19px;
        color: white;
        padding: 11px;
    }
    

        .home .btn {
            margin: 20px 0;
            font-size: 16px;
            width: 300px;
            display: flex;
            justify-content: center;
            margin: 0 auto;
        }

        .sectionsomos p {
            font-size: 15px;
            text-align: end;
            font-weight: 300;
        }

        .navStyle .sizeLogo {
            width: 104px;
        }

        .navStyle nav a {
            color: #000000 !important;
            text-align: center;
        }

        .pddg {
            padding: 80px 0;
        }

        .sectionsomos p {
            font-size: 15px;
            text-align: center;
            font-weight: 300;
        }

        .venders p {
            font-size: 16px;
            text-align: center;
            font-weight: 100;
        }

        p {
            margin-top: 0;
            margin-bottom: 1rem;
            font-size: 15px;
            font-weight: 300;
        
        }

        .packages .package__features li {
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 10px;
            font-weight: 300;
        }

        .packages .package__title {
            background-color: #20840c;
            color: #ffffff;
            font-size: 26px;
            margin: 0;
            font-family: "font1";
            padding: 20px;
            margin: 24px 0 0 0;
        }

        .fonttexting {
            font-size: 16px;
        }

        label {
            padding: 0.5em 0;
            font-size: 16px;
            font-weight: 300;
        }

        .form-control {
            display: block;
            width: 100%;
            height: calc(2.25rem + 2px);
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        }

        .btn {
            --bs-btn-padding-x: 1.2rem;
            --bs-btn-padding-y: 0.5rem;
            --bs-btn-font-family: 20px;
            --bs-btn-font-size: 15px;
            --bs-btn-font-weight: 400;
            --bs-btn-line-height: 1.5;
            --bs-btn-color: #ffffff;
            --bs-btn-bg: transparent;
            --bs-btn-border-width: 1px;
            --bs-btn-border-color: transparent;
            --bs-btn-border-radius: 28px;
            --bs-btn-hover-border-color: transparent;
            --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
            --bs-btn-disabled-opacity: 0.65;
            --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
            display: inline-block;
            padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
            font-family: var(--bs-btn-font-family);
            font-weight: var(--bs-btn-font-weight);
            line-height: var(--bs-btn-line-height);
            color: var(--bs-btn-color);
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            border: var(--bs-btn-border-width) solid #000000;
            border-radius: var(--bs-btn-border-radius);
            background-color: #000000;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        }

        .footer p {
            color: white;
            font-weight: 700;
            font-size: 16px;
        }

        .navStyle nav a:hover {
            color: #ff131a !important;
        }

}


