html,
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "Poppins";
  box-sizing: border-box;
  scroll-behavior: smooth;
}

p,
a {
  font-size: 16px;
}

a {
  text-decoration: none !important;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
}

li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}

/*
    FONT FACE
    *
    -----------------------------------------
    *
*/
@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ExtraBold.eot');
    src: url('../font/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Poppins-ExtraBold.woff2') format('woff2'),
        url('../font/Poppins-ExtraBold.woff') format('woff'),
        url('../font/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Black.eot');
    src: url('../font/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/Poppins-Black.woff2') format('woff2'),
        url('../font/Poppins-Black.woff') format('woff'),
        url('../font/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Light.eot');
    src: url('../font/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Poppins-Light.woff2') format('woff2'),
        url('../font/Poppins-Light.woff') format('woff'),
        url('../font/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Medium.eot');
    src: url('../font/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Poppins-Medium.woff2') format('woff2'),
        url('../font/Poppins-Medium.woff') format('woff'),
        url('../font/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Bold.eot');
    src: url('../font/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Poppins-Bold.woff2') format('woff2'),
        url('../font/Poppins-Bold.woff') format('woff'),
        url('../font/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ExtraLight.eot');
    src: url('../font/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../font/Poppins-ExtraLight.woff2') format('woff2'),
        url('../font/Poppins-ExtraLight.woff') format('woff'),
        url('../font/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.eot');
    src: url('../font/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Poppins-Regular.woff2') format('woff2'),
        url('../font/Poppins-Regular.woff') format('woff'),
        url('../font/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-SemiBold.eot');
    src: url('../font/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Poppins-SemiBold.woff2') format('woff2'),
        url('../font/Poppins-SemiBold.woff') format('woff'),
        url('../font/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Thin.eot');
    src: url('../font/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
        url('../font/Poppins-Thin.woff2') format('woff2'),
        url('../font/Poppins-Thin.woff') format('woff'),
        url('../font/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


/*============================================================================*/

/*
    SIDENAV
    *
    -----------------------------------------
    *
*/
.sidenav {
  height: 100%;
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  width: 420px;
  transform: translateX(420px);
  transition: 0.3s;
  display: grid;
  background-size: cover;
}
.sidenav__content {
  background: #3a6134;
  padding: 10%;
}
.sidenav__content--back {
  background: #3d8eb5;
}
.sidenav__content--back a,
.sidenav__content--back span {
  color: #ffffff !important;
}
.sidenav__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}
.sidenav__head .head__logo {
  display: flex;
  gap: 1.2rem;
}
.sidenav__head .head__logo img {
  width: 185px;
}
.sidenav__head .head__logo span {
  width: 1px;
  background: #ffffff;
}
.sidenav__head .head__cerrar {
  /*padding: 12px 20px;
        background: #f7f7f7;
        cursor: pointer;*/
}
.sidenav__head .head__cerrar--back {
  background: #0067cd;
  color: #ffffff;
}
.sidenav__head .head__cerrar--b-radius {
  border-radius: 50%;
}
.sidenav__head .head__cerrar a {
  font-size: 35px;
  cursor: pointer;
}
.sidenav__head .head__cerrar a i {
  color: #ffffff;
}
.sidenav__list .main-nav__item .main-nav__link {
  padding: 0.8rem 0;
  width: 100%;
}
.sidenav__list .main-nav__item .main-nav__link:hover {
  color: #ffffff;
}
.sidenav__list .main-nav__item .btncotiza {
  background-color: #0e0d13;
  margin-top: 1.2rem;
  margin-left: 0;
  display: grid;
  justify-content: center;
}
.sidenav__list--center li a {
  justify-content: center;
}
.sidenav__item {
  text-align: center;
}
.sidenav__links {
  padding: 15px 0px;
  display: flex;
  color: #3e3e3e;
  font-weight: 600;
  font-size: 15px;
  align-items: center;
  justify-content: space-between;
}
.sidenav__links .text-link {
  padding-right: 5px;
  font-size: 15px;
  font-weight: 600;
}
.sidenav__links .icono-link {
  width: 30px !important;
  display: inline-block;
  color: #3e3e3e;
  transform: rotate(-90deg);
  transition: 0.3s all;
  font-weight: 600;
  font-size: 14px;
}
.sidenav__links .icono-link.active {
  transform: rotate(0deg);
}
.sidenav__dropdown {
  display: none;
  background: #f7f7f7;
  left: 20px;
  z-index: 10;
  min-width: 240px;
  text-align: left;
}
.sidenav__dropdown li a {
  font-size: 14px;
  padding-left: 15px;
}
.sidenav.active {
  transform: translateX(0%);
}
.sidenav .list__redes {
  margin: 0 5px;
}
.sidenav .list__redes--redondo {
  border-radius: 50px;
}
.sidenav .list__redes a {
  width: 40px;
  height: 40px;
  background-color: #ffffff38;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.sidenav .list__redes a i {
  color: #ffffff;
  font-size: 22px;
}
.sidenav .list__redes a span {
  font-size: 18px;
  display: flex;
  color: #ffffff;
  /*puede modificarse*/
}

/* boton menu */
.movil-menu {
  cursor: pointer;
}
.movil-menu li a span {
  display: flex;
}
.movil-menu--efecto li a {
  background-color: #e5e5e5;
  padding: 14px;
  border-radius: 100px;
  display: block;
}
.movil-menu--efecto:hover li a {
  background-color: #317fcd;
  display: block;
}
.movil-menu--efecto:hover li a span {
  color: #ffffff;
}

/*==========================================================*/

/*
    *
    -------------------------------------------
    *
    HEADER
    *
    -----------------------------------------
    *
*/
/*.header {
  padding: 0.95rem 0;
}*/
/*.header .header__logo a img {
  width: 175px;
}
.header__listanav ul li a {
  color: #4d69f5;
  font-size: 1.15rem;
  font-weight: 600;
}
.header__listanav ul li a:hover {
  color: #4d69f5;
}
.header .btn-contacto {
  background-color: #4d69f5;
  text-decoration: none;
  color: #ffffff;
  padding: 8px 1.4rem;
  border-radius: 50px;
}*/
/*============================================*/

/*
    *
    -------------------------------------------
    *
    FORMULARIO FLOTANTE
    *
    -----------------------------------------
    *
*/

.sideright-formulario {
  /*background: antiquewhite;*/
  width: 28%;
  margin-right: 11rem;
}

.formulario-box {
  background: #ffffff;
}

/*============================================*/

/*
    *
    -------------------------------------------
    *
    FOOTER
    *
    -----------------------------------------
    *
*/

.footer {
  background: linear-gradient(
    0deg,
    rgba(0, 13, 39, 0.9) 0%,
    rgba(1, 46, 101, 1) 66%
  );
}

/*.footer__redes ul li a {
  background-color: #f20000;
  width: 45px;
  height: 45px;
  text-decoration: none;
}

.footer__redes ul li a i {
  color: #ffffff;
  font-size: 20px;
}*/

.footer__content p,
.footer__content li,
.informacion-final a {
  color: #ffffff;
}

.footer__content ul li {
  margin-bottom: 17px;
}

.footer__content ul img {
  margin-right: 7px;
}

.informacion-final {
  border-top: 1px solid #ffffff;
}

/*
    *
    -------------------------------------------
    *
    HOME
    *
    -----------------------------------------
    *
*/

.titulo h2 {
  font-size: 50px;
}

.titulo__azul {
  color: #162c5c;
}

.titulo__rojo {
  color: #e30613;
}

.banner {
  background-size: cover;
}

.capa-banner::before {
  content: "";
  position: absolute;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 13, 39, 0.9) 0%,
    rgba(0, 47, 141, 1) 100%
  );
  width: 100%;
  height: 100%;
  right: 0;
}

.exten-white::before {
  content: "";
  position: absolute;
  top: 0;
  background: rgb(255, 255, 255);
  width: 28%;
  height: 47px;
  left: 0;
}

  .content-video {
      padding-bottom: 3rem;
  }

.box-admision {
  background: #00bdf4;
  border-radius: 10px;
  padding: 18px;
  bottom: -2.2rem;
}

.box-admision h2 {
  font-size: 35px;
  height: 35px;
  color: #012e65;
}

/*
*-------------------------------*
    SECTION PROGRAMA DE PREGRADO
*--------------------------------*
*/

.section-programa {
  background: linear-gradient(
    145deg,
    rgba(129, 0, 0, 0.9) 0%,
    rgba(242, 0, 0, 1) 100%
  );
}
.line-white {
  width: 55%;
  height: 30px;
  top: 0;
  object-fit: cover;
}
.beneficio__box span {
  width: 1px;
  height: 130px;
  display: block;
  background-color: #ffffff;
}
.beneficio__num p {
  font-size: 4.2rem;
  font-weight: bold;
  margin: 0;
}
.beneficio__informacion p {
  color: #ffffff;
}

.programa-imagen {
  margin-bottom: -12rem;
}

.section-nosotros {
  margin-top: 15rem;
}

.section-nosotros .img-reconocimiento, .section-nosotros .img-nobel {
  width: auto;
}

.section-nosotros .img-calidad {
  width: 60%;
}

/*==============================================*/

/*
*-------------------------------*
    SECTION NIVEL NACIONAL
*--------------------------------*
*/

.section-nivelnacional {
  background: linear-gradient(
    150deg,
    rgba(0, 13, 39, 0.9) 0%,
    rgba(1, 46, 101, 1) 60%
  );
}
.section-nivelnacional .line-white {
  width: 100%;
  height: 30px;
  top: 0;
  object-fit: cover;
}

.sede__carreras {
  background: #ffffff;
  border-radius: 50px;
}
article {
  border: 2px solid transparent;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    white 30%,
    white 70%,
    transparent 100%
  );
}

section.list__carreras {
  min-width: fit-content;
  display: flex;
  gap: 16px;
  animation: scroll_left 20s linear infinite;
  padding: 0 8px;
}

section.list__carreras:hover {
  animation-play-state: paused;
}

span.item__carreras {
  color: #222222;
  padding: 2px 18px;
  /* border-radius: 50px; */
  /* background: #0e0e11; */
  /* border: 1px solid #323232; */
  display: grid;
  place-items: center;
  transition: all 0.3s;
  font-size: 16px;
}

span.item__carreras:hover {
  background: rgba(255, 255, 255, 0.2);
}

@keyframes scroll_left {
  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll_right {
  from {
    transform: translatex(-50%);
  }
  to {
    transform: translateX(0%);
  }
}

.metrica__informacion h2 {
  color: #012e65;
  font-size: 3.2rem;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    border: 1px solid #2698FF;
    border-radius: 100% !important;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background-color: #2698FF !important;
}

/*.owl-nav .owl-prev {
  position: absolute;
  top: 32%;
  left: -20px;
  transform: translate(0%, 0%);
}

.owl-nav .owl-next {
  position: absolute;
  top: 32%;
  right: -20px;
  transform: translate(0%, 0%);
}*/

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  color: #2698FF;
  font-size: 3.8rem;
}

.owl-nav .owl-prev:hover i,
.owl-nav .owl-next:hover i {
  color: #FFFFFF;
}

/*==============================================*/

/*
*-------------------------------*
    SECTION INTERNACIONALIZACION
*--------------------------------*
*/

.section-internacionalizacion {
  background: linear-gradient(
    204deg,
    rgba(129, 0, 0, 0.9) 0%,
    rgba(242, 0, 0, 1) 61%
  );
}
.section-internacionalizacion .line-white {
  width: 100%;
  height: 30px;
  top: 0;
  object-fit: cover;
  transform: rotate(180deg);
}

/*==============================================*/

/*==============================================*/

.owl-dots button span {
  background-color: #ffffff;
}
button.owl-dot {
  background: transparent;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f20000;
}


.btn-what {
    position: fixed;
    bottom: 2.6rem;
    right: 2.6rem;
    z-index: 10;
}

.btn-what img {
    width: 55px;
}


/*
*-------------------------------*
    RESPONSIVE
*--------------------------------*
*/
/* --------------------------- */

@media only screen and (max-width: 1200px) {
  .section-nosotros .img-reconocimiento,.section-nosotros .img-nobel {
    width: 100%;
  }
  .box-admision{
    bottom: -3.2rem;
    padding: 12px;
  }
  .box-admision h2 {
    font-size: 28px;
    height: auto;
  }
  .sideright-formulario {
    /* background: antiquewhite; */
    width: 32%;
	  margin-right: 5rem !important;
  }
}

@media only screen and (max-width: 1020px) {
  .movil-menu {
    display: block !important;
  }

  .main-nav__list {
    display: none !important;
  }
}

@media only screen and (max-width: 990px) {
  .titulo h2 {
    font-size: 42px;
  }
  .section-nosotros .img-calidad {
    width: 70%;
  }
  .content-video{
    padding-bottom: 3rem !important;
  }
  .box-admision{
    bottom: -4.2rem;
        padding: 14px;
  }
  .box-admision h2 {
    font-size: 24px;
    height: auto;
    letter-spacing: 1.2px;
  }
}

@media only screen and (max-width: 768px) {
  .section-nosotros .img-reconocimiento {
    width: auto;
  }

  .section-nosotros .img-nobel {
    width: 100%;
  }

  .section-nosotros .img-calidad {
            width: 180px;
  }
  .titulo h2 {
    font-size: 35px;
}

.logo-ucv-corto img{
         width: 130px;
}

.logo-sunedu img{
         width: 203px !important;
}
	
	.contenido-full {
    margin-top: 3rem !important;
}
	
	.header .btn-downloadbrochure 
	{
		font-size: 15px !important;
	}
	
	.presentacion-seidor p {
    font-size: 20px !important;
}
	
	.presentacion-seidor h1 {
    font-size: 2.4rem !important;
}
	
	.content-porquesap h2 {
		font-size: 1.5rem !important;
	}
	.informacion-porquesap {
    padding: 2.5rem 2rem !important;
}
	
	.titulo h2 {
    font-size: 30px !important;
}
	
	
}

@media only screen and (max-width: 520px) {
	.input_group{
		display: grid !important;
	}
	
	a.btn-downloadbrochure, a.btn-casosexito {
		padding: .5rem 1.2rem !important;
	}
	
	.img-video {
    height: 380px !important;
}
}

/*==============================================*/

.galeriaimagenes .tabs ul {
  display: flex;
  margin-bottom: 2.2rem;
  justify-content: space-between;
}
.galeriaimagenes .tabs ul li button {
  background: #ffffff;
  padding: 0.78rem 5.2rem;
  box-shadow: 0px 4px 4px rgba(171, 190, 209, 0.25);
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
}
.galeriaimagenes .tabs ul li#active button {
  background: #ff5c16;
}
.galeriaimagenes .tabs ul li#active button span {
  color: #ffffff;
}

@media (max-width: 1050px) {
  .galeriaimagenes .tabs ul {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 1.2rem;
  }
}








.contenido-full{
  margin-top: 6rem;
}

.hide{
  display: none;
}

.header{
  box-shadow: 0 10px 20px 0 rgba(38, 152, 255, 0.2);
}

.footer{
  background-color: #192F6D;
}

.btn-downloadbrochure, .btn-casosexito, .section-socioclave{
  background: linear-gradient(90deg,rgba(38, 152, 255, 1) 0%, rgba(25, 47, 109, 1) 100%);
}

.img-video{
  height: 480px;
}

.icon-play{
  background-color: #2698FF;
    width: 80px;
    height: 80px;
}

.presentacion-seidor p {
    font-size: 27px;
}

.presentacion-seidor h1 {
    color: #2698FF;
    font-size: 3.6rem;
    font-weight: bold;
}

.presentacion-seidor {
    margin-bottom: 2.2rem;
}

.presentacion-seidor img {
    margin-bottom: 1rem;
}

a.btn-downloadbrochure, a.btn-casosexito {
    padding: 1rem 3.2rem;
}

.informacion-porquesap {
    padding: 4.8rem 4rem;
}

.content-porquesap h2 {
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.content-porquesap{
  margin-bottom: 4.2rem;
}

.item-soluciones {
    padding: 1.8rem;
    gap: 1.6rem;
}

.item__solucioninformacion h2 {
    color: #192F6D;
    font-weight: bold;
    margin: 0.5rem 0;
}

.titulo h2 strong {
    color: #2698FF;
}

.titulo h2 {
    color: #04143D;
}

.expertos-content, .casos-content{
  margin-bottom: 4.2rem;
}

.item-expertosimagen img {
    width: 100px;
    height: auto;
}

.item-expertosinformacion p
 {
    color: #192F6D;
    font-weight: bold;
    font-size: 1.5rem;
}

.owl-nav {
    display: flex;
    justify-content: center;
    gap: 5.8rem;
}

.casos-descripcion h2 {
    color: #192F6D;
    font-weight: bold;
    font-size: 2.5rem;
}

.casos-descripcion {
    margin-bottom: 3.2rem;
}

.section-socioclave , .footer{
  padding: 5.2rem 0;
}

.section-socioclave .titulo h2, .section-socioclave .titulo h2 strong{
  color: #ffffff;
}

.section-socioclave .titulo h2 {
    font-weight: 400;
}

.socioclave-content{
  margin-bottom: 2.5rem;
}

.metrica-primertexto p {
    font-size: 30px;
}

.metrica-metricatexto p {
  font-size: 4rem;
    line-height: 1;
}

.footer__redes ul li h2 {
    color: #2698FF;
    font-size: 3.6rem;
    font-weight: bold;
}

.input_group input.input-group__input {
    width: 100%;
    border-radius: 8px;
    border: 2px solid #2698FF;
    height: 42px;
    padding: 0 .8rem;
    font-size: 13px;
}

.input_group{
    display: flex;
    gap: 1rem;
    margin-bottom: .6rem;
}


.form__checkbox {
  margin-bottom: 5px;
}
.form__checkbox .checkbox {
  display: flex;
}
.form__checkbox .checkbox__input {
  margin-right: 8px;
}
.form__checkbox .checkbox span {
  font-size: 13px;
}
.form__checkbox .checkbox__help a {
  color: #000000;
    text-decoration: revert;
    font-size: 11px;
}

.form__checkbox .checkbox__input {
  margin-right: 8px;
}

/* ESTILOS CHECKBOX */

input[type="checkbox"] {
    position: relative;
    cursor: pointer;
}

input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid #bfbfbf;
    border-radius: 3px;
    background-color: white;
}

input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #373737;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}

.form__checkbox label {
    display: flex;
    width: 100%;
    gap: 1rem;
    align-items: center;
	margin-bottom: 0.5rem;
}

.form__checkbox .checkbox {
    margin: 8px 0 !important;
	gap: 10px;
}

.formulario-box {
    border: 3px solid #2698FF;
    padding: 1.8rem;
    border-radius: 20px;
}

.form-content {
    border-bottom: 1px solid #F0F0F0;
}

.form-content h2 {
    font-size: 1.4rem;
    color: #192F6D;
    font-weight: 700;
}

.form-content p {
    font-size: 15px;
    margin-top: 1.2rem;
}

.form__action input, .form__action button {
    width: 100%;
    padding: .7rem 0;
    font-size: 17px;
    background-color: #192F6D;
    color: #ffffff;
}

.wpcf7 form .wpcf7-response-output, .form__action p{
	margin: 0 !important;
}

.wpcf7-form-control-wrap{
	width: 100% !important;
}

#botonSubmitcotizar, #botonSubmitcotizar2 {
    background-color: gray;
    color: white;
}

#botonSubmitcotizar:enabled, #botonSubmitcotizar2:enabled{
    background-color: #192F6D;
}

.input__error {
    width: 100%;
}

.input__error .error {
    color: red;
    font-size: 12px;
    margin: 0;
}