/*
Theme Name: Morfohistología UVM
Theme URI: https://morfohistologia.uvm.cl
Description: Este espacio se denominará Laboratorio de Innovación Experimental (LIE): Una propuesta que vincula los entornos virtuales de aprendizajes con los aprendizajes prácticos de la Histobiología.
Author: Marcelo González [Bane®]
Author URI: https://goo.gl/gLYRxh
Version: 2.0
*/
html {
  -webkit-text-size-adjust: 100%;
}
body {
  color: #5B6770;
  background: #ffffff;
  font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  color: #4C4E56;
  font-family: 'Oswald', sans-serif;
}
a {
  color: #f00;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #900;
  outline: none;
  text-decoration: none;
}
.back-to-top {
  position: fixed;
  display: none;
  background: #101820;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 9;
}
.back-to-top i {
  color: #737B82;
  padding-top: 10px;
}
.back-to-top:hover {
  background: #737B82;
}
.back-to-top:hover i {
  color: #ffffff;
}
/**********************************/
/********** Menu Superior *********/
/**********************************/
.top-bar {
  position: relative;
  background-color: #101820;
}
@media (min-width: 992px) {
  .top-bar {
    padding: 0 60px;
    height: 117px;
  }
  .top-bar .navbar-brand img {
    width: 283px;
    max-height: 90px;
  }
}
@media (max-width: 991.98px) {
  .top-bar .container {
    padding-right: 5px;
    padding-left: 0px;
  }
  .top-bar .navbar-toggle, .top-bar .navbar-toggle i {
    color: #ddd;
  }
  .top-bar .navbar-brand {
    display: none !important;
  }
  .top-bar .navbar-nav {
    margin: 1px 1px 7.5px 1px;
  }
}
/**********************************/
/********* Menu Principal *********/
/**********************************/
.navbar {
  position: relative;
  transition: .5s;
  z-index: 999;
  border: none;
  border-radius: 0;
}
.navbar .navbar-nav > li > a, .navbar .navbar-nav > li > a:focus {
  padding: 12px 9px;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}
.navbar .navbar-nav .admision a {
  color: #ffffff;
  background-color: rgba(255, 0, 0, 0.65);
}
.navbar .navbar-nav .admision a:hover, .navbar .navbar-nav .admision a:focus, .navbar .navbar-nav .admision a:visited {
  color: #ffffff;
  background-color: rgba(255, 0, 0, 0.90);
}
.navbar-nav > .admision.active > a, .navbar-nav > .admision.active > a:focus, .navbar-nav > .admision.active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active {
  color: #ffffff;
  background: rgba(256, 256, 256, .1);
}
.navbar.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  transition: .5s;
}
.navbar.nav-sticky .navbar-nav > li > a:hover {
  color: #ffffff;
  transition: none;
}
.navbar.nav-sticky .navbar-nav .active > a:active, .navbar.nav-sticky .navbar-nav .active > a:hover {
  color: #000000 !important;
  transition: none;
}
.navbar .dropdown-menu {
  padding: 0;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #f8f9fa;
}
.navbar .dropdown-menu > .active > a, .navbar .dropdown-menu > .active > a:focus, .navbar .dropdown-menu > .active > a:hover {
  color: #FFFFFF !important;
  background-color: #101820;
}
.typeahead .dropdown-menu > li > a, .typeahead .dropdown-menu > li > a:hover, .typeahead .dropdown-menu > li > a:focus {
  background-color: #101820;
}
.navbar .open .dropdown-menu > li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #DBE1E5;
}
.navbar .open .dropdown-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #101820;
  font-size: 14px;
}
.navbar .open .dropdown-menu > li:last-child {
  border-bottom: hidden;
}
.navbar .open .dropdown-menu > li > a:hover, .navbar .open .dropdown-menu > li > a:focus {
  color: #fff;
  background: #101820;
}
.navbar.nav-sticky .navbar-nav > .open > a, .navbar.nav-sticky .navbar-nav > .open > a:focus, .navbar.nav-sticky .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (min-width: 1200px) {
  .navbar .container-fluid {
    width: 1280px;
  }
}
@media (min-width: 992px) {
  .navbar {
    position: absolute;
    width: 100%;
    top: 117px;
    padding: 5px 40px;
    background: rgba(16, 24, 32, 0.70) !important;
    z-index: 9;
  }
  .navbar.nav-sticky {
    padding: 5px 40px;
    background: #5B6770 !important;
  }
  .navbar.nav-sticky .navbar-nav > li {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #585F67;
  }
  .navbar.nav-sticky .navbar-nav > li:last-child {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #585F67;
  }
  .navbar a.nav-link {
    padding: 8px 15px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .navbar .navbar-brand img {
    display: none !important
  }
}
@media (max-width: 991.98px) {
  .navbar {
    padding: 15px 15px 8px 15px;
    background: #5B6770 !important;
    margin-bottom: 0px;
  }
  .navbar a.nav-link {
    padding: 5px;
  }
  .navbar .dropdown-menu {
    box-shadow: none;
  }
  .navbar .navbar-brand {
    padding: 0px 15px 0 0;
  }
  .navbar .navbar-brand img {
    width: 125px;
    max-height: 45px;
  }
}
@media (max-width: 1024px) {
  /* Colapsar Menu */
  .navbar .navbar-header {
    float: none;
  }
  .navbar .navbar-toggle {
    display: block;
  }
  .navbar .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar .navbar-nav > li {
    float: none;
  }
  .navbar.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .collapse.in {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
    padding: 10px auto;
  }
  .navbar .open .dropdown-menu > li, .navbar .open .dropdown-menu > li:last-child {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #585F67;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #101820;
  }
  .navbar .navbar-collapse, .navbar .navbar-form {
    border-color: #585F67;
  }
}
/**********************************/
/************* Submenu ************/
/**********************************/
.nav-submenu .nav-tabs {
  border-bottom: none;
}
.nav-submenu .nav-tabs ul {
  margin-bottom: 1px;
  list-style: none;
}
.nav-submenu .nav-tabs li > a {
  background: rgba(16, 24, 32, 0.80) !important;
  border-radius: 0;
  color: #ffffff;
  margin-right: 2px;
  text-transform: uppercase;
  font-size: 12px;
}
.nav-submenu li > a:hover, .nav-submenu .dropdown-menu > li > a:hover {
  color: #101820;
  border-color: transparent;
  background: rgba(255, 255, 255, 0.80) !important;
}
.nav-submenu .nav-tabs .active > a, .nav-submenu .dropdown-menu .active a, .nav-submenu .active > a:hover, .nav-submenu .active > a:focus {
  color: #101820;
  background: #ffffff !important;
  border-color: #ffffff;
}
.nav-submenu .btn-primary:active, .nav-submenu .open > .dropdown-toggle.btn-primary {
  background-color: #737B82;
  color: #fff;
  border-color: #737B82;
}
@media (max-width: 991.98px) {
  .nav-submenu .btn-group, .nav-submenu .btn {
    width: 100%;
  }
  .nav-submenu .dropdown-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #101820;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
  }
  .nav-submenu .dropdown-menu > li > a {
    padding: 15px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
  }
}
/*******************************/
/******** CSS Heredado *********/
/*******************************/
blockquote {
  background-image: url(img/blockquote1.png);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  font-size: 140%;
  font-weight: normal;
  text-align: justify;
  font-style: italic;
  margin: 15px;
  padding: 20px 50px 5px;
  width: 95%;
  color: #101820;
  border-left: none;
}
blockquote p {
  background-image: url(img/blockquote2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 0 30px 0px 0;
}
@media (max-width: 991.98px) {
  blockquote {
    margin: 25px 5px;
    padding: 20px 20px 5px;
    width: 100%;
  }
}
.generico {
  background: #ffffff;
  min-height: 352px;
  padding: 300px 0px 0px 0px;
  color: #ffffff;
  background-repeat: no-repeat fixed center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.contenido {
  position: relative;
  width: 100%;
  padding: 25px 0 45px 0;
  font-size: 16px;
}
.sombra {
  box-shadow: 0px 25px 25px 2px rgba(0, 0, 0, .1);
}
.section-header {
  padding: 45px 0;
  margin-bottom: 0;
  text-align: center;
}
.contenido h2, .contenido h3, .contenido h4, .contenido h5, .contenido h6 {
  font-weight: 200;
}
.contenido h2 {
  text-align: center;
  position: relative;
  font-size: 50px;
  margin-bottom: 45px;
}
.contenido h3 {
  position: relative;
  font-size: 40px;
  margin-bottom: 30px;
}
.contenido h4 {
  position: relative;
  font-size: 30px;
  margin-bottom: 25px;
}
.contenido h5 {
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.contenido h6 {
  position: relative;
  font-size: 18px;
  margin-bottom: 15px;
}
.contenido p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 1.8em;
}
.contenido li {
  font-size: 16px;
  line-height: 1.8em;
}
.contenido strong, .contenido b {
  color: #101820;
}
.linea-separadora {
  border-left: 1px dotted #BEC2C5;
}
.linea-separadora-derecha {
  border-right: 1px dotted #BEC2C5;
}
.margenes {
  margin: 30px 0;
}
.letra-capital::first-letter {
  font-size: 5em;
  margin: 20px 8px 10px 0;
  float: left;
}
/*******************************/
/********** Imagenes ***********/
/*******************************/
.img-circle {
  margin: 10px auto;
  width: 120px;
  padding: 13px;
  border: 1px solid rgba(0, 0, 0, .07);
  background: #FFFFFF;
  transition: .5s;
}
.alignright, .alignleft, .aligncenter, .size-full, .size-medium {
  height: auto;
  max-width: 100%;
}
.size-full {
  display: block;
  height: auto;
  max-width: 100%;
}
.alignright {
  float: right !important;
  margin: 10px 0 2em 2em;
}
.alignleft {
  float: left !important;
  margin: 5px 10px 5px 0;
}
.aligncenter {
  display: block;
  margin: 15px auto;
  height: auto;
  max-width: 100%;
}
/*******************************/
/*********** Fondos ************/
/*******************************/
.bg-gris {
  background-color: #f5f6f5;
}
.bg-gris hr, .bg-gris-oscuro hr {
  border-top: 1px solid #C3C9C3;
}
.bg-gris .section-header p {
  background: #f5f6f5;
}
.bg-gris .section-header p::after {
  position: absolute;
  content: "";
  height: 2px;
  top: 11px;
  right: -30px;
  left: -30px;
  background: #101820;
  z-index: -1;
}
.bg-gris-oscuro {
  background-color: #E9EBE9;
}
.bg-negro {
  background-color: #000000;
  color: #FFFFFF !important;
}
.bg-negro h3, .bg-negro strong, .bg-negro b, .bg-negro h6 {
  color: #dedede !important;
}
.bg-negro h6, .bg-negro i {
  font-size: 14px;
  margin-bottom: 0px;
}
/*******************************/
/********* Destacados  ********/
/*******************************/
.bg-destacados {
  padding: 35px 0;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(img/bg-destacado.jpg);
  color: #FFFFFF !important;
}
.bg-destacados .section-header h2, .bg-destacados h3, .bg-destacados h4, .bg-destacados h5 {
  color: #FFFFFF !important;
}
.bg-destacados strong, .bg-destacados b {
  color: #9DD3FF !important;
}
.bg-destacados .help-block {
  color: #D2D2D2;
}
/* Pizarron */
.bg-preuvm {
  position: relative;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ffffff;
  background-color: #000000;
  background-image: url(img/bg-pizarron.jpg);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
}
.bg-preuvm h2 {
  font-family: 'Amatic SC';
  line-height: normal;
  text-transform: inherit;
  color: #FBE6C3;
}
.bg-preuvm h4, .bg-preuvm b, .bg-preuvm strong {
  color: #FBE6C3;
}
.bg-preuvm .btn.btn-primary {
  background-color: #666666;
  border: 1px solid #999999;
  color: #ffffff;
}
.bg-preuvm .btn.btn-primary:hover, .bg-preuvm .btn.btn-primary:focus {
  background-color: #999999;
  border: 1px solid #000000;
  color: #333333;
}
@media (max-width: 991.98px) {
  .bg-preuvm {
    background-image: none;
  }
}
@media (max-width: 991.98px) {
  .linea-separadora {
    border-left: none;
  }
  .linea-separadora-derecha {
    border-right: none;
  }
}
@media (max-width: 767.98px) {
  .generico {
    min-height: 320px;
  }
  .contenido h2 {
    font-size: 40px;
  }
  .contenido h3 {
    font-size: 30px;
  }
  .contenido h4 {
    font-size: 25px;
  }
}
/*******************************/
/********** Botonera ***********/
/*******************************/
.btn {
  margin-top: 10px;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FFFFFF;
  border-radius: 0;
  transition: .3s;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: 1px;
  margin-right: 1px;
}
.btn-group > .btn:first-child {
  margin-right: 1px;
}
.btn.btn-primary, .btn.btn-secondary, .btn.btn-link {
  background: #101820;
  border: none;
  color: #EEEEEE;
}
.btn.btn-link {
  padding: 10px 12px;
  font-size: 11px;
}
.btn.btn-success, .btn.btn-danger {
  border: none;
}
.btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background-color: #54585E;
  color: #fff;
}
.btn.btn-file, .btn.btn-secondary {
  margin-top: 0px;
  padding: 7px 20px;
}
.kv-zoom-actions .btn, .file-footer-buttons .btn {
  color: #101820 !important;
}
/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  /*margin-bottom: 35px;*/
}
.section-header p {
  display: inline-block;
  margin: 0 30px;
  margin-bottom: 5px;
  padding: 0 10px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  background: #ffffff;
}
.section-header p::after {
  position: absolute;
  content: "";
  height: 2px;
  top: 11px;
  right: -30px;
  left: -30px;
  background: #737B82;
  z-index: -1;
}
.section-header h2 {
  margin: 0;
  position: relative;
  font-size: 50px;
  font-weight: 200;
}
@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 30px;
  }
}
#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}
#videoModal .modal-body {
  position: relative;
  padding: 0px;
}
#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}
/*******************************/
/*********** Noticias **********/
/*******************************/
.blog {
  position: relative;
  padding: 45px 0;
}
.blog .noticias-carousel {
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
  right: -15px;
}
.blog .blog-item {
  position: relative;
  margin: 0 15px;
  background: #FFFFFF;
  transition: .3s;
}
.blog .blog-page .blog-item {
  margin: 0 0 30px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 6px 6px 0 0;
}
.blog .blog-page .blog-item:hover {
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
}
.blog .blog-img {
  position: relative;
  width: 100%;
}
.blog .blog-img img {
  width: 100%;
  max-height: 170px;
  border-radius: 6px 6px 0 0;
}
aside .blog .blog-img img {
  max-height: 130px;
}
.blog .blog-text {
  position: relative;
  padding: 15px 20px;
  border-right: 1px solid rgba(0, 0, 0, .07);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  border-left: 1px solid rgba(0, 0, 0, .07);
}
.blog .blog-text h2 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 200;
  min-height: 2.8em;
}
.blog .blog-text h5 {
  margin-bottom: 0;
}
.blog .blog-text p {
  margin-bottom: 10px;
}
.blog .blog-item a.btn {
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f00;
  transition: .3s;
}
.blog .blog-item a.btn i {
  margin-left: 5px;
}
.blog .blog-item a.btn:hover {
  color: #900;
}
/* Pie Noticias*/
aside .blog .blog-text {
  border-right: none;
  border-bottom: none;
  border-left: none;
}
aside .btn.active.focus, aside .btn.active:focus, aside .btn.focus, aside .btn:active.focus, aside .btn:active:focus, aside .btn:focus {
  outline: none;
}
.blog .btn.active, .blog .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog .blog-meta {
  position: relative;
  display: flex;
  margin-bottom: 15px;
}
.blog .blog-meta p {
  margin: 0 10px 0 0;
  font-size: 13px;
}
.blog .blog-meta i {
  margin-right: 5px;
}
.blog .blog-meta p:last-child {
  margin: 0;
}
.blog .owl-nav {
  width: 150px;
  margin: 32px auto 0 auto;
  display: flex;
}
.blog .owl-nav .owl-prev, .blog .owl-nav .owl-next {
  margin-left: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5B6770;
  background: #101820;
  font-size: 22px;
  transition: .3s;
}
.blog .owl-nav .owl-prev:hover, .blog .owl-nav .owl-next:hover {
  color: #ffffff;
  background: #737B82;
}
.blog .pagination .page-link {
  color: #343148;
  border-radius: 0;
  border-color: #343148;
}
.blog .pagination .page-link:hover, .blog .pagination .page-item.active .page-link {
  color: #F7CAC9;
  background: #343148;
}
.blog .pagination .disabled .page-link {
  color: #999999;
}
/* Paginacion */
.pagination {
  border-radius: 0px;
  display: inline-block;
  margin: 20px 0;
  padding-left: 0;
}
ul.pagination li {
  text-indent: 0px !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #c00;
  border-color: #c00;
}
.pagination > li > a, .pagination > li > span {
  color: #900;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #c00;
}
@media (min-width: 992px) {
  aside .blog-page .blog-text {
    height: 166px;
  }
  .blog-text {
    height: 180px;
  }
}
@media (max-width: 767px) {
  aside .blog-page .blog-text {
    height: 190px;
  }
}
/*******************************/
/*********** Video ************/
/*******************************/
.bg-video {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}
/* Pregrado y Postgrado */
#video-cabecera {
  position: relative;
  /*not work if the screen ratio is below 16/9*/
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}
/* Escuelas */
#bg-video {
  position: relative;
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index: -1;
}
#bg-video::-webkit-media-controls {
  display: none !important;
}
.video-overlay {
  position: absolute;
  background-color: rgba(31, 39, 43, 0.65);
  top: 0;
  left: 0;
  bottom: 5px;
  width: 100%;
}
.bg-video .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bg-video .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}
.bg-video .caption h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}
.bg-video .caption .admision a {
  color: #101820;
  background-color: rgba(255, 255, 255, 0.75);
}
.bg-video .caption .admision a:hover, .bg-video .caption .admision a:focus {
  color: #ffffff;
  background-color: rgba(255, 0, 0, 0.90);
}
.bg-video .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}
.bg-video .caption small {
  color: #ffffff;
}
@media screen and (max-width: 1180px) {
  .bg-video .caption h6 {
    font-weight: 500;
  }
  .bg-video .caption h2 {
    font-size: 58px;
  }
}
@media screen and (max-width: 767px) {
  .bg-video .caption {
    top: 40%;
  }
  .bg-video .caption h6 {
    font-weight: 500;
  }
  .bg-video .caption h2 {
    font-size: 36px;
  }
}
/*******************************/
/***** Cartelera Cultural ******/
/************ Agenda ***********/
/*******************************/
.actividad .fecha {
  width: 55px;
  height: 55px;
  float: left;
  background-color: #FFA400;
  color: #fff;
  padding: 7px;
  margin-top: 8px;
  margin-bottom: 20px;
}
.blog .actividad .fecha {
  margin-bottom: 25px;
}
.actividad .fecha .dia {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 30px;
}
.blog .fecha .dia {
  margin-top: -5px;
}
.actividad .fecha .mes {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.actividad .fecha.hoy {
  background-color: #101820;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  display: block;
  font-size: 25px;
  text-align: center;
  padding-top: 5px;
}
.blog .actividad .fecha.hoy {
  padding-top: 10px;
}
.actividad .titulo {
  line-height: 1.4em;
  text-transform: uppercase;
  padding-left: 70px;
  margin: 0;
}
.actividad .hora {
  padding-left: 15px;
}
.actividad .ubicacion, .actividad a {
  padding-left: 70px;
  margin-top: 10px;
}
/*******************************/
/*********** Footer ************/
/*******************************/
footer {
  background: #101820 !important;
  padding: 45px 0;
  color: #fff;
  border-bottom: 10px solid #000000;
}
footer h6 {
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  color: #dddddd;
  margin: 30px 0 10px 0;
  padding-bottom: 5px;
}
footer h6::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #5B6770;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #c00;
  text-decoration: none;
}
footer ul {
  padding-left: 0;
  list-style: none;
  list-style-position: inside;
}
.fa-facebook {
  color: #fff;
  background-color: #3b5998;
}
.fa-twitter {
  color: #fff;
  background-color: #00acee
}
.fa-linkedin {
  color: #fff;
  background-color: #0e76a8
}
.fa-xtwitter {
  color: #fff;
  background-color: #0e76a8;
  height: 37px;
  width: 37px;
}
.fa-xtwitter:before {
  content: url("fonts/x.svg");
}
.fa.fa-xtwitter {
  padding: 6px;
}
.fa-xtwitter:hover {
  background-color: #0089be
}
.fa-tiktok {
  color: #fff;
  background-color: #0e76a8;
  height: 37px;
  width: 37px;
}
.fa-tiktok:before {
  content: url("fonts/tiktok.svg");
}
.fa.fa-tiktok {
  padding: 3px 10px 10px 10px;
}
.fa-tiktok:hover {
  background-color: #0089be
}
.fa-threads {
  color: #fff;
  background-color: #0e76a8;
  height: 37px;
  width: 37px;
}
.fa-threads:before {
  content: url("fonts/threads.svg");
}
.fa.fa-threads {
  padding: 6px;
}
.fa-threads:hover {
  background-color: #0089be
}
.fa-facebook:hover, .fa-linkedin:hover {
  background-color: #07415d
}
.fa-whatsapp {
  color: #56cd64
}
footer a .fa-facebook, footer a .fa-instagram, footer a .fa-linkedin, footer a .fa-xtwitter, footer a .fa-threads, footer a .fa-tiktok, footer a .fa-youtube {
  color: #fff;
  background-color: #000;
  transition: .3s;
}
footer .fa-facebook:hover, footer .fa-instagram:hover, footer .fa-linkedin:hover, footer .fa-xtwitter:hover, footer .fa-threads:hover, footer .fa-tiktok:hover, footer .fa-youtube:hover {
  background-color: #c00;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  footer .listado-programas ul > li {
    margin-bottom: 25px;
    line-height: normal;
  }
  footer .margenes {
    margin: 0 0 20px 0;
  }
}
/*******************************/
/********** Carrusel ***********/
/*******************************/
.carousel-caption {
  position: absolute;
  right: 40%;
  bottom: 20px;
  left: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.50);
}
.carousel-caption h3 {
  color: #fff !important;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
/*******************************/
/********* Formulario **********/
/*******************************/
input, textarea {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-modify: read-write-plaintext-only;
}
.bg-formularios {
  background-color: #E9EBE9;
  background-image: url(img/bg-form.jpg);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
.well {
  width: 100%;
  border-radius: 0;
  position: relative;
  padding: 25px;
  background: #FFFFFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  border: 1px solid rgba(0, 0, 0, .1);
  margin: 25px auto 45px auto;
}
.well h3 {
  margin-top: 0;
}
.help-block i {
  color: #67BBFF !important
}
.form-group {
  margin-bottom: 20px;
}
form .select2-container--default .select2-selection--single, .form-control {
  border: 1px solid #737B82;
  border-radius: 0;
  font-size: 14px;
  color: #101820;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  background-color: #737B82;
  border: 1px solid #737B82;
  border-radius: 0;
}
.has-error .input-group-addon {
  color: #E9EBE9;
  background-color: #737B82;
}
.has-success .input-group-addon {
  color: #E9EBE9;
  background-color: #737B82;
}
form .intl-tel-input.separate-dial-code .selected-flag {
  background-color: #737B82;
  border-radius: 0px;
}
.intl-tel-input.separate-dial-code .selected-dial-code, .input-group-addon {
  color: #E9EBE9;
  font-size: 12px;
}
.intl-tel-input {
  width: 100%;
}
.radio, .checkbox {
  padding-left: 20px;
}
.enviando {
  display: none;
}
@media (max-width: 991.98px) {
  .bg-formularios {
    background-image: none;
  }
  .well {
    padding: 10px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  select:focus, textarea:focus, input:focus {
    font-size: 16px;
  }
}