
/* CSS DIPLOMADO MODELO PIONERO */

@charset "UTF-8";

@font-face {
    font-family: 'AA Smart Sans';
    src: url('AASmartSans-SemiBold.woff2') format('woff2'),
        url('AASmartSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AA Smart Sans';
    src: url('AASmartSans-LightItalic.woff2') format('woff2'),
        url('AASmartSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AA Smart Sans';
    src: url('AASmartSans-Bold.woff2') format('woff2'),
        url('AASmartSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AA Smart Sans';
    src: url('AASmartSans-Light.woff2') format('woff2'),
        url('AASmartSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AA Smart Sans';
    src: url('AASmartSans-RegularItalic.woff2') format('woff2'),
        url('AASmartSans-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AA Smart Sans';
    src: url('AASmartSans-Regular.woff2') format('woff2'),
        url('AASmartSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AA Smart Sans';
    src: url('AASmartSans-BoldItalic.woff2') format('woff2'),
        url('AASmartSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AA Smart Sans';
    src: url('AASmartSans-SemiBold.woff2') format('woff2'),
        url('AASmartSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AA Smart Sans';
    src: url('AASmartSans-ThinItalic.woff2') format('woff2'),
        url('AASmartSans-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AA Smart Sans';
    src: url('AASmartSans-Thin.woff2') format('woff2'),
        url('AASmartSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AA Smart Sans Head';
    src: url('AASmartSansHead-Light.woff2') format('woff2'),
        url('AASmartSansHead-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AA Smart Sans';
    src: url('AASmartSans-SemiBoldItalic.woff2') format('woff2'),
        url('AASmartSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


​

div #tctp h1{
	color:#031795 !important;
}
​
div #tctp h2{
	color:#031795 !important;
}
​
div #tctp .tabla-resumen{
	
}



#region-main p {
   font-family: 'AA Smart Sans';
    font-style: normal;
  color: #666666;
  font-size: 1.5rem !important;
font-weight: 300;

}

#region-main h1 {
  color: #031795;
   font-family: 'AA Smart Sans';
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700 !important;
  font-size: 38px;
  line-height: 1.15;
	text-align: left;
	
}
/*#region-main h1::before {
   content: "\f276";
	font-family: "FontAwesome";
	font-weight: normal;
    margin: 0 10px 0 0;
}*/

#region-main h2 {
	color: #347FF6 !important;
	font-family: 'AA Smart Sans';
	font-size: 32px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 600 !important;
	line-height: 46px;
	text-align: left;
}

#region-main h3 {
	color: #465EB6;
	font-family: 'AA Smart Sans';
	font-size: 30px;
	font-weight: 400 !important;
	line-height: 46px;
	text-align: left;
}

#region-main h4 {
  color: #6FA5F9;
  font-family: 'AA Smart Sans';
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 400 !important;

  line-height: 39px;
	text-align: left;
}

#region-main h5 {
   color: #9AA2D5;
   font-family: 'AA Smart Sans';
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 26px;
  line-height: 39px;
	text-align: left;
}

#region-main h6 {
   color: #ACBBFA;
   font-family: 'AA Smart Sans';
  font-weight: 300;
  /*text-transform: uppercase;*/
  font-size: 24px;
}

#region-main img{
/*	margin: 15px;*/
}

#region-main .btn-primary {
	background: linear-gradient(0deg,  #CE0000, #1A1C91, #547AFA);
	color: #FFFFFF !important;
}



.well-solid {
  background-color: #ACBBFA;
  color: #031795;
  border: none;
   font-family: 'AA Smart Sans';
	box-shadow: 5px 5px #7da6d8;
}
.well-solid p {
  color: #031795;
   font-family: 'AA Smart Sans';
}
.well-text p {
	 color: #031795;
   font-family: 'AA Smart Sans';
}


.table-responsive>thead>tr>th, .table-responsive>tbody>tr>th, .table>thead>tr>th, .table>tbody>tr>th {
  background-color: #031795;
   font-family: 'AA Smart Sans';
}


table {
	border-collapse: initial;
}

.table.discussion-list>thead>tr>th, .table.discussion-list>thead>tr.discussion, .table>tbody>tr>th.topic {
  background-color: #FFFFFF !important;
}



.test{
color:#031795;
}



.tabla-resumen{
	background-color: none !important;
  border: 1px dotted #031795 !important;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto;
 font-family: 'AA Smart Sans';
}

.tabla-resumen h5{
	color:#031795;
	font-size: 1.1em;
	text-align: left;
}

.tabla-glosario{
	width: 80%;
	border-top: 2px dotted#347FF6 !important;
	border-bottom: 2px dotted #347FF6 !important;
	background-color: #FAFAFA;
	text-align: left;
	margin: 0 auto;

}
.tabla-glosario a{
	color: #347FF6 !important;

}

.tabla-glosario td:nth-child(odd) {
	text-align: center !important;
}

.tabla-lecturas{
	width: 100%;
	border-top: 1px dotted #347FF6 !important;
	border-bottom: 1px dotted #347FF6 !important;
	background-color: #FAFAFA;
	text-align: left;

}

.tabla-lecturas a{
	color: #2E67D9 !important;
}


.tabla-complementarios{
	width: 100%;
	border-top: 1px solid #2E67D9 !important;
	border-bottom: 1px solid #2E67D9 !important;
	background-color: #FAFAFA;
	text-align: left;
}

.tabla-complementarios a{
	color: #2E67D9 !important;
}

.tabla-referencias{
	width: 100%;
	border-color: #031795;
	border-style: dotted !important;
	border-width: 1px !important;
	background-color: #E4E4E4;
	text-align: left;
}

.tabla-referencias th,  .tabla-referencias td{
	padding: 20px !important;
}



.tabla-referencias li {  
	margin-left: 20px;
	
}

.tabla-referencias a {  
	color:#031795;
	font-weight: bold;
	
}


.parrafo-destacado p{
	color:#031795 !important;
	font-weight: 400 !important;
	
}


.tabla-objetivos{
	width: 100%;
	border-color: #FFFFFF;
	border-style: dotted !important;
	border-width: 1px !important;
	background-color: #347FF6;
	color:#FFFFFF !important;
	
}

.tabla-objetivos td, .tabla-objetivos th{
	padding: 20px !important;
}

.tabla-objetivos h5 {
	color:#FFFFFF !important;
	text-align: left;
}

.tabla-indicadores h5 {
	color:#FFFFFF !important;
	text-align: left;
}

.tabla-indicadores{
	width: 100%;
	border-color: #FFFFFF;
	border-style: dotted !important;
	border-width: 1px !important;
	background-color: #777777;
	color:#FFFFFF !important;
	
}

.tabla-indicadores td, .tabla-indicadores th{
	padding: 20px !important;
}


#region-main .nav ul, #region-main .nav li.active {
    border-bottom: 3px solid #031795 !important;
}


#region-main ul, #region-main ol, #region-main li {
	font-family: 'AA Smart Sans';
	font-weight: 300;
	font-size: 1.5rem !important;
	color:#565A5C;
}
#region-main a {  
	 font-family: 'AA Smart Sans';
	color:#031795 !important;
	font-weight: 500 !important;
	
}
#region-main .submissionlinks a{
	color:#FFFFFF;
}


#region-main .nav a {  
	color:#031795;
	font-weight: bold;
	
}

#region-main .nav-tabs .nav-link.active, #region-main .nav-tabs .nav-item.show .nav-link {
	border-color:#031795 !important;
	 font-family: 'AA Smart Sans';
}


.nav-tabs>li>a {
	background-color:#CCEDEB;
	 font-family: 'AA Smart Sans';
	color:#031795;
	font-size: 1.2rem !important;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
    background-color: #9bd2da;
    color: #FFcc00;
    cursor: default;
    /*border: medium none;*/
	border-color:#031795 !important;
}

#region-main .nav ul, #region-main .nav li .active {
    background-color: #000000 !important;
}


#region-main .fuente-lectura p{
	font-size: 11pt !important;
	
}



/*LISTADO*/

 #region-main ol {
   list-style: none;
   counter-reset: item;
 }
 #region-main li {
	counter-increment: item;
	margin-bottom: 15px;
	line-height: 25px;
 }
 #region-main ol li:before {
   margin-right: 10px;
   content: counter(item);
   background: linear-gradient(45deg,  #CE0000, #1A1C91, #547AFA);
   border-radius: 100%;
   color: #FFFFFF;
   font-weight: 500 !important;
   width: 1.6em;
	 height: 1em;
	padding-top: 10px;
	 padding-bottom: 5px;
   text-align: center;
   display: inline-block;
	font-size: 1.4em;
 }

 #region-main [class^="icon-"], [class*=" icon-"]
{
	width: auto;
    height: auto;
	background: #FFFFFF;
}

.tabla-referencias ul {
	list-style: none;
  list-style-type: "→";
	text-align: left;
	
}

 #region-main .box ul {
  list-style: none;
}

#region-main .box ul li:before {
  content: "\29BF";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #031795; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.5em; /* Also needed for space (tweak if needed) */
  margin-left: 0em; /* Also needed for space (tweak if needed) */
	font-size:1.3em;
 }


 #region-main ul.topics {
  list-style: none !important;
}

 #region-main .nav ul,  #region-main .nav li{
	list-style: none !important;
}


.path-mod-page #region-main>div>h2:after {
	background-color: #2E67D9;
	
}


/** Videos **/
#region-main .embed-responsive {
  margin-bottom: 0.9375rem;
}

#region-main .video-wrapper {
  margin: 3rem auto; 
    background: linear-gradient(0deg,  #CE0000, #1A1C91, #547AFA);
    padding: 50px;
	border-radius: 5px;
}

#region-main .video-wrapper iframe {
  /*position:absolute;*/
   top:0;bottom:0;left:0;width:100%;border:0
}

#region-main .video-wrapper .video-text {
  color: #000000;
  margin-left: 10px;
}

#region-main video {
  width: 100%;
  height: auto;
}


.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}



/** BANNER **/

#region-main .banner-img img {
  width: 100%;
}

/*/////////////*/

@media screen and (min-width: 768px){
	
	.img-full {
		width: 80%;
	}
}

.jumbotron, .container .jumbotron, .container-fluid .jumbotron {
  border-top: 3px dotted #6BB7C9;
    border-bottom: 3px dotted #6BB7C9;
    background-color: #6BB7C933;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
}

.jumbotron p, .container .jumbotron p, .container-fluid .jumbotron p {
  font-size: 19px;
}

/** Jumbotron **/
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}


ol.large-number li:before{
	color:#6BB7C9;
}

footer p {
    font-size: 12px;
}

.table>thead>tr>th{
	color: #FFFFFF;
}

.card-standard {
    border-top: 2px dotted #FFcc00;
	border-bottom: 2px dotted #FFcc00;
	background-color: #FFcc0033;
    margin: 1.875rem 0;
	padding: 10px;
	font-style: italic;
	width: 80%;
	margin-left: auto;
	margin-right: auto; 
}
#region-main .card-standard p{
	font-size: 1.3rem !important;
}

.card-graphic {
    border: 3px solid #6BB7C9;
    margin: 1.875rem 0;
}

.tablaLectura{
	border: 6px inset #1e7cff;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.tablaLectura img{
	margin-left: auto;
	margin-right: auto;
}


.tablaLectura h1, .tablaDatos h1, .tablaResumen h1 {
    font-size: 36px;	
} 

.fa-thumbtack {
    color: #301ccd;
	font-size: 1.5em;}


.tablaDatos {
  background-color: none !important;
  border: 1px dotted #301ccd !important;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto;
  font-family: 'AA Smart Sans';
}

.tablaDatos tr{
  border: 1px dotted #301ccd !important;
	border-bottom: 1px dotted #301ccd !important;
}

.tablaDatos td{
  padding: 10px !important;
  border-left: 1px dotted #301ccd !important;
	border-bottom: 1px dotted #301ccd !important;
}

.tablaDatos th{
  padding: 10px !important;
  border-left: 1px dotted #301ccd !important;
	background-color: rgba(108,183,200,0.44);
	font-size: 1.5rem;
}



#botonera a {
	
	font-family: 'AA Smart Sans';
	color: #5C6A76;
	line-height: 1.8em;
	font-size: 2rem !important;
}

#botonera a:hover {
	
	font-family: 'AA Smart Sans';
	color: #FFCC00;
	text-decoration: underline;
	line-height: 1.8em;
}

figure {
    border: 1px dotted #301ccd !important;
    margin: 0 auto 10px;
    display: inline-block;
}

.single-section .sectionname:after {
	
	background: #000000 none repeat scroll 0 0;
    border-radius: 4px;
    content: "";
    display: block;
    height: 0px;
    margin: 5px auto;
    position: relative;
    width: 50px;
	
}

blockquote {
	border-left: 4px solid #6FA5F9;
	padding: 15px;
    margin: 20px;
}

blockquote p{
	color: #6FA5F9;
	
}

.instancename {
	color: #6FA5F9 !important;
}

.course-content .current {
	
	background-color: #FFFFFF !important;
}

@media (min-width: 1200px)
{
	.row {
		margin-left: 0px;
	}
}

@media screen and (max-width: 1200px){
	
		#region-main h1 {
		  font-size: 36px;	
		}	
	
}

