/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : abr 12, 2016, 5:58:27 p.m.
    Author     : Sistemas_18
*/

.holder
{
    //border: 6px solid #FFFFFF;
    float: left;
    //margin: 20px;
    position: relative;    
    overflow: hidden;
    box-shadow: 0px 0px 5px #333333;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;    
    width: 233px;
    height: 300px;
    margin-top: 50px;
    margin-left: 25px;
    border-color: #01579B;
    border-style: solid;
    border-width: 1px;
    //: 'Raleway', sans-serif;
}

.smooth
{
    opacity: 0.8;
}
.smooth:hover
{
    opacity: 1;
    box-shadow: 0px 0px 1px #333333;
}

.smooth:hover > .go-top
{    
    top:20%;    
}

.go-top
{
    background-color: rgba(13, 71, 161, 0.8);
    color: #FFFFFF;
    position: absolute;
    bottom: -10px;
    top: 240px;
    width: 100%;
    //text-align:center;   
    font-size: 20px;
    //margin: 10px;
    padding: 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}

.go-top a{
    color: #FFFFFF;
    text-decoration: none;
}

.navbar-inverse {
    background: #1976D2!important;
    border-bottom: none!important;
    height: 66px;
    color: #fff;
    text-transform: uppercase;
    transition: background .25s ease-out, color .25s ease-out;
    position: fixed;
    //font-family: 'Raleway', sans-serif;
}

.ul.menu li a{
    padding: 0 15px!important;
}

.container > .navbar-collapse{
    margin-top: 8px;
}

nav > li {
    border-left: 1px solid #d2d6d5!important;
}

.ul.menu li a > .active{
    color: #fff;
}

.banner-head{
    height: 400px;
    background-color: #039BE5;
    color: #fff;
    background-image: url("../images/banner_1.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    //font-family: 'Raleway', sans-serif;
    padding: 120px 0 0 380px;
    margin-bottom: 2%;
}

.banner-head > h3 {
    font-size: 360%;
}

.main-content{
    margin-top: 65px;
}

.holder > a > img {
    margin-top: -10px;
}

#hr-thick{
    height: 5px;
}

body {
    font-family: 'GothamHTF-Light'!important;
}

.module-section > div> .btn{
    text-transform: uppercase;
    margin: 2% 0 2% 0;
    font-weight: bold;
}

.module-section > img{
    margin-left: 12%;
}

.module-section > h1 {
    margin-top: 6%;
}

.padding-text{
    padding: 5px 140px 40px 135px;
}

.btn{
    border: 2px solid;
    border-radius: 25px;
    padding: 5px 33px 5px 33px;
    //font-family: 'Raleway', sans-serif;
    transition: all .3s ease-out;
}

.btn-primary{
    background-color: #0288D1;
}

.btn-primary:hover{
    background-color: #29B6F6;
    border-color: #29B6F6;
}

.vertical-viewport {
    height: 505px;
    width: 100%;
    overflow: hidden;
    position: relative;
    //font-family: 'Raleway', sans-serif;
    //padding-left: 20%;
    color: #fff;
}

.vertical-viewport > img{
    margin-left: 29%;
}

.vertical-viewport > div > h4 {
    text-align: center;
    padding-left: 28%;
    padding-right: 28%;
}

.vertical-viewport > h1 {
    margin-top: 2%;
}

#vertical-viewport{
    margin-bottom: 3%;
}

.text-center-custom{
    padding-left: 80px;
}

.footer{
    position: fixed;
}

#vertical1{
    background-color: #4D98C6;
}

#vertical2{
    padding-top: 30px;
    background-color: #4D98C6;
}

.vertical-viewport-padding-text{
    padding-top: 5px;
    padding-bottom: 40px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    transition: all .3s ease-out;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #1A237E;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-top: 5%!important;
}

.panel {
    border-radius: 2px!important;
    border: 0!important;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12)!important;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12)!important;
}

.panel.panel-primary > .panel-heading {
    background-color: #4D98C6!important;
}

.panel-heading {
    color: rgba(255,255,255, 0.84)!important;
    border: 0!important;
}

.panel-heading .collapsed[data-toggle="collapse"]::after {

    transform: rotate(90deg);
    color: #FFF;

}

.panel-heading [data-toggle="collapse"]::after {

    font-family: "Glyphicons Halflings";
    content: "";
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px;
    transform: rotate(-90deg);

}

*::before, *::after {

    box-sizing: border-box;

}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: #fff;
}

.contact-form{
    padding-left: 30%;
}

.img-arrows{
    animation-name: fadeInDown;
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
}

.img-arrows-icons{
    animation-name: fadeInDown;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

.img-icon > img {
    animation-name: fadeInDown;
    margin: auto;
}

.custom-margin-left{
    margin-left: 41px;
}

.vertical-arrows{
    margin: 0 auto;
}

.my-slider img {
    margin: 0 auto;

}

.my-slider p{
    font-size: 200%;
}

#vertical2{
    height: 400px;
    margin-bottom: 55px;
}

#btnPanel{
    margin-left: 25px;
}

@media(max-width: 768px){
    .img-arrows{
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media(max-width: 768px){
    .custom-margin-left{
        margin-left: 0px;
    }
}

@media(max-width: 768px){
    .padding-text {
        text-align: justify;
        padding: 25px 0px 40px 0px;
    }
}

@media(max-width: 768px){
    .vertical-viewport > div > h4 {
        text-align: center;
        padding-left: 0%;
        padding-right: 0%;
    }
}

@media(max-width: 768px){
    .banner-head {   
        padding: 20px 0 0 40px;
        margin-bottom: 2%;
    }
}

@media(min-width: 768px){
    .banner-head {   
        padding: 77px 0 0 90px;
    }
}

div.required label:after {
    content: " *";
    color: red;
}

.msg-success{
    color: #8BC34A;
}

.msg-error{
    color: #FF7043;
}

.login-click-footer{
    background-color: #006AAD;
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0px;
    position:fixed;
    bottom:0;
    width:100%;
}

.login-click-footer a{
    color: #fff;
}

.btn-cliente{
    padding-right: 300px;
}

div > .effect{
    animation: fadein 1.3s;
}
@keyframes fadein {
    from { opacity: 0}
    to   { opacity: 1}
}

.card {
    background: #fff;
    border-radius: 2px;
    border-top: 5px solid #33b5e5;
    display: block;
    float: left;
    min-height: 300px;
    margin: 2rem;
    padding-left: 20px;
    position: relative;
    width: 300px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.4s ease-in-out;
}

.card:hover{
    -webkit-box-shadow: 10px 7px 22px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 7px 22px -2px rgba(0,0,0,0.75);
    box-shadow: 10px 7px 22px -2px rgba(0,0,0,0.75);
}

.glyphicon-refresh-animate:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(3em,0);
    -moz-transform: translate(3em,0);
    -o-transform: translate(3em,0);
    -ms-transform: translate(3em,0);
    transform: translate(3em,0);
}

.card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
}

.card-title {
    padding-left: 20px;
    line-height: 48px;
    font-size: 24px;
    font-weight: 300;
}

.card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160,160,160,0.2);
    padding: 20px;
    margin-right: 20px;
    transition: color .3s ease;
    text-transform: uppercase;
}

.input-margin{
    margin-top: 20px;
}

#vertical2 > h3{
    margin-bottom: 30px;
}

#linkFiltros{
    border-radius: 0px!important;
}

.div-filtros{
    margin-bottom: 50px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {   
    background-color: #1976D2!important;
}

@media(max-width: 768px){
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-top: 1%!important; 
    }
    .vertical-viewport {
        height: 300px;
    }
} 

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.tilt {
    margin: 1em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tilt:hover {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#logoHeader{
    margin-top: -0.5em;
}

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

@font-face {
    font-family: 'GothamHTF-Light';
    font-style: normal;
    src: url("../fonts/GothamHTF-Light.otf");
}