
  *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  :after,
  :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

  h1,h2,h3,h4,h5{
    font-family: 'Poppins', sans-serif !important;
  }

  body{
    background-color: #fff;
  }
  
  .nav-link,.dropdown-item{
      font-size: 16px;
  }

  .carousel-item img{
    max-height: 560px !important;
    min-height: 240px !important;
  }

  .megamenu {
    position: static;
  }

  .megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
  }

  .page a{
    word-wrap: break-word !important;
  }

  .breadcrum li{
    display: table-cell;
    vertical-align: middle;
  }

  .top-nav a{
    color: rgb(197, 186, 186) !important;
  }

  nav .nav-link:hover{
    color: #EFBD54 !important;
  }

  .programa-link.active{
    color: black !important;
  }
 
    #myTop{
    display: none;
    position: fixed;
    bottom: 20px;
    right: -10px !important;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent !important;
    color: black;
    cursor: pointer;
    padding: 15px;
    font-size: 30px;
    color: #5195d8 !important;
  }

  #myTop:hover{
    color: #34629a !important;
  }

  .bg-recie-1{
    background-color: #3A7BBA !important;
  }

  .bg-recie-2{
    background-color: #EFBD54 !important;
  }

  .bg-recie-3{
    background-color: #EFBD54 !important;
  }

  .bg-recie-4{
    background-color: #174379 !important;
  }

  .text-recie-1{
    color: #3A7BBA !important;
  }
  .text-recie-2{
    color: #EFBD54 !important;
  }
  .text-recie-3{
    color: #3A7BBA !important;
  }

  a {
    color: #337ab7;
    text-decoration: none;
  }

  #description p{
    font-size: 1.15rem !important;
    text-align: justify;
  }

  .pkp_block .title{
    color: white !important;
    font-size: 1.3rem;
  }

  .pkp_block.block_language li >a{
    color: white !important;
    text-decoration: underline;
  }