/*================DEFAULTS================*/
html {
    scroll-behavior: smooth
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Outfit', sans-serif;
    font-size: 16px !important;
    color:#ffffff;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background-color: #ffffff;
  }

h1, h2 {
     font-family: "Cormorant Garamond", serif;
     font-optical-sizing: auto;
     font-style: normal;
     font-weight: 500;
}

h1 strong {
    font-family: "Cormorant Garamond", serif;
     font-optical-sizing: auto;
     font-style: normal;
     font-weight: 700; 
}

h3, h4, h5, h6 {
    font-family: "Cormorant Garamond", serif;
     font-optical-sizing: auto;
     font-style: normal;
     font-weight: 500; 
}

h2 {
  font-size: calc(1.4rem + .9vw);
}

h3 {
  font-size: calc(1.2rem + .9vw);
}

h4 {
    font-size: calc(1.1rem + .3vw);
}

section {
  padding: 5rem 0;
}

p {
    font-family: "Outfit", sans-serif;
}

/*================NAVBAR================*/
.navbar {
    display: flex;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    padding: 0 30px;
    font-size: 20px;
    z-index: 1;
    align-items: center;
    background-color: rgba(173, 208, 221, 0.7);
}
  
.navbar .navbar-collapse {
    flex-direction: row-reverse;
}

.logo {
    display: inline-block;
    max-width: 260px;
    height: auto;
    width: 200px;
}

.simbolo {
    width: calc(1.8rem + 6.9vw);
}


/*================MAIN SECTION================*/
.main {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image:url(https://mkt.urbanitae.com/rs/178-PWS-136/images/academy-header.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
    color: #ffffff;
    padding: 0;
  }

.main .container {
  height: 100vh;
}

.main .col:first-of-type {
    padding-left: 8rem;
    padding-right: 1.5rem;
}

.main h1  {
  font-size: 3.4rem;    
}

.main p {
    font-size: 1.4rem;
    max-width: 810px;
}

.main .fa-solid {
    font-size: 3rem;
}

.main .nav {
    background-color: #002360;
    padding: 1rem;
}

.main li {
    font-size: 1.3rem;
    padding: 1rem 0;
}

.main li a {
    color: #ffffff;
    text-decoration: inherit;
}

.nav-link:hover {
    color: #ffffff;
}

.btn-close {
     --bs-btn-close-color: #ffffff!important;
}
.offcanvas {
    background-color: #002360;
}

 /* ===================================
   que es
====================================== */
.que_es {
    color:#002360;
    padding: 0;
}

.que_es .col:first-of-type{
    padding: 3rem 0;
}

.que_es .imagen {
    background-image:url(https://mkt.urbanitae.com/rs/178-PWS-136/images/academy-student-boy.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
}

.que_es p {
    text-align: justify;
}

 /* ===================================
   urbanitae
====================================== */
.urbanitae {
    background-color: #002360;
    color: #ffffff;
}

.urbanitae p {
    font-size: calc(0.6rem + .9vw);
}

.urbanitae .card {
    border: #002360 1px solid;
}

.urbanitae .card-body {
   background-color: #002360; 
}

.urbanitae .card-title {
    color: #5dfaae;
    text-align: center;
    font-size: calc(1.5rem + .9vw);
}

.urbanitae .card-subtitle {
    color:#ffffff;
    text-align: center;
    font-size: calc(0.5rem + .9vw);
}

 /* ===================================
   QUE VER - CONTENIDO
====================================== */
.que-ver {
    background-color:#eef1f6; 
    color: #002360;
    padding-top: 0;
}

.que-ver .container-fluid {
    background-color: #002360;
    color: #ffffff;
}

 /* ===================================
   VIDEO
====================================== */

.video {padding: 2rem 0}

/*================SLIDER SECTION================*/

.que-ver a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
    font-family: "Cormorant Garamond", serif;
     font-optical-sizing: auto;
     font-style: normal;
     font-weight: 500; 
}

.que ver h3 {
  font-size: 20px;
}
.owl-1 .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
}

.owl-carousel .owl-item img {
    object-fit: cover;
}

.media-29101 .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.media-29101 .text {
  padding: 0 50px 25px 50px;
}
@media (max-width: 991.98px) {
  .media-29101 .text {
    padding: 20px;
    width: 100%;
  }
    
  .owl-carousel .owl-item img {
    height: auto;
  }    
}

.media-29101 .text h2 {
  font-family: "Garamond", times, serif;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
.media-29101 .text h2 a {
  color: #212121;
}
.carousel-nav {
  width: 100%;
  border-bottom: 1px solid #002360;
  margin-bottom: 40px;
}
.carousel-nav a {
  color: #999;
  padding: 20px;
  text-align: center;
  display: inline-block;
}
.carousel-nav a:hover {
  color: #000;
}
.carousel-nav a.active {
  color: #212121;
  background-color: rgb(133, 63, 232, 0.2); 
  font-weight: 900;    
}
.carousel-nav a.active:before {
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  position: absolute;
}


 /* ===================================
   POR QUÉ ACADEMY
====================================== */
.why-academy {
    color: #002360; 
}

.why-academy p {
    text-align: justify;
}

 /* ===================================
   DESCUBRE
====================================== */
.descubre {
    background-image:url(https://mkt.urbanitae.com/rs/178-PWS-136/images/academy-fondo-descubre.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;  
}

.descubre p {
    font-size: calc(0.6rem + .9vw);
}

 /* ===================================
   COMO FUNCIONA
====================================== */
.funciona {
    padding-top: 0;
}

.funciona .container-fluid {
    background-color: #002360;
    color: #ffffff;
}

.funciona .container{
    color: #002360;
}

.funciona .card {
    border-color: #EEF1F6;
    background-color: #EEF1F6;
    box-shadow: 4px 4px 4px 0 rgba(0, 35, 96, 0.2);
}

.funciona .card-body {
    padding-top: 4rem;
}

.funciona .card-title {
    font-size: 2.2rem;
    color: #853FE8!important;
}

.funciona .card-subtitle {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color:#002360;
}

.funciona .card-text {
    color:#002360;
}


 /* ===================================
   FAQS
====================================== */
.faqs {
    background-color: #eef1f6;
    color: #002360;
}

.faqs .accordion-item {
    background-color: #eef1f6!important;
    margin-bottom: 1.2rem;
    border: solid 1px #002360 !important;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    padding: 0.1rem;
}

.faqs .accordion-button {
    background-color: #eef1f6!important;
    color: #002360!important;
    font-weight: bolder;

}

.faqs h2 {
    text-align: center;
}

.faqs h4 {
    font-family: "Outfit", sans-serif;
    color: #853FE8!important;
}

.faqs .accordion-button:not(.collapsed) {
    color: #853FE8!important;
    box-shadow: none!important;
}

.faqs .accordion-body {
  color: #853FE8!important;
}



/* FLECHA SCROLL */

.scroll-top-arrow {
    background-color: #853FE8;
    text-align: center
}

.scroll-top-arrow {
    font-size: 25px;
    line-height: 45px;
    color: #fff !important;
    display: none;
    height: 45px;
    width: 45px;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 50%;
    text-decoration: none;
    z-index: 99;
    border-radius: 100%;
	box-shadow: 0 4px 8px rgb(0, 0, 0, 0.5);
}


/* ===================================
   PROPIOS URBANITAE
====================================== */
.bt-g4 {
    border-top: solid 9px #5dfaae;
}

.bb-g4 {
    border-bottom: solid 5px #5dfaae;
}

.lb-g4 {
    border-left: solid 5px #5dfaae;
}

.btn-urbanitae {
    color: #fff;
    background-color: #30b767 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-radius: 30px;
    padding: 14px 36px;
    margin: 0 auto;
    display: inline-block;
    max-width: fit-content;
    font-family: 'bw_modelica_lgc_ss01_2bold', sans-serif;
    line-height: 23px;
    letter-spacing: 2px;
    appearance: initial;
    transition: all .5s ease !important;
}

.academy-btn {
    color: #fff;
    background-color: #002360 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-radius: 30px;
    padding: 14px 36px;
    margin: 0 auto;
    display: inline-block;
    max-width: fit-content;
    font-family: 'Outfit', sans-serif;
    line-height: 23px;
    letter-spacing: 2px;
    appearance: initial;
    transition: all .5s ease !important;
}

.btn-urbanitae-wh-tr {
    color: #fff;
    border: 4px solid #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-radius: 30px;
    padding: 14px 36px;
    margin: 0 auto;
    display: inline-block;
    max-width: fit-content;
    font-family: 'bw_modelica_lgc_ss01_2bold', sans-serif;
    line-height: 23px;
    letter-spacing: 2px;
    appearance: initial;
    transition: all .5s ease !important;
}

.btn-urbanitae-wh-tr-sticky {
    color: #fff;
    border: 4px solid #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;

    border-radius: 42px;
    padding: 12px 33px;
    margin: 0 auto;
    display: inline-block;
    max-width: fit-content;
    font-family: 'bw_modelica_lgc_ss01_2bold', sans-serif;
    line-height: 18px;
    letter-spacing: 1px;
    appearance: initial;
}

btn-urbanitae-wh-tr-sticky:hover {
    border-color: #5dfaae !important;
}

.btn-urbanitae-wh-gr {
        color: #30b767;
    background-color: #ffffff;
    border: 4px solid #5dfaae;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-radius: 30px;
    padding: 14px 36px;
    margin: 0 auto;
    display: inline-block;
    max-width: fit-content;
    font-family: 'bw_modelica_lgc_ss01_2bold', sans-serif;
    /* line-height: 21px; */
    letter-spacing: 2px;
    appearance: initial;
    transition: all .5s ease !important;
}

.btn-urbanitae:hover {
    /* background-color: #5dfaae !important; */
    color: #ffffff;
    transform: scale(1.04);
}

.btn-urbanitae-wh-tr:hover {
    transform: scale(1.04);
    color: #ffffff;
}

.btn-urbanitae-wh-gr:hover {
    transform: scale(1.04);
    color: #30b767;
}

.bg-urb {
    background-color: #30b767;
}

.matrix-border-4 {
    border: 4px solid #5dfaae;
}

.matrix-border-5 {
    border: 5px solid #5dfaae;
}

.trust {
    padding: 2.5rem 0 !important;
    background-color: #ffffff;
}

.urba-link {
    color: #30b767;
    text-decoration: underline;
}

.urba-link:hover {
    color: #5dfaae;
    text-decoration: underline;
}

.urba-link-white {
    color: #ffffff;
    text-decoration: underline;
}

.urba-link-white:hover {
    font-weight: 600;
    color: #ffffff;
    text-decoration: underline;
}

.urba-link-black {
    color: #000000;
    text-decoration: underline;
}

.urba-link-black:hover {
    color: #000000;
    font-weight: 600;
}

.matrix-recuadro {
    border: solid 2px #5dfaae;
    width: auto;
    min-height: 100%;
}

.negro-urb {
    color: #212121;
}

.verde-1 {
    color: #30b767
}

.verde-4 {
    color: #5dfaae!important;
}

.azul-urb {
    color: #124079;
}

.pink-urb {
    color: #EDC3DF;
}

.yellow-urb {
    color: #EFCA7A;
}

.bgc-verde-suave {
    background-color: #6EFFCA;
}

/******** MEDIA QURIES**********/

@media (max-width:1200px) {
    
    .main h1  {
      font-size: 3rem;
    }
    
    .main {
        height: auto;
    }
    
    .main .col:first-of-type {
        padding-left: 6.5rem;
    }
}

@media (max-width:992px) {
    
    .logo {
        width: 170px;
    }
    .main h1{
        font-size: calc(2rem + .7vw);
    }
    
    .faqs h2, .faqs p {
        text-align: center;
    }
    
    .urbanitae p, .descubre p {
        font-size: calc(0.85rem + .9vw);
    }
    
    .urbanitae .card-title {
        font-size: calc(2.5rem + .9vw);
    }

    .urbanitae .card-subtitle {
        font-size: calc(0.8rem + .9vw);
    }
    
    .video {padding: 0}
}

@media (max-width:825px) {
    .main .col:first-of-type {
        padding-left: 6rem;
    }
}

@media (max-width: 768px) {

    .main {
        height: auto;
    }
      
  .main h1 {
   font-size: calc(1.8rem + .9vw);
  }

   .main .col:first-of-type {
        padding-left: 5rem;
    }    
    
  .logo {
    margin: auto;
    width: calc(1.8rem + 14.9vw);
   } 
    
   .main li {
    font-size: 1.1rem;      
   }
    
    .que_es .col:first-of-type {
        padding: 0;
    }    
}

@media (max-width:576px) {
    
    .main .col:first-of-type {
        padding-left: 3rem;
    }
    
    section {
      padding: 3rem 0;
    }
        
     .urbanitae .card-title {
        font-size: calc(2.6rem + .9vw);
    }

    .urbanitae .card-subtitle {
        font-size: calc(1rem + .9vw);
    }
    
}

@media (max-width: 350px) {

  .btn-urbanitae {
    font-size: 13px;
  }
}
    