@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body {
    background: #27343d!important;
}

.topContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 150px;
}

.logo {
    display: inline-block;
    width: 20%;
}

.redes {
    padding: 0;
    width: 100%;
    font-size: 0;
    text-align: right;
}

.redes li {
    display: inline-block;
    width: 35px;
    margin-right: 10px;
    background: #9A9C9E;
    border-radius: 50%;
    padding: 10px;
    -webkit-transition: ease-in 0.3s all;
    transition: ease-in 0.3s all;
}

.redes li:hover {
    background: #FF8F00;
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    animation-name: spinner;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-duration: 0.3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@-webkit-keyframes spinner {
    from { -webkit-transform: rotateY(0deg);    }
    to   { -webkit-transform: rotateY(-360deg); }
}

@keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}
.redes li img {
    width: 100%;
    display: block;
}
header nav {
    display: block;
    position: relative;
    background: #FF8F00;
    -webkit-box-shadow: 0 0 5px rgba(00, 00, 00, 0.5);
    box-shadow: 0 0 5px rgba(00, 00, 00, 0.5);
    -webkit-transition: ease-in 0.7s all;
    transition: ease-in 0.7s all;
    z-index: 99;
}

header nav ul {
    display: block;
    padding: 0;
    font-size: 0;
    -webkit-transition: ease-in 0.3s all;
    transition: ease-in 0.3s all;
}

header nav ul li{
    display: inline-block;
    position: relative;
}

.submenuActive:before {
    display: block;
    content: " ";
    position: absolute;
    width: 100%;
    height: 15px;
    top: 100%;
    background: none;
}

.submenuActive:hover > .submenu {
    margin-top: 15px;
    opacity: 1;
    pointer-events: all;
}

.submenu {
    position: absolute;
    padding: 0;
    width: 200px;
    left: -100px;
    margin-left: 50px;
    margin-top: 0px;
    border: 1px solid rgba(255, 218, 161);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: ease-in 0.3s all;
    transition: ease-in 0.3s all;
    -webkit-box-shadow: 0 0 5px rgba(00, 00, 00, 0.5);
    box-shadow: 0 0 5px rgba(00, 00, 00, 0.5);
}

.submenu:before {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #FF8F00;
    top: -10px;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.submenu li {
    display: block;
    text-align: center;
    background: #FF8F00;
}

.submenu li a{
    text-transform: none;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 218, 161, 0.54);
    font-size: 14px;
}

header nav ul li a{
    border: none;
    color: #fff;
    padding: 26px 10px 27px;
    display: block;
    text-transform: uppercase;
    border-radius: 0;
    position: relative;
    letter-spacing: -0.5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    -webkit-transition: ease-in 0.3s all;
    transition: ease-in 0.3s all;
    border-right: 1px solid rgba(255, 218, 161, 0.54);
}

header nav ul li a:hover, header nav ul li a:focus{
    background: #cb7c00;
    text-decoration: none;
    color: #fff;
}

header nav ul li span {
    padding: 0 15px;
}

.menu-fijo {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 999;
    left: 0;
    padding: 0;
    -webkit-animation-name: menufijo;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 0.6s;
    animation-name: menufijo;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-duration: 0.6s;
    top: 0;
}

.menu-fijo ul {
    padding: 0;
    margin: 0;
}

@-webkit-keyframes menufijo {
    from { top: -100px;    }
    to   { top: 0; }
}

@keyframes menufijo {
    from { top: -100px;    }
    to   { top: 0; }
}

.openMenu {
    display: block;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 218, 161, 0.54);
}

.menuColapse {
    display: block;
}

.menuColapse li {
    display: block;
    text-align: center;
    border-bottom: 1px solid rgba(255, 218, 161, 0.54);
}

.menuColapse li a{
    padding: 10px;
}

.header-bg {
    position: absolute;
    width: 100%;
    opacity: 0.4;
    top: 0;
    z-index: -1;
}

.header-bg img {
    display: block;
    width: 100%;
}
.banner {
    margin-top: -10px;
}

.control-banner, .control-banner-left {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
    color: #fff;
    padding: 15px 20px;
}

.control-banner-left {
    right: 57px;
    color: #fff;
}

.control-banner a, .control-banner-left a {
    color: #fff;
}

.banner a:hover, .banner a:focus  {
    color: #fff;
}


.captionSlide {
    position: absolute;
    height: 120px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10%;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.captionSlide h2{
    font-family: 'Open Sans Condensed';
    font-size: 70px;
    color: #f3f3f3;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.captionSlide p {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px!important;
    line-height: 1;
    font-weight: normal;
    margin: 0;
    display: block;
    font-size: 18px;
    color: #fff;
}

.generalPanel {
    display: block;
    background: #545454;
    margin: 15px 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    border: solid 1px #000;
    border-radius: 5px;
}

.generalPanel h2 {
    margin: 0;
}

.titlePanel {
    background: #262626;
    padding: 10px 20px;
}

.bodyPanel {
    padding: 20px 10px 0 10px;
}

.thumbnail {
    position: relative;
    overflow: hidden;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
}

.enlaceThumb {
    display: block;
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    left: 0;
    top: 100%;
    font-weight: 600;
    background: rgba(00,00,00,0.5);
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    padding: 15px;
    opacity: 0;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
}

.enlaceThumb a:hover, .enlaceThumb a:visited {
    text-decoration: none;
}

.thumbnail:hover .enlaceThumb {
    top: 22px;
    opacity: 1;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
}

.noHover {
    top: 0!important;
}

.thumbMore {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300px;
    color: #666;
    text-align: center;
    padding: 30px 0!important;
    border: none;
}

.thumbMore h3 {
    margin: 0 0 10px 0;
    line-height: 1;
    text-align: left;
    padding: 0 15px;
}

.thumbMore h3 span {
    color: #FF8F00;
    display: block;
}

.thumbMore p {
    text-align: justify;
    font-size: 14px;
    margin: 10px 15px;
}


.btn-danger {
    color: #fff;
    background-color: #FF8F00!important;
    border-color: #cb7c00!important;
    margin: auto;
}

.btn-danger:hover {
    background-color: #cb7c00!important;
    border-color: #985d00!important;
}

section {
    padding: 70px 0;
}

.homeWraper {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
}

.homeWraper h2 span {
    color: #FF8F00;
    display: block;
    font-weight: 300;
}
.homeWraper h2 {
    font-size: 28px;
}
.homeWraper h3 span {
    color: #FF8F00;
    display: block;
    font-weight: 300;
}
.homeWraper p {
    font-size: 14px;
    font-weight: 300;
}

.homeWraper ul {
    padding: 0;
}

.homeWraper ul li {
    display: block;
}

footer {
    background: #1c1c1c;
    padding: 50px 0;
    font-family: 'Open Sans', sans-serif;
}

footer h3 a{
    font-weight: 300;
    color: #FF8F00;
}
footer a {
    color: #fff;
    -webkit-transition: ease-in 0.3s all;
    transition: ease-in 0.3s all;
}

footer li a:hover {
    padding-left: 10px;
}
footer a:hover {
    color: #FF8F00;
    text-decoration: none;
}

footer ul {
    padding: 0;
}

footer ul li {
    display: block;
    padding: 5px 0;
    color: #fff;
}

.logo-foot img {
    width: 150px;
    margin-right: 15px;
}

.generalContainer {
    display: block;
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.generalContainer h1 {
    font-size: 44px;
    font-weight: 100;
    color: #FF8F00;
}

.generalContainer a:hover {
    color: #FF8F00;
    text-decoration: none;
}
.generalContainer a{
    color: #fff;
    -webkit-transition: ease-in 0.3s all;
    transition: ease-in 0.3s all;
}

.generalContainer li {
    padding: 5px 0;
}

.curso-thumb  a{
    padding: 0!important;
}
.curso-thumb {
    border: 1px solid #f2f2f2;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
}

.curso-thumb p{
    text-align: left;
}

.curso-thumb p span, .curso-thumb li span, p span{
    font-style: italic;
}

.image-cur {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.curso-thumb img {
    width: 100%;
    -webkit-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}

.curso-thumb img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .5;
}

.curso-thumb h3 {
    text-align: center;
    width: 90%;
    margin: 20px auto;
    font-weight: 500;
    font-size: 16px;
}

.curso-thumb h3 a {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-decoration: none;
    color: #FF8F00;
}
.curso-thumb h3 a:hover {
    color: #FF8F00;
    padding: 0;
}

.line {
    display: block;
    width: 90%;
    margin: auto;
    border-bottom: 1px solid #f2f2f2;
}

.line:before {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    margin: 0 auto -2px;;
    background: #FF8F00;
}

.curso-thumb p {
    width: 90%;
    margin: 20px auto;
    color: #666;
}

.link {
    position: absolute;
    width: 100px;
    height: 40px;
    background: #FF8F00;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin: auto;
    text-align: center;
    display: block;
    opacity: 0;
    font-size: 18px;
    line-height: 37px;
    color: #fff;
    pointer-events: none;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-box-shadow: 0 0 5px rgba(00,00,00,.5);
    box-shadow: 0 0 5px rgba(00,00,00,.5);
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.image-cur:hover > .link {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.modal-header h4 {
    color: #FF8F00;
    font-weight: 300;
}

.modal-body {
    color: #666;
    font-family: 'Open Sans', sans-serif;
}

.modal-body h4 {
    font-size: 24px;
    font-weight: 100;
}

.modal-body p {
    font-weight: 100;
}

.openLip p {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 400px;
    height: 26*1.4*3; /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}


.openDetail p {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 400px;
    height: 26*1.4*3; /* Fallback for non-webkit */
    margin: 10px auto;
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.iso {
    width: 25%!important;
}

.iso img {
    width: 100%;
}

#map_canvas {
    width: 100%;
    height: 423px;
}

@media screen and (max-width: 480px) {
    .banner img {
        height: 800px;
        width: auto;
    }

    .captionSlide {
        width: 90%;
        left: 5%;
        text-align: center;
        padding-top: 30px;
    }

    .captionSlide h2{
        font-size: 34px;
        line-height: 1;
    }
    .captionSlide p {
        font-size: 26px!important;
    }
    .enlaceThumb {
        top: 0!important;
        opacity: 1;
    }
}
@media screen and (max-width: 780px) {
    .imgPromo {
        width: 300px!important;
        height: 300px!important;
        margin-top: 50px!important;
    }
    .enlaceThumb {
        top: 0!important;
        opacity: 1;
        padding-top: 20px;
        text-align: center!important;
        font-size: 8px!important;
    }
    .captionSlide h2{
        font-size: 4wv;
    }

    .captionSlide p {
        font-size: 2vw;
    }
    .iso {
        width: 50%!important;
    }
    .logo {
        display: block;
        width: 60%;
        margin: auto;
    }
}

.imgheight .thumbnail img {
    display: block;
    height: 200px;
}

.marcas {

}

.marcas a {
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.marcas a:hover {
    padding: none!important;
}

.marcas a img {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    padding: 0 10px;
}

.popUp {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.blackFilter {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.68);
}

.imgPromo {
    display: block;
    width: 500px;
    height: 500px;
    margin: auto;
    margin-top: 100px;
}

.imgResp {
    display: block;
    width: 100%;
}

.cerrarPromo {
    color: #fff;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px;
    text-align: right;
    cursor: pointer;
}
