/* STYLE FOR TH

font-family: 'Catamaran', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Nunito', sans-serif;

*/

/* GEN POP */

html {
  scroll-behavior: smooth;
  font-family: 'Nunito', sans-serif;
}
p {
   font-size: 1.2rem;
   font-family: 'Nunito', sans-serif;
   font-size: 1.6rem;
   font-weight: 100;
}
a {
   color: #000;
}
a:hover {
   text-decoration: none;
   color: #ffc600;
}

/* HEADINGS */

h1 {
	font-family: 'Montserrat', sans-serif;
	color: #343a40;
	font-weight: 300;
	font-size: 3.2rem;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	font-size: 2.8rem;
    line-height: 150%;
}
h4 {
	color: #343a40;
	line-height: 150%;
}

/* COLORS */

.white {
	color: #fff;
}

/* BACKGROUNDS */

.bg-green {
	background-color: #96CD00;
}
.ribbon {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.bg-gray {
	background-color: #343a40;
}
.bg-black {
	background-color: #111111;
}
.bg-one {
	background: url('../img/img-one.jpg') no-repeat 50% 50%;
	background-size: cover;
}
.bg-two {
	background: url('../img/img-two.jpg') no-repeat 50% 50%;
	background-size: cover;
}
.bg-th-left {
	background: url('../img/logo-bg.png') no-repeat -8% 160%;
}
.bg-th-right {
	background: url('../img/logo-bg.png') no-repeat 100% -30%;
}
.bg-th-black {
	background: url('../img/logo-bg-white.png') no-repeat 0 0 #111;
}
.bg-th-black-right {
	background: url('../img/logo-bg-white.png') no-repeat 100% 0 #111;
}

.intro{	
	position: absolute;
    color: #fff;
    top: 62%;
    border: 1px solid #fff;
    padding: 20px;
    left: 50px;
    text-shadow: 0 0 4px black;
    box-shadow: 2px 3px 4px #000
}

.bg-banner {
	background: url('../img/bg-banner.jpg') no-repeat 0 0;
	background-size: cover;
	padding-top: 15rem;
	padding-bottom: 15rem;
}
.bg-banner p {
	color: #111;
	background-color: rgba(250,250,250,0.9);
	font-family: 'Montserrat', sans-serif;
	padding: 2rem;
}

/* BUTTONS */

.btn-green {
	background-color: #96CD00;
	color: #fff;
	padding: 10px 50px;
	font-size: 1.5rem;
}

/* TYPO */

span.number {
	font-family: 'Catamaran', sans-serif;
	font-size: 5rem;
}
.media-body {
	font-size: 1.5rem;
	font-family: 'Nunito', sans-serif;
    font-size: 1.6rem;
    font-weight: 100;
}
.credit {
	color: #fff;
	font-size: 0.8rem;
	margin-top: 5rem;
}
.height {
	line-height: 150%;
}
.no-height{
	line-height: 80%;
}
.unidad {
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}
span.price {
	font-size: 1.4rem;
	font-family: 'Montserrat', sans-serif;
}
.list-group-item p {
	font-size: 1.3rem;
}
.card-body .card-link.white {
	font-weight: bold;
	font-size: 1.1rem;
	text-transform: uppercase;
}
.card-body .card-link.white:hover,
.card-body .card-link.white:focus {
	color: #ddd;
}
.big-one {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 4rem;
	line-height: 100%;
}
.small {
	font-size: 1rem;
}


/* POSITION */

.section {
   padding-top: 80px;
   padding-bottom: 80px;
}
.bor-right {
	border-right: 5px solid #ddd;
	padding-right: 1rem;
}
.bor-left {
	border-left: 5px solid #ddd;
	padding-left: 1rem;
}
.white-bor {
	border: 3px solid #fff;
	padding: 2rem;
}
.card {
	margin-left: 1rem;
	margin-right: 1rem;
	border: none;
}
.house-title {
	background-color: rgba(250,250,250,0.2);
	color: #fff;
	padding: 1rem 1rem;
	line-height: 80%;
	font-weight: 600;
}
.house-title span {
	font-size: 1.5rem;
	font-weight: 400;
}
.box {
	border: 3px solid #96CD00;
	padding: 5rem;
}

/* LISTS */

ul.benefits {
	padding-left: 0;
}
ul.benefits li {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin-right: 1rem;
	margin-left: 1rem;
}
ul.benefits li h3 {
	color: #fff;
	font-weight: 100;
	margin: 0;
	margin-top: 1rem;
	font-size: 1.5rem;
}
ul.cards {
	padding-left: 0;
}
ul.cards li {
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
}

/* HEADER */

.bg-dark {
    background-color: rgba(0,0,0,0.8) !important;
}
.navbar-expand-lg {
	position: absolute;
    z-index: 1000;
    width: 100%;
}
.navbar-brand {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
    color: #96CD00;
}

/* DROPDOWN ON HOVER */

.navbar-nav .dropdown-menu {
	background-color: rgba(0,0,0,0.7);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ddd;
    text-decoration: none;
    background-color: rgba(0,0,0,0.7);
}
.dropdown:hover>.dropdown-menu {
  	display: block;
}
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    // pointer-events: none;
}

/* FOOTER */

footer .bg-gray {
	padding-top: 6rem;
	padding-bottom: 1rem;
}

/* CONTENT */

.carousel-caption {
    right: 0;
    width: 100%;
    padding-right: 10%;
    bottom: 0;
    padding-top: 8rem;
    padding-bottom: 5rem;
    left: auto;
    text-align: right;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
}
.carousel-caption h5 {
	font-size: 4rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
a.social:hover,
a.social:focus {
	border-bottom: 4px solid #96CD00;
	padding-bottom: 15px;
}
a.social {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

/* MASONRY */


/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f002";
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(150,205,0,0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}
#baguetteBox-overlay .full-image figcaption {
    font-family: 'Montserrat', sans-serif;
    padding: 15px 0;
    font-weight: 300;
    font-size: 1.5rem;
}
.carousel-control-next-icon {
	background-image: url('../img/right.png');
}
.carousel-control-prev-icon {
	background-image: url('../img/left.png');
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

#carouselKlee .frame,
#carouselWarhol .frame {
	position: absolute;
    outline: 4px solid #000;
    outline-offset: -25px;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
}

/* TABLE */

table.pricing {
	background-color: #84C342;
	color: #fff;
}
table.pricing thead tr td {
	padding: 10px 70px;
	font-size: 1.8rem;
}
table.pricing tbody tr td {
	padding: 10px 70px;
	text-align: center;
    font-size: 1.4rem;
}

/* TILES */

.tile {
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: center;
	padding: 8rem 0 6rem 0;
}
.tile p {
	background-color: rgba(0,0,0,0.7);
	padding: 0.5rem;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.tile:hover p {
	background-color: rgba(150,205,0,0.7);
}
.tile.one {
	background-image: url('../img/restaurant-bw.jpg');
}
.tile.two {
	background-image: url('../img/gym-bw.jpg');
}
.tile.three {
	background-image: url('../img/super-bw.jpg');
}