* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html {
  font-size: 14px;
  width: 100%;
}

body {
  /*background-color: blue;*/
  background-image: url("../../app/_fondos/fondo_app_arenador.png");
  background-repeat: no-repeat;
  font-family: "Ubuntu", sans-serif;
  width: 100%;
}

.form-control::-moz-placeholder {
  color: #b2b5bf;
  opacity: 1;
  font-style: italic;
  font-weight: 100;
}

.form-control::-ms-input-placeholder {
  color: #b2b5bf;
  font-style: italic;
  font-weight: 100;
}

.form-control::-webkit-input-placeholder {
  color: #b2b5bf;
  font-style: italic;
  font-weight: 100;
}

#form {
  width: 305px;
  min-height: 205px;
  padding: 20px;
  background-color: rgba(24, 57, 94, 0.1);
  margin: auto;
  border-radius: 5px;
  border: solid 1px #FF831F;
  /*box-shadow: 0px 10px 20px rgba(0,0,0,0.4);*/
  text-align: center;
  margin-top: 20px;
}

#form icono {
  width: 70%;
}

#form input {
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 15px;
}

#form input[type="text"],
#form input[type="password"] {
  width: 270px;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

#form input[type="submit"] {
  width: 305px;
    border: solid 1px #FF831F;
  border-radius: 5px;
  background: #FF831F ;
  color: #323232;
  cursor: pointer;
  display: inline-block;
}

#form input[type="submit"]:hover {
  width: 305px;
  border: solid 1px #FF831F;
  border-radius: 5px;
  background: #f7ceaa;
  color: rgb(243, 86, 8);
  cursor: pointer;
  display: inline-block;
}

.error {
  padding: 4px;
  color: #d71515;
  border-radius: 20px;
  -webkit-animation: errorseva 5s;
  -webkit-animation-fill-mode: forwards;
  -moz-webkit-animation: errorseva 5s;
  -moz-webkit-animation-fill-mode: forwards;
  -o-webkit-animation: errorseva 5s;
  -o-webkit-animation-fill-mode: forwards;
  -ms-webkit-animation: errorseva 5s;
  -ms-webkit-animation-fill-mode: forwards;
  animation: errorseva 5s;
  animation-fill-mode: forwards;
}

.acierto {
  padding: 4px;
  color: #0eb40e;
  border-radius: 20px;
  -webkit-animation: errorseva 5s;
  -webkit-animation-fill-mode: forwards;
  -moz-webkit-animation: errorseva 5s;
  -moz-webkit-animation-fill-mode: forwards;
  -o-webkit-animation: errorseva 5s;
  -o-webkit-animation-fill-mode: forwards;
  -ms-webkit-animation: errorseva 5s;
  -ms-webkit-animation-fill-mode: forwards;
  animation: errorseva 5s;
  animation-fill-mode: forwards;
}

.att {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

@-webkit-keyframes errorseva {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-webkit-keyframes errorseva {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-webkit-keyframes errorseva {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-ms-webkit-keyframes errorseva {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes errorseva {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#ajax img {
  width: 50%;
  text-align: center;
}

.icono {
  width: 100%;
  text-align: center;
  margin-top: 20%;
}

.footer1 {
  font-size: 12px;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1032;
  background: #cfcfcf;
  border-top: 1px solid #dee2e6;
  color: #6e6f70;
  padding: 1rem;
}

.footer2 {
  float: right !important;
  font-size: 13px;
}

td {
  font-size: 14px;
}

.item_listado {
  color: #3a678f;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
}

/*++++++++++++++++++++++navegacion por pestañas*/

ul.tabs {
  width: 100%;
  background: #193351;
  list-style: none;
  display: flex;
}

ul.tabs li {
  width: 18%;
}

ul.tabs li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-align: center;

  display: block;
  padding: 20px 0px;
}

.active {
  background: #439d44;
}

ul.tabs li a .tab-text {
  margin-left: 8px;
}

h1.titulo {
  font-weight: lighter;
  font-size: 25px;
  color: white;
}

.secciones {
  width: 100%;
  /*background: rgb(194, 194, 194);*/
  border: solid 1px #a7a7a7;
  border-radius: 10px;
  background-color: rgba(155, 155, 155, 0.3);
}

.secciones article {
  padding: 30px;
}

.secciones article p {
  text-align: justify;
}

@media screen and (max-width: 700px) {
  ul.tabs li {
    width: none;
    flex-basis: 0;
    flex-grow: 1;
  }
}

@media screen and (max-width: 450px) {
  ul.tabs li a {
    padding: 15px 0px;
  }

  ul.tabs li a .tab-text {
    display: none;
  }

  .secciones article {
    padding: 20px;
  }
}

.blink {
  animation: blink-animation 1s steps(2, start) infinite;
  -webkit-animation: blink-animation 1s steps(2, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

/*++++++++++++++++++++++navegacion por subpestañas*/
/*
ul.tabs2 {
  width: 100%;
  background: #193351;
  list-style: none;
  display: flex;
}

ul.tabs2 li {
  width: 18%;
}

ul.tabs2 li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-align: center;

  display: block;
  padding: 20px 0px;
}

.active2 {
  background: orange;
}

ul.tabs2 li a .tab-text2 {
  margin-left: 8px;
}

h1.titulo2 {
  font-weight: lighter;
  font-size: 25px;
  color: white;
}

.secciones2 {
  width: 100%;
 
  border: solid 1px #a7a7a7;
  border-radius: 10px;
  background-color: rgba(155, 155, 155, 0.3);
}

.secciones2 article {
  padding: 30px;
}

.secciones2 article p {
  text-align: justify;
}

@media screen and (max-width: 700px) {
  ul.tabs2 li {
    width: none;
    flex-basis: 0;
    flex-grow: 1;
  }
}

@media screen and (max-width: 450px) {
  ul.tabs2 li a {
    padding: 15px 0px;
  }

  ul.tabs2 li a .tab-text2 {
    display: none;
  }

  .secciones2 article {
    padding: 20px;
  }
}
*/
