/*
0.FOOTER :: General
1.FOOTER :: Suscripción Newsletter
2.FOOTER :: Modal
3.FOOTER :: Footer principal
4.FOOTER :: Footer Bottom
5.FOOTER :: Footer area medica
*/


/*------------------------------------
1.FOOTER :: General
------------------------------------*/
footer.md {
    margin-top: 0px;
}

/*------------------------------------
1.FOOTER :: Suscripción Newsletter
------------------------------------*/
footer #suscripcion {
    background: #eceff2;
    padding: 30px 20px;
}

footer #suscripcion .container {
    max-width: 1080px;
}

footer #suscripcion .col-md-4,
footer #suscripcion .col-md-8 {
    margin: 0;
}

footer #suscripcion .col-md-4 {
    padding-right: 0;
}

footer #suscripcion .col-md-4 p.subttl {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1em;
    color: #243749;
}

footer #suscripcion .col-md-4 p.txt {
    letter-spacing: 0.25px;
    line-height: 1em;
    margin: 5px 0 0;
    position: relative;
    left: -1px;
}

footer #suscripcion form {
    width: 100%;
}

footer #suscripcion form .form-control {
    line-height: 28px;
    border-color: #243749 !important;
}

footer #suscripcion form button.btn-devicare {
    padding: 9px 0px
}

#checkSuscribirme + label {
  color: #243749;
  font-size: 14px;
}

#checkSuscribirme + label a{
  color: #243749;
  text-decoration: underline !important;
}

.pre_checkbox{margin-bottom: -35px!important;}

/*------------------------------------
2.FOOTER :: Modal
-------------------------------------*/
footer #suscripcion .modal {
    background: rgba(36,55,73,.35);
}

footer #suscripcion .modal .modal-dialog {
    margin-top: 25%;
}

footer #suscripcion .modal p.txt {
    max-width: 85%;
    margin-bottom: 0;
}

footer #suscripcion .modal span {
    color: #83889e;
}

footer #suscripcion .modal button:hover span {
    color: #dc3545;
}


/*------------------------------------
3.FOOTER :: Footer principal
------------------------------------*/
footer #footer {
    background: #243749;
    padding: 30px 0;
}

footer #footer .col-md-4,
footer #footer .col-md-8,
footer #footer .col-md-8 .col-md-3:nth-child(1) {
    margin: 0;
    padding: 0;
}

footer #footer .col-md-8 .col-md-3:nth-child(3) {
    flex: 0 0 21%;
    max-width: 21%;
}

html[lang="fi"] footer #footer .col-md-8 .col-md-3:nth-child(3) {
    flex: 0 0 27%;
    max-width: 27%;
}

html[lang="pt"] footer #footer .col-md-8 .col-md-3:nth-child(3) {
    flex: 0 0 25%;
    max-width: 25%;
}

footer #footer h6 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
    line-height: 1em;
}

footer #footer ul {
    padding: 0;
    margin: 0;
}

footer #footer ul li {
    list-style: none;
    text-align: left;
}

footer #footer ul li a {
    font-size: 13px;
    color: #a1b1bc;
    font-weight: 400;
}

footer #footer ul li a:hover {
    color: #1fb7e0;
}

footer #footer .col-md-4 {
    position: relative;
}

footer #footer .cards-md {

    width: 100%;
    position: absolute;
    bottom: 0;

}

footer #footer h5.uk {
  font-size: 12px;
  color: #a1b1bc;
  font-weight: 400;
  text-transform: initial;
  text-align: right;
  line-height: 18px;
  margin-right: 47px;
}

footer #footer .social-md li {
    margin-left: 5px;
}

footer #footer .social-md a {
    opacity: 1;
    font-size: 25px;
}

footer #footer .social-md a i {
    color: #ffffff;
}

footer #footer .social-md a:hover i {
    color: #00b9ea;
}


/*------------------------------------
4.FOOTER :: Footer Bottom
------------------------------------*/
footer #footer-bottom {
    background: #222533;
    padding: 12px 0;
}

footer #footer-bottom p.txt {
    color: #ffffff;
    font-size: 14px;
    margin: 0 auto;
    line-height: 1em;
    display: block;
    width: 100%;
}
/*------------------------------------
5.FOOTER :: Footer medical area
------------------------------------*/
#footer-1{background-color: #F6FBFF;}
#footer-1 .row, #footer-2 .row{height:80px}
#footer-1 h5{ color:#3F6A92;}
#footer-2{background-color: #243749;}
#footer-2 h5{ color:#fff;}
#footer-2 div a{ color:#fff; text-decoration: none; font-size: 20px;}
#am-footer #suscripcion {background: #243749}
