
#c-section-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
}
#c-section-1 .bg{
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 1;
}
#c-section-1::before{
    content: "";
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    position: absolute;
    background:linear-gradient(176.95deg, rgba(150, 88, 113, 0) 2.71%, #965871 102.96%);
    z-index: 2;
}

#c-section-1 .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: wrap;
    padding: 0;
    padding-bottom: 4rem;
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
}
@media (min-width:640px) and (max-width:780px){
    .mdf-header .content h1 {
        font-size: 3rem !important;
        line-height: 2.9rem !important;
    }
}

@media(max-width:480px){
    .mdf-header .content h1 {
        font-size: 2.1rem !important;
        line-height: 2rem !important;
    }
}

@media(max-width:360px){
    .mdf-header .content div{
        gap:.5rem;
    }
    .mdf-header .content h1 {
        font-size: 2.2rem !important;
        line-height: 2.4rem !important;
    }
}
/* section 2*/

#c-section-2{
    background: url(../images/bgcn.png) no-repeat left center;
    background-size: cover;
    min-height: 80vh;
    position: relative;
    padding: 5em 0;
}
#c-section-2::after{
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(94deg, rgb(255 255 255 / 0%) 0%,  rgba(255, 255, 255, 0.12) 25%,  rgb(255 255 255 / 0%) 70%,  rgb(255 255 255 / 0%) 85% ), linear-gradient(102.21deg, rgb(255 255 255 / 0%) -144.05%, rgb(255 255 255 / 38%) 20%, rgb(255 255 255 / 98%) 51% );
position: absolute;
    left:0;
    top:0;
}
#c-section-2 .container{
    position: relative;
    z-index: 9;
    width: 75%;
}
#c-section-2 .container .row{
    display: flex;
    align-items: center;
}
#c-section-2 .titulo-eleg{
    font-size: 3.2rem;
    line-height: 3.5rem;
}
#c-section-2 .wrap-info{
    font-size: 0.900rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.form-presupuesto button{
    background: none;
    align-self: self-start;
    font-size: 0.900rem;
}
.form-presupuesto {
    display: flex;
    flex-direction: column;
    gap:1em;
    padding-left: 4rem;
}

.form-presupuesto input,
.form-presupuesto textarea{
    border:0;
    border-bottom:1.5px solid var(--color-primary);
    padding: .7em 0;
    outline: none;
    font-family: var(--font-inter);
    background: transparent;
}
.form-presupuesto input::placeholder,
.form-presupuesto textarea::placeholder{
    font-family: var(--font-inter);
    font-size: 0.900rem;
    color:#444444CC;
}
.form-presupuesto textarea{
    height: 120px;
    resize: none;
}

.f-check {
    display: flex;
    align-items: flex-end;
    gap: .9em;
    padding: 1.5rem 0 1rem 0;
    font-family: var(--font-secondary);
    font-style: italic;
    font-size: 0.800rem;
}
.f-check input {
    background: none;
    border: 1px solid var(--color-primary);
    width: 20px;
    height: 20px;
    padding: 0;
}


@media(min-width:1400px){
    #c-section-2 .container{
        width: 1200px;
    }
    #c-section-2 .titulo-eleg{
        font-size: 4rem;
        line-height: 4rem;
    }
    #c-section-2 .wrap-info{
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .form-presupuesto input, 
    .form-presupuesto input::placeholder, 
    .form-presupuesto textarea,
    .form-presupuesto textarea::placeholder{
        font-size:.900rem;
    }
    .f-check {
        font-size: .900rem;
    }
    .form-presupuesto button {
        font-size: 1.025rem;
    }
}

@media(min-width:760px) and (max-width:1100px){
    #c-section-2 {
        min-height: 80vh;
        padding: 3rem 0;
    }
    #c-section-2 .titulo-eleg {
        font-size: 2.3rem;
        line-height: 2.5rem;
    }
    #c-section-2 .wrap-info {
        line-height: 1.2rem;
        font-size: .900rem;
    }
    .form-presupuesto {
        gap: .5rem;
        padding-left: 3rem;
    }
    .form-presupuesto input, .form-presupuesto textarea {
        border-bottom: 1px solid var(--color-primary);
        padding: .6rem 0;
        font-size: .800rem;
    }
    .form-presupuesto input::placeholder,
    .form-presupuesto textarea::placeholder{
        font-size: .800rem;

    }
    .form-presupuesto textarea {
        height: 5rem;
        resize: none;
    }
    .f-check {
        align-items: center;
        padding: .800rem 0;
        font-size: .750rem;
    }
    .f-check input {
        width: 20px;
        height: 16px;
        padding: 0 !important;
    }
    .form-presupuesto button{
        padding: .450rem 2rem;
        font-size: .900rem;
    }
}

@media (max-width:760px){
    #c-section-2 .container{
        width: auto;
        padding: 0 2rem;
    }
    .form-presupuesto {
        gap: 1rem;
        padding-left: 0;
    }
    #c-section-2 .titulo-eleg {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin:0!important;
    }
    #c-section-2 .wrap-info {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 1rem 0;
        margin: 0;
    }
    #c-section-2::after{
        background: linear-gradient(94deg, rgb(255 255 255 / 0%) 0%, rgba(255, 255, 255, 0.32) 0%, rgb(255 255 255 / 0%) 70%, rgb(255 255 255 / 0%) 30%), linear-gradient(102.21deg, rgb(255 255 255 / 32%) -144.05%, rgb(255 255 255 / 38%) -4%, rgb(255 255 255 / 98%) 51%);
      
    }
    .f-check{
        padding:.5rem 0
    }
}

@media (max-width:480px){
    #c-section-2 .titulo-eleg {
        font-size: 2rem;
        line-height: 2rem;
        margin: 0 !important;
    }

    #c-section-2 .wrap-info {
            font-size: .850rem;
    }

}

@media(max-width:360px){
    #c-section-2 .container {
        width: 90%;
        padding: 0 .5rem;
    }
    #c-section-2 .titulo-eleg {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }
    #c-section-2 .wrap-info {
        font-size: .850rem;
        line-height: 1.3rem;
        padding: 1rem 0;
    }
}