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

body { font-family: 'Montserrat', sans-serif; color: #666666; }

.txt_center, .num_preg { text-align: center; }
.txt_italic { font-style: italic; }
.img-centrada { margin: 0 auto; } 
.espacio20 { padding: 20px 0; }
.espacio50 { padding: 50px 0; }

.txt_morado { color: #9C1286; }

.page-header { border: none; }

h1,h2{ font-weight: 700; font-size: 50px; }
h4 { font-weight: 700; font-size: 30px; }

a.btn_morado { display: inline-block; border-radius: 20px; border: 1px solid #9C1286; padding: 5px 20px !important; text-decoration: none; color: #9C1286; }
a.btn_verde { display: inline-block; border-radius: 20px; border: 1px solid #18AF25; padding: 5px 20px !important; text-decoration: none; color: #18AF25; }

a.btn_flotante {
	position: fixed;
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(1rem, env(safe-area-inset-bottom));
    z-index: 9999;
    padding: .9rem 1.2rem;
    border: 0;
    border-radius: 20px;
    background: #9C1286;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0,0,0,.18), 0 2px 6px rgba(0,0,0,.12);
    transition: transform .15s ease, box-shadow .15s ease;
}

.ban { padding: 80px 0; color: #fff; text-align: center; font-weight: 700; }

iframe { border: 0; }
	iframe body { background: #fff; }

	ul.breadcrumb { display: none; }

/* * * * * * * * * * * *  HEADER * * * * * * * * * * * */

header { padding: 10px 0; }

.navbar-default { background-color: transparent; border-color: transparent; margin: 20px 0; }
header .bg_verde{ background: #9C1286; color: #fff !important; border-radius: 20px; border: none; padding: 5px 20px !important; margin: 10px 5px; }
header .bg_verde:hover { background: rgb(128, 32, 112) !important; }

header .navbar .menu_principal li.activo a,
header .navbar .menu_principal li a:hover { color: #9C1286; border-bottom: 2px solid #9C1286; }


.boton .bg_verde{ background: #9C1286; color: #fff !important; border-radius: 20px; border: none; padding: 5px 20px !important; margin: 10px 5px; }
.boton .bg_verde:hover { background: rgb(128, 32, 112) !important; }


/* * * * * * * * * * * *  FOOTER * * * * * * * * * * * */
.logos { padding: 50px 0; }
footer { background: url('../img/ELEMENTOS-28.jpg') center center no-repeat; background-size: cover; padding: 50px 0; color: #fff; }

footer table a { color: #fff; }
	footer .table>tbody>tr>td { border: none; }

footer .form-control { border-radius: 0; }
	footer button { background: #9C1286; color: #fff; border-radius: 20px; border: none; padding: 5px 30px; }


@media only screen and (max-width: 760px) {
	footer .img-responsive { margin: 0 auto; }
}

/* * * * * * * * * * * *  INICIO * * * * * * * * * * * */

.carousel-caption { top: 20%; text-align: left; }
.carousel-caption p { font-size: 50px; }

@media only screen and (max-width: 760px) {
	.carousel-caption { top: 0%; text-align: center; }
	.carousel-caption h2 { font-size: 20px;  }
		.carousel-caption p { display: none;}
}

#pme1 { background: #9C1286; color: #fff; padding: 50px 0; }
#pme1 h1 { color: #fff; }
#pme1 a.btn_morado { color: #fff;  border: 1px solid #fff; color: #fff; }

#pme { padding: 50px 0; }
#pme h1 { font-weight: 700; font-size: 50px; color: #9C1286; }

#propositos { padding: 50px 0; color: #fff; text-align: center; }
#propositos .col-md-4 { padding: 0; }
#propositos h2 { color: #9C1286; }

#propositos .bg_verde_c hr,
#propositos .bg_verde_o hr { border: 0; border-bottom: 2px solid #fff; width: 20px; text-align: center; }

#propositos .bg_verde_c { background: rgba(156, 18, 134,0.6); padding: 40px; min-height: 300px; }
#propositos .bg_verde_o { background: rgba(156, 18, 134,0.9); padding: 40px; min-height: 300px; }

#categorias { padding: 50px 0; background: #f1f1f1; text-align: center; }
	#categorias a { color: #666666; display: inline-block; }
	#categorias a:hover, #categorias a:focus { text-decoration: none; }
	#categorias .btn_categoria { border: 1px solid #fff; width: 200px; padding: 10px; margin: 5px 0; }
	#categorias .btn_mas { border: 1px solid #fff; border-radius: 20px; padding: 5px 30px; }

	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { background-color: #f1f1f1; }

#empresas_ganadoras { padding: 50px 0; text-align: center; }
	#empresas_ganadoras h2 { color: #9C1286; margin-bottom: 50px; }
	#empresas_ganadoras .carousel-control.left,
	#empresas_ganadoras .carousel-control.right { background: none !important; }
	#empresas_ganadoras .carousel-control { color: #9C1286; }

	#empresas_ganadoras .carousel-inner { overflow: inherit; }
	#empresas_ganadoras .carousel-caption { top: inherit; bottom: -40px; text-align: center; padding-bottom: 0; color: #666; text-shadow: none; font-size: 25px; }


#participar { padding: 50px 0; }
	#participar .border {  padding: 30px; text-align: center; border: 1px solid #9C1286; border-radius: 50px; }
	#participar h2 { color: #9C1286; margin-bottom: 50px; text-align: center; }
	#participar .pasos p b { font-size: 1.2em; }
	#participar .pasos, #participar .pasos img { margin-bottom: 20px; }
	#participar .pasos ul li { margin-bottom: 10px; }

#beneficios { padding: 50px 0; }
	#beneficios h2 { color: #9C1286; margin-bottom: 20px; }
	#beneficios ul li { margin-bottom: 10px; }

/* * * * * * * * * * * *  CATEGORÍAS * * * * * * * * * * * */

.ban_categorias { background: url('../img/ELEMENTOS-35.jpg') center center no-repeat; background-size: cover; }
.categorias { padding: 50px 0; }

	.categorias .nav-tabs { border: none; }

	.categorias .nav-tabs>li>a {
	    margin-right: 0px;
	    border: 1px solid #666666;
	    border-radius: 0;
	    color: #666666; 
	    text-align: center;
	}

	.categorias .nav-tabs>li.active>a,
	.categorias .nav-tabs>li.active>a:focus,
	.categorias .nav-tabs>li.active>a:hover {
		background: #666666;
		color: #fff;
	}

	.categorias .tab-content { padding: 100px 0; }

	.categorias h2 { color: #18AF25; margin-bottom: 20px; text-align: center; }

	.categorias .btn_morado { font-size: 20px; padding: 10px 50px !important; }



	.image {
	  display: block;
	  width: 100%;
	  height: auto;
	}

	.overlay {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  height: 100%;
	  width: 100%;
	  opacity: 0;
	  transition: .5s ease;
	  background-color: #9C1286;
	}

	.descargable:hover .overlay { opacity: 1; }

	.text {
	  color: white;
	  font-size: 20px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  text-align: center;
	}


/* * * * * * * * * * * *  REGISTRO * * * * * * * * * * * */

.ban_reg { background: url('../img/ELEMENTOS-65.jpg') center center no-repeat; background-size: cover; }
.registro { padding: 100px 0 50px 0; }
	.registro .form-control { border-radius: 0; border: 1px solid #9C1286; }
	.registro button, .registro a.btn_enviar { display: inline-block; border-radius: 20px; border: 1px solid #9C1286; padding: 10px 50px !important; text-decoration: none; color: #9C1286; }



/* * * * * * * * * * * *  LOGIN * * * * * * * * * * * */

.ban_log { background: url('../img/ELEMENTOS-68.jpg') center center no-repeat; background-size: cover; }
.login { padding: 100px 0 50px 0; }
	.login .form-control { border-radius: 0; border: 1px solid #9C1286; }
	.login button { display: inline-block; border-radius: 20px; border: 1px solid #9C1286; padding: 10px 50px !important; text-decoration: none; color: #9C1286; }


/* * * * * * * * * * * *  INFORMACIÓN * * * * * * * * * * * */

.informacion { padding: 50px 0; }
	.informacion .form-control { border-radius: 0; border: 1px solid #9C1286; }
	.informacion button, .informacion a.btn_enviar { border-radius: 20px; border: 1px solid #9C1286; padding: 5px 20px !important; text-decoration: none; color: #9C1286; }
	.informacion a.btn_verde { font-size: 1.2em; padding: 10px 30px !important; }

/* * * * * * * * * * * *  CUESTIONARIO * * * * * * * * * * * */

.ban_cuestionario { background: url('../img/ELEMENTOS-45.jpg') center center no-repeat; background-size: cover; }
.cuestionario { padding: 100px 0 50px 0; }

	.cuestionario .nav-tabs { border: none; }

	.cuestionario .nav-tabs>li { background: rgb(190, 22, 162); }

	.cuestionario .nav-tabs>li>a {
	    margin-right: 0px;
	    border: 1px solid #9C1286;
	    border-radius: 0;
	    color: #fff; 
	}

	.cuestionario .nav-tabs>li.active>a,
	.cuestionario .nav-tabs>li.active>a:focus,
	.cuestionario .nav-tabs>li.active>a:hover {
		background-color: #9C1286;
	    border: 1px solid #9C1286;
	    border-bottom-color: #9C1286;
	    color: #fff;
	}

	.cuestionario .nav>li>a:focus,
	.cuestionario .nav>li>a:hover {
	    background-color: #9C1286;
	    border: 1px solid #9C1286;
	}
		
	.cuestionario .tab-content { padding: 40px 20px; border: 1px solid #9C1286; }

table { font-size: 12px; }
	table thead tr td { vertical-align: top !important; text-align: center; font-weight: bold; }
	table tr td,
	table tr td.middle { vertical-align: middle !important; }
	.table > thead > tr > th, .table > tbody > tr > th,
	.table > tfoot > tr > th, .table > thead > tr > td,
	.table > tbody > tr > td, .table > tfoot > tr > td,
	.table > caption + thead > tr:first-child > th,
	.table > colgroup + thead > tr:first-child > th,
	.table > thead:first-child > tr:first-child > th,
	.table > caption + thead > tr:first-child > td,
	.table > colgroup + thead > tr:first-child > td,
	.table > thead:first-child > tr:first-child > td {
		border: 1px solid #ddd;
	}
	table .txt_center span.glyphicon { font-size: 20px; padding: 10px; }
	table a, table a:hover { text-decoration: none; color: #18AF25; display: block; cursor: pointer; }
	table.results a, table.results a:hover { display: inline-block; }

	table .txt_grande { font-size: 1.2em; }

	.txt_cargar_arc { font-size: 9px; text-align: left; font-weight: bold; margin-bottom: 0; padding-top: 10px; }
	.archivos_cargados { font-size: 9px; text-align: left;  }
	.archivos_cargados p { font-weight: bold; }
	.archivos_cargados ul { padding-left: 15px; }


#tabla_materialidad table { font-size: 11px; }
#tabla_materialidad table thead tr td { font-size: 11px; }


        #tabla_materialidad table {
            width: 100%;
        }

        #tabla_materialidad thead,
        #tabla_materialidad tbody,
        #tabla_materialidad tr,
        #tabla_materialidad td,
        #tabla_materialidad th { display: block; }

        #tabla_materialidad tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }

        #tabla_materialidad thead td {
            height: 210px;
            /*text-align: left;*/
        }

        #tabla_materialidad tbody {
            height: 500px;
            overflow-y: auto;
        }

        #tabla_materialidad thead {
            /* fallback */
        }


        #tabla_materialidad tbody td,
        #tabla_materialidad thead td {
            width: 10%;
            float: left;
            min-height: 80px;
        }

        #tabla_materialidad td.texto { width: 20%; }
        #tabla_materialidad tbody td.mod_tit { width: 100% !important; min-height: inherit; }


.evaluador_calif #tabla_materialidad table thead tr td { font-size: 9px; }

.evaluador_calif #tabla_materialidad td.texto { width: 15%; }

.evaluador_calif #tabla_materialidad tbody td, .evaluador_calif #tabla_materialidad thead td {
    width: 8.5%;
    text-align: center;
}




.mod_tit { background: #9C1286; color: #fff; font-weight: bold; text-transform: uppercase; font-size: 1.2em; }

.na { display: block; margin: 10px 0; width: 100%; resize: none; border: 1px solid #ddd; }


.archivos .modal-dialog { width: 70%; }


/* * * * * * * * * * * *  BIBLIOTECA * * * * * * * * * * * */

.biblioteca { padding: 50px 0; }



/* * * * * * * * * * * *  RESULTADOS * * * * * * * * * * * */

.resultados { padding: 50px 0; }

.menu a.granboton {
	display: block;
	background: #fff;
    border: 2px solid #00CCCC;
	color: #330033;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 50px 0;
	text-align: center;
	text-decoration: none;
	margin: 20px 0;
}

.menu a.granboton:hover {
	border: 2px solid #330033;
	background: #330033;
	text-decoration: none;
	color: #fff;
}

.menu a.granboton h2 {
	font-size: 25px;
	line-height: 27px;
}

.menu a.granboton span.glyphicon { font-size: 40px; }



.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}


input.calif { width: 50%; }

input:invalid + span:after {
    content: '✖';
    color: #f00;
    padding-left: 5px;
}

input:valid + span:after {
    content: '✓';
    color: #26b72b;
    padding-left: 5px;
}


.secciones_int,
.secciones_int a {
	color: #9C1286;
}
.secciones_int a:hover { text-decoration: none; }

.secciones_int .active a { border-bottom: 5px solid #9C1286; display: inline-block; }

.theiframe {
	background:url(../img/loader.gif) center center no-repeat;
  }