@charset "utf-8";
/* CSS Document */


body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    font-family: 'Muli', sans-serif;
    color: #474747;
	  font-size:17px;
}

a {
	font-family: 'Muli', sans-serif;
    transition: background-color 0.3s;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}


.contenedor {
    display: block;
    margin: 0;
    min-height: 100%;
    position: relative;
    width: 100%;
    padding-bottom: 190px;
}

.contenido {
}

.row {
    margin: 0;
    padding: 0;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	padding-right: 5px;
	padding-left: 5px;
}


#preloader {
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background: #0059ab;
    z-index: 1000000000;
}


#loader {
    width: 31px;
    height: 31px;
    position: absolute;
    left:50%; top:50%;
    background: url(../img/loader.gif) no-repeat center 0;
    margin:-15px 0 0 -15px;
}


.head {
	background-color: #fff;
	padding: 20px 40px;
	border-bottom:1px solid #6b6b6b;
}

.boton a {
	padding: 15px 25px;
	display: block;
	text-decoration: none;
	color: #fff;
	background-color:#0059ab;
	text-align: center;
	border-radius: 25px;
	font-size: 20px;
  margin: 0 2px;
}

.boton a:hover {
	background-color:#03417a;
}

.boton-gris a {
  padding: 15px 25px;
  display: block;
  text-decoration: none;
  color: #0059ab;
  background-color:#b2b2b2;
  text-align: center;
  border-radius: 25px;
  font-size: 20px;
  margin: 0 2px;
}

.boton-gris a:hover {
  background-color:#979696;
}

.footer {
	background-color: #0059ab;
	clear:both;
	text-align: center;
	height:120px;
	color: #fff;
	padding:5px 0;
	position: relative;
	margin-top: -120px;
}

.modulos {
    padding:3px;
}

.modulos a {
    color: #6b6b6b;
}

.modulos-cont {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.primera {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	color:#fff;
	font-weight: bold;
	display: none;
	overflow: hidden;
	padding: 100px 0;
	text-align: center;
	font-size: 40px;
	/*opacity: 0.5;*/
	/*text-shadow: 0px 2px 2px #000;*/

    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.modulos:hover .primera {
    display: block;
}

@-webkit-keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }
         
         @keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }
         
         .fadeIn {
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
         }

.modulos .mod-head {
    padding:10px;
}

.modulos .mod-inf {
    padding: 0 5px;
    border-left: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
	  min-height:180px;
}

.modulos .mod-inf h5 {
    margin: 0;
    padding:10px 5px;
}

.modulos .mod-inf p {
    margin:0;
    padding:10px;
    font-size: 13px;
}

.his-btn {
	width:160px;
	height:160px;
	border:17px solid #6c6c6c;
	color:#6c6c6c;
	padding:38px 0;
	border-radius:100px;
	font-size:35px;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	margin:0 auto 10px;
  position: relative;
}

/*.his-inf {
	color:#616161;
	text-align:center;
	display:none;
	width:100%;
	margin:0 auto;
	padding:10px 10px 0;	
}*/


.instrucciones {
	color:#0059ab;
	font-style:italic;
	margin:35px 0 10px;
  font-size: 15px;
}


.menu-cobertura {
  width: 14.2%;
  padding: 0;
  overflow: hidden;
  margin: 0;
  float: left;
  height: 60px;
}

.menu-cobertura img {
	width: 100%;
}

.menu-cobertura a {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 60px;
}

.menu-cobertura a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.active-cob a {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../img/flecha-arriba.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  cursor: default;
}

.menu-reglamento {
  width: 11.1%;
  padding: 0;
  overflow: visible;
  margin: 0;
  float: left;
  min-height: 115px;
  text-align: center;
}

.menu-reglamento img {
  width: 100%;
}

.menu-reglamento a {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 13px;
  min-height: 115px;
}

.menu-reglamento a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.active-reg a {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../img/flecha-arriba.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  cursor: default;
}

.puestos {
  position:relative;
  width:90%;
  min-width:170px;
  max-width: 220px;
  background-color: #1d549c;
  color: #fff;
  padding: 10px 25px 10px 15px;
  border-radius:25px;
  overflow: visible;
  margin: 20px 0;
  margin-right: 26px;
  float: right;
  font-size: 15px;
}

.puestos2 {
  position:relative;
  width:100%;
  max-width:210px;
  background-color: #1d549c;
  color: #fff;
  padding: 5px 25px 5px 25px;
  border-radius:25px;
  overflow: hidden;
  margin: 15px auto;
  font-size: 17px;
  line-height: 1;
}

.cont-icon {
  position: absolute;top:0;right:0;margin: 0;background-color: #bcbcbb;padding: 3px 10px;bottom: 0;
}


ul {
  margin-left: 0;
}

.valores {
  padding: 5px 0 5px 20px;
  position: relative;
  z-index: 20;
  display: block;
  cursor: pointer;
  color: #fff;
  line-height: 33px;
  font-size: 19px;
  background: #ccc;
  border-radius: 20px;
  margin: 5px 0;
  font-weight: bold;
  overflow: hidden;
}

.valores-icons {
  position: absolute;
  top:0;
  right:0;
  margin: 0;
  background-color: #cacbcb;
  padding: 5px 15px;
}

.wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 300px;
  display: none;
}

.wrap .question {
  padding: 10px 20px;
  background-color: #0059ab;
  color: #fff;
  margin:10px 0
}

.wrap .options {
  padding: 0;
  background-color: #bfbfbf;
  color: #5f5f5f;
  margin:10px 0;
  overflow: hidden;
  cursor: pointer;
}

.wrap .options:hover {
  background-color: #a5a5a5;
}

.wrap .options .cuadro {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 10px;
  font-weight: bold;
  color:#fff;
  width: 35px;
  float: left;
  margin-right: 20px;
  text-align: center;
}

.wrap .options p {
  float: left;
  margin: 8px 0 0;
  width: 90%;
  padding: 0 0 5px;
}

.answers {
  display: none;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:300px;
}

.title {
  padding: 20px;
  text-align: center;
}

.answers .boton {
  width: 170px;
  text-align: center;
  color: #fff;
  background-color: #0059ab;
  border-radius: 20px;
  padding: 10px;
  cursor: pointer;
  margin:20px auto;
  display: none;
  z-index: 999;
}

.answers .boton:hover {
  background-color: #034785;  
}

.popup-overlay {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  display:none;
  background-color: #000;
  opacity: 0;
  min-height:100%;
}

.btn-sound {
    width:40px;
    height:40px;
    overflow:hidden;
    position:absolute;
    top: -50px;
    left: 50%;
    margin-left: -20px;
    border-radius: 30px;
    z-index: 999;
    background-color:#0059ab;
    cursor: pointer;
}

.btn-sound:hover {
    background-color:#044989;
}

.asesor {
  text-decoration: none;padding: 10px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  background-color: #434b5f;
  color: #fff;
  display: block;
  font-size: 14px;
  float: right;
}

.asesor:hover {
  background-color: #2e374e;
  color: #fff;  
}

.gerente {
  text-decoration: none;padding: 10px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  background-color: #535352;
  color: #fff;
  display: block;
  font-size: 14px;
  float: left;
}

.gerente:hover {
  background-color: #36362e;
  color: #fff;  
}