#footer {
    background: #303923;
    padding: 32px calc(calc(100% / 12) / 2);
}
#footer .modal-body {
    background: #ffffff !important;
}

#footer .ventaja p {
    margin-bottom: 0px;
    color: var(--Color-Content-General-1, #2C2C2C);
    font-family: "IberPangea Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

p.subtitulo-privacidade {
    padding: 16px 8px 24px 16px;
}

#footer .ventaja img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-bottom: 0px !important;
}
.subtitulo-privacidade{
    color: #2C2C2C;
    font-size: 14px;
    font-family: IberPangea Text;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

#footer .card-body {
    padding: 32px 64px;
}
#footer .mb-0.titulo.h5{
    color: #2C2C2C !important;
    font-size: 16px !important;
    font-family: IberPangea Text !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    word-wrap: break-word !important;
}
a.text-white.pr-2.border-right {
    font-size: 12px;
}
a.text-white.pl-2.mb-2.mb-md-0.px-md-2.border-md-right {
    font-size: 12px;
}
a.text-white.pl-md-2.optanon-show-settings {
    font-size: 12px;
}

#footer a {
    line-height: 20px;
    border-color: #FFFFFF;
}

#footer a:hover,
#footer a:focus {
    text-decoration: underline;
}

#footer p {
    font-size: 12px;
    line-height: 18px;
}

#footer .modal-dialog {
    color: #707070;
    width: auto;
    max-width: 960px !important;
    min-width: unset;
    position: relative;
}

#footer .modal-dialog .modal-content {
    box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    padding: 56px 16px 32px 0;
}

#footer #legal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: 'Lato-Regular';
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #2C2C2C;
}

#footer #privacidad .modal-dialog .modal-content .modal-header .modal-title {
    font-family: 'Lato-Regular';
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #2C2C2C;
    white-space: normal !important;
}

#footer .modal-dialog .modal-content .modal-header .modal-title>span {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #2C2C2C;
}

#footer .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: 16px;
    top: 16px;
}

#footer .modal-dialog .modal-content .title {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

#footer .modal-dialog .modal-content .content {
    font-size: 14px;
    line-height: 24px;
}

#footer .modal-dialog .modal-content .content a {
    color: #387002;
    font-weight: bold;
}

#footer .modal-dialog .modal-content .content a:hover,
#footer .modal-dialog .modal-content .content a:focus {
    text-decoration: underline;
}


#footer .modal-header {
    border-style: none !important;
    border-width: 0 0 0 0 !important;
    height: auto !important;
    display: block;
    margin-bottom: -43px;
}

h3.modal-title.text-center.mb-2 {
    margin-bottom: -45px !important;
}

h3.termino-condicion-modal {
    padding-top: 16px;
    color: #2C2C2C;
    font-size: 24px;
    font-family: IberPangea;
    font-weight: 600;
    line-height: 32px;
}

#footer .modal-body {
    padding: 16px 40px !important;
    align-items: normal !important;
}

#footer .modal-body p {
    text-align: left !important;
    margin-bottom: 0px;
    color: var(--Color-Content-General-1, #2C2C2C);
    font-family: "IberPangea Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
#footer .modal-body p .texto-incluido {
    color: #2C2C2C !important;
    font-family: IberPangea  !important;
    font-size: 18px  !important;
    font-weight: 600  !important;
    line-height: 24px  !important;
}
#footer #legal .modal-body::-webkit-scrollbar-thumb {
    background-color: #8ABD37;
}

#footer #privacidad .modal-body::-webkit-scrollbar-thumb {
    background-color: #8ABD37;
}

#footer #legal .modal-body::-webkit-scrollbar {
    width: 3px;
}

#footer #privacidad .modal-body::-webkit-scrollbar {
    width: 3px;
}

@media (min-width: 576px) {
    #footer #legal .modal-body {
        scrollbar-width: thin;
        scrollbar-color: #8ABD37 #E6E6E6;
    }

    #footer #legal .modal-body::-webkit-scrollbar-track {
        background: #E6E6E6;
        border-radius: 20px;
        margin-bottom: 0px;
    }

    #footer #legal .modal-body::-webkit-scrollbar-thumb {
        background-color: #8ABD37;
        border-radius: 20px;
    }

    #footer #privacidad .modal-body {
        scrollbar-width: thin;
        scrollbar-color: #8ABD37 #E6E6E6;
    }

    #footer #privacidad .modal-body::-webkit-scrollbar-track {
        background: #E6E6E6;
        border-radius: 20px;
        margin-bottom: 0px;
    }

    #footer #privacidad .modal-body::-webkit-scrollbar-thumb {
        border-radius: 20px;
    }
}

@media (min-width: 768px) {
    #footer {
        padding-bottom: 40px;
    }

    #footer a:not(:last-of-type) {
        border-right-width: 1px;
        border-right-style: solid;
    }

    #footer #legal .modal-body::-webkit-scrollbar-track {
        margin-bottom: 25px;
    }

    #footer #privacidad .modal-body::-webkit-scrollbar-track {
        margin-bottom: 25px;
    }
}

@media (min-width: 1200px) {
    #footer .formulario-margin {
        margin-right: 30px;
    }
}

@media (min-width: 1600px) {
    #footer .formulario-margin {
        margin-right: 0px;
    }
}

 .modal-body .texto-incluido  {
    color: #2C2C2C !important;
    font-family: IberPangea  !important;
    font-size: 18px  !important;
    font-weight: 600  !important;
    line-height: 24px  !important;
  }
  
 .modal .card-header {
    background-color: #fff;
    padding: 24px 16px;
    border-bottom: 2px solid #D8CFC7;
  }
 .modal .card-header:hover{
    background-color: #fff;
    padding: 24px 16px;
    border-bottom: 2px solid #00A443;
  }
  
 .modal.card-header p{
    color: #2C2C2C;
    font-family: "IberPangea Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    height: 24px;
  }