

.container-slider{
    position: relative
}

.lema{
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 1;
        
}
.lema_texto{
    background: rgb(5 9 14 / 72%);
    width: fit-content;
    margin: auto;
    padding: 40px 20px;
    border-radius: 5px;
    color: white;
}
/*.mensaje{
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    position: absolute;
    bottom: 150px;
    
    right: 0;
    z-index: 1;
    margin: 0px 160px;
        
}
.men-texto{
    background: rgb(1 12 26 / 92%);
    width: fit-content;
    margin: auto;
    padding: 50px 20px;
    border-radius: 5px;
    color: #0e7bdb;
    border: 10px solid orange;
}*/

img {
  max-width: 100%;
  height: auto;
}

#mainMenu .nav-link {
  color: #f8f9fa;
    font-weight: bold;
}

.carousel-portada-img {
  height: 750px;
}

.navbar {
  padding-top: 0rem;
}
.navbar-expand-md {
  flex-wrap: wrap;
  justify-content: flex-start;
}
/*dropdown hover*/

.dropbtn {

}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
    box-shadow: 1px 1px 1px 0px #087fc5;
}

.dropdown-content a:hover {background-color: #1876F2 !important;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
  
  color: #f15a13 !important;
}

/*fin dropdown hover*/

#mainMenu .nav-link:hover {
  /*background: #1876F2;
  border-bottom: 2px solid #000;
  border-radius: 5px;
  color: #262626;
  */
  border-bottom: 2px solid #fff;
  
}

#mainMenu .nav-link.active {
  color: #fff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #262626;
}

#work {
  padding-top: 80px;
}

#contact {
  background: url(img/map.jpg);
}

#footer {
  background-color: #0c0e12;
    color: white;
}

#footer ul a {
  color: #666;
  text-decoration: none;
}

#footer ul a:hover {
  color: #1876F2;
}

.top-area {
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	width: 100%;
	color: black;
	padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    background-color: #fff;
}


@media only screen and (min-width: 200px) and (max-width: 767px) {
  #slider {
    padding-top: 125px;
  }

  #about {
    padding: 25px;
  }

  #about .col-md-6.align-self-center {
    padding-bottom: 25px;
  }

  .event__search {
    float: left !important;
    border: 1.5px solid #999999;
  }

  .joined-details {
    width: 2% !important;
  }

  .photo-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }

  .swiper {
    width: 100% !important;
    height: 300px;
  }

  .rs-margin {
    margin-bottom: 15px !important;
  }

  .carousel-portada-img {
    height: auto;
  }

  .hide-mobile-navbar {
    display: none;
  }

  .carousel-control-next-icon, .carousel-control-prev-icon {
    margin-top: 100px;
  }

}

.card-footer {
  background-color: #fff !important;
  border-top: 1px #fff !important;
  text-align: center !important;
}

.page {
  /**margin: 50px auto;*/
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
}

.page-header {
  margin-bottom: 20px;
}

.page-header h2 {
  float: left;
  color: #1A4A84
}

.page-header .student-search {
  float: right;
}

.page-header .student-search input {
  border-radius: 5px;
  border: 1px solid #eaeaea;
  padding: 8px 15px;
  font-size: 14px;
}

.page-header .student-search button {
  border-radius: 5px;
  border: 1px solid #eaeaea;
  padding: 8px 15px;
  font-size: 14px;
  background-color: #4ba6c3;
  color: #fff
}

.student-list {
  /*asdf*/
}

.event-item {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #eaeaea;
}

.event-details {
  width: 70%;
  float: left;
}

.event-details .avatar {
  width: 100px;
  height: auto;
  float: left;
  margin-right: 14px;
  border: 1px solid #0a79dd;
}

.event-details h3 {
  margin: 5px 0 2px 0;
  font-weight: bold;
  color: #1876f2;
}
.event-details h4 {
  margin: 30px 0 2px 0;
  font-weight: bold;
  color: #1876f2;
}

.event-details .type {
  color: #888;
  font-size: 14px;
}


.joined-details {
  width: 30%;
  float: left;
  text-align: right;
}

.joined-details .date {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  color: #999;
}

.event-item:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.pagination {
  margin: 40px 0 0 0;
  text-align: center;
}

.pagination li {
  display: inline;
  cursor: pointer;
}

.pagination li span {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 3px 8px;
  text-decoration: none;
  color: #4ba6c3;
}

.pagination li span.active,
.pagination li span:hover {
  background-color: #4ba6c3;
  color: #fff;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #007bff;
}

.cf:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.event__search {
  float: right;
    border: 1px solid #0d6efd;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0px 4px 0px 0px;
    width: 40%;
    margin: 0px 0px 10px 0px;
}

/* photo gallery */

.photo-gallery {
  color: #313437;
  background-color: #fff;
}

.photo-gallery p {
  color: #7d8285;
}

.photo-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

.photo-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom: 0;
}

.photo-gallery .photos {
  padding-bottom: 20px;
}

.photo-gallery .item {
  padding-bottom: 30px;
}

/* video gallery*/

.LookForThisCoolWebsite {
  font-size: 2em;
  text-align: center;
  background-color: #000;
}

.LookForThisCoolWebsite a {
  color: #FF0000;
}

.video-carousel {
  padding: .3em .3em 0;
  background: rgb(240, 240, 240);
  text-align: center;
}

.video-carousel div {
  position: relative;
  margin-bottom: .3em;
  padding-top: 56.25%;
}

.video-carousel iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-carousel span {
  display: inline-block;
  word-spacing: 1em;
  overflow: auto;
  white-space: nowrap;
  word-wrap: normal;

}

.video-carousel a {
  position: relative;
  display: inline-block;
  max-width: 120px;
  width: 25%;
  border: 1px solid blue;
  opacity: .7;
  text-decoration: none;
}

.video-carousel a:visited,
.video-carousel a:nth-of-type(1) {
  border-color: #555;
}

.video-carousel a:hover {
  opacity: 1;
}

.video-carousel a:not(:active):focus {
  pointer-events: none;
}

.video-carousel a::before {
  content: "";
  position: absolute;
  top: 0em;
  right: 0em;
  bottom: 0em;
  left: 0em;
  background: rgba(0, 0, 1, .1);
  transition: background 0s 9999999s;
}

.video-carousel a:nth-of-type(1)::before {
  background: rgba(255, 255, 254, .7);
}

.video-carousel span:active a::before {
  background: rgba(0, 0, 0, 0);
  transition: background 0s;
}

.video-carousel span:active a:active::before {
  background: rgba(255, 255, 255, .7);
  transition: background 0s;
}

.video-carousel img {
  max-width: 100%;
  vertical-align: middle;
}

/* swiper*/
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper {
  width: 600px;
  height: 150px;
}
.texto-1{
    color: #212529;
    padding: 20PX;
    text-align: justify;
    background: #d1d5d959;
    border: 1px solid #007bff;
}
.texto-2{
       background: #d1d5d959;
    color: #212529;
    padding: 20PX;
    text-align: justify;
    border-radius: 5px;
    border: 2px solid #1159e1;
    box-shadow: 1px 1px 1px 1px #0000008a;
}
.btn1{
        cursor: pointer;
    background-color: #0e78e5;
    display: inline-block;
    width: 188px;
    text-align: center;
    text-decoration: none;
    color: azure;
    padding: 15px 32px;
    margin: 4px 2px;
    border-radius: 10px;
    box-shadow: 0px 3px 0px 0px orange;
}
table th {
  text-align: justify;
    padding: 10px;
    color:dimgray;
}
table td {
  text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    /*padding: 0px 10px;*/
}

.col-md-3 .h3{
    box-shadow: 0px 5px 0px 0px orange;
}
.card{
     box-shadow: 0px 5px 26px 8px rgb(17 91 228 / 66%);
}

h3{
    text-decoration: underline #d95305;
}
h2{
    text-decoration: none;
}
/*
.card:hover img{
     width: 400px;
    height: 200px;
}*/
.texto-3{
    color: #212529;

    text-align: justify;
    
}


.resaltado{
    font-style: oblique;
    color:darkcyan;

}

.btnform{
background-color: #aac400 !important;
border: none !important;
text-align: center;
}

.btnform:hover{
  background-color: red !important;
}

.textrg{
  text-align: justify;
}


/*EMPLEO CSS - ICONOS*/
.textrgs{
 text-align: center;
}

.convocatorias .post {
    width: 100%;
    padding: 0.5rem;
    max-width: 370px;
}

.post {
    width: 100%;
    margin-bottom: 1em;
    display: inline-block;
    vertical-align: top;
}

.post__content {
    margin-top: 40px;
    vertical-align: top;
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #7a7a7a;
    position: relative;
    padding: 10px;
    box-sizing: border-box;      
    }

.post__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 40px;
    left: 0;
    right: 0;
}

@media (min-width: 768px){
  .convocatorias .post {
    width: 30%;
  }
}

.post__header figure {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -85px;
}

figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

figure a  img{
  height: 82px;
}

.post__header p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
    color: #1a2c66;
}

.post__detalle ul {
    padding: 0;
    list-style: none;
}

.post__detalle li {
    background-color: #f3f4f6;
    margin: 5px 0;
    display: flex;
    padding: 5px;
    border-radius: 5px;
    align-items: center;
    /*text-align: left;*/
    font-family: Arial;
    font-size: 13px;
}

.post__detalle li i {
    height: 30px;
    width: 30px;
    font-size: 1.3em;
    margin-right: 3px;
    display: block;
    text-align: center;
    color: #6479bd;
    box-sizing: border-box;
    padding: 3px;
    text-shadow: 1px 0px 19px rgb(2 56 126 / 75%);
}

*::after {
  box-sizing: none;
}

.post__detalle li strong {
    width: calc(100% - 30px);
}

li div{
  text-align: justify;
}

/*li div{
    text-align: center;
}*/

/*.post__detalle ul li{
  justify-content: center;
}*/
/* SIN BOOTSRAP
.btntrabajo {
    text-decoration: none;
    display: block;
    text-align: center;
    height: 30px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 4px 0;
    margin-top: 1em;
    background-color: #1767d0;
    color: #fff;
    transition: background-color .2s;
}*/



.btntrabajo:hover{
  background-color: #aac400 !important;
  border: none;
}
/*IFRAME PDF*/

.embed-container iframe{
  width: 100%;
  height: 850px !important;
}
/*MODAL CONTENT*/
.modal-not iframe{
  width: 100%;
  height: 300px;
}

.btn-secondary a{
color: white !important;
text-decoration: none !important;
}
.uniinvest{
  padding-top: 74px;
}
.card-title {
  text-align: center;
}

.btnsubpag{

  text-align: center;
  margin-bottom: 5px;
}
.unidadinves{
  margin-top: 20px;
}

.unidadinvestable{
  margin-top: 116px;
}

.pptdocente{
  width: 100%;
  height: 850px !important;
}

.btn2{
    cursor: pointer;
    background-color: #9230c7;
    display: inline-block;
    width: 188px;
    text-align: center;
    text-decoration: none;
    color: azure;
    padding: 15px 32px;
    margin: 4px 2px;
    border-radius: 10px;
    box-shadow: 0px 3px 0px 0px orange;
}
