.main-background {
  background: url(../imgssmartsale/patronopcion3.svg);
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  background-color:#FFFFFF; 
  text-align:center; 
  width: 100vw; 
  height: 100vh;
  cursor: default; 
}

.overlay{
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    background-color:#FFFFFF; 
    text-align:center; 
    width: 100vw; 
    height: 100vh;
    cursor: default; 
  }
  
  .float {
		position: fixed;
		width: 60px;
		height: 60px;
		bottom: 40px;
		right: 40px;
		background-color: red;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 2px 2px 3px #999;
	}

	.my-float {
		margin-top: 15px;
		margin-left: 8px;
	}
		
  .iconos{
	z-index: 5222;
	text-align:center; 
    position: absolute;
  }

  .centrado {
    text-align: center;
    width: 150px;
    vertical-align: middle;
  }
  
  .centradologo {
    text-align: center;
    width: 80px;
  }
  
  .centradoopc {
    text-align: center;
	  padding-top: 5rem;
    padding-bottom: 6rem;
    width: 99vw; 
    vertical-align: middle;
  }

  .tpv {
    text-align: center;
    width: 120px;
    vertical-align: middle;
  }
  
  .dhx_form-group {
    text-align:end; 
    padding-bottom: 0px; 
}
  .button {
  background-color: #f24c0a; /* Green */
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 20px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: #ca2932; 
  color: white; 
  border-radius: 20px;
  border: 2px solid #ca2932;
}

.button1:hover {
  background-color: #911e24;
  color: white;
  border-radius: 20px;
  border: 2px solid white;

}

.bottom-img{
    position: relative;
    /* top: 15rem; */
    height: auto;
    background-image: url(../imgssmartsale/imageninferior.png);
    background-size: contain;
    background-repeat: no-repeat;
    align-content: flex-end;

}

.cow {
  height: 733px;
  background: transparent;
  display: flex;
  justify-content: center;
}

.img-bottom {
  align-self: flex-end;
  width: 100%;
}

#bottom {
  position: absolute;
  bottom: -7px;
  width: 100%; 
  height: auto;
  background-image: url(../imgssmartsale/imageninferior.png);
  background-size: cover;
  background-repeat: no-repeat;
  align-content: flex-end;
}

#bottom table {
    padding-top: 35px;
    padding-bottom: 35px;
}

.td-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
  text-align: center; 
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
}


.dhx_dataview {
  background-color:rgba(12, 60, 83, 0.6);
}
#float-social .social {
  position: fixed;
  top: 30%;
  z-index: 9999;
  width: 0;
  color: #fff;
}

#float-social .social ul {
  padding: 0;
  margin-left: 7px;
  -webkit-transform: translate(-270px,0);
  -moz-transform: translate(-270px,0);
  -ms-transform: translate(-270px,0);
  -o-transform: translate(-270px,0);
  transform: translate(-270px,0);
}
#float-social .social ul li {
  display: block;
  margin: 3px;
  background: #ca2932;
  width: 300px;
  text-align: right;
  padding: 7px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 3s;
  color: #fff;
}
#float-social a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
#float-social .social ul li i {
  margin-left: 10px;
  color: #055f86;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: #fff;
  box-sizing: content-box;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#float-social .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover {
  color: #1c4b5d;
}
a {
  color: #1c4b5d;
}
#float-social .social ul li:hover {
  -webkit-transform: translate(110px,0);
  -moz-transform: translate(110px,0);
  -ms-transform: translate(110px,0);
  -o-transform: translate(110px,0);
  transform: translate(110px,0);
  background: #1c4b5d;
  color: white;
}
#float-social .social ul li:hover i {
  color: #fff;
  background: rgba(0,0,0,.36);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#float-social .social ul li:hover a {
  color: white;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
