/*=======================================================================

Template Name: Academics UCLM | Responsive HTML5 Template
Template URI: https://uclm.es/
Description: Academics UCLM | Academics Responsive HTML5 Template.
Author: Jaime Tapiador - Universidad de Castilla-la Mancha
Author URI: https://www.uclm.es
Version: 1.0

/*=======================================================================
[Table of content]
=========================================================================

[01] Typography
[02] General
[03] Header Area
[04] Slider Area
[05] About Area
[06] Service Area
[07] Students Say Area
[08] Students Join Area
[09] Featured Area
[10] Counter Area
[11] Countdown Area
[12] Video Area
[13] Lecturers Area
[14] Publications Area
[15] Courses Area
[16] News and Event Area
[17] Certificate Area
[18] Gallery Area
[19] Price Table Area
[20] Research Area
[21] Shop Page Area
[22] Brand Area
[23] Sidebar Area
[24] Faq Page area
[25] Error Page Area
[26] Contact Page Area
[27] Footer Area
[28] Registration Page Area
[29] Profile Page Area

=========================================================================
[ End table of content ]
=========================================================================*/
/*=======================================================================
[01] Typography
=========================================================================*/
/*
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700&family=Roboto:wght@100;300;400;500;700&display=swap');


/* Variables */
:root{
  /* Colores globales */
  --main-uclm-color: #b30033;
  --main-uclm-color-rgb: rgb(179, 0, 51);
  --sec-uclm-color: #505050;
  --ter-uclm-color: #767676;
}
/* Estilos */
html,
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  /*font-family: 'Roboto', sans-serif;*/
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  /* color: #444444; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  /*font-family: 'Montserrat', sans-serif;*/
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 20px 0;
  color: #212121;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
p {
  line-height: 1.5;
  margin: 0 0 20px 0;
}
pre{
  font-family: Consolas,"courier new";
  color: #b30033;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 2px;
  font-size: 105%;
}
/*=======================================================================
[02] General
=========================================================================*/
/* Accesibilidad - Los enlaces con target="blank" se les añade "(Nueva ventana)" */
.linknw:focus::after {
  content: " (Nueva ventana)";
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.linknw:hover::after {
  content: " (Nueva ventana)";
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.link-red{
  color: var(--main-uclm-color);
  font-weight: bold;
}
a {
  text-decoration: none;
  position: relative;
  color: var(--main-uclm-color);
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
  color: var(--main-uclm-color);
}
/* Animación de subrayado para enlaces en una selección de componentes */
/*div>a:before*/
p>a:before,
div.contHTML-area a:before,
div.contHTML2col-area a:before,
div.contHTML2col1div-area a:before,
div.textimgfloat-area a:before,
div.linklist li>a:before,
ol.breadcrumb li>a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 1px solid var(--main-uclm-color);
  transition: 0.4s;
}
div a:has(img):before{
  border-bottom: none !important;
}
/*div>a:hover:before*/
p>a:hover:before,
div.contHTML-area a:hover:before,
div.contHTML2col-area a:hover:before,
div.contHTML2col1div-area a:hover:before,
div.textimgfloat-area a:hover:before,
div.linklist li>a:hover:before,
ol.breadcrumb li>a:hover:before
{
  width: 100%;
}
/* Enlaces que ocupan todo un div en una selección de componentes */
a.visualLink, a.calendarLink{
  position: absolute;
  width: 99%;
  height: 98%;
  top: 2px;
  left: 2px;
  z-index: 9;
}
a.visualLink:focus {
  outline-offset: -2px;
  outline: 3px solid #b30033;
}
/*
a:active,
a:hover,
a:focus {
  outline: 0 none;
}*/
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  /* padding: 0; */
}
ul.sin-iconos li:before{
  content:"";
}
/* Barra de prograso superior */
.progress-container {
  width: 100%;
  background-color: transparent;
  height: 5px;
  display: block;
}
.progress-bar {
  background-color: #FFFFFF;
  width: 0%;
  display: block;
  height: inherit;
}
/******************************
  Barra horizontal 
  *******************/
hr{
    margin-top: 40px;
    margin-bottom: 40px;
    border-color: var(--main-uclm-color);
    background-color: var(--main-uclm-color);
    opacity: 1 !important;
    height: 3px !important;
    -webkit-animation: hranimation 3s ease-out forwards;
      -moz-animation:    hranimation 3s ease-out forwards;
      -o-animation:      hranimation 3s ease-out forwards;
      animation:         hranimation 3s ease-out forwards;	
  }
  @-webkit-keyframes hranimation {
	  0%   { width: 0%;}
	  100%{ width:100%;}
	}
	@-moz-keyframes hranimation {
	  0%   { width: 0%;}
	  100%{ width:100%;}
	}
	@-o-keyframes hranimation {
	  0%   { width: 0%;}
	  100%{ width:100%;}
	}
	@keyframes hranimation {
	  0%   { width: 0%;}
	  100%{ width:100%;}
}

  @-webkit-keyframes thread2 {
	  0%   { width: 100%; }
	  50% { width: 100%; }
	  80% { width: 0px;}
	  100%{ width:100%;}
	}
	@-moz-keyframes thread2 {
	  0%   { width: 100%; }
	  50% { width: 100%; }
	  80% { width: 0px;}
	  100%{ width:100%;}
	}
	@-o-keyframes thread2 {
	  0%   { width: 100%; }
	  50% { width: 100%; }
	  80% { width: 0px;}
	  100%{ width:100%;}
	}
	@keyframes thread2 {
	  0%   { width: 100%; }
	  50% { width: 100%; }
	  80% { width: 0px;}
	  100%{ width:100%;}
}
/************************
 CITA
 *********************/
.quote {
  font-style: italic;
  padding: 40px 50px 50px;
  background: #f5f5f5;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.quote:before {
  color: var(--main-uclm-color);
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 20px;
  left: 30px;
  position: absolute;
  top: 30px;
  z-index: 1;
}
/*********************************/
.clear:after {
  clear: both;
  content: "";
  display: block;
}
.form-group {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1164px;
  }
}
#wrapper {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.video-margin-top {
  margin-top: 12px;
}
.margin-bottom-none {
  margin-bottom: 0!important;
}
.margin-bottom-sidebar {
  margin-bottom: 30px;
}
.bg-common-style {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-divider {
  height: 1px;
  width: 100%;
  background: #BDBDBD;
}
.solid-underline {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 35px;
}
.solid-underline:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #e3e3e3;
  left: 0;
  bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-40 {
  margin-bottom: 40px;
}
.btn-view {
  color: var(--main-uclm-color);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-view:hover {
  color: #002147;
}
.section-space {
  padding: 100px 0;
}
.mb-none {
  margin-bottom: 0!important;
}
.accent-bg {
  background-color: #f5f5f5;
}
.bg-primary {
  background: var(--main-uclm-color) !important;
  color: #FFFFFF;
}
.bg-textPrimary { /**/
  background: #FFFFFF;
  color: #002147;
}
.bg-primary-deep {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-primary-deep:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(var(--main-uclm-color-rgb), 0.9);
}
.bg-primary-deep-fixed {
  background-attachment: fixed;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-primary-deep-fixed:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(var(--main-uclm-color-rgb), 0.9);
}
.overlay-primaryColor {
  position: relative;
}
.overlay-primaryColor:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(var(--main-uclm-color-rgb), 0.7);
}
.overlay-video {
  position: relative;
}
.overlay-video:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(var(--main-uclm-color-rgb), 0.88);
  height: 100%;
  width: 100%;
}
.title-bar-counter {
  position: relative;
}
.title-bar-counter:before {
  content: "";
  height: 2px;
  width: 70px;
  background: var(--main-uclm-color);
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.title-bar-medium-left {
  position: relative;
}
.title-bar-medium-left:before {
  content: "";
  height: 3px;
  width: 40px;
  background: var(--main-uclm-color);
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.title-bar-high {
  position: relative;
}
.title-bar-high:before {
  content: "";
  height: 3px;
  width: 40px;
  background: var(--main-uclm-color);
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.title-bar-big-high {
  position: relative;
}
.title-bar-big-high:before {
  content: "";
  height: 3px;
  width: 40px;
  background: var(--main-uclm-color);
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.title-bar-sm-high {
  position: relative;
}
.title-bar-sm-high:before {
  content: "";
  height: 3px;
  width: 40px;
  background: var(--main-uclm-color);
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.title-bar-big-left-close {
  position: relative;
}
.title-bar-big-left-close:before {
  content: "";
  height: 4px;
  width: 45px;
  background: var(--main-uclm-color);
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
}
.title-bar-footer {
  position: relative;
}
.title-bar-footer:before {
  content: "";
  height: 3px;
  width: 45px;
  background: var(--main-uclm-color);
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
}
.title-bar-small-center {
  position: relative;
}
.title-bar-small-center:before {
  content: "";
  height: 2px;
  width: 40px;
  background: var(--main-uclm-color);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: 0 auto;
  z-index: 1;
}
.title-bar-small-left {
  position: relative;
}
.title-bar-small-left:before {
  content: "";
  height: 3px;
  width: 45px;
  background: var(--main-uclm-color);
  position: absolute;
  left: 0;
  bottom: -35px;
  z-index: 1;
}
.title-bar-sidebar {
  position: relative;
}
.title-bar-sidebar:before {
  content: "";
  height: 4px;
  width: 45px;
  background: var(--main-uclm-color);
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
}
.title-bar-full-width {
  position: relative;
}
.title-bar-full-width:before {
  content: "";
  height: 2px;
  width: 100%;
  background: var(--main-uclm-color);
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: 1;
}
.title-default-center {
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  margin-bottom: 45px;
  color: #002147;
}
@media only screen and (max-width: 767px) {
  .title-default-center {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .title-default-center {
    font-size: 26px;
  }
}
.title-default-left {
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  margin-bottom: 45px;
  color: #002147;
}
@media only screen and (max-width: 767px) {
  .title-default-left {
    margin-bottom: 36px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .title-default-left {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.title-default-left a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.title-default-left a:hover {
  color: var(--main-uclm-color);
}
.title-default-left-bold {
  font-size: 30px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  margin-bottom: 45px;
  color: #002147;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title-default-left-bold {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-default-left-bold {
    font-size: 26px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-default-left-bold {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .title-default-left-bold {
    font-size: 22px;
  }
}
.title-default-left-bold a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.title-default-left-bold a:hover {
  color: var(--main-uclm-color);
}
.title-default-left-bold-lowhight {
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
  color: #002147;
}
@media only screen and (max-width: 991px) {
  .title-default-left-bold-lowhight {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .title-default-left-bold-lowhight {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .title-default-left-bold-lowhight {
    font-size: 22px;
  }
}
.title-default-left-bold-lowhight a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.title-default-left-bold-lowhight a:hover {
  color: var(--main-uclm-color);
}
.title-news-left-bold {
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  margin-bottom: 15px;
  color: #002147;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .title-news-left-bold {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .title-news-left-bold {
    font-size: 18px;
  }
}
.title-news-left-bold a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.title-news-left-bold a:hover {
  color: var(--main-uclm-color);
}
.title-default-textPrimary-left {
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  margin-bottom: 45px;
  color: #FFFFFF;
}
.about-title {
  font-size: 48px;
  color: #002147;
  margin-bottom: 15px;
  text-align: center;
  text-shadow: 2px 2px 3px #999999;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .about-title {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-title {
    font-size: 36px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-title {
    font-size: 32px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .about-title {
    font-size: 26px;
  }
}
.title-center {
  font-weight: 500;
  font-size: 36px;
  color: #002147;
  text-align: center;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .title-center {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-center {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-center {
    font-size: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .title-center {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .title-center {
    font-size: 26px;
  }
}
.about-sub-title {
  width: 70%;
  margin: 0 auto;
  /*margin-bottom: 60px;*/
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about-sub-title {
    width: 100%;
  }
}
.sub-title-full-width {
  margin-bottom: 80px;
  text-align: center;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .sub-title-full-width {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-title-full-width {
    margin-bottom: 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sub-title-full-width {
    margin-bottom: 50px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .sub-title-full-width {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .sub-title-full-width {
    margin-bottom: 30px;
  }
}
h3.sidebar-title {
  font-size: 22px;
  color: #002147;
  text-transform: capitalize;
  margin-bottom: 35px;
  position: relative;
  font-weight: 500;
}
@media (min-width: 480px) and (max-width: 1199px) {
  h3.sidebar-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 479px) {
  h3.sidebar-title {
    font-size: 18px;
  }
}
h3.sidebar-title a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h3.sidebar-title a:hover {
  color: var(--main-uclm-color);
}
h3.sidebar-title:before {
  content: "";
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
  background: var(--main-uclm-color);
}
h2.sidebar-title {
  font-size: 30px;
  color: #002147;
  text-transform: capitalize;
  margin-bottom: 35px;
  position: relative;
  font-weight: 500;
}
@media (min-width: 480px) and (max-width: 1199px) {
  h2.sidebar-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 479px) {
  h2.sidebar-title {
    font-size: 18px;
  }
}
h2.sidebar-title a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h2.sidebar-title a:hover {
  color: var(--main-uclm-color);
}
h2.sidebar-title:before {
  content: "";
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
  background: var(--main-uclm-color);
}
.apply-now-btn {
  text-align: center;
  color: #002147 !important;
  padding: 8px 0;
  width: 104px;
  background: var(--main-uclm-color);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  border: 2px solid var(--main-uclm-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.apply-now-btn:hover {
  background: transparent;
  color: #FFFFFF !important;
}
.apply-now-btn2 {
  text-align: center;
  color: #002147;
  padding: 10px 0;
  width: 104px;
  background: var(--main-uclm-color);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.apply-now-btn2:hover {
  background: #002147;
  color: #FFFFFF !important;
}
.pricetable-btn {
  padding: 10px 0;
  text-align: center;
  color: #263238;
  height: 50px;
  width: 160px;
  background: var(--main-uclm-color);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border: 2px solid var(--main-uclm-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 480px) and (max-width: 767px) {
  .pricetable-btn {
    height: 45px;
    width: 140px;
    font-size: 15px;
    padding: 9px 0;
  }
}
@media only screen and (max-width: 479px) {
  .pricetable-btn {
    height: 40px;
    width: 130px;
    font-size: 14px;
    padding: 8px 0;
  }
}
.pricetable-btn:hover {
  background: transparent;
  color: #FFFFFF;
}
.default-big-btn {
  color: #FFFFFF;
  padding: 15px 0;
  /*background: rgba(var(--main-uclm-color-rgb), 0.8);*/
  background: #B3003388;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 162px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.default-big-btn:hover {
  background: var(--main-uclm-color);
  color: #212121;
}
.default-full-width-btn {
  color: #FFFFFF;
  padding: 12px 0;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 100%;
  border: 2px solid #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.default-full-width-btn:hover {
  background: transparent;
  color: #002147;
}
.ghost-full-width-btn {
  color: #FFFFFF;
  padding: 14px 0;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-full-width-btn:hover {
  background: var(--main-uclm-color);
  color: #002147;
}
.join-now-btn {
  color: #002147;
  padding: 13px 40px;
  background: var(--main-uclm-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border: none;
  border: 2px solid var(--main-uclm-color);
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 480px) and (max-width: 767px) {
  .join-now-btn {
    padding: 10px 36px;
  }
}
@media only screen and (max-width: 479px) {
  .join-now-btn {
    padding: 8px 26px;
  }
}
.join-now-btn:hover {
  background: transparent;
  color: #FFFFFF;
}
.join-now-primary-btn {
  color: #FFFFFF;
  padding: 13px 0;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border: none;
  width: 148px;
  border: 2px solid #002147;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.join-now-primary-btn:hover {
  background: transparent;
  color: #002147;
}
.sidebar-search-btn {
  color: #FFFFFF;
  padding: 14px 40px;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border: none;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-search-btn:hover {
  background: var(--main-uclm-color);
  color: #FFFFFF;
}
.sidebar-search-btn-full {
  color: #FFFFFF;
  padding: 13px 0;
  width: 100%;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border: none;
  border: 2px solid #002147;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-search-btn-full:hover {
  background: transparent;
  color: #002147;
}
.view-all-accent-btn {
  text-align: center;
  color: #FFFFFF;
  padding: 12px 34px;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: none;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.view-all-accent-btn:focus {
  color: #FFFFFF;
}
.view-all-accent-btn:hover {
  background: var(--main-uclm-color);
  color: #212121;
}
.details-accent-btn {
  text-align: center;
  color: #002147;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: none;
  font-weight: 500;
  border: 2px solid var(--main-uclm-color);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.details-accent-btn:hover {
  background: var(--main-uclm-color);
  color: #FFFFFF;
}
.view-all-primary-btn {
  text-align: center;
  color: #FFFFFF;
  padding: 12px 0;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: none;
  width: 130px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.view-all-primary-btn:hover {
  background: var(--main-uclm-color);
  color: #030507;
}
.ghost-btn {
  border: 2px solid var(--main-uclm-color);
  color: #FFFFFF;
  padding: 10px 30px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn:hover {
  background: var(--main-uclm-color);
  color: #002147;
}
.ghost-btn-big {
  border: 2px solid var(--main-uclm-color);
  color: var(--main-uclm-color);
  padding: 12px 30px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn-big:hover {
  background: var(--main-uclm-color);
  color: #ffffff;
}
.ghost-btn-big-primary {
  border: 2px solid #002147;
  color: #002147;
  padding: 12px 30px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn-big-primary:hover {
  background: #002147;
  color: #FFFFFF;
}
.sidebar-ghost-btn {
  text-align: center;
  color: #ffffff;
  padding: 8px 0;
  width: 160px;
  font-style: italic;
  background: transparent;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  border: 2px solid var(--main-uclm-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar-ghost-btn:hover {
  background: var(--main-uclm-color);
  color: #002147;
}
.enroll-btn {
  /*color: #002147;*/
  color: #ffffff;
  padding: 18px 0;
  background: var(--main-uclm-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 100%;
  border: 2px solid var(--main-uclm-color);
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.enroll-btn:hover {
  background: transparent;
  color: var(--main-uclm-color);
}
.download-btn {
  position: relative;
  color: #002147;
  padding: 18px 0;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 100%;
  border: 1px solid #002147;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.download-btn:before {
  content: "\f019";
  position: absolute;
  font-family: FontAwesome;
  color: #002147;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 8%;
  z-index: 1;
}
.download-btn:hover {
  border: 1px solid var(--main-uclm-color);
  background: var(--main-uclm-color);
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.download-btn:hover:before {
  color: #FFFFFF;
}
.default-white-btn {
  border: none;
  color: #002147;
  padding: 13px 30px;
  background: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.default-white-btn:hover {
  color: #FFFFFF;
  background: #002147;
}
.isotop-btn {
  text-align: center;
  margin-bottom: 45px;
}
.isotop-btn:after {
  display: none;
}
.isotop-btn a {
  background: transparent;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #002147;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .isotop-btn a {
    padding: 10px 26px;
  }
}
.isotop-btn a:hover {
  border: 1px solid #002147;
  background: #002147;
  color: #FFFFFF;
}
.isotop-btn .current {
  border: 1px solid #002147;
  background: #002147;
  color: #FFFFFF;
}
.play-btn {
  z-index: 2;
  border: 3px solid #FFFFFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 480px) {
  .play-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.play-btn i {
  color: var(--main-uclm-color);
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.play-btn:hover {
  border: 3px solid var(--main-uclm-color);
}
.play-btn:hover i {
  color: #FFFFFF;
}
.isotop-btn-accent {
  text-align: center;
  margin-bottom: 45px;
}
.isotop-btn-accent:after {
  display: none;
}
.isotop-btn-accent a {
  background: transparent;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #002147;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.isotop-btn-accent a:hover {
  border: 1px solid var(--main-uclm-color);
  background: var(--main-uclm-color);
  color: #FFFFFF;
}
.isotop-btn-accent .current {
  border: 1px solid var(--main-uclm-color);
  background: var(--main-uclm-color);
  color: #FFFFFF;
}
.default-btn {
  color: #FFFFFF;
  padding: 13px 30px;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.default-btn:hover {
  background: #00082E;
  color: #FFFFFF;
}
.quote-white-btn {
  border: none;
  color: #002147;
  padding: 10px 20px;
  background: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.quote-white-btn:hover {
  color: #212121;
}
.default-white-small-btn {
  color: #212121;
  padding: 8px 20px;
  background: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.default-white-small-btn:hover {
  color: #002147;
}
.submit-btn {
  color: #FFFFFF;
  padding: 12px 44px;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.submit-btn:hover {
  background: #00082E;
  color: #FFFFFF;
}
.ghost-semi-color-btn {
  border: 2px solid #002147;
  color: #444444;
  padding: 10px 30px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-semi-color-btn:hover {
  background: #002147;
  color: #FFFFFF;
}
.ghost-color-btn {
  border: 2px solid #002147;
  color: #002147;
  padding: 10px 44px;
  background: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-color-btn i {
  margin-left: 10px;
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-color-btn:hover {
  background: #002147;
  color: #FFFFFF;
}
.ghost-color-btn:hover i {
  color: #FFFFFF;
}
.ghost-text-color-btn {
  border: 2px solid #BDBDBD;
  color: #002147;
  padding: 10px 44px;
  background: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-text-color-btn:hover {
  border: 2px solid #002147;
  background: #002147;
  color: #FFFFFF;
}
.ghost-on-hover-btn {
  border: 2px solid #002147;
  color: #FFFFFF;
  padding: 12px 40px;
  background: #002147;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-on-hover-btn:hover {
  background: transparent;
  color: #002147;
}
.owl-controls .owl-nav {
  position: absolute;
  top: -88px;
  right: -2px;
}
@media only screen and (max-width: 991px) {
  .owl-controls .owl-nav {
    top: -77px;
  }
}
@media only screen and (max-width: 480px) {
  .owl-controls .owl-nav {
    position: inherit;
  }
}
.owl-controls i {
  margin-left: 0;
  color: #FFFFFF;
  display: block;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.owl-controls .owl-prev {
  border: 1px solid var(--main-uclm-color);
  background: var(--main-uclm-color) !important;
  opacity: 1!important;
  font-size: 18px!important;
  margin: 0 1px!important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 0!important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 480px) {
  .owl-controls .owl-prev {
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
  }
}
.owl-controls .owl-prev:hover {
  background: #002147 !important;
  border: 1px solid #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.owl-controls .owl-prev:hover i {
  color: #FFFFFF;
}
.owl-controls .owl-next {
  border: 1px solid var(--main-uclm-color);
  right: -45px;
  background: var(--main-uclm-color) !important;
  opacity: 1!important;
  font-size: 18px!important;
  margin: 0 4px!important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 0!important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 480px) {
  .owl-controls .owl-next {
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
  }
}
.owl-controls .owl-next:hover {
  background: #002147 !important;
  border: 1px solid #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.owl-controls .owl-next:hover i {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#scrollUp {
  background-color: #B3003399;
  bottom: 5px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 45px;
  z-index: 99999;
  border-radius: 50%;
}
#scrollUp i {
  color: #FFFFFF;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
#scrollUp:hover i,
#scrollUp:focus i {
  color: #002147;
}
#preloader {
  background: white url('img/preloader.svg') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.pagination-center {
  text-align: center;
  margin-top: 43px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pagination-center {
    margin-top: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pagination-center {
    margin-top: 23px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .pagination-center {
    margin-top: 13px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .pagination-center {
    margin-top: 03px;
  }
}
@media only screen and (max-width: 320px) {
  .pagination-center {
    margin-top: 0px;
  }
}
.pagination-center li {
  display: inline-block;
}
.pagination-center li a {
  width: 42px;
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  background: #002147;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-center li a:hover {
  background: var(--main-uclm-color);
}
.pagination-center .active a {
  background: var(--main-uclm-color);
}
.pagination-left {
  text-align: left;
  margin-top: 20px;
}
.pagination-left li {
  display: inline-block;
}
.pagination-left li a {
  width: 42px;
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  background: #002147;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-left li a:hover {
  background: var(--main-uclm-color);
}
.pagination-left .active a {
  background: var(--main-uclm-color);
}
.overlay-default {
  position: relative;
}
.overlay-default:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mt-30 {
  margin-top: 30px;
}
/*=======================================================================
[03] Header Area
=========================================================================*/
.main-menu-area {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 10;
}
.main-menu-area .logo-area {
  margin: 21px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu-area .logo-area {
    margin: 25px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-area .logo-area {
    margin: 22px 0;
  }
}
.main-menu-area .apply-btn-area {
  margin: 22px 0;
  text-align: right;
}
.login-form {
  position: absolute;
  z-index: 999;
  top: 38px;
  right: -20px;
  width: 540px;
  height: 444px;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .login-form {
    margin-bottom: 15px;
  }
}
.login-form label {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #002147;
}
.login-form input {
  height: 40px;
  padding: 0 10px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #BDBDBD;
  margin-bottom: 15px;
  color: #002147;
  font-weight: 500;
  font-size: 15px;
}
.login-form span {
  margin-right: 15px;
  color: #002147;
}
@media (min-width: 768px) and (max-width: 991px) {
  .login-form span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .login-form span {
    display: inline-block;
    margin-left: 0;
    margin-top: 15px;
  }
}
.login-form span input {
  width: inherit;
  height: inherit;
  margin-right: 10px;
  padding: 30px;
}
/* UCLM - Tools NAV */
nav#tools-nav ul {
  text-align: right;
}
nav#tools-nav ul li {
  display: inline-block;
  position: relative;
  border-left: none !important;
  border-right: none !important;
}
nav#tools-nav ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
nav#tools-nav ul li:hover ul:before {
  width: 100%;
}
nav#tools-nav ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  color: var(--sec-uclm-color);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
nav#tools-nav ul li i {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  color: var(--sec-uclm-color);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#tools-nav ul li a {
    padding: 30px 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav#tools-nav ul li a {
    padding: 30px 6px;
  }
}
nav#tools-nav ul li a:hover {
  color: #999999;
}
nav#tools-nav ul li > ul {
  position: relative;
  /* border-top: 1px solid @accentColor; */
  margin-top: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 180px;
  z-index: 99999;
  /*background: #FFFFFF;*/
  padding: 0;
  left: 5px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#tools-nav ul li > ul {
    left: -3px;
  }
}
@media only screen and (max-width: 991px) {
  nav#tools-nav ul li > ul {
    left: -9px;
  }
}
nav#tools-nav ul li > ul:before {
  position: absolute;
  content: "";
  background-color: var(--sec-uclm-color);
  margin: 0 auto;
  z-index: 12;
  height: 1px;
  top: 0;
  left: 0;
  width: 0%;
  right: 0;
  border-top: solid 3px #666666;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
nav#tools-nav ul li > ul > li {
  background: #FFFFFF;
  padding: 0;
  display: block;
  border-bottom: 1px solid var(--ter-uclm-color);
}
nav#tools-nav ul li > ul > li > a {
  padding: 10px 10px 10px 15px;
  display: block;
  color: var(--ter-uclm-color);
}
nav#tools-nav ul li > ul > li:last-child {
  border-bottom: none;
}
nav#tools-nav ul li > ul > li:hover,
nav#tools-nav ul li > ul > li .active {
  color: #FFFFFF;
  background: var(--ter-uclm-color);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
nav#tools-nav ul li > ul > li:hover a,
nav#tools-nav ul li > ul > li .active a {
  color: #FFFFFF;
}
nav#tools-nav ul li > ul > li:hover a:before,
nav#tools-nav ul li > ul > li .active a:before {
  opacity: 0;
}


#tools-nav2 * {
  position:relative;
	margin: 0px;
	padding: 0px;
  z-index: 999;
  /*font-family: 'Open Sans', sans-serif;*/
  font-weight: 400;
  font-size: 13px;
}
 #tools-nav2 ul {
	 list-style-type: none;
   border-left: solid 1px var(--ter-uclm-color);
}
 #tools-nav2 ul  li {
	 display:block;
	 list-style: none;
}
 #tools-nav2 ul>li>ul {
  /*box-shadow: rgb(38 57 77) 0px 20px 30px 0px;*/
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  border: solid 1px #cccccc;
  border-radius: 4px; /***********/
  background-color: #FFFFFF;
}
#tools-nav2 ul li a {
	display: block;
	color: #505050;
	text-decoration: none;
	padding: 0.5em 1em;
}
#tools-nav2 ul li a:hover {
	color: #FFFFFF;
	background-color: var(--ter-uclm-color);
}
#tools-nav2 ul li a:active{
	background-color: rgb(232,232,255);
}
#tools-nav2 ul li ul li a{
	padding-left: 3em;
	color: #505050;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#tools-nav2 ul li ul li a i{
	width: 15px;
}
#tools-nav2 ul li ul li a span{
	padding-left: 5px;
  padding-right: 0px;
}
#tools-nav2 ul li ul li a:hover {
  color: #FFFFFF !important;
  background-color: var(--ter-uclm-color);
}
#tools-nav2 ul li ul li:first-child a:hover{
  color: #FFFFFF !important;
  background-color: var(--ter-uclm-color);
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
#tools-nav2 ul li ul li:last-child a:hover {
  color: #FFFFFF !important;
  background-color: var(--ter-uclm-color);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#tools-nav2 ul li a[aria-expanded="false"]  ~ ul {
	/*display: none;*/
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#tools-nav2 ul li a[aria-expanded="true"]  ~ ul {
	/*display: block;*/
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 99;
}
#tools-nav2 > ul > li > a[aria-haspopup]::after {
  margin-left:0.5em;
  font-size: 10px;
  content:"\25BC";
}
#tools-nav2>ul>li:hover>ul:before {
  /*transform: scale(1,1);*/
  height: 100%;
}
/* FIN PRIMER NIVEL */

/* Tablet */
@media only screen and (min-width: 768px) {
	#tools-nav2 > ul{
		display: flex;
		flex-direction: row;
	}
	#tools-nav2 > ul > li {
		/* width:200px; */
		flex-grow: 1;
		/* margin: 0.1em; */
		position:relative;
	  text-align: left;}
	#tools-nav2 > ul > li > a {		
		text-align: left;
    padding: 14px 10px;
  }
	#tools-nav2 ul li ul {
		position:absolute;	
		z-index: 1;
		/*width:100%;*/
    min-width: 225px;
	}
	#tools-nav2 ul li ul li {
		position:relative;
	}
	#tools-nav2 ul li:last-child ul li ul {
		left:-100%;
	}	
	#tools-nav2 ul li ul li a {	
		padding-left:1em !important;
	}
}
/*************************/
#desktop-nav2 * {
	margin: 0px;
	padding: 0px;
  z-index: 100;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
 }
 #desktop-nav2 ul {
	 list-style-type: none;
 }
 #desktop-nav2 ul  li {
	 display:block;
	 list-style: none;
	}
 #desktop-nav2 ul>li>ul{
   /*box-shadow: rgb(38 57 77) 0px 20px 30px 0px;*/
   box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
 }
 #desktop-nav2 > ul > li > a[aria-haspopup]::after {
	 margin-left:0.5em;
   font-size: 10px;
	 content:"\25BC";
 }
/*
 #desktop-nav2 > ul > li > a[aria-haspopup][aria-expanded="true"]::after {
  margin-left:0.5em;
  content:"\25B6";
}
*/
 #desktop-nav2 > ul > li > ul a[aria-haspopup]::after {
   position: absolute;
   right: 5px;
	 margin-left:1em;
	 content:"\25BA";
   font-size: 10px;
   line-height: 20px;
 }
 #desktop-nav2 ul li a {
	display:block;
	color:rgb(255,255,255);
	text-decoration:none;
	padding: 0.5em 1em;
}
#desktop-nav2 ul li a:hover, 
#desktop-nav2 ul li a:focus{
	color:rgb(255,255,255);
	background-color: var(--sec-uclm-color);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#desktop-nav2 ul li a:active{
	background-color: rgb(232,232,255);
}
/*
#desktop-nav2 ul li a[aria-current]{
	background-color:var(--main-uclm-color);
}*/
#desktop-nav2 ul li ul li a{
	padding-left: 3em;
	color: rgb(64,64,64);
	background-color: rgb(239,239,239);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#desktop-nav2 ul li ul li ul li a{
	padding-left: 4em;
}
#desktop-nav2 ul li ul li ul li a:hover{
	padding-left: 4em;
  color:rgb(255,255,255);
	background-color: var(--sec-uclm-color);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#desktop-nav2 ul li a[aria-expanded="false"]  ~ ul {
	/*display: none;*/
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#desktop-nav2 ul li a[aria-expanded="true"]  ~ ul {
	/*display: block;*/
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*
#desktop-nav2 ul li ul{
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  border-top: solid 3px #666666;
  transition: border-top-width 1 linear;
}
#desktop-nav2 ul li ul:hover{
  border-top-width: 100%;
}*/
/*PRIMER NIVEL*/
/*
#desktop-nav2>ul>li>ul:before {
  content: '';
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  height: 0%;
  width: 3px;
  border-left: solid 3px var(--sec-uclm-color);
  z-index: 110;
  transition: 0.8s;
  transition: transform 0.6s linear;
  transform: scale(0.97, 0.93); 
}*/
#desktop-nav2>ul>li:hover>ul:before {
  /*transform: scale(1,1);*/
  height: 100%;
}
/* FIN PRIMER NIVEL */
/*
#desktop-nav2>ul>li>ul>li>ul:before {
  content: '';
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  height: 0%;
  width: 3px;
  border-left: solid 3px var(--sec-uclm-color);
  z-index: 110;
  transition: 0.8s;
  transition: transform 0.6s linear;
  transform: scale(0.97, 0.93);
}*/
#desktop-nav2>ul>li>ul>li:hover>ul:before {
  /*ransform: scale(1,1);*/
  height: 100%;
}

/* Tablet */
@media only screen and (min-width: 768px) {
	#desktop-nav2 > ul{
		display: flex;
		flex-direction: row;
	}
	#desktop-nav2 > ul > li {
		/* width:200px; */
		flex-grow: 1;
		/* margin: 0.1em; */
		position:relative;
	  text-align: left;}
	#desktop-nav2 > ul > li > a {		
		text-align: left;
    padding: 14px 10px;
  }
	#desktop-nav2 ul li ul {
		position:absolute;
		z-index: 1;
		width:100%;
		min-width: 225px;
	}
 
	#desktop-nav2 ul li ul li {
		position:relative;
	}
	
	#desktop-nav2 ul li ul li ul {
		top:0px;
		left:100%; 
	}
	#desktop-nav2 ul li:last-child ul li ul {
		left:-100%;
	}	
	#desktop-nav2 ul li ul li a {	
		padding-left:1em !important;
	}
}
/*************************/
#perfil-nav2 {
  align-self: flex-end;
}
#perfil-nav2 * {
	margin: 0px;
	padding: 0px;
  z-index: 150;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
 }
 #perfil-nav2 ul {
	 list-style-type: none;
 }
 #perfil-nav2 ul  li {
	 display:block;
	 list-style: none;
	}
#perfil-nav2 ul li a {
  display:block;
  color: #505050;
  text-decoration:none;
  padding: 0.5em 1em;
  font-size: 15px;
}
#perfil-nav2 ul li a:hover, 
#perfil-nav2 ul li a:focus{
  color:rgb(255,255,255);
  background-color: var(--sec-uclm-color);
  /*box-shadow: 0 8px 16px rgb(64 64 64 / 30%);*/
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  }
  /*
#perfil-nav2 ul li a:active{
  background-color: rgb(232,232,255);
  }*/
#perfil-nav2 ul>li>ul{
   /*box-shadow: rgb(38 57 77) 0px 20px 30px 0px;*/
   /*box-shadow: 0 8px 16px rgb(64 64 64 / 30%);*/
   box-shadow: 0 6.4px 14.4px 0 rgba(0,0,0,.18), 0 1.2px 3.6px 0 rgba(0,0,0,.11);
   border-radius: 4px;
 }
 #perfil-nav2 > ul > li > a[aria-haspopup]::after {
	margin-left:0.5em;
  font-size: 10px;
	content:"\25BC";
 }
/*
 #perfil-nav2 > ul > li > a[aria-haspopup][aria-expanded="true"]::after {
  margin-left:0.5em;
  content:"\25B6";
}
*/
 #perfil-nav2 > ul > li > ul a[aria-haspopup]::after {
   position: absolute;
   right: 5px;
	 margin-left:1em;
	 content:"\25BA";
   font-size: 10px;
   line-height: 20px;
 }
/*
#perfil-nav2 ul li a[aria-current]{
	background-color:var(--main-uclm-color);
}*/
#perfil-nav2 ul li ul li a{
	padding-left: 3em;
	color: rgb(64,64,64);
	background-color: rgb(239,239,239);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#perfil-nav2 ul li ul li ul li a{
	padding-left: 4em;
}
#perfil-nav2 ul li ul li ul li a:hover{
	padding-left: 4em;
  color:rgb(255,255,255);
	background-color: var(--sec-uclm-color);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0 8px 16px rgb(64 64 64 / 30%);
}
#perfil-nav2 ul li a[aria-expanded="false"]  ~ ul {
	/*display: none;*/
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#perfil-nav2 ul li a[aria-expanded="true"]  ~ ul {
	/*display: block;*/
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*
#perfil-nav2 ul li ul{
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  border-top: solid 3px #666666;
  transition: border-top-width 1 linear;
}
#perfil-nav2 ul li ul:hover{
  border-top-width: 100%;
}*/
/*PRIMER NIVEL*/
/*
#perfil-nav2>ul>li>ul:before {
  content: '';
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  height: 0%;
  width: 3px;
  border-left: solid 3px var(--sec-uclm-color);
  z-index: 110;
  transition: 0.8s;
  transition: transform 0.6s linear;
  transform: scale(0.97, 0.93);
}*/
#perfil-nav2>ul>li:hover>ul:before {
  /*transform: scale(1,1);*/
  height: 100%;
}
/* FIN PRIMER NIVEL */
/*
#perfil-nav2>ul>li>ul>li>ul:before {
  content: '';
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  height: 0%;
  width: 3px;
  border-left: solid 3px var(--sec-uclm-color);
  z-index: 110;
  transition: 0.8s;
  transition: transform 0.6s linear;
  transform: scale(0.97, 0.93);
}*/
#perfil-nav2>ul>li>ul>li:hover>ul:before {
  /*ransform: scale(1,1);*/
  height: 100%;
}
/* Tablet */
@media only screen and (min-width: 768px) {
	#perfil-nav2 > ul{
		display: flex;
		flex-direction: row;
	}
	#perfil-nav2 > ul > li {
		/* width:200px; */
		flex-grow: 1;
		/* margin: 0.1em; */
		position:relative;
	  text-align: left;}
	#perfil-nav2 > ul > li > a {
    display:block;
    color: #505050;
    text-decoration:none;
    font-size: 15px;
		text-align: left;
    padding: 4px 10px;
    color: var(--sec-uclm-color);
    border-bottom: 3px solid #FFFFFF;
  }
  #perfil-nav2 > ul > li > a:hover,
  #perfil-nav2 > ul > li > a:focus{
    background-color: #FFFFFF;
    color: var(--sec-uclm-color);
    border-bottom: 3px solid var(--sec-uclm-color);
  }
	#perfil-nav2 ul li ul {
		position:absolute;
		z-index: 1;
		width:100%;
		min-width: 225px;
	}
 
	#perfil-nav2 ul li ul li {
		position:relative;
	}
	
	#perfil-nav2 ul li ul li ul {
		top:0px;
		left:100%; 
	}
	#perfil-nav2 ul li:last-child ul li ul {
		left:-100%;
	}	
	#perfil-nav2 ul li ul li a {	
		padding-left:1em !important;
	}
}
/*******************/
.main-menu-area {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.main-menu-area .header-search {
  margin: 30px 0;
  text-align: right;
}
.main-menu-area .header-search .search-form {
  display: none;
  position: absolute;
  bottom: -51px;
  right: 15px;
  z-index: 10;
  color: #FFFFFF;
  height: 50px;
  width: 500px;
  font-size: 18px;
  background: rgba(253, 200, 0, 0.7);
  border: 2px solid white;
  padding: 5px 18px 5px 10px;
  -webkit-box-shadow: inset 0px 0px 10px 5px rgba(253, 200, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 10px 5px rgba(253, 200, 0, 0.3);
  box-shadow: inset 0px 0px 10px 5px rgba(253, 200, 0, 0.3);
}
.main-menu-area .header-search a i {
  color: white;
  border-left: 1px solid #d3d3d3;
  padding-left: 30px;
}
.main-menu-area .header-search input:focus {
  outline: none;
}
.main-menu-area .header-search input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.main-menu-area .header-search input::-moz-placeholder {
  color: #FFFFFF;
}
.main-menu-area .header-search input:-moz-placeholder {
  color: #FFFFFF;
}
.main-menu-area .header-search input:-ms-input-placeholder {
  color: #FFFFFF;
}
.stick {
  background: rgba(0, 33, 71, 0.9);
  border-bottom: 3px solid var(--sec-uclm-color);
  position: fixed;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.header4-area .header-top-area {
  padding: 10px 0 8px;
  background: #FFFFFF;
  align-items: center; /*UCLM*/
}
.header4-area .header-top-area .header-top-right {
  display: flex;
  height: 100%;
  width: 100%;
  font-size: 13px;
  color: #505050;
  align-items: flex-end;
  text-align: left;
  justify-content: left;
  flex-direction: row;
  flex-shrink: 0;
  padding: 0;
}
.header4-area .header-top-area .header-top-right a{
  /*font-size: 1em;*/
  font-size: 13px;
  color: #505050;
  padding: 14px 10px;
}
.header4-area .header-top-area .header-top-right ul{
  padding-left: 0px;
}
.header4-area .header-top-area .header-top-right .menu-lang{
  display:flex;
}
.header4-area .header-top-area .header-top-right .menu-lang a{
  padding: 14px 10px 14px 10px;
}
/*
.header4-area .header-top-area .header-top-right ul li {
  position: relative;
  font-size: 13px;
  display: inline-block;
  border-right: 1px solid #212121;
}*/
.header4-area .header-top-area .header-top-right ul li:nth-child(1n) {
  padding-left: 3px;
}
.header4-area .header-top-area .header-top-right ul li:nth-child(2n) {
  border-right: none;
}
.header4-area .header-top-area .header-top-right ul li:nth-child(3n) {
  border-right: none;
}
.header4-area .header-top-area .header-top-right ul li:nth-child(3n) {
  border-right: none;
}
.header4-area .header-top-area .header-top-right ul li:nth-child(4n) {
  border-right: none;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header4-area .header-top-area .header-top-right ul li:nth-child(1n) {
    border-right: none;
  }
  .header4-area .header-top-area .header-top-right ul li:nth-child(4n) {
    display: none;
  }
}
.header4-area .header-top-area .header-top-right ul li i {
  padding-right: 10px;
  font-size: 12px;
  color: var(--main-uclm-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header4-area .header-top-area .header-top-right ul li a {
  color: var(--sec-uclm-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header4-area .header-top-area .header-top-right ul li a:hover {
  color: var(--main-uclm-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header4-area .header-top-area .header-top-right ul li .apply-btn-area {
  text-align: right;
}
.header4-area .header-top-area .header-top-right .login-form {
  position: absolute;
  z-index: 999;
  top: 46px;
  right: -20px;
  width: 540px;
  height: 444px;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .header4-area .header-top-area .header-top-right .login-form {
    margin-bottom: 15px;
  }
}
.header4-area .header-top-area .header-top-right .login-form label {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #002147;
}
.header4-area .header-top-area .header-top-right .login-form input {
  height: 40px;
  padding: 0 10px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #BDBDBD;
  margin-bottom: 15px;
  color: #002147;
  font-weight: 500;
  font-size: 15px;
}
.header4-area .header-top-area .header-top-right .login-form span {
  font-size: 13px;
  margin-right: 15px;
  color: #002147;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header4-area .header-top-area .header-top-right .login-form span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .header4-area .header-top-area .header-top-right .login-form span {
    display: inline-block;
    margin-left: 0;
    margin-top: 15px;
  }
}
.header4-area .header-top-area .header-top-right .login-form span input {
  width: inherit;
  height: inherit;
  margin-right: 10px;
  padding: 30px;
}
/* UCLM */
.header4-area .header-top-area .header-top-left {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: left;
  padding-top: 8px;
  text-align: left;
}
.header4-area .header-top-area .header-top-left ul li {
  display: inline-block;
  /*text-transform: uppercase;*/
  font-size: 15px;
  font-weight: 500;
  /*border-right: 1px solid #333333;*/
  margin-right: 15px;
  padding-right: 15px;
}
.header4-area .header-top-area .header-top-left ul li i {
  padding-right: 10px;
  color: var(--sec-uclm-color);
  font-size: 15px;
}
.header4-area .header-top-area .header-top-left ul li a {
  font-size: 24px;
  /*text-transform: uppercase;*/
  color: var(--sec-uclm-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header4-area .header-top-area .header-top-left ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.header4-area .header-top-area .header-top-left ul li:hover a {
  color: var(--ter-uclm-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* UCLM */
.header4-area nav#desktop-nav > ul {
  text-align: left;
}
.header4-area nav#desktop-nav > ul > li > a {
  padding: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header4-area nav#desktop-nav > ul > li > a {
    padding: 20px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header4-area nav#desktop-nav > ul > li > a {
    padding: 20px 11px;
  }
}
.header4-area nav#desktop-nav > ul > li ul {
  left: 20px;
  width: auto;
  background-color: #FFFFFF;
}
/* UCLM */
.header4-area nav#desktop-nav > ul > li:nth-of-type(5) ul {
  left: auto;
  right: 0px;
  width: auto;
  background-color: #FFFFFF;
}
.header4-area nav#desktop-nav > ul > li:nth-of-type(6) ul {
  left: auto;
  right: 0px;
  width: auto;
  background-color: #FFFFFF;
}
.header4-area nav#desktop-nav > ul > li:nth-of-type(7) ul {
  left: auto;
  right: 0px;
  width: auto;
  background-color: #FFFFFF;
}
/* UCLM */
@media (min-width: 992px) and (max-width: 1199px) {
  .header4-area nav#desktop-nav > ul > li ul {
    left: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header4-area nav#desktop-nav > ul > li ul {
    left: -3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header4-area nav#desktop-nav > ul > li .mega-menu-area {
    left: -68px;
  }
}
.header4-area .header-search {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  header {
    display: none;
  }
}
.mobile-menu-area {
  display: none;
}/*
.mean-container .mean-bar {
  display: contents;
}*/

.mean-container .mean-bar {
  position: fixed;
  z-index: 9999;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar a {
    padding: 6px 16px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .meanmenu-reveal {
    margin-top: 10px;
  }
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-nav ul li a {
  color: #212121;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav ul li a:hover {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-nav > ul {
  overflow-y: scroll;
}
.mean-container .mean-bar a.logo-mobile-menu {
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  height: 50px;
}
/**/
.mean-container .mean-bar a.lang-link {
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  height: 50px;
  color: #212121;
}
@media only screen and (min-width: 501px) {
  .mean-container .mean-bar a.logo-mobile-menu {
    width: 75%;
  }
  .mean-container .mean-bar a.lang-link {
    width: 25%;  
  }
}
@media only screen and (max-width: 500px) {
  .mean-container .mean-bar a.logo-mobile-menu {
    width: 50%;
  }
  .mean-container .mean-bar a.lang-link {
    width: 50%;  
  }
}
/**/
.mean-container .mean-bar a.logo-mobile-menu img{
  height: 40px !important;
}
.mean-container a.meanmenu-reveal {
  position: absolute;
}
.mean-bar + div#wrapper {
  padding-top: 53px;
}
.mean-container .mean-nav ul li li a {
  color: #212121;
  opacity: 1;
}
/*=======================================================================
[04] Slider Area
=========================================================================*/
.slider1-area{
  border-bottom: solid #b30033 5px;
}
.slider1-area .nivo-controlNav {
  display: none;
}
.slider1-area .nivo-directionNav a.nivo-prevNav {
  left: 8px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-prevNav:before {
  content: "\f053";
  font: normal normal normal 14px/1 FontAwesome;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 18px;
  z-index: 9;
  height: 10px;
  width: 10px;
  left: 19px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-prevNav:hover {
  background-color: rgba(0, 33, 71, 0.6);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-prevNav:hover:before {
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-nextNav {
  right: 8px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-nextNav:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 18px;
  z-index: 9;
  height: 10px;
  width: 10px;
  right: 19px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-nextNav:hover {
  background-color: rgba(0, 33, 71, 0.6);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-nextNav:hover:before {
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-caption {
  opacity: 1;
  top: -40px;
}
@media only screen and (max-width: 991px) {
  .slider1-area .nivo-caption {
    top: 0;
  }
}
.slider1-area .slide-1 .title1,
.slider1-area .slide-2 .title1,
.slider1-area .slide-3 .title1 {
  color: #FFFFFF;
  /*text-transform: capitalize;*/
  font-size: 56px;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider1-area .slide-1 .title1,
  .slider1-area .slide-2 .title1,
  .slider1-area .slide-3 .title1 {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider1-area .slide-1 .title1,
  .slider1-area .slide-2 .title1,
  .slider1-area .slide-3 .title1 {
    font-size: 38px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slider1-area .slide-1 .title1,
  .slider1-area .slide-2 .title1,
  .slider1-area .slide-3 .title1 {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .slider1-area .slide-1 .title1,
  .slider1-area .slide-2 .title1,
  .slider1-area .slide-3 .title1 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 319px) {
  .slider1-area .slide-1 .title1,
  .slider1-area .slide-2 .title1,
  .slider1-area .slide-3 .title1 {
    font-size: 24px;
  }
}
.slider1-area .slide-1 p,
.slider1-area .slide-2 p,
.slider1-area .slide-3 p {
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .slider1-area .slide-1 p,
  .slider1-area .slide-2 p,
  .slider1-area .slide-3 p {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider1-area .slide-1 p,
  .slider1-area .slide-2 p,
  .slider1-area .slide-3 p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider1-area .slide-1 p,
  .slider1-area .slide-2 p,
  .slider1-area .slide-3 p {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .slider1-area .slide-1 .slider-btn-area,
  .slider1-area .slide-2 .slider-btn-area,
  .slider1-area .slide-3 .slider-btn-area {
    /*display: none;*/ /*UCLM*/
    display: inline;
  }
}
.slider3-area .nivo-caption {
  opacity: 1;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  .slider3-area .nivo-caption {
    top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .slider3-area .nivo-caption .slide-1 p,
  .slider3-area .nivo-caption .slide-2 p,
  .slider3-area .nivo-caption .slide-3 p {
    display: none;
  }
}
/*=======================================================================
[05] About Area
=========================================================================*/
.about1-area {
  padding: 81px 0 0;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about1-area {
    padding: 74px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about1-area {
    padding: 67px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about1-area {
    padding: 53px 0 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about1-area {
    padding: 44px 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .about1-area {
    padding: 35px 0 0;
  }
}
.about-img-holder {
  text-align: center;
}
.about-img-holder img {
  margin: 0 auto;
}
.about2-area {
  padding: 81px 0 94px;
  /* min-height: 246px; */
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about2-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about2-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about2-area {
    padding: 57px 0 34px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about2-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .about2-area {
    padding: 39px 0 14px;
  }
}
.about2-area ul>li {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  position: relative;
  margin-top: 6px;
  color: #444444;
}
.about2-area ol>li {
  width: 100%;
  box-sizing: border-box;
  float: left;
  position: relative;
  margin-top: 6px;
  color: #444444;
}
.about2-area ul li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  line-height: 1.3;
  color: var(--main-uclm-color);
}
.about2-area ol>li:before {
  content: "";
}
.about-img-holder {
  text-align: center;
}
.about-img-holder img {
  margin: 0 auto;
}
.about-page1-area {
  padding: 88px 0 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-page1-area {
    padding: 78px 0 53px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-page1-area {
    padding: 68px 0 43px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-page1-area {
    padding: 58px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about-page1-area {
    padding: 48px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .about-page1-area {
    padding: 38px 0 50px;
  }
}
.about-page1-inner .about-page-content-holder .content-box {
  margin-bottom: 30px;
}
.about-page1-inner .about-page-content-holder .content-box h2 {
  font-size: 30px;
  color: #002147;
  margin-bottom: 15px;
  font-weight: 700;
}
.about-page1-inner .about-page-content-holder .content-box p {
  color: #444444;
}
.about-page1-inner .about-page-img-holder {
  margin-top: 12px;
}
.about-page2-area {
  padding: 88px 0 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-page2-area {
    padding: 78px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-page2-area {
    padding: 68px 0 72px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-page2-area {
    padding: 58px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about-page2-area {
    padding: 48px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .about-page2-area {
    padding: 38px 0 50px;
  }
}
.about-page2-inner h2 {
  margin-bottom: 20px;
}
.about-page2-inner p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .about-page2-inner ul {
    margin-bottom: 30px;
  }
}
.about-page2-inner ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.about-page2-inner ul li a {
  color: #002147;
}
.about-page2-inner ul li:last-child {
  margin-bottom: 0;
}
.about-page2-inner ul li:before {
  content: "\f14a";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: var(--main-uclm-color);
  font-family: FontAwesome;
}
.about-page2-inner .video-area {
  margin-top: 10px;
}
.about-page3-area {
  padding: 88px 0 73px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-page3-area {
    padding: 78px 0 63px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-page3-area {
    padding: 68px 0 54px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-page3-area {
    padding: 58px 0 43px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about-page3-area {
    padding: 48px 0 34px;
  }
}
@media only screen and (max-width: 320px) {
  .about-page3-area {
    padding: 38px 0 24px;
  }
}
.about-page3-inner .about-box h2 {
  font-size: 30px;
  margin-bottom: 35px;
}
.about-page3-inner .about-box h2 a {
  color: #002147;
}
.about-slider-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-slider-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-slider-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-slider-area {
    padding: 70px 0 55px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about-slider-area {
    padding: 60px 0 45px;
  }
}
@media only screen and (max-width: 320px) {
  .about-slider-area {
    padding: 50px 0 35px;
  }
}
.about-slider-area .slider1-area {
  margin-bottom: 45px;
}
.about-slider-area .slider1-area .nivo-directionNav a.nivo-nextNav {
  background-color: rgba(253, 200, 0, 0.9);
  width: 40px;
  height: 60px;
  border-radius: 0;
  line-height: 40px;
  right: 0!important;
}
.about-slider-area .slider1-area .nivo-directionNav a.nivo-nextNav:before {
  color: #FFFFFF;
  right: 16px;
  top: 22px;
}
.about-slider-area .slider1-area .nivo-directionNav a.nivo-nextNav:hover {
  background-color: rgba(0, 33, 71, 0.8);
}
.about-slider-area .slider1-area .nivo-directionNav a.nivo-prevNav {
  background-color: rgba(253, 200, 0, 0.9);
  width: 40px;
  height: 60px;
  border-radius: 0;
  line-height: 40px;
  left: 0!important;
}
.about-slider-area .slider1-area .nivo-directionNav a.nivo-prevNav:before {
  color: #FFFFFF;
  left: 16px;
  top: 22px;
}
.about-slider-area .slider1-area .nivo-directionNav a.nivo-prevNav:hover {
  background-color: rgba(0, 33, 71, 0.8);
}
/*=======================================================================
[06] Service Area
=========================================================================*/
.service2-area {
  margin-right: 0;
  margin-left: 0;
}
.service-box {
  border-right: 1px solid #505050;
  padding: 30px 30px 15px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*background-color: rgba(0, 33, 71, 0.8);*/
  /*background-color: #B3003388;*/
  background-color: #505050CC;
  width: auto;
  flex-grow: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-box {
    padding: 30px 25px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .service-box {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .service-box {
    background-color: #505050CC;
    padding: 20px 20px 15px;
  }
}
.service-box:last-child {
  border-right: none;
}
.service-box {
  -webkit-box-flex: 6;
  -moz-flex: 6;
  -webkit-flex: 6;
  flex: 6;
}
.service-box .service-box-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-box .service-box-content h3 {
    font-size: 20px;
  }
}
.service-box .service-box-content h3 a {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box .service-box-content h3 a:before{
  text-decoration: none;
  border-bottom: none;
}
.service-box .service-box-content p {
  color: #FFFFFF;
  font-weight: 400;
}
.service-box .service-box-icon {
  text-align: center;
  padding-top: 10px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.service-box .service-box-content span {
  font-size: 22px;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-box .service-box-content span {
    font-size: 20px;
  }
}
.service-box .service-box-content span a {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box .service-box-content span a:before{
  text-decoration: none;
  border-bottom: none;
}
.service-box .service-box-icon i {
  color: #FFFFFF;
  font-size: 36px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box:hover .service-box-content h3 a {
  color: #cf6784;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box:hover .service-box-content span a {
  color: #cf6784;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box:hover .service-box-content p {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box:hover .service-box-icon i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box1 {
  border-right: 1px solid #505050;
  padding: 30px 30px 15px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*background-color: rgba(0, 33, 71, 0.8);*/
  /*background-color: #B3003388;*/
  background-color: #505050CC;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-box1 {
    padding: 30px 25px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .service-box1 {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .service-box1 {
    background-color: #505050CC;
    padding: 20px 20px 15px;
  }
}
.service-box1:last-child {
  border-right: none;
}
.service-box1 .service-box-content {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.service-box1 .service-box-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-box1 .service-box-content h3 {
    font-size: 20px;
  }
}
.service-box1 .service-box-content h3 a {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box1 .service-box-content h3 a:before{
  text-decoration: none;
  border-bottom: none;
}
.service-box1 .service-box-content p {
  color: #FFFFFF;
  font-weight: 400;
}
.service-box1 .service-box-icon {
  text-align: center;
  padding-top: 10px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.service-box1 .service-box-content span {
  font-size: 22px;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-box1 .service-box-content span {
    font-size: 20px;
  }
}
.service-box1 .service-box-content span a {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box1 .service-box-content span a:before{
  text-decoration: none;
  border-bottom: none;
}
.service-box1 .service-box-icon i {
  color: #FFFFFF;
  font-size: 36px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box1:hover .service-box-content h3 a {
  color: #cf6784;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box1:hover .service-box-content span a {
  color: #cf6784;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box1:hover .service-box-content p {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box1:hover .service-box-icon i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box2 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service-box2 {
    margin-bottom: 30px;
  }
}
.service-box2 .service-box-icon {
  margin-bottom: 18px;
}
.service-box2 .service-box-icon a {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  display: block;
  background: #eeeeee;
  line-height: 100px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box2 .service-box-icon a i {
  color: #002147;
  font-size: 36px;
}
.service-box2 h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
}
.service-box2 h3 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box2 h3 a:hover {
  color: var(--main-uclm-color);
}
.service-box2 p {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .service-box2 p {
    width: 100%;
  }
}
.service-box2:hover .service-box-icon a {
  background: var(--main-uclm-color);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box3 {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .service-box3 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .service-box3 {
    margin-bottom: 30px;
  }
}
.service-box3 .service-box-icon {
  margin-bottom: 18px;
}
.service-box3 .service-box-icon a i {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 40px;
}
.service-box3 h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.service-box3 h3 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box3 h3 a:hover {
  color: var(--main-uclm-color);
}
.service-box3:hover .service-box-icon a i {
  color: var(--main-uclm-color);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box4 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service-box4 {
    margin-bottom: 30px;
  }
}
.service-box4 .service-box-icon {
  margin-bottom: 18px;
}
.service-box4 .service-box-icon a {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  display: block;
  background: #FFFFFF;
  line-height: 100px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box4 .service-box-icon a i {
  color: #002147;
  font-size: 36px;
}
.service-box4 h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
}
.service-box4 h3 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box4 h3 a:hover {
  color: var(--main-uclm-color);
}
.service-box4 p {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .service-box4 p {
    width: 100%;
  }
}
.service-box4:hover .service-box-icon a {
  background: var(--main-uclm-color);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service1-area {
  position: relative;
}
.service1-area .service1-inner-area {
  position: absolute;
  top: -153px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .service1-area .service1-inner-area {
    top: -150px;
  }
}
@media only screen and (max-width: 991px) {
  .service1-area .service1-inner-area {
    position: inherit;
    top: 0;
  }
}
.service1-area .service1-wrapper {
  margin-right: 0;
  margin-left: 0;
  justify-content: center;
}
.service2-area {
  margin-right: 0;
  margin-left: 0;
}
/*
@media (min-width: 992px) and (max-width: 1199px) {
  .service2-area {
    padding: 147px 0 63px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service2-area {
    padding: 137px 0 27px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .service2-area {
    padding: 0 0 19px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .service2-area {
    padding: 0 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .service2-area {
    padding: 0 0 13px;
  }
}
*/
.search-area {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .search-area {
    position: relative;
    top: 15px;
    margin-bottom: 80px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .search-area {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 320px) {
  .search-area {
    margin-bottom: 60px;
  }
}
.search-area .search-inner {
  margin-left: 0;
  margin-right: 0;
  padding: 35px 20px;
  background: #002147;
  -webkit-box-shadow: 0px 5px 11px -5px rgba(0, 0, 0, 0.89);
  -moz-box-shadow: 0px 5px 11px -5px rgba(0, 0, 0, 0.89);
  box-shadow: 0px 5px 11px -5px rgba(0, 0, 0, 0.89);
}
.search-area .search-inner .search-title {
  margin-top: 10px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .search-area .search-inner .search-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.search-area .search-inner .search-title span {
  color: #FFFFFF;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-area .search-inner .search-title span {
    font-size: 16px;
  }
}
.search-area .search-inner .search-title span i {
  margin-right: 10px;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .search-area .search-inner .search-input {
    margin-bottom: 10px;
  }
}
.search-area .search-inner .search-input input {
  height: 52px;
  width: 100%;
  padding: 15px;
}
.search-area .search-inner .search-submit {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .search-area .search-inner .search-submit {
    text-align: center;
  }
}
/*=======================================================================
[07] Students Say Area
=========================================================================*/
.students-say-area {
  padding: 88px 0 90px;
  /*background-image: url('./img-uclm/students/fondo-testimonios.png');
  background-repeat: repeat;*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  .students-say-area {
    padding: 78px 0 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .students-say-area {
    padding: 68px 0 70px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .students-say-area {
    padding: 58px 0 60px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .students-say-area {
    padding: 48px 0 50px;
  }
}
@media only screen and (max-width: 320px) {
  .students-say-area {
    padding: 38px 0 40px;
  }
}
.students-say-area .single-item-wrapper {
  position: relative;
}
.students-say-area .profile-img-wrapper {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 50px;
}
.students-say-area .profile-img-wrapper a img, 
.students-say-area .profile-img-wrapper span img {
  border: 10px solid #ffffff;
  width: 100px;
  margin: 0 auto;
}
.students-say-area .tlp-tm-content-wrapper .item-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}
.students-say-area .tlp-tm-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.students-say-area .tlp-tm-content-wrapper .item-title a:hover {
  color: var(--main-uclm-color);
}
.students-say-area .tlp-tm-content-wrapper .item-designation {
  margin-bottom: 5px;
  display: block;
  color: #646464;
}
.students-say-area .tlp-tm-content-wrapper .item-links {
  height: 40px;
  display: block;
  color: #646464;
}
.students-say-area .item-content {
  position: relative;
  padding: 30px 130px 30px 30px;
  background: #ececec;
  color: #646464;
}
.students-say-area .item-content:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  top: -30px;
  border: 15px solid;
  border-color: transparent transparent #ececec #ececec;
}
.students-say-area .rating-wrapper {
  margin-bottom: 40px;
}
.students-say-area .rating-wrapper li {
  display: inline;
  color: #ffca28;
}
.students-say-area .owl-controls .owl-nav {
  margin-top: 0;
}
.students-say-area .owl-controls .owl-dots {
  margin-top: 40px;
}
.students-say-area .owl-controls .owl-dots .owl-dot span {
  margin: 3px;
  width: 20px;
  height: 8px;
  border-radius: 5px;
  background: #dedede;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.students-say-area .owl-controls .owl-dots .owl-dot:hover span {
  background: #002147;
}
.students-say-area .owl-controls .owl-dots .active span {
  background: #002147;
}
/*=======================================================================
[08] Students Join Area
=========================================================================*/
.students-join1-area {
  background: var(--main-uclm-color);
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .students-join1-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .students-join1-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .students-join1-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .students-join1-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .students-join1-area {
    padding: 50px 0;
  }
}
.students-join1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
}
@media only screen and (max-width: 991px) {
  .students-join1-wrapper {
    display: block;
  }
}
.students-join1-wrapper .students-join1-left {
  -webkit-box-flex: 5;
  -moz-flex: 5;
  -webkit-flex: 5;
  flex: 5;
  border: 1px solid #FFFFFF;
}
.students-join1-wrapper .students-join1-left ul li {
  border: 2px solid #FFFFFF;
}
.students-join1-wrapper .students-join1-left .ri-grid {
  margin: 0;
}
.students-join1-wrapper .students-join1-right {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  text-align: center;
  background: #002147;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.students-join1-wrapper .students-join1-right > div {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .students-join1-wrapper .students-join1-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.students-join1-wrapper .students-join1-right h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .students-join1-wrapper .students-join1-right h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .students-join1-wrapper .students-join1-right h2 {
    font-size: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .students-join1-wrapper .students-join1-right h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .students-join1-wrapper .students-join1-right h2 {
    font-size: 24px;
  }
}
.students-join1-wrapper .students-join1-right h2 span {
  font-weight: 700;
}
.students-join2-area {
  background: #f5f5f5;
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .students-join2-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .students-join2-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .students-join2-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .students-join2-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .students-join2-area {
    padding: 50px 0;
  }
}
.students-join2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
}
@media only screen and (max-width: 991px) {
  .students-join2-wrapper {
    display: block;
  }
}
.students-join2-wrapper .students-join2-left {
  -webkit-box-flex: 5;
  -moz-flex: 5;
  -webkit-flex: 5;
  flex: 5;
  border: 1px solid #FFFFFF;
}
.students-join2-wrapper .students-join2-left ul li {
  border: 2px solid #FFFFFF;
}
.students-join2-wrapper .students-join2-left .ri-grid {
  margin: 0;
}
.students-join2-wrapper .students-join2-right {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  text-align: center;
  background: var(--main-uclm-color);
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.students-join2-wrapper .students-join2-right > div {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .students-join2-wrapper .students-join2-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.students-join2-wrapper .students-join2-right h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .students-join2-wrapper .students-join2-right h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .students-join2-wrapper .students-join2-right h2 {
    font-size: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .students-join2-wrapper .students-join2-right h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .students-join2-wrapper .students-join2-right h2 {
    font-size: 24px;
  }
}
.students-join2-wrapper .students-join2-right h2 span {
  font-weight: 700;
  color: #002147;
}
.students-join3-area {
  background: #f5f5f5;
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .students-join3-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .students-join3-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .students-join3-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .students-join3-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .students-join3-area {
    padding: 50px 0;
  }
}
.students-join3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
}
@media only screen and (max-width: 991px) {
  .students-join3-wrapper {
    display: block;
  }
}
.students-join3-wrapper .students-join3-left {
  -webkit-box-flex: 5;
  -moz-flex: 5;
  -webkit-flex: 5;
  flex: 5;
  border: 1px solid #FFFFFF;
}
.students-join3-wrapper .students-join3-left ul li {
  border: 2px solid #FFFFFF;
}
.students-join3-wrapper .students-join3-left .ri-grid {
  margin: 0;
}
.students-join3-wrapper .students-join3-right {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  text-align: center;
  background: #002147;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.students-join3-wrapper .students-join3-right > div {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .students-join3-wrapper .students-join3-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.students-join3-wrapper .students-join3-right h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .students-join3-wrapper .students-join3-right h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .students-join3-wrapper .students-join3-right h2 {
    font-size: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .students-join3-wrapper .students-join3-right h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .students-join3-wrapper .students-join3-right h2 {
    font-size: 24px;
  }
}
.students-join3-wrapper .students-join3-right h2 span {
  font-weight: 700;
  color: var(--main-uclm-color);
}
/*=======================================================================
[09] Featured Area
=========================================================================*/
.featured-box {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  margin-bottom: 30px;
}
.featured-box .featured-img-holder {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.featured-box .featured-img-holder img {
  width: 100%;
}
.featured-box .featured-img-holder:before {
  background-color: rgba(179, 0, 51, 0.8);
  z-index: 1;
}
.featured-box .featured-img-holder a {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 54px;
  background-color: rgba(0, 33, 71, 0.9);
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  opacity: 0;
  -moz-transform: scale(1) translateX(-400px);
  -webkit-transform: scale(1) translateX(-400px);
  -o-transform: scale(1) translateX(-400px);
  -ms-transform: scale(1) translateX(-400px);
  transform: scale(1) translateX(-400px);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.featured-box .featured-img-holder a:before{
  text-decoration: none;
  border-bottom: none;
}
.featured-box .featured-img-holder a i {
  color: #FFFFFF;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-box .featured-img-holder a:hover i {
  color: #FFFFFF;
}
.featured-box .featured-img-holder:hover a {
  opacity: 1;
  -moz-transform: scale(1) translateX(0px);
  -webkit-transform: scale(1) translateX(0px);
  -o-transform: scale(1) translateX(0px);
  -ms-transform: scale(1) translateX(0px);
  transform: scale(1) translateX(0px);
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.featured-box .featured-content-holder {
  padding: 10px 10px 5px 15px;
}
.featured-box .featured-content-holder h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.featured-box .featured-content-holder h3 a {
  color: var(--sec-uclm-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-box .featured-content-holder h3 a:hover {
  color: var(--main-uclm-color);
}
.featured-box .featured-content-holder p {
  margin-bottom: 10px;
}
.featured-box2 {
  width: 100%;
  background: #f5f5f5;
  padding: 25px 30px 25px 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .featured-box2 {
    text-align: center;
    padding: 25px 10px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-box2 {
    height: 198px;
  }
}
@media only screen and (max-width: 479px) {
  .featured-box2 {
    text-align: center;
    padding: 15px 10px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-box2 {
    margin-bottom: 15px;
  }
}
.featured-box2 i {
  float: left;
  margin-right: 20px;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 58px;
  border-radius: 50%;
  background: var(--main-uclm-color);
  font-size: 24px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .featured-box2 i {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .featured-box2 i {
    float: none;
    margin-right: 0;
  }
}
.featured-box2 h3 {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 500;
}
.featured-box2 h3 a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-box2 h3 a:hover {
  color: #FFFFFF !important;
}
.featured-box2:before {
  background: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-box2:hover i {
  background: #FFFFFF;
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-box2:hover h3 a {
  color: var(--main-uclm-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/******************************************************/
/** NUEVO ELEMENTO ACADEMICS UCLM: featured-box-3    **/
/** Usado para mostrar conjuntos de enlaces visuales **/
/******************************************************/
.featured-box3 {
  width: 100%;
  background: #f5f5f5;
  padding: 5px 10px 5px 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .featured-box3 {
    text-align: center;
    padding: 5px 10px 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-box3 {
    height: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .featured-box3 {
    text-align: center;
    padding: 15px 10px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-box3 {
    margin-bottom: 5px;
  }
}
.featured-box3 i {
  float: left;
  margin-right: 0px;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: var(--main-uclm-color);
  font-size: 20px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .featured-box3 i {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .featured-box3 i {
    float: none;
    margin-right: 0;
  }
}
.featured-box3 h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: left;

  margin: 0px;
}
.featured-box3 h3 a {
  color: #002147;
  padding-left: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-box3 h3 a:hover {
  color: #FFFFFF !important;
}
.featured-box3:before {
  background: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-box3:hover i {
  background: #FFFFFF;
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-box3:hover h3 a {
  color: var(--main-uclm-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/**********************************************/
.featured-area {
  padding: 20px 0 20px;
  /*UCLM*/
  background: rgb(207,198,180);
  background: linear-gradient(90deg, rgba(207,198,180,1) 0%, rgba(194,153,145,1) 34%, rgba(195,152,169,1) 57%, rgba(202,150,165,1) 100%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .featured-area {
    padding: 78px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-area {
    padding: 68px 0 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .featured-area {
    padding: 58px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .featured-area {
    padding: 48px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .featured-area {
    padding: 38px 0 50px;
  }
}
.featured-wrapper > div:first-child .featured-img-holder a {
  top: 50%;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.featured-wrapper > div:first-child .featured-img-holder a:before{
  text-decoration: none;
  border-bottom: none;
}
.featured-wrapper > div:first-child .featured-img-holder:hover {
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  -ms-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}
.featured-wrapper > div:first-child .featured-content-holder {
  padding: 30px 30px 18px 40px;
}
.featured-wrapper > div:first-child .featured-content-holder h3 {
  margin-bottom: 10px;
}
.view-all-btn-area {
  text-align: center;
  margin-top: 30px;
}
.featured-area .destacados-fecha{
	width: 100%;
	color: white !important;
	font-size: 12px;
	background-color: #666666;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 0px !important;
}
.featured-area .destacados-titulo{
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: normal;
	font-size: 20px;
	text-align: justify;
}
.featured-area .destacados-titulo.titulo1{
	padding: 15px;
	font-size: 20px;
  background-color: #FFFFFF;
}
.featured-area .destacados-titulo.titulo2{
	font-size: 14px;
	padding: 10px;
  background-color: #FFFFFF;
}
/*=======================================================================
[11] Countdown Area
=========================================================================*/
.countdown-area {
  padding: 135px 0 145px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .countdown-area {
    padding: 125px 0 135px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .countdown-area {
    padding: 115px 0 125px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .countdown-area {
    padding: 105px 0 115px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .countdown-area {
    padding: 95px 0 105px;
  }
}
@media only screen and (max-width: 320px) {
  .countdown-area {
    padding: 85px 0 95px;
  }
}
.countdown-area .countdown-content {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .countdown-area .countdown-content {
    text-align: center;
    margin-bottom: 20px;
  }
}
.countdown-area .countdown-content h1 {
  color: #FFFFFF;
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .countdown-area .countdown-content h1 {
    font-size: 54px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .countdown-area .countdown-content h1 {
    font-size: 48px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .countdown-area .countdown-content h1 {
    font-size: 42px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .countdown-area .countdown-content h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 320px) {
  .countdown-area .countdown-content h1 {
    font-size: 32px;
  }
}
.countdown-area .countdown-content .countdown-date {
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 40px;
}
.countdown-area #countdown {
  margin-top: 40px;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  .countdown-area #countdown {
    text-align: center;
  }
}
.countdown-area #countdown .countdown-section {
  position: relative;
  padding-top: 7px;
  display: inline-block;
  text-align: center;
  margin-right: 80px;
}
@media only screen and (max-width: 479px) {
  .countdown-area #countdown .countdown-section {
    margin-right: 15px;
  }
}
.countdown-area #countdown .countdown-section:before {
  content: url("img/countdown.png");
  position: absolute;
  top: 15px;
  right: -45px;
  z-index: 2;
}
@media only screen and (max-width: 479px) {
  .countdown-area #countdown .countdown-section:before {
    display: none;
  }
}
.countdown-area #countdown .countdown-section:last-child {
  margin-right: 0;
}
.countdown-area #countdown .countdown-section:last-child:before {
  display: none;
}
.countdown-area #countdown .countdown-section h3 {
  font-size: 72px;
  color: var(--main-uclm-color);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 479px) {
  .countdown-area #countdown .countdown-section h3 {
    font-size: 42px;
  }
}
.countdown-area #countdown .countdown-section h3 span {
  color: #FFFFFF;
  font-size: 80px;
  margin-left: 10px;
}
@media only screen and (max-width: 479px) {
  .countdown-area #countdown .countdown-section h3 span {
    font-size: 20px;
  }
}
.countdown-area #countdown .countdown-section p {
  color: #e6e6e6;
  text-transform: uppercase;
}
/*=======================================================================
[12] Video Area
=========================================================================*/
.video-area {
  padding: 108px 0 120px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-area {
    padding: 88px 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-area {
    padding: 78px 0 90px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .video-area {
    padding: 58px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .video-area {
    padding: 48px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .video-area {
    padding: 38px 0 50px;
  }
}
.video-area2 {
  padding: 178px 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-area2 {
    padding: 158px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-area2 {
    padding: 148px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .video-area2 {
    padding: 128px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .video-area2 {
    padding: 118px 0;
  }
}
@media only screen and (max-width: 320px) {
  .video-area2 {
    padding: 108px 0;
  }
}
.video-content {
  position: relative;
  text-align: center;
}
.video-content .video-title {
  letter-spacing: 1px;
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .video-content .video-title {
    font-size: 30px;
  }
}
.video-content .video-sub-title {
  color: #a3bed5;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 35px;
}
/*=======================================================================
[13] Lecturers Area
=========================================================================*/
.lecturers-area {
  padding: 88px 0 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lecturers-area {
    padding: 78px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lecturers-area {
    padding: 68px 0 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .lecturers-area {
    padding: 58px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .lecturers-area {
    padding: 48px 0 50px;
  }
}
@media only screen and (max-width: 320px) {
  .lecturers-area {
    padding: 38px 0 40px;
  }
}
.lecturers1-item-wrapper {
  text-align: center;
}
.lecturers-img-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}
.lecturers-img-wrapper img {
  width: 100%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.lecturers-img-wrapper:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.lecturers-content-wrapper {
  text-align: center;
}
.lecturers-content-wrapper .item-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.lecturers-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-content-wrapper .item-title a:hover {
  color: var(--main-uclm-color);
}
.lecturers-content-wrapper .item-designation {
  margin-bottom: 20px;
  display: block;
}
.lecturers-content-wrapper .lecturers-social li {
  display: inline-block;
}
.lecturers-content-wrapper .lecturers-social li a {
  height: 30px;
  width: 35px;
  background: var(--main-uclm-color);
  display: block;
  line-height: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-content-wrapper .lecturers-social li a i {
  color: #FFFFFF;
  font-size: 14px;
}
.lecturers-content-wrapper .lecturers-social li a:hover {
  background: #002147;
}
.lecturers-item-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.lecturers-item-wrapper:before {
  background: linear-gradient(to top, #002147, transparent, transparent);
  background-repeat: repeat-x;
  background-position: bottom;
  width: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper:after {
  opacity: 0;
  width: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  height: 100%;
  background-color: rgba(0, 33, 71, 0.8);
  transform: translateY(300px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper a img {
  width: 100%;
}
.lecturers-item-wrapper .lecturers-content-wrapper {
  padding: 0 30px;
  position: absolute;
  top: 258px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lecturers-item-wrapper .lecturers-content-wrapper {
    padding: 0 15px;
    top: 225px;
  }
}
@media only screen and (max-width: 479px) {
  .lecturers-item-wrapper .lecturers-content-wrapper {
    top: 330px;
  }
}
@media only screen and (max-width: 425px) {
  .lecturers-item-wrapper .lecturers-content-wrapper {
    top: 276px;
  }
}
@media only screen and (max-width: 375px) {
  .lecturers-item-wrapper .lecturers-content-wrapper {
    top: 227px;
  }
}
@media only screen and (max-width: 320px) {
  .lecturers-item-wrapper .lecturers-content-wrapper {
    top: 190px;
  }
}
.lecturers-item-wrapper .lecturers-content-wrapper h3 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 22px;
}
.lecturers-item-wrapper .lecturers-content-wrapper h3 a {
  color: var(--main-uclm-color);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper .lecturers-content-wrapper h3 a:hover {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper .lecturers-content-wrapper span {
  color: #FFFFFF;
  margin-bottom: 42px;
  display: block;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper .lecturers-content-wrapper p {
  margin-bottom: 40px;
  color: #FFFFFF;
}
.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li {
  display: inline-block;
  margin: 0 2px;
}
.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a {
  height: 40px;
  width: 45px;
  background: transparent;
  display: block;
  line-height: 40px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a i {
  color: var(--main-uclm-color);
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a:hover {
  border: 1px solid var(--main-uclm-color);
  background: var(--main-uclm-color);
}
.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a:hover i {
  color: #FFFFFF;
}
.lecturers-item-wrapper:hover:after {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper:hover:before {
  opacity: 0;
  -webkit-transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -ms-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  transition: all 3s ease-out;
}
.lecturers-item-wrapper:hover .lecturers-content-wrapper {
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper:hover .lecturers-content-wrapper span {
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-page-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lecturers-page-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lecturers-page-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .lecturers-page-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .lecturers-page-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .lecturers-page-area {
    padding: 50px 0;
  }
}
.lecturers-contact-info {
  text-align: center;
}
.lecturers-contact-info img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .lecturers-contact-info img {
    margin: 0 auto 30px;
  }
}
.lecturers-contact-info h2 {
  font-size: 30px;
  color: #002147;
  margin-bottom: 5px;
  font-weight: 500;
}
.lecturers-contact-info h3 {
  color: #909090;
  font-size: 16px;
  margin-bottom: 25px;
}
.lecturers-contact-info .lecturers-social2 li {
  display: inline-block;
  margin: 0 2px;
}
.lecturers-contact-info .lecturers-social2 li a {
  height: 40px;
  width: 45px;
  background: var(--main-uclm-color);
  display: block;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-contact-info .lecturers-social2 li a i {
  color: #FFFFFF;
  font-size: 14px;
}
.lecturers-contact-info .lecturers-social2 li a:hover {
  background: #002147;
}
.lecturers-contact-info .lecturers-contact {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .lecturers-contact-info .lecturers-contact {
    margin-bottom: 30px;
  }
}
.lecturers-contact-info .lecturers-contact li {
  padding: 25px 0 30px;
  border: 1px solid #e6e6e6;
  font-size: 18px;
  color: #002147;
  margin-bottom: 20px;
}
.lecturers-contact-info .lecturers-contact li i {
  color: var(--main-uclm-color);
  position: relative;
  top: 5px;
  font-size: 30px;
  margin-right: 15px;
}
.lecturers-contact-info .lecturers-contact li:last-child {
  margin-bottom: 0;
}
ul.course-feature2 {
  margin-bottom: 30px;
}
ul.course-feature2:after {
  clear: both;
  content: "";
  display: block;
}
ul.course-feature2 li {
  width: 49%;
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
  margin-right: 5px;
  color: #444444;
}
@media only screen and (max-width: 991px) {
  ul.course-feature2 li {
    width: 100%;
  }
}
ul.course-feature2 li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  line-height: 1.3;
  color: var(--main-uclm-color);
}
.lecturers-page1-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lecturers-page1-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lecturers-page1-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .lecturers-page1-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .lecturers-page1-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .lecturers-page1-area {
    padding: 50px 0;
  }
}
.lecturers-page1-area .single-item {
  margin-bottom: 30px;
}
.lecturers-page2-area {
  padding: 100px 0 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lecturers-page2-area {
    padding: 90px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lecturers-page2-area {
    padding: 80px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .lecturers-page2-area {
    padding: 70px 0 40px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .lecturers-page2-area {
    padding: 60px 0 30px;
  }
}
@media only screen and (max-width: 320px) {
  .lecturers-page2-area {
    padding: 50px 0 20px;
  }
}
/*=======================================================================
[14] Publications Area
=========================================================================*/
.publications-area {
  padding: 88px 0 72px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .publications-area {
    padding: 78px 0 62px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .publications-area {
    padding: 68px 0 52px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .publications-area {
    padding: 58px 0 42px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .publications-area {
    padding: 50px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .publications-area {
    padding: 38px 0 12px;
  }
}
.publications-area .single-item-wrapper {
  margin-bottom: 20px;
}
.publications-area .single-item-wrapper:hover .publications-img-wrapper:before {
  opacity: 1;
  -webkit-transition: all 0.55s ease-out;
  -moz-transition: all 0.55s ease-out;
  -ms-transition: all 0.55s ease-out;
  -o-transition: all 0.55s ease-out;
  transition: all 0.55s ease-out;
}
.publications-area .single-item-wrapper:hover .buy-now-btn-area {
  -webkit-transform: skewX(0);
  -moz-transform: skewX(0);
  -ms-transform: skewX(0);
  -o-transform: skewX(0);
  transform: skewX(0);
  opacity: 1;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.publications-img-wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.publications-img-wrapper:before {
  opacity: 0;
  position: absolute;
  background-color: rgba(0, 33, 71, 0.8);
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.publications-img-wrapper img {
  width: 100%;
}
.publications-content-wrapper {
  text-align: center;
}
.publications-content-wrapper .item-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.publications-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.publications-content-wrapper .item-title a:hover {
  color: var(--main-uclm-color);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.publications-content-wrapper .item-price {
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
  font-weight: 500;
  color: var(--main-uclm-color);
}
.buy-now-btn-area {
  position: absolute;
  top: 30%;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  transform: skewX(30deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*=======================================================================
[15] Courses Area
=========================================================================*/
.courses-page-top-area {
  border: 1px solid #e0e0e0;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.courses-page-top-area .courses-page-top-left {
  padding: 15px 0 0 30px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
@media only screen and (max-width: 380px) {
  .courses-page-top-area .courses-page-top-left {
    padding: 18px 0 0 10px;
  }
}
.courses-page-top-area .courses-page-top-left p {
  font-size: 16px;
  color: #002147;
}
@media only screen and (max-width: 380px) {
  .courses-page-top-area .courses-page-top-left p {
    font-size: 14px;
  }
}
.courses-page-top-area .courses-page-top-right {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
}
.courses-page-top-area .courses-page-top-right ul {
  justify-content: flex-end;
  margin-top: 10px;
  margin-right: 10px;
}
.courses-page-top-area .courses-page-top-right ul > li {
  display: inline-block;
  padding: 8px;
}
.courses-page-top-area .courses-page-top-right ul > li:hover a i {
  color: var(--main-uclm-color);
}
.courses-page-top-area .courses-page-top-right ul > li > a > i {
  color: #b9b9b9;
  transition: all 0.3s ease-in-out;
}
.courses-page-top-area .courses-page-top-right ul > li > a.active i {
  color: var(--main-uclm-color);
}
.tab-content {
  margin-top: 30px;
}
.courses-box1 .single-item-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper {
  position: relative;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper img {
  width: 100%;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper:before {
  background-color: rgba(179, 0, 51, 0.7);
  z-index: 1;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper:hover a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper a {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 3;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: #FFFFFF;
  display: block;
  background: #002147;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper {
  padding: 20px 15px;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title a:hover {
  color: var(--main-uclm-color);
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .courses-info li {
  line-height: 1.3;
  padding-right: 7px;
  margin-right: 2px;
  border-right: 1px solid #909090;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.courses-box2 .single-item-wrapper {
  margin-bottom: 30px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .courses-box2 .single-item-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .courses-box2 .single-item-wrapper {
    display: block;
  }
}
.courses-box2 .single-item-wrapper .courses-img-wrapper {
  -webkit-box-flex: 9;
  -moz-flex: 9;
  -webkit-flex: 9;
  flex: 9;
  position: relative;
  width: 100%;
}
.courses-box2 .single-item-wrapper .courses-img-wrapper img {
  width: 100%;
}
.courses-box2 .single-item-wrapper .courses-img-wrapper:before {
  background-color: rgba(253, 200, 0, 0.8);
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box2 .single-item-wrapper .courses-img-wrapper:hover a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box2 .single-item-wrapper .courses-img-wrapper a {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 3;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: #FFFFFF;
  display: block;
  background: #002147;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box2 .single-item-wrapper .courses-content-wrapper {
  -webkit-box-flex: 10;
  -moz-flex: 10;
  -webkit-flex: 10;
  flex: 10;
  padding: 17px 15px 15px 28px;
}
.courses-box2 .single-item-wrapper .courses-content-wrapper .item-title {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}
.courses-box2 .single-item-wrapper .courses-content-wrapper .item-title a {
  color: #002147;
}
.courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li {
  line-height: 1.3;
  padding-right: 10px;
  margin-right: 8px;
  border-right: 1px solid #909090;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li {
    margin-right: 5px;
    padding-right: 7px;
  }
}
.courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.courses-box2 .single-item-wrapper:hover {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -moz-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.courses-box3 .single-item-wrapper {
  margin-bottom: 30px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .courses-box3 .single-item-wrapper {
    display: block;
  }
}
.courses-box3 .single-item-wrapper .courses-img-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.courses-box3 .single-item-wrapper .courses-img-wrapper:before {
  background-color: rgba(179, 0, 51, 0.7);
  z-index: 1;
}
.courses-box3 .single-item-wrapper .courses-img-wrapper:hover a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box3 .single-item-wrapper .courses-img-wrapper a {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 3;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 50px;
  color: #FFFFFF;
  display: block;
  background: #002147;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper {
  position: relative;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  padding: 18px 15px 10px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-box3 .single-item-wrapper .courses-content-wrapper {
    padding: 12px 15px 10px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .courses-box3 .single-item-wrapper .courses-content-wrapper {
    padding: 12px 15px 10px;
  }
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a:hover {
  color: var(--main-uclm-color);
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .item-content {
  margin-bottom: 12px;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li {
  line-height: 1.3;
  padding-right: 10px;
  margin-right: 8px;
  border-right: 1px solid #909090;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 75px;
  height: 35px;
  padding: 3px;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  background: var(--main-uclm-color);
  color: #002147;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
    top: 15px;
    bottom: inherit;
    font-size: 18px;
    height: 30px;
  }
}
.courses-box3 .single-item-wrapper:hover {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -moz-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.courses1-area {
  padding: 88px 0 70px;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses1-area {
    padding: 78px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses1-area {
    padding: 68px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses1-area {
    padding: 58px 0 40px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses1-area {
    padding: 48px 0 20px;
  }
}
@media only screen and (max-width: 320px) {
  .courses1-area {
    padding: 38px 0 10px;
  }
}
.courses2-area {
  padding: 88px 0 100px;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses2-area {
    padding: 78px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses2-area {
    padding: 68px 0 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses2-area {
    padding: 58px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses2-area {
    padding: 48px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .courses2-area {
    padding: 38px 0 50px;
  }
}
.courses-page-area1 {
  padding: 100px 0;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-page-area1 {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses-page-area1 {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses-page-area1 {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses-page-area1 {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .courses-page-area1 {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .courses-page-area1 .courses-img-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .courses-page-area1 .courses-img-wrapper img {
    width: 100%;
  }
}
.courses-page-area2 {
  padding: 100px 0 70px;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-page-area2 {
    padding: 90px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses-page-area2 {
    padding: 80px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses-page-area2 {
    padding: 70px 0 40px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses-page-area2 {
    padding: 60px 0 30px;
  }
}
@media only screen and (max-width: 320px) {
  .courses-page-area2 {
    padding: 50px 0 20px;
  }
}
.courses-page-area3 {
  padding: 100px 0;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-page-area3 {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses-page-area3 {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses-page-area3 {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses-page-area3 {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .courses-page-area3 {
    padding: 50px 0;
  }
}
.course-details-inner {
  padding: 30px 60px;
  background: #FFFFFF;
}
.course-details-inner ul.course-feature:after {
  clear: both;
  content: "";
  display: block;
}
.course-details-inner ul.course-feature li {
  width: 32%;
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  margin-right: 5px;
  color: #444444;
}
@media only screen and (max-width: 991px) {
  .course-details-inner ul.course-feature li {
    width: 100%;
  }
}
.course-details-inner ul.course-feature li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 20px;
  border-radius: 50%;
  z-index: 1;
  line-height: 1.3;
  color: var(--main-uclm-color);
}
.course-details-comments {
  margin-bottom: 50px;
}
.course-details-comments .media {
  display: flex;
  padding-bottom: 8px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (max-width: 479px) {
  .course-details-comments .media {
    margin-bottom: 0;
    display: block;
  }
}
.course-details-comments .media:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .course-details-comments .media a {
    float: none!important;
    display: block;
    margin-bottom: 10px;
  }
}
.course-details-comments .media a img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course-details-comments .media a img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course-details-comments .media .media-body {
  flex: 1;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 479px) {
  .course-details-comments .media .media-body {
    padding-left: 0;
    padding-right: 5px;
  }
}
.course-details-comments .media .media-body h3 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
}
.course-details-comments .media .media-body h3 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course-details-comments .media .media-body h3 a:hover {
  color: var(--main-uclm-color);
}
.course-details-comments .media .media-body h4 {
  color: #FFFFFF;
  background: #002147;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}
.course-details-comments .media .media-body p {
  color: #757575;
  text-align: justify;
}
.course-details-comments .media .media-body .replay-area {
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 3;
}
@media only screen and (max-width: 479px) {
  .course-details-comments .media .media-body .replay-area {
    right: 10px;
  }
}
.course-details-comments .media .media-body .replay-area ul li {
  display: inline-block;
}
.course-details-comments .media .media-body .replay-area ul li i {
  color: var(--main-uclm-color);
}
.leave-comments .form-group {
  margin-bottom: 20px;
}
.leave-comments .form-group .form-control {
  border-radius: 0;
  background: #f9f9f9;
  box-shadow: none;
  border: none;
}
.leave-comments .form-group input {
  height: 45px;
  color: #212121;
  font-weight: 500;
  border-right: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important;
}
.leave-comments .form-group textarea {
  border-right: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important;
}
.leave-comments .rate-wrapper {
  display: inline-block;
  margin: 5px 0;
}
.leave-comments .rate {
  float: left;
  color: #f5f5f5;
  cursor: pointer;
}
.leave-comments .rate:hover,
.leave-comments .rate.selected {
  color: var(--main-uclm-color);
}
.leave-comments .rate-label {
  float: left;
  color: #002147;
  margin-right: 10px;
  margin-left: 0;
}
.leave-comments .rate-item {
  float: left;
  cursor: pointer;
  margin: 0px 5px 0px 5px;
}
.leave-comments .rate-item:hover ~ .rate-item,
.leave-comments .rate-item.active ~ .rate-item {
  color: #f5f5f5;
}
.courses-page-area4 {
  padding: 100px 0;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-page-area4 {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses-page-area4 {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses-page-area4 {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses-page-area4 {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .courses-page-area4 {
    padding: 50px 0;
  }
}
.course-details-inner {
  padding: 20px 30px 30px;
  background: #FFFFFF;
}
@media only screen and (max-width: 479px) {
  .course-details-inner {
    padding: 20px 15px 30px;
  }
}
.course-details-inner .course-details-tab-area {
  margin: 30px 0 0;
  overflow: hidden;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn {
  background: #f5f5f5;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li {
  display: inline-block;
  margin: -1px;
  border-right: 1px solid #cdcdcd;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li:last-child {
  border-right: 0;
}
@media only screen and (max-width: 479px) {
  .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li {
    display: block!important;
    padding: 0;
  }
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a {
  background: transparent;
  display: block;
  color: #002147;
  padding: 20px 30px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a {
    padding: 20px 17px;
  }
}
@media only screen and (max-width: 479px) {
  .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a {
    display: block!important;
  }
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a:hover {
  background: #002147;
  color: #FFFFFF;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a.active {
  background: #002147;
  color: #FFFFFF;
  text-decoration: none;
}
.course-details-inner .course-details-tab-area .tab-content {
  padding: 35px 0 15px 0;
  margin-top: 0;
}
.course-details-inner .course-details-tab-area ul.course-feature:after {
  clear: both;
  content: "";
  display: block;
}
.course-details-inner .course-details-tab-area ul.course-feature li {
  width: 49%;
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  margin-right: 5px;
  color: #444444;
}
@media only screen and (max-width: 991px) {
  .course-details-inner .course-details-tab-area ul.course-feature li {
    width: 100%;
  }
}
.course-details-inner .course-details-tab-area ul.course-feature li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 20px;
  border-radius: 50%;
  z-index: 1;
  line-height: 1.3;
  color: var(--main-uclm-color);
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li {
    display: block;
    text-align: center;
    clear: both;
    margin-bottom: 30px;
  }
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li:last-child {
  margin-bottom: 0;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-img {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
@media only screen and (max-width: 991px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-img img {
    margin: 0 auto 15px;
  }
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content {
  -webkit-box-flex: 6;
  -moz-flex: 6;
  -webkit-flex: 6;
  flex: 6;
  margin-right: 10px;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 {
  margin-bottom: 0;
  font-size: 18px;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 a:hover {
  color: var(--main-uclm-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
  -webkit-box-flex: 7;
  -moz-flex: 7;
  -webkit-flex: 7;
  flex: 7;
}
@media only screen and (max-width: 991px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
    float: left;
  }
}
@media only screen and (max-width: 479px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
    float: inherit;
  }
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li {
  width: 100px;
  display: inline-block;
  border-right: 1px solid #cdcdcd;
  margin-right: 15px;
  height: 58px;
}
@media only screen and (max-width: 479px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li {
    margin-right: 10px;
  }
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li:last-child {
  border-right: none;
  margin-right: 0;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li h4 {
  font-size: 16px;
  color: #002147;
  margin-bottom: 5px;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-details {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.related-courses-title-area {
  margin: 30px 0 0 0;
  background: #FFFFFF;
}
.related-courses-title-area h3 {
  padding: 12px 20px;
  color: #002147;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
.related-courses-carousel .owl-controls .owl-nav {
  top: -74px;
  right: 25px;
}
.courses-page-area5 {
  padding: 100px 0 70px;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-page-area5 {
    padding: 90px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses-page-area5 {
    padding: 80px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses-page-area5 {
    padding: 70px 0 69px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses-page-area5 {
    padding: 60px 0 59px;
  }
}
@media only screen and (max-width: 320px) {
  .courses-page-area5 {
    padding: 50px 0 49px;
  }
}
.learning-outcomes li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: #444444;
}
.learning-outcomes li:last-child {
  margin-bottom: 0;
}
.learning-outcomes li:before {
  content: "\f105";
  background: #002147;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 14px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 14px;
  text-align: center;
  z-index: 1;
  font-family: FontAwesome;
}/*
.curriculum-wrapper .panel-default {
  margin-top: 0!important;
  border-radius: 0!important;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #e2e2e2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  flex: 1;
}
.curriculum-wrapper .panel-default:last-child {
  border-bottom: 0;
}
.curriculum-wrapper .panel-default .panel-heading {
  padding: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button {
  padding: 13px 15px 15px;
  display: block;
  position: relative;
  width: 100%;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button:not(.collapsed) {
  box-shadow: none;
  background-color: #f5f5f5;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button:focus {
  box-shadow: none;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button:after {
  display: none;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button:before {
  font-family: FontAwesome;
  content: "\f106";
  right: 15px;
  position: absolute;
  top: 15px;
  color: #828282;
  font-size: 18px;
  z-index: 1;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button.collapsed:before {
  content: "\f107";
  font-family: FontAwesome;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button ul {
  text-align: left;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button ul li {
  border-top: none;
  display: inline-block;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(1n) i {
  margin-right: 10px;
  color: var(--main-uclm-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(2n) {
  margin-right: 30px;
  color: #888888;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(3n) {
  font-size: 16px;
  color: #002147;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(4n) {
  position: absolute;
  right: 50px;
}
@media only screen and (max-width: 991px) {
  .curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(4n) {
    display: none;
  }
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(4n) i {
  margin-right: 10px;
  color: #888888;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(4n) span {
  color: #002147;
  font-weight: 500;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .accordion-collapse {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.curriculum-wrapper .panel-default .accordion-collapse.show {
  background: #f5f5f5;
}
.curriculum-wrapper .panel-default .panel-collapse {
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .panel-body {
  text-align: justify;
  padding: 0 75px 20px 45px;
  border-top: 0!important;
  color: #444444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .curriculum-wrapper .panel-default .panel-body {
    padding: 0 15px 15px;
  }
}
.curriculum-wrapper .panel-default .active {
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(1n) i {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(2n) {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(4n) i {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}*/
/*=======================================================================
[16] News and Event Area
=========================================================================*/
.news-event-area {
  padding: 88px 0 100px;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-event-area {
    padding: 78px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-event-area {
    padding: 68px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-event-area {
    padding: 58px 0 40px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .news-event-area {
    padding: 48px 0 30px;
  }
}
@media only screen and (max-width: 320px) {
  .news-event-area {
    padding: 38px 0 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .news-inner-area {
    margin-bottom: 30px;
  }
}
.news-inner-area .news-wrapper {
  background: #FFFFFF;
  padding: 20px 20px 15px;
}
.news-inner-area .news-wrapper li {
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .news-inner-area .news-wrapper li {
    display: block;
  }
}
.news-inner-area .news-wrapper li .news-img-holder {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 1199px) {
  .news-inner-area .news-wrapper li .news-img-holder {
    margin-bottom: 15px;
  }
}
.news-inner-area .news-wrapper li .news-content-holder {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.news-inner-area .news-wrapper li .news-content-holder h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
.news-inner-area .news-wrapper li .news-content-holder h3 a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-inner-area .news-wrapper li .news-content-holder h3 a:hover {
  color: var(--main-uclm-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-inner-area .news-wrapper li .news-content-holder .post-date {
  font-style: italic;
  font-size: 14px;
  margin: 5px 0;
  font-weight: 500;
  color: var(--main-uclm-color);
}
.news-inner-area .news-wrapper li .news-content-holder p {
  margin-bottom: 0;
}
.news-inner-area .news-wrapper li:last-child {
  border-bottom: none;
  margin-bottom: 4px;
  padding-bottom: 0;
}
.news-inner-area .news-wrapper li:before {
  background: var(--main-uclm-color);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .news-inner-area .news-wrapper-responsive li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media only screen and (max-width: 479px) {
  .news-inner-area .news-wrapper-responsive li {
    display: block;
  }
}
.news-inner-area .news-wrapper-responsive li .news-content-holder {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-inner-area .news-wrapper-responsive li .news-content-holder {
    -webkit-box-flex: 4;
    -moz-flex: 4;
    -webkit-flex: 4;
    flex: 4;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-inner-area .news-wrapper-responsive li .news-content-holder {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3;
  }
}
.news-inner-area .news-btn-holder {
  margin-top: 45px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .event-inner-area {
    margin-bottom: 30px;
  }
}
.event-inner-area .event-wrapper > li {
  margin-bottom: 30px;
  padding: 20px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .event-inner-area .event-wrapper > li {
    display: block;
  }
}
.event-inner-area .event-wrapper > li:last-child {
  margin-bottom: 0;
}
.event-inner-area .event-wrapper > li .event-calender-wrapper {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 1199px) {
  .event-inner-area .event-wrapper > li .event-calender-wrapper {
    margin-bottom: 15px;
  }
}
.event-inner-area .event-wrapper > li .event-calender-holder {
  position: relative;
  padding-top: 20px;
  text-align: center;
  width: 100px;
  background: var(--main-uclm-color);
}
.event-inner-area .event-wrapper > li .event-calender-holder:before {
  content: "\f111";
  position: absolute;
  left: 10px;
  top: 5px;
  color: #002147;
  font-size: 14px;
  font-family: FontAwesome;
}
.event-inner-area .event-wrapper > li .event-calender-holder:after {
  content: "\f111";
  position: absolute;
  right: 10px;
  top: 5px;
  color: #002147;
  font-size: 14px;
  font-family: FontAwesome;
}
.event-inner-area .event-wrapper > li .event-calender-holder h3 {
  font-size: 24px;
  color: #002147;
  margin-bottom: 0;
  line-height: 1;
}
.event-inner-area .event-wrapper > li .event-calender-holder p {
  color: #002147;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.event-inner-area .event-wrapper > li .event-calender-holder span {
  line-height: 2.5;
  background: #002147;
  height: 40px;
  display: block;
  color: #FFFFFF;
}
.event-inner-area .event-wrapper > li .event-content-holder {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.event-inner-area .event-wrapper > li .event-content-holder h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.event-inner-area .event-wrapper > li .event-content-holder h3 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.event-inner-area .event-wrapper > li .event-content-holder h3 a:hover {
  color: var(--main-uclm-color);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.event-inner-area .event-wrapper > li .event-content-holder p {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .event-inner-area .event-wrapper > li .event-content-holder p {
    margin-bottom: 58px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-inner-area .event-wrapper > li .event-content-holder p {
    margin-bottom: 15px;
  }
}
.event-inner-area .event-wrapper > li .event-content-holder ul li {
  color: #002147;
  font-weight: 500;
  border-right: 1px solid #BDBDBD;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-inner-area .event-wrapper > li .event-content-holder ul li {
    margin-right: 12px;
    padding-right: 12px;
  }
}
.event-inner-area .event-wrapper > li .event-content-holder ul li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.event-inner-area .event-btn-holder {
  margin-top: 45px;
  text-align: center;
}
.news-page-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-page-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-page-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-page-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .news-page-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .news-page-area {
    padding: 50px 0;
  }
}
.news-box {
  margin-bottom: 55px;
}
.news-box h2 {
  margin-bottom: 12px;
}
.news-box p {
  margin-bottom: 30px;
}
.news-box .news-img-holder {
  margin-bottom: 25px;
  position: relative;
}
.news-date1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.news-date1 li {
  width: 112px;
  height: 60px;
  font-size: 24px;
  text-align: center;
  line-height: 2.5;
}
@media (min-width: 480px) and (max-width: 991px) {
  .news-date1 li {
    height: 40px;
    font-size: 20px;
    width: 90px;
    line-height: 2;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-date1 li {
    font-size: 18px;
    line-height: 2.3;
  }
}
@media only screen and (max-width: 479px) {
  .news-date1 li {
    height: 35px;
    font-size: 16px;
    width: 80px;
  }
}
.news-date1 li:nth-child(odd) {
  background: #002147;
  color: #FFFFFF;
  font-weight: 700;
}
.news-date1 li:nth-child(even) {
  background: var(--main-uclm-color);
  color: #212121;
  font-weight: 500;
}
.news-date2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.news-date2 li {
  width: 80px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 2.8;
}
@media (min-width: 480px) and (max-width: 991px) {
  .news-date2 li {
    height: 40px;
    font-size: 20px;
    width: 90px;
    line-height: 2;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-date2 li {
    font-size: 18px;
    line-height: 2.3;
  }
}
@media only screen and (max-width: 479px) {
  .news-date2 li {
    height: 35px;
    font-size: 16px;
    width: 80px;
    line-height: 2.2;
  }
}
.news-date2 li:nth-child(odd) {
  background: #002147;
  color: #FFFFFF;
  font-weight: 700;
}
.news-date2 li:nth-child(even) {
  background: var(--main-uclm-color);
  color: #212121;
  font-weight: 500;
}
.news-comments {
  margin-bottom: 35px;
  padding-bottom: 10px;
}
.news-comments li {
  display: inline-block;
  margin-right: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-comments li {
    margin-right: 8px;
  }
}
.news-comments li a {
  color: #b1b1b1;
}
.news-comments li a:hover {
  color: #002147;
}
.news-comments li a i {
  color: var(--main-uclm-color);
  margin-right: 8px;
}
.news-comments li a span {
  color: #444444;
}
.news-details-page-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-details-page-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-details-page-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-details-page-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .news-details-page-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .news-details-page-area {
    padding: 50px 0;
  }
}
.news-details-page-inner .news-img-holder {
  margin-bottom: 25px;
  position: relative;
}
.news-details-page-inner .title-default-left-bold {
  margin-bottom: 20px;
}
.news-details-page-inner p span {
  font-style: italic;
  padding: 40px 50px 50px;
  background: #f5f5f5;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.news-details-page-inner p span:before {
  color: var(--main-uclm-color);
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 20px;
  left: 30px;
  position: absolute;
  top: 30px;
  z-index: 1;
}
.news-details-page-inner .news-social {
  margin-top: 10px;
  margin-bottom: 80px;
  display: inline-block;
}
.news-details-page-inner .news-social li {
  display: inline-block;
  margin-right: 5px;
}
.news-details-page-inner .news-social li a {
  background: #002147;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 27px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-page-inner .news-social li a i {
  color: var(--main-uclm-color);
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-details-page-inner .news-social li a:hover {
  background: var(--main-uclm-color);
}
.news-details-page-inner .news-social li a:hover i {
  color: #002147;
}
.news-details-page-inner .news-social li:last-child {
  margin-right: 0;
}
.event-page-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .event-page-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-page-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .event-page-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .event-page-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .event-page-area {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 479px) {
  .event-inner-wrapper .col-xs-6 {
    width: 100%;
  }
}
.event-inner-wrapper .single-item {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .event-inner-wrapper .single-item {
    display: block;
  }
}
.event-inner-wrapper .single-item .item-img {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.event-inner-wrapper .single-item .item-content {
  padding: 0 30px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 1199px) {
  .event-inner-wrapper .single-item .item-content {
    padding: 30px 0;
  }
}
.event-inner-wrapper .single-item .item-content p {
  margin-bottom: 30px;
}
.event-inner-wrapper .event-info-block li {
  line-height: 1.4;
  margin-bottom: 15px;
  font-size: 18px;
  color: #002147;
  padding-left: 40px;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .event-inner-wrapper .event-info-block li {
    font-size: 16px;
  }
}
.event-inner-wrapper .event-info-block li:last-child {
  margin-bottom: 0;
}
.event-inner-wrapper .event-info-block li i {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 24px;
  margin-right: 15px;
  color: var(--main-uclm-color);
}
.event-details-page-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .event-details-page-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-details-page-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .event-details-page-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .event-details-page-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .event-details-page-area {
    padding: 50px 0;
  }
}
.event-details-inner .event-details-img {
  position: relative;
  margin-bottom: 30px;
}
.event-details-inner .event-details-img .countdown-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .event-details-inner .event-details-img .countdown-content {
    top: inherit;
    bottom: 0;
    transform: translateY(0);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.event-details-inner .event-details-img .countdown-content .countdown-section {
  padding: 15px 0;
  text-align: center;
  width: 80px;
}
@media only screen and (max-width: 991px) {
  .event-details-inner .event-details-img .countdown-content .countdown-section {
    padding: 8px 0 4px;
    width: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .event-details-inner .event-details-img .countdown-content .countdown-section {
    width: 65px;
    display: inline-block;
  }
}
.event-details-inner .event-details-img .countdown-content .countdown-section h3 {
  color: #FFFFFF;
  margin-bottom: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
}
.event-details-inner .event-details-img .countdown-content .countdown-section p {
  margin-bottom: 0;
}
.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(odd) {
  background: #002147;
}
.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(odd) p {
  color: #a0a5ac;
}
.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(even) {
  background: var(--main-uclm-color);
}
.event-details-inner .event-details-img .countdown-content .countdown-section:nth-child(even) p {
  color: #856900;
}
.event-details-inner p {
  margin-bottom: 50px;
}
.event-info-inline {
  margin-bottom: 55px;
}
.event-info-inline li {
  display: inline-block;
  line-height: 1.4;
  margin-right: 30px;
  font-size: 18px;
  color: #002147;
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .event-info-inline li {
    font-size: 16px;
  }
}
.event-info-inline li:last-child {
  margin-bottom: 0;
}
.event-info-inline li i {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 24px;
  margin-right: 15px;
  color: var(--main-uclm-color);
}
.why-choose-area {
  padding: 82px 0 94px;
  background: #f8f8f8;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-choose-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .why-choose-area {
    padding: 58px 0 33px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .why-choose-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .why-choose-area {
    padding: 40px 0 13px;
  }
}
/*=======================================================================
[17] Certificate Area
=========================================================================*/
.certificate-area {
  background: #f8f8f8;
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .certificate-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .certificate-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .certificate-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .certificate-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .certificate-area {
    padding: 50px 0;
  }
}
.certificate-area .single-item {
  background: #FFFFFF;
  padding: 15px;
}
/*=======================================================================
[18] Gallery Area
=========================================================================*/
.gallery-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}
.gallery-wrapper > div {
  padding: 0 3px;
}
.gallery-box {
  margin-bottom: 6px;
  position: relative;
}
.gallery-box:before {
  opacity: 0;
  content: "";
  background-color: rgba(253, 200, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-box img {
  width: 100%;
}
.gallery-box .gallery-content {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-box .gallery-content a {
  background-color: #002147;
  height: 55px;
  width: 55px;
  line-height: 60px;
  display: inline-block;
  border-radius: 50%;
}
.gallery-box .gallery-content a i {
  color: #FFFFFF;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-box:hover:before {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-box:hover .gallery-content {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-area1 {
  padding: 100px 0 93px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-area1 {
    padding: 90px 0 83px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-area1 {
    padding: 80px 0 73px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .gallery-area1 {
    padding: 70px 0 63px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .gallery-area1 {
    padding: 60px 0 53px;
  }
}
@media only screen and (max-width: 320px) {
  .gallery-area1 {
    padding: 50px 0 43px;
  }
}
.gallery-area2 {
  padding: 100px 0 93px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-area2 {
    padding: 90px 0 83px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-area2 {
    padding: 80px 0 73px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .gallery-area2 {
    padding: 70px 0 63px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .gallery-area2 {
    padding: 60px 0 53px;
  }
}
@media only screen and (max-width: 320px) {
  .gallery-area2 {
    padding: 50px 0 43px;
  }
}
/*=======================================================================
[19] Price Table Area
=========================================================================*/
.price-table1-area {
  padding: 100px 0 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .price-table1-area {
    padding: 90px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-table1-area {
    padding: 80px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .price-table1-area {
    padding: 70px 0 40px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .price-table1-area {
    padding: 60px 0 30px;
  }
}
@media only screen and (max-width: 320px) {
  .price-table1-area {
    padding: 50px 0 20px;
  }
}
.price-table-box1 {
  text-align: center;
  padding: 50px 0;
  background: #f8f8f8;
  margin: 0 auto 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box1 span {
  text-transform: uppercase;
  color: #002147;
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box1 h2 {
  color: #FFFFFF;
  font-size: 30px;
  height: 150px;
  width: 150px;
  line-height: 150px;
  display: inline-block;
  background: #002147;
  border-radius: 50%;
  margin-bottom: 35px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box1 .price-table-service {
  margin-bottom: 40px;
}
.price-table-box1 .price-table-service p {
  color: #FFFFFF;
  font-size: 16px;
  color: #444444;
  line-height: 1;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box1:hover {
  background: #002147;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.5);
}
.price-table-box1:hover span {
  color: #FFFFFF;
}
.price-table-box1:hover h2 {
  background: var(--main-uclm-color);
  color: #002147;
}
.price-table-box1:hover .price-table-service p {
  color: #d2d2d2;
}
.price-table2-area {
  padding: 100px 0 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .price-table2-area {
    padding: 90px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-table2-area {
    padding: 80px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .price-table2-area {
    padding: 70px 0 40px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .price-table2-area {
    padding: 60px 0 30px;
  }
}
@media only screen and (max-width: 320px) {
  .price-table2-area {
    padding: 50px 0 20px;
  }
}
.price-table-box2 {
  text-align: center;
  margin-bottom: 30px;
  background: #f8f8f8;
  padding: 70px 0;
}
.price-table-box2 span {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  color: #002147;
  letter-spacing: 4px;
  margin-bottom: 25px;
  display: inline-block;
}
.price-table-box2 h3 {
  font-size: 48px;
  color: var(--main-uclm-color);
  margin-bottom: 35px;
}
.price-table-box2 h3 span {
  text-transform: capitalize;
  font-size: 18px;
  color: #a4a4a4;
}
.price-table-box2 ul {
  margin-bottom: 20px;
}
.price-table-box2 ul li {
  color: #002147;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
/*=======================================================================
[20] Research Area
=========================================================================*/
.research-page1-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .research-page1-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .research-page1-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .research-page1-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .research-page1-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .research-page1-area {
    padding: 50px 0;
  }
}
.research-box1 {
  overflow: hidden;
  margin-bottom: 45px;
}
.research-box1 img {
  margin-bottom: 25px;
}
.research-page2-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .research-page2-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .research-page2-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .research-page2-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .research-page2-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .research-page2-area {
    padding: 50px 0;
  }
}
.research-box2 {
  margin-bottom: 35px;
}
.research-box2 .research-img-holder {
  margin-bottom: 20px;
  position: relative;
}
.research-box2 .research-img-holder .research-details {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  left: 30px;
}
.research-box2 .research-img-holder .research-details a {
  color: #FFFFFF;
  padding: 10px 20px;
  display: block;
  background: #002147;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.research-box2 .research-img-holder .research-details a:hover {
  background: var(--main-uclm-color);
  color: #212121;
}
.research-box2 .research-img-holder .research-details a:hover i {
  color: #212121;
}
.research-box2 .research-img-holder .research-details a i {
  color: var(--main-uclm-color);
  font-size: 20px;
  margin-left: 15px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.research-page3-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .research-page3-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .research-page3-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .research-page3-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .research-page3-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .research-page3-area {
    padding: 50px 0;
  }
}
.research-box3 {
  margin-bottom: 60px;
}
.research-box3 img {
  margin-bottom: 20px;
}
.research-box3 p {
  margin-bottom: 30px;
}
.research-details-page-area {
  padding: 100px 0 74px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .research-details-page-area {
    padding: 90px 0 77px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .research-details-page-area {
    padding: 80px 0 52px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .research-details-page-area {
    padding: 70px 0 69px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .research-details-page-area {
    padding: 60px 0 59px;
  }
}
@media only screen and (max-width: 320px) {
  .research-details-page-area {
    padding: 50px 0 49px;
  }
}
.research-details-inner img {
  margin-bottom: 20px;
}
.research-details-inner p span {
  font-style: italic;
  padding: 40px 50px 50px;
  background: #f5f5f5;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.research-details-inner p span:before {
  color: var(--main-uclm-color);
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 20px;
  left: 30px;
  position: absolute;
  top: 30px;
  z-index: 1;
}
/*=======================================================================
[21] Shop Page Area
=========================================================================*/
.shop-page1-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-page1-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shop-page1-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .shop-page1-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .shop-page1-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .shop-page1-area {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 479px) {
  .shop-page1-area .shop-page1-xs-width .col-xs-6 {
    width: 100%;
  }
}
.product-box1 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.product-box1 .product-social {
  opacity: 0;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 33%;
  z-index: 2;
  -moz-transform: scale(1) translateY(-150px);
  -webkit-transform: scale(1) translateY(-150px);
  -o-transform: scale(1) translateY(-150px);
  -ms-transform: scale(1) translateY(-150px);
  transform: scale(1) translateY(-150px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 479px) {
  .product-box1 .product-social {
    top: 27%;
    -moz-transform: scale(1) translateY(-50px);
    -webkit-transform: scale(1) translateY(-50px);
    -o-transform: scale(1) translateY(-50px);
    -ms-transform: scale(1) translateY(-50px);
    transform: scale(1) translateY(-50px);
  }
}
.product-box1 .product-social li {
  display: inline-block;
  height: 40px;
  width: 42px;
  border: 1px solid var(--main-uclm-color);
  background: transparent;
  margin: 0 1px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 479px) {
  .product-box1 .product-social li {
    height: 30px;
    width: 32px;
  }
}
.product-box1 .product-social li a {
  display: block;
}
.product-box1 .product-social li a i {
  line-height: 40px;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 479px) {
  .product-box1 .product-social li a i {
    line-height: 30px;
  }
}
.product-box1 .product-social li:hover {
  background: var(--main-uclm-color);
}
.product-box1 .product-social li:hover i {
  color: #212121;
}
.product-box1 .product-img-holder {
  position: relative;
}
@media only screen and (max-width: 479px) {
  .product-box1 .product-img-holder {
    display: inline-block;
  }
}
.product-box1 .product-img-holder a img {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .product-box1 .product-img-holder a img {
    width: auto;
  }
}
.product-box1 .product-img-holder:after {
  opacity: 0;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 33, 71, 0.8);
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box1 .product-img-holder .hot-sale {
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 60px solid var(--main-uclm-color);
  border-right: 60px solid transparent;
  z-index: 3;
}
.product-box1 .product-img-holder .hot-sale span {
  color: #002147;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  bottom: 26px;
  letter-spacing: 2px;
  position: absolute;
  transform: rotate(316deg);
  -webkit-transform: rotate(316deg);
  -moz-transform: rotate(316deg);
  -o-transform: rotate(316deg);
}
.product-box1 .product-content-holder {
  margin-top: 20px;
}
.product-box1 .product-content-holder h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .product-box1 .product-content-holder h3 {
    letter-spacing: 0;
  }
}
.product-box1 .product-content-holder h3 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box1 .product-content-holder h3 a:hover {
  color: var(--main-uclm-color);
}
.product-box1 .product-content-holder span {
  color: var(--main-uclm-color);
  font-size: 20px;
  font-weight: 500;
}
.product-box1 .product-content-holder span span {
  margin-right: 15px;
  color: #757575;
  text-decoration: line-through;
}
.product-box1:hover .product-social {
  top: 40%;
  opacity: 1;
  -moz-transform: scale(1) translateY(-50%);
  -webkit-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box1:hover .product-img-holder:after {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shop-page2-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-page2-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shop-page2-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .shop-page2-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .shop-page2-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .shop-page2-area {
    padding: 50px 0;
  }
}
.product-box2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .product-box2 {
    text-align: center;
    margin-bottom: 50px;
  }
}
.product-box2 .media {
  display: flex;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-box2 .media {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .product-box2 .media {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-box2 a.pull-left {
    float: none!important;
  }
}
@media only screen and (max-width: 575px) {
  .product-box2 a.pull-left {
    float: none!important;
  }
}
.product-box2 a.pull-left img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-box2 a.pull-left img {
    display: inline-block;
    width: auto;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .product-box2 a.pull-left img {
    display: inline-block;
    width: auto;
    margin-bottom: 15px;
  }
}
.product-box2 a.pull-left img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box2 .media-body {
  flex: 1;
  text-align: left;
  padding: 0 30px 0 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-box2 .media-body {
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .product-box2 .media-body {
    padding: 8px 10px 0 10px;
  }
}
@media only screen and (max-width: 575px) {
  .product-box2 .media-body .product-box2-content {
    text-align: center;
  }
}
.product-box2 .media-body .product-box2-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 500;
}
.product-box2 .media-body .product-box2-content h3 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box2 .media-body .product-box2-content h3 a:hover {
  color: var(--main-uclm-color);
}
.product-box2 .media-body .product-box2-content span {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  color: var(--main-uclm-color);
  font-weight: 500;
}
.product-box2 .media-body .product-box2-cart {
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .product-box2 .media-body .product-box2-cart {
    margin-top: 54px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-box2 .media-body .product-box2-cart {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .product-box2 .media-body .product-box2-cart {
    margin-top: 20px;
    text-align: center;
  }
}
.product-box2 .media-body .product-box2-cart li {
  margin: 0 2px 0 0;
  display: inline-block;
}
.product-box2 .media-body .product-box2-cart li a {
  line-height: 42px;
  border: 1px solid #002147;
  text-align: center;
  height: 42px;
  padding: 0 20px;
  background: transparent;
  display: block;
  color: #002147;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-box2 .media-body .product-box2-cart li a {
    padding: 0 11px;
  }
}
@media only screen and (max-width: 320px) {
  .product-box2 .media-body .product-box2-cart li a {
    padding: 0 15px;
  }
}
.product-box2 .media-body .product-box2-cart li a i {
  line-height: 42px;
  font-size: 14px;
}
.product-box2 .media-body .product-box2-cart li a:hover {
  border: 1px solid var(--main-uclm-color);
  background: var(--main-uclm-color);
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box2 .media-body .product-box2-cart li:first-child a {
  border: 1px solid #002147;
  background: #002147;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-box2 .media-body .product-box2-cart li:first-child a:hover {
  border: 1px solid var(--main-uclm-color);
  background: var(--main-uclm-color);
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shop-details-page-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-details-page-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shop-details-page-area {
    padding: 80px 0 52px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .shop-details-page-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .shop-details-page-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .shop-details-page-area {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .inner-product-details-left {
    text-align: center;
  }
}
.inner-product-details-left .tab-content {
  border: 1px solid #002147;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .inner-product-details-left .tab-content {
    display: inline-block;
  }
}
.inner-product-details-left .tab-content a {
  display: block;
}
.inner-product-details-left .tab-content a img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .inner-product-details-left ul {
    margin-bottom: 30px;
  }
}
.inner-product-details-left ul li {
  border: 1px solid transparent;
  width: 29%;
  display: inline-block;
  margin: 16px 17px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-product-details-left ul li {
    width: 28%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-product-details-left ul li {
    width: 30%;
  }
}
@media only screen and (max-width: 320px) {
  .inner-product-details-left ul li {
    width: 28%;
  }
}
.inner-product-details-left ul li a {
  border: 1px solid transparent;
}
.inner-product-details-left ul li a img {
  width: 100%;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.inner-product-details-left ul li a img:hover {
  opacity: 1;
}
.inner-product-details-left ul li a.active {
  border: 1px solid #002147;
}
.inner-product-details-left ul li a.active img {
  opacity: 1;
}
.inner-product-details-left ul li:last-child {
  margin: 16px 0 0 0;
}
.inner-product-details-left ul li:hover {
  border: 1px solid #002147;
}
.inner-product-details-right h3 {
  color: #002147;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-product-details-right h3 {
    margin-bottom: 15px;
  }
}
.inner-product-details-right > ul {
  margin: 0 0 15px;
}
.inner-product-details-right > ul li {
  display: inline-block;
}
.inner-product-details-right > ul li > i {
  color: #eebe2c;
}
.inner-product-details-right .price {
  font-size: 24px;
  font-weight: 600;
  color: #002147;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-product-details-right .price {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-product-details-right .price {
    margin-bottom: 30px;
  }
}
.inner-product-details-right .product-details-content {
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-product-details-right .product-details-content {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-product-details-right .product-details-content {
    margin-bottom: 12px;
  }
}
.inner-product-details-right .product-details-content > p {
  margin-bottom: 10px;
  color: #757575;
}
.inner-product-details-right .product-details-content > p > span {
  color: #212121;
  font-weight: 600;
  text-transform: uppercase;
}
.inner-product-details-right .product-details-social {
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-product-details-right .product-details-social {
    margin-bottom: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-product-details-right .product-details-social {
    margin-bottom: 20px;
  }
}
.inner-product-details-right .product-details-social li {
  display: inline;
  color: #212121;
  font-weight: 600;
  margin-right: 15px;
}
.inner-product-details-right .product-details-social li a {
  padding: 0 10px;
}
.inner-product-details-right .product-details-social li a i {
  color: #757575;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inner-product-details-right .product-details-social li a:hover i {
  color: var(--main-uclm-color);
}
.inner-product-details-right .inner-product-details-cart {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .inner-product-details-right .inner-product-details-cart {
    text-align: center;
  }
}
.inner-product-details-right .inner-product-details-cart li {
  vertical-align: top;
  margin: 0 2px 0 0;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .inner-product-details-right .inner-product-details-cart li {
    margin-bottom: 5px;
  }
}
.inner-product-details-right .inner-product-details-cart li a {
  border: 1px solid #002147;
  line-height: 52px;
  text-align: center;
  height: 52px;
  padding: 0 20px;
  background: transparent;
  display: block;
  color: #002147;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner-product-details-right .inner-product-details-cart li a {
    padding: 0 13px;
  }
}
.inner-product-details-right .inner-product-details-cart li a i {
  color: #002147;
  line-height: 54px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inner-product-details-right .inner-product-details-cart li a:hover {
  border: 1px solid var(--main-uclm-color);
  background: var(--main-uclm-color);
}
.inner-product-details-right .inner-product-details-cart li .input-group {
  position: relative;
  box-shadow: none;
}
.inner-product-details-right .inner-product-details-cart li .input-group .form-control {
  box-shadow: none;
}
.inner-product-details-right .inner-product-details-cart li .input-group input {
  border: none;
  height: 50px;
  width: 100px;
  padding-right: 47px;
  font-size: 20px;
  text-align: center;
  color: #002147;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner-product-details-right .inner-product-details-cart li .input-group input {
    width: 81px;
    padding-left: 5px;
    padding-right: 40px;
  }
}
.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
}
.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical .btn-default {
  border: 0;
}
.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button {
  display: block;
  border-left: 1px solid #002147 !important;
  border-radius: 0!important;
  background: transparent;
  padding: 4px 12px 3px;
  line-height: 1.3;
  border: 1px solid #002147;
}
.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button:last-child {
  border-top: 1px solid #002147;
}
.inner-product-details-right .inner-product-details-cart li .input-group .input-group-btn-vertical button i {
  line-height: 1;
  color: #002147;
}
.inner-product-details-right .inner-product-details-cart li:first-child {
  background: #002147;
}
.inner-product-details-right .inner-product-details-cart li:first-child a {
  color: #FFFFFF;
}
.inner-product-details-right .inner-product-details-cart li:first-child a:hover {
  color: #002147;
}
.inner-product-details-right .inner-product-details-cart li .quantity-holder {
  border: 1px solid #002147;
}
.product-details-tab-area {
  margin: 40px 0;
  border: 1px solid #BDBDBD;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .product-details-tab-area ul {
    display: block!important;
  }
}
.product-details-tab-area ul > li {
  margin: -1px;
  display: inline-block;
  padding: 10px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 479px) {
  .product-details-tab-area ul > li {
    display: block!important;
    padding: 0;
  }
}
.product-details-tab-area ul > li a {
  background: #002147;
  color: #FFFFFF;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 479px) {
  .product-details-tab-area ul > li a {
    display: block!important;
  }
}
.product-details-tab-area ul > li a:hover {
  background: transparent;
  color: #002147;
}
.product-details-tab-area ul > li a.active {
  background: transparent;
  color: #002147;
  text-decoration: none;
}
.product-details-tab-area .tab-content {
  padding: 10px 35px 15px 35px;
}
@media only screen and (max-width: 479px) {
  .product-details-tab-area .tab-content {
    padding: 0 20px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-tags {
    display: none;
  }
}
/*=======================================================================
[22] Brand Area
=========================================================================*/
.brand-area {
  padding: 70px 0;
  text-align: center;
}
.brand-area .brand-area-box a img {
  width: 100%;
  margin: 0 auto;
}
.brand-area .owl-nav {
  margin-top: 0;
}
/*=======================================================================
[23] Sidebar Area
=========================================================================*/
@media only screen and (max-width: 767px) {
  .sidebar {
    margin-top: 30px;
  }
}
.sidebar-box {
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
}
.sidebar-box:last-child {
  margin-bottom: 0;
}
.sidebar-box .sidebar-box-inner {
  padding: 30px 25px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar-box .sidebar-box-inner {
    padding: 30px 15px;
  }
}
.sidebar-categories li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.sidebar-categories li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-categories li a {
  color: #444444;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-categories li a:hover {
  color: var(--main-uclm-color);
}
.product-tags li {
  display: inline-block;
  margin-bottom: 7px;
  background: #e1e1e1;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-tags li a {
  color: #002147;
  text-transform: capitalize;
  display: block;
  padding: 10px 24px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-tags li:hover {
  background: #002147;
}
.product-tags li:hover a {
  color: #FFFFFF;
}
.sidebar-add-area {
  position: relative;
}
.sidebar-add-area img {
  width: 100%;
}
.sidebar-add-area a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.price-range-wrapper {
  padding-top: 10px;
}
.price-range-wrapper:after {
  clear: both;
  display: block;
  content: "";
}
.price-range-wrapper .price-range-select {
  margin: 20px 0;
  text-align: center;
}
.price-range-wrapper .price-range-select:after {
  clear: both;
  display: block;
  content: "";
}
.price-range-wrapper .price-range-select .price-range {
  font-size: 24px;
  color: #002147;
  display: inline-block;
  margin: 0 10px;
}
.price-range-wrapper .noUi-connect {
  background: #002147;
}
.price-range-wrapper .noUi-horizontal {
  height: 10px;
}
.price-range-wrapper .noUi-target {
  border-radius: 0;
}
.price-range-wrapper .noUi-horizontal .noUi-handle {
  top: -10px;
  background: var(--main-uclm-color);
  border: none;
  box-shadow: none;
}
.price-range-wrapper .noUi-handle::after,
.price-range-wrapper .noUi-handle::before {
  left: 16px;
  top: 7px;
  background: #FFFFFF;
}
.price-range-wrapper .noUi-handle::after {
  left: 19px;
}
.sidebar-find-course .form-group:last-child {
  margin-bottom: 0;
}
.sidebar-find-course .form-group input {
  border-radius: 0;
  background: #f5f5f5;
  color: #002147;
  border: none;
}
.sidebar-find-course .form-group .select2-selection.select2-selection--single {
  border-radius: 0;
  height: 40px;
  background-image: none;
  border: 1px solid #e5e5e5;
}
.sidebar-find-course .course-name input {
  height: 40px;
  border: 1px solid #e5e5e5;
  box-shadow: none;
}
.sidebar-find-course .custom-select {
  margin-bottom: 10px;
}
.sidebar-find-course .remember-style {
  margin: 25px 0;
}
.sidebar-find-course .remember-style span {
  color: #002147;
  margin-right: 15px;
  text-transform: uppercase;
}
.sidebar-find-course .remember-style span input {
  margin-right: 10px;
}
.sidebar-find-course input.form-control::-webkit-input-placeholder,
.sidebar-find-course textarea.form-control::-webkit-input-placeholder {
  color: #9a9a9a;
  font-style: italic;
}
.sidebar-find-course input.form-control::-moz-placeholder,
.sidebar-find-course textarea.form-control::-moz-placeholder {
  color: #9a9a9a;
  font-style: italic;
}
.sidebar-find-course input.form-control:-moz-placeholder,
.sidebar-find-course textarea.form-control:-moz-placeholder {
  color: #9a9a9a;
  font-style: italic;
}
.sidebar-find-course input.form-control:-ms-input-placeholder,
.sidebar-find-course textarea.form-control:-ms-input-placeholder {
  color: #9a9a9a;
  font-style: italic;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: none;
  border: none;
  margin: 5px 5px 0 0;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  padding: 5px 0 0 10px;
  line-height: inherit;
  font-style: italic;
  color: #9a9a9a;
}
.sidebar-course-price span {
  font-size: 40px;
  color: #002147;
  margin-bottom: 20px;
  display: block;
}
.sidebar-course-price .enroll-btn {
  margin-bottom: 30px;
}
.sidebar-course-reviews h4 {
  color: #002147;
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
}
.sidebar-course-reviews h4 span {
  position: absolute;
  right: 0;
  top: -15px;
  z-index: 1;
  font-size: 36px;
  color: #002147;
}
.sidebar-course-reviews ul li {
  display: inline-block;
  color: var(--main-uclm-color);
}
.skill-area {
  position: relative;
  overflow: hidden;
}
.skill-area .progress {
  background-color: #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  height: 8px;
  overflow: visible;
  position: relative;
  margin-top: 45px;
}
.skill-area .progress .lead {
  color: #002147;
  position: absolute;
  top: -30px;
  font-weight: 500;
}
.skill-area .progress:last-child {
  margin-bottom: 0;
}
.skill-area .progress > span {
  color: #002147;
  position: absolute;
  right: 0;
  top: -30px;
}
.skill-area .progress:nth-child(1) .progress-bar {
  background: var(--main-uclm-color);
}
.skill-area .progress:nth-child(2) .progress-bar {
  background: var(--main-uclm-color);
}
.skill-area .progress:nth-child(3) .progress-bar {
  background: var(--main-uclm-color);
}
.skill-area .progress:nth-child(4) .progress-bar {
  background: var(--main-uclm-color);
}
.skill-area .progress:nth-child(5) .progress-bar {
  background: var(--main-uclm-color);
}
.sidebar-skilled-area ul li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sidebar-skilled-area ul li:last-child {
  margin-bottom: 0;
}
.sidebar-skilled-area ul li .skilled-img {
  margin-right: 5px;
}
.sidebar-skilled-area ul li .skilled-content {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.sidebar-skilled-area ul li .skilled-content h4 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 0.9;
  font-weight: 500;
}
.sidebar-skilled-area ul li .skilled-content h4 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-skilled-area ul li .skilled-content h4 a:hover {
  color: #212121;
}
.sidebar-skilled-area ul li .skilled-content p {
  color: #a2a2a2;
  line-height: 1.2;
  margin-bottom: 0;
}
.sidebar-related-area ul li {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sidebar-related-area ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar-related-area ul li .related-img {
  margin-right: 10px;
}
.sidebar-related-area ul li .related-content {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.sidebar-related-area ul li .related-content h4 {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 0.9;
  color: #002147;
}
.sidebar-related-area ul li .related-content h4 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-related-area ul li .related-content h4 a:hover {
  color: #444444;
}
.sidebar-related-area ul li .related-content p {
  color: #000000;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}
.sidebar-best-seller-area ul li {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sidebar-best-seller-area ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar-best-seller-area ul li .related-img {
  margin-right: 10px;
}
.sidebar-best-seller-area ul li .related-content {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.sidebar-best-seller-area ul li .related-content h4 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 0.9;
}
.sidebar-best-seller-area ul li .related-content h4 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-best-seller-area ul li .related-content h4 a:hover {
  color: var(--main-uclm-color);
}
.sidebar-best-seller-area ul li .related-content .rating {
  margin-bottom: 12px;
}
.sidebar-best-seller-area ul li .related-content .rating li {
  display: inline;
  border-bottom: none;
}
.sidebar-best-seller-area ul li .related-content .rating li i {
  color: var(--main-uclm-color);
}
.sidebar-best-seller-area ul li .related-content p {
  color: #002147;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
}
.sidebar-question-form .form-group:last-child {
  margin-bottom: 0;
}
.sidebar-question-form .form-group input {
  border-radius: 0;
  background: #f5f5f5;
  color: #002147;
  height: 40px;
  border: 1px solid #e5e5e5;
  box-shadow: none;
}
.sidebar-question-form .form-group textarea {
  border-radius: 0;
  background: #f5f5f5;
  color: #002147;
  border: 1px solid #e5e5e5;
  box-shadow: none;
}
.sidebar-question-form .form-response .alert-info {
  background: transparent;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
}
.sidebar-question-form .form-response .alert-success {
  background-color: transparent;
  color: #05e42a;
  letter-spacing: 1px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .sidebar-question-form .form-response .alert-success {
    letter-spacing: 0;
  }
}
.sidebar-question-form .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
  margin-bottom: 0;
  margin-top: 15px;
}
.sidebar-latest-research-area ul li {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 25px;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sidebar-latest-research-area ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar-latest-research-area ul li .latest-research-img {
  margin-right: 10px;
}
.sidebar-latest-research-area ul li .latest-research-img a img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-latest-research-area ul li .latest-research-img a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-latest-research-area ul li .latest-research-content {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.sidebar-latest-research-area ul li .latest-research-content h4 {
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 0.9;
  font-weight: 500;
  background: #002147;
  color: #FFFFFF;
  padding: 7px 10px 5px;
  display: inline-block;
}
.sidebar-latest-research-area ul li .latest-research-content p {
  line-height: 1.2;
  margin-bottom: 0;
}
/*=======================================================================
[24] Faq Page area
=========================================================================*/
.faq-page-area {
  padding: 100px 0 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-page-area {
    padding: 90px 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-page-area {
    padding: 80px 0 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .faq-page-area {
    padding: 70px 0 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .faq-page-area {
    padding: 60px 0 20px;
  }
}
@media only screen and (max-width: 320px) {
  .faq-page-area {
    padding: 50px 0 10px;
  }
}
.faq-items .faq-item {
  border-radius: 4px;
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
.faq-items .faq-item .faq-title button {
  background-color: transparent;
  margin-bottom: 0;
  font-size: 18px;
  position: relative;
  padding: 15px 10px 15px 60px;
  color: #002147;
}
.faq-items .faq-item .faq-title button:after {
  height: 1rem;
  width: 1rem;
  background-size: 1rem;
}
.faq-items .faq-item .faq-title button:not(.collapsed) .faq-count {
  background-color: #FFFFFF;
}
.faq-items .faq-item .faq-title button:focus {
  box-shadow: none;
}
.faq-items .faq-item .faq-title button .faq-count {
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 1;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  background: var(--main-uclm-color);
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-items .faq-item .faq-body {
  background: #002147;
  color: #FFFFFF;
  padding: 20px 35px;
  border-radius: 0 0 4px 4px;
}
.faq-box-wrapper {
  margin-bottom: 20px;
}
.faq-box-wrapper .faq-box-item .panel-heading {
  border-radius: 0;
  padding: 0;
  color: #002147;
}
.faq-box-wrapper .faq-box-item .faq-box-title h3 {
  margin-bottom: 0;
  position: relative;
  font-size: 18px;
}
.faq-box-wrapper .faq-box-item .faq-box-title h3 a {
  display: block;
  position: relative;
  padding: 15px 10px 15px 60px;
  color: #002147;
}
.faq-box-wrapper .faq-box-item .faq-box-title h3 a span {
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 1;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  background: var(--main-uclm-color);
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-box-wrapper .faq-box-item .faq-box-title h3 a:before {
  content: "\f0fe";
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 15px;
  color: var(--main-uclm-color);
  font-family: FontAwesome;
}
.faq-box-wrapper .faq-box-item .faq-box-body {
  background: #002147;
  color: #FFFFFF;
  padding: 20px 35px 5px;
}
.faq-box-wrapper .faq-box-item .active {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.faq-box-wrapper .faq-box-item .active .faq-box-title h3 a:before {
  content: "\f146";
  color: #002147;
}
.faq-box-wrapper .faq-box-item .active .faq-box-title h3 a span {
  background: #FFFFFF;
}
/*=======================================================================
[25] Error Page Area
=========================================================================*/
.error-page-area {
  padding: 100px 0;
  background: var(--main-uclm-color);
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error-page-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-page-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .error-page-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .error-page-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .error-page-area {
    padding: 50px 0;
  }
}
.error-page-area .error-top {
  margin-bottom: 55px;
}
.error-page-area .error-top img {
  display: inline-block;
}
.error-page-area .error-bottom h2 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 30px;
  color: #000000;
}
@media only screen and (max-width: 479px) {
  .error-page-area .error-bottom h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.error-page-area .error-bottom p {
  color: #634e00;
  font-size: 18px;
  margin-bottom: 40px;
}
/*=======================================================================
[26] Contact Page Area
=========================================================================*/
.contact-us-page1-area {
  padding: 90px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-us-page1-area {
    padding: 80px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-us-page1-area {
    padding: 70px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contact-us-page1-area {
    padding: 60px 0 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .contact-us-page1-area {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .contact-us-page1-area {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-info1 {
    margin-bottom: 30px;
  }
}
.contact-us-info1 h2 {
  font-size: 24px;
  color: #212121;
  text-transform: uppercase;
}
.contact-us-info1 ul {
  margin-top: 11px;
  border: 1px solid #BDBDBD;
}
.contact-us-info1 ul > li {
  padding: 15px 0 8px 30px;
  position: relative;
  border-bottom: 1px solid #BDBDBD;
}
@media only screen and (max-width: 1199px) {
  .contact-us-info1 ul > li {
    padding: 13px 0 6px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us-info1 ul > li {
    padding: 15px 0 6px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-info1 ul > li {
    padding: 13px 0 4px 30px;
  }
}
.contact-us-info1 ul > li:last-child {
  border-bottom: 0;
}
.contact-us-info1 ul > li i {
  color: #002147;
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 40px;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .contact-us-info1 ul > li i {
    top: 20px;
  }
}
.contact-us-info1 ul > li h3 {
  text-transform: capitalize;
  color: #111111;
  font-size: 20px;
  margin-bottom: 5px;
}
.contact-us-info1 ul > li .contact-social {
  margin-bottom: 10px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .contact-us-info1 ul > li .contact-social {
    margin-bottom: 20px;
  }
}
.contact-us-info1 ul > li .contact-social li {
  display: inline;
  margin-right: 15px;
  padding: 0;
  border: none;
}
@media only screen and (max-width: 1199px) {
  .contact-us-info1 ul > li .contact-social li {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-us-info1 ul > li .contact-social li {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us-info1 ul > li .contact-social li {
    margin-right: 2px;
  }
}
.contact-us-info1 ul > li .contact-social li a {
  background: transparent;
  border: 1px solid #002147;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .contact-us-info1 ul > li .contact-social li a {
    height: 28px;
    width: 28px;
    line-height: 28px;
  }
}
.contact-us-info1 ul > li .contact-social li a i {
  font-size: 20px;
  position: inherit;
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .contact-us-info1 ul > li .contact-social li a i {
    font-size: 16px;
  }
}
.contact-us-info1 ul > li .contact-social li:hover a {
  border: 1px solid #002147;
  background: #002147;
}
.contact-us-info1 ul > li .contact-social li:hover a i {
  color: #ffffff;
}
.contact-form1 .form-group {
  margin-bottom: 25px;
}
.contact-form1 .form-group .form-control {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: 1px solid #BDBDBD;
}
.contact-form1 .form-group input {
  height: 45px;
}
.contact-form1 .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.contact-form1 .form-response .alert-success {
  background-color: transparent;
  color: #00082E;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .contact-form1 .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.contact-form1 .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}
.google-map-area {
  margin-top: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .google-map-area {
    margin-top: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .google-map-area {
    margin-top: 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .google-map-area {
    margin-top: 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .google-map-area {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .google-map-area {
    margin-top: 50px;
  }
}
.contact-us-page2-area {
  padding: 88px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-us-page2-area {
    padding: 78px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-us-page2-area {
    padding: 68px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contact-us-page2-area {
    padding: 58px 0 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .contact-us-page2-area {
    padding: 48px 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .contact-us-page2-area {
    padding: 38px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-info2 {
    margin-bottom: 30px;
  }
}
.contact-us-info2 ul {
  margin-top: 10px;
}
.contact-us-info2 ul li {
  position: relative;
  padding: 25px 0 25px 70px;
  border: 1px solid #e6e6e6;
  font-size: 18px;
  color: #002147;
  margin-bottom: 30px;
}
.contact-us-info2 ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .contact-us-info2 ul li {
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-us-info2 ul li {
    padding: 25px 0 25px 40px;
  }
}
.contact-us-info2 ul li i {
  position: absolute;
  left: 23px;
  top: 22px;
  z-index: 1;
  color: var(--main-uclm-color);
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-us-info2 ul li i {
    left: 6px;
    top: 24px;
  }
}
.contact-form2 .form-group {
  margin-bottom: 25px;
}
.contact-form2 .form-group .form-control {
  border-radius: 0;
  background: #f1f1f1;
  box-shadow: none;
  border: none;
}
.contact-form2 .form-group input {
  height: 45px;
  color: #002147;
}
.contact-form2 .form-group textarea {
  height: 178px;
}
.contact-form2 .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.contact-form2 .form-response .alert-success {
  background-color: transparent;
  color: #00082E;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .contact-form2 .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.contact-form2 .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}
/*=======================================================================
[27] Footer Area
=========================================================================*/
.footer-area-top {
  padding: 92px 0 50px;
  background: var(--sec-uclm-color);
}
.footer-area-top .container{
  min-width: 90%;
}
.footer-area-top .img-responsive{
  max-width: 60%;
}
.footer-area-top a:before {
  text-decoration: none;
  border-bottom: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area-top {
    padding: 82px 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area-top {
    padding: 72px 0 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-area-top {
    padding: 62px 0 35px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .footer-area-top {
    padding: 52px 0 20px;
  }
}
@media only screen and (max-width: 320px) {
  .footer-area-top {
    padding: 42px 0 10px;
  }
}
.footer-area-top .footer-box {
  margin-bottom: 30px;
}
.footer-area-top p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #FFFFFF;
}
.footer-area-top h3 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #FFFFFF;
}
.footer-area-top .footer-about {
  margin: 20px 0 35px;
}
.footer-area-top .footer-about p {
  font-size: 16px;
  margin-bottom: 0px;
}
.footer-area-top .featured-links {
  margin-bottom: 50px;
  padding: 0px;
}
.footer-area-top .featured-links > li {
  display: inline-block;
}
.footer-area-top .featured-links > li:first-child {
  margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area-top .featured-links > li:first-child {
    margin-right: 10px;
  }
}
.footer-area-top .featured-links >li ul {
  padding: 0px;
}
.footer-area-top .featured-links > li ul li {
  margin-bottom: 2px; /*UCLM*/
  position: relative;
  padding-left: 15px;
  font-size: 16px;
}
.footer-area-top .featured-links > li ul li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  color: var(--main-uclm-color);
  top: 0;
}
.footer-area-top .featured-links > li ul li a {
  color: #f5f5f5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area-top .featured-links > li ul li a:before {
  text-decoration: none;
  border-bottom: none;
}
.footer-area-top .featured-links > li ul li a:hover {
  color: var(--main-uclm-color);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area-top .corporate-address {
  margin-bottom: 20px;
}
.footer-area-top .corporate-address li {
  margin-bottom: 10px;
  color: #f5f5f5;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}
.footer-area-top .corporate-address li i {
  color: var(--main-uclm-color);
  padding-right: 15px;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 1;
  font-size: 14px;
}
.footer-area-top .corporate-address li a {
  color: #f5f5f5;
}
.footer-area-top .corporate-address li a:before {
  text-decoration: none;
  border-bottom: none;
}
.footer-area-top .corporate-address li:last-child {
  margin-bottom: 0;
}
.footer-area-top .newsletter-area .stylish-input-group {
  border: none;
  padding: 0;
}
.footer-area-top .newsletter-area .stylish-input-group .form-control {
  border: none;
  box-shadow: 0 0 0;
  border-radius: 0;
  text-transform: lowercase;
  color: #717a7f;
  height: 42px;
  font-size: 13px;
  background-color: rgba(0, 8, 46, 0.3);
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button {
  border: 0;
  padding: 13px 17px 14px 17px;
  background-color: rgba(0, 8, 46, 0.3);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button i {
  color: var(--main-uclm-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button:hover {
  background: var(--main-uclm-color);
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button:hover i {
  color: #002147;
}
.footer-area-top .footer-social li {
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area-top .footer-social li {
    margin-right: 2px;
  }
}
.footer-area-top .footer-social li a {
  width: 30px;
  height: 30px;
  border: 1px solid #cccccc;
  display: block;
  text-align: center;
  line-height: 27px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-social li a i {
  color: #cccccc;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-social li a:before {
  text-decoration: none;
  border-bottom: none;
}
.footer-area-top .footer-social li a:hover {
  border: 1px solid var(--main-uclm-color);
  background: var(--main-uclm-color);
}
.footer-area-top .footer-social li a:hover i {
  color: #002147;
}
.footer-area-top .footer-social li:last-child {
  margin-right: 0;
}
.footer-area-top .flickr-photos li {
  display: inline-block;
  width: 32%;
  margin-bottom: 4px;
}
.footer-area-top .flickr-photos li img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-bottom {
  background: #fefefe;
  padding: 20px 0 0;
  /*text-transform: capitalize;*/
  font-size: 14px;
}
.footer-area-bottom .container{
  min-width: 90%;
}
.footer-area-bottom img{
  max-height: 35px;
}
.footer-area-bottom a:before {
  text-decoration: none;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom {
    text-align: left;
    padding: 17px 0;
  }
}
.footer-area-bottom li{
  float: left;
  padding-right: 20px;
}
.footer-area-bottom p {
  color: var(--main-uclm-color);
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom p {
    margin-bottom: 10px;
  }
}
.footer-area-bottom p a {
  color: #505050;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-bottom p a:before {
  text-decoration: none;
  border-bottom: none;
}
.footer-area-bottom p a:hover {
  color: var(--main-uclm-color);
}
.footer-area-bottom .payment-method {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom .payment-method {
    text-align: left;
  }
}
.footer-area-bottom .payment-method li {
  display: inline-block;
}

/*=======================================================================
[28] Registration Page Area
=========================================================================*/
.registration-page-area {
  padding: 88px 0 100px;
}
.registration-page-area .registration-details-area label {
  letter-spacing: 1px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 10px;
}
.registration-page-area .registration-details-area input {
  height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
  background: #f9f9f9;
}
.registration-page-area .registration-details-area textarea {
  border: 1px solid #dcdcdc;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
  background: #f9f9f9;
}
.registration-page-area .registration-details-area span {
  color: #333333;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.registration-page-area .registration-details-area span input {
  height: inherit;
  margin-right: 10px;
}
.registration-page-area .registration-details-area .custom-select select {
  width: 100%;
  height: 40px;
}
.registration-page-area .pLace-order {
  text-align: left;
}
.registration-page-area .select2-container .select2-selection--single {
  height: 40px;
}
.registration-page-area .select2-container--classic .select2-selection--single {
  background-color: #f9f9f9;
  background-image: none;
  border-radius: 0;
  border: 1px solid #dcdcdc;
}
.registration-page-area .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-style: normal;
  padding: 0 0 0 10px;
}
.registration-page-area .select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 7px;
  background-color: transparent;
  background-image: none;
  border-style: none;
  right: 5px;
  margin: 1px 5px 0 0;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #002147;
  color: #ffffff;
}
.select2-container--classic .select2-dropdown {
  border: 1px solid #002147 !important;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #002147;
  z-index: 8;
}
/*=======================================================================
[29] Profile Page Area
=========================================================================*/
.profile-title {
  border: 1px solid #d7d7d7;
  background: #FFFFFF;
  display: block;
}
.profile-title li {
  border-bottom: 1px solid #d7d7d7;
}
.profile-title li:last-child {
  border-bottom: none;
}
.profile-title li a {
  padding: 10px 10px 10px 30px;
  position: relative;
  display: block;
  color: #707070;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.profile-title li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  color: #444444;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.profile-title li a.active {
  color: #37474f;
}
.profile-title li a.active:before {
  color: #002147;
}
.profile-title li a.active:after {
  background: #002147;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.profile-title-inner {
  margin: 0 0 30px 0;
}
.profile-title-inner li {
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.profile-title-inner li a {
  padding: 5px 20px;
  color: #002147;
  display: inline-block;
}
.profile-title-inner li:last-child {
  margin-right: 0;
}
.profile-title-inner li:hover {
  background: var(--main-uclm-color);
}
.profile-title-inner .active {
  background: var(--main-uclm-color);
}
.profile-details {
  padding: 30px;
  background-color: #FFFFFF;
  margin-top: 0;
}
.profile-details .personal-info .form-group {
  margin-bottom: 15px;
}
.profile-details .personal-info .select2-container--classic .select2-selection--single .select2-selection__rendered {
  font-style: normal;
  line-height: 30px;
}
.profile-details .personal-info .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  top: 35%;
}
.profile-details .personal-info .view-all-accent-btn {
  width: 160px;
}
.profile-details .personal-info .control-label {
  text-align: left;
  color: #444444;
  font-weight: 400;
}
.profile-details .personal-info .form-control {
  height: 40px;
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
  box-shadow: none;
}
.profile-details .personal-info .form-control:focus {
  box-shadow: none;
}
.profile-details .course-info img {
  margin-bottom: 20px;
}
.profile-details .course-info h3 {
  font-size: 20px;
}
.profile-details .course-info .skill-area .progress {
  margin-top: 30px;
  width: 100%;
  height: 10px;
}
.profile-details .select2-container .select2-selection--single {
  height: 40px;
}
.profile-details .select2-container--classic .select2-selection--single {
  background-color: #f9f9f9;
  background-image: none;
  border-radius: 0;
  border: 1px solid #dcdcdc;
}
.profile-details .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.profile-details .select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 7px;
  background-color: transparent;
  background-image: none;
  border-style: none;
  right: 5px;
}
.profile-details .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #707070;
}
.profile-details .custom-select {
  margin-bottom: 0;
}
.profile-details .public-profile-content img {
  margin-bottom: 15px;
}
.profile-details .public-profile-content .file-title {
  margin-bottom: 10px;
}
.profile-details .public-profile-content .file-upload-area {
  margin-bottom: 15px;
  padding: 8px;
  border: 1px solid #dcdcdc;
  background: #f9f9f9;
  color: #707070;
}
.profile-details .public-profile-content .file-upload-area a {
  margin-right: 15px;
  padding: 5px 10px;
  color: #444444;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.profile-details .public-profile-content .file-upload-area a:hover {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

/*=======================================================================
[30] Componentes UCLM - Banner de página interior
=========================================================================*/
.inner-page-banner-area {
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  padding: 100px 0 115px;
}
.inner-page-banner-area:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  /*background: rgb(207,198,180);*/
  /*background: linear-gradient(90deg, rgba(207,198,180,1) 0%, rgba(194,153,145,1) 34%, rgba(195,152,169,1) 57%, rgba(202,150,165,1) 100%);*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.inner-page-banner-area .pagination-area {
  position: relative;
  z-index: 1;
}
.inner-page-banner-area .pagination-area span{
  display: block;
}
.inner-page-banner-area .pagination-area h1 {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 48px;
  line-height: 50px;
  color: #FFFFFF;
  border-bottom: solid 10px #b30033;
  /*background-color: var(--main-uclm-color);*/
}
@media (min-width: 480px) and (max-width: 767px) {
  .inner-page-banner-area .pagination-area h1 {
    font-size: 42px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 479px) {
  .inner-page-banner-area .pagination-area h1 {
    font-size: 32px;
    line-height: 34px;
  }
}
.inner-page-banner-area .pagination-area h2 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
}
.inner-page-banner-area .pagination-area span {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (min-width: 480px) and (max-width: 767px) {
  .inner-page-banner-area .pagination-area h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .inner-page-banner-area .pagination-area h2 {
    font-size: 16px;
    line-height: 18px;
  }
}
.inner-page-banner-area .pagination-area .breadcrumb {
  padding-left: 2rem;
}
.inner-page-banner-area .pagination-area ol li {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  font-style: italic;
}
.inner-page-banner-area .pagination-area ol li:last-child {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
}
.inner-page-banner-area .pagination-area ol li:not(:last-child):after {
  content: " >";
  padding-right: 4px;
}
.inner-page-banner-area .pagination-area ol li a {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*
.inner-page-banner-area .pagination-area ol li a:before {
  text-decoration: underline;
  border-bottom: 1px solid #FFFFFF;
}*/
.inner-page-breadcrumb-area {
  text-align: left;
  position: relative;
  display: block;
  padding: 0px;
}

/*=======================================================================
[31] Componentes UCLM - ContenidoHTML (viene de about2-area)
=========================================================================*/

.contHTML-area {
  padding: 20px 0 20px;
  min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contHTML-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contHTML-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contHTML-area {
    padding: 57px 0 34px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .contHTML-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .contHTML-area {
    padding: 39px 0 14px;
  }
}
.contHTML-area ul{
  margin-bottom: 30px;
}
.contHTML-area ul li {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  position: relative;
  margin-top: 6px;
  color: #444444;
}
.contHTML-area ul li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  line-height: 1.3;
  color: var(--main-uclm-color);
}
.contHTML-area table ul li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 16px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  line-height: 1;
  color: var(--main-uclm-color);
}
/******************************************
SUBCOMPONENTE: normativa
******************************************/
.contHTML-area .normativa h3,
.contHTML-area .normativa h4,
.contHTML-area .normativa h5{
  margin-bottom: 0px;
}
.contHTML-area .normativa h5{
  font-size: 18px;
  font-style: italic;
}
.contHTML-area .normativa ul{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.contHTML-area .normativa ul li {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  position: relative;
  margin-top: 6px;
  color: #444444;
  list-style-type: disc;
}
.contHTML-area .normativa ul li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 16px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  line-height: 1.3;
  color: var(--main-uclm-color);
}
/******************************************
SUBCOMPONENTE: Counter-area
******************************************/
.contHTML-area .counter-area {
  padding: 60px 0 60px;
  text-align: center;
  background-color: #CCCCCC;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contHTML-area .counter-area {
    padding: 120px 0 125px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contHTML-area .counter-area {
    padding: 110px 0 115px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contHTML-area .counter-area {
    padding: 100px 0 105px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .contHTML-area .counter-area {
    padding: 90px 0 95px;
  }
}
@media only screen and (max-width: 320px) {
  .contHTML-area .counter-area {
    padding: 80px 0 85px;
  }
}
.contHTML-area .counter-area .counter1-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.contHTML-area .counter-area .counter1-box h2 {
  color: #FFFFFF;
  font-size: 72px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 480px) and (max-width: 767px) {
  .contHTML-area .counter-area .counter1-box h2 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 479px) {
  .contHTML-area .counter-area .counter1-box h2 {
    font-size: 42px;
  }
}
.contHTML-area .counter-area .counter1-box p {
  color: #FFFFFF;
  font-size: 18px;
  padding-top: 25px;
  padding-left: 15px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  text-transform: uppercase;
  text-align: left;
  z-index: 1;
}
/*=======================================================================
[32] Componentes UCLM - ContenidoHTML2Columnas (viene de about2-area)
=========================================================================*/

.contHTML2col-area {
  padding: 20px 0 20px;
  min-height: 100px;
}
.contHTML2col-area .row > div:first-child {
  border-right: solid 2px var(--ter-uclm-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contHTML2col-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contHTML2col-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contHTML2col-area {
    padding: 57px 0 34px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .contHTML2col-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .contHTML2col-area {
    padding: 39px 0 14px;
  }
}
.contHTML2col-area ul{
  margin-bottom: 30px;
}
.contHTML2col-area ul.course-feature2:after {
  clear: both;
  content: "";
  display: block;
}
.contHTML2col-area ul li {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  position: relative;
  margin-top: 6px;
  color: #444444;
}
.contHTML2col-area ul li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  line-height: 1.3;
  color: var(--main-uclm-color);
}
/*=======================================================================
[32-1] Componentes UCLM - ContenidoHTML2Columnas1Contenedor (viene de about2-area)
=========================================================================*/

.contHTML2col1div-area {
  padding: 20px 0 20px;
  min-height: 100px;
}
.contHTML2col1div-area .row > div {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contHTML2col1div-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contHTML2col1div-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contHTML2col1div-area {
    padding: 57px 0 34px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .contHTML2col1div-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .contHTML2col1div-area {
    padding: 39px 0 14px;
  }
}
.contHTML2col1div-area ul{
  margin-bottom: 30px;
}
.contHTML2col1div-area ul.course-feature2:after {
  clear: both;
  content: "";
  display: block;
}
.contHTML2col1div-area ul li {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  position: relative;
  margin-top: 6px;
  color: #444444;
}
.contHTML2col1div-area ul li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  line-height: 1.3;
  color: var(--main-uclm-color);
}
/*=======================================================================
[33] Componentes UCLM - TextoImagenFlotante (viene de about2-area)
=========================================================================*/

.textimgfloat-area {
  padding: 20px 0 20px;
  min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .textimgfloat-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .textimgfloat-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .textimgfloat-area {
    padding: 57px 0 34px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .textimgfloat-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .textimgfloat-area {
    padding: 39px 0 14px;
  }
}

/*=======================================================================
[33b] SUBComponentes UCLM - TextoImagenFondo - content-area - Viene de Texto Imagen Flotante
=========================================================================*/

.textimgbackground-area {
  padding: 20px 0 20px;
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  /* min-height: 400px; */
}
.textimgbackground-area:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.textimgbackground-area .container,
.textimgbackground-area .container-fluid{
  position: relative;
  z-index: 1;
  vertical-align: middle;
  align-items: center;
}
.textimgbackground-area .container p,
.textimgbackground-area .container-fluid p{
  line-height: 50px;
  color: #FFFFFF;
  padding-left: 2rem;
  font-weight: bolder;
  font-size: 30px;
  text-align: left;
}
.textimgbackground-area .container ul,
.textimgbackground-area .container-fluid ul{
  color: #FFFFFF;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .textimgbackground-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .textimgbackground-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .textimgbackground-area {
    padding: 57px 0 34px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .textimgbackground-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .textimgbackground-area {
    padding: 39px 0 14px;
  }
}
.textimgbackground-area .content-area{
  text-align: left;
  color: #FFFFFF;
  display: flex;
}
.textimgbackground-area .content-area ul{
  color: #FFFFFF;
}
.textimgbackground-area .content-area a{
  color: #FFFFFF;
  font-size: 16px;
  line-height: 30px;
  padding: 0px 20px;
}
.textimgbackground-area .content-area ul li a:before {
  content: "\f08e";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 20px;
  z-index: 1;
}

/*=======================================================================
[33c] SUBComponentes UCLM - Contadores - counter-area - Viene de Texto Imagen Flotante
=========================================================================*/

.counter-area {
  padding: 60px 0 60px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-area {
    padding: 120px 0 125px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-area {
    padding: 110px 0 115px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .counter-area {
    padding: 100px 0 105px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .counter-area {
    padding: 90px 0 95px;
  }
}
@media only screen and (max-width: 320px) {
  .counter-area {
    padding: 80px 0 85px;
  }
}
.counter-area .counter1-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.counter-area .counter1-box h2 {
  color: #FFFFFF;
  font-size: 72px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 480px) and (max-width: 767px) {
  .counter-area .counter1-box h2 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 479px) {
  .counter-area .counter1-box h2 {
    font-size: 42px;
  }
}
.counter-area .counter1-box p {
  color: #FFFFFF;
  font-size: 18px;
  padding-top: 25px;
  padding-left: 15px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  text-transform: uppercase;
  text-align: left;
  z-index: 1;
}

/*=======================================================================
[34] Componentes UCLM - Parrilla de Destacados (dest-grid) (viene de courses-page-area1)
=========================================================================*/

.dest-grid-page-area1 {
  padding: 40px 0;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dest-grid-page-area1 {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dest-grid-page-area1 {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .dest-grid-page-area1 {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .dest-grid-page-area1 {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .dest-grid-page-area1 {
    padding: 50px 0;
  }
}
.dest-grid-page-area1 .courses-img-wrapper img {
  width: 100%;
  height: auto;
}
/*
@media only screen and (max-width: 767px) {
  .dest-grid-page-area1 .courses-img-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
}
*/
.dest-grid-page-area1 .courses-box3 .single-item-wrapper {
  margin-bottom: 30px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .dest-grid-page-area1 .courses-box3 .single-item-wrapper {
    display: block;
  }
}
.dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-img-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-img-wrapper:before {
  background-color: rgba(179, 0, 51, 0.7);
  z-index: 1;
}
.dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-img-wrapper:hover a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-img-wrapper a:before {
  text-decoration: none;
  border-bottom: none;
}
.dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-img-wrapper a {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 3;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 50px;
  color: #FFFFFF;
  display: block;
  background: #002147;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-content-wrapper {
  position: relative;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  padding: 18px 15px 10px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-content-wrapper {
    padding: 12px 15px 10px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-content-wrapper {
    padding: 12px 15px 10px;
  }
}
.dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-content-wrapper .item-title {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}
.dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a:hover {
  color: var(--main-uclm-color);
}
.dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-content-wrapper .item-content {
  margin-bottom: 12px;
}
.dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li {
  line-height: 1.3;
  padding-right: 10px;
  margin-right: 8px;
  border-right: 1px solid #909090;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
.dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 75px;
  height: 35px;
  padding: 3px;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  background: var(--main-uclm-color);
  color: #002147;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
    top: 15px;
    bottom: inherit;
    font-size: 18px;
    height: 30px;
  }
}
.dest-grid-page-area1 .courses-box3 .single-item-wrapper:hover {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -moz-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-content-wrapper .view-more {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 75px;
  height: 35px;
  padding: 3px;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  background: var(--main-uclm-color);
  color: #FFFFFF;
  z-index: 1;
  vertical-align: middle;
}
.dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-content-wrapper .view-more a{
  color: #FFFFFF;
}
@media (min-width: 480px) and (max-width: 991px) {
  .dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-content-wrapper .view-more {
    right: 5px;
    bottom: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .dest-grid-page-area1 .courses-box3 .single-item-wrapper .courses-content-wrapper .view-more {
    visibility: hidden;
  }
}

/*=======================================================================
[35] Componentes UCLM - Enlaces Visuales CON ICONO (visual-link1) (viene de service-box-2)
=========================================================================*/
.visual-link1-area {
  padding: 40px 0 20px 0;
  min-height: 150px;
}
.visual-link1-area .row{
  /*padding-bottom: 20px;*/
  flex-wrap: wrap;
  justify-content: center;
}
.visual-link1-area .row > div{
  padding-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visual-link1-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visual-link1-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visual-link1-area {
    padding: 57px 0 34px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .visual-link1-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .visual-link1-area {
    padding: 39px 0 14px;
  }
}
.visual-link1-box {
  position: relative;
  text-align: center;
  background: #dedede;
  padding: 10px 0 10px 0;
  height: 195px;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 13%) 0px 3.2px 7.2px 0px, rgb(0 0 0 / 11%) 0px 0.6px 1.8px 0px;
}
.visual-link1-box:hover{
  box-shadow:0 6.4px 14.4px 0 rgba(0,0,0,.18),0 1.2px 3.6px 0 rgba(0,0,0,.11);
}
@media only screen and (max-width: 767px) {
  .visual-link1-box {
    margin-bottom: 30px;
  }
}
.visual-link1-box .service-box-icon {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  display: block;
  background: #ffffff;
  line-height: 100px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-bottom: 5px;
}
.visual-link1-box .service-box-icon:before{
  text-decoration: none;
  border-bottom: none;
}

.visual-link1-box .service-box-icon i {
  color: var(--sec-uclm-color);
  font-size: 36px;
}
.visual-link1-box .service-box-text{
  padding: 5px 10px;
}
.visual-link1-box .service-box-text h3 {
  line-height: 25px;
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visual-link1-box .service-box-text h3 {
    line-height: 22px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visual-link1-box .service-box-text h3 {
    line-height: 16px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .visual-link1-box .service-box-text h3 {
    line-height: 25px;
    font-size: 22px;
  }
}
.visual-link1-box .service-box-text span {
  line-height: 25px;
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visual-link1-box .service-box-text span {
    line-height: 22px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visual-link1-box .service-box-text span {
    line-height: 16px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .visual-link1-box .service-box-text span {
    line-height: 25px;
    font-size: 22px;
  }
}
.visual-link1-box p {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .visual-link1-box p {
    width: 100%;
  }
}
.visual-link1-box:hover .service-box-icon {
  background: var(--main-uclm-color);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.visual-link1-box:hover .service-box-icon i {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/*=======================================================================
[36] Componentes UCLM - Enlaces Visuales CON IMAGEN (visual-link2) (viene de lecturers-area)
=========================================================================*/
.visual-link2-area {
  padding: 40px 0 20px 0;
  min-height: 400px;
}
.visual-link2-area .row{
  padding-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visual-link2-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visual-link2-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visual-link2-area {
    padding: 57px 0 34px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .visual-link2-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .visual-link2-area {
    padding: 39px 0 14px;
  }
}
.visual-link2-item-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    top: 0px;
    position: relative;
    justify-content: flex-end;
    align-content: center;
    height: 205px;
    padding-top: 20px;
    margin: 10px 0px;
    text-decoration: none;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 13%) 0px 3.2px 7.2px 0px, rgb(0 0 0 / 11%) 0px 0.6px 1.8px 0px;
}
.visual-link2-content-wrapper {
    position: relative;
    width: 75%;
    margin: 0px;
    padding-right: 20px;
    display: flex;
    align-content: center;
    z-index: 2;
    flex-flow: column;
    background-color: #FFFFFF;    
}
.visual-link2-item-wrapper:hover .visual-link2-content-wrapper:after{
    position: absolute;
    content: "\2227";
    transform: rotate(90deg);
    right: 0px;
    font-size: 30px;
    font-weight: bolder;
    color: var(--main-uclm-color);
    bottom: -5px;
    width: 10%;
}
.visual-link2-item-wrapper:hover{
    box-shadow:0 6.4px 14.4px 0 rgba(0,0,0,.18),0 1.2px 3.6px 0 rgba(0,0,0,.11);
}
    /*
  @media (min-width: 992px) and (max-width: 1199px) {
    .visual-link2-content-wrapper {
      padding: 0 15px;
      top: 225px;
    }
  }
  @media only screen and (max-width: 479px) {
    .visual-link2-content-wrapper {
      top: 330px;
    }
  }
  @media only screen and (max-width: 425px) {
     .visual-link2-content-wrapper {
      top: 276px;
    }
  }
  @media only screen and (max-width: 375px) {
    .visual-link2-content-wrapper {
      top: 227px;
    }
  }
  @media only screen and (max-width: 320px) {
     .visual-link2-content-wrapper {
      top: 190px;
    }
  }
  */
.visual-link2-content-wrapper h3 {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
  color: #333333;
  line-height: 23px;
  align-self: center;
}
.visual-link2-content-wrapper h3 a {
  color: #333333;
  font-weight: 500;
  font-size: 22px;
}
.visual-link2-content-wrapper span {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
  color: #333333;
  line-height: 23px;
  align-self: center;
}
.visual-link2-content-wrapper span a {
  color: #333333;
  font-weight: 500;
  font-size: 22px;
}

/*=======================================================================
[36] Componentes UCLM - Enlaces Visuales CON ICONO E IMAGEN (visual-link2) (viene de lecturers-area)
=========================================================================*/
.visual-link3-area {
  padding: 40px 0 20px 0;
  min-height: 400px;
}
.visual-link3-area .row{
  padding-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visual-link3-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visual-link3-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visual-link3-area {
    padding: 57px 0 34px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .visual-link3-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .visual-link3-area {
    padding: 39px 0 14px;
  }
}
.visual-link3-item-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  top: 0px;
  position: relative;
  justify-content: flex-start;
  align-content: center;
  height: 205px;
  padding-top: 20px;
  margin: 10px 0px;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 4px;
  flex-wrap: wrap;
  box-shadow: rgb(0 0 0 / 13%) 0px 3.2px 7.2px 0px, rgb(0 0 0 / 11%) 0px 0.6px 1.8px 0px;
}
.visual-link3-item-wrapper:after {
  position: absolute;
  content: "";
  background: rgba(0,0,0,0.6);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.visual-link3-item-wrapper:hover{
  box-shadow:0 6.4px 14.4px 0 rgba(0,0,0,.18),0 1.2px 3.6px 0 rgba(0,0,0,.11)
}
.visual-link3-item-wrapper .visual-link3-content-wrapper {
  position: relative;
  width: 95%;
  margin: 10px;
  display: flex;
  align-content: center;
  z-index: 2;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;}
@media (min-width: 992px) and (max-width: 1199px) {
  .visual-link3-item-wrapper .visual-link3-content-wrapper {
    padding: 0 15px;
    /*top: 225px;*/
  }
}
@media only screen and (max-width: 479px) {
  .visual-link3-item-wrapper .visual-link3-content-wrapper {
    /*top: 330px;*/
  }
}
@media only screen and (max-width: 425px) {
  .visual-link3-item-wrapper .visual-link3-content-wrapper {
    /*top: 276px;*/
  }
}
@media only screen and (max-width: 375px) {
  .visual-link3-item-wrapper .visual-link3-content-wrapper {
    /*top: 227px;*/
  }
}
@media only screen and (max-width: 320px) {
  .visual-link3-item-wrapper .visual-link3-content-wrapper {
    top: 190px;
  }
}
.visual-link3-item-wrapper .visual-link3-content-wrapper i {
  display: block;
  width: 17%;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px;
  color: #FFFFFF;
  align-self: center;
}
.visual-link3-item-wrapper .visual-link3-content-wrapper h3 {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  width: 95%;
  padding: 5px;
  color: #FFFFFF;
  line-height: 23px;
  align-self: center;
}
.visual-link3-item-wrapper .visual-link3-content-wrapper h3 a {
  color: #333333;
  font-weight: 500;
  font-size: 22px;
}
.visual-link3-item-wrapper .visual-link3-content-wrapper span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  width: 95%;
  padding: 5px;
  color: #FFFFFF;
  line-height: 23px;
  align-self: center;
}
.visual-link3-item-wrapper .visual-link3-content-wrapper span a {
  color: #333333;
  font-weight: 500;
  font-size: 22px;
}
/*
.visual-link3-item-wrapper:before {
  background: linear-gradient(to top, #333333, #333333CC, transparent, transparent);
  background-repeat: repeat-x;
  background-position: bottom;
  width: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.visual-link3-item-wrapper:after {
  opacity: 0;
  width: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  height: 100%;
  transform: translateY(300px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.visual-link3-item-wrapper a img {
  width: 100%;
}*/
/*
.visual-link3-item-wrapper .visual-link3-content-wrapper h3 a:before{
  text-decoration: none;
  border-bottom: none;
}
.visual-link3-item-wrapper .visual-link3-content-wrapper h3 a:hover {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.visual-link3-item-wrapper .visual-link3-content-wrapper span {
  color: #FFFFFF;
  margin-bottom: 42px;
  display: block;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.visual-link3-item-wrapper:hover:after {
  opacity: 1;
  background: linear-gradient(to top, #333333, #333333CC, transparent, transparent);
  transform: translateY(100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.visual-link3-item-wrapper:hover:before {
  opacity: 0;
  background-repeat: repeat-x;
  -webkit-transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -ms-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  transition: all 3s ease-out;
}
.visual-link3-content-wrapper .service-box-icon {
  margin-bottom: 5px;
}
.visual-link3-content-wrapper .service-box-icon a {
  height: 90px;
  width: 90px;
  display: block;
  line-height: 100px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.visual-link3-content-wrapper .service-box-icon a:before{
  text-decoration: none;
  border-bottom: none;
}
.visual-link3-content-wrapper .service-box-icon i {
  color: #FFFFFF;
  font-size: 40px;
}
.visual-link3-content-wrapper .service-box-icon a i {
  color: #FFFFFF;
  font-size: 40px;
}*/
/*=======================================================================
[37] Componentes UCLM - GRUPO DE ENLACES (viene de about2-area)
=========================================================================*/

.linkGroup-area {
  padding: 20px 0 20px;
  min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .linkGroup-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .linkGroup-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .linkGroup-area {
    padding: 57px 0 34px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .linkGroup-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .linkGroup-area {
    padding: 39px 0 14px;
  }
}
.linkGroup-area p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .linkGroup-area ul {
    margin-bottom: 15px;
  }
}
.linkGroup-area ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}
.linkGroup-area ul li span {
  color: #333333;
  padding-right: 20px;
}
.linkGroup-area ul li a {
  color: var(--main-uclm-color);
}
.linkGroup-area ul li a:nth-child(n+2) {
  margin: 0 10px 0 10px;
}
.linkGroup-area ul li:last-child {
  margin-bottom: 0;
}
.linkGroup-area ul li:before {
  content: "\f14a";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: var(--main-uclm-color);
  font-family: FontAwesome;
}

/*=======================================================================
[38] Componentes UCLM - GRUPO DE PESTAÑAS (viene de course-details-tab-area)
=========================================================================*/

.item-details-tab-area {
  padding: 20px 0 20px;
  min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .item-details-tab-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-details-tab-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .item-details-tab-area {
    padding: 57px 0 34px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .item-details-tab-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .item-details-tab-area {
    padding: 39px 0 14px;
  }
}
.item-details-tab-area ul.item-details-tab-btn {
  background: #f5f5f5;
}
.item-details-tab-area ul.item-details-tab-btn > li {
  display: inline-block;
  margin: -1px;
  border-right: 1px solid #cdcdcd;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.item-details-tab-area ul.item-details-tab-btn > li:last-child {
  border-right: 0;
}
@media only screen and (max-width: 479px) {
  .item-details-tab-area ul.item-details-tab-btn > li {
    display: block!important;
    padding: 0;
  }
}
.item-details-tab-area ul.item-details-tab-btn > li a {
  background: transparent;
  display: block;
  color: #002147;
  padding: 20px 30px;
  /*text-transform: capitalize;*/
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
.item-details-tab-area ul.item-details-tab-btn > li a {
    padding: 20px 17px;
  }
}
@media only screen and (max-width: 479px) {
.item-details-tab-area ul.item-details-tab-btn > li a {
    display: block!important;
  }
}
.item-details-tab-area ul.item-details-tab-btn > li a:hover {
  background: var(--ter-uclm-color);
  color: #FFFFFF;
}
.item-details-tab-area ul.item-details-tab-btn > li a.active {
  background: var(--sec-uclm-color);
  color: #FFFFFF;
  text-decoration: none;
}
.item-details-tab-area .tab-content {
  padding: 35px 0 15px 0;
  margin-top: 0;
}
.item-details-tab-area .tab-content ul>li {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  position: relative;
  margin-top: 6px;
  color: #444444;
}
.item-details-tab-area .tab-content ul>li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  line-height: 1.3;
  color: var(--main-uclm-color);
}

/*=======================================================================
[39] Componentes UCLM - ACORDEON (viene de faq-page-area)
=========================================================================*/

.acc-page-area {
  padding: 20px 0 20px;
  min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .acc-page-area {
    padding: 90px 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acc-page-area {
    padding: 80px 0 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .acc-page-area {
    padding: 70px 0 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .acc-page-area {
    padding: 60px 0 20px;
  }
}
@media only screen and (max-width: 320px) {
  .acc-page-area {
    padding: 50px 0 10px;
  }
}
.acc-items .acc-item {
  border-radius: 4px;
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
}
.acc-items .acc-item .acc-title button {
  background-color: transparent;
  margin-bottom: 0;
  font-size: 18px;
  position: relative;
  padding: 15px 10px 15px 60px;
  color: #002147;
}
.acc-items .acc-item .acc-title button:after {
  height: 1rem;
  width: 1rem;
  background-size: 1rem;
}
.acc-items .acc-item .acc-title button:not(.collapsed) .acc-count {
  background-color: var(--main-uclm-color);
}
.acc-items .acc-item .acc-title button:focus {
  box-shadow: none;
}
.acc-items .acc-item .acc-title button .acc-count {
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 1;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  background: var(--ter-uclm-color);
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.acc-items .acc-item .acc-body {
  background: #FFFFFF;
  color: #333333;
  padding: 20px 35px;
  border-radius: 0 0 4px 4px;
}
.acc-items .acc-item .acc-body  ul{
  display: inline-block;
  }
.acc-items .acc-item .acc-body  ul li {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  position: relative;
  margin-top: 6px;
  color: #444444;
}
.acc-items .acc-item .acc-body  ul li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  line-height: 1.3;
  color: var(--main-uclm-color);
}
/*=======================================================================
[40] Componentes UCLM - PERSONAS (viene de lecturers-page2-area)
=========================================================================*/
.personas-area {
  padding: 40px 0 40px;
  min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .personas-area {
    padding: 90px 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .personas-area {
    padding: 80px 0 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .personas-area {
    padding: 70px 0 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .personas-area {
    padding: 60px 0 20px;
  }
}
@media only screen and (max-width: 320px) {
  .personas-area {
    padding: 50px 0 10px;
  }
}
/********
  tipo 1
********/
.personas-area .personas1-section{
  display: flex;
  gap: 20px;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 40px 0 40px;
  min-height: 100px;
}
.personas-area .personas1-section .single-item{
  display: inline-flex;
  max-width: 290px;
  max-height: 350px;
}
.personas1-content-wrapper {
  text-align: center;
}
.personas1-item-wrapper {
  min-height: 319px;
  /* margin-bottom: 30px; */
  overflow: hidden;
  position: relative;
}
.personas1-item-wrapper a img {
  width: 266px;
}
.personas1-item-wrapper a:before img{
  text-decoration: none;
  border-bottom: none;
}
.personas1-item-wrapper a img.filter{
  filter: drop-shadow(2px 4px 6px black) contrast(10%);
  -webkit-filter: drop-shadow(2px 4px 6px black) contrast(10%);
  /*filter: contrast(160%);
  filter: blur(3px);
  filter: invert(100%);
  filter: sepia(100%);
  filter: hue-rotate(180deg);
  -webkit-filter: sepia(100%);*/
}
.personas1-item-wrapper .personas1-content-wrapper {
  background: rgb(88,88,88);
  background: linear-gradient(0deg, rgba(88,88,88,0.9) 0%, rgba(128,128,128,0.8) 20%, rgba(143,143,143,0.8) 80%, rgba(128,128,128,0.9) 100%);
  padding: 0 10px;
  position: absolute;
  top: 258px;
  z-index: 2;
  height: 100%;
  padding-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .personas1-item-wrapper .personas1-content-wrapper {
    padding: 0 15px;
    /* top: 225px; */
  }
}
@media only screen and (max-width: 479px) {
  /*
  .personas1-item-wrapper .personas1-content-wrapper {
    top: 330px;
  }*/
}
@media only screen and (max-width: 425px) {
  .personas1-item-wrapper .personas1-content-wrapper {
    top: 276px;
  }
}
@media only screen and (max-width: 375px) {
  .personas1-item-wrapper .personas1-content-wrapper {
    top: 227px;
  }
}
@media only screen and (max-width: 320px) {
  .personas1-item-wrapper .personas1-content-wrapper {
    top: 190px;
  }
}
.personas1-item-wrapper .personas1-content-wrapper h3 {
  min-height: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 20px;
}
.personas1-item-wrapper .personas1-content-wrapper h3 a {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.personas1-item-wrapper .personas1-content-wrapper h3 a:before{
  text-decoration: none;
  border-bottom: none;
}
.personas1-item-wrapper .personas1-content-wrapper h3 a:hover {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.personas1-item-wrapper .personas1-content-wrapper span {
  color: #FFFFFF;
  margin-bottom: 42px;
  display: block;
  font-size: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.personas1-item-wrapper .personas1-content-wrapper p {
  margin-bottom: 20px;
  color: #FFFFFF;
}
.personas1-item-wrapper .personas1-content-wrapper .personas1-social li {
  display: inline-block;
  margin: 2px;
}
.personas1-item-wrapper .personas1-content-wrapper .personas1-social li a {
  height: 40px;
  width: 45px;
  background: var(--sec-uclm-color);
  color: #FFFFFF;
  display: block;
  line-height: 40px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.personas1-item-wrapper .personas1-content-wrapper .personas1-social li a i {
  color: #FFFFFF;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.personas1-item-wrapper .personas1-content-wrapper .personas1-social li a:hover {
  border: 1px solid var(--main-uclm-color);
  background: var(--ter-uclm-color);
}
.personas1-item-wrapper .personas1-content-wrapper .personas1-social li a:hover i {
  color: #FFFFFF;
}
.personas1-item-wrapper:hover h3{
  text-shadow: 3px 3px 3px #000;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.personas1-item-wrapper:hover span{
  text-shadow: 2px 2px 2px #000;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.personas1-item-wrapper:hover p{
  text-shadow: 2px 2px 2px #000;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.personas1-item-wrapper:hover:after {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*
.personas1-item-wrapper:hover:before {
  background: linear-gradient(to top, var(--sec-uclm-color), var(--sec-uclm-color));
  background-repeat: repeat-x;
  background-position: bottom;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 3s ease-in;
  -moz-transition: all 3s ease-in;
  -ms-transition: all 3s ease-in;
  -o-transition: all 3s ease-in;
  transition: all 3s ease-in;
}
*/
.personas1-item-wrapper:hover .personas1-content-wrapper {
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.personas1-item-wrapper:hover .personas1-content-wrapper span {
  margin-bottom: 20px;
}


/********
  tipo 1B
********/
.personas-area .personas1b-section{
  display: flex;
  gap: 40px;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 40px 0 40px;
  min-height: 100px;
}
.personas-area .personas1b-section .single-item{
  display: inline-flex;
  max-width: 290px;
  max-height: 350px;
  
}
.personas1b-item-wrapper {
  min-height: 350px;
  /*padding: 0px 10px;*/
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: rgb(0 0 0 / 13%) 0px 3.2px 7.2px 0px, rgb(0 0 0 / 11%) 0px 0.6px 1.8px 0px;
  border-radius: 4px;
  transition: transform .5s;
  -webkit-font-smoothing: antialiased;
}
.personas1b-item-wrapper:after{
  position: absolute;
  content: "";
  /*background: linear-gradient(-45deg, rgba(207,198,180,1) 0%, rgba(194,153,145,1) 34%, rgba(195,152,169,1) 57%, rgba(202,150,165,1) 100%);*/
  background: linear-gradient(45deg, rgba(156,149,137,1) 0%, rgba(157,126,120,1) 34%, rgba(154,123,135,1) 57%, rgba(154,118,128,1) 100%);
  /*background: linear-gradient(45deg, rgba(96,96,96,1) 0%, rgba(173,108,128,1) 35%, rgba(108,87,87,1) 100%);*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: background-color 0.5s;
}
.personas1b-item-wrapper[aria-details="foto"]:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: background-color 0.5s;
}
/*
.personas1b-item-wrapper:not()[aria-details="foto"]:hover{
  background: rgb(96,96,96);
  background: linear-gradient(45deg, rgba(96,96,96,1) 0%, rgba(173,108,128,1) 35%, rgba(108,87,87,1) 100%);
}*/
.personas1b-item-wrapper[aria-details="foto"]:hover{
  /*box-shadow: 0 8px 18px rgba(0, 0, 0, 0.9);*/
  box-shadow:0 6.4px 14.4px 0 rgba(0,0,0,.18),0 1.2px 3.6px 0 rgba(0,0,0,.11);
}
.personas1b-item-wrapper[aria-details="foto"]:hover:after{
  background: rgba(0, 0, 0, 0);
  /*background: linear-gradient(0deg, rgba(0, 0, 0,0.6) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);*/
  /*background: linear-gradient(0deg, 
                              rgba(0,0,0,0.4) 0%, 
                              rgba(0,0,0,0) 20%, 
                              rgba(0,0,0,0) 80%,
                              rgba(0,0,0,0.4) 100%);*/
}
/*
.personas1b-item-wrapper:hover{
  transform: scale(1.01);
}
*/
.personas1b-item-wrapper:hover{
  /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.9);*/
  box-shadow:0 6.4px 14.4px 0 rgba(0,0,0,.18),0 1.2px 3.6px 0 rgba(0,0,0,.11);
}
.personas1b-item-wrapper[aria-details="foto"]:hover h3{
  transform: translate(0px, -30px);
  background-color: rgba(0, 0, 0, 0.5);;
  color: #FFFFFF;
  padding-bottom: 0px;
  /*mix-blend-mode: difference;*/
  border-radius: 4px;
  box-shadow:0 6.4px 14.4px 0 rgba(0,0,0,.18),0 1.2px 3.6px 0 rgba(0,0,0,.11);
}
.personas1b-item-wrapper[aria-details="foto"]:hover ul{
  transform: translate(0px, 10px);
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 3px;
  border-radius: 4px;
  box-shadow:0 6.4px 14.4px 0 rgba(0,0,0,.18),0 1.2px 3.6px 0 rgba(0,0,0,.11);
}
.personas1b-item-wrapper[aria-details="foto"]:hover p{
  color: transparent; 
}
.personas1b-item-wrapper[aria-details="foto"]:hover span{
  color: transparent;
}
.personas1b-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.personas1b-item-wrapper .personas1b-content-wrapper h3 {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding: 35px 0px;
  margin-bottom: 0px;
  align-self: center;
  color: #FFFFFF;
  transition-duration: 0.5s;
}
.personas1b-item-wrapper .personas1b-content-wrapper span {
  position: relative;
  width: 90%;
  z-index: 1;
  color: #FFFFFF;
  padding: 5px 0px;
  font-size: 13px;
  flex-grow: 2;
  align-self: center;
  transition: color .2s;
}
.personas1b-item-wrapper .personas1b-content-wrapper p {
  position: relative;
  width: 90%;
  z-index: 1;
  font-size: 13px;
  padding: 10px 0px;
  margin-bottom: 0px;
  color: #FFFFFF;
  flex-grow: 1;
  align-self: center;
  transition: color .2s;
}
.personas1b-item-wrapper .personas1b-content-wrapper  ul.personas1b-social{
  align-self: stretch;
  position: relative;
  z-index: 1;
  height: 50px;
  flex-grow: 0;
  margin-bottom: 10px;
  transition-duration: 0.5s;
}
.personas1b-item-wrapper .personas1b-content-wrapper .personas1b-social li {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 2px;
}
.personas1b-item-wrapper .personas1b-content-wrapper .personas1b-social li a {
  height: 40px;
  width: 45px;
  color: #FFFFFF;
  display: block;
  line-height: 40px;
  border: 2px solid #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.personas1b-item-wrapper .personas1b-content-wrapper .personas1b-social li a i {
  color: #FFFFFF;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.personas1b-item-wrapper .personas1b-content-wrapper .personas1b-social li a:hover {
  border: #FFFFFF solid 2px;
  background: #FFFFFF;
}
.personas1b-item-wrapper .personas1b-content-wrapper .personas1b-social li a:hover i {
  color: #000000;
}
.personas1b-item-wrapper .personas1b-content-wrapper .personas1b-social li a:before{
  text-decoration: none;
  border-bottom: none;
}

/********
  tipo 2
********/
.personas-area .personas2-section{
  display: flex;
  gap: 20px;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
  align-content: center;
  padding: 40px 0 40px;
  min-height: 100px;
}
.personas-area .personas2-section .single-item{
  display: inline-flex;
  max-width: 266px;
}
.personas2-content-wrapper {
  text-align: center;
}
.personas2-item-wrapper {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.personas2-img-wrapper {
  min-height: 319px;
  overflow: hidden;
  margin-bottom: 20px;
}
.personas2-img-wrapper img {
  width: 100%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.personas2-img-wrapper:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.personas2-content-wrapper {
  text-align: center;
}
.personas2-content-wrapper .item-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.personas2-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.personas2-content-wrapper .item-title a:hover {
  color: var(--main-uclm-color);
}
.personas2-content-wrapper .item-designation {
  margin-bottom: 20px;
  display: block;
}
.personas2-content-wrapper .personas2-social li {
  display: inline-block;
}
.personas2-content-wrapper .personas2-social li a {
  height: 30px;
  width: 35px;
  background: var(--main-uclm-color);
  display: block;
  line-height: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.personas2-content-wrapper .personas2-social li a i {
  color: #FFFFFF;
  font-size: 14px;
}
.personas2-content-wrapper .personas2-social li a:hover {
  background: #002147;
}
.personas2-item-wrapper a img {
  width: 266px;
}
.personas1-item-wrapper a img.filter{
  filter: drop-shadow(2px 4px 6px black) contrast(10%);
  -webkit-filter: drop-shadow(2px 4px 6px black) contrast(10%);
  /*filter: contrast(160%);
  filter: blur(3px);
  filter: invert(100%);
  filter: sepia(100%);
  filter: hue-rotate(180deg);
  -webkit-filter: sepia(100%);*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  .personas2-item-wrapper .personas2-content-wrapper {
    padding: 0 15px;
    top: 225px;
  }
}
@media only screen and (max-width: 479px) {
  .personas2-item-wrapper .personas2-content-wrapper {
    top: 330px;
  }
}
@media only screen and (max-width: 425px) {
  .personas2-item-wrapper .personas2-content-wrapper {
    top: 276px;
  }
}
@media only screen and (max-width: 375px) {
  .personas2-item-wrapper .personas2-content-wrapper {
    top: 227px;
  }
}
@media only screen and (max-width: 320px) {
  .personas2-item-wrapper .personas2-content-wrapper {
    top: 190px;
  }
}
.personas2-item-wrapper .personas2-content-wrapper .personas2-social li {
  display: inline-block;
  margin: 2px;
}
.personas2-item-wrapper .personas2-content-wrapper .personas2-social li a {
  height: 40px;
  width: 45px;
  background: var(--sec-uclm-color);
  color: #FFFFFF;
  display: block;
  line-height: 40px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.personas2-item-wrapper .personas2-content-wrapper .personas2-social li a i {
  color: #FFFFFF;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.personas2-item-wrapper .personas2-content-wrapper .personas2-social li a:hover {
  border: 1px solid var(--main-uclm-color);
  background: var(--ter-uclm-color);
}
.personas2-item-wrapper .personas2-content-wrapper .personas2-social li a:hover i {
  color: #FFFFFF;
}

/********
  tipo 3 (viene de single-courses1-area)
********/
.personas-area .personas3-section{
  padding: 40px 0 40px;
}
.personas3-section .curriculum-wrapper .panel-default {
  margin-top: 0!important;
  border-radius: 0!important;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #e2e2e2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.personas3-section .curriculum-wrapper .panel-default:last-child {
  border-bottom: 0;
}
.personas3-section .curriculum-wrapper .panel-default .panel-heading {
  padding: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.personas3-section .curriculum-wrapper .panel-default .panel-heading .panel-title button {
  padding: 13px 15px 15px;
  display: block;
  position: relative;
  width: 100%;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.personas3-section .curriculum-wrapper .panel-default .panel-heading .panel-title button:not(.collapsed) {
  box-shadow: none;
  background-color: #f5f5f5;
}
.personas3-section .curriculum-wrapper .panel-default .panel-heading .panel-title button:focus {
  box-shadow: none;
}
.personas3-section .curriculum-wrapper .panel-default .panel-heading .panel-title button:after {
  display: none;
}
.personas3-section .curriculum-wrapper .panel-default .panel-heading .panel-title button:before {
  font-family: FontAwesome;
  content: "\f106";
  right: 15px;
  position: absolute;
  top: 15px;
  color: #828282;
  font-size: 18px;
  z-index: 1;
}
.personas3-section .curriculum-wrapper .panel-default .panel-heading .panel-title button.collapsed:before {
  content: "\f107";
  font-family: FontAwesome;
}
.personas3-section .curriculum-wrapper .panel-default .panel-heading .panel-title button ul {
  text-align: left;
}
.personas3-section .curriculum-wrapper .panel-default .panel-heading .panel-title button ul li {
  border-top: none;
  display: inline-block;
}
.personas3-section .curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(1) i {
  margin-right: 10px;
  color: var(--main-uclm-color);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: none;
}
.personas3-section .curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(2) {
  margin-right: 30px;
  color: #888888;
  width: 30px;
}
.personas3-section .curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(3) {
  font-size: 18px;
  color: #002147;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.personas3-section .curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(4) {
  position: absolute;
  right: 50px;
}
@media only screen and (max-width: 991px) {
  .personas3-section .curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(4) {
    display: none;
  }
}
.personas3-section .curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(4) i {
  margin-right: 10px;
  color: #888888;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.personas3-section .curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(4) span {
  color: #002147;
  font-weight: 500;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.personas3-section .curriculum-wrapper .panel-default .accordion-collapse {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.personas3-section .curriculum-wrapper .panel-default .accordion-collapse.show {
  background: #f5f5f5;
}
.personas3-section .curriculum-wrapper .panel-default .panel-collapse {
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.personas3-section .curriculum-wrapper .panel-default .panel-body {
  text-align: justify;
  padding: 10px 75px 10px 85px;
  border-top: 0!important;
  color: #444444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .personas3-section .curriculum-wrapper .panel-default .panel-body {
    padding: 0 15px 15px;
  }
}
.personas3-section .curriculum-wrapper .panel-default .active {
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.personas3-section .curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(1n) i {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.personas3-section .curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(2n) {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.personas3-section .curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(4n) i {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.personas3-section .avatar-circle {
  position: absolute;
  top: 50%; 
  left: 3%;
  transform: translate(-50%,-50%);
  width: 40px;
  height: 40px;
  background-color: var(--ter-uclm-color);
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .personas3-section .avatar-circle {
    left: 6%;
  }
}
.personas3-section .initials {
  position: relative;
  top: 10px;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  font-family: "Courier New", monospace;
  font-weight: bold;
}
/********
  tipo 4 (viene de courses-page-area1)
********/

.personas-area .personas4-section {
  padding: 40px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .personas-area .personas4-section {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .personas-area .personas4-section {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .personas-area .personas4-section {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .personas-area .personas4-section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  personas-area .personas4-section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .personas4-section .courses-img-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .personas4-section .courses-img-wrapper img {
    width: 100%;
  }
}
.personas4-section .courses-box3 .single-item-wrapper .courses-content-wrapper .view-more {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 150px;
  height: 35px;
  padding: 3px;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  background: transparent;
  color: #FFFFFF;
  z-index: 1;
  vertical-align: middle;
  /*border-bottom: solid 2px var(--main-uclm-color);*/
}
.personas4-section .courses-box3 .single-item-wrapper .courses-content-wrapper .view-more a{
  color: var(--sec-uclm-color);
  padding: 2px 5px;
}
.personas4-section .courses-box3 .single-item-wrapper .courses-content-wrapper .view-more a:hover{
  color: #FFFFFF;
  background-color: var(--sec-uclm-color);
}
.personas4-section .courses-box3 .single-item-wrapper .courses-content-wrapper .view-more a:before{
  text-decoration: none;
  border-bottom: none;
}
@media (min-width: 480px) and (max-width: 991px) {
  .personas4-section .courses-box3 .single-item-wrapper .courses-content-wrapper .view-more {
    right: 0px;
    bottom: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .personas4-section .courses-box3 .single-item-wrapper .courses-content-wrapper .view-more {
    visibility: visible;
    right: 0px;
    bottom: 0px;
  }
}
.personas4-section .courses-box3 .single-item-wrapper {
  margin-bottom: 40px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .personas4-section .courses-box3 .single-item-wrapper {
    display: block;
  }
}
.personas4-section .courses-box3 .single-item-wrapper .courses-img-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  max-width: 100px !important;
}
.personas4-section .courses-box3 .single-item-wrapper .courses-img-wrapper:before {
  /*background-color: rgba(179, 0, 51, 0.7);*/
  background-color: rgba(179, 0, 51, 0.4);
  z-index: 1;
}
.personas4-section .courses-box3 .single-item-wrapper .courses-img-wrapper:hover a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.personas4-section .courses-box3 .single-item-wrapper .courses-img-wrapper a {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 3;
  height: 50px;
  width: 50px;
  background-color: var(--sec-uclm-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 50px;
  color: #FFFFFF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.personas4-section .courses-box3 .single-item-wrapper .courses-content-wrapper {
  position: relative;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  padding: 10px 15px 10px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .personas4-section .courses-box3 .single-item-wrapper .courses-content-wrapper {
    padding: 40px 15px 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .personas4-section .courses-box3 .single-item-wrapper .courses-content-wrapper {
    padding: 40px 15px 25px 30px;
  }
}
.personas4-section .courses-box3 .single-item-wrapper .courses-content-wrapper .item-title {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 500;
}
.personas4-section .courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.personas4-section .courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a:hover {
  color: var(--main-uclm-color);
}
.personas4-section .courses-box3 .single-item-wrapper .courses-content-wrapper .item-content {
  margin-bottom: 5px;
  width: 80%;
}
.personas4-section .courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li {
  line-height: 1.3;
  padding-right: 10px;
  margin-right: 8px;
  border-right: 1px solid #909090;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
.personas4-section .courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.personas4-section .courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 75px;
  height: 35px;
  padding: 3px;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  background: var(--main-uclm-color);
  color: #002147;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .personas4-section .courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
    top: 15px;
    bottom: inherit;
    font-size: 18px;
    height: 30px;
  }
}
.personas4-section .courses-box3 .single-item-wrapper:hover {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -moz-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.personas4-section .courses-box3 .avatar-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 70px;
  height: 70px;
  background-color: var(--ter-uclm-color);
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.personas4-section .courses-box3 .initials {
  position: relative;
  top: 15px; /* 25% of parent */
  font-size: 40px; /* 50% of parent */
  line-height: 45px; /* 50% of parent */
  color: #fff;
  font-family: "Courier New", monospace;
  font-weight: bold;
}

/*=======================================================================
[41] Componentes UCLM - Tabla de datos
=========================================================================*/

.uclm-table{
  caption-side: top;
}
.uclm-table caption{
  padding: 2px 12px 2px 12px;
  background-color: #b30033;
  color: #ffffff;
  font-size: 14px;
  font-weight: bolder;
  line-height: 20px;
}
.uclm-table[role="presentation"] {
  border-collapse: collapse;
  margin: 20px 0 20px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  /*min-width: 400px;*/
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
}
/* Cabecera resaltada */
.uclm-table[role="presentation"] thead tr {
  background-color: var(--main-uclm-color);
  color: #ffffff;
  text-align: left;
  font-size: larger;
}
/* Pie de tabla resaltado */
.uclm-table[role="presentation"] tfoot tr {
  text-align: left;
  border-bottom: 2px solid var(--main-uclm-color);
  font-size: larger;
  font-weight: bold;
  color: black;
}
/* Primera columna resaltada */
.uclm-table[role="presentation"].first-col > tbody > tr > td:nth-of-type(1) {
  font-size: larger;
  font-weight: bold;
  color: black;
}
/* Última columna resaltada */
.uclm-table[role="presentation"].last-col > tbody > tr > td:last-of-type {
  font-size: larger;
  font-weight: bold;
  color: black;
}
.uclm-table[role="presentation"] th,
.uclm-table[role="presentation"] td {
    padding: 12px 12px;
    width: fit-content;
}
.uclm-table[role="presentation"] tbody tr {
  border-bottom: 1px solid #dddddd;
}
.uclm-table[role="presentation"] tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.uclm-table[role="table"] {
  border-collapse: collapse;
  margin: 20px 0 20px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  /*min-width: 400px;*/
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
/* Cabecera resaltada */
.uclm-table[role="table"] thead tr {
  background-color: var(--main-uclm-color);
  color: #ffffff;
  text-align: left;
}
/* Pie de tabla resaltado */
.uclm-table[role="table"] tfoot tr {
  text-align: left;
  border-bottom: 2px solid var(--main-uclm-color);
  font-weight: bold;
  color: black;
}
/* Primera columna resaltada */
.uclm-table[role="table"].first-col > tbody > tr > td:nth-of-type(1) {
  font-weight: bold;
  color: black;
}
/* Última columna resaltada */
.uclm-table[role="table"].last-col > tbody > tr > td:last-of-type {
  font-weight: bold;
  color: black;
}
.uclm-table[role="table"] th,
.uclm-table[role="table"] td {
  padding: 2px 12px 2px 12px;
  width: fit-content;
}
.uclm-table[role="table"] tbody tr {
  border-bottom: 1px solid #dddddd;
}
.uclm-table[role="table"] tbody tr:nth-of-type(even){
  background-color: #f3f3f3;
}
.uclm-table[role="presentation"].light > tbody > tr:hover,
.uclm-table[role="table"].light > tbody > tr:hover {
  background-color: #dadada !important;
}
/***************DAMOS ESTILOS A LAS TABLAS DE SECCIONES CONCRETAS********
************PUBLICACIONES; PROYECTOS; PERSONAL, ETC*****************/
div#menu-publicaciones .uclm-table>thead>tr>th:nth-child(1) {
  width: 20%;
}
div#menu-proyectos .uclm-table>thead>tr>th:nth-child(1) {
  width: 20%;
}
div#menu-tesis .uclm-table>thead>tr>th:nth-child(1) {
  width: 15%;
}
div#menu-publicaciones .uclm-table,
div#menu-proyectos .uclm-table,
div#menu-tesis .uclm-table{
  box-shadow: 0 8px 16px rgb(64 64 64 / 30%);
  text-shadow: #000000;
}

/************DAMOS ESTILO A TABLAS ANTIGUAS***********************/
.uclmtable {
  border-collapse: collapse;
  margin: 20px 0 20px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
}
/* Cabecera resaltada */
.uclmtable .uclmtableTableHeaderRow {
  background-color: var(--main-uclm-color);
  color: #ffffff;
  text-align: left;
  font-size: larger;
}
/* Pie de tabla resaltado */
.uclmtable tr:last-of-type {
  border-bottom: 3px solid var(--main-uclm-color);
}
.uclmtable td {
    padding: 12px 12px;
    width: fit-content;
}
.uclmtable tbody tr {
  border-bottom: 1px solid #dddddd;
}
.uclmtable tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.uclmtable > tbody > tr:not([class*=tableTableHeader]):hover {
  background-color: #dadada !important;
  color: #000000;
}


/*=======================================================================
[42] Componentes UCLM - Grupos Investigación - Secciones
=========================================================================*/
.gr-inv-data{
  display: grid;
  text-align: left;
  padding: 20px;
  background-color: #F5F5F5;
  box-shadow: rgb(0 0 0 / 13%) 0px 3.2px 7.2px 0px, rgb(0 0 0 / 11%) 0px 0.6px 1.8px 0px;
  border-radius: 5px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.gr-inv-data:hover{
  box-shadow: 0 6.4px 14.4px 0 rgb(0 0 0 / 18%), 0 1.2px 3.6px 0 rgb(0 0 0 / 11%);
}
.gr-inv-data .row{
  padding: 10px;
  line-height: 20px;
}
.gr-inv-data .titulo{
  padding: 5px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
}
.gr-inv-data .dato{
  padding: 5px;
  /*background-color: #FFFFFF;
  border-radius: 5px;*/
  border-bottom: 2px solid #cccccc;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.gr-inv-data .dato:hover{
  border-bottom: 2px solid #b30033;
  /*box-shadow: 0 6.4px 14.4px 0 rgb(0 0 0 / 18%), 0 1.2px 3.6px 0 rgb(0 0 0 / 11%);*/
}
.gr-inv-details-tab-area {
  padding: 0px;
  min-height: 100px;
}/*
@media (min-width: 992px) and (max-width: 1199px) {
  .gr-inv-details-tab-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gr-inv-details-tab-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .gr-inv-details-tab-area {
    padding: 57px 0 34px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .gr-inv-details-tab-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .gr-inv-details-tab-area {
    padding: 39px 0 14px;
  }
}*/
.gr-inv-details-tab-area ul.gr-inv-details-tab-btn > li {
  display: inline-block;
  margin: 10px;
  border: 1px solid #cdcdcd;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .gr-inv-details-tab-area ul.gr-inv-details-tab-btn > li {
      margin: 0px;
    }
}
@media (min-width: 768px) {
  .gr-inv-details-tab-area ul.gr-inv-details-tab-btn > li {
      width: 330px;
    }
}
.gr-inv-details-tab-area ul.gr-inv-details-tab-btn > li a {
  background: transparent;
  display: inline-block;
  color: #002147;
  padding: 20px 30px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 50px;
}
@media (min-width: 768px) {
  .gr-inv-details-tab-area ul.gr-inv-details-tab-btn > li a {
      padding: 20px 17px;
      width: 330px;
    }
}
@media (max-width: 768px) {
  .gr-inv-details-tab-area ul.gr-inv-details-tab-btn > li a{
    padding: 5px 5px;
    }
  }
.gr-inv-details-tab-area ul.gr-inv-details-tab-btn > li a:hover {
  color: #FFFFFF;
}
.gr-inv-details-tab-area ul.gr-inv-details-tab-btn > li a.active {
  background: var(--sec-uclm-color);
  color: #FFFFFF;
  text-decoration: none;
}
.gr-inv-details-tab-area .tab-content {
  padding: 35px 0 15px 0;
  margin-top: 0;
}
.gr-inv-details-tab-area .nav{
  justify-content: space-around;
}
@media (max-width: 768px) {
  .gr-inv-details-tab-area .nav {
    justify-content: space-evenly;
    }
  }
.gr-inv-details-tab-area .nav i {
  float: left;
  margin-right: 20px;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 52px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 24px;
  color: #999999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .gr-inv-details-tab-area .nav i {
    margin-right: 5px;
    }
  }
.gr-inv-details-tab-area ul.gr-inv-details-tab-btn > li:hover {
  color: #FFFFFF;
}
.gr-inv-details-tab-area ul.gr-inv-details-tab-btn > li:active {
  background: var(--sec-uclm-color);
  color: #FFFFFF;
  text-decoration: none;
}

/*************************/
.gr-inv-proyecto{
  display: grid;
  text-align: left;
  padding: 20px;
  background-color: #F5F5F5;
  border: solid 2px #E5E5E5;
  box-shadow: rgb(0 0 0 / 13%) 0px 3.2px 7.2px 0px, rgb(0 0 0 / 11%) 0px 0.6px 1.8px 0px;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: visible;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.gr-inv-proyecto:hover{
  box-shadow: 0 6.4px 14.4px 0 rgb(0 0 0 / 18%), 0 1.2px 3.6px 0 rgb(0 0 0 / 11%);
}
.gr-inv-proyecto .row{
  padding: 0px 10px;
  line-height: 20px;
  border-bottom: 2px solid #CCCCCC00;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.gr-inv-proyecto .titulo1{
  padding: 10px;
  line-height: 20px;
  background-color: #b30033;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 23%) 0px 3.2px 7.2px 0px, rgb(0 0 0 / 21%) 0px 0.6px 1.8px 0px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.gr-inv-proyecto .titulo1:hover{
  box-shadow: 0 6.4px 14.4px 0 rgb(0 0 0 / 28%), 0 1.2px 3.6px 0 rgb(0 0 0 / 21%);
}
.gr-inv-proyecto .titulo{
  padding: 8px;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
}
.gr-inv-proyecto .dato{
  line-height: 16px;
  font-size: 14px;
  padding: 8px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/*
.gr-inv-proyecto .dato:hover{
  border-bottom: 2px solid #b30033;
}*/
.gr-inv-proyecto .row:nth-child(1):hover{
  border-bottom: solid 2px #b3003300;
}
.gr-inv-proyecto .row:hover{
  border-bottom: solid 2px #b3003366;
}

/*=======================================================================
[43] Componentes UCLM - Galería de imágenes
=========================================================================*/
.calendarGroup-area {
  padding: 20px 0 20px;
  min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .calendarGroup-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .calendarGroup-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .calendarGroup-area {
    padding: 57px 0 34px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .calendarGroup-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .calendarGroup-area {
    padding: 39px 0 14px;
  }
}
.calendarGroup-area p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .calendarGroup-area ul {
    margin-bottom: 15px;
  }
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
  padding: 50px 0;
}
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 10px;
  background: var(--main-uclm-color);
}
.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}
.timeline .calendarButtons{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.timeline button{
  background: var(--sec-uclm-color);
}
.timeline ul li > div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #dfdfdf;
  display: flex;
  box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
}
.timeline ul li > div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline ul li div .icon{
  text-align: center;
  background: #ffffff;
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
  flex-shrink: 3;
  align-self: center;
}
.timeline ul li div .desc{
  padding: 10px;
  flex-shrink: 1;
}
.timeline ul li:nth-child(odd) > div {
  left: 45px;
  flex-direction: row;
}
.timeline ul li:nth-child(odd) > div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #f45b69 transparent transparent;
}
.timeline ul li:nth-child(even) > div {
  left: -439px;
  flex-direction: row-reverse;
}
.timeline ul li:nth-child(even) > div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #f45b69;
}
.timeline time {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}
.timeline hour {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 4px;
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: var(--main-uclm-color);
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #f45b69 transparent transparent;
  }
}


/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}


/*=======================================================================
[44] Componentes UCLM - Galería de imágenes
=========================================================================*/

.gallery-area {
  padding: 100px 0 93px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-area {
    padding: 90px 0 83px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-area {
    padding: 80px 0 73px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .gallery-area{
    padding: 70px 0 63px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .gallery-area {
    padding: 60px 0 53px;
  }
}
@media only screen and (max-width: 320px) {
  .gallery-area {
    padding: 50px 0 43px;
  }
}
.gallery-image-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5vmin;
}
.gallery-image-wrapper li {
  height: 30vh;
  flex-grow: 1;
  margin: 1vmin;
}
.gallery-image-wrapper li:last-child {
  flex-grow: 10;
}
.gallery-image-wrapper img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-image-wrapper img:hover{
  box-shadow: 0 8px 16px rgb(64 64 64 / 30%);
  -moz-box-shadow: 0 8px 16px rgb(64 64 64 / 30%);
  -webkit-box-shadow: 0 8px 16px rgb(64 64 64 / 30%);
}
.gallery-image-wrapper li a:before{
  text-decoration: none;
  border-bottom: none;
}
@media (max-aspect-ratio: 1/1) {
  .gallery-image-wrapper li {
    height: 30vh;
  }
}
@media (max-height: 488px) {
  .gallery-image-wrapper li {
    height: 80vh;
  }
}
@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
    .gallery-image-wrapper ul {
      flex-direction: row;
    }
    .gallery-image-wrapper li {
      height: auto;
      width: 100%;
    }
    .gallery-image-wrapper2 img {
      width: 100%;
      max-height: 75vh;
      min-width: 0;
    }
  }
/**************************************************/
/* CAROUSEL DE INICIO */
/**************************************************/
.carousel{
  width: 100%;
}
@media (min-width: 992px) {
  .carousel .carousel-item{
    min-height: 700px;
    background-position: 0% !important; 
    /*background-position: center top !important; */
    background-size:cover !important; 
    background-blend-mode: multiply !important; 
  }
  .carousel .carousel-caption{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
  }
  .carousel .carousel-caption .carousel-title{
    font-size: 40px;
    color: #FFFFFF;
    z-index: 100;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel .carousel-item{
    min-height: 500px;
    background-position: 0% !important;
    background-size:cover !important;
    background-blend-mode: multiply !important;
  }
  .carousel .carousel-caption{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
  }
  .carousel .carousel-caption h5{
    line-height: 50px;
  }
  .carousel .carousel-caption .carousel-title{
    font-size: 30px !important;
    color: #FFFFFF;
    z-index: 100;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .carousel .carousel-item{
    min-height: 500px;
    background-position: 0% !important;
    background-size: cover !important;
    background-blend-mode: multiply !important;
  }
  .carousel .carousel-caption{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
  }
  .carousel .carousel-caption h5{
    line-height: 40px;
  }
  .carousel .carousel-caption .carousel-title{
    font-size: 30px;
    color: #FFFFFF;
    z-index: 100;
  }
  .carousel .carousel-caption .carousel-description{
    display: none;
  }
}
@media (max-width: 479px) {
  .carousel .carousel-item{
    min-height: 500px;
    background-position: 0% !important; 
    background-size:cover !important; 
    background-blend-mode: multiply !important; 
  }
  .carousel .carousel-caption{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
  }
  .carousel .carousel-caption h5{
    line-height: 20px;
  }
  .carousel .carousel-caption .carousel-title{
    font-size: 20px;
    color: #FFFFFF;
    z-index: 100;
  }
  .carousel .carousel-caption .carousel-description{
    display: none;
  }
}
.carousel .carousel-control-prev{
  opacity: 1;
}
.carousel .carousel-control-next{
  opacity: 1;
}
.carousel .carousel-control-prev-icon{
  background-size: 50px;
  padding: 30px;
}
.carousel .carousel-control-prev-icon:hover{
  border: solid 2px #FFFFFF;
  border-radius: 50%;
}
.carousel .carousel-control-next-icon{
  background-size: 50px;
  padding: 30px;
}
.carousel .carousel-control-next-icon:hover{
  border: solid 2px #FFFFFF;
  border-radius: 50%;
}
.carousel .carousel-caption h5{
  font-size: 56px;
  color: #FFFFFF;
  z-index: 100;
}
.carousel .carousel-caption p{
  font-size: 16px;
}

/***********************************************
            REDES SOCIALES
 ***********************************************/

 .socialShare-area {
  padding: 40px 0;
  background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #F2F2F2 50%, #F2F2F2 50%, #F2F2F2 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(50%,#F2F2F2), color-stop(50%,#F2F2F2), color-stop(100%,#F2F2F2));
  background: -webkit-linear-gradient(-45deg, #ffffff 0%,#ffffff 50%,#F2F2F2 50%,#F2F2F2 50%,#F2F2F2 100%);
  background: -o-linear-gradient(-45deg, #ffffff 0%,#ffffff 50%,#F2F2F2 50%,#F2F2F2 50%,#F2F2F2 100%);
  background: -ms-linear-gradient(-45deg, #ffffff 0%,#ffffff 50%,#F2F2F2 50%,#F2F2F2 50%,#F2F2F2 100%);
  background: linear-gradient(135deg, #ffffff 0%,#ffffff 50%,#F2F2F2 50%,#F2F2F2 50%,#F2F2F2 100%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .socialShare-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .socialShare-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .socialShare-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .socialShare-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .socialShare-area {
    padding: 50px 0;
  }
}
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns a:before{
  text-decoration: none;
  border-bottom: none;
}
.social-btns .btn .fa {
  transform: scale(0.8);
}
.social-btns .btn.youtube:before {
  background-color: #C4302B;
}
.social-btns .btn.youtube .fa {
  color: #C4302B;
}
.social-btns .btn.facebook:before {
  background-color: #1DA1F2;
}
.social-btns .btn.facebook .fa {
  color: #1DA1F2;
}
.social-btns .btn.twitter:before {
  background-color: #1DA1F2;
}
.social-btns .btn.twitter .fa {
  color: #1DA1F2;
}
.social-btns .btn.google:before {
  background-color: #dd4b39; /*#dc4a38;*/
}
.social-btns .btn.google .fa {
  color: #dd4b39;/*#dc4a38;*/
}
.social-btns .btn.dribbble:before {
  background-color: #f26798;
}
.social-btns .btn.dribbble .fa {
  color: #f26798;
}
.social-btns .btn.skype:before {
  background-color: #00aff0;
}
.social-btns .btn.skype .fa {
  color: #00aff0;
}
.social-btns .btn.instagram:before {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}
.social-btns .btn.instagram .fa {
  /*color: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);*/
  /*color: #f09433; */
  background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*
  color: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  color: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  color: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  */
}
.social-btns .btn.linkedin:before {
  background-color: #0e76a8;
}
.social-btns .btn.linkedin .fa {
  color: #0e76a8;
}
.social-btns .btn.flickr:before {
  /*background-color: #0062DD;*/
  background: linear-gradient(45deg, #0062DD 0%, #FF0084 100%);
  background: -moz-linear-gradient(45deg, #0062DD 0%, #FF0084 100%);
}
.social-btns .btn.flickr .fa {
  color: #0062DD;
}
.social-btns .btn.tiktok:before {
  background-color: #111111;
}
.social-btns .btn.tiktok .fa {
  transform: translate(0,-5px);
  height: 30px;
  color: #111111;    
  filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  color: #ffffff;
  background: #ffffff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: scale(1);
}
.social-btns .btn:hover svg {
  transform: translate(0,-5px) scale(1.2) !important;
  fill: #FFFFFF;
}
.social-btns {
  height: 90px;
  margin: auto;
  font-size: 0;
  text-align: center;
}
.social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 38px;
 /* vertical-align: middle;*/
}
/************************************************
¨Noticias
***************************************************/

.news-area {
  padding: 88px 0 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-area {
    padding: 78px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-area {
    padding: 68px 0 72px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-area {
    padding: 58px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .news-area {
    padding: 48px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .news-area {
    padding: 38px 0 50px;
  }
}
.news-inner h1 {
  font-size: 30px;
  margin-bottom: 10px;
}
.news-inner h2 {
  font-size: 20px;
  margin-top: 10px;
}
.news-inner p {
  margin: 15px 0px;
}
@media only screen and (max-width: 767px) {
  .news-inner ul {
    margin-bottom: 30px;
  }
}
.news-inner ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 15px;
}
/*
.news-inner ul li a {
  color: #002147;
}*/
.news-inner ul li:last-child {
  margin-bottom: 0;
}
.news-inner ul li:before {
  content: "\f14a";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: var(--main-uclm-color);
  font-family: FontAwesome;
}

.news-inner span.pretitle{
  display: block;
  font-size: 18px;
  color: var(--ter-uclm-color);
  margin-bottom: 20px;
}

.news-inner .title-default-left{
  text-transform: none;
}

.news-inner .date{
  font-size: 20px;
  color: var(--main-uclm-color);
  font-weight: bold;
}

#newsMainCarousel {
  width: 600px;
  margin: 0 auto 1rem auto;

  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

#newsMainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
}

#newsMainCarousel .carousel__slide span.carousel__image__desc{
  display: block;
  padding: 3px;
  background-color: var(--main-uclm-color);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
}

#newsMainCarousel .carousel__slide span.carousel__image__copy{
  display: block;
  padding: 3px;
  font-size: 12px;
}

#newsMainCarousel .carousel__button.is-prev {
  left: -1.5rem;
}

#newsMainCarousel .carousel__button.is-next {
  right: -1.5rem;
}

#newsMainCarousel .carousel__button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #A78BFA;
}

#newsThumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 64px;
}

#newsThumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

#newsThumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}

/*********************************************/

.news-area2 {
  padding: 0px 0 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-area2 {
    padding: 0px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-area2 {
    padding: 0px 0 72px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-area2 {
    padding: 0px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .news-area2 {
    padding: 0px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .news-area2 {
    padding: 0px 0 50px;
  }
}
.news-area2 .about2-area{
  margin-bottom: 40px;
}
.news-area2 .about2-area .container{
  background-color: #00000099;
  min-width: 90%;
}
.news-area2 p.about-sub-title{
  width: 90%;
  background-color: #FFFFFFCC;
  font-size: 20px;
  color: #333333;
  margin-bottom: 0px !important;
  text-align: center;
  padding: 20px 50px 20px 50px;
}
.news-area2 h1.about-title{
  width: 100%;
  font-size: 40px;
  color: #FFFFFF;
  margin: 0px;
  text-align: center;
  text-shadow: none;
  font-weight: bold;
  padding: 20px 50px 40px 50px;
}
.news-inner2 h1 {
  font-size: 30px;
  margin-bottom: 10px;
}
.news-inner2 h2 {
  font-size: 20px;
  margin-top: 10px;
}
.news-inner2 p {
  margin: 15px 0px;
}
@media only screen and (max-width: 767px) {
  .news-inner2 ul {
    margin-bottom: 30px;
  }
}
.news-inner2 ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.news-inner2 ul li a {
  color: #002147;
}
.news-inner2 ul li:last-child {
  margin-bottom: 0;
}
.news-inner2 ul li:before {
  content: "\f14a";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: var(--main-uclm-color);
  font-family: FontAwesome;
}

.news-inner2 span.pretitle{
  display: block;
  font-size: 18px;
  color: var(--ter-uclm-color);
  margin-bottom: 20px;
}

.news-inner2 .title-default-left{
  text-transform: none;
}

.news-inner2 .date{
  font-size: 20px;
  color: var(--main-uclm-color);
  font-weight: bold;
}
/***************************************************/
.contact-form-area {
  padding: 80px 0 80px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form-area {
    padding: 70px 0 70px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form-area {
    padding: 60px 0 60px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contact-form-area {
    padding: 50px 0 50px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .contact-form-area {
    padding: 40px 0 40px 0;
  }
}
@media only screen and (max-width: 320px) {
  .contact-form-area {
    padding: 30px 0 30px 0;
  }
}

/*=======================================================================
Casos de exito
=========================================================================*/
.case-study-area {
  padding: 88px 0 90px;
  /*background-image: url('./img-uclm/students/fondo-testimonios.png');
  background-repeat: repeat;*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  .case-study-area {
    padding: 78px 0 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .case-study-area {
    padding: 68px 0 70px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .case-study-area {
    padding: 58px 0 60px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .case-study-area {
    padding: 48px 0 50px;
  }
}
@media only screen and (max-width: 320px) {
  .case-study-area {
    padding: 38px 0 40px;
  }
}
.case-study-area .single-item-wrapper {
  position: relative;
}
.case-study-area .profile-img-wrapper {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 50px;
}
.case-study-area .profile-img-wrapper a img, 
.case-study-area .profile-img-wrapper span img {
  border: 10px solid #ffffff;
  width: 100px;
  margin: 0 auto;
}
.case-study-area .tlp-tm-content-wrapper .item-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}
.case-study-area .tlp-tm-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case-study-area .tlp-tm-content-wrapper .item-title a:hover {
  color: var(--main-uclm-color);
}
.case-study-area .tlp-tm-content-wrapper .item-designation {
  margin-bottom: 5px;
  display: block;
  color: #646464;
}
.case-study-area .tlp-tm-content-wrapper .item-links {
  height: 40px;
  display: block;
  color: #646464;
}
.case-study-area .item-content {
  position: relative;
  padding: 30px 130px 30px 30px;
  background: #ececec;
  color: #646464;
}
.case-study-area .item-content:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  top: -30px;
  border: 15px solid;
  border-color: transparent transparent #ececec #ececec;
}
.case-study-area .rating-wrapper {
  margin-bottom: 40px;
}
.case-study-area .rating-wrapper li {
  display: inline;
  color: #ffca28;
}
.case-study-area .owl-controls .owl-nav {
  margin-top: 0;
}
.case-study-area .owl-controls .owl-dots {
  margin-top: 40px;
}
.case-study-area .owl-controls .owl-dots .owl-dot span {
  margin: 3px;
  width: 20px;
  height: 8px;
  border-radius: 5px;
  background: #dedede;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case-study-area .owl-controls .owl-dots .owl-dot:hover span {
  background: #002147;
}
.case-study-area .owl-controls .owl-dots .active span {
  background: #002147;
}

/*=======================================================================
Eventos
=========================================================================*/


.o-card,
.o-card__head,
.o-card__button {
  border: 1px solid #ebeced;
}
.o-card-container.col-sm-6 {
  padding-left: 0px;
}
.o-card {
  background: #ffffff;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -ms-border-radius: 4px;
  text-align: center;
  margin-bottom: 24px;
  overflow: hidden;
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.5s;
}
.o-card:hover {
  box-shadow: 0 8px 16px rgba(64, 64, 64, 0.3);
}
.o-card.send-out {
  opacity: 0;
  transform: perspective(200px) translateZ(-180px);
}
.o-card.waiting {
  opacity: 0;
  transform: perspective(200px) translateZ(-90px);
}
.o-card.waiting.send-in {
  opacity: 1;
  transform: perspective(200px) translateZ(0px);
}
.o-card--reset {
  background: none;
  border: none;
}
.o-card--reset:hover {
  box-shadow: none;
}
.o-card--large {
  padding: 24px;
  min-height: 16rem;
}
.o-card__head {
  border: none;
  border-radius: 4px 4px 0 0;
  text-align: left;
  min-height: 234px;
}
.o-card__head a {
  display: block;
  padding: 24px;
  text-decoration: none;
  color: #404040;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s ease-out;
}
.o-card__head a h3 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 6px;
  max-height: 60px;
  overflow: hidden;
}
.o-card__head a span {
  font-size: 14px;
  color: #a2a2a2;
}
.o-card__head a p {
  margin: 12px 0;
  height: 72px;
  font-size: 14px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o-card__button {
  float: right;
  background: #ffffff;
  color: #B30033;
  border: 1px solid #B30033;
  border-radius: 4px;
  height: 36px;
  margin-top: -18px;
  margin-right: 24px;
  padding: 5px 12px;
  transition: all 0.3s ease-out;
  position: relative;
}
.o-card__button:hover {
  background: #B30033;
  color: #ffffff;
  border: 1px solid #B30033;
  text-decoration: none;
}
.o-card__body {
  text-align: left;
}
.o-card__footer {
  padding: 0 24px 24px;
  font-size: 14px;
  line-height: 1.25;
  border-top: 1px solid #ebeced;
  min-height: 90px;
  text-align: left;
  color: #050607;
}
.o-card__footer a {
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #404040;
  position: relative;
  padding-top: 12px;
  transition: all 0.3s ease-out;
}
.o-card__footer a:hover {
  color: #B30033;
}
.o-card__footer b,
.o-card__footer strong {
  font-size: 16px;
}
.o-card__footer a {
  color: #050607;
}
.o-card__footer a b,
.o-card__footer a strong {
  font-size: 16px;
}
.o-card__footer .glyphicon {
  margin-right: 5px;
}
.o-card--image .o-card__head {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.o-card--image .o-card__head::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.o-card--image .o-card__head a {
  padding-top: 120px;
  position: relative;
  z-index: 2;
}
.o-card--image .o-card__head a h3 {
  color: #ffffff;
  max-height: 60px;
  overflow: hidden;
}
.o-card--image .o-card__head a span {
  color: #ccc;
}
#event-agenda .row.template {
  display: none;
}
.o-card--ongoing {
  max-height: 125px;
  text-align: left;
}
@media (max-width: 479px) {
  .o-card--ongoing {
    max-height: 160px;
  }
}
.o-card--ongoing .o-card__head {
  width: 150px;
  height: 125px;
  min-height: 125px;
  display: inline-block;
  border-radius: 0;
  float: left;
}
@media (max-width: 479px) {
  .o-card--ongoing .o-card__head {
    width: 100%;
    height: 40px;
    min-height: 40px;
  }
}
.o-card--ongoing .o-card__head a {
  padding: 0px;
}
.o-card--ongoing .o-card__head .o-card--image-background {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 150px;
  min-height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.75) 100%);
  padding: 12px;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 479px) {
  .o-card--ongoing .o-card__head .o-card--image-background {
    width: 100%;
    height: 40px;
    min-height: 40px;
  }
}
.o-card--ongoing .o-card__head.no-image {
  background-color: #B30033;
}
.o-card--ongoing .o-card__headtext {
  text-transform: uppercase;
  margin: 0px;
  height: auto;
  text-align: center;
  color: #FFF;
}
@media (max-width: 479px) {
  .o-card--ongoing .o-card__headtext {
    text-align: left;
    display: inline-block;
    width: auto;
    line-height: 1rem;
  }
}
.o-card--ongoing .o-card__headtext.o-card__label {
  font-size: 1rem;
}
@media (max-width: 479px) {
  .o-card--ongoing .o-card__headtext.o-card__label {
    font-size: 0.8rem;
    margin-left: 22%;
    margin-right: 1%;
  }
}
.o-card--ongoing .o-card__headtext.o-card__day {
  font-size: 2.70rem;
  font-weight: bold;
}
@media (max-width: 479px) {
  .o-card--ongoing .o-card__headtext.o-card__day {
    font-size: 1.2rem;
  }
}
.o-card--ongoing .o-card__headtext.o-card__month {
  font-size: 1.20rem;
  font-weight: bold;
}
@media (max-width: 479px) {
  .o-card--ongoing .o-card__headtext.o-card__month {
    font-size: 0.9rem;
  }
}
.o-card--ongoing .o-card__detail {
  display: inline-block;
  padding: 0px 10px 10px;
  max-width: 65%;
}
@media (max-width: 479px) {
  .o-card--ongoing .o-card__detail {
    max-width: 100%;
  }
}
.o-card--ongoing .o-card__detail a:hover {
  text-decoration: none;
}
.o-card--ongoing .o-card__detail p {
  font-size: 0.85rem;
  color: #4B4B4B;
  max-height: 40px;
  overflow: hidden;
}
.o-card--ongoing .o-card__detail h3 {
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: bold;
  color: #404040;
  margin-top: 10px;
  max-height: 36px;
  overflow: hidden;
  min-height: 32px;
  margin-bottom: 5px;
}
.o-card--ongoing .o-card__detail .start-date {
  color: #666666;
  margin-bottom: 6px;
}
.o-card--ongoing .o-card__detail .fa {
  margin-right: 5px;
}


/*=================================
TARJETAS DE PUBLICACIONES
==============================*/

.card-info-section .row {
  align-items: center;
}

.card-info-category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.card-info-category .card-info-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card-info-box .card-info {
  background: #F9F9F9;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 5px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 265px;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
}
.card-info-box .card-info a{
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .card-info-box .card-info {
    flex: 1 0 45%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .card-info-box .card-info {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.card-info-box .card-info:hover {
  background: #b30033;/*#309df0;*/
  color: #FFFFFF;
  transform: scale(1.02);
  z-index: 9;
}
.card-info-box .card-info:hover a{
  color: #333333;
}
.card-info-box .card-info:hover::before {
  background: rgb(85 108 214 / 10%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.card-info-box .card-info:hover .card-info-title,
.card-info-box .card-info:hover .card-info-description p {
  color: #fff;
}

.card-info-box .card-info:before {
  content: "";
  position: absolute;
  background: #D5D5D5;
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 0px;
}
.card-info-box .card-info .card-info-description button {
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.card-info-box .card-info:hover .card-info-description button {
  background: #FFFFFF;
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.card-info-box .card-info:hover .card-info-description button:hover {
  transform: scale(1.1);
}

.card-info .card-info-title {
  color: #212121;
  font-size: 24px;
  margin-top: 13px;
  margin-bottom: 13px;
}

.card-info .card-info-description .card-info-sub1 {
  font-size: 16px;
  margin-bottom: 15px;
}

.card-info .card-info-description .card-info-sub2 {
  font-size: 14px;
  color: #666666;
  font-style: italic;
  margin-bottom: 15px;
}

.card-info .card-info-description .card-info-year {
  font-size: 50px;
  line-height: 30px;
  color: #66666666;
  font-weight: bolder;
  position: absolute;
  bottom: 7%;
  left: 3%;
  margin-bottom: 0px;
}

.card-info .card-info-description button {
  border: 0;
  border-radius: 15px;
  background: #333333;
  /*linear-gradient(
    140deg,
    #333333 0%,
    #333333 50%,
    #333333cc 75%
  ) !important;*/
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.hover-color-bubble {
  position: absolute;
  background: #33333366;/*#b3003399;/*rgb(54 81 207 / 15%);*/
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 17rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.card-info-box .card-info:hover .hover-color-bubble {
  top: 0rem;
}

/*start media query
@media screen and (min-width: 320px) {
  .card-info-category {
    width: 100%;
    margin: 0 auto;
  }
  .card-info-category .card-info-box {
    flex: auto;
  }

}
@media only screen and (min-width: 768px) {
  .card-info-category .card-info-box {
    flex: 1;
  }
  .card-info-box .card-info {
    flex: 1 0 45%;
    max-width: 50%;
}
}*/
/*======================================
SERVICIO DE INSTRUMENTACION
==================================*/
.instrumentacion-area {
  padding: 100px 0 70px;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .instrumentacion-area {
    padding: 90px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .instrumentacion-area {
    padding: 80px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .instrumentacion-area{
    padding: 70px 0 40px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .instrumentacion-area {
    padding: 60px 0 30px;
  }
}
@media only screen and (max-width: 320px) {
  .instrumentacion-area {
    padding: 50px 0 20px;
  }
}

.courses-box3 .single-item-wrapper {
  margin-bottom: 30px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .courses-box3 .single-item-wrapper {
    display: block;
  }
}
.courses-box3 .single-item-wrapper .courses-img-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.courses-box3 .single-item-wrapper .courses-img-wrapper:before {
  background-color: rgba(179, 0, 51, 0.7);
  z-index: 1;
}
.courses-box3 .single-item-wrapper .courses-img-wrapper:hover a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box3 .single-item-wrapper .courses-img-wrapper a {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 3;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 50px;
  color: #FFFFFF;
  display: block;
  background: #002147;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper {
  position: relative;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  padding: 18px 15px 10px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-box3 .single-item-wrapper .courses-content-wrapper {
    padding: 12px 15px 10px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .courses-box3 .single-item-wrapper .courses-content-wrapper {
    padding: 12px 15px 10px;
  }
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a:hover {
  color: var(--main-uclm-color);
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .item-content {
  margin-bottom: 12px;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li {
  line-height: 1.3;
  padding-right: 10px;
  margin-right: 8px;
  border-right: 1px solid #909090;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 75px;
  height: 35px;
  padding: 3px;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  background: var(--main-uclm-color);
  color: #002147;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
    top: 15px;
    bottom: inherit;
    font-size: 18px;
    height: 30px;
  }
}
.courses-box3 .single-item-wrapper:hover {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -moz-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}