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

body{
	font-family: 'Muli', sans-serif;
	color: #39454d;
}

.navbar{
	min-height: 110px;
	margin-bottom: 0px !important;
}

.navbar-default{
	background: transparent;
	border: none;
}

.navbar-bg{
	position: absolute;
	height: 110px;
	width: 100%;
	top: 0px;
	background: #032338 ;
/* 	background: #2196F3; */
}

.navbar-default .navbar-nav>li>a{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}

@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 45px;
    padding-bottom: 45px;
}
}


@media (min-width: 768px){
.navbar-nav>li>a.btn {
	margin-top: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
}
}


.navbar .btn-default{
	background: #5cb85c;
	border-color: #5cb85c;
	color: #fff !important;
}



/*
.navbar-default .navbar-nav>li>a.btn:focus, .navbar-default .navbar-nav>li>a.btn:hover{
	background: #fff;
}
*/

#unoc h4, #features h4{
	color: #7d8a91;
	line-height: 24px;
}

#unoc h3, #features  h3{
	color: #39454d
}

section{
	padding: 50px 0px;
	overflow: hidden;
}


.page-header{
    background: #ebf7ff;
    padding-top: 33px;
    padding-bottom: 23px;
    margin-top: 0px;
    border-bottom: solid 1px #E2EDF6;
}

.page-header h1{
	margin-top: 10px; 
	font-weight: 300;
	color: #39454d;
}

.page-header h3{
	margin-bottom: 20px;
	font-weight: 300 !important;
	color: #7d8a91;
	font-size: 18px
}


 /*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

        /********************************/
        /*       Fade Bs-carousel       */
        /********************************/
        .fade-carousel {
            position: relative;
            height: 600px;
            background: black;
            top: -110px;
            margin-bottom: -80px;
        }
        .fade-carousel .carousel-inner .item {
            height: 600px;
            padding: 0px;
        }
        .fade-carousel .carousel-indicators > li {
            margin: 0px 2px;
            background-color: #fff;
            border-color: #fff;
            opacity: .5;
            width: 5px;
            height: 5px;
        }
        .fade-carousel .carousel-indicators > li.active {
            width: 5px;
            height: 5px;
            opacity: 1;
        }

        /********************************/
        /*          Hero Headers        */
        /********************************/
        .hero {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 3;
            color: #fff;
            text-align: left;
            padding-left: 15px;
            padding-right: 15px;
            width: 100%;
            -webkit-transform: translate3d(-50%,-50%,0);
            -moz-transform: translate3d(-50%,-50%,0);
            -ms-transform: translate3d(-50%,-50%,0);
            -o-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);
            font-family: 'Muli', sans-serif;;
        }
        .hero h1 {
            font-weight: 700;
            margin: 0;
            padding: 0;
            font-size:36px;
            line-height: 40px;
            width: 50%;
        }
        
        .hero h3{
	        font-weight: 300;
	        font-size: 21px;
	        line-height: 24px;
	        width: 50%;
        }

        .fade-carousel .carousel-inner .item .hero {
            opacity: 0;
            -webkit-transition: 2s all ease-in-out .1s;
            -moz-transition: 2s all ease-in-out .1s;
            -ms-transition: 2s all ease-in-out .1s;
            -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
        }
        .fade-carousel .carousel-inner .item.active .hero {
            opacity: 1;
            -webkit-transition: 2s all ease-in-out .1s;
            -moz-transition: 2s all ease-in-out .1s;
            -ms-transition: 2s all ease-in-out .1s;
            -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
        }

        /********************************/
        /*            Overlay           */
        /********************************/
        .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 2;
            background-color: #032338 ;
/*          background-color: #2196F3; */
            opacity: .7;
        }

        /********************************/
        /*          Custom Buttons      */
        /********************************/
        .btn.btn-lg {padding: 15px 25px;}
        .btn.btn-hero,
        .btn.btn-hero:hover,
        .btn.btn-hero:focus {
            color: #f5f5f5;
            background-color: #2ECC71;
            border-color: #2ECC71;
            outline: none;
            margin: 20px auto;
            text-transform: uppercase;
        }
        
        .btn.btn-hero-2,
        .btn.btn-hero-2:hover,
        .btn.btn-hero-2:focus {
            color: #fff;
            background-color: transparent;
            border-color: #fff;
            outline: none;
            margin: 20px auto;
            text-transform: uppercase;
        }


        /********************************/
        /*       Slides backgrounds     */
        /********************************/
        .fade-carousel .slides .slide-1,
        .fade-carousel .slides .slide-2,
        .fade-carousel .slides .slide-3 {
            height: 100vh;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            top: 0px;
        }
        .fade-carousel .slides .slide-1 {
           
        }
        .fade-carousel .slides .slide-2 {
            
        }
        .fade-carousel .slides .slide-3 {
           
        }

        /********************************/
        /*          Media Queries       */
        /********************************/
        @media screen and (min-width: 980px){
            .hero { width: 1170px; }
        }
        @media screen and (max-width: 1199px){
            .hero h1 { font-size: 3em; width: 100%;}
            .hero h3 { font-size: 2em; width: 100%;}
        }
        
        #filtro-cursos .btn{
	        text-align: left;
	        width: 100%;
        }
        
        table{
	        font-size: 16px;
        }
        
        .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	        vertical-align: middle;
	        padding: 15px 8px;
        }
        
        
        footer{
	        background: #032338 ;
/* 	        background: #094d88; */
	        color: #fff;
        }
        
        footer a{
	        text-transform: uppercase;
	        color: #fff;
	        letter-spacing: 1px;
        }
        
        footer a:hover{
	        color: #fff;
        }
        
        .modal-backdrop{
	        display: none;
        }
        
        
.nav .btn-primary{
	background: transparent;
	border-color: #fff;
	color: #fff;
	margin-right: 5px;
}


/*
.navbar-default .navbar-nav>li>a.btn-primary:focus, .navbar-default .navbar-nav>li>a.btn:hover{
	background-color: #5cb85c;
	color: #fff !important;
	border-color: #5cb85c;
}
*/


#filtro-ciudad .btn {
    text-align: left;
    width: 100%;
}

.pt0{
	padding-top: 0px !important;
}

.pb0{
	padding-bottom: 0px !important;
}


.gallery .well{
	padding: 5px;
	border-radius: 0px;
	border: none;
	background: transparent;
	box-shadow: none;
}

.gallery .well img{width:100%;
  cursor:pointer;
  border: solid 1px #ddd; 
  padding: 5px;
  background: #fff;
  }

.lightbox {
    display: none;
    z-index: 1;
    height: 100vh;
    width: 100%;
    background: black;
    opacity: .7;
    color: grey;
    padding-right: 10px;
    font-size: 3em;
    top: 0px;
    position: fixed;
    z-index: 1000;
}

.lightbox label{cursor:pointer;}

#imgactive{
	position: fixed;
	z-index:2;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding:10px;
	cursor:inherit;
	z-index: 1000;
}
        
@media screen and (max-width: 400px) {
#imgactive {padding:0;}
}

@media screen and (min-width: 600px) {
#imgactive {width:80%;}
}

@media screen and (min-width: 800px) {
#imgactive {width:70%;}
}

@media screen and (min-width: 1000px) {
#imgactive {width:65%;}
}

@media screen and (min-width: 1200px) {
#imgactive {width:65%;}
}

.masonery:before, .masonery:after {box-sizing:  border-box !important;}


.masonery.row {
 -moz-column-width: 18em;
 -webkit-column-width: 18em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em; 
  
}

.item {
 display: inline-block;
 padding:  .25rem;
 width:  100%; 
}

.well {
 position:relative;
 display: block;
}


@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


.navbar-toggle{
	margin-top: 40px;
}


.collapse.inds{
    background: red !important;
    position: absolute;
    top: 110px;
    width: 100%;
    left: 0px;
    padding: 15px;
    transition: .5s;}
    
    
.navbar {
  -webkit-transition: height 0;
  -moz-transition: height 0;
  -ms-transition: height 0;
  -o-transition: height 0;
  transition: height 0;
}

.navbar-header{
	height: 110px;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.collapse.in{
	background: #032338;
	position: absolute;
	left: 15px;
	top: 110px;
	padding: 30px;
	width: 100%;
}

.navbar-collapse.collapse.in .navbar-nav>li>a.btn{
	margin: 15px;
}


@media (max-width: 991px) {
#unoc .col-md-6 img[src$="unoc2.png"]{
    display: block;
    margin: 50px 0px;
    opacity: .1;
    top: -100px;
    position: absolute;
    top: -650px;
}
}


@media (max-width: 991px) {
.col-md-6 img[src$="librost.png"]{
    display: block;
    margin: 50px 0px;
    opacity: .1;
    top: -100px;
    position: absolute;
    top: -515px;
}
}

@media (min-width: 768px){
.navbar-nav>li>.btn-group a{
    margin-top: 32px;
    padding-top: 11px;
    padding-bottom: 12px;
}

.navbar-nav>li>.btn-group a#cart{
    margin-top: 32px;
    padding-top: 0px;
    padding-bottom: 0px;
}
}


.navbar-nav>li>.btn-group .btn-default#cart{
    background: url(cart.png) #5cb85c center center no-repeat;
    background-size: 30px;
    height: 42px;
    width: 45px;
    border-left: solid 1px #4d984d;
    
}

.navbar-nav>li>.btn-group .btn-warning#cart{
    background: url(cart.png) transparent center center no-repeat;
    background-size: 30px;
    height: 42px;
    width: 60px;
    border: none;
    padding-left: 20px;
    border-left:  solid 1px #fff;
}

.navbar-nav>li>.btn-group a#cart .badge {
    background: #d9534f;
    margin-top: 6px;
    margin-left: 4px;
    color: #fff;
    padding: 3px 5px;
}

.navbar-default .btn-group a{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}


.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
	color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}


.btn-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover{
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}


.nav .btn-group .btn-warning{
	background: transparent;
	border: none;
	padding-right: 30px;
}

.nav .btn-group .btn-success{
	background: transparent;
	border: none;
	padding-right: 30px;
}


.nav .btn-primary{
	background: transparent;
	border: none;
	border-right: solid 1px #fff;
	border-radius: 0px;
}


.nav .btn-primary:hover{
	background: transparent;
	border: none;
	border-right: solid 1px #fff;
	border-radius: 0px;
}


.panel-orden{
	position: relative;
	border-top-left-radius: 0px;
	margin-bottom: 50px;
}

.panel-orden h2{
	margin-top: 10px;
}

.pasos {
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    z-index: 1;
    top: -30px;
    left: -1px;
    border-radius: 3px;
    background: #F6F5F5;
    padding: 2px 13px;
    color: #000;
    text-transform: uppercase;
    border-top: solid 1px #ddd;
    border-left: solid 1px #DDd;
    letter-spacing: 1px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: solid 1px #ddd;
}


#rootwizard .nav-tabs{
	border-bottom: none;
	position: relative;
	z-index: 1;
}

#rootwizard .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	background: #F6F5F5;
    color: #333;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
    font-weight: 700;

}

#rootwizard .tab-content{
	margin-top: -1px;
}ago{
	position: relative;
}


.pasos-pago .paso {
	display: block; 
	background: #00abfc; 
	border-radius: 50px; 
	height: 60px; 
	width: 60px; 
	padding: 8px 0px; 
	color: white; 
	text-align: center; 
	font-weight: bolder; 
	font-size: 30px; 
	position: absolute; 
	top: 50%; 
	margin-top: -30px;
}

.bar-pasos{
	display: block; 
	position: absolute; 
	height: 70%; 
	width: 15px; 
	left: 37.5px; 
	border-radius: 50px; 
	top: 50%;
	margin-top: -600px;
	background: #00abfc;
	z-index: -1;
}


#pasos-pagar select.form-control{
	border: solid 1px #00abfc ;
}

.popover-title{
	border-bottom: none;
	background: none;
}

