/****** Colores de plantilla ******/
.P1_fondo1 {
  background-color: #ffffff;
}
.P1_fondo2 {
  background-color: #e64297;
  color: #fff;
}
.P1_fondo4 {
  background-color: #612065;
}
.P1_fondo2 h4 {
  height: 28px
}
.P1_fondo3 {
  background-color: #e64297;
  color: white;
}
.P1_fondo6 {
  background-color: #f7f5f7;
  color: white;
}
.P1_text1, #menu_nav button:hover, a {
  color: #e64297;
}
.P1_text2, .card_back a:hover, .card_details p:hover {
  color: #612065;
}
.P1_text3, a:hover, a:active, a:focus {
  color: #612065;
}
.P1_text4, .card_back a, .card_details p {
  color: #fff;
}
.title_modu {
  font-size: 20px;
  font-weight: 600;
}
/****** General ******/
body {
  background: #fff;
  color: #000;
}
a {
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
}
p {
  color: #404040;
  padding: 0;
  margin: 0 0 10px 0;
}
ul,ol{
  color: #404040;
}
.wow {
  visibility: hidden;
}
.note {
  border: 2px dashed #000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 15px;
  background-color: #d9d9d9;
  margin-bottom: 20px;
}
.modal-dialog {
  width: 80%;
  padding: 5px;
  position: relative;
  transition: all 5s ease-in-out;
  margin: 3% auto;
  background-color: white;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-izq {
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #F9F9F9;
  padding: 4px;
  border: #CCC 1px solid;
  float: left;
  max-width: 300px !important;
  height: auto;
}
.img-der {
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #F9F9F9;
  padding: 4px;
  border: #CCC 1px solid;
  float: right;
  max-width: 300px !important;
  height: auto;
}
.img-center {
  margin: auto;
  border-radius: 5px;
  background-color: #F9F9F9;
  padding: 4px;
  border: #CCC 1px solid;
  max-width: 50%;
  height: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-left {
  float: left;
  margin: 0px 10px 10px 0px;
  /*	width:300px;*/
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-bottom: 20px;
}
.img-right {
  float: right;
  margin: 0px 0px 10px 10px;
  /*width:300px;*/
  padding: 4px;
  border: 0px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-bottom: 20px;
}
.img-style {
  border: 9px solid white;
  outline: 1px solid #eaeaea;
  box-shadow: 7px 7px 0px 0 rgb(223, 223, 223);
  margin-bottom: 20px;
}
.recuadro1 {
	width: 75%;
	padding: 15px;
/*	background-color: #612065;*/
	margin: auto;
	border: solid #612065 2px;

}

/****** menu ******/
#menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
/* logo */
#logo {
  margin-top: 2px;
}
#menu #logo img {
    max-height: 50px;
}
/* barra */
#barra_menu, .barra_menu {
  padding: 5px;
}
#myModal .modal-dialog {
  margin-top: 73px;
}
/****** competencia ******/
#compe {
  overflow: hidden;
}
.banner_p {
    width: 100%;
    height: max-content;
    background: url(../../img/intro-bg.jpg) center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 50px 0px 50px 0px;
}
#compe:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#compe h1 {
  color: #707070;
  font-size: 50px;
  font-weight: 600;
}
#compe h2 {
  color: white;
  font-size: 50px;
  font-weight: 600;
  background-color: #fe5000;
  padding-bottom: 10px;
}
h4 {
  font-size: 25px !important;
  font-weight: 600;
  color: #612065;
  font-weight: 700;
}
#compe h4 {
  color: #e64297;
}
#compe p {
  font-size: 20px;
  font-weight: 600;
  margin: 5px;
  color: #665f63;
}
.title-container {
  position: relative;
  flex-direction: column;
  height: max-content;
  border-radius: 15px;
  overflow: hidden;
  margin: 10% 0% 10% 50%;
  text-align: center;
  width: 45%;
  z-index: 100;
}
.compe {
  position: relative;
  background-color: #612065;
}
.compe-container {
  width: 60%;
  margin: 0% auto 0%;
  padding: 2% 1% 3% 1%;
  text-align: center;
  height: max-content;
}
canvas {
  position: absolute;
  top: 0px;
  opacity: 0.5;
}
/****** bienvenida ******/
.bien {
  background-color: whitesmoke;
  padding: 4% 0% 4% 0%;
}
/****** informacion general ******/
.info {
  overflow: hidden;
  position: relative;
  padding: 3% 0 2% 0;
}
.info:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.info h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #e64297;
}
.info .info_g {
  text-align: center;
}
.info_g img:hover {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}
.modal-title {
  color: #612065;
}
.tit{
	color: #e64297;
}
/****** modulos ******/
.modu {
  background-color: whitesmoke;
  padding-bottom: 3%;
  padding-top: 3%;
}
.title_modu {
  width: 60%;
  margin: 0% auto 0%;
  padding: 1%;
  text-align: center;
  height: max-content;
}
.title_modu h2 {
  margin: 10px 0px 10px 0px;
  text-transform: uppercase;
}
.title_modu p {
  color: gray;
	font-size: 18px;
    font-weight: 400;
}
#buttoncontainer {
	margin-top: 15px;
}
#buttoncontainer .row .col-md-2 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.button {
  font-size: 17px;
    text-align: center;
    cursor: pointer;
    background-color: #e64297;
    color: white;
    padding: 10px 5px;
}
.button:hover {
  background-color: #612065;
}
.toggled {
  background-color: #612065 !important;
}
.panel {
  background-color: #ffffff;
  margin-top: 10px;
  padding: 25px;
}
#modu1_img {
  background-image: url("../../img/banners/m1.jpg");
}
#modu2_img {
  background-image: url("../../img/banners/m2.jpg");
}
#modu3_img {
  background-image: url("../../img/banners/m3.jpg");
}
#modu4_img {
  background-image: url("../../img/banners/m4.jpg");
}
#modu5_img {
  background-image: url("../../img/banners/m5.jpg");
}
.img_m {
  height: 100%;
  background-size: cover;
}
.panel h3, .panel h4 {
  font-size: 20px !important;
  font-weight: bold;
}
.panel h3 {
  color: #612065
}
.panel h4 {
  color: #e64297;
}
.panel p {
  margin: 15px 0px 15px 0px;
}
.panel a {
  background-image: url("../../img/fast-forward.png");
  background-repeat: no-repeat;
  color: #665f63;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600;
  background-size: 13px;
    background-position: left center;
}
.panel a:hover {
	color: #612065!important;
	font-weight: 700;
	text-decoration: underline;
}
/****** footer ******/
.footer {
  font-size: 14px;
  overflow: hidden;
  background-color: #612065;  
}
.footer p {
  margin-top: 7px;
  color: white;
}
#img_f {
	background-image: url("../../img/user.png");
	width: 32px;
    height: 32px;
}
.footer #img_f:hover {
  background-image: url("../../img/user_on.png");
}
.footer .col-md-6 {
  padding: 5px 0px 0px 0px;
}
/* autores */
#menu_nav_f {
  float: right;
  font-weight: bold;
  margin-top: -4px;
  font-size: 20px;
}
#menu_nav_f button {
  background-color: transparent;
  font-size: 20px;
  color: inherit;
}
#menu_nav_f .dropdown-item {
  cursor: pointer;
  margin: 0px;
}
/****** boton subir ******/
.back-to-top {
  position: fixed;
  display: none;
  background-color: #e64297;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 65px;
  transition: background 0.5s ease-in-out;
}
.back-to-top img {
  font-size: 24px;
  padding-top: 10px;
}
.back-to-top:focus {
  background: #612065;
  color: #fff;
  outline: none;
}
.back-to-top:hover {
  background: #612065;
  color: #fff;
}
/****** Evaluacion ******/
#table_color {
  text-align: center;
  width: 100%;
}
#table_color tr {
  background-color: #ffffff;
}
/****** Temas ******/
.temas #menu {
  height: 65px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
.temas #menu_nav {
  float: right;
  font-weight: bold;
  margin-top: 10px;
  font-size: 20px;
}
.temas #menu_nav a {
	    font-size: 20px;
    font-weight: 500;
    margin: 0px 10px 0px 10px;
	color: #612065;
}
.temas #menu_nav a:hover {
	color: #e64297;
}
.temas #menu .col-md-4, #menu .col-md-8 {
	padding: 5px;
}
.temas #contenido {
	overflow: hidden;
}
.banner_t {
    width: 100%;
    height: max-content;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 50px 0px 50px 0px;
}
#m1 .banner_t {
  background-image: url(../../img/banners/m1.jpg);
}
#m2 .banner_t {
  background-image: url(../../img/banners/m2.jpg);
}
#m3 .banner_t {
  background-image: url(../../img/banners/m3.jpg);
}
#m4 .banner_t{
  background-image: url(../../img/banners/m4.jpg);
}
#m5 .banner_t {
  background-image: url(../../img/banners/m5.jpg);
}
.temas .title-container {
  position: relative;
  flex-direction: column;
  height: max-content;
  border-radius: 15px;
  overflow: hidden;
  margin: 12% 0% 8% 10%;
  text-align: center;
  text-shadow: 2px 3px 3px black;
  width: 80%;
  z-index: 100;
  color: #ffffff;
}
#pdf_b {
	padding: 8px 0px 48px 0px;
}
.botones-especiales {
  position: relative;
  float: right;
}
.controles {
  display: none;
  background-color: transparent;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#pdf.controles {
  display: block;
}
#pdf {
  background-image: url("../../img/pdf-file.png");
  background-size: contain;
}
#pdf:hover {
  background-image: url("../../img/pdf-file_on.png");
}
#pdf a {
  width: 100%;
  height: 100%;
  display: block;
}

#explicacion {
  
}
.temas h4 {
  text-transform: none;
  font-size: 20px !important;
}
.box-apartados {
  background-color: #9e6381;
  width: 100%;
  min-height: 90px;
  color: #fff;
  cursor: pointer;
}
.box-apartados:hover {
  background-color: #033f63;
}
#tema-intro-menu {
  padding-top: 4%;
}
body.temas {
  background: #f2f2f2;
}
#actividad, #significado, #recursos, #ejercicio, #tarea, #demostracion, #saber {
  display: none;
}
.subtema {
  background-color: #fff;
  margin: 50px 0px 50px 0px;
}
.titulo {
  border-bottom: 4px solid #e64297;
  background-color: #f2f2f2;
  color: #fff;
}
.titulo span {
  background-color: #e64297;
  border-radius: 0px 10px 0px 0px;
  padding: 0px 12px 0px 12px;
}
.titulo span img {
  display: inline;
  width: 17px;
}
.referencias-checkpoint {
  word-wrap: break-word;
}
.referencias-checkpoint .titulo {
  border-bottom: 4px solid #612065;
}
.referencias-checkpoint .titulo span {
  background-color: #612065;
}
.subtema-contenido {
  padding: 15px;
}
.temas img {
  display: block;
  max-width: 100%;
  height: auto;
}
.bg-legend p {
  color: #fff;
}
.back-to-top img {
  display: inline;
}
.submenu {
  cursor: pointer;
}
.txt-img {
  width: 1px;
  height: 1px;
  color: transparent;
  display: inline-flex;
  overflow: hidden;
}
.fixed {
  position: fixed;
  top: 73px;
  margin-top: 0px;
  background-color: #202b52;
  padding: 5px;
  width: 96px;
  right: 15px;
  z-index: 999;
}
#intro_m1 img {
  display: block;
  max-width: 100%;
  height: auto;
}
#myModal {
  top: 0px;
}
.card {
    background-color: #612065;
	margin-bottom: 2px;
}
.card:hover {
    background-color: #e64297;
}
.card .card-body {
	background-color: #ffffff;
}
.card .card-header {
	padding: 0px;
}
.card .card-header a, .card .card-header a:hover {
	color: #ffffff;
	display: block;
	padding: 15px;
}

.caja-simple {
	padding: 15px;
	background-color: #612065;
	margin: auto;
    color: white;
    border: solid 2px #eee;
    box-shadow: 0 10px 6px -6px #bbb;
}

/****** Responsive Media Queries ******/
@media (max-width: 768px) {
  #menu #logo img {
    padding: 0;
    margin: 0;
    max-height: 60px;
    width: 93px;
    margin-top: 11px;
  }
  #menu_nav button {
    font-size: 14px;
  }
  .banner h4.submenu {
    font-size: 13px;
    text-align: center;
  }
  .fixed {
    top: 146px;
  }
  #compe h1 {
    font-size: 50px;
  }
	.footer .col-md-6 {
    padding: 10px;
}
	.temas .title-container h1 {
    font-size: 25px;
}
	.temas .title-container {
    width: 90%;
    margin: 20% 0% 10% 5%;
}
	.temas #menu_nav {
    margin-top: 5px;
}
	.temas #menu_nav a {
    font-size: 13px;
}
	.img_m {
    height: 200px;
}
	#buttoncontainer .row .col-md-2 {
    padding: 15px;
    margin: auto;
}
  .title_modu {
    width: 90%;
}
  .title-container {
    width: 90%;
	margin: 10% 0% 10% 5%;
  }
}
@media (max-width: 321px) {
  #menu #logo img {
    width: 75px;
  }
  #menu_nav button {
    font-size: 10px;
  }
  .banner h4.submenu {
    font-size: 10px;
  }
  #compe h1 {
    font-size: 50px;
  }
}

/* Estilo Plantilla Subgerentes */

:root {
  --color-1: #e64297;
  --color-2: #612065;
}

.temaSubg #menu #menu_nav a {
    color: var(--color-1);
}
.temaSubg #menu #menu_nav a:hover {
    color: var(--color-2);
}
.temaSubg #menu .barra_menu {
    background-color: var(--color-2);
}
.temaSubg #contenido #pdf_b {
    background-color: var(--color-1);
}
.temaSubg #contenido h4.titulo {
    border-bottom: 4px solid var(--color-2);
}
.temaSubg #contenido .titulo span {
    background-color: var(--color-2);
}
.temaSubg #contenido .referencias-checkpoint h4.titulo {
    border-bottom: 4px solid var(--color-1);
}
.temaSubg #contenido .referencias-checkpoint .titulo span {
    background-color: var(--color-1);
}
.temaSubg #footer .footer {
    background-color: var(--color-1);
}
.temaSubg .back-to-top {
    background-color:var(--color-2);
}
.temaSubg .back-to-top:hover {
    background: var(--color-1);
}
.temaSubg #pdf:hover{
    background-image: url("../../img/pdf-file_on2.png") !important;
}
.temaSubg #img_f:hover{
    background-image: url("../../img/user_on2.png") !important;
}

/*------------------------------*/
