.effect {
    background-color: #fff;
    min-height: 40px;
    box-shadow: 0 0 1px #ccc;
    padding-top: 15px;
    transition: .7s all ease;
}
.blue-circle {
    width: 100%;
    padding-bottom: 100%;
/*    background-color: #15365b;*/
    background-color: #4377b1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
}
.blue-circle div {
    float: left;
    width: 100%;
    padding-top: 45%;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
    color: #fff;
}
.blue-circle div i{
    font-size: 2.5em;
}
.blue-circle {
    width: 50%;
    padding-bottom: 50%;
}s
.modal-body {
    text-align: center;
}
.animation1,
.animation2,
.animation3,
.animation4,
.animation5 {
    opacity: 0;
}

.animation1 {

}
.animation2 {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}
.animation3 {
    animation-delay: .8s;
    -webkit-animation-delay: .8s;
}
.animation4 {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}
.animation5 {
    animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
}
/* ==========================================================================*/
.hero {
    background-image: url('../images/oficina1.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero2 {
    background-image: url('../images/nubes2.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
background-imge {
    opacity: 0.6 !important;
}
.redss {
    background: rgba(0, 0, 200, .4);
}
.brand {
    float: left;
    padding-left: 20px;
    padding-top: 10px;
    width:50%
}
.brand2 {
    float: right;
    padding-right: 20px;
    padding-top: 0px;
    width:50%
}
.call-action {
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
}
.botn {
    display: inline-block;
    border: 3px solid #ffffff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    background: rgba(0, 0, 200, .4);
    padding: 10px 40px;
    color:#fff;
}
.botn:link {
    color:#fff;
    text-decoration: none;
} 
.botn:visited {
    color:#fff;
    text-decoration: none;
} 
.botn:hover {
    color: #ffff00;
    text-decoration: none;
}
.botn:active {
    color:#fff;
    text-decoration: none;
} 
.sub-tit {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px #0000ff;
}
header .navbar-default {
    color: #fff;
    background: transparent;
    border:none;
    height: 4px;
    padding: 8px 0px 0px 0px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}