
.footer{
    background:  #006466;
}
.footer .title strong{
	display: block;

}

.footer-row a{
    text-decoration: none;
}
.footer-row .footer_2 a:hover{
    color: #E8C981;
}
.line_footer{
    width: 90%;
    height: 1px;
    position: relative;
    left: 5%;
    background: linear-gradient(90deg, rgba(196, 196, 196, 0) 0%, rgba(196, 196, 196, 0.5) 43.36%, rgba(196, 196, 196, 0) 100%);
}

div#back-top {
    height: 60px;
    position: fixed;
    overflow: hidden;
    width: 60px;
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    right: 20px;
    bottom: 100px;
    z-index: 89;
}
div#back-top a {
    
    line-height: 50px;
    background: #5d5d5d;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
}
div#back-top a svg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.midle-footer { 
    color: #FFFFFF;
}
.logo-footer{
    display: block;
    max-width: 200px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 15px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 15px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 15px;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 15px;
}
@media(max-width: 767px){
    .footer-row{
        display: block;
    }
    .logo-footer{
        max-width: 200px;
        margin:  0 auto 30px;
    }
    
    div#back-top {
        height: 40px;
        width: 40px;
        right: 10px;
    }
    div#back-top a {
        width: 34px;
        height: 34px;
        top: 3px;
        left: 3px;
    }
    .menu-footer li a{
        font-size: 12px; 
    }
  
}
