footer{
    background-color: #f2f2f2;
    padding: 65px 0 80px 0;
}
.logoFooter{
    width: 100%;
    max-width: 168px;
    height: auto;
}
footer ul li{
    list-style: none;
    display: inline-block;
}
.navFooter{
    display: flex;
    flex-wrap: wrap;
}
.navFooter ul{
    width: 48%;
    margin-right: 3%;
}
.navFooter ul:last-child{
    margin-right: 0;
}
.navFooter ul li{
    display: block;
    padding: 10px 0;
}
.navFooter ul li a{
    font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.navFooter ul li a:hover {
    opacity: .6;
}
.flexFooter{
    display: flex;
    flex-wrap: wrap;
}
.flexFooter > div{
    width: 40%;
    margin: 0 5%;
}
.flexFooter > div:first-child{
    width: 20%;
   margin: 0;
}
.flexFooter > div:last-child{
    width: 30%;
    margin: 0;
}
.legales{
    border-top: solid #e8e8e8 2px;
    max-width: 915px;
    margin: auto;
    padding: 0 50px;
    padding-top: 30px;
    margin-top: 35px;
}
.legales p{
    font-size: 11px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
}
.logosListfooter{
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.logosListfooter li{
    margin-right: 2%;
    width: 30%;
}
.logosListfooter li:last-child{
    margin-right: 0;
}
.suscriptionBlog p{
    font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #009345;
}
.suscriptionBlog input{
    border-radius: 3px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    width: 100%;
    max-width: 251px;
    height: 36px;
    padding: 0 15px;
}

.suscriptionBlog input::-webkit-input-placeholder { /* Edge */
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #000000;
}
  
.suscriptionBlog input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #000000;
  }
  
.suscriptionBlog input::placeholder {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    color: #000000;
}
.redesFooter{
    margin-top: 40px;
    text-align: center;
    max-width: 168px;
}
.redesFooter img{
    min-height: 26px;
    width: auto;
    max-width: 26px;
    height: auto;
}
.redesFooter li {
    margin-right: 25px;
}
.redesFooter li:last-child {
    margin-right: 0px;
}
.redesFooter li a{
    font-size: 26px;
    color: #b3b3b3;
}
.redesFooter li a:hover{
    color: #009345;
}
.cotiza_linea_icon{
    position: fixed;
    bottom: 100px;
    left:50%;
    width: 270px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    z-index: 2;
    transition: .5s;
    cursor: pointer;
}
.cotiza_linea_icon.position{
    bottom: 10px;
    transition: .5s;
}
.cotiza_linea_icon > a{
    display: flex;
    align-items: center;
}
.cotiza_linea_icon div.iconCotiza{
    width: 77px;
    height: 77px;
    background-color: #be1e2d;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cotiza_linea_icon p{
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.8px;
    text-align: center;
    color: #ffffff;
    background-color: #be1e2d;
    border-radius: 5px;
    height: auto;
    padding: 10px 20px;
    position: relative;
    left: -10px;
}

.footer-text p{
	   text-align: left;
    color: #787878;
    font-size: 0.7em;
    line-height: 1.5em;
}

.footer-text{
	padding: 10px;
}

@media(max-height:900px){
    .cotiza_linea_icon {
        bottom: 25px;
    }
}
@media(max-width:630px){
    .flexFooter > div {
        width: 100% !important;
        margin: 15px 0  !important;
    }
}
@media(max-width:480px){
    .redesFooter {
        margin: auto;
        margin-top: 40px;
        
    }
    .flexFooter > div:first-child {
        text-align: center;
    }
    .navFooter ul {
        width: 100%;
        margin-right: 0;
    }
    .legales {
        padding: 10px 0px 0 0;
    }
    footer {
        padding: 45px 0 80px 0;
    }
    .cotiza_linea_icon p{
        display: none;
    }
    .cotiza_linea_icon {
        width: auto;
    }
    .iconCotiza{
        background-color: rgba(190, 30, 45,0.9) !important;
    }
    .cotiza_linea_icon {
        bottom: 10px;
    }
}