@charset "UTF-8";
body, html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: proxima-nova, sans-serif;
  font-weight: normal;
  font-display: swap;
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: proxima-nova, sans-serif;
}

.tit {
  font-family: proxima-nova, sans-serif;
  font-weight: bolder;
  color: #194F90;
}
.tit__slider {
  line-height: 1;
  font-size: 4.8rem;
}
@media screen and (max-width: 1720px) {
  .tit__slider {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 1720px) and (max-width: 1199px) {
  .tit__slider {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 1720px) and (max-width: 1199px) and (max-width: 576px) {
  .tit__slider {
    font-size: 3rem;
  }
}
.tit__sub {
  font-size: 2.2rem;
  font-weight: bold;
}
.tit__sub--blue {
  color: #1D61AC;
}
.tit__sub--pink {
  color: #E40B68;
}
.tit__sub--naranja {
  color: #EA7D1E;
}
.tit__one {
  font-size: 3.2rem;
  line-height: 1.1;
}
@media screen and (max-width: 1200px) {
  .tit__one {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .tit__one {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) {
  .tit__one {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) and (max-width: 576px) {
  .tit__one {
    font-size: 2rem;
  }
}
.tit__one--bluelight {
  color: #48D0FD;
}
.tit__two {
  padding-top: 8px;
  padding-left: 12px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  color: #194F90;
}
.tit__two--blue {
  color: #194F90;
}
.tit__two--pink {
  padding-top: 0px;
  padding-left: 0px;
  color: #E40B68;
}
.tit__three {
  font-size: 1.5rem;
  font-weight: normal;
}
.tit__cuatro {
  font-size: 2.6rem;
  line-height: 1.1;
}
.tit__cuatro--bluelight {
  color: #48D0FD;
}
.tit__header {
  font-size: 4.5rem;
}
@media screen and (max-width: 1200px) {
  .tit__header {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .tit__header {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) {
  .tit__header {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) and (max-width: 576px) {
  .tit__header {
    font-size: 2.8rem;
  }
}
.tit__leones {
  font-size: 4.5rem;
  line-height: 1;
  color: #194F90;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .tit__leones {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .tit__leones {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) {
  .tit__leones {
    position: relative;
    font-size: 2.5rem;
    z-index: 2;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) and (max-width: 576px) {
  .tit__leones {
    font-size: 2rem;
  }
}
.tit__card {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .tit__card {
    font-size: 2.3rem;
  }
}
.tit__card--pink {
  color: #E40B68;
}
.tit__card--naranja {
  color: #EA7D1E;
}
.tit__card--verde {
  color: #008E1B;
}
.tit__inter {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .tit__inter {
    font-size: 2rem;
  }
}
.tit__inter--pink {
  color: #E40B68;
}
.tit__curricular {
  font-size: 2.6rem;
  font-weight: bold;
  color: #2594E5;
}
@media screen and (max-width: 768px) {
  .tit__curricular {
    font-size: 2rem;
  }
}
.tit__curricular--sub {
  font-size: 1.8rem;
}

.txt__base {
  font-size: 1.1rem;
  font-family: proxima-nova, sans-serif;
  font-weight: normal;
  color: #193961;
}
.txt__clip {
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  transition: -webkit-clip-path 1s;
  transition: clip-path 1s;
  transition: clip-path 1s, -webkit-clip-path 1s;
  overflow: hidden;
}
.txt__clip--uno {
  width: 100%;
  max-width: 380px;
  z-index: -1;
}
.txt__clip.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.txt__prueba {
  position: relative;
  top: 40px;
}
.txt__prueba--top {
  width: 140px !important;
}

.decoracion {
  position: relative;
  display: inline-block;
}
.decoracion__line {
  position: absolute;
  top: 22px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .decoracion__line {
    top: 16px;
  }
}

.link {
  color: #193961;
  font-weight: bold;
  text-decoration: underline;
}

.hidden {
  overflow: hidden;
}

.intro__header {
  position: relative;
}
.intro__img {
  max-width: 520px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .intro__img {
    max-width: 360px;
    margin-bottom: 40px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

p {
  color: #193961;
}

.azul {
  color: #2594E5;
}

.azulLight {
  color: #48D0FD;
}

.azulRey {
  color: #1D61AC;
}

.azulBanner {
  color: #06387F;
}

.white {
  color: #ffffff;
}

.amarillo {
  color: #EFBA25;
}

.morado {
  color: #4A2160;
}

.naranja {
  color: #EA7D1E;
}

.salmon {
  color: #E85051;
}

.whatsapp {
  color: #25D366;
}

ul {
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.secundarias .w__secundarias {
  max-width: 400px;
}
@media screen and (max-width: 991px) {
  .secundarias .w__secundarias {
    max-width: 100%;
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .secundarias .w__secundarias {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .secundarias .w__secundarias h2 {
    width: 50%;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .secundarias .w__secundarias h2 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .secundarias .w__secundarias p {
    width: 50%;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .secundarias .w__secundarias p {
    width: 100%;
  }
}

.list__style--none {
  list-style: none !important;
}

.desktop {
  display: block;
}
@media screen and (max-width: 991px) {
  .desktop {
    display: none;
  }
}
.desktop__img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .desktop__img {
    display: none;
  }
}

.movil {
  display: none;
}
@media screen and (max-width: 991px) {
  .movil {
    display: block;
  }
}
.movil__img {
  display: none;
}
@media screen and (max-width: 768px) {
  .movil__img {
    display: block;
  }
}

/* ICONOS */
.icon {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0;
  margin-left: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 12px;
}

.icon_phone_w {
  background-image: url("../images/svg/icon_phone_w.svg");
}

.icon_mail_w {
  background-image: url("../images/svg/icon_mail_w.svg");
}

.icon_facebook_w {
  background-image: url("../images/svg/icon_facebook_w.svg");
}

.icon_instagram_w {
  background-image: url("../images/svg/icon_instagram_w.svg");
}

.icon_arrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: bold;
  width: 40px;
  height: 40px;
  color: #ffffff;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.2);
}

.icon_secu {
  color: #194F90;
  font-size: 2rem;
}

.icon_actividades {
  top: 200px;
  color: #ffffff;
  font-size: 2rem;
}

.container__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.btn {
  border-radius: 25px;
}
.btn__principal {
  padding: 6px 24px 6px 24px;
  text-align: left;
  width: 222px;
  z-index: 1;
}
.btn__principal--azulM {
  border: 1px solid #194F90;
  color: #194F90;
}
.btn__principal--azulM:hover {
  border: 1px solid #194F90;
  color: #194F90;
}
.btn__principal--pinkM {
  border: 1px solid #E40B68;
  color: #E40B68;
}
.btn__principal--pinkM:hover {
  border: 1px solid #E40B68;
  color: #E40B68;
}
.btn__principal--naranjaM {
  border: 1px solid #EA7D1E;
  color: #EA7D1E;
}
.btn__principal--naranjaM:hover {
  border: 1px solid #EA7D1E;
  color: #EA7D1E;
}
.btn__principal--verdeM {
  border: 1px solid #008E1B;
  color: #008E1B;
}
.btn__principal--verdeM:hover {
  border: 1px solid #008E1B;
  color: #008E1B;
}
.btn__principal--whatsM {
  border: 1px solid #25D366;
  color: #25D366;
}
.btn__principal--whatsM:hover {
  border: 1px solid #25D366;
  color: #25D366;
}
.btn__overlay {
  position: absolute;
  border-radius: 38px;
  top: 0;
  right: 0;
  height: 38px;
  width: 38px;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.btn__overlay--azulM {
  background-color: #194F90;
}
.btn__overlay--pinkM {
  background-color: #E40B68;
}
.btn__overlay--naranjaM {
  background-color: #EA7D1E;
}
.btn__overlay--verdeM {
  background-color: #008E1B;
}
.btn__overlay--whatsM {
  background-color: #25D366;
}
.btn__overlay--txt {
  cursor: pointer;
  font-family: proxima-nova, sans-serif;
  padding: 6px 0px;
  position: absolute;
  font-size: 1rem;
  color: #ffffff;
  height: 38px;
  width: 198px;
  right: 0;
}
.btn__cont {
  position: relative;
  display: inline-flex;
}
.btn__submit i {
  top: 20px;
  height: 39px;
}

/* HOVER */
.btn__cont:hover .btn__overlay {
  width: 222px;
}

.icon__principal {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  right: -28px;
  top: 0;
  color: white;
  height: 38px;
  width: 50px;
  z-index: 3;
  font-size: 1.2rem;
  border-radius: 20px;
  cursor: pointer;
}
.icon__principal--azulM {
  background-color: #194F90;
}
.icon__principal--pinkM {
  background-color: #E40B68;
}
.icon__principal--naranjaM {
  background-color: #EA7D1E;
}
.icon__principal--verdeM {
  background-color: #008E1B;
}
.icon__principal--whatsM {
  background-color: #25D366;
}

/* NAVEGACIÓN */
.menu_bar {
  display: none;
}
@media screen and (max-width: 991px) {
  .menu_bar {
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
    margin-left: 16px;
    width: 32px;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .menu_bar {
    width: 42px;
  }
}

.menu_bar .bt-menu {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .menu_bar .bt-menu {
    display: block;
    color: #fff;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .menu_bar .bt-menu {
    font-size: 32px;
  }
}

.header_nav {
  position: fixed;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .header_nav {
    width: 100%;
  }
}
.header_nav .nav {
  background-color: #194F90;
  padding: 20px 0px;
  transition: 0.3s;
  width: 100%;
  z-index: 9;
  top: 4px;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__menu {
    position: fixed;
    width: 100%;
    height: 100svh;
    top: 0;
    right: 0;
    margin: 0;
    overflow: scroll;
    padding: 0px;
    background-color: #fff;
    z-index: 9;
    transform: translateX(100%);
  }
}
.header_nav .nav__close {
  display: none;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__close {
    display: block;
    position: absolute;
    width: 28px;
    height: auto;
    right: 9%;
    top: 94px;
    cursor: pointer;
  }
  .header_nav .nav__close i {
    font-size: 2rem;
  }
}
.header_nav .nav__logo img {
  height: 65px;
}
@media screen and (max-width: 1200px) {
  .header_nav .nav__logo img {
    height: 45px;
  }
}
.header_nav .nav__contain {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header_nav .nav__item > a.active {
  color: #48D0FD;
}
.header_nav .nav__item > a.active::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  bottom: -8px;
  border-radius: 3px;
  margin-left: calc(50% - 3px);
}
@media screen and (max-width: 991px) {
  .header_nav .nav__item > a.active::after {
    position: relative;
  }
}
.header_nav .nav__item {
  position: relative;
  margin: 0px 6px;
}
.header_nav .nav__item a {
  color: #ffffff;
  font-size: 0.9rem;
}
@media screen and (max-width: 1200px) {
  .header_nav .nav__item a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .header_nav .nav__item a {
    color: #194F90;
  }
}
.header_nav .nav__item a:hover {
  color: #48D0FD;
}
.header_nav .nav__item a.active {
  color: #48D0FD;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__item {
    width: 100%;
  }
}
.header_nav .nav__item--sub:hover .nav__sublist, .header_nav .nav__item--sub:hover .nav__sublistm {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.header_nav .nav__item--special {
  background-color: #48D0FD;
  border-radius: 28px;
  padding: 0px 16px 2px 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.header_nav .nav__item--special a {
  color: #ffffff !important;
}
.header_nav .nav__item--ubicacion {
  text-align: center;
  padding-top: 26px;
  border-top: 1px solid #194F90;
}
.header_nav .nav__item--ubicacion a {
  color: #194F90;
}
.header_nav .nav .show1::before {
  transform: rotate(180deg);
}
.header_nav .nav__link {
  font-size: 0.9rem;
  color: #cacaca;
  padding: 10px 8px;
}
@media screen and (max-width: 1200px) {
  .header_nav .nav__link {
    font-size: 0.8rem;
    padding: 10px 4px;
  }
}
.header_nav .nav__link--sub {
  position: relative;
  margin-right: 8px;
}
@media screen and (max-width: 1920px) and (min-width: 991px) {
  .header_nav .nav__link--sub:hover::before {
    transform: rotate(180deg);
  }
}
.header_nav .nav__link--sub::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  right: -10px;
  top: 16px;
  background-image: url("../images/svg/icon_arrow_menu_w.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  transform: rotate(0deg);
  opacity: 0.5;
}
.header_nav .nav__link--conocer {
  border-radius: 6px;
  background-color: #48D0FD;
  color: #ffffff !important;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__link--conocer {
    width: 144px !important;
    margin-left: calc(50% - 72px);
  }
}
.header_nav .nav__img {
  height: 60px;
  margin-bottom: 40px;
}
.header_nav .nav__top {
  background-color: #194F90;
}
.header_nav .nav__top svg {
  margin-left: 6px;
  margin-right: 6px;
}
.header_nav .nav__top--mail {
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  font-size: 0.9rem;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__top--mail {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 0px 12px;
    height: auto;
    gap: 12px;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .header_nav .nav__top--mail {
    display: none;
  }
}
.header_nav .nav__top--mail a {
  font-size: 1rem !important;
}
.header_nav .nav__top--contacto {
  background-color: #194F90;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  margin-bottom: 0;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__top--contacto {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 16px 0px 12px;
    height: auto;
    gap: 12px;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .header_nav .nav__top--contacto {
    width: 100%;
    justify-content: space-between;
  }
}
.header_nav .nav__top--item {
  position: relative;
}
.header_nav .nav__top--item a {
  color: #ffffff;
  font-size: 0.9rem;
}
.header_nav .nav__top--item:last-child::before {
  background-color: transparent;
}
.header_nav .nav__top--item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  right: 0;
  top: 5px;
  margin-right: -16px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__top--item::before {
    content: unset;
  }
}
.header_nav .nav__top--list {
  display: flex;
  flex-direction: row;
}
.header_nav .nav__list {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__list {
    height: 85%;
    flex-direction: column;
    justify-content: space-around;
    padding: 0px 32px;
    margin-top: 30px;
  }
}
.header_nav .nav__sublist, .header_nav .nav__sublistm {
  position: absolute;
  display: none;
  background-color: #194F90;
  border-radius: 0px 0px 8px 8px;
  width: -moz-max-content;
  width: max-content;
  gap: 12px;
  margin-top: 6px;
  padding: 50px 24px 16px 24px;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .header_nav .nav__sublist, .header_nav .nav__sublistm {
    position: relative;
    display: block;
    width: 100%;
    box-shadow: unset;
    background-color: lightblue;
  }
}
.header_nav .nav__sublistm {
  width: -moz-max-content;
  width: max-content;
}
.header_nav .nav__sublistm .nav__sublink {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__sublink {
    width: 100%;
  }
}
.header_nav .nav #list_servicios, .header_nav .nav #list_recursos {
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .header_nav .nav #list_servicios, .header_nav .nav #list_recursos {
    display: none;
    left: -20px;
  }
}

.overview {
  display: none;
  position: absolute;
  width: 100vw;
  height: 100svh;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0px 0px 6px black);
}

.overview.active {
  display: block;
}

.overview.hidden {
  display: none;
}

/* SLIDER */
.slider {
  padding-top: 134px;
  width: 100%;
  height: 90svh;
  background-color: #194F90;
}
.slider__item--01 {
  background-image: url("../images/prepa-uvae-slider-01.jpg");
  background-position: center center;
  background-size: cover;
}
.slider__item--02 {
  background-image: url("../images/prepa-uvae-slider-02.jpg");
  background-position: center center;
  background-size: cover;
}
.slider .owl-nav {
  position: absolute;
  bottom: 40px;
  left: 5%;
}
.slider .owl-nav button {
  background-color: rgba(250, 250, 250, 0.1) !important;
  border-radius: 40px;
  margin: 0px 12px;
}
.slider .owl-nav i {
  color: #ffffff;
  font-size: 2.6rem;
  padding: 0px 8px;
  width: auto;
  height: auto;
}
.slider .owl-dots {
  position: absolute;
  transform: rotate(90deg);
  bottom: 50%;
  right: 0;
}
.slider .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.slider .owl-dots span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.slider .owl-slider {
  height: calc(90svh - 134px);
}
.slider .owl-slider .owl-height, .slider .owl-slider .owl-stage {
  height: 100% !important;
}
.slider .owl-slider .owl-stage .owl-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-end;
  height: 100%;
}
.slider .owl-slider .item {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .slider .owl-slider .item .container, .slider .owl-slider .item .row {
    height: 100% !important;
  }
}
.slider .owl-slider .item .container, .slider .owl-slider .item .row, .slider .owl-slider .item .row > div {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .slider .owl-slider .item .container, .slider .owl-slider .item .row, .slider .owl-slider .item .row > div {
    height: auto;
  }
}
.slider .owl-slider__01 {
  background-color: #194F90;
}
.slider .owl-slider__01--img {
  background-image: url("../images/prepa-uvae-futuro-brillante.png");
  background-image: url("../images/prepa-uvae-futuro-brillante.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .slider .owl-slider__01--img {
    height: 400px !important;
    background-position: center top;
    background-size: 90%;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .slider .owl-slider__01--img {
    background-size: 70%;
  }
}
.slider .owl-slider__02 {
  background-color: #EA7D1E;
}
.slider .owl-slider__02--img {
  background-image: url("../images/prepa-uvae-slider-emprendedor-dos.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .slider .owl-slider__02--img {
    height: 400px !important;
    background-position: center top;
    background-size: 90%;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .slider .owl-slider__02--img {
    background-size: 70%;
  }
}

section.section {
  padding: 120px 0px 0px;
}
@media screen and (max-width: 991px) {
  section.section {
    padding: 80px 0px 0px;
  }
}

/* VIDEO */
.video__intro {
  padding: 120px 0px 160px 0px !important;
}
@media screen and (max-width: 991px) {
  .video__intro {
    padding: 80px 0px 120px 0px !important;
  }
}
.video__cont {
  position: relative;
  top: 100px;
  background-color: #48D0FD;
  height: 200px;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .video__cont {
    top: 50px;
  }
}
.video__bg {
  position: relative;
  border-radius: 12px;
  top: -100px;
  width: 100%;
  height: 400px;
  background-image: url("../images/prepa-uvae-video-intro.jpg");
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .video__bg {
    height: 300px;
    top: -50px;
  }
}
.video__bg a {
  cursor: pointer;
}
.video__bg a span {
  transform: scale(1);
  animation-name: videoAnima;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.video__actividades {
  position: relative;
  border-radius: 12px;
  top: 0px;
  width: 100%;
  height: 300px;
  background-image: url("../images/prepa-uvae-video-actividades.jpg");
  background-position: center center;
  background-size: cover;
}
.video__icon {
  transform: scale(1);
  animation-name: videoAnima;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  cursor: pointer;
  position: absolute;
  height: 80px;
  width: 80px;
  background-image: url("../images/prepa-uvae-video-intro-icon.png");
  background-size: cover;
  background-position: center center;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
.video__btn-close {
  position: absolute;
  right: -42px;
  background-color: #fff;
  padding: 12px;
  opacity: 2;
}

.show {
  opacity: 1;
}

.modal-dialog .holavideo {
  width: 100%;
  height: 460px;
}
@media screen and (max-width: 576px) {
  .modal-dialog .holavideo {
    height: 320px;
  }
}

.pin {
  position: relative;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
.pin__back {
  position: absolute;
  top: 0;
}
.pin__back img {
  animation-name: soyUvae;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pin__front {
  position: absolute;
  top: 0;
}
.pin__back img, .pin__front img {
  width: 100%;
}

/* MODELO EDUCATIVO */
.mEducativo {
  padding: 60px 0px 0px;
}
.mEducativo__card {
  box-sizing: border-box;
  padding: 0px 7px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .mEducativo__card {
    margin-bottom: 20px;
  }
}
.mEducativo__card--pink {
  border: 5px solid #E40B68;
}
.mEducativo__card--naranja {
  border: 5px solid #EA7D1E;
}
@media screen and (max-width: 768px) {
  .mEducativo__card--naranja img {
    position: relative;
    top: -18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .mEducativo__card--naranja img {
    top: -12px;
  }
}
.mEducativo__card--verde {
  border: 5px solid #008E1B;
}
@media screen and (max-width: 991px) {
  .mEducativo__card--verde {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .mEducativo__card--verde {
    margin-top: 30px;
  }
}
.mEducativo__card--top {
  padding: 20px 20px 20px 20px;
}
.mEducativo__card--bottom {
  padding: 20px 20px 29px 20px;
}
.mEducativo__img {
  position: relative;
  width: 100%;
}
.mEducativo__img--top {
  top: -10px;
}
@media screen and (max-width: 1200px) {
  .mEducativo__img--top {
    top: -5px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .mEducativo__img--top {
    top: -8px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) {
  .mEducativo__img--top {
    top: -15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 768px) and (max-width: 576px) {
  .mEducativo__img--top {
    top: -9px;
  }
}
.mEducativo__img--bottom {
  margin-bottom: 7px;
}
.mEducativo__tit {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .mEducativo__tit {
    font-size: 1.9rem;
  }
}
.mEducativo__tit--pink {
  color: #E40B68;
}
.mEducativo__tit--naranja {
  color: #EA7D1E;
}
.mEducativo__tit--verde {
  color: #008E1B;
}

@media screen and (max-width: 768px) {
  .col__reverse {
    margin-top: 30px;
    display: flex;
    flex-direction: column-reverse;
  }
}

/* SECUNDARIAS */
.secundarias__carrucel {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .secundarias__carrucel {
    margin-top: 34px;
  }
}

.owl-secundaria, .owl-universidades {
  position: relative;
}
.owl-secundaria img, .owl-universidades img {
  width: auto !important;
  margin: 0 auto;
}
.owl-secundaria .owl-nav, .owl-universidades .owl-nav {
  position: absolute;
  display: inline-block;
  top: 0;
  margin-top: -70px;
  right: 0;
}

.owl-deportivos .owl-nav {
  position: absolute;
  display: inline-block;
  top: 0;
  margin-top: -70px;
  right: 0;
}

.actividades {
  position: relative;
  height: 100%;
}
.actividades::before {
  position: absolute;
  content: "";
  top: 10%;
  right: 0;
  width: 20%;
  height: 90%;
  background-color: #003E7F;
}
@media screen and (max-width: 991px) {
  .actividades::before {
    width: 30%;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .actividades::before {
    width: 25%;
  }
}

/* BANNER */
.banner {
  background-color: #48D0FD;
  background-image: url("../images/prepa-uvae-isotipo-watermark.png");
  background-position: center right;
  background-repeat: no-repeat;
  padding: 80px 0px 0px;
}
.banner .formulario {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .banner .formulario {
    padding-bottom: 40px;
  }
}
.banner__form--img {
  display: flex;
  align-items: flex-end;
}

.formulario {
  font-family: proxima-nova, sans-serif;
}
.formulario input[type=text], .formulario input[type=email] {
  font-family: proxima-nova, sans-serif;
  margin-top: 22px;
  border-radius: 6px;
  padding: 6px 16px;
  font-weight: normal;
  border: none;
  width: 100%;
}
.formulario input::-moz-placeholder {
  color: #BABABA;
}
.formulario input::placeholder {
  color: #BABABA;
}
.formulario input[type=submit] {
  background-color: #EA7D1E;
  padding: 6px 48px 6px 20px;
  border-radius: 25px;
  font-weight: bold;
  margin-top: 20px;
  color: #ffffff;
  border: none;
}
.formulario textarea {
  padding: 6px 48px 6px 20px;
  border-radius: 6px;
  font-weight: bold;
  margin-top: 22px;
  height: 120px;
  width: 100%;
}
.formulario textarea::-moz-placeholder {
  color: #BABABA;
}
.formulario textarea::placeholder {
  color: #BABABA;
}
.formulario__principal {
  padding: 0px 0px 0px;
}
.formulario__principal--mt {
  margin-top: 120px;
}
.formulario__img {
  border-radius: 12px;
}

.header {
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 160px;
}
@media screen and (max-width: 991px) {
  .header img {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .header img {
    padding-top: 20px;
  }
}
.header__uvae {
  background-color: #48C9FC;
}
.header__educativo {
  background-color: #EA7D1E;
}
.header__curricular {
  background-color: #A27FEA;
}
.header__calendario {
  background-color: #EFBA25;
}
.header__admisiones {
  background-color: #E85051;
}
.header__actividades {
  background-color: #48D0FD;
}
.header__slogan {
  display: flex;
  flex-direction: row;
  border-radius: 20px;
}
.header__slogan .slogan {
  border-radius: 25px;
  border-radius: 25px;
  color: #ffffff;
}
.header__slogan .slogan__back {
  padding: 6px 52px 6px 24px;
  text-wrap: nowrap;
}
.header__slogan .slogan__back--blue {
  border: 2px solid #1D61AC;
}
.header__slogan .slogan__back--bluelight {
  border: 2px solid #48D0FD;
}
.header__slogan .slogan__back--yellow {
  border: 2px solid #EFBA25;
}
.header__slogan .slogan__back--purple {
  border: 2px solid #4A2160;
}
.header__slogan .slogan__back--orange {
  border: 2px solid #EA7D1E;
}
.header__slogan .slogan__front {
  position: relative;
  text-wrap: nowrap;
  padding: 6px 24px;
  left: -40px;
}
.header__slogan .slogan__front--blue {
  border: 2px solid #1D61AC;
  background-color: #1D61AC;
}
.header__slogan .slogan__front--bluelight {
  border: 2px solid #48D0FD;
  background-color: #48D0FD;
}
.header__slogan .slogan__front--yellow {
  border: 2px solid #EFBA25;
  background-color: #EFBA25;
}
.header__slogan .slogan__front--purple {
  border: 2px solid #4A2160;
  background-color: #4A2160;
}
.header__slogan .slogan__front--orange {
  border: 2px solid #EA7D1E;
  background-color: #EA7D1E;
}

.historia img {
  border-radius: 12px;
}
.historia__txt {
  padding-left: 38px;
}
@media screen and (max-width: 991px) {
  .historia__txt {
    padding-left: 0px;
  }
}

.valores {
  padding: 120px 0px 80px 0px !important;
}
@media screen and (max-width: 991px) {
  .valores {
    padding: 80px 0px 80px 0px !important;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .valores {
    padding: 60px 0px 60px 0px !important;
  }
}
.valores__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
.valores__item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 576px) {
  .valores__item {
    width: 100%;
  }
}
.valores__header {
  display: flex;
}

.card__proyecto .nav-link {
  color: #008E1B;
  padding: 6px 24px;
  border: 1px solid #008E1B;
  margin-right: 8px;
  margin-bottom: 12px;
  border-radius: 25px;
}
@media screen and (max-width: 576px) {
  .card__proyecto .nav-link {
    padding: 6px 20px;
  }
}
.card__proyecto .nav-link.active {
  font-family: proxima-nova, sans-serif;
  background-color: #008E1B;
  color: #ffffff;
}
.card__tabulador {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .card__tabulador {
    margin-top: 20px;
  }
}
.card__tabulador .nav-link {
  color: #E40B68;
  padding: 6px 24px;
  border: 1px solid #E40B68;
  margin-right: 8px;
  margin-bottom: 12px;
  border-radius: 25px;
}
.card__tabulador .nav-link.active {
  font-family: proxima-nova, sans-serif;
  background-color: #E40B68;
  color: #ffffff;
}
.card__list {
  list-style: disc;
  padding-left: 24px;
}
.card__list--item {
  padding: 12px 0px 12px;
}
@media screen and (max-width: 991px) {
  .card__list--item {
    padding: 6px 0px 6px;
  }
}

.tab-pane.active {
  position: relative;
}
.tab-pane.active::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  left: calc(50% - 150px);
  top: calc(50% - 150px);
  border-radius: 50%;
  background-color: #E40B68;
  opacity: 0.1;
  z-index: -1;
}

.tab__proyecto {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .tab__proyecto {
    margin-top: 30px;
  }
}
.tab__proyecto .row {
  align-items: center;
}
.tab__proyecto .row img {
  border-radius: 12px;
}
.tab__proyecto .tab-pane.active {
  position: relative;
}
.tab__proyecto .tab-pane.active::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  left: calc(50% - 150px);
  top: calc(50% - 150px);
  border-radius: 50%;
  background-color: #008E1B;
  opacity: 0.1;
  z-index: -1;
}

/* MODELO */
.modelo {
  padding: 80px 0px 80px 0px !important;
}
.modelo__personal {
  padding: 60px 0px;
}

.sticky-top {
  z-index: 8;
}

/* MAPA CURRICULAR */
.mapa__curricular {
  padding: 120px 0px !important;
}
@media screen and (max-width: 768px) {
  .mapa__curricular {
    padding: 80px 0px !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .mapa__curricular {
    padding: 60px 0px !important;
  }
}

.curricular__row {
  position: relative;
  justify-content: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .curricular__row {
    padding-left: 50px;
  }
}
.curricular__list {
  padding-left: 20px;
  list-style: disc;
}
.curricular__num {
  position: absolute;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .curricular__num {
    left: 0;
  }
}
.curricular__num::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  left: 30px;
  background-color: #EA7D1E;
  opacity: 0.2;
}
.curricular__num--img {
  position: sticky;
  top: 400px;
}
.curricular__num::before {
  position: absolute;
}

/* ACTIVIDADES EXTRACURRICULARES */
section.portfolio {
  padding: 120px 0px 80px 0px !important;
}
@media screen and (max-width: 1200px) {
  section.portfolio {
    padding: 80px 0px 80px 0px !important;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  section.portfolio {
    padding: 60px 0px 60px 0px !important;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) and (max-width: 576px) {
  section.portfolio {
    padding: 30px 0px 60px 0px !important;
  }
}

.portfolio .portfolio-cats {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.portfolio .portfolio-cats--todos {
  border: 1px solid #194F90;
  color: #194F90;
}
.portfolio .portfolio-cats--todos.active {
  background-color: #194F90 !important;
  color: #ffffff;
}
.portfolio .portfolio-cats--deportivas {
  border: 1px solid #2594E5;
  color: #2594E5;
}
.portfolio .portfolio-cats--deportivas.active {
  background-color: #2594E5 !important;
  color: #ffffff;
}
.portfolio .portfolio-cats--culturales {
  border: 1px solid #4A2160;
  color: #4A2160;
}
.portfolio .portfolio-cats--culturales.active {
  background-color: #4A2160 !important;
  color: #ffffff;
}
.portfolio .portfolio-cats--academicos {
  border: 1px solid #EA7D1E;
  color: #EA7D1E;
}
.portfolio .portfolio-cats--academicos.active {
  background-color: #EA7D1E !important;
  color: #ffffff;
}
.portfolio .portfolio-cats--talleres {
  border: 1px solid #E85051;
  color: #E85051;
}
.portfolio .portfolio-cats--talleres.active {
  background-color: #E85051 !important;
  color: #ffffff;
}
.portfolio .portfolio-cats--recreativos {
  border: 1px solid #EFBA25;
  color: #EFBA25;
}
.portfolio .portfolio-cats--recreativos.active {
  background-color: #EFBA25 !important;
  color: #ffffff;
}
.portfolio a {
  padding: 6px 44px;
  border-radius: 32px;
  background: white !important;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
@media screen and (max-width: 992px) {
  .portfolio a {
    padding: 6px 32px;
  }
}
.portfolio .item .item-wrap > .work-info h3 {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  margin-bottom: 0;
  padding: 0px 12px;
}
.portfolio .item .item-wrap > .work-info span {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.portfolio .portfolio-gallery {
  position: relative;
}
.portfolio .portfolio-item {
  width: 25%;
  height: 200px;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
  transition-property: opacity, transform;
  transition-duration: 0.7s;
}
@media screen and (max-width: 1200px) {
  .portfolio .portfolio-item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) {
  .portfolio .portfolio-item {
    width: 50%;
  }
}
.portfolio .portfolio-item .item-inner {
  display: flex;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
}
.portfolio .portfolio-item .item-inner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.projects .filter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects .filter_button {
  display: flex;
}
.projects .filter_button .title {
  padding: 0.5rem;
  margin: 0.5rem;
  font-weight: bold;
}
.projects .filter_button .option {
  padding: 6px 48px;
  border-radius: 32px;
  background: white !important;
  color: #2594E5;
  text-decoration: none;
  display: block;
  margin: 0.5rem;
}
.projects .filter_button .option__deporte {
  border: 1px solid #48D0FD;
}
.projects .filter_button .option__deporte.is_active {
  background: #48D0FD !important;
  color: #ffffff;
}
.projects .filter_button .option__cultural {
  color: #4A2160;
  border: 1px solid #4A2160;
}
.projects .filter_button .option__cultural.is_active {
  background: #4A2160 !important;
  color: #ffffff;
}
.projects .filter_button .option.is_active {
  font-weight: bold;
}
.projects .projects_inner {
  display: flex;
  flex-wrap: wrap;
}
.projects .projects_inner .project {
  width: calc(33.33% - 1rem);
  margin: 0.5rem;
  background-color: currentColor;
  height: 200px;
}
.projects .projects_inner .project .tag {
  color: black;
  padding: 0.5rem;
}

/* CONTACTO */
.contacto__form {
  margin-top: 60px;
  margin-bottom: 80px;
}
.contacto__list {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .contacto__list {
    margin-left: 20px;
  }
}
.contacto__item {
  font-size: 1rem;
  color: #194F90;
}
.contacto__item--icon {
  position: absolute;
  left: -20px;
}
.contacto__item a {
  color: #194F90;
}
.contacto__form .formulario {
  border-radius: 12px;
  background-color: #1D61AC;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .contacto__form .formulario {
    padding: 40px;
  }
}

/* MODAL */
.modal-body {
  background-color: #000;
}

/* FOOTER */
.foot__contact {
  padding: 80px 0px 40px 0px;
  background-color: #194F90;
}
@media screen and (max-width: 576px) {
  .foot__contact {
    padding: 40px 0px 20px 0px;
  }
}
.foot__logo {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.foot__logo img {
  height: 60px;
  width: 100%;
}
.foot__nav--list {
  margin: 40px 0px 20px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .foot__nav--list {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .foot__nav--list li {
    margin: 10px 0px;
  }
}
.foot__nav--contact {
  margin: 40px 0px 20px 0px;
}
@media screen and (max-width: 576px) {
  .foot__nav--contact {
    margin: 20px 0px 20px 0px;
    text-align: center;
  }
}
.foot__nav--contact a {
  font-size: 0.9rem;
  color: #ffffff;
}
.foot__item a {
  font-size: 0.9rem;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .foot__item a {
    font-size: 0.7rem;
  }
}
.foot__pleca {
  background: #ffffff;
  color: #ffffff;
}
.foot__legales {
  padding: 20px 0px 2px 0px;
  background-color: #184274;
}
.foot__legales--list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.foot__legal {
  color: #ffffff;
  font-size: 0.9rem;
}
.foot__legal a {
  font-size: 0.9rem;
  color: #ffffff;
}
.foot__phone {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 991px) {
  .foot__phone {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .foot__phone {
    margin-top: 0px;
    margin-bottom: 20px;
    justify-content: center;
  }
}
.foot__phone--two {
  display: flex;
  flex-direction: column;
}
.foot__map {
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .foot__map {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .foot__map {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.aviso {
  padding: 120px 0px 80px !important;
}

.transition {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  background: #194F90;
  text-align: center;
  overflow: hidden;
}
.transition__img {
  position: absolute;
  padding-top: calc(50svh - 60px);
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}

.hidden__anima {
  overflow: hidden;
}

.txt__anima {
  transform: translateY(90px);
  opacity: 0;
}

.txt__anima.show {
  transform: translateY(0px);
  opacity: 1;
}

.txt__anima.show {
  transform: rotate(0deg) scale(1);
}

.txt__anima {
  transition: all 1s;
}

/* __MENSAJE DE ERROR__ */
.formulario__input-error {
  font-size: 14px;
  margin-bottom: 0;
  padding: 6px 12px;
  color: #ffffff !important;
  display: none;
}

.formulario__input-error-activo {
  display: block;
}

.formulario__validacion-estado {
  position: absolute;
  right: 28px;
  top: 8px;
  z-index: 100;
  font-size: 16px;
  opacity: 0;
}

.formulario__mensaje, .formulario__captcha {
  height: 45px;
  margin-top: 12px;
  line-height: 45px;
  background: #F66060;
  padding: 0 15px;
  border-radius: 3px;
  display: none;
}

.formulario__mensaje p, .formulario__captcha p {
  color: #ffffff !important;
}

.formulario__mensaje-activo {
  display: block;
}

.formulario__mensaje-exito {
  margin-top: 8px;
  font-size: 14px;
  background-color: #1eab0b;
  padding: 10px 15px;
  color: #ffffff;
  display: none;
}

.formulario__mensaje-exito-activo {
  display: block;
}

/* ----- -----  Estilos para Validacion ----- ----- */
.formulario__grupo-correcto .formulario__validacion-estado {
  color: #1ed12d;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
  color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
  color: #bb2929;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
  border: 3px solid #bb2929 !important;
}

/* ANIMACIÓN MENU */
@keyframes show_menu_anima {
  from {
    right: -100%;
  }
  to {
    right: 0px;
  }
}
@keyframes hide_menu_anima {
  from {
    right: 0px;
  }
  to {
    right: -100%;
  }
}
@keyframes soyUvae {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes videoAnima {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */