
.navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.navbar-brand {
    width: 200px;
    height: 100%;
    background-image: url(../images/wlogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-2 {
    background-image: url(../images/hero-new-login.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.navbar-header.page-scroll {
    height: 50px;
}
.waves {
    width: 100%;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
    z-index: 0!important;
    box-sizing: border-box;
    display: block;
}
.wave2 {
    width: 100%!important;
    bottom: 0%;
    position: absolute!important;
    vertical-align: middle;
    border-style: none;
    box-sizing: border-box;
}
.wave1 {
    width: 100%!important;
    bottom: 0%;
    position: absolute!important;
    vertical-align: middle;
    border-style: none;
    box-sizing: border-box;
    margin-bottom: -2px;
}
.container {
    z-index: 2!important;
    position: sticky;
}
#titulo-formamos {
      font-weight: 400;
    color: #0a74e7;
}
.Q1 {
    background-image: url(../images/1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.Q2 {
    background-image: url(../images/2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.Q3 {
    background-image: url(../images/3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.features-boxed {
    background-image: url('../images/bg1.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
}
.doble {
  display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 60px 0 15px 0;
}
.sence-box {
    background-color: white;
    margin: 0px;
    padding-bottom: 40px;
}
.curva {
    width: 100%;
    background-color: #f3f3f3;
    border: 0px;
}
.imgcurva {
    width: 100%!important;
    border-style: none;
    box-sizing: border-box;
    margin-bottom: -2px;
    display: block;
}
.half {
    max-width: 500px;
    padding: 15px;
}
.p-r-0 {
    padding-right: 0px;
}
.p-l-0 {
    padding-left: 0px;
}
.font-weight h2 {
    font-weight: 600!important;
    color: #2a3b4c!important;
}
#horquilla {
  position: absolute;
  z-index: 0;
  object-fit: cover; // this is the key
  width:100%;
  height:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.catalogo {
    position: absolute;
    width: 100%;
    object-fit: cover;
    min-height: 100%;
    top: 0px;
    z-index: -1;
}
.pitch-2 {
    width: 100%;
    background: linear-gradient(to right, rgb(0 0 0 / 24%) 0%, rgb(0 0 0 / 78%) 75%);
    background-size: cover;
    padding: 180px 0 180px 0;
    position: relative;
    overflow: hidden;
}
.pitch-inner h4 {
  font-family: 'Helvetica';
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  background-color: #00000057;
  padding: 9px 14px 7px 14px;
  border-radius: 50px;
  width: fit-content;
}
.pitch-inner h1 {
    font-family: 'Helvetica';
    font-size: 32px;
    line-height: 1.2;
    margin-top: 20px;
    color: #FFFFFF;
}
.pitch-inner p {
    font-family: 'Helvetica';
    font-size: 15px;
    line-height: 1.5;
    margin-top: 20px;
    color: #FFFFFF;
}
.btn-contact, .btn-contact:hover, .btn-contact:active, .btn-contact:focus {
    background-color: white;
}
.btn-action.btn-contact span, .btn-action.btn-contact span:hover {
    color: #0a74e6!important;
}
#catalogo {
  position: relative;
  top: -25px;
}
#contacto {
  position: relative;
  top: -44px;
}
.formulario {
  width: 100%;
  height: auto;
}
.formulario-c {
    background-color: #f3f3f3;
}
.formulario-h {
  background: #0a74e6;
  background: linear-gradient(41deg, rgba(109,29,253,1) 0%, rgba(24,187,212,1) 100%);
  color: white;
}
.form-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "f-h-1 f-h-2 f-h-2"
}
.f-h-1 {
  grid-area: f-h-1;
}
.f-h-2 {
  grid-area: f-h-2;
}
.f-h-1 h1 {
  font-size: 2rem;
  font-weight: 600;
  padding-top: 40px;
}
.f-h-1 p {
    font-size: .9rem;
    padding-top: 6px;
    line-height: 20px;
    padding-bottom: 58px;
    color: #ffffff8a;
    font-weight: 600;
    padding-right: 26px;
}
.form-cont {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "f-c-1 f-c-2 f-c-2"
}
.f-c-1 {
  grid-area: f-c-1;
}
.f-c-2 {
  grid-area: f-c-2;
  display: flex;
  justify-content: center;
}
.form {
    background: transparent;
    padding-top: 15px;
    height: 400px;
}
.f-paper {
  background-color: white;
  margin: -80px 3px 23px 3px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  border-radius: 6px;
  flex-direction: column;
  padding: 20px 40px;
  box-shadow: 0px 4px 18px #00000026;
}
.f-info {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
      margin-bottom: 26px;
}
.f-steps {
  padding: 20px;
  width: 100%;
  margin-bottom: 30px;
}
.f-c-1 p {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 32px;
    padding: 0 20px 1px 0px;
}
.f-steps th {
  padding-top: 37px;
}
.f-steps th p {
    width: 30px;
    height: 30px;
    background-color: #0a74e6;
    border-radius: 90px;
    text-align: center;
    padding: 8px;
    font-size: 1rem;
    color: white;
    box-shadow: 0px 0px 7px #0a74e6;
    font-weight: 600;
    line-height: inherit;
}
.f-steps td {
  padding:37px 10px 9px 15px;
  vertical-align: top;
}
.f-steps td h3 {
    font-size: 1.2rem;
    font-weight: 600;
}
.f-steps td p {
    font-size: .9rem;
    margin-top: 11px;
    line-height: 23px;
}
.f-c-1 h1 {
  font-size: 2rem;
  font-weight: 600;
  padding: 62px 5px 7px 0px;
}
.f-info .fas, .f-info .fab {
    padding: 11px;
    background: #0a74e6;
    background: linear-gradient(41deg, rgba(109,29,253,1) -60%, rgba(24,187,212,1) 180%);    color: white;
    font-size: 1.9rem;
    border-radius: 6px;
    margin-right: 20px;
    width: 52px;
    height: 52px;
}
.f-info p {
    font-size: 1rem;
    line-height: 24px;
    width: 86%;
    margin-left: 10px;
    margin-top: 2px;
}
.f-datos {
    display: flex;
    flex-direction: row;
    font-size: 1.3rem;
    padding-left: 8px;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 20px;
}
.f-datos-box {
    display: flex;
    flex-direction: row;
    border: 2px solid #0a74e6;
    padding: 0px 15px 0 5px;
    border-radius: 32px;
    margin-bottom: 15px;
    margin-right: 15px;
    transition: .3s;
}
.f-datos-box:hover {
  background-color: #f3f3f3;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
}
.f-datos-box .fas, .f-datos-box .fab {
    width: 45px;
    height: 45px;
    padding: 10px;
    color: #0a74e6;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f-datos-box p, .f-datos-box a {
    text-decoration: none;
    color: #525252;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-family: 'Helvetica';
}









/* ____________________________________________
_____SHAPE________________ */





:root {
	--br-blobby: 100%;
	--br-blobby-before: 100%;
	--br-blobby-after: 100%;
}


.shape-mask {
    position: absolute;
    right: -101px;
    top: 90px;
}

.shape-cont {
    position: relative;
    overflow: hidden;
    height: 600px;
    margin-top: -100px;
}


.shape {
	animation: rotate 10s linear infinite;
  background: linear-gradient(45deg, #0037ff -40%, #9c1fff 180%);
	border-radius: var(--br-blobby);
	position: relative;
	height: 430px;
	width: 430px;
	transition: 0.3s linear;
}
.shape::after {
	content: '';
  background: linear-gradient(45deg, #0a74e6 -40%, #ff1fe6 180%);
	border-radius: var(--br-blobby-after);
	position: absolute;
	opacity: 0.5;
	top: -2%;
	left: -2%;
	height: 104%;
	width: 104%;
	transition: 0.3s linear;
}

.shape::before {
	content: '';
  background: linear-gradient(45deg, #0ae6dc -40%, #bb1fff 180%);
	border-radius: var(--br-blobby-before);
	position: absolute;
	opacity: 0.5;
	top: -4%;
	left: -4%;
	height: 108%;
	width: 108%;
	transition: 0.3s linear;
}


@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
#explorar {
  height: 42px;
}











/* ____________________________________________
_____MODALIDADES________________ */











.f-right {
  position: relative;
  display: grid;
  place-items: center;
  z-index: -1!important;
  overflow-x: hidden;
      background-color: #0c1e31;
}
.nav-tabs {
    border: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 20px;
}
.nav-tabs>li.pres.active>a, .nav-tabs>li.pres.active>a:focus, .nav-tabs>li.pres.active>a:hover {
  color: white;
cursor: default;
background-color: #0a74e7;
border: 1px solid #0a74e7;
border-radius: 10px;
}
.nav-tabs>li.dis.active>a, .nav-tabs>li.dis.active>a:focus, .nav-tabs>li.dis.active>a:hover {
  color: white;
cursor: default;
background-color: #16d28f;
border: 1px solid #16d28f;
border-radius: 10px;
}
.nav-tabs>li.ele.active>a, .nav-tabs>li.ele.active>a:focus, .nav-tabs>li.ele.active>a:hover {
  color: white;
cursor: default;
background-color: #ff301f;
border: 1px solid #ff301f;
border-radius: 10px;
}
.nav-tabs>li.ble.active>a, .nav-tabs>li.ble.active>a:focus, .nav-tabs>li.ble.active>a:hover {
  color: white;
cursor: default;
border: transparent;
border-radius: 10px;
background: linear-gradient(241deg, #0a74e6, #8a2387, #e94057, #f27121);
background-size: 400% 400%;

-webkit-animation: aniGradient 10s ease infinite;
-moz-animation: aniGradient 10s ease infinite;
animation: aniGradient 10s ease infinite;
}
.nav-tabs>li>a {
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 10px!important;
    line-height: 1.528571;
    border: 1px dashed #0a74e6;
    color: #0a74e6;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.nav-tabs>li>a:hover {
    border: 1px solid #0a74e6;
    background-color: #eaeaea;
}
.modalidades {
    padding: 20px 0 50px 0;
    background-color: #f3f3f3
}
.bell-cont {
    background-color: #0a74e6;
    width: 27px;
    height: 27px;
    border-radius: 22px;
    padding: 3px;
    position: absolute;
    top: -9px;
    right: -12px;
}
lottie-player.bell {
    width: 100%;
    height: 100%;
}
lottie-player.arrow {
    position: absolute;
    top: 25px;
    width: 100%;
    right: 0;
    opacity: 60%;
    height: 45px;
}
.active lottie-player.arrow {
    display: none;
}
.flex-split .f-left {
    background: #0c1e31;
        flex: 1 0 40%;
}
.flex-split .f-left h2, .flex-split .f-left p{
    color: white;
}
.mod-card {
  margin: 10px;
  background-color: white;
  padding: 10px;
  border-radius: 15px;
  display: flex;
  line-height: 1.4;
  color: #3c3c3c;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}
.mod-btn {
    background-color: white;
    font-size: 1rem;
    font-family: Helvetica;
    border-radius: 10px;
    margin: 15px 0;
    font-weight: 700;
    transition: 0.2s;
}
.mod-btn:hover {
    box-shadow: 0px 11px 20px #2121213b;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
}
.txt-card {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.pe{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}
#modalidades {
    font-size: 2.5rem;
    color: #0a74e6;
    font-weight: 600;
    text-align: center;
    margin: 40px 0 60px 0;
}
@-webkit-keyframes fadeIn {
  0% { opacity: 0; -webkit-transform: translateY(-12px); -moz-transform: translateY(-12px);}
  100% { opacity: 1;  }
}

@keyframes fadeIn {
  0% { opacity: 0; -webkit-transform: translateY(-12px); -moz-transform: translateY(-12px);}
  100% { opacity: 1; }
}
.tab-content .tab-pane.active {
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: .8s;
  animation-name: fadeIn;
  animation-duration: .8s;
}






/* ____________________________________________
_____PRESENCIALES________________ */





.titulo-pres {
    font-size: 2rem;
    padding: 35px 30px 30px 35px;
    font-weight: 600;
    color: #0a74e6;
    background: rgb(79,29,253);
    background: -moz-linear-gradient(69deg, rgba(79,29,253,1) 0%, rgba(69,179,252,1) 35%);
    background: -webkit-linear-gradient(69deg, rgba(79,29,253,1) 0%, rgba(69,179,252,1) 35%);
    background: linear-gradient(69deg, rgba(79,29,253,1) 0%, rgba(69,179,252,1) 35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.page-catalogo .titulo-pres {
    text-align: center;
    font-size: 2rem;
    padding: 35px 30px 30px 35px;
    font-weight: 600;
    color: #0a74e6;
    background: rgb(79,29,253);
    background: -moz-linear-gradient(69deg, rgba(79,29,253,1) 0%, rgba(69,179,252,1) 85%);
    background: -webkit-linear-gradient(69deg, rgba(79,29,253,1) 0%, rgba(69,179,252,1) 85%);
    background: linear-gradient(69deg, rgba(79,29,253,1) 0%, rgba(69,179,252,1) 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.p-hache3 {
    line-height: 1.4;
    color: #0a74e6;
    font-size: 1.6rem;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 600;
}
.p1-img {
  position: absolute;
  left: -18px;
  bottom: -1px;
  width: 488px;
  height: 363px;
  background-image: url(../images/presenciales.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
      transition: .5s cubic-bezier(0, 0.02, 0, 0.99);
}
.p2-img {
  position: absolute;
  left: -18px;
  bottom: -1px;
  width: 488px;
  height: 363px;
  background-image: url(../images/presenciales2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
      transition: .5s cubic-bezier(0, 0.02, 0, 0.99);
}
.p-beneficios {
  display: flex;
  padding: 0 15px;
  font-size: 1rem;
font-weight: 600;
text-align: center;
color: white;
justify-content: space-around;
flex-wrap: wrap;
}
.p-beneficios .fas {
    font-size: 3rem;
    color: white;
    text-align: center;
}
.p-beneficios p {
  font-size: 12px;
  margin-top: 8px;
}
.p-b--a {
  flex: 0 0 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7px;
  padding: 8px;
  border-radius: 10px;
  background: rgb(87 35 206);
  min-width: 127px;
  transition: 0.2s;
  border: 1px solid;
}
.p-b--b {
    flex: 0 0 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7px;
  padding: 8px;
  border-radius: 10px;
  background: rgb(69 65 214);
  min-width: 127px;
  border: 1px solid;
  transition: 0.2s;
}
.p-b--c {
    flex: 0 0 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7px;
  padding: 8px;
  border-radius: 10px;
  background: rgb(39 109 199);
  min-width: 127px;
  border: 1px solid;
  transition: 0.2s;
}
.p-b--d {
    flex: 0 0 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7px;
  padding: 8px;
  border-radius: 10px;
  background: rgb(15 129 199);
  min-width: 127px;
  border: 1px solid;
  transition: 0.2s;
}
.p-b--a:hover, .p-b--b:hover, .p-b--c:hover, .p-b--d:hover {
    box-shadow: 0px 0px 20px #184e8452;
    border: 1px solid;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
}

.p3-cont {
  display: flex;
  flex-direction: row;
}
.p3-i {
    font-size: 6rem;
    margin: 10px 30px 10px 20px;
}
.pres-1 {
  grid-area: p1;
  flex-direction: column;
  justify-content: flex-start;
}
.pres-2 {
  grid-area: p2;
  display: flex;
  flex-direction: column;
}
.pres-3 {
    grid-area: p3;
    background: #0a74e6;
    background: linear-gradient(41deg, rgba(109,29,253,1) 0%, rgba(24,187,212,1) 100%);
    color: white;
}
.presencial-contain {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "p1 p1 p2 p2 p2" "p1 p1 p3 p3 p3";
}
.pres-btn {
  color: #6934f7!important;
}
.pres-btn:hover {
  color: #6934f7!important;
}




/* ____________________________________________
_____A DISTANCIA________________ */






.distancia-contain {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "d1 d1 d1 d2 d2" "d3 d3 d4 d4 d4";
}
.titulo-dis {
    font-size: 2rem;
    padding: 35px 30px 30px 35px;
    font-weight: 600;
    color: #0a74e6;
    background: rgb(34,193,195);
    background: -moz-linear-gradient(42deg, rgba(34,193,195,1) 0%, rgba(149,247,30,1) 60%);
    background: -webkit-linear-gradient(42deg, rgba(34,193,195,1) 0%, rgba(149,247,30,1) 60%);
    background: linear-gradient(42deg, rgba(34,193,195,1) 0%, rgba(149,247,30,1) 60%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.page-catalogo .titulo-dis {
    text-align: center;
    font-size: 2rem;
    padding: 35px 30px 30px 35px;
    font-weight: 600;
    color: #0a74e6;
    background: rgb(34,193,195);
    background: -moz-linear-gradient(42deg, rgba(34,193,195,1) 20%, rgba(149,247,30,1) 100%);
    background: -webkit-linear-gradient(42deg, rgba(34,193,195,1) 20%, rgba(149,247,30,1) 100%);
    background: linear-gradient(42deg, rgba(34,193,195,1) 20%, rgba(149,247,30,1) 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.d-hache3 {
    line-height: 1.4;
    color: #16d28f;
    font-size: 1.6rem;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 600;
}
.dis-1 {
  grid-area: d1;
  flex-direction: column;
  justify-content: flex-start;
}
.dis-2 {
  grid-area: d2;
  display: flex;
  flex-direction: column;
}
.dis-3 {
  grid-area: d3;
  display: flex;
  flex-direction: column;
  background-image: url(../images/dis3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dis-4 {
    grid-area: d4;
    background: rgb(34,195,170);
    background: linear-gradient(42deg, rgba(34,195,170,1) 0%, rgba(19,228,101,1) 100%);
    color: white;
}
.d1-img {
  position: absolute;
  left: 0px;
  top: 255px;
  width: 721px;
  height: 500px;
  background-image: url(../images/tablet1.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.d2-img {
  display: none;
  position: absolute;
  left: 345px;
  top: 107px;
  width: 323px;
  height: 300px;
  background-image: url(../images/fonos.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.d-beneficios {
  display: flex;
  padding: 0 15px;
  font-size: 1rem;
font-weight: 600;
text-align: center;
color: white;
justify-content: space-around;
flex-wrap: wrap;
}
.d-beneficios .fas {
    font-size: 3rem;
    color: white;
    text-align: center;
}
.d-beneficios p {
  font-size: 12px;
  margin-top: 8px;
}
.d-b--a {
  flex: 0 0 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7px;
  padding: 8px;
  border-radius: 10px;
  background: rgb(13 210 176);
  min-width: 127px;
  transition: 0.2s;
  border: 1px solid;
}
.d-b--b {
    flex: 0 0 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7px;
  padding: 8px;
  border-radius: 10px;
  background: rgb(18 212 140);
  min-width: 127px;
  border: 1px solid;
  transition: 0.2s;
}
.d-b--c {
    flex: 0 0 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7px;
  padding: 8px;
  border-radius: 10px;
  background: rgb(26 218 123);
  min-width: 127px;
  border: 1px solid;
  transition: 0.2s;
}
.d-b--d {
    flex: 0 0 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7px;
  padding: 8px;
  border-radius: 10px;
  background: rgb(18 226 105);
  min-width: 127px;
  border: 1px solid;
  transition: 0.2s;
}
.d-b--a:hover, .d-b--b:hover, .d-b--c:hover, .d-b--d:hover {
    box-shadow: 0px 0px 20px #184e8452;
    border: 1px solid;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
}
.dis-btn {
  color: #16d28f;
}
.dis-btn:hover {
  color: #ff2f1e;
}
.d-box-1 {
  padding-left: 15px;
  padding-right: 15px;
}





/* ____________________________________________
_____E-LEARNING________________ */







.elearning-contain {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "e1 e1 e2 e2 e2" "e3 e3 e2 e2 e2";
}
.titulo-ele {
    font-size: 2rem;
    padding: 35px 30px 30px 35px;
    font-weight: 600;
    color: #0a74e6;
    background: rgb(232,30,119);
    background: -moz-linear-gradient(41deg, rgba(232,30,119,1) 0%, rgba(253,100,29,1) 52%);
    background: -webkit-linear-gradient(41deg, rgba(232,30,119,1) 0%, rgba(253,100,29,1) 52%);
    background: linear-gradient(41deg, rgba(232,30,119,1) 0%, rgba(253,100,29,1) 52%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.page-catalogo .titulo-ele {
  text-align: center;
    font-size: 2rem;
    padding: 35px 30px 30px 35px;
    font-weight: 600;
    color: #0a74e6;
    background: rgb(232,30,119);
    background: -moz-linear-gradient(41deg, rgba(232,30,119,1) 0%, rgba(253,100,29,1) 52%);
    background: -webkit-linear-gradient(41deg, rgba(232,30,119,1) 0%, rgba(253,100,29,1) 52%);
    background: linear-gradient(41deg, rgba(232,30,119,1) 0%, rgba(253,100,29,1) 52%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

/* background: linear-gradient(233deg, #f0d500, #f03700, #f0007d, #1c4de8, #1cc2e8);
background-size: 1000% 1000%;
-webkit-animation: AniGradient 7s ease infinite;
-moz-animation: AniGradient 7s ease infinite;
animation: AniGradient 7s ease infinite;

@-webkit-keyframes AniGradient {
    0%{background-position:0% 92%}
    50%{background-position:100% 9%}
    100%{background-position:0% 92%}
}
@-moz-keyframes AniGradient {
    0%{background-position:0% 92%}
    50%{background-position:100% 9%}
    100%{background-position:0% 92%}
}
@keyframes AniGradient {
    0%{background-position:0% 92%}
    50%{background-position:100% 9%}
    100%{background-position:0% 92%}
} */
.e-hache3 {
    line-height: 1.4;
    color: #ff2f1e;
    font-size: 1.6rem;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 600;
}
.ele-1 {
  grid-area: e1;
  flex-direction: column;
  justify-content: flex-start;
}
.ele-2 {
  grid-area: e2;
  display: flex;
  flex-direction: column;
}
.ele-3 {
    grid-area: e3;
    background: rgb(253,62,29);
    background: linear-gradient(41deg, rgba(253,62,29,1) 0%, rgba(212,24,122,1) 100%);
    color: white;
}
.e1-img {
  position: absolute;
  left: -287px;
  top: -129px;
  width: 1385px;
  height: 1000px;
  background-image: url(../images/laptop.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.e2-img {
  display: none;
  position: absolute;
  left: 345px;
  top: 107px;
  width: 323px;
  height: 300px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.e-beneficios {
  display: flex;
  padding: 0 15px;
  font-size: 1rem;
font-weight: 600;
text-align: center;
color: white;
justify-content: space-around;
flex-wrap: wrap;
}
.e-beneficios .fas {
    font-size: 3rem;
    color: white;
    text-align: center;
}
.e-beneficios p {
  font-size: 12px;
  margin-top: 8px;
}
.e-b--a {
  flex: 0 0 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7px;
  padding: 8px;
  border-radius: 10px;
  background: rgb(241 76 24);
  min-width: 127px;
  transition: 0.2s;
  border: 1px solid;
}
.e-b--b {
    flex: 0 0 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7px;
  padding: 8px;
  border-radius: 10px;
  background: rgb(243 57 57);
  min-width: 127px;
  border: 1px solid;
  transition: 0.2s;
}
.e-b--c {
    flex: 0 0 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7px;
  padding: 8px;
  border-radius: 10px;
  background: rgb(249 54 70);
  min-width: 127px;
  border: 1px solid;
  transition: 0.2s;
}
.e-b--d {
    flex: 0 0 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7px;
  padding: 8px;
  border-radius: 10px;
  background: rgb(232 9 89);
  min-width: 127px;
  border: 1px solid;
  transition: 0.2s;
}
.e-b--a:hover, .e-b--b:hover, .e-b--c:hover, .e-b--d:hover {
    box-shadow: 0px 0px 20px #184e8452;
    border: 1px solid;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
}
.ele-btn {
  color: #ff2f1e;
}
.ele-btn:hover {
  color: #1ad28f;
}
.e-box-1 {
  padding-left: 15px;
  padding-right: 15px;
}
.e3-i {
    font-size: 6rem;
    margin: 10px 30px 10px 20px;
}









/* ____________________________________________
_____B-LEARNING________________ */










@-webkit-keyframes aniGradient {
    0%{background-position:0% 92%}
    50%{background-position:100% 9%}
    100%{background-position:0% 92%}
}
@-moz-keyframes aniGradient {
    0%{background-position:0% 92%}
    50%{background-position:100% 9%}
    100%{background-position:0% 92%}
}
@keyframes aniGradient {
    0%{background-position:0% 92%}
    50%{background-position:100% 9%}
    100%{background-position:0% 92%}
}
.blearning-contain {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "e2 e2 e2 e3 e3 e3" "e1 e1 e1 e1 e1 e1";
}
.titulo-ble {
    font-size: 2rem;
    padding: 35px 30px 30px 35px;
    font-weight: 600;
    color: #0a74e6;
    background: linear-gradient(241deg, #0a74e6, #8a2387, #e94057, #f27121);
    background-size: 400% 400%;

    -webkit-animation: aniGradient 10s ease infinite;
    -moz-animation: aniGradient 10s ease infinite;
    animation: aniGradient 10s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.page-catalogo .titulo-ble {
  text-align: center;
    font-size: 2rem;
    padding: 35px 30px 30px 35px;
    font-weight: 600;
    color: #0a74e6;
    background: linear-gradient(241deg, #0a74e6, #8a2387, #e94057, #f27121);
    background-size: 400% 400%;
    -webkit-animation: aniGradient 10s ease infinite;
    -moz-animation: aniGradient 10s ease infinite;
    animation: aniGradient 10s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.b-hache3 {
    line-height: 1.4;
    color: #16d28f;
    font-size: 1.6rem;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 600;
}
.b-h3-wall {
  background: linear-gradient(241deg, #0a74e6, #8a2387, #e94057, #f27121);
  background-size: 400% 400%;

  -webkit-animation: aniGradient 9s ease infinite;
  -moz-animation: aniGradient 9s ease infinite;
  animation: aniGradient 9s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.b-anigrade {
  font-weight: 600;
  color: white;
  padding: 0 5px;
  background: linear-gradient(241deg, #0a74e6, #8a2387, #e94057, #f27121);
  background-size: 400% 400%;

  -webkit-animation: aniGradient 9s ease infinite;
  -moz-animation: aniGradient 9s ease infinite;
  animation: aniGradient 9s ease infinite;
}
.ble-1 {
  grid-area: e1;
  flex-direction: column;
  justify-content: flex-start;
}
.ble-2 {
  grid-area: e2;
  display: flex;
  flex-direction: column;
}
.ble-3 {
    grid-area: e3;
    color: white;
    background: linear-gradient(241deg, #0a74e6, #8a2387, #e94057, #f27121);
    background-size: 300% 300%;

    -webkit-animation: aniGradient 10s ease infinite;
    -moz-animation: aniGradient 10s ease infinite;
    animation: aniGradient 10s ease infinite;

}
.b1-img {
  position: absolute;
    left: 314px;
  top: 0px;
  width: 300px;
  height: 246px;
  background-image: url(../images/blearning.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.b-beneficios {
  display: flex;
  padding: 0 15px;
  font-size: 1rem;
font-weight: 600;
text-align: center;
color: white;
justify-content: space-around;
flex-wrap: wrap;
}
.b-beneficios .fas {
    font-size: 3rem;
    color: white;
    text-align: center;
}
.b-beneficios p {
  font-size: 12px;
  margin-top: 8px;
}
.b-b--a {
  flex: 0 0 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7px;
  padding: 8px;
  border-radius: 10px;
  min-width: 127px;
  transition: 0.2s;
  border: 1px solid;
    background: linear-gradient(241deg, #0a74e6, #8a2387, #e94057, #f27121);
    background-size: 400% 400%;
    -webkit-animation: aniGradient 10s ease infinite;
    -moz-animation: aniGradient 10s ease infinite;
    animation: aniGradient 10s ease infinite;
}
.b-b--b {
    flex: 0 0 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7px;
  padding: 8px;
  border-radius: 10px;
  min-width: 127px;
  border: 1px solid;
  transition: 0.2s;
  background: linear-gradient(241deg, #0a74e6, #8a2387, #e94057, #f27121);
  background-size: 1000% 1000%;
  -webkit-animation: aniGradient 9s ease infinite;
  -moz-animation: aniGradient 9s ease infinite;
  animation: aniGradient 9s ease infinite;
}
.b-b--c {
    flex: 0 0 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7px;
  padding: 8px;
  border-radius: 10px;
  min-width: 127px;
  border: 1px solid;
  transition: 0.2s;
  background: linear-gradient(241deg, #0a74e6, #8a2387, #e94057, #f27121);
  background-size: 400% 400%;
  -webkit-animation: aniGradient 9.5s ease infinite;
  -moz-animation: aniGradient 9.5s ease infinite;
  animation: aniGradient 9.5s ease infinite;
}
.b-b--d {
    flex: 0 0 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7px;
  padding: 8px;
  border-radius: 10px;
  min-width: 127px;
  border: 1px solid;
  transition: 0.2s;
  background: linear-gradient(241deg, #0a74e6, #8a2387, #e94057, #f27121);
  background-size: 300% 300%;
  -webkit-animation: aniGradient 11s ease infinite;
  -moz-animation: aniGradient 11s ease infinite;
  animation: aniGradient 11s ease infinite;
}
.b-b--a:hover, .b-b--b:hover, .b-b--c:hover, .b-b--d:hover {
    box-shadow: 0px 0px 20px #184e8452;
    border: 1px solid;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
}
.ble-btn {
  color: #1ad28f;
}
.ble-btn:hover {
  color: #1ad28f;
}
.b-box-1 {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 365px;
}
.b3-i {
    font-size: 6rem;
    margin: 10px 30px 10px 20px;
}










/* ____________________________________________
_____@MEDIA________________ */






@media (min-width: 320px) {
 .features-boxed .box-inner {
    min-height: 260px;
    width: calc(260px * 0.813);
 }
 .doble {
   flex-direction: column;
 }
 .p1-img {
     left: 366px;
     bottom: -18px;
     width: 321px;
     height: 363px;
 }
 .p2-img {
   display: none;
 }
 .p-box-1 {
   max-width: 400px;
 }
 .presencial-contain {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
   grid-template-areas: "p1 p1 p1 p1 p1" "p2 p2 p2 p2 p2" "p3 p3 p3 p3 p3";
 }
.p3-i {
  display: none!important;
}
.d1-img {
  position: absolute;
  left: 351px;
  top: 4px;
  width: 651px;
  height: 272px;
}
.distancia-contain {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "d1 d1 d1 d1 d1" "d2 d2 d2 d2 d2" "d4 d4 d4 d4 d4";
}
.d-box-1 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 450px;
}
.dis-3 {
  display: none;
}
.elearning-contain {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "e2 e2 e2 e2 e2" "e1 e1 e1 e1 e1" "e3 e3 e3 e3 e3";
}
.e-box-1 {
  width: 400px;
}
.e1-img {
  left: 260px;
  top: -189px;
  width: 600px;
  height: 500px;
}
.e3-i {
  display: none!important;
}
.blearning-contain {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
   grid-template-areas: "e2 e2 e2 e2 e2 e2" "e1 e1 e1 e1 e1 e1" "e3 e3 e3 e3 e3 e3";
}
.b-box-1 {
    max-width: 510px;
}
.b1-img {
    left: 456px;
    top: -14px;
    width: 300px;
    height: 286px;
}
.pitch-2 {
    padding: 70px 0 70px 0;
}
.form-cont {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "f-c-2";
}
.f-c-1 {
  display: none;
}
.form-header {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "f-h-1";
}
.f-h-2 {
  display: none;
}
.f-h-1 p {
    padding-bottom: 105px;
}
.p-display {
  display: none;
}
}




@media (min-width: 768px) {
  .navbar-nav {
    flex-direction: row;
}
  .navbar-default .navbar-nav > li > a {
      font-size: 14px;
  }
  .navbar-nav.nav>li>a {
      padding: 10px 8px;
  }


 .features-boxed .box-inner {
    min-height: 270.6px;
    width: calc(270.6px * 0.813);
 }
 .doble {
   flex-direction: row;
 }

.p3-i {
  display: inline-block!important;
}
.e3-i {
  display: inline-block!important;
}
.pitch-2 {
    padding: 100px 0 100px 0;
}
.form-cont {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "f-c-1 f-c-2 f-c-2";
}
.f-c-1 {
  display: block;
}
.form-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "f-h-1 f-h-2 f-h-2";
}
.f-h-2 {
  display: block;
}
.f-h-1 p {
    padding-bottom: 58px;
}
}


@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
      font-size: 15px;
      font-weight: 700;
  }
  .navbar-nav.nav>li>a {
      position: relative;
      display: block;
      padding: 10px 15px;
  }


 .features-boxed .box-inner {
    min-height: 350px;
    width: calc(350px * 0.813);
 }
 .p-box-1 {
   max-width: none;
 }
 .p1-img {
     left: -32px;
     bottom: -4px;
     width: 408px;
     height: 349px;
 }
 .p2-img {
     left: -19px;
     bottom: 182px;
     width: 416px;
     height: 350px;
     display: block;
 }

 .presencial-contain {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
   grid-template-areas: "p1 p1 p2 p2 p2" "p1 p1 p3 p3 p3";
 }
 .d2-img {
   display: block;
   left: 311px;
   top: 248px;
   width: 272px;
   height: 196px;
 }
 .d-box-1 {
   padding-left: 260px;
   padding-right: 35px;
   max-width: none;
 }
 .d1-img {
   left: -59px;
   top: 15px;
   width: 700px;
   height: 400px;
 }
 .dis-3 {
   display: block;
 }
 .distancia-contain {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
   grid-template-areas: "d1 d1 d1 d2 d2" "d3 d3 d4 d4 d4";
 }
 .p3-i {
   display: inline-block!important;
 }
 .e3-i {
   display: none!important;
 }
 .elearning-contain {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
   grid-template-areas: "e1 e1 e2 e2 e2" "e3 e3 e2 e2 e2";
 }
 .e-box-1 {
   width: 100%;
 }
 .e1-img {
   left: -287px;
   top: -129px;
   width: 1385px;
   height: 1000px;
 }
 .b1-img {
     left: 245px;
     top: 81px;
     width: 300px;
     height: 246px;
 }
 .blearning-contain {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas:
        "e2 e2 e2 e3 e3 e3"
        "e1 e1 e1 e1 e1 e1";
}
.b-box-1 {
    max-width: 365px;
}
.pitch-2 {
    padding: 140px 0 140px 0;
}
.catalogo {
    width: 100%;
    min-height: 100%;
    top: 0px;
}
.p-display {
  display: block;
}
}
@media (min-width: 1200px) {
  .p1-img {
    left: 23px;
    bottom: -16px;
    width: 435px;
    height: 349px;
}
.p2-img {
    left: -21px;
    bottom: 57px;
    width: 433px;
    height: 350px;
}
  .d2-img {
    left: 345px;
    top: 107px;
    width: 323px;
    height: 300px;
  }
  .e1-img {
    left: -271px;
    top: -182px;
    width: 1339px;
    height: 1000px;
}
.b1-img {
  left: 314px;
  top: 0px;
  width: 300px;
  height: 246px;
}
.pitch-2 {
    padding: 180px 0 180px 0;
}
}

@media (min-width: 1500px) {
  .flex-split .f-right {
    flex: 1 0 50%;
}
.flex-split .f-left {
  flex: 1 0 50%;
  height: 530px;
}
}
