﻿

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Maven Pro', sans-serif;
    line-height: 1;
    font-weight: 400;
    color: #555;
    /*margin-bottom: 60px;*/
    /* padding-top: 4.5rem;*/
}

main {
    padding-top: 50px;
}


.container {
    /* 1140px */
    max-width: 120rem;
    padding: 0 3.2rem;
    margin: 0 auto;

}

.grid {
    display: grid;
    column-gap: 6.4rem;
    row-gap: 9.6rem;
    /*  margin-bottom: 9.6rem; */
}

/*@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .container {
        padding: 0 .5rem;
    }


  
}


/*html,
body {
    height: 100%;
}*/


.bg-azul {
    background-color: #164a8d;
}

.headign {
    color: #249c4d;
}

.header-azul {
    color: #164a8d;
    font-weight:bold;
}

.subheader-azul {
    color: #164a8d;
    font-weight: bold;
}

.txtVerde {
    color: #249c4d;
}
.txtAzul {
    color: #164a8d;
}


/* ################################# */
/* FOOTER SECTION */
/* ################################# */

.footer {
    padding: 12.8rem 0;
    border-top: 1px solid #eee;
}

.grid--footer {
    grid-template-columns: 5fr 1.5fr 4fr ;
    padding-left:5px;
}

.logo-col {
    display: flex;
    flex-direction: column;
}

.footer-heading {
    font-size: 1.8rem;
    font-weight: 500;
    /* margin-bottom: 4rem;*/
    text-decoration: none;
}

.contacts {
    font-style: normal;
    font-size: 1rem;
    line-height: 1.6;
}

.address {
    margin-bottom: 2.4rem;
}

.footer-logo {
    display: block;
    margin-bottom: 1.2rem;
}

.social-links {
    list-style: none;
    display: flex;
    gap: 2.4rem;
}

.copyright {
    font-size: 1rem;
    color: #767676;
    line-height: 1.6;
    margin-top: auto;
}

.social-icon {
    height: 2.4rem;
    width: 2.4rem;
}

.footer-nav {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.footer-link:link,
.footer-link:visited {
    text-decoration: none;
    font-size: 1.6rem;
    color: #767676;
    transition: all 0.3s;
}

.footer-link:hover,
.footer-link:active {
    color: #164a8d;
}

.card_fake{
    height:300px;
}