/*<style>*/
  /*body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
  }*/
  h1 {
    font-family: 'Serif', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #363d88;
    font-weight: 800;
    margin-bottom: 30px;
    
  }
  h2 {
    font-family: sans-serif;
    font-size: 18px ;
    text-transform: uppercase;
    color: #363d88;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height:1.6;
  }
  h3 {
    font-family: sans-serif;
    font-size: 18px ;
    line-height: 1.375em;
    color: #363d88;
    font-weight: 300;
    letter-spacing: 1px;
    /* margin-bottom: 30px; */
  }
  h4 {
    font-family: sans-serif;
    font-size: 18px ;
    line-height: 1.375em;
    color: #363d88;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 1px;
  } 
  h5 {
    font-family:  sans-serif;
    font-size: 18px ;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }  
  .jumbotron {
    background-color: #363d88;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-family:  sans-serif;
    font-size: 18px ;
  }
  p{
    font-family:  sans-serif;
    font-size: 18px ;
    font-weight: 300;
    color: #363d88;
    letter-spacing: 1px;
  }
  a{
    font-family:  sans-serif;
    font-size: 16px ;
    font-weight: 300;
    color: #363d88;
    /* letter-spacing: 1px; */
  }

  .container-fluid {
    margin: 10px;
    /* margin-left: 30px;
    margin-right: 30px; */
    padding: 60px 19px;
  }
  .left{
    text-align: left;
    text-justify: inter-word;
  }
  .bg-grey {
    background-color: #A9DFBF;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .logo-small {
    color: #363d88;
    font-size: 100px;
  }
  .logo {
    color: #363d88;
    font-size: 300px;
  }
  .thumbnail {
    padding: 0 0 5px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    /* height: 200px;
    width: 300px; */
    margin-bottom: 10px;
  }
  /* .thumbnail_2 img {
    height: 400px;
    width: 2000px;
    margin-bottom: 10px;
  } */
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color:#fff;
  }
  .carousel-indicators li {
    border-color: #363d88;
    
  }
  .carousel-indicators li.active {
    background-color: #fff;
    margin: 10px;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    /* border: 1px solid #363d88; 
    border-radius:0 !important;
    transition: box-shadow 0.5s; */
    border-radius: 90px 90px 90px 90px;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #363d88;
    background-color: #fff !important;
    color: #363d88;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #363d88 !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #363d88;
    color: #fff;
  }
  .navbar {
    margin-bottom: 0;
    background-color:#1abc9c;
    z-index: 9999;
    border: 0;
    font-size: 10px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 0;
    border-radius: 0;
    font-family: sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #363d88 !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #363d88 !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  /* .slide001{
    height: 82px;
    background:#363d88;
    font-size: 3em; 
    text-align: center;
    line-height: 10em;
    color: #fff;
    padding: 1px;
    padding-bottom: 10px; 
  } */
  /* .img_slide0001{
    width: 50px; height: 82px;
  } */
  .menu001{
    /* background: #1abc9c; */
    text-align: center;
    width: 100%;
    position: sticky;
    top: -1px;
    /* color: red; */
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #363d88;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }
  /*</style>*/
  .container-fluid_footer {
    font-size: 14px;
    padding: 6px;
    background: #A9DFBF;
    color: #363d88;
    letter-spacing: 4px;
  }
  .footer_margen{
    margin-top: 30px;;
    margin-bottom: 0px;
  }
  .img_cd{
    height: 160px;
    width: 130px;
    margin: 12px;
  }
  /* .img_carrusel{
    width: 50%; 
    margin: auto;
  } */
.portada{
  width:100%; 
  margin: auto;
}
/* img{
  width:100%; 
  margin: auto;
} */
p.solid {
  border-style: solid;
  padding: 30px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
  background-color: #363d88;
  padding: 10px;
}

.grid-container > div {
  background-color: #A9DFBF;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}