/*
Theme Name:  BNGTech child theme
Description: Tema hijo para hacer personalizaciones de código
Author:      David Lorenzo
Author URL:  https://tu-sitio.com
Template:    bngtech
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bngtech-child
*/

@media screen and (max-width: 600px) {
	.department__box svg {
		width : 150px;
	}

	.department__box--icon {
		text-align:center;
	}
}

.banner-wrap .bannertext__2 {
	background: rgba(0, 0, 0, 0.3);
    padding-top: 18px;
     padding-right: 20px; 
    padding-bottom: 19px;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}