body {
    margin:0;      
}
.login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
  }
  .form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 10px auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  }
  .form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    border: 1px solid #ccc;
    
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
  }
  .col-75 input ,select,textarea{
    width: 80% !important;
  }
  .form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #408A00;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
  }
  .btnBorrar {
    background-color: red !important;
    color: white;
    margin-left: 10px;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
  }
  .form button:hover,.form button:active,.form button:focus {
    background: #43A047;
  }
  .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
  .logo img {
    width: 100%;
    height: auto
  }
  .topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 30px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #408A00;
  color: white;
}

.topnav .icon {
  display: none;
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .col-25, .col-75,.except, input[type=submit] {
    width: 100%;
    margin-top: 0;

  }
  .col-75 input, select, textarea {
    width: 100% !important;
  }
  .pattern {
    font-size: 3vw !important;
    width: 100% !important;
  }
  .pattern2 {
    background-color: white;
    opacity: 0.9;
    font-size: 1vw;
    width: 100% !important;
    margin-right: 3%;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .topnav a{
    font-size: 5vw !important;
  }
}
.list li {
  border-bottom: 1px solid #408A00;
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.list ul li a {
  display: block;
  font-size: 2vw;
}
.list {
    margin-left: -25px;
}
.inner {
  display: table-row;
  overflow: hidden;
}
.li-img {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  padding-right: 1em;
}
.li-img img {
  display: block;
  width: 45%;
  height: auto;
}
.li-text {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  font-family: Arial, Helvetica, sans-serif;
}
.li-head {
  margin: 0;
}
.li-sub {
  margin: 0;
}

@media all and (min-width: 45em) {
  .list li {
    width: 50%;
  }
}

@media all and (min-width: 75em) {
  .list li {
    width: 60%;
  }
}
/* Barra de buscar */
.buscar {
  width: 100% !important; 
  font-size: 16px; 
  padding: 12px 20px 12px 40px; 
  border: 2px solid #408A00 !important; 
  margin-bottom: 12px; 
  border-radius: 0 !important;
}
/* Input Select y text area */
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}
input[type=password], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}
input[type=email]{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}
.except {
  float: left;
  width: 30%;
  margin-top: 6px;
  margin-bottom: 5%;
}


label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* submit button*/
input[type=submit] {
  background-color: #408A00;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* Contenedor */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  width: 70%;

  margin: 5% 10% auto;
}

/* float colum al 25% */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* float colum al 75% */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats  */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout  al 600px */

@media screen and (max-width: 800px) and (min-width: 600px){
  .col-25, .col-75,.except, input[type=submit] {
    width: 100%;
    margin-top: 0;

  }
  .col-75 input, select, textarea {
    width: 100% !important;
  }
  .pattern {
    font-size: 2vw !important;
    width: 100% !important;
  }
  .pattern2 {
    background-color: white;
    opacity: 0.9;
    font-size: 1vw;
    width: 100% !important;
    margin-right: 3%;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .topnav a{
    font-size: 4vw !important;
  }
}

ul {
  list-style-type: none;
}
ul li a{
  text-decoration: none;
}

.cbimg li {
  display: inline-block;
}

.cbimg input[type="checkbox"][id^="cb"] {
  display: none;
}

.cbimg label {
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.cbimg label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.cbimg label img {
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.cbimg :checked + label {
  border-color: #ddd;
}

.cbimg :checked + label:before {
  content: "✓";
  background-color: green;
  transform: scale(1);
}

.cbimg :checked + label img {
  transform: scale(0.9);
  z-index: -1;
}
.pattern {
    background-color: white;
    opacity: 0.9;
    font-size: 1vw;
    width: 60%;
    float: left;
}
.pattern2 {
  background-color: white;
  opacity: 0.9;
  font-size: 1vw;
  width: 35%;
  float: right;
  margin-right: 3%;
}
/* ANIMACION */
/* .cont_principal {
  position: absolute;  
    width: 100%;
    height: 100%;
  overflow: hidden;
  }
  .cont_error {
  position: absolute;
    width: 100%;
    height: 300px;
    top: 30%;
    margin-top:-150px;
  }
.cont_aura_1 {
  position:absolute;
  width:300px;
  height: 120%;
top:25px;
right: -340px;
  background-color: #518932;
box-shadow: 0px 0px  60px  20px  #98B72D;
-webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cont_aura_2 {
  position:absolute;
  width:100%;
  height: 300px;
right:-10%;
bottom:-230px;
 background-color: #2091CF;
box-shadow: 0px 0px 60px 10px #8BB4D8,0px 0px  20px  0px  rgba(0,0,0,0.1);
  z-index:5;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}

.cont_error_active > .cont_error > h1 {
  left:0%;
}
.cont_error_active > .cont_error > p {
  left:0%;
}

.cont_error_active > .cont_aura_2 {
    animation-name: animation_error_2;
    animation-duration: 4s;
  animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
transform: rotate(-20deg);    
}
.cont_error_active > .cont_aura_1 {
 transform: rotate(20deg);
  right:-170px;
    animation-name: animation_error_1;
    animation-duration: 4s;
  animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@-webkit-keyframes animation_error_1 {
  from {
    -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  }
  to {  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  }
}
@-o-keyframes animation_error_1 {
  from {
    -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  }
  to {  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  }

}
@-moz-keyframes animation_error_1 {
  from {
    -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  }
  to {  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  }

}
@keyframes animation_error_1 {
  from {
    -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  }
  to {  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  }
}



@-webkit-keyframes animation_error_2 {
  from { -webkit-transform: rotate(-15deg); 
  transform: rotate(-15deg);
  }
  to { -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  }
}
@-o-keyframes animation_error_2 {
  from { -webkit-transform: rotate(-15deg); 
  transform: rotate(-15deg);
  }
  to { -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  }
}

@-moz-keyframes animation_error_2 {
  from { -webkit-transform: rotate(-15deg); 
  transform: rotate(-15deg);
  }
  to { -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  }
}
@keyframes animation_error_2 {
  from { -webkit-transform: rotate(-15deg); 
  transform: rotate(-15deg);
  }
  to { -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  }
} */

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}
.far {
  font-weight: 400;
  margin-right: 10px;
}
.fas {
  font-weight: 400;
  margin-right: 10px;
}
.banner {
  width: 100%;
  height: auto;
  margin: 0 25% auto;
}
.banner img {
  width: 50%;
}