@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
body {background-color:white;width:100%;height:100%;color:#4f8da1;
	font-family: 'Abel', sans-serif;text-align:center;
	margin: 0 0 0 0; padding: 0 0 0 0;
	}
a {color:#4f8da1;text-decoration:none;}
li {color:black;}
ol {display:inline-block;}
table {padding:10px;}
td {color:#727268;padding:5px;}
th {color:#727268;padding:5px;}
form {text-align: center;}
input {background-color:#F4F9F4;opacity:90%;text-align:center;}
button {padding:8px;font-size:14px;color:white;
background-color:#4f8da1;border-radius:0;opacity:90%;display:inline-block}
footer {padding:10px;text-align:center;font-size:13px;}
column {padding:0;margin:0;}
textarea {height:300px;width:300px;}

.active {background-color:#199141;color:white;}
.shield {float:left;padding:20px;}
.flag {float:right;padding: 30px 20px;}
.nav{height:5px;background:#199141;
	text-align:center;}
.header-title {padding:0 20px 50px 20px;
	background-color:0;}
.contacto {text-align:left;background-color:white;
	margin:20px 50px;padding:5px 20px;opacity:90%;}
	.contacto p {color:black;}
.menu {padding:20px;text-align:center;font-size:12px;}
.home {background-size:cover;}
.pie {margin:0;padding:20px 0 0 0;text-align:center;
	font-size:35px;}
.pie a{text-decoration:none;color:#199141}
.info {text-align:justify;
  background-color: white;
  margin: 0;
  padding: 20px 40px;
  opacity: 0.95;
}

.info p,
.info li {
  color: black;
  text-align: justify;
  font-size: 17px;
}

.info2 {background-color:white;clear:both;}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  display:inline-block;
  width: 250px;
  height: 250px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #4f8da1;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: #bbb;
  color: white;
  transform: rotateY(180deg);
  height: 100%;
}

/* The navigation menu */
.navbar {
  overflow: hidden;
  background-color: #333;
  margin: 50px 0;
}

/* Navigation links */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The subnavigation menu */
.subnav {
  float: left;
  overflow: hidden;
}

/* Subnav button */
.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Add a background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: #134C66;
}

/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #134C66;
  width: 100%;
  z-index: 1;
}

/* Style the subnav links */
.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
}
