/*@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Noto+Sans:wght@700&family=Open+Sans:wght@300&display=swap');
*/


.footer{
width: 100%;
/*
background: linear-gradient(to bottom,
    rgba(161, 231, 96, 0.746),
    rgba(67, 67, 71, 0.938));
margin-top: 20px;*/


/*background: linear-gradient(to bottom,
rgba(89, 207, 50, 0.6),
rgba(224, 231, 219, 0.746),

rgba(199, 199, 218, 0.6)
);*/
background: linear-gradient(to bottom,
rgba(200, 236, 188, 0.6),


rgba(199, 199, 218, 0.6)
);
}

.footer .dato-1{
width: 100%;
max-width: 1200px;
margin: auto;
display: grid;
/*con las siguientes lineas de codigo dividimos en 3*/
grid-template-columns: repeat(3, 1fr);
grid-gap: 50px;
padding: 45px 0;
}
/*
.img-dato{
    width: 100%;
    height: 100%;
    display: flex;

    justificado hor
    justify-content: center;
    /*justificado ver

    align-items: center;
}*/
.img-dato{
    width: 180px;
    filter: brightness(1.1);
    mix-blend-mode: multiply;

}

.title-footer{
    color:var(--text-color-inver);
    margin-bottom: 25px;
    font-size: 20px;
}

.text-footer{
    color: var(--color4);
}

.redes-sociales >a {
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #f2f2f2;
    margin-right: 10px;
    background-color: rgb(67, 136, 136);
    text-align: center;
    transition: all 300ms ease;
}
.redes-sociales >a:hover{
    color: rgb(46, 41, 51);

}
.dato-2{
    /*
  background-color: #0a1a2a;*/
  background-color: black; 
  padding: 15px 10px;
  text-align: center;
  color: #f2f2f2; 
}
.dat0-2 .small{
    font-size: 15px;
}
.dato-caja .span{
    color: #0000;
}

@media screen and (max-width: 700px){
    .footer .dato-1{
        width: 90%;
       
        /*con las siguientes lineas de codigo dividimos en 3*/
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
        padding: 35px 0;
        }

        .title-footer{
            color:var(--text-color-inver);
            margin-bottom: 25px;
            font-size: 20px;
            text-align: center;
            align-items: center;
            
        }

        .text-footer{
            color: var(--text-color-inver);
        }
        .redes-sociales >a{
            display: flex;
            justify-content: center;
            padding: 10px;
            max-width: 980px;
            margin: 6px auto;
            font-weight: bold;
            text-align: center;
            width: 60px;
            text-align: center;
            

        }
        .img-wats{
            width: 20px;
        }
        
}