body {opacity: 0;transition: all .5s;position: relative;}
.loaded body {opacity: 1;}

.enter-y { transform: translateY(50px); opacity: 0; transition: opacity 1s, transform 1.2s cubic-bezier(.165,.84,.44,1); -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); -webkit-transition: opacity 1s, transform 1.2s cubic-bezier(.165,.84,.44,1); -moz-transition: opacity 1s, transform 1.2s cubic-bezier(.165,.84,.44,1); -ms-transition: opacity 1s, transform 1.2s cubic-bezier(.165,.84,.44,1); -o-transition: opacity 1s, transform 1.2s cubic-bezier(.165,.84,.44,1); }
.enter-y-r {transform: translateY(-50px); opacity: 0; transition: opacity 1s, transform 1.2s cubic-bezier(.165,.84,.44,1);}
.enter-x {transform: translateX(50px); opacity: 0; transition: opacity 1s, transform 1.2s cubic-bezier(.165,.84,.44,1);}
.enter-x-r {transform: translateX(-50px); opacity: 0; transition: opacity 1s, transform 1.2s cubic-bezier(.165,.84,.44,1);}
.show .delay-1, .ready #hero .delay-1 {transition-delay: .2s !important;}
.show .delay-2, .ready #hero .delay-2 {transition-delay: .4s !important;}
.show .delay-3, .ready #hero .delay-3 {transition-delay: .6s !important;}
.show .delay-4, .ready #hero .delay-4 {transition-delay: .8s !important;}
.show .delay-5, .ready #hero .delay-5 {transition-delay: 1s !important;}
.show .delay-6, .ready #hero .delay-6 {transition-delay: 1.2s !important;}
.show .delay-7, .ready #hero .delay-7 {transition-delay: 1.4s !important;}
.show .delay-8, .ready #hero .delay-8 {transition-delay: 1.6s !important;}
.show .delay-9, .ready #hero .delay-9 {transition-delay: 1.8s !important;}
.show .delay-10, .ready #hero .delay-10 {transition-delay: 2s !important;}
.show .delay-11, .ready #hero .delay-11 {transition-delay: 2.2s !important;}
.show .delay-12, .ready #hero .delay-12 {transition-delay: 2.4s !important;}
.show .delay-13, .ready #hero .delay-13 {transition-delay: 2.6s !important;}
.show .delay-14, .ready #hero .delay-14 {transition-delay: 2.8s !important;}
.show .delay-15, .ready #hero .delay-15 {transition-delay: 3s !important;}
.loaded .show .enter-y, .loaded .show .enter-x, .loaded .show .enter-y-r, .loaded .show .enter-x-r {opacity: 1; transform: translate(0);}



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto';
}

img{
    width: 100%;
}

.header{
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
    z-index: 1000;
}
.logo-svg-pie{
    width: 90px;
    filter: invert(1);
}

.wrapperh{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.title{
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'DIN Condensed';
}

/* BURGER MENU */
  
.burger {
    position: relative;
    width: 1.25rem;
    height: 14px;
    transform: translateZ(0);
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    pointer-events: auto;
  }
  
  .burger__line {
    height: 2px;
    background-color: #000;
    transform-origin: right;
    width: 2.25rem;
  }
  
  .burger-close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    height: 2px;
    width: 2.25rem;
  }
  
  .burger-close__line {
    background-color: #fff;
      
  }
  
  .burger-close__line:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left;
  }
  
  .burger-close__line:last-child {
    position: absolute;
    left: calc(50% - 1px);
    top: calc(2.25rem/2*-1 + 1px);
    width: 2px;
    height: 2.25rem;
    transform-origin: bottom;
  }


/* UNI */

.sct-wrapper {
  display: flex;
  justify-self: center;
  align-items: center;
  flex-direction: column;
}

.s-section-p {
  margin-bottom: 50px;
}

.uni-t {
  font-weight: 600;
  font-size: 55px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.uni-p {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  text-align: center;
}

.sect-uni-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
  background: #f2f2f2;
  margin-bottom: 50px;
}

.s-wwhite {
  background: #fff !important;
}

.uni-mini-col {
  display: flex;
}

.uni-col-1 {
  width: 30%;
}

.uni-col-2 {
  width: 70%;
}

.uni-info h2 {
  font-weight: 600;
  font-size: 55px;
  margin-bottom: 20px; 
}

.mini-uni-info h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.mini-uni-info p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}

.mini-uni-info a {
  font-size: 20px;
  font-weight: 300;
  color: #000;
}

.uni-logo {
  width: 160px;
  height: 160px;
  object-fit: contain;
  margin-left: 20px;
  margin-right: 20px;
  opacity: 0 !important;
}

.uni-col-2 {
  display: flex;
}

.uni-col-2 img {
  width: 50%;
  height: 300px;
  object-fit: cover;
}

.uni-col-2 img:first-child {
  margin-right: 20px;
}

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

.footer{
    background-color: #000;
    color: #ffff;
    padding: 60px 80px;
}

.wrappfoot{
    display: flex;
    justify-content: space-between;
}

.foot__l{
    width: 200px;
    height: 100px;
    display: flex;
    flex-direction: column;
}

.foot__h4{
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    pointer-events: none;
}

.foot__sm{
    display: flex;
    flex-direction: flex-start;
    margin-bottom: 20px;
}

.foot__sm-link img{
    width: 25px;
    height: 25px;
    margin-right: 30px;
    opacity: .8;
    transition: .5s;
}


.foot__sm-link:hover img{
    width: 25px;
    height: 25px;
    margin-right: 30px;
    opacity: 1;
    transform: scale(1.2);
}

.foot__l-p{
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    pointer-events: none;
}

.foot__r-p{
    text-align: end;
    pointer-events: none;
    color: white;
}

.foot__r-p span{
    font-weight: 700;
    letter-spacing: 2px;
}


/* DROPDOWN */

.c-dropdown {
    position: fixed;
    overflow: hidden;
    visibility: hidden;
  }
  
  .c-dropdown,.c-dropdown__inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .c-dropdown__inner {
    position: fixed;
    display: flex;
    align-items: flex-start;
    background-color: #000;
    z-index: 130;
  }
  
  .is-device .c-dropdown__inner {
    padding: 0 8vw;
  }
  
  .is-desktop .c-dropdown__inner {
    justify-content: center;
  }
  
  .c-dropdown__content {
    width: 100%;
    height: 100%;
    padding-top: 10vw;
    position: relative;
  }
  
  .c-dropdown-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .c-dropdown-menu__item:not(:last-child) {
    margin-bottom: 2.85rem
  }
  
  .c-dropdown-menu__link {
    position: relative;
    display: block;
    line-height: 1.2;
    overflow: hidden;
    font-family: 'f1';
    transition: color .25s cubic-bezier(.19,1,.22,1);
    cursor: pointer;
  }
  
  .c-dropdown-menu__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .9s cubic-bezier(.19,1,.22,1);
  }
  
  .c-dropdown-menu__link:hover div {
    color: #fff;
  }
  
  .c-dropdown-menu__link.is-active:after,.c-dropdown-menu__link:hover:after,.current-menu-item .c-dropdown-menu__link:after {
    transform-origin: left;
    transform: scaleX(1);
  }
  
  .c-dropdown-menu__link.is-active,.current-menu-item .c-dropdown-menu__link {
    pointer-events: none;
  }
  
  .c-dropdown-menu--main .c-dropdown-menu__link,.is-desktop .c-dropdown-menu--sub .c-dropdown-menu__link {
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
  }

  .row-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .contact__redes__list {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  
  .contact__redes__item:not(:last-child) {
    margin-right: 10px;
  }
  
  .contact__redes__link {
    transition: background-color .65s ease-in-out;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  
  .contact__redes__link > svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    transition: all .65s ease-in-out;
  }
  
  .contact__redes__link:hover {
  }
  
  .contact__redes__link:hover > svg {
    transform: scale(1.1) !important;
  }
  
  .f-t {
    color: #fff;
    font-size: 1.8rem;
    position: relative;
  }

  .f-t:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .9s cubic-bezier(.19,1,.22,1);
}
  
    .f-t:hover:after {
        transform: scaleX(1) !important;
        transform-origin: left;
    }






@media only screen and (max-width:980px){

  .header {
      padding-left: 6vw;
      padding-right: 6vw;
  }

  .footer {
      padding: 100px 6vw;
  }

  .wrappfoot {
      flex-direction: column;
      align-items: flex-start;
  }

  .foot__l {
      width: 100%;
      margin-bottom: 30px;
  }

  .foot__r-p {
      text-align: left;
      line-height: 1.8;
  }

  .c-dropdown-menu__item:not(:last-child) {
      margin-bottom: 2rem;
  }

  .c-dropdown-menu__link {
      font-size: 25px !important;
  }

  .c-dropdown__content {
      padding-top: 0 !important;
  }

  .f-t {
      font-size: 14px;
  }

  .c-dropdown__content {
      display: flex;
      justify-content: center;
      align-items: center;
  }


  .uni-t {
    font-size: 45px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .uni-p  {
      width: 90%;
      text-align: left;
  }

  .uni-p br {
      display: none;
  }

  .sct-wrapper {
      align-items: flex-start;
      padding: 0 6vw;
  }

  .section2 {
      padding: 30px 40px;
  }


  .sect-uni-item {
	flex-direction: column;
	justify-content: flex-start;
    align-items: flex-start;
	padding: 40px 6vw;
  }

  .uni-col-1 {
	width: 100%;
  }

  .uni-col-2 {
	width: 100%;
	flex-direction: column;
  }

  .uni-col-2 img {
	  width: 100%;
	  height: 15rem;
	  margin-bottom: 30px;
  }

  .uni-col-2 img:first-child {
	  margin-right: 0;
  }

  .uni-mini-col {
	  margin-bottom: 30px;
  }

  .sect-unis-list {
	overflow: hidden;
  }
}