div#footer {
    background: #0069B4;
}
div#info-row a {
    color: #000;
}

div#info-row a:hover {
    text-decoration: none;
}

div#info-row a:hover .svg-info > svg {
    transform: rotate(90deg);
}
.col-12.logo-footer {
    padding: 5rem;
    text-align: center;
}

.accordion ul {
    display: block;
    position: relative;
}

span.svg-info svg {
  transition: all 1s ease;
}

span.svg-info:hover a > svg {
    transform: rotate(90deg);
    transition: all 1s ease;
}
.accordion li:nth-child(1) {top: 0;}

.accordion li {
    padding: 0 1rem;
    color: #000;
    font-family: 'Helvetica Neue';
    font-size: 18px;
    line-height: 35px;
    color: #fff;
}

.accordion li:nth-child(2) {
    top: 0;
}

.card-header {
    background-color: transparent!important;
    border: none;
}

.card {
    background: transparent;
    border-color: #fff;
}

span.lato-a {
    display: inline-block;
    font-family: 'Helvetica Neue';
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    width: 90%;
}

span.lato-b {
    position: absolute;
    bottom: auto;
    display: inline-block;
    width: 9%;
    text-align: right;
}

.btn-link {
    width: 100%;
    text-align: left;
}

button.btn.btn-link[aria-expanded="true"] .lato-b {
    position: absolute;
    top: 40px;
    right: 40px;
    transform: rotate(90deg);
    width: auto;
}
div#footer2 ul li span {
    display: inline-block;
}
div#footer-big-menu {
    background: #0069B4;
    padding: 5rem 3rem;
}

div#footer-big-menu ul {
    display: block;
    position: relative;
}

div#footer-big-menu ul li {
    padding: 0;
    top:0;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    line-height: 28px;
}

h3.title-menu {
    font-size: 18px;
    line-height: 26px;
}

div#footer-big-menu p {
    font-family: 'Helvetica Neue';
    font-size: 16px;
    max-width: 300px;
    color: #fff;
    line-height: 22px;
}
div#copy {
    background: #0069B4;
    padding: 0 3rem;
    color: #fff;
}

div#copy ul {
    display: inline-block;
    position: relative;
    text-align: right;
}

div#copy ul li {
    padding: 0;
    top: 0;
    display: inline;
    font-family: 'Helvetica Neue';
    font-size: 14px;
    line-height: 26px;
    margin-right: 2rem;
}

p.copyright {
    font-family: 'Helvetica Neue';
    font-size: 16px;
    line-height: 26px;
}

div#copy ul li:nth-last-child(1) {
    margin: 0!important;
}
div#sitemap {
    padding: 1rem 0;
    background: #004fb4;
}

span.sitemap {
    display: block;
    font-family: 'Helvetica Neue';
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
span.wpcf7-list-item-label {
    color: #fff;
}
h3.title-menu {
    letter-spacing: 1px;
}

  #collapse2 .wpcf7 {
    max-width: 100%;
}

#collapse2 .wpcf7 input {
    padding: 2rem;
}

input[type="checkbox"] {
    padding: 0 2rem!important;
}

#collapse2 input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 1.5rem 2rem 2.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #0069B4;
}

#collapse2 input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #0069B4;
    color: #fff;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
    background: transparent;
}
div#footer-big-menu a:hover {
    color: #fff;
}
div#copy a:hover {
    color: #fff;
}
span.wpcf7-form-control.wpcf7-acceptance span {
    color: #000;
    font-family: 'Montserrat';
}

.card-body a:hover {
    text-decoration: underline!important;
}
@media(max-width: 991px) {
    button.btn.btn-link[aria-expanded="true"] .lato-b {
                    top: 10px!important;
                    right: 10px!important;
                }   
}