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



footer{
    width: 100%;
    font-family: sans-serif;
    color: #fff;
}

.footer-container{
    width: 100%;
	background: rgb(20, 57, 96);
    margin-top: 0.45px;
    border-bottom: .5px solid gray;
 }

.footer-main{
    width: 98%;
    max-width: 1000px;
    margin: auto;
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;


}


.footer-main .footer-columna{
    width: calc(100% / 3);
    text-align: justify;

 }


.footer-main .footer-columna:nth-child(2){
    padding: 0 20px;
}

.footer-main .footer-columna h3{
    font-size: 22px;
    color: gray;
    margin-bottom: 20px;
}

.footer-main .footer-columna input[type="email"]{
    border: none;
    width: 70%;
    border: 2px solid gray;
    font-size: 14px;
    padding: 10px;
    font-family: sans-serif;
    background-color: whitesmoke;
    border-radius: 1em/2em;

}


.footer-main .footer-columna input[type="submit"]{
    border: none;
    background: whitesmoke ;
    color: gray;
    padding: 10px 40px;
    font-size: 18px;
    margin-top: 10px;
    cursor: pointer;
    font-family: sans-serif;
/*  border-color: brown saddlebrown;
    border-width: 1px 5px 1px;
    border-style: solid solid solid;
    border-radius: .5em;
    border: ridge black;
    border-radius: 13em/3em;border-radius: .5em;
    border: ridge black; */
    border-radius: 1em/2em;
}


.footer-main .footer-columna span p{
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 15px;
    font-family: sans-serif;
    padding-left: 1px;
}

.fa-envelope{
	width: 100%;
}


.footer-copy-redes{
    width: 100%;
    background: #24282b;
	background: rgb(20, 57, 96);
	/* background: rgb(7, 72, 136); */

}

.main-copy-redes{
    width: 98%;
    max-width: 1000px;
    padding: 15px 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-align-items:center;
    align-items: center;
    color: #fff;
}


.main-copy-redes .footer-copy{
    width: 70%;
}


.main-copy-redes .footer-redes{
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-copy-redes .footer-redes a{
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
}


@media screen and (max-width:750px){
    .info-main{
        padding: 30px 100px;
    }

    .footer-main .footer-columna{
        padding: 0 10px;
    }

    .footer-main .footer-columna h3{
        font-size: 28px;
    }

    .footer-main .footer-columna p{
        font-size: 14PX;
    }
}


@media screen and (max-width:640px){

    .footer-main{
        padding: 10px 0;
    }

    .footer-main .footer-columna{
        width: 100%;
        text-align: center;
        margin: 10px 0
    }


    .footer-main .footer-columna h3{
        margin-bottom: 5px;
    }


    .footer-main .footer-columna span{
        display: block;
    }

    .main-copy-redes .footer-copy{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }


    .main-copy-redes .footer-redes{
        width: 80%;
        margin: auto
    }



}







