/*GLOBALS*/


.wow {
   visibility: hidden;
}

.g-recaptcha{
    float: none;
    margin: 0 auto;
    display: inline-block;	
}
.grecaptcha-badge { 
    visibility: hidden !important;
}

.img-fluid{
	width:100%;
}
.col-height {
    display: flex;
    flex-direction: column;
}
.col-bg{
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
	min-height:400px;
}
html, body{
font-family: "Work Sans", sans-serif;
font-optical-sizing: auto;
font-weight: normal;
font-style: normal;
background:#fff;
color:#3f4727; 
font-size:18px;
-webkit-font-smoothing: antialiased;  /* Chrome, Safari */
-moz-osx-font-smoothing: grayscale;   /* Firefox en macOS */
text-rendering: optimizeLegibility;   /* Mejora el kerning y ligaduras */
}
body{
	overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Graphik Web';
font-weight:bold;  
line-height:1.2em;
color:#3f4727;
}
p, li{
font-size:1em;
font-weight: 300;
line-height:1.2em;
}
a, button, .transition{
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
a:hover, button:hover, .transition:hover,.transition:focus {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

a, a:focus, a:hover{
text-decoration: none;
}
.form-textarea:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
select:focus {   
border: 0 !important;
border-bottom: none !important;
box-shadow: none!important;
outline: 0 none!important;
border:0 !important;
color:#3f4727;
background:#f2efea;
}
button:focus{
box-shadow: none!important;
outline: 0 none!important;	
}
.form-check-input:checked, input[type=checkbox]:focus{
border:1pt solid #CF272C !important;	
box-shadow: none!important;
}
input::placeholder , textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder , textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

input::-ms-input-placeholder , textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
}
.list-v{
	padding:0;
	margin:0;
	display:inline-block;
}
.list-v li{
	list-style-type:none;
	float:left;
}
.mt-nav{
	margin-top:120px;
}

.fullheight{
	min-height: calc(100vh) ;
	height:calc(100vh) ;
}
.half-height{
	min-height: calc(50vh - 165px) ;
	height:calc(50vh - 165px) ;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e7e0d8; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4727; 
  border-radius:0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8c734b; 
}
.font1{
font-family: 'Graphik Web';	
}
.font2{
font-family: "Work Sans", sans-serif;
font-optical-sizing: auto;
font-weight: normal;
font-style: normal;	
}
.thin{
	font-weight:200;
}

.light{
	font-weight:300;
}
.regular{
	font-weight:400;
}
.medium{
	font-weight:500;
}
.semibold{
	font-weight:600;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.heightnav{
	height:50vh;
}

.show{
	display:inherit;
}

/* FIN GLOBALS*/


/*FORM*/
.validation-server{
	color: #CF272C;
	font-style:italic;
    line-height: 1em;
    font-size: .8em;
	margin-top:5px;
}
.validation-server a{
	text-decoration:underline;
	color: #CF272C;
}
.invalid-feedback, .error{
    text-align: left!important;
	color: #CF272C !important;
	font-style:italic !important;
    line-height: 1.1em !important;
    font-size: .9em !important;
	margin-top:5px;
	font-weight:400;
}

.alert-custom-success, .alert-custom-danger{
	background:#00A2C8;
	font-size: 1em;
	color:#fff;
	border: 0;
}
.btn-close:hover{
	color:#fff;
}

.alert-danger {
    color: #CF272C;
    background-color: #fff;
    border-color: #CF272C;
}
.alert-danger a{
    color: #CF272C;
}
/*END FORM*/


/*GENERAL*/


.form-label, .form-check-label{
font-size:1em;
color:#8c734b;
padding:0;
font-weight:300;
}
.form-label-small{
font-size:.8em;
color:#3f4727;
margin:0;
}
.form-control{
	border:0;
	color:#8c734b;	
	font-size:.9em;
	background:#f2efea;	
	border-radius:15px;
	padding: .8em 1em;
	height:55px;
	font-weight:300;
}
.form-textarea{
	height:auto;
}
.form-select{
border:0;
border-radius:0;
background-color:#fff;
background-image: url('../images/arrow1.svg?v=2');
background-repeat:no-repeat;	
background-size:15px;
background-position: 95% 50%;
color:#3f4727;
font-size:1em;
border-radius:20px;
padding: .2em;
height:50px;
}
.form-select:focus, .form-select:active{
background-image: url('../images/arrow1.svg?v=2') !important;
background-repeat:no-repeat;	
background-size:15px;
background-position: 95% 50%;
}
.form-control.error{
	color:#CF272C !important;		
	margin:0 !important;
}

.form-control::placeholder{
	color:#8c734b !important;
}

.form-select-placeholder{
	color:#8c734b !important;
	font-size:.7em;
}

.form-check{
	display:inline-block;
	margin-top:15px;
}
.form-check-label{
	margin-top:7px;
}

.form-check-label>a{
	text-decoration:underline;
}

.form-check-input:checked {
	background-color: #CF272C; /* Azul Bootstrap */
	border-color: #CF272C;
}

.form-check-label {
	font-weight: 500;
	color: #fff;
	margin-right: 2em;
}

.form-check-input {
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
}

.form-check-input[type=checkbox]{
	border-radius:0;
	border: 1pt solid #CF272C;
	background:transparent;
}

.form-check{
	margin-left:15px;
}

.no-wrap{
	
}

#formResponseMsg{
	color:#000 !important;
}
#formResponseMsg a{
	color:#000;
	text-decoration:underline;
}
/* =======================
   MENÚ DE NAVEGACIÓN
========================== */

.nav-logo {
  float: left;
}

.logo,
.logo-mob {
  height: 40px;
}

.nav-list {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  float: right;
}

.nav-list li {
  float: left;
  list-style-type: none;
}

.nav-link {
  font-family: 'Graphik Web';
  font-size: 0.8em;
  color: #8c734b;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  font-weight: 500;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active {
  color: #3f4727;
}

.nav-cta {
  background-color: #8c734b;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0.5rem 1.5rem;
  margin-left: 1rem;
  margin-right: .8rem;
}

.nav-cta:hover,
.nav-cta:focus,
.nav-cta:active {
  background-color: #3f4727;
  color: #fff;
}

/* =======================
   NAVEGACIÓN GENERAL
========================== */

.navigation{
  position: absolute;
  width: 100%;
  z-index: 9;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #e7e0d8;
  transition: all 0.5s ease;
}

.sticky {
  position: fixed;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1pt solid #8c734b;
}

.sticky-mob {
  position: fixed;
  background-color: #e7e0d8;
  border-bottom: 1pt solid #8c734b;
}

/* =======================
   MENÚ MÓVIL
========================== */

.navigation-mob {
  display: none;
  z-index: 9;
  background: #e7e0d8;
}

.navigation-menu-mob {
  margin: 0 auto;
  padding: 30px 0 0;
  display: inline-block;
}

.navigation-menu-mob li {
  list-style-type: none;
  margin-bottom: 0;
  width: 100%;
  display: inline-block;
}

.navigation-menu-mob .nav-link {
  font-size: 1em;
  text-align: left;
}

.navigation-menu-mob li > a:hover,
.navigation-menu-mob li > a:focus,
.navigation-menu-mob li > a:active {
  color: #D4B345;
}

/* =======================
   MENU EXPANDIBLE
========================== */
#navigation-expand {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 999;
  display: none;
  margin-top: 70px;
  background: #e7e0d8;
}

.btn-expand-close {
  position: fixed;
  top: -10px;
  right: 0;
  float: right;
}

.btn-close-menu {
  height: 55px;
  width: auto;
  cursor: pointer;
}

/* =======================
   BOTONES / ICONOS
========================== */

.btn-menu,
.btn-expand-close {
  cursor: pointer;
  padding: 25px;
  display: inline-block;
  background: #3f4727;
  color: #fff;
  font-size: 1em;

  top:0;
}
.btn-expand-close{
    padding: 23.5px 25px;	
  line-height: 1.2em;	
}

.img-menu {
  height: 55px;
  width: auto;
}
.alert-dismissible .btn-close{
	font-size:10px;
}
/* =======================
   MEDIA QUERIES
========================== */

/* Pantallas menores a 1300px */
@media (max-width: 1300px) {
	
  .navigation {
    display: none;
  }

  .navigation-mob{
    display: inline-block;
	position:absolute;
  }
  .sticky-mob{
	  position:fixed;
  }

  .heightnav {
    min-height: 50vh;
    height: auto;
  }

  .mt-nav {
    margin-top: 0;
  }
  .navigation-menu-mob .nav-cta{
width: auto !important;
    display: initial;
    float: left;
	margin-left:15px;
	margin-top:15px;
  }
}

/* Móviles en orientación landscape */
@media (max-width: 690px) and (orientation: landscape) {
  .navigation-menu-mob {
    padding-top: 0;
  }

  .navigation-menu-mob li {
    float: left;
  }

  .nav-link-home {
    text-align: left;
  }
}
