/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

* {
 font-size: 100%;
 font-family: 'Podkova', serif;
}

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 55%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.navbar-header{
    width: auto;
    margin: 0 auto !important;
    text-align: center;
}
a.navbar-brand{
    width: 212px!important;
    margin: 0 auto!important;
    display: block!important;
    background-color: #fff;
    height: 139px;
    padding: 19px;
    padding-top: 17px;
    border-radius: 5px;
}
.navbar-brand > img {
    width: 100%;
}
nav.navbar.navbar-fixed-top {
    height: 55px;
    min-height: 30px;
    background-color: #fff;
}

.navbar-brand2{
    display: inline-block;
    float: right;
    position: absolute;
    top: 18px;
    font-size: 14px;
    right: 394px;
}

.navbar-brand3{
    display: inline-block;
    float: right;
    position: absolute;
    top: 18px;
    font-size: 14px;
}



/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}
/* Header Styles */
.navbar-header2,
.navbar-header2 > .row{
    text-align: center;
}
.navbar-header2 >.row{
    width: 70%;
    display: inline-block;
    float: right;
    position: relative;
    top: -122px;
    background-color: #fff
}
/* Footer Styles */

footer {
    margin: 50px 0;
}
.navbar-social{
    float: right;
    margin-top: 17px;
}
ul.social{
    display: block;
    margin-bottom: 0px;
}
ul.social li{
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
}
ul.social li:last-child{
    margin-right: 0px;
}
.video{
    width: 560px;
    min-height: 315px;
}
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
    .navbar-header2,
    .navbar-header2 > .row{
        text-align: right;
    }
    .navbar-header2 >.row{
        width: 40%;
    }
    
}
@media(min-width:768px){
    .container-normal{
        display: block;
    }
    .container-mobile{
        display: none;
    }
}
@media(max-width:767px) {
    .container-normal{
        display:none;
    }
    .container-mobile{
        display:inline-block;
        padding:0px;
        width:100%;
        background-color: #FFF;
    }
    .navbar-header{
        padding: 5px 15px;
    }
    a.navbar-brand{
        width: 120px!important;
        height: auto;
        margin: 0 auto!important;
        display: block!important;
        background-color: transparent;
        padding: 0px;
        border-radius: 5px;
    }
    .info{
        text-align: right;
        float: right;
    }
    .img-portfolio {
        margin-bottom: 15px;
    }
    header.carousel .carousel {
        height: 70%;
    }
    .navbar-social{
        margin-top: 15px;
    }
    ul.social{
        display: block;
        text-align: right;
    }
    
    ul.social li{
        display: inline-block;
        margin-right: 10px;
        font-size: 15px;
    }
    
}
@media (max-width: 560px){
    .video{
        width: 100%;
        height: auto;
    }
    .navbar-social{
        margin-top: 15px;
    }
    ul.social li{
        margin-right: 10px;
        display: inline-block;   
    }
    ul.social li span{
        display: none;
    }
}


.panel-default>.panel-heading {
    color: #FFF;
    background-color: #3568ff;
    border-color: #ddd;
}

.precio {
    font-family: Arial;
    font-size: 30px;
    font-weight: 700;
    color: #303850;
}

.panel-heading > h4 > i {
        font-size: 22px;
}

table{
    width: 100%;
}

.no-margin{
    margin:0;
}