
.pt-10{
    padding-top: 10px;
}
.pt-20{
    padding-top: 20px;
}
.card{
    background: #fff !important;
    border-radius: 15px;
    padding: 2%;
    margin: 2%;
}
.HomeHeader, .HomeMain {
    background: #fff;
    position: relative;
    width: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

header {
    display: block;
    unicode-bidi: isolate;
}

.LegalHeader, .LegalHeader a {
    align-items: center;
    display: flex;
}

.LegalHeader {
    background: #36c;
    height: 60px;
    justify-content: flex-start;
    padding: 0 15px;
    width: 100%;
}

.LegalHeader a {
    height: 70px;
    padding: 7px;
    text-align: center;
}

.LegalHeader a img {
    height: 100%;
}

/*Ajuste nuevo footer*/
.HomeFooter {
    font-family: Nunito Sans,sans-serif;
    height: 200px !important;
    height: max-content;
    margin: 6em auto 0;
}
.HomeFooter .HomeFtContainer {
    
    background: url(../images/IMG-Footer.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0 5vw;
    width: 100%;
    }
.HomeFtContent p {
    text-align: left;
    padding: 0;
}

.HomeFooter .HomeFtContainer .HomeFtContent {
    padding: 70px 70px 30px;
}

.HomeFooter .HomeFtContainer .HomeFtContent {
    background: #fff;
    border: 3px solid #dfdfdf;
    border-radius: 15px;
    font-weight: 500;
    margin: -100px auto 0;
   /* max-width: 1364px;*/
    padding: 50px 80px 30px;
    position: relative;
    width: 80%;
}
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtHeader {
    margin-bottom: 1rem;
}
.HomeFtHeader p{
    color: #005833;
}
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtHeader .HomeFtTitle {
    font-size: 1.3rem;
}
.HomeTitle, .Title {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
}
.HomeFooter address {
    font-style: normal;
}

span.inline {
    display: block;
}

.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid {
    gap: 1.5rem;
}
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid {
    grid-gap: 3.5rem;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr 1fr .65fr;
    
}
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid .HomeFtDescription.First {
    margin-right: 1rem;
}
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid .HomeFtDescription p {
    font-size: 10pt;
    line-height: 17px;
    color: #000000;
}
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid .HomeFtSocial .HomeFtLogo {
    text-align: right;
}
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid .HomeFtSocial .HomeFtLogo img {
    max-height: 120px;
    width: 95%;
}
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid .HomeFtSocial .HomeFtSocialMedia {
    grid-gap: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3,1fr);
    padding: 0 .5rem;
}
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid .HomeFtSocial .HomeFtSocialMedia .SocialMediaItem {
    text-align: center;
    transition: .25s;
}
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid .HomeFtSocial .HomeFtSocialMedia .SocialMediaItem a {
    text-decoration: none;
}
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid .HomeFtSocial .HomeFtSocialMedia .SocialMediaItem img.SocialMediaIcon {
    height: 60px;
}


.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid .HomeFtSocial .HomeFtSocialMedia .SocialMediaItem .SocialMediaText {
    color: #005833;
    font-size: .8rem;
    font-weight: 700;
    text-align: center !important;
}
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtLinks {
    padding-top: 1rem;
    text-align: center;
}
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtLinks a {
    color: #005833;
    font-size: 8pt;
    margin-right: 20px;
    text-decoration: none;
}
.HomeFtLegal {
    background: #36c;
    height: 120px;
    padding: 18px;
    text-align: center;
    width: 100%;
}
.HomeFtLegal img {
    height: 100%;
    margin: 0 30px 0 0;
}

@media (max-width: 800px) {
.HomeFooter .HomeFtContainer {
    padding-top: 40px;
}
}

@media (max-width: 500px){
.HomeFooter .HomeFtContainer .HomeFtContent {
    padding: 11vw 8vw;}
}
@media (max-width: 1200px){
.HomeFooter .HomeFtContainer .HomeFtContent {
    padding: 60px 60px 30px;
    width: 90%;
}
}
@media (max-width: 500px){
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtHeader .HomeFtTitle {
    font-size: 4vw;
    }   
}
@media (max-width: 500px) {
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtHeader .HomeFtSubTitle {
    font-size: 3vw}
}

@media (max-width: 500px){
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid {
    display: block;
    margin: 4vw 0;
   }
}

@media (max-width: 800px){
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid .HomeFtDescription.First {
    margin-right: 0;
  }
}

@media (max-width: 500px){
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid .HomeFtDescription p {
    font-size: 2.2vw;
    line-height: 4.2vw;
   }
}

@media (max-width: 800px){
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid .HomeFtSocial {
    align-items: center;
    display: flex;
    flex-direction: column;
    grid-column-end: 3;
    grid-column-start: 1;
    margin-top: 1rem;
    max-width: none;
   }
}

@media (max-width: 500px){
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid .HomeFtSocial .HomeFtLogo {
    width: 90%;
}
}
@media (max-width: 800px){
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid .HomeFtSocial .HomeFtLogo {
    text-align: center;
 }
}

@media (max-width: 500px){
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtInfoGrid .HomeFtSocial .HomeFtSocialMedia {
    gap: 7vw;
    width: 90%;
}}

@media (max-width: 500px){
.HomeFooter .HomeFtContainer .HomeFtContent .HomeFtLinks {
    padding-top: 0.5rem;
   }
}