/*
* Author: Carlos Alvarez
* URL: http://alvarez.is
*
* Project Name: Munter - Free Bootstrap 3 Theme
* Version: 1.0
* URL: http://blacktie.co
*/

.loading-layer {
    display: none;
    position: fixed;
    z-index: 9000;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}

.loading-layer .loading {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    padding-top: 9px;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
    cursor: default;
}

.font-thin {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
}

.font-semibold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
}

.font-light {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
}

* {
    position: relative;
}

.tooltip .tooltip-arrow{
    border-top-color: #167ac6 !important;
}
.tooltip .tooltip-inner{
    background-color: #167ac6 !important;
}

.breaker {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    background-color: #2f2f2f;
    font-family: "Titillium Web", sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased !important;
}

.justify-text {
    text-align: justify;
}

.navbar {
    background-color: rgba(126, 154, 255, 0.8);
    border-bottom: 0 none;
    font-size: 12px;
    transition: .25s all linear;
}

.navbar.inv {
    background-color: rgba( 0, 0, 0, .5 );
    border-bottom: 1px solid #bfbfbf;
}

.navbar .nav a {
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    transition: all .5 linear;
}

.navbar.inv a {
    color: #e4e6e5;
}


.navbar-responsive-collapse {
    margin: 0 auto;
    width: 80%;
}

.nav li {
    text-align: center;
    white-space: nowrap;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: inherit;
    outline: none;
}

.navbar-brand {
    padding: 8px;
}

.active-menu {
    background-color: #4e4e4e;
    content: '.';
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5 linear;
    width: 1%;
    z-index: 9;
}

.inv .active-menu {
    background-color: #e4e6e5;
}

.special-active-menu {
    z-index: 10;
}

#special-active-menu-1 {
    background-color: #4e4e4e !important;
}

#special-active-menu-2 {
    background-color: #cd2027 !important;
}

#special-active-menu-3 {
    background-color: #cdb320 !important;
}

#special-active-menu-4 {
    background-color: #2096cd !important;
}

#special-active-menu-5 {
    background-color: #e67e22 !important;
}

#special-active-menu-6 {
    background-color: #2096cd !important;
}

.nav a > span {
    cursor: pointer;
}

.nav> li > a:focus,
.nav> li > a:hover {
    background-color: transparent;
}

@media (min-width: 768px) {
    .nav {
        text-align: center;
    }

    .nav > li {
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #slide-4 .content-row h2 {
        min-height: 6em;
    }
}

@media (max-width: 767px) {

    .navbar {
        min-height: 43px;
    }

    .nav li {
        text-align: left;
        white-space: nowrap;
        padding-left: 15px;
    }

    .navbar-responsive-collapse  {
        width: 100%;
    }

    .active-menu {
        display: none !important;
    }

    .navbar-toggle {
        margin-top: 3px;
        margin-bottom: 0;
        padding: 0px 10px;
        width: auto;
        z-index: 1050;
    }

    .navbar-toggle:hover, .navbar-toggle:focus {
        background-color: #2f2f2f;
    }

    .navbar {
        padding: 0;
    }

    .navbar .nav a {
        color: #e4e6e5;
        font-size: 16px;
        padding-left: 0;
    }

    .icon {
        margin-right: 12px;
    }

    .nav li[data-slide="1"],
    .nav li[data-slide="6"] {
        background-color: #4e1052;
    }

    .nav li[data-slide="2"] {
        background-color: #3497DB;
    }

    .nav li[data-slide="3"] {
        background-color: #f39c12;
    }

    .nav li[data-slide="4"] {
        background-color: #34495e;
    }

    .nav li[data-slide="5"] {
        background-color: #e67e22;
    }

    .navbar-brand {
        margin: 0;
        text-align: left;
    }
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

.slide {
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 65px;
    padding-top: 50px;
    text-align: center;
}

#slide-1 {
    background-image: url('../images/instituto-paracelsoB.jpg');
    color: #ffffff;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    background-attachment: relative;
    background-position: center center;
}

#slide-1 h1 {
    padding-top: 130px;
}

@media (max-width: 767px) {
    #slide-1 {
        background-image: url(../images/institutoS.jpg);
    }
}

#home-row-1,
#home-row-2 {
    padding-top: 25px;
}

#home-row-1 h1 {
    font-size: 54px;
}

#home-row-1 h4 {
    font-size: 32px;
}

#home-row-2 {
    font-size: 25px;
}

#home-row-2 .col-12 {
    height: 232px;
    padding-top: 30px;
}

.home-hover.navigation-slide {
    height: 166px;
    overflow: hidden;
    padding-top: 26px;
    transition: all ease-in .5s;
}
@media (max-width: 767px){
    .home-hover.navigation-slide{
        height: 100px;
        margin-top: 2em;
    }
}

.home-hover.navigation-slide:hover {
    padding-top: 0;
}

@media (max-width: 767px) {
    #home-row-1,
    #home-row-2 {
        padding-top: 16px;
    }

    #home-row-1 h1 {
        font-size: 35px;
    }

    #home-row-1 h4 {
        font-size: 21px;
    }

    #home-row-2 {
        font-size: 16px;
    }
}

#slide-2 {
    background-color: #1a82bc;
    color: #e4e6e5;
    padding-top: 90px;
}

#slide-2 img{
    width: 74px;
    float: left;
    padding-right: 10px;
}

.title-row {
    font-size: 45px;
    padding-bottom: 50px;
}

.line-row .hr {
    background-color: #e4e6e5;
    height: 5px;
    margin: 0 auto;
    width: 33%;
}

.subtitle-row {
    font-size: 35px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.content-row {
    padding-top: 45px;
}

.content-row i,
#about-row-5 i {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

.content-row h2 {
    font-size: 28px;
    padding-bottom: 40px;
}

.content-row h4 {
    font-family: "Titillium Web", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 20px;
    font-weight: 300;
}

i {
    font-size: 20px;
    color: white;
}


@media (max-width: 767px) {
    .title-row {
        font-size: 34px;
        padding-bottom: 33px;
    }

    .subtitle-row {
        font-size: 26px;
        padding-bottom: 26px;
        padding-top: 26px;
    }

    .content-row {
        padding-top: 29px;
    }

    .content-row h2 {
        font-size: 24px;
        padding-bottom: 26px;
    }

    .content-row h4 {
        font-size: 20px;
    }
}

#slide-3 {
    background-color: #000;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%;
}

#slide-3 .col-12 {
    display: inline-block;
    height: 451px;
    margin: 0;
    padding: 0;
    width: 452px;
}

#slide-3 a,
#slide-3 img {
    display: inline-block;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 991px) {
    #slide-3 {
        text-align: center;
        width: 100%;
    }

    #slide-3 .row {
        left: 0 !important;
        margin: 0;
        width: 100% !important;
    }

    #slide-3 .col-12 {
        height: auto;
        width: 50%
    }

    #slide-3 a,
    #slide-3 img {
        height: auto;
        max-height: 100%;
        max-width: 100%;
        width: auto;
    }
}

@media (max-width: 767px) {
    #slide-3 .col-12 {
        width: 100%;
    }
}

#slide-4 {
    background-color: #34495e;
    color: #e4e6e5;
    padding-top: 90px;
}

#slide-4 i {
    font-size: 80px;
    color: white;
}


#slide-5 {
    background-color: #f39c12;
    color: #e4e6e5;
    padding-top: 90px;
}

#slide-6 {
    padding: 0;
}

@media (max-width: 767px) {
    #slide-6 {
        background-image: none;
    }
}

#slide-6 .line-row .hr {
    background-color: #4e4e4e;
    color: #4e4e4e;
}

#slide-6 a {
    color: inherit;
    outline: none;
    text-decoration: none;
}

@media (max-width: 767px) {
    .with-hover-text{
        margin-bottom: 2em;
        margin-top: 1em;
    }
}

#contact-row-4 {
    padding-top: 125px;
}

#contact-row-4 .col-12 {
    height: 175px;
    overflow: hidden;
    padding-top: 20px;
    transition: all ease-in .5s;
}

#contact-row-4 img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

#contact-row-4 .col-12:hover {
    height: 175px;
    padding-top: 0;
}

#contact-row-4 .col-12 .hover-text {
    display: none;
    font-size: 20px;
}

#slide-7 {
    background-color: #e4e6e5;
    color: #4e4e4e;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
}

#lightbox-out {
    background-color: rgba( 0, 0, 0, 0.7 );
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.with-hover-text span {
    display: none;
}

.zoom {
    background-image: url('../images/zoom.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

#arrows {
    bottom: 10%;
    height: 80px;
    position: fixed;
    right: 10%;
    width: 80px;
    z-index: 1000;
}

#arrows div {
    background-image: url('../images/website-arrows.png');
    cursor: pointer;
    height: 30px;
    position: absolute;
    width: 30px;
}

#arrows div.disabled {
    cursor: default;
}

#arrow-up {
    background-position: 30px 0;
    left: 25px;
    top: 0;
}

#arrow-up.disabled {
    background-position: 0 0;
}

#arrow-down {
    background-position: 30px -30px;
    left: 25px;
    bottom: 0;
}

#arrow-down.disabled {
    background-position: 0 -30px;
}

#arrow-left {
    background-position: 30px -60px;
    left: 0;
    top: 25px;
}

#arrow-left.disabled {
    background-position: 0 -60px;
}

#arrow-right {
    background-position: 30px -90px;
    right: 0;
    top: 25px;
}

#arrow-right.disabled {
    background-position: 0 -90px;
}

.navigation-slide {
    cursor: pointer;
}

/***********mis arreglos*************/
#top .top{
    margin-top: 2em;
}
.slide h2{
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 5em;
    color: #f39c12;

}
.slide p{
    font-family: 'Open Sans',sans-serif;
    font-size: 1.3em;
    text-align: left;
    margin-top: 2em;
}
.slide .titleCourse{
    font-family: 'Open Sans ',sans-serif;
    font-size: 1.2em;
    margin-top: 0em;
    color: #fff;
}
.slide .titleCourse strong{
    color: #fff;
}
.slide .titleCourse strong:hover {
    color: #FED136;
}

.slide .titleCourse strong{
    cursor: auto;
}
.slide .infoCourse{
    font-family: 'Open Sans ',sans-serif;
    font-size: 1.1em;
    margin-top: -0.5em;
}

.slide .curso-basico{
    font-family: 'Open Sans ',sans-serif;
    font-size: 2.5em;
    margin-top: 1.1em;
    color: #fff;
}
.slide .curso-basico-info{
    font-family: 'Open Sans ',sans-serif;
    font-size: 1.3em;
    color: #fff;
}
.slide .curso-ampliado{
    font-family: 'Open Sans ',sans-serif;
    font-size: 2.5em;
    margin-top: 1.1em;
    color: #fff;
    margin-top: 3em;
}
.slide .curso-ampliado-info{
    font-family: 'Open Sans ',sans-serif;
    font-size: 1.3em;
    color: #fff;
}
.slide .costos{
    margin-top: -2em;
    font-size: 2em;
}
.slide .costo-basico{
    font-size: 2em;
    margin-top: -0.2em;
}
.slide .formas-pago{
    margin-top: 1.5em;
}

@media (max-width: 750px){
    .slide h2 {
        font-size: 4em;
    }
    .slide p{
        font-size: 1em;
    }
}



.modal-title {
    font-family: 'Open Sans ',sans-serif;
    color: #3497DB;
    margin-top: 2em;
}
.modal-title .red{
    color: #F26762;
}
.portfolio-modal .modal-content{
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}
.portfolio-modal .modal-body{
    font-family: 'Open Sans ',sans-serif;
    color: #1A82BC;
    margin-top: 7em;
    font-size: 1.4em;
    text-align: left;
}

.modal-body .imagen{
    margin-top: 4em;
}


.portfolio-modal .canal {
    text-align: left;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 1.1em;
    color: #F26762;
}
.portfolio-modal .canal:hover{
    color: #FED136;
    cursor: auto;
    text-decoration: underline;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #000;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .inscripcion{
    color: #ab12b5;
}
.portfolio-modal .inscripcion a{
    font-size: 1.2em;
}
.portfolio-modal .inscripcion a:hover{
    color: #F26762;
}
/**********************TABLA***********************/
.table-responsive{
    margin-bottom: 3em;
}
.table-responsive .color{
    background-color: #FED136;
}

table {
    font-family: 'Open Sans ', sans-serif;
    border-collapse: collapse;
    width: auto;
    margin-top: 5.5em;
}

table td{
    font-size: 1.2em;
}
td, th {

    text-align: left;
    padding: 8px;
}
tr:nth-child(even) {
    background-color: #F7F6B8;
}
#margenali{
    margin-top: 12em;
}
#myTab{
    font-family:'Open Sans ', sans-serif;
}
#myTabContent .letra-fondo{
    background-color: #2A81BA;
    font-size: 3em;
    color: #fff;
}
.colorTr tr:nth-child(even){
    background-color: #3cb4f0;
    color: #fff;
}

@media (max-width: 760px){
    table td{
        font-size: 0.9em;
    }
}


/******************************Descargas***************************/
#descargas{
    background-color: #4e1052;
    padding: 30px 0;
}
#descargas h2{
    font-size: 5em;
    font-family: 'Open Sans',sans-serif;
    font-weight: 500;
    color: #f39c12;
    text-align: center;
}
#descargas .cursos{
    font-family: 'Open Sans',sans-serif;
    font-size: 2.5em;
    text-align: center;
}
#descargas .margin-bottom{
    margin-bottom: 5px;
    margin-top: 2em;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.2em;
}
#descargas .margin-top{
    margin-bottom: 5px;
    font-family: 'Open Sans',sans-serif;
    font-size: 1em;
}
@media (max-width: 750px){
    #descargas h2{
        font-size: 3em;
    }
    #descargas .cursos{
        font-size: 2em;
    }
    #descargas .margin-bottom{
        font-size: 1em;
    }
}

/**************CLOSE MODAL**************/

/************************************footer************************************************/
footer .map{
    margin-bottom: 1em;
}
footer{
    padding: 30px 0;
    text-align: center;
    background-color: #03305d;
}
footer .footer-titulo{
    font-size: 3em;
    font-family: 'Open Sans',sans-serif;
}
footer .footer-direccion{
    font-size: 1em;
    font-family: 'Open Sans',sans-serif;
    text-align: center;
}

footer > h2 {
    font-size: 30px !important;
}

footer > h2 > a {
    color: #f39c12 !important;
    text-decoration: none !important;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    border: 1px solid #fff;
    color: #fff !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover{
    background-color: #3B5998;
    border: 1px solid #073e73;
}

ul.social-buttons .youtube  a:hover{
    background-color: #E62117;
}

ul.social-buttons .google  a:hover{
    background-color: #01941F;
}
ul.social-buttons .google a:hover {
    background-color: #01941F;
}
footer .margin-top{
    margin-top: 2em;
}
footer, h2, p{
    color: #fff;
    font-family:'Open Sans ', sans-serif;
}

@media screen and (min-width: 768px) {
    .modal.custom .modal-dialog {
        right: initial;
        left: initial;
    }
}

.modal.custom {
    font-size: 15px;
}

.modal.custom .panel {
    padding: 0;
}

.modal.custom .panel > .panel-heading {
    margin: 0;
}

.modal.custom p {
    color: #333;
}

.toast-top-center {
    top: 12px;
}

#toast-container > div {
    background-position: 15px 17px;
    opacity: 1;
}

.toast-info {
    background-color: #31b0d5;
}

.toast-message {
    white-space: pre-line;
}

.validation-summary > .dropdown-toggle,
.validation-summary > .dropdown-menu > li:not(.dropdown-header) > a {
    color: #ed5565;
}

.validation-summary > .dropdown-menu > li.dropdown-header,
.validation-summary > .dropdown-menu > li > a {
    padding: 3px 15px;
    font-family: "Titillium Web", sans-serif;
}

.validation-summary > .dropdown-menu > li > a:focus,
.validation-summary > .dropdown-menu > li > a:hover {
    background: none;
    background-color: #f5f5f5;
}

.validation-summary > .dropdown-menu > li.dropdown-header {
    padding-top: 0;
    font-size: 13px;
    color: #333;
}

.validation-summary > .dropdown-menu .divider {
    margin: 1px 0;
}

.validation-summary > .dropdown-toggle > span {
    cursor: pointer;
}

.validation-summary i {
    color: #ed5565;
}

.cursor-pointer {
    cursor: pointer;
}

#menu .icons {
    top: 6px;
    margin-left: 10px;
}

#menu .custom .caret {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}

.dropdown-menu {
    min-width: 200px;
}

#menu .dropdown .dropdown-menu {
    right: 0;
    left: auto;
}

#menu .dropdown .dropdown-menu.primary,
#menu .dropdown .dropdown-menu .dropdown-submenu a {
    background-color: #7e9aff;
}

#menu .dropdown-menu a {
    font-size: 14px;
    text-transform: none !important;
}

#menu .dropdown-menu a.text-danger {
    color: #ed5565 !important;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: initial;
}

#menu .custom .dropdown-submenu a {
    text-align: left;
}

#menu .dropdown-submenu > a:hover,
#menu .dropdown-submenu > a:focus {
    background: none;
    color: #fed136 !important;
}

#menu .custom {
    cursor: pointer;
}

.img-profile {
    width: 70px;
    height: 70px;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.visit-count {
    display: inline-block;
    margin-top: -30px;
    color: #fff;
    font-weight: bold;
    background-color: #000000;
    border-radius: 5px;
}

.visit-count-img-layer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 117px;
    height: 32px;
    border: 7px solid #000;
    z-index: 9999;
}

.visit-count-text {
    padding: 6px 10px 0;
}

.visit-count > img {
    filter: hue-rotate(118deg);
}

@media(max-width: 767px) {
    .visit-count {
        top: 43px;
        left: 20px;
    }
}