/* STYLE FOR HALVET

font-family: 'Montserrat', sans-serif;
font-family: 'Lato', sans-serif;

*/

/* GEN POP */

html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Montserrat', sans-serif;
}
p {
   font-size: 1rem;
   color: #454545;
   font-family: 'Montserrat', sans-serif;
}
a {
   color: #000;
}
a:hover {
   text-decoration: none;
   color: #ffc600;
}

/* HEADINGS */

h1 {
	color: #315DAD;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	font-weight: 600;
}
h1 span {
	font-weight: 100;
}

/* COLORS */

.white {
	color: #fff;
}
.bg-white {
	background-color: #fff;
}

/* BACKGROUNDS */

.bg-values {
	background: url('../img/bg-mango.jpg') no-repeat 50% 50%;
	padding-top: 10rem;
    padding-bottom: 6rem;
}
.ban-mid {
	background: url('../img/bg-banner-mid.jpg') no-repeat 50% 50%;
	background-size: cover;
	padding-top: 15rem;
	padding-bottom: 15rem;
	text-align: center;
	margin-top: 5rem;
}
.ban-mid p {
	color: #fff;
	font-size: 1.6rem;
}
.amigo {
	background-image: url('../img/waves-left.png'), url('../img/bg-linea-amigo.jpg');
	background-size: auto, cover;
	background-position: 0 20%, 50% 0%;
	background-repeat: no-repeat, no-repeat;
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.amigo .especies {
	padding-top: 50rem;
}
.productiva {
	background-image: url('../img/waves-right.png'), url('../img/bg-linea-productiva.jpg');
	background-size: auto, cover;
	background-position: 100% 80%, 50% 0%;
	background-repeat: no-repeat, no-repeat;
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.productiva .especies {
	padding-top: 50rem;
}

/* BUTTONS */

.btn {
	border-radius: .8rem;
	padding: .5rem 2rem;
}
.btn-green {
	background-color: #4DB189;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.btn-green:hover,
.btn-green:focus {
	background-color: #358666;
	color: #fff;
}
.btn-white {
	background-color: #fff;
	color: #315DAD;
	font-weight: 500;
}
.btn-white:hover,
.btn-white:focus {
	color: #315DAD;
	background-color: #eee;
}
.btn-white.big {
	font-size: 1.5rem;
}
.btn-white.purple {
	color: #A7198D;
}
.btn-send {
	background-color: #fff;
	color: #00833D;
	font-weight: 500;
	padding: .1rem 2rem 0;
	border-radius: .5rem;
	margin-top: .8rem;
}
.btn-send:hover,
.btn-send:focus {
	color: #00833D;
	background-color: #eee;
}
.btn-bar {
	background-color: #4db189;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
    margin-left: 5px;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}
.btn-bar:hover,
.btn-bar:focus {
	color: #fff;
}


/* TYPO */

footer .bg-white p.txt-mini {
	font-size: .5rem;
	text-align: right;
}
.lead {
    font-size: 1.1rem;
}

/* POSITION */

.section {
   padding-top: 80px;
   padding-bottom: 80px;
}


/* LISTS */

ul.values {
	padding-left: 0;
}
ul.values li {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin-right: 2rem;
	margin-left: 2rem;
}
ul.values li img {
	width: 90px;
}
ul.values li p {
	color: #fff;
	line-height: 100%;
}
ul.values li p span {
	font-size: .9rem;
}
ul.featured {
	padding-left: 0;
}
ul.featured li {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	width: 400px;
	margin-left: 4rem;
	margin-right: 4rem;
}
ul.featured li p.txt-xs {
	text-align: left;
	font-size: 0.5rem;
}
ul.featured li p {
	font-size: 0.9rem;
	margin-bottom: 0;
	line-height: 90%;
}
ul.featured li h2 {
	color: #315DAD;
	font-size: 1.3rem;
}


/* HEADER */

.notification-bar {
	background-color: #315cad;
	text-align: center;
	padding: 10px;
}
.notification-bar p {
	color: #fff;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Lato', sans-serif;
	margin-bottom: 0;
}
.top-bar {
	background-color: #EBEBEB;
	padding: 13px 50px 10px;
}
.top-bar p {
	color: #231F1F;
	font-size: .7rem;
	margin-bottom: 0;
}
a.social {
	background-color: #4DB189;
	color: #fff;
	text-align: center;
	padding: 7px 11px;
	border-radius: 50px;
	font-size: .8rem;
}
a.social:last-of-type {
	padding: 7px 9px;
}
.brand {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.navbar-expand-lg {
	background-color: #4DB189;
	padding: 0 1rem;
}
.navbar-expand-lg .nav-link {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin-left: 1rem;
	margin-right: 1rem;
	font-size: 1rem;
	padding: 1rem 1rem;
}
.navbar-expand-lg .nav-link:hover,
.navbar-expand-lg .nav-link:focus {
	background-color: #358666;
}

/* FOOTER */

footer {
	background-color: #4DB189;
	padding-top: 40px;
}
footer a.social {
	background-color: #fff;
	color: #4DB189;
	text-align: center;
	padding: 5px 13px;
	border-radius: 50px;
	font-size: 1.5rem;
	border: 2px solid #fff;
}
footer a.social:last-of-type {
	padding: 5px 9px;
	margin-left: .5rem;
}
footer .bg-white a.social {
	background-color: #4DB189;
	color: #fff;
	text-align: center;
	padding: 5px 13px;
	border-radius: 50px;
	font-size: 1.5rem;
	border: 2px solid #fff;
}
footer .bg-white a.social:last-of-type {
	padding: 5px 9px;
	margin-left: .5rem;
}
footer a.social:hover,
footer a.social:focus {
	background-color: transparent;
	color: #fff;
}
footer .bg-white a.social:hover,
footer .bg-white a.social:focus {
	background-color: transparent;
	color: #4DB189;
	border: 2px solid #4DB189;
}
footer .bg-white p {
	font-size: .8rem;
}

/* CONTENT */

.carousel-caption {
    bottom: 50px;
}
.carousel-indicators {
    bottom: 0px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid #454545;
    border-radius: 50px;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators .active {
	background-color: #454545;
}
.navbar-toggler {
	padding: 10px 10px 5px;
}
.navbar-toggler span {
	color: #fff;
}
.navbar-toggler-icon {
	height: auto;
}

/* FORM */

.form-control {
    height: 28px;
    padding: 3px 12px;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
}
.form-horizontal .control-label {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.col-form-label {
	color: #fff;
	text-align: right;
}
.form-group {
    margin-bottom: .3rem;
}

/* VALUES CARDS */

.bg-values .card {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 1.3rem;
}

/* LANDINGS */

.bg {
	background-position: 50% 0;
	background-repeat: no-repeat;
  	padding-top: 3rem;
  	padding-bottom: 3rem;
  	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg.vitare {
	background-image: url('../img/bg-vitare.jpg');
}
.bg.emetin {
	background-image: url('../img/bg-emetin.jpg');
}
.bg.epic {
	background-image: url('../img/bg-epic.jpg');
}
.bg.home {
	background-image: url('../img/bg-home.jpg');
}
#landing h1 {
	color: #fff;
	font-weight: 600;
	font-size: 105px;
}
#landing h2 {
	color: #fff;
	font-size: 43px;
}
#landing img.asesor {
	width: 230px;
}
#landing img.asesor.last {
	width: 195px;
}
#landing p {
	color: #fff;
	font-size: 2rem;
}
#landing .media img {
	width: 100px;
}
#landing .media h5 {
	font-size: 2rem;
	color: #fff;
	font-weight: 600;
	text-align: left;
	margin-top: 12px;
}
#landing .media:last-of-type h5 {
	margin-top: 30px;
}
#landing .media:last-of-type {
	margin-left: 1rem;
}
#landing .media:first-of-type {
	margin-right: 1rem;
}
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.modal-dialog {
    max-width: 1170px;
    margin: 1.75rem auto;
}
.close {
    font-size: 5rem;
    color: #fff;
    opacity: 1 !important;
}

/* VIDEO MODAL */

.modal.show .modal-dialog {
    width: 700px;
    margin-top: 12%;
}
.modal-header .close {
    font-size: 3rem;
    color: #ccc;
    position: absolute;
    right: 12px;
    top: 0;
    padding: 0;
    margin: 0;
    text-shadow: none;
}
.modal-header {
  position: relative;
  border: none;
}
.modal-content {
    background-color: #315cad;
}
