
.elipse:hover {
    background: url("files/pa.png" ) no-repeat;
    cursor: pointer;
}
.rectangulo:hover {
     width: 500px; 
     height: 40px; 
     border: 1px solid #EADBFD;
     background: #EADBFD
}

.gris {
  background: url ("files/rectangulo.jpg");
  position: relative;
  left: 20px;
  top: 20px;
 
}

**.caption {
   padding: 0.3em;
   color: #fff;
    background: #000;
}
.table tr:nth-child(odd) {
        background-color: #ECECEC;
}

.table tr:nth-child(even) {
    background-color: #FFFFFF;
}

.form--img-desktop {
    position: absolute;
    top: -140px;
    left: -350px;
    width: 750px;
}

.phone-container {
    width: 50%!important;
    position: relative;
    right: 30px!important;
    text-align: right;
    z-index: 10000!important;
    top: 10px;
    margin-left: 50%;
    margin-bottom: -80px;
}
.borderW8 .zpdivider-container .zpdivider-common:before{
	border-width: 8px;
    left: 0;
}
.fixedTop{
	right: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    position: fixed;
    visibility: visible;
    animation: headerStart 0.8s linear 1 alternate;
    box-shadow: 0 3px 5px RGBA(0, 0, 0, 0.05);
    background: RGBA(255, 255, 255, 0.9);
}
.minH100vh{
	min-height:100vh;
}
@media(min-width:990px){
    .flxAlignCenter{
    	display:flex;
        align-items:center;
    }
}