.logoweb{
    height: 50px;
}
.main-menu__right{
    top: 10px;
}

.main-slider .video-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.iconocolor{
    color: var(--insur-base);
}

.fondoseccion{
    background-color: var(--insur-extra);
}

.insurance-page-two .services-two__icon{
    background-color: #fff;
}
.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;
}