/* 
    Created on : 18-nov-2016, 20:32:51
    Author     : Richard Ignacio Montes Tocto
*/

/*
rojo:  rgb(167, 25, 49) #A71931
negro: rgb(60, 60, 59)  #3C3C3B
*/


/*
=============================
    BARRA DE NAVEGACIÃ“N
=============================
*/
header{
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    -o-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
}
.nav-logo img{
    margin-left: 10px;
}
.navbar-brand {
    padding: 0;
    margin:0;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #FFFFFF;
    padding: 15px 0;
    padding-bottom: 0;
}
.navbar-nav{
    margin-top: 12px;
}
.navbar-nav>li{
    margin-left: 35px;
    padding-bottom: 28px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #3C3C3B;
    line-height: 24px;
    display: inline-block;
}
.navbar-inverse .navbar-nav > li > a:hover{
    background-color: #A71931;
    color: #fff;
}
.navbar-inverse {
    border: none;
}
.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #A71931;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: rgba(60, 60, 59, .5);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu:before{
    position: absolute;
    top:0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: #A71931;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: transparent;
}
.navbar-inverse .navbar-collapse{
    border-top: 0;
    padding-bottom: 0;
}
.navbar-inverse .navbar-toggle{
    border-radius: 0;
    border: 1px solid #FFFFFF;
    background: #A71931;
    color: #FFFFFF;
}


/*
=============================
   FOOTER
=============================
*/
footer {
    background: #3C3C3B;
    padding: 50px 0 0 0;
}
.border-separator-right{
    border-right: 1px solid rgba(250,255,255,.1);
}
.border-separator-bottom{
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(250,255,255,.1);
}
.detalle-contacto{
    font-size: 16px;
    color: #FFFFFF;
}
.detalle-contacto li{
    line-height: 36px;
}
.detalle-contacto i{
    padding-left: 20px;
    padding-right: 20px;
}
.copyright{
    width: 100%;
    padding: 10px;
    margin-top: 20px;

    color: #FFF;
    text-align: center;
}

/* REDES SOCIALES */
.redes{
    margin-top: 10px;
    width: 150px;
    padding: 0;
}
ul.social{
    margin: 0 auto;
    text-align: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 150px;
    list-style: none;
}
ul.social li{
    text-align: center;
    width: 50px;
    float: left;
}
ul.social li a{
    height: 50px;
    font-size: 16px;
    width: 50px;
    margin: 0;
    padding: 10px;
    display: block;
    font-weight: bold;
    color: #FFFFFF;
}
ul.social li a i {padding-top: 5px;padding-left: 4px}

.bg-facebook:hover{
    background: #3B5998;
    color: #fff;
}
.bg-vimeo:hover{
    background: #1ab7ea;
    color: #fff;
}
.bg-youtube:hover {
    background: #e52d27;
    color: #fff;
}
.bg-google:hover {
    background: #d34836;
    color: #fff;
}
.bg-twitter:hover {
    background: #4099FF;
    color: #fff;
}
.bg-facebook:hover,.bg-twitter:hover,.bg-google:hover,.bg-youtube:hover,.bg-vimeo:hover {
    border-radius: 50%;
    transition: background 1s, border-radius .5s; 
}

/*
=============================
    GENERAL
=============================
*/
a:hover{
    text-decoration: none;
}
section{
    margin: 30px 0;
}
.bg-imagen{
    background: url('https://web.archive.org/web/20211201211143im_/http://appbusinessperu.com/estilos/images/bg/about.jpg');
    margin: 0;
    padding: 50px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.bg-imagen h4{
    font-size: 38px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px
}
.bg-imagen .breadcrumb{
    background: transparent;    
    text-align: center;
}
.bg-imagen .breadcrumb a{
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;    
}
.bg-imagen .breadcrumb a:hover{
    color: #A71931;
    transition: .5s;
}


.bg-servicios{
    background: url('https://web.archive.org/web/20211201211143im_/http://appbusinessperu.com/estilos/images/bg/ticks.png');
}
.bg-mision{
    background: #000 url('https://web.archive.org/web/20211201211143im_/http://appbusinessperu.com/estilos/images/bg/bg-mision-vision.png');
}
.bg-paper {
    background: url('https://web.archive.org/web/20211201211143im_/http://appbusinessperu.com/estilos/images/bg/lined_paper.png');
}
.bg-slider{
    padding-top: 10px;
    background: url('https://web.archive.org/web/20211201211143im_/http://appbusinessperu.com/estilos/images/bg/bg-slider.png');
}


.title-section{
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}
.title-section span{
    display: block;
    border-bottom: 3px solid #A71931;
    width: 70px;
    padding-bottom: 10px;
}
.contenido{
    margin-top: 30px;
    padding: 0px 15px;
}

.contenido p, .contenido ol li, .contenido ul li{
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: .7px;
}
.contenido ol li{
    font-weight: 700;
    padding-top: 10px;
}
.contenido ol li ul li{
    font-weight: 500;
}
.contenido ol li ul li:last-child{
    padding-bottom: 20px;
}
.contenido ul, ol{
    list-style: none;
    position: relative;
    padding-left: 50px;
}
.contenido ol li:before {
    position: absolute;
    left: 0;
    content: "\f07c";
    font-family: "FontAwesome";
    color: #A71931;
    padding-left: 25px;
    padding-right: 10px;
}
.contenido ul li:before {
    position: absolute;
    left: 0;
    content: "\f046";
    font-family: "FontAwesome";
    color: #A71931;
    padding-left: 25px;
    padding-right: 10px;
}

.contenido img {
    display:block;
    margin-right:auto;
    margin-left:auto;
    max-width:100%;
    height:auto;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-cursos{
    padding: 20px 50px;
    background: #A71931;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
    border-radius: 0;
}
.btn-cursos:hover,.btn-cursos:active,.btn-cursos:focus{
    background: #3C3C3B;
    color: #FFFFFF;
    outline: none;
    transition: background 1s;
}

.box{    
    margin-bottom: 10px;
    background: #fff;    
    -webkit-box-shadow: 0px 2px 6px rgba(232, 232, 232, 0.9);
    -moz-box-shadow: 0px 2px 6px rgba(232, 232, 232, 0.9);
    -o-box-shadow: 0px 2px 6px rgba(232, 232, 232, 0.9);
    box-shadow: 0px 2px 6px rgba(232, 232, 232, 0.9);
}
.box-form{
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    -o-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    box-shadow: 0px 5px 1px 0px rgba(0,0,0,.35');
}

input[type='text']:focus, input[type='email']:focus{
    outline: none;
}

img.centrada{
    display:block;margin-right:auto;margin-left:auto
}
img.rsponsiva{
    display:block;max-width:100%;height:auto
}

/*
=============================
    INICIO
=============================
*/
.item{
    padding: 30px 10px;
    position: relative;
    color: #fff;
    margin-bottom: 10px;
    height: 145px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 5px 5px 0 rgba(0,0,0,.7);
    -moz-box-shadow: 0px 5px 5px 0 rgba(0,0,0,.7);
    -o-box-shadow: 0px 5px 5px 0 rgba(0,0,0,.7);
    box-shadow: 0px 5px 5px 0 rgba(0,0,0,.7);
}
.item i{
    color: #000;
    font-size: 60px;
    position: absolute;
    right: 5%;
    bottom: 10%;
    opacity: 0.3;
}
.item-color1{
    background: #198ECE;
}
.item-color2{
    background: #A71931;
}
.item-color3{
    background: #3C3C3B;
}

.servicios {
    overflow: hidden;
}
.servicios .title-section {
    margin-top: 0;
    margin-bottom: 40px;
}
.servicios a, .servicios a:hover{
    color: #FFFFFF;
    text-decoration: none;
}
.inscripcion-header{
    background: #A71931;   
    z-index: 1;
    height: 80px;
}
.inscripcion-title {
    margin: 0;
    padding: 30px 0;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.inscripcion-title span{
    display: block;
    padding-top: 10px;
    font-size: 30px;
}
.inscripcion-footer{    
    width: 100%;
    height: 0;    
    padding-left:50%;
    padding-bottom: 100px;
    overflow: hidden;
    margin-top: -50px;
    z-index: 0;

}
.inscripcion-footer:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left:-500px;
    border-left: 500px solid white;
    border-right: 500px solid white;
    border-top: 100px solid #A71931;
}

.form-app{
    padding: 50px 15px;
    background: #FFFFFF;
}
.form-app label{
    position: relative;
    width: 100%;
}
.form-app i {
    position: absolute;
    top: 5px;
    left: 0px;
    font-size: 25px;
    color: #A71931;
    text-align: center;
    width: 30px;
}
.form-app input{
    margin-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
    font-style: italic;
    color: #3C3C3B;
    font-size: 16px;
    padding: 10px 45px;
    width: 100%;
}
.form-app input:hover {
    border-bottom: 1px solid #A71931;    
    transition: border-bottom .5s;
}
.form-app input[type='text'], .form-app input[type='email'], .form-search input[type="text"]{
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    line-height: normal;
}

.bg-search{
    padding-bottom: 40px;
    margin-bottom: 70px;
}
.form-search{
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    -o-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    margin-bottom: 40px;
}
.form-search input{
    border: 0;
}
.form-search input[type='text']:focus{
    outline: none;
}

.buscar-icons i{
    font-size: 50px;
    padding: 5px;
    width: 100px;
    overflow: hidden;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    -o-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    box-shadow: 0px 1px 4px 10px rgba(0,0,0,.35);
}

.curso{
    position: relative;
    cursor: pointer;
}
.curso-informacion{
    display: none;
    color: #FFFFFF;
    padding: 15px;
    text-align: center;
}
.curso-informacion h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.curso-informacion a, .curso-informacion a:hover{
    color: #FFFFFF;
    text-decoration: none;
}
.curso-informacion p{
    padding: 15px;
    font-size: 13px;
}
.curso:hover .curso-informacion{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.85);
    overflow: hidden;
}


/*
=============================
   NOSOTROS
=============================
*/
.panel-group{
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    -o-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
}
.panel-group .panel+.panel, .panel-group .panel{
    margin-top: 0;
    border-radius: 0;
}
.panel-group div{
    border-radius: 0;
}
.panel-app{
    border: 1px solid #eee;
}
.panel-app a,.panel-app a:hover{
    font-weight: bold;
    text-decoration: none;
}
.panel-app a:before{
    content: "\f067";
    font-family: "FontAwesome";
    margin-right: 5px;
    color: #A71931;
}

/* VALORES - estilo original (icono grande + barra animada) */
.valores { padding: 40px 0 60px; background:#fff; }
.valores .bg-title{ text-align:center; margin-bottom:30px; }
.valores .bg-title h2{ color:#fff; font-weight:700; }

.valor-box{
  display:flex;
  gap:18px;
  margin: 28px 0;
  align-items:flex-start;
}
.valor-icon{
  width:90px; height:90px;
  background:#fff;
  border:1px solid #eee;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 90px;
}
.valor-icon i{
  font-size:44px;
  color:#A71931;
}
.valor-icon--filled{ background:#c77b86; border-color:#c77b86; }
.valor-icon--filled i{ color:#fff; }

.valor-text h4{ margin:0; font-weight:700; }
.valor-bar{
  display:block;
  height:3px;
  width:46px;
  background:#A71931;
  margin:10px 0 12px;
  transition: width .35s ease;
}
.valor-bar--long{ width:120px; }

.valor-box:hover .valor-bar{ width:120px; }

/*
=============================
    CURSOS
=============================
*/
.bg-list-cursos{
    background: #F2F2F2;
}
.box-curso{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
}
.box-curso .text-info{
    color: #bfc5ca;
    font-style: italic;
    font-size: 13px;
}
.box-curso .text-muted{
    font-style: italic;
    font-weight: 500;
}
.box-curso .detalle-curso{
    text-align: left;
    padding: 5px 0 5px 0;
}
.btn-inscripcion{
    background: #A71931;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0;
}
.btn-inscripcion:hover,.btn-inscripcion:active,.btn-inscripcion:focus{
    background: #3C3C3B;
    color: #FFFFFF;
    outline: none;
    transition: background 1s;
}
a.btn-inscripcion{
    color: #FFFFFF;
}
.box-curso a{   
}

.form-inscripcion{
    padding-top: 20px;
    padding-left: 50px;
}
.info-curso{
    font-size: 16px;
}
.info-curso {
    font-style: italic;
    letter-spacing: 1px;
}
.info-curso li {
    padding-bottom: 15px;
}
.info-curso span{
    font-weight: 600;
    font-style: normal;
}


/*
=============================
    CONTACTO
=============================
*/
#frm-appbusiness input, #frm-appbusiness textarea{
    margin-bottom: 15px;
}

#frm-appbusiness .form-control:focus {
    border-color: #A71931;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(167,25,49,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(167,25,49,.6);

}
.box-contacto{
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    -o-box-shadow: 0px 1px 4px 0px rgba(0,0,0,.35);
    box-shadow: 0px 5px 1px 0px rgba(0,0,0,.35);
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

/*
=============================
    RESPONSIVE
=============================
*/
/* lg */ 
@media (min-width: 1200px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-animation: fadeInUp 400ms;
        animation: fadeInUp 400ms;
    }

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-animation: fadeInUp 400ms;
        animation: fadeInUp 400ms;
    }
    .navbar-nav > li {
        margin-left: 10px;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }    
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-animation: fadeInUp 400ms;
        animation: fadeInUp 400ms;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-nav > li {
        margin-left: 0;
    }
    .item{
        height: auto;
        padding: 20px;
    }
    .form-app{
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

/* xs */
@media (max-width: 767px) {
    .container > .navbar-header, .container > .navbar-collapse{
        margin-left: 0;
    }
    .nav-logo img{
        margin-top: -7px;
    }
    .navbar-nav > li {
        padding-bottom: 0;
    }
    .post-slider li img{
        max-height: 70px;
    }
    .item{
        height: auto;
        padding: 30px 20px;
    }
}

/* XS Portrait */
@media (max-width: 480px) {    
    .col-xs-12{
        padding:10px 0;
    }
    .servicios{
        padding: 20px;
    }
    .box-curso{
        padding: 10px;
    }
}


/*
=============================
Animate.css
https://daneden.github.io/animate.css/
Custom: Jeniffer Ramos Benites
=============================
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInUp {
    animation-name: fadeInUp;
}
.fadeInLeft {
    animation-name: fadeInLeft;
}
.fadeInRight {
    animation-name: fadeInRight;
}
.flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX;
}
@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}
/*
     FILE ARCHIVED ON 21:11:43 Dec 01, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:43:04 Feb 17, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.713
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.019
  esindex: 0.012
  cdx.remote: 74.884
  LoadShardBlock: 216.636 (3)
  PetaboxLoader3.datanode: 264.876 (5)
  load_resource: 258.696 (2)
  PetaboxLoader3.resolve: 192.164 (2)