/*
Autor: Fernando Apaza H.
*/
/*CABECERA MENU*************/
#logo{
	margin-top: 10px;
	margin-bottom: 2px;
}
/*para redes sociales*/
#slider{
    margin-top: 5px;
    margin-bottom: 2px;
    height: auto;
    float: right;
    /*background-color: #36404b;
    opacity: 0.9;*/
    -moz-border-radius: 10px;
    -webkit -border-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #36404b;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}
.btn-outline {
    margin-top: 15px;
    border: solid 2px #36404b;
    font-size: 20px;
    color: #36404b;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #18bc9c;/*borde*/
    color: #18bc9c;
    background: #fff;
}
#slider img{
    display: none;
}
#slider img:nth-child(1){
    display: block;
}
/*para menu*/
.navbar-inverse{
	 /*background-image: url(../img/cabe1.png);*/
     background: #99be19;
    background: -moz-linear-gradient(top, #99be19 0%, #809b2f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99be19), color-stop(100%,#809b2f));
    background: -webkit-linear-gradient(top, #99be19 0%,#809b2f 100%);
    background: -o-linear-gradient(top, #99be19 0%,#809b2f 100%);
    background: -ms-linear-gradient(top, #99be19 0%,#809b2f 100%);
    background: linear-gradient(to bottom, #99be19 0%,#809b2f 100%);

     border:0px;
	 font-size:16px;
	 font-family:"Futura Md BT";
	 font-weight:bold;
}
.navbar-inverse .container .navbar-header a{
    color: #fff;
}
.navbar-inverse .container .navbar-header a:hover{
    color: #fff;
    background-color: #003e55;
}
.navbar-inverse .navbar-collapse .navbar-nav .active a {
    color: black;
    background-color: #FFD700;/*cuando esta activo*/
}
.navbar-inverse .navbar-collapse ul li a{
    color: #fff;
}
.navbar-inverse .navbar-collapse ul li a:hover{
    color: #fff;
    background-color: #008080;/*color al pasar encima*/
}
.dropdown-menu{
     background: #99be19;
    background: -moz-linear-gradient(top, #99be19 0%, #809b2f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99be19), color-stop(100%,#809b2f));
    background: -webkit-linear-gradient(top, #99be19 0%,#809b2f 100%);
    background: -o-linear-gradient(top, #99be19 0%,#809b2f 100%);
    background: -ms-linear-gradient(top, #99be19 0%,#809b2f 100%);
    background: linear-gradient(to bottom, #99be19 0%,#809b2f 100%);
}
/****FIN DE CABECERA MENU**************/
/*************PARA SLIDER***********/
.adaptar/*para el tamano de slider que se adapte a 100%*/
{
	min-width: 100%;

}
#miSlider{
	margin-top: -20px;
    
}
.carousel-caption h1{
    font-size: 2.8em;
    font-weight: bold;
    font-family: "futura md bt";
}
#llamanos{
    width: 100%;
    background: #99be19;
    background: -moz-linear-gradient(top, #99be19 0%, #809b2f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99be19), color-stop(100%,#809b2f));
    background: -webkit-linear-gradient(top, #99be19 0%,#809b2f 100%);
    background: -o-linear-gradient(top, #99be19 0%,#809b2f 100%);
    background: -ms-linear-gradient(top, #99be19 0%,#809b2f 100%);
    border-radius: 10px;
    height: auto;
}
#llamanos h2{
    float: right;
    color: white;
    margin-right: 5%;
    font-size: 3.2em;
    font-weight: bold;

}
@media (max-width: 480px) {
    #llamanos {
        height: 100px;
        margin-bottom: 25px;
    }
    #llamanos img{
        display: none;
    }
    #llamanos h2{
        margin-right: 1%;
        font-size: 2em;
        font-weight: bold;
        text-align: center;
    }
}
/*FIN SLIDER************/
#accordion{
    width: 98%;
    text-align: center;
    margin-left: 1%;
}
#accordion #objetivo{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #292929;
    line-height: 2em;
    font-weight: 400;
    padding-left: 5%;
    text-align: justify;
}
/*****PARA nosotros********/
#nosotros .col-md-6 .titlenosotros {
    position: relative;
    padding: 0px 0px 0px 24px;
    border-left: 3px solid #FFD700;
    margin-bottom: 15px;
}
#nosotros .col-md-6 .titlenosotros h3 {
    color: #fc5a1b;
}
#nosotros .col-md-6 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #292929;
    line-height: 2em;
    font-weight: 400;
    padding-left: 5%;
    text-align: justify;
}
#nosotros  #title2 {
    position: relative;
    padding: 0px 0px 0px 24px;
    border: 1px solid #36404b;
    margin: 1px;
    margin-bottom: 3%;
}
#nosotros #title2 #icono {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 50px;
    line-height: 45px;
    float: left;
    margin-top: 3%;
    color: teal;
}
#nosotros #title2 h4{
text-align: center;
}
#nosotros #title2 p{
text-align: justify;
margin-left: 5%;
margin-right: 2%;
}


#contactform .btn:hover {
  background: rgba(9,8,77,0.7);
}

#map-canvas {
    width: 100%; 
    height: 300px;
    margin: 0;
    padding: 15px;
}
/*para H2*/
#aula h2{
    color: #152a45;
    font-weight: bold;
}
/**PARA PIE DE PAGINA*/
/**
**** Form styles ****
**/
#contact {
  background: url(../img/contact.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;   
    padding:65px 0 !important;
}

#contact,
#contact a,
#contact a:hover,
#contact a:focus { color: #fff }
#contact .heading .border { background-color: #fff }
#contact a { display: block } 
#footer {
  padding: 40px 0;
  color: #ccc;
  text-align: center;
  background-color: #181818;
}
.form.contact {
    padding:45px 0 15px 0;
    margin:0;
    position:relative;
}

.form.contact .message {
    height:100px;
    width:100%;
    position:absolute;
    top:-100px;
    left:0;
    padding:0;
    background:#6ebff3;
    cursor:pointer;
}

.form.contact .message p {
    position:relative;
    font-family:"Roboto", Arial, sans-serif;
    font-size:22px;
    font-weight:100;
    color:#fff;
    line-height:100px;
    padding:0;
    margin:0;
}

.form.contact .message p .fa {
    padding:0 15px 0 0;
    position:relative;
    top:2px;
}

.form.contact .message .fa.arr {
    font-size:40px;
    line-height:0;
    z-index:1000;
    color:#6ebff3;
    position:absolute;
    top:95px;
    right:50%;
    margin:0 -12px 0 0 !important;
    padding:0;
}

.form.contact .message.warning {
    background:#f5b075;
}

.form.contact .message.warning .fa.arr {
    color:#f5b075;
}

.form.contact .input-group {
    width:100%;
    margin-bottom:30px;
    position:relative;
    display: inline-block;
}

.form.contact .input-group i {
    color:#fff;
    font-size:20px;
    position:absolute;
    line-height:66px;
    left:17px;
}

.form.contact .input-group input.lg,
.form.contact .input-group textarea.lg {
    padding:0 10px;
    text-indent:40px;
    margin:0;
    height:66px;
    width:100%;
    line-height:20px;
    font-size:20px;
    font-weight:100;
    font-family:"Roboto", Arial, sans-serif;
    color:#EEEEEE;
    border:1px solid #d5d5d5;
    outline:none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.form.contact .input-group textarea.lg {
    height:162px;
    text-indent:10px;
    padding-top:15px;
    resize:none;
}

.form.contact .input-group input:focus,
.form.contact .input-group textarea:focus {
    border-color:#6ebff3;
}

.form.contact .input-group input.err,
.form.contact .input-group textarea.err {
    border-color:#f5b075 !important;
}

.form.contact .input-group button.submit {
    width:100%;
    height:66px;
    background:#e7da02;
    border:0;
    font-family:"Roboto", Arial, sans-serif;
    color:#313131;
    font-size:28px;
    outline:none;
    font-weight:300;
}

.form.contact .input-group button.submit:hover {
    background:#1ac403;
}

.form.contact #message_sent {
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    z-index:100000;
    background:#6ebff3;

    width:100%;
    display:none;
}

.form.contact #message_sent i.fa {
    font-size:120px;
    position:relative;
    text-align:center;
    line-height:0;
    top:50%;
    margin:auto;
    vertical-align:middle;
    color:#fff;
    display:none;
}

.form.contact #message_sent p {
    font-size:45px;
    font-weight:100;
    font-family:"Roboto", Arial, sans-serif;
    color:#fff; 
    position:relative;
    text-align:center;
    line-height:0;
    top:54%;
    display:none;
}

.form.contact.style-2 {
    margin-top:0;
    padding-top:0;
}

.form.contact.style-2 .input-group input,
.form.contact.style-2 .input-group textarea {
    -webkit-box-shadow: 0 0 1px 0px rgba(230,230,230,1);
    -moz-box-shadow: 0 0 1px 0px rgba(230,230,230,1);
    box-shadow: 0 0 1px 0px rgba(230,230,230,1);
}

.form.contact.style-2 .input-group input:focus,
.form.contact.style-2 .input-group textarea:focus{
    -webkit-box-shadow: 0 0 4px 0px rgba(230,230,230,1);
    -moz-box-shadow: 0 0 4px 0px rgba(230,230,230,1);
    box-shadow: 0 0 4px 0px rgba(230,230,230,1);
}

.form.contact .input-group.tight {
    margin-right:2%;
    width:49%;
    float:left;
}

.form.contact .input-group.tight.second {
    margin-right:0;
}

.form.contact .input-group.tight input.lg {
    width:100%;
}
/*FIN FORM CONTACTOS********/
footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background: #99be19;
    background: -moz-linear-gradient(top, #99be19 0%, #809b2f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99be19), color-stop(100%,#809b2f));
    background: -webkit-linear-gradient(top, #99be19 0%,#809b2f 100%);
    background: -o-linear-gradient(top, #99be19 0%,#809b2f 100%);
    background: -ms-linear-gradient(top, #99be19 0%,#809b2f 100%);
    background: linear-gradient(to bottom, #99be19 0%,#809b2f 100%);
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 10px 0;
    /*background-color: #233140;*/
    background-image:url(../img/bg2.png);
    color: black;
}
footer h3{
	margin-top: 21px;
    margin-bottom: 10.5px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    font-size: 2.5em;
}

/*formulario de SISTEMAS**************************/
