* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.justi{
  text-align: justify;
}

.conte{
  width:105%;
  height:125px;
  overflow:auto;
}


.fo{
    margin-bottom: -50px;
}

.top-c{
    background: #007cc2;
}


.img-m{
    margin-top: -13%;
    margin-bottom: -13%;
}

.ve{
    background: #e9eaec;
    padding-bottom: 2%;
}

.n{
    background: #52433a;
}

.n-1{
    background: #9d8677;
    margin: 0px;
}

.n-2{
    background: #b49d90;
}

.ni-1{
    margin-left: -12px;
    padding: 0px;
}

.mc{
    margin-left: -12px;
}

.contactos{
    background: #3e9984;

}

.fa{
    text-decoration: none;
    color: white;
}

.card__copy{
    margin-top: 20px;
}

.card__container{
    width: 99%;
    margin: 0 auto;
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(4,1fr);
    grid-gap: 20px;
    grid-template-areas:
    ".      card1   .    "
    "card2  card1   card3"
    "card2  card4   card3"
    ".      card4   .   ";
}

.card__item{
    padding: 20px;
    background: #fff;
    border-top: 5px solid #667eea;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card__img{
    background: var(--color-primary);
    margin-top: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card__title{
    margin: 20px 0;
    font-size: 1.5rem;
}

.card__paragraph{
    font-weight: 300;
    margin-bottom: 20px;
}

.card__item:nth-last-of-type(1){
    grid-area: card1;
}

.card__item:nth-last-of-type(2){
    grid-area: card2;
}

.card__item:nth-last-of-type(3){
    grid-area: card3;
}

.card__item:nth-last-of-type(4){
    grid-area: card4;
}

nav{
  width: 100%;
  position: fixed;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    z-index: 2;
}


.nav1{
  height: 80px;
  color:#fff;
}

.nav2{
    background: red;
    height:20%;
    color:#000;
}
