*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;

}

/*-----------------FOOTER----------------------*/

.footer-wrapper{
    width: 100%;
    background: #004BA0;
    display: flex;
    justify-content: space-around;
    color: white;
    padding: 20px 0;
    overflow: hidden;
  
}
.ft-contacto-title{
    font-size: 1.4em;
    margin-bottom: 5px;
    font-weight: 500;
}

.ft-datos-contacto-wrapper{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0px 40px;
    padding-left: 100px;
}

.ft-contacto-datos{
    display: flex;
    align-items: center;
}
.ft-icon-wrapper{
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.ft-icon{
    height: 100%;
}

.ft-text{font-size: .8em; font-weight: normal;}
.ft-text-disclaimer{
    font-size: 0.8em;
    font-weight: normal;
    color: #00E575;
}



.divider-vertical{
    height: 90px;
    width: 2px;
    background: #00E575;
    margin:0px 50px;
}

.ft-form-wrapper{
    width: 50%;
    padding-right: 100px;
}
.form{
    display: flex;
    flex-direction: column;
}

.input-footer{
    background: #004BA0;
    border: 0px;
    border-bottom: 1px solid white;
    height: 50px;
}

.btn-primary{
    width: 140px;
    height: 40px;
    border-radius: 5px;
    background:#ffffff;
    border: 0px;
    margin-top: 10px;
}
.social-media-wrapper{
    background: #1976D2;
    display: flex;
    align-items: center;
    height: 50px;
    overflow: hidden;
    color:white;
    width: 100%;
}
.link-red-footer{
    display: flex;
    justify-content: center;
    align-items: center;
}
.red-footer{width: 100%;}

.social-media-wrapper{
    overflow: hidden;
}
.link-red-footer {width: 35px;}
.siguenos{padding-left: 100px;}

/*-----------------FOOTER----------------------*/




@media only screen and (max-width: 780px) {


    .footer-wrapper {flex-direction: column;}

    .ft-datos-contacto-wrapper {
        width: 100%;
        padding: 0px;
        padding-left: 20px;
    }
    .ft-form-wrapper {
        width: 90%;
        padding-right: 0px;
        margin-top: 50px;
        padding-left: 20px;
    }
    .divider-vertical{
        display: none;
    }
    .input-footer{
        width: 70%;
    }
 
    .siguenos{
        padding-left: 20px;
    }


}
