html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: #000;
  background-color: rgba(255,255,255,1);
}

button {
  cursor: pointer;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

a {
  outline: 0;
}

#mask {
  top: 0;
  left: 0;
  position:absolute;
  z-index:1999;
  background-color: rgba(255,255,255,0);
  display:none;
}

.form-control {
  padding: 0.7rem 0.75rem;
  color: #565a5d !important;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 !important;
}

nav.navbar {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.borderless td, .borderless th {
  border: none;
}

.bg-navbar {
  background: rgba(2, 28, 55, 1);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
  padding-top: 2px;
  padding-bottom: 8px;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  font-size: 30px;
}

.logo-unicach {
  width: 200px;
  padding-right: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-right: 1px solid #fff;
}

.logo-unicach:hover {
  opacity: 0.90;
}

.logo-contraloria {
  width: 190px;
  padding-right: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-name {
  display: inline-block;
  padding-top: .8rem;
  margin-left: 0;
  margin-right: 1rem;
  padding-left: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  font-size: 1.7rem;
  color: #fff !important;
}

.navbar-social {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  font-size: 18px;
}

.bg-navbar .container button.navbar-toggler.navbar-toggler-right {
  margin-top: 0.5rem;
  color: #fff !important;
  font-size: 2.3rem;
  background-color: transparent;
  border: none;
}

.navbar-social ul.navbar-nav li.nav-item a.nav-link {
  color: rgba(255, 255, 255, 1);
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px;
}

.navbar-social ul.navbar-nav li.nav-item a.nav-link:hover {

}

.navbar-social ul.navbar-nav li.nav-item.dropdown a.nav-link:hover {
  background: rgba(245, 245, 245, 1);
}

.navbar-social ul.navbar-nav li.nav-item a.nav-link.active {
  
}

.bg-navbar button.navbar-toggler.navbar-toggler-right {
  margin-top: 7px;
  color: #000 !important;
  border: 1px solid #fefefe;
  background-color: #cfcfca;
}

.bg-navbar nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover {

}

.bg-navbar nav.navbar ul.navbar-nav li.nav-item.dropdown a.nav-link:hover {
  background: rgba(245, 245, 245, 1);
}

.bg-navbar nav.navbar ul.navbar-nav li.nav-item a.nav-link.active {
  
}

.bg-menu {
  background: rgba(255, 255, 255, 1);
  padding-top: 5px;
}

.shadow-menu {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21);
}

.content-page {
  margin:0;
  width: 100%;
  height: 100%;
  min-height: 45rem;
}

.bg-menu ul.navbar-nav li.nav-item a.nav-link {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight:400;
  padding-top: 5px;
  padding-bottom: 11px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.bg-menu ul.navbar-nav li.nav-item a.nav-link:hover {
  color: rgba(2, 28, 55, 0.9);
}

.bg-menu ul.navbar-nav li.nav-item.dropdown a.nav-link:hover {
  background: transparent !important;
}

.bg-menu ul.navbar-nav li.nav-item a.nav-link.active {
  
}

.dropdown-toggle:hover {
  cursor: pointer;
  background: transparent !important;
  color: #000;
}

li.nav-item.dropdown > .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
} 

.dropdown .dropdown-menu {
  margin-top: 0px;
  background: rgba(250, 250, 250, 0.93) !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0px;
}

.dropdown-menu .dropdown-item {
  min-width: 12.5rem !important;
  color: rgba(2, 28, 55, 1) !important;
  font-size: 17px !important;
  font-weight:400 !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

.dropdown-toggle::after {
    display:none
}

.container .dropdown .dropdown-menu a:hover
{
  color: rgba(255, 255, 255, 1) !important;
  background: rgba(2, 28, 55, 1);
  border-color: #fff;
}

.container-fluid {
  padding: 0px;
}

@media (min-width: 1024px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1280px) {
  .navbar-name {
    padding-top: .9rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 992px) {
  .navbar-brand {
    display: none;
  }
  .navbar-social {
    display: none;
  }
  .navbar-name {
    padding-top: .9rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .navbar-name {
    padding-top: .9rem;
    font-size: 1rem;
  }
  .bg-navbar .container button.navbar-toggler.navbar-toggler-right {
    margin-top: 0.1rem;
  }
  .navbar-brand {
    display: none;
  }
  .navbar-social {
    display: none;
  }
}

@media (max-width: 576px) {
  .navbar-brand {
    display: none;
  }
  .navbar-name {
    font-size: 0.9rem;
    width: 70%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
  }
  .navbar-social {
    display: none;
  }
  .bg-navbar .container button.navbar-toggler.navbar-toggler-right {
    margin-top: 5px;
    color: #fff !important;
    font-size: 1.7rem;
    background-color: transparent;
    border: none; 
  }
}

.slider {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.carousel-caption {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;

  color: #fff;
  font-weight: 300;
  text-shadow: 2px 2px 5px #000;
  padding-top: 1.1rem;
  padding-bottom: 1.7rem;

  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.5) 65%, rgba(0,0,0,0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(25%, rgba(0,0,0,0.2)), color-stop(65%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.5)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.5) 65%, rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.5) 65%, rgba(0,0,0,0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.5) 65%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.5) 65%, rgba(0,0,0,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.carousel-caption h1 {
  font-size: 4vh;
}

.carousel-caption p {
  font-size: 2vh;
  margin-bottom: 0;
}

.btn-slider {
  -webkit-animation: fadeInUpBig 3s ease-in;
  animation: fadeInUpBig 3s ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.button-container {
  z-index:999;
  position: absolute;
  text-align: center;
  bottom: 6.7rem;
  right: 11.7rem;
  padding-top: 0.01rem;
  padding-bottom: 0.01rem;
  padding-right: 1rem;
  padding-left: 1rem;

  background-color: rgba(255, 255, 255, 0.1);
  -webkit-animation: fadeIn 2s ease-in;
  animation: fadeIn 2s ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.button-container .btn {
  padding-top: 0.7rem;
  padding-right: 1.3rem;
  padding-left: 1.3rem;
  font-size: 1.3rem;
  font-weight: 300;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  max-height: 40rem;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
    transform: translate(100px, 100px);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
    transform-origin: 100% 100%;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.carousel-item.active img {
  width:100%;
  filter: saturate(107%);
  
  animation: zoom 10s ease-in-out infinite;
  -webkit-animation: zoom 10s ease-in-out infinite;
}

.carousel-item img:hover {
  filter: saturate(117%);
}

.carousel-control-prev, .carousel-control-next {
  width: 10%;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 30px;
  height: 30px;
}

@keyframes move-prev {
  50%{
    transform: translateX(-7px);
    -webkit-transform: translateX(-7px);
  }
}

@-webkit-keyframes move-prev {
  50%{
    transform: translateX(-7px);
    -webkit-transform: translateX(-7px);
  }
}

.carousel-control-prev-icon:hover {
  animation: move-prev .7s ease-in-out infinite;
  -webkit-animation: move-prev .7s ease-in-out infinite;
}

@keyframes move-next {
  50%{
    transform: translateX(7px);
    -webkit-transform: translateX(7px);
  }
}

@-webkit-keyframes move-next {
  50%{
    transform: translateX(7px);
    -webkit-transform: translateX(7px);
  }
}

.carousel-control-next-icon:hover {
  animation: move-next .7s ease-in-out infinite;
  -webkit-animation: move-next .7s ease-in-out infinite;
}

.carousel-control-next-icon {
  margin-right: -20px;
}

ol.carousel-indicators {
  margin: 0;
  bottom: 10px;
}

ol.carousel-indicators li {
  height: 5px;
}

.carousel-fade .carousel-item {
  opacity: 0.99;
  -webkit-transform: translateZ(0);
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  transition: opacity .5s ease-in-out;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
}

.nopadding-0 {
  padding: 0px !important;
  margin: 0 !important;

  div[class^="col-"]{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.nopadding-1 {
  padding: 1px !important;
  margin: 0 !important;

  div[class^="col-"]{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.nopadding-2 {
  padding: 2px !important;
  margin: 0 !important;

  div[class^="col-"]{
    padding-left: 0px;
    padding-right: 0px;
  }
}

a:link.glink  {
  text-decoration:none;
  border-bottom: 1px solid transparent;
  transition: all ease-in-out 0.3s;
}

a:hover.glink  {
  color: rgba(4, 33, 81, 1) !important;
  border-color: rgba(4, 33, 81, 1);
}

a:active.glink  {
  color: rgba(4, 33, 81, 1) !important;
  text-decoration:none !important;
}

a:visited.glink  {
  color: rgba(4, 33, 81, 1) !important;
  text-decoration:none !important;
}

@-webkit-keyframes zoom-2 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom-2 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes zoompic {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoompic {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.cframe {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
}

.cframe:hover {
  transform: perspective(15rem) rotateY(3deg);
}

.cblock {
  width:100%;
  overflow:hidden;
}

.cblock img {
  height: 26rem;
  margin: 1rem;
  padding: .5rem;
  
  animation: zoom-2 7s linear infinite;
  -webkit-animation: zoom-2 7s linear infinite;

  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.30);
}

.cblock:hover img {
  opacity: .95;
}

.frameborder {
  margin: 1rem;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(207,207,207,1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(207,207,207,1);
  box-shadow: 0px 2px 10px 0px rgba(207,207,207,1);
}

.videoborder {
  border-top: 0.75rem solid black;
  border-bottom: 0.75rem solid black;
}
.card-poster {
  border-radius: 0px;
  color: rgba(250, 250, 247, 1);
  border:0px solid transparent;
}

.card-poster img {
  border-radius: 0px;
  color: rgba(250, 250, 247, 1);
  /*border:1px solid #fff;*/
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50);
}

.card-poster:hover img {
  filter: saturate(150%);

  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);

  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
}

.text-gray {
  color:#333333;
}

.space-line-top {
  margin-top: 10px;
}

.space-line-bot {
  margin-bottom: 10px;
}

.opacity {
  opacity: 0.91;
}

.card-deck .card {
  min-height: 100%;
}

.card:hover {
  text-decoration: none;
}

.card-deck .card:not(:first-child) {
  /*margin-left: 5px;*/
}
.card-deck .card:not(:last-child) {
  /*margin-right: 5px;*/
}

.card-white {
  border-radius: 0px;
  color: rgba(250, 250, 247, 1);
  border:1px solid #fff;

  -webkit-box-shadow: 0px 1px 10px 0px rgba(207,207,207,1);
  -moz-box-shadow: 0px 1px 10px 0px rgba(207,207,207,1);
  box-shadow: 0px 1px 10px 0px rgba(207,207,207,1);
}

.card-white:hover img {
  filter: saturate(180%);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}

.card-white:hover {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px 1px 10px 0px rgba(255,255,255,1);
  box-shadow: 0px 1px 10px 0px rgba(255,255,255,1);
}

.card-white .card-block {
  color: #000 !important; 
}

.card-white .card-header,
.card-white .card-footer {
  border-radius: 0px;
  background-color: rgba(14, 40, 67, 1);
  color: #fff;
}

.card-transparent {
  border-radius: 0px;
  color: rgba(250, 250, 247, 1);
  border:1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5) !important;

  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
}

.card-transparent:hover {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px 1px 10px 0px rgba(255,255,255,1);
  box-shadow: 0px 1px 10px 0px rgba(255,255,255,1);
}

.card-transparent {
  padding: 0px;
}

.card-transparent .card-block {
  color: #000 !important;
}

.card-transparent .card-header {
  border-radius: 0px !important;
  padding-top: 1.1rem;
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: rgba(88, 88, 88, 1) !important;
}

.transition {
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8);
}

@keyframes colorchange
{
  0%   {background: rgba(247, 247, 239, 1);}
  25%  {background: rgba(214, 232, 214, 0.6);}
  50%  {background: rgba(229, 232, 214, 0.7);}
  75%  {background: rgba(214, 232, 230, 0.6);}
  100% {background: rgba(247, 247, 239, 1);}
}

@-webkit-keyframes colorchange
{
  0%   {background: rgba(247, 247, 239, 1);}
  25%  {background: rgba(214, 232, 214, 0.6);}
  50%  {background: rgba(229, 232, 214, 0.7);}
  75%  {background: rgba(214, 232, 230, 0.6);}
  100% {background: rgba(247, 247, 239, 1)}
}

.thb {
  width: 100%;
  position: relative;
  margin-bottom: 1.5rem;

  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
}

.thb:hover {
  -webkit-box-shadow: -1px 2px 5px 0px rgba(190,190,190,1);
  -moz-box-shadow: -1px 2px 5px 0px rgba(190,190,190,1);
  box-shadow: -1px 2px 5px 0px rgba(190,190,190,1);

  animation-name: scrolldown;
  -webkit-animation-name: scrolldown;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

.thb a:link{
  text-decoration:none;
}

.block {
  width:100%;
  overflow:hidden;
}

.block img {
  width: 100%;
  animation: zoom 10s ease-in-out infinite;
  -webkit-animation: zoom 10s ease-in-out infinite;
}

.content-name {
  width: 100%;
  transition: .5s ease;
  opacity: 1;
  position: relative;
  left: 0;
  bottom: 0;
}

.content-min {
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.thb:hover .egresado-thb {
  opacity: 0.7;
  border-color: rgba(23, 67,102, 1);
}

.thb:hover .content-min {
  opacity: 1;
}

.thb:hover .content-name {
  opacity: 0;
}

.thb-text {
  opacity: 0.9;
  background-color: rgba(0, 172, 176, 1) !important;
  color: white;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.thb-name {
  opacity: 0.9;
  background-color: rgba(0, 172, 176, 1) !important;
  color: white;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.background-pattern{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  background: rgba(2, 28, 55, 0.1) url('../images/pattern.png') repeat;
}

.title-header-video{
  padding-top:2rem;
  background-color: rgba(247, 247, 239, 0.1);
  color: rgba(14, 40, 67, 1) !important;
  padding-bottom: 0.7rem;
  animation-iteration-count: infinite;
}

.video-b{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: fixed;   
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);  
  z-index: -99999999999999;
  background-size: cover;
}

.title-header{
  padding-top:2rem;
  background-color: rgba(247, 247, 239, 1);
  padding-bottom: 0.7rem;
  animation: colorchange 7s;
  -webkit-animation: colorchange 7s;
  animation-iteration-count: infinite;
}

.share-header{
  padding-top:0.2rem;
  background-color: rgba(238, 238, 233, 1);
}

.main-banner{
  margin-top: 7rem;
  background: url('../images/main-banner.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 21rem;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  -webkit-animation: brightness 3s infinite;
}

@keyframes brightness {
  0%,100%{
    filter: saturate(100%);
    -webkit-filter: saturate(100%);
  }
  50%{
    -webkit-filter: saturate(150%);
    filter: saturate(150%);
  }
}

@-webkit-keyframes brightness {
  0%,100%{
    filter: saturate(100%);
    -webkit-filter: saturate(100%);
  }
  50%{
    -webkit-filter: saturate(150%);
    filter: saturate(150%);
  }
}

.separator-beige{
  color: #000;
  font-weight: 300;
  background-color: rgba(247, 243, 232, 1);
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}

.separator-white{
  color: #000;
  font-weight: 300;
  background-color: #fff;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}

.separator-gwhite {
  height: 10rem;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.94) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.94) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.94) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );/* IE6-9 */
}

footer {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  background-color: rgba(2, 28, 55, 1) !important;
}

footer p {
  margin-bottom: 0px;
}

.container-footer {
  width: 100%;
  height: 100%;
  margin-right: 0;
  margin-left: 0; 
  padding-top: 50px;
  padding-bottom: 50px;
}

.logo-dtic {
  width: 110px;
  padding-right: 10px;
  margin-top: -5px;
  margin-bottom: -5px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.font-12 {
  font-size: 12px;
}

.font-12-b {
  font-size: 12px;
  font-weight: bold;
}

.font-14 {
  font-size: 14px;
}

.font-14-b {
  font-size: 14px;
  font-weight: bold;
}

.font-15 {
  font-size: 15px;
}

.font-15-b {
  font-size: 15px;
  font-weight: bold;
}

.font-16 {
  font-size: 16px;
}

.font-16-b {
  font-size: 16px;
  font-weight: bold;
}

.font-18 {
  font-size: 18px;
}

.font-18-b {
  font-size: 18px;
  font-weight: bold;
}

.font-20 {
  font-size: 20px;
}

.font-20-b {
  font-size: 20px;
  font-weight: bold;
}

.font-22 {
  font-size: 22px;
}

.font-22-l {
  font-size: 22px;
  font-weight: 300;
}

.font-22-b {
  font-size: 22px;
  font-weight: bold;
}

.font-24 {
  font-size: 24px;
}

.font-24-b {
  font-size: 24px;
  font-weight: bold;
}

.font-26 {
  font-size: 26px;
}

.font-26-b {
  font-size: 26px;
  font-weight: bold;
}

.font-28 {
  font-size: 28px;
}

.font-28-b {
  font-size: 28px;
  font-weight: bold;
}

.font-30 {
  font-size: 30px;
}

.font-30-b {
  font-size: 30px;
  font-weight: bold;
}

.font-32 {
  font-size: 32px;
}

.font-32-b {
  font-size: 32px;
  font-weight: bold;
}

.font-34 {
  font-size: 34px;
}

.font-34-b {
  font-size: 34px;
  font-weight: bold;
}

.font-40{
  font-size: 40px !important;
}

.font-40-b{
  font-size: 40px;
  font-weight: bold;
}

.font-50{
  font-size: 50px;
}

.font-50-b{
  font-size: 50px;
  font-weight: bold;
}

.font-60{
  font-size: 60px;
}

.font-60-b{
  font-size: 60px;
  font-weight: bold;
}

.font-70{
  font-size: 70px;
}

.font-70-b{
  font-size: 70px;
  font-weight: bold;
}

.font-80{
  font-size: 80px;
}

.font-80-b{
  font-size: 80px;
  font-weight: bold;
}

.font-120{
  font-size: 120px;
}

.font-120-b{
  font-size: 120px;
  font-weight: bold;
}

.bg-white {
  background-color: rgba(255, 255, 255, 1) !important;
}

.bg-navy {
  background-color: rgba(2, 28, 55, 1) !important;
}

.bg-red {
  background-color: rgba(189, 2, 2, 1) !important;
}

.bg-yellow {
  background-color: rgba(247, 198, 1, 1) !important;
}

.bg-green {
  background-color: rgba(41, 198, 25, 1) !important;
}

.bg-black {
  background-color: rgba(0,0,0, 1) !important;
}

.shadow-white {
  text-shadow: 1px 1px 2px rgba(250, 250, 250, 1) !important;
}

.shadow-black {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1) !important;
}

.text-copyright {
  float: right;
  font-size: 18px;
  text-align: left;
  color: #fff;
}

a:link.privacity  {
  color: rgba(255,255,255, 1) !important;
  text-decoration:none;
  border-bottom: 1px solid transparent;
  transition: all ease-in-out 0.2s;
}

a:hover.privacity  {
  color: rgba(255,255,255, 1) !important;
  border-color: #fff;
}

a:active.privacity  {
  color: #fff !important;
  text-decoration:none !important;
}

a:visited.privacity  {
  color: #fff !important;
  text-decoration:none !important;
}

a:link.btn-facebook  {
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  padding: 3px 12px 3px 12px;
  background: rgba(24, 59, 133, 1);
  border: 2px solid rgba(24, 59, 133, 1);
  color: rgba(255, 255, 255, 1) !important;
  text-decoration:none;
  transition: all ease 0.3s;
}

a:hover.btn-facebook  {
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
  border: 2px solid rgba(255, 255, 255, 0.9);
}

a:active.btn-facebook  {
  color: #fff !important;
  text-decoration:none !important;
  border: 2px solid rgba(24, 59, 133, 1);
}

a:visited.btn-facebook  {
  color: #fff !important;
  text-decoration:none !important;
  border: 2px solid rgba(24, 59, 133, 1);
}

a:link.btn-twitter  {
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  padding: 3px 12px 3px 12px;
  background: rgba(7, 161, 225, 1);
  border: 2px solid rgba(7, 161, 225, 1);
  color: rgba(255, 255, 255, 1) !important;
  text-decoration:none;
  transition: all ease 0.3s;
}

a:hover.btn-twitter  {
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
  border: 2px solid rgba(255, 255, 255, 0.9);
}

a:active.btn-twitter  {
  color: #fff !important;
  text-decoration:none !important;
  border: 2px solid rgba(7, 161, 225, 1);
}

a:visited.btn-twitter  {
  color: #fff !important;
  text-decoration:none !important;
  border: 2px solid rgba(7, 161, 225, 1);
}

.alert-success {
  background-color: #0fbb4b;
  border-color: #fff !important;
  font-weight: 500;
  color: #fff;
}

.alert-danger {
  background-color: #b70b0b;
  border-color: #fff !important;
  font-weight: 500;
  color: #fff;
}

.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 10px;
  color: rgba(210, 210, 210, 0.57);
  background-color: transparent;
  margin-right: 0px;
  display: none;
  padding-left: 4px;
  padding-right: 4px;
  z-index: 999999999;
}

.back-to-top:hover {
  cursor: pointer;
  transition: 0.1s ease-in;
  color: rgba(210, 210, 210, 0.9);

  animation-name: scrolldown;
  -webkit-animation-name: scrolldown;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-iteration-count: Infinite;
  -webkit-animation-iteration-count: Infinite;   
}

.back-to-top:focus {
  color:#f56800;
}

@keyframes scrolldown {
  50%{
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
  }
}

@-webkit-keyframes scrolldown {
  50%{
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
  }
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.logo-cecyd {
  width: 15rem;
  margin-top: .9rem;
}

.main-message {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background: rgba(247, 243, 232, 1);
  border-bottom: .25rem solid rgba(218, 211, 193, 1);
}

.section-announcement {
  background: #000 url('../images/his.jpg') bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 22rem;
  margin-bottom: -120px;
  margin-left: 0;
  margin-right: 0;
}

.section-english {
  background: #000 url('../images/usa.jpg') bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 19rem;
  margin-bottom: -120px;
  margin-left: 0;
  margin-right: 0;
}

.section-german {
  background: #000 url('../images/germany.jpg') bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 19rem;
  margin-bottom: -120px;
  margin-left: 0;
  margin-right: 0;
}

.section-french {
  background: #000 url('../images/france.jpg') bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 19rem;
  margin-bottom: -120px;
  margin-left: 0;
  margin-right: 0;
}

.section-activities {
  background: #000 url('../images/students_book.jpg') bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 19rem;
  margin-bottom: -120px;
  margin-left: 0;
  margin-right: 0;
}

.mask-gwhite{
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.94) 80%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.94) 80%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.94) 80%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.header-title{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 10px 10px 10px;
  font-weight: 300; 
  background-color: rgba(0, 0, 0, 0.57);

  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
}

.header-title-green{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 10px 10px 10px;
  font-weight: 300; 
  background-color: rgba(14, 179, 24, 0.87);

  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
}

.header-title-yellow{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 10px 10px 10px;
  font-weight: 300; 
  background-color: rgba(241, 178, 10, 0.87);

  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
}

.btn-activity-navy-a  {
  display: block;
  width: 100%;
  padding: 7px 12px 7px 12px;
  font-size: 1.8rem;
  font-weight: 300; 
  color: rgba(255, 255, 255, 1) !important;
  text-decoration:none !important;
  background: #011c39;
  transition: all ease 0.3s;

  animation-name: scrolldown;
  -webkit-animation-name: scrolldown;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-iteration-count: Infinite;
  -webkit-animation-iteration-count: Infinite;  
}

.btn-activity-navy-a:hover  {
  background-color: #2c3e52;
  text-decoration:none !important;
}

.btn-activity-red-a  {
  display: block;
  width: 100%;
  padding: 7px 12px 7px 12px;
  font-size: 1.8rem;
  font-weight: 300; 
  color: rgba(255, 255, 255, 1) !important;
  text-decoration:none !important;
  background: #011c39;
  transition: all ease 0.3s;
}

.btn-activity-red-a:hover  {
  filter: saturate(70%);
  -webkit-filter: saturate(70%);
  text-decoration:none !important;
}

.btn-activity-red-b  {
  display: block;
  width: 100%;
  padding: 7px 12px 7px 12px;
  font-size: 1.8rem;
  font-weight: 300; 
  color: rgba(255, 255, 255, 1) !important;
  text-decoration:none !important;
  background: #022b57;
  transition: all ease 0.3s;
}

.btn-activity-red-b:hover  {
  background: #042d87;
  filter: saturate(70%);
  -webkit-filter: saturate(70%);
  text-decoration:none !important;
}

.btn-activity-red-c  {
  display: block;
  width: 100%;
  padding: 7px 12px 7px 12px;
  font-size: 1.8rem;
  font-weight: 300; 
  color: rgba(255, 255, 255, 1) !important;
  text-decoration:none !important;
  background: #023d7c;
  transition: all ease 0.3s;
}

.btn-activity-red-c:hover  {
  filter: saturate(70%);
  -webkit-filter: saturate(70%);
  text-decoration:none !important;
}


.detail-tab {
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(207, 0, 0, 1);
}

.nav-link:hover .detail-tab {
  background: rgba(157, 3, 3, 1);
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link {
  color: #fff;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  opacity: .8;
}

.nav-tabs .nav-item {
  width: 100%;
  margin-bottom: 0;
  background: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.nav-tabs .nav-item:hover {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.nav-tabs .nav-link.active {
  color: #464a4c; 
  background-color: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  opacity: 1;
}

.tab-content .tab-pane {
  /*border-top: 3px dashed #fc0000;*/
}

.services-title {
  display: inline-block;
  background: #e5decd;
  font-size: 1rem;  
}

hr.style-1 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

@keyframes move-ud {
  50%{
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
}

@-webkit-keyframes move-ud {
  50%{
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
}

.option {
  width: 100%;
  position: relative;
  margin-bottom: 1.5rem;

  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
}

.option:before, .option:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.option:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.option a:link{
  text-decoration:none;
}

.option:hover {
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

  animation-name: scrolldown;
  -webkit-animation-name: scrolldown;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

.option:hover .option-icon {
  animation: move-ud .7s ease-in-out infinite;
  -webkit-animation: move-ud .7s ease-in-out infinite;
}

.option-icon {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.option-title {
  background-color: rgba(231, 225, 213, 1) !important;
  color: #4c3403;
  font-size: 19px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}