@font-face {
    font-family: 'GothamRounded-Book';
    src: url('../fonts/GothamRounded-Book.woff2') format('woff2'),
        url('../fonts/GothamRounded-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VAGRounded Light';
    src: url('../fonts/nunito-light-webfont.woff2') format('woff2'),
        url('../fonts/nunito-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'VAGRounded BT';
    src: url('../fonts/nunito-regular-webfont.woff2') format('woff2'),
        url('../fonts/nunito-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'VAGRounded BT', sans-serif;
  color: #ffffff;
}


body.fondoP{
  background: url(../img/fondointernas.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;  
  background-attachment:  fixed;
  width: 100%;
  height:100%;
}


.fondo{
  background: url(../img/fondoLogin.jpg) left top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index:0;
  width:100%;
  height:100%;
}

.fondom{
  background: url(../img/fondoLoginm.jpg) center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index:0;
  width:100%;
  height:100%;
}


.zonapb{
  font-family: 'GothamRounded-Book', sans-serif;
}

.lato{
  font-family: 'GothamRounded-Book', sans-serif;
}

p.lato{
  font-family: 'GothamRounded-Book', sans-serif;
}
.textogrande{
  font-size: 3.8em;
}
.acompa{
  font-size: 1.8em;
}
.moverdere{
  padding-left: 2%;
}
.text-azul{
  color:#001A7B !important;
}
.footeravon {
    position: relative;
    bottom: 0px;
    background: rgba(255,255,255, 1);
    width: 100%;
    padding: 5px 10px;
    margin-top: 25px;
    z-index: 9;
    
}

.textbackamarillo{
  background-color: #F3CD04;
  color:#ffffff;
  padding: 10px 15px;
  border-radius: 15px;
  display: inline-block;
}

.flipD{
  text-align: left;
}

.redes{
  position:relative;
}
.redes a i{
  color:#ffffff;
  margin-right:0px;
}

.redes a:hover i{
  color:#D2D700;
}

.redesm a i{
  color:#ffffff;
  margin-right:20px;
}

.redes a:hover {
  color:#edd67c;
}

.login-form{
  font-family: 'Roboto'; 
  background: rgba(86,34,119,1);
  background: -moz-linear-gradient(-45deg, rgba(86,34,119,1) 0%, rgba(86,34,119,1) 16%, rgba(122,0,84,1) 93%, rgba(122,0,84,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(86,34,119,1)), color-stop(16%, rgba(86,34,119,1)), color-stop(93%, rgba(122,0,84,1)), color-stop(100%, rgba(122,0,84,1)));
  background: -webkit-linear-gradient(-45deg, rgba(86,34,119,1) 0%, rgba(86,34,119,1) 16%, rgba(122,0,84,1) 93%, rgba(122,0,84,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(86,34,119,1) 0%, rgba(86,34,119,1) 16%, rgba(122,0,84,1) 93%, rgba(122,0,84,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(86,34,119,1) 0%, rgba(86,34,119,1) 16%, rgba(122,0,84,1) 93%, rgba(122,0,84,1) 100%);
  background: linear-gradient(135deg, rgba(86,34,119,1) 0%, rgba(86,34,119,1) 16%, rgba(122,0,84,1) 93%, rgba(122,0,84,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#562277', endColorstr='#7a0054', GradientType=1 );
  width: 100%;
  border-radius:6px;
  padding: 5% 7%;
}

.login-form .campoAutenticacion{
  font-family: 'Roboto';
  padding: 15px 15px;
  font-size: 1em;
  border-radius:5px !important;
  color: #353535;
  letter-spacing: 0px;
  background-color: #ebebeb;
}

.login-form input.campoAutenticacion::placeholder{
  color: #454545;
}

.login-form input.campoAutenticacion::-webkit-input-placeholder{
  color: #454545;
}

.login-form input.campoAutenticacion::-moz-placeholder{
  color: #454545;
}

#sendBtn{
  background-color: #04BAEE;
  color:#ffffff;
  padding:10px 30px;
  width:100%;
  max-width:250px;
  margin:0px auto;
  border: none;
  letter-spacing: 1px;
  border-radius: 25px;
  font-size: 1em;
}

#sendBtn:hover{
  background-color: #00348C;
  color:#ffffff;

}


#sendBtnE{
  background-color: #EABC00;
  color:#ffffff;
  padding:10px 30px;
  width:100%;
  max-width:200px;
  margin:0px auto;
  border: none;
  letter-spacing: 1px;
  border-radius: 0px 0px 25px 25px;
  font-size: 1em;
}

#sendBtnE:hover{
  background-color: #141414;
  color:#ffffff;

}


.btnNubibig{
  background-color: #ed6a31 !important;
  color:#ffffff !important;
  padding:10px 30px !important;
  width:100% !important;
  /*max-width:200px !important;*/
  margin:0px auto !important;
  border: none !important;
  letter-spacing: 1px !important;
  border-radius: 5px !important;
  font-size: 1.1em !important;
}

.btnNubibig:hover{
  background-color: #0b5a98 !important;
  color:#ffffff !important;

}

header#main-header2{
  background: transparent;
}

.text-amarillo{
  color:#D3D800;
}
.text-az{
  color:#0BBBEF;
  font-size: 2em;
}
.zonaTextos{
  padding:10%;
  width: 100%;
  max-width: 700px;
  margin: 0px auto;
}

.menusupeDesktop{
  background-color:rgba(8,71,133, .9);
}

.itemMenuDesktop{
  color:#ffffff;
  background-color: transparent;
  padding:8px 30px;
  font-family: 'GothamRounded-Book', sans-serif;
  font-size: 1.1em;
}

.itemMenuDesktop.active{
  background-color: #0a5098;
}

.itemMenuDesktop:hover{
  color:#ffffff;
  background-color: #0a5098;
  text-decoration: none;
}

.itemMenuDesktop img{
  max-height: 30px;
}

.itemMenuDesktop span{
  padding: 0px 3px;
}

.nav-item a, a.itemsPersonal {
  font-family: 'GothamRounded-Book', sans-serif;
  color:#ffffff;
  font-size: .9em;
}

a.itemsPersonal:hover {
  text-decoration: none;
  color:#95839e;
}

.nav-link img, .itemsPersonal img{
  height: 25px;
  border:none;
  margin:0px 8px 0px 0px;
  padding: 0px;
}


#main-header{
  background-color: #101010;
}

.animated-icon1{
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #ffffff;
}


.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}


.seccionprincipalpag{
  margin-top: 0px;
}

.text-small{
   font-family: 'GothamRounded-Book', sans-serif;
  color:#dedede;
  font-size: .6em;
  
  display: block;
  margin-left: 32px;
  margin-top: -6px;
}

a.text-small:hover {
  
  color:#ffffff;
}

#sendBtn.btnEnviar{
  background-color: #f0f0f0;
  color:#2e053d;
  padding: 7px 20px;
  float: right;
  width:98%;
  max-width:145px !important;
  border: none !important;
  border-radius: 2px !important;
  font-family: 'GothamRounded-Book', sans-serif;
  font-size: .85em;
}

#sendBtn.btnEnviar:hover{
  text-decoration: none;
  background-color: #2e053d;
  color:#f0f0f0;
}

#enviarPregunta{
  background-color: #ffffff;
  color:#084785;
  padding: 7px 20px;
  width:98%;
  max-width:145px !important;
  border: none !important;
  border-radius: 4px !important;
  font-family: 'GothamRounded-Book', sans-serif;
  font-weight: bold !important; 
  margin:15px auto !important;
  -webkit-box-shadow: 0px -1px 15px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -1px 15px -2px rgba(0,0,0,0.75);
  box-shadow: 0px -1px 15px -2px rgba(0,0,0,0.75);
}

#enviarPregunta:hover{
  text-decoration: none;
  background-color: #d62f70;
  color:#ffffff;
}


.input-group-field{
  padding:5px 15px;
  border-radius: 2px;
  font-family: 'GothamRounded-Book', sans-serif;
}

textarea{
  color: #454545;
  font-family: 'GothamRounded-Book', sans-serif;
}

input.input-group-field::placeholder{
  color: #454545;
}

input.input-group-field::-webkit-input-placeholder{
  color: #454545;
}

input.input-group-field::-moz-placeholder{
  color: #454545;
}

.fechaForo{
  background-color: rgba(0,0,0, .2);
  color: #ffffff;
  width: 100%;
  height:100%;
  line-height: 1.6em; 
  padding: 20px;
}

.fechaForo span{
  width:100%; 
  font-size: 2.5em; 
  display: block;
}
.zonapror{
  font-family: "zona_proregular";
}

.titulosForo a:hover{
  text-decoration: none;
}

.buttonIrForo{
  background-color: #ffffff;
  color:#1e0f31;
  margin:0px auto;
  padding:10px 30px;
  border-radius: 5px;
  font-size: 1.1em;
}
.buttonIrForo:hover{
  background-color: #1e0f31;
  color:#ffffff;
  text-decoration: none;
}

input.descBtn{
  background-color:#455f80;
  color:#ffffff;
  font-family: 'GothamRounded-Book', sans-serif;
  border:none;
  border-radius: 5px !important;
  padding:10px 45px;
  margin:0px auto;
  text-align: center;
}

input.descBtn:hover{
  background-color:#1e0f31;
}

.azulavon{
  color:#2e053d !important;
}

a.ircurso{
   background-color:#455f80;
  color:#ffffff;
  font-family: 'GothamRounded-Book', sans-serif;
  border:none;
  border-radius: 5px !important;
  padding:10px 45px;
  margin:0px auto;
  text-align: center;
}

a.ircurso:hover{
  background-color:#1e0f31;
  color:#ffffff;
  text-decoration: none;
}

.tituloRanking h2{
  background-color: rgba(8,71,133, .95);
  font-size: 1.5em;
  padding: 10px;
  letter-spacing: 1px;
}

#contentResultGamification{
  background-color: #ffffff;
  color: #ffffff;
}

.blancotransparente{
  background-color: rgba(8,71,133, .15);
}

.btnViVO a{
  background-color: #084785;
  color:#ffffff;
  padding: 10px 30px;
  width:90%;
  max-width:250px;
  border-radius:4px;
}

.btnViVO a:hover{
  background-color:#0a5098;
  color:#ffffff !important;
}

.izquierdoOfflogin{
    padding:10% 15px;
  }

.fontdelgado{
    font-weight: 200;
}

.fondomorado{
  background-color:#6c4d94;
}

.fondoblanco{
  background-color:#ffffff;
}

.moradoBase{
  background-color:#6c4d94;
}

.textonormal{
  color:#515151;
  font-size: .9em;
}

#pagopayu{
  background-color: #d1da27;
  color:#3a224d;
  width: 100%;
  padding:10px 25px;
  border-radius: 5px;
  border:none;
}

#pagopayu:hover{
  background-color: #3a224d;
  color:#d1da27;
}

.moradoBasetrans{
  background-color:rgba(255,255,255, .4);
}

.contenedorUsuario{
  background-color: #3a224d;
  border-radius:23px;
  padding:5px 15px 9px 5px;
  float: right;
}

.contenedorUsuario img{
  width:40px;
  height:40px;
  border-radius:20px;
}
.btnmorado{
  cursor: pointer;
  background-color:#6c4d94;
  color:#ffffff;
  font-size: 1.3em;
  width:90%;
  max-width: 280px;
  padding:15px 25px;
  display: inline-block;
  margin: 0 auto;
}

thead.degradoazul{
  padding: 15px 0px;
  color:#ffffff;
  background: rgb(93,113,171);
  background: -webkit-linear-gradient(left, rgba(93,113,171,1) 0%, rgba(44,47,98,1) 100%);
  background: -o-linear-gradient(left, rgba(93,113,171,1) 0%, rgba(44,47,98,1) 100%);
  background: linear-gradient(to right, rgba(93,113,171,1) 0%, rgba(44,47,98,1) 100%);
}
td.azulclaro{
  color:#4f4f4f;
  font-size: .9em;
  background: rgb(231,241,250);
  background: -webkit-linear-gradient(left, rgba(231,241,250,1) 0%, rgba(194,199,225,1) 100%);
  background: -o-linear-gradient(left, rgba(231,241,250,1) 0%, rgba(194,199,225,1) 100%);
  background: linear-gradient(to right, rgba(231,241,250,1) 0%, rgba(194,199,225,1) 100%);
}

.table td {
    padding: 7px !important;
    vertical-align: middle !important;
    border-top: 1px solid #ababab;
}

.table th {
    padding: 15px 20px !important;
    vertical-align: middle !important;
    border: none;
}

.sinborde{
  border:none;
}

.btnmorado:hover{
  background-color:#4b2e67;
  color:#ffffff;  
  text-decoration: none;
}

@media(max-width: 1390px) {
  .zonaTextos{
    width: 100%;
    padding:3% 0%;
    max-width: 480px;
  }
  .textogrande{
    font-size: 2.7em;
  }

  .izquierdoOfflogin{
    padding:4% 15px;
  }

  .acompa{
    font-size: 1.4em;
  }
}
@media(max-width: 770px) {
  .textogrande{
    font-size: 2em;
  }

  .acompa{
    font-size: 1.1em;
  }
  .flipD{
    text-align: center;
  }
  .footeravon{
    position:relative;
  }

  .seccionprincipalpag{
    margin-top: 100px;
  }
  .fechaForo span{    
    font-size: 1.5em; 
  }
  .nav-item a, a.itemsPersonal {
    font-family: 'zonapror', sans-serif;
    color:#ffffff;
    font-size: .9em;
  }
}

@media (max-width: 1023px) and (orientation: landscape) { 
  .footeravon{
    position:relative;
  }

}




.tooltipJq {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltipJq .tooltipJqtext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltipJq .tooltipJqtext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltipJq:hover .tooltipJqtext {
  visibility: visible;
  opacity: 1;
}
