/*!
 * 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.
 */




/* fonts */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

/***************************
************** Global Styles 
****************************/

html,
body {
    height: 100%;
    color: #ccc;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 300;
    letter-spacing: 0.06em;
}

#bg-holder {
    background-image: url(../img/custom_site/bg-body.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 900px;
}

body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2989d8+0,1e5799+50,0c173f+100 */
    background: rgb(41,137,216); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(41,137,216,1) 0%, rgba(30,87,153,1) 50%, rgba(12,23,63,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(41,137,216,1) 0%,rgba(30,87,153,1) 50%,rgba(12,23,63,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(41,137,216,1) 0%,rgba(30,87,153,1) 50%,rgba(12,23,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#0c173f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


#registro {
    background-image: url(../img/custom_site/bg-registro.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.page-container {
    padding-top:40px;
}

/* thumbnails */
.thumbnail { 
    border: 1px solid #000;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d0e4f7+0,73b1e7+24,0a77d5+50,539fe1+79,87bcea+100;Blue+Pipe+%231 */
    background: #d0e4f7; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



}

.thumbnail p{ 
    color: #fff;
}


a {
    color: #e55f36;
    text-decoration: none;
}

a:focus, a:hover { 
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: lighter;
    font-family: 'Roboto', sans-serif;
}

.h2, h2 { font-size: 36px; color: #FFF;} /* titles on homepage content */

.h3, h3 { font-size: 24px; color: #FFF;} /* titles on homepage content */

.page-header {
    border-bottom: 1px solid #eee;
    margin: 10px 10px 30px;
    padding-bottom: 9px;
}

/************* custom margin bottom classes to create vertical space ****************/
.margin-bottom-20 { margin-bottom: 2.0em; }
.margin-bottom-30 { margin-bottom: 3.0em; }
.margin-bottom-40 { margin-bottom: 4.0em; }
.margin-bottom-50 { margin-bottom: 5.0em; }

.margin-top-20 { margin-top: 2.0em; }
.margin-top-30 { margin-top: 3.0em; }
.margin-top-40 { margin-top: 4.0em; }
.margin-top-50 { margin-top: 5.0em; }

/* buttons */

.btn-primary {
    background-color: #C6484A;
    border: none;
    color: #FFF;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #B30D10;
    border: none;
    color: #FFFFFF;
}

.btn-warning{
    background-color: #00B519;
    border: none;
    color: #FFF;
    font-weight: 600;
}

.btn-warning:hover {
    background-color: #059134;
    border: none;
    color: #FFFFFF;
}

.navbar-btn {
    text-transform: uppercase;
    font-weight: 600;
}


.btn-lg {
    padding-left: 2.5em;
    padding-right: 2.5em;
    padding-top: 1em;
    padding-bottom:1em;
    margin-top: 2em;
    margin-bottom: 2em;
}

/*****************************************************************************
**************** Home Page Carousel from modern-business bootstrap ***********
******************************************************************************/
.carousel-control {}
.carousel-control.left { background-image: none}
.carousel-control.right { background-image: none}

.carousel-indicators li { border: 1px solid #555;}
.carousel-indicators .active { background-color: #555;}

header.carousel {
    height: 50%;
    max-height: 470px;
    margin-bottom: 20px;
    margin-top: -870px;
}


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;
    border-radius: 10px;
}

header.carousel-nousarlocal .item:nth-child(1) .fill{
    background-image: url('../img/custom_site/slider-index-01.jpg');
}

header.carousel-nousarlocal .item:nth-child(2) .fill{
    background-image: url('../img/custom_site/slider-index-02.jpg');
}


/*************** 
this style makes homepage carousell vertically taller 70% or whatever you want
***************/
header.carousel.tallercarousel {height:70%; min-height: 350px;}


/***************
carousel-promo
***************/
#carousel-promo.carousel.slide div.carousel-inner {border-radius: 4px;}




/************************
Forms Custom Styles
**************************/

label { font-weight: normal;}

/***************************************
Slots tabs 
****************************************/
.tab-content > .tab-pane {
    background-color: #fff;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 2em;
}

.nav-tabs li a:focus, a:hover { color: #333}

.ic-mobile {
    margin-left: 4px;
    position: absolute;
}

.panel-default > .panel-heading {
    background-color: #e55f36;
    color: #fff;
}

div#panelpadding.panel-heading span img.img-responsive {
    border-radius: 6px;
}


/* Footer Styles */

footer {
    margin: 50px 0 0 0;
    color: #333;
}

/********************************************
**************** Navbar *********************
*********************************************/


/* brand logo image needs styles for responsive size and position */
.navbar-brand {
    padding: 10px 0 0 0;
    height: 90px; /* esta linea es nueva */
    /*position: absolute;*/ /* si no hay links hay que comentar esta linea */
}



@media screen and (max-width: 640px){
    .navbar-brand {
	padding: 5px 0 0 5px;
	height: 60px;
	position: relative;
    }
}



/* this contains navbar logo and login button */
.navbar-default {
    text-align: center;
    border:none;
    border-bottom: none;
    background: #000 !important;
}

.navbar-default .navbar-toggle {
    border-color: #666;
}

.navbar-toggle {
    padding: 10px 5px;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background-color: #555;
}

.navbar-login{
    margin-left: 15px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-right {margin-right: 0px; margin-top: 30px;}

@media screen and (max-width: 640px){
    .navbar-right {
	margin-top: 14px;
    }
}



/* navba buttons centered margin top */
.navbar-btn.btn-sm {
    margin-top: 25px;
}

@media(max-width:991px) {
    .navbar-btn.btn-sm {
	margin-top: 10px;
    }
}

@media screen and (max-width: 640px){
    .navbar-btn.btn-sm {
	margin-top: 10px;
    }
}

/*animation flicker */

@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
.animate-flicker {
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}
/********************************************
**************** Footer *********************
*********************************************/


/* footer payment logos */
.payments li {padding-top: 5px;}



/* footer all */
footer { padding: 20px 0 60px 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 {
        height: 30%;
    }

    .center-block h3 {display: none;}


}