/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}

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

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

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

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

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

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

.lead {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    line-height: 35px;
}
.lead2 {
    font-size: 28px;
    font-weight: 100;
}
.lead3 {
    color: #004e94;
    font-size: 21px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    line-height: 38px;
}
.lead4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    line-height: 28px;
}
.texto-btn {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
}
.logo {
   position: absolute;
   left: 5%;
   right: 150px;
   top: 5%;
   margin: 0 auto;
   z-index: 9999999;
}
.icon-size{
 
font-size:42px;
overflow: hidden;
 
}

/* Contacto */
.well {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.well {
    min-height: 20px;
    padding-top: 10px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #ecf0f1;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}
.well-blue {
    color: #ffffff;
    min-height: 20px;
    padding-top: 10px;
    padding: 15px;
    margin-bottom: 25px;
    background-color: #337ab7;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}
.well-line {
    min-height: 5px;
    padding-top: 5px;
    padding: 7px;
    margin-bottom: 10px;
    border: 1px;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 10px;
}
.well-btn {
    color: #ffffff;
    text-align: center;
    min-height: 10px;
    padding-top: 10px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 15px;
    background-color: #337ab7;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}
.well-btn-gr {
    color: #ffffff;
    text-align: center;
    min-height: 10px;
    padding-top: 10px;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 15px;
    background-color: #cc3333;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}
.btn {
    border-width: 2px;
}
.btn-default {
    color: #ffffff;
    background-color: #95a5a6;
    border-color: #95a5a6;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* 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;
}

/* Footer Styles */
.footer-bottom {
    color: #fff;
    background-color: #004e94;
    min-height: 30px;
    width: 100%;
    padding-top: 10px;
    padding: 15px;
}

.footer-link { color: #75b0e7; } /* CSS link color (red) */
.footer-link:hover { color: #fff; } /* CSS link hover (green) */


footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}