/* STYLE FOR AGAPE


*/

@font-face {font-family: "Asap Bold";
    src: url("../fonts/Asap-Bold.ttf");
}
@font-face {font-family: "Asap";
    src: url("../fonts/Asap-Regular.ttf");
}
@font-face {font-family: "Simplifica";
    src: url("../fonts/SIMPLIFICA-Typeface.ttf");
}

/* GEN POP */

html {
  scroll-behavior: smooth;
}
p {
	font-family: "Asap";
	font-size: 18px;
	color: #52525F;
}

/* HEADINGS */

h1 {
	color: #535362;
	font-size: 75px;
	font-family: "Asap";
}
h2 {
	color: #535362;
	font-size: 60px;
	font-family: "Asap";
}
h3	{
	font-size: 50px;
	font-family: "Asap";
}
h4.aqua {
	font-size: 40px;
	font-family: "Asap";
}

/* COLORS */

.bg-green {
	background-color: #8FBA69;
}
.bg-light-green {
	background-color: #D0DDB1;
	margin-top: 10px;
}
.bg-dark-green {
	background-color: #45BA73;
	margin-top: 15px;
}
.white {
	color: #fff;
}
.aqua {
	color: #016155;
}

/* BUTTONS */

/* TYPO */

.lead {
    font-size: 25px;
}
p span.txt-one {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 100%;
}
p span.txt-two {
	font-family: 'Montserrat', sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 100%;
}
p span.txt-three {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 300;
	line-height: 100%;
}
p span.txt-four {
	font-family: 'Montserrat', sans-serif;
	font-size: 55px;
	font-weight: 600;
	line-height: 100%;
}
p.txt-xs {
	font-size: 12px;
}

/* POSITION */

.boxed {
	padding-left: 40px;
	padding-right: 40px;
}
.m-top-xlg {
	margin-top: 80px;
}
.m-top-lg {
	margin-top: 50px;
}
.m-top {
	margin-top: 25px;
}
.m-top-md {
	margin-top: 35px;
}
.m-top-mini {
	margin-top: 5px;
}
.pad-section {
	padding-top: 40px;
	padding-bottom: 42px;
}
.section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.bor-bot {
	border-bottom: 2px solid #A5D074;
	padding-bottom: 30px;
}

/* LISTS */

ul.valores {
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}
ul.valores li {
	color: #fff;
	font-family: "Asap";
	font-size: 30px;
	text-align: center;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	padding: 15px 50px;
	margin-left: -2px;
	margin-right: -2px;
}
ul.valores li:nth-of-type(1) {
	background-color: #48BA72;
}
ul.valores li:nth-of-type(2) {
	background-color: #D0DDB1;
}
ul.valores li:nth-of-type(3) {
	background-color: #EEEB72;
}
ul.valores li:nth-of-type(4) {
	background-color: #D4E173;
}

/* HEADER */

.navbar {
    margin-bottom: 0;
    border: none;
}
.navbar-default {
    background-color: transparent;
}
.navbar-right {
    float: none;
    margin-right: 0px;
}
.navbar-brand {
    float: left;
    height: auto;
    margin-left: 15%;
}
ul.social {
	padding-left: 0;
	text-align: right;
	margin-top: 50px;
	margin-right: 20px;
}
ul.social li {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	border-radius: 50px;
	border: 2px solid #8FBA69;
	width: 43px;
	height: 43px;
	text-align: center;
	padding-top: 5px;
	margin-left: 10px;
}
ul.social li a {
	text-align: center;
	color: #8FBA69;
	font-size: 22px;
}
ul.social li a:hover,
ul.social li a:focus {
	color: #ECEA72;
}
ul.social li:nth-of-type(5) {
	margin-left: 25px;
}
ul.social li:nth-of-type(5),
ul.social li:nth-of-type(6) {
	border: none;
	padding: 0;
}
.float-box {
	float: right;
    text-align: right;
    margin-right: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 60%;
}
.slogan {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(148,203,118,1) 41%, rgba(102,191,115,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(41%, rgba(148,203,118,1)), color-stop(100%, rgba(102,191,115,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(148,203,118,1) 41%, rgba(102,191,115,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(148,203,118,1) 41%, rgba(102,191,115,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(148,203,118,1) 41%, rgba(102,191,115,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(148,203,118,1) 41%, rgba(102,191,115,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#66bf73', GradientType=1 );
	color: #fff;
	font-family: "Simplifica";
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	margin-top: 30px;
}
.navbar-nav>li {
    float: left;
    margin: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #6A461D;
    font-weight: 600;
    font-size: 16px;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #8FBA69;
}

/* FOOTER */

footer {
	background-color: #D0DDB1;
	padding-top: 30px;
}
footer ul.social {
    margin-right: 0;
}
.bg-dark-green p {
	color: #fff;
}

/* CONTENT */

.carousel-inner>.item>img, 
.carousel-inner>.item>a>img {
    display: block;
    width: 100%;
    height: auto;
}
.carousel-caption {
    top: 35%;
    color: #fff;
    text-align: right;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 58px;
	color: #fff;
}
.carousel-caption p {
	font-size: 30px;
	color: #fff;
}
.op-left {
	background: url('../img/opacity-left.png') no-repeat 0 50%;
}
.op-right {
	background: url('../img/opacity-right.png') no-repeat 100% 50%;
}
.bg-pleca {
	background: url('../img/bg-pleca.jpg') no-repeat 0 0 #8FBA69;
	background-size: 100%;
	margin-top: 10px;
}
.txt-pleca {
	background: rgba(102,191,115,1);
	background: -moz-linear-gradient(left, rgba(102,191,115,1) 0%, rgba(148,203,118,0.17) 83%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,191,115,1)), color-stop(83%, rgba(148,203,118,0.17)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(102,191,115,1) 0%, rgba(148,203,118,0.17) 83%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(102,191,115,1) 0%, rgba(148,203,118,0.17) 83%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(102,191,115,1) 0%, rgba(148,203,118,0.17) 83%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(102,191,115,1) 0%, rgba(148,203,118,0.17) 83%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66bf73', endColorstr='#ffffff', GradientType=1 );
	color: #fff;
	font-family: "Simplifica";
	font-size: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 100px;
	margin-top: 100px;
	margin-bottom: 0;
}
.txt-pleca p {
	margin: 0;
}

/* MASONRY */

section {
  column-width: 300px;
  column-gap: 5px;
  padding: 5px;
}

section img {
  width: 100%;
  cursor: pointer;
  margin-top: 5px;
}
.lb-data .lb-details {
    display: none;
}
.lb-data .lb-close {
    margin: 10px 0;
}
.lightbox .lb-image {
    border: 4px solid #8FBA69;
}

/* TABLE */

.table {
	background: url('../img/logo-agape-op.png') no-repeat 50% 50% #fff;
}
.table>tbody>tr>td {
	font-family: "Asap";
}
.table>tbody>tr>td:first-of-type {
	font-weight: bold;
	background-color: #eee;
}
