@font-face {
  font-family: "Prelo Book";
  src: url(https://somos.ucv.edu.pe/_assets/fonts/Prelo-Book.otf);
}

@font-face {
  font-family: "Prelo Exbd";
  src: url(https://somos.ucv.edu.pe/_assets/fonts/Prelo-Exbd.otf);
}

@font-face {
  font-family: "PreloSlab Bold";
  src: url(https://somos.ucv.edu.pe/_assets/fonts/PreloSlab-Bold.otf);
}

@font-face {
  font-family: "PreloSlab Book";
  src: url(https://somos.ucv.edu.pe/_assets/fonts/PreloSlab-Book.otf);
}

@font-face {
  font-family: "PreloSlab Medium";
  src: url(https://somos.ucv.edu.pe/_assets/fonts/PreloSlab-Medium.otf);
}

@font-face {
  font-family: "MessinaSans Book";
  src: url(https://somos.ucv.edu.pe/_assets/fonts/MessinaSans-Book.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MessinaSans Regular";
  src: url("https://somos.ucv.edu.pe/_assets/fonts/MessinaSans-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MessinaSans Bold";
  src: url("https://somos.ucv.edu.pe/_assets/fonts/MessinaSans-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MessinaSans Semibold";
  src: url("https://somos.ucv.edu.pe/_assets/fonts/MessinaSans-SemiBold.otf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "MessinaSans Light";
  src: url("https://somos.ucv.edu.pe/_assets/fonts/MessinaSerif-Light.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MessinaModern";
  src: url("https://somos.ucv.edu.pe/_assets/fonts/MessinaModern-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MessinaModern Light";
  src: url("https://somos.ucv.edu.pe/_assets/fonts/MessinaModern-Light.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MessinaSerif";
  src: url("https://somos.ucv.edu.pe/_assets/fonts/MessinaSerif-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("https://somos.ucv.edu.pe/_assets/fonts/RobotoSlab-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "MessinaSans Regular";
  color: #233559;
}
.mesinaserif {
  font-family: "MessinaSerif";
  color: #e20511;
}
.font-roboto {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}
.l-container {
  padding: 50px 0;
}

.title-ba {
  font-weight: 500;
  font-size: 18px;
  font-family: "MessinaSans Book";
  margin-bottom: 0;
}

.text-blue-ucv {
  color: #233559;
}
.btn-descarga {
  background-color: #02bff2;
  border-radius: 0;
  padding: 3px 25px;
  margin-top: 20px;
}
.list-carreras p {
  margin-bottom: 5px;
}
small {
  font-size: 10px;
  font-weight: normal;
}
#banner {
  background-image: url(assets/img/banner-civil.png);
  background-size: cover;
  background-position: center;
  background-position-y: inherit;
  height: calc(100vh - 50px);
  position: relative;
}
#banner::before {
  content: "";
  background: linear-gradient(
    0deg,
    #0e151c -15.14%,
    rgba(255, 255, 255, 0) 50.43%
  );
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.l-container {
  padding: 60px 0;
}

.text-one {
  font-family: "PreloSlab Medium";
  font-size: 50px;
  line-height: 50px;
}

#descripcion-carrera {
  background: #f2f2f2;
}

.block-list ul li {
  margin-bottom: 10px;
}

.content-box {
  height: 110px;
  width: 85%;
}

.form-control {
  border-radius: 0;
  border: 1px solid #233559;
  height: calc(1.6em + 0.75rem + 2px) !important;
  color: #233559;
  background-color: #fcfaf2;
  font-family: "MessinaSans Regular";
  appearance: auto;
}

.form-control:focus {
  border-radius: 0;
  border: 1px solid #233559;
  height: calc(2em + 0.75rem + 2px);
  color: #233559;
  background-color: #fcfaf2;
}

.title-banner {
  font-family: "PreloSlab Bold";
  color: #e10e17;
  font-size: 70px;
  line-height: 65px;
}

.border-bt {
  border-bottom: 4px solid #e10e17;
}

.title-form {
  font-weight: 700;
  font-family: "MessinaSans Semibold";
  border-left: 5px solid #233559;
  padding-left: 10px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 23px;
}

.form-group {
  margin-bottom: 0.5rem;
}
.h-container {
  height: 100%;
}
.nav-pills .nav-link,
.nav-pills .nav-link:focus,
.nav-link.active {
  border-radius: 0;
}
.nav-elegir {
  display: flex;
  justify-content: space-between;
}
.nav-elegir .nav-link {
  width: 100%;
  text-align: left;
}
.nav-elegir li.nav-item {
  flex: 0 1 155px;
}
.nav-pills .nav-link.active {
  color: #fff;
  background-color: #233559;
}
#form-banner {
  background: #f2f2f2;
  position: relative;
  opacity: 1;
  padding: 30px;
}

.label-poli {
  font-size: 12px;
  vertical-align: text-top;
}

.btn-ucv {
  background: #e10e17;
  border-radius: 13.4609px;
  border: #e10e17;
}

.btn-ucv:hover {
  background: #e10e17;
  border-radius: 13.4609px;
  border: #e10e17;
}

.btn-ucv:active {
  background: #e10e17 !important;
  border-radius: 13.4609px;
  border: #e10e17 !important;
}

.text-red-ucv {
  color: #e10e17;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #233559 !important;
  font-family: "MessinaSans Regular";
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #233559 !important;
  font-family: "MessinaSans Regular";
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #233559 !important;
  font-family: "MessinaSans Regular";
}

.img-box {
  width: 20%;
}

.title-section {
  font-family: "PreloSlab Bold";
}

header {
  border-bottom: 2px solid #233559;
  background: #ffffff;
}

.descripcion-carrera {
  font-family: "MessinaSans Light";
}

#form-banner .mb-4 {
  margin-bottom: 1.2rem !important;
}

.campo {
  background-color: #f2f2f2;
}

.f-18 {
  font-size: 18px;
}

.title-ba-one {
  font-family: "MessinaSans Light";
  font-size: 63px;
  line-height: 63px;
  padding-bottom: 5px !important;
}

.box-title-banner::before {
  content: "Programa de";
  background-color: #e30613;
  color: white;
  position: absolute;
  top: 37%;
  transform: rotate(270deg);
  left: -93px;
  font-size: 14px;
  font-family: "MessinaSans Semibold";
  padding: 8px 20px;
}
.box-title-banner.one-line::before {
  top: 45%;
}

.logo {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.form-check-label {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "MessinaSans Book";
  font-weight: 800;
  color: #243559;
}

footer {
  padding: 30px 0;
  color: #fff;
  background: #e30613;
}
footer a {
  color: #fff;
  text-decoration: none;
}

.text-blue-ucv {
  color: #243559;
}

.desc-box {
  font-weight: 400;
}

.btn-form {
    font-family: 'MessinaSans Semibold';
    border-color: #E30613 !important;
    background: #E30613 !important;
    padding: 0.5rem 2.5rem;
    color: white;
    border-radius: 0;
    border-width: 1px;
    width: 100%;
}

.btn-form:active,
.btn-form:hover {
    border-color: #233559 !important;
    background: #233559 !important;
    color: white;
}

.img-mobile {
  display: none;
}

.img-mobile-t {
  display: none;
}

.container-flex {
  display: flex;
  justify-content: center;
}

.btn-box {
  float: right;
}

#banner .container {
  height: 100%;
}

.bg-banner {
  display: flex;
  align-items: center;
}

a {
  color: #243559;
  text-decoration: underline;
}

.content-form {
  padding: 30px;
  padding-top: 0px;
}

.descripcion-carrera {
  font-size: 24px;
  line-height: 35px;
}
#convenios-internacionales {
  padding-top: 30px;
}

.mallas-mobile {
  position: absolute;
  display: none;
}
.mallas {
  position: absolute;
}
iframe {
  max-width: 100%;
}

.modern {
  font-family: "MessinaModern Light";
  font-size: 28px;
}

/* Barras horizontales - UCV */

.barra-left {
  position: absolute;
  height: 100%;
  width: 17px;
  background-color: #233559;
  left: 0px;
  border-bottom: 17px solid #03c0f2;
  z-index: 99;
}

.barra-bottom {
  position: absolute;
  width: 100%;
  background-color: #233559;
  height: 17px;
  bottom: 0px;
  z-index: 9;
  border-left: 17px solid #03c0f2;
}

.barra-right {
  position: absolute;
  height: 100%;

  background-color: #e20511;

  border-bottom: 17px solid #fff;
  z-index: 99;
}
.humanidades .barra-right {
  background: #db4534;
}
.empresariales .barra-right {
  background: #ff008c;
}

.salud .barra-right {
  background: #44c62c;
}
.bg-banner > .barra-left,
.bg-banner > .barra-bottom,
.bg-banner > .barra-right {
  display: none;
}

.barra-right.one {
  right: 2.2%;
  width: 1%;
}

.barra-right.two {
  right: 1%;
  width: 0.8%;
}

.barra-right.three {
  right: 0;
  width: 0.5%;
}
.b-bottom {
  border-bottom: 1px solid #c4c4c4;

  padding-bottom: 55px;
}

#acreditaciones {
  background: #233559;
}
#acreditaciones li {
  list-style: none;
}
#acreditaciones p {
  color: white;
  font-family: "MessinaSans Regular";
}
.fuente {
  color: white;
  font-family: "MessinaModern";
  font-size: 16px;
}
.flecha-arriba {
  position: relative;
  top: -43px;
  left: 2px;
}

.barra-form {
  display: none;
  z-index: 9;
}
.btn-virtual:hover {
  text-decoration: none;
  color: inherit;
}
.btn-virtual {
  width: 80%;
  display: block;
  font-size: 18px;
  background-color: white;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  cursor: pointer;
}
.buttons-redirect {
  margin-top: 40px;
}
.modalidad-text {
  margin-top: 40px;
}
.f-20 {
  font-size: 20px;
}
.terminos-text {
  font-family: "MessinaSans Bold";
  font-size: 18px;
}
.listaterminos {
  font-size: 18px;
}
#convenios-internacionales {
  background: #009dcb;
  padding: 70px 0;
}
.title-convenios {
  font-family: "MessinaModern Light";
  text-align: center;
  color: white;
  font-size: 50px;
  margin-bottom: 20px;
}
.title-sabias {
  font-family: "MessinaModern Light";
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
}
.itemucv {
  text-align: center;
}
.itemucv p {
  font-size: 14px;
}
.number-ucvsomos {
  font-family: "MessinaSans Bold";
  font-size: 30px;
  text-align: center;
}
.img-itemucv {
  height: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 10px;
}
.fuenteranking {
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
}
#banner-carrusel{
    position: relative;
}
#banner-carrusel .carousel-item img {
    /*height: 940px;*/
    object-fit: cover;
}
.section-form {
    position: absolute;
    z-index: 99;
    width: 100%;
}
.title-cyberbanner{
    font-family: "MessinaModern Light";
    color: white;
    font-size: 100px;
    line-height: 100px;
}
.title-cyberbanner span{
    font-family: "MessinaSans Bold";
    color: #00AFE2;
}
.wrapper-text-banner{
    margin-top: 20%;
}
.subtitle-cyberbanner{
    font-family: "MessinaSans Bold";
    color: white;
}
.book-text{
    font-size: 20px;
    color: white;
    margin-top: 15px;
}
.mallas-banner{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.contain-banner{
  position: absolute;
  z-index: 9;
}
.carousel{
  position: relative;
}
@media (min-width: 1200px) {
  .box-title-banner {
    position: relative;
  }
}

@media (max-width: 1100px) {
  .box-title-banner {
    position: relative;
    top: initial;
  }
  .box-title-banner {
    margin-left: 60px;
    left: 0;
  }
}

@media (max-width: 991px) {
  .mallas-banner{
    display: none;
  }
  .subtitle-cyberbanner {

    font-size: 24px;
}
  .title-cyberbanner{

    font-size: 90px;
    line-height: 90px;
}
  .nav-elegir {
    display: flex;
    justify-content: center;
  }

  .mallas {
    display: none;
  }

  .title-ba-one {
    padding-top: 0;
    margin-top: 40px;
  }

  .title-ba {
    margin-bottom: 34px;
  }
  .img-mobile {
    display: block;
  }
  .img-desk {
    display: none;
  }
}

@media (max-width: 767px) {

  .section-form {
    position: static;
    background: #f2f2f2;
}
    .logos-uni img{
        margin: 0 auto;
        display: block;
    }
  .img-conecta {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 40px;
    display: block;
  }
  .modalidad-text {
    text-align: center;
  }
  .btn-virtual {
    margin-left: auto;
    margin-right: auto;
  }
  .bg-banner > .barra-bottom {
    display: block !important;
  }
  .no-p {
    padding-left: 0;
    padding-right: 0;
  }
  #descripcion-carrera {
    background: #f2f2f2;
    border-top: 2px solid #e20511;
  }
  .box-title-banner {
    position: relative;
    top: initial;
  }

  .row-reverse {
    flex-direction: column-reverse;
  }

  .row-responsive {
    justify-content: center !important;
  }
  .b-bottom {
    border-bottom: 0px solid #c4c4c4;

    padding-bottom: 0px;
  }

  .title-ba-one {
    font-size: 55px;
    line-height: 55px;
  }

  .img-mobile-t {
    display: block;
  }

  .logo-educa {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid white;
  }
  #banner .container {
    max-width: 100%;
  }
  #banner > .barra-left {
    display: none;
  }
  .wrapper-boxbanner{
    display: flex;
    flex-direction: column-reverse;
  }

}
@media (max-width: 575px) {
  .book-text {
    font-size: 16px;
    color: white;
    margin-top: 15px;
}
  .wrapper-text-banner img {
    width: 175px;
}
  .title-cyberbanner {
    font-size: 80px;
    line-height: 80px;
}
.subtitle-cyberbanner {
  font-size: 18px;
}
  .bg-text{
    display: flex;
    align-items: flex-end;
  }
  .contain-banner,.contain-banner .container,.contain-banner .row{
    height: 100%;
  }
  #banner-carrusel .carousel-item img {
    /*height: 400px;*/
    object-fit: cover;
}
.wrapper-text-banner {
 margin-top: initial;
 margin-bottom: 25px;
}
    .title-convenios,.title-sabias{
        font-size: 40px;
    }
  .bg-banner {
    background-position-x: center;
  }

  .barra-form {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 9;

    width: 100%;
  }
  .bg-banner .barra-right.one {
    right: 3.5%;
    width: 1.8%;
  }

  .bg-banner .barra-right.two {
    right: 1.6%;
    width: 1.1%;
  }

  .bg-banner .barra-right.three {
    width: 1%;
  }

  .bg-banner > .barra-left,
  .bg-banner > .barra-bottom,
  .bg-banner > .barra-right {
    width: 2%;
  }

  .bg-banner > .barra-left,
  .bg-banner > .barra-bottom,
  .bg-banner > .barra-right {
    display: block;
  }

  .bg-banner .barra-right {
    height: 100%;
    top: 0px;
  }

  .bg-banner .barra-bottom {
    width: 100%;
    left: 0%;
    background-color: #e30613;
  }

  #banner > .barra-left,
  #banner > .barra-bottom,
  #banner > .barra-right {
    display: none;
  }

  #banner::before {
    display: none;
  }

  #form-banner {
    margin-bottom: 0px;
    opacity: 1;
  }

  #formu {
    margin-top: 0px;
  }

  .box-title-banner {
    position: absolute;
    bottom: 11%;
    top: initial;
  }

  .title-ba-one {
    font-size: 45px;
    line-height: 45px;
  }

  .img-desk-t {
    display: none;
  }

  .btn-form {
    margin: 0 auto;
    display: block;
  }

  .l-container {
    padding: 30px 0;
  }

  .no-p {
    padding-left: 0;
    padding-right: 0;
  }

  #formu {
    padding-bottom: 0px;
  }

  #banner {
    border-bottom: 0px solid #e10e17;
  }

  .title-section {
    font-family: "PreloSlab Bold";
    font-size: 35px;
  }
}

@media (max-width: 400px) {
  .title-ba-one {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 350px) {
  .nav-elegir li.nav-item {
    flex: 0 1 100px;
  }
  .title-ba-one {
    font-size: 35px;
    line-height: 35px;
  }
}
