﻿.container-fluid-footer {
    background-color: var(--color-primario);
    width: 100%;
    margin-top: 100px;
    margin-bottom: 0px !important;
    position: relative;
    padding: 120px 80px 23.5px 80px;
    bottom: 0 !important;
}

@media screen and (max-width: 576px) {
    .container-fluid-footer {
        padding-top: 350px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.icon-footer {
    color: black;
}

.row-1 {
    border-radius: 20px;
    border: 2px solid var(--color-border);
    background-color: #fff;
    position: absolute;
    top: -100px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}



@media screen and (max-width: 576px) {
    .row-1 {
        margin-right: 5px;
        padding-left: 10px
    }

    .form-card input {
        /*margin-left: 10px*/
    }
}

.btn-orange {
    background-color: var(--color-secundario) !important;
    color: #000 !important;
    height: 40px;
    padding: 2px 10px 6px 10px !important;
}

    .btn-orange:hover {
        background-color: #100f0f !important;
        color: #fff !important;
        height: 40px;
        padding: 2px 10px 6px 10px !important;
    }

.heading {
    color: #ab5858
}

.img-1 {
    width: 120px;
    height: 120px;
    margin-top: 16px;
    margin-bottom: 5px
}

@media screen and (max-width: 576px) {
    .img-1 {
        visibility: hidden
    }
}

.row-2 {
    border-radius: 20px;
    border: 2px solid var(--color-border);
    background-color: var(--color-terciario);
    /*color: #fff;*/
    color: forestgreen;
    padding-top: 10px;
    position: relative;
    margin-bottom: 20px;
}

.block-item {
    text-align: center;
    width: 20%;
    margin-top: 20px;
    padding-left: 3px;
    padding-right: 3px
}

@media screen and (max-width: 576px) {
    .block-item {
        width: 80%;
        margin-right: auto;
        margin-left: auto
    }
}

.fa {
    font-size: 30px
}

.desc {
    font-size: 14px
}

.block-footer {
    padding-bottom: 20px
}

.footer-headings {
    color: #ab5858;
    border-bottom: 1px #f25769 solid;
    padding-bottom: 10px;
}

.list-items {
    /*=======DEMO========*/
    /*  color: #fff;*/
    /*=======LABONITA========*/
    color: #000;
    margin-bottom: 0px;
    font-size: 14px
}

@media screen and (max-width: 576px) {
    .block-footer {
        width: 80%;
        margin-right: auto;
        margin-left: auto
    }
}

.img-g {
    width: 120px;
    height: 50px
}

.border-left {
    border-left: #FFB74D 1px solid !important;
    padding-left: 20px !important
}

@media screen and (max-width: 576px) {
    .border-left {
        border-left: none !important;
        padding-left: 0 !important
    }
}

.fa-sm {
    font-size: 15px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px
}



/****************************Barra Copyright************************/

.copyright {
    /*color: #fff*/
    color: #000
}

.bottomfooter {
    border-radius: 10px;
    background-color: var(--color-terciario);
}


@media (min-width: 1200px) {
    .container {
        width: 1248px !important
    }
}
