body{	
/*  font-family: 'Muli', sans-serif;*/
  font-family: 'Jost', sans-serif;
	overflow-x: hidden;
}

footer{
	box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
	overflow:hidden;
}

header{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h1{
	font-weight: 900;
  font-size: 30px;
  padding: 20px;
  text-align: center;
}

h2{
	color:#144A81;
	font-weight: 900;
	font-size: 30px;
	text-align: center;
  animation-duration: 1s;
  animation-name: fadein;
}

h3{
	color: #233668;
	font-weight: 700; 
	font-size: 25px;
	text-align: left;
  animation-duration: 1s;
  animation-name: fadein;}

h4{
  color: #233668;
  font-weight: normal; 
  font-size: 20px;
  text-align: center;}

h5{
	font-weight: 700;
  font-size: 20px;
  text-align: center;
  padding:5px;  
}

p{
  font-weight: 400;
	font-size: 20px;
	text-align: center;
  animation-duration: 1s;
  animation-name: fadein;}

section{
  padding: 20px;}

img{
  animation-duration: 1s;
  animation-name: fadein;}

.lista{
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  animation-duration: 1s;
  animation-name: fadein;}

[id] {
   scroll-margin-top: 100px;
}

.btn-primary {
  color: #fff;
  background-color: #144A81;
  border-color: #1c2947;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #233667;
  border-color: #a3a028;
  color: #C4C323;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0px 0px 5px 1px black;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #233567;
  border-color: #a3a028;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #233567;
  background-image: none;
  border-color: #a3a028;
}

.btn-success {
  color: #000;
  background-color: #C4C323;
  border-color: #87821e;
}

.btn-success:hover {
  color: #fff !important;
  background-color: #87821e;
  border-color: #87821e;
  color: #C4C323;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0px 0px 5px 1px black;
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #C4C323;
  border-color: #a3a028;
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  background-color: #C4C323;
  background-image: none;
  border-color: #a3a028;
}

.linea-verde{
  border-bottom: 6px solid #C4C323;
}

.azul{
  background-color: #144A81;
}

.navbar{
  padding-top: 0px;
  padding-bottom:0px;
  padding-left: 10px;
  padding-right: 10px;
	margin: 0px; 
}

.nav-item{
	padding-right: 10px; 
}

.navbar-light {
	font-weight: 700; 
	font-size: 18px;}

.navbar-light .navbar-nav > li > a {
  color: #144A81 !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
 }

.navbar-light .navbar-nav > li > a:hover, .navbar-light .navbar-nav > li > a:focus {
  background-color: #C4C323;
  border-radius: 10px 10px 0px 0px;
}

.navbar-light .navbar-nav > .active > a {
	color: white !important;
  background-color: #C4C323;
  border-radius: 10px 10px 0px 0px;
}

.navbar-nav > li > .dropdown-menu > .active { background-color: #233668;}
.navbar-nav > li > .dropdown-menu > a:focus { background-color: #c4c323;}

.separador img {
	text-align: center;
  width: 80%;
  padding-top:30px; 
  padding-bottom:30px;
}

.capa1 {
  width: 100%;
/*  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;*/
  padding: 10px;
  border-radius: 20px;
    /*border-bottom: 2px solid #233667;
    border-top: 2px solid #233667;*/
  transition: all ease 0.5s;
  background-image: linear-gradient(#fff, #FFF);
}

.capa1:hover {
  text-decoration: none;
  background-color: #C4C323;
  background-image: linear-gradient(rgba(224, 224, 224, 0.6), #fff);
}

.capa1 h5 {
  text-decoration: none;
  color: #144A81;
  font-size: 20px;
  font-weight: 700;
}

.capa1 a:hover {
    text-decoration: none;
}

.color-fondo{
  background-color: white;
}

.fondo-productos{
  background: url(../img/areas-gestion-fondo.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100% ;
  text-align: right;
}

.derecha1 ul {
  text-align: center;
  padding: 20px 0;
  background-color: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  /*radial-gradient(center center, circle, black, #1162ac);*/
}

.derecha1 li {
  font-weight: 700;
  display: block;
  list-style: none;
  text-align: center;
  margin: 50px auto;
  padding: 15px;
  border-bottom: 1px solid #144A81;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.derecha1 a {
  font-size: 22px;
  text-decoration: none;
  color: #144A81;
  text-align: right;
  padding: 15px;
  transition: all ease 0.4s;
}

.derecha1 li:hover {
  background-image: linear-gradient(to right, rgba(196, 195, 36, 0), rgba(196, 195, 36, 0.7), rgba(196, 195, 36, 0));
}

.logometro {
  width: 90%;
  max-width: 180px;
  margin: 0 auto;
  background-color: #F8F9FA;
  border-radius: 10px;
  padding: 10px;
}

.iconos1 {
  margin: 0 auto;
  width: 100%;
  max-height: 200px;
  padding: 5px;
  animation-duration: 1s;
  animation-name: fadein;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 100;
  }
}

.iconos2 {
  margin: 0 auto;
  width: 100%;
  max-height: 50px;
  padding: 5px;
}

.iconos3 {
  margin: 0 auto;
  width: 100%;
  max-height: 200px;
  max-width: 200px;
  padding: 5px;
  animation-duration: 1s;
  animation-name: fadein;
}

.carousel-control-prev-icon {
  height: 60px;
  width: 60px;
  background-image: url("../img/icon-prev.svg");
}

.carousel-control-next-icon {
  height: 60px;
  width: 60px;
  background-image: url("../img/icon-next.svg");
}

.nav-tabs{
  width:100%;
  font-weight: bold;
  background-color: #fff;
  border-radius: 0px;
  font-size: 20px;
}

.nav-tabs>li>a {
  border: 1px solid #DEE2E6;
  color: black; 
  padding: 10px;
}

.nav-tabs .nav-item .nav-link.active {
  background-color: #144A81 !important;
  color: #FFF;
  border-radius:15px 15px 0px 0px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: white;
  background-color: #144A81 !important;
  font-weight: bold !important;
  border: 1px solid #DEE2E6;
  border-bottom-color: transparent;
}

.nav-tabs > li > a:hover{
  background-color: #144A81 !important;
  border-radius: 0px;
  color:white;
  border-radius:15px 15px 0px 0px;
} 

.tab-pane {
  border:solid 1px #DEE2E6;
  border-top: 0; 
  width:100%;
  padding: 5px;
}

.margen-tabs{
  padding: 10px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.nopadding {
  margin: 0px;
  padding: 0px;
}

.chulitos {
    list-style-image: url('../img/chulito.png');
}
