/**
 * Custom cross-browser styles for keyboard :focus overrides defaults.
 */

*:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 .2rem #fff, 0 0 0 .35rem #069 !important;
}

/**
 * Remove focus styles for non-keyboard :focus.
 */

*:focus:not(.focus-visible) {
  outline: 0 !important;
  box-shadow: none !important;
}

* {
  margin: 0;
  padding: 0;
}

body {
  /* font-family: 'Poppins', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #626a77;
  font-size: 14px;
}

.p0 {
  border: 0px;
}

.wi80 {
  width: 90%;
}

/*banner*/
/*
.banner {
  height: 700px;
  width: 100%;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}*/

.backprepa {
  background-image: url('../../assets/img/back_prepa.jpg');
}

.backbach {
  background-image: url('../../assets/img/back_bach.jpg');
}

.backlic {
  background-image: url('../../assets/img/back_lic.jpg');
}

.backpos {
  background-image: url('../../assets/img/back_pos.jpg');
}

.backenfermeria {
  background-image: url('../../assets/img/th/enfermeria.jpg');
}

.backcarrera {
  background-image: url('');
}

.backlinea {
  background-image: url('../../assets/img/back_linea.jpg');
}

/********************* colores ******************/

.txtblue {
  color: #005095;
}

.txtblack {
  color: #000;
}

.blue {
  background-color: #0087bf !important;
}

.green {
  background: #91b538 !important;
  /* background: linear-gradient(#91b538, #698228);*/
}

.green2 {
  background-color: #91b538 !important;
}

.greentxt {
  color: #91b538 !important;
}

.yellow {
  background-color: #d6b700 !important;
}

.orange {
  background: rgba(248, 126, 1, 1) !important;
  /*background: linear-gradient(#F87E01, #e0570B);*/
}

.orange2 {
  /*background-color:rgba(228,115,1,1) !important;*/
  background: rgba(248, 126, 1, 1);
}

/*ca6106*/
.purple {
  background: #503b8f !important;
  /*background: linear-gradient(#80428f, #503b8f);*/
}

.purple2 {
  background-color: #503b8f !important;
}

.purpletxt {
  color: #503b8f !important;
}

.rpink {
  background: #bd005c !important;
  /*background: linear-gradient(#bd005c, #8a0043);*/
}

.rpink2 {
  background-color: #bd005c !important;
}

.pinktxt {
  color: #bd005c !important;
}

.gray {
  background-color: #24324a !important;
}

.pat {
  background-image: url(../../img/patter.png);
}

.pinktxt {
  color: #bd005c;
}

.rorange {
  background: rgba(248, 126, 1, 1);
}

.orangetxt {
  color: rgba(248, 126, 1, 1) !important;
}

.whitetxt {
  color: #fff !important;
}

.rblue {
  background: #005097
}

.tdorange {
  background: rgba(0, 0, 0, 0.06);
  border-top: 1px solid #e6e6e6 !important;
}

.tdgray {
  background: rgba(0, 0, 0, 0.02);
  border-top: 1px solid #e6e6e6 !important;
}

.tdgray2 {
  background: rgba(0, 0, 0, 0.06);
  border-top: 1px solid #e6e6e6 !important;
}

/*.backpat{background-image: url('../../assets/img/search.jpg');}*/

.backpat {
  /*background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);*/
  /*background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);*/
  background-image: linear-gradient(to top, white 0%, #f5f7fa 100%);
}

.pat {
  background:
    radial-gradient(#fff 3px, transparent 4px),
    radial-gradient(#fff 3px, transparent 4px),
    linear-gradient(#fff 4px, transparent 0),
    linear-gradient(45deg, transparent 74px, transparent 75px, #e1e1e1 75px, #e1e1e1 76px, transparent 77px, transparent 109px),
    linear-gradient(-45deg, transparent 75px, transparent 76px, #e1e1e1 76px, #e1e1e1 77px, transparent 78px, transparent 109px),
    #fff;
  background-size: 109px 109px, 109px 109px, 100% 6px, 109px 109px, 109px 109px;
  background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
}


.border {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.backwhite {
  background: #fff;
  color: #777;
  padding: 40px;
}

.backwhitesmoke {
  background: whitesmoke;
}

.backgray {
  background: #f7f7f7;
}

.backgray2 {
  background: rgba(63, 70, 76);
}

.margin {
  height: 50px;
}

h2 {
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 2px;
  font-weight: 700;
  color: #0b1c39;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  /*text-transform: uppercase;*/
}

h2 span {
  color: #0e70c7;
}

h2.min {
  color: #0e70c7;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
}

h2.min::before, h2.min::after {
  border-bottom: 2px solid #0e70c7;
  width: 30px;
  margin-left: 14px;
  margin-right: 14px;
  background: #0e70c7;
  content: "";
  display: inline-block;

  margin-bottom: 4px;
}

.iconuni {
  fill: #0e70c7;
  margin-top: 10px;
  margin-bottom: 10px;
}

h3 {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #0b1c39;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

h3 span {
  font-weight: 200;
  font-size: 16px;
  font-style: italic;
  color: #666;

}

h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h6 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 30px;
}


.subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 30px;
  text-transform: uppercase;
}


.boxblue {
  width: 100%;
  padding: 20px;
  min-height: 600px;
  height: auto;
  cursor: pointer;
  letter-spacing: 0em;
  font-size: 14px;
  margin-top: 100px;
  background: #e9f2f8;
  text-align: center;
  border: 0px solid #f1f1f1;
  transition: 0.3s;
}

.boxblue:hover {
  color: #333;
  box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #0e70c7;
  border-radius: 0px;
}




.boxblue img {
  margin-top: 30px;
}

.boxblue h3 {
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  color: #122763;
  font-size: 30px;
  text-align: center;
}

.boxblue p {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  padding: 30px;
}

.boxcard {
  width: 90%;
  padding: 20px;
  margin-left: 5%;
  border-radius: 10px;
  min-height: 300px;
  height: auto;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid #0e70c7;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  letter-spacing: 0em;
  font-size: 14px;
  margin-top: 100px;
  background: #fff;
}


.boxcard2 {
  width: 90%;
  padding: 20px;
  margin-left: 5%;
  border-radius: 10px;
  min-height: 380px;
  height: auto;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid #0e70c7;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  letter-spacing: 0em;
  font-size: 14px;
  margin-top: 100px;
  background: #fff;
}


.boximg {
  width: 80px;
  height: 80px;
  background: #0e70c7;
  position: absolute;
  border: 1px solid #e6e6e6;
  top: 50px;
  left: 43%;
  border-radius: 50px;
  color: #fff;
  transition: ease .2s;

}

.boximg svg {
  margin-top: 20px;
}

.boxcard:hover, .boxcard2:hover {
  color: #333;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid #91b538;
  border-radius: 0px;
}

.boxcard:hover>.boximg, .boxcard2:hover>.boximg {
  background: #91b538;
  top: 70px;
  position: absolute;
}

.boxcard:hover h3, .boxcard2:hover h3 {
  color: #91b538;
}

p {
  line-height: 22px;
}

p.bigtxt {
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
}


p.bigtxtbold {
  font-size: 32px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 60px;
}

p.bigger {
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
}

p.bigtxt span {
  font-weight: 600 !important;
  color: #a0da0e;
  font-size: 26px;
}

.img-intro {
  border-radius: 10px;
  margin-bottom: 20px;
}

.video_cont {
  height: 100%;
  overflow: hidden;
}

.video {
  /* height: 100%;
  margin-top: 30px;
  width: 100%;
  background-size: cover;*/
  height: auto;
  margin-top: 0px;
  width: 100% !important;
  background-size: cover;
}

.videofront {
  position: absolute;
  background: rgba(0, 0, 10, .7);
  top: 100px;
  width: 100%;
  height: 100%;
}

.videotxt {
  position: absolute;
  top: 25%;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 999;
}

.videotxt h1 {
  font-size: 60px !important;
  font-weight: 700;
  color: #fff;
}

.videotxt h2 {
  font-size: 45px !important;
  font-weight: 700;
  color: #fff;
}

.videotxt h3 {
  font-size: 30px !important;
  font-weight: 600;
  color: #0087bf;
}

.videotxt p {
  font-size: 22px;
  font-weight: 300;
}

.icon {
  width: 20px;
  height: 20px;
}

.iconnone {
  margin-right: 20px;
}

.iconsmall {
  width: 16px;
  height: 16px;
}

.iconnone {
  margin-right: 20px;
}

iframe {
  /* border-radius: 10px;
   box-shadow: 4px 4px 7px rgb(0 0 0 / 8%);*/
}

.img-thumbnail {
  margin-bottom: 30px;
}

/*links modal*/

.links li a {
  color: #000;
}

.links li {
  list-style: none
}

.links li:hover {
  text-decoration: underline;
}

/*campus*/

.blue2 {
  background: #057daf;
  background-image: url(../../img/fondolinea.png);
}

.img-backblue {
  background: #0e70c7;
  background: linear-gradient(to bottom, #0e70c7, #005097);
  border-radius: 10px;
  padding: 4px;
  height: 60px;
}

.form-prepa {
  /* background: linear-gradient(to bottom, #2e353d, #3d4650); */
  background: rgba(248, 126, 1, 1) !important;
  padding: 40px;
  font-size: 12px;
  color: #fff;
  /* border-radius: 10px; */
  /* border: 1px solid skyblue; */
  box-shadow: 4px 4px 10px 2px #d3d3d3;
}

.form-prepa h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.form-prepa span {
  color: powderblue;
  cursor: pointer;
}

input {
  background: transparent !important;
  color: #fff;
  border: 0px;
  border-bottom: 1px solid #fff;
  outline: none !important;
  padding: 4px;
  font-size: 13px;
  width: 100%;
}

.list-car {
  margin-left: 30px;
}

.list-car li {
  margin-bottom: 10px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.inputcheck {
  position: absolute;
  left: 10px;
  z-index: 999;
  width: 30px;
}

.inputradio {
  left: 10px;
  width: 30px;
}

.card-acc {
  margin-bottom: 10px;
}

/*.card-acc .btn{color: #000 !important;outline: none !important;}*/

button.btn.btn-link.btn-block.text-left.collapsed {
  color: #000 !important;
  outline: none !important;
  text-decoration: none !important;
}

.btn-link {
  color: #000 !important;
  outline: none !important;
}

.card {
  border: 0px !important
}

.btn-link.focus, .btn-link:focus {
  text-decoration: none !important;
}

.btn-link:hover, .text-left.collapsed:hover {
  text-decoration: none;
}

/*card lic*/

.cardbox {
  width: 450px;
  height: 250px;
  background-color: #fff;
  background: #fff;
  box-shadow: 0 8px 16px -8px rgb(0 0 0 / 40%);
  border-radius: 6px;
  overflow: hidden;
  display: inline-block;
  margin: 1.5rem;
  position: relative;
}

.cardbox h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}

.cardbox h1 small {
  color: #888;
  font-style: italic;
  FONT-WEIGHT: 300;
  font-size: 14px;
  margin-top: -20px;
  text-align: center;
}

.cardbox .additional {
  position: absolute;
  width: 150px;
  height: 100%;
  background: linear-gradient(#f1f1f1, #f6f6f6);
  transition: width 0.4s;
  overflow: hidden;
  z-index: 2;
}

.cardbox .additional .user-card {
  width: 150px;
  height: 100%;
  position: relative;
  float: left;
}

.cardbox .additional .user-card img {
  height: 250px;
}

.cardbox .general {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 1rem;
  padding-top: 0;
  text-align: justify;
}

/*viewpdf*/

.viewpdf {
  padding: 30px;
}

#social {
  position: fixed;
  right: 0;
  top: 35%;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1000;
}

.iconsocial {
  color: red;
  text-decoration: none;
  padding: 10px;
  display: flex;
  transition: all .2s;
  cursor: pointer;
  height: 50px;
  width: 50px;
}

.iconsocial img {
  width: 25px;
  height: 25px;
  margin: auto;
}

.icon-facebook {
  background: #3b5998;
}

.icon-instagram {
  background: #833ab4;
}

.icon-whatsapp {
  background: #25d366;
}

.icon-tel {
  background: #ff9900;
}

.iconsocial:first-child {
  border-radius: 1rem 0 0 0;
}

.iconsocial:last-child {
  border-radius: 0 0 0 1rem;
}

.iconsocial:hover {
  padding-right: 50px;
  border-radius: 1rem 0 0 1rem;
  box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
  width: 80px;
}

ul.list {
  padding: 20px;
}

ul.list.li {
  margin-bottom: 10px;
}

img {
  opacity: 1;
  transition: all .5s;
}

img:hover {
  /* opacity: .8;*/
}



/*
.banner_txt{
  position: absolute;
    background: rgba(20,20,20,0.5);
    width: 100%;
    height: 700px;
    padding: 8%;
}

.banner_txt h1{
  color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0px;
}

.banner_txt h2{
  color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin: 0px;
}


.banner_txt h3{
  color: #F87E01;
  font-size: 30px;
  margin: 0px;
  margin-top: 40px;
}


.banner_txt p{
color: #f1f1f1;
font-size: 20px;
margin-top: 10px;
}*/



/****opcion 2*****/
/*
.banner_txt {
  position: absolute;
  background: #fff;
  padding: 50px;
  FONT-WEIGHT: 100;
  top: 200px;
  left: 7%;
  border-radius: 0 200px 200px 0;
}

.banner{

height: 700px;
background-position: top;
background-size: cover;
border-radius: 0 0 0 50%;
width: 80%;
margin-left: 20%;}

.banner_txt {
  position: absolute;
  background: #fff;
  padding: 50px;
  FONT-WEIGHT: 100;
  top: 200px;
  left: 7%;
  border-radius: 0 200px 200px 0;
}


.banner_txt h3{
  color: #F87E01;
  font-size: 30px;
  margin: 0px;
  margin-top: 40px;
}



.banner_txt h2{
  color: #000;
    font-size: 40px;
    font-weight: 500;
    margin: 0px;
}
.banner_txt h1{
  color: #000;
    font-size: 50px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0px;
}


.banner_txt p{
  color: #666;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 300;
  margin-bottom: 50px;
  }*/


/****opcion 2*****/

.titwhite {
  color: white;
  padding: 20px 0px 20px 0px;
}

.banner {
  height: 700px;
  width: 100%;
  background-attachment: fixed;
  background-position: top;
  background-size: contain;

}


.bannermin {
  height: 200px;
  width: 100%;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}

.bannertit {
  height: 550px;
  width: 100%;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}

.bannertitbach {
  height: 550px;
  width: 100%;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}


.banner2 {
  height: 600px;
  width: 100%;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}

.banner3 {
  height: 600px;
  width: 100%;
  background-position: center;
  background-size: cover;

}


.banner_txt h3 {
  color: #F87E01;
  font-size: 30px;
  margin: 0px;
  margin-top: 40px;
}

.grayhover {
  background: #fff;
  cursor: pointer;
  left: 0px;
  transition: ease 0.2s;
}

.grayhover:hover {
  background: #f2f2f2;
  left: 10px;

}

.grayhover2 {
  background: #fff;
  cursor: pointer;
  left: 0px;
  transition: ease 0.2s;
  padding: 20px;
}

.grayhover2:hover {
  background: #f2f2f2;
  left: 10px;

}



.banner_txt h2 {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  margin: 0px;
}

.banner_txt h1 {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0px;
}


.banner_txt p {
  color: #666;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 300;
  margin-bottom: 50px;
}

.cuadro {
  width: 50%;
  height: 700px;
  background: #fff;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
  position: absolute;
  opacity: .8;
  z-index: 101;
}


.banner_txt {
  position: absolute;
  /*background: #fff;*/
  padding: 50px;
  FONT-WEIGHT: 100;
  top: 22%;
  left: 100px;
  /*border-radius: 0 0px 200px 0;
  box-shadow: 3px 2px 7px 2px rgb(0 0 0 / 10%);*/
  z-index: 102;
}






.list div {
  height: 70px;
  padding-top: 25px;
  padding-left: 30px;
  transition: 0.25s;
}

.list div:hover {
  background-color: #f3f3f3;
  cursor: pointer;
  padding-left: 80px;
}

.list div:hover>h3 {
  opacity: .2;
}


.list h3 {
  color: #000;
  font-size: 60px;
  position: absolute;
  opacity: .05;
  margin-top: -7px;
  left: 70px;
}




.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;

}

.btn-tra {
  background: transparent;
  color: #fff
}


.formulario {
  /*background: linear-gradient(to bottom, #2e353d, #3d4650);*/
  background: linear-gradient(to bottom, #8d96a0, #6d7680);
  padding: 40px;
  font-size: 12px;
  color: #fff;
  border-radius: 10px;
  /* border: 1px solid skyblue; */
  box-shadow: 4px 4px 10px 2px #d3d3d3;
}

.formulario h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.formulario span {
  color: powderblue;
  cursor: pointer;
}

.sel-tra {
  background: transparent;
  color: #fff;
  font-size: 13px;
  padding-left: 0px;
  margin-bottom: 10px;
  border: 0px;
  border-bottom: 1px solid #fff;
}

.modal80 {
  width: 80% !important;
  max-width: none;
  height: 80%;
}

.formulario-test p {
  font-weight: bold;
}

.form-check-input {
  width: 20px;
  margin-top: 3px;
}


#mensaje_rector_txt {
  padding: 30px;
  border-radius: 20px;
  transition: ease .1s;
  color: #999;
  width: 80%;
  font-size: 15px;
}


#mensaje_rector_img {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 45%;
  margin-top: -60px;
  background-image: url('../../assets/img/director.png');
  background-size: cover;
  border: 3px solid #e6e6e6;
  border-radius: 60px;
  transition: ease .1s;
}


/*contacto blue*/

.form-blue {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #000;
}

.form-blue input {
  background: rgba(0, 80, 151, .10) !important;
  padding: 10px;
  color: #000;
  transition: ease .2s;
}

.form-blue input::placeholder {
  color: #000;
  font-size: 14px;
}

.form-blue input:hover {
  border-bottom: 2px solid #005097;
  padding-left: 20px;
}

.form-blue select {
  background: rgba(0, 80, 151, .10) !important;
  padding: 10px;
  height: 40px;
  font-size: 14px;
  color: #000;
}

.form-blue label {
  color: #000;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  margin-left: 14px;
  margin-top: 10px;
}

.inputblueradio {
  left: 10px;
  width: 20px;
  margin-left: 10px;
  color: #000;
}

.btn-blue {
  background: #005097;
  color: #fff;
  padding: 10px 20px;
  border: 0px;
  margin-top: 20px;
  border-radius: 0px;
  font-size: 16px;
}

.btn-blue:hover {
  background: #0e70c7;
  transition: ease .2s;
}

.btn-orange {
  background: rgba(248, 126, 1, 1);
  color: #fff;
  padding: 10px 20px;
  border: 0px;
  border-radius: 0px;
  font-size: 16px;
}

.btn-orange:hover {
  background: rgb(212, 107, 3);
  transition: ease .2s;
  color: #fff;
  text-decoration: none;
}


.btn-gray {
  background: #24324a;
  color: #fff;
  padding: 10px 20px;
  border: 0px;
  border-radius: 0px;
  font-size: 16px;
}

.btn-gray:hover {
  background: #394f74;
  transition: ease .2s;
  color: #fff;
}


.btn-green {
  background: #91b538;
  color: #fff;
  padding: 10px 20px;
  border: 0px;
  border-radius: 0px;
  font-size: 16px;
}

.btn-green:hover {
  background: #a9d637;
  transition: ease .2s;
  color: #fff;
}

.btn-purple {
  background: #503b8f;
  color: #fff;
  padding: 10px 20px;
  border: 0px;
  border-radius: 0px;
  font-size: 16px;
}

.btn-purple:hover {
  background: #392969;
  transition: ease .2s;
  color: #fff;
}

.btn-pink {
  background: #bd005c;
  color: #fff;
  padding: 10px 20px;
  border: 0px;
  border-radius: 0px;
  font-size: 16px;
}

.btn-pink:hover {
  background: #ca2877;
  transition: ease .2s;
  color: #fff;
}


.btn-skyblue {
  background: deepskyblue;
  color: #fff;
  padding: 10px 20px;
  border: 0px;
  border-radius: 0px;
  font-size: 16px;
}

.btn-skyblue:hover {
  background: #0e70c7;
  transition: ease .2s;
  color: #fff;
}

.btn-blue-big {
  background: deepskyblue;
  color: #fff;
  padding: 10px 20px;
  border: 0px;
  margin-top: 40px;
  border-radius: 0px;
  font-size: 30px;
  text-transform: none;
  text-decoration: none;
  margin-left: 34%;
}

.btn-bottom {
  position: absolute;
  right: 50px;
  margin-top: 50px;
}

.btn-blue-big:hover {
  background: #0e70c7;
  transition: ease .2s;
  text-transform: none;
  text-decoration: none;
}



/*contacto blue*/


.form-contacto {
  width: 70%;
  margin-left: 15%;
}

.form-contacto input {
  background: #f1f1f1 !important;
  padding: 10px;
  color: #005097;
  transition: ease .2s;
}

.form-contacto input::placeholder {
  color: #666;
  font-size: 14px;
}

.form-contacto input:hover {
  border-bottom: 2px solid #005097;
  padding-left: 20px;
}

.form-contacto select {
  background: #f1f1f1 !important;
  padding: 10px;
  height: 40px;
  font-size: 14px;
  color: #666;
}

.img_director {
  background-image: url('../../assets/img/inicio.jpg');
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center;
}


#mensaje_rector_title {
  background: #fff;
  top: 30%;
  left: 30%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin-bottom: 80px;
  margin-top: 80px;
}

.img-circle {
  border-radius: 50%;
  border: 0px solid rgba(248, 126, 1, .5);
  padding: 10px;
  background: #fff;
}


.table1 {
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);


}

.swipebox img{ width: 100% !important; margin-bottom: 20px; box-shadow: 4px 4px 8px #c7c7c7; transition: ease .1seg; Transform:scale(1);}
.swipebox img:hover{box-shadow: 4px 4px 20px #777; Transform:scale(.8); }

/*responsive*/


@media (max-width: 1400px) {
  .boxblue {min-height: 830px;}
  .banner_txt {left: 0px;}
  .banner_txt h1 {font-size: 40px;}
  .banner_txt h2 {color: #000;font-size: 26px;}
  .banner {height: 600px;}
  .banner2{background-position: top !important;height: 400px; }
}

@media (max-width: 1170px) {
 .banner2{background-attachment: inherit; margin-top: 100px;}
}

@media (max-width: 991px) {
  .boxblue{min-height: auto;}
  .iconnone{margin-right: 0px;}
}

@media (max-width: 800px) {
  .banner2{margin-top: -50px; height: 280px;}
  .item.btnpdf.muuri-item.muuri-item-shown {
    width: calc(50% - 20px);
    
}
.txtcam{margin-bottom: 40px;}
}

@media (max-width: 700px) {
  .banner2{height: 200px !important; margin-top: 30px;}
  .boxblue{min-height: auto;}
  .margin{height: 10px;}
  .slider__control{margin-top: -180px !important;}
  .btn-blue-big {font-size: 12px;}
 
 
}

.popover{
max-width: 380px;
z-index: 1005;
}
.close_pop {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

#success, #error{
  display: none;
}

label.error {
  font-weight: bold;
  color: #0e70c7;
}

.list-convenios{list-style: none;}
.list-convenios li {
  margin-bottom: 10px;
}