body{
  width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x:auto; 
  font-family: 'Open Sans', sans-serif;
  font-size: 15px; 
  /*background-color: rgb(227,229,229);*/
   background-image: url('../img/Brush.png');
   background-size: cover;
   cursor: url(../img/cursor.png), pointer;
}
a{
  cursor: url(../img/cursor.png), pointer;
}
*:focus{outline: none;}
.back{
	  position: fixed;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  overflow: auto;
    
	 
	  background-size: cover;
}
.back2{
    position: fixed;
    background-color: white;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background-image: url('../img/Brush.png');
    background-size: cover;
}


.formu{
	margin-top: 10ex;
	margin-left: 10ex;
	padding: 10px;
	background-color: rgba(0,39,118,0.7);
	height: 100%;
	width: 40ex;
	color: white;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.panel{
    width: 100%;
    min-height: 100%;
    position: absolute;
    background-color: #000;
    margin-left: -102%;
    z-index:2;      
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.panel:target{
   padding-top: 85px;
    margin-left: 0%;
     background: white url(../img/Field-2.png) no-repeat bottom left;
     background-size: contain!important;
}
.panelpatrimonio{
  background: white url(../img/Field-intro.png) no-repeat bottom left!important;
     background-size: contain!important;
}
.panelblindaje{
  background: white url(../img/Inicio-blindaje.png) no-repeat bottom left !important;
     background-size: contain!important;
}
.panelliber{
  background: white url(../img/Inicio-Libertad-financiera.png) no-repeat bottom left!important;
     background-size: contain!important;
}
.panelpat{
  background: white url(../img/Inicio-patrimonio.png) no-repeat bottom left!important;
     background-size: contain!important;
}
.round-button {
    display:block;
    width:100px;
    height:100px;
    line-height:50px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: #C33333;
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
    margin: auto;
}
.round-button:hover {
    background: #262626;
}
.calci{width: 50%;
    margin: auto;
    margin-top: 10px;
    height: 50px;}
.cal{
  width: 100%;
  height: 50px;
}

.titulo{
  color: rgba(0,39,118,0.9);
}

.btnn{
background: #0084d1;
  background-image: -webkit-linear-gradient(top, #0084d1, #0099d0);
  background-image: -moz-linear-gradient(top, #0084d1, #0099d0);
  background-image: -ms-linear-gradient(top, #0084d1, #0099d0);
  background-image: -o-linear-gradient(top, #0084d1, #0099d0);
  background-image: linear-gradient(to bottom, #0084d1, #0099d0);
  -webkit-border-radius: 22;
  -moz-border-radius: 22;
  border-radius: 22px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px; 
  color: #ffffff;
 
  padding: 10px 20px 10px 20px;
  border: solid #cccccc 2px;
  text-decoration: none;
  cursor: url(../img/cursor.png), pointer;
 
}

.btnn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  cursor: url(../img/cursor.png), pointer;
}

/*---------------------p1-----------------------------------------*/
.tabla{
  background-color: rgba(255,255,255,0.9);
}

/* Media queries */
@media screen and (max-width: 1200px) {
   .formu{
   	margin-left: 20ex;
   }
   .calci{
    width: 50%;
  }
}
 
@media screen and (max-width: 980px) {
.formu{
   	margin-left: 10ex;
   }
   .calci{
    width: 50%;
  }
   .panel:target{
   padding-top: 100px;
 }
}
 
@media screen and (max-width: 750px) {
    .formu{
   	margin-left: 10ex;
   }
       .calci{
      width: 50%;
    }
    .panel:target{
   padding-top: 100px;
 }
}
 
@media screen and (max-width: 540px) {
    .formu{
   	margin-left: 2ex;
   }
     .calci{
      width: 100%;
    }
}
 
@media screen and (max-width: 380px) {
    .formu{
   	margin-left: 2ex;
   }
   .calci{
    width: 100%;
  }
}