/* FONTS ------------------------------------------------- */

@font-face {
  font-family: 'RalewayRegular';
  src: url('../fonts/RalewayRegular.eot');
  src: url('../fonts/RalewayRegular.eot') format('embedded-opentype'),
       url('../fonts/RalewayRegular.woff2') format('woff2'),
       url('../fonts/RalewayRegular.woff') format('woff'),
       url('../fonts/RalewayRegular.ttf') format('truetype'),
       url('../fonts/RalewayRegular.svg#RalewayRegular') format('svg');
}

@font-face {
  font-family: 'MontserratRegular';
  src: url('../fonts/MontserratRegular.eot');
  src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
       url('../fonts/MontserratRegular.woff2') format('woff2'),
       url('../fonts/MontserratRegular.woff') format('woff'),
       url('../fonts/MontserratRegular.ttf') format('truetype'),
       url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}

@font-face {
  font-family: 'MontserratLight';
  src: url('../fonts/MontserratLight.eot');
  src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
       url('../fonts/MontserratLight.woff2') format('woff2'),
       url('../fonts/MontserratLight.woff') format('woff'),
       url('../fonts/MontserratLight.ttf') format('truetype'),
       url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
}

@font-face {
  font-family: 'MontserratBold';
  src: url('../fonts/MontserratBold.eot');
  src: url('../fonts/MontserratBold.eot') format('embedded-opentype'),
       url('../fonts/MontserratBold.woff2') format('woff2'),
       url('../fonts/MontserratBold.woff') format('woff'),
       url('../fonts/MontserratBold.ttf') format('truetype'),
       url('../fonts/MontserratBold.svg#MontserratBold') format('svg');
}

.fuentes {
	font-family: 'RalewayRegular';
  font-family: 'MontserratRegular';
  font-family: 'MontserratLight';
  font-family: 'MontserratBold';
}

/* GENERALES --------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'MontserratRegular';
	background-color: #15181e;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.center-block {
  float:none;
}

#divContenido1 {
	border-top: 3px solid #bcbcd5;
	background: url(../imagenes/contenido_bg.png) no-repeat center top #ecebf5;
}

#divContenido2 {
	padding: 21px 15px 7px 15px;
	margin: 0 auto;
	background: #fff;
}

.fotorama__html div,
.fotorama__html a {
    display: block;
    height: 100%;
    /* Transparent links are not clickable in IE,
       but non-existent background fixes this.
      (Put an empty 1×1 image here to avoid
       errors in console.) */
    background: url(_.gif);
}

/* HEADER ------------------------------------------------ */

#divHeader1 { background:#fff; }

#divHeader2 { margin:0 auto; }

#divHeader2 .menu a {
  font-family: 'RalewayRegular';
  color: #000;
  font-size: 19px;
  font-weight: bold;
  margin: 0 12px;
  text-transform: uppercase;
}

#divHeader2 .menu a:hover {
	color: #e00000;
	text-decoration: none;
}

@media (min-width: 100px) {
	#divHeader2 .logo img { margin:15px auto; }
	#divHeader2 .menu { padding:0 0 8px 0; text-align:center; }
}

@media (min-width: 768px) {
	#divHeader2 .logo img { margin:15px 0; }
	#divHeader2 .menu { padding:33px 0; text-align:right; }
}

#divNav1 { background:#ecebf5; }

#divNav2 { margin:0 auto; }




















































































/* FOOTER ------------------------------------------------ */

#footer { margin-bottom: 20px; }

#footer a {
	font-family: 'MontserratRegular';
  font-size: 12px;
  color: #b3b3b3;
	cursor: pointer;
	text-decoration: none;
	line-height: 18px;
}

#footer a:hover { color:#e00000; }

#footer p {
	font-family: 'MontserratRegular';
  font-size: 12px;
	color: #fff;
	cursor: default;
	line-height: 18px;
}

#footer .p { color:#b3b3b3; }

@media (min-width: 100px) {
	#footer { text-align:center; }
	#footer p { margin:0; padding:0; display:inline; }
	#footer .colsText { margin:0 0 10px 0; }
	#footer .pDisplay { display:inline; }
	#footer .colsImg .img1 { margin:15px auto 0 auto; max-height:70px; }
	#footer .colsImg .img2 { margin:15px auto 0 auto; max-height:40px; }
}

@media (min-width: 792px) {
	#footer { text-align:center; }
	#footer p { margin:0; padding:0; display:inline; }
	#footer .colsText { margin:0 0 10px 0; }
	#footer .pDisplay { display:inline; }
	#footer .colsImg .img1 { margin:15px auto 0 auto; max-height:80px; }
	#footer .colsImg .img2 { margin:15px auto 0 auto; max-height:40px; }
}

@media (min-width: 892px) {
	#footer { text-align:center; }
	#footer p { margin:0; padding:0; display:inline; }
	#footer .colsText { margin:0 0 10px 0; }
	#footer .pDisplay { display:inline; }
	#footer .colsImg .img1 { margin:10px auto 0 auto; max-height:90px; }
	#footer .colsImg .img2 { margin:10px auto 0 auto; max-height:45px; }
}

@media (min-width: 992px) {
	#footer { text-align:left; }
	#footer p { margin:0; padding:0; display:table; }
	#footer .colsText { margin:0 0 0 0; }
	#footer .pDisplay { display:none; }
	#footer .colsImg .img1 { margin:0 auto 0 auto; max-height:100px; }
	#footer .colsImg .img2 { margin:0 auto 0 auto; max-height:50px; }
}

/* BANNER ------------------------------------------------ */

.banner { overflow:hidden; max-height:200px; position:relative; }
.banner img { width:100%; display:block; }

.banner h1 {
	font-family: 'RalewayRegular';
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 10px;
    bottom: 5px;
}

/* REDES ------------------------------------------------- */

#redes { position:fixed; z-index:500; }
#redes a { display:block; }
#redes img { width:40px; height:40px; margin:2px 0; }

@media (min-width: 250px) { #redes { width:40px; top:170px; right:15px; } }
@media (min-width: 630px) { #redes { width:40px; top:90px; right:15px; } }

/* CONSULTA ---------------------------------------------- */

.consulta1 { 
	position:relative; 
	background-image: url(../imagenes/contacto_bg.jpg);
	background-size: cover;
	background-color: white;
}

.consulta2 {
	padding: 100px 15px;
	margin: 0 auto;
}

.consulta2 h1 {
	font-family: 'MontserratRegular';
	font-size: 30px;
	color: #e00000;
	font-weight: normal;
	padding: 0;
	margin: 0 0 30px 0;
	text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.consulta2 h2 {
	font-family: 'MontserratRegular';
	font-size: 24px;
	color: #e00000;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: bold;
}

.consulta2 .span1 {
	font-family: 'MontserratRegular';
	font-size: 15px;
	color: #343539;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.consulta2 .span2 {
	font-family: 'MontserratRegular';
	font-size: 15px;
	color: #b40000;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.consulta2 .btn {
	width: 110px;
    height: 32px;
    padding: 0;
    margin: 0;
    font-family: 'MontserratRegular';
    font-size: 14px;
    color: #343539;
    border: none;
    background: url(../imagenes/bg_boton1.gif) repeat-x;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

@media (min-width: 250px) {
	.consulta2 .col1 { padding:0 0 20px 0; text-align:center; }
	.consulta2 .col2 { padding:0 0 0 0; text-align:center; }
	.consulta2 .col2 textarea { height:100px; padding:4px 10px 0 10px; resize:none; }
	.consulta2 .col2 .btn { float:none; }
}

@media (min-width: 630px) {
	.consulta2 .col1 { padding:0 0 20px 0; text-align:center; }
	.consulta2 .col2 { padding:0 0 0 0; text-align:center; }
	.consulta2 .col2 textarea { height:130px; padding:4px 10px 0 10px; resize:none; }
	.consulta2 .col2 .btn { float:none; }
}

@media (min-width: 992px) {
	.consulta2 .col1 { padding:0 15px 0 0; text-align:inherit; }
	.consulta2 .col2 { padding:0 15px 0 0; text-align:inherit; }
	.consulta2 .col2 textarea { height:154px; padding:4px 10px 0 10px; resize:none; }
	.consulta2 .col2 .btn { float:right; }
}

/* HOME - DESTACADOS ------------------------------------- */

.destacado1 {
	border-top: 3px solid #bcbcd5;
	background: url(../imagenes/section_bg.jpg) no-repeat center top #fff;
}

.destacado2 {
	padding: 60px 15px 40px 15px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.destacado2 .h1 {
	font-family: 'MontserratRegular';
	font-size: 30px;
	color: #e00000;
	margin: 0 0 30px 0;
	padding: 0;
	font-weight: normal;
	text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.destacado2 .a1 {
	font-family: 'MontserratRegular';
	font-size: 20px;
	color: #79393b;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}

.destacado2 .destacados {
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}

.destacado2 .destacado {
	width: 164px;
	margin: 8px;
	padding: 5px;
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*-webkit-box-shadow: 0 0 5px 1px #919191;
	box-shadow: 0 0 5px 1px #919191;*/
	box-sizing: initial;
	display: inline-block;
}

.destacado2 .destacadoImg {
	width: 164px;
	height: 133px;
	text-align: center;
}

.destacado2 .destacadoTitle {
	width: 164px;
	font-family: 'MontserratRegular';
	font-size: 13px;
	color: #ff0000;
}

.destacado2 .destacadoCode {
	width: 164px;
	font-family: 'MontserratRegular';
	font-size: 12px;
	color: #4c5260;
}

.destacado2 .destacado a {
	width: 164px;
	height: 25px;
	padding: 7px 0 0 0;
	margin: 10px 0 0 0;
	font-family: 'MontserratRegular';
	font-size: 14px;
	color: #343539;
	text-decoration: none;
	text-align: center;
	background: url(../imagenes/bg_boton1.gif) repeat-x;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	box-sizing: initial;
}

/* HOME - CLIENTES --------------------------------------- */

.clientes1 { background:#fff; }

.clientes2 {
	padding: 25px 15px;
	margin:0 auto;
}

.clientes2 h1 {
	font-family: 'MontserratRegular';
	font-size: 30px;
	color: #e00000;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

/* .clientes2 img { margin: 15px 10px 10px 10px; } */

.clientes2 .cliente {
  position: relative;
  align-items: stretch;
  height: 100%;
}

.clientes2 .cliente img {
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter:    grayscale(100%);
  -ms-filter:     grayscale(100%);
  -o-filter:      grayscale(100%);
  opacity: 0.5;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
  float: none;
  margin: 15px auto;
}

.clientes2 .cliente img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter:    grayscale(0%);
  -ms-filter:     grayscale(0%);
  -o-filter:      grayscale(0%);
  opacity: 1;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1);
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
}

/* HOME - PROVEEDORES ------------------------------------ */

.proveedores1 { background:#fff; }

.proveedores2 {
	padding: 60px 15px;
	margin: 0 auto;
}

.proveedores2 h1 {
	font-family: 'MontserratRegular';
	font-size: 30px;
	color: #e00000;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.proveedores2 img { margin: 15px auto 10px auto; }

.proveedores2 .proveedorescont { padding:0 30px; }

.proveedores2 .proveedorescont img {
	-webkit-border-radius: 4px;
  border-radius: 4px;
}

.proveedores2 .galeria { margin:0 5px; }

.ekko-lightbox-container { height:inherit !important; }

.proveedores2 .slick-prev {
  left: 0;
  background: url(../imagenes/carrusel_arrow1.png) no-repeat;
}

.proveedores2 .slick-prev:hover, .proveedores2 .slick-prev:focus { background:url(../imagenes/carrusel_arrow1h.png) no-repeat; }

.proveedores2 .slick-next {
  right: 0;
  background: url(../imagenes/carrusel_arrow2.png) no-repeat;
}

.proveedores2 .slick-next:hover, .proveedores2 .slick-next:focus { background:url(../imagenes/carrusel_arrow2h.png) no-repeat; }

/* HOME - TRABAJOS REALIZADOS ---------------------------- */

.trabajos1 { background:#fff; }

.trabajos2 {
	padding: 60px 15px;
	margin: 0 auto;
}

.trabajos2 h1 {
	font-family: 'MontserratRegular';
	font-size: 30px;
	color: #e00000;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.trabajos2 .galeriacont { padding:0 30px; }

.trabajos2 .galeriacont img {
	-webkit-border-radius: 4px;
  border-radius: 4px;
}

.trabajos2 .galeria { margin:0 5px; }

.ekko-lightbox-container { height:inherit !important; }

.trabajos2 .slick-prev {
  left: 0;
  background: url(../imagenes/carrusel_arrow1.png) no-repeat;
}

.trabajos2 .slick-prev:hover, .trabajos2 .slick-prev:focus { background:url(../imagenes/carrusel_arrow1h.png) no-repeat; }

.trabajos2 .slick-next {
  right: 0;
  background: url(../imagenes/carrusel_arrow2.png) no-repeat;
}

.trabajos2 .slick-next:hover, .trabajos2 .slick-next:focus { background:url(../imagenes/carrusel_arrow2h.png) no-repeat; }

/* HOME - QUIENES SOMOS ---------------------------------- */

.quienessomos1 { 
	background: url(../imagenes/section_bg.jpg) no-repeat center top #fff;

 }

.quienessomos2 {
	padding: 60px 15px;
	margin: 0 auto;
}

.quienessomos2 h1 {
	font-family: 'MontserratRegular';
	font-size: 30px;
	color: #e00000;
	font-weight: normal;
	text-align: left;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.quienessomos2 img {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.quienessomos2 p {
	font-family: 'MontserratRegular';
    font-size: 13px;
    color: #4b4f61;
    font-weight: normal;
    padding: 0;
	margin: 0 0 10px 0;
    line-height: 20px;
}

@media (min-width: 250px) {
	.quienessomos2 .col1 { text-align:center; }
	.quienessomos2 .col2 { margin:20px 0 0 0; text-align:center; }
}

@media (min-width: 630px) {
	.quienessomos2 .col1 { text-align:center; }
	.quienessomos2 .col2 { margin:20px 0 0 0; text-align:center; }
}

@media (min-width: 992px) {
	.quienessomos2 .col1 { text-align:center; }
	.quienessomos2 .col2 { margin:20px 0 0 0; text-align:inherit; }
}

/* CONTACTO ---------------------------------------------- */

.contacto1 {
	border-top: 3px solid #bcbcd5;
	background: url(../imagenes/contenido_bg.png) no-repeat center top #ecebf5;
}

.contacto2 {
	padding: 25px 15px;
	margin: 0 auto;
}

.contacto2 h1 {
	font-family: 'MontserratRegular';
	font-size: 24px;
	color: #e00000;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
  font-weight: bold;
}

.contacto2 .span1 {
	font-family: 'MontserratRegular';
	font-size: 15px;
	color: #343539;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.contacto2 .span2 {
	font-family: 'MontserratRegular';
	font-size: 15px;
	color: #b40000;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.contacto2 .btn {
	width: 110px;
	height: 32px;
	padding: 0 0 1px 0;
	margin: 6px 0 0 0;
	font-family: 'MontserratRegular';
	font-size: 14px;
	color: #343539;
	border: none;
	background: url(../imagenes/bg_boton1.gif) repeat-x;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
}

@media (min-width: 250px) {
	.contacto2 .col1 { padding:0 0 20px 0; text-align:center; }
	.contacto2 .col1 textarea { height:100px; padding:4px 10px 0 10px; resize:none; }
	.contacto2 .col2 { padding:0 0 0 0; }
	.contacto2 .col2 iframe { width:100%; height:300px; border:0; }
}

@media (min-width: 630px) {
	.contacto2 .col1 { padding:0 0 20px 0; text-align:center; }
	.contacto2 .col1 textarea { height:130px; padding:4px 10px 0 10px; resize:none; }
	.contacto2 .col2 { padding:0 0 0 0; }
	.contacto2 .col2 iframe { width:100%; height:350px; border:0; }
}

@media (min-width: 992px) {
	.contacto2 .col1 { padding:0 15px 0 0; text-align:inherit; }
	.contacto2 .col1 textarea { height:154px; padding:4px 10px 0 10px; resize:none; }
	.contacto2 .col2 { padding:0 0 0 15px; }
	.contacto2 .col2 iframe { width:100%; height:480px; border:0; }
}

/* POPUP ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#popinicio .modal-dialog { margin-top:50px; }

#popinicio .modal-body { padding:30px; }

#popinicio .cerrar {
  width: 29px;
  height: 29px;
  background: url(../imagenes/cerrar.png) center center no-repeat;
  border: none;
  position: absolute;
  top: 5px;
  right: 5px;
}

#popinicio .cerrar:focus {
  border: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#popinicio h1 {
  font-family: 'MontserratRegular';
  color: #e00000;
	text-align: center;
  font-weight: normal;
  padding: 0;
  margin: 0 0 15px 0;
}

#popinicio h2 {
  font-family: 'MontserratRegular';
  color: #343539;
	text-align: center;
  font-weight: normal;
  padding: 0;
  margin: 20px 0 0 0;
}

#popinicio img { margin:0 auto; }

@media (min-width: 100px) {
	#popinicio h1 { font-size:35px; line-height:35px; }
  #popinicio h2 { font-size:25px; line-height:25px; }
}

@media (min-width: 768px) {
  #popinicio .modal-dialog { width:600px; }
	#popinicio h1 { font-size:35px; line-height:35px; }
  #popinicio h2 { font-size:25px; line-height:25px; }
}

@media (min-width: 992px) {
  #popinicio .modal-dialog { width:750px; }
	#popinicio h1 { font-size:35px; line-height:35px; }
  #popinicio h2 { font-size:25px; line-height:25px; }
}

@media (min-width: 1250px) {
  #popinicio .modal-dialog { width:750px; }
  #popinicio h1 { font-size:35px; line-height:35px; }
  #popinicio h2 { font-size:25px; line-height:25px; }
}

#div-newsletter{
	background-color: #ddd;
	padding:30px;
}

#div-newsletter .col1 {
	text-align: center;
	margin-bottom: 15px;
}

#div-newsletter .col2 {
	text-align: center;
}

#div-newsletter span{
	font-size: 22px;
	line-height: 34px;
}

#div-newsletter input{
	margin: 0px;
	display: inline-block !important;
	width: inherit !important;
	height: 34px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}

#div-newsletter button{
	background-color: #b40000;
	border-color: #b00000;
}

.mapa {
	width: 100%;
	height: 550px;
  }

#footer-section{
	background-image: url(../imagenes/footer_bg.jpg);
	min-height: 420px;
	background-position: center top;
	background-repeat: repeat-x;
} 

/* FOOTER ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer1 {
  background: url(../imagenes/footer_bg.jpg) no-repeat bottom center #0a0e11;
  background-size: cover;
}

.footer2 {
  padding: 50px 15px 60px 15px;
  margin: 0 auto;
}

.footer2 h4 {
  /*font-family: 'MyriadProLight';*/
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.footer2 p {
 /* font-family: 'MyriadProLight';*/
  font-size: 16px;
  color: #626f79;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

.footer2 a {
 /* font-family: 'MyriadProLight';*/
  font-size: 16px;
  color: #626f79;
}

.footer2 a:hover, .footer2 a:focus {
  color: #e30126;
  text-decoration: none;
  cursor: pointer;
}

.footer2 .redes img { margin:0 8px 0 0; }
.footer2 .redess img { margin:0 8px 0 0; }

.footer2 .footerbot {
  width: 150px;
  height: 45px;
  padding: 9px 25px 0 25px;
  margin: 8px 0;
  /*font-family: 'MyriadProRegular';*/
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: rgba(80, 108, 131, 0.3);
  border: 4px solid #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
}

.footer2 .footerbot:hover {
  color: #fff;
  background-color: rgba(80, 108, 131, 0.6);
}

@media (min-width: 100px) {
	.footer2 { text-align:center; }
	.footer2 p { display:inline; }
	.footer2 .colsText { margin:0 0 10px 0; }
  .footer2 .redes { margin:0 0 5px 0; display:inline-flex; }
  .footer2 .redess { margin:0 0 5px 0; display:inline-flex; }
	.footer2 .pDisplay { display:inline; }
  .footer2 .colsImg { margin:20px 0; }
  .footer2 .colsImg img { margin:0 auto 10px auto; }
  .footer2 .colsImg p { line-height:23px; }
}

@media (min-width: 992px) {
	.footer2 { text-align:left; }
  .footer2 p { display:table; }
  .footer2 .colmenu h4 { width:150px; line-height:40px; border-bottom:1px solid #181c1f; }
  .footer2 .colmenu p { width:150px; line-height:42px; border-bottom:1px solid #181c1f; }
	.footer2 .colsText { margin:0 0 0 0; }
  .footer2 .redes { margin:0 0 45px 0; display:flex; }
  .footer2 .redess { margin:0; display:flex; }
  .footer2 .pDisplay { display:none; }
  .footer2 .colsImg { margin:0; }
  .footer2 .colsImg img { margin:0 0 10px 0; }
  .footer2 .colsImg p { line-height:25px; }
}



  .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
  }

  .whatsapp-float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
  }

  .whatsapp-float:hover img {
    transform: scale(1.1);
  }
