/*
Theme Name: Proyecto Web
Theme URI: ""
Description: Aplicación web, diseño, desarrollo.
Author: Proyecto Web
Version: 1.0
License: GNU General Public License
License URI: Tema preparado para SGP
License: GNU General Public License
License URI: license.txt
Tags: aplicacion web,  diseño web, desarrollos web
*/

@media (max-width: 767px) {
  .footer_info {
    display: grid!important;
    grid-template-columns: 1fr 1fr!important;
    gap: 0 20px!important;
    max-width: 100%!important;
  }
  .footer_info_phone,
  .footer_info_email {
    margin: 20px 0 0 0!important;
  }
  .footer_info_address {
    grid-column: 1 / 3;
    margin: 20px 0 0 0;
    justify-content: center;
  }
 

  .footer_info_email{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer_info_address .footer_info_text{
    max-width: 175px;
  }

  .footer_partners_img{
    width: 300px;
    margin-top: 15px;
  }

  .footer_bottom{
    display:block;
  }

  .footer_bottom .footer_menu{
    display: grid;
   
  }

  .footer_bottom .footer_menu > div{
    display:none;
  }
   .footer_bottom .footer_menu > div:last-child{
    display:block;
    width: 100%;

   }

   

   .footer_menu_link{
    text-align: center;
   }

   .footer_top{
    padding-bottom: 10px;
   }

   .footer_bottom{
    padding-bottom:0px;
   }
}

