    .navbar-brand.logo-control img.logo-img {
      display: inline-block;
      max-height: 90px;
      max-width: 100%;
    }

    .logo-form {
      background-image: url("../../../../images/logotipo/logotipo-nobg.png");
      background-position: center; /* Center the image */
      background-repeat: no-repeat; /* Do not repeat the image */
     }

    .t4-palette-dark h2 {
      color: white !important;
    }

.navbar-brand .logo-img {
  max-height: 100px;
}


.whatsappchat .popup-section .popup .show {
   width: 370px !important;
}
.whatsappchat.is-top_right .popup-section .popup .popuptext {
   width: 1px;
}
.whatsappchat.is-top_left .popup-section .popup .popuptext {
   width: 1px;
}
.whatsappchat.is-bottom_right .popup-section .popup .popuptext {
   width: 1px;
}
.whatsappchat.is-bottom_left .popup-section .popup .popuptext {
   width: 1px;
}

.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .close_pop_wtc { margin: 11px 0 0 10px; text-align: left; }
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .close_pop_wtc svg{ width: 30px; height: 30px; background: #fff; border-radius: 50%; cursor: pointer; }




.icon-area {
	display: flex;
}

.icon-area .socio a {
    width: 146px !important;
    height: 46px !important;
    border-radius: 12px !important;
    border: 0px !important;
    line-height: 1px !important;
}

.icon-area .icon a {
	width: 60px;
	height: 60px;
	background: #fff;
	font-size: 30px;
	margin: 0 15px;
	display: block;
	line-height: 50px;
	text-align: center;
	position: relative;
	border: 6px solid #fff;
	border-radius: 50px;
	overflow: hidden;
	box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.10);
}
.icon-area .icon a i {
	position: relative;
	color: #808080;
	transition: 1s;
}
.icon-area .icon a:hover i {
	transform: rotateY(360deg);
	color: #fff;
}
.icon-area .icon a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #09d3f3, #002a60);
    left: 0;
	top: 100%;
	transition: 0.5s;
}
.icon-area .icon a:hover:before {
	top: 0;
}


.icon-area .socio a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(to bottom, #09d3f3, #09d3);*/
    background: #fee7a1;
	left: 0;
	top: 100%;
	transition: 0.2s;
}

.icon-area .socio a:hover:before {
	top: 0;
}
