@charset "utf-8";

/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/worksans/v7/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nQBiAJpp_c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/worksans/v7/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nQBiEJpp_c.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  src: url(./../fonts/WorkSans-Bold.ttf) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Work Sans regular';
  font-style: normal;
  font-weight: 800;
  src: url(./../fonts/WorkSans-Regular.ttf) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* GOBOLD REGULAR */
@font-face {
    font-family: 'Gobold Regular';
    font-style: normal;
    font-weight: 800;
    src: url(./../fonts/GOBOLD\ REGULAR.OTF);
}

/* GOBOLD THIN */
@font-face {
    font-family: 'Gobold Thin';
    font-style: normal;
    font-weight: 800;
    src: url(./../fonts/GOBOLD\ THIN.OTF);
    
}

/* ENCODE SANS */
@font-face {
    font-family: 'Encode Sans';
    font-style: normal;
    font-weight: 420;
    src: url(./../fonts/EncodeSans-VariableFont_wdth\,wght.ttf);
}

/* FIN DE LAS FUENTES */

.content .plan {
    position:relative;
    top:30px;
    background:rgba(255,255,255,1);
    padding-top:40px;
    padding-bottom:40px;
    border-radius:2px;
    color:#777;
    box-shadow:5px 5px 0 rgba(0,0,0,0.05);
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.content .plan.featured {
    top:0;
    padding-top:50px;
    padding-bottom:50px;
}

.content .plan:hover,
.content .plan.featured {
    background:#5CC9DF;
    color:#fff;
}

.content .plan h2 {
    font-size:28px;
    font-weight:700;
    margin-bottom:0;
    text-transform:uppercase;
}

.content .plan.featured h2 {
    margin-bottom:10px;
}

.content .plan p {
    margin-bottom:5px;
    font-weight:400;
}

.content .plan .icon {
    display:inline-block;
    margin-bottom:30px;
    width:120px;
    height:120px;
    border-radius:50%;
    font-size:48px;
    line-height:120px;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.content .plan.featured .icon,
.content .plan:hover .icon{
    color:#5cc9df;
    background:#ccc;
}

.content .plan .btn-pricing {
    margin-top:20px;
    margin-bottom:0;
    font-size:16px;
    padding:10px 20px;
}

.content .plan.featured .btn-pricing,
.content .plan:hover .btn-pricing {
    background: #fff;
    color:#5CC9DF;
}

.content .plan .price {
    font-size:48px;
    font-weight:100;
    line-height:48px;
    margin-bottom:30px;
}

.content .plan.featured .price {
    margin-bottom:40px;
}

.navegacion{
	background-color:#FFF;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	    color: #555;
    border-bottom: 3px solid;
	border-color: #bd338b;
	background-color:#FFF;
	}
.jumbotron{
	margin-top: 80px;
}

.button {
    display: inline-block;
    margin: 30px 0;
    padding: 18px 42px;
    font-weight: 800;
    font-family: 'Work Sans', sans-serif, Arial, Helvetica;
    font-size: 1em;
    border-radius: 28px !important;
    color: #fff !important;
    text-transform: uppercase;
    -webkit-box-shadow: -3px -5px 43px -13px rgba(0,0,0,0.45);
    -moz-box-shadow: -3px -5px 43px -13px rgba(0,0,0,0.45);
    box-shadow: -3px -5px 43px -13px rgba(0,0,0,0.45);
    background: #f09819;
    background: -moz-linear-gradient(left, #f09819 0%, #ff5858 100%);
    background: -webkit-linear-gradient(left, #f09819 0%, #ff5858 100%);
    background: linear-gradient(to right, #f09819 0%, #ff5858 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09819', endColorstr='#ff5858',GradientType=1 );
    animation-duration: 1s;
    animation-iteration-count: 1;
    cursor: pointer;
}
a:focus, a:hover {
    color: #ffffff;
	text-decoration: none;
}
h1:after {
    background: #B91E89;
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 30px;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.cuadro_curricula {
	margin-top:20px;
	padding: 5px 15px 15px 10px;
	color:#333; 
	background:#eeeeee;
    border-radius: 15px;
	overflow:auto;

}

.cursos h3
 {
	font-family: 'Work Sans', sans-serif, Arial, Helvetica;
	font-size:26px;
	font-weight:700;
}
.cuadro_curricula h3 {
	font-family: 'Work Sans', sans-serif, Arial, Helvetica;
	font-size:26px;
	font-weight:700;
}
.cuadro_curricula ul {
	padding-left:18px;
	 list-style: none;
	 font-size:16px;
	
}
.cursos ul {
	 list-style: none;
	 font-size:16px;
}
.cursos ul li{
	margin-bottom:5px;
	
	}
.cursos ul li::before {
  content: "\2022";
  color: #b91e89;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.cursos a{
	color:#ce3089;
	font-weight:800;
}
.cuadro_curricula ul li::before {
  content: "\2022";
  color: #b91e89;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.cuadro_curricula ul li{
	margin-bottom:15px;
	
	}


@media (max-width:768px){
.preparate{
		font-size:20px;
}
	}
	

	
.breadcrumb>.active{color:#ce3089;}
.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"\2502"}
.breadcrumb>li>a:hover{color:#000;}
.breadcrumb>li>a{color:#555555;}

.carousel-fade .carousel-inner .item{
opacity: 0;
transition-property: opacity;

}
.carousel-fade .carousel-inner .active{
opacity:1;
}
@media all and (transform-3d), (-webkit-transform-3d){
   .carousel-fade .carousel-inner > .item.next,
   .carousel-fade .carousel-inner > .item.active.right{
	opacity:0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
   .carousel-fade .carousel-inner > .item.prev,
   .carousel-fade .carousel-inner > .item.active.left{
	opacity:0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.fechas a{
	color:#ce3089;
	font-weight:800;
}
.materiales a{
	font-size:11px;
	color:#ce3089;
	font-weight:800;
}
.bloque-orador {
  padding: 25px;
  background: #f5f5f5;
  border-radius: 10px;
  display: block;
}
iframe {
width: 100%;
height:auto;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contenedor-logos div {
    align-items: center;
    padding: 50px;
}

/* TEXTO Y ENCABEZADOS*/

h1, h2, h3, h4, h5, h6 {
    font-family: Gobold Regular !important;
    text-transform: uppercase !important;
}

* {
    font-family: Encode Sans;
}

a.button {
    font-family: Encode Sans;
    font-size: 14px;
    letter-spacing: 1px;
}

h1 .subtitulo {
	color:#000000;
	font-weight:lighter;
	 font-family: 'Work Sans regular';
    font-style: normal;
    font-size:32px;	
}

.preparate {
    font-family: 'Work Sans', sans-serif, Arial, Helvetica;
font-size:26px;
font-weight:700;
font-style:italic;
color:#B91E89;
}

h2 {
	font-size:24px;
}

.titulo-seccion {
    font-family: 'Work Sans', sans-serif, Arial, Helvetica;
	margin-top: 0px;
    font-size: 34px;
    font-weight: 700;
    color:#B91E89;
}

p  {
	font-size:16px;
	line-height:25px;
}

ul{
	
	line-height:25px;
}

/* Gradiente de los botones */

.button {
    background : -moz-linear-gradient(0% 50% 0deg,rgba(180, 35, 130, 1) 0%,rgba(201, 85, 150, 1) 100%);
    background : -webkit-linear-gradient(0deg, rgba(180, 35, 130, 1) 0%, rgba(201, 85, 150, 1) 100%);
    background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(180, 35, 130, 1) ),color-stop(1,rgba(201, 85, 150, 1) ));
    background : -o-linear-gradient(0deg, rgba(180, 35, 130, 1) 0%, rgba(201, 85, 150, 1) 100%);
    background : -ms-linear-gradient(0deg, rgba(180, 35, 130, 1) 0%, rgba(201, 85, 150, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B42382', endColorstr='#C95596' ,GradientType=0)";
    background : linear-gradient(90deg, rgba(180, 35, 130, 1) 0%, rgba(201, 85, 150, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B42382',endColorstr='#C95596' , GradientType=1);
}

.navbar-brand {
    padding: 9px 0;
}

.navbar-brand img {
    width: 200px !important;
}

.portada {
    width: 900px;
    height: 450px;
    padding: 0px 0 35px 0;
    margin: 0 auto;
}