.menu-header .row{
  background-color: rgb(111, 133, 122);
}
.menu-header .row a{
  color: white;
  padding: 0.5rem 1.2rem;
}
.top-header{
  position: absolute;
  width: 100%
}
.top-header.fixed {
  position: fixed;
  top:0; left:0;
  z-index: 9;
}
.top-header.fixed .container, .top-header.fixed img{
  max-height: 50px;
}
.top-header .container, .top-header img{
  max-height: 100%;
  max-width: 100%;
}
.menu-header.fixed{
  display: flex!important;
  transition: 0.5s ease;
  justify-content: center!important;
}
.menu-header.fixed > .row{
  position: fixed;
  top: 5px;
  z-index: 9;
  padding: 0 40px;
  transition: 0.5s ease;
}
.menu-header a{
  border: 1px solid transparent;
}
.menu-header a.active{
  border-bottom-color: white;
}
.menu-header a:hover{
  background: #76837c;
  border: 1px solid;
}
img.btn-whatsapp {
  display: block !important;
  position: fixed;
  z-index: 9999999;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  border-radius:100px !important;
}
img.btn-whatsapp:hover{
  border-radius:100px !important;
  box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
  transition-duration: 0.5s;
}
.bg-verde{
  background-color:rgb(111, 133, 122)
}
.bg-cafe{
  background-color: #F0E7E3;
}

.bg-rojo{
  background-color: #CB484B;
}

@media screen and (max-width:1200px) {
  .menu-header.fixed > .row{
    padding: 0 25px;
  }
  .menu-header.fixed .nav-link {
    padding: 0.3rem;
  }
}

/******responsive*******/
@media screen and (max-width:992px) {
  .h1, h1 {
    font-size: calc(1.375rem + 1vw);
  }
  .h2, h2 {
    font-size: calc(1.1rem + .75vw);
  }
  .my-5 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
  }
  .my-4 {
    margin-top: 1.25rem!important;
    margin-bottom: 1.25rem!important;
  }
  .mt-5 {
    margin-top: 2rem!important;
  }
  .nav-link {
    padding: 0.5rem;
  }
  .menu-header.fixed .nav-link {
    padding: 0.5rem 0.25rem;
  }
  .menu-header.fixed > .row{
    padding: 0 20px;
  }
}

@media screen and (max-width: 769px) {
  .menu-header.fixed .nav-link {
    font-size: 14px
  }
  .menu-header.fixed > .row{
    padding: 0 0px;
  }
  .menu-header .row a{
    color: white;
    padding: 0.5rem 0.5rem;
  }
  .top-header.fixed .container, .top-header.fixed img{
    max-height: 30px;
  }
  ul.nav.justify-content-center{
    padding-right: 0;
  }
  .menu-header.fixed > .row{
    top: 0;
  }
}
@media screen and (max-width: 576px) {
  /* header */
  .top-header.fixed .container, .top-header.fixed img{
    max-height: 40px;
  }
  .menu-header, .menu-header.fixed{
    display: none!important;
  }
  .top-header{
    overflow-x: clip;
  }
  div.screen{
  	overflow:hidden;
    z-index: 10;
    max-width: 100%;
  }
  div.burger {
  	height: 30px;
  	width: 35px;
  	cursor: pointer;
    background-color: rgb(111, 133, 122);
    padding: 1px;
    border-radius: 3px;
    z-index: 10;
  }
  div.burger.open{
    position: fixed;
  }
  div.x, div.y,	div.z {
    margin: 5px;
    top: 0px; bottom: 0px;
    background: #fff;
    border-radius:2px;
    transition: all 200ms ease-out;
  }
  div.x, div.y, div.z{
    height: 3px;
    width: 24px;
  }
  div.y{top: 15px;}
  div.z{top: 30px;}
  div.collapse{
    display: block;
    top: 20px;
    /* background:#4a89dc; */
    transition: all 70ms ease-out;
  }
  div.rotate30{
    margin: 12px 4px 7px 4px;
    transform: rotate(30deg);
    transition: all 50ms ease-out;
  }
  div.rotate150{
    margin: -10px 4px 0px 4px;
    transform: rotate(150deg);
    transition: all 50ms ease-out;
  }
  div.rotate45{
    transform: rotate(45deg);
    transition: all 100ms ease-out;
  }
  div.rotate135{
    transform: rotate(135deg);
    transition: all 100ms ease-out;
  }
  div.circle{
    border-radius: 50%;
    width: 0px;
    height: 0px;
    position:absolute;
    top: 35px;
    left: 36px;
    background:#fff;
    opacity:1;
    transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  }
  div.circle.expand{
    width:1200px;
    height:1200px;
    top: -560px;
    left: -565px;
    transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  }
  div.menu {
    height: 568px;
    width: 320px;
    position: absolute;
    top: 0px; left: 0px;
  }
  div.menu ul li {
    list-style: none;
    position:absolute;
    top:50px;;
    left:0;
    opacity:0;
    width:320px;
    text-align:center;
    font-size:0px;
    transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  }
  div.menu ul li a {
    color:#000;
    text-transform:uppercase;
    text-decoration:none;
    letter-spacing:3px;
  }
  div.menu li.animate{
    font-size:21px;
    opacity:1;
    transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  }
  div.menu li.animate:nth-of-type(1){
    top:100px;
    transition-delay: 0.0s;
  }
  div.menu li.animate:nth-of-type(2){
    top:150px;
    transition-delay: 0.03s;
  }
  div.menu li.animate:nth-of-type(3){
    top:200px;
    transition-delay: 0.06s;
  }
  div.menu li.animate:nth-of-type(4){
    top:250px;
    transition-delay: 0.09s;
  }
  div.menu li.animate:nth-of-type(5){
    top:300px;
    transition-delay: 0.12s;
  }
  div.menu li.animate:nth-of-type(6){
    top:350px;
    transition-delay: 0.15s;
  }
  div.menu li.animate:nth-of-type(7){
    top:400px;
    transition-delay: 0.18s;
  }
  div.menu li.animate:nth-of-type(8){
    top:450px;
    transition-delay: 0.21s;
  }
  div.menu li.animate:nth-of-type(9){
    top:500px;
    transition-delay: 0.24s;
  }
  /* page */
  .my-5 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
  }
  .my-4 {
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
  }
  .mt-5 {
    margin-top: 1rem!important;
  }
  ul.mx-md-4{
    padding-left: 30px;
  }
  img.btn-whatsapp{
    width: 40px;
    height: 40px;
  }
}
/*******Programa******/
table th{
  text-transform: uppercase;
}
table td:nth-child(1){
  font-weight: bold;
}
.program-table thead{
  color:#FFFFFF;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
.program-table td:nth-child(1){
  min-width: 100px;
  max-width: 130px;
}
.program-table.tabla1 thead{
  background-color: #F38800;
}
.program-table.tabla1 tbody tr:nth-child(even){
  background-color: #EFE6D2;
}
.program-table.tabla2 thead{
  background-color: #FF3900;
}
.program-table.tabla2 tbody tr:nth-child(even){
  background-color: #F99691;
}

