body
{
background:url(https://perutools.com/img/verde.jpg) fixed;
background-size:100% 100%;
background-repeat:no-repeat;
margin-top: 0px;
}

header {
    
    position: inherit !important;
margin-bottom:20px !important;
   
}
table.egt {
    display: none !important;
}

.content {
    max-width: 1000px;
    margin: auto;
    background: white;
    padding: 16px;
}
.topnav {

  overflow: hidden;
  background-color: #419C54;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #54EF5A;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

footer { 
    display: block;
    background-color: #419C54;
    padding: 16px;
    text-align: center;
    color: white;
}


img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}


.header {
    /*
  background:url(https://perutools.com/img/Blanco.jpg) fixed;
  */
  background-color: #f8f8f8;
  background-repeat:no-repeat;
 
  background-size:100% 41%;
  padding: 30px;
  text-align: center;
       background: linear-gradient(-45deg, #f9f9f9, #ffffff, #f9f9f9, #ffffff);
	background-size: 400% 400%;

}

 
 

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}


.pt-logo
{float:left; max-width:40%}

.pt-info
{float:right;max-width: 100%;color:green;font-size: 14px;text-align: right;}

.pt-info .fa
{
       width: 25px;
    height: 25px;
    font-size: 12px;
    float: right !important;
    background: #00973a;
    color: #f8f8f8;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #cccccc;
    margin-left: 10px;
    padding: 4px;
}

 .display
 {
     display:block;
     clear: both;
 }
.clear
{
    clear: both;
}
.content {
  padding: 16px;

}

html, body, h2, h5, h6 {
  font-family: "Palatino";
  font-size: 25px;
}

.text-center{

    text-align: center;
    color: #8a8d94;
    font-size: 15px;
    padding: 0;
    margin: 0 0 30px 0;
}
.col{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

}

.grid-container {
  text-align: center;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 30px;
  background-color: white;
  padding: 30px;
}
.grid-container>div {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding:20px 0;
  font-size: 15px;
}
.item1 {
  grid-row-end: span 3;
}

.col-container {
  border-radius: 10px;
    background-color: #f2f2f2;
    padding: 20px;
  color:gray;
    display: table;
    font-size: 13px;
    width: 100%;
}
.col{
    text-align: center;
    display: table-cell;
    padding: 16px;
}

@media only screen and (max-width: 600px) {
    .pt-logo img {
    max-width: 140px;
}
    .col { 
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 320px){
.pt-logo img {
    max-width: 140px;
    position: absolute;
    top: 10px;
    left: 0;
}
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a:link {

    text-decoration: none;
}

a:visited {

    text-decoration: none;
}

a:hover {
  
    text-decoration: underline;
}

a:active {

    text-decoration: underline;
}

