/*
verde: rgb(76,215,200);
morado: rgb(147,152,216);
-------------------------------------------------------*/

@charset "utf-8";

/* Reset
---------------------------------*/
ul {
  list-style: none;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:active {
  outline: 0px !important;
  /*color: rgb(147,152,216);*/
  color: #2b4578;
}

/* Styles
---------------------------------*/
body {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  background-size: cover;
  background-position: bottom;
  font-size: 14px;
  font-weight: normal;
  color: #888888;
  margin: 0px auto;
  width: auto;
}

h1,
.h1 {
  font-size: 35pt;
  letter-spacing: -4px;
  margin: 0;
  line-height: 31pt;
}

.h1b {
  font-size: 35px;
  /*letter-spacing: 1px;*/
  margin: 10px 0;
}

h2,
.h2 {
  font-size: 18pt;
  font-weight: normal;
  margin: 0px 0 10px 0;
}

h3,
.h3 {
  font-size: 22px;
  margin: 0px 0px 10px 0;
}

h4 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 15px;
  margin: 10px 0 15px 0;
}

p {
  line-height: 24px;
  margin: 0;
}

img {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: rgb(147, 152, 216) !important;
}
::-moz-placeholder {
  color: rgb(147, 152, 216) !important;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: rgb(147, 152, 216) !important;
} /* ie */
input:-moz-placeholder {
  color: rgb(147, 152, 216) !important;
}

.container:after,
.row:after {
  clear: none;
}

input[type="checkbox"] + label span {
  display: inline-block;
  width: 13px;
  height: 14px;
  /* margin: -1px 4px 0 0; */
  vertical-align: middle;
  background: url(../images/check_radio_sheet.png) left top/ 27px 12px no-repeat;
  cursor: pointer;
}

input[type="checkbox"]:checked + label span {
  background: url(../images/check_radio_sheet.png) -14px top/ 27px 12px no-repeat;
}

button {
  height: 30px;
  margin-top: 10vh;
}

/* Header Styles
---------------------------------*/
/*.header_box {
    position: relative;
}*/

.contenido {
  color: #353535;
  padding: 0 20px;
  /*  background: url(../images/contenido.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffffc2;
}

.logo {
  float: left;
  position: relative;
  z-index: 2;
  padding: 5px 0 5px 5px;
}

#main-nav {
  text-align: center;
}

#main-nav ul {
  width: 100%; /*72%;*/
  float: right;
}
.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}

.navbar {
  border: 0px solid #fff;
  /* min-height: 40px; */
  margin-bottom: 0px;
  float: right;
  padding: 0 5px 0 0px;
  width: 700px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #383838; /*#FFF;*/
  padding: 10px;
}

.navStyle {
  float: none;
  padding: 0px;
}

.navStyle ul {
  list-style: none;
  padding: 0px;
}

.navStyle ul li {
  display: inline-block;
  margin: 0 0px;
}

.navStyle ul li:first-child {
  margin: 0 0px 0 0;
}

.navStyle ul li:last-child {
  margin: 0 0 0 0px;
}

.navStyle ul li a {
  display: block;
  font-size: 14px;
  color: #222222;
  text-decoration: none;
  /*text-transform: uppercase;*/
  /*font-weight: 600;*/
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.navbar-inverse .navbar-nav > li > a:hover {
  /*color: rgb(76,215,200);
    background-color: transparent;*/
  text-decoration: underline;
  font-weight: bold;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #2b4578;
}

.link-activo {
  /*color: white !important;
  background-color: rgb(147,152,216);
  border-radius:5%;*/
  text-decoration: underline;
  color: rgb(147, 152, 216);
  font-weight: bold;
}

.liA {
  width: 11%;
}

.liB {
  width: 33%;
}

.liC {
  width: 24%;
}

.liD {
  width: 19%;
}

.liE {
  width: 13%;
}
/* Top_content
---------------------------------*/

.btnIngresar {
  padding-left: 5px;
}

.recordarcontrasena {
  font-size: 11.5pt;
  padding-left: 0px !important;
  margin-top: 5px;
}

/* Services
---------------------------------*/

#descargas {
  z-index: 1;
  position: relative;
}

.service {
  padding: 40px 0 40px;
}

.author-avatar {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.member-top {
  position: relative;
}

.member-social-link a {
  border-radius: 4px;
  display: inline-block;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 0.9em;
  margin-right: 6px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* contacto */
#sub-div-seccion-contacto {
  display: inline-flex;
}

.seccion-contacto-a {
  width: 350px;
  display: inline-block;
}

.seccion-contacto-b {
  width: 330px;
  font-size: 9pt;
  text-align: right;
  padding-right: 5px;
  padding-left: 20px;
  font-weight: bold;
}

#not-principal span {
  padding: 0;
}

/* Animation Timers
---------------------------------*/
.delay-02s {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.delay-03s {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.delay-04s {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.delay-06s {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.delay-07s {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.delay-08s {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.delay-09s {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.delay-12s {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.borde-arriba {
  border-top: 14px solid;
  border-color: #73ac6e;
}

.btn {
  /*border-radius: 12px;*/
  padding: 0 12px;
}

.btn-primary-verde-foo:hover {
  color: black;
}

.btn-primary-azul {
  background-color: #29519a;
  border-color: #29519a;
  width: 100%;
}

.btn-primary-azul:hover {
  color: #fff;
  background-color: #d3803f;
  border-color: #d3803f;
  transition: ease-in 0.2s;
}

.padR0 {
  padding-right: 0px;
}

.padL0 {
  padding-left: 0px;
}

.pad0 {
  padding: 0px;
}

.negrita {
  font-weight: bold;
}

.texto-derecha {
  text-align: right;
}

.texto-izq {
  text-align: left;
}

.texto-justificado {
  text-align: justify;
}

.manito {
  cursor: pointer;
}

.marg20b {
  margin: 0 0 20px 0;
}

.fDerecha {
  float: right;
}

.fIzquierda {
  float: left;
}
/*
   Media Queries
--------------------------- */
.logo {
  display: none;
}

.checkbox {
  width: 100%;
  display: inline-block;
}

.btnIngresar {
  display: inline;
  float: right;
  margin-bottom: 20px;
}

.login,
.contenido {
  height: 100vh;
}

@media (max-width: 767px) {
  div.login,
  div.contenido {
    height: 100vh;
  }

  div.contenido p {
    text-align: justify;
    margin-top: 6vh;
  }

  div.contenido h1 {
    font-size: 30pt !important ;
  }

  body {
    background-image: none;
  }
}

/*Responsive*/
