@import url("https://fonts.googleapis.com/css?family=Numans");
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

html {
  min-height: 100%;
  position: relative;
}
body {
  background-image: url("../img/489793.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family: "Numans", sans-serif;
  margin: 0;
  margin-bottom: 40px;
}
.container1 {
  height: 100%;
  align-content: center;
  padding: 50px;
}

.card {
  height: 310px;
  margin-top: 4%;
  margin-bottom: auto;
  width: 400px;
  background-color: #0f1743da !important;
}

.social_icon span {
  font-size: 60px;
  margin-left: 10px;
  color: #ffc312;
}

.social_icon span:hover {
  color: white;
  cursor: pointer;
}

.card-header h3 {
  color: white;
  width: 100%;
}

.social_icon {
  position: absolute;
  right: 20px;
  top: -45px;
}

.input-group-prepend span {
  background-color: #029cb5;
  color: #f3f1f1;
  border: 0 !important;
}

input:focus {
  outline: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}

.remember {
  color: white;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
}

.login_btn {
  color: #0f1743;
  background-color: #eeeeef;
  width: 100%;
}

.login_btn:hover {
  color: black;
  background-color: white;
}

.links {
  color: white;
}

.links a {
  margin-left: 4px;
}

/* navegacion header */

.navbar-demo {
  display: table;
  width: 100%;

  z-index: 999;
}

.navbar-demo .nav-bar ul li {
  display: block;
}

.navbar-demo .nav-bar ul {
  padding: 0;
  display: table;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.navbar-demo .nav-bar ul li a {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #0a1452da;
  padding: 18px;
  font-weight: bold;
  font-size: 19px;

  cursor: pointer;
}
.navbar-demo .nav-bar ul li a:hover {
  color: #029cb5;
}

.nav-bar {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
}
.navbar-demo button.menu-btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .navbar-demo button.menu-btn {
    position: absolute;
    top: 0;
    left: 0;
    background-color: unset;
    border: 0;
    font-size: 26px;
    display: block;
    padding: 23px;
    color: #3c4c66;
    outline: none;
    margin: 25px;
    margin-left: 0;
  }
  .navbar-demo button.menu-btn:hover {
    color: #029cb5;
    cursor: pointer;
  }
  .navbar-demo {
    height: auto;
    z-index: 999;
    width: auto;
  }
  .navbar-demo .nav-bar {
    right: 950px;
    background-color: #000000d9;
    transition: 1s;
    height: auto;
  }

  .navbar-demo.open-nav .nav-bar {
    left: 0;
    width: auto;
    transition: left 0.5s;

    height: auto;
  }

  .navbar-demo .nav-bar ul li {
    flex-direction: column;
  }
  .navbar-demo .nav-bar ul li a {
    color: #fff;
  }
  .navbar-demo.open-nav button.menu-btn i:before {
    content: "\f00d ";
  }
  th,
  td {
    border-bottom: 1px solid rgb(117, 117, 117);
    width: 25%;
    text-align: center;
    padding: 5pxpx;
  }

  table {
    width: 100%;
    padding-top: 0;
  }
  .table1 {
    background-color: #E6E2E2;
    padding-left: 25px;
    padding-top: 0;
    margin-top: 0;
  }
  body{
    width: 100%;
  }
  th,
td {
  border-bottom: 1px solid rgb(117, 117, 117);
  width: 15%;
  text-align: center;
  padding: 9px;
}
th {
  text-align: center;
}
}

/* MENU DEL FOOTER */
footer div.menuFooter a {
  color: #029cb5;
}
footer {
  background-color: #0f1743;
  padding: 1em 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  flex-wrap: wrap;
  height: 40px;
}

.contactenosFooter {
  background-color: #0f1743;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;

  margin: auto;
}

footer nav.contactenosFooter div.boxFooter {
  margin: 10px;
  text-align: center;
  flex-direction: column;
  width: 100%;
  padding-left: 40%;
  padding-right: 40%;
}


footer nav.contactenosFooter a {
  color: #eeeeef;
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
}
footer nav.contactenosFooter {
  color: #3db6af;
}
.final {
  background-color: white;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  color: #11173a;
  height: auto;
  text-align: center;
  position: absolute;
  width: 100%;
}
h6 {
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .contactenosFooter {
    display: block;
    flex-wrap: wrap;
    text-align: center;
  }
  .btn3 {
    margin: auto;
  }

  h6 {
    text-align: center;
  }
  footer nav.contactenosFooter div.boxFooter {
    margin: 3px;
    padding: 2%;
    text-align: center;
  }
  footer {
    background-color: #0f1743;
    padding: 1em 0;
    width: 100%;
    bottom: 0;
    height: 40px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
  footer nav.contactenosFooter div.boxFooter2 {
    margin-top: 20px;
    text-align: center;
    padding: 0;
    padding-top: 10px;
  }
  footer nav.contactenosFooter div.boxFooter3 {
    margin-top: 20px;
    text-align: center;
    padding: 0;
    padding-top: 10px;
  }
}
.container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 8vh;
  font-size: 15px;
  font-weight: bold;
  background-color: rgba(231, 226, 226, 0.904);
  margin: auto;
  margin-top: 60px;
  margin-bottom: 178px;
}

/* boton */
.btn3 a {
  border: 2px solid #3f3f3f;
  color: #3f3f3f;
  display: inline-block;
  font-size: 18px;
  line-height: 3px;
  margin: 14px;
  margin-top: 0px;
  padding-bottom: 10px;
  padding-top: 8px;
  padding-left: 50px;
  padding-right: 5px;
  position: relative;
  text-decoration: none;
}

.btn3 a .label,
.btn3a .icon-arrow {
  backface-visibility: hidden;
  transform: translateZ(0);
  perspective: 1000;
}

.btn3 a .label {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  color: rgb(0, 0, 0);
}

.btn3 a .icon-arrow {
  fill: #1a1818;
  height: 10px;
  top: 13px;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
    opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  width: 30px;
  padding-right: 7px;
}

.btn3 a .icon-arrow.before {
  left: 32px;
  margin-right: 15px;
  position: absolute;
  transform-origin: left center;
}

.btn3 a .icon-arrow.after {
  margin-left: 15px;
  opacity: 0;
  position: absolute;
  right: 32px;
  transform: translateX(75%) scaleX(0.1);
  transform-origin: right center;
}

.btn3 a:hover .label {
  transform: translateX(-52px);
}

.btn3 a:hover .icon-arrow.before {
  opacity: 0;
  transform: translateX(-75%) scaleX(0.1);
}

.btn3 a:hover .icon-arrow.after {
  opacity: 1;
  transform: translateX(0) scaleX(1);
}

.btn3 a:active {
  border-color: #029cb5;
  color: #029cb5;
}

.btn3 a:active .icon-arrow {
  fill: #029cb5;
}

th,
td {
  border-bottom: 1px solid rgb(117, 117, 117);
  width: 25%;
  text-align: center;
  padding: 14px;
}
th {
  text-align: center;
}
.tit {
  text-align: center;
  text-decoration: underline;
}
.ini {
  font-weight: bolder;
  font-size: 19px;
}
div.nav-bar ul li a i {
  padding: 12px;
}


/* boton de descarga pdf */
a.pdf {
  
  background: rgba(231, 226, 226, 0.904);
  border: solid 2px rgba(34, 33, 33, 0.904);
  border-radius: 2px;
  display: inline-block;
  height: 44px;
  line-height: 100px;
  margin: 5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 60px;
}

a.pdf span {
  background: #0f1743;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  line-height: normal;
  padding: 5px 10px;
  left: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

a.pdf span:last-child {
  margin-left: -44px;
  position: absolute;
  top: 40px;
  left: 53px;

}
a.pdf span:first-child {
  margin-left: -58px;
  position: absolute;
  top: 40px;
  left: 47px;
}

a.pdf:before,
a.pdf:after {
  background: #ffffff;
  border: solid 3px #201f1f;
  border-radius: 4px;
  content: '';
  display: block;
  height: 31px;
  left: 50%;
  margin: -17px 0 0 -12px;
  position: absolute;
  top: 60%;
  
  width: 21px;
}

a.pdf:hover:before,
a.pdf:hover:after {
  background: #f0f7ff;
}

a.pdf:before {
  margin: -23px 0 0 -5px;
}

a.pdf:hover {
  background: rgba(231, 226, 226, 0.904);
  border-color: #029cb5;
}

a.pdf:active {
  background: #dae0e8;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, .25);
}

a.pdf span:first-child {
  display: none;
}

a.pdf:hover span:first-child {
  display: inline-block;
}

a.pdf:hover span:last-child {
  display: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

html,
body {
  height: 100%;
  width: 100%;
}

html {
  display: table;
}