* {
    box-sizing: border-box;
    margin: 0;
    padding: 0; 
    border: 0;
}

html, body{
    height: 100vh;
}


nav { 
    box-sizing: border-box;
    width: 100%; 
    background-color: #37303f;
    position: fixed;
    z-index: 2;
    height: 70px;
}
  
#logo { 
    width: 10%;
    margin-left: 4.5%;
}
#logo:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.caja-tickets {
    width: 51%;
    vertical-align: middle;
    display: inline-flex;
    padding-bottom: 0.4%;
    justify-content: space-between;
    margin-left: 23% !important;
    padding-top: 0.5%;
} 

nav a {
  vertical-align: middle;
    /* margin-left: 2.66%; */
  color: gray !important; 
  text-decoration: none !important;  
} 

.nav-link  {
    width:100%; 
    white-space: nowrap !important; 
    text-decoration: none !important;
    color: grey !important;

  }

.nav-link:hover{
    color: white !important;
    text-decoration: none !important;
}

.colorverde {
    color: green !important;
}

#conf {
    height: 100%;
    display: inline-block;
    padding-bottom: 50%;
    margin-bottom: 50%;
    color: white;
    font-size: larger;
    
}

/* ============PORTADA============== */

.portada {
    position: relative; 
    background-color: whitesmoke;
    filter: brightness(50%);  
    width: 100%;
    height: 90%;
    margin:0;
    border: 0;
}
.portada img {
    width: 100%;
}


.titulo-portada {
    position:absolute;
    display: block;
    top: 32%;
    right: 8%;
    padding: 1% 0% 1% 1%; 
    bottom: 1%; 
    left: 52%; 
    color: white;
    font-family: "Lato", sans-serif;
    text-align: right;
}
h1 { 
    font-weight: bold;
    font-size: 2.1em;
    padding-right:1%;
}   

.titulo-portada p {
    font-family: 'Lato', sans-serif ;
    font-size: 1.05em;
    font-weight: 400;
    line-height: 1.5em;
    padding-right:1%;
}

.botones-portada { 
    position: relative;
    display: block;
    right: 0%;
    top:8%;
    width: 100%;
}
.darkgreen {
    background-color: green;
}    
.btn {
    position: relative;
    display: inline-block;
    width:30%;
    height: 2.5em;
    font-size: 1em;
    font-weight: 400;
    padding: 1%;
    color: white;
    border-radius: 10px;
    margin: 2%;
}

.btn:hover {
    transform: scale(1.1);
    transition: 0.3s;
    color:  #cf0;
}

.transp {
    background-color: transparent; 
    width: 35%;
    border-style: solid;
    border-color: white;
    border-width: 1px;
}

.nav-registro {
    color: #28a744;
    width: 35%;
}


/* ============ ORADORES ================= */

main{
    display: block;
    position: relative;

}

#container-oradores {
    width: 70%;
}
.oradores-titulo {
    position:relative;
    z-index: -1;
    text-align: center;
    line-height: 1.5em;
}
.oradores-titulo p {
    margin-top: 1%;
    margin-bottom: 0;
    font-size: 0.8em;
    font-family: "Lato", sans-serif;
}

.oradores-titulo h2 {
    font-size: 1.75em;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    line-height: normal;
}

#los-oradores h3 {
    font-size: 1.4em;
    font-weight: bold;
    font-family: "Lato", sans-serif;
}

#los-oradores p {
    font-family: "Lato", sans-serif;
    font-size: smaller;
}

.cuadro {
    border-style: solid;
    border-width: 1px;
    border-color: #E7EAEF;
    border-radius: 6px;
    margin: 1%;
    padding: 0;
    flex-wrap: nowrap;
}

.cuadro:hover {
    transform: scale(1.02); 
    transition: 0.3s;
}

#Steve {
    margin-left: 0;
}

.foto-orador { 
    position: relative;
    width: 100%;
    margin-bottom: 8%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.tema {
    display: inline-block;
    align-content: center;
    padding: 2% 2% 0% 2%;
    height: 2rem;
    padding-top: 2%;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: bold;
}
.t1{
    margin: 2% 0 1% 4.5%;
    color: darkslategray;
}
.t2 {
    margin: 2% 1% 1% 0;
    color: whitesmoke;
}

#objective {
    background-color: yellow;    
}
#swift {
    background-color: darkred;
}
#no-code {
    background-color: lightskyblue;
}
#win-app {
    background-color: blueviolet;
}
#ia {
    background-color: violet;
}
#analytical-eng {
    background-color:cornflowerblue;
}
.texto-orador {
    width: 90%;
    font-family: "Lato", sans-serif;
    text-align: justify;
    margin-left: 5%;
    margin-bottom: 5%;
    font-size: smaller;
    line-height: 1.7em;
}

/* ================ LUGAR ==================*/

#BA-lugar{
    position: relative;
    width: 100%;
    border-style: solid;
    border-width: 1%;
    border-color: gray;
    background-color: #37303f;
    }

#carousel-ba  {
    width: 49.9%;
    height:100%;
    position: relative;
    vertical-align: center;
    display: inline-block;
    border-style: solid;
    border-width: 1%;
    border-color: gray;
    padding: 0;
 }     
 
#octubre-txt {
    width: 49%;
    height: 100%;
    vertical-align: top;
    display: inline-block;
    position: relative;
    background-color: #37303f;
    color: #FFF;
    line-height: 2em;
    padding: 2%;
    text-align: justify; 
    border-style: solid;
    border-width: 1%;
    border-color: gray;
}

#conoce {
    margin-left: 0;
}
main, section {
    margin-bottom: 1em;
}
.oradores, .BA-lugar, .conviertete {
    margin-bottom: 2em;
}

/*================= CONVERTITE ============*/
.convertite {
    position: relative;
    width: 60%;
    margin: 0 auto;
}
.ignite {
    text-decoration-line: underline;
    text-decoration-style: dotted ;
    text-decoration-color: black;
}

.inscripcion-form {
    margin-top: 4%;
    position: relative;  
}

.input {
    display: inline-block;
    margin: 0 2.5% 2% 2%;
    padding: 1% 1%;     
    width: 45%;
    border-style: solid;
    border-width: 1px;
    border-color: #E7EAEF;
    border-radius: 10px;
}

::placeholder {
    color: gray;   
}

#inscripcion-txt {
    position: relative;
    display: block;
    margin: 1% 0 2% 2%;
    padding: 0%;
    width: 94%;
    border-style:none;
}
 #tema-charla { 
    display: block;
    position: relative;
    padding: 1%;
    width: 95%;
    margin-left: 2%;
    height: 200px;
    border-radius: 10px; 
    border-style: solid;
    border-width: 1px;
    border-color: #E7EAEF;
    border-radius: 10px;
} 

#btn_inscripcion {
    width: 95%;   
    background-color:  #97c83e;
    font-size: larger;
}

/*================= FOOTER ==================*/


/* ================ END HOME ===============*/

/* ================ TICKETS ================*/
html {
    height: 100vh;
}
body{ min-height: 100vh; margin:0; }


/* =============== HEADER ======== */
#contact-div{
    margin: 0 10%;
}

/* .nav-tickets {
    height: 55px;
    margin-top: 0;
    top: 0;
    padding-top: 0.5%;
    position: fixed;
} */



.conf-tickets {
    display: inline-block;
    margin-top: 0.2rem;
    color: white;
    font-size: larger;
    margin-left: 5%;
    
}
/* ==============MAIN - CATEGORIAS =============== */
#container-categorias {
    position: relative;
    margin-top: 2%;
    width: 55%;
    align-items: center;  
    flex-wrap: nowrap;
}
#container-categorias h3 {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    margin: 5%;
}

#container-categorias h4 {
    font-size: 1rem;
    font-weight: 400;
    margin: 5%;
}
.discount {
    font-weight: bolder;
    text-decoration-line: none;
    margin: 5%;
}
.discount:hover {
    transform: scale(2);
    transition: 0.3s;
    text-decoration-line: none;
    color:  #000;
    font-weight: 800;
}

#container-categorias p {
    font-family: "Lato", sans-serif;
    font-size:smaller ;
    margin: 5%;
}

.card {
    border-style: solid;
    border-width: 4px;
    margin: 0.5%;
    padding: 2% 0;
    width:30%;
   
    text-align: center;
}

.card-estudiante {
    border-color: #6796ca; 
}

.card-trainee{ 
    border-color:#79afb9;
}

.card-junior {
    border-color:#e7d084 ;
}

.card:hover {
    transition: 0.3s;
    transform: scale(1.02);
}

/* ============ FORM VENTA ============ */

.venta {
    width: 58%;
}

.venta-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:space-between;

}
.input-venta {
    padding: 1% 1%; 
    border-style: solid;
    border-width: 1px;
    border-color:#e4eaf5;
    border-radius: 2px;    
    
}
.nombre {
    display: inline-block;
    width: 49%;
    margin: 2.5% 0;
}
.venta-email {
    width: 100%;
    margin: 0;
}

.form-titulos {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
padding: 0;
margin-top: 2%;
justify-content:space-between;
}

.cantidad-categoria {
    text-align: left;
    width: 49%;
    margin-top: 2%;
    margin-bottom: 1%;
    font-weight: 600;
}
 .datos {
    width: 100%;   
    display: flex;
    padding: 0;
    justify-content: space-between;
 }
  
#input-cantidad, #input-categoria {
    width: 49%;
 } 

.resultado {
    background-color:#cbe5fe;
    width: 100%;
    height: 3.5rem;
    border-radius: 3px;
    margin-top: 5%;
    padding: 2%;
    padding-top:2.2%;

}
.botones-venta {
display: flex;
justify-content: space-between;
}


.btn-verde {
    background-color:  #97c83e;
    display:inline-block;
    position: relative;
    height: 2.5rem;
    font-weight: 400;
    font-size: 1.1rem;
    padding: 0.4% 1% 0.2% 1%;
    color: white;
    border-radius: 4px;
    margin-top: 5%; 
    margin-bottom: 3%;
    
}

#tickets_btn-resumen, 
#tickets_btn-borrar {
    width: 49%;
}


.btn-verde:hover {
        background: linear-gradient(greenyellow, #28a744);
        transform: scale(1.05);
        transition: 0.3s;
}


#btn_login, #btn_login2 {
    width: 20% !important;
  }
 
 
  .btnadmin {
    background-color:  #97c83e;
    width: 50%; 
    display:inline-block;
    position: relative;
    height: 2.5rem;
    font-weight: 400;
    font-size: 1.1rem;
    padding: 0.8% 1% 0.1% 1%;
    color: white;
    border-radius: 4px;
    margin-top: 5%; 
    margin-bottom: 3%;
    margin-left: 27%;
}

.col {
display: inline-block;
width: 33%;
}

/* ================= ALERT ==================== */
.alerta {
    display: none;
    width: 50%;
    padding: 0.5% ;
    background-color: #fffff0;
    color: #AAA;
    border: #ffc900 solid 2px;
    border-radius: 5px;
    opacity: 1;
    z-index: index 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    position: absolute;
    top: 50%;
    left: 25%;
    text-align: center;
  }

  .alerta h3, h2{ 
    font-weight: 300;
  }

 .mensaje {
    margin: 1.5% auto;
 }
 #iconoOK {
    margin-left: 6%;
 }
 .totalOK{ 
    display: none;
    width: 40%;
    padding: 1% ;
    padding-top: 0.7;
    background-color: #FFF;
    color: #7D7D7D;
    border:  #97c83e solid 2px;
    border-radius: 7px;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    position: fixed;
    top: 15%;
    left: 30%;
    text-align: center;
 }

 #resumen li { 
    text-align: left;

}
 .totalOK h3, h4 {
    font-weight: 400;
 }

 .persona, .entradas {
    display: inline-flex;
    color: #7D7D7D;
    font-size: 1rem;
    text-justify:left;
    width: 49%;
    margin-left: 1%;
 }
 .entradas {
    padding-left: 10%;
 }

 #li-total {
    font-size: 1.1rem;
    font-weight: 500;
    color: darkslategray;

 }
  .closebtn {
    margin-left: 15px;
    background-color: #FFA1A1;
    border-radius: 3px;
    color: #FFF;
    font-weight: bolder;
    float: right;
    font-size: 23px;
    height: 25px;
    width: 25px;
    padding-bottom: 0%;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .closebtn:hover {
    transform: scale(1.4);
    transition: 0.3s;
  }

  .btn-pago {
    background-color: #97c83e;
    width: 49%;
    display:inline-block;
    position: relative;
    height: 2.5rem;
    font-weight: 400;
    font-size: 1.1rem;
    padding-top: 1.7%;
    color: #FFF;
    border-radius: 4px;
    margin-top: 5%;
    margin-bottom: 3%;

  }

