/*!
 * 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/css2?family=Big+Shoulders+Display:wght@400;700&display=swap');

html,
body {
    height: 100%;
	background: #e6e6e6;
	font-family: 'Big Shoulders Display', cursive;
	font-weight: 400;
}

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


p { font-size: 24px;}

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

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



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


.navbar {
  margin-bottom: 0px;
}

.navbar-default {
  background-color: #ffffff;
  border: 3px solid #d39d4f;
}


.label {
	font-weight: normal;
}

/* page-header */

.page-header {
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  border-bottom: none;
	margin-top: 0;
}

h2.page-header {
	padding-bottom: 12px;
	padding-top: 12px;
}

.panel {
	border: none;
	box-shadow: none;
	border-radius: 4px;
	font-weight: 700;
}



.panel-frontpage {
	min-height: 340px;
}


.btn-group-justified > .btn-group .btn {
  border-radius: 0 0 4px 4px;
}




/* button colors */

.btn { 
	letter-spacing: 0.1em;
}

.btn-default {
  color: #ffffff;
  background-color: #a6a6a6;
  border-color: #ccc;
}

.btn-default:hover {
  color: #ffffff;
  background-color: #0a476d;
  border-color: #ccc;
}

.btn-success {
  color: #ffffff;
  background-color: #008037;
  border-color: #ccc;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #7ed957;
  border-color: #ccc;
}

.btn-login {
  color: #ffffff;
  background-color: #0a476d;
  border-color: none;
}

.btn-login:hover {
  color: #ffffff;
  background-color: #D39D4F;
  border-color: none;
}



/* Login Modal */

.panel-login {
	border: 3px solid #a6a6a6;
	padding: 10px 20px;
	font-family: Roboto;
	font-weight: normal;
}



/* btn promociones y contacto */

.btn-border {
  color: #008037;
  background-color: #ffffff;
  border-color: #008037;
	border-width: 4px;
}

.btn-border:hover {
  color: #ffffff;
  background-color: #7ed957;
  border-color: #7ed957;
	border-width: 4px;
}


.background-smartphone {
	background-image: url("../img/custom_site/smartphone.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.background-laptop {
	background-image: url("../img/custom_site/laptop.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* colors */

.primary-color { background: #d39d4f}
.secondary-color { background: #0a476d}



/* Footer Styles */

footer {
    margin: 0px 0px 40px 0px;
	background: #000000;
	color: #ffffff;
	padding-top:  12px;
	border-radius: 4px;
	letter-spacing: 0.1em;
}

/* Responsive Styles */

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

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

}

 


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



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


/*****************************************************************************
**************** Home Page Carousel from modern-business bootstrap ***********
******************************************************************************/


/*.carousel-control { display: none;}*/

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

header.carousel {
    height: 50%;
    margin-bottom: 20px;
}

/* Responsive mobile carousel heightStyles */
@media(max-width:720px) {
    header.carousel {
    height: 30%;
    margin-bottom: 20px;
}
}

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: 100% 100%;
}

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

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

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

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

/**************************
caption vertically centered on bootstrap slider
http://jsfiddle.net/n86hLyLu/1/
**************************/
.carousel-caption {
    position: absolute;
    top: 0;
	height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 20px;
	text-align:center;
	letter-spacing: 0.3em;
}


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


