/*Configuracion Footer Sedes*/
/*Header*/
.logoweb{
    height: 50px;
}
.main-menu__right{
    top: 10px;
}

.imagensede{
    width: 100%;

}
.sedefondo{
    background-color: #4287c4;
}
.feature-four__single {
    padding: 10px !important;
  }

  @media only screen and (max-width: 767px) {
.footer-widget__column.footer-widget__about{
    padding-bottom: 40px;
}

}



/*Whats App*/
.floatwp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:95px;
	right:40px;
    background-color: var(--insur-base);
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float-wp{
	margin-top:16px;
}

.mensajeformulario {
    margin-bottom: 20px;
}


.centralprod {
    display: none;
}


@media only screen and (max-width: 767px) {
    .centralprod {
        display: block;
    }
}
