 @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
 @import url('https://fonts.googleapis.com/css?family=Poppins:400,700');

html {
    height: -webkit-fill-available;
}
  body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
      margin: 0 auto;
  }

header{
    display: block;
}



::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eeeeee;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #b0b0b0;
}

::-webkit-scrollbar-thumb:horizontal{
        background: #3c3c3c;
        border-radius: 10px;
    }

/*-----------------------
   TIPOGRAFÍA
-------------------------*/

 h1,h2,h3,h4,h5,h6 {
    line-height: inherit;
  }

  h1 {
    font-family: 'Poppins';
    color: #252525;
    font-size: 5em;
    line-height: 70px;
  }

  h2 {
    font-family: 'Poppins';
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
    line-height: 40px;
  }

  h3 {
    font-family: 'Poppins';
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  h4 {
    font-family: 'Poppins';
}

  p {
    color: #757575;
    font-size: 90%;
    font-weight: normal;
    line-height: 24px;
  }

label {
    font-family: 'Poppins';
    font-size: .8em;
    margin-bottom: 0;
    text-transform: uppercase;
}

input {
    font-family: 'Montserrat';
    font-size: .8em;
    margin-bottom: 0;
}

.label {
    font-family: 'Poppins';
    font-size: .8em;
    margin-bottom: 0;
    text-transform: uppercase;
}

/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  a {
    color: #1aba78;
    text-decoration: none !important;
    font-weight: bold;
    transition: 0.5s 0.2s;
  }

  a:hover{
    color: #00b168;
    outline: none;
    transition: 0.5s 0.2s;
  }

  .section-title {
    padding-bottom: 2%;
      padding-top: 1%;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title h4 {
    color: #655f5f;
    font-size: 1.5em;
    letter-spacing: 1px;
    margin-top: 0;
  }

.section-desc p{
    margin: 0 0 4em 0;
}

  section {
    position: relative;
    padding: 100px 0;
  }

 #taller, 
  #onboarding,
  #registro {
    text-align: center;
  }

  .img-taller img,
  .img-onb img {
    width: 100%;
  }

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    min-height: -webkit-fill-available;
}


  
  /*---------------------------------------
     BOTONES               
  -----------------------------------------*/


.cta-btn {
    background: linear-gradient( /*45deg ,*/ #373FDF, #8839EE ) ;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 45px;
    transition: 0.5s 0.2s;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: .8em;
    text-transform: uppercase;
    box-shadow: 1px 1px 20px rgba(116, 25, 196, 0.44);
    /* color: rgba(136, 17, 222, 0.47); */
    cursor: pointer;
}

.cta-btn:hover{
    color: #dbdbdb;
    box-shadow: 1px 1px 25px rgba(107, 15, 186, 0.44);
    background: linear-gradient( /*45deg ,*/ #242bb9, #6b17d8 );
    cursor: pointer;
    transition: 0.5s 0.2s;
}

button {
    margin: 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: 0.5s 0.2s;
}

.line {
    border: 2px solid lightgray;
    color: #6c6c6c;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 45px;
    transition: 0.5s 0.2s;
    border-radius: 30px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: .8em;
    text-transform: uppercase;
    cursor: pointer;
}

/*-------------------------
   ICONOS
-----------------------*/
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

.material-icons.teal300 { 
    color: white; 
    background-color: #1dc982;
    border-radius: 30px;
    border-color: white;
    border-width: 3px;
}

.material-icons.teal600 { 
    color: #1dc982;
    text-shadow: 1px 1px 20px rgb(42, 186, 127);
}

.comment {
     bottom: 50em;
}

/*-------------------------
   NAV
----------------------*/
header{
    margin: 0;
    padding: 0;
        position: sticky;
    top: 0%;
    left: 2%;
    right: 2%;
    z-index: 100;
    background-color: white;
}

#naveg{
    margin: 0 auto;
    margin-top: 0;
}

#acumar img{
    height: 40px;
    padding: 3% 0 0 0;
}

#LogoLJ{
    max-width: 15px;
    margin: -.2em 0 0 0
}

#LogoLJ img{
    max-width: 35px;
}

#Home{
    max-width: 15px;
    margin: .2em 0 0 7em;
}

#Home img{
    max-width: 40px;
}


#nav-sup {
    display: flex;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
}


nav {
    margin-top: 3%;
}


nav ul {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    text-align: center;
    margin: 3% 5% 0% 5%;
    padding: 3%;
    background-color: white;
    border-radius: 30px;
    box-shadow: 1px 1px 35px rgba(204, 204, 204, 0.37);
}

nav ul li a{
    color: #d3d3d3;
    display: block;
    height: 1.3em;
    text-decoration: none;
    font-size: .8em;
}

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

nav ul li .activo {
    color: #1dc982;
    text-shadow: 1px 1px 20px rgb(123, 232, 187);
}


.nav2 {
    margin: 0.5em .5em .5em .5em;
    display: flex;
    justify-content: space-around;
    align-content: center;
    justify-content: center;
    background-color: none;
}
    
.header2 {
    background-color: #1BC391;
}


#llamamenu {
    color: #464646;
    cursor: pointer;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    position: relative;
    z-index: 9999;
    margin-top: 0;
     transition: 0.5s 0.2s;
}

#llamamenu:hover {
    color: #000000;
     transition: 0.5s 0.2s;
}

#llamamenu i { 
    padding: 0;
    /* centrado en la horizontal y en la vertical */
    margin: auto;
}

#desplegable {
    background-color: rgba(255, 255, 255, 0);
    /* el menu sale del flujo de informaciones
    y se oculta a la derecha */
   position: fixed;
    left: 0;
    right: 0;
    top: -110%;
    height: 100vh;
    z-index: 9990;
    transition: all .4s ease;
    padding: 0;
    box-shadow: none;
} 

#desplegable div{
    padding: 0;
    margin: 0;
    margin-bottom: 5%;
    height: 20vh;
    position: relative;
}

#desplegable div img{
    height: 110%;
    border-radius: 100%;
}

#desplegable div span{
    padding: 2%;
    position: absolute;
    bottom: 0;
    right: 25%;
    border: 4px solid white;
    cursor: pointer;
}
 
#desplegable div input{
    padding: 2%;
    position: absolute;
    bottom: 0;
    margin-left: -85%;
    width: 90%;
    opacity: 0%;
    cursor: pointer;
}


#nav-sup .visible{
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(5px);
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .6s ease;
}


#nav-sup ul li{
    margin: 4%;
    padding: 0;
}

#nav-sup ul li p{
    font-family: 'Poppins';
    font-weight: bold;
    color: #1d1d1d;
    font-size: 2em;
    margin: 5% 5% 0 5%;
}

#nav-sup ul li .biop {
    font-size: 1em;
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 100;
}

#nav-sup ul .cses{
    margin-top: 20%;
}

#nav-sup ul li a{
    padding: 3.4% 4% 3% 4%;
    margin: 0 20%;
    border: 2px solid #bfbfbf;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    font-size: .7em;    
    text-align: center;
    color: #464646;
}

#nav-sup ul li i{
    margin-top: -3%;
    padding: 0;
    color: #959595;
}

#nav-sup ul li a:hover{
  /*  color:#1aba78; */
    color: #1d1d1d;
    border-color: #a5a5a5;
    background-color: rgba(36, 36, 36, 0.13);
    transition: 0.5s 0.2s;
}

.visible {
    background-color: rgba(0,0,0,0.85);
    /* el menú se muestra
    corriéndose a la izquierda */
    top: 0;
} 

.paraLinks {
    height: 5em;
    width: 100%;
}


#perfil {
    margin: 0;
    padding: 0;
    justify-content: center;
    align-content: center;
}

#cerrarSesion {
    background-color: #bfbfbf;
    color: white; 
}

/*--------------------------
    MAIN
-----------------------------*/
main {
    margin: 0 0 0 0;
    text-align: center;
    align-content: center;
    justify-content: center;
}

/*-----------------------------
       carrusel
------------------------*/

.swiper-container {
  width: 100vw;
    height: 65vh;
    margin-bottom: 2em;

}

.swiper-slide {
    display: flex;
    justify-content: center;
    height: 100%
}

#onboardingCar {
    margin: 2%;
    padding-top: 0;
    padding-bottom: 8%;
}

.swiper-button-next {
    color: #68f0b8;
}
.swiper-button-prev {
    color: #68f0b8;
}
.swiper-button-next::after {
    color: #1dc982;
    text-shadow: rgba(29, 201, 130, 0.4);
}
.swiper-button-prev::after {
    color: #1dc982;
    text-shadow: rgba(29, 201, 130, 0.46);
}

.swiper-button-next:hover {
    color: #1dc982;
    text-shadow: rgba(29, 201, 130, 0.4);
}
.swiper-button-prev:hover {
    color: #1dc982;
    text-shadow: rgba(29, 201, 130, 0.46);
}

.swiper-pagination-bullet-active{
    background-color: #1dc982;
    box-shadow: text-shadow: rgba(29, 201, 130, 0.22);
}

.botonetes {
    display: flex;
    flex-direction: column;
    }
.botonetes a{
    margin: 1em 0 0 0;
    margin-left: auto;
    margin-right: auto;
}

/*-----------------------
  ONBOARD
-------------------------*/
#onboarding {
    margin: 5%;
    padding-top: 0;
    padding-bottom: 8%;
}

.primer-item {
    margin-top: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    vertical-align: middle;
}

.primer-item .scroll{
    width: 30%;
}

.flechas-onb {
    vertical-align: middle;
    margin-top: 70%;
}

.onb-scroll {
    margin-top: 20%;
    margin-bottom: 0;
}

#onboardingCar .img-onb {
    width: 80%;
    margin-bottom: 2%;
}

/*-----------------------
   INDEX
----------------------*/
#index{
     margin: 0;
    padding: 5% 5% 40% 5%;
    padding-bottom: auto;
   background-image: url(../imagenes/fondomobile.jpg);
    background-size: cover;
}

img.horizontal{
    display:none;
}

h1 {
    margin: 0% 5% 0 5%;
    font-size: 4.5em;
    color: white;
}

#index .img-onb{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8%;
    margin-top: 5%;
}

#index .section-desc{
    padding-bottom: 10%;
}

#index .section-desc p{
    color: white;
}

#index a{
    padding: 6% 15% 1% 20%;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: auto;
    font-size: .9em;
    color: white;
    border-color: white;
        margin-left: auto;
    margin-right: auto;
}

#index a i{
    padding: 0% 0% 6% 5%;
}


/*---------------------
   TALLER
---------------------*/

#taller {
    padding: 5% 5% 0% 5%;
    align-content: center;
    justify-content: center;
    text-align: center;
  }

.section-desc {
    padding: 0 0 15% 0;
  }

.section-desc h3{
   margin: 8% 0px 5% 0px;
}

.section-desc p{
   margin: 0 0 0 0;
}

.img-taller {
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
}

.img-onb {
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 3em;
}

.cuarto-item {
    padding-bottom: 15%;
}

/*---------------------
  REGISTRO
---------------------------*/
.formulario{
    padding: 0% 5% 10% 5%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

#registro {
    padding: 10% 5% 3% 5%;
    background-image: url(../imagenes/fondosesion.jpg);
    background-size: cover;
}

#registro .section-title {
    margin: 0;
    padding: 0;
}

#registro .section-desc {
    margin: 1% 5% 3% 5%;
    padding: 0;
}

#registro .container a{
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
} 
.
label {
    margin: 6% 0 3% 0;
}

input {
    padding: 1em 1em 1em 1.8em;
    border-radius: 20px;
    border-color: #c4c4c4;
    border-style: solid;
    margin-bottom: .5em;
}

 
.container-signin {
    margin: 5% 0 8% 0;
    padding: 0;
}

.checkbox {
    margin: 0 0 0 5%;
    text-transform: none;
    text-align: left;
}

.TOS {
    display: flex;
    flex-direction: row;
    margin: 6% 0 0 0;
}


/*-----------------------
    INICIO SESION
----------------------*/
.inicses{
    margin: 13% 8% 0 8%;
}
    
/*-----------------------
    RECUP CUENTA
----------------------*/
#recCuenta{
    margin: 0;
    padding: 30% 5%;
    background-image: url(../imagenes/fondosesion.jpg);
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

#recCuenta .section-desc{
    margin: 0%;
    padding: 0%;
}

#recCuenta .section-desc p{
    margin-bottom: 5%;
}


.contra{
    margin: 3% 5%;
    text-align: left;
    text-transform: none;
}

.reccuent {
    margin-bottom: 5%;
    }

.reccuenta {
    margin-left: auto;
    margin-right: auto;
    }
/*----------------------
    PRIVACIDAD
-----------------------*/

.infoForm {
    display: flex;
    flex-direction: row;
}

.infoForm p{
    padding-left: 2%;
    text-align: left;
    font-weight: bold;
}
.formulario2{
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-right: -10%;
}    

.priv {
    padding: 0;
    margin: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
    margin-right: 0;
    margin: .5em 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*-----------------------------
     BIENVENIDO
-------------------------*/
#bienvenido {
    padding: 0% 5% 3% 5%;
    background-image: url(../imagenes/fondosesion.jpg);
    background-size: cover;
}

#bienvenido .cta-btn{
    margin: 80% 0;
    width: 100%;
}

#bienvenido button {
    margin-bottom: 4em;
    width: 90%;
}

#bienvenido img {
    width: 70%;
    padding: 0;
    margin-top: 0;
}

#bienvenido div .img-onb {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

/*------------------------------
     ANOTADO
----------------------------*/
#anotado {
    padding: 5% 5% 25% 5%;
}

#anotado .section-title{
    padding-top: 0;
}

#anotado .img-onb {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0%;
    margin-top: 0%;
    width: 60%;
}

/*---------------------------
   GRABACIONES
---------------------------*/
#grabaciones {
    padding: 2% 5% 0% 5%;
    align-content: center;
    justify-content: center;
    text-align: center;
  }

#grabaciones .section-desc {
    padding-bottom: 8%;
}

.galeriauno{
    margin: 0;
    padding: 0;
    padding-bottom: 10%;
    display: flex;
    flex-direction: column;
    
}

.titulogaleria {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top:auto;
    margin-bottom: auto;
    padding: 0 6%;
}

.titulogaleria h3{
    margin: 0 0 5px 0;
    text-align: left;
}

.titulogaleria p{
    margin: 0;
     margin-top:auto;
    margin-bottom: auto;
    text-align: right;
}


.contenedor-scroll {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    padding: 0;
}

.rellenogaleria{ 
    position: relative;
    margin-left: 1em;
    margin-right: -2em;
    padding: 0;
     
}

.rellenogaleria img{
    width: 105%;
    height: 100%;
    object-fit: fill;
    object-position: center center;
    border-radius: 2em;
}

.rellenogaleria .comentar{
    position: absolute;
    z-index: 2;
    bottom: .5em;
    left: 0em;
    text-align: left;
    border-radius: 2em;
    padding: 3% 12%;
}

.comenta {
    display:flex;
    flex-direction: row;
    margin: 5% 0 0 0;
}

.comenta h5 {
    padding: 5% 8%;
}

.rellenogaleria div h5{
    margin: 0 0 .5em 0;
    font-size: 1em;
}

.rellenogaleria div p{
    margin: 0;
    font-size: 1em;
    color: #d0d0d0;
}


.rellenogaleria a{
    text-decoration: none;
    color: white;  
}

.rellenogaleria figure::before{
    content: "";
    top: 0em;
    bottom: 0em;
    left: 0em;
    right: 0em; 
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 76%, rgba(0,0,0,1) 100%);
    position: absolute;
    border-radius: 2em;
    z-index: 1;
    transition: 0.5s 0.2s;
}

.rellenogaleria figure:hover::before{
    background-color: rgba(16, 16, 16, 0.8);
    border-radius: 2em;
    transition: 0.5s 0.2s;
}

.rellenogaleria {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.rellenogaleria figure{
    padding: 0;
    margin: 2% 1em 2% 6%;
    min-width: 200px;
    position: relative;
    border-radius: 30px;
    height: 250px;
    overflow: hidden;    
}
::-webkit-scrollbar {
  width: 4px;
  border: 1px solid #d5d5d5;
    height: 5px;
        width: 5px;
        background: gray;
}



/*-------------------------
    GRABACIONES SECCION
-----------------------------*/
#grabsecc {
    padding: 2% 5% 10% 5%;
    align-content: center;
    justify-content: center;
    text-align: center;
}

#grabsecc .section-title {
    position:relative;
    padding-bottom: 8%;    
}

.flechas-grab a{
    position: absolute;
    left: 1%;
    top: 30%;
}
/*
#grabsecc .rellenogaleria a{
    max-height: 20%;
    padding: 3% 3% 0% 3%;
}
*/
.articulosSecc {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.articulosSecc > .contenedor-scroll{
    margin: 2em 0em;
}
/*
.articulosSecc .rellenogaleria {
     overflow-x: visible;
    flex-wrap: wrap;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


.articulosSecc .rellenogaleria figure{
    height: 17em;
    width: 6em;
    margin-left: auto;
    margin-right: auto;
    
} */

/*------------------------------
     GRABACIONES ARTICULO
--------------------------------*/
#grab-art {
    padding: 2% 5% 10% 5%;
    align-content: center;
    justify-content: center;
    text-align: center;
}

#grab-art .section-title {
    position:relative;
    padding-bottom: 8%;    
}


.flechas-grab a{
    color: black;
}

.meet iframe{
    margin-left: -5%;
    width: 100vw;
    height: 56.23vw;
    border-radius: 10px;
}

.captionVid {
    padding: 2% 5vw;
    display: flex;
    justify-content: space-between
}

.captionVid h5{
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1em;

}

.captionVid h5 i{
    padding: 0;
}

.captionVid p{
    margin: 0;
    padding: 4% 0;
    text-align: left
}

.comentario1 {
    padding: 4% 5% 3% 5%;
    margin: 3%;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 2px solid #f2f2f2;
    border-radius: 25px;
    background-color: #f2f2f2;
}

.comentario1 .tiempo{
    position: absolute;
    right: 5%;
    top: .1%;
    font-size: .7em;
    color: #a7a7a7;
}

.comentario1 p{
    text-align: left;
}

.persona {
    display: flex;
    flex-direction: row; 
}

.persona p{
    margin-top: auto;
    margin-bottom: auto;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    padding: 3%;
    color: #404040;
}

.persona img{
    width: 18%;
    height: 18%;
    border-radius: 100%;
}

.comentario2 {
    padding: 4% 5% 3% 5%;
    margin: 3% 3% 3% 10%;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 2px solid #f2f2f2;
    border-radius: 25px;
    background-color: #f2f2f2;
}

.comentario2 .tiempo{
    position: absolute;
    right: 5%;
    top: .1%;
    font-size: .7em;
    color: #a7a7a7;
}

.comentario2 p{
    text-align: left;
}

.comentariomio {
    padding: 4% 5% 3% 5%;
    margin: 3%;
    display: flex;
    flex-direction: column;
    border: 2px solid #f2f2f2;
    border-radius: 25px;
    background-color: #f2f2f2;  

}

.comentariomio form textarea{
    width: 95%;
    height: 10vh;
    margin-bottom: 5%; 
    padding: 2%;
    border-radius: 8px;
}

.comentariomio button {
    width: 50%;
    margin-left: auto;
    margin-right:0;
    padding: 5%;
}


/*------------------------------
   FOOTER
--------------------------------*/
footer {
    margin-top: auto;
}

#footer {
    background-color: lightgray;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5%;
    margin-top: auto;
}

.footer-title{
    text-align: center;
    color: white;
    align-content: center;
    justify-content: center;
}

#footer h4{
    margin: 2em 0 0 0;
}

#footer h5{
    color: white;
}

#LinksAlumnes{
    align-content: center;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.InfoFooter {
    font-size: 70%;
    margin: 1em 1em 1em 1em;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
}

article.info{
    margin: 0em 3em 0em 3em;
    padding: .5em;
    align-content: center;
}

article.info h5{
    align-content: center;
    font-size: 1em;
}

article.info p{
    align-content: center;
    font-size: 90%;
}

article.Integrante:hover{
    margin: 0em 2em 0em 2em;
    padding: 2em;
    align-content: center;
    background-color: #0d0f0f;
    border-radius: 10%;
}



/* #datosAcademicos{
    font-size: 70%;
    margin: 1em 1em 1em 1em;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
} */

article.info{
    margin: 0 .5em;
}

#legales p{
    font-size: 75%;
    margin: 0em 3em .5em 3em;
}


/*------------------------------------------------------------------------------------------------
    RESPONSIVE STYLES
----------------------------------------------------------------------------------------------*/
/*tablets*/
@media screen and (min-width: 600px) and (max-width: 992px){
    p {
        font-size: 26px;
        line-height: 36px;
    }
    
    h2 {
        font-size: 3em;
        line-height: 125%;
    }
    h4 {
        font-size: 2.5em;
        margin: 1.5%;
    }
    
    .section-desc {
        margin: 0;
        padding: 0% 5% 10%;
    }


  h3 {
    font-size: 2.8em;
  }


label {
    font-size: 1.4em;
}

input {
    font-size: 1.2em;
}

.label {
    font-size: 1.4m;
}

    
.line {
    max-width: 13em;
    padding: 3% 8%;
    font-size: 1.2em;
    }
    
.cta-btn {
    padding: 3% 8%;
    font-size: 1.2em;
    max-width: 13em;
}
/*----------------------
    PRIVACIDAD
-----------------------*/

.infoForm p{
    padding-top: 0%;
}

.formulario2{
    margin-left: auto;
    margin-right: auto;
}    
    
#recCuenta {
    padding: 15%;
    }
    
/*------------------------------
    index
--------------------------------*/    
    
#index .img-onb img{
    height: 20em;
    width: auto;
    }      

#index p{
    padding-bottom: 2%;
    margin-bottom: 0;
}    

    
#index a{
    padding: 3% 10% 2%;
    justify-content: center;
    align-content: center;
    font-size: 1.3em;
}
    
#index i{
    padding:  0 0 0;
} 
/*-----------------------------
       carrusel
------------------------*/

.swiper-container {
    margin-bottom: 5em;

}    

/*----------------------------
    ONBOARDING
-----------------------------*/


.primer-item .scroll{
    width: 25%;
}

.flechas-onb {
    margin-top: 50%;
    height: 30%;
}

    .img-onb {
    width: 70%;
    margin-bottom: 2em;
}
    .onb-scroll {
    margin-top: 6%;
}
 /*----------------------
    NAV
-----------------------*/
    nav ul li a{
    font-size: 1.2em;  
}
 #LogoLJ img{
    max-width: 50px;
}
    #nav-sup ul li a{
        font-size: 1.2em; 
        padding: 3% 8%;
}

  #nav-sup ul li a i{ 
        padding: 3% 0;
}    
    
    #desplegable div span{
        right: 35%;
    }
    
    #nav-sup ul li p{
    font-size: 2.4em;
    margin: 0% 2% 0 2%;
}
    
#nav-sup ul li .biop {
    font-size: 1.5em;
    }
    
/*------------------------------
     ANOTADO
----------------------------*/
#anotado {
    padding: 0% 5% 10% 5%;
}


#anotado .img-onb {
    margin-top: 3%;
    width: 40%;
}
    
#anotado button{
    padding: 0;
    margin: 0;
    max-width: 50em;
    }    
    
#anotado .cta-btn{
    padding: 15% 40%;
    margin-left: auto;
    margin-right: auto;
    }
    
/*---------------
    GRABACIONES
-------------------*/
    
.galeriauno{
    padding: 0 5% 3% 5%;
}

.titulogaleria h3{
    margin: 0 0 2% 0;
    font-size: 2.3em;
}

.rellenogaleria img{
    max-width: 400px;
}

.rellenogaleria figure{

    min-width: 250px;
    min-height: 350px;
    max-width: 250px;  
    max-height: 450px;
}
    
.rellenogaleria figure div{
    font-size: 1.3em;
    }

.comenta h5 {
    padding: 0 8% 0;
}
    
    
    /*-----------------
    SECCION
---------------------*/
#grabsecc {
    padding: 2% 5% 10% 5%;
}

#grabsecc .section-title {
    padding-bottom: 2%;
    padding-top: 5%;
}

.flechas-grab a{
    top: 40%;
}

      /*---------------------------
  GRABACIONES ARTICULO
---------------------------*/

#grab-art .section-title {
    margin-top: 5%;
    padding-bottom: 5%;
    }
    
.flechas-grab a{
    left: -2%;
    top: 15%;
}

.captionVid h5{
    font-size: 1.5em;
}

.comentario1 {
    padding: 3% 5% 2%;
    margin: 1.5% 0% 1.5% 0%;
}

.comentario1 .tiempo{
    font-size: 1em;
}

.comentario2 .tiempo{
    font-size: 1em;
}

.comentario2 {
    padding:  3% 5% 2%;
    margin: 1.5% 0% 1.5% 7%;
}

.persona img{
    width: 13%;
}

.comentariomio{
    padding: 2% 5%;
    margin: 1.5% 0%;
}

.comentariomio button {
    width: 40%;
    padding: 2%;
}


/*--------------------
    FOOTER
-----------------*/
    #footer p{
        font-size: 1em;
    }
    
}


/*desktop*/
@media screen and (min-width: 992px) {
    

/*------------------------------------------------------------------------------------
   TIPOGRAFÍA
----------------------------------------------------------------------*/

 h4 {
     margin: 1%;
    }

  h1 {
    font-size: 3.5em;
    line-height: 70px;
  }

  h2 {
    font-size: 2.5em;
    padding-bottom: 10px;
    line-height: 40px;
  }

  h3 {
    font-size: 1.5em;
  }


  p {
    font-size: 16px;
    line-height: 24px;
      margin-bottom: 0;
      padding-bottom: 0;
  }

label {
    font-size: .8em;
}

input {
    font-size: .8em;
}

.label {
    font-size: .8em;
}

/*---------------------------------------
     GENERAL               
  -----------------------------------------*/
  .section-title {
    padding-top: 1%;
    padding-bottom: 1%;
  }
    
.section-desc p{
   margin: 0 15% 0% 15%;

}
.section-desc {
    margin-bottom: 3%;
    padding: 0;
    }

  .img-taller img,
  .img-onb img {
    width: 50%;
  }

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    min-height: -webkit-fill-available;
}

main {
    margin: 0;
}
/*---------------------------------------
     BOTONES               
-----------------------------------------*/

.line {
    max-width: 20em;
    padding: 1.5% 4%;
    }
    
.cta-btn {
    padding: 1.5% 4%;
    font-size: .8em;
    max-width: 20em;
}
    
/*-------------------------
   NAV
----------------------*/
header{
    margin: 0 auto;
    padding: 0 auto;
}
    
nav {
    margin-top: 1%;
    width: 100vw;
}

#naveg{
    margin: 0 auto;
    margin-top: 0;
}

#acumar{
    max-width: 15px;

}

#acumar img{
    max-width: 80px;
}

#logoLJ{
    max-width: 15px;
    margin: .2em 0 0 0
}

#logoLJ img{
    max-width: 80px;
}

#Home{
    max-width: 15px;
    margin: .2em 0 0 7em;
}

#Home img{
    max-width: 40px;
}

nav ul li a{
    color: #d3d3d3;
    margin: 0em 1em;
    padding: 1em;
    display: block;
    height: 1.3em;
    text-decoration: none;
    font-size: .8em;
    padding: .5%;    
    transition: 0.5s 0.2s;
}

#nav-inf {
    width: 25%;;
    text-align: center;
    justify-content: center;
    align-content: center;
    margin-left: 28%;
    margin-right: auto;
    margin-top: -3.5%;
}

ul{
    margin-left: auto;
    margin-right: auto;
    width: 150%;
    list-style: none;
    margin: 0;
    padding: 0;

}

nav ul li .activo {
    color: #1dc982;
    text-shadow: 1px 1px 25px rgba(26, 186, 120, 0.57);
}

nav ul li a:hover{
    color: #1aba78;
    text-shadow: 1px 1px 25px rgba(62, 219, 154, 0.31);
    transition: 0.5s 0.2s;
}

.nav2 {
    margin: 0.5em .5em .5em .5em;
    display: flex;
    justify-content: space-around;
    align-content: center;
    justify-content: center;
}
    
#desplegable {
    top: 0;
    margin: 0;
    margin-left: 100%;
}     

#nav-sup .visible{
    height: auto;
    width: auto;
    left: 70%;
}

    
#nav-sup ul li{
    margin: 3%;
    padding: 0;
}

#nav-sup ul li a{
    padding: 3% 5% 3% 5%;
    margin: 0 15%;
}
    
   
#desplegable div span{
    right: 25%;
}

    
        
/*------------------------
    INDEX DESKTOP
------------------------*/
#index {
    background-image: url(../imagenes/fondodesktop.jpg);
    background-size: 100vw;
    padding: 0 0 15%;
    background-repeat: no-repeat;
    }
    
#index .col-md-8{
    margin-left: auto;
    margin-right: auto;
    min-width: 100vw;
    }
    
    
#index .primer-item{
    margin-left: auto;
    margin-right: auto;
    min-width: 100vw;
    }    

#index .img-onb{
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    }  
    

#index .img-onb img{
    height: 15em;
    width: auto;
    }      

#index p{
    padding-bottom: 0%;
    margin-bottom: 0;
    margin: 0 20%;
    font-size: 1.2em;
}    
    
#index .section-desc{
    padding-bottom: 0%;
}
    
#index a{
    padding: 1.5% 3% 0;
    justify-content: center;
    align-content: center;
}
    
#index i{
    padding: 0;
}    

/*----------------------
    PRIVACIDAD
-----------------------*/

.infoForm p{
    padding-left: 5%;
}

    .formulario2{
        padding: 0 32% 0 36%;
        margin-left: auto;
        margin-right: auto;
}
    
/*-----------------------------
       carrusel
------------------------*/
#onboardingCar{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 4em;
    }
.swiper-container {
  width: 100vw;
    height: 68vh;
    margin-bottom: 2em;

}    

#onboardingCar .img-onb {
    width: 46%;
    }
/*----------------------------
    ONBOARDING
-----------------------------*/

#onboarding {
    margin-top: 0;
    margin-bottom: 0%;
    padding-top: 0;
}

    .primer-item {
    margin-top: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    vertical-align: middle;
}

.primer-item .scroll{
    width: 10%;
}

#onboarding p{
    margin-bottom: 0%;
}    
    
.flechas-onb {
    vertical-align: middle;
    margin-top: 35%;
}

    
/*---------------------
  REGISTRO
---------------------------*/

#registro{
    padding: 2% 30% 3% 30%;
}
    
.formulario{
    padding: 0% 0% 2% 0%;
    margin: 0;
    display: flex;
    flex-direction: column;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

label {
    margin: 1.2em 0 1em 0;
}

input {
    padding: 1em 1em 1em 1.8em;
    border-radius: 20px;
    border-color: #c4c4c4;
    border-style: solid;
    margin: 0;
}

    #registro .container .incses{
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
        padding: 1em 2.5em;
    font-size: .8em;
} 

#registro .section-desc {
    margin: 0;
}

#registro .section-desc p{
    margin: 1%;
}
    
#registro button{
    margin: 8% 0 0 0;
}    
 /*BOTONGOOGLE*/
#customBtn {
    margin: 0 0 0 0;
    }

/*BOTON GOOGLE*/
/*-----------------------
    RECUP CUENTA
----------------------*/
#recCuenta{
    padding: 5% 0 0 0;
    background-image: url(../imagenes/fondosesion.jpg);
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

#recCuenta .col-md-8{
    width: 100vw;
    }
    
#recCuenta .section-desc{
    margin: 0 5%;
}

.contra{
    margin: 3% 5%;
    text-align: left;
    text-transform: none;
}
#recCuenta .section-desc p{
    margin-bottom: 2%;
}
    
.reccuenta {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
        padding: 1em 2.5em;
    font-size: .8em;
    }
/*-----------------------------
     BIENVENIDO
-------------------------*/
#bienvenido {
    padding: 0% 5% 5%;
    margin-left: auto;
    margin-right: auto;
}

#bienvenido button {
    width: 90%;
}

#bienvenido img {
    width: 30%;
}

/*---------------------
   TALLER
---------------------*/

#taller {
    padding-bottom: 3%;
    align-content: center;
    justify-content: center;
    text-align: center;
    padding-top: 3%;

  }

.section-desc {
    padding: 0 0 1% 0;
  }
     
.section-desc h3{
   margin: 2% 0px 1% 0px;
}

.section-desc p{
   margin: 0 15% 2.5% 15%;
}

.img-taller {
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    width: 60%;
}

.img-onb {
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    width: 65%;
    margin-bottom: 2em;
}
    
.cuarto-item {
    padding-bottom: 7%;
}

/*------------------------------
     ANOTADO
----------------------------*/
#anotado {
    padding: 0% 5% 5% 5%;
}
    
#anotado .col-md-8 {
    width: 100vw;
    }

#anotado .section-desc{
    padding: 0 20% 0%;
    }

#anotado .img-onb {
    margin-top: 3%;
    width: 35%;
}
    
#anotado button{
    padding: 0;
    margin: 0;
    max-width: 50em;
    }    
    
#anotado .cta-btn{
    padding: 20% 40%;
    margin-left: auto;
    margin-right: auto;
    }    

.botonroto {
    margin-left: -3em;
    padding: 0;
    }
/*---------------------------
   GRABACIONES
---------------------------*/
    
#grabaciones .section-desc {
    padding-bottom: 0%;
}

.galeriauno{
    padding: 0 5% 3% 5%;
}

.titulogaleria h3{
    margin: 0 0 2% 0;
}

.rellenogaleria img{
    max-width: 200px;
}


.rellenogaleria {
    margin-left: auto;
    margin-right: auto;
}

.rellenogaleria figure{
    margin: 2% 1em 2% 6%;
    min-width: 200px;
    max-width: 250px;   
}
    .contenedor-scroll {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    padding: 0;
}
    

.comenta h5 {
    padding: 0 8% 0;
}
      
/*-----------------
    SECCION
---------------------*/
#grabsecc {
    padding: 2% 5% 10% 5%;
}

#grabsecc .section-title {
    padding-bottom: 4%;    
}

.flechas-grab a{
    top: 10%;
}


.articulosSecc > .contenedor-scroll{
    overflow-x: visible;
}

/*---------------------------
  GRABACIONES ARTICULO
---------------------------*/
    .meet iframe{
    width: 85%;
    height: 75vh;
        margin-left: auto;
        margin-right: auto;
}

.flechas-grab a{
    left: -2%;
}

.captionVid {
    margin: 0 2%;
    }
    
.captionVid h5{
    font-size: 1.2em;
}

.comentario1 {
    padding: 1% 4% 2%;
    margin: 2% 20% 1.5% 20%;
}

.comentario1 p{
    font-size: .8em;
    margin-top: 0;
}

.comentario2 p{
    font-size: .8em;
    margin-top: 0;
}    
    
.comentario1 .tiempo{
    font-size: .8em;
    top: 8%;
}

.comentario2 .tiempo{
    font-size: .8em;
        top: 8%;
}

.comentario2 {
    padding: 1% 4% 2%;
    margin: 1.5% 20% 1.5% 30%;
}

.persona img{
    width: 8%;
}


.persona p{
    padding: 1% 3%;

}    
    
.comentariomio{
    padding: 2% 5%;
    margin: 3% 20% 0;
}

.comentariomio button {
    width: 30%;
    padding: 2%;
}

/*----  --------------------------
   FOOTER
--------------------------------*/
#footer {
    background-color: lightgray;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 2%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2%;
    margin-top: auto;
}    
    
}

/*--------------------- 
   BOTONES EXTRA
-------------------*/
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
    transition: 0.5s 0.2s;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
     color: #dddddd;
    transition: 0.5s 0.2s;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
    transition: 0.5s 0.2s;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
     color: #dddddd;
    transition: 0.5s 0.2s;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
    transition: 0.5s 0.2s;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
     color: #dddddd;
    transition: 0.5s 0.2s;
}

.resp-sharing-button {
    border-radius: 300px;
    padding: 8px 20px 8px 20px;
}

.resp-sharing-button i {
    margin: .5em .5em .5em 0;
}

.botones-raros {
    margin-bottom: 8%;
}

@media screen and (min-width: 600px) and (max-width: 992px){
.botones-raros {
    display: flex;
    flex-direction: column;
    margin: 0 20% 0%;
    }
    
    .resp-sharing-button {
    font-size: 1.5em;    
}



}
