@font-face {
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-weight: normal;
	src:url(../Fonts/Poppins-Bold.otf) format('woff');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    font-style: normal;
    font-weight: normal;
	src: url(../Fonts/Poppins-SemiBold.otf) format('woff');
}

@font-face {
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: normal;
	src:url(../Fonts/Poppins-Regular.otf) format('woff');
}

@font-face {
    font-family: 'Poppins-Italic';
    font-style: normal;
    font-weight: normal;
	src:url(../Fonts/Poppins-Italic.otf) format('woff');
}


* {
	margin: 0;
	padding: 0;
}

.navbar{
	margin-top: 20px;
}

li a {
	cursor:pointer;
}

a{
	cursor:pointer;
}

li {
    font-family: 'Poppins-SemiBold';
	width: 140px;
    text-align: center;
    margin: 0 0px;
}


body {
	font-family: 'Poppins-Regular';
	color: #fff;
	font-size: 15px;
    text-align: center;
	background-color: #0fb8d4;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	
}

.fondo-2{
	background-color: #0fb8d4;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}

.fondo-3{background-image:url(../img/fondo-3.jpg);
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}

.fondo-4{background-image:url(../img/fondo-4.jpg);
    background-size: cover;
    background-position-y: -100px;
	background-repeat: no-repeat;
}

.fondo-5{
	margin: 100px 0px;
    padding: 100px 0px;
	background-image:url(../img/fondo-5.png);
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}

footer {
	
	background-image:url(../img/fondo-footer.jpg);
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	
}


h1 {
	font-family: 'Poppins-Bold';
    font-size: 60px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    text-shadow: 0px 0px 6px #4576b0;
}


h2 {
	font-family: 'Poppins-SemiBold';
    font-size: 35px;
    color: #fff;
    text-align: center;
	margin-top: 40px;
}
h3 {
	font-family: 'Poppins-Regular';
	font-size: 25px;
	margin: 0px 0px 0px 0px;
	color: #032e5f;
}
header a {
	height: 60px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
header a:hover {
	color: #032f60;
	text-decoration:underline;
	border-bottom: 1px solid #032f60;
	
}

ul .active{
	text-decoration:none;
	border-bottom: 1px solid #fff;
}

ul .active:hover{
	text-decoration:none;
	border-bottom: #032f60;
}

ul li {
	list-style: none;
	display: inline-block;
}

.navbar-brand {
    display: inline-block;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    width: 230px;
    margin-top: -50px;
}

.carousel-indicators .active {
    background-color: #1e1369;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgb(197, 197, 197);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-size: 20px;
    background-color: #4576b0;
    padding: 15px;
    border-radius: 20px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 450px;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    color: #ffffff;
    list-style: none;
    background-color: #032f60;
    background-clip: padding-box;
    border-bottom-left-radius: 20px;
}

.dropdown-item {
	height: 40px;
    display: block;
    width: auto;
    padding: 10px 0px;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
}

.dropdown-item:hover {

    background-color: transparent;
    text-decoration: none;
	border-bottom: none;
	color:#1b1d70;
}


.ingresar {
	background-color: #032f60;
    padding-top: 7px;
    border-radius: 10px;
    height: 50px;
}


.ingresar a:hover {
	
	color: #0fb8d4;
	border-bottom: none;
}

hr {
	width: 80px;
	border: 1px solid #000;
	margin: auto;
}

.sub {
	text-align: center;
    color:  #032f60;
    font-size: 23px;
    margin-bottom: 50px;
}


.logo{
	width: 90%;
	margin-top: 0px;
}


.sub-title {
	margin-top: 30px;
	font-family: 'MuseoSans-100';
	font-size: 25px;
    line-height: 30px;
    text-align: left;
}



.header-top{
    height: 100px;
    z-index: 500;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0px 50px;

}

.header-1{
	width: 70%;
    margin: auto;
    display: block;
}

.header-2{
	width: 70%;
    margin: auto;
    display: block;
}

.ingresa {
	float: right;
    text-decoration: underline;
    margin-top: 30px;
}

.img-header{
	width: 80%;
    float: right;
    margin-top: 70px;
}


.carousel{
	width: 65%;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
}

.carousel-item { 
	font-family: 'Poppins-Italic';
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}


.clientes img { 
	vertical-align: middle;
    border-style: none;
    width: 70%;
    margin: auto;
    display: block;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 250px;
    color: #fff;
    text-align: center;
}

.tels{
	width: 180px;
    margin: auto;
    display: block;
    text-align: center;
}

.tels img {
	width: 50px;
    float: left;
}

.tels p{
	float: left;
    margin-bottom: 0px;
}

.mail{
	width: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.mail img {
	width: 50px;
    float: left;
}

.mail p{
	float: left;
	margin-top: 8px;
    margin-bottom: 0px;
}

.modal-dialog{
	max-width: 700px;
	margin-top: 150px;
    box-shadow: 0px 0px 20px 9px #0fb8d4;
    border: none;
}

.modal-body {
    padding: 0px;
}

.fondo-form {
    background-image: url(../img/fondo-form.jpg);
    background-position: center;
    background-size: cover;
}

.datos-form {
    width: 300px;
    height: 500px;
    margin: auto;
    padding: 50px 50px;
    background-color: #fff;
}

.modal-content{
	 background-color: #16193d;
}

.modal-body h3 {
    color: #16193d;
}

.inputs {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
}

.ingresar2 {
    width: 150px;
    margin: auto;
    display: block;
    color: #0fb8d4;
    border: 2px solid #0fb8d4;
    padding: 15px 0px 10px 0px;
    border-radius: 40px;
}

.sub-dia {
    margin: 50px 0px;
}

.sub-dia h2{
	text-align: left;
	text-decoration: underline;
	text-shadow: 0px 0px 6px #4576b0;
	margin-top: 30px;
}

.modal h2{
    color: #032e5f;
	text-align: left;
}

.modal p{
    color: #032e5f;
}

.popup-dia .modal-dialog{
	max-width: 100%;
    margin-top: 150px;
    box-shadow: none;
    border: none;
}

.popup-dia .modal-content{
	background-image: url(../img/fondo-dia-dia.png);
	background-color: transparent;
	background-position: top;
    background-size: cover;
    padding: 150px 50px 100px;
}

.nube a{
	color:#29cad1;
	cursor: pointer;
}


.nube a:hover{
  color :#29cad1;
  text-decoration: none;
}

.nube a:after {
  display: block;
  position:absolute;
  right: 20px;
  width: 300px;
  border-radius: 10px;
  padding: 10px;
  text-align: left;
  margin-top: 10px;
}

.nube:hover a:after {
  color: #fff;
  font-size: 12px;
  background-color: #29cad1;
  content: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer";
}

.tip{
	width:100%;
	height: auto;
	display: block;
	margin: auto;
}
.container-tips{
    margin-top: 130px;
    margin-bottom: 30px;
}
.tips{
    margin: 30px 0px;
}

.resumen{
	margin-top:200px;
}

.resumen h2{
	text-align: left;
	color:#032e5f;
}

.resumen p{
	color:#032e5f;
}

.resumen img{
	width: 100%;
}

.resumen-2{
	margin-top:20px;
}

.resumen-2 h2{
	text-align: right;
	color:#032e5f;
}

.resumen-2 p{
	color:#032e5f;
	text-align: right;
}

.resumen-2 img{
	width: 100%;
	margin-top: 50px;
}

.resumen-3{
	margin-top:20px;
	margin-bottom: 0px;
}

.resumen-3 h2{
	text-align: left;
	color:#032e5f;
}

.resumen-3 p{
	color:#032e5f;
	
}

.resumen-3 img{
	width: 100%;
}

.cursos{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	margin: 100px 0px;;
	background-color: #fff;
	padding: 30px;
}

.cursos p{
	color: #032e5f;
}

.cursos hr{

    width: 90%;
    border: 1px solid #ccc;
    float: left;
    margin: 0;
}

.list-group {
	font-family: 'Poppins-SemiBold';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    width: 90%;
}

.tab-pane h2 {
	font-family: 'Poppins-Bold';
	text-align: left;
	color: #032e5f;
	margin-top: 0;
}

.btn-pdf {
	width: 100px;
	float: right;
}

.nav-tabs {
	font-family: 'Poppins-SemiBold';
   
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 100%;
    text-align: left;
	color: #16074d;
}

.nav-tabs .nav-item a {
   
	color: #16074d;
	border-radius: 0px;
	border-bottom: 2px solid #ccc;
	
}

.nav-tabs .nav-item a:hover {
   
	border-left: none;
	border-right: none;
}

.nav-tabs .nav-item i {
   
text-align: right;
float: right;
color: #ccc;	
}



.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active i {
   text-align: right;
float: right;
color: #1cbec0;	
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #032f60;
    background-color: #fff;
    border-bottom: 2px solid #1cbec0;
	border-top: none;
	border-left: none;
	border-right: none;
}


.list-group-item-success {
    color: #032e5f;
    background-color: #f3f3f3;
	border-radius: 0px;
}

.list-group-item-success:hover {
    color: #032e5f;
    background-color: #d6d4fb;
	border-radius: 0px;
}


.list-group-item-success:focus {
    color: #032e5f;
    background-color: #d6d4fb;
	border-radius: 0px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 10px;
    margin-bottom: 0px;
    border-bottom: 2px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	height: 60px;
}

.list-group-item p {
	margin-top: 10px;
    font-size: 13px;
}


.menu-cursos {
	border-right: 2px solid #ccc;
}

.cuadro-n{
	width: 80px;
	height: 100%;
	margin-right: 10px;
	background-color: #000;
	float: left;
	border-radius: 5px;
}

.calendario-des{
	display:block;
}

.calendario-movil {
	display:none;
}

.slider1-des, .slider2-des, .slider3-des, .slider4-des {
	
	display: block;
	
}

.slider1-movil, .slider2-movil, .slider3-movil, .slider4-movil{
	
	display:none;
}

.ver-mas {
	border-radius: 10px;
    color: #032f60;
    padding: 5px;
    margin: 10px;
    text-decoration: underline;
}

.ver-mas:hover {
	
    color: #fff;
    
}

.atras {
    display: none;
}


@media (max-width: 1200px) {
	
	.logo {
    width: 80%;
    margin-top: 0px;
		
}
	
	header li {
    font-family: 'Poppins-SemiBold';
    width: 110px;
    text-align: center;
    margin: 0 0px;
    font-size: 10px;
}
	
	header a {
    height: 60px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}
	
	.dropdown-menu {
   
    min-width: 200px;
    text-align: left;
}
	
	.dropdown-item {
   
    text-align: left;
    
}
	
	h1 {
    
    font-size: 40px;
   
}
	.sub {
 
    font-size: 20px;
   
}
	
	.carousel {
    width: 100%;
  
}
	
	.modal-dialog {
    max-width: 70%;
   
}
	
	.video {
    width: 80%;
    height: 500px;
    display: block;
    margin: auto;
    background-color: #16193d;
    margin-top: 100px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #fff;
}
	.resumen-2 img {
    width: 100%;
    margin-top: 100px;
}
	.resumen-3 {
    margin-top: 20px;
    margin-bottom: 50px;
}
	.resumen-3 img {
    width: 100%;
    margin-top: 50px;
}
	
}


@media (max-width: 992px) {
	
	.logo {
    width: 100%;
    margin-top: 20px;
    float: left;
}
	
	header li {
    font-family: 'Poppins-SemiBold';
    width: 90px;
    text-align: center;
    margin: 0 0px;
    font-size: 10px;
}
	
	.video {
    width: 100%;
    height: 400px;
    display: block;
    margin: auto;
    background-color: #16193d;
    margin-top: 50px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #fff;
}
	.fondo-4 {
    background-image: url(../img/fondo-4.jpg);
    background-size: cover;
    background-position-y: -100px;
    background-repeat: no-repeat;
}
	
	.resumen {
    margin-top: 120px;
}
	
	.resumen-3 {
    margin-top: 20px;
    margin-bottom: 50px;
}
	.resumen img {
    width: 100%;
    margin-top: 100px;
}
	.resumen-2 img {
    width: 100%;
    margin-top: 150px;
}
	.resumen-3 img {
    width: 100%;
    margin-top: 130px;
}
	.cursos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    margin: 50px 0px;
    background-color: #fff;
    padding: 20px;
}
	.cuadro-n {
    width: 50px;
    height: 100%;
    margin-right: 10px;
    background-color: #000;
    float: left;
    border-radius: 5px;
}
}


@media (max-width: 767px) {
	
	body {
    font-family: 'Poppins-Regular';
    color: #fff;
    font-size: 15px;
    background-color: #0fb8d4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
	.navbar {
    margin-top: 0px;
	padding: 10px 0px;
}
	.navbar-brand {
    display: inline-block;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    width: 160px;
    margin-top: -80px;
}
	
	header li {
    font-family: 'Poppins-SemiBold';
    width: 100%;
    text-align: center;
    margin: 0 0px;
    font-size: 10px;
}
	header a {
    height: 40px;
    color: #0fb8d4;
    text-decoration: none;
    font-size: 14px;
}
	
	ul .active {
    text-decoration: none;
    border-bottom: 1px solid #89b7eb;
}
	
	.dropdown-menu {
   
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
	
	.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9efff;
    padding: 20px;
    border-radius: 20px;
}
	
	.logo {
    width: 100%;
    margin-top: 0px;
    float: left;
}
	h1 {
    font-size: 35px;
	margin-top: 0px;	
}
	
	h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 200px;
}

h6 {
    font-family: 'Poppins-SemiBold';
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
	
	.navbar-toggler {
    padding: 10px 0px;
  
}
	
	.navbar-toggler-icon {
    width: 20px;

    
}
	
	footer{
		
		padding: 0px !important;
		
	} 
	
	footer p{
		
		font-size: 10px;
		
	} 
	
	footer img{
		
		width: 30px !important;
		
	} 

    .container-tips {
        margin-top: 0px;
        margin-bottom: 30px;
    }
	
	.mail {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
	.mail p {
    float: left;
    margin-top: 4px;
    margin-bottom: 0px;
}
	
	footer {
    background-image: url(../img/fondo-footer-movil.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
	
	.datos-form {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 50px 40px;
    background-color: #fff;
    border-radius: 10px;
}
	
	.modal-dialog {
    position: relative;
    max-width: 90%;
	margin-top: 50px;
    margin: auto;
    pointer-events: none;
	border-radius: 10px;
}
	
	.modal-content {
    background-color: #16193d;
    margin-top: 50px;
	border-radius: 10px;
}
	
	.cita img {
    width: 40%;
    margin: auto;
    display: block;
    margin-bottom: 20px;
	}
	
	.cita p {
		text-align: center;
		padding-bottom: 10px;
	}
	
	.video {
    width: 100%;
    height: 300px;
    display: block;
    margin: auto;
    background-color: #16193d;
    margin-top: 50px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #fff;
}
	
	.video img {
    padding: 0;
    margin-top: -15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
	.fondo-3 {
    background-image: url(../img/fondo.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
	
	.sub-dia {
    margin: 0px 0px;
}
	.popup-dia .modal-dialog {
    max-width: 100%;
    margin-top: 0px;
    box-shadow: none;
    border: none;
}
	
	.popup-dia .modal-content {
    background-image: url(../img/fondo-dia-dia.png);
    background-color: transparent;
    background-position: top;
    background-size: cover;
    padding: 0px 10px 10px;
}
	.modal h2 {
    color: #032e5f;
    text-align: left;
    margin-top: 130px;
}
	
	.fondo-5 {
    margin: 0px 0px;
    padding: 60px 0px;
    background-image: url(../img/fondo-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
	
	.fondo-4 {
    background-image: url(../img/fondo-4.jpg);
    background-size: auto;
    background-position-y: -50px;
    background-repeat: no-repeat;
}
	
	body {

    background-color: #0fb8d4;
}
	.resumen {
    margin-top: 100px;
}
	
	.resumen p {
    text-align: justify;
}
	
	.resumen h2 {
    text-align: left;
    color: #032e5f;
    margin-top: 0px;
}
	
	.resumen img {
    width: 100%;
    margin-top: 10px;
}
	
	.resumen-2 img {
    width: 100%;
    margin-top: 50px;
}
	
	.resumen-2 h2 {
    text-align: left;
    color: #032e5f;
    margin-top: 20px;
}
	.resumen-2 p {
    color: #032e5f;
    text-align: justify;
}
	.resumen-3 h2 {
    text-align: left;
    color: #032e5f;
    margin-top: 20px;
}
	
	.resumen-3 p {
    color: #032e5f;
    text-align: justify;
}
	
	.resumen-3 img {
    width: 100%;
    margin-top: 10px;
}
	.resumen-3 {
    margin-top: 20px;
    margin-bottom: 0px;
}
	
	.calendario-des{
	display:none;
}

.calendario-movil {
	display:block;
}
	
   .slider1-des, .slider2-des, .slider3-des, .slider4-des {
	
	display: none;
	
}

.slider1-movil, .slider2-movil, .slider3-movil, .slider4-movil{
	
	display:block;
}

.menu-cursos {
    border-right: none;
}
	
.cursos hr {
    width: 100%;
    border: 1px solid #ccc;
    float: left;
    margin: 0;
}

.list-group {
    font-family: 'Poppins-SemiBold';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    width: 100%;
}
	
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 10px;
    margin-bottom: 0px;
    border-bottom: 2px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    height: 40px;
}
	
.list-group-item p {
    margin-top: 0px;
}
	
.cursos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    margin: 20px 0px;
    background-color: #fff;
    padding: 20px;
}
	
	.tab-content .container {
	padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 10px 0px;
    border: 2px solid #ccc;
	}
	
  .tab-pane h2 {
    font-family: 'Poppins-Bold';
    text-align: left;
    color: #032e5f;
    margin-top: 0;
    font-size: 23px;
}
	.tab-pane h3 {
    font-size: 15px;
}
	.tab-pane p {
    font-size: 13px;
}
	.btn-pdf {
    width: 80px;
    float: none;
    padding-bottom: 10px;
    margin: auto;
    display: block;
}

.panel-movil {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 5;
}
	
.atras {
    display: block;
    color: #16074d !important;
    margin: 10px 0 0 0;
    font-weight: bold;
}
}
